DocumentIntelligenceLayoutSkillOutputFormat.Implicit Operator

Definition

Overloads

Implicit(String to DocumentIntelligenceLayoutSkillOutputFormat)

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

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<DocumentIntelligenceLayoutSkillOutputFormat>)

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

Parameters

value
String

Returns

Applies to