[[["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."],[],["`LocalModel` represents a model stored on the device. It has two key properties: `path`, which is the absolute path to the model file, and `manifestPath`, the absolute path to the model's manifest file (if it exists). You can create a `LocalModel` instance using either `init(path:)`, specifying the model file path, or `init(manifestPath:)`, for AutoML Vision Edge models, using the manifest path. Initializing with the `manifestPath` will return `nil` if the file is missing or invalid.\n"]]