File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed
firebase-ai/src/main/kotlin/com/google/firebase/ai/java Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments