DocumentSuggestResult<T> Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Response containing suggestion query results from an index.
public class DocumentSuggestResult<T>
type DocumentSuggestResult<'T> = class
Public Class DocumentSuggestResult(Of T)
Type Parameters
- T
- Inheritance
-
DocumentSuggestResult<T>
Constructors
DocumentSuggestResult<T>() |
Initializes a new instance of the DocumentSuggestResult class. |
DocumentSuggestResult<T>(IList<SuggestResult<T>>, Nullable<Double>) |
Initializes a new instance of the DocumentSuggestResult class. |
Properties
Coverage |
Gets a value indicating the percentage of the index that was included in the query, or null if minimumCoverage was not set in the request. |
Results |
Gets the sequence of results returned by the query. |
Applies to
Azure SDK for .NET