Module Values.SpeechFoundationModelSource

Configuration for a foundation model used for speech synthesis and recognition capabilities.

Sourcetype nonrec t = {
  1. modelArn : BedrockModelArn.t;
    (*

    The Amazon Resource Name (ARN) of the foundation model used for speech processing.

    *)
  2. voiceId : VoiceId.t option;
    (*

    The identifier of the voice to use for speech synthesis with the foundation model.

    *)
}
Sourceval context_ : string
Sourceval make : ?voiceId:??? -> modelArn:BedrockModelArn.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of BedrockModelArn.t ]) 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