Struct CommandMatch
Represents a match of a dictation command within text.
public struct CommandMatch
- Inherited Members
Constructors
- CommandMatch(int, int)
Initializes a new instance of the CommandMatch struct.
Properties
- Length
Gets the length of the matched text.
- StartIndex
Gets the zero-based starting index of the match in the source text.