classafFancomSapi::ISpeechGrammarRuleStateTransition

sys::Obj
  afFancomSapi::ISpeechGrammarRuleStateTransition

Returns data about a transition from one rule state to another, or from a rule state to the end of a rule.

http://msdn.microsoft.com/en-us/library/ee125271%28v=vs.85%29.aspx

@clsid {CAFD1DB1-41D1-4A06-9863-E2E81DA17A9A}

makeFromDispatch

Source

new makeFromDispatch(Dispatch dispatch)

nextState

Source

ISpeechGrammarRuleState? nextState { private set }

Specifies the rule state to which the transition leads.

propertyId

Source

Int? propertyId { private set }

Specifies the Id of a property contained in a semantic tag.

propertyName

Source

Str? propertyName { private set }

Specifies the name of a property contained in a semantic tag.

propertyValue

Source

Variant propertyValue { private set }

Returns the value of a property contained in a semantic tag.

rule

Source

ISpeechGrammarRule? rule { private set }

Specifies the speech rule to which the transition leads.

text

Source

Str? text { private set }

Returns the recognition text associated with a transition.

type

Source

SpeechGrammarRuleStateTransitionType? type { private set }

Specifies the type of the transition.

weight

Source

Variant weight { private set }

Assigns the transition a weight relative to its sibling transitions.