C# 클래스 EESpeak.MainForm

파일 보기 프로젝트 열기: zarthcode/EESpeak

공개 메소드들

메소드 설명
MainForm ( ) : System

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Clean up any resources being used.

비공개 메소드들

메소드 설명
CreateGrammar ( ) : Grammar

Creates a grammar for all the recognized commands and values.

GetDigit ( string color ) : int
GetTolerance ( string color ) : string
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

InitializeRecognition ( ) : void
InitializeSynthesis ( ) : void
Matches ( string command, string phrases ) : bool
ParseBands ( string unit, string first, string second, string third, string fourth, string fifth = "none" ) : string[]
ParseEIA ( string unit, int firstdigit, int seconddigit, string letter, int decade = 96 ) : string[]
aboutEESpeakToolStripMenuItem_Click ( object sender, EventArgs e ) : void
eESpeakHomepageToolStripMenuItem_Click ( object sender, EventArgs e ) : void
exitToolStripMenuItem_Click ( object sender, EventArgs e ) : void
speechRecognizer_SpeechDetected ( object sender, SpeechDetectedEventArgs e ) : void
speechRecognizer_SpeechRecognitionRejected ( object sender, SpeechRecognitionRejectedEventArgs e ) : void
speechRecognizer_SpeechRecognized ( object sender, SpeechRecognizedEventArgs e ) : void

메소드 상세

Dispose() 보호된 메소드

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
리턴 void

MainForm() 공개 메소드

public MainForm ( ) : System
리턴 System