public final class CoreML
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
MLFeatureValueImageOptionCropAndScale()
Key for VNImageCropAndScaleOption describing how to crop and scale the image (or region of interest) to the desired size
|
static java.lang.String |
MLFeatureValueImageOptionCropRect()
Key for CGRect describing a crop region of interest of image source in normalized coordinates
|
static java.lang.String |
MLModelAuthorKey()
The author of this model
|
static java.lang.String |
MLModelCollectionDidChangeNotification()
Notification posted when the model collection has changed.
|
static java.lang.String |
MLModelCreatorDefinedKey()
Any additional pertinent information specified by the model creator
|
static java.lang.String |
MLModelDescriptionKey()
A short description of what the model does and/or its purpose
|
static java.lang.String |
MLModelErrorDomain() |
static java.lang.String |
MLModelLicenseKey()
License information for the model
|
static java.lang.String |
MLModelVersionStringKey()
A version number encoded as a string
|
public static java.lang.String MLModelDescriptionKey()
public static java.lang.String MLModelVersionStringKey()
public static java.lang.String MLModelAuthorKey()
public static java.lang.String MLModelLicenseKey()
public static java.lang.String MLModelCreatorDefinedKey()
public static java.lang.String MLModelErrorDomain()
public static java.lang.String MLFeatureValueImageOptionCropRect()
public static java.lang.String MLFeatureValueImageOptionCropAndScale()
public static java.lang.String MLModelCollectionDidChangeNotification()