Skip to content

AXBrailleTable

Category: Class

Platforms: iOS 26.0+, iPadOS 26.0+, Mac Catalyst 26.0+, macOS 26.0+, tvOS 26.0+, visionOS 26.0+, watchOS 26.0+

Overview

A rule for translating print text to Braille, and back-translating Braille to print text.

Declaration

class AXBrailleTable

Details

Topics

  • init?(identifier: String)
  • var identifier: String
  • var isEightDot: Bool
  • var language: Locale.Language
  • var locales: Set
  • var localizedName: String
  • var localizedProviderName: String
  • var providerIdentifier: String
  • class func defaultTable(for: Locale) -> AXBrailleTable?
  • class func languageAgnosticTables() -> Set
  • class func supportedLocales() -> Set
  • class func tables(for: Locale) -> Set

Relationships

  • NSObject
  • CVarArg
  • CustomDebugStringConvertible
  • CustomStringConvertible
  • Equatable
  • Hashable
  • NSCoding
  • NSCopying
  • NSObjectProtocol

See Also

  • Braille
  • API ReferenceBraille displays
  • class AXBrailleTranslator
  • class AXBrailleTranslationResult

AXBraille Table

Topics (Grouped)

Initializers

Instance Properties

Type Methods

Inherits From

Conforms To

Braille

  • Braille displays — API Reference; Display a graphical representation of images, icons, data, and more on a two-dimensional braille display.
  • AXBrailleTranslator — class; Translates print text to Braille and Braille to print text according to the given Braille table.
  • AXBrailleTranslationResult — class; The result of translation or back-translation.

Code Examples

class AXBrailleTable

Source: https://developer.apple.com/documentation/accessibility/axbrailletable