LargePersonGroupOperations.ListWithHttpMessagesAsync Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Répertoriez tous les grands groupes de personnes existants largePersonGroupId, name, userData et recognitionModel.< Br/>
- Les grands groupes de personnes sont stockés dans l’ordre alphabétique de largePersonGroupId.
- Le paramètre « start » (chaîne, facultatif) est une valeur largePersonGroupId fournie par l’utilisateur dont les entrées retournées ont des ID plus importants par comparaison de chaînes. « start » défini sur vide pour indiquer le retour du premier élément.
- Le paramètre « top » (int, facultatif) spécifie le nombre d’entrées à retourner. Un maximum de 1 000 entrées peut être retourné en un seul appel. Pour en récupérer davantage, vous pouvez spécifier « start » avec l’ID de la dernière entrée réaérée de l’appel en cours. <br /> Par exemple, total de 5 grands groupes de personnes : « group1 », ..., « group5 ». <br /> « start=&top= » retourne les 5 groupes. <br /> « start=&top=2 » retourne « group1 », « group2 ». <br /> « start=group2&top=3 » retourne « group3 », « group4 », « group5 ».
public System.Threading.Tasks.Task<Microsoft.Rest.HttpOperationResponse<System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Vision.Face.Models.LargePersonGroup>>> ListWithHttpMessagesAsync (string start = default, int? top = 1000, bool? returnRecognitionModel = False, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);
abstract member ListWithHttpMessagesAsync : string * Nullable<int> * Nullable<bool> * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.HttpOperationResponse<System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Vision.Face.Models.LargePersonGroup>>>
override this.ListWithHttpMessagesAsync : string * Nullable<int> * Nullable<bool> * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.HttpOperationResponse<System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Vision.Face.Models.LargePersonGroup>>>
Public Function ListWithHttpMessagesAsync (Optional start As String = Nothing, Optional top As Nullable(Of Integer) = 1000, Optional returnRecognitionModel As Nullable(Of Boolean) = False, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of HttpOperationResponse(Of IList(Of LargePersonGroup)))
Paramètres
- start
- String
Répertorier les grands groupes de personnes du moins grandPersonGroupId supérieur au « début ».
Valeur indiquant si l’opération doit retourner « recognitionModel » en réponse.
- customHeaders
- Dictionary<String,List<String>>
En-têtes qui seront ajoutés à la demande.
- cancellationToken
- CancellationToken
Jeton d'annulation.
Retours
Implémente
Exceptions
Levée lorsque l’opération a retourné un code de status non valide
Levée en cas d’impossibilité de désérialiser la réponse
Levée lorsqu’un paramètre obligatoire a la valeur Null
Levée lorsqu’un paramètre obligatoire a la valeur Null
S’applique à
Azure SDK for .NET