Skip to content

Commit d3956bc

Browse files
committed
[AI] Fix kdoc
The kdoc for `LiveSession.sendVideoRealtime` referenced the type, `InlineData`, rather than the name of the param, `video`.
1 parent 89c3e53 commit d3956bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

firebase-ai/src/main/kotlin/com/google/firebase/ai/type/LiveSession.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@ internal constructor(
338338
* For better performance, frames can also be sent at a lower rate than the video; even as low as
339339
* 1 frame per second.
340340
*
341-
* @param inlineData Encoded image data extracted from a frame of the video, used to update the
341+
* @param video Encoded image data extracted from a frame of the video, used to update the
342342
* model on the client's conversation, with the corresponding IANA standard MIME type of the video
343343
* frame data (e.g., `image/png`, `image/jpeg`, etc.).
344344
*/

0 commit comments

Comments
 (0)