Amazon Comprehend · JSON Structure

Openapi.Yml Document Read Feature Types Structure

Specifies the type of Amazon Textract features to apply. If you chose TEXTRACT_ANALYZE_DOCUMENT as the read action, you must specify one or both of the following values:

Type: string Properties: 0
Machine LearningNatural Language ProcessingNLPText Analysis

DocumentReadFeatureTypes is a JSON Structure definition published by Amazon Comprehend. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

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-document-read-feature-types-structure.json",
  "name": "DocumentReadFeatureTypes",
  "description": "<p>Specifies the type of Amazon Textract features to apply. If you chose <code>TEXTRACT_ANALYZE_DOCUMENT</code> as the read action, you must specify one or both of the following values:</p> <ul> <li> <p> <code>TABLES</code> - Returns additional information about any tables that are detected in the input document. </p> </li> <li> <p> <code>FORMS</code> - Returns additional information about any forms that are detected in the input document. </p> </li> </ul>",
  "type": "string",
  "enum": [
    "TABLES",
    "FORMS"
  ]
}