WebPage Class
- java.
lang. Object - ResponseBase
- Identifiable
- Response
- Thing
- CreativeWork
- com.
microsoft. azure. cognitiveservices. search. websearch. 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. |
Image |
primaryImageOfPage()
Get the primaryImageOfPage value. |
List<Web |
searchTags()
Get the searchTags value. |
String |
snippet()
Get the snippet value. |
Inherited Members
Method Details
dateLastCrawled
public String dateLastCrawled()
Get the dateLastCrawled value.
Returns:
deepLinks
public List
Get the deepLinks value.
Returns:
displayUrl
public String displayUrl()
Get the displayUrl value.
Returns:
primaryImageOfPage
public ImageObject primaryImageOfPage()
Get the primaryImageOfPage value.
Returns:
searchTags
public List
Get the searchTags value.
Returns:
snippet
public String snippet()
Get the snippet value.
Returns:
Applies to
Azure SDK for Java