Skip to content

Commit b16d173

Browse files
authored
Merge branch 'dconeybe/dataconnect/GrpcMetadataUnitTestNullTokenFix' into dconeybe/dataconnect/QueryHashIncorporatesAuthUid2
2 parents d702f5d + a88833b commit b16d173

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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 {

0 commit comments

Comments
 (0)