---
title: labels
framework: visualintelligence
role: symbol
role_heading: Instance Property
path: visualintelligence/semanticcontentdescriptor/labels
---

# labels

A list of labels that visual intelligence uses to classify items onscreen or in visual intelligence camera.

## Declaration

```swift
let labels: [String]
```

## Mentioned in

Integrating your app with visual intelligence

## Discussion

Discussion The Visual Intelligence framework defines the possible label values. Use them to search for content in your app and return matching content to visual search. note: Labels are general, high-level terms in the en_US locale and might change over time. The Visual Intelligence framework doesn’t translate them or include synonyms. For example, SemanticContentDescriptor might provide the labels tower or building for a well-known building. It won’t provide the building’s actual name as a label.

## See Also

### Accessing semantic content

- [pixelBuffer](visualintelligence/semanticcontentdescriptor/pixelbuffer.md)
