다음을 통해 공유


AzureSemanticVadServer Class

Definition

Server Speech Detection (legacy server_sd alias).

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

Constructors

AzureSemanticVadServer()

Initializes a new instance of AzureSemanticVadServer.

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