TranscriptionResponse
Response from the transcription endpoint containing the transcribed text.
Example Usage
typescript
import { TranscriptionResponse } from "@meetkai/mka1/models/components";
let value: TranscriptionResponse = {
text: "<value>",
};Fields
| Field | Type | Required | Description |
|---|---|---|---|
text | string | ✔️ | The transcribed text from the audio file |