File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
firebase-ai/src/main/kotlin/com/google/firebase/ai Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -214,7 +214,7 @@ public abstract class LiveSessionFutures internal constructor() {
214214 *
215215 * @param mediaChunks The list of [MediaData] instances representing the media data to be sent.
216216 */
217- @Deprecated(" Use sendAudioRealtime, sendVideoRealtime, or sendTextRealtime instead" )
217+ @Deprecated(" Use ` sendAudioRealtime`, ` sendVideoRealtime` , or ` sendTextRealtime` instead" )
218218 public abstract fun sendMediaStream (mediaChunks : List <MediaData >): ListenableFuture <Unit >
219219
220220 /* *
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ import kotlinx.serialization.Serializable
2727 * [Firebase documentation](https://firebase.google.com/docs/vertex-ai/input-file-requirements).
2828 */
2929@PublicPreviewAPI
30- @Deprecated(" Use InlineData instead" , ReplaceWith (" InlineData" ))
30+ @Deprecated(" Use ` InlineData` instead" , ReplaceWith (" InlineData" ))
3131public class MediaData (public val data : ByteArray , public val mimeType : String ) {
3232 @Serializable
3333 internal class Internal (
You can’t perform that action at this time.
0 commit comments