public static final class Recognizer.Result.State
extends java.lang.Enum
| Modifier and Type | Field and Description | 
|---|---|
static Recognizer.Result.State | 
Empty
No information was extracted. 
 | 
static Recognizer.Result.State | 
StageValid
All mandatory information from one side of the document was extracted. 
 | 
static Recognizer.Result.State | 
Uncertain
Some but not all mandatory information was extracted 
 | 
static Recognizer.Result.State | 
Valid
All mandatory information was extracted. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static Recognizer.Result.State | 
valueOf(java.lang.String name)  | 
static Recognizer.Result.State[] | 
values()  | 
public static final Recognizer.Result.State Empty
public static final Recognizer.Result.State Uncertain
public static final Recognizer.Result.State Valid
public static final Recognizer.Result.State StageValid
public static Recognizer.Result.State[] values()
public static Recognizer.Result.State valueOf(java.lang.String name)