WebPage Class
- java.
lang. Object - ResponseBase
- Identifiable
- Response
- Thing
- CreativeWork
- com.
microsoft. azure. cognitiveservices. search. customsearch. models. WebPage
- com.
public class WebPage extends CreativeWork
Defines a webpage that is relevant to the query.
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
dateLastCrawled()
Get the dateLastCrawled value. |
List<Web |
deepLinks()
Get the deepLinks value. |
String |
displayUrl()
Get the displayUrl value. |
List<Web |
searchTags()
Get the searchTags value. |
String |
snippet()
Get the snippet value. |
Inherited Members
Thing.bingId()
Thing.description()
Identifiable.id()
Thing.name()
CreativeWork.provider()
CreativeWork.text()
CreativeWork.thumbnailUrl()
Thing.url()
Response.webSearchUrl()
Method Details
dateLastCrawled
public String dateLastCrawled()
Get the dateLastCrawled value.
Returns:
the dateLastCrawled value
deepLinks
public List
Get the deepLinks value.
Returns:
the deepLinks value
displayUrl
public String displayUrl()
Get the displayUrl value.
Returns:
the displayUrl value
searchTags
public List
Get the searchTags value.
Returns:
the searchTags value
snippet
public String snippet()
Get the snippet value.
Returns:
the snippet 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