메소드 | 설명 | |
---|---|---|
AddGrammarFile ( |
Ajouter un fichier de grammaire a la reconnaissance
|
|
CompileRecognition ( ) : System.Threading.Tasks.Task | ||
FindCommand ( string text ) : |
Trouve la commande correspondant au text
|
|
GetService ( ) : |
||
StartRecognition ( ) : void | ||
StopRecognition ( ) : void |
메소드 | 설명 | |
---|---|---|
OnRecognitionCommandFound ( SpeechRecognitionResult sender, |
메소드 | 설명 | |
---|---|---|
RecognitionFound ( SpeechContinuousRecognitionSession sender, SpeechContinuousRecognitionResultGeneratedEventArgs args ) : void |
event de reconnaissance
|
|
SpeechRecognitionService ( ) : System |
public AddGrammarFile ( |
||
grammarFile | ||
리턴 | void |
public CompileRecognition ( ) : System.Threading.Tasks.Task | ||
리턴 | System.Threading.Tasks.Task |
public FindCommand ( string text ) : |
||
text | string | |
리턴 |
public static GetService ( ) : |
||
리턴 |
protected OnRecognitionCommandFound ( SpeechRecognitionResult sender, |
||
sender | SpeechRecognitionResult | |
args | ||
리턴 | void |