Package com.oracle.bmc.aivision.model
Enum DocumentLanguage
- java.lang.Object
-
- java.lang.Enum<DocumentLanguage>
-
- com.oracle.bmc.aivision.model.DocumentLanguage
-
- All Implemented Interfaces:
BmcEnum
,Serializable
,Comparable<DocumentLanguage>
@Generated(value="OracleSDKGenerator", comments="API Version: 20220125") public enum DocumentLanguage extends Enum<DocumentLanguage> implements BmcEnum
The language of the document, abbreviated according to ISO 639-2.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DocumentLanguage
create(String key)
String
getValue()
static DocumentLanguage
valueOf(String name)
Returns the enum constant of this type with the specified name.static DocumentLanguage[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
Eng
public static final DocumentLanguage Eng
-
Ces
public static final DocumentLanguage Ces
-
Dan
public static final DocumentLanguage Dan
-
Nld
public static final DocumentLanguage Nld
-
Fin
public static final DocumentLanguage Fin
-
Fra
public static final DocumentLanguage Fra
-
Deu
public static final DocumentLanguage Deu
-
Ell
public static final DocumentLanguage Ell
-
Hun
public static final DocumentLanguage Hun
-
Ita
public static final DocumentLanguage Ita
-
Nor
public static final DocumentLanguage Nor
-
Pol
public static final DocumentLanguage Pol
-
Por
public static final DocumentLanguage Por
-
Ron
public static final DocumentLanguage Ron
-
Rus
public static final DocumentLanguage Rus
-
Slk
public static final DocumentLanguage Slk
-
Spa
public static final DocumentLanguage Spa
-
Swe
public static final DocumentLanguage Swe
-
Tur
public static final DocumentLanguage Tur
-
Ara
public static final DocumentLanguage Ara
-
ChiSim
public static final DocumentLanguage ChiSim
-
Hin
public static final DocumentLanguage Hin
-
Jpn
public static final DocumentLanguage Jpn
-
Kor
public static final DocumentLanguage Kor
-
Others
public static final DocumentLanguage Others
-
UnknownEnumValue
public static final DocumentLanguage 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 DocumentLanguage[] 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 (DocumentLanguage c : DocumentLanguage.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static DocumentLanguage 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 DocumentLanguage create(String key)
-
-