[[["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_int_vector\n\n\u003cbr /\u003e\n\ncreate_int_vector(arg0: List\\[int\\]) -\\\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_int_vector`](https://ai.google.dev/edge/api/mediapipe/python/edge/api/mediapipe/python/mp/packet_creator/create_int_vector)\n\n\u003cbr /\u003e\n\n mp.packet_creator.create_int_vector()\n\nCreate a MediaPipe int vector Packet from a list of integers.\n\nArgs:\ndata: A list of integers.\n\nReturns:\nA MediaPipe int vector Packet.\n\nRaises:\nTypeError: If the input is not a list of integers.\n\nExamples:\npacket = mp.packet_creator.create_int_vector(\\[1, 2, 3\\])\ndata = mp.packet_getter.get_int_vector(packet)"]]