Record.MaxSilenceTimeoutInSeconds 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 allowed silence once the user has started speaking before we conclude the user is done recording.
Default : 1
public double? MaxSilenceTimeoutInSeconds { get; set; }
member this.MaxSilenceTimeoutInSeconds : Nullable<double> with get, set
Public Property MaxSilenceTimeoutInSeconds As Nullable(Of Double)