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

Person 类

定义

定义人员。

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

构造函数

Person()

初始化 Person 类的新实例。

Person(String, String, String, String, String, ImageObject, String, String, String, String, String)

初始化 Person 类的新实例。

属性

AlternateName

获取项的别名

(继承自 Thing)
BingId

获取唯一标识此项的 ID。

(继承自 Thing)
Description

获取项的简短说明。

(继承自 Thing)
Id

获取字符串标识符。

(继承自 Identifiable)
Image

获取项的图像。

(继承自 Thing)
JobTitle

获取人员的职务。

Name

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

(继承自 Thing)
ReadLink

获取返回此资源的 URL。

(继承自 Response)
TwitterProfile

获取人员的 Twitter 个人资料的 URL。

Url

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

(继承自 Thing)
WebSearchUrl

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

(继承自 Response)

适用于