[[["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\nModelOutputs\n============\n\n class ModelOutputs : NSObject\n\nInference results of a Firebase custom model.\n- `\n ``\n ``\n `\n\n ### [-init](#/c:objc(cs)FIRModelOutputs(im)init)\n\n `\n ` \n Unavailable.\n- `\n ``\n ``\n `\n\n ### [output(index:)](#/c:objc(cs)FIRModelOutputs(im)outputAtIndex:error:)\n\n `\n ` \n Returns the output for a given index. \n\n #### Declaration\n\n Swift \n\n func output(index: UInt) throws -\u003e Any\n\n #### Parameters\n\n |---------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------|\n | ` `*index*` ` | The index of the output to get. |\n | ` `*error*` ` | The error, if any, during the operation, including `MachineLearningErrorDomainCode.InvalidArgument` when: - There is no model output with given index. \u003cbr /\u003e |\n\n #### Return Value\n\n The `index`-th output. Returns nil if there is an error."]]