OCRType enum
- Inheritance
- Available extensions
Values
- TWN_IDCard_Fraud_Front → const OCRType
- TWN_IDCard_Front → const OCRType
- TWN_IDCard_Back → const OCRType
- TWN_DriverLicense_Front → const OCRType
- TWN_DriverLicense_Back → const OCRType
- TWN_HealthCard_Front → const OCRType
- Passport → const OCRType
- NFCPassport → const OCRType
- TWN_ResidentCard_Front → const OCRType
- TWN_ResidentCard_Back → const OCRType
- JPN_IDCARD_Front → const OCRType
- JPN_IDCARD_Back → const OCRType
- JPN_IDCard_NFC → const OCRType
- JPN_IDCARD_Thickness → const OCRType
- JPN_DriverLicense_Front → const OCRType
- JPN_DriverLicense_Back → const OCRType
- JPN_DriverLicense_NFC → const OCRType
- JPN_DriverLicense_Thickness → const OCRType
- JPN_ResidentCard_Front → const OCRType
- JPN_ResidentCard_Back → const OCRType
- JPN_ResidentCard_Thickness → const OCRType
- JPN_ResidentCard_NFC → const OCRType
- USA_IDCARD_Front → const OCRType
- USA_DriverLicense_Front → const OCRType
- USA_VisitorVISA_FRONT → const OCRType
- IDN_IDCARD_Front → const OCRType
- IDN_IDCARD_Back → const OCRType
- IDN_DriverLicense_Front → const OCRType
- Liveness → const OCRType
- PassportWithVIZ → const OCRType
- IND_IDCard_Front → const OCRType
- IND_IDCard_Back → const OCRType
- IND_DriverLicense_Front → const OCRType
- MYS_IDCard_Front → const OCRType
- MYS_IDCard_Back → const OCRType
- MYS_DriverLicense_Front → const OCRType
- HKG_IDCard_Front → const OCRType
- HKG_DriverLicense_Front → const OCRType
- GBR_IDCard_Front → const OCRType
- GBR_DriverLicense_Front → const OCRType
- GBR_DriverLicense_Back → const OCRType
- EGY_IDCard_Front → const OCRType
- EGY_IDCard_Back → const OCRType
- EGY_DriverLicense_Front → const OCRType
- SAU_IDCard_Front → const OCRType
- SAU_IDCard_Back → const OCRType
- SAU_DriverLicense_Front → const OCRType
- NLD_IDCard_Front → const OCRType
- NLD_DriverLicense_Front → const OCRType
- SGP_IDCard_Front → const OCRType
- SGP_IDCard_Back → const OCRType
- SGP_DriverLicense_Front → const OCRType
- UnknownCard → const OCRType
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- name → String
-
Available on Enum, provided by the EnumName extension
The name of the enum value.no setter - rawValue → String?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
getCardType(
) → CardType -
Available on OCRType, provided by the OCRTypeExtensions extension
-
getOCRServiceType(
) → OCRServiceType -
Available on OCRType, provided by the OCRTypeExtensions extension
返回對應的 OCRServiceType -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited