MediaPoolItem.transcribe_audio#

MediaPoolItem.transcribe_audio(use_speaker_detection: bool | None = None) bool[source]#

Transcribes audio of the MediaPoolItem.

Parameters:

use_speaker_detection (bool, optional) – Whether to use speaker detection when transcribing. If None, the project’s setting is used. Defaults to None.

Returns:

Returns True if successful; False otherwise

Return type:

bool