EouDetection Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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