次の方法で共有


TextToSpeechOptions.Pitch プロパティ

定義

音声ピッチ乗数を取得または設定します。

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

プロパティ値

注釈

値 1.0 は、通常のピッチを表します。 1.0 より大きい値はピッチを増加させます。1.0 未満の値はピッチを下げます。 有効な範囲はプロバイダー固有です。

適用対象