PersonCreationResponse Constructors

Definition

Overloads

PersonCreationResponse()
PersonCreationResponse(Guid)

PersonCreationResponse()

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

Applies to

PersonCreationResponse(Guid)

Source:
PersonCreationResponse.cs
public PersonCreationResponse (Guid personId = default);
new Microsoft.Azure.CognitiveServices.Vision.Face.Models.PersonCreationResponse : Guid -> Microsoft.Azure.CognitiveServices.Vision.Face.Models.PersonCreationResponse
Public Sub New (Optional personId As Guid = Nothing)

Parameters

personId
Guid

Applies to