Package io.scanbot.sdk.ehicscanner
Enum EuropeanHealthInsuranceCardRecognitionResult.Field.FieldType
-
- All Implemented Interfaces:
-
java.io.Serializable
,kotlin.Comparable
public enum EuropeanHealthInsuranceCardRecognitionResult.Field.FieldType extends Enum<EuropeanHealthInsuranceCardRecognitionResult.Field.FieldType>
Health insurance card field type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public class
EuropeanHealthInsuranceCardRecognitionResult.Field.FieldType.Companion
-
Enum Constant Summary
Enum Constants Enum Constant Description SURNAME
Surname.
GIVEN_NAME
Given name.
DATE_OF_BIRTH
Date of birth.
PERSONAL_IDENTIFICATION_NUMBER
Personal identification number.
INSTITUTION_NUMBER
Institution number.
INSTITUTION_NAME
Institution name.
CARD_NUMBER
Card number.
CARD_EXPIRATION_DATE
Card expiration date.
COUNTRY
Country.
-
Method Summary
Modifier and Type Method Description final String
toJson()
final EuropeanHealthInsuranceCardRecognitionResult.Field.FieldType
valueOf(String value)
Returns the enum constant of this type with the specified name. final Array<EuropeanHealthInsuranceCardRecognitionResult.Field.FieldType>
values()
Returns an array containing the constants of this enum type, in the order they're declared. -
-
Method Detail
-
valueOf
final EuropeanHealthInsuranceCardRecognitionResult.Field.FieldType valueOf(String value)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
-
values
final Array<EuropeanHealthInsuranceCardRecognitionResult.Field.FieldType> values()
Returns an array containing the constants of this enum type, in the order they're declared.
This method may be used to iterate over the constants.
-
-
-
-