---
title: label
framework: createml
role: symbol
role_heading: Instance Property
path: createml/mlobjectdetector/objectannotation/label
---

# label

The name of the item the object detector found in an image.

## Declaration

```swift
var label: String
```

## See Also

### Inspecting an annotation

- [boundingBox](createml/mlobjectdetector/objectannotation/boundingbox.md)
- [confidence](createml/mlobjectdetector/objectannotation/confidence.md)
