共用方式為


Article interface

代表 Article 的介面。

屬性

bingId

可唯一識別此項目的標識碼。 注意:這個屬性不會串行化。 它只能由伺服器填入。

description

項目的簡短描述。 注意:這個屬性不會串行化。 它只能由伺服器填入。

id

字串標識碼。 注意:這個屬性不會串行化。 它只能由伺服器填入。

image

注意:這個屬性不會串行化。 它只能由伺服器填入。

name

這個物件所表示之項目的名稱。 注意:這個屬性不會串行化。 它只能由伺服器填入。

provider

創意作品的來源。 注意:這個屬性不會串行化。 它只能由伺服器填入。

text

注意:這個屬性不會串行化。 它只能由伺服器填入。

thumbnailUrl

項目縮圖的 URL。 注意:這個屬性不會串行化。 它只能由伺服器填入。

url

要取得此物件所表示之專案詳細資訊的URL。 注意:這個屬性不會串行化。 它只能由伺服器填入。

webSearchUrl

此專案之 Bing 搜尋結果的 URL。 注意:這個屬性不會串行化。 它只能由伺服器填入。

wordCount

文章文字中的字數。 注意:這個屬性不會串行化。 它只能由伺服器填入。

屬性詳細資料

bingId

可唯一識別此項目的標識碼。 注意:這個屬性不會串行化。 它只能由伺服器填入。

bingId?: string

屬性值

string

description

項目的簡短描述。 注意:這個屬性不會串行化。 它只能由伺服器填入。

description?: string

屬性值

string

id

字串標識碼。 注意:這個屬性不會串行化。 它只能由伺服器填入。

id?: string

屬性值

string

image

注意:這個屬性不會串行化。 它只能由伺服器填入。

image?: ImageObject

屬性值

name

這個物件所表示之項目的名稱。 注意:這個屬性不會串行化。 它只能由伺服器填入。

name?: string

屬性值

string

provider

創意作品的來源。 注意:這個屬性不會串行化。 它只能由伺服器填入。

provider?: ThingUnion[]

屬性值

text

注意:這個屬性不會串行化。 它只能由伺服器填入。

text?: string

屬性值

string

thumbnailUrl

項目縮圖的 URL。 注意:這個屬性不會串行化。 它只能由伺服器填入。

thumbnailUrl?: string

屬性值

string

url

要取得此物件所表示之專案詳細資訊的URL。 注意:這個屬性不會串行化。 它只能由伺服器填入。

url?: string

屬性值

string

webSearchUrl

此專案之 Bing 搜尋結果的 URL。 注意:這個屬性不會串行化。 它只能由伺服器填入。

webSearchUrl?: string

屬性值

string

wordCount

文章文字中的字數。 注意:這個屬性不會串行化。 它只能由伺服器填入。

wordCount?: number

屬性值

number