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 1219d9c commit 0da743bCopy full SHA for 0da743b
firebase-ai/api.txt
@@ -709,8 +709,10 @@ package com.google.firebase.ai.type {
709
method public android.graphics.Bitmap asBitmap();
710
method public byte[] getData();
711
method public String getMimeType();
712
+ method public java.util.Map<java.lang.String,java.lang.Double> getSafetyAttributes();
713
property public final byte[] data;
714
property public final String mimeType;
715
+ property public final java.util.Map<java.lang.String,java.lang.Double> safetyAttributes;
716
}
717
718
public final class ImagenInlineImageKt {
0 commit comments