Property SpokenForms
SpokenForms
Gets the regex patterns representing different spoken forms of the command.
public IReadOnlyList<string> SpokenForms { get; }
Property Value
- IReadOnlyList<string>
A read-only collection of regex pattern strings. Each pattern may match different linguistic variants (languages, phrasings) of the same command.
Examples
For a "new line" command, spoken forms might include:
["new\\s*line", "next\\s*line", "nouvelle\\s*ligne", "neue\\s*zeile"]