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 38fc096 commit 4c504daCopy full SHA for 4c504da
firebase-vertexai/src/main/kotlin/com/google/firebase/vertexai/type/Part.kt
@@ -40,9 +40,8 @@ public class TextPart(public val text: String) : Part {
40
}
41
42
/**
43
- * Represents image data sent to and received from requests. The image is
44
- * converted client-side to JPEG encoding at 80% quality before being sent
45
- * to the server.
+ * Represents image data sent to and received from requests. The image is converted client-side to
+ * JPEG encoding at 80% quality before being sent to the server.
46
*
47
* @param image [Bitmap] to convert into a [Part]
48
*/
0 commit comments