Class SearchResponse
- java.lang.Object
-
- com.microsoft.azure.cognitiveservices.search.customsearch.models.ResponseBase
-
- com.microsoft.azure.cognitiveservices.search.customsearch.models.Identifiable
-
- com.microsoft.azure.cognitiveservices.search.customsearch.models.Response
-
- com.microsoft.azure.cognitiveservices.search.customsearch.models.SearchResponse
-
public class SearchResponse extends Response
Defines the top-level object that the response includes when the request succeeds.
-
-
Constructor Summary
Constructors Constructor Description SearchResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description QueryContextqueryContext()Get the queryContext value.WebWebAnswerwebPages()Get the webPages value.-
Methods inherited from class com.microsoft.azure.cognitiveservices.search.customsearch.models.Response
webSearchUrl
-
Methods inherited from class com.microsoft.azure.cognitiveservices.search.customsearch.models.Identifiable
id
-
-
-
-
Method Detail
-
queryContext
public QueryContext queryContext()
Get the queryContext value.- Returns:
- the queryContext value
-
webPages
public WebWebAnswer webPages()
Get the webPages value.- Returns:
- the webPages value
-
-