Get the current setting for the EndOfSpeech Delay for CSP
[Visual Basic]
Public Shared Function GetEosDelay( _
ByVal
chdev As
Integer, _
ByRef
milliseconds As
UInt64 _
) As
Integer
[C#]
public static
int GetEosDelay(
int chdev,
ref
ulong milliseconds);
Parameters
-
chdev
- The channel device handle.
-
milliseconds
- Out. Reference to ulong on how many milliseconds to wait before End Of Speech Is Detected
Return Value
See Also
cti Class | CTI32NetLib Namespace