/AWS1/CL_REKGEOMETRY¶
Information about where an object (DetectCustomLabels) or text (DetectText) is located on an image.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
io_boundingbox TYPE REF TO /AWS1/CL_REKBOUNDINGBOX /AWS1/CL_REKBOUNDINGBOX¶
An axis-aligned coarse representation of the detected item's location on the image.
it_polygon TYPE /AWS1/CL_REKPOINT=>TT_POLYGON TT_POLYGON¶
Within the bounding box, a fine-grained polygon around the detected item.
Queryable Attributes¶
BoundingBox¶
An axis-aligned coarse representation of the detected item's location on the image.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_BOUNDINGBOX() |
Getter for BOUNDINGBOX |
Polygon¶
Within the bounding box, a fine-grained polygon around the detected item.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_POLYGON() |
Getter for POLYGON, with configurable default |
ASK_POLYGON() |
Getter for POLYGON w/ exceptions if field has no value |
HAS_POLYGON() |
Determine if POLYGON has a value |