public static final class DataCapture.DataField
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
DataCapture.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
|
TextCapture.TextLine[] |
TextLines
the text lines
|
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 DataCapture.DataField[] Components
public final TextCapture.TextLine[] TextLines