google-api-client 0.16.0 → 0.17.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +18 -0
- data/generated/google/apis/adexchangebuyer2_v2beta1.rb +1 -1
- data/generated/google/apis/adexchangebuyer2_v2beta1/classes.rb +13 -0
- data/generated/google/apis/adexchangebuyer2_v2beta1/representations.rb +1 -0
- data/generated/google/apis/adexchangebuyer2_v2beta1/service.rb +6 -1
- data/generated/google/apis/bigquery_v2.rb +1 -1
- data/generated/google/apis/bigquery_v2/classes.rb +1 -1
- data/generated/google/apis/cloudfunctions_v1.rb +1 -1
- data/generated/google/apis/cloudfunctions_v1/classes.rb +13 -1
- data/generated/google/apis/cloudfunctions_v1/representations.rb +2 -0
- data/generated/google/apis/cloudfunctions_v1beta2.rb +1 -1
- data/generated/google/apis/cloudfunctions_v1beta2/classes.rb +13 -1
- data/generated/google/apis/cloudfunctions_v1beta2/representations.rb +2 -0
- data/generated/google/apis/container_v1beta1.rb +1 -1
- data/generated/google/apis/container_v1beta1/classes.rb +52 -0
- data/generated/google/apis/container_v1beta1/representations.rb +17 -0
- data/generated/google/apis/container_v1beta1/service.rb +78 -0
- data/generated/google/apis/content_v2.rb +1 -1
- data/generated/google/apis/content_v2/classes.rb +6 -11
- data/generated/google/apis/content_v2/representations.rb +0 -1
- data/generated/google/apis/content_v2sandbox.rb +1 -1
- data/generated/google/apis/content_v2sandbox/classes.rb +6 -11
- data/generated/google/apis/content_v2sandbox/representations.rb +0 -1
- data/generated/google/apis/dataproc_v1.rb +1 -1
- data/generated/google/apis/dataproc_v1/service.rb +3 -3
- data/generated/google/apis/dataproc_v1beta2.rb +1 -1
- data/generated/google/apis/dataproc_v1beta2/service.rb +3 -3
- data/generated/google/apis/videointelligence_v1beta1.rb +1 -1
- data/generated/google/apis/videointelligence_v1beta1/classes.rb +149 -51
- data/generated/google/apis/videointelligence_v1beta1/representations.rb +66 -16
- data/generated/google/apis/vision_v1.rb +1 -1
- data/generated/google/apis/vision_v1/classes.rb +439 -563
- data/generated/google/apis/vision_v1/representations.rb +178 -178
- data/generated/google/apis/vision_v1/service.rb +8 -8
- data/generated/google/apis/youtube_partner_v1.rb +1 -1
- data/generated/google/apis/youtube_v3.rb +1 -1
- data/lib/google/apis/version.rb +1 -1
- metadata +2 -6
- data/generated/google/apis/cloudmonitoring_v2beta2.rb +0 -37
- data/generated/google/apis/cloudmonitoring_v2beta2/classes.rb +0 -679
- data/generated/google/apis/cloudmonitoring_v2beta2/representations.rb +0 -353
- data/generated/google/apis/cloudmonitoring_v2beta2/service.rb +0 -453
@@ -22,424 +22,398 @@ module Google
|
|
22
22
|
module Apis
|
23
23
|
module VisionV1
|
24
24
|
|
25
|
-
class
|
25
|
+
class GoogleCloudVisionV1AnnotateImageRequest
|
26
26
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
27
27
|
|
28
28
|
include Google::Apis::Core::JsonObjectSupport
|
29
29
|
end
|
30
30
|
|
31
|
-
class
|
31
|
+
class GoogleCloudVisionV1AnnotateImageResponse
|
32
32
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
33
33
|
|
34
34
|
include Google::Apis::Core::JsonObjectSupport
|
35
35
|
end
|
36
36
|
|
37
|
-
class
|
37
|
+
class GoogleCloudVisionV1BatchAnnotateImagesRequest
|
38
38
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
39
39
|
|
40
40
|
include Google::Apis::Core::JsonObjectSupport
|
41
41
|
end
|
42
42
|
|
43
|
-
class
|
43
|
+
class GoogleCloudVisionV1BatchAnnotateImagesResponse
|
44
44
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
45
45
|
|
46
46
|
include Google::Apis::Core::JsonObjectSupport
|
47
47
|
end
|
48
48
|
|
49
|
-
class
|
49
|
+
class GoogleCloudVisionV1Block
|
50
50
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
51
51
|
|
52
52
|
include Google::Apis::Core::JsonObjectSupport
|
53
53
|
end
|
54
54
|
|
55
|
-
class
|
55
|
+
class GoogleCloudVisionV1BoundingPoly
|
56
56
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
57
57
|
|
58
58
|
include Google::Apis::Core::JsonObjectSupport
|
59
59
|
end
|
60
60
|
|
61
|
-
class
|
61
|
+
class GoogleCloudVisionV1ColorInfo
|
62
62
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
63
63
|
|
64
64
|
include Google::Apis::Core::JsonObjectSupport
|
65
65
|
end
|
66
66
|
|
67
|
-
class
|
67
|
+
class GoogleCloudVisionV1CropHint
|
68
68
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
69
69
|
|
70
70
|
include Google::Apis::Core::JsonObjectSupport
|
71
71
|
end
|
72
72
|
|
73
|
-
class
|
73
|
+
class GoogleCloudVisionV1CropHintsAnnotation
|
74
74
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
75
75
|
|
76
76
|
include Google::Apis::Core::JsonObjectSupport
|
77
77
|
end
|
78
78
|
|
79
|
-
class
|
79
|
+
class GoogleCloudVisionV1CropHintsParams
|
80
80
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
81
81
|
|
82
82
|
include Google::Apis::Core::JsonObjectSupport
|
83
83
|
end
|
84
84
|
|
85
|
-
class
|
85
|
+
class GoogleCloudVisionV1DominantColorsAnnotation
|
86
86
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
87
87
|
|
88
88
|
include Google::Apis::Core::JsonObjectSupport
|
89
89
|
end
|
90
90
|
|
91
|
-
class
|
91
|
+
class GoogleCloudVisionV1EntityAnnotation
|
92
92
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
93
93
|
|
94
94
|
include Google::Apis::Core::JsonObjectSupport
|
95
95
|
end
|
96
96
|
|
97
|
-
class
|
97
|
+
class GoogleCloudVisionV1FaceAnnotation
|
98
98
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
99
99
|
|
100
100
|
include Google::Apis::Core::JsonObjectSupport
|
101
101
|
end
|
102
102
|
|
103
|
-
class
|
103
|
+
class GoogleCloudVisionV1FaceAnnotationLandmark
|
104
104
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
105
105
|
|
106
106
|
include Google::Apis::Core::JsonObjectSupport
|
107
107
|
end
|
108
108
|
|
109
|
-
class
|
109
|
+
class GoogleCloudVisionV1Feature
|
110
110
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
111
111
|
|
112
112
|
include Google::Apis::Core::JsonObjectSupport
|
113
113
|
end
|
114
114
|
|
115
|
-
class
|
115
|
+
class GoogleCloudVisionV1Image
|
116
116
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
117
117
|
|
118
118
|
include Google::Apis::Core::JsonObjectSupport
|
119
119
|
end
|
120
120
|
|
121
|
-
class
|
121
|
+
class GoogleCloudVisionV1ImageContext
|
122
122
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
123
123
|
|
124
124
|
include Google::Apis::Core::JsonObjectSupport
|
125
125
|
end
|
126
126
|
|
127
|
-
class
|
127
|
+
class GoogleCloudVisionV1ImageProperties
|
128
128
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
129
129
|
|
130
130
|
include Google::Apis::Core::JsonObjectSupport
|
131
131
|
end
|
132
132
|
|
133
|
-
class
|
133
|
+
class GoogleCloudVisionV1ImageSource
|
134
134
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
135
135
|
|
136
136
|
include Google::Apis::Core::JsonObjectSupport
|
137
137
|
end
|
138
138
|
|
139
|
-
class
|
139
|
+
class GoogleCloudVisionV1LatLongRect
|
140
140
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
141
141
|
|
142
142
|
include Google::Apis::Core::JsonObjectSupport
|
143
143
|
end
|
144
144
|
|
145
|
-
class
|
145
|
+
class GoogleCloudVisionV1LocationInfo
|
146
146
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
147
147
|
|
148
148
|
include Google::Apis::Core::JsonObjectSupport
|
149
149
|
end
|
150
150
|
|
151
|
-
class
|
151
|
+
class GoogleCloudVisionV1Page
|
152
152
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
153
153
|
|
154
154
|
include Google::Apis::Core::JsonObjectSupport
|
155
155
|
end
|
156
156
|
|
157
|
-
class
|
157
|
+
class GoogleCloudVisionV1Paragraph
|
158
158
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
159
159
|
|
160
160
|
include Google::Apis::Core::JsonObjectSupport
|
161
161
|
end
|
162
162
|
|
163
|
-
class
|
163
|
+
class GoogleCloudVisionV1Position
|
164
164
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
165
165
|
|
166
166
|
include Google::Apis::Core::JsonObjectSupport
|
167
167
|
end
|
168
168
|
|
169
|
-
class
|
169
|
+
class GoogleCloudVisionV1Property
|
170
170
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
171
171
|
|
172
172
|
include Google::Apis::Core::JsonObjectSupport
|
173
173
|
end
|
174
174
|
|
175
|
-
class
|
175
|
+
class GoogleCloudVisionV1SafeSearchAnnotation
|
176
176
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
177
177
|
|
178
178
|
include Google::Apis::Core::JsonObjectSupport
|
179
179
|
end
|
180
180
|
|
181
|
-
class
|
181
|
+
class GoogleCloudVisionV1Symbol
|
182
182
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
183
183
|
|
184
184
|
include Google::Apis::Core::JsonObjectSupport
|
185
185
|
end
|
186
186
|
|
187
|
-
class
|
187
|
+
class GoogleCloudVisionV1TextAnnotation
|
188
188
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
189
189
|
|
190
190
|
include Google::Apis::Core::JsonObjectSupport
|
191
191
|
end
|
192
192
|
|
193
|
-
class
|
193
|
+
class GoogleCloudVisionV1TextAnnotationDetectedBreak
|
194
194
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
195
195
|
|
196
196
|
include Google::Apis::Core::JsonObjectSupport
|
197
197
|
end
|
198
198
|
|
199
|
-
class
|
199
|
+
class GoogleCloudVisionV1TextAnnotationDetectedLanguage
|
200
200
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
201
201
|
|
202
202
|
include Google::Apis::Core::JsonObjectSupport
|
203
203
|
end
|
204
204
|
|
205
|
-
class
|
205
|
+
class GoogleCloudVisionV1TextAnnotationTextProperty
|
206
206
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
207
207
|
|
208
208
|
include Google::Apis::Core::JsonObjectSupport
|
209
209
|
end
|
210
210
|
|
211
|
-
class
|
211
|
+
class GoogleCloudVisionV1Vertex
|
212
212
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
213
213
|
|
214
214
|
include Google::Apis::Core::JsonObjectSupport
|
215
215
|
end
|
216
216
|
|
217
|
-
class
|
217
|
+
class GoogleCloudVisionV1WebDetection
|
218
218
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
219
219
|
|
220
220
|
include Google::Apis::Core::JsonObjectSupport
|
221
221
|
end
|
222
222
|
|
223
|
-
class
|
223
|
+
class GoogleCloudVisionV1WebDetectionWebEntity
|
224
224
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
225
225
|
|
226
226
|
include Google::Apis::Core::JsonObjectSupport
|
227
227
|
end
|
228
228
|
|
229
|
-
class
|
229
|
+
class GoogleCloudVisionV1WebDetectionWebImage
|
230
230
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
231
231
|
|
232
232
|
include Google::Apis::Core::JsonObjectSupport
|
233
233
|
end
|
234
234
|
|
235
|
-
class
|
235
|
+
class GoogleCloudVisionV1WebDetectionWebPage
|
236
236
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
237
237
|
|
238
238
|
include Google::Apis::Core::JsonObjectSupport
|
239
239
|
end
|
240
240
|
|
241
|
-
class
|
241
|
+
class GoogleCloudVisionV1Word
|
242
242
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
243
243
|
|
244
244
|
include Google::Apis::Core::JsonObjectSupport
|
245
245
|
end
|
246
246
|
|
247
|
-
class
|
247
|
+
class GoogleRpcStatus
|
248
248
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
249
249
|
|
250
250
|
include Google::Apis::Core::JsonObjectSupport
|
251
251
|
end
|
252
252
|
|
253
|
-
class
|
253
|
+
class GoogleTypeColor
|
254
254
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
255
255
|
|
256
256
|
include Google::Apis::Core::JsonObjectSupport
|
257
257
|
end
|
258
258
|
|
259
|
-
class
|
259
|
+
class GoogleTypeLatLng
|
260
260
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
261
261
|
|
262
262
|
include Google::Apis::Core::JsonObjectSupport
|
263
263
|
end
|
264
264
|
|
265
|
-
class
|
265
|
+
class GoogleCloudVisionV1AnnotateImageRequest
|
266
266
|
# @private
|
267
267
|
class Representation < Google::Apis::Core::JsonRepresentation
|
268
|
-
collection :features, as: 'features', class: Google::Apis::VisionV1::
|
268
|
+
collection :features, as: 'features', class: Google::Apis::VisionV1::GoogleCloudVisionV1Feature, decorator: Google::Apis::VisionV1::GoogleCloudVisionV1Feature::Representation
|
269
269
|
|
270
|
-
property :image, as: 'image', class: Google::Apis::VisionV1::
|
270
|
+
property :image, as: 'image', class: Google::Apis::VisionV1::GoogleCloudVisionV1Image, decorator: Google::Apis::VisionV1::GoogleCloudVisionV1Image::Representation
|
271
271
|
|
272
|
-
property :image_context, as: 'imageContext', class: Google::Apis::VisionV1::
|
272
|
+
property :image_context, as: 'imageContext', class: Google::Apis::VisionV1::GoogleCloudVisionV1ImageContext, decorator: Google::Apis::VisionV1::GoogleCloudVisionV1ImageContext::Representation
|
273
273
|
|
274
274
|
end
|
275
275
|
end
|
276
276
|
|
277
|
-
class
|
277
|
+
class GoogleCloudVisionV1AnnotateImageResponse
|
278
278
|
# @private
|
279
279
|
class Representation < Google::Apis::Core::JsonRepresentation
|
280
|
-
property :crop_hints_annotation, as: 'cropHintsAnnotation', class: Google::Apis::VisionV1::
|
280
|
+
property :crop_hints_annotation, as: 'cropHintsAnnotation', class: Google::Apis::VisionV1::GoogleCloudVisionV1CropHintsAnnotation, decorator: Google::Apis::VisionV1::GoogleCloudVisionV1CropHintsAnnotation::Representation
|
281
281
|
|
282
|
-
property :error, as: 'error', class: Google::Apis::VisionV1::
|
282
|
+
property :error, as: 'error', class: Google::Apis::VisionV1::GoogleRpcStatus, decorator: Google::Apis::VisionV1::GoogleRpcStatus::Representation
|
283
283
|
|
284
|
-
collection :face_annotations, as: 'faceAnnotations', class: Google::Apis::VisionV1::
|
284
|
+
collection :face_annotations, as: 'faceAnnotations', class: Google::Apis::VisionV1::GoogleCloudVisionV1FaceAnnotation, decorator: Google::Apis::VisionV1::GoogleCloudVisionV1FaceAnnotation::Representation
|
285
285
|
|
286
|
-
property :full_text_annotation, as: 'fullTextAnnotation', class: Google::Apis::VisionV1::
|
286
|
+
property :full_text_annotation, as: 'fullTextAnnotation', class: Google::Apis::VisionV1::GoogleCloudVisionV1TextAnnotation, decorator: Google::Apis::VisionV1::GoogleCloudVisionV1TextAnnotation::Representation
|
287
287
|
|
288
|
-
property :image_properties_annotation, as: 'imagePropertiesAnnotation', class: Google::Apis::VisionV1::
|
288
|
+
property :image_properties_annotation, as: 'imagePropertiesAnnotation', class: Google::Apis::VisionV1::GoogleCloudVisionV1ImageProperties, decorator: Google::Apis::VisionV1::GoogleCloudVisionV1ImageProperties::Representation
|
289
289
|
|
290
|
-
collection :label_annotations, as: 'labelAnnotations', class: Google::Apis::VisionV1::
|
290
|
+
collection :label_annotations, as: 'labelAnnotations', class: Google::Apis::VisionV1::GoogleCloudVisionV1EntityAnnotation, decorator: Google::Apis::VisionV1::GoogleCloudVisionV1EntityAnnotation::Representation
|
291
291
|
|
292
|
-
collection :landmark_annotations, as: 'landmarkAnnotations', class: Google::Apis::VisionV1::
|
292
|
+
collection :landmark_annotations, as: 'landmarkAnnotations', class: Google::Apis::VisionV1::GoogleCloudVisionV1EntityAnnotation, decorator: Google::Apis::VisionV1::GoogleCloudVisionV1EntityAnnotation::Representation
|
293
293
|
|
294
|
-
collection :logo_annotations, as: 'logoAnnotations', class: Google::Apis::VisionV1::
|
294
|
+
collection :logo_annotations, as: 'logoAnnotations', class: Google::Apis::VisionV1::GoogleCloudVisionV1EntityAnnotation, decorator: Google::Apis::VisionV1::GoogleCloudVisionV1EntityAnnotation::Representation
|
295
295
|
|
296
|
-
property :safe_search_annotation, as: 'safeSearchAnnotation', class: Google::Apis::VisionV1::
|
296
|
+
property :safe_search_annotation, as: 'safeSearchAnnotation', class: Google::Apis::VisionV1::GoogleCloudVisionV1SafeSearchAnnotation, decorator: Google::Apis::VisionV1::GoogleCloudVisionV1SafeSearchAnnotation::Representation
|
297
297
|
|
298
|
-
collection :text_annotations, as: 'textAnnotations', class: Google::Apis::VisionV1::
|
298
|
+
collection :text_annotations, as: 'textAnnotations', class: Google::Apis::VisionV1::GoogleCloudVisionV1EntityAnnotation, decorator: Google::Apis::VisionV1::GoogleCloudVisionV1EntityAnnotation::Representation
|
299
299
|
|
300
|
-
property :web_detection, as: 'webDetection', class: Google::Apis::VisionV1::
|
300
|
+
property :web_detection, as: 'webDetection', class: Google::Apis::VisionV1::GoogleCloudVisionV1WebDetection, decorator: Google::Apis::VisionV1::GoogleCloudVisionV1WebDetection::Representation
|
301
301
|
|
302
302
|
end
|
303
303
|
end
|
304
304
|
|
305
|
-
class
|
305
|
+
class GoogleCloudVisionV1BatchAnnotateImagesRequest
|
306
306
|
# @private
|
307
307
|
class Representation < Google::Apis::Core::JsonRepresentation
|
308
|
-
collection :requests, as: 'requests', class: Google::Apis::VisionV1::
|
308
|
+
collection :requests, as: 'requests', class: Google::Apis::VisionV1::GoogleCloudVisionV1AnnotateImageRequest, decorator: Google::Apis::VisionV1::GoogleCloudVisionV1AnnotateImageRequest::Representation
|
309
309
|
|
310
310
|
end
|
311
311
|
end
|
312
312
|
|
313
|
-
class
|
313
|
+
class GoogleCloudVisionV1BatchAnnotateImagesResponse
|
314
314
|
# @private
|
315
315
|
class Representation < Google::Apis::Core::JsonRepresentation
|
316
|
-
collection :responses, as: 'responses', class: Google::Apis::VisionV1::
|
316
|
+
collection :responses, as: 'responses', class: Google::Apis::VisionV1::GoogleCloudVisionV1AnnotateImageResponse, decorator: Google::Apis::VisionV1::GoogleCloudVisionV1AnnotateImageResponse::Representation
|
317
317
|
|
318
318
|
end
|
319
319
|
end
|
320
320
|
|
321
|
-
class
|
321
|
+
class GoogleCloudVisionV1Block
|
322
322
|
# @private
|
323
323
|
class Representation < Google::Apis::Core::JsonRepresentation
|
324
324
|
property :block_type, as: 'blockType'
|
325
|
-
property :bounding_box, as: 'boundingBox', class: Google::Apis::VisionV1::
|
325
|
+
property :bounding_box, as: 'boundingBox', class: Google::Apis::VisionV1::GoogleCloudVisionV1BoundingPoly, decorator: Google::Apis::VisionV1::GoogleCloudVisionV1BoundingPoly::Representation
|
326
326
|
|
327
|
-
collection :paragraphs, as: 'paragraphs', class: Google::Apis::VisionV1::
|
327
|
+
collection :paragraphs, as: 'paragraphs', class: Google::Apis::VisionV1::GoogleCloudVisionV1Paragraph, decorator: Google::Apis::VisionV1::GoogleCloudVisionV1Paragraph::Representation
|
328
328
|
|
329
|
-
property :property, as: 'property', class: Google::Apis::VisionV1::
|
329
|
+
property :property, as: 'property', class: Google::Apis::VisionV1::GoogleCloudVisionV1TextAnnotationTextProperty, decorator: Google::Apis::VisionV1::GoogleCloudVisionV1TextAnnotationTextProperty::Representation
|
330
330
|
|
331
331
|
end
|
332
332
|
end
|
333
333
|
|
334
|
-
class
|
334
|
+
class GoogleCloudVisionV1BoundingPoly
|
335
335
|
# @private
|
336
336
|
class Representation < Google::Apis::Core::JsonRepresentation
|
337
|
-
collection :vertices, as: 'vertices', class: Google::Apis::VisionV1::
|
337
|
+
collection :vertices, as: 'vertices', class: Google::Apis::VisionV1::GoogleCloudVisionV1Vertex, decorator: Google::Apis::VisionV1::GoogleCloudVisionV1Vertex::Representation
|
338
338
|
|
339
339
|
end
|
340
340
|
end
|
341
341
|
|
342
|
-
class
|
342
|
+
class GoogleCloudVisionV1ColorInfo
|
343
343
|
# @private
|
344
344
|
class Representation < Google::Apis::Core::JsonRepresentation
|
345
|
-
property :
|
346
|
-
property :blue, as: 'blue'
|
347
|
-
property :green, as: 'green'
|
348
|
-
property :red, as: 'red'
|
349
|
-
end
|
350
|
-
end
|
351
|
-
|
352
|
-
class ColorInfo
|
353
|
-
# @private
|
354
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
355
|
-
property :color, as: 'color', class: Google::Apis::VisionV1::Color, decorator: Google::Apis::VisionV1::Color::Representation
|
345
|
+
property :color, as: 'color', class: Google::Apis::VisionV1::GoogleTypeColor, decorator: Google::Apis::VisionV1::GoogleTypeColor::Representation
|
356
346
|
|
357
347
|
property :pixel_fraction, as: 'pixelFraction'
|
358
348
|
property :score, as: 'score'
|
359
349
|
end
|
360
350
|
end
|
361
351
|
|
362
|
-
class
|
352
|
+
class GoogleCloudVisionV1CropHint
|
363
353
|
# @private
|
364
354
|
class Representation < Google::Apis::Core::JsonRepresentation
|
365
|
-
property :bounding_poly, as: 'boundingPoly', class: Google::Apis::VisionV1::
|
355
|
+
property :bounding_poly, as: 'boundingPoly', class: Google::Apis::VisionV1::GoogleCloudVisionV1BoundingPoly, decorator: Google::Apis::VisionV1::GoogleCloudVisionV1BoundingPoly::Representation
|
366
356
|
|
367
357
|
property :confidence, as: 'confidence'
|
368
358
|
property :importance_fraction, as: 'importanceFraction'
|
369
359
|
end
|
370
360
|
end
|
371
361
|
|
372
|
-
class
|
362
|
+
class GoogleCloudVisionV1CropHintsAnnotation
|
373
363
|
# @private
|
374
364
|
class Representation < Google::Apis::Core::JsonRepresentation
|
375
|
-
collection :crop_hints, as: 'cropHints', class: Google::Apis::VisionV1::
|
365
|
+
collection :crop_hints, as: 'cropHints', class: Google::Apis::VisionV1::GoogleCloudVisionV1CropHint, decorator: Google::Apis::VisionV1::GoogleCloudVisionV1CropHint::Representation
|
376
366
|
|
377
367
|
end
|
378
368
|
end
|
379
369
|
|
380
|
-
class
|
370
|
+
class GoogleCloudVisionV1CropHintsParams
|
381
371
|
# @private
|
382
372
|
class Representation < Google::Apis::Core::JsonRepresentation
|
383
373
|
collection :aspect_ratios, as: 'aspectRatios'
|
384
374
|
end
|
385
375
|
end
|
386
376
|
|
387
|
-
class
|
388
|
-
# @private
|
389
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
390
|
-
property :is_prefix, as: 'isPrefix'
|
391
|
-
property :type, as: 'type'
|
392
|
-
end
|
393
|
-
end
|
394
|
-
|
395
|
-
class DetectedLanguage
|
396
|
-
# @private
|
397
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
398
|
-
property :confidence, as: 'confidence'
|
399
|
-
property :language_code, as: 'languageCode'
|
400
|
-
end
|
401
|
-
end
|
402
|
-
|
403
|
-
class DominantColorsAnnotation
|
377
|
+
class GoogleCloudVisionV1DominantColorsAnnotation
|
404
378
|
# @private
|
405
379
|
class Representation < Google::Apis::Core::JsonRepresentation
|
406
|
-
collection :colors, as: 'colors', class: Google::Apis::VisionV1::
|
380
|
+
collection :colors, as: 'colors', class: Google::Apis::VisionV1::GoogleCloudVisionV1ColorInfo, decorator: Google::Apis::VisionV1::GoogleCloudVisionV1ColorInfo::Representation
|
407
381
|
|
408
382
|
end
|
409
383
|
end
|
410
384
|
|
411
|
-
class
|
385
|
+
class GoogleCloudVisionV1EntityAnnotation
|
412
386
|
# @private
|
413
387
|
class Representation < Google::Apis::Core::JsonRepresentation
|
414
|
-
property :bounding_poly, as: 'boundingPoly', class: Google::Apis::VisionV1::
|
388
|
+
property :bounding_poly, as: 'boundingPoly', class: Google::Apis::VisionV1::GoogleCloudVisionV1BoundingPoly, decorator: Google::Apis::VisionV1::GoogleCloudVisionV1BoundingPoly::Representation
|
415
389
|
|
416
390
|
property :confidence, as: 'confidence'
|
417
391
|
property :description, as: 'description'
|
418
392
|
property :locale, as: 'locale'
|
419
|
-
collection :locations, as: 'locations', class: Google::Apis::VisionV1::
|
393
|
+
collection :locations, as: 'locations', class: Google::Apis::VisionV1::GoogleCloudVisionV1LocationInfo, decorator: Google::Apis::VisionV1::GoogleCloudVisionV1LocationInfo::Representation
|
420
394
|
|
421
395
|
property :mid, as: 'mid'
|
422
|
-
collection :properties, as: 'properties', class: Google::Apis::VisionV1::
|
396
|
+
collection :properties, as: 'properties', class: Google::Apis::VisionV1::GoogleCloudVisionV1Property, decorator: Google::Apis::VisionV1::GoogleCloudVisionV1Property::Representation
|
423
397
|
|
424
398
|
property :score, as: 'score'
|
425
399
|
property :topicality, as: 'topicality'
|
426
400
|
end
|
427
401
|
end
|
428
402
|
|
429
|
-
class
|
403
|
+
class GoogleCloudVisionV1FaceAnnotation
|
430
404
|
# @private
|
431
405
|
class Representation < Google::Apis::Core::JsonRepresentation
|
432
406
|
property :anger_likelihood, as: 'angerLikelihood'
|
433
407
|
property :blurred_likelihood, as: 'blurredLikelihood'
|
434
|
-
property :bounding_poly, as: 'boundingPoly', class: Google::Apis::VisionV1::
|
408
|
+
property :bounding_poly, as: 'boundingPoly', class: Google::Apis::VisionV1::GoogleCloudVisionV1BoundingPoly, decorator: Google::Apis::VisionV1::GoogleCloudVisionV1BoundingPoly::Representation
|
435
409
|
|
436
410
|
property :detection_confidence, as: 'detectionConfidence'
|
437
|
-
property :fd_bounding_poly, as: 'fdBoundingPoly', class: Google::Apis::VisionV1::
|
411
|
+
property :fd_bounding_poly, as: 'fdBoundingPoly', class: Google::Apis::VisionV1::GoogleCloudVisionV1BoundingPoly, decorator: Google::Apis::VisionV1::GoogleCloudVisionV1BoundingPoly::Representation
|
438
412
|
|
439
413
|
property :headwear_likelihood, as: 'headwearLikelihood'
|
440
414
|
property :joy_likelihood, as: 'joyLikelihood'
|
441
415
|
property :landmarking_confidence, as: 'landmarkingConfidence'
|
442
|
-
collection :landmarks, as: 'landmarks', class: Google::Apis::VisionV1::
|
416
|
+
collection :landmarks, as: 'landmarks', class: Google::Apis::VisionV1::GoogleCloudVisionV1FaceAnnotationLandmark, decorator: Google::Apis::VisionV1::GoogleCloudVisionV1FaceAnnotationLandmark::Representation
|
443
417
|
|
444
418
|
property :pan_angle, as: 'panAngle'
|
445
419
|
property :roll_angle, as: 'rollAngle'
|
@@ -450,110 +424,102 @@ module Google
|
|
450
424
|
end
|
451
425
|
end
|
452
426
|
|
453
|
-
class
|
427
|
+
class GoogleCloudVisionV1FaceAnnotationLandmark
|
454
428
|
# @private
|
455
429
|
class Representation < Google::Apis::Core::JsonRepresentation
|
456
|
-
property :
|
430
|
+
property :position, as: 'position', class: Google::Apis::VisionV1::GoogleCloudVisionV1Position, decorator: Google::Apis::VisionV1::GoogleCloudVisionV1Position::Representation
|
431
|
+
|
457
432
|
property :type, as: 'type'
|
458
433
|
end
|
459
434
|
end
|
460
435
|
|
461
|
-
class
|
436
|
+
class GoogleCloudVisionV1Feature
|
462
437
|
# @private
|
463
438
|
class Representation < Google::Apis::Core::JsonRepresentation
|
464
|
-
property :
|
465
|
-
property :
|
466
|
-
|
439
|
+
property :max_results, as: 'maxResults'
|
440
|
+
property :type, as: 'type'
|
467
441
|
end
|
468
442
|
end
|
469
443
|
|
470
|
-
class
|
444
|
+
class GoogleCloudVisionV1Image
|
471
445
|
# @private
|
472
446
|
class Representation < Google::Apis::Core::JsonRepresentation
|
473
|
-
property :
|
474
|
-
|
475
|
-
collection :language_hints, as: 'languageHints'
|
476
|
-
property :lat_long_rect, as: 'latLongRect', class: Google::Apis::VisionV1::LatLongRect, decorator: Google::Apis::VisionV1::LatLongRect::Representation
|
447
|
+
property :content, :base64 => true, as: 'content'
|
448
|
+
property :source, as: 'source', class: Google::Apis::VisionV1::GoogleCloudVisionV1ImageSource, decorator: Google::Apis::VisionV1::GoogleCloudVisionV1ImageSource::Representation
|
477
449
|
|
478
450
|
end
|
479
451
|
end
|
480
452
|
|
481
|
-
class
|
453
|
+
class GoogleCloudVisionV1ImageContext
|
482
454
|
# @private
|
483
455
|
class Representation < Google::Apis::Core::JsonRepresentation
|
484
|
-
property :
|
456
|
+
property :crop_hints_params, as: 'cropHintsParams', class: Google::Apis::VisionV1::GoogleCloudVisionV1CropHintsParams, decorator: Google::Apis::VisionV1::GoogleCloudVisionV1CropHintsParams::Representation
|
485
457
|
|
486
|
-
|
487
|
-
|
458
|
+
collection :language_hints, as: 'languageHints'
|
459
|
+
property :lat_long_rect, as: 'latLongRect', class: Google::Apis::VisionV1::GoogleCloudVisionV1LatLongRect, decorator: Google::Apis::VisionV1::GoogleCloudVisionV1LatLongRect::Representation
|
488
460
|
|
489
|
-
class ImageSource
|
490
|
-
# @private
|
491
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
492
|
-
property :gcs_image_uri, as: 'gcsImageUri'
|
493
|
-
property :image_uri, as: 'imageUri'
|
494
461
|
end
|
495
462
|
end
|
496
463
|
|
497
|
-
class
|
464
|
+
class GoogleCloudVisionV1ImageProperties
|
498
465
|
# @private
|
499
466
|
class Representation < Google::Apis::Core::JsonRepresentation
|
500
|
-
property :
|
467
|
+
property :dominant_colors, as: 'dominantColors', class: Google::Apis::VisionV1::GoogleCloudVisionV1DominantColorsAnnotation, decorator: Google::Apis::VisionV1::GoogleCloudVisionV1DominantColorsAnnotation::Representation
|
501
468
|
|
502
|
-
property :type, as: 'type'
|
503
469
|
end
|
504
470
|
end
|
505
471
|
|
506
|
-
class
|
472
|
+
class GoogleCloudVisionV1ImageSource
|
507
473
|
# @private
|
508
474
|
class Representation < Google::Apis::Core::JsonRepresentation
|
509
|
-
property :
|
510
|
-
property :
|
475
|
+
property :gcs_image_uri, as: 'gcsImageUri'
|
476
|
+
property :image_uri, as: 'imageUri'
|
511
477
|
end
|
512
478
|
end
|
513
479
|
|
514
|
-
class
|
480
|
+
class GoogleCloudVisionV1LatLongRect
|
515
481
|
# @private
|
516
482
|
class Representation < Google::Apis::Core::JsonRepresentation
|
517
|
-
property :max_lat_lng, as: 'maxLatLng', class: Google::Apis::VisionV1::
|
483
|
+
property :max_lat_lng, as: 'maxLatLng', class: Google::Apis::VisionV1::GoogleTypeLatLng, decorator: Google::Apis::VisionV1::GoogleTypeLatLng::Representation
|
518
484
|
|
519
|
-
property :min_lat_lng, as: 'minLatLng', class: Google::Apis::VisionV1::
|
485
|
+
property :min_lat_lng, as: 'minLatLng', class: Google::Apis::VisionV1::GoogleTypeLatLng, decorator: Google::Apis::VisionV1::GoogleTypeLatLng::Representation
|
520
486
|
|
521
487
|
end
|
522
488
|
end
|
523
489
|
|
524
|
-
class
|
490
|
+
class GoogleCloudVisionV1LocationInfo
|
525
491
|
# @private
|
526
492
|
class Representation < Google::Apis::Core::JsonRepresentation
|
527
|
-
property :lat_lng, as: 'latLng', class: Google::Apis::VisionV1::
|
493
|
+
property :lat_lng, as: 'latLng', class: Google::Apis::VisionV1::GoogleTypeLatLng, decorator: Google::Apis::VisionV1::GoogleTypeLatLng::Representation
|
528
494
|
|
529
495
|
end
|
530
496
|
end
|
531
497
|
|
532
|
-
class
|
498
|
+
class GoogleCloudVisionV1Page
|
533
499
|
# @private
|
534
500
|
class Representation < Google::Apis::Core::JsonRepresentation
|
535
|
-
collection :blocks, as: 'blocks', class: Google::Apis::VisionV1::
|
501
|
+
collection :blocks, as: 'blocks', class: Google::Apis::VisionV1::GoogleCloudVisionV1Block, decorator: Google::Apis::VisionV1::GoogleCloudVisionV1Block::Representation
|
536
502
|
|
537
503
|
property :height, as: 'height'
|
538
|
-
property :property, as: 'property', class: Google::Apis::VisionV1::
|
504
|
+
property :property, as: 'property', class: Google::Apis::VisionV1::GoogleCloudVisionV1TextAnnotationTextProperty, decorator: Google::Apis::VisionV1::GoogleCloudVisionV1TextAnnotationTextProperty::Representation
|
539
505
|
|
540
506
|
property :width, as: 'width'
|
541
507
|
end
|
542
508
|
end
|
543
509
|
|
544
|
-
class
|
510
|
+
class GoogleCloudVisionV1Paragraph
|
545
511
|
# @private
|
546
512
|
class Representation < Google::Apis::Core::JsonRepresentation
|
547
|
-
property :bounding_box, as: 'boundingBox', class: Google::Apis::VisionV1::
|
513
|
+
property :bounding_box, as: 'boundingBox', class: Google::Apis::VisionV1::GoogleCloudVisionV1BoundingPoly, decorator: Google::Apis::VisionV1::GoogleCloudVisionV1BoundingPoly::Representation
|
548
514
|
|
549
|
-
property :property, as: 'property', class: Google::Apis::VisionV1::
|
515
|
+
property :property, as: 'property', class: Google::Apis::VisionV1::GoogleCloudVisionV1TextAnnotationTextProperty, decorator: Google::Apis::VisionV1::GoogleCloudVisionV1TextAnnotationTextProperty::Representation
|
550
516
|
|
551
|
-
collection :words, as: 'words', class: Google::Apis::VisionV1::
|
517
|
+
collection :words, as: 'words', class: Google::Apis::VisionV1::GoogleCloudVisionV1Word, decorator: Google::Apis::VisionV1::GoogleCloudVisionV1Word::Representation
|
552
518
|
|
553
519
|
end
|
554
520
|
end
|
555
521
|
|
556
|
-
class
|
522
|
+
class GoogleCloudVisionV1Position
|
557
523
|
# @private
|
558
524
|
class Representation < Google::Apis::Core::JsonRepresentation
|
559
525
|
property :x, as: 'x'
|
@@ -562,7 +528,7 @@ module Google
|
|
562
528
|
end
|
563
529
|
end
|
564
530
|
|
565
|
-
class
|
531
|
+
class GoogleCloudVisionV1Property
|
566
532
|
# @private
|
567
533
|
class Representation < Google::Apis::Core::JsonRepresentation
|
568
534
|
property :name, as: 'name'
|
@@ -571,7 +537,7 @@ module Google
|
|
571
537
|
end
|
572
538
|
end
|
573
539
|
|
574
|
-
class
|
540
|
+
class GoogleCloudVisionV1SafeSearchAnnotation
|
575
541
|
# @private
|
576
542
|
class Representation < Google::Apis::Core::JsonRepresentation
|
577
543
|
property :adult, as: 'adult'
|
@@ -581,46 +547,53 @@ module Google
|
|
581
547
|
end
|
582
548
|
end
|
583
549
|
|
584
|
-
class
|
550
|
+
class GoogleCloudVisionV1Symbol
|
585
551
|
# @private
|
586
552
|
class Representation < Google::Apis::Core::JsonRepresentation
|
587
|
-
property :
|
588
|
-
|
589
|
-
property :
|
553
|
+
property :bounding_box, as: 'boundingBox', class: Google::Apis::VisionV1::GoogleCloudVisionV1BoundingPoly, decorator: Google::Apis::VisionV1::GoogleCloudVisionV1BoundingPoly::Representation
|
554
|
+
|
555
|
+
property :property, as: 'property', class: Google::Apis::VisionV1::GoogleCloudVisionV1TextAnnotationTextProperty, decorator: Google::Apis::VisionV1::GoogleCloudVisionV1TextAnnotationTextProperty::Representation
|
556
|
+
|
557
|
+
property :text, as: 'text'
|
590
558
|
end
|
591
559
|
end
|
592
560
|
|
593
|
-
class
|
561
|
+
class GoogleCloudVisionV1TextAnnotation
|
594
562
|
# @private
|
595
563
|
class Representation < Google::Apis::Core::JsonRepresentation
|
596
|
-
|
597
|
-
|
598
|
-
property :property, as: 'property', class: Google::Apis::VisionV1::TextProperty, decorator: Google::Apis::VisionV1::TextProperty::Representation
|
564
|
+
collection :pages, as: 'pages', class: Google::Apis::VisionV1::GoogleCloudVisionV1Page, decorator: Google::Apis::VisionV1::GoogleCloudVisionV1Page::Representation
|
599
565
|
|
600
566
|
property :text, as: 'text'
|
601
567
|
end
|
602
568
|
end
|
603
569
|
|
604
|
-
class
|
570
|
+
class GoogleCloudVisionV1TextAnnotationDetectedBreak
|
605
571
|
# @private
|
606
572
|
class Representation < Google::Apis::Core::JsonRepresentation
|
607
|
-
|
573
|
+
property :is_prefix, as: 'isPrefix'
|
574
|
+
property :type, as: 'type'
|
575
|
+
end
|
576
|
+
end
|
608
577
|
|
609
|
-
|
578
|
+
class GoogleCloudVisionV1TextAnnotationDetectedLanguage
|
579
|
+
# @private
|
580
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
581
|
+
property :confidence, as: 'confidence'
|
582
|
+
property :language_code, as: 'languageCode'
|
610
583
|
end
|
611
584
|
end
|
612
585
|
|
613
|
-
class
|
586
|
+
class GoogleCloudVisionV1TextAnnotationTextProperty
|
614
587
|
# @private
|
615
588
|
class Representation < Google::Apis::Core::JsonRepresentation
|
616
|
-
property :detected_break, as: 'detectedBreak', class: Google::Apis::VisionV1::
|
589
|
+
property :detected_break, as: 'detectedBreak', class: Google::Apis::VisionV1::GoogleCloudVisionV1TextAnnotationDetectedBreak, decorator: Google::Apis::VisionV1::GoogleCloudVisionV1TextAnnotationDetectedBreak::Representation
|
617
590
|
|
618
|
-
collection :detected_languages, as: 'detectedLanguages', class: Google::Apis::VisionV1::
|
591
|
+
collection :detected_languages, as: 'detectedLanguages', class: Google::Apis::VisionV1::GoogleCloudVisionV1TextAnnotationDetectedLanguage, decorator: Google::Apis::VisionV1::GoogleCloudVisionV1TextAnnotationDetectedLanguage::Representation
|
619
592
|
|
620
593
|
end
|
621
594
|
end
|
622
595
|
|
623
|
-
class
|
596
|
+
class GoogleCloudVisionV1Vertex
|
624
597
|
# @private
|
625
598
|
class Representation < Google::Apis::Core::JsonRepresentation
|
626
599
|
property :x, as: 'x'
|
@@ -628,23 +601,23 @@ module Google
|
|
628
601
|
end
|
629
602
|
end
|
630
603
|
|
631
|
-
class
|
604
|
+
class GoogleCloudVisionV1WebDetection
|
632
605
|
# @private
|
633
606
|
class Representation < Google::Apis::Core::JsonRepresentation
|
634
|
-
collection :full_matching_images, as: 'fullMatchingImages', class: Google::Apis::VisionV1::
|
607
|
+
collection :full_matching_images, as: 'fullMatchingImages', class: Google::Apis::VisionV1::GoogleCloudVisionV1WebDetectionWebImage, decorator: Google::Apis::VisionV1::GoogleCloudVisionV1WebDetectionWebImage::Representation
|
635
608
|
|
636
|
-
collection :pages_with_matching_images, as: 'pagesWithMatchingImages', class: Google::Apis::VisionV1::
|
609
|
+
collection :pages_with_matching_images, as: 'pagesWithMatchingImages', class: Google::Apis::VisionV1::GoogleCloudVisionV1WebDetectionWebPage, decorator: Google::Apis::VisionV1::GoogleCloudVisionV1WebDetectionWebPage::Representation
|
637
610
|
|
638
|
-
collection :partial_matching_images, as: 'partialMatchingImages', class: Google::Apis::VisionV1::
|
611
|
+
collection :partial_matching_images, as: 'partialMatchingImages', class: Google::Apis::VisionV1::GoogleCloudVisionV1WebDetectionWebImage, decorator: Google::Apis::VisionV1::GoogleCloudVisionV1WebDetectionWebImage::Representation
|
639
612
|
|
640
|
-
collection :visually_similar_images, as: 'visuallySimilarImages', class: Google::Apis::VisionV1::
|
613
|
+
collection :visually_similar_images, as: 'visuallySimilarImages', class: Google::Apis::VisionV1::GoogleCloudVisionV1WebDetectionWebImage, decorator: Google::Apis::VisionV1::GoogleCloudVisionV1WebDetectionWebImage::Representation
|
641
614
|
|
642
|
-
collection :web_entities, as: 'webEntities', class: Google::Apis::VisionV1::
|
615
|
+
collection :web_entities, as: 'webEntities', class: Google::Apis::VisionV1::GoogleCloudVisionV1WebDetectionWebEntity, decorator: Google::Apis::VisionV1::GoogleCloudVisionV1WebDetectionWebEntity::Representation
|
643
616
|
|
644
617
|
end
|
645
618
|
end
|
646
619
|
|
647
|
-
class
|
620
|
+
class GoogleCloudVisionV1WebDetectionWebEntity
|
648
621
|
# @private
|
649
622
|
class Representation < Google::Apis::Core::JsonRepresentation
|
650
623
|
property :description, as: 'description'
|
@@ -653,7 +626,7 @@ module Google
|
|
653
626
|
end
|
654
627
|
end
|
655
628
|
|
656
|
-
class
|
629
|
+
class GoogleCloudVisionV1WebDetectionWebImage
|
657
630
|
# @private
|
658
631
|
class Representation < Google::Apis::Core::JsonRepresentation
|
659
632
|
property :score, as: 'score'
|
@@ -661,7 +634,7 @@ module Google
|
|
661
634
|
end
|
662
635
|
end
|
663
636
|
|
664
|
-
class
|
637
|
+
class GoogleCloudVisionV1WebDetectionWebPage
|
665
638
|
# @private
|
666
639
|
class Representation < Google::Apis::Core::JsonRepresentation
|
667
640
|
property :score, as: 'score'
|
@@ -669,15 +642,42 @@ module Google
|
|
669
642
|
end
|
670
643
|
end
|
671
644
|
|
672
|
-
class
|
645
|
+
class GoogleCloudVisionV1Word
|
673
646
|
# @private
|
674
647
|
class Representation < Google::Apis::Core::JsonRepresentation
|
675
|
-
property :bounding_box, as: 'boundingBox', class: Google::Apis::VisionV1::
|
648
|
+
property :bounding_box, as: 'boundingBox', class: Google::Apis::VisionV1::GoogleCloudVisionV1BoundingPoly, decorator: Google::Apis::VisionV1::GoogleCloudVisionV1BoundingPoly::Representation
|
649
|
+
|
650
|
+
property :property, as: 'property', class: Google::Apis::VisionV1::GoogleCloudVisionV1TextAnnotationTextProperty, decorator: Google::Apis::VisionV1::GoogleCloudVisionV1TextAnnotationTextProperty::Representation
|
651
|
+
|
652
|
+
collection :symbols, as: 'symbols', class: Google::Apis::VisionV1::GoogleCloudVisionV1Symbol, decorator: Google::Apis::VisionV1::GoogleCloudVisionV1Symbol::Representation
|
653
|
+
|
654
|
+
end
|
655
|
+
end
|
676
656
|
|
677
|
-
|
657
|
+
class GoogleRpcStatus
|
658
|
+
# @private
|
659
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
660
|
+
property :code, as: 'code'
|
661
|
+
collection :details, as: 'details'
|
662
|
+
property :message, as: 'message'
|
663
|
+
end
|
664
|
+
end
|
678
665
|
|
679
|
-
|
666
|
+
class GoogleTypeColor
|
667
|
+
# @private
|
668
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
669
|
+
property :alpha, as: 'alpha'
|
670
|
+
property :blue, as: 'blue'
|
671
|
+
property :green, as: 'green'
|
672
|
+
property :red, as: 'red'
|
673
|
+
end
|
674
|
+
end
|
680
675
|
|
676
|
+
class GoogleTypeLatLng
|
677
|
+
# @private
|
678
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
679
|
+
property :latitude, as: 'latitude'
|
680
|
+
property :longitude, as: 'longitude'
|
681
681
|
end
|
682
682
|
end
|
683
683
|
end
|