你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

SessionResponse.ModalitiesInternal Property

Definition

The set of modalities the model used to respond. If there are multiple modalities, the model will pick one, for example if modalities is ["text", "audio"], the model could be responding in either text or audio.

public System.Collections.Generic.IList<Azure.AI.VoiceLive.InteractionModality> ModalitiesInternal { get; }
member this.ModalitiesInternal : System.Collections.Generic.IList<Azure.AI.VoiceLive.InteractionModality>
Public ReadOnly Property ModalitiesInternal As IList(Of InteractionModality)

Property Value

Applies to