다음을 통해 공유


SessionUpdateResponseAnimationVisemeDelta Class

Definition

Represents a viseme ID delta update for animation based on audio.

public class SessionUpdateResponseAnimationVisemeDelta : Azure.AI.VoiceLive.SessionUpdate, System.ClientModel.Primitives.IJsonModel<Azure.AI.VoiceLive.SessionUpdateResponseAnimationVisemeDelta>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.VoiceLive.SessionUpdateResponseAnimationVisemeDelta>
type SessionUpdateResponseAnimationVisemeDelta = class
    inherit SessionUpdate
    interface IJsonModel<SessionUpdateResponseAnimationVisemeDelta>
    interface IPersistableModel<SessionUpdateResponseAnimationVisemeDelta>
Public Class SessionUpdateResponseAnimationVisemeDelta
Inherits SessionUpdate
Implements IJsonModel(Of SessionUpdateResponseAnimationVisemeDelta), IPersistableModel(Of SessionUpdateResponseAnimationVisemeDelta)
Inheritance
SessionUpdateResponseAnimationVisemeDelta
Implements

Properties

AudioOffsetMs

Gets the AudioOffsetMs.

ContentIndex

Gets the ContentIndex.

EventId

Gets the EventId.

(Inherited from SessionUpdate)
ItemId

Gets the ItemId.

OutputIndex

Gets the OutputIndex.

ResponseId

Gets the ResponseId.

VisemeId

Gets the VisemeId.

Methods

JsonModelCreateCore(Utf8JsonReader, ModelReaderWriterOptions)
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)
PersistableModelCreateCore(BinaryData, ModelReaderWriterOptions)
PersistableModelWriteCore(ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<SessionUpdate>.Create(Utf8JsonReader, ModelReaderWriterOptions) (Inherited from SessionUpdate)
IJsonModel<SessionUpdate>.Write(Utf8JsonWriter, ModelReaderWriterOptions) (Inherited from SessionUpdate)
IJsonModel<SessionUpdateResponseAnimationVisemeDelta>.Create(Utf8JsonReader, ModelReaderWriterOptions)
IJsonModel<SessionUpdateResponseAnimationVisemeDelta>.Write(Utf8JsonWriter, ModelReaderWriterOptions)
IPersistableModel<SessionUpdate>.Create(BinaryData, ModelReaderWriterOptions) (Inherited from SessionUpdate)
IPersistableModel<SessionUpdate>.GetFormatFromOptions(ModelReaderWriterOptions) (Inherited from SessionUpdate)
IPersistableModel<SessionUpdate>.Write(ModelReaderWriterOptions) (Inherited from SessionUpdate)
IPersistableModel<SessionUpdateResponseAnimationVisemeDelta>.Create(BinaryData, ModelReaderWriterOptions)
IPersistableModel<SessionUpdateResponseAnimationVisemeDelta>.GetFormatFromOptions(ModelReaderWriterOptions)
IPersistableModel<SessionUpdateResponseAnimationVisemeDelta>.Write(ModelReaderWriterOptions)

Applies to