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 70e4f2f commit 8c8fc9dCopy full SHA for 8c8fc9d
firebase-vertexai/api.txt
@@ -639,7 +639,7 @@ package com.google.firebase.vertexai.type {
639
}
640
641
public final class MediaData {
642
- ctor public MediaData(String mimeType, byte[] data);
+ ctor public MediaData(byte[] data, String mimeType);
643
method public byte[] getData();
644
method public String getMimeType();
645
property public final byte[] data;
0 commit comments