-
Notifications
You must be signed in to change notification settings - Fork 2.3k
/
vision_gapic.yaml
640 lines (640 loc) · 18.9 KB
/
vision_gapic.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
type: com.google.api.codegen.ConfigProto
config_schema_version: 1.0.0
language_settings:
java:
package_name: com.google.cloud.vision.v1
release_level: GA
python:
package_name: google.cloud.vision_v1.gapic
go:
package_name: cloud.google.com/go/vision/apiv1
release_level: GA
csharp:
package_name: Google.Cloud.Vision.V1
release_level: GA
ruby:
package_name: Google::Cloud::Vision::V1
php:
package_name: Google\Cloud\Vision\V1
nodejs:
package_name: vision.v1
domain_layer_location: google-cloud
interfaces:
- name: google.cloud.vision.v1.ImageAnnotator
smoke_test:
method: BatchAnnotateImages
init_fields:
- requests[0].image.source.gcs_image_uri="gs://gapic-toolkit/President_Barack_Obama.jpg"
- requests[0].features[0].type=FACE_DETECTION
collections: []
retry_codes_def:
- name: idempotent
retry_codes:
- DEADLINE_EXCEEDED
- UNAVAILABLE
- name: non_idempotent
retry_codes: []
retry_params_def:
- name: default
initial_retry_delay_millis: 100
retry_delay_multiplier: 1.3
max_retry_delay_millis: 60000
initial_rpc_timeout_millis: 60000
rpc_timeout_multiplier: 1
max_rpc_timeout_millis: 60000
total_timeout_millis: 600000
methods:
- name: BatchAnnotateImages
flattening:
groups:
- parameters:
- requests
required_fields:
- requests
retry_codes_name: idempotent
retry_params_name: default
timeout_millis: 60000
- name: BatchAnnotateFiles
flattening:
groups:
- parameters:
- requests
required_fields:
- requests
retry_codes_name: idempotent
retry_params_name: default
timeout_millis: 60000
samples:
standalone:
- region_tag: vision_batch_annotate_files_gcs
value_sets: [vision_batch_annotate_files_gcs]
- region_tag: vision_batch_annotate_files
value_sets: [vision_batch_annotate_files]
sample_value_sets:
- id: vision_batch_annotate_files_gcs
description: "Perform batch file annotation"
parameters:
defaults:
- requests[0].input_config.gcs_source.uri=gs://cloud-samples-data/vision/document_understanding/kafka.pdf
- requests[0].features[0].type=DOCUMENT_TEXT_DETECTION
- requests[0].pages[0]=1
- requests[0].pages[1]=2
- requests[0].pages[2]="-1"
attributes:
- parameter: requests[0].input_config.gcs_source.uri
sample_argument_name: storage_uri
description: "Cloud Storage URI to source image in the format gs://[bucket]/[file]"
- parameter: requests[0].pages[0]
description: |
The service can process up to 5 pages per document file.
Here we specify the first, second, and last page of the document to be processed.
on_success:
- loop:
collection: $resp.responses[0].responses
variable: image_response
body:
- print: ["Full text: %s", image_response.full_text_annotation.text]
- loop:
collection: image_response.full_text_annotation.pages
variable: page
body:
- loop:
collection: page.blocks
variable: block
body:
- print: ["\nBlock confidence: %s", block.confidence]
- loop:
collection: block.paragraphs
variable: par
body:
- print: ["\tParagraph confidence: %s", par.confidence]
- loop:
collection: par.words
variable: word
body:
- print: ["\t\tWord confidence: %s", word.confidence]
- loop:
collection: word.symbols
variable: symbol
body:
- print: ["\t\t\tSymbol: %s, (confidence: %s)", symbol.text, symbol.confidence]
- id: vision_batch_annotate_files
description: "Perform batch file annotation"
parameters:
defaults:
- requests[0].input_config.mime_type="application/pdf"
- requests[0].input_config.content="resources/kafka.pdf"
- requests[0].features[0].type=DOCUMENT_TEXT_DETECTION
- requests[0].pages[0]=1
- requests[0].pages[1]=2
- requests[0].pages[2]="-1"
attributes:
- parameter: requests[0].input_config.mime_type
description: "Supported mime_type: application/pdf, image/tiff, image/gif"
- parameter: requests[0].input_config.content
sample_argument_name: file_path
read_file: true
description: Path to local pdf file, e.g. /path/document.pdf
- parameter: requests[0].pages[0]
description: "The service can process up to 5 pages per document file. Here we specify the first, second, and last page of the document to be processed."
on_success:
- loop:
collection: $resp.responses[0].responses
variable: image_response
body:
- print: ["Full text: %s", image_response.full_text_annotation.text]
- loop:
collection: image_response.full_text_annotation.pages
variable: page
body:
- loop:
collection: page.blocks
variable: block
body:
- print: ["\nBlock confidence: %s", block.confidence]
- loop:
collection: block.paragraphs
variable: par
body:
- print: ["\tParagraph confidence: %s", par.confidence]
- loop:
collection: par.words
variable: word
body:
- print: ["\t\tWord confidence: %s", word.confidence]
- loop:
collection: word.symbols
variable: symbol
body:
- print: ["\t\t\tSymbol: %s, (confidence: %s)", symbol.text, symbol.confidence]
- name: AsyncBatchAnnotateImages
flattening:
groups:
- parameters:
- requests
- output_config
required_fields:
- requests
- output_config
retry_codes_name: idempotent
retry_params_name: default
long_running:
return_type: google.cloud.vision.v1.AsyncBatchAnnotateImagesResponse
metadata_type: google.cloud.vision.v1.OperationMetadata
initial_poll_delay_millis: 20000
poll_delay_multiplier: 1.5
max_poll_delay_millis: 45000
total_poll_timeout_millis: 86400000
timeout_millis: 60000
samples:
standalone:
- region_tag: vision_async_batch_annotate_images
value_sets: [vision_async_batch_annotate_images]
sample_value_sets:
- id: vision_async_batch_annotate_images
title: Async Batch Image Annotation
description: "Perform async batch image annotation"
parameters:
defaults:
- requests[0].image.source.image_uri=gs://cloud-samples-data/vision/label/wakeupcat.jpg
- requests[0].features[0].type=LABEL_DETECTION
- requests[0].features[1].type=IMAGE_PROPERTIES
- output_config.gcs_destination.uri=gs://your-bucket/prefix/
- output_config.batch_size=2
attributes:
- parameter: requests[0].image.source.image_uri
sample_argument_name: input_image_uri
- parameter: output_config.gcs_destination.uri
sample_argument_name: output_uri
- parameter: output_config.batch_size
description: The max number of responses to output in each JSON file
on_success:
- comment: ["The output is written to GCS with the provided output_uri as prefix"]
- define: gcs_output_uri=$resp.output_config.gcs_destination.uri
- print: ["Output written to GCS with prefix: %s", gcs_output_uri]
- name: AsyncBatchAnnotateFiles
flattening:
groups:
- parameters:
- requests
required_fields:
- requests
retry_codes_name: idempotent
retry_params_name: default
long_running:
return_type: google.cloud.vision.v1.AsyncBatchAnnotateFilesResponse
metadata_type: google.cloud.vision.v1.OperationMetadata
initial_poll_delay_millis: 20000
poll_delay_multiplier: 1.5
max_poll_delay_millis: 45000
total_poll_timeout_millis: 86400000
timeout_millis: 60000
- name: google.cloud.vision.v1.ProductSearch
collections:
- name_pattern: projects/{project}/locations/{location}
entity_name: location
- name_pattern: projects/{project}/locations/{location}/productSets/{product_set}
entity_name: product_set
- name_pattern: projects/{project}/locations/{location}/products/{product}
entity_name: product
- name_pattern: projects/{project}/locations/{location}/products/{product}/referenceImages/{reference_image}
entity_name: reference_image
retry_codes_def:
- name: idempotent
retry_codes:
- DEADLINE_EXCEEDED
- UNAVAILABLE
- name: non_idempotent
retry_codes: []
retry_params_def:
- name: default
initial_retry_delay_millis: 100
retry_delay_multiplier: 1.3
max_retry_delay_millis: 60000
initial_rpc_timeout_millis: 60000
rpc_timeout_multiplier: 1
max_rpc_timeout_millis: 60000
total_timeout_millis: 600000
methods:
- name: CreateProductSet
flattening:
groups:
- parameters:
- parent
- product_set
- product_set_id
required_fields:
- parent
- product_set
resource_name_treatment: STATIC_TYPES
retry_codes_name: non_idempotent
retry_params_name: default
timeout_millis: 60000
field_name_patterns:
parent: location
- name: ListProductSets
flattening:
groups:
- parameters:
- parent
required_fields:
- parent
resource_name_treatment: STATIC_TYPES
page_streaming:
request:
page_size_field: page_size
token_field: page_token
response:
token_field: next_page_token
resources_field: product_sets
retry_codes_name: idempotent
retry_params_name: default
timeout_millis: 60000
field_name_patterns:
parent: location
- name: GetProductSet
flattening:
groups:
- parameters:
- name
required_fields:
- name
resource_name_treatment: STATIC_TYPES
retry_codes_name: idempotent
retry_params_name: default
timeout_millis: 60000
field_name_patterns:
name: product_set
- name: UpdateProductSet
flattening:
groups:
- parameters:
- product_set
- update_mask
required_fields:
- product_set
resource_name_treatment: STATIC_TYPES
retry_codes_name: idempotent
retry_params_name: default
timeout_millis: 60000
field_name_patterns:
product_set.name: product_set
- name: DeleteProductSet
flattening:
groups:
- parameters:
- name
required_fields:
- name
resource_name_treatment: STATIC_TYPES
retry_codes_name: idempotent
retry_params_name: default
timeout_millis: 60000
field_name_patterns:
name: product_set
- name: CreateProduct
flattening:
groups:
- parameters:
- parent
- product
- product_id
required_fields:
- parent
- product
resource_name_treatment: STATIC_TYPES
retry_codes_name: non_idempotent
retry_params_name: default
timeout_millis: 60000
field_name_patterns:
parent: location
- name: ListProducts
flattening:
groups:
- parameters:
- parent
required_fields:
- parent
resource_name_treatment: STATIC_TYPES
page_streaming:
request:
page_size_field: page_size
token_field: page_token
response:
token_field: next_page_token
resources_field: products
retry_codes_name: idempotent
retry_params_name: default
timeout_millis: 60000
field_name_patterns:
parent: location
- name: GetProduct
flattening:
groups:
- parameters:
- name
required_fields:
- name
resource_name_treatment: STATIC_TYPES
retry_codes_name: idempotent
retry_params_name: default
timeout_millis: 60000
field_name_patterns:
name: product
- name: UpdateProduct
flattening:
groups:
- parameters:
- product
- update_mask
required_fields:
- product
resource_name_treatment: STATIC_TYPES
retry_codes_name: idempotent
retry_params_name: default
timeout_millis: 60000
field_name_patterns:
product.name: product
- name: DeleteProduct
flattening:
groups:
- parameters:
- name
required_fields:
- name
resource_name_treatment: STATIC_TYPES
retry_codes_name: idempotent
retry_params_name: default
timeout_millis: 60000
field_name_patterns:
name: product
- name: CreateReferenceImage
flattening:
groups:
- parameters:
- parent
- reference_image
- reference_image_id
required_fields:
- parent
- reference_image
resource_name_treatment: STATIC_TYPES
retry_codes_name: non_idempotent
retry_params_name: default
timeout_millis: 60000
field_name_patterns:
parent: product
- name: DeleteReferenceImage
flattening:
groups:
- parameters:
- name
required_fields:
- name
resource_name_treatment: STATIC_TYPES
retry_codes_name: idempotent
retry_params_name: default
field_name_patterns:
name: reference_image
timeout_millis: 60000
- name: ListReferenceImages
flattening:
groups:
- parameters:
- parent
required_fields:
- parent
resource_name_treatment: STATIC_TYPES
page_streaming:
request:
page_size_field: page_size
token_field: page_token
response:
token_field: next_page_token
resources_field: reference_images
retry_codes_name: idempotent
retry_params_name: default
timeout_millis: 60000
field_name_patterns:
parent: product
- name: GetReferenceImage
flattening:
groups:
- parameters:
- name
required_fields:
- name
resource_name_treatment: STATIC_TYPES
retry_codes_name: idempotent
retry_params_name: default
field_name_patterns:
name: reference_image
timeout_millis: 60000
- name: AddProductToProductSet
flattening:
groups:
- parameters:
- name
- product
required_fields:
- name
- product
resource_name_treatment: STATIC_TYPES
retry_codes_name: idempotent
retry_params_name: default
timeout_millis: 60000
field_name_patterns:
name: product_set
product: product
- name: RemoveProductFromProductSet
flattening:
groups:
- parameters:
- name
- product
required_fields:
- name
- product
resource_name_treatment: STATIC_TYPES
retry_codes_name: idempotent
retry_params_name: default
timeout_millis: 60000
field_name_patterns:
name: product_set
product: product
- name: ListProductsInProductSet
flattening:
groups:
- parameters:
- name
required_fields:
- name
resource_name_treatment: STATIC_TYPES
page_streaming:
request:
page_size_field: page_size
token_field: page_token
response:
token_field: next_page_token
resources_field: products
retry_codes_name: idempotent
retry_params_name: default
timeout_millis: 60000
field_name_patterns:
name: product_set
- name: ImportProductSets
flattening:
groups:
- parameters:
- parent
- input_config
required_fields:
- parent
- input_config
long_running:
return_type: google.cloud.vision.v1.ImportProductSetsResponse
metadata_type: google.cloud.vision.v1.BatchOperationMetadata
initial_poll_delay_millis: 20000
poll_delay_multiplier: 1.5
max_poll_delay_millis: 45000
total_poll_timeout_millis: 86400000
resource_name_treatment: STATIC_TYPES
retry_codes_name: non_idempotent
retry_params_name: default
timeout_millis: 60000
field_name_patterns:
parent: location
- name: PurgeProducts
flattening:
groups:
- parameters:
- parent
required_fields:
- parent
long_running:
return_type: google.protobuf.Empty
metadata_type: google.cloud.vision.v1.BatchOperationMetadata
initial_poll_delay_millis: 20000
poll_delay_multiplier: 1.5
max_poll_delay_millis: 45000
total_poll_timeout_millis: 86400000
resource_name_treatment: STATIC_TYPES
retry_codes_name: non_idempotent
retry_params_name: default
timeout_millis: 60000
field_name_patterns:
parent: location
# Force string formatting functions to be generated.
enable_string_format_functions_override: true
resource_name_generation:
- message_name: CreateProductSetRequest
field_entity_map:
parent: location
- message_name: ListProductSetsRequest
field_entity_map:
parent: location
- message_name: GetProductSetRequest
field_entity_map:
name: product_set
- message_name: UpdateProductSetRequest
field_entity_map:
product_set.name: product_set
- message_name: DeleteProductSetRequest
field_entity_map:
name: product_set
- message_name: CreateProductRequest
field_entity_map:
parent: location
- message_name: ListProductsRequest
field_entity_map:
parent: location
- message_name: GetProductRequest
field_entity_map:
name: product
- message_name: UpdateProductRequest
field_entity_map:
product.name: product
- message_name: DeleteProductRequest
field_entity_map:
name: product
- message_name: CreateReferenceImageRequest
field_entity_map:
parent: product
- message_name: DeleteReferenceImageRequest
field_entity_map:
name: reference_image
- message_name: ListReferenceImagesRequest
field_entity_map:
parent: product
- message_name: GetReferenceImageRequest
field_entity_map:
name: reference_image
- message_name: AddProductToProductSetRequest
field_entity_map:
name: product_set
product: product
- message_name: RemoveProductFromProductSetRequest
field_entity_map:
name: product_set
product: product
- message_name: ListProductsInProductSetRequest
field_entity_map:
name: product_set
- message_name: ImportProductSetsRequest
field_entity_map:
parent: location
- message_name: Product
field_entity_map:
name: product
- message_name: ProductSet
field_entity_map:
name: product_set
- message_name: PurgeProductsRequest
field_entity_map:
parent: location
- message_name: ReferenceImage
field_entity_map:
name: reference_image
- message_name: ProductSearchParams
field_entity_map:
product_set: product_set