AnnotateVideoRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Video annotation request.
Attributes
Name | Description |
input_uri |
str
Input video location. Currently, only `Cloud Storage |
input_content |
bytes
The video data bytes. If unset, the input video(s) should be specified via the ``input_uri``. If set, ``input_uri`` must be unset. |
features |
Sequence[google.cloud.videointelligence_v1.types.Feature]
Required. Requested video annotation features. |
video_context |
google.cloud.videointelligence_v1.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 `Cloud Storage |
location_id |
str
Optional. Cloud region where annotation should take place. Supported cloud regions are: ``us-east1``, ``us-west1``, ``europe-west1``, ``asia-east1``. If no region is specified, the region will be determined based on video file location. |