ContentUnderstandingSkillChunkingMethod.Implicit Operator

Definition

Overloads

Implicit(String to ContentUnderstandingSkillChunkingMethod)

Source:
ContentUnderstandingSkillChunkingMethod.cs

Converts a string to a ContentUnderstandingSkillChunkingMethod.

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

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<ContentUnderstandingSkillChunkingMethod>)

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

Parameters

value
String

Returns

Applies to