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