Recognize.InitialSilenceTimeoutInSeconds Property

Definition

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)

Property Value

Nullable<Double>

Applies to