Share via


RecoTimeout

RecoTimeout

Gets or sets the length of time, in milliseconds, between the last IInkStrokeDisp object collected and the beginning of text recognition.

Declaration

[C++]

[propput] HRESULT put_RecognitionTimeout ([in] long RecognitionTimeout);
[propget] HRESULT get_RecognitionTimeout ([out, retval] long*
    RecognitionTimeout);

[Microsoft® Visual Basic® 6.0]

Public Property Get RecognitionTimeout() As Long
Public Property Let RecognitionTimeout(ByVal theRecognitionTimeout As Long)

Property Value

Long A signed 32-bit integer that specifies the length of time, in milliseconds, between the last IInkStrokeDisp object collected and the beginning of text recognition.

This property is read/write.

Remarks

Setting this property equal to zero prevents the ink from being replaced by the recognized text.

Applies To