Skip to content

Commit 51af553

Browse files
author
David Motsonashvili
committed
update description for Imagen-generated images
1 parent b7ef0e1 commit 51af553

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

firebase-vertexai/src/main/kotlin/com/google/firebase/vertexai/type/ImagenGCSImage.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
package com.google.firebase.vertexai.type
1818

1919
/**
20-
* Represents an Imagen Image that is contained in Google Cloud Storage.
20+
* Represents an Imagen-generated image that is contained in Google Cloud Storage.
2121
*
2222
* @param gcsUri Contains the `gs://` URI for the image.
2323
* @param mimeType Contains the MIME type of the image (for example, `"image/png"`).

firebase-vertexai/src/main/kotlin/com/google/firebase/vertexai/type/ImagenInlineImage.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import android.graphics.BitmapFactory
2121
import android.util.Base64
2222

2323
/**
24-
* Represents an Imagen Image that is contained inline
24+
* Represents an Imagen-generated image that is contained inline
2525
*
2626
* @param data Contains the raw bytes of the image
2727
* @param mimeType Contains the MIME type of the image (for example, `"image/png"`)

0 commit comments

Comments
 (0)