TextToSpeechRequestBody
Request parameters for text-to-speech conversion.
Example Usage
typescript
import { TextToSpeechRequestBody } from "@meetkai/mka1/models/operations";
let value: TextToSpeechRequestBody = {
text: "<value>",
};Fields
| Field | Type | Required | Description |
|---|---|---|---|
text | string | ✔️ | Input text in Urdu (Arabic script) |
speakingRate | number | ➖ | Speech speed multiplier (higher = faster, lower = slower) |
noiseScale | number | ➖ | Prosody/expressiveness variation (0.0 = monotone, higher = more varied) |
noiseScaleDuration | number | ➖ | Timing/rhythm variation |