API reference

WitParameterValidator Class

Extends Meta.Conduit.Editor.IParameterValidator
Validates whether a data type if supported by Wit.

Methods

IsSupportedParameterType ( originalType )
Tests if a parameter type can be supplied directly to a callback method from.
Signature
bool Meta.WitAi.Windows.WitParameterValidator.IsSupportedParameterType(Type originalType)
Parameters
originalType: Type
Returns
bool  True if the parameter type is supported. False otherwise.