ContentUnderstandingSkillExtractionOptions(String) Constructor

Definition

Initializes a new instance of ContentUnderstandingSkillExtractionOptions.

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

Parameters

value
String

The value.

Exceptions

value is null.

Applies to