C# Class BestFriend.MainPage

An empty page that can be used on its own or navigated to within a Frame.
Inheritance: Windows.UI.Xaml.Controls.Page
Datei anzeigen Open project: nmetulev/BestFriend

Public Methods

Method Description
MainPage ( ) : System

Protected Methods

Method Description
OnNavigatedTo ( NavigationEventArgs e ) : void

Private Methods

Method Description
Button_Click ( object sender, RoutedEventArgs e ) : void
ContinuousRecognitionSession_ResultGenerated ( SpeechContinuousRecognitionSession sender, SpeechContinuousRecognitionResultGeneratedEventArgs args ) : void
InitContiniousRecognition ( ) : Task
InitSpeech ( ) : Task
ListenForText ( ) : Task
Media_MediaEnded ( object sender, RoutedEventArgs e ) : void
Messages_CollectionChanged ( object sender, System e ) : void
SendMessage ( string message, bool speak = false ) : Task
SetListening ( bool toListen ) : Task
SpeakAsync ( string toSpeak ) : Task
SpeechRecognizer_HypothesisGenerated ( SpeechRecognizer sender, SpeechRecognitionHypothesisGeneratedEventArgs args ) : void
StartListenMode ( ) : void
TextBox_KeyDown ( object sender, KeyRoutedEventArgs e ) : void

Method Details

MainPage() public method

public MainPage ( ) : System
return System

OnNavigatedTo() protected method

protected OnNavigatedTo ( NavigationEventArgs e ) : void
e Windows.UI.Xaml.Navigation.NavigationEventArgs
return void