Compartilhar via


PersonResponse Construtores

Definição

Sobrecargas

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

PersonResponse()

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

Aplica-se a

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

Origem:
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)

Parâmetros

personId
Guid
persistedFaceIds
IList<Guid>
name
String
userData
String

Aplica-se a