C# Class Speech.RepeatPhrase

Inheritance: PhoneApplicationPage
Afficher le fichier Open project: timothybinkley/Windows-Phone-8-In-Action

Méthodes publiques

Méthode Description
RepeatPhrase ( ) : System

Méthodes protégées

Méthode Description
OnNavigatedTo ( System e ) : void

Private Methods

Méthode Description
AskForVoice ( ) : System.Threading.Tasks.Task
ChangeVoiceButton_OnClick ( object sender, RoutedEventArgs e ) : void
LoadListGrammar ( string key, IEnumerable listOfItems ) : void
RecognizeSpeech ( ) : System.Threading.Tasks.Task
SayItButton_Click ( object sender, RoutedEventArgs e ) : void
SayText ( string text ) : System.Threading.Tasks.Task
SetVoiceFromCommand ( string voice ) : void
ShowVoicesButton_OnClick ( object sender, RoutedEventArgs e ) : void

Method Details

OnNavigatedTo() protected méthode

protected OnNavigatedTo ( System e ) : void
e System
Résultat void

RepeatPhrase() public méthode

public RepeatPhrase ( ) : System
Résultat System