你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
WebPage 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
定义与查询相关的网页。
public class WebPage : Microsoft.Azure.CognitiveServices.Search.CustomImageSearch.Models.CreativeWork
type WebPage = class
inherit CreativeWork
Public Class WebPage
Inherits CreativeWork
- 继承
构造函数
WebPage() |
初始化 WebPage 类的新实例。 |
WebPage(String, String, String, String, String, ImageObject, String, String, String, String, IList<Thing>, String) |
初始化 WebPage 类的新实例。 |
属性
AlternateName |
获取项的别名 (继承自 Thing) |
BingId |
获取唯一标识此项的 ID。 (继承自 Thing) |
Description |
获取项的简短说明。 (继承自 Thing) |
Id |
获取字符串标识符。 (继承自 Identifiable) |
Image |
获取项的图像。 (继承自 Thing) |
Name |
获取由此 对象表示的事物的名称。 (继承自 Thing) |
Provider |
获取创作工作的源。 (继承自 CreativeWork) |
ReadLink |
获取返回此资源的 URL。 (继承自 Response) |
Text |
获取此创意作品的文本内容 (继承自 CreativeWork) |
ThumbnailUrl |
获取项缩略图的 URL。 (继承自 CreativeWork) |
Url |
获取 URL,以获取有关此 对象所表示内容的详细信息。 (继承自 Thing) |
WebSearchUrl |
获取此项目的必应搜索结果的 URL。 (继承自 Response) |