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

Public Member Functions

 ImageField (String name, Image object, double confidence, FieldLocation location)
 
double getConfidence ()
 
- 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 ImageField fromDataField (DataField field, Bitmap croppedImage)
 

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 Image. For more information on this class methods, see Field.

See also
Field

Constructor & Destructor Documentation

ImageField ( String  name,
Image  object,
double  confidence,
FieldLocation  location 
)

Member Function Documentation

static ImageField fromDataField ( DataField  field,
Bitmap  croppedImage 
)
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

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.