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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["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"]]