English 中文(简体)
英语 格式/图
原标题:Android SpeechRecognizer Enable Formatting / Punctuation

Has anybody tried to implement the automatic text formatting (punctuation) of recognitation results from Android SpeechRecognizer? It is decribed here.

根据这些文件,应当通过Extra启动:

recognizerIntent = new Intent(RecognizerIntent.ACTION_RECOGNIZE_SPEECH);
recognizerIntent.putExtra(RecognizerIntent.EXTRA_ENABLE_FORMATTING, true);

文件说:“在承认人履行责任时,这种价值可能不会影响......”。

但是,如何发挥格式化的作用? 有了这种“输出”的基本办法,它为我工作。 我用几处手表测试了这一结果,但I dont获得了任何格式化的结果。

谢谢!

问题回答

如果有任何人能够解决这一问题,我也遇到了同样的问题。





相关问题
Does speech to text happens on device?

(I do not have any dev android phone and currently working on emulator only. As the emulator do not have voice input method, these silly question came up in my mind.) Does android process speech ...

SAPI: Server-side dictation

Folks, I am trying to put together a server-side system where I use Microsoft SAPI to: Perform multiple simultaneous dictation-style recognitions in the server. Additionally, all recognitions could ...

How to convert speech to text in iphone?

I want to build an application where user when talks something on iphone it will convert into corresponding text. I heard in windows platform it is possible. Wheather this is possible in iphone ? ...

How to go about making an untrained speech to text converter?

I have a severe to profound deafness from a very early age but luckily I can speak like a normal person. Verbal communication has always been difficult for me due to my impaired speech recognition ...

热门标签