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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET