As a developer, I'd like to call the Cognitive Services SDK through the AAR, in order to be able to use the microphone to capture speech.
Acceptance Criteria
[ ] When the speech recognizing function is called on the Android platform, the plugin should use a single callback object for the recognizing and recognized events.
[ ] The callback schema need to include an 'isFinal' boolean value and a 'result' string or match the callback schema of the iOS code.
Description
As a developer, I'd like to call the Cognitive Services SDK through the AAR, in order to be able to use the microphone to capture speech.
Acceptance Criteria
Resources
Java Speech Reference: com.microsoft.cognitiveservices.speech Quickstart: Setup development environment Example of Observable in Cordova