[[["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-05-20 UTC."],[],[],null,["# GenerativeContentBlob interface\n\nInterface for sending an image.\n\n**Signature:** \n\n export interface GenerativeContentBlob \n\nProperties\n----------\n\n| Property | Type | Description |\n|-------------------------------------------------------------------------|--------|---------------------------|\n| [data](./ai.generativecontentblob.md#generativecontentblobdata) | string | Image as a base64 string. |\n| [mimeType](./ai.generativecontentblob.md#generativecontentblobmimetype) | string | |\n\nGenerativeContentBlob.data\n--------------------------\n\nImage as a base64 string.\n\n**Signature:** \n\n data: string;\n\nGenerativeContentBlob.mimeType\n------------------------------\n\n**Signature:** \n\n mimeType: string;"]]