CTI32 Class Library

cti.SetEosDelay Method 

Set the EndOfSpeech Delay for CSP

[Visual Basic]
Public Shared Function SetEosDelay( _
   ByVal chdev As Integer, _
   ByVal milliseconds As UInt64 _
) As Integer
[C#]
public static int SetEosDelay(
   int chdev,
   ulong milliseconds
);

Parameters

chdev
The voice resource device
milliseconds
How many milliseconds to wait for End Of Speech.

Return Value

See Also

cti Class | CTI32NetLib Namespace