Class MLImageSizeConstraintType


  • public final class MLImageSizeConstraintType
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static long Enumerated
      Limited to an enumerated set of image sizes
      static long Range
      Allow full width and height ranges
      static long Unspecified
      Any image size is allowed
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • Unspecified

        public static final long Unspecified
        Any image size is allowed
        See Also:
        Constant Field Values
      • Enumerated

        public static final long Enumerated
        Limited to an enumerated set of image sizes
        See Also:
        Constant Field Values
      • Range

        public static final long Range
        Allow full width and height ranges
        See Also:
        Constant Field Values