A video content block.

interface VideoContent {
    data?: string;
    mime_type?: GeminiNextGenAPIClient.Interactions.VideoMimeType;
    resolution?: "high" | "low" | "medium" | "ultra_high";
    type: "video";
    uri?: string;
}

Properties

data?: string

The mime type of the video.

resolution?: "high" | "low" | "medium" | "ultra_high"

The resolution of the media.

type: "video"
uri?: string