File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
firebase-ai/src/main/kotlin/com/google/firebase/ai/type Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -335,12 +335,14 @@ internal constructor(
335335 *
336336 * Instead of raw video data, the model expects individual frames of the video, sent as images.
337337 *
338+ * If your video has audio, send it separately through [sendAudioRealtime].
339+ *
338340 * For better performance, frames can also be sent at a lower rate than the video; even as low as
339341 * 1 frame per second.
340342 *
341- * @param inlineData Encoded image data extracted from a frame of the video, used to update the
342- * model on the client's conversation, with the corresponding IANA standard MIME type of the video
343- * frame data (e.g., `image/png`, `image/jpeg`, etc.).
343+ * @param video Encoded image data extracted from a frame of the video, used to update the model
344+ * on the client's conversation, with the corresponding IANA standard MIME type of the video frame
345+ * data (e.g., `image/png`, `image/jpeg`, etc.).
344346 */
345347 public suspend fun sendVideoRealtime (video : InlineData ) {
346348 FirebaseAIException .catchAsync {
You can’t perform that action at this time.
0 commit comments