Skip to content

Commit f48daa3

Browse files
authored
Update README.md
1 parent 578e8de commit f48daa3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,11 @@ Convert Text into Voice(Speech) and Speech into Text..
3535

3636
<h3> To Convert speech into text </h3>
3737

38-
TextConvertor.speechtoText(context);
38+
TextConvertor.speechtoText(context); // It will activate voice control to get your voice
3939

4040

41+
// put full switch case in onActivityResult class to get the output
42+
4143
@Override
4244
protected void onActivityResult(int requestCode, int resultCode, @Nullable Intent data) {
4345
super.onActivityResult(requestCode, resultCode, data);

0 commit comments

Comments
 (0)