DocumentExtractionSkill.DataToExtract Property

Definition

The type of data to be extracted for the skill. Will be set to 'contentAndMetadata' if not defined.

public Azure.Search.Documents.Indexes.Models.BlobIndexerDataToExtract? DataToExtract { get; set; }
member this.DataToExtract : Nullable<Azure.Search.Documents.Indexes.Models.BlobIndexerDataToExtract> with get, set
Public Property DataToExtract As Nullable(Of BlobIndexerDataToExtract)

Property Value

Applies to