Uses of Class
com.google.genai.gaos.models.interactions.VideoContent
Packages that use VideoContent
-
Uses of VideoContent in com.google.genai.gaos.models.interactions
Methods in com.google.genai.gaos.models.interactions that return VideoContentModifier and TypeMethodDescriptionVideoContent.Builder.build()The video content.VideoContent.withMimeType(VideoContentMimeType mimeType) The mime type of the video.VideoContent.withProcessing(Processing processing) How the model processes this video for understanding.VideoContent.withResolution(MediaResolution resolution) The URI of the video.Methods in com.google.genai.gaos.models.interactions that return types with arguments of type VideoContentMethods in com.google.genai.gaos.models.interactions with parameters of type VideoContentModifier and TypeMethodDescriptionInteraction.Builder.outputVideo(VideoContent outputVideo) A video content block.Interaction.withOutputVideo(VideoContent outputVideo) A video content block.Constructors in com.google.genai.gaos.models.interactions with parameters of type VideoContentModifierConstructorDescriptionInteraction(AgentOption agent, InteractionAgentConfig agentConfig, String created, InteractionEnvironment environment, String environmentId, List<Error> errors, GenerationConfig generationConfig, String id, InteractionsInput input, Map<String, String> labels, Model model, AudioContent outputAudio, ImageContent outputImage, String outputText, VideoContent outputVideo, String previousInteractionId, InteractionResponseFormat responseFormat, String responseMimeType, List<ResponseModality> responseModalities, List<SafetySetting> safetySettings, ServiceTier serviceTier, InteractionStatus status, List<Step> steps, String systemInstruction, List<Tool> tools, String updated, Usage usage, WebhookConfig webhookConfig)