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 89c3e53 commit 4194057Copy full SHA for 4194057
firebase-ai/src/main/kotlin/com/google/firebase/ai/type/LiveSession.kt
@@ -335,6 +335,8 @@ internal constructor(
335
*
336
* Instead of raw video data, the model expects individual frames of the video, sent as images.
337
338
+ * If your video has audio, send it separately through [sendAudioRealtime].
339
+ *
340
* For better performance, frames can also be sent at a lower rate than the video; even as low as
341
* 1 frame per second.
342
0 commit comments