Uses of Class
com.microsoft.azure.cognitiveservices.search.customsearch.models.WebPage
-
Packages that use WebPage Package Description com.microsoft.azure.cognitiveservices.search.customsearch.models This package contains the models classes for BingCustomSearchAPI. -
-
Uses of WebPage in com.microsoft.azure.cognitiveservices.search.customsearch.models
Methods in com.microsoft.azure.cognitiveservices.search.customsearch.models that return types with arguments of type WebPage Modifier and Type Method Description List<WebPage>WebPage. deepLinks()Get the deepLinks value.List<WebPage>WebWebAnswer. value()Get the value value.Method parameters in com.microsoft.azure.cognitiveservices.search.customsearch.models with type arguments of type WebPage Modifier and Type Method Description WebWebAnswerWebWebAnswer. withValue(List<WebPage> value)Set the value value.
-