Class CoreML


  • public final class CoreML
    extends java.lang.Object
    • 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.