Package com.oracle.bmc.aidocument.model
Enum ReceiptKvModelSubTypeDetails.ModelSubType
- java.lang.Object
-
- java.lang.Enum<ReceiptKvModelSubTypeDetails.ModelSubType>
-
- com.oracle.bmc.aidocument.model.ReceiptKvModelSubTypeDetails.ModelSubType
-
- All Implemented Interfaces:
BmcEnum,Serializable,Comparable<ReceiptKvModelSubTypeDetails.ModelSubType>
- Enclosing class:
- ReceiptKvModelSubTypeDetails
public static enum ReceiptKvModelSubTypeDetails.ModelSubType extends Enum<ReceiptKvModelSubTypeDetails.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 ReceiptKvModelSubTypeDetails.ModelSubTypecreate(String key)StringgetValue()static ReceiptKvModelSubTypeDetails.ModelSubTypevalueOf(String name)Returns the enum constant of this type with the specified name.static ReceiptKvModelSubTypeDetails.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 ReceiptKvModelSubTypeDetails.ModelSubType Receipt
-
Invoice
public static final ReceiptKvModelSubTypeDetails.ModelSubType Invoice
-
Passport
public static final ReceiptKvModelSubTypeDetails.ModelSubType Passport
-
DriverLicense
public static final ReceiptKvModelSubTypeDetails.ModelSubType DriverLicense
-
HealthInsuranceId
public static final ReceiptKvModelSubTypeDetails.ModelSubType HealthInsuranceId
-
-
Method Detail
-
values
public static ReceiptKvModelSubTypeDetails.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 (ReceiptKvModelSubTypeDetails.ModelSubType c : ReceiptKvModelSubTypeDetails.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 ReceiptKvModelSubTypeDetails.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 ReceiptKvModelSubTypeDetails.ModelSubType create(String key)
-
-