live_transcribe.action
This page provides an overview of all valid actions for the live_transcribe
SWML method.
The live_transcribe
method requires exactly oneOf
the below action
items. If more than one (or none) is provided, the action
will fail.
Name | Type | Default | Description |
---|---|---|---|
action Required | string | object | - | The action to be performed. An object that contains one of the live_translate actions Possible Values: [ stop , start , summarize ] |
Actions
Action oneOf | Type | Default | Description |
---|---|---|---|
stop Required | string | - | Stops the live transcribing session. |
start Required | object | - | Starts a live transcribing session. |
summarize Required | object | - | Summarizes the conversation. |