C# 클래스 TinBot.Ear

파일 보기 프로젝트 열기: marcodiniz/TinBot

공개 메소드들

메소드 설명
Ear ( ) : System
Pause ( ) : System.Threading.Tasks.Task
Resume ( ) : System.Threading.Tasks.Task
StartListen ( ) : void
StopListen ( ) : void

비공개 메소드들

메소드 설명
ContinuousRecognitionSessionOnResultGenerated ( SpeechContinuousRecognitionSession sender, SpeechContinuousRecognitionResultGeneratedEventArgs args ) : void
UpdateConstraints ( ) : System.Threading.Tasks.Task

메소드 상세

Ear() 공개 메소드

public Ear ( ) : System
리턴 System

Pause() 공개 메소드

public Pause ( ) : System.Threading.Tasks.Task
리턴 System.Threading.Tasks.Task

Resume() 공개 메소드

public Resume ( ) : System.Threading.Tasks.Task
리턴 System.Threading.Tasks.Task

StartListen() 공개 메소드

public StartListen ( ) : void
리턴 void

StopListen() 공개 메소드

public StopListen ( ) : void
리턴 void