...
Field Name | Value | Example |
---|---|---|
word | the recognized word | hello |
confidence | the confidence level | 0.79000000 |
speaker | participant recognisedrecognized | speaker1 |
time | time elapsed in seconds | 189.35000000 |
duration | length of the word in seconds | 0.50000000 |
...
It is possible to integrate an external application to retrieve a transcription file using the HTTP Business API. The Get Call Information API call can return either a plain text file or the transcription format, depending on the call.
Transcript file format
The VTR file format (with .vtr extensions) contains the transcript text and other information form speech analysis. It is a human-readable JSON formatted text file compressed with Zip. Non-ASCII characters are encoded with UTF8. See detailed specifications of the format here: Verba transcript file (.vtr) format