开发者

Related to Voice Recognition Google API android

Voice Recognition API produces a list of suggestions after listening a voice.I wanted to know , does the most probable suggestion always comes on the top?or it is just random.. I need this to make calculations for determining acc开发者_运维知识库uracy.


if u using

new Intent(RecognizerIntent.ACTION_RECOGNIZE_SPEECH), 0);

and

data.getStringArrayListExtra(RecognizerIntent.EXTRA_RESULTS);

will always sorts best matches first

Yes

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜