---
title: WKFindResult
framework: webkit
role: symbol
role_heading: Class
path: webkit/wkfindresult
---

# WKFindResult

An object that contains the results of searching the web view’s contents.

## Declaration

```swift
@MainActor class WKFindResult
```

## Overview

Overview When you perform a search using the methods of WKWebView, the web view creates a WKFindResult object and delivers it to your completion handler. You don’t create instances of this class directly. Use the objects that the web view provides to determine whether it found a match for the content.

## Topics

### Getting the Search Result

- [matchFound](webkit/wkfindresult/matchfound.md)

## Relationships

### Inherits From

- [NSObject](objectivec/nsobject-swift.class.md)

### Conforms To

- [CVarArg](swift/cvararg.md)
- [CustomDebugStringConvertible](swift/customdebugstringconvertible.md)
- [CustomStringConvertible](swift/customstringconvertible.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [NSCopying](foundation/nscopying.md)
- [NSObjectProtocol](objectivec/nsobjectprotocol.md)
- [Sendable](swift/sendable.md)

## See Also

### Page-level search

- [WKFindConfiguration](webkit/wkfindconfiguration.md)
