Amazon Polly · JSON Structure

Amazon Polly Synthesize Speech Output Structure

SynthesizeSpeechOutput schema from Amazon Polly API

Type: object Properties: 1
AIMachine LearningSpeech SynthesisText-To-SpeechTTSVoiceSSMLNeural EngineGenerative AI

SynthesizeSpeechOutput is a JSON Structure definition published by Amazon Polly, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

AudioStream

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-synthesize-speech-output-structure.json",
  "name": "SynthesizeSpeechOutput",
  "description": "SynthesizeSpeechOutput schema from Amazon Polly API",
  "type": "object",
  "properties": {
    "AudioStream": {
      "allOf": [
        {
          "$ref": "#/components/schemas/AudioStream"
        },
        {
          "description": " Stream containing the synthesized speech. "
        }
      ]
    }
  },
  "example": {
    "AudioStream": "TEXT",
    "ContentType": "audio/mpeg",
    "RequestCharacters": 37
  }
}