Kofax Mobile SDK API Reference
Public Member Functions | Static Public Member Functions | List of all members
DataField Class Reference
Inheritance diagram for DataField:
Field< T extends Serializable >

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 ()
 
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)
 

Detailed Description

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.

See also
Field

Constructor & Destructor Documentation

DataField ( String  name,
String  object,
double  confidence,
FieldLocation  location 
)

Member Function Documentation

static DataField fromExtractorField ( com.kofax.android.abc.document.Field  field)
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.

Returns
The field confidence
String getObject ( )

The documentation for this class was generated from the following file:
Untitled Document © 2018 Kofax, Inc. All rights reserved. Use is subject to license terms.