Class SemanticSearchResults
java.lang.Object
com.azure.search.documents.models.SemanticSearchResults
-
Method Summary
Modifier and TypeMethodDescriptionThe reason for a partial result returned by Azure AI Search.The answer results based on the search request.The type of the partial result returned by Azure AI Search.
-
Method Details
-
getQueryAnswers
The answer results based on the search request.If
answerswasn't supplied in the request this will be null.- Returns:
- The answer results if
answerswere supplied in the request, otherwise null.
-
getErrorReason
The reason for a partial result returned by Azure AI Search.- Returns:
- The reason for a partial result returned by Azure AI Search.
-
getResultsType
The type of the partial result returned by Azure AI Search.- Returns:
- The type of the partial result returned by Azure AI Search.
-