API Differences in Translation in macOS 26.0

It can be difficult to find what changed in Apple SDKs. These pages are algorithmically generated and show what is new in Translation in the macOS 26.0 SDK.

Table of Contents

Functions & Methods

TranslationSession
public func cancel()

Properties & Constants

TranslationError
public static let alreadyCancelled: Module___Translation.TranslationError
TranslationError
public static let notInstalled: Module___Translation.TranslationError
TranslationSession
public var canRequestDownloads: Swift.Bool
TranslationSession
public var isReady: Swift.Bool

Initializers

TranslationSession
convenience public init(installedSource source: Foundation.Locale.Language, target: Foundation.Locale.Language?)