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
Thing.bingId()
Thing.description()
Identifiable.id()
Thing.image()
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
primaryImageOfPage
public ImageObject primaryImageOfPage()
Get the primaryImageOfPage value.
Returns:
the primaryImageOfPage 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
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for Java