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
<TypeConverterAttribute(GetType(TimeSpanConverter))> _
Public Property IncompleteTimeout As TimeSpan
    Get
    Set
'Usage
Dim instance As SpeechQuestionAnswerActivity
Dim value As TimeSpan

value = instance.IncompleteTimeout

instance.IncompleteTimeout = value
[TypeConverterAttribute(typeof(TimeSpanConverter))]
public TimeSpan IncompleteTimeout { get; set; }

Property Value

Type: System.TimeSpan

Exceptions

Exception Condition
ArgumentOutOfRangeException

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

See Also

Reference

SpeechQuestionAnswerActivity Class

SpeechQuestionAnswerActivity Members

Microsoft.Rtc.Workflow.Activities Namespace