TextToSpeechStreamingRequest
Example Usage
typescript
import { TextToSpeechStreamingRequest } from "@meetkai/mka1/models/operations";
let value: TextToSpeechStreamingRequest = {
textToSpeechStreamingRequest: {
text: "<value>",
},
};Fields
| Field | Type | Required | Description |
|---|---|---|---|
xOnBehalfOf | string | ➖ | Optional external end-user identifier forwarded by the API gateway. |
textToSpeechStreamingRequest | components.TextToSpeechStreamingRequest | ✔️ | N/A |