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
[TypeConverterAttribute(typeof(TimeSpanConverter))]
public TimeSpan IncompleteTimeout { get; set; }
[TypeConverterAttribute(typeof(TimeSpanConverter))]
public:
property TimeSpan IncompleteTimeout {
TimeSpan get ();
void set (TimeSpan value);
}
function get_incompleteTimeout();
function set_incompleteTimeout(value);
Exceptions
Exception | Condition |
---|---|
ArgumentOutOfRangeException | Thrown if trying to set the property to a value which is less than TimeSpan.Zero. |