Values.UtteranceInputSpecificationSourceContains information about input of an utterance.
type nonrec t = {textInput : TestSetUtteranceText.t option;A text input transcription of the utterance. It is only applicable for test-sets containing text data.
*)audioInput : UtteranceAudioInputSpecification.t option;Contains information about the audio input for an utterance.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of TestSetUtteranceText.t
| `Structure of (string * [> `String of AudioFileS3Location.t ]) list ])
list ]