Skip to main content

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

NameDescription
ALeftSpecify the Left coordinate of the bounding box as a ratio of the overall image width.
ATopSpecify the coordinate of the bounding box as a ratio of the overall image height.
AWidthSpecify the coordinate of the bounding box as a ratio of the overall image width.
AHeightSpecify the height of the bounding box as a ratio of the overall image height.