Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Voice Recognition API は、音声を聞いた後に提案のリストを生成します。知りたかったのですが、最も可能性の高い提案が常に一番上に来るのか、それとも単にランダムなのか..精度を判断するための計算を行うためにこれが必要です。
あなたが使用している場合
new Intent(RecognizerIntent.ACTION_RECOGNIZE_SPEECH), 0);
と
data.getStringArrayListExtra(RecognizerIntent.EXTRA_RESULTS);
常にベストマッチを最初にソートします
はい