|
Kofax Mobile SDK API Reference
|
Public Member Functions | |
| DataField (String name, String object, double confidence, FieldLocation location) | |
| double | getConfidence () |
| String | getObject () |
Public Member Functions inherited from Field< T extends Serializable > | |
| Field (String name, T object, double confidence, FieldLocation location) | |
| String | getName () |
| double | getConfidence () |
| T | getObject () |
| FieldLocation | getLocation () |
| Field< T > | clone () |
| String | toString () |
| boolean | equals (Object o) |
| int | hashCode () |
Static Public Member Functions | |
| static DataField | fromExtractorField (com.kofax.android.abc.document.Field field) |
Represents a Field of data extracted from a document. This object is a direct extension of the Field type whose type parameter has been set to String. For more information on this class methods, see Field.
| DataField | ( | String | name, |
| String | object, | ||
| double | confidence, | ||
| FieldLocation | location | ||
| ) |
|
static |
For internal use only
| double getConfidence | ( | ) |
The confidence field is a continuous value in the range (0,1) that reflects an overall estimate of the probability that the value is correct.
| String getObject | ( | ) |