Microsoft Speech Platform
Object: SpObjectToken
Type: Hidden
IsUISupported Method
The IsUISupported method determines if the specified UI is supported.
SpObjectToken.IsUISupported(
TypeOfUI As String,
[ExtraData As Variant = Nothing],
[Object As IUnknown = Nothing]
) As Boolean
Parameters
- TypeOfUI
- Specifies the TypeOfUI.
- ExtraData
- [Optional] Specifies the ExtraData. By default, the Nothing value is used.
- Object
- [Optional] Specifies the Object. By default, the Nothing value is used.
Return Value
The IsUISupported method returns a Boolean variable. If True, the specified UI is supported; if False, it is not supported.
Example
For an example of the use of the IsUISupported method, see the example in the Recognizer IsUISupported section.