Dictation Protocol
Captures dictation audio and produces transcribed text.
Dictation Protocol
Captures dictation audio and produces transcribed text.
| Field | Value |
|---|---|
| Protocol ID | aster.dictation |
| Version | 1.0.0 |
| Compatibility range | ^1.0.0 |
| Requirement helper | aster.dictation.require(settings?) via the protocol module |
| Provider helper | Not available until the protocol module declares a runtime service tag. |
Settings
DefaultProtocolSettingsSchema (Record<string, unknown> | null).
Operations
| Operation | Summary | Request | Response |
|---|---|---|---|
startDictation | Start a dictation capture. | Effect Schema (Void) | Effect Schema (Objects) |
stopDictation | Stop the capture and respond with the transcription. | Effect Schema (Void) | Effect Schema (Objects) |
cancelDictation | Cancel the capture without transcribing. | Effect Schema (Void) | Effect Schema (Objects) |
Conformance Expectations
- Register with
aster.dictationat1.0.0inside^1.0.0. - Implement every operation:
startDictation,stopDictation,cancelDictation. - Decode requests and responses against the operation schemas listed above.
- Run the protocol conformance kit where one exists: No named kit yet; providers are still expected to satisfy the registry schemas..
Declared Authority
[ { "kind": "model_spend" }]