wit-ai / wit-ios

Wit.ai iOS client
Other
222 stars 71 forks source link

Speech recognition for converse endpoint #79

Closed hactar closed 7 years ago

hactar commented 7 years ago

This PR adds speech recognition for the converse endpoint. To use it, set a WitSession to the new WitButton.session property. This only works with iOS 10 and above.

Also includes changes based on #25, a new error delegate based on comments from @klintan to #74, timeout improvements, preview recognition text improvements and a bit of code clean aup.