Class AnnotateVideoRequest (2.6.1)

AnnotateVideoRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Video annotation request.

Attributes

NameDescription
input_uri str
Input video location. Currently, only `Google Cloud Storage
input_content bytes
The video data bytes. If unset, the input video(s) should be specified via input_uri. If set, input_uri should be unset.
features Sequence[google.cloud.videointelligence_v1p2beta1.types.Feature]
Required. Requested video annotation features.
video_context google.cloud.videointelligence_v1p2beta1.types.VideoContext
Additional video context and/or feature-specific parameters.
output_uri str
Optional. Location where the output (in JSON format) should be stored. Currently, only `Google Cloud Storage
location_id str
Optional. Cloud region where annotation should take place. Supported cloud regions: us-east1, us-west1, europe-west1, asia-east1. If no region is specified, a region will be determined based on video file location.