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

StructuredValue 类

定义

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

构造函数

StructuredValue()

初始化 StructuredValue 类的新实例。

StructuredValue(String, String, String, String, String, ImageObject, String, String, String)

初始化 StructuredValue 类的新实例。

属性

AlternateName

获取项的别名

(继承自 Thing)
BingId

获取唯一标识此项的 ID。

(继承自 Thing)
Description

获取项的简短说明。

(继承自 Thing)
Id

获取字符串标识符。

(继承自 Identifiable)
Image

获取项的图像。

(继承自 Thing)
Name

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

(继承自 Thing)
ReadLink

获取返回此资源的 URL。

(继承自 Response)
Url

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

(继承自 Thing)
WebSearchUrl

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

(继承自 Response)

适用于