Skip to content

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

FieldTypeRequiredDescription
textstring✔️The transcribed text from the audio file