C# Class SpeechRecognizer.CombinedGrammar

Afficher le fichier Open project: rit-sse-mycroft/app-speech-to-text Class Usage Examples

Méthodes publiques

Свойство Type Description
compiled Grammar
name string
srgsdoc SrgsDocument
xml string

Méthodes publiques

Méthode Description
CombinedGrammar ( string name, string xml ) : System

Method Details

CombinedGrammar() public méthode

public CombinedGrammar ( string name, string xml ) : System
name string
xml string
Résultat System

Property Details

compiled public_oe property

public Grammar compiled
Résultat Grammar

name public_oe property

public string name
Résultat string

srgsdoc public_oe property

public SrgsDocument srgsdoc
Résultat SrgsDocument

xml public_oe property

public string xml
Résultat string