EchoCancellationReferenceSource.Implicit Operator

Definition

Overloads

Implicit(String to EchoCancellationReferenceSource)

Source:
EchoCancellationReferenceSource.cs

Converts a string to a EchoCancellationReferenceSource.

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

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<EchoCancellationReferenceSource>)

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

Parameters

value
String

Returns

Applies to