Values.UnifiedSpeechSettingsSourceUnified configuration settings that combine speech recognition and synthesis capabilities.
type nonrec t = {speechFoundationModel : SpeechFoundationModel.t;The foundation model configuration to use for unified speech processing capabilities.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of (string * [> `String of BedrockModelArn.t ]) list ])
list ]