ContentUnderstandingSkillChunkingUnit.Implicit Operator

Definition

Overloads

Implicit(String to ContentUnderstandingSkillChunkingUnit)

Source:
ContentUnderstandingSkillChunkingUnit.cs
Source:
ContentUnderstandingSkillChunkingUnit.cs

Converts a string to a ContentUnderstandingSkillChunkingUnit.

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

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<ContentUnderstandingSkillChunkingUnit>)

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

Parameters

value
String

Returns

Applies to