public static final class IDataCaptureService.DataField
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
IDataCaptureService.DataField[] |
Components
the components of a complex field as found in the image
|
java.lang.String |
Id
the string id
|
java.lang.String |
Name
the display name
|
android.graphics.Point[] |
Quadrangle
four vertices of the bounding quadrangle
|
java.lang.String |
Text
the normalized text value
|
public final java.lang.String Id
public final java.lang.String Name
public final java.lang.String Text
public final android.graphics.Point[] Quadrangle
public final IDataCaptureService.DataField[] Components