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. ## **Properties** | Name | Type | Default | Description | |:--|:|:--|:-| | [action](./action) Required | string \| object | - | The action to be performed.
**Possible Values:** [[stop](./action/stop.mdx), [start](./action/start.mdx), [summarize](./action/summarize.mdx)] | ### **Example**