Method ContainsCommands
ContainsCommands(string)
Determines whether the specified text contains any dictation commands.
public static bool ContainsCommands(string text)
Parameters
textstringThe text to check.
Returns
- bool
trueif the text contains at least one dictation command; otherwise,false.