다음을 통해 공유


EouDetection Class

Definition

Top-level union for end-of-utterance (EOU) semantic detection configuration. Please note this is the abstract base class. The derived classes available for instantiation are: AzureSemanticDetection, AzureSemanticDetectionEn, and AzureSemanticDetectionMultilingual.

[System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.AI.VoiceLive.UnknownEouDetection))]
public abstract class EouDetection : System.ClientModel.Primitives.IJsonModel<Azure.AI.VoiceLive.EouDetection>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.VoiceLive.EouDetection>
[<System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.AI.VoiceLive.UnknownEouDetection))>]
type EouDetection = class
    interface IJsonModel<EouDetection>
    interface IPersistableModel<EouDetection>
Public MustInherit Class EouDetection
Implements IJsonModel(Of EouDetection), IPersistableModel(Of EouDetection)
Inheritance
EouDetection
Derived
Attributes
Implements

Applies to