stt_save_session_delay

Indicates the number of seconds for the speech engine to wait before saving the engine state again. For example, if the engine state was saved 5 seconds ago, and this value is set to 10 seconds, it will not save the engine state again for at least 5 more seconds. The engine will save its state regularly, allowing it to adapt to the speaker and revert back to a saved state if necessary.

Possible Values

The default value is 10 (seconds).

Example

Script(Speech_To_Text_Setting_Save_Session_Delay)
String(strSetting)
String(strDescription)
String(strMessage)
Number(nSettingValue)
Activate(From_Menu)
strSetting = "stt_save_session_delay"
nSettingValue = Speech_Get_Setting(strSetting)
strDescription = Speech_Get_Setting_Value_Desc(strSetting, nSettingValue)
strMessage = String_Combine(strDescription, "; setting value:")
strMessage = String_Combine(strMessage, Number_To_String_Decimal(nSettingValue))
Ask_OK(strMessage, strSetting)
Return

See Also

stt_reset_session_delay, Speech_Get_Setting, Speech_Get_Setting_Value_Desc, Speech_Get_Setting_Max, Speech_Find_Setting_Value, Speech_To_Text, Speech_From_Text, Speech_Setting_Available, Speech_Change_Setting

 


Was this article useful?    

The topic was:

Inaccurate

Incomplete

Not what I expected

Other

Privacy and Legal