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

PersonResponse 构造函数

定义

重载

PersonResponse()
PersonResponse(Guid, IList<Guid>, String, String)

PersonResponse()

Source:
PersonResponse.cs
public PersonResponse ();
Public Sub New ()

适用于

PersonResponse(Guid, IList<Guid>, String, String)

Source:
PersonResponse.cs
public PersonResponse (Guid personId = default, System.Collections.Generic.IList<Guid> persistedFaceIds = default, string name = default, string userData = default);
new Microsoft.Azure.CognitiveServices.Vision.Face.Models.PersonResponse : Guid * System.Collections.Generic.IList<Guid> * string * string -> Microsoft.Azure.CognitiveServices.Vision.Face.Models.PersonResponse
Public Sub New (Optional personId As Guid = Nothing, Optional persistedFaceIds As IList(Of Guid) = Nothing, Optional name As String = Nothing, Optional userData As String = Nothing)

参数

personId
Guid
persistedFaceIds
IList<Guid>
name
String
userData
String

适用于