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/protos/google/cloud/videointelligence/v1beta2/video_intelligence.proto
+6-4
Original file line number
Diff line number
Diff line change
@@ -64,9 +64,10 @@ message AnnotateVideoRequest {
64
64
// supported, which must be specified in the following format:
65
65
// `gs://bucket-id/object-id` (other URI formats return
66
66
// [google.rpc.Code.INVALID_ARGUMENT][google.rpc.Code.INVALID_ARGUMENT]). For
67
-
// more information, see [Request URIs](https://cloud.google.com/storage/docs/request-endpoints). A video
68
-
// URI may include wildcards in `object-id`, and thus identify multiple
69
-
// videos. Supported wildcards: '*' to match 0 or more characters;
67
+
// more information, see [Request
68
+
// URIs](https://cloud.google.com/storage/docs/request-endpoints). A video URI
69
+
// may include wildcards in `object-id`, and thus identify multiple videos.
70
+
// Supported wildcards: '*' to match 0 or more characters;
70
71
// '?' to match 1 character. If unset, the input video should be embedded
71
72
// in the request as `input_content`. If set, `input_content` should be unset.
72
73
stringinput_uri=1;
@@ -87,7 +88,8 @@ message AnnotateVideoRequest {
87
88
// URIs are supported, which must be specified in the following format:
88
89
// `gs://bucket-id/object-id` (other URI formats return
89
90
// [google.rpc.Code.INVALID_ARGUMENT][google.rpc.Code.INVALID_ARGUMENT]). For
90
-
// more information, see [Request URIs](https://cloud.google.com/storage/docs/request-endpoints).
Copy file name to clipboardExpand all lines: packages/google-cloud-videointelligence/protos/google/cloud/videointelligence/v1p1beta1/video_intelligence.proto
0 commit comments