Table of Contents

Constructor CommandInfo

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

CommandInfo(string, string, string, string)

Initializes a new instance of the CommandInfo class.

public CommandInfo(string category, string spokenExample, string displayResult, string descriptionKey)

Parameters

category string

The command category.

spokenExample string

The human-readable spoken example.

displayResult string

The formatted display result.

descriptionKey string

The description resource key.