[[["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-10-22 UTC."],[],[],null,["# InlineDataPart interface\n\nContent part interface if the part represents an image.\n\n**Signature:** \n\n export interface InlineDataPart \n\nProperties\n----------\n\n| Property | Type | Description |\n|---------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------|----------------------------------------|\n| [functionCall](./vertexai.inlinedatapart.md#inlinedatapartfunctioncall) | never | |\n| [functionResponse](./vertexai.inlinedatapart.md#inlinedatapartfunctionresponse) | never | |\n| [inlineData](./vertexai.inlinedatapart.md#inlinedatapartinlinedata) | [GenerativeContentBlob](./vertexai.generativecontentblob.md#generativecontentblob_interface) | |\n| [text](./vertexai.inlinedatapart.md#inlinedataparttext) | never | |\n| [videoMetadata](./vertexai.inlinedatapart.md#inlinedatapartvideometadata) | [VideoMetadata](./vertexai.videometadata.md#videometadata_interface) | Applicable if `inlineData` is a video. |\n\nInlineDataPart.functionCall\n---------------------------\n\n**Signature:** \n\n functionCall?: never;\n\nInlineDataPart.functionResponse\n-------------------------------\n\n**Signature:** \n\n functionResponse?: never;\n\nInlineDataPart.inlineData\n-------------------------\n\n**Signature:** \n\n inlineData: GenerativeContentBlob;\n\nInlineDataPart.text\n-------------------\n\n**Signature:** \n\n text?: never;\n\nInlineDataPart.videoMetadata\n----------------------------\n\nApplicable if `inlineData` is a video.\n\n**Signature:** \n\n videoMetadata?: VideoMetadata;"]]