Partilhar via


LargeFaceListOperationsExtensions.GetFaceAsync Método

Definição

Recupere informações sobre um rosto persistente (especificado por persistedFaceId e seu largeFaceListId pertencente).

public static System.Threading.Tasks.Task<Microsoft.Azure.CognitiveServices.Vision.Face.Models.PersistedFace> GetFaceAsync (this Microsoft.Azure.CognitiveServices.Vision.Face.ILargeFaceListOperations operations, string largeFaceListId, Guid persistedFaceId, System.Threading.CancellationToken cancellationToken = default);
static member GetFaceAsync : Microsoft.Azure.CognitiveServices.Vision.Face.ILargeFaceListOperations * string * Guid * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.CognitiveServices.Vision.Face.Models.PersistedFace>
<Extension()>
Public Function GetFaceAsync (operations As ILargeFaceListOperations, largeFaceListId As String, persistedFaceId As Guid, Optional cancellationToken As CancellationToken = Nothing) As Task(Of PersistedFace)

Parâmetros

operations
ILargeFaceListOperations

O grupo de operações para esse método de extensão.

largeFaceListId
String

Id referenciando uma lista de rostos grande específica.

persistedFaceId
Guid

Id que faz referência a um persistedFaceId específico de um rosto existente.

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Aplica-se a