interface VideoContent {
    data?: string;
    mime_type?: VideoContentMimeType;
    processing?: StaticMediaProcessing | ProcessingEnum;
    resolution?: MediaResolution;
    type: "video";
    uri?: string;
}

Hierarchy

  • VideoContent$
    • VideoContent

Properties

data?: string

The video content.

The mime type of the video.

How the model processes this video for understanding.

resolution?: MediaResolution
type: "video"
uri?: string

The URI of the video.