[[["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-05-01 UTC."],[],[],null,["# mp.packet_getter.get_int\n\n\u003cbr /\u003e\n\nget_int(arg0: mediapipe.python._framework_bindings.packet.Packet) -\\\u003e int\n\n#### View aliases\n\n\n**Main aliases**\n\n[`mp.tasks.vision.holistic_landmarker.packet_getter.get_int`](https://ai.google.dev/edge/api/mediapipe/python/edge/api/mediapipe/python/mp/packet_getter/get_int)\n\n\u003cbr /\u003e\n\n mp.packet_getter.get_int()\n\nGet the content of a MediaPipe int Packet as an integer.\n\nArgs:\npacket: A MediaPipe Packet that holds int, int8, int16, int32, or int64 data.\n\nReturns:\nAn integer.\n\nRaises:\nValueError: If the Packet doesn't contain int, int8, int16, int32, or int64 data.\n\nExamples:\npacket = mp.packet_creator.create_int(0)\ndata = mp.packet_getter.get_int(packet)"]]