Partager via


LargePersonGroupPersonExtensions.ListAsync Méthode

Définition

Répertoriez toutes les personnes d’un grand groupe de personnes et récupérez les informations de personne (y compris personId, name, userData et persistedFaceIds des visages inscrits de la personne).

public static System.Threading.Tasks.Task<System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Vision.Face.Models.Person>> ListAsync (this Microsoft.Azure.CognitiveServices.Vision.Face.ILargePersonGroupPerson operations, string largePersonGroupId, string start = default, int? top = default, System.Threading.CancellationToken cancellationToken = default);
static member ListAsync : Microsoft.Azure.CognitiveServices.Vision.Face.ILargePersonGroupPerson * string * string * Nullable<int> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Vision.Face.Models.Person>>
<Extension()>
Public Function ListAsync (operations As ILargePersonGroupPerson, largePersonGroupId As String, Optional start As String = Nothing, Optional top As Nullable(Of Integer) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IList(Of Person))

Paramètres

operations
ILargePersonGroupPerson

Groupe d’opérations pour cette méthode d’extension.

largePersonGroupId
String

ID référençant un grand groupe de personnes particulier.

start
String

ID de la personne de départ à retourner (utilisé pour répertorier une plage de personnes).

top
Nullable<Int32>

Nombre de personnes à retourner en commençant par l’ID de personne indiqué par le paramètre « start ».

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à