microsoft / Cognitive-Face-iOS

iOS SDK for the Microsoft Face API, part of Cognitive Services
https://www.microsoft.com/cognitive-services/en-us/face-api
Other
184 stars 64 forks source link

Get the percentage of the detection completed #49

Closed adxworld closed 6 years ago

adxworld commented 6 years ago

Hey I am Using The Face API for iOS. I am using it for facial verification using the following method : - (NSURLSessionDataTask *)detectWithData:(NSData *)data returnFaceId:(BOOL)returnFaceId returnFaceLandmarks:(BOOL)returnFaceLandmarks returnFaceAttributes:(NSArray *)returnFaceAttributes completionBlock:(MPOFaceArrayCompletionBlock)completion;

Is there way I can get the amount of verification process that is completed ?