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