TranscribeRequest
Example Usage
typescript
import { TranscribeRequest } from "@meetkai/mka1/models/operations";
// No examples available for this modelFields
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
model | operations.Model | ➖ | Legacy transcription model parameter retained for backward compatibility. Ignored when speaker diarization is requested. | whisper-large-v3 |
language | string | ➖ | N/A | en |
includeSpeakerData | boolean | ➖ | N/A | true |
prompt | string | ➖ | N/A | This is a technical podcast about machine learning. |
temperature | number | ➖ | N/A | 0.2 |
requestBody | operations.TranscribeRequestBody | ✔️ | N/A |