OcrLanguages Enumeration
- java.
lang. Object - java.
lang. Enum<OcrLanguages> - com.
microsoft. azure. cognitiveservices. vision. computervision. models. OcrLanguages
- com.
- java.
public enum OcrLanguages
Definiert Werte für OcrLanguages.
Felder
AR |
Enumerationswert ar. |
CS |
Enumerationswert cs. |
DA |
Enumerationswert da. |
DE |
Enumerationswert de. |
EL |
Enumerationswert el. |
EN |
Enumerationswert en. |
ES |
Enumerationswert es. |
FI |
Enumerationswert fi. |
FR |
Enumerationswert fr. |
HU |
Enumerationswert hu. |
IT |
Enum value it. |
JA |
Enumerationswert ja. |
KO |
Enumerationswert ko. |
NB |
Enumerationswert nb. |
NL |
Enumerationswert nl. |
PL |
Enumerationswert pl. |
PT |
Enumerationswert pt. |
RO |
Enumerationswert ro. |
RU |
Enumerationswert ru. |
SK |
Enum value sk. |
SR_CYRL |
Enumerationswert sr-Cyrl. |
SR_LATN |
Enumerationswert sr-Latn. |
SV |
Enumerationswert sv. |
TR |
Enumerationswert tr. |
UNK |
Enumerationswert unk. |
ZH_HANS |
Enumerationswert zh-Hans. |
ZH_HANT |
Enumerationswert zh-Hant. |
Methoden
fromString(String value)
public static OcrLanguages fromString(String value)
Analysiert einen serialisierten Wert in eine OcrLanguages-instance.
Parameter
- value
- String
Gibt zurück
toString()
public String toString()
Gibt zurück
Gilt für:
Azure SDK for Java