SemanticSearchResults Class
- java.
lang. Object - com.
azure. search. documents. models. SemanticSearchResults
- com.
public final class SemanticSearchResults
The page-level results for a SEMANTIC search.
Method Summary
Modifier and Type | Method and Description |
---|---|
Semantic |
getErrorReason()
The reason for a partial result returned by Azure AI Search. |
List<Query |
getQueryAnswers()
The answer results based on the search request. |
Semantic |
getResultsType()
The type of the partial result returned by Azure AI Search. |
Methods inherited from java.lang.Object
Method Details
getErrorReason
public SemanticErrorReason getErrorReason()
The reason for a partial result returned by Azure AI Search.
Returns:
getQueryAnswers
public List
The answer results based on the search request.
If answers
wasn't supplied in the request this will be null.
Returns:
answers
were supplied in the request, otherwise null.getResultsType
public SemanticSearchResultsType getResultsType()
The type of the partial result returned by Azure AI Search.
Returns:
Applies to
Azure SDK for Java