Preparing search index...
The search index is not available
@google/genai
@google/genai
gaos/models/interactions/video-content
VideoContent
Type Alias VideoContent
VideoContent
:
{
data
?:
string
;
mime_type
?:
VideoContentMimeType
;
resolution
?:
MediaResolution
;
type
:
"video"
;
uri
?:
string
;
}
A video content block.
Type declaration
Optional
data
?:
string
The video content.
Optional
mime_type
?:
VideoContentMimeType
The mime type of the video.
Optional
resolution
?:
MediaResolution
type
:
"video"
Optional
uri
?:
string
The URI of the video.
Settings
Theme
OS
Light
Dark
@google/genai
Loading...
A video content block.