다음을 통해 공유


AzureSemanticDetectionEn Class

Definition

Azure semantic end-of-utterance detection (English-optimized).

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

Constructors

AzureSemanticDetectionEn()

Initializes a new instance of AzureSemanticDetectionEn.

Properties

DisableRules

Gets or sets the DisableRules.

ExtraImendCheck

Gets or sets the ExtraImendCheck.

SecondaryThreshold

Gets or sets the SecondaryThreshold.

SecondaryTimeout

Gets or sets the SecondaryTimeout.

SrBoost

Gets or sets the SrBoost.

Threshold

Gets or sets the Threshold.

Timeout

Gets or sets the Timeout.

Methods

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

Explicit Interface Implementations

IJsonModel<AzureSemanticDetectionEn>.Create(Utf8JsonReader, ModelReaderWriterOptions)
IJsonModel<AzureSemanticDetectionEn>.Write(Utf8JsonWriter, ModelReaderWriterOptions)
IJsonModel<EouDetection>.Create(Utf8JsonReader, ModelReaderWriterOptions) (Inherited from EouDetection)
IJsonModel<EouDetection>.Write(Utf8JsonWriter, ModelReaderWriterOptions) (Inherited from EouDetection)
IPersistableModel<AzureSemanticDetectionEn>.Create(BinaryData, ModelReaderWriterOptions)
IPersistableModel<AzureSemanticDetectionEn>.GetFormatFromOptions(ModelReaderWriterOptions)
IPersistableModel<AzureSemanticDetectionEn>.Write(ModelReaderWriterOptions)
IPersistableModel<EouDetection>.Create(BinaryData, ModelReaderWriterOptions) (Inherited from EouDetection)
IPersistableModel<EouDetection>.GetFormatFromOptions(ModelReaderWriterOptions) (Inherited from EouDetection)
IPersistableModel<EouDetection>.Write(ModelReaderWriterOptions) (Inherited from EouDetection)

Applies to