Package apple.coreml.enums
Class MLImageSizeConstraintType
- java.lang.Object
-
- apple.coreml.enums.MLImageSizeConstraintType
-
public final class MLImageSizeConstraintType extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static longEnumeratedLimited to an enumerated set of image sizesstatic longRangeAllow full width and height rangesstatic longUnspecifiedAny image size is allowed
-
-
-
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
-
-