organization · inferred from evidence
AssemblyAI
An organization providing transcription services, mentioned as not supporting subtitles for Chinese.
- 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
- pydantic ValidationError: chapters.0.gist Field required on TranscriptResponse
Reading a completed transcript raised `pydantic_core._pydantic_core.ValidationError: 1 validation error for TranscriptResponse` with `chapters.0.gist` and `Field required [type=missing, ...]`, because the API returned chapter objects withou
- 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