ContentUnderstandingSkillChunkingUnit(String) Constructor

Definition

Initializes a new instance of ContentUnderstandingSkillChunkingUnit.

public ContentUnderstandingSkillChunkingUnit(string value);
new Azure.Search.Documents.Indexes.Models.ContentUnderstandingSkillChunkingUnit : string -> Azure.Search.Documents.Indexes.Models.ContentUnderstandingSkillChunkingUnit
Public Sub New (value As String)

Parameters

value
String

The value.

Exceptions

value is null.

Applies to