Exporting transcripts
The system allows exporting transcripts in the following ways:
- Running a report
- Exporting
- Using the API
Report
Following the Creating report guide, you can create a Users Speech Transcript Details report containing the transcripts from the filtered conversations.Â
Export
You can use the Export feature to obtain the media files and the transcripts.Â
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
API
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.Â