Uses of Class
com.azure.search.documents.indexes.models.BlobIndexerImageAction
Packages that use BlobIndexerImageAction
Package
Description
Package containing the data models for SearchServiceClient.
-
Uses of BlobIndexerImageAction in com.azure.search.documents.indexes.models
Fields in com.azure.search.documents.indexes.models declared as BlobIndexerImageActionModifier and TypeFieldDescriptionstatic final BlobIndexerImageActionBlobIndexerImageAction.GENERATE_NORMALIZED_IMAGE_PER_PAGEExtracts text from images (for example, the word "STOP" from a traffic stop sign), and embeds it into the content field, but treats PDF files differently in that each page will be rendered as an image and normalized accordingly, instead of extracting embedded images.static final BlobIndexerImageActionBlobIndexerImageAction.GENERATE_NORMALIZED_IMAGESExtracts text from images (for example, the word "STOP" from a traffic stop sign), and embeds it into the content field.static final BlobIndexerImageActionBlobIndexerImageAction.NONEIgnores embedded images or image files in the data set.Methods in com.azure.search.documents.indexes.models that return BlobIndexerImageActionModifier and TypeMethodDescriptionstatic BlobIndexerImageActionBlobIndexerImageAction.fromString(String name) Creates or finds a BlobIndexerImageAction from its string representation.IndexingParametersConfiguration.getImageAction()Get the imageAction property: Determines how to process embedded images and image files in Azure blob storage.Methods in com.azure.search.documents.indexes.models that return types with arguments of type BlobIndexerImageActionModifier and TypeMethodDescriptionstatic Collection<BlobIndexerImageAction> BlobIndexerImageAction.values()Gets known BlobIndexerImageAction values.Methods in com.azure.search.documents.indexes.models with parameters of type BlobIndexerImageActionModifier and TypeMethodDescriptionIndexingParametersConfiguration.setImageAction(BlobIndexerImageAction imageAction) Set the imageAction property: Determines how to process embedded images and image files in Azure blob storage.