We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c113c6 commit a30f723Copy full SHA for a30f723
firebase-ai/src/main/kotlin/com/google/firebase/ai/type/ImagenInlineImage.kt
@@ -28,7 +28,6 @@ import kotlinx.serialization.Serializable
28
* @property data The raw image bytes in JPEG or PNG format, as specified by [mimeType].
29
* @property mimeType The IANA standard MIME type of the image data; either `"image/png"` or
30
* `"image/jpeg"`; to request a different format, see [ImagenGenerationConfig.imageFormat].
31
- * @property safetyAttributes a set of safety attributes with their associated score.
32
*/
33
@PublicPreviewAPI
34
public class ImagenInlineImage
0 commit comments