IRecognize<T>.Help(T, Object) Method

Definition

Return the help string describing what are valid inputs to the recognizer.

public string Help (T state, object defaultValue = default);
abstract member Help : 'T * obj -> string
Public Function Help (state As T, Optional defaultValue As Object = Nothing) As String

Parameters

state
T
defaultValue
Object

Returns

Help on what the recognizer accepts.

Applies to