Skip to content

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

FieldTypeRequiredDescription
textstring✔️The transcribed text from the audio file