ITextractBoundingBox
Interface in AWS.Textract
Interface for BoundingBox.
Properties
Height
property Height: TOptional<Single>
Specifies the height of the bounding box as a ration of the overall document page height.
Left
property Left: TOptional<Single>
Specifies the left coordinate of the bounding box as a ratio of the overall document page width.
Top
property Top: TOptional<Single>
Specifies the top coordinate of the bounding box as a ratio of the overall document page height.
Width
property Width: TOptional<Single>
Specifies the width coordinate of the bounding box as a ratio of the overall document page width.