언어

RecognitionService.Callback.Error(SpeechRecognizerError) 메서드

정의

네트워크 또는 인식 오류가 발생한 경우 서비스에서 이 메서드를 호출해야 합니다.

[Android.Runtime.Register("error", "(I)V", "GetError_IHandler")]
public virtual void Error(Android.Speech.SpeechRecognizerError error);
[<Android.Runtime.Register("error", "(I)V", "GetError_IHandler")>]
abstract member Error : Android.Speech.SpeechRecognizerError -> unit
override this.Error : Android.Speech.SpeechRecognizerError -> unit

매개 변수

error
SpeechRecognizerError

코드가

특성

예외

설명

네트워크 또는 인식 오류가 발생한 경우 서비스에서 이 메서드를 호출해야 합니다.

에 대한 android.speech.RecognitionService.Callback.error(int)Java 설명서

이 페이지의 일부는 만들고 공유한 작업을 기반으로 하며 에 설명된 조건에 따라 사용됩니다.

적용 대상