Package io.scanbot.sdk.entity
Enum Language
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public class
Language.Companion
-
Field Summary
Fields Modifier and Type Field Description private final String
ocrBlobLanguageTag
private final List<String>
languageTags
-
Enum Constant Summary
Enum Constants Enum Constant Description AFR
AMH
ARA
ASM
AZE
AZE_CYRL
BEL
BEN
BOD
BOS
BUL
CAT
CEB
CES
CHI_SIM
CHI_TRA
CHR
CYM
DAN
DEU
DZO
ELL
ENG
ENM
EPO
EST
EUS
FAS
FIN
FRA
FRK
FRM
GLE
GLG
GRC
GUJ
HAT
HEB
HIN
HRV
HUN
IKU
IND
ISL
ITA
ITA_OLD
JAV
JPN
KAN
KAT
KAT_OLD
KAZ
KHM
KIR
KOR
KUR
LAO
LAT
LAV
LIT
MAL
MAR
MKD
MLT
MSA
MYA
NEP
NLD
NOR
ORI
PAN
POL
POR
PUS
RON
RUS
SAN
SIN
SLK
SLV
SPA
SPA_OLD
SQI
SRP
SRP_LATN
SWA
SWE
SYR
TAM
TEL
TGK
TGL
THA
TIR
TUR
UIG
UKR
URD
UZB
UZB_CYRL
VIE
YID
-
Method Summary
Modifier and Type Method Description final Language
valueOf(String value)
Returns the enum constant of this type with the specified name. final Array<Language>
values()
Returns an array containing the constants of this enum type, in the order they're declared. final String
getOcrBlobLanguageTag()
final List<String>
getLanguageTags()
-
-
Method Detail
-
valueOf
final Language valueOf(String value)
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:
value
- tesseract representation of language
-
values
final Array<Language> values()
Returns an array containing the constants of this enum type, in the order they're declared.
This method may be used to iterate over the constants.
-
getOcrBlobLanguageTag
final String getOcrBlobLanguageTag()
-
getLanguageTags
final List<String> getLanguageTags()
-
-
-
-