Amazon Polly · Example Payload

Amazon Polly Synthesize Speech Input Example

AIMachine LearningSpeech SynthesisText-To-SpeechTTSVoiceSSMLNeural EngineGenerative AI

Amazon Polly Synthesize Speech Input 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": "neural",
  "LanguageCode": "en-US",
  "LexiconNames": "Joanna",
  "OutputFormat": "mp3",
  "SampleRate": "example-SampleRate",
  "SpeechMarkTypes": "example-SpeechMarkTypes",
  "Text": "Hello, this is a sample text for speech synthesis.",
  "TextType": "Hello, this is a sample text for speech synthesis.",
  "VoiceId": "voice-304"
}