Graphorin API reference v0.8.0
Graphorin API reference / @graphorin/core / / SttAdapter
Interface: SttAdapter
Defined in: packages/core/src/contracts/stt.ts:49
Pluggable speech-to-text engine.
Stable
Properties
| Property | Modifier | Type | Description | Defined in |
|---|---|---|---|---|
id | readonly | string | Stable engine id for audit rows, e.g. 'faster-whisper'. | packages/core/src/contracts/stt.ts:51 |
Methods
transcribe()
ts
transcribe(request): Promise<SttTranscript>;Defined in: packages/core/src/contracts/stt.ts:52
Parameters
| Parameter | Type |
|---|---|
request | SttTranscriptionRequest |
Returns
Promise<SttTranscript>