Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import android.util.Base64
/**
* Represents an Imagen-generated image that is contained inline
*
* @param data Contains the raw bytes of the image
* @param data Contains the base64-encoded image data.
* @param mimeType Contains the MIME type of the image (for example, `"image/png"`)
*/
@PublicPreviewAPI
Expand Down