Amazon Polly · JSON Structure

Amazon Polly Put Lexicon Input Structure

PutLexiconInput schema from Amazon Polly API

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

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

Properties

Content

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-put-lexicon-input-structure.json",
  "name": "PutLexiconInput",
  "description": "PutLexiconInput schema from Amazon Polly API",
  "type": "object",
  "properties": {
    "Content": {
      "allOf": [
        {
          "$ref": "#/components/schemas/LexiconContent"
        },
        {
          "description": "Content of the PLS lexicon as string data."
        }
      ]
    }
  },
  "required": [
    "Content"
  ]
}