static let console: AccessibilityTextContentType
A type that represents text used for input, like in the Terminal app.
static let fileSystem : AccessibilityTextContentType
A type that represents text used by a file browser, like in the Finder app in macOS.
static let messaging: AccessibilityTextContentType
A type that represents text used in a message, like in the Messages app.
static let narrative: AccessibilityTextContentType
A type that represents text used in a story or poem, like in the Books app.
static let plain: AccessibilityTextContentType
A type that represents generic text that has no specific type.
static let sourceCode : AccessibilityTextContentType
A type that represents text used in source code, like in Swift Playgrounds.
static let spreadsheet: AccessibilityTextContentType
A type that represents text used in a grid of data, like in the Numbers app.
static let wordProcessing : AccessibilityTextContentType
A type that represents text used in a document, like in the Pages app.