sdk-search / com.tomtom.online.sdk.search.data.fuzzy / FuzzySearchResponse

FuzzySearchResponse

open class FuzzySearchResponse : ServiceBaseResponse, Serializable, BatchableSearchResponse

The Response to a Search Request. Consists of a summary and results.

Constructors

<init>

FuzzySearchResponse(summary: Summary!, results: Array<FuzzySearchResult!>!)

Default constructor for the FuzzySearchResponse.

FuzzySearchResponse()

Empty constructor for the FuzzySearchResponse.

Properties

results

var results: Array<FuzzySearchResult!>!

A portion of the results of the Request, as specified in the summary by the total number of results, and the number of results and offset. -- GETTER --

summary

var summary: Summary!

The summary of the Response. -- GETTER --

Functions

accept

open fun accept(visitor: BatchableSearchResponseVisitor!): Unit

getResults

open fun getResults(): ImmutableList<FuzzySearchResult!>!

Gets Fuzzy Search results.