TextToSpeechOptions.Volume 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置语音音量级别。
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(完整卷)。