prediction(from:)
Generates an array of hand-action predictions for a video.
Declaration
func prediction(from video: URL) throws -> [MLHandActionClassifier.Prediction]Parameters
- video:
A video file URL.
Generates an array of hand-action predictions for a video.
func prediction(from video: URL) throws -> [MLHandActionClassifier.Prediction]A video file URL.