[android-components](../../../index.md) / [mozilla.components.browser.session](../../index.md) / [Session](../index.md) / [FindResult](./index.md) # FindResult `data class FindResult` [(source)](https://github.com/mozilla-mobile/android-components/blob/master/components/browser/session/src/main/java/mozilla/components/browser/session/Session.kt#L188) A value type representing a result of a "find in page" operation. ### Constructors | Name | Summary | |---|---| | [<init>](-init-.md) | `FindResult(activeMatchOrdinal: `[`Int`](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)`, numberOfMatches: `[`Int`](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)`, isDoneCounting: `[`Boolean`](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)`)`
A value type representing a result of a "find in page" operation. | ### Properties | Name | Summary | |---|---| | [activeMatchOrdinal](active-match-ordinal.md) | `val activeMatchOrdinal: `[`Int`](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)
the zero-based ordinal of the currently selected match. | | [isDoneCounting](is-done-counting.md) | `val isDoneCounting: `[`Boolean`](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)
true if the find operation has completed, otherwise false. | | [numberOfMatches](number-of-matches.md) | `val numberOfMatches: `[`Int`](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html)
the match count | ### Extension Functions | Name | Summary | |---|---| | [toFindResultState](../../../mozilla.components.browser.session.ext/to-find-result-state.md) | `fun `[`FindResult`](./index.md)`.toFindResultState(): `[`FindResultState`](../../../mozilla.components.browser.state.state.content/-find-result-state/index.md)
Creates a matching [FindResultState](../../../mozilla.components.browser.state.state.content/-find-result-state/index.md) from a [Session.FindResult](./index.md) |