TextToSpeechOptions.Volume 属性

定义

获取或设置语音音量级别。

public:
 property Nullable<float> Volume { Nullable<float> get(); void set(Nullable<float> value); };
public float? Volume { get; set; }
member this.Volume : Nullable<single> with get, set
Public Property Volume As Nullable(Of Single)

属性值

注解

有效范围和解释特定于提供程序;通用约定为 0.0(无提示)到 1.0(完整卷)。

适用于