Package apple.coreml.c
Class CoreML
- java.lang.Object
-
- apple.coreml.c.CoreML
-
public final class CoreML extends java.lang.Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.StringMLFeatureValueImageOptionCropAndScale()Key for VNImageCropAndScaleOption describing how to crop and scale the image (or region of interest) to the desired sizestatic java.lang.StringMLFeatureValueImageOptionCropRect()Key for CGRect describing a crop region of interest of image source in normalized coordinatesstatic java.lang.StringMLModelAuthorKey()The author of this modelstatic java.lang.StringMLModelCollectionDidChangeNotification()Notification posted when the model collection has changed.static java.lang.StringMLModelCreatorDefinedKey()Any additional pertinent information specified by the model creatorstatic java.lang.StringMLModelDescriptionKey()A short description of what the model does and/or its purposestatic java.lang.StringMLModelErrorDomain()static java.lang.StringMLModelLicenseKey()License information for the modelstatic java.lang.StringMLModelVersionStringKey()A version number encoded as a string
-
-
-
Method Detail
-
MLModelDescriptionKey
public static java.lang.String MLModelDescriptionKey()
A short description of what the model does and/or its purpose
-
MLModelVersionStringKey
public static java.lang.String MLModelVersionStringKey()
A version number encoded as a string
-
MLModelAuthorKey
public static java.lang.String MLModelAuthorKey()
The author of this model
-
MLModelLicenseKey
public static java.lang.String MLModelLicenseKey()
License information for the model
-
MLModelCreatorDefinedKey
public static java.lang.String MLModelCreatorDefinedKey()
Any additional pertinent information specified by the model creator
-
MLModelErrorDomain
public static java.lang.String MLModelErrorDomain()
-
MLFeatureValueImageOptionCropRect
public static java.lang.String MLFeatureValueImageOptionCropRect()
Key for CGRect describing a crop region of interest of image source in normalized coordinates
-
MLFeatureValueImageOptionCropAndScale
public static java.lang.String MLFeatureValueImageOptionCropAndScale()
Key for VNImageCropAndScaleOption describing how to crop and scale the image (or region of interest) to the desired size
-
MLModelCollectionDidChangeNotification
public static java.lang.String MLModelCollectionDidChangeNotification()
Notification posted when the model collection has changed.
-
-