Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
AutocompleteResult interface
- Package:
- @azure/search-documents
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[]
