google-api-client 0.28.1 → 0.28.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/.kokoro/build.sh +1 -1
- data/CHANGELOG.md +28 -0
- data/generated/google/apis/adexchangebuyer2_v2beta1.rb +1 -1
- data/generated/google/apis/adexchangebuyer2_v2beta1/classes.rb +1 -1
- data/generated/google/apis/admin_reports_v1.rb +1 -1
- data/generated/google/apis/androidenterprise_v1.rb +1 -1
- data/generated/google/apis/androidenterprise_v1/classes.rb +9 -8
- data/generated/google/apis/androidenterprise_v1/service.rb +1 -1
- data/generated/google/apis/cloudasset_v1beta1.rb +1 -1
- data/generated/google/apis/cloudasset_v1beta1/service.rb +81 -6
- data/generated/google/apis/cloudbuild_v1alpha1.rb +1 -1
- data/generated/google/apis/cloudbuild_v1alpha1/classes.rb +3 -3
- data/generated/google/apis/cloudresourcemanager_v1.rb +1 -1
- data/generated/google/apis/cloudresourcemanager_v1/service.rb +3 -1
- data/generated/google/apis/cloudresourcemanager_v1beta1.rb +1 -1
- data/generated/google/apis/cloudresourcemanager_v1beta1/service.rb +3 -1
- data/generated/google/apis/cloudtasks_v2beta3.rb +1 -1
- data/generated/google/apis/cloudtasks_v2beta3/classes.rb +30 -0
- data/generated/google/apis/cloudtasks_v2beta3/representations.rb +1 -0
- data/generated/google/apis/dlp_v2.rb +1 -1
- data/generated/google/apis/dlp_v2/classes.rb +28 -0
- data/generated/google/apis/dlp_v2/representations.rb +15 -0
- data/generated/google/apis/dlp_v2/service.rb +23 -1
- data/generated/google/apis/docs_v1.rb +46 -0
- data/generated/google/apis/docs_v1/classes.rb +5383 -0
- data/generated/google/apis/docs_v1/representations.rb +2209 -0
- data/generated/google/apis/docs_v1/service.rb +176 -0
- data/generated/google/apis/file_v1.rb +1 -1
- data/generated/google/apis/file_v1/classes.rb +0 -193
- data/generated/google/apis/file_v1/representations.rb +0 -70
- data/generated/google/apis/file_v1/service.rb +0 -190
- data/generated/google/apis/iam_v1.rb +1 -1
- data/generated/google/apis/iam_v1/service.rb +8 -0
- data/generated/google/apis/jobs_v3/classes.rb +130 -3
- data/generated/google/apis/jobs_v3/representations.rb +47 -0
- data/generated/google/apis/jobs_v3/service.rb +40 -0
- data/generated/google/apis/ml_v1.rb +1 -1
- data/generated/google/apis/ml_v1/classes.rb +44 -0
- data/generated/google/apis/ml_v1/representations.rb +21 -0
- data/generated/google/apis/redis_v1.rb +1 -1
- data/generated/google/apis/redis_v1beta1.rb +1 -1
- data/generated/google/apis/redis_v1beta1/classes.rb +5 -4
- data/generated/google/apis/remotebuildexecution_v1.rb +1 -1
- data/generated/google/apis/remotebuildexecution_v1/classes.rb +3 -2
- data/generated/google/apis/remotebuildexecution_v1alpha.rb +1 -1
- data/generated/google/apis/remotebuildexecution_v1alpha/classes.rb +3 -2
- data/generated/google/apis/remotebuildexecution_v2.rb +1 -1
- data/generated/google/apis/remotebuildexecution_v2/classes.rb +3 -2
- data/generated/google/apis/storagetransfer_v1.rb +1 -1
- data/generated/google/apis/storagetransfer_v1/classes.rb +2 -0
- data/generated/google/apis/testing_v1.rb +1 -1
- data/generated/google/apis/videointelligence_v1p2beta1.rb +35 -0
- data/generated/google/apis/videointelligence_v1p2beta1/classes.rb +2872 -0
- data/generated/google/apis/videointelligence_v1p2beta1/representations.rb +1221 -0
- data/generated/google/apis/videointelligence_v1p2beta1/service.rb +93 -0
- data/generated/google/apis/vision_v1.rb +1 -1
- data/generated/google/apis/vision_v1/classes.rb +1 -1
- data/generated/google/apis/vision_v1p1beta1.rb +1 -1
- data/generated/google/apis/vision_v1p1beta1/classes.rb +1 -1
- data/generated/google/apis/vision_v1p2beta1.rb +1 -1
- data/generated/google/apis/vision_v1p2beta1/classes.rb +1 -1
- data/generated/google/apis/youtube_v3.rb +1 -1
- data/generated/google/apis/youtube_v3/classes.rb +100 -13
- data/generated/google/apis/youtube_v3/representations.rb +38 -1
- data/lib/google/apis/core/http_command.rb +9 -1
- data/lib/google/apis/version.rb +1 -1
- metadata +10 -3
- data/.travis.yml +0 -26
@@ -0,0 +1,1221 @@
|
|
1
|
+
# Copyright 2015 Google Inc.
|
2
|
+
#
|
3
|
+
# Licensed under the Apache License, Version 2.0 (the "License");
|
4
|
+
# you may not use this file except in compliance with the License.
|
5
|
+
# You may obtain a copy of the License at
|
6
|
+
#
|
7
|
+
# http://www.apache.org/licenses/LICENSE-2.0
|
8
|
+
#
|
9
|
+
# Unless required by applicable law or agreed to in writing, software
|
10
|
+
# distributed under the License is distributed on an "AS IS" BASIS,
|
11
|
+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
12
|
+
# See the License for the specific language governing permissions and
|
13
|
+
# limitations under the License.
|
14
|
+
|
15
|
+
require 'date'
|
16
|
+
require 'google/apis/core/base_service'
|
17
|
+
require 'google/apis/core/json_representation'
|
18
|
+
require 'google/apis/core/hashable'
|
19
|
+
require 'google/apis/errors'
|
20
|
+
|
21
|
+
module Google
|
22
|
+
module Apis
|
23
|
+
module VideointelligenceV1p2beta1
|
24
|
+
|
25
|
+
class GoogleCloudVideointelligenceV1AnnotateVideoProgress
|
26
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
27
|
+
|
28
|
+
include Google::Apis::Core::JsonObjectSupport
|
29
|
+
end
|
30
|
+
|
31
|
+
class GoogleCloudVideointelligenceV1AnnotateVideoResponse
|
32
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
33
|
+
|
34
|
+
include Google::Apis::Core::JsonObjectSupport
|
35
|
+
end
|
36
|
+
|
37
|
+
class GoogleCloudVideointelligenceV1Entity
|
38
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
39
|
+
|
40
|
+
include Google::Apis::Core::JsonObjectSupport
|
41
|
+
end
|
42
|
+
|
43
|
+
class GoogleCloudVideointelligenceV1ExplicitContentAnnotation
|
44
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
45
|
+
|
46
|
+
include Google::Apis::Core::JsonObjectSupport
|
47
|
+
end
|
48
|
+
|
49
|
+
class GoogleCloudVideointelligenceV1ExplicitContentFrame
|
50
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
51
|
+
|
52
|
+
include Google::Apis::Core::JsonObjectSupport
|
53
|
+
end
|
54
|
+
|
55
|
+
class GoogleCloudVideointelligenceV1LabelAnnotation
|
56
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
57
|
+
|
58
|
+
include Google::Apis::Core::JsonObjectSupport
|
59
|
+
end
|
60
|
+
|
61
|
+
class GoogleCloudVideointelligenceV1LabelFrame
|
62
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
63
|
+
|
64
|
+
include Google::Apis::Core::JsonObjectSupport
|
65
|
+
end
|
66
|
+
|
67
|
+
class GoogleCloudVideointelligenceV1LabelSegment
|
68
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
69
|
+
|
70
|
+
include Google::Apis::Core::JsonObjectSupport
|
71
|
+
end
|
72
|
+
|
73
|
+
class GoogleCloudVideointelligenceV1SpeechRecognitionAlternative
|
74
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
75
|
+
|
76
|
+
include Google::Apis::Core::JsonObjectSupport
|
77
|
+
end
|
78
|
+
|
79
|
+
class GoogleCloudVideointelligenceV1SpeechTranscription
|
80
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
81
|
+
|
82
|
+
include Google::Apis::Core::JsonObjectSupport
|
83
|
+
end
|
84
|
+
|
85
|
+
class GoogleCloudVideointelligenceV1VideoAnnotationProgress
|
86
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
87
|
+
|
88
|
+
include Google::Apis::Core::JsonObjectSupport
|
89
|
+
end
|
90
|
+
|
91
|
+
class GoogleCloudVideointelligenceV1VideoAnnotationResults
|
92
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
93
|
+
|
94
|
+
include Google::Apis::Core::JsonObjectSupport
|
95
|
+
end
|
96
|
+
|
97
|
+
class GoogleCloudVideointelligenceV1VideoSegment
|
98
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
99
|
+
|
100
|
+
include Google::Apis::Core::JsonObjectSupport
|
101
|
+
end
|
102
|
+
|
103
|
+
class GoogleCloudVideointelligenceV1WordInfo
|
104
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
105
|
+
|
106
|
+
include Google::Apis::Core::JsonObjectSupport
|
107
|
+
end
|
108
|
+
|
109
|
+
class GoogleCloudVideointelligenceV1beta2AnnotateVideoProgress
|
110
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
111
|
+
|
112
|
+
include Google::Apis::Core::JsonObjectSupport
|
113
|
+
end
|
114
|
+
|
115
|
+
class GoogleCloudVideointelligenceV1beta2AnnotateVideoResponse
|
116
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
117
|
+
|
118
|
+
include Google::Apis::Core::JsonObjectSupport
|
119
|
+
end
|
120
|
+
|
121
|
+
class GoogleCloudVideointelligenceV1beta2Entity
|
122
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
123
|
+
|
124
|
+
include Google::Apis::Core::JsonObjectSupport
|
125
|
+
end
|
126
|
+
|
127
|
+
class GoogleCloudVideointelligenceV1beta2ExplicitContentAnnotation
|
128
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
129
|
+
|
130
|
+
include Google::Apis::Core::JsonObjectSupport
|
131
|
+
end
|
132
|
+
|
133
|
+
class GoogleCloudVideointelligenceV1beta2ExplicitContentFrame
|
134
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
135
|
+
|
136
|
+
include Google::Apis::Core::JsonObjectSupport
|
137
|
+
end
|
138
|
+
|
139
|
+
class GoogleCloudVideointelligenceV1beta2LabelAnnotation
|
140
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
141
|
+
|
142
|
+
include Google::Apis::Core::JsonObjectSupport
|
143
|
+
end
|
144
|
+
|
145
|
+
class GoogleCloudVideointelligenceV1beta2LabelFrame
|
146
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
147
|
+
|
148
|
+
include Google::Apis::Core::JsonObjectSupport
|
149
|
+
end
|
150
|
+
|
151
|
+
class GoogleCloudVideointelligenceV1beta2LabelSegment
|
152
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
153
|
+
|
154
|
+
include Google::Apis::Core::JsonObjectSupport
|
155
|
+
end
|
156
|
+
|
157
|
+
class GoogleCloudVideointelligenceV1beta2SpeechRecognitionAlternative
|
158
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
159
|
+
|
160
|
+
include Google::Apis::Core::JsonObjectSupport
|
161
|
+
end
|
162
|
+
|
163
|
+
class GoogleCloudVideointelligenceV1beta2SpeechTranscription
|
164
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
165
|
+
|
166
|
+
include Google::Apis::Core::JsonObjectSupport
|
167
|
+
end
|
168
|
+
|
169
|
+
class GoogleCloudVideointelligenceV1beta2VideoAnnotationProgress
|
170
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
171
|
+
|
172
|
+
include Google::Apis::Core::JsonObjectSupport
|
173
|
+
end
|
174
|
+
|
175
|
+
class GoogleCloudVideointelligenceV1beta2VideoAnnotationResults
|
176
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
177
|
+
|
178
|
+
include Google::Apis::Core::JsonObjectSupport
|
179
|
+
end
|
180
|
+
|
181
|
+
class GoogleCloudVideointelligenceV1beta2VideoSegment
|
182
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
183
|
+
|
184
|
+
include Google::Apis::Core::JsonObjectSupport
|
185
|
+
end
|
186
|
+
|
187
|
+
class GoogleCloudVideointelligenceV1beta2WordInfo
|
188
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
189
|
+
|
190
|
+
include Google::Apis::Core::JsonObjectSupport
|
191
|
+
end
|
192
|
+
|
193
|
+
class GoogleCloudVideointelligenceV1p1beta1AnnotateVideoProgress
|
194
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
195
|
+
|
196
|
+
include Google::Apis::Core::JsonObjectSupport
|
197
|
+
end
|
198
|
+
|
199
|
+
class GoogleCloudVideointelligenceV1p1beta1AnnotateVideoResponse
|
200
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
201
|
+
|
202
|
+
include Google::Apis::Core::JsonObjectSupport
|
203
|
+
end
|
204
|
+
|
205
|
+
class GoogleCloudVideointelligenceV1p1beta1Entity
|
206
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
207
|
+
|
208
|
+
include Google::Apis::Core::JsonObjectSupport
|
209
|
+
end
|
210
|
+
|
211
|
+
class GoogleCloudVideointelligenceV1p1beta1ExplicitContentAnnotation
|
212
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
213
|
+
|
214
|
+
include Google::Apis::Core::JsonObjectSupport
|
215
|
+
end
|
216
|
+
|
217
|
+
class GoogleCloudVideointelligenceV1p1beta1ExplicitContentFrame
|
218
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
219
|
+
|
220
|
+
include Google::Apis::Core::JsonObjectSupport
|
221
|
+
end
|
222
|
+
|
223
|
+
class GoogleCloudVideointelligenceV1p1beta1LabelAnnotation
|
224
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
225
|
+
|
226
|
+
include Google::Apis::Core::JsonObjectSupport
|
227
|
+
end
|
228
|
+
|
229
|
+
class GoogleCloudVideointelligenceV1p1beta1LabelFrame
|
230
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
231
|
+
|
232
|
+
include Google::Apis::Core::JsonObjectSupport
|
233
|
+
end
|
234
|
+
|
235
|
+
class GoogleCloudVideointelligenceV1p1beta1LabelSegment
|
236
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
237
|
+
|
238
|
+
include Google::Apis::Core::JsonObjectSupport
|
239
|
+
end
|
240
|
+
|
241
|
+
class GoogleCloudVideointelligenceV1p1beta1SpeechRecognitionAlternative
|
242
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
243
|
+
|
244
|
+
include Google::Apis::Core::JsonObjectSupport
|
245
|
+
end
|
246
|
+
|
247
|
+
class GoogleCloudVideointelligenceV1p1beta1SpeechTranscription
|
248
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
249
|
+
|
250
|
+
include Google::Apis::Core::JsonObjectSupport
|
251
|
+
end
|
252
|
+
|
253
|
+
class GoogleCloudVideointelligenceV1p1beta1VideoAnnotationProgress
|
254
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
255
|
+
|
256
|
+
include Google::Apis::Core::JsonObjectSupport
|
257
|
+
end
|
258
|
+
|
259
|
+
class GoogleCloudVideointelligenceV1p1beta1VideoAnnotationResults
|
260
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
261
|
+
|
262
|
+
include Google::Apis::Core::JsonObjectSupport
|
263
|
+
end
|
264
|
+
|
265
|
+
class GoogleCloudVideointelligenceV1p1beta1VideoSegment
|
266
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
267
|
+
|
268
|
+
include Google::Apis::Core::JsonObjectSupport
|
269
|
+
end
|
270
|
+
|
271
|
+
class GoogleCloudVideointelligenceV1p1beta1WordInfo
|
272
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
273
|
+
|
274
|
+
include Google::Apis::Core::JsonObjectSupport
|
275
|
+
end
|
276
|
+
|
277
|
+
class GoogleCloudVideointelligenceV1p2beta1AnnotateVideoProgress
|
278
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
279
|
+
|
280
|
+
include Google::Apis::Core::JsonObjectSupport
|
281
|
+
end
|
282
|
+
|
283
|
+
class GoogleCloudVideointelligenceV1p2beta1AnnotateVideoRequest
|
284
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
285
|
+
|
286
|
+
include Google::Apis::Core::JsonObjectSupport
|
287
|
+
end
|
288
|
+
|
289
|
+
class GoogleCloudVideointelligenceV1p2beta1AnnotateVideoResponse
|
290
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
291
|
+
|
292
|
+
include Google::Apis::Core::JsonObjectSupport
|
293
|
+
end
|
294
|
+
|
295
|
+
class GoogleCloudVideointelligenceV1p2beta1Entity
|
296
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
297
|
+
|
298
|
+
include Google::Apis::Core::JsonObjectSupport
|
299
|
+
end
|
300
|
+
|
301
|
+
class GoogleCloudVideointelligenceV1p2beta1ExplicitContentAnnotation
|
302
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
303
|
+
|
304
|
+
include Google::Apis::Core::JsonObjectSupport
|
305
|
+
end
|
306
|
+
|
307
|
+
class GoogleCloudVideointelligenceV1p2beta1ExplicitContentDetectionConfig
|
308
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
309
|
+
|
310
|
+
include Google::Apis::Core::JsonObjectSupport
|
311
|
+
end
|
312
|
+
|
313
|
+
class GoogleCloudVideointelligenceV1p2beta1ExplicitContentFrame
|
314
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
315
|
+
|
316
|
+
include Google::Apis::Core::JsonObjectSupport
|
317
|
+
end
|
318
|
+
|
319
|
+
class GoogleCloudVideointelligenceV1p2beta1LabelAnnotation
|
320
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
321
|
+
|
322
|
+
include Google::Apis::Core::JsonObjectSupport
|
323
|
+
end
|
324
|
+
|
325
|
+
class GoogleCloudVideointelligenceV1p2beta1LabelDetectionConfig
|
326
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
327
|
+
|
328
|
+
include Google::Apis::Core::JsonObjectSupport
|
329
|
+
end
|
330
|
+
|
331
|
+
class GoogleCloudVideointelligenceV1p2beta1LabelFrame
|
332
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
333
|
+
|
334
|
+
include Google::Apis::Core::JsonObjectSupport
|
335
|
+
end
|
336
|
+
|
337
|
+
class GoogleCloudVideointelligenceV1p2beta1LabelSegment
|
338
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
339
|
+
|
340
|
+
include Google::Apis::Core::JsonObjectSupport
|
341
|
+
end
|
342
|
+
|
343
|
+
class GoogleCloudVideointelligenceV1p2beta1NormalizedBoundingBox
|
344
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
345
|
+
|
346
|
+
include Google::Apis::Core::JsonObjectSupport
|
347
|
+
end
|
348
|
+
|
349
|
+
class GoogleCloudVideointelligenceV1p2beta1NormalizedBoundingPoly
|
350
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
351
|
+
|
352
|
+
include Google::Apis::Core::JsonObjectSupport
|
353
|
+
end
|
354
|
+
|
355
|
+
class GoogleCloudVideointelligenceV1p2beta1NormalizedVertex
|
356
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
357
|
+
|
358
|
+
include Google::Apis::Core::JsonObjectSupport
|
359
|
+
end
|
360
|
+
|
361
|
+
class GoogleCloudVideointelligenceV1p2beta1ObjectTrackingAnnotation
|
362
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
363
|
+
|
364
|
+
include Google::Apis::Core::JsonObjectSupport
|
365
|
+
end
|
366
|
+
|
367
|
+
class GoogleCloudVideointelligenceV1p2beta1ObjectTrackingFrame
|
368
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
369
|
+
|
370
|
+
include Google::Apis::Core::JsonObjectSupport
|
371
|
+
end
|
372
|
+
|
373
|
+
class GoogleCloudVideointelligenceV1p2beta1ShotChangeDetectionConfig
|
374
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
375
|
+
|
376
|
+
include Google::Apis::Core::JsonObjectSupport
|
377
|
+
end
|
378
|
+
|
379
|
+
class GoogleCloudVideointelligenceV1p2beta1SpeechContext
|
380
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
381
|
+
|
382
|
+
include Google::Apis::Core::JsonObjectSupport
|
383
|
+
end
|
384
|
+
|
385
|
+
class GoogleCloudVideointelligenceV1p2beta1SpeechRecognitionAlternative
|
386
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
387
|
+
|
388
|
+
include Google::Apis::Core::JsonObjectSupport
|
389
|
+
end
|
390
|
+
|
391
|
+
class GoogleCloudVideointelligenceV1p2beta1SpeechTranscription
|
392
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
393
|
+
|
394
|
+
include Google::Apis::Core::JsonObjectSupport
|
395
|
+
end
|
396
|
+
|
397
|
+
class GoogleCloudVideointelligenceV1p2beta1SpeechTranscriptionConfig
|
398
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
399
|
+
|
400
|
+
include Google::Apis::Core::JsonObjectSupport
|
401
|
+
end
|
402
|
+
|
403
|
+
class GoogleCloudVideointelligenceV1p2beta1TextAnnotation
|
404
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
405
|
+
|
406
|
+
include Google::Apis::Core::JsonObjectSupport
|
407
|
+
end
|
408
|
+
|
409
|
+
class GoogleCloudVideointelligenceV1p2beta1TextDetectionConfig
|
410
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
411
|
+
|
412
|
+
include Google::Apis::Core::JsonObjectSupport
|
413
|
+
end
|
414
|
+
|
415
|
+
class GoogleCloudVideointelligenceV1p2beta1TextFrame
|
416
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
417
|
+
|
418
|
+
include Google::Apis::Core::JsonObjectSupport
|
419
|
+
end
|
420
|
+
|
421
|
+
class GoogleCloudVideointelligenceV1p2beta1TextSegment
|
422
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
423
|
+
|
424
|
+
include Google::Apis::Core::JsonObjectSupport
|
425
|
+
end
|
426
|
+
|
427
|
+
class GoogleCloudVideointelligenceV1p2beta1VideoAnnotationProgress
|
428
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
429
|
+
|
430
|
+
include Google::Apis::Core::JsonObjectSupport
|
431
|
+
end
|
432
|
+
|
433
|
+
class GoogleCloudVideointelligenceV1p2beta1VideoAnnotationResults
|
434
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
435
|
+
|
436
|
+
include Google::Apis::Core::JsonObjectSupport
|
437
|
+
end
|
438
|
+
|
439
|
+
class GoogleCloudVideointelligenceV1p2beta1VideoContext
|
440
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
441
|
+
|
442
|
+
include Google::Apis::Core::JsonObjectSupport
|
443
|
+
end
|
444
|
+
|
445
|
+
class GoogleCloudVideointelligenceV1p2beta1VideoSegment
|
446
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
447
|
+
|
448
|
+
include Google::Apis::Core::JsonObjectSupport
|
449
|
+
end
|
450
|
+
|
451
|
+
class GoogleCloudVideointelligenceV1p2beta1WordInfo
|
452
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
453
|
+
|
454
|
+
include Google::Apis::Core::JsonObjectSupport
|
455
|
+
end
|
456
|
+
|
457
|
+
class GoogleLongrunningOperation
|
458
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
459
|
+
|
460
|
+
include Google::Apis::Core::JsonObjectSupport
|
461
|
+
end
|
462
|
+
|
463
|
+
class GoogleRpcStatus
|
464
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
465
|
+
|
466
|
+
include Google::Apis::Core::JsonObjectSupport
|
467
|
+
end
|
468
|
+
|
469
|
+
class GoogleCloudVideointelligenceV1AnnotateVideoProgress
|
470
|
+
# @private
|
471
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
472
|
+
collection :annotation_progress, as: 'annotationProgress', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1VideoAnnotationProgress, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1VideoAnnotationProgress::Representation
|
473
|
+
|
474
|
+
end
|
475
|
+
end
|
476
|
+
|
477
|
+
class GoogleCloudVideointelligenceV1AnnotateVideoResponse
|
478
|
+
# @private
|
479
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
480
|
+
collection :annotation_results, as: 'annotationResults', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1VideoAnnotationResults, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1VideoAnnotationResults::Representation
|
481
|
+
|
482
|
+
end
|
483
|
+
end
|
484
|
+
|
485
|
+
class GoogleCloudVideointelligenceV1Entity
|
486
|
+
# @private
|
487
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
488
|
+
property :description, as: 'description'
|
489
|
+
property :entity_id, as: 'entityId'
|
490
|
+
property :language_code, as: 'languageCode'
|
491
|
+
end
|
492
|
+
end
|
493
|
+
|
494
|
+
class GoogleCloudVideointelligenceV1ExplicitContentAnnotation
|
495
|
+
# @private
|
496
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
497
|
+
collection :frames, as: 'frames', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1ExplicitContentFrame, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1ExplicitContentFrame::Representation
|
498
|
+
|
499
|
+
end
|
500
|
+
end
|
501
|
+
|
502
|
+
class GoogleCloudVideointelligenceV1ExplicitContentFrame
|
503
|
+
# @private
|
504
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
505
|
+
property :pornography_likelihood, as: 'pornographyLikelihood'
|
506
|
+
property :time_offset, as: 'timeOffset'
|
507
|
+
end
|
508
|
+
end
|
509
|
+
|
510
|
+
class GoogleCloudVideointelligenceV1LabelAnnotation
|
511
|
+
# @private
|
512
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
513
|
+
collection :category_entities, as: 'categoryEntities', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1Entity, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1Entity::Representation
|
514
|
+
|
515
|
+
property :entity, as: 'entity', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1Entity, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1Entity::Representation
|
516
|
+
|
517
|
+
collection :frames, as: 'frames', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1LabelFrame, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1LabelFrame::Representation
|
518
|
+
|
519
|
+
collection :segments, as: 'segments', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1LabelSegment, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1LabelSegment::Representation
|
520
|
+
|
521
|
+
end
|
522
|
+
end
|
523
|
+
|
524
|
+
class GoogleCloudVideointelligenceV1LabelFrame
|
525
|
+
# @private
|
526
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
527
|
+
property :confidence, as: 'confidence'
|
528
|
+
property :time_offset, as: 'timeOffset'
|
529
|
+
end
|
530
|
+
end
|
531
|
+
|
532
|
+
class GoogleCloudVideointelligenceV1LabelSegment
|
533
|
+
# @private
|
534
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
535
|
+
property :confidence, as: 'confidence'
|
536
|
+
property :segment, as: 'segment', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1VideoSegment, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1VideoSegment::Representation
|
537
|
+
|
538
|
+
end
|
539
|
+
end
|
540
|
+
|
541
|
+
class GoogleCloudVideointelligenceV1SpeechRecognitionAlternative
|
542
|
+
# @private
|
543
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
544
|
+
property :confidence, as: 'confidence'
|
545
|
+
property :transcript, as: 'transcript'
|
546
|
+
collection :words, as: 'words', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1WordInfo, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1WordInfo::Representation
|
547
|
+
|
548
|
+
end
|
549
|
+
end
|
550
|
+
|
551
|
+
class GoogleCloudVideointelligenceV1SpeechTranscription
|
552
|
+
# @private
|
553
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
554
|
+
collection :alternatives, as: 'alternatives', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1SpeechRecognitionAlternative, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1SpeechRecognitionAlternative::Representation
|
555
|
+
|
556
|
+
property :language_code, as: 'languageCode'
|
557
|
+
end
|
558
|
+
end
|
559
|
+
|
560
|
+
class GoogleCloudVideointelligenceV1VideoAnnotationProgress
|
561
|
+
# @private
|
562
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
563
|
+
property :input_uri, as: 'inputUri'
|
564
|
+
property :progress_percent, as: 'progressPercent'
|
565
|
+
property :start_time, as: 'startTime'
|
566
|
+
property :update_time, as: 'updateTime'
|
567
|
+
end
|
568
|
+
end
|
569
|
+
|
570
|
+
class GoogleCloudVideointelligenceV1VideoAnnotationResults
|
571
|
+
# @private
|
572
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
573
|
+
property :error, as: 'error', class: Google::Apis::VideointelligenceV1p2beta1::GoogleRpcStatus, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleRpcStatus::Representation
|
574
|
+
|
575
|
+
property :explicit_annotation, as: 'explicitAnnotation', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1ExplicitContentAnnotation, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1ExplicitContentAnnotation::Representation
|
576
|
+
|
577
|
+
collection :frame_label_annotations, as: 'frameLabelAnnotations', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1LabelAnnotation, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1LabelAnnotation::Representation
|
578
|
+
|
579
|
+
property :input_uri, as: 'inputUri'
|
580
|
+
collection :segment_label_annotations, as: 'segmentLabelAnnotations', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1LabelAnnotation, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1LabelAnnotation::Representation
|
581
|
+
|
582
|
+
collection :shot_annotations, as: 'shotAnnotations', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1VideoSegment, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1VideoSegment::Representation
|
583
|
+
|
584
|
+
collection :shot_label_annotations, as: 'shotLabelAnnotations', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1LabelAnnotation, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1LabelAnnotation::Representation
|
585
|
+
|
586
|
+
collection :speech_transcriptions, as: 'speechTranscriptions', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1SpeechTranscription, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1SpeechTranscription::Representation
|
587
|
+
|
588
|
+
end
|
589
|
+
end
|
590
|
+
|
591
|
+
class GoogleCloudVideointelligenceV1VideoSegment
|
592
|
+
# @private
|
593
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
594
|
+
property :end_time_offset, as: 'endTimeOffset'
|
595
|
+
property :start_time_offset, as: 'startTimeOffset'
|
596
|
+
end
|
597
|
+
end
|
598
|
+
|
599
|
+
class GoogleCloudVideointelligenceV1WordInfo
|
600
|
+
# @private
|
601
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
602
|
+
property :confidence, as: 'confidence'
|
603
|
+
property :end_time, as: 'endTime'
|
604
|
+
property :speaker_tag, as: 'speakerTag'
|
605
|
+
property :start_time, as: 'startTime'
|
606
|
+
property :word, as: 'word'
|
607
|
+
end
|
608
|
+
end
|
609
|
+
|
610
|
+
class GoogleCloudVideointelligenceV1beta2AnnotateVideoProgress
|
611
|
+
# @private
|
612
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
613
|
+
collection :annotation_progress, as: 'annotationProgress', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1beta2VideoAnnotationProgress, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1beta2VideoAnnotationProgress::Representation
|
614
|
+
|
615
|
+
end
|
616
|
+
end
|
617
|
+
|
618
|
+
class GoogleCloudVideointelligenceV1beta2AnnotateVideoResponse
|
619
|
+
# @private
|
620
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
621
|
+
collection :annotation_results, as: 'annotationResults', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1beta2VideoAnnotationResults, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1beta2VideoAnnotationResults::Representation
|
622
|
+
|
623
|
+
end
|
624
|
+
end
|
625
|
+
|
626
|
+
class GoogleCloudVideointelligenceV1beta2Entity
|
627
|
+
# @private
|
628
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
629
|
+
property :description, as: 'description'
|
630
|
+
property :entity_id, as: 'entityId'
|
631
|
+
property :language_code, as: 'languageCode'
|
632
|
+
end
|
633
|
+
end
|
634
|
+
|
635
|
+
class GoogleCloudVideointelligenceV1beta2ExplicitContentAnnotation
|
636
|
+
# @private
|
637
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
638
|
+
collection :frames, as: 'frames', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1beta2ExplicitContentFrame, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1beta2ExplicitContentFrame::Representation
|
639
|
+
|
640
|
+
end
|
641
|
+
end
|
642
|
+
|
643
|
+
class GoogleCloudVideointelligenceV1beta2ExplicitContentFrame
|
644
|
+
# @private
|
645
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
646
|
+
property :pornography_likelihood, as: 'pornographyLikelihood'
|
647
|
+
property :time_offset, as: 'timeOffset'
|
648
|
+
end
|
649
|
+
end
|
650
|
+
|
651
|
+
class GoogleCloudVideointelligenceV1beta2LabelAnnotation
|
652
|
+
# @private
|
653
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
654
|
+
collection :category_entities, as: 'categoryEntities', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1beta2Entity, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1beta2Entity::Representation
|
655
|
+
|
656
|
+
property :entity, as: 'entity', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1beta2Entity, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1beta2Entity::Representation
|
657
|
+
|
658
|
+
collection :frames, as: 'frames', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1beta2LabelFrame, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1beta2LabelFrame::Representation
|
659
|
+
|
660
|
+
collection :segments, as: 'segments', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1beta2LabelSegment, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1beta2LabelSegment::Representation
|
661
|
+
|
662
|
+
end
|
663
|
+
end
|
664
|
+
|
665
|
+
class GoogleCloudVideointelligenceV1beta2LabelFrame
|
666
|
+
# @private
|
667
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
668
|
+
property :confidence, as: 'confidence'
|
669
|
+
property :time_offset, as: 'timeOffset'
|
670
|
+
end
|
671
|
+
end
|
672
|
+
|
673
|
+
class GoogleCloudVideointelligenceV1beta2LabelSegment
|
674
|
+
# @private
|
675
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
676
|
+
property :confidence, as: 'confidence'
|
677
|
+
property :segment, as: 'segment', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1beta2VideoSegment, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1beta2VideoSegment::Representation
|
678
|
+
|
679
|
+
end
|
680
|
+
end
|
681
|
+
|
682
|
+
class GoogleCloudVideointelligenceV1beta2SpeechRecognitionAlternative
|
683
|
+
# @private
|
684
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
685
|
+
property :confidence, as: 'confidence'
|
686
|
+
property :transcript, as: 'transcript'
|
687
|
+
collection :words, as: 'words', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1beta2WordInfo, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1beta2WordInfo::Representation
|
688
|
+
|
689
|
+
end
|
690
|
+
end
|
691
|
+
|
692
|
+
class GoogleCloudVideointelligenceV1beta2SpeechTranscription
|
693
|
+
# @private
|
694
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
695
|
+
collection :alternatives, as: 'alternatives', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1beta2SpeechRecognitionAlternative, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1beta2SpeechRecognitionAlternative::Representation
|
696
|
+
|
697
|
+
property :language_code, as: 'languageCode'
|
698
|
+
end
|
699
|
+
end
|
700
|
+
|
701
|
+
class GoogleCloudVideointelligenceV1beta2VideoAnnotationProgress
|
702
|
+
# @private
|
703
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
704
|
+
property :input_uri, as: 'inputUri'
|
705
|
+
property :progress_percent, as: 'progressPercent'
|
706
|
+
property :start_time, as: 'startTime'
|
707
|
+
property :update_time, as: 'updateTime'
|
708
|
+
end
|
709
|
+
end
|
710
|
+
|
711
|
+
class GoogleCloudVideointelligenceV1beta2VideoAnnotationResults
|
712
|
+
# @private
|
713
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
714
|
+
property :error, as: 'error', class: Google::Apis::VideointelligenceV1p2beta1::GoogleRpcStatus, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleRpcStatus::Representation
|
715
|
+
|
716
|
+
property :explicit_annotation, as: 'explicitAnnotation', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1beta2ExplicitContentAnnotation, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1beta2ExplicitContentAnnotation::Representation
|
717
|
+
|
718
|
+
collection :frame_label_annotations, as: 'frameLabelAnnotations', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1beta2LabelAnnotation, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1beta2LabelAnnotation::Representation
|
719
|
+
|
720
|
+
property :input_uri, as: 'inputUri'
|
721
|
+
collection :segment_label_annotations, as: 'segmentLabelAnnotations', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1beta2LabelAnnotation, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1beta2LabelAnnotation::Representation
|
722
|
+
|
723
|
+
collection :shot_annotations, as: 'shotAnnotations', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1beta2VideoSegment, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1beta2VideoSegment::Representation
|
724
|
+
|
725
|
+
collection :shot_label_annotations, as: 'shotLabelAnnotations', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1beta2LabelAnnotation, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1beta2LabelAnnotation::Representation
|
726
|
+
|
727
|
+
collection :speech_transcriptions, as: 'speechTranscriptions', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1beta2SpeechTranscription, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1beta2SpeechTranscription::Representation
|
728
|
+
|
729
|
+
end
|
730
|
+
end
|
731
|
+
|
732
|
+
class GoogleCloudVideointelligenceV1beta2VideoSegment
|
733
|
+
# @private
|
734
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
735
|
+
property :end_time_offset, as: 'endTimeOffset'
|
736
|
+
property :start_time_offset, as: 'startTimeOffset'
|
737
|
+
end
|
738
|
+
end
|
739
|
+
|
740
|
+
class GoogleCloudVideointelligenceV1beta2WordInfo
|
741
|
+
# @private
|
742
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
743
|
+
property :confidence, as: 'confidence'
|
744
|
+
property :end_time, as: 'endTime'
|
745
|
+
property :speaker_tag, as: 'speakerTag'
|
746
|
+
property :start_time, as: 'startTime'
|
747
|
+
property :word, as: 'word'
|
748
|
+
end
|
749
|
+
end
|
750
|
+
|
751
|
+
class GoogleCloudVideointelligenceV1p1beta1AnnotateVideoProgress
|
752
|
+
# @private
|
753
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
754
|
+
collection :annotation_progress, as: 'annotationProgress', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p1beta1VideoAnnotationProgress, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p1beta1VideoAnnotationProgress::Representation
|
755
|
+
|
756
|
+
end
|
757
|
+
end
|
758
|
+
|
759
|
+
class GoogleCloudVideointelligenceV1p1beta1AnnotateVideoResponse
|
760
|
+
# @private
|
761
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
762
|
+
collection :annotation_results, as: 'annotationResults', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p1beta1VideoAnnotationResults, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p1beta1VideoAnnotationResults::Representation
|
763
|
+
|
764
|
+
end
|
765
|
+
end
|
766
|
+
|
767
|
+
class GoogleCloudVideointelligenceV1p1beta1Entity
|
768
|
+
# @private
|
769
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
770
|
+
property :description, as: 'description'
|
771
|
+
property :entity_id, as: 'entityId'
|
772
|
+
property :language_code, as: 'languageCode'
|
773
|
+
end
|
774
|
+
end
|
775
|
+
|
776
|
+
class GoogleCloudVideointelligenceV1p1beta1ExplicitContentAnnotation
|
777
|
+
# @private
|
778
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
779
|
+
collection :frames, as: 'frames', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p1beta1ExplicitContentFrame, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p1beta1ExplicitContentFrame::Representation
|
780
|
+
|
781
|
+
end
|
782
|
+
end
|
783
|
+
|
784
|
+
class GoogleCloudVideointelligenceV1p1beta1ExplicitContentFrame
|
785
|
+
# @private
|
786
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
787
|
+
property :pornography_likelihood, as: 'pornographyLikelihood'
|
788
|
+
property :time_offset, as: 'timeOffset'
|
789
|
+
end
|
790
|
+
end
|
791
|
+
|
792
|
+
class GoogleCloudVideointelligenceV1p1beta1LabelAnnotation
|
793
|
+
# @private
|
794
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
795
|
+
collection :category_entities, as: 'categoryEntities', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p1beta1Entity, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p1beta1Entity::Representation
|
796
|
+
|
797
|
+
property :entity, as: 'entity', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p1beta1Entity, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p1beta1Entity::Representation
|
798
|
+
|
799
|
+
collection :frames, as: 'frames', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p1beta1LabelFrame, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p1beta1LabelFrame::Representation
|
800
|
+
|
801
|
+
collection :segments, as: 'segments', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p1beta1LabelSegment, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p1beta1LabelSegment::Representation
|
802
|
+
|
803
|
+
end
|
804
|
+
end
|
805
|
+
|
806
|
+
class GoogleCloudVideointelligenceV1p1beta1LabelFrame
|
807
|
+
# @private
|
808
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
809
|
+
property :confidence, as: 'confidence'
|
810
|
+
property :time_offset, as: 'timeOffset'
|
811
|
+
end
|
812
|
+
end
|
813
|
+
|
814
|
+
class GoogleCloudVideointelligenceV1p1beta1LabelSegment
|
815
|
+
# @private
|
816
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
817
|
+
property :confidence, as: 'confidence'
|
818
|
+
property :segment, as: 'segment', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p1beta1VideoSegment, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p1beta1VideoSegment::Representation
|
819
|
+
|
820
|
+
end
|
821
|
+
end
|
822
|
+
|
823
|
+
class GoogleCloudVideointelligenceV1p1beta1SpeechRecognitionAlternative
|
824
|
+
# @private
|
825
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
826
|
+
property :confidence, as: 'confidence'
|
827
|
+
property :transcript, as: 'transcript'
|
828
|
+
collection :words, as: 'words', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p1beta1WordInfo, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p1beta1WordInfo::Representation
|
829
|
+
|
830
|
+
end
|
831
|
+
end
|
832
|
+
|
833
|
+
class GoogleCloudVideointelligenceV1p1beta1SpeechTranscription
|
834
|
+
# @private
|
835
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
836
|
+
collection :alternatives, as: 'alternatives', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p1beta1SpeechRecognitionAlternative, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p1beta1SpeechRecognitionAlternative::Representation
|
837
|
+
|
838
|
+
property :language_code, as: 'languageCode'
|
839
|
+
end
|
840
|
+
end
|
841
|
+
|
842
|
+
class GoogleCloudVideointelligenceV1p1beta1VideoAnnotationProgress
|
843
|
+
# @private
|
844
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
845
|
+
property :input_uri, as: 'inputUri'
|
846
|
+
property :progress_percent, as: 'progressPercent'
|
847
|
+
property :start_time, as: 'startTime'
|
848
|
+
property :update_time, as: 'updateTime'
|
849
|
+
end
|
850
|
+
end
|
851
|
+
|
852
|
+
class GoogleCloudVideointelligenceV1p1beta1VideoAnnotationResults
|
853
|
+
# @private
|
854
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
855
|
+
property :error, as: 'error', class: Google::Apis::VideointelligenceV1p2beta1::GoogleRpcStatus, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleRpcStatus::Representation
|
856
|
+
|
857
|
+
property :explicit_annotation, as: 'explicitAnnotation', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p1beta1ExplicitContentAnnotation, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p1beta1ExplicitContentAnnotation::Representation
|
858
|
+
|
859
|
+
collection :frame_label_annotations, as: 'frameLabelAnnotations', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p1beta1LabelAnnotation, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p1beta1LabelAnnotation::Representation
|
860
|
+
|
861
|
+
property :input_uri, as: 'inputUri'
|
862
|
+
collection :segment_label_annotations, as: 'segmentLabelAnnotations', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p1beta1LabelAnnotation, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p1beta1LabelAnnotation::Representation
|
863
|
+
|
864
|
+
collection :shot_annotations, as: 'shotAnnotations', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p1beta1VideoSegment, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p1beta1VideoSegment::Representation
|
865
|
+
|
866
|
+
collection :shot_label_annotations, as: 'shotLabelAnnotations', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p1beta1LabelAnnotation, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p1beta1LabelAnnotation::Representation
|
867
|
+
|
868
|
+
collection :speech_transcriptions, as: 'speechTranscriptions', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p1beta1SpeechTranscription, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p1beta1SpeechTranscription::Representation
|
869
|
+
|
870
|
+
end
|
871
|
+
end
|
872
|
+
|
873
|
+
class GoogleCloudVideointelligenceV1p1beta1VideoSegment
|
874
|
+
# @private
|
875
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
876
|
+
property :end_time_offset, as: 'endTimeOffset'
|
877
|
+
property :start_time_offset, as: 'startTimeOffset'
|
878
|
+
end
|
879
|
+
end
|
880
|
+
|
881
|
+
class GoogleCloudVideointelligenceV1p1beta1WordInfo
|
882
|
+
# @private
|
883
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
884
|
+
property :confidence, as: 'confidence'
|
885
|
+
property :end_time, as: 'endTime'
|
886
|
+
property :speaker_tag, as: 'speakerTag'
|
887
|
+
property :start_time, as: 'startTime'
|
888
|
+
property :word, as: 'word'
|
889
|
+
end
|
890
|
+
end
|
891
|
+
|
892
|
+
class GoogleCloudVideointelligenceV1p2beta1AnnotateVideoProgress
|
893
|
+
# @private
|
894
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
895
|
+
collection :annotation_progress, as: 'annotationProgress', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p2beta1VideoAnnotationProgress, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p2beta1VideoAnnotationProgress::Representation
|
896
|
+
|
897
|
+
end
|
898
|
+
end
|
899
|
+
|
900
|
+
class GoogleCloudVideointelligenceV1p2beta1AnnotateVideoRequest
|
901
|
+
# @private
|
902
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
903
|
+
collection :features, as: 'features'
|
904
|
+
property :input_content, :base64 => true, as: 'inputContent'
|
905
|
+
property :input_uri, as: 'inputUri'
|
906
|
+
property :location_id, as: 'locationId'
|
907
|
+
property :output_uri, as: 'outputUri'
|
908
|
+
property :video_context, as: 'videoContext', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p2beta1VideoContext, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p2beta1VideoContext::Representation
|
909
|
+
|
910
|
+
end
|
911
|
+
end
|
912
|
+
|
913
|
+
class GoogleCloudVideointelligenceV1p2beta1AnnotateVideoResponse
|
914
|
+
# @private
|
915
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
916
|
+
collection :annotation_results, as: 'annotationResults', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p2beta1VideoAnnotationResults, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p2beta1VideoAnnotationResults::Representation
|
917
|
+
|
918
|
+
end
|
919
|
+
end
|
920
|
+
|
921
|
+
class GoogleCloudVideointelligenceV1p2beta1Entity
|
922
|
+
# @private
|
923
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
924
|
+
property :description, as: 'description'
|
925
|
+
property :entity_id, as: 'entityId'
|
926
|
+
property :language_code, as: 'languageCode'
|
927
|
+
end
|
928
|
+
end
|
929
|
+
|
930
|
+
class GoogleCloudVideointelligenceV1p2beta1ExplicitContentAnnotation
|
931
|
+
# @private
|
932
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
933
|
+
collection :frames, as: 'frames', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p2beta1ExplicitContentFrame, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p2beta1ExplicitContentFrame::Representation
|
934
|
+
|
935
|
+
end
|
936
|
+
end
|
937
|
+
|
938
|
+
class GoogleCloudVideointelligenceV1p2beta1ExplicitContentDetectionConfig
|
939
|
+
# @private
|
940
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
941
|
+
property :model, as: 'model'
|
942
|
+
end
|
943
|
+
end
|
944
|
+
|
945
|
+
class GoogleCloudVideointelligenceV1p2beta1ExplicitContentFrame
|
946
|
+
# @private
|
947
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
948
|
+
property :pornography_likelihood, as: 'pornographyLikelihood'
|
949
|
+
property :time_offset, as: 'timeOffset'
|
950
|
+
end
|
951
|
+
end
|
952
|
+
|
953
|
+
class GoogleCloudVideointelligenceV1p2beta1LabelAnnotation
|
954
|
+
# @private
|
955
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
956
|
+
collection :category_entities, as: 'categoryEntities', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p2beta1Entity, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p2beta1Entity::Representation
|
957
|
+
|
958
|
+
property :entity, as: 'entity', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p2beta1Entity, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p2beta1Entity::Representation
|
959
|
+
|
960
|
+
collection :frames, as: 'frames', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p2beta1LabelFrame, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p2beta1LabelFrame::Representation
|
961
|
+
|
962
|
+
collection :segments, as: 'segments', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p2beta1LabelSegment, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p2beta1LabelSegment::Representation
|
963
|
+
|
964
|
+
end
|
965
|
+
end
|
966
|
+
|
967
|
+
class GoogleCloudVideointelligenceV1p2beta1LabelDetectionConfig
|
968
|
+
# @private
|
969
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
970
|
+
property :label_detection_mode, as: 'labelDetectionMode'
|
971
|
+
property :model, as: 'model'
|
972
|
+
property :stationary_camera, as: 'stationaryCamera'
|
973
|
+
end
|
974
|
+
end
|
975
|
+
|
976
|
+
class GoogleCloudVideointelligenceV1p2beta1LabelFrame
|
977
|
+
# @private
|
978
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
979
|
+
property :confidence, as: 'confidence'
|
980
|
+
property :time_offset, as: 'timeOffset'
|
981
|
+
end
|
982
|
+
end
|
983
|
+
|
984
|
+
class GoogleCloudVideointelligenceV1p2beta1LabelSegment
|
985
|
+
# @private
|
986
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
987
|
+
property :confidence, as: 'confidence'
|
988
|
+
property :segment, as: 'segment', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p2beta1VideoSegment, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p2beta1VideoSegment::Representation
|
989
|
+
|
990
|
+
end
|
991
|
+
end
|
992
|
+
|
993
|
+
class GoogleCloudVideointelligenceV1p2beta1NormalizedBoundingBox
|
994
|
+
# @private
|
995
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
996
|
+
property :bottom, as: 'bottom'
|
997
|
+
property :left, as: 'left'
|
998
|
+
property :right, as: 'right'
|
999
|
+
property :top, as: 'top'
|
1000
|
+
end
|
1001
|
+
end
|
1002
|
+
|
1003
|
+
class GoogleCloudVideointelligenceV1p2beta1NormalizedBoundingPoly
|
1004
|
+
# @private
|
1005
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1006
|
+
collection :vertices, as: 'vertices', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p2beta1NormalizedVertex, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p2beta1NormalizedVertex::Representation
|
1007
|
+
|
1008
|
+
end
|
1009
|
+
end
|
1010
|
+
|
1011
|
+
class GoogleCloudVideointelligenceV1p2beta1NormalizedVertex
|
1012
|
+
# @private
|
1013
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1014
|
+
property :x, as: 'x'
|
1015
|
+
property :y, as: 'y'
|
1016
|
+
end
|
1017
|
+
end
|
1018
|
+
|
1019
|
+
class GoogleCloudVideointelligenceV1p2beta1ObjectTrackingAnnotation
|
1020
|
+
# @private
|
1021
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1022
|
+
property :confidence, as: 'confidence'
|
1023
|
+
property :entity, as: 'entity', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p2beta1Entity, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p2beta1Entity::Representation
|
1024
|
+
|
1025
|
+
collection :frames, as: 'frames', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p2beta1ObjectTrackingFrame, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p2beta1ObjectTrackingFrame::Representation
|
1026
|
+
|
1027
|
+
property :segment, as: 'segment', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p2beta1VideoSegment, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p2beta1VideoSegment::Representation
|
1028
|
+
|
1029
|
+
property :track_id, :numeric_string => true, as: 'trackId'
|
1030
|
+
end
|
1031
|
+
end
|
1032
|
+
|
1033
|
+
class GoogleCloudVideointelligenceV1p2beta1ObjectTrackingFrame
|
1034
|
+
# @private
|
1035
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1036
|
+
property :normalized_bounding_box, as: 'normalizedBoundingBox', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p2beta1NormalizedBoundingBox, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p2beta1NormalizedBoundingBox::Representation
|
1037
|
+
|
1038
|
+
property :time_offset, as: 'timeOffset'
|
1039
|
+
end
|
1040
|
+
end
|
1041
|
+
|
1042
|
+
class GoogleCloudVideointelligenceV1p2beta1ShotChangeDetectionConfig
|
1043
|
+
# @private
|
1044
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1045
|
+
property :model, as: 'model'
|
1046
|
+
end
|
1047
|
+
end
|
1048
|
+
|
1049
|
+
class GoogleCloudVideointelligenceV1p2beta1SpeechContext
|
1050
|
+
# @private
|
1051
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1052
|
+
collection :phrases, as: 'phrases'
|
1053
|
+
end
|
1054
|
+
end
|
1055
|
+
|
1056
|
+
class GoogleCloudVideointelligenceV1p2beta1SpeechRecognitionAlternative
|
1057
|
+
# @private
|
1058
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1059
|
+
property :confidence, as: 'confidence'
|
1060
|
+
property :transcript, as: 'transcript'
|
1061
|
+
collection :words, as: 'words', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p2beta1WordInfo, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p2beta1WordInfo::Representation
|
1062
|
+
|
1063
|
+
end
|
1064
|
+
end
|
1065
|
+
|
1066
|
+
class GoogleCloudVideointelligenceV1p2beta1SpeechTranscription
|
1067
|
+
# @private
|
1068
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1069
|
+
collection :alternatives, as: 'alternatives', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p2beta1SpeechRecognitionAlternative, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p2beta1SpeechRecognitionAlternative::Representation
|
1070
|
+
|
1071
|
+
property :language_code, as: 'languageCode'
|
1072
|
+
end
|
1073
|
+
end
|
1074
|
+
|
1075
|
+
class GoogleCloudVideointelligenceV1p2beta1SpeechTranscriptionConfig
|
1076
|
+
# @private
|
1077
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1078
|
+
collection :audio_tracks, as: 'audioTracks'
|
1079
|
+
property :diarization_speaker_count, as: 'diarizationSpeakerCount'
|
1080
|
+
property :enable_automatic_punctuation, as: 'enableAutomaticPunctuation'
|
1081
|
+
property :enable_speaker_diarization, as: 'enableSpeakerDiarization'
|
1082
|
+
property :enable_word_confidence, as: 'enableWordConfidence'
|
1083
|
+
property :filter_profanity, as: 'filterProfanity'
|
1084
|
+
property :language_code, as: 'languageCode'
|
1085
|
+
property :max_alternatives, as: 'maxAlternatives'
|
1086
|
+
collection :speech_contexts, as: 'speechContexts', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p2beta1SpeechContext, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p2beta1SpeechContext::Representation
|
1087
|
+
|
1088
|
+
end
|
1089
|
+
end
|
1090
|
+
|
1091
|
+
class GoogleCloudVideointelligenceV1p2beta1TextAnnotation
|
1092
|
+
# @private
|
1093
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1094
|
+
collection :segments, as: 'segments', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p2beta1TextSegment, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p2beta1TextSegment::Representation
|
1095
|
+
|
1096
|
+
property :text, as: 'text'
|
1097
|
+
end
|
1098
|
+
end
|
1099
|
+
|
1100
|
+
class GoogleCloudVideointelligenceV1p2beta1TextDetectionConfig
|
1101
|
+
# @private
|
1102
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1103
|
+
collection :language_hints, as: 'languageHints'
|
1104
|
+
end
|
1105
|
+
end
|
1106
|
+
|
1107
|
+
class GoogleCloudVideointelligenceV1p2beta1TextFrame
|
1108
|
+
# @private
|
1109
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1110
|
+
property :rotated_bounding_box, as: 'rotatedBoundingBox', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p2beta1NormalizedBoundingPoly, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p2beta1NormalizedBoundingPoly::Representation
|
1111
|
+
|
1112
|
+
property :time_offset, as: 'timeOffset'
|
1113
|
+
end
|
1114
|
+
end
|
1115
|
+
|
1116
|
+
class GoogleCloudVideointelligenceV1p2beta1TextSegment
|
1117
|
+
# @private
|
1118
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1119
|
+
property :confidence, as: 'confidence'
|
1120
|
+
collection :frames, as: 'frames', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p2beta1TextFrame, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p2beta1TextFrame::Representation
|
1121
|
+
|
1122
|
+
property :segment, as: 'segment', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p2beta1VideoSegment, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p2beta1VideoSegment::Representation
|
1123
|
+
|
1124
|
+
end
|
1125
|
+
end
|
1126
|
+
|
1127
|
+
class GoogleCloudVideointelligenceV1p2beta1VideoAnnotationProgress
|
1128
|
+
# @private
|
1129
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1130
|
+
property :input_uri, as: 'inputUri'
|
1131
|
+
property :progress_percent, as: 'progressPercent'
|
1132
|
+
property :start_time, as: 'startTime'
|
1133
|
+
property :update_time, as: 'updateTime'
|
1134
|
+
end
|
1135
|
+
end
|
1136
|
+
|
1137
|
+
class GoogleCloudVideointelligenceV1p2beta1VideoAnnotationResults
|
1138
|
+
# @private
|
1139
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1140
|
+
property :error, as: 'error', class: Google::Apis::VideointelligenceV1p2beta1::GoogleRpcStatus, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleRpcStatus::Representation
|
1141
|
+
|
1142
|
+
property :explicit_annotation, as: 'explicitAnnotation', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p2beta1ExplicitContentAnnotation, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p2beta1ExplicitContentAnnotation::Representation
|
1143
|
+
|
1144
|
+
collection :frame_label_annotations, as: 'frameLabelAnnotations', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p2beta1LabelAnnotation, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p2beta1LabelAnnotation::Representation
|
1145
|
+
|
1146
|
+
property :input_uri, as: 'inputUri'
|
1147
|
+
collection :object_annotations, as: 'objectAnnotations', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p2beta1ObjectTrackingAnnotation, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p2beta1ObjectTrackingAnnotation::Representation
|
1148
|
+
|
1149
|
+
collection :segment_label_annotations, as: 'segmentLabelAnnotations', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p2beta1LabelAnnotation, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p2beta1LabelAnnotation::Representation
|
1150
|
+
|
1151
|
+
collection :shot_annotations, as: 'shotAnnotations', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p2beta1VideoSegment, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p2beta1VideoSegment::Representation
|
1152
|
+
|
1153
|
+
collection :shot_label_annotations, as: 'shotLabelAnnotations', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p2beta1LabelAnnotation, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p2beta1LabelAnnotation::Representation
|
1154
|
+
|
1155
|
+
collection :speech_transcriptions, as: 'speechTranscriptions', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p2beta1SpeechTranscription, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p2beta1SpeechTranscription::Representation
|
1156
|
+
|
1157
|
+
collection :text_annotations, as: 'textAnnotations', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p2beta1TextAnnotation, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p2beta1TextAnnotation::Representation
|
1158
|
+
|
1159
|
+
end
|
1160
|
+
end
|
1161
|
+
|
1162
|
+
class GoogleCloudVideointelligenceV1p2beta1VideoContext
|
1163
|
+
# @private
|
1164
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1165
|
+
property :explicit_content_detection_config, as: 'explicitContentDetectionConfig', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p2beta1ExplicitContentDetectionConfig, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p2beta1ExplicitContentDetectionConfig::Representation
|
1166
|
+
|
1167
|
+
property :label_detection_config, as: 'labelDetectionConfig', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p2beta1LabelDetectionConfig, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p2beta1LabelDetectionConfig::Representation
|
1168
|
+
|
1169
|
+
collection :segments, as: 'segments', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p2beta1VideoSegment, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p2beta1VideoSegment::Representation
|
1170
|
+
|
1171
|
+
property :shot_change_detection_config, as: 'shotChangeDetectionConfig', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p2beta1ShotChangeDetectionConfig, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p2beta1ShotChangeDetectionConfig::Representation
|
1172
|
+
|
1173
|
+
property :speech_transcription_config, as: 'speechTranscriptionConfig', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p2beta1SpeechTranscriptionConfig, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p2beta1SpeechTranscriptionConfig::Representation
|
1174
|
+
|
1175
|
+
property :text_detection_config, as: 'textDetectionConfig', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p2beta1TextDetectionConfig, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p2beta1TextDetectionConfig::Representation
|
1176
|
+
|
1177
|
+
end
|
1178
|
+
end
|
1179
|
+
|
1180
|
+
class GoogleCloudVideointelligenceV1p2beta1VideoSegment
|
1181
|
+
# @private
|
1182
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1183
|
+
property :end_time_offset, as: 'endTimeOffset'
|
1184
|
+
property :start_time_offset, as: 'startTimeOffset'
|
1185
|
+
end
|
1186
|
+
end
|
1187
|
+
|
1188
|
+
class GoogleCloudVideointelligenceV1p2beta1WordInfo
|
1189
|
+
# @private
|
1190
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1191
|
+
property :confidence, as: 'confidence'
|
1192
|
+
property :end_time, as: 'endTime'
|
1193
|
+
property :speaker_tag, as: 'speakerTag'
|
1194
|
+
property :start_time, as: 'startTime'
|
1195
|
+
property :word, as: 'word'
|
1196
|
+
end
|
1197
|
+
end
|
1198
|
+
|
1199
|
+
class GoogleLongrunningOperation
|
1200
|
+
# @private
|
1201
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1202
|
+
property :done, as: 'done'
|
1203
|
+
property :error, as: 'error', class: Google::Apis::VideointelligenceV1p2beta1::GoogleRpcStatus, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleRpcStatus::Representation
|
1204
|
+
|
1205
|
+
hash :metadata, as: 'metadata'
|
1206
|
+
property :name, as: 'name'
|
1207
|
+
hash :response, as: 'response'
|
1208
|
+
end
|
1209
|
+
end
|
1210
|
+
|
1211
|
+
class GoogleRpcStatus
|
1212
|
+
# @private
|
1213
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1214
|
+
property :code, as: 'code'
|
1215
|
+
collection :details, as: 'details'
|
1216
|
+
property :message, as: 'message'
|
1217
|
+
end
|
1218
|
+
end
|
1219
|
+
end
|
1220
|
+
end
|
1221
|
+
end
|