Enumeration RecognitionErrorReadonly

Reason for recognition failure.

Enumeration Members

ContentDecodingError: "ContentDecodingError"

Verify image has content decoding error

ExcessiveFaceBrightness: "ExcessiveFaceBrightness"

Face was too brightly and unevenly illuminated.

ExcessiveImageBlurDetected: "ExcessiveImageBlurDetected"

Image was too blurry.

FaceEyeRegionNotVisible: "FaceEyeRegionNotVisible"

Eye region of the face was not visible.

FaceMouthRegionNotVisible: "FaceMouthRegionNotVisible"

Mouth region of the face was not visible.

FaceNotFound: "FaceNotFound"

Face was not found in verify image

FaceNotFrontal: "FaceNotFrontal"

Face was looking away.

FaceWithMaskDetected: "FaceWithMaskDetected"

Face with mask was detected.

GenericFailure: "GenericFailure"

Failure did not fall into any of the other categories.

ImageSizeIsTooLarge: "ImageSizeIsTooLarge"

Image size was too large

ImageSizeIsTooSmall: "ImageSizeIsTooSmall"

Image size was too small

MultipleFaceFound: "MultipleFaceFound"

Multiple face found in verify image

None: "None"

Recognition has not failed.

UnsupportedMediaType: "UnsupportedMediaType"

Image had unsupported media type

Generated using TypeDoc