TRekognitionPoint
Class in AWS.Rekognition
Point class.
Ancestors
Properties
X
property X: TOptional<Single>
Y
property Y: TOptional<Single>
Constructors
Create
constructor Create; overload;
Constructor for TRekognitionPoint.
constructor Create(const AX, AY: Single); overload;
Constructor for TRekognitionPoint.
Parameters
| Name | Description |
|---|---|
AX | Specify the X coordinate for a point on a Polygon. |
AY | Specify the Y coordinate for a point on a Polygon. |