Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save acotilla91/be36979b21bb2f3bde0754b8b902f10c to your computer and use it in GitHub Desktop.
Save acotilla91/be36979b21bb2f3bde0754b8b902f10c to your computer and use it in GitHub Desktop.
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