Struct libmathcat::speech::SpeechRules
source · pub struct SpeechRules {
pub pref_manager: Rc<RefCell<PreferenceManager>>,
/* private fields */
}Expand description
SpeechRulesWithContext encapsulates a named group of speech rules (e.g, “ClearSpeak”)
along with the preferences to be used for speech.
Fields§
§pref_manager: Rc<RefCell<PreferenceManager>>