---
title: ObjectDetectionAnnotation.Annotation
framework: createmlcomponents
role: symbol
role_heading: Structure
path: createmlcomponents/objectdetectionannotation/annotation
---

# ObjectDetectionAnnotation.Annotation

The annotation represented by an object label and its bounding box.

## Declaration

```swift
struct Annotation
```

## Topics

### Getting the properties

- [boundingBox](createmlcomponents/objectdetectionannotation/annotation/boundingbox.md)
- [label](createmlcomponents/objectdetectionannotation/annotation/label.md)

### Encoding and decoding

- [ObjectDetectionAnnotation.Annotation.CodingKeys](createmlcomponents/objectdetectionannotation/annotation/codingkeys.md)

## Relationships

### Conforms To

- [Copyable](swift/copyable.md)
- [Decodable](swift/decodable.md)
- [Equatable](swift/equatable.md)
- [Escapable](swift/escapable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Getting the properties

- [imageFileName](createmlcomponents/objectdetectionannotation/imagefilename.md)
- [objects](createmlcomponents/objectdetectionannotation/objects.md)
- [prominentObject](createmlcomponents/objectdetectionannotation/prominentobject.md)
