Freigeben über


PersonResponse Konstruktoren

Definition

Überlädt

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

PersonResponse()

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

Gilt für:

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

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

Parameter

personId
Guid
persistedFaceIds
IList<Guid>
name
String
userData
String

Gilt für: