public static final class IDataCaptureCoreAPI.DataField
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
IDataCaptureCoreAPI.CharInfo[] |
CharInfo
extended information about the characters (may be null)
|
IDataCaptureCoreAPI.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 IDataCaptureCoreAPI.CharInfo[] CharInfo
public final IDataCaptureCoreAPI.DataField[] Components
public final TextCapture.TextLine[] TextLines