public final class SuggestDocumentsResult extends Object
| Constructor and Description |
|---|
SuggestDocumentsResult() |
| Modifier and Type | Method and Description |
|---|---|
Double |
getCoverage()
Get the coverage property: A value indicating the percentage of the
index that was included in the query, or null if minimumCoverage was not
set in the request.
|
List<SuggestResult> |
getResults()
Get the results property: The sequence of results returned by the query.
|
public List<SuggestResult> getResults()
public Double getCoverage()
Copyright © 2020 Microsoft Corporation. All rights reserved.