<!--
{
  "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/Pose",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "Create ML Components"
    ],
    "preciseIdentifier" : "s:18CreateMLComponents4PoseV"
  },
  "title" : "Pose"
}
-->

# Pose

A pose that contains joint keypoints from a person, a hand, or a combination.

```
struct Pose
```

## Topics

### Creating a pose

[`init(VNRecognizedPointsObservation) throws`](/documentation/CreateMLComponents/Pose/init(_:))

Creates a pose from a body or hand pose observation.

[`init(from: [JointKey : JointPoint])`](/documentation/CreateMLComponents/Pose/init(from:)-8rvl5)

Creates a pose from a dictionary of joint keypoints.

### Getting the key points

[`var keypoints: [JointKey : JointPoint]`](/documentation/CreateMLComponents/Pose/keypoints)

A dictionary of all keypoints in the pose

### Computing the bounding box

[`func boundingBoxArea(confidenceThreshold: Float) -> Float`](/documentation/CreateMLComponents/Pose/boundingBoxArea(confidenceThreshold:))

Computes the bounding box area of the pose.

### Default Implementations

[Decodable Implementations](/documentation/CreateMLComponents/Pose/Decodable-Implementations)

[Encodable Implementations](/documentation/CreateMLComponents/Pose/Encodable-Implementations)

## Relationships

### Conforms To

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

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

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

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

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

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

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

---

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)