@@ -243,19 +243,19 @@ def annotate_video(
243243 request as ``input_content``. If set, ``input_content`` should be unset.
244244 input_content (bytes): The video data bytes. If unset, the input video(s) should be specified
245245 via ``input_uri``. If set, ``input_uri`` should be unset.
246- features (list[~google.cloud.videointelligence_v1p3beta1.types.Feature]): Requested video annotation features.
246+ features (list[~google.cloud.videointelligence_v1p3beta1.types.Feature]): Required. Requested video annotation features.
247247 video_context (Union[dict, ~google.cloud.videointelligence_v1p3beta1.types.VideoContext]): Additional video context and/or feature-specific parameters.
248248
249249 If a dict is provided, it must be of the same form as the protobuf
250250 message :class:`~google.cloud.videointelligence_v1p3beta1.types.VideoContext`
251- output_uri (str): Optional location where the output (in JSON format) should be stored.
251+ output_uri (str): Optional. Location where the output (in JSON format) should be stored.
252252 Currently, only `Google Cloud
253253 Storage <https://cloud.google.com/storage/>`__ URIs are supported, which
254254 must be specified in the following format: ``gs://bucket-id/object-id``
255255 (other URI formats return ``google.rpc.Code.INVALID_ARGUMENT``). For
256256 more information, see `Request
257257 URIs <https://cloud.google.com/storage/docs/reference-uris>`__.
258- location_id (str): Optional cloud region where annotation should take place. Supported
258+ location_id (str): Optional. Cloud region where annotation should take place. Supported
259259 cloud regions: ``us-east1``, ``us-west1``, ``europe-west1``,
260260 ``asia-east1``. If no region is specified, a region will be determined
261261 based on video file location.
0 commit comments