메소드 | 설명 | |
---|---|---|
BuildGrammar ( ) : Grammar |
Buils the grammar for the dictionary
|
|
Pause ( ) : void |
Pause speech
|
|
ShowSlides ( string phrase ) : void |
Display the slides
|
|
SpeechRecognition ( SpeechRecognitionEngine sr, List |
Constructor method
|
|
Start ( ) : void |
Start the speech recognition
|
|
Stop ( ) : void |
Stop speech recognition
|
|
getGrammar ( ) : Choices |
Converts words to grammar format
|
메소드 | 설명 | |
---|---|---|
StartSlideShow ( ) : void | ||
sr_SpeechRecognized ( object sender, SpeechRecognizedEventArgs e ) : void |
SpeechRecognition event
|
public ShowSlides ( string phrase ) : void | ||
phrase | string | the phrase that is spoken. |
리턴 | void |
public SpeechRecognition ( SpeechRecognitionEngine sr, List |
||
sr | SpeechRecognitionEngine | Receives a SpeechRegonition obj. |
words | List |
|
location | string | Location. |
dictionaryName | string | The dictionary name. |
accuracy | decimal | |
리턴 | System |