Skip to content

Latest commit

 

History

History
34 lines (31 loc) · 1.71 KB

README.md

File metadata and controls

34 lines (31 loc) · 1.71 KB

Speech Recognition Example


This example project demonstrates the usage of the new SFSpeechRecognizer introduced in iOS 10. Please check out the API diffs for more information on the new API's. As for now, Apple does not document much around the API, so this example might be updated over the next months.

Example log (one_more_thing.mp3)

Optional("There is")
Optional("There is one")
Optional("There is one more")
Optional("There is one more thing")
Optional("There")
Optional("There is")
Optional("There is one")
Optional("There is one more")
Optional("There is one more thing")
Optional("There is one more thing I forgot")
Optional("There is one more thing I forgot to")
Optional("There is one more thing I forgot to tell")
Optional("There is one more thing I forgot to tell you")
Optional("There is one more thing I forgot to tell you about")
Optional("There is one more thing I forgot to tell you about this is")
Optional("There is one more thing I forgot to tell you about this is really")
Optional("There is one more thing I forgot to tell you about this is really important")
Optional("There is one more thing I forgot to tell you about this is really important")
Optional("There is one more thing I forgot to tell you about this is really important")
Optional("There is one more thing I forgot to tell you about this is really important")

Contributing


If you have an improvement or issue, please let me know and open an Issue or Pull Request. Thanks! 🚀