Amazon Comprehend · JSON Structure

Openapi.Yml Batch Detect Syntax Item Result Structure

The result of calling the operation. The operation returns one object that is successfully processed by the operation.

Type: object Properties: 2
Machine LearningNatural Language ProcessingNLPText Analysis

BatchDetectSyntaxItemResult 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

Index SyntaxTokens

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-batch-detect-syntax-item-result-structure.json",
  "name": "BatchDetectSyntaxItemResult",
  "description": "The result of calling the operation. The operation returns one object that is successfully processed by the operation.",
  "type": "object",
  "properties": {
    "Index": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Integer"
        },
        {
          "description": "The zero-based index of the document in the input list."
        }
      ]
    },
    "SyntaxTokens": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ListOfSyntaxTokens"
        },
        {
          "description": "The syntax tokens for the words in the document, one token for each word."
        }
      ]
    }
  }
}