Class SearchResultsAnswer
- 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.Answer
-
- com.microsoft.azure.cognitiveservices.search.customsearch.models.SearchResultsAnswer
-
- Direct Known Subclasses:
WebWebAnswer
public class SearchResultsAnswer extends Answer
The SearchResultsAnswer model.
-
-
Constructor Summary
Constructors Constructor Description SearchResultsAnswer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BooleanisFamilyFriendly()Get the isFamilyFriendly value.QueryContextqueryContext()Get the queryContext value.LongtotalEstimatedMatches()Get the totalEstimatedMatches value.-
Methods inherited from class com.microsoft.azure.cognitiveservices.search.customsearch.models.Answer
followUpQueries
-
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
-
totalEstimatedMatches
public Long totalEstimatedMatches()
Get the totalEstimatedMatches value.- Returns:
- the totalEstimatedMatches value
-
isFamilyFriendly
public Boolean isFamilyFriendly()
Get the isFamilyFriendly value.- Returns:
- the isFamilyFriendly value
-
-