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(전체 볼륨)입니다.

적용 대상