AutocompleteResult

data class AutocompleteResult(val segments: List<AutocompleteSegment> = emptyList())

Contains a list of results returned by the Autocomplete engine.

Constructors

Link copied to clipboard
constructor(segments: List<AutocompleteSegment> = emptyList())

Properties

Link copied to clipboard

The list of the AutocompleteSegment returned by Autocomplete engine.