TRekognitionBoundingBox
Class in AWS.Rekognition
BoundingBox class.
Ancestors
Properties
Height
property Height: TOptional<Single>
Left
property Left: TOptional<Single>
Top
property Top: TOptional<Single>
Width
property Width: TOptional<Single>
Constructors
Create
constructor Create; overload;
Constructor for TRekognitionBoundingBox.
constructor Create(const ALeft, ATop, AWidth, AHeight: Single); overload;
Constructor for TRekognitionBoundingBox.
Parameters
| Name | Description |
|---|---|
ALeft | Specify the Left coordinate of the bounding box as a ratio of the overall image width. |
ATop | Specify the coordinate of the bounding box as a ratio of the overall image height. |
AWidth | Specify the coordinate of the bounding box as a ratio of the overall image width. |
AHeight | Specify the height of the bounding box as a ratio of the overall image height. |