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

SessionUpdateResponseAudioTimestampDelta Class

Definition

Represents a word-level audio timestamp delta for a response.

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

Properties

AudioDuration

Gets the duration of the audio.

AudioOffset

Offset in the overall response audio where the word begins.

ContentIndex

Gets the ContentIndex.

EventId

Gets the EventId.

(Inherited from SessionUpdate)
ItemId

Gets the ItemId.

OutputIndex

Gets the OutputIndex.

ResponseId

Gets the ResponseId.

Text

Gets the Text.

TimestampType

Gets the TimestampType.

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

Applies to