Type Property 型プロパティ

accessibilitySpeechPitch

A key that indicates the pitch to apply to spoken content. あるキー、それは話される内容に適用するピッチを指し示します。

Declaration 宣言

static let accessibilitySpeechPitch: NSAttributedString.Key

Discussion 議論

The value of this key is an NSNumber object that contains a floating-point value in the range of 0.0 to 2.0. The value indicates whether to speak the text with a higher or lower pitch than the default. The default value for this attribute is 1.0, which indicates a normal pitch. Values between 0.0 and 1.0 result in a lower pitch, and values between 1.0 and 2.0 result in a higher pitch. このキーの値は、あるNSNumberオブジェクトです、それは0.0から2.0の範囲の中のある浮動小数点値を含みます。値は、テキストを初期状態より高いまたは低いピッチ(音調、音の高さ)で話すかどうかを指し示します。この属性に対する省略時の値は1.0です、それは通常の音調を指し示します。0.01.0の間の値はより低い音調という結果になります、そして1.02.0の間の値はより高い音調になります。

See Also 参照

Accessibility Keys アクセシビリティキー