C# Class Speech.RepeatPhrase

Inheritance: PhoneApplicationPage
显示文件 Open project: timothybinkley/Windows-Phone-8-In-Action

Public Methods

Method Description
RepeatPhrase ( ) : System

Protected Methods

Method Description
OnNavigatedTo ( System e ) : void

Private Methods

Method 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 method

protected OnNavigatedTo ( System e ) : void
e System
return void

RepeatPhrase() public method

public RepeatPhrase ( ) : System
return System