DataCode
Description
Holds information about data code: its position and text which is encoded.Structure fields and default values (if defined) are described below:
| Name | Type | Default | Description |
|---|---|---|---|
| Outline | Path | ||
| Polarity | CodePolarity | Any | |
| Text | String | ||
| Type | DataCodeType | ||
| RowCount | int | ||
| ColumnCount | int | ||
| MinModuleSize | float | ||
| MaxModuleSize | float | ||
| Center | Point2D | ||
| Grid | Array<Point2D> | ||
| Corners | Array<Point2D> | ||
| Score | float | ||
| SoftScore | float | ||
| Scores | DataCodeScores |
