API Differences in Translation in iOS 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 iOS 26.0 SDK.

Table of Contents

Functions & Methods

TranslationSession
public func cancel()

Properties & Constants

TranslationError
public static let alreadyCancelled: Translation.TranslationError
TranslationError
public static let notInstalled: 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?)