---
title: HumanBodyActionPeriodPredictor
framework: createmlcomponents
role: symbol
role_heading: Structure
path: createmlcomponents/humanbodyactionperiodpredictor
---

# HumanBodyActionPeriodPredictor

A human body action period predictor transformer that takes window of poses and produces a window of predictions.

## Declaration

```swift
struct HumanBodyActionPeriodPredictor
```

## Topics

### Creating a transformer

- [init()](createmlcomponents/humanbodyactionperiodpredictor/init().md)

### Performing the transformation

- [applied(to:eventHandler:)](createmlcomponents/humanbodyactionperiodpredictor/applied(to:eventhandler:).md)
- [HumanBodyActionPeriodPredictor.Prediction](createmlcomponents/humanbodyactionperiodpredictor/prediction.md)

## Relationships

### Conforms To

- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)
- [Transformer](createmlcomponents/transformer.md)

## See Also

### Pose components

- [Counting human body action repetitions in a live video feed](createmlcomponents/counting-human-body-action-repetitions-in-a-live-video-feed.md)
- [Pose](createmlcomponents/pose.md)
- [JointKey](createmlcomponents/jointkey.md)
- [JointPoint](createmlcomponents/jointpoint.md)
- [PoseSelector](createmlcomponents/poseselector.md)
- [PoseSelectionStrategy](createmlcomponents/poseselectionstrategy.md)
- [JointsSelector](createmlcomponents/jointsselector.md)
- [HumanBodyPoseExtractor](createmlcomponents/humanbodyposeextractor.md)
- [HumanHandPoseExtractor](createmlcomponents/humanhandposeextractor.md)
- [HumanBodyActionCounter](createmlcomponents/humanbodyactioncounter.md)
