Class BlobIndexerImageAction
java.lang.Object
com.azure.core.util.ExpandableStringEnum<BlobIndexerImageAction>
com.azure.search.documents.indexes.models.BlobIndexerImageAction
public final class BlobIndexerImageAction
extends com.azure.core.util.ExpandableStringEnum<BlobIndexerImageAction>
Defines values for BlobIndexerImageAction.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final BlobIndexerImageAction
Static value generateNormalizedImagePerPage for BlobIndexerImageAction.static final BlobIndexerImageAction
Static value generateNormalizedImages for BlobIndexerImageAction.static final BlobIndexerImageAction
Static value none for BlobIndexerImageAction. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic BlobIndexerImageAction
fromString
(String name) Creates or finds a BlobIndexerImageAction from its string representation.static Collection<BlobIndexerImageAction>
values()
Gets known BlobIndexerImageAction values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
NONE
Static value none for BlobIndexerImageAction. -
GENERATE_NORMALIZED_IMAGES
Static value generateNormalizedImages for BlobIndexerImageAction. -
GENERATE_NORMALIZED_IMAGE_PER_PAGE
Static value generateNormalizedImagePerPage for BlobIndexerImageAction.
-
-
Constructor Details
-
BlobIndexerImageAction
public BlobIndexerImageAction()
-
-
Method Details
-
fromString
Creates or finds a BlobIndexerImageAction from its string representation.- Parameters:
name
- a name to look for.- Returns:
- the corresponding BlobIndexerImageAction.
-
values
Gets known BlobIndexerImageAction values.- Returns:
- known BlobIndexerImageAction values.
-