Enum OCRSupportedLocale
- java.lang.Object
-
- java.lang.Enum<OCRSupportedLocale>
-
- com.adobe.pdfservices.operation.pdfjobs.params.ocr.OCRSupportedLocale
-
- All Implemented Interfaces:
Serializable
,Comparable<OCRSupportedLocale>
public enum OCRSupportedLocale extends Enum<OCRSupportedLocale>
Supported locales forOCRJob
-
-
Enum Constant Summary
Enum Constants Enum Constant Description BG_BG
Represents "Bulgarian (Bulgaria)" localeCA_CA
Represents "Catalan (Canada)" localeCS_CZ
Represents "Czech (Czech Republic)" localeDA_DK
Represents "Danish (Denmark)" localeDE_CH
Represents "German (Switzerland)" localeDE_DE
Represents "German (Germany)" localeEL_GR
Represents "Greek (Greece)" localeEN_GB
Represents "English (United Kingdom)" localeEN_US
Represents "English (United States)" locale.ES_ES
Represents "Spanish (Spain)" localeET_EE
Represents "Estonian (Estonia)" localeFI_FI
Represents "Finnish (Finland)" localeFR_FR
Represents "French (France)" localeHR_HR
Represents "Croatian (Croatia)" localeHU_HU
Represents "Hungarian (Hungary)" localeIT_IT
Represents "Italian (Italy)" localeIW_IL
Represents "Hebrew (Israel)" localeJA_JP
Represents "Japanese (Japan)" localeKO_KR
Represents "Korean (Korea)" localeLT_LT
Represents "Lithuanian (Lithuania)" localeLV_LV
Represents "Latvian (Latvia)" localeMK_MK
Represents "Macedonian (Macedonia)" localeMT_MT
Represents "Maltese (Malta)" localeNB_NO
Represents "Norwegian (Norway)" localeNL_NL
Represents "Dutch (Netherlands)" localeNO_NO
Represents "Norwegian (Norway)" localePL_PL
Represents "Polish (Poland)" localePT_BR
Represents "Portuguese (Brazil)" localeRO_RO
Represents "Romanian (Romania)" localeRU_RU
Represents "Russian (Russia)" localeSK_SK
Represents "Slovak (Slovakia)" localeSL_SI
Represents "Slovenian (Slovenia)" localeSR_SR
Represents "Serbian (Serbia)" localeSV_SE
Represents "Swedish (Sweden)" localeTR_TR
Represents "Turkish (Turkey)" localeUK_UA
Represents "Ukrainian (Ukraine)" localeZH_CN
Represents "Chinese (China)" localeZH_HK
Represents "Chinese (Hong Kong)" locale
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getLocale()
Returns the language code of this OCRSupportedLocalestatic OCRSupportedLocale
valueOf(String name)
Returns the enum constant of this type with the specified name.static OCRSupportedLocale[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
DA_DK
public static final OCRSupportedLocale DA_DK
Represents "Danish (Denmark)" locale
-
LT_LT
public static final OCRSupportedLocale LT_LT
Represents "Lithuanian (Lithuania)" locale
-
SL_SI
public static final OCRSupportedLocale SL_SI
Represents "Slovenian (Slovenia)" locale
-
EL_GR
public static final OCRSupportedLocale EL_GR
Represents "Greek (Greece)" locale
-
RU_RU
public static final OCRSupportedLocale RU_RU
Represents "Russian (Russia)" locale
-
EN_US
public static final OCRSupportedLocale EN_US
Represents "English (United States)" locale.
-
ZH_HK
public static final OCRSupportedLocale ZH_HK
Represents "Chinese (Hong Kong)" locale
-
HU_HU
public static final OCRSupportedLocale HU_HU
Represents "Hungarian (Hungary)" locale
-
ET_EE
public static final OCRSupportedLocale ET_EE
Represents "Estonian (Estonia)" locale
-
PT_BR
public static final OCRSupportedLocale PT_BR
Represents "Portuguese (Brazil)" locale
-
UK_UA
public static final OCRSupportedLocale UK_UA
Represents "Ukrainian (Ukraine)" locale
-
NB_NO
public static final OCRSupportedLocale NB_NO
Represents "Norwegian (Norway)" locale
-
PL_PL
public static final OCRSupportedLocale PL_PL
Represents "Polish (Poland)" locale
-
LV_LV
public static final OCRSupportedLocale LV_LV
Represents "Latvian (Latvia)" locale
-
FI_FI
public static final OCRSupportedLocale FI_FI
Represents "Finnish (Finland)" locale
-
JA_JP
public static final OCRSupportedLocale JA_JP
Represents "Japanese (Japan)" locale
-
ES_ES
public static final OCRSupportedLocale ES_ES
Represents "Spanish (Spain)" locale
-
BG_BG
public static final OCRSupportedLocale BG_BG
Represents "Bulgarian (Bulgaria)" locale
-
EN_GB
public static final OCRSupportedLocale EN_GB
Represents "English (United Kingdom)" locale
-
CS_CZ
public static final OCRSupportedLocale CS_CZ
Represents "Czech (Czech Republic)" locale
-
MT_MT
public static final OCRSupportedLocale MT_MT
Represents "Maltese (Malta)" locale
-
DE_DE
public static final OCRSupportedLocale DE_DE
Represents "German (Germany)" locale
-
HR_HR
public static final OCRSupportedLocale HR_HR
Represents "Croatian (Croatia)" locale
-
SK_SK
public static final OCRSupportedLocale SK_SK
Represents "Slovak (Slovakia)" locale
-
SR_SR
public static final OCRSupportedLocale SR_SR
Represents "Serbian (Serbia)" locale
-
CA_CA
public static final OCRSupportedLocale CA_CA
Represents "Catalan (Canada)" locale
-
MK_MK
public static final OCRSupportedLocale MK_MK
Represents "Macedonian (Macedonia)" locale
-
KO_KR
public static final OCRSupportedLocale KO_KR
Represents "Korean (Korea)" locale
-
DE_CH
public static final OCRSupportedLocale DE_CH
Represents "German (Switzerland)" locale
-
NL_NL
public static final OCRSupportedLocale NL_NL
Represents "Dutch (Netherlands)" locale
-
ZH_CN
public static final OCRSupportedLocale ZH_CN
Represents "Chinese (China)" locale
-
SV_SE
public static final OCRSupportedLocale SV_SE
Represents "Swedish (Sweden)" locale
-
IT_IT
public static final OCRSupportedLocale IT_IT
Represents "Italian (Italy)" locale
-
NO_NO
public static final OCRSupportedLocale NO_NO
Represents "Norwegian (Norway)" locale
-
TR_TR
public static final OCRSupportedLocale TR_TR
Represents "Turkish (Turkey)" locale
-
FR_FR
public static final OCRSupportedLocale FR_FR
Represents "French (France)" locale
-
RO_RO
public static final OCRSupportedLocale RO_RO
Represents "Romanian (Romania)" locale
-
IW_IL
public static final OCRSupportedLocale IW_IL
Represents "Hebrew (Israel)" locale
-
-
Method Detail
-
values
public static OCRSupportedLocale[] 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 (OCRSupportedLocale c : OCRSupportedLocale.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static OCRSupportedLocale 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
-
getLocale
public String getLocale()
Returns the language code of this OCRSupportedLocale- Returns:
- language code of the locale
-
-