-
- All Implemented Interfaces:
-
java.io.Serializable,kotlin.Comparable
public enum HealthInsuranceCardDetectionStatus extends Enum<HealthInsuranceCardDetectionStatus>
EHIC detection status.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description FAILED_VALIDATIONA potential EHIC was found but one or more fields failed validation.
FAILED_DETECTIONNo document found or the document doesn't look like the back of an EHIC.
SUCCESSDetection successful. The fields array is filled with all of the extracted data. All validatable fields have passed validation.
-
Method Summary
Modifier and Type Method Description final StringgetName()final IntegergetOrdinal()-
-
Method Detail
-
getOrdinal
final Integer getOrdinal()
-
-
-
-