product · inferred from evidence
transcript
An object or module containing transcription data, including methods like export_subtitles_srt and text.
- transcript.word_search does not work in a live streaming session
A user tried to use `transcript.word_search(["price", "product"])` as a keyword trigger to stop a live transcriber, and it did nothing. Maintainer ccampbell-aai clarified that `word_search` is a prerecorded-only feature: it runs against a c
- Random whitespace in Chinese and Cantonese subtitles from export_subtitles_srt
`transcript.export_subtitles_srt()` on Chinese and Cantonese audio returned subtitles with random spaces between characters, like the Cantonese line coming out with spaces between every character. Maintainer ploeber investigated and reporte