<!--
{
  "availability" : [
    "iOS: 16.0.0 -",
    "iPadOS: 16.0.0 -",
    "macCatalyst: 16.0.0 -",
    "macOS: 13.0.0 -",
    "tvOS: 16.0.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "CreateMLComponents",
  "identifier" : "/documentation/CreateMLComponents/JointPoint",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "Create ML Components"
    ],
    "preciseIdentifier" : "s:18CreateMLComponents10JointPointV"
  },
  "title" : "JointPoint"
}
-->

# JointPoint

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

```
struct JointPoint
```

## Topics

### Creating a joint point

[`init(JointKey, location: CGPoint, confidence: Float)`](/documentation/CreateMLComponents/JointPoint/init(_:location:confidence:))

Creates a joint point with its key, location and confidence.

### Getting the detection confidence

[`var confidence: Float`](/documentation/CreateMLComponents/JointPoint/confidence)

A detection confidence of the joint

### Getting the key name

[`let key: JointKey`](/documentation/CreateMLComponents/JointPoint/key)

The key name for the joint

### Getting the joint location

[`var location: CGPoint`](/documentation/CreateMLComponents/JointPoint/location)

The location of the joint point

## Relationships

### Conforms To

[`Sendable`](/documentation/Swift/Sendable)

[`Equatable`](/documentation/Swift/Equatable)

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)