最終更新:2021-10-11 (月) 08:49:57 (939d)  

android.speech.RecognitionListener
Top / android.speech.RecognitionListener

https://developer.android.com/reference/android/speech/RecognitionListener

メソッド

  • RecognitionListener.onBeginningOfSpeech?()The user has started to speak.
    RecognitionListener.onBufferReceived?(byte[] buffer)More sound has been received.
    RecognitionListener.onEndOfSpeech?()Called after the user stops speaking.
    RecognitionListener.onError?(int error)A network or recognition error occurred.
    RecognitionListener.onEvent?(int eventType, Bundle params)Reserved for adding future events.
    RecognitionListener.onPartialResults(Bundle partialResults)Called when partial recognition results are available.
    RecognitionListener.onReadyForSpeech?(Bundle params)Called when the endpointer is ready for the user to start speaking.
    RecognitionListener.onResults?(Bundle results)Called when recognition results are ready.
    RecognitionListener.onRmsChanged?(float rmsdB)The sound level in the audio stream has changed.

関連