BlobIndexerImageAction.GenerateNormalizedImages Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Extracts text from images (for example, the word "STOP" from a traffic stop sign), and embeds it into the content field. This action requires that "dataToExtract" is set to "contentAndMetadata". A normalized image refers to additional processing resulting in uniform image output, sized and rotated to promote consistent rendering when you include images in visual search results. This information is generated for each image when you use this option.
public static Azure.Search.Documents.Indexes.Models.BlobIndexerImageAction GenerateNormalizedImages { get; }
static member GenerateNormalizedImages : Azure.Search.Documents.Indexes.Models.BlobIndexerImageAction
Public Shared ReadOnly Property GenerateNormalizedImages As BlobIndexerImageAction
Property Value
Applies to
Azure SDK for .NET