Recognize.InterdigitTimeoutInSeconds Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Mamimum allowed time between digits if we are doing dtmf based choice recognition or CollectDigits recognition
Default : 1 sec
public double? InterdigitTimeoutInSeconds { get; set; }
member this.InterdigitTimeoutInSeconds : Nullable<double> with get, set
Public Property InterdigitTimeoutInSeconds As Nullable(Of Double)