Uses of Class
com.azure.search.documents.models.QueryAnswerResult
Packages that use QueryAnswerResult
Package
Description
Package containing the data models for SearchIndexClient.
Package containing Azure AI Search paged response classes.
-
Uses of QueryAnswerResult in com.azure.search.documents.models
Classes in com.azure.search.documents.models that implement interfaces with type arguments of type QueryAnswerResultModifier and TypeClassDescriptionfinal classAn answer is a text passage extracted from the contents of the most relevant documents that matched the query.Methods in com.azure.search.documents.models that return QueryAnswerResultModifier and TypeMethodDescriptionstatic QueryAnswerResultQueryAnswerResult.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of QueryAnswerResult from the JsonReader.Methods in com.azure.search.documents.models that return types with arguments of type QueryAnswerResultModifier and TypeMethodDescriptionSemanticSearchResults.getQueryAnswers()The answer results based on the search request. -
Uses of QueryAnswerResult in com.azure.search.documents.util
Constructor parameters in com.azure.search.documents.util with type arguments of type QueryAnswerResultModifierConstructorDescriptionSearchPagedResponse(com.azure.core.http.rest.Response<List<SearchResult>> response, String continuationToken, Map<String, List<FacetResult>> facets, Long count, Double coverage, List<QueryAnswerResult> queryAnswers, SemanticErrorReason semanticErrorReason, SemanticSearchResultsType semanticSearchResultsType) Deprecated.SearchPagedResponse(com.azure.core.http.rest.Response<List<SearchResult>> response, String continuationToken, Map<String, List<FacetResult>> facets, Long count, Double coverage, List<QueryAnswerResult> queryAnswers, SemanticErrorReason semanticErrorReason, SemanticSearchResultsType semanticSearchResultsType, DebugInfo debugInfo, SemanticQueryRewritesResultType semanticQueryRewritesResultType) Constructor
SearchPagedResponse(Response, String, Map, Long, Double, List, SemanticErrorReason, SemanticSearchResultsType, DebugInfo, SemanticQueryRewritesResultType)