西班牙语语音(语音)识别

时间:2014-03-03 10:37:15

标签: android speech-recognition

我正在使用android的语音识别API。

我是语音识别Api的新手,我的要求是 用西班牙语演讲,并从Android的语音识别API获得西班牙语的最佳匹配文本。 所以, 请!如果你有任何解决方案,请告诉我。 提前谢谢。

1 个答案:

答案 0 :(得分:2)

final Intent intent = new Intent(RecognizerIntent.ACTION_RECOGNIZE_SPEECH);
intent.putExtra(RecognizerIntent.EXTRA_LANGUAGE, "es-ES");

etc.....