Uses of Class
com.azure.search.documents.models.AutocompleteItem
Packages that use AutocompleteItem
Package
Description
Package containing the data models for SearchIndexClient.
Package containing Azure AI Search paged response classes.
-
Uses of AutocompleteItem in com.azure.search.documents.models
Classes in com.azure.search.documents.models that implement interfaces with type arguments of type AutocompleteItemModifier and TypeClassDescriptionfinal classThe result of Autocomplete requests.Methods in com.azure.search.documents.models that return AutocompleteItemModifier and TypeMethodDescriptionstatic AutocompleteItemAutocompleteItem.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of AutocompleteItem from the JsonReader.Methods in com.azure.search.documents.models that return types with arguments of type AutocompleteItemModifier and TypeMethodDescriptionAutocompleteResult.getResults()Get the results property: The list of returned Autocompleted items.Constructor parameters in com.azure.search.documents.models with type arguments of type AutocompleteItemModifierConstructorDescriptionAutocompleteResult(List<AutocompleteItem> results) Creates an instance of AutocompleteResult class. -
Uses of AutocompleteItem in com.azure.search.documents.util
Subclasses with type arguments of type AutocompleteItem in com.azure.search.documents.utilModifier and TypeClassDescriptionfinal classImplementation ofPagedFluxBasewhere the element type isAutocompleteItemand the page type isAutocompletePagedResponse.final classImplementation ofPagedIterableBasewhere the element type isAutocompleteItemand the page type isAutocompletePagedResponse.final classThis class represents a response from the autocomplete API.