Android Question Disabling TTS and Text Recognition based on ML Kit

benyamin

Member
For the past few days, when I use the speech recognition feature from the TTS library, it only returns English, no matter which language I select. TextRecognition based on MLKit is also disabled. All prerequisite apps are up to date. Please check these things.

All the code is correct and nothing has changed, the samples don't work either.

@Erel
 

MicroDrie

Well-Known Member
Licensed User
Longtime User
When using TTS you can only use it for installed languages. You do not give a short program example of how to use TTS. How did you determine that the desired languages are actually installed besides the default device language?
 
Upvote 0

benyamin

Member
When using TTS you can only use it for installed languages. You do not give a short program example of how to use TTS. How did you determine that the desired languages are actually installed besides the default device language?
I meant the Voice Recognition feature. I mistakenly thought it was for the tts library. It used to recognize many languages easily, but for a while now, without any changes to my code, it doesn't recognize the language and only recognizes English.
 
Upvote 0
Top