Class BlobIndexerImageAction


  • public final class BlobIndexerImageAction
    extends com.azure.core.util.ExpandableStringEnum<BlobIndexerImageAction>
    Defines values for BlobIndexerImageAction.
    • Field Detail

      • 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 Detail

      • BlobIndexerImageAction

        public BlobIndexerImageAction()
    • Method Detail

      • 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.