Values.StartSpeechSynthesisStreamEventStreamSourceOutbound event stream that contains synthesized audio data and stream status events.
type nonrec t = {audioEvent : AudioEvent.t option;An audio event containing synthesized speech.
*)streamClosedEvent : StreamClosedEvent.t option;An event, with summary information, indicating the stream has closed.
*)validationException : ValidationException.t option;An exception indicating the input failed validation.
*)serviceQuotaExceededException : ServiceQuotaExceededException.t option;An exception indicating a service quota would be exceeded.
*)serviceFailureException : ServiceFailureException.t option;throttlingException : ThrottlingException.t option;An exception indicating the request was throttled.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Blob of AudioChunk.t
| `Enum of string
| `Integer of RequestCharacters.t
| `List of
[> `Structure of
(string
* [> `String of ValidationExceptionFieldName.t ])
list ]
list
| `String of ErrorMessage.t ])
list ])
list ]