You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
method public suspend Object? generateImages(String prompt, kotlin.coroutines.Continuation<? super com.google.firebase.vertexai.type.ImagenGenerationResponse<com.google.firebase.vertexai.type.ImagenInlineImage>>);
69
69
}
70
70
71
-
public final class LiveGenerativeModel {
71
+
@com.google.firebase.vertexai.type.PublicPreviewAPI public final class LiveGenerativeModel {
72
72
method public suspend Object? connect(kotlin.coroutines.Continuation<? super com.google.firebase.vertexai.type.LiveSession>);
method public static com.google.firebase.vertexai.type.LiveGenerationConfig liveGenerationConfig(kotlin.jvm.functions.Function1<? super com.google.firebase.vertexai.type.LiveGenerationConfig.Builder,kotlin.Unit> init);
621
621
}
622
622
623
-
public final class LiveSession {
623
+
@com.google.firebase.vertexai.type.PublicPreviewAPI public final class LiveSession {
624
624
method public suspend Object? close(kotlin.coroutines.Continuation<? super kotlin.Unit>);
625
625
method public kotlinx.coroutines.flow.Flow<com.google.firebase.vertexai.type.LiveContentResponse> receive();
626
626
method public suspend Object? send(com.google.firebase.vertexai.type.Content content, kotlin.coroutines.Continuation<? super kotlin.Unit>);
0 commit comments