Class SuggestResult
java.lang.Object
com.azure.search.documents.models.SuggestResult
A result containing a document found by a suggestion query, plus associated
metadata.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<T> TgetDocument(Class<T> modelClass) Get the additionalProperties property: Unmatched properties from the message are deserialized this collection.getText()Get the text property: The text of the suggestion result.
-
Constructor Details
-
SuggestResult
Constructor ofSuggestResult.- Parameters:
text- The text of the suggestion result.
-
-
Method Details
-
getDocument
Get the additionalProperties property: Unmatched properties from the message are deserialized this collection.- Type Parameters:
T- Convert document to the generic type.- Parameters:
modelClass- The model class converts to.- Returns:
- the additionalProperties value.
-
getText
Get the text property: The text of the suggestion result.- Returns:
- the text value.
-