Folder.transcribe_audio#
- Folder.transcribe_audio(use_speaker_detection: bool | None = None) bool[source]#
Transcribes audio of the MediaPoolItems within the folder and nested folders.
- 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: