Udostępnij za pośrednictwem


IndexingParametersConfiguration.DataToExtract Property

Definition

Specifies the data to extract from Azure blob storage and tells the indexer which data to extract from image content when "imageAction" is set to a value other than "none". This applies to embedded image content in a .PDF or other application, or image files such as .jpg and .png, in Azure blobs.

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