We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 578e8de commit f48daa3Copy full SHA for f48daa3
README.md
@@ -35,9 +35,11 @@ Convert Text into Voice(Speech) and Speech into Text..
35
36
<h3> To Convert speech into text </h3>
37
38
- TextConvertor.speechtoText(context);
+ TextConvertor.speechtoText(context); // It will activate voice control to get your voice
39
40
41
+ // put full switch case in onActivityResult class to get the output
42
+
43
@Override
44
protected void onActivityResult(int requestCode, int resultCode, @Nullable Intent data) {
45
super.onActivityResult(requestCode, resultCode, data);
0 commit comments