We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb555a2 commit 185f3e8Copy full SHA for 185f3e8
firebase-ai/src/main/kotlin/com/google/firebase/ai/java/LiveSessionFutures.kt
@@ -197,9 +197,7 @@ public abstract class LiveSessionFutures internal constructor() {
197
public abstract fun sendVideoRealtime(video: InlineData): ListenableFuture<Unit>
198
199
/**
200
- * Sends text data to the server in realtime. Check
201
- * https://ai.google.dev/api/live#bidigeneratecontentrealtimeinput for details about the realtime
202
- * input usage.
+ * Sends text data to the model, using the realtime API.
203
* @param text The text data to send.
204
*/
205
public abstract fun sendTextRealtime(text: String): ListenableFuture<Unit>
0 commit comments