Module Values.SpeechRecognitionSettingsSource

Settings that control how Amazon Lex processes and recognizes speech input from users.

Sourcetype nonrec t = {
  1. speechModelPreference : SpeechModelPreference.t option;
    (*

    The speech-to-text model to use.

    *)
  2. speechModelConfig : SpeechModelConfig.t option;
    (*

    Configuration settings for the selected speech-to-text model.

    *)
}
Sourceval make : ?speechModelPreference:??? -> ?speechModelConfig:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `Structure of (string * [> `Structure of (string * [> `String of SecretsManagerSecretArn.t ]) list ]) list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t