stt_server_timeout

When uploading or downloading user training data, the stt_server_timeout value is how long (in seconds) the Client will wait for a response from the Avalanche server.

Possible Values

0-60

If the value is set to 0, the Client will not attempt to contact the Avalanche server. The default value is 15.

Example

Script( Speech_Server_Timeout )

Number( nTimeout )

Activate( From_Menu )

nTimeout = Speech_Get_Setting( "stt_server_timeout" )

If( Number_Less_Than( nTimeout, 0 ) )

Message( "Server timeout is not supported.", 5 )

Return

End_If

 

nTimeout = Ask_Number( "How long do you want the server timeout to be (in seconds)?", "Server Timeout", 1, 60, nTimeout )

Speech_Change_Setting( "stt_server_timeout", nTimeout )

Message( "Changed the server timeout.", 5 )

Return

 


Was this article useful?    

The topic was:

Inaccurate

Incomplete

Not what I expected

Other

Privacy and Legal