다음을 통해 공유


SessionUpdateResponseAudioTimestampDone Class

Definition

Indicates completion of audio timestamp delivery for a response.

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

Properties

ContentIndex

Gets the ContentIndex.

EventId

Gets the EventId.

(Inherited from SessionUpdate)
ItemId

Gets the ItemId.

OutputIndex

Gets the OutputIndex.

ResponseId

Gets the ResponseId.

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<SessionUpdateResponseAudioTimestampDone>.Create(Utf8JsonReader, ModelReaderWriterOptions)
IJsonModel<SessionUpdateResponseAudioTimestampDone>.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<SessionUpdateResponseAudioTimestampDone>.Create(BinaryData, ModelReaderWriterOptions)
IPersistableModel<SessionUpdateResponseAudioTimestampDone>.GetFormatFromOptions(ModelReaderWriterOptions)
IPersistableModel<SessionUpdateResponseAudioTimestampDone>.Write(ModelReaderWriterOptions)

Applies to