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
`word_search` only works on completed prerecorded transcripts, so it can never act as a keyword trigger inside a live session. If your goal is to stop transcribing when the speaker pauses, watch the Turn events from the streaming client and
- pydantic ValidationError: chapters.0.gist Field required on TranscriptResponse
This validation error means the API returned chapters without the `gist` field that your SDK version requires. It was fixed in PR #162, so upgrade to any assemblyai version above 0.49. The failure happens when deserializing the transcript r
- Random whitespace in Chinese and Cantonese subtitles from export_subtitles_srt
The spaced-out Chinese characters in SRT output are a known limitation: AssemblyAI does not support subtitles for Chinese, so `export_subtitles_srt()` is not accurate for those languages. Use `transcript.text` for the transcription itself,