Share via


AzureSemanticEouDetection Class

Definition

Azure semantic end-of-utterance detection (default).

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

Constructors

Name Description
AzureSemanticEouDetection()

Initializes a new instance of AzureSemanticEouDetection.

Properties

Name Description
ThresholdLevel

Threshold level setting. Recommended instead of threshold. One of low, medium, high, or default.

Timeout

Gets or sets the Timeout.

Methods

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

Explicit Interface Implementations

Name Description
IJsonModel<AzureSemanticEouDetection>.Create(Utf8JsonReader, ModelReaderWriterOptions)
IJsonModel<AzureSemanticEouDetection>.Write(Utf8JsonWriter, ModelReaderWriterOptions)
IJsonModel<EouDetection>.Create(Utf8JsonReader, ModelReaderWriterOptions) (Inherited from EouDetection)
IJsonModel<EouDetection>.Write(Utf8JsonWriter, ModelReaderWriterOptions) (Inherited from EouDetection)
IPersistableModel<AzureSemanticEouDetection>.Create(BinaryData, ModelReaderWriterOptions)
IPersistableModel<AzureSemanticEouDetection>.GetFormatFromOptions(ModelReaderWriterOptions)
IPersistableModel<AzureSemanticEouDetection>.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