Uses of Class
com.azure.search.documents.models.SemanticSearchResultsType
Packages that use SemanticSearchResultsType
Package
Description
Package containing the data models for SearchIndexClient.
Package containing Azure AI Search paged response classes.
-
Uses of SemanticSearchResultsType in com.azure.search.documents.models
Subclasses with type arguments of type SemanticSearchResultsType in com.azure.search.documents.modelsModifier and TypeClassDescriptionfinal classType of partial response that was returned for a semantic ranking request.Fields in com.azure.search.documents.models declared as SemanticSearchResultsTypeModifier and TypeFieldDescriptionstatic final SemanticSearchResultsTypeSemanticSearchResultsType.BASE_RESULTSResults without any semantic enrichment or reranking.static final SemanticSearchResultsTypeSemanticSearchResultsType.RERANKED_RESULTSResults have been reranked with the reranker model and will include semantic captions.Methods in com.azure.search.documents.models that return SemanticSearchResultsTypeModifier and TypeMethodDescriptionstatic SemanticSearchResultsTypeSemanticSearchResultsType.fromString(String name) Creates or finds a SemanticSearchResultsType from its string representation.SemanticSearchResults.getResultsType()The type of the partial result returned by Azure AI Search.Methods in com.azure.search.documents.models that return types with arguments of type SemanticSearchResultsTypeModifier and TypeMethodDescriptionstatic Collection<SemanticSearchResultsType> SemanticSearchResultsType.values()Gets known SemanticSearchResultsType values. -
Uses of SemanticSearchResultsType in com.azure.search.documents.util
Constructors in com.azure.search.documents.util with parameters of type SemanticSearchResultsTypeModifierConstructorDescriptionSearchPagedResponse(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)