File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
firebase-ai/src/main/kotlin/com/google/firebase/ai/type Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -340,9 +340,9 @@ internal constructor(
340340 * For better performance, frames can also be sent at a lower rate than the video; even as low as
341341 * 1 frame per second.
342342 *
343- * @param inlineData Encoded image data extracted from a frame of the video, used to update the
344- * model on the client's conversation, with the corresponding IANA standard MIME type of the video
345- * 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.).
346346 */
347347 public suspend fun sendVideoRealtime (video : InlineData ) {
348348 FirebaseAIException .catchAsync {
You can’t perform that action at this time.
0 commit comments