Uses of Class
com.google.genai.ResponseStream
Packages that use ResponseStream
-
Uses of ResponseStream in com.google.genai
Methods in com.google.genai that return ResponseStreamModifier and TypeMethodDescriptionModels.generateContentStream(String model, Content content, GenerateContentConfig config) Generates content with streaming support given a GenAI model and a content object.Models.generateContentStream(String model, String text, GenerateContentConfig config) Generates content with streaming support given a GenAI model and a text string.Models.generateContentStream(String model, List<Content> contents, GenerateContentConfig config) Generates content with streaming support given a GenAI model and a content object.Methods in com.google.genai that return types with arguments of type ResponseStreamModifier and TypeMethodDescriptionAsyncModels.generateContentStream(String model, Content content, GenerateContentConfig config) Asynchronously generates content with streaming support given a GenAI model and a content object.AsyncModels.generateContentStream(String model, String text, GenerateContentConfig config) Asynchronously generates content with streaming support given a GenAI model and a text string.AsyncModels.generateContentStream(String model, List<Content> contents, GenerateContentConfig config) Asynchronously generates content with streaming support given a GenAI model and a content object.