Class Video (1.44.0)

  Video 
 ( 
 video_bytes 
 : 
 typing 
 . 
 Optional 
 [ 
 bytes 
 ] 
 = 
 None 
 , 
 gcs_uri 
 : 
 typing 
 . 
 Optional 
 [ 
 str 
 ] 
 = 
 None 
 ) 
 

Video.

Methods

Video

  Video 
 ( 
 video_bytes 
 : 
 typing 
 . 
 Optional 
 [ 
 bytes 
 ] 
 = 
 None 
 , 
 gcs_uri 
 : 
 typing 
 . 
 Optional 
 [ 
 str 
 ] 
 = 
 None 
 ) 
 

Creates an Image object.

Parameters
Name
Description
video_bytes
typing.Optional[bytes]

Video file bytes. Video can be in AVI, FLV, MKV, MOV, MP4, MPEG, MPG, WEBM, and WMV formats.

gcs_uri
typing.Optional[str]

Image URI in Google Cloud Storage.

load_from_file

  load_from_file 
 ( 
 location 
 : 
 str 
 ) 
 - 
> vertexai 
 . 
 vision_models 
 . 
 Video 
 

Loads video from local file or Google Cloud Storage.

Parameter
Name
Description
location
str

Local path or Google Cloud Storage uri from where to load the video.

save

  save 
 ( 
 location 
 : 
 str 
 ) 
 

Saves video to a file.

Parameter
Name
Description
location
str

Local path where to save the video.

Create a Mobile Website
View Site in Mobile | Classic
Share by: