Share via


SpeechQuestionAnswerActivity.IncompleteTimeout Property

Gets or sets the duration of silence at the end of an utterance, after which recognition is considered finished. The default is 1 second.

Namespace:  Microsoft.Rtc.Workflow.Activities
Assembly:  Microsoft.Rtc.Workflow (in Microsoft.Rtc.Workflow.dll)

Syntax

'Declaration
Public Property IncompleteTimeout As TimeSpan
    Get
    Set
public TimeSpan IncompleteTimeout { get; set; }
public:
property TimeSpan IncompleteTimeout {
    TimeSpan get ();
    void set (TimeSpan value);
}
function set_incompleteTimeout(value);

Exceptions

Exception Condition
System.ArgumentOutOfRangeException Thrown if trying to set the property to a value which is less than TimeSpan.Zero.

See Also

SpeechQuestionAnswerActivity Class

Microsoft.Rtc.Workflow.Activities Namespace