Transcribe

Send real time transcriptions of speech continuously.

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

1{
2 "verb": "transcribe",
3 "transcriptionHook": "http://example.com/transcribe",
4 "recognizer": {
5 "vendor": "google",
6 "language" : "en-US",
7 "interim": true
8 }
9}

Parameters

transcriptionHook
stringRequired

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