Amazon Comprehend · JSON Structure

Openapi.Yml Geometry Structure

Information about the location of items on a document page.

For additional information, see Geometry in the Amazon Textract API reference.

Type: object Properties: 2
Machine LearningNatural Language ProcessingNLPText Analysis

Geometry 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.

Properties

BoundingBox Polygon

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-comprehend/refs/heads/main/json-structure/openapi.yml-geometry-structure.json",
  "name": "Geometry",
  "description": "<p>Information about the location of items on a document page.</p> <p>For additional information, see <a href=\"https://docs.aws.amazon.com/textract/latest/dg/API_Geometry.html\">Geometry</a> in the Amazon Textract API reference.</p>",
  "type": "object",
  "properties": {
    "BoundingBox": {
      "allOf": [
        {
          "$ref": "#/components/schemas/BoundingBox"
        },
        {
          "description": "An axis-aligned coarse representation of the location of the recognized item on the document page."
        }
      ]
    },
    "Polygon": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Polygon"
        },
        {
          "description": "Within the bounding box, a fine-grained polygon around the recognized item."
        }
      ]
    }
  }
}