Contents

canRequestDownloads

A boolean value that indicates whether a translation session can request language downloads.

Declaration

var canRequestDownloads: Bool { get }

Discussion

If this property is true, then the system prompts the person to authorize downloading additional languages if they aren’t already installed.

If this property is false, then the session cannot request language downloads and will throw the error notInstalled if you attempt to translate and the languages aren’t installed.

See Also

Accessing the session properties