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

Intangible 类

定义

用作许多“无形”事物(如数量、结构化值等)的保护伞的实用工具类。

public class Intangible : Microsoft.Azure.CognitiveServices.Search.ImageSearch.Models.Thing
type Intangible = class
    inherit Thing
Public Class Intangible
Inherits Thing
继承
派生

构造函数

Intangible()

初始化无形类的新实例。

Intangible(String, String, String, String, String, ImageObject, String, String, String)

初始化无形类的新实例。

属性

AlternateName

获取项的别名

(继承自 Thing)
BingId

获取唯一标识此项的 ID。

(继承自 Thing)
Description

获取项的简短说明。

(继承自 Thing)
Id

获取字符串标识符。

(继承自 Identifiable)
Image

获取项的图像。

(继承自 Thing)
Name

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

(继承自 Thing)
ReadLink

获取返回此资源的 URL。

(继承自 Response)
Url

获取 URL,以获取有关此对象表示的事物的详细信息。

(继承自 Thing)
WebSearchUrl

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

(继承自 Response)

适用于