API Differences in Translation in macOS 26.0

It's more difficult than it used to be to find what changed in Apple SDKs. This page is automatically generated and shows 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?)