ISpeechGraphState.AddTransition Method

Adds a transition using the item, weight, and target state.

Syntax

public:
void AddTransition(
         ISpeechRuleItem^ item,
         float32 weight,
         SpeechGraphState^ targetState
)  

Parameters

item
Type: ISpeechRuleItem 

The rule item.

weight
Type: float32 

 The weight.

targetState
Type: SpeechGraphState 

The target state.

Remarks

Requirements

Namespace: Windows.Xbox.Speech.Recognition

Metadata: windows.winmd

See also

Reference

ISpeechGraphState Interface

ISpeechGraphState Members

Windows.Xbox.Speech.Recognition Namespace