predictions(from:)
Generates an array of hand action predictions for each video in a URL array.
Declaration
func predictions(from videos: [URL]) throws -> [[MLHandActionClassifier.Prediction]]Parameters
- videos:
An array of video file URLs.
Return Value
A array of prediction arrays. The index of each inner array corresponds to the video URL index in the input array.