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