Table of Contents

Method GetAllCommandsForDisplay

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

GetAllCommandsForDisplay(string)

Gets all commands formatted for display purposes.

public static IReadOnlyList<CommandInfo> GetAllCommandsForDisplay(string languageCode = "en")

Parameters

languageCode string

The ISO 639-1 language code for localized examples (e.g., "en", "fr", "de"). If not specified or not supported, defaults to "en".

Returns

IReadOnlyList<CommandInfo>

A read-only collection of CommandInfo objects containing display-friendly command information.