AudioNoiseReductionType.Implicit Operator

Definition

Overloads

Implicit(String to AudioNoiseReductionType)

Source:
AudioNoiseReductionType.cs
Source:
AudioNoiseReductionType.cs

Converts a string to a AudioNoiseReductionType.

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

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<AudioNoiseReductionType>)

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

Parameters

value
String

Returns

Applies to