Amazon Polly · Example Payload

Amazon Polly Example

AIMachine LearningSpeech SynthesisText-To-SpeechTTSVoiceSSMLNeural EngineGenerative AI

Amazon Polly Example is an example object payload from Amazon Polly, with 9 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

EngineLanguageCodeLexiconNamesOutputFormatSampleRateSpeechMarkTypesTextTextTypeVoiceId

Example Payload

Raw ↑
{
  "Engine": "generative",
  "LanguageCode": "en-US",
  "LexiconNames": [
    "Joanna"
  ],
  "OutputFormat": "mp3",
  "SampleRate": "24000",
  "SpeechMarkTypes": [
    "viseme"
  ],
  "Text": "Hello, this is a sample text for speech synthesis.",
  "TextType": "ssml",
  "VoiceId": "voice-292"
}