다음을 통해 공유


AzureSemanticVadEn Class

Definition

Server Speech Detection (Azure semantic VAD, English-only).

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

Constructors

AzureSemanticVadEn()

Initializes a new instance of AzureSemanticVadEn.

Properties

AutoTruncate

Gets or sets the AutoTruncate.

DistinctCiPhones

Gets or sets the DistinctCiPhones.

EndOfUtteranceDetection

Gets or sets the EndOfUtteranceDetection.

Languages

Gets the Languages.

NegThreshold

Gets or sets the NegThreshold.

PrefixPaddingMs

Gets or sets the PrefixPaddingMs.

RemoveFillerWords

Gets or sets the RemoveFillerWords.

RequireVowel

Gets or sets the RequireVowel.

SilenceDurationMs

Gets or sets the SilenceDurationMs.

SpeechDurationMs

Gets or sets the SpeechDurationMs.

Threshold

Gets or sets the Threshold.

WindowSize

Gets or sets the WindowSize.

Methods

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

Explicit Interface Implementations

IJsonModel<AzureSemanticVadEn>.Create(Utf8JsonReader, ModelReaderWriterOptions)
IJsonModel<AzureSemanticVadEn>.Write(Utf8JsonWriter, ModelReaderWriterOptions)
IJsonModel<TurnDetection>.Create(Utf8JsonReader, ModelReaderWriterOptions) (Inherited from TurnDetection)
IJsonModel<TurnDetection>.Write(Utf8JsonWriter, ModelReaderWriterOptions) (Inherited from TurnDetection)
IPersistableModel<AzureSemanticVadEn>.Create(BinaryData, ModelReaderWriterOptions)
IPersistableModel<AzureSemanticVadEn>.GetFormatFromOptions(ModelReaderWriterOptions)
IPersistableModel<AzureSemanticVadEn>.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