Table of Contents

Method GetCommandsByCategory

Namespace
LMKit.Speech.Dictation
Assembly
LM-Kit.NET.dll

GetCommandsByCategory(string)

Gets all commands in the specified category.

public static IReadOnlyList<Command> GetCommandsByCategory(string category)

Parameters

category string

The category name.

Returns

IReadOnlyList<Command>

A read-only collection of commands in the specified category, or an empty collection if the category does not exist.

Exceptions

ArgumentNullException

Thrown when category is null.