IRecognize<T>.Help(T, Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.