<!--
{
  "availability" : [
    "iOS: 18.0.0 -",
    "iPadOS: 18.0.0 -",
    "macOS: 15.0.0 -",
    "tvOS: 18.0.0 -",
    "visionOS: 2.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "Vision",
  "identifier" : "/documentation/Vision/AnimalBodyPoseObservation",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "Vision"
    ],
    "preciseIdentifier" : "s:6Vision25AnimalBodyPoseObservationV"
  },
  "title" : "AnimalBodyPoseObservation"
}
-->

# AnimalBodyPoseObservation

An observation that provides the animal body points the analysis recognizes.

```
struct AnimalBodyPoseObservation
```

## Topics

### Creating an observation

[`init(VNAnimalBodyPoseObservation)`](/documentation/Vision/AnimalBodyPoseObservation/init(_:))

Creates an animal body pose observation.

### Inspecting an observation

[`enum RequestDescriptor`](/documentation/Vision/RequestDescriptor)

A type that describes the request and revision combination.

### Getting the joints

[`enum JointName`](/documentation/Vision/AnimalBodyPoseObservation/JointName)

The joint names for an animal body pose.

[`enum JointsGroupName`](/documentation/Vision/AnimalBodyPoseObservation/JointsGroupName)

The joint group names for an animal body pose.

## Relationships

### Conforms To

[`VisionObservation`](/documentation/Vision/VisionObservation)

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

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

[`PoseProviding`](/documentation/Vision/PoseProviding)

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

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

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

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

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

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

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

---

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)