FaceCropStatus Class
Represents statuses of face cropping operation.
Item Index
Properties
- FaceNotFound static
- FailedToProcessImage static
- LicenseActivationFailed static
- Successful static
Properties
FaceNotFound
Number
final
static
Indicates that face has not been cropped because face was not found.
Default: 1
FailedToProcessImage
Number
final
static
Indicates that face has not been cropped because failed to process image.
Default: 2
LicenseActivationFailed
Number
final
static
Indicates that face has not been cropped because license activation failed.
Default: 0
Successful
Number
final
static
Indicates that face has been successfully cropped.
Default: 3