SearchRequestSummary

fun SearchRequestSummary(    query: String,     queryType: String,     queryTime: Int,     numResults: Int,     offset: Int,     totalResults: Int,     fuzzyLevel: Int,     geoBias: GeoCoordinate?)

Parameters

query

The query that resulted in this response.

queryType

The type of the query.

queryTime

The time it took to process this query.

numResults

The number of results returned in this batch.

offset

The offset of the results in the collection of all results.

totalResults

The total number of results.

fuzzyLevel

The fuzzy level in Fuzzy Search.

geoBias

The position used to bias the results.

Important: This is a Public Preview API. It may be changed or removed at any time.