---
title: RecognizeAnimalsRequest.Animal
framework: vision
role: symbol
role_heading: Enumeration
path: vision/recognizeanimalsrequest/animal
---

# RecognizeAnimalsRequest.Animal

An identifier for a recognizable animal.

## Declaration

```swift
enum Animal
```

## Topics

### Getting the animals

- [RecognizeAnimalsRequest.Animal.cat](vision/recognizeanimalsrequest/animal/cat.md)
- [RecognizeAnimalsRequest.Animal.dog](vision/recognizeanimalsrequest/animal/dog.md)

## Relationships

### Conforms To

- [Copyable](swift/copyable.md)
- [Decodable](swift/decodable.md)
- [Encodable](swift/encodable.md)
- [Equatable](swift/equatable.md)
- [Escapable](swift/escapable.md)
- [Hashable](swift/hashable.md)
- [RawRepresentable](swift/rawrepresentable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Configuring a request

- [supportedAnimals](vision/recognizeanimalsrequest/supportedanimals.md)
