Uses of Class
org.robovm.apple.vision.VNImageCropAndScaleOption
| Package | Description |
|---|---|
| org.robovm.apple.coreml | |
| org.robovm.apple.vision |
-
Uses of VNImageCropAndScaleOption in org.robovm.apple.coreml
Methods in org.robovm.apple.coreml that return VNImageCropAndScaleOption Modifier and Type Method Description VNImageCropAndScaleOptionMLFeatureValueImageOption. getCropAndScale()Methods in org.robovm.apple.coreml with parameters of type VNImageCropAndScaleOption Modifier and Type Method Description MLFeatureValueImageOptionMLFeatureValueImageOption. setCropAndScale(VNImageCropAndScaleOption cropAndScale) -
Uses of VNImageCropAndScaleOption in org.robovm.apple.vision
Methods in org.robovm.apple.vision that return VNImageCropAndScaleOption Modifier and Type Method Description VNImageCropAndScaleOptionVNCoreMLRequest. getImageCropAndScaleOption()VNImageCropAndScaleOptionVNGenerateImageFeaturePrintRequest. getImageCropAndScaleOption()static VNImageCropAndScaleOptionVNImageCropAndScaleOption. valueOf(long n)Returns the enum constant of this type with the specified name.static VNImageCropAndScaleOptionVNImageCropAndScaleOption. valueOf(String name)Returns the enum constant of this type with the specified name.static VNImageCropAndScaleOption[]VNImageCropAndScaleOption. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.robovm.apple.vision with parameters of type VNImageCropAndScaleOption Modifier and Type Method Description voidVNCoreMLRequest. setImageCropAndScaleOption(VNImageCropAndScaleOption v)voidVNGenerateImageFeaturePrintRequest. setImageCropAndScaleOption(VNImageCropAndScaleOption v)