The X and Y coordinates of a point on a document page.
For additional information, see Point in the Amazon Textract API reference.
Type: objectProperties: 2
Machine-LearningNatural Language ProcessingNLPText Analysis
Point is a JSON Structure definition published by Amazon Comprehend, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.
{
"$schema": "https://json-structure.org/meta/core/v0/#",
"$id": "https://raw.githubusercontent.com/api-evangelist/amazon-comprehend/refs/heads/main/json-structure/openapi.yml-point-structure.json",
"name": "Point",
"description": "<p>The X and Y coordinates of a point on a document page.</p> <p>For additional information, see <a href=\"https://docs.aws.amazon.com/textract/latest/dg/API_Point.html\">Point</a> in the Amazon Textract API reference.</p>",
"type": "object",
"properties": {
"X": {
"allOf": [
{
"$ref": "#/components/schemas/Float"
},
{
"description": "The value of the X coordinate for a point on a polygon"
}
]
},
"Y": {
"allOf": [
{
"$ref": "#/components/schemas/Float"
},
{
"description": "The value of the Y coordinate for a point on a polygon"
}
]
}
}
}
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.