SpeechRecognizedEventHandler Interface

Summary

Event for when speech or part of the speech is recognized.

Syntax

TypeScript
JavaScript
function lt.SpeechRecognition.SpeechRecognizedEventHandler( 
	sender , 
	e  
) 
    interface SpeechRecognizedEventHandler extends lt.LeadEventHandler { 
        (sender: any, e: SpeechRecognizedEventArgs): void; 
    } 

Parameters

sender

The sender.

e

A SpeechRecognizedEventArgs reference.

Requirements

Target Platforms

See Also

SpeechRecognizedEventHandler 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.