Amazon Polly · JSON Structure

Amazon Polly Gender Structure

Gender schema from Amazon Polly API

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

Gender 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-gender-structure.json",
  "name": "Gender",
  "description": "Gender schema from Amazon Polly API",
  "type": "string",
  "enum": [
    "Female",
    "Male"
  ]
}