[[["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_packet_list\n\n\u003cbr /\u003e\n\nget_packet_list(arg0: mediapipe.python._framework_bindings.packet.Packet) -\\\u003e List\\[mediapipe.python._framework_bindings.packet.Packet\\]\n\n#### View aliases\n\n\n**Main aliases**\n\n[`mp.tasks.vision.holistic_landmarker.packet_getter.get_packet_list`](https://ai.google.dev/edge/api/mediapipe/python/edge/api/mediapipe/python/mp/packet_getter/get_packet_list)\n\n\u003cbr /\u003e\n\n mp.packet_getter.get_packet_list()\n\nGet the content of a MediaPipe Packet of Packet vector as a Packet list.\n\nArgs:\npacket: A MediaPipe Packet that holds std:vector.\n\nReturns:\nA Packet list.\n\nRaises:\nValueError: If the Packet doesn't contain std:vector.\n\nExamples:\npacket = mp.packet_creator.create_packet_vector(\\[\npacket_creator.create_float(0.1),\npacket_creator.create_int(1),\npacket_creator.create_string('1')\n\\])\npacket_list = mp.packet_getter.get_packet_list(packet)"]]