AWSComprehendPoint
Objective-C
@interface AWSComprehendPoint
Swift
class AWSComprehendPoint
The X and Y coordinates of a point on a document page.
For additional information, see Point in the Amazon Textract API reference.
-
The value of the X coordinate for a point on a polygon
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable X;
Swift
var x: NSNumber? { get set }
-
The value of the Y coordinate for a point on a polygon
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable Y;
Swift
var y: NSNumber? { get set }