| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.Comprehend.Types.Point
Description
Documentation
The X and Y coordinates of a point on a document page.
For additional information, see Point in the Amazon Textract API reference.
See: newPoint smart constructor.
Constructors
| Point' | |
Instances
| FromJSON Point Source # | |
| Generic Point Source # | |
| Read Point Source # | |
| Show Point Source # | |
| NFData Point Source # | |
Defined in Amazonka.Comprehend.Types.Point | |
| Eq Point Source # | |
| Hashable Point Source # | |
Defined in Amazonka.Comprehend.Types.Point | |
| type Rep Point Source # | |
Defined in Amazonka.Comprehend.Types.Point type Rep Point = D1 ('MetaData "Point" "Amazonka.Comprehend.Types.Point" "amazonka-comprehend-2.0-Ko6GCjAQF2RARapSdPn69F" 'False) (C1 ('MetaCons "Point'" 'PrefixI 'True) (S1 ('MetaSel ('Just "x") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)) :*: S1 ('MetaSel ('Just "y") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)))) | |
Create a value of Point with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:x:Point', point_x - The value of the X coordinate for a point on a polygon
$sel:y:Point', point_y - The value of the Y coordinate for a point on a polygon