<!--
{
  "documentType" : "article",
  "framework" : "AppIntents",
  "identifier" : "/documentation/AppIntents/app-schema-domain-visual-intelligence",
  "metadataVersion" : "0.1.0",
  "role" : "collectionGroup",
  "title" : "Visual intelligence"
}
-->

# Visual intelligence

Display search results from your app when people point the camera at relevant content.

## Discussion

The `.visualIntelligence` domain defines app schemas that connect your app to the camera control.
Apply the [`semanticContentSearch`](/documentation/AppIntents/AppSchema/VisualIntelligenceIntent/semanticContentSearch) schema to make your app appear as a search destination in Visual Intelligence.
The <doc://com.apple.documentation/documentation/VisualIntelligence> framework provides the types that describe what visual intelligence captures from the camera or a screenshot.
Your app implements an [`IntentValueQuery`](/documentation/AppIntents/IntentValueQuery) to receive these types, find matching content, and return app entities.

> Tip: Xcode generates a template implementation when you type `visualIntelligence_` and select a schema from the suggestions list.

## Topics

### Essentials

  <doc://com.apple.documentation/documentation/VisualIntelligence/integrating-your-app-with-visual-intelligence>

### Actions

[`semanticContentSearch`](/documentation/AppIntents/AppSchema/VisualIntelligenceIntent/semanticContentSearch)

An intent schema that shows more and richer visual search results in the app.

[`VisualIntelligenceIntent`](/documentation/AppIntents/AppSchema/VisualIntelligenceIntent)

Identifies intent schemas in the visual intelligence domain.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)