public final class AutocompleteResult extends Object
Constructor and Description |
---|
AutocompleteResult() |
Modifier and Type | Method and Description |
---|---|
Double |
getCoverage()
Get the coverage property: 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.
|
List<AutocompleteItem> |
getResults()
Get the results property: The list of returned Autocompleted items.
|
public Double getCoverage()
public List<AutocompleteItem> getResults()
Copyright © 2020 Microsoft Corporation. All rights reserved.