Uses of Class
com.azure.search.documents.indexes.models.BlobIndexerImageAction
Packages that use BlobIndexerImageAction
Package
Description
Package containing classes 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 BlobIndexerImageAction
BlobIndexerImageAction.GENERATE_NORMALIZED_IMAGE_PER_PAGE
Static value generateNormalizedImagePerPage for BlobIndexerImageAction.static final BlobIndexerImageAction
BlobIndexerImageAction.GENERATE_NORMALIZED_IMAGES
Static value generateNormalizedImages for BlobIndexerImageAction.static final BlobIndexerImageAction
BlobIndexerImageAction.NONE
Static value none for BlobIndexerImageAction.Methods in com.azure.search.documents.indexes.models that return BlobIndexerImageActionModifier and TypeMethodDescriptionstatic BlobIndexerImageAction
BlobIndexerImageAction.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.