Hi,
Can anyone help me with this question? All the example I saw is to show a Text widget, but which kind of App need this? because if it's only a text and if the recording has any mistake, e.g. user say something wrong or has strong accent, then the text is not correct, and user can not change on the screen unless they record a new one, but that's not good user interface, right?
I think it should be a TextField, I tried to implement this, but I can't do it, can anyone share with me how to make the text show on a text field?
// Additional note:
I later realized our phone already has a audio button on the bottom-right ride of the keyboard that can record voice/speech and show it as a text, so if we just have a text field in the app, user can still use speech for inputting text, and in this way, if any text is wrong, you can modify the text with keyboard, so can anyone tell me why we use this plugin? what are practical usage of this?
Thank you!
Hi,
Can anyone help me with this question? All the example I saw is to show a Text widget, but which kind of App need this? because if it's only a text and if the recording has any mistake, e.g. user say something wrong or has strong accent, then the text is not correct, and user can not change on the screen unless they record a new one, but that's not good user interface, right?
I think it should be a TextField, I tried to implement this, but I can't do it, can anyone share with me how to make the text show on a text field?
// Additional note:
I later realized our phone already has a audio button on the bottom-right ride of the keyboard that can record voice/speech and show it as a text, so if we just have a text field in the app, user can still use speech for inputting text, and in this way, if any text is wrong, you can modify the text with keyboard, so can anyone tell me why we use this plugin? what are practical usage of this?
Thank you!