I have an application that receives messages and reads them. I want to control reading, I mean when I say Read it Read the message If you say do not read it comes out of the application (see a lot of codes but did not understand well) Please help.
Asked
Active
Viewed 57 times
0
-
This is called "speech recognition", you can ask google for further details. – Nikolay Shmyrev May 22 '17 at 19:57
-
thank you sir, but I want ask speech recognition doing the arabic language? – zahai ebhery May 22 '17 at 23:19
-
Yes, different flavors of Arabic are supported. – Nikolay Shmyrev May 22 '17 at 23:47
-
I have do code for speech recognition but I have error Can help me to solve this error ? – zahai ebhery May 24 '17 at 19:08
-
this is error(E/Surface: getSlotFromBufferLocked: unknown buffer: 0xb4097470 ) – zahai ebhery May 24 '17 at 19:09
-
This error is answered here: https://stackoverflow.com/questions/33046375/e-surface-getslotfrombufferlocked-unknown-buffer-0xab7519c0, you are trying to assign value of textview from integer – Nikolay Shmyrev May 24 '17 at 20:09
-
Text1= ((EditText) findViewById(R.id.text1));startActivityForResult(intent1, RESULT_SPEECH); Text1.setText(""); (where is error and I have change)and this part of code – zahai ebhery May 25 '17 at 09:30
-
You need to edit the question and provide complete code you use and details about error you get. – Nikolay Shmyrev May 25 '17 at 09:59