Values.SpeechRecognitionSettingsSourceSettings that control how Amazon Lex processes and recognizes speech input from users.
type nonrec t = {speechModelPreference : SpeechModelPreference.t option;The speech-to-text model to use.
*)speechModelConfig : SpeechModelConfig.t option;Configuration settings for the selected speech-to-text model.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Structure of
(string
* [> `Structure of
(string * [> `String of SecretsManagerSecretArn.t ]) list ])
list ])
list ]