A set of already-downloaded translate models (including built-in models, currently only English).
These models can be then deleted through ModelManager‘s deleteDownloadedModel(_:completion:)
API to manage disk space.
[null,null,["Last updated 2024-07-10 UTC."],[],["The `MLKModelManager(Translate)` class extends `ModelManager` for translation tasks. It provides access to `downloadedTranslateModels`, a set of currently downloaded translation models. This set includes built-in models, like English. Users can manage disk space by deleting these downloaded models using the `deleteDownloadedModel(_:completion:)` API found in the `ModelManager` class. The property `downloadedTranslateModels` is read-only and provides a list of downloaded translation model identifiers.\n"]]