C# 클래스 SpeechTranslator.MainPage

An empty page that can be used on its own or navigated to within a Frame.
상속: Windows.UI.Xaml.Controls.Page
파일 보기 프로젝트 열기: dxmakers/disrupt15

공개 프로퍼티들

프로퍼티 타입 설명
InputLang Language
OutputLang Language
clientSocket StreamSocket
en_lang Language
es_lang Language
synLangStr string

공개 메소드들

메소드 설명
InitRecogAndSyn ( ) : void
Initializesynthesizer ( ) : Task
MainPage ( ) : System

비공개 메소드들

메소드 설명
ConnectHost ( ) : System.Threading.Tasks.Task
ContinuousRecognitionSession_Completed ( SpeechContinuousRecognitionSession sender, SpeechContinuousRecognitionCompletedEventArgs args ) : void
ContinuousRecognitionSession_ResultGenerated ( SpeechContinuousRecognitionSession sender, SpeechContinuousRecognitionResultGeneratedEventArgs args ) : void
InitializeRecognizer ( Language recognizerLanguage ) : System.Threading.Tasks.Task
OnConnection ( StreamSocketListener sender, StreamSocketListenerConnectionReceivedEventArgs args ) : void
ReceivedMsgTextBox_TextChanged ( object sender, TextChangedEventArgs e ) : void
SendDataToHost ( string dataToBeSent ) : void
SpeechRecognizer_HypothesisGenerated ( SpeechRecognizer sender, SpeechRecognitionHypothesisGeneratedEventArgs args ) : void

While the user is speaking, update the textbox with the partial sentence of what's being said for user feedback.

btnClearText_Click ( object sender, RoutedEventArgs e ) : void
btnReConnect_Click ( object sender, RoutedEventArgs e ) : void
btnStartTalk_Click ( object sender, RoutedEventArgs e ) : void
countdownTimer_Tick ( object sender, object e ) : void
dictationTextBox_TextChanged ( object sender, TextChangedEventArgs e ) : void
fakeAudio ( ) : Task
openPrivacySettings_Click ( Windows sender, Windows args ) : void
startListener ( ) : void

메소드 상세

InitRecogAndSyn() 공개 메소드

public InitRecogAndSyn ( ) : void
리턴 void

Initializesynthesizer() 공개 메소드

public Initializesynthesizer ( ) : Task
리턴 Task

MainPage() 공개 메소드

public MainPage ( ) : System
리턴 System

프로퍼티 상세

InputLang 공개적으로 정적으로 프로퍼티

public static Language InputLang
리턴 Language

OutputLang 공개적으로 정적으로 프로퍼티

public static Language OutputLang
리턴 Language

clientSocket 공개적으로 프로퍼티

public StreamSocket clientSocket
리턴 StreamSocket

en_lang 공개적으로 정적으로 프로퍼티

public static Language en_lang
리턴 Language

es_lang 공개적으로 정적으로 프로퍼티

public static Language es_lang
리턴 Language

synLangStr 공개적으로 정적으로 프로퍼티

public static string synLangStr
리턴 string