add Method

Summary

Allows for event subscription.

Syntax

TypeScript
JavaScript
SpeechRecognizedEventType.prototype.add = function( 
	value  
) 
        add(value: SpeechRecognizedEventHandler): SpeechRecognizedEventHandler; 

Parameters

value

A SpeechRecognizedEventHandler value that references

Return Value

Returns SpeechRecognizedEventHandler.

Remarks

To stop reciving events, do a remove() later.

Requirements

Target Platforms

See Also

SpeechRecognizedEventType

SpeechRecognizedEventType Members

lt.SpeechRecognition Namespace

Help Version 22.0.2022.12.22
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.