Recognize.InitialSilenceTimeoutInSeconds 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.
Maximum initial silence allowed from the time we start the recognition operation before we timeout and fail the operation.
if we are playing a prompt, then this timer starts after prompt finishes.
Default : 5 secs
public double? InitialSilenceTimeoutInSeconds { get; set; }
member this.InitialSilenceTimeoutInSeconds : Nullable<double> with get, set
Public Property InitialSilenceTimeoutInSeconds As Nullable(Of Double)