Transcribe

Send real time transcriptions of speech continuously.

The transcribe verb may appear on its own or as a nested verb within a dial, config, or listen verb.

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

Parameters

transcriptionHook
stringRequired

Webhook to receive an HTTP POST when an interim or final transcription is received.