C# Class SpeechRecognizer.CombinedGrammar

Show file 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 property

public Grammar compiled
return Grammar

name public property

public string name
return string

srgsdoc public property

public SrgsDocument srgsdoc
return SrgsDocument

xml public property

public string xml
return string