Voice Broadcast API
Voice
Voices read the messages delivered by Phone Notify. They use text-to-speech (TTS) technology to transform text into sound. You can get a list of all voices with the getVoices
method.
Type Properties
Property Name | Description | Data Type | Sample |
---|---|---|---|
VoiceID | The voice’s ID. Use this ID when sending a message to have the text read by a specific voice. | Integer | 2 |
VoiceName | The name of the voice. | String | William |
VoiceGender | The gender of the voice. | String | Male |
VoiceAge | The age of the voice. | String | 30 |
VoiceLanguage | The language of the voice. | String | US-English |
VoiceSummary | The name, language, gender and age of the voice. | String | William – US-English (Male – 30) |
Let’s start sending, together.