Package com.oracle.bmc.aidocument.model
Enum DrivingLicenseKvModelSubTypeDetails.ModelSubType
- java.lang.Object
-
- java.lang.Enum<DrivingLicenseKvModelSubTypeDetails.ModelSubType>
-
- com.oracle.bmc.aidocument.model.DrivingLicenseKvModelSubTypeDetails.ModelSubType
-
- All Implemented Interfaces:
BmcEnum,Serializable,Comparable<DrivingLicenseKvModelSubTypeDetails.ModelSubType>
- Enclosing class:
- DrivingLicenseKvModelSubTypeDetails
public static enum DrivingLicenseKvModelSubTypeDetails.ModelSubType extends Enum<DrivingLicenseKvModelSubTypeDetails.ModelSubType> implements BmcEnum
The model sub type for KEY_VALUE_EXTRACTION The allowed values are: - RECEIPT - INVOICE - PASSPORT - DRIVER_LICENSE - HEALTH_INSURANCE_ID
-
-
Enum Constant Summary
Enum Constants Enum Constant Description DriverLicenseHealthInsuranceIdInvoicePassportReceipt
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DrivingLicenseKvModelSubTypeDetails.ModelSubTypecreate(String key)StringgetValue()static DrivingLicenseKvModelSubTypeDetails.ModelSubTypevalueOf(String name)Returns the enum constant of this type with the specified name.static DrivingLicenseKvModelSubTypeDetails.ModelSubType[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
Receipt
public static final DrivingLicenseKvModelSubTypeDetails.ModelSubType Receipt
-
Invoice
public static final DrivingLicenseKvModelSubTypeDetails.ModelSubType Invoice
-
Passport
public static final DrivingLicenseKvModelSubTypeDetails.ModelSubType Passport
-
DriverLicense
public static final DrivingLicenseKvModelSubTypeDetails.ModelSubType DriverLicense
-
HealthInsuranceId
public static final DrivingLicenseKvModelSubTypeDetails.ModelSubType HealthInsuranceId
-
-
Method Detail
-
values
public static DrivingLicenseKvModelSubTypeDetails.ModelSubType[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (DrivingLicenseKvModelSubTypeDetails.ModelSubType c : DrivingLicenseKvModelSubTypeDetails.ModelSubType.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static DrivingLicenseKvModelSubTypeDetails.ModelSubType valueOf(String name)
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.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
create
public static DrivingLicenseKvModelSubTypeDetails.ModelSubType create(String key)
-
-