AutocompleteResult interface
The result of Autocomplete query.
Properties
| coverage | A value indicating the percentage of the index that was considered by the autocomplete request, or null if minimumCoverage was not specified in the request. |
| results | The list of returned Autocompleted items. |
Property Details
coverage
A value indicating the percentage of the index that was considered by the autocomplete request, or null if minimumCoverage was not specified in the request.
coverage?: number
Property Value
number
results
The list of returned Autocompleted items.
results: AutocompleteItem[]