[[["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 2021-02-11 UTC."],[],[],null,["# FirebaseMLModelInterpreter Framework Reference\n\nFIRCustomLocalModel\n===================\n\n\n @interface FIRCustomLocalModel\n\nA custom model stored locally on the device.\n- `\n ``\n ``\n `\n\n ### [-initWithModelPath:](#/c:objc(cs)FIRCustomLocalModel(im)initWithModelPath:)\n\n `\n ` \n Creates a new instance with the given model file path. \n\n #### Declaration\n\n Objective-C \n\n - (nonnull instancetype)initWithModelPath:(nonnull NSString *)modelPath;\n\n #### Parameters\n\n |-------------------|----------------------------------------------------------------------------------|\n | ` `*modelPath*` ` | An absolute path to the TensorFlow Lite model file stored locally on the device. |\n\n #### Return Value\n\n A new `CustomLocalModel` instance.\n- `\n ``\n ``\n `\n\n ### [-init](#/c:objc(cs)FIRCustomLocalModel(im)init)\n\n `\n ` \n Unavailable. \n\n #### Declaration\n\n Objective-C \n\n - (nonnull instancetype)init;"]]