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

Source

ISpeechPhraseRules? children { private set }

Returns a collection of the rule's child rules.

confidence

Source

SpeechEngineConfidence? confidence { private set }

Returns the confidence for the rule computed by SAPI.

engineConfidence

Source

Float? engineConfidence { private set }

Returns the confidence score for the rule computed by the SR engine.

firstElement

Source

Int? firstElement { private set }

Returns the audio stream offset of the first phrase element in the recognition result matched by the rule.

id

Source

Int? id { private set }

Returns the ID of the phrase rule.

makeFromDispatch

Source

new makeFromDispatch(Dispatch dispatch)

name

Source

Str? name { private set }

Returns the name of the phrase rule.

numberOfElements

Source

Int? numberOfElements { private set }

Returns the number of phrase elements spanned by this rule.

parent

Source

ISpeechPhraseRule? parent { private set }

Returns the rule's parent rule.