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. NOTE: This property will not be serialized. It can only be populated by the server. |
results | The list of returned Autocompleted items. NOTE: This property will not be serialized. It can only be populated by the server. |
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. NOTE: This property will not be serialized. It can only be populated by the server.
coverage?: number
Property Value
number
results
The list of returned Autocompleted items. NOTE: This property will not be serialized. It can only be populated by the server.
results: AutocompleteItem[]