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_v1p3beta1/gapic/streaming_video_intelligence_service_client.py
Copy file name to clipboardExpand all lines: packages/google-cloud-videointelligence/google/cloud/videointelligence_v1p3beta1/gapic/video_intelligence_service_client.py
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -243,19 +243,19 @@ def annotate_video(
243
243
request as ``input_content``. If set, ``input_content`` should be unset.
244
244
input_content (bytes): The video data bytes. If unset, the input video(s) should be specified
245
245
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.
247
247
video_context (Union[dict, ~google.cloud.videointelligence_v1p3beta1.types.VideoContext]): Additional video context and/or feature-specific parameters.
248
248
249
249
If a dict is provided, it must be of the same form as the protobuf
0 commit comments