csdcorp / speech_to_text

A Flutter plugin that exposes device specific text to speech recognition capability.
BSD 3-Clause "New" or "Revised" License
351 stars 218 forks source link

Question about different accents #418

Closed dinhan92 closed 9 months ago

dinhan92 commented 9 months ago

I want to use this package speech to text in a app for Vietnamese people. However, in Vietnam, there are some regions that use different accents. I wonder if this package can recognize those accents and translate them into text ?

sowens-csd commented 9 months ago

If those accents are properly understood by the OS speech recognition capability then they would work the same in speech_to_text. For example if you can use Google Assistant via voice successfully then speech_to_text should work. If the accent cannot be understood by the device then speech_to_text will not work.