Freigeben über


LargePersonGroupPersonExtensions.GetAsync Methode

Definition

Rufen Sie die Informationen einer Person ab, einschließlich registrierter persistenter Gesichter, Name und Benutzerdaten.

public static System.Threading.Tasks.Task<Microsoft.Azure.CognitiveServices.Vision.Face.Models.Person> GetAsync (this Microsoft.Azure.CognitiveServices.Vision.Face.ILargePersonGroupPerson operations, string largePersonGroupId, Guid personId, System.Threading.CancellationToken cancellationToken = default);
static member GetAsync : Microsoft.Azure.CognitiveServices.Vision.Face.ILargePersonGroupPerson * string * Guid * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.CognitiveServices.Vision.Face.Models.Person>
<Extension()>
Public Function GetAsync (operations As ILargePersonGroupPerson, largePersonGroupId As String, personId As Guid, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Person)

Parameter

operations
ILargePersonGroupPerson

Die Vorgangsgruppe für diese Erweiterungsmethode.

largePersonGroupId
String

Id, die auf eine bestimmte große Personengruppe verweist.

personId
Guid

Id, die auf eine bestimmte Person verweist.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: