• Модуль: sender
  • Путь к файлу: ~/bitrix/modules/sender/lib/integration/voximplant/speechrate.php
  • Класс: Bitrix\Sender\Integration\VoxImplant\SpeechRate
  • Вызов: SpeechRate::getList
static function getList()
{
	return array(
		'x-slow' => 270,
		'slow' => 300,
		'medium' => 340,
		'fast' => 370,
		'x-fast' => 400
	);
}