public enum ExportOCRLocale extends Enum<ExportOCRLocale>
ExportPDFOperation
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
|
EU_ES
Represents "Basque (Spain)" locale
|
FI_FI
Represents "Finnish (Finland)" locale
|
FR_FR
Represents "French (France)" locale
|
GL_ES
Represents "Galician (Spain)" 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
|
NN_NO
Represents "Norwegian Nynorsk (Norway)" locale
|
PL_PL
Represents "Polish (Poland)" locale
|
PT_BR
Represents "Portuguese (Brazil)" locale
|
PT_PT
Represents "European Portuguese" 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_HANT
Represents "Chinese (traditional)" locale
|
Modifier and Type | Method and Description |
---|---|
String |
getExportOCRLocale()
Returns the language code of this ExportOCRLocale
|
static ExportOCRLocale |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExportOCRLocale[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ExportOCRLocale DA_DK
public static final ExportOCRLocale LT_LT
public static final ExportOCRLocale SL_SI
public static final ExportOCRLocale EL_GR
public static final ExportOCRLocale RU_RU
public static final ExportOCRLocale EN_US
public static final ExportOCRLocale HU_HU
public static final ExportOCRLocale ET_EE
public static final ExportOCRLocale PT_BR
public static final ExportOCRLocale UK_UA
public static final ExportOCRLocale NB_NO
public static final ExportOCRLocale PL_PL
public static final ExportOCRLocale LV_LV
public static final ExportOCRLocale FI_FI
public static final ExportOCRLocale JA_JP
public static final ExportOCRLocale ES_ES
public static final ExportOCRLocale BG_BG
public static final ExportOCRLocale EN_GB
public static final ExportOCRLocale CS_CZ
public static final ExportOCRLocale MT_MT
public static final ExportOCRLocale DE_DE
public static final ExportOCRLocale HR_HR
public static final ExportOCRLocale SK_SK
public static final ExportOCRLocale SR_SR
public static final ExportOCRLocale CA_CA
public static final ExportOCRLocale MK_MK
public static final ExportOCRLocale KO_KR
public static final ExportOCRLocale DE_CH
public static final ExportOCRLocale NL_NL
public static final ExportOCRLocale ZH_CN
public static final ExportOCRLocale SV_SE
public static final ExportOCRLocale IT_IT
public static final ExportOCRLocale TR_TR
public static final ExportOCRLocale FR_FR
public static final ExportOCRLocale RO_RO
public static final ExportOCRLocale IW_IL
public static final ExportOCRLocale PT_PT
public static final ExportOCRLocale NN_NO
public static final ExportOCRLocale ZH_HANT
public static final ExportOCRLocale EU_ES
public static final ExportOCRLocale GL_ES
public static ExportOCRLocale[] values()
for (ExportOCRLocale c : ExportOCRLocale.values()) System.out.println(c);
public static ExportOCRLocale 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 getExportOCRLocale()
Copyright © 2023 Adobe. All rights reserved.