stt_preserve

Causes the engine state to be saved. If the stt_preserve setting has been used, the saved session state will no longer be overwritten during that session.

Possible Value

0

Causes the speech engine to save the current engine state for use later. Use this setting if the speech recognition is working very well and you don't want the engine to continue adapting.

Example

Script( Speech_To_Text_Preserve )

Activate( From_Menu )

If( Ask_Yes_No( "Is the speech recognition performing great?", "Preserve", FALSE ) )

Speech_Change_Setting( "stt_preserve", 0 )

Message( "Saving the current state.", 5 )

Else

Message( "No action taken.", 5 )

End_If

Return

 


Was this article useful?    

The topic was:

Inaccurate

Incomplete

Not what I expected

Other

Privacy and Legal