WebWebAnswer Class
- java.
lang. Object - ResponseBase
- Identifiable
- Response
- Answer
- SearchResultsAnswer
- com.
microsoft. azure. cognitiveservices. search. customsearch. models. WebWebAnswer
- com.
public class WebWebAnswer extends SearchResultsAnswer
Defines a list of relevant webpage links.
Method Summary
Modifier and Type | Method and Description |
---|---|
Boolean |
someResultsRemoved()
Get the someResultsRemoved value. |
List<Web |
value()
Get the value value. |
Web |
withValue(List<WebPage> value)
Set the value value. |
Inherited Members
Answer.followUpQueries()
Identifiable.id()
SearchResultsAnswer.isFamilyFriendly()
SearchResultsAnswer.queryContext()
SearchResultsAnswer.totalEstimatedMatches()
Response.webSearchUrl()
Method Details
someResultsRemoved
public Boolean someResultsRemoved()
Get the someResultsRemoved value.
Returns:
the someResultsRemoved value
value
public List
Get the value value.
Returns:
the value value
withValue
public WebWebAnswer withValue(List
Set the value value.
Parameters:
value
- the value value to set
Returns:
the WebWebAnswer object itself.
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