Package org.robovm.apple.coreml
Class MLFeatureValueImageOption
java.lang.Object
org.robovm.apple.foundation.NSDictionaryWrapper
org.robovm.apple.coreml.MLFeatureValueImageOption
public class MLFeatureValueImageOption extends NSDictionaryWrapper
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMLFeatureValueImageOption.AsListMarshalerstatic classMLFeatureValueImageOption.Keysstatic classMLFeatureValueImageOption.Marshaler -
Field Summary
Fields inherited from class org.robovm.apple.foundation.NSDictionaryWrapper
data -
Constructor Summary
Constructors Constructor Description MLFeatureValueImageOption() -
Method Summary
Modifier and Type Method Description NSObjectget(NSString key)VNImageCropAndScaleOptiongetCropAndScale()CGRectgetCropRect()booleanhas(NSString key)MLFeatureValueImageOptionset(NSString key, NSObject value)MLFeatureValueImageOptionsetCropAndScale(VNImageCropAndScaleOption cropAndScale)MLFeatureValueImageOptionsetCropRect(CGRect cropRect)Methods inherited from class org.robovm.apple.foundation.NSDictionaryWrapper
getDictionary, toString
-
Constructor Details
-
MLFeatureValueImageOption
public MLFeatureValueImageOption()
-
-
Method Details
-
has
-
get
-
set
-
getCropRect
- Since:
- Available in iOS 13.0 and later.
-
setCropRect
- Since:
- Available in iOS 13.0 and later.
-
getCropAndScale
- Since:
- Available in iOS 13.0 and later.
-
setCropAndScale
- Since:
- Available in iOS 13.0 and later.
-