Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -335,6 +335,8 @@ internal constructor(
*
* Instead of raw video data, the model expects individual frames of the video, sent as images.
*
* If your video has audio, send it separately through [sendAudioRealtime].
*
* For better performance, frames can also be sent at a lower rate than the video; even as low as
* 1 frame per second.
*
Expand Down
Loading