C# Класс EESpeak.MainForm

Показать файл Открыть проект

Открытые методы

Метод Описание
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