Skip to main content

ITextractGeometry

Interface in AWS.Textract

Interface for Geometry.

Properties

BoundingBox

property BoundingBox: ITextractBoundingBox

Type: ITextractBoundingBox

Specifies an axis-aligned coarse representation of the location of the recognized item on the document.

Polygon

property Polygon: TList<ITextractPoint>

Type: ITextractPoint

Specifies a fine-grained polygoin around the recognized item within the BoundingBox.