Share via


EouThresholdLevel Struct

Definition

Threshold level settings for Azure semantic end-of-utterance detection.

public readonly struct EouThresholdLevel : IEquatable<Azure.AI.VoiceLive.EouThresholdLevel>
type EouThresholdLevel = struct
Public Structure EouThresholdLevel
Implements IEquatable(Of EouThresholdLevel)
Inheritance
EouThresholdLevel
Implements

Constructors

Name Description
EouThresholdLevel(String)

Initializes a new instance of EouThresholdLevel.

Properties

Name Description
Default

Default sensitivity threshold level.

High

High sensitivity threshold level.

Low

Low sensitivity threshold level.

Medium

Medium sensitivity threshold level.

Methods

Name Description
Equals(EouThresholdLevel)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Name Description
Equality(EouThresholdLevel, EouThresholdLevel)

Determines if two EouThresholdLevel values are the same.

Implicit(String to EouThresholdLevel)

Converts a string to a EouThresholdLevel.

Implicit(String to Nullable<EouThresholdLevel>)
Inequality(EouThresholdLevel, EouThresholdLevel)

Determines if two EouThresholdLevel values are not the same.

Applies to