Amazon Polly · JSON Structure

Amazon Polly Engine Structure

Engine schema from Amazon Polly API

Type: string Properties: 0
AIMachine LearningSpeech SynthesisText-To-SpeechTTSVoiceSSMLNeural EngineGenerative AI

Engine is a JSON Structure definition published by Amazon Polly. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

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-engine-structure.json",
  "name": "Engine",
  "description": "Engine schema from Amazon Polly API",
  "type": "string",
  "enum": [
    "standard",
    "neural"
  ]
}