0
如何處理的圖像(ImageView的)事件的RecognizerIntent完成的知名度,由於用戶不說話的Android RecognizerIntent語音識別
if (RecognizerIntent.EXTRA_RESULTS == null){
image1.setVisibility(View.VISIBLE);///microphone icon
}
或
if (RecognizerIntent.ACTION_RECOGNIZE_SPEECH == null){
image1.setVisibility(View.INVISIBLE);///microphone
}
日Thnx
很好。謝謝!!非常感激 – user1446988