Commit f0d6cc8
authored
docs: [vision] update comments for image annotator OCR models (#8388)
* docs: update comments for image annotator OCR models
PiperOrigin-RevId: 474070246
Source-Link: googleapis/googleapis@346e2f2
Source-Link: https://github.com/googleapis/googleapis-gen/commit/50b34515fa89525989021be4b6989d49059d8d26
Copy-Tag: eyJwIjoiamF2YS12aXNpb24vLk93bEJvdC55YW1sIiwiaCI6IjUwYjM0NTE1ZmE4OTUyNTk4OTAyMWJlNGI2OTg5ZDQ5MDU5ZDhkMjYifQ==
* 🦉 Updates from OwlBot post-processor
See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>1 parent f5953b7 commit f0d6cc8
File tree
411 files changed
+4185
-2170
lines changed- java-vision
- google-cloud-vision/src
- main/java/com/google/cloud/vision
- v1p1beta1
- stub
- v1p2beta1
- stub
- v1p3beta1
- stub
- v1p4beta1
- stub
- v1
- stub
- test/java/com/google/cloud/vision/it
- proto-google-cloud-vision-v1p1beta1/src/main
- java/com/google/cloud/vision/v1p1beta1
- proto/google/cloud/vision/v1p1beta1
- proto-google-cloud-vision-v1p2beta1/src/main
- java/com/google/cloud/vision/v1p2beta1
- proto/google/cloud/vision/v1p2beta1
- proto-google-cloud-vision-v1p3beta1/src/main
- java/com/google/cloud/vision/v1p3beta1
- proto/google/cloud/vision/v1p3beta1
- proto-google-cloud-vision-v1p4beta1/src/main
- java/com/google/cloud/vision/v1p4beta1
- proto/google/cloud/vision/v1p4beta1
- proto-google-cloud-vision-v1/src/main
- java/com/google/cloud/vision/v1
- proto/google/cloud/vision/v1
- samples/snippets/generated/com/google/cloud/vision
- v1p1beta1
- imageannotatorclient
- batchannotateimages
- create
- imageannotatorsettings/batchannotateimages
- stub/imageannotatorstubsettings/batchannotateimages
- v1p2beta1
- imageannotatorclient
- asyncbatchannotatefiles
- batchannotateimages
- create
- imageannotatorsettings/batchannotateimages
- stub/imageannotatorstubsettings/batchannotateimages
- v1p3beta1
- imageannotatorclient
- asyncbatchannotatefiles
- batchannotateimages
- create
- imageannotatorsettings/batchannotateimages
- productsearchclient
- addproducttoproductset
- createproductset
- createproduct
- createreferenceimage
- create
- deleteproductset
- deleteproduct
- deletereferenceimage
- getproductset
- getproduct
- getreferenceimage
- importproductsets
- listproductsets
- listproductsinproductset
- listproducts
- listreferenceimages
- removeproductfromproductset
- updateproductset
- updateproduct
- productsearchsettings/createproductset
- stub
- imageannotatorstubsettings/batchannotateimages
- productsearchstubsettings/createproductset
- v1p4beta1
- imageannotatorclient
- asyncbatchannotatefiles
- asyncbatchannotateimages
- batchannotatefiles
- batchannotateimages
- create
- imageannotatorsettings/batchannotateimages
- productsearchclient
- addproducttoproductset
- createproductset
- createproduct
- createreferenceimage
- create
- deleteproductset
- deleteproduct
- deletereferenceimage
- getproductset
- getproduct
- getreferenceimage
- importproductsets
- listproductsets
- listproductsinproductset
- listproducts
- listreferenceimages
- purgeproducts
- removeproductfromproductset
- updateproductset
- updateproduct
- productsearchsettings/createproductset
- stub
- imageannotatorstubsettings/batchannotateimages
- productsearchstubsettings/createproductset
- v1
- imageannotatorclient
- asyncbatchannotatefiles
- asyncbatchannotateimages
- batchannotatefiles
- batchannotateimages
- create
- imageannotatorsettings/batchannotateimages
- productsearchclient
- addproducttoproductset
- createproductset
- createproduct
- createreferenceimage
- create
- deleteproductset
- deleteproduct
- deletereferenceimage
- getproductset
- getproduct
- getreferenceimage
- importproductsets
- listproductsets
- listproductsinproductset
- listproducts
- listreferenceimages
- purgeproducts
- removeproductfromproductset
- updateproductset
- updateproduct
- productsearchsettings/createproductset
- stub
- imageannotatorstubsettings/batchannotateimages
- productsearchstubsettings/createproductset
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
411 files changed
+4185
-2170
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
| 53 | + | |
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
| |||
java-vision/google-cloud-vision/src/main/java/com/google/cloud/vision/v1/ImageAnnotatorClient.java
Lines changed: 90 additions & 36 deletions
Large diffs are not rendered by default.
Lines changed: 5 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
56 | | - | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
57 | 60 | | |
58 | 61 | | |
59 | 62 | | |
| |||
Lines changed: 440 additions & 176 deletions
Large diffs are not rendered by default.
Lines changed: 6 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | | - | |
63 | | - | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
64 | 67 | | |
65 | 68 | | |
66 | 69 | | |
67 | 70 | | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | | - | |
| 71 | + | |
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
| |||
Lines changed: 10 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
32 | | - | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
33 | 36 | | |
34 | 37 | | |
35 | 38 | | |
| |||
57 | 60 | | |
58 | 61 | | |
59 | 62 | | |
60 | | - | |
61 | | - | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
62 | 68 | | |
63 | 69 | | |
64 | 70 | | |
| |||
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
99 | | - | |
| 99 | + | |
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
| |||
135 | 135 | | |
136 | 136 | | |
137 | 137 | | |
138 | | - | |
| 138 | + | |
139 | 139 | | |
140 | 140 | | |
141 | 141 | | |
| |||
174 | 174 | | |
175 | 175 | | |
176 | 176 | | |
177 | | - | |
| 177 | + | |
178 | 178 | | |
179 | 179 | | |
180 | 180 | | |
| |||
216 | 216 | | |
217 | 217 | | |
218 | 218 | | |
219 | | - | |
| 219 | + | |
220 | 220 | | |
221 | 221 | | |
222 | 222 | | |
| |||
Lines changed: 11 additions & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
120 | 120 | | |
121 | 121 | | |
122 | 122 | | |
123 | | - | |
| 123 | + | |
124 | 124 | | |
125 | 125 | | |
126 | 126 | | |
| |||
226 | 226 | | |
227 | 227 | | |
228 | 228 | | |
229 | | - | |
| 229 | + | |
230 | 230 | | |
231 | 231 | | |
232 | 232 | | |
| |||
295 | 295 | | |
296 | 296 | | |
297 | 297 | | |
298 | | - | |
| 298 | + | |
| 299 | + | |
299 | 300 | | |
300 | 301 | | |
301 | 302 | | |
| |||
399 | 400 | | |
400 | 401 | | |
401 | 402 | | |
402 | | - | |
| 403 | + | |
| 404 | + | |
403 | 405 | | |
404 | 406 | | |
405 | 407 | | |
| |||
470 | 472 | | |
471 | 473 | | |
472 | 474 | | |
473 | | - | |
| 475 | + | |
474 | 476 | | |
475 | 477 | | |
476 | 478 | | |
| |||
607 | 609 | | |
608 | 610 | | |
609 | 611 | | |
610 | | - | |
| 612 | + | |
611 | 613 | | |
612 | 614 | | |
613 | 615 | | |
| |||
643 | 645 | | |
644 | 646 | | |
645 | 647 | | |
646 | | - | |
| 648 | + | |
647 | 649 | | |
648 | 650 | | |
649 | 651 | | |
| |||
716 | 718 | | |
717 | 719 | | |
718 | 720 | | |
719 | | - | |
| 721 | + | |
720 | 722 | | |
721 | 723 | | |
722 | 724 | | |
| |||
755 | 757 | | |
756 | 758 | | |
757 | 759 | | |
758 | | - | |
| 760 | + | |
759 | 761 | | |
760 | 762 | | |
761 | 763 | | |
| |||
Lines changed: 5 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
78 | | - | |
79 | | - | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
80 | 83 | | |
81 | 84 | | |
82 | 85 | | |
| |||
Lines changed: 6 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
107 | 107 | | |
108 | 108 | | |
109 | 109 | | |
110 | | - | |
111 | | - | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
112 | 115 | | |
113 | 116 | | |
114 | 117 | | |
115 | 118 | | |
116 | 119 | | |
117 | | - | |
118 | | - | |
119 | | - | |
120 | | - | |
| 120 | + | |
121 | 121 | | |
122 | 122 | | |
123 | 123 | | |
| |||
0 commit comments