Class SemanticSearchResults
java.lang.Object
com.azure.search.documents.models.SemanticSearchResults
The page-level results for a
semantic search.-
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.Type of query rewrite that was used for this request.
-
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.
-
getSemanticQueryRewritesResultType
Type of query rewrite that was used for this request.- Returns:
- The type of query rewrite that was used for this request.
-