DocumentIntelligenceLayoutSkillMarkdownHeaderDepth.Implicit Operator

Definition

Overloads

Implicit(String to DocumentIntelligenceLayoutSkillMarkdownHeaderDepth)

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

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<DocumentIntelligenceLayoutSkillMarkdownHeaderDepth>)

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

Parameters

value
String

Returns

Applies to