public enum OCRSupportedLocale extends Enum<OCRSupportedLocale>
OCROperation
Enum Constant and Description |
---|
BG_BG
Represents "Bulgarian (Bulgaria)" locale
|
CA_CA
Represents "Catalan (Canada)" locale
|
CS_CZ
Represents "Czech (Czech Republic)" locale
|
DA_DK
Represents "Danish (Denmark)" locale
|
DE_CH
Represents "German (Switzerland)" locale
|
DE_DE
Represents "German (Germany)" locale
|
EL_GR
Represents "Greek (Greece)" locale
|
EN_GB
Represents "English (United Kingdom)" locale
|
EN_US
Represents "English (United States)" locale.
|
ES_ES
Represents "Spanish (Spain)" locale
|
ET_EE
Represents "Estonian (Estonia)" locale
|
FI_FI
Represents "Finnish (Finland)" locale
|
FR_FR
Represents "French (France)" locale
|
HR_HR
Represents "Croatian (Croatia)" locale
|
HU_HU
Represents "Hungarian (Hungary)" locale
|
IT_IT
Represents "Italian (Italy)" locale
|
IW_IL
Represents "Hebrew (Israel)" locale
|
JA_JP
Represents "Japanese (Japan)" locale
|
KO_KR
Represents "Korean (Korea)" locale
|
LT_LT
Represents "Lithuanian (Lithuania)" locale
|
LV_LV
Represents "Latvian (Latvia)" locale
|
MK_MK
Represents "Macedonian (Macedonia)" locale
|
MT_MT
Represents "Maltese (Malta)" locale
|
NB_NO
Represents "Norwegian (Norway)" locale
|
NL_NL
Represents "Dutch (Netherlands)" locale
|
NO_NO
Represents "Norwegian (Norway)" locale
|
PL_PL
Represents "Polish (Poland)" locale
|
PT_BR
Represents "Portuguese (Brazil)" locale
|
RO_RO
Represents "Romanian (Romania)" locale
|
RU_RU
Represents "Russian (Russia)" locale
|
SK_SK
Represents "Slovak (Slovakia)" locale
|
SL_SI
Represents "Slovenian (Slovenia)" locale
|
SR_SR
Represents "Serbian (Serbia)" locale
|
SV_SE
Represents "Swedish (Sweden)" locale
|
TR_TR
Represents "Turkish (Turkey)" locale
|
UK_UA
Represents "Ukrainian (Ukraine)" locale
|
ZH_CN
Represents "Chinese (China)" locale
|
ZH_HK
Represents "Chinese (Hong Kong)" locale
|
Modifier and Type | Method and Description |
---|---|
String |
getLocale()
Returns the language code of this OCRSupportedLocale
|
static 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.
|
public static final OCRSupportedLocale DA_DK
public static final OCRSupportedLocale LT_LT
public static final OCRSupportedLocale SL_SI
public static final OCRSupportedLocale EL_GR
public static final OCRSupportedLocale RU_RU
public static final OCRSupportedLocale EN_US
public static final OCRSupportedLocale ZH_HK
public static final OCRSupportedLocale HU_HU
public static final OCRSupportedLocale ET_EE
public static final OCRSupportedLocale PT_BR
public static final OCRSupportedLocale UK_UA
public static final OCRSupportedLocale NB_NO
public static final OCRSupportedLocale PL_PL
public static final OCRSupportedLocale LV_LV
public static final OCRSupportedLocale FI_FI
public static final OCRSupportedLocale JA_JP
public static final OCRSupportedLocale ES_ES
public static final OCRSupportedLocale BG_BG
public static final OCRSupportedLocale EN_GB
public static final OCRSupportedLocale CS_CZ
public static final OCRSupportedLocale MT_MT
public static final OCRSupportedLocale DE_DE
public static final OCRSupportedLocale HR_HR
public static final OCRSupportedLocale SK_SK
public static final OCRSupportedLocale SR_SR
public static final OCRSupportedLocale CA_CA
public static final OCRSupportedLocale MK_MK
public static final OCRSupportedLocale KO_KR
public static final OCRSupportedLocale DE_CH
public static final OCRSupportedLocale NL_NL
public static final OCRSupportedLocale ZH_CN
public static final OCRSupportedLocale SV_SE
public static final OCRSupportedLocale IT_IT
public static final OCRSupportedLocale NO_NO
public static final OCRSupportedLocale TR_TR
public static final OCRSupportedLocale FR_FR
public static final OCRSupportedLocale RO_RO
public static final OCRSupportedLocale IW_IL
public static OCRSupportedLocale[] values()
for (OCRSupportedLocale c : OCRSupportedLocale.values()) System.out.println(c);
public static OCRSupportedLocale valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic String getLocale()
Copyright © 2020 Adobe. All rights reserved.