DataField constructor
Initializes a new instance of the DataField class.
public Field (
String id,
String name,
String text,
CharInfo[] charInfo,
Rect rect,
Point[] quadrangle,
DataField[] components
);
Parameters
- id
- Internal field identifier. May be null.
- name
- A human-readable custom field name. May be null.
- text
- A text of the custom field. May be null.
- charInfo
- Extended characters' information as an array of CharInfo objects. May be null.
- rect
- A rectangle, containing the field. Rectangle is defined by width, height and upper-left corner. May be null.
- quadrangle
- An array of the four vertex points of the bounding quadrangle. The vertices are indexed clockwise starting from the bottom left. May be null.
- components
- An array of data fields, representing one complex field found in the image, with all additional information.
3/2/2022 12:59:15 PM