Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.medera.info/llms.txt

Use this file to discover all available pages before exploring further.

The Dictation Web Component handles microphone management, push-to-talk, command parsing, and editor wiring.
<script type="module" src="https://cdn.medera.ai/dictation/v1/dictation.js"></script>

<medera-dictation
  access-token="..."
  language="en-US"
  punctuation="smart"
  commands='["new_paragraph", "next_section", "period"]'
></medera-dictation>

Events

EventPayload
interim{ text }
final{ text }
command{ command, args }
error{ code, message }