Class: Aws::Comprehend::Types::Point
- Inherits:
-
Struct
- Object
- Struct
- Aws::Comprehend::Types::Point
- Defined in:
- gems/aws-sdk-comprehend/lib/aws-sdk-comprehend/types.rb
Overview
The X and Y coordinates of a point on a document page.
For additional information, see Point in the Amazon Textract API reference.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#x ⇒ Float
The value of the X coordinate for a point on a polygon.
-
#y ⇒ Float
The value of the Y coordinate for a point on a polygon.