C# Class SpeechRecognizer.CombinedGrammar

Exibir arquivo Open project: rit-sse-mycroft/app-speech-to-text Class Usage Examples

Public Properties

Property Type Description
compiled Grammar
name string
srgsdoc SrgsDocument
xml string

Public Methods

Method Description
CombinedGrammar ( string name, string xml ) : System

Method Details

CombinedGrammar() public method

public CombinedGrammar ( string name, string xml ) : System
name string
xml string
return System

Property Details

compiled public_oe property

public Grammar compiled
return Grammar

name public_oe property

public string name
return string

srgsdoc public_oe property

public SrgsDocument srgsdoc
return SrgsDocument

xml public_oe property

public string xml
return string