Skip to content

TextToSpeechStreamingRequest

Example Usage

typescript
import { TextToSpeechStreamingRequest } from "@meetkai/mka1/models/operations";

let value: TextToSpeechStreamingRequest = {
  textToSpeechStreamingRequest: {
    text: "<value>",
  },
};

Fields

FieldTypeRequiredDescription
xOnBehalfOfstringOptional external end-user identifier forwarded by the API gateway.
textToSpeechStreamingRequestcomponents.TextToSpeechStreamingRequest✔️N/A