Enum Constant and Description | +
---|
arabic |
+
cyrillic |
+
latin |
+
Modifier and Type | +Method and Description | +
---|---|
static Alphabet |
+fromString(java.lang.String stringValue) |
+
static Alphabet |
+valueOf(java.lang.String name)
+Returns the enum constant of this type with the specified name.
+ |
+
static Alphabet[] |
+values()
+Returns an array containing the constants of this enum type, in
+the order they are declared.
+ |
+
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
getClass, notify, notifyAll, wait, wait, wait
public static final Alphabet arabic+
public static final Alphabet cyrillic+
public static final Alphabet latin+
public static Alphabet[] values()+
+for (Alphabet c : Alphabet.values()) + System.out.println(c); +
public static Alphabet valueOf(java.lang.String name)+
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic static Alphabet fromString(java.lang.String stringValue)+
public class AlphabetMapper
+extends java.lang.Object
+Constructor and Description | +
---|
AlphabetMapper() |
+
Modifier and Type | +Method and Description | +
---|---|
Alphabet |
+map(org.json.JSONObject objectToMap) |
+
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
enableFaceDetection, getIdFieldScanOptions, getIdMinFieldConfidences, getMinConfidence, isFaceDetectionEnabled, setIdFieldScanOptions, setIdMinFieldConfidences, setMinConfidence
enableFaceDetection, getAlphabet, getIdFieldScanOptions, getIdMinFieldConfidences, getMinConfidence, isFaceDetectionEnabled, setAlphabet, setIdFieldScanOptions, setIdMinFieldConfidences, setMinConfidence
Alphabet
getAlphabet()
TFieldScanOptions
getIdFieldScanOptions()
TFieldConfidences
getIdMinFieldConfidences()
int
getMinConfidence()
boolean
isFaceDetectionEnabled()
void
setAlphabet(Alphabet alphabet)
void
setIdFieldScanOptions(TFieldScanOptions idFieldScanOptions)
void
setIdMinFieldConfidences(TFieldConfidences idMinFieldConfidences)
void
setMinConfidence(int minConfidence)
public void setIdMinFieldConfidences(TFieldConfidences idMinFieldConfidences) @@ -366,6 +374,24 @@setIdMinFieldConfidences
public void setAlphabet(Alphabet alphabet)+
public Alphabet getAlphabet()+
enableFaceDetection, getIdFieldScanOptions, getIdMinFieldConfidences, getMinConfidence, isFaceDetectionEnabled, setIdFieldScanOptions, setIdMinFieldConfidences, setMinConfidence
+enableFaceDetection, getAlphabet, getIdFieldScanOptions, getIdMinFieldConfidences, getMinConfidence, isFaceDetectionEnabled, setAlphabet, setIdFieldScanOptions, setIdMinFieldConfidences, setMinConfidence
enableFaceDetection, getIdFieldScanOptions, getIdMinFieldConfidences, getMinConfidence, isFaceDetectionEnabled, setIdFieldScanOptions, setIdMinFieldConfidences, setMinConfidence
enableFaceDetection, getAlphabet, getIdFieldScanOptions, getIdMinFieldConfidences, getMinConfidence, isFaceDetectionEnabled, setAlphabet, setIdFieldScanOptions, setIdMinFieldConfidences, setMinConfidence