C# 클래스 CognitiveServicesDemo.Droid.MainActivity

상속: global::Xamarin.Forms.Platform.Android.FormsApplicationActivity
파일 보기 프로젝트 열기: builttoroam/BuildIt

공개 메소드들

메소드 설명
OnAudioEvent ( bool p0 ) : void

* Called when the microphone status has changed. * @param recording The current recording state

OnError ( int p0, string p1 ) : void
OnIntentReceived ( string p0 ) : void

Called when a final response is received and its intent is parsed

OnPartialResponseReceived ( string p0 ) : void
WriteLine ( string s = "" ) : void

보호된 메소드들

메소드 설명
OnCreate ( Bundle bundle ) : void

메소드 상세

OnAudioEvent() 공개 메소드

* Called when the microphone status has changed. * @param recording The current recording state
public OnAudioEvent ( bool p0 ) : void
p0 bool If set to true p0.
리턴 void

OnCreate() 보호된 메소드

protected OnCreate ( Bundle bundle ) : void
bundle Bundle
리턴 void

OnError() 공개 메소드

public OnError ( int p0, string p1 ) : void
p0 int
p1 string
리턴 void

OnIntentReceived() 공개 메소드

Called when a final response is received and its intent is parsed
public OnIntentReceived ( string p0 ) : void
p0 string P0.
리턴 void

OnPartialResponseReceived() 공개 메소드

public OnPartialResponseReceived ( string p0 ) : void
p0 string
리턴 void

WriteLine() 공개 메소드

public WriteLine ( string s = "" ) : void
s string
리턴 void