[[["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 2023-12-07 UTC."],[],[],null,["# TFLiteModel interface\n\nA TensorFlow Lite Model output object\n\n**Signature:** \n\n export interface TFLiteModel \n\nProperties\n----------\n\n| Property | Type | Description |\n|------------------------------------------------------------------------------------------|--------|-------------------------------------------------------------------|\n| [gcsTfliteUri](./firebase-admin.machine-learning.tflitemodel.md#tflitemodelgcstfliteuri) | string | The URI from which the model was originally provided to Firebase. |\n| [sizeBytes](./firebase-admin.machine-learning.tflitemodel.md#tflitemodelsizebytes) | number | The size of the model. |\n\nTFLiteModel.gcsTfliteUri\n------------------------\n\nThe URI from which the model was originally provided to Firebase.\n\n**Signature:** \n\n readonly gcsTfliteUri?: string;\n\nTFLiteModel.sizeBytes\n---------------------\n\nThe size of the model.\n\n**Signature:** \n\n readonly sizeBytes: number;"]]