Created
June 3, 2018 19:52
-
-
Save acotilla91/be36979b21bb2f3bde0754b8b902f10c to your computer and use it in GitHub Desktop.
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
function speechRecognizerDidReceiveTranscript(transcript as String) | |
m.label.text = transcript | |
m.infoLb.text = "Hold the OK button to start dictation, release it once you're done." | |
end function |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment