Input Image Validation¶

Configuration for validating input images before processing.
TryOnInputImageValidationFeature {
strings {
invalidInputImageDescription: String // (1)!
invalidInputImageChangePhotoButton: String // (2)!
}
}
- Message displayed to users when their uploaded image fails validation.
- Label text for the button that allows users to select a different photo.
{"String": "/sdk/developer/definitions/#string"}