Share via


AzureSemanticVadTurnDetection Class

Definition

Base model for VAD-based turn detection.

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

Constructors

Name Description
AzureSemanticVadTurnDetection()

Initializes a new instance of AzureSemanticVadTurnDetection.

Properties

Name Description
AutoTruncate

Gets or sets the AutoTruncate.

CreateResponse

Gets or sets the CreateResponse.

EndOfUtteranceDetection

Gets or sets the EndOfUtteranceDetection.

InterruptResponse

Gets or sets the InterruptResponse.

Languages

Gets the Languages.

PrefixPadding

Gets or sets the PrefixPaddingMs.

RemoveFillerWords

Gets or sets the RemoveFillerWords.

SilenceDuration

Gets or sets the SilenceDurationMs.

SpeechDuration

Gets or sets the SpeechDurationMs.

Threshold

Gets or sets the Threshold.

Methods

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

Explicit Interface Implementations

Name Description
IJsonModel<AzureSemanticVadTurnDetection>.Create(Utf8JsonReader, ModelReaderWriterOptions)
IJsonModel<AzureSemanticVadTurnDetection>.Write(Utf8JsonWriter, ModelReaderWriterOptions)
IJsonModel<TurnDetection>.Create(Utf8JsonReader, ModelReaderWriterOptions) (Inherited from TurnDetection)
IJsonModel<TurnDetection>.Write(Utf8JsonWriter, ModelReaderWriterOptions) (Inherited from TurnDetection)
IPersistableModel<AzureSemanticVadTurnDetection>.Create(BinaryData, ModelReaderWriterOptions)
IPersistableModel<AzureSemanticVadTurnDetection>.GetFormatFromOptions(ModelReaderWriterOptions)
IPersistableModel<AzureSemanticVadTurnDetection>.Write(ModelReaderWriterOptions)
IPersistableModel<TurnDetection>.Create(BinaryData, ModelReaderWriterOptions) (Inherited from TurnDetection)
IPersistableModel<TurnDetection>.GetFormatFromOptions(ModelReaderWriterOptions) (Inherited from TurnDetection)
IPersistableModel<TurnDetection>.Write(ModelReaderWriterOptions) (Inherited from TurnDetection)

Applies to