import StartExample from ./_shared/start-example.mdx; import StopExample from ./_shared/stop-example.mdx; import SummarizeExample from ./_shared/summarize-example.mdx; # live_transcribe Transcribe a voice interaction in real-time. | Name | Type | Default | Description | |:-|:|:--|:-| | live_transcribeRequired | object | - | An object that accepts the [live_transcribe parameters](#live_transcribe-parameters). | ## **live_transcribe Parameters** | Name | Type | Default | Description | |:|:|:--|:| | [action](/swml/methods/live_transcribe/action) Required | string \| object | - | The action to perform.
An object that contains **one** of the [live_transcribe actions](./action/index.mdx).
**Possible Values:** [[stop](/swml/methods/live_transcribe/action/stop), [start](/swml/methods/live_transcribe/action/start), [summarize](/swml/methods/live_transcribe/action/summarize)] | ### **Example**