←Select platform

PostProcessCommands Method

Summary

Override this function to provide own command interpretation.

Syntax

C#
C++/CLI
public string PostProcessCommands( 
   SpeechRecognitionResult result 
) 
public:  
   String^ PostProcessCommands( 
      SpeechRecognitionResult^ result 
   ) 

Parameters

result

The speech result to process.

Remarks

The easiest way to get started is to get text from result (result.GetText()), then for example replace "New Line" with "\n".

Requirements

Target Platforms

See Also

ICommandsInterpreter Class

ICommandsInterpreter Members

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.