IRekognitionBoundingBox
Interface in AWS.Rekognition
Interface for BoundingBox.
Properties
Height
property Height: TOptional<Single>
The height of the bounding box as a ratio of the overall image height.
Left
property Left: TOptional<Single>
The Left coordinate of the bounding box as a ratio of the overall image width.
Top
property Top: TOptional<Single>
The coordinate of the bounding box as a ratio of the overall image height.
Width
property Width: TOptional<Single>
The coordinate of the bounding box as a ratio of the overall image width.