API Use Cases for Transcription
Detailed How-Tos about Web API use cases for large-vocabulary transcription
- Three types of websockets for receiving real-time transcription results
- Examples of requests for OFF-LINE transcription - various audio channels and diarization
- Recommendations for Bulk Offline Transcription
- Example of Synchronous /asr/transcribe API (inline data)
- Example of Synchronous /asr/transcribe API (data from URL)
- Example of OFF-LINE transcription using API
- Example of invoking Voicegain API from node.js (/asr/transcribe)
- Example of streaming audio via websocket and receiving text via websocket
- Example of streaming audio via websocket and broadcasting transcript via websocket
- Example of word-tree output from async real-time transcription
- Example of streaming audio via RTP and receiving result via websocket
- Websocket payload for real-time transcription results