Skip to content

Commit 7e85895

Browse files
committed
update javadocs for firebase ai (#7520)
1 parent 9094e43 commit 7e85895

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

firebase-ai/src/main/kotlin/com/google/firebase/ai/java/LiveSessionFutures.kt

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -185,17 +185,13 @@ public abstract class LiveSessionFutures internal constructor() {
185185
): ListenableFuture<Unit>
186186

187187
/**
188-
* Sends audio data to the server in realtime. Check
189-
* https://ai.google.dev/api/live#bidigeneratecontentrealtimeinput for details about the realtime
190-
* input usage.
188+
* Sends an audio input stream to the model, using the realtime API.
191189
* @param audio The audio data to send.
192190
*/
193191
public abstract fun sendAudioRealtime(audio: InlineData): ListenableFuture<Unit>
194192

195193
/**
196-
* Sends video data to the server in realtime. Check
197-
* https://ai.google.dev/api/live#bidigeneratecontentrealtimeinput for details about the realtime
198-
* input usage.
194+
* Sends a video input stream to the model, using the realtime API.
199195
* @param video The video data to send. Video MIME type could be either video or image.
200196
*/
201197
public abstract fun sendVideoRealtime(video: InlineData): ListenableFuture<Unit>

0 commit comments

Comments
 (0)