Amazon Polly · Schema

GetSpeechSynthesisTaskOutput

GetSpeechSynthesisTaskOutput schema from Amazon Polly API

AIMachine LearningSpeech SynthesisText-To-SpeechTTSVoiceSSMLNeural EngineGenerative AI

Properties

Name Type Description
SynthesisTask object
View JSON Schema on GitHub

JSON Schema

amazon-polly-get-speech-synthesis-task-output-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-get-speech-synthesis-task-output-schema.json",
  "title": "GetSpeechSynthesisTaskOutput",
  "description": "GetSpeechSynthesisTaskOutput schema from Amazon Polly API",
  "type": "object",
  "properties": {
    "SynthesisTask": {
      "allOf": [
        {
          "$ref": "#/components/schemas/SynthesisTask"
        },
        {
          "description": "SynthesisTask object that provides information from the requested task, including output format, creation time, task status, and so on."
        }
      ]
    }
  }
}