SpeechRate::getDuration

  1. Bitrix24 API (v. 23.675.0)
  2. sender
  3. SpeechRate
  4. getDuration
  • Модуль: sender
  • Путь к файлу: ~/bitrix/modules/sender/lib/integration/voximplant/speechrate.php
  • Класс: Bitrix\Sender\Integration\VoxImplant\SpeechRate
  • Вызов: SpeechRate::getDuration
public function getDuration()
{
	return mb_strlen($this->text) * $this->getRatioPerChar();
}

Добавить комментарий