DocumentIntelligenceLayoutSkillOutputMode.Implicit Operator

Definition

Overloads

Implicit(String to DocumentIntelligenceLayoutSkillOutputMode)

Source:
DocumentIntelligenceLayoutSkillOutputMode.cs
Source:
DocumentIntelligenceLayoutSkillOutputMode.cs
public static implicit operator Azure.Search.Documents.Indexes.Models.DocumentIntelligenceLayoutSkillOutputMode(string value);
static member op_Implicit : string -> Azure.Search.Documents.Indexes.Models.DocumentIntelligenceLayoutSkillOutputMode
Public Shared Widening Operator CType (value As String) As DocumentIntelligenceLayoutSkillOutputMode

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<DocumentIntelligenceLayoutSkillOutputMode>)

Source:
DocumentIntelligenceLayoutSkillOutputMode.cs
public static implicit operator Azure.Search.Documents.Indexes.Models.DocumentIntelligenceLayoutSkillOutputMode?(string value);
static member op_Implicit : string -> Nullable<Azure.Search.Documents.Indexes.Models.DocumentIntelligenceLayoutSkillOutputMode>
Public Shared Widening Operator CType (value As String) As Nullable(Of DocumentIntelligenceLayoutSkillOutputMode)

Parameters

value
String

Returns

Applies to