Amazon Comprehend · Schema

DocumentClassifierDocumentTypeFormat

DocumentClassifierDocumentTypeFormat schema

Machine LearningNatural Language ProcessingNLPText Analysis
View JSON Schema on GitHub

JSON Schema

openapi.yml-document-classifier-document-type-format-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-classifier-document-type-format-schema.json",
  "title": "DocumentClassifierDocumentTypeFormat",
  "description": "DocumentClassifierDocumentTypeFormat schema",
  "type": "string",
  "enum": [
    "PLAIN_TEXT_DOCUMENT",
    "SEMI_STRUCTURED_DOCUMENT"
  ]
}