Created
October 30, 2020 18:50
-
-
Save yektasarioglu/ffa4f37acc342f40f09bcb0e642ef77b to your computer and use it in GitHub Desktop.
initializeASRRecognizer()
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
private fun initializeASRRecognizer() { | |
asrRecognizer = MLAsrRecognizer.createAsrRecognizer(activity) | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment