Skip to main content

Get Premium Voices

IMPORTANT!

If you hadn't yet read the intro part of this section, please click here to read it first.

Description

This module provides the developer a simple way to query all the currently available premium voices, available for the Say Something module.

Be Advised!

This module produces a relatively long response, which includes over 200 different premium voices.

Workflow

This module may be executed at any point of a scenario.

Scenario Example

The result will contain an array of available voices.

Example:

{
"voices": [
{
"voice": "man",
"gender": "male",
"languages": [],
"provider": "Cloudonix",
"pricing": "standard"
},
{
"voice": "woman",
"gender": "female",
"languages": [],
"provider": "Cloudonix",
"pricing": "standard"
}
]
}
ParameterDescription
voiceThe voice name, as represented in Cloudonix.
genderMale or Female
languagesAn array of voice associated languages. If none specified, the voice supports English only.
providerThe voice provider. This parameter is provided for informational use only.
pricingStandard or Premium

Parameters

ParameterDescription
ConnectionThe Voice Application Connection to be used for the query.

Advanced Mode

This module doesn't have advanced usage mode available.