-
- All Implemented Interfaces:
-
java.io.Serializable,kotlin.Comparable
public enum GenericDocumentRecognitionResult.RecognitionStatus extends Enum<GenericDocumentRecognitionResult.RecognitionStatus>
Enumerated result status of the recognition
-
-
Enum Constant Summary
Enum Constants Enum Constant Description ErrorTooBlurryImage too blurry
ErrorBadCropDocument cannot be cropped in a good way (e.g. not fully visible to viewport, partially covered etc)
ErrorNothingFoundNothing was found
SuccessFoundDocument was found and can be processed further
SuccessDocument was found, cropped, all the fields found and their data was recognized
-
Method Summary
Modifier and Type Method Description final StringgetName()final IntegergetOrdinal()-
-
Method Detail
-
getOrdinal
final Integer getOrdinal()
-
-
-
-