[[["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\nFIRModelInputs\n==============\n\n\n @interface FIRModelInputs : NSObject\n\nInput data for a Firebase custom model.\n- `\n ``\n ``\n `\n\n ### [-addInput:error:](#/c:objc(cs)FIRModelInputs(im)addInput:error:)\n\n `\n ` \n Appends an input at the next index. The index starts from 0 and is incremented each time an\n input is added. \n\n #### Declaration\n\n Objective-C \n\n - (BOOL)addInput:(nonnull id)input error:(NSError *_Nullable *_Nullable)error;\n\n #### Parameters\n\n |---------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n | ` `*input*` ` | Input data for the next index. Input can be `NSData`, or a one-dimensional or multi-dimensional array of `NSNumber`s (float, int, char, long). |\n | ` `*error*` ` | The error, if any, during the operation, including `MLKitErrorDomainCode.InvalidArgument` when: - `input` is nil. - The input type is neither `NSData` nor `NSArray`. \u003cbr /\u003e |\n\n #### Return Value\n\n Whether the operation is successful."]]