classafFancomSapi::ISpeechPhraseRule
sys::Obj afFancomSapi::ISpeechPhraseRule
Represents the part of a recognition result that returns information about the grammar rule that produced the recognition.
http://msdn.microsoft.com/en-us/library/ee125400%28v=vs.85%29.aspx
@clsid {A7BFE112-A4A0-48D9-B602-C313843F6964}
- children
- ISpeechPhraseRules? children { private set }- Returns a collection of the rule's child rules. 
- confidence
- SpeechEngineConfidence? confidence { private set }- Returns the confidence for the rule computed by SAPI. 
- engineConfidence
- Float? engineConfidence { private set }- Returns the confidence score for the rule computed by the SR engine. 
- firstElement
- Int? firstElement { private set }- Returns the audio stream offset of the first phrase element in the recognition result matched by the rule. 
- id
- Int? id { private set }- Returns the ID of the phrase rule. 
- makeFromDispatch
- new makeFromDispatch(Dispatch dispatch)
- name
- Str? name { private set }- Returns the name of the phrase rule. 
- numberOfElements
- Int? numberOfElements { private set }- Returns the number of phrase elements spanned by this rule. 
- parent
- ISpeechPhraseRule? parent { private set }- Returns the rule's parent rule.