SpeechQuestionAnswerActivity.CompleteTimeout Property
Gets or sets the length of silence required following user speech before the speech recognizer finalizes a result. The default is 0.5 seconds.
Namespace: Microsoft.Rtc.Workflow.Activities
Assembly: Microsoft.Rtc.Workflow (in Microsoft.Rtc.Workflow.dll)
Syntax
'Declaration
Public Property CompleteTimeout As TimeSpan
Get
Set
public TimeSpan CompleteTimeout { get; set; }
public:
property TimeSpan CompleteTimeout {
TimeSpan get ();
void set (TimeSpan value);
}
function set_completeTimeout(value);
Exceptions
Exception | Condition |
---|---|
System.ArgumentOutOfRangeException | Thrown if trying to set the property to a value which is less than TimeSpan.Zero. |