←Select platform

SpeechRecognitionProgressCallback Delegate

Summary

Provides information about progress time and real-time transcribed text.

Syntax

C#
C++/CLI
public delegate bool SpeechRecognitionProgressCallback( 
   object sender, 
   SpeechRecognizedEventArgs args 
) 
public: 
   delegate bool SpeechRecognitionProgressCallback( 
      Object^ sender, 
      SpeechRecognizedEventArgs^ args 
   ) 

Parameters

sender

The SpeechRecognizer instance sending the callback.

args

SpeechRecognizedEventArgs with number of information about the audio being transcribed.

Return Value

return false to abort further processing, otherwise return true.

Remarks

This a callback delegate providing progress time and real-time transcribed text.

Requirements

Target Platforms

See Also

Leadtools.SpeechRecognition Namespace

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

Leadtools.SpeechRecognition Assembly

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