Send Utterances and Transcripts
Send transcripts to Slack:
[SendToSlack] action = SlackLiveUtterances formatter = TextFormatter url = https://hooks.slack.com/services/xxx/xxx/xxx username = xxx showphonenumber = true showaudiochannel = true
Parameter | Values | Description |
---|---|---|
action |
| The value specified here must be |
formatter |
| For readable results, the value specified here must be |
url | URL: HTTP or HTTPS | Specify the Slack endpoint to use. |
username | string | Specify the Slack username to post the utterances. |
showphonenumber |
| Displays a phone number prefix in Slack for each utterance. |
showaudiochannel |
| Show a call direction prefix in Slack: |
Send transcripts to V-Spark:
[PostToSpark] action = PostZipToVSpark formatter = JsonFormatter destination = http://localhost:3000/transcribe/xxx/xxx authtoken = xxx reloadflow = true ext = .mp3 mono = true bitrate = 24 retry = 2 keepTmp = false tempdir = /dev/shm
Parameter | Values | Description |
---|---|---|
destination | URL: HTTP or HTTPS | Specify the V-Spark folder to use. |
authtoken | string | The authentication token required for the |
reloadflow |
| If |
ext |
| Specify the audio format to be submitted to V-Spark. |
mono |
| When |
bitrate | integer | When |
retry | integer | When |
keepTmp |
| If |
tempdir |
| Sets the root directory for temporary storage to |