Click or drag to resize

SpeechToTextSilenceThreshold Property

A value from 1.0 to 0.0 that determines what is considered silence. If the absolute value of the audio level is below this value then we consider it silence.

Namespace:  IBM.Watson.DeveloperCloud.Services.SpeechToText.v1
Assembly:  unity-documentation (in unity-documentation.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public float SilenceThreshold { get; set; }

Property Value

Type: Single
See Also