Reputation: 95
I want to implement Cloud Speech-to-Text (Google API) to my Flutter application. Do you know if it's possible and where I can get some helpful information or instruction of how to do it ?
thanks :)
Upvotes: 1
Views: 234
Reputation: 854
If you want Speech-to-Text,
Use android native plastform-channels.
Link :
https://flutter.dev/docs/development/platform-integration/platform-channels
Flow :
flutter button click -> android native Speech-to-Text api -> flutter text show
Upvotes: 1