remove Method
Summary
Removes an event-subscription from event source.
Syntax
SpeechRecognizedEventType.prototype.remove = function(
value
)
remove(value: SpeechRecognizedEventHandler): void;
Parameters
value
A SpeechRecognizedEventHandler
value.
Remarks
Removes a previousely added event subscriber.
Requirements
Target Platforms
See Also
SpeechRecognizedEventType
SpeechRecognizedEventType Members
lt.SpeechRecognition Namespace