PersonResponse Constructors

Definition

Overloads

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

PersonResponse()

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

Applies to

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)

Parameters

personId
Guid
persistedFaceIds
IList<Guid>
name
String
userData
String

Applies to