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
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) ConstructorSearchPagedResponse(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