---
title: DetectAnimalBodyPoseRequest
framework: vision
role: symbol
role_heading: Structure
path: vision/detectanimalbodyposerequest
---

# DetectAnimalBodyPoseRequest

A request that detects an animal body pose.

## Declaration

```swift
struct DetectAnimalBodyPoseRequest
```

## Overview

Overview This request generates a collection of AnimalBodyPoseObservation objects that describe the position of each animal the request detects.

## Topics

### Creating a request

- [init(_:)](vision/detectanimalbodyposerequest/init(_:).md)

### Performing a request

- [perform(on:orientation:)](vision/imageprocessingrequest/perform(on:orientation:)-80bya.md)
- [perform(on:orientation:)](vision/imageprocessingrequest/perform(on:orientation:)-3f3f1.md)
- [perform(on:orientation:)](vision/imageprocessingrequest/perform(on:orientation:)-qxxx.md)
- [perform(on:orientation:)](vision/imageprocessingrequest/perform(on:orientation:)-xspx.md)
- [perform(on:orientation:)](vision/imageprocessingrequest/perform(on:orientation:)-3hddl.md)
- [perform(on:orientation:)](vision/imageprocessingrequest/perform(on:orientation:)-85ex1.md)

### Understanding the result

- [AnimalBodyPoseObservation](vision/animalbodyposeobservation.md)

### Configuring a request

- [supportedJointNames](vision/detectanimalbodyposerequest/supportedjointnames.md)
- [supportedJointsGroupNames](vision/detectanimalbodyposerequest/supportedjointsgroupnames.md)

### Getting the revision

- [revision](vision/detectanimalbodyposerequest/revision-swift.property.md)
- [supportedRevisions](vision/detectanimalbodyposerequest/supportedrevisions.md)
- [DetectAnimalBodyPoseRequest.Revision](vision/detectanimalbodyposerequest/revision-swift.enum.md)

## Relationships

### Conforms To

- [CustomStringConvertible](swift/customstringconvertible.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [ImageProcessingRequest](vision/imageprocessingrequest.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)
- [VisionRequest](vision/visionrequest.md)

## See Also

### Pose analysis

- [DetectHumanBodyPose3DRequest](vision/detecthumanbodypose3drequest.md)
- [DetectHumanBodyPoseRequest](vision/detecthumanbodyposerequest.md)
- [DetectHumanHandPoseRequest](vision/detecthumanhandposerequest.md)
- [Supporting Pose Types](vision/supporting-pose-types.md)
