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 Details

    • NONE

      public static final BlobIndexerImageAction NONE
      Static value none for BlobIndexerImageAction.
    • GENERATE_NORMALIZED_IMAGES

      public static final BlobIndexerImageAction GENERATE_NORMALIZED_IMAGES
      Static value generateNormalizedImages for BlobIndexerImageAction.
    • GENERATE_NORMALIZED_IMAGE_PER_PAGE

      public static final BlobIndexerImageAction GENERATE_NORMALIZED_IMAGE_PER_PAGE
      Static value generateNormalizedImagePerPage for BlobIndexerImageAction.
  • Constructor Details

    • BlobIndexerImageAction

      public BlobIndexerImageAction()
  • Method Details

    • fromString

      public static BlobIndexerImageAction fromString(String name)
      Creates or finds a BlobIndexerImageAction from its string representation.
      Parameters:
      name - a name to look for.
      Returns:
      the corresponding BlobIndexerImageAction.
    • values

      public static Collection<BlobIndexerImageAction> values()
      Gets known BlobIndexerImageAction values.
      Returns:
      known BlobIndexerImageAction values.