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 ed5621e commit e125fb7Copy full SHA for e125fb7
firebase-vertexai/src/main/kotlin/com/google/firebase/vertexai/type/Part.kt
@@ -40,8 +40,8 @@ public class TextPart(public val text: String) : Part {
40
}
41
42
/**
43
- * Represents image data sent to and received from requests. When this is sent to the server it is
44
- * converted to jpeg encoding at 80% quality.
+ * 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.
45
*
46
* @param image [Bitmap] to convert into a [Part]
47
*/
0 commit comments