PersonDirectoryExtensions.GetPersonsAsync Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
GetPersonsAsync(IPersonDirectory, Nullable<Guid>, String, CancellationToken) | |
GetPersonsAsync(IPersonDirectory, String, String, CancellationToken) |
Obsoleto.
|
GetPersonsAsync(IPersonDirectory, Nullable<Guid>, String, CancellationToken)
- Origem:
- PersonDirectoryExtensions.cs
public static System.Threading.Tasks.Task<System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Vision.Face.Models.EnrollmentResponse>> GetPersonsAsync (this Microsoft.Azure.CognitiveServices.Vision.Face.IPersonDirectory operations, Guid? start = default, string top = default, System.Threading.CancellationToken cancellationToken = default);
static member GetPersonsAsync : Microsoft.Azure.CognitiveServices.Vision.Face.IPersonDirectory * Nullable<Guid> * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Vision.Face.Models.EnrollmentResponse>>
<Extension()>
Public Function GetPersonsAsync (operations As IPersonDirectory, Optional start As Nullable(Of Guid) = Nothing, Optional top As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IList(Of EnrollmentResponse))
Parâmetros
- operations
- IPersonDirectory
- top
- String
- cancellationToken
- CancellationToken
Retornos
Aplica-se a
GetPersonsAsync(IPersonDirectory, String, String, CancellationToken)
- Origem:
- PersonDirectoryExtensions.cs
Cuidado
Method is being deprecated, consider using other overloads.
[System.Obsolete("Method is being deprecated, consider using other overloads.", false)]
public static System.Threading.Tasks.Task<System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Vision.Face.Models.EnrollmentResponse>> GetPersonsAsync (this Microsoft.Azure.CognitiveServices.Vision.Face.IPersonDirectory operations, string start = default, string top = default, System.Threading.CancellationToken cancellationToken = default);
[<System.Obsolete("Method is being deprecated, consider using other overloads.", false)>]
static member GetPersonsAsync : Microsoft.Azure.CognitiveServices.Vision.Face.IPersonDirectory * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Vision.Face.Models.EnrollmentResponse>>
<Extension()>
Public Function GetPersonsAsync (operations As IPersonDirectory, Optional start As String = Nothing, Optional top As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IList(Of EnrollmentResponse))
Parâmetros
- operations
- IPersonDirectory
- start
- String
- top
- String
- cancellationToken
- CancellationToken
Retornos
- Atributos
Aplica-se a
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for .NET