/AWS1/CL_REKPOINT¶
The X and Y coordinates of a point on an image or video frame. The X and Y values are ratios of the overall image size or video resolution. For example, if an input image is 700x200 and the values are X=0.5 and Y=0.25, then the point is at the (350,50) pixel coordinate on the image.
An array of Point objects makes up a Polygon. A
Polygon is returned by DetectText and by DetectCustomLabels
Polygon represents a fine-grained polygon around a detected item. For more
information, see Geometry in the Amazon Rekognition Developer Guide.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_x TYPE /AWS1/RT_FLOAT_AS_STRING /AWS1/RT_FLOAT_AS_STRING¶
The value of the X coordinate for a point on a
Polygon.
iv_y TYPE /AWS1/RT_FLOAT_AS_STRING /AWS1/RT_FLOAT_AS_STRING¶
The value of the Y coordinate for a point on a
Polygon.
Queryable Attributes¶
X¶
The value of the X coordinate for a point on a
Polygon.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_X() |
Getter for X, with configurable default |
ASK_X() |
Getter for X w/ exceptions if field has no value |
STR_X() |
String format for X, with configurable default |
HAS_X() |
Determine if X has a value |
Y¶
The value of the Y coordinate for a point on a
Polygon.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_Y() |
Getter for Y, with configurable default |
ASK_Y() |
Getter for Y w/ exceptions if field has no value |
STR_Y() |
String format for Y, with configurable default |
HAS_Y() |
Determine if Y has a value |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_POLYGON¶
TYPES TT_POLYGON TYPE STANDARD TABLE OF REF TO /AWS1/CL_REKPOINT WITH DEFAULT KEY
.