다음을 통해 공유


SpeechRecognizer.StartListening(Intent) 메서드

정의

음성 듣기를 시작합니다.

[Android.Runtime.Register("startListening", "(Landroid/content/Intent;)V", "GetStartListening_Landroid_content_Intent_Handler")]
public virtual void StartListening (Android.Content.Intent? recognizerIntent);
[<Android.Runtime.Register("startListening", "(Landroid/content/Intent;)V", "GetStartListening_Landroid_content_Intent_Handler")>]
abstract member StartListening : Android.Content.Intent -> unit
override this.StartListening : Android.Content.Intent -> unit

매개 변수

recognizerIntent
Intent

에는 수행할 인식에 대한 매개 변수가 포함되어 있습니다. 의도에는 선택적 추가 항목도 포함될 수 있습니다.RecognizerIntent 이러한 값이 명시적으로 설정되지 않은 경우 인식기에서 기본값을 사용합니다.

특성

설명

음성 듣기를 시작합니다. #setRecognitionListener(RecognitionListener) 사전에 호출해야 합니다. 그렇지 않으면 알림이 수신되지 않습니다.

에 대한 android.speech.SpeechRecognizer.startListening(android.content.Intent)Java 설명서

이 페이지의 일부는 Android 오픈 소스 프로젝트에서 만들고 공유하고 Creative Commons 2.5 특성 라이선스에 설명된 용어에 따라 사용되는 작업을 기반으로 하는 수정 사항입니다.

적용 대상