Uses of Class
com.azure.search.documents.models.SuggestResult
Packages that use SuggestResult
Package
Description
Package containing Azure AI Search paged response classes.
-
Uses of SuggestResult in com.azure.search.documents.util
Subclasses with type arguments of type SuggestResult in com.azure.search.documents.utilModifier and TypeClassDescriptionfinal classImplementation ofPagedFluxBasewhere the element type isSuggestResultand the page type isSuggestPagedResponse.final classImplementation ofPagedIterableBasewhere the element type isSuggestResultand the page type isSuggestPagedResponse.final classRepresents an HTTP response from the suggest API request that contains a list of items deserialized into aPage.Constructor parameters in com.azure.search.documents.util with type arguments of type SuggestResultModifierConstructorDescriptionSuggestPagedResponse(com.azure.core.http.rest.Response<List<SuggestResult>> response, Double coverage) Constructor