visionai.python.prediction.offline.blur_gcs_video_sync

description: Blurs an MP4 file stored in Cloud Storage.

Blurs an MP4 file stored in Cloud Storage.

Given an MP4 file on Cloud Storage, apply person blurring to it, and save the result into another Cloud Storage file.

connection_options A ConnectionOptions targeting a specific Vertex AI Vision instance.
gcs_infile The gcs url to an MP4 file that is to be blurred.
gcs_outfile A gcs url of the MP4 file to save the blurred video.

A Process representing the work.