FaceOperationsExtensions.IdentifyAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public static System.Threading.Tasks.Task<System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Vision.Face.Models.IdentifyResult>> IdentifyAsync (this Microsoft.Azure.CognitiveServices.Vision.Face.IFaceOperations operations, System.Collections.Generic.IList<Guid> faceIds, string personGroupId = default, string largePersonGroupId = default, string dynamicPersonGroupId = default, System.Collections.Generic.IList<string> personIds = default, int? maxNumOfCandidatesReturned = 1, double? confidenceThreshold = default, System.Threading.CancellationToken cancellationToken = default);
static member IdentifyAsync : Microsoft.Azure.CognitiveServices.Vision.Face.IFaceOperations * System.Collections.Generic.IList<Guid> * string * string * string * System.Collections.Generic.IList<string> * Nullable<int> * Nullable<double> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Vision.Face.Models.IdentifyResult>>
<Extension()>
Public Function IdentifyAsync (operations As IFaceOperations, faceIds As IList(Of Guid), Optional personGroupId As String = Nothing, Optional largePersonGroupId As String = Nothing, Optional dynamicPersonGroupId As String = Nothing, Optional personIds As IList(Of String) = Nothing, Optional maxNumOfCandidatesReturned As Nullable(Of Integer) = 1, Optional confidenceThreshold As Nullable(Of Double) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IList(Of IdentifyResult))
Parameters
- operations
- IFaceOperations
- personGroupId
- String
- largePersonGroupId
- String
- dynamicPersonGroupId
- String
- cancellationToken
- CancellationToken
Returns
Applies to
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET