Generates predictions for given the given array of images.
SDKs
- macOS 10.14+
- Xcode 10.0+
Framework
- Create ML
Generates predictions for given the given array of images.
SDKs
Framework
func prediction(from: CGImage) -> String
Generates a prediction for given image.
func prediction(from: URL) -> String
Generates a prediction for the image at the given URL.