Skip to content

Input Image Validation

Input Image Validation

Configuration for validating input images before processing.

TryOnInputImageValidationFeature {
  strings {
    invalidInputImageDescription: String // (1)!
    invalidInputImageChangePhotoButton: String // (2)!
  }
}

  1. Message displayed to users when their uploaded image fails validation.
  2. Label text for the button that allows users to select a different photo.