Amazon Polly · JSON Structure

Amazon Polly Speech Mark Type Structure

SpeechMarkType schema from Amazon Polly API

Type: string Properties: 0
AIMachine LearningSpeech SynthesisText-To-SpeechTTSVoiceSSMLNeural EngineGenerative AI

SpeechMarkType is a JSON Structure definition published by Amazon Polly. 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-polly/refs/heads/main/json-structure/amazon-polly-speech-mark-type-structure.json",
  "name": "SpeechMarkType",
  "description": "SpeechMarkType schema from Amazon Polly API",
  "type": "string",
  "enum": [
    "sentence",
    "ssml",
    "viseme",
    "word"
  ]
}