MNssTagSelectHandler Class Reference

class MNssTagSelectHandler

Voice Tag Selection Handler class. Handles the voice tag select notification event generated by MNssRecognitionHandler::SelectTag(). The client is resonsible for deleting the returned voice tag.

NssVASApi.lib
Since
2.0
Public Member Functions
void HandleTagSelect ( MNssTag *)

Member Functions Documentation

HandleTagSelect(MNssTag *)

void HandleTagSelect ( MNssTag * aClientTag ) [pure virtual]
Handle Tag Select Event - Event indicating a voice tag has been selected.
Since
2.0

Parameters

MNssTag * aClientTag The voice tag which has been selected. The client is resonsible for deleting aClientTag.