SemanticRole.Implicit Operator

Definition

Overloads

Implicit(String to SemanticRole)

Source:
SemanticRole.cs
Source:
SemanticRole.cs

Converts a string to a SemanticRole.

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

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<SemanticRole>)

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

Parameters

value
String

Returns

Applies to