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 com.google.firebase.ai.type.LiveGenerationConfig build();
830
834
method public com.google.firebase.ai.type.LiveGenerationConfig.Builder setFrequencyPenalty(Float? frequencyPenalty);
835
+
method public com.google.firebase.ai.type.LiveGenerationConfig.Builder setInputAudioTranscript(com.google.firebase.ai.type.AudioTranscriptionConfig? config);
831
836
method public com.google.firebase.ai.type.LiveGenerationConfig.Builder setMaxOutputTokens(Integer? maxOutputTokens);
837
+
method public com.google.firebase.ai.type.LiveGenerationConfig.Builder setOutputAudioTranscript(com.google.firebase.ai.type.AudioTranscriptionConfig? config);
832
838
method public com.google.firebase.ai.type.LiveGenerationConfig.Builder setPresencePenalty(Float? presencePenalty);
833
839
method public com.google.firebase.ai.type.LiveGenerationConfig.Builder setResponseModality(com.google.firebase.ai.type.ResponseModality? responseModality);
834
840
method public com.google.firebase.ai.type.LiveGenerationConfig.Builder setSpeechConfig(com.google.firebase.ai.type.SpeechConfig? speechConfig);
835
841
method public com.google.firebase.ai.type.LiveGenerationConfig.Builder setTemperature(Float? temperature);
836
842
method public com.google.firebase.ai.type.LiveGenerationConfig.Builder setTopK(Integer? topK);
837
843
method public com.google.firebase.ai.type.LiveGenerationConfig.Builder setTopP(Float? topP);
838
844
field public Float? frequencyPenalty;
845
+
field public com.google.firebase.ai.type.AudioTranscriptionConfig? inputAudioTranscription;
839
846
field public Integer? maxOutputTokens;
847
+
field public com.google.firebase.ai.type.AudioTranscriptionConfig? outputAudioTranscription;
840
848
field public Float? presencePenalty;
841
849
field public com.google.firebase.ai.type.ResponseModality? responseModality;
842
850
field public com.google.firebase.ai.type.SpeechConfig? speechConfig;
0 commit comments