Uses of Interface
com.microsoft.semantickernel.connectors.WebSearchEngineConnector.WebPage
-
Packages that use WebSearchEngineConnector.WebPage Package Description com.microsoft.semantickernel.connectors -
-
Uses of WebSearchEngineConnector.WebPage in com.microsoft.semantickernel.connectors
Methods in com.microsoft.semantickernel.connectors that return types with arguments of type WebSearchEngineConnector.WebPage Modifier and Type Method Description reactor.core.publisher.Mono<List<WebSearchEngineConnector.WebPage>>WebSearchEngineConnector. searchAsync(String query, int count, int offset)Execute a web search engine search.
-