You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/google-cloud-videointelligence/google/cloud/videointelligence_v1/gapic/video_intelligence_service_client.py
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -241,19 +241,19 @@ def annotate_video(
241
241
request as ``input_content``. If set, ``input_content`` should be unset.
242
242
input_content (bytes): The video data bytes. If unset, the input video(s) should be specified
243
243
via ``input_uri``. If set, ``input_uri`` should be unset.
244
-
features (list[~google.cloud.videointelligence_v1.types.Feature]): Requested video annotation features.
244
+
features (list[~google.cloud.videointelligence_v1.types.Feature]): Required. Requested video annotation features.
245
245
video_context (Union[dict, ~google.cloud.videointelligence_v1.types.VideoContext]): Additional video context and/or feature-specific parameters.
246
246
247
247
If a dict is provided, it must be of the same form as the protobuf
Copy file name to clipboardExpand all lines: packages/google-cloud-videointelligence/google/cloud/videointelligence_v1/gapic/video_intelligence_service_client_config.py
0 commit comments