Amazon Comprehend · Schema

DocumentReadMode

DocumentReadMode schema

Machine LearningNatural Language ProcessingNLPText Analysis
View JSON Schema on GitHub

JSON Schema

openapi.yml-document-read-mode-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-mode-schema.json",
  "title": "DocumentReadMode",
  "description": "DocumentReadMode schema",
  "type": "string",
  "enum": [
    "SERVICE_DEFAULT",
    "FORCE_DOCUMENT_READ_ACTION"
  ]
}