Amazon Comprehend · Schema

DocumentReadFeatureTypes

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:

Machine LearningNatural Language ProcessingNLPText Analysis
View JSON Schema on GitHub

JSON Schema

openapi.yml-document-read-feature-types-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-comprehend/refs/heads/main/json-schema/openapi.yml-document-read-feature-types-schema.json",
  "title": "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"
  ]
}