You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As title says, punctuation is not respected on android devices no matter what Android device and version I use. Android's docs say that Depending on the recognizer implementation, this value may have no effect. but actually I cannot find any device on which this works. However on iOS it works perfect.
Even the demo video in README.md shows that punctuation is not respected on Android device.
Hey @Jankaz2, the punctuation feature for Android seems to only be supported on Android 13+ with on-device recognition enabled (i.e. using the com.google.android.as package or enabling requiresOnDeviceRecognition)
There's a few options you can do, including:
Calling getSupportedLocales() to check what locales the user has installed on their device, and
As title says, punctuation is not respected on android devices no matter what Android device and version I use.
Android's docs say that
Depending on the recognizer implementation, this value may have no effect.
but actually I cannot find any device on which this works. However on iOS it works perfect.Even the demo video in
README.md
shows that punctuation is not respected on Android device.Maybe you know some workarounds or fixes?
My settings are like following
The text was updated successfully, but these errors were encountered: