@Beta(2020, 12) data class AutocompleteSuggestion : Serializable
Result of the Autocomplete search.
summary
- Contains information about input and geo bias.
segments
- List of the the recognized entities of the Autocomplete search.
AutocompleteSuggestion(summary: InputSummary, segments: List<Segment>)
Result of the Autocomplete search. |
val segments: List<Segment>
List of the the recognized entities of the Autocomplete search. |
|
val summary: InputSummary
Contains information about input and geo bias. |