Package com.oracle.bmc.aidocument.model
Enum DocumentElementsSubType.ModelSubType
- java.lang.Object
-
- java.lang.Enum<DocumentElementsSubType.ModelSubType>
-
- com.oracle.bmc.aidocument.model.DocumentElementsSubType.ModelSubType
-
- All Implemented Interfaces:
BmcEnum,Serializable,Comparable<DocumentElementsSubType.ModelSubType>
- Enclosing class:
- DocumentElementsSubType
public static enum DocumentElementsSubType.ModelSubType extends Enum<DocumentElementsSubType.ModelSubType> implements BmcEnum
The model sub type for DOCUMENT_ELEMENTS_EXTRACTION.The allowed values are: - QR_BAR_CODE - SIGNATURE
-
-
Enum Constant Summary
Enum Constants Enum Constant Description QrBarCodeSignatureUnknownEnumValueThis value is used if a service returns a value for this enum that is not recognized by this version of the SDK.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DocumentElementsSubType.ModelSubTypecreate(String key)StringgetValue()static DocumentElementsSubType.ModelSubTypevalueOf(String name)Returns the enum constant of this type with the specified name.static DocumentElementsSubType.ModelSubType[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
QrBarCode
public static final DocumentElementsSubType.ModelSubType QrBarCode
-
Signature
public static final DocumentElementsSubType.ModelSubType Signature
-
UnknownEnumValue
public static final DocumentElementsSubType.ModelSubType UnknownEnumValue
This value is used if a service returns a value for this enum that is not recognized by this version of the SDK.
-
-
Method Detail
-
values
public static DocumentElementsSubType.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 (DocumentElementsSubType.ModelSubType c : DocumentElementsSubType.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 DocumentElementsSubType.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 DocumentElementsSubType.ModelSubType create(String key)
-
-