Share via


EouThresholdLevel.Implicit Operator

Definition

Overloads

Implicit(String to EouThresholdLevel)

Source:
EouThresholdLevel.cs
Source:
EouThresholdLevel.cs

Converts a string to a EouThresholdLevel.

public static implicit operator Azure.AI.VoiceLive.EouThresholdLevel(string value);
static member op_Implicit : string -> Azure.AI.VoiceLive.EouThresholdLevel
Public Shared Widening Operator CType (value As String) As EouThresholdLevel

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<EouThresholdLevel>)

Source:
EouThresholdLevel.cs
Source:
EouThresholdLevel.cs
public static implicit operator Azure.AI.VoiceLive.EouThresholdLevel?(string value);
static member op_Implicit : string -> Nullable<Azure.AI.VoiceLive.EouThresholdLevel>
Public Shared Widening Operator CType (value As String) As Nullable(Of EouThresholdLevel)

Parameters

value
String

Returns

Applies to