DocumentIntelligenceLayoutSkillExtractionOptions.Implicit Operator

Definition

Overloads

Implicit(String to DocumentIntelligenceLayoutSkillExtractionOptions)

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

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<DocumentIntelligenceLayoutSkillExtractionOptions>)

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

Parameters

value
String

Returns

Applies to