Package ai.vectros.types
Interface SearchResultsEvent.TotalResultsStage
- All Known Implementing Classes:
SearchResultsEvent.Builder
- Enclosing class:
SearchResultsEvent
public static interface SearchResultsEvent.TotalResultsStage
-
Method Summary
Modifier and TypeMethodDescriptiontotalResults(int totalResults) The total number of matches found, which may exceed the number ofresultsreturned when a result limit is applied.
-
Method Details
-
totalResults
The total number of matches found, which may exceed the number of
resultsreturned when a result limit is applied.
-