ContentAnalyzerWorkflow.Implicit Operator

Definition

Overloads

Implicit(String to ContentAnalyzerWorkflow)

Source:
ContentAnalyzerWorkflow.cs

Converts a string to a ContentAnalyzerWorkflow.

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

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<ContentAnalyzerWorkflow>)

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

Parameters

value
String

Returns

Applies to