---
title: ObjectDetectionAnnotation.CodingKeys
framework: createmlcomponents
role: symbol
role_heading: Enumeration
path: createmlcomponents/objectdetectionannotation/codingkeys
---

# ObjectDetectionAnnotation.CodingKeys

Coding keys for object detection annotations

## Declaration

```swift
enum CodingKeys
```

## Topics

### Coding keys

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

## Relationships

### Conforms To

- [CodingKey](swift/codingkey.md)
- [Copyable](swift/copyable.md)
- [CustomDebugStringConvertible](swift/customdebugstringconvertible.md)
- [CustomStringConvertible](swift/customstringconvertible.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)
