Amazon Polly · Schema

TextType

TextType schema from Amazon Polly API

AIMachine LearningSpeech SynthesisText-To-SpeechTTSVoiceSSMLNeural EngineGenerative AI
View JSON Schema on GitHub

JSON Schema

amazon-polly-text-type-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-polly/refs/heads/main/json-schema/amazon-polly-text-type-schema.json",
  "title": "TextType",
  "description": "TextType schema from Amazon Polly API",
  "type": "string",
  "enum": [
    "ssml",
    "text"
  ]
}