|
| Leading Translation Management System for Translation Agencies, Top Translation Management Software for Freelance Translators, Time Tracking Software, Word Count, Character Count and Line Count Software, Computer Assisted Translation Tool for Easy Word Count, Clipboard Character Count Software, User-Friendly Translation Memory Software, Terminology Management Software, Terminology Management Server, Microsoft Glossary Software, Dictionary of Acronyms, Social Network for Translators and Translation Agencies, Acronyms and Abbreviations Search Engine, Russian Translation Lab, Ukrainian Translation Lab. |
You are reading help file online using chmlib.com
|
Microsoft Speech SDK
Speech Automation 5.1
Interface: ISpeechGrammarRuleState
AddWordTransition Method
The AddWordTransition method adds a word transition from this rule state to another rule state in the same rule.
When the word sequence specified by the word transition is spoken, the rule can go from this state to the DestinationState. A rule accepts a word sequence when the rule can go from the initial state to the end state using the word sequence.
ISpeechGrammarRuleState.AddWordTransition(
DestinationState As ISpeechGrammarRuleState,
Words As String,
[Separators As String = " "],
[Type As SpeechGrammarWordType = SGLexical],
[PropertyName As String = ""],
[PropertyId As Long = 0],
[PropertyValue As Variant = 0],
[Weight As Single = 1.0]
)
Parameters
- DestinationState
- Specifies the DestinationState, or the state where the transition ends. DestinationState of Nothing means the end state of the rule.
- Words
- Specifies the Words.
- Separators
- [Optional] Specifies the Separators.
- PropertyName
- [Optional] Specifies the PropertyName.
- PropertyId
- [Optional] Specifies the PropertyId.
- PropertyValue
- [Optional] Specifies the PropertyValue.
- Weight
- [Optional] Specifies the Weight.
Return Value
None.
You are reading help file online using chmlib.com
|
If you want your help file to be removed or added please send e-mail to chmlibcom@gmail.com