applied(to:eventHandler:)
Predicts human body action periods from an array of poses.
Declaration
func applied(to input: [Pose], eventHandler: EventHandler? = nil) async throws -> [HumanBodyActionPeriodPredictor.Prediction]Parameters
- input:
An async sequence of pose windows.
- eventHandler:
An event handler.
Return Value
An async sequence of predictions.