你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

Article 类

定义

public class Article : Microsoft.Azure.CognitiveServices.Search.WebSearch.Models.CreativeWork
type Article = class
    inherit CreativeWork
Public Class Article
Inherits CreativeWork
继承
派生

构造函数

Article()

初始化 Article 类的新实例。

Article(String, String, String, String, ImageObject, String, String, String, IList<Thing>, String, Nullable<Int32>)

初始化 Article 类的新实例。

属性

BingId

获取唯一标识此项的 ID。

(继承自 Thing)
Description

获取项的简短说明。

(继承自 Thing)
Id

获取字符串标识符。

(继承自 Identifiable)
Image (继承自 Thing)
Name

获取由此 对象表示的事物的名称。

(继承自 Thing)
Provider

获取创作工作的源。

(继承自 CreativeWork)
Text (继承自 CreativeWork)
ThumbnailUrl

获取项缩略图的 URL。

(继承自 CreativeWork)
Url

获取 URL,以获取有关此 对象所表示内容的详细信息。

(继承自 Thing)
WebSearchUrl

获取此项目的必应搜索结果的 URL。

(继承自 Response)
WordCount

获取文章文本中的单词数。

适用于