[[["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_creator.create_packet_vector\n\n\u003cbr /\u003e\n\ncreate_packet_vector(arg0: List\\[mediapipe.python._framework_bindings.packet.Packet\\]) -\\\u003e mediapipe.python._framework_bindings.packet.Packet\n\n#### View aliases\n\n\n**Main aliases**\n\n[`mp.tasks.vision.holistic_landmarker.packet_creator.create_packet_vector`](https://ai.google.dev/edge/api/mediapipe/python/edge/api/mediapipe/python/mp/packet_creator/create_packet_vector)\n\n\u003cbr /\u003e\n\n mp.packet_creator.create_packet_vector()\n\nCreate a MediaPipe Packet holding a vector of packets.\n\nArgs:\ndata: A list of packets.\n\nReturns:\nA MediaPipe Packet holding a vector of packets.\n\nRaises:\nTypeError: If the input is not a list of packets.\n\nExamples:\npacket = mp.packet_creator.create_packet_vector(\\[\nmp.packet_creator.create_float(0.1),\nmp.packet_creator.create_int(1),\nmp.packet_creator.create_string('1')\n\\])\ndata = mp.packet_getter.get_packet_vector(packet)"]]