Property | Type | Description | |
---|---|---|---|
HandleSpeechSynthesisError | void | ||
LanguagesListBox_OnSelectionChanged | void | ||
Poem_Click | void | ||
RegisterVoiceCommands | void | ||
SayItButtonClick | void | ||
SaySsml_Click | void | ||
SayText | Task | ||
SetVoice | void | ||
SetVoiceFromCommand | void | ||
SpeakSsmlFromFile_Click | void | ||
UpdatePhraseList | void | ||
UpdateVoicesListBox | void | ||
VoicesListBox_OnSelectionChanged | void | ||
_speechSynthesizer_BookmarkReached | void |
Method | Description | |
---|---|---|
CreateSSMLWithXDocument ( ) : string | ||
CreateSsmlWithXDocument2 ( List |
||
GeneratePoem ( int verseCount, int linesPerVerse ) : List
|
||
MainPage ( ) : System |
Method | Description | |
---|---|---|
OnNavigatedTo ( System e ) : void |
Method | Description | |
---|---|---|
HandleSpeechSynthesisError ( |
||
LanguagesListBox_OnSelectionChanged ( object sender, System.Windows.Controls.SelectionChangedEventArgs e ) : void | ||
Poem_Click ( object sender, |
||
RegisterVoiceCommands ( ) : void | ||
SayItButtonClick ( object sender, |
||
SaySsml_Click ( object sender, |
||
SayText ( ) : Task | ||
SetVoice ( object sender ) : void | ||
SetVoiceFromCommand ( string voice, string action ) : void | ||
SpeakSsmlFromFile_Click ( object sender, |
||
UpdatePhraseList ( string commandSetName, string phraseListName ) : void | ||
UpdateVoicesListBox ( |
||
VoicesListBox_OnSelectionChanged ( object sender, System.Windows.Controls.SelectionChangedEventArgs e ) : void | ||
_speechSynthesizer_BookmarkReached ( SpeechSynthesizer sender, SpeechBookmarkReachedEventArgs args ) : void |
public CreateSsmlWithXDocument2 ( List |
||
poem | List |
|
return | string |
public GeneratePoem ( int verseCount, int linesPerVerse ) : List
|
||
verseCount | int | |
linesPerVerse | int | |
return | List
|