Transcribe

Introduction

The transcribe command is used to send real time transcriptions of speech to a web callback.

The transcribe command is restricted to being used as a sub-command within the “dial” or “listen” command. When used within the “dial” command, it enables the transcription of phone calls that run for an extended duration, while when used within the “listen” command, it facilitates the transcription of recorded messages.

The transcribe command can accept the following attributes:

Options

Option

Description

Required

transcriptionHook

Specify a webhook that will be triggered when an interim or final transcription is collected.

yes

recognized

Speech recognition options

yes

Example

{
"verb": "transcribe",
"transcriptionHook": "http://example.com/transcribe",
"recognizer": {
    "vendor": "Google",
    "language" : "en-US",
    "interim": true
    }
}

Please contact us for timely support via: