AnnotateVideoRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Video annotation request.
Attributes |
|
---|---|
Name | Description |
input_ |
str
Input video location. Currently, only `Cloud Storage |
input_ |
bytes
The video data bytes. If unset, the input video(s) should be specified via the input_ . If set, input_ must
be unset.
|
features |
MutableSequence[google.
Required. Requested video annotation features. |
video_ |
google.
Additional video context and/or feature-specific parameters. |
output_ |
str
Optional. Location where the output (in JSON format) should be stored. Currently, only `Cloud Storage |
location_ |
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.
|