stt_logging

If enabled, the speech-to-text engine will create a file with information that can be useful for diagnostics. Logging information is written to the \Temp\STT_Log.txt file.

Possible Values

0 disabled
1 critical
2 informational
3 verbose

The default value is 0 (disabled).

Example

Script( Speech_Logging )

Activate( From_Menu )

If( Ask_Yes_No( "Do you want to use Speech Logging?", "Logging", FALSE ) )

Speech_Change_Setting( "stt_logging", 1 )

Message( "Logging is enabled.", 5 )

Else

Speech_Change_Setting( "stt_logging", 0 )

Message( "Logging is disabled.", 5 )

End_If

Return

 


Was this article useful?    

The topic was:

Inaccurate

Incomplete

Not what I expected

Other

Privacy and Legal