SearchResponse Class
- java.
lang. Object - ResponseBase
- Identifiable
- Response
- com.
microsoft. azure. cognitiveservices. search. customsearch. models. SearchResponse
- com.
public class SearchResponse extends Response
Defines the top-level object that the response includes when the request succeeds.
Method Summary
Modifier and Type | Method and Description |
---|---|
Query |
queryContext()
Get the queryContext value. |
Web |
webPages()
Get the webPages value. |
Inherited Members
Method Details
queryContext
public QueryContext queryContext()
Get the queryContext value.
Returns:
the queryContext value
webPages
public WebWebAnswer webPages()
Get the webPages value.
Returns:
the webPages value
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java