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

InteractionModality Struct

Definition

Supported modalities for the session.

public readonly struct InteractionModality : IEquatable<Azure.AI.VoiceLive.InteractionModality>
type InteractionModality = struct
Public Structure InteractionModality
Implements IEquatable(Of InteractionModality)
Inheritance
InteractionModality
Implements

Constructors

InteractionModality(String)

Initializes a new instance of InteractionModality.

Properties

Animation

Animation modality.

Audio

Audio modality.

Avatar

Avatar modality.

Text

Text modality.

Methods

Equals(InteractionModality)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Equality(InteractionModality, InteractionModality)

Determines if two InteractionModality values are the same.

Implicit(String to InteractionModality)

Converts a string to a InteractionModality.

Implicit(String to Nullable<InteractionModality>)
Inequality(InteractionModality, InteractionModality)

Determines if two InteractionModality values are not the same.

Applies to