SpeechGraphState.AddTransition Method

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

Syntax

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

Parameters

item
Type: ISpeechRuleItem 

The item.

weight
Type: float32 

 The weight.

targetState
Type: SpeechGraphState 

The targets state.

Requirements

Namespace: Windows.Xbox.Speech.Recognition

Metadata: windows.winmd

See also

Reference

SpeechGraphState Class

SpeechGraphState Members

Windows.Xbox.Speech.Recognition Namespace