---
title: JointPoint
framework: createmlcomponents
role: symbol
role_heading: Structure
path: createmlcomponents/jointpoint
---

# JointPoint

A joint in a pose that contains a location and scoring information.

## Declaration

```swift
struct JointPoint
```

## Topics

### Creating a joint point

- [init(_:location:confidence:)](createmlcomponents/jointpoint/init(_:location:confidence:).md)

### Getting the detection confidence

- [confidence](createmlcomponents/jointpoint/confidence.md)

### Getting the key name

- [key](createmlcomponents/jointpoint/key.md)

### Getting the joint location

- [location](createmlcomponents/jointpoint/location.md)

## Relationships

### Conforms To

- [Equatable](swift/equatable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.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)
- [PoseSelector](createmlcomponents/poseselector.md)
- [PoseSelectionStrategy](createmlcomponents/poseselectionstrategy.md)
- [JointsSelector](createmlcomponents/jointsselector.md)
- [HumanBodyPoseExtractor](createmlcomponents/humanbodyposeextractor.md)
- [HumanHandPoseExtractor](createmlcomponents/humanhandposeextractor.md)
- [HumanBodyActionCounter](createmlcomponents/humanbodyactioncounter.md)
- [HumanBodyActionPeriodPredictor](createmlcomponents/humanbodyactionperiodpredictor.md)
