Amazon Polly · JSON Structure

Amazon Polly Start Speech Synthesis Task Output Structure

StartSpeechSynthesisTaskOutput schema from Amazon Polly API

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

StartSpeechSynthesisTaskOutput 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

SynthesisTask

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-start-speech-synthesis-task-output-structure.json",
  "name": "StartSpeechSynthesisTaskOutput",
  "description": "StartSpeechSynthesisTaskOutput schema from Amazon Polly API",
  "type": "object",
  "properties": {
    "SynthesisTask": {
      "allOf": [
        {
          "$ref": "#/components/schemas/SynthesisTask"
        },
        {
          "description": "SynthesisTask object that provides information and attributes about a newly submitted speech synthesis task."
        }
      ]
    }
  }
}