---
title: "AudioSearch.Criteria.url(_:)"
framework: mediaintents
role: symbol
role_heading: Case
path: "mediaintents/audiosearch/criteria-swift.enum/url(_:)"
---

# AudioSearch.Criteria.url(_:)

URLs that the system provides for matching audio content.

## Declaration

```swift
case url([URL])
```

## Mentioned in

Responding to audio search and playback requests

## Discussion

Discussion The system provides URLs for matching content if: A person’s search request includes a URL. Spotlight was able to find matching content with a URL you donated to the Spotlight index. The system was able to provide URLs for matching audio content; for example, from onscreen context. Use the provided URL in your IntentValueQuery implementation to find content and return app entities.

## See Also

### Audio search types

- [AudioSearch.Criteria.searchQuery(_:)](mediaintents/audiosearch/criteria-swift.enum/searchquery(_:).md)
- [AudioSearch.Criteria.unspecified](mediaintents/audiosearch/criteria-swift.enum/unspecified.md)
