A Boolean value that when true
indicates VoiceOver should speak text as individual characters. Defaults to true
.
Instance Method
インスタンスメソッド
speech
speechSpellsOutCharacters(_:)
Sets whether VoiceOver should speak the contents of the text view character by character.
Availability 有効性
- iOS 15.0+
- iPadOS 15.0+
- macOS 12.0+
- Mac Catalyst 15.0+
- tvOS 15.0+
- watchOS 8.0+
Technology
- Swift
UI
Declaration 宣言
Parameters パラメータ
value
Discussion 議論
Use this modifier when you want VoiceOver to speak text as individual letters, character by character. This is important for text that is not meant to be spoken together, like:
An acronym that isn’t a word, like APPL, spoken as “A-P-P-L”.
A number representing a series of digits, like 25, spoken as “two-five” rather than “twenty-five”.