Values.SpeechFoundationModelSourceConfiguration for a foundation model used for speech synthesis and recognition capabilities.
type nonrec t = {modelArn : BedrockModelArn.t;The Amazon Resource Name (ARN) of the foundation model used for speech processing.
*)voiceId : VoiceId.t option;The identifier of the voice to use for speech synthesis with the foundation model.
*)}