2.1.1 Tts object

Contains details for using in-player text-to-speech.

Example

{
  "hmac": "Uf73McdP",
  "language": {
    "id": "en"
  },
  "countries": [
    {
      "id": "GB"
    },
    {
      "id": "US"
    },
    {
      "id": "AU"
    },
    {
      "id": "IN"
    }
  ]
}

Fields

Field Type Description
language
required
2.1.1 Language object The language to be used for text-to-speech conversion.
hmac
required
String A digital signature required for the TTS conversion.
countries
optional
List of 2.1.1 Country objects An optional list of country objects representing the available accents for this TTS conversion.

 

Last updated on