Documentation

voximplant.tts.voices.get

Scope: catalog Permissions to execute: for all

Returns an array of available voices for generation of speech in the format of voice ID => voice name. This method does not have limitation of access permissions .

Function parameters

No incoming parameters.

Example

BX24.callMethod(
	'voximplant.tts.voices.get',
	{},
	function(result)
	{
		if(result.error())
			console.error(result.error());
		else
			console.info(result.data());
	}
);


© «Bitrix24», 2001-2024