AWSComprehendGeometry
Objective-C
@interface AWSComprehendGeometry
Swift
class AWSComprehendGeometry
Information about the location of items on a document page.
For additional information, see Geometry in the Amazon Textract API reference.
-
An axis-aligned coarse representation of the location of the recognized item on the document page.
Declaration
Objective-C
@property (nonatomic, strong) AWSComprehendBoundingBox *_Nullable boundingBox;
Swift
var boundingBox: AWSComprehendBoundingBox? { get set }
-
Within the bounding box, a fine-grained polygon around the recognized item.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSComprehendPoint *> *_Nullable polygon;
Swift
var polygon: [AWSComprehendPoint]? { get set }