I am trying to make use of Microsoft Cognitive for Voice recognition https://github.com/Microsoft/Cognitive-SpeakerRecognition-Android
I have uploaded a voice sample for enrolling and got a OperationLocation object with URL in return.(Didnt see any errors or exceptions)
OperationLocation ops = speakerClient.enroll(audioStream, profile.identificationProfileId);
But when I check for status of Enrollment it always shows its "Enrolling"
Profile p = speakerIdClient.getProfile(UUid);
How much time does it take for Enrollment to be completed or is there any other issue.