SpeechOptions.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)

属性值

注解

此值应介于 和 1.0f之间0f

适用于