Skip to content
This repository was archived by the owner on Sep 16, 2023. It is now read-only.

Commit 485b00b

Browse files
docs: change a relative URL to an absolute URL to fix broken links. (#99)
This PR was generated using Autosynth. 🌈 Synth log will be available here: https://source.cloud.google.com/results/invocations/2811f21d-e457-48fc-a413-5fad23ba7935/targets
1 parent 651f72d commit 485b00b

File tree

16 files changed

+102
-101
lines changed

16 files changed

+102
-101
lines changed

proto-google-cloud-vision-v1/src/main/java/com/google/cloud/vision/v1/ImageContext.java

+13-13
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ public com.google.cloud.vision.v1.LatLongRectOrBuilder getLatLongRectOrBuilder()
240240
* setting a hint will help get better results (although it will be a
241241
* significant hindrance if the hint is wrong). Text detection returns an
242242
* error if one or more of the specified languages is not one of the
243-
* [supported languages](/vision/docs/languages).
243+
* [supported languages](https://cloud.google.com/vision/docs/languages).
244244
* </pre>
245245
*
246246
* <code>repeated string language_hints = 2;</code>
@@ -261,7 +261,7 @@ public com.google.protobuf.ProtocolStringList getLanguageHintsList() {
261261
* setting a hint will help get better results (although it will be a
262262
* significant hindrance if the hint is wrong). Text detection returns an
263263
* error if one or more of the specified languages is not one of the
264-
* [supported languages](/vision/docs/languages).
264+
* [supported languages](https://cloud.google.com/vision/docs/languages).
265265
* </pre>
266266
*
267267
* <code>repeated string language_hints = 2;</code>
@@ -282,7 +282,7 @@ public int getLanguageHintsCount() {
282282
* setting a hint will help get better results (although it will be a
283283
* significant hindrance if the hint is wrong). Text detection returns an
284284
* error if one or more of the specified languages is not one of the
285-
* [supported languages](/vision/docs/languages).
285+
* [supported languages](https://cloud.google.com/vision/docs/languages).
286286
* </pre>
287287
*
288288
* <code>repeated string language_hints = 2;</code>
@@ -304,7 +304,7 @@ public java.lang.String getLanguageHints(int index) {
304304
* setting a hint will help get better results (although it will be a
305305
* significant hindrance if the hint is wrong). Text detection returns an
306306
* error if one or more of the specified languages is not one of the
307-
* [supported languages](/vision/docs/languages).
307+
* [supported languages](https://cloud.google.com/vision/docs/languages).
308308
* </pre>
309309
*
310310
* <code>repeated string language_hints = 2;</code>
@@ -1103,7 +1103,7 @@ private void ensureLanguageHintsIsMutable() {
11031103
* setting a hint will help get better results (although it will be a
11041104
* significant hindrance if the hint is wrong). Text detection returns an
11051105
* error if one or more of the specified languages is not one of the
1106-
* [supported languages](/vision/docs/languages).
1106+
* [supported languages](https://cloud.google.com/vision/docs/languages).
11071107
* </pre>
11081108
*
11091109
* <code>repeated string language_hints = 2;</code>
@@ -1124,7 +1124,7 @@ public com.google.protobuf.ProtocolStringList getLanguageHintsList() {
11241124
* setting a hint will help get better results (although it will be a
11251125
* significant hindrance if the hint is wrong). Text detection returns an
11261126
* error if one or more of the specified languages is not one of the
1127-
* [supported languages](/vision/docs/languages).
1127+
* [supported languages](https://cloud.google.com/vision/docs/languages).
11281128
* </pre>
11291129
*
11301130
* <code>repeated string language_hints = 2;</code>
@@ -1145,7 +1145,7 @@ public int getLanguageHintsCount() {
11451145
* setting a hint will help get better results (although it will be a
11461146
* significant hindrance if the hint is wrong). Text detection returns an
11471147
* error if one or more of the specified languages is not one of the
1148-
* [supported languages](/vision/docs/languages).
1148+
* [supported languages](https://cloud.google.com/vision/docs/languages).
11491149
* </pre>
11501150
*
11511151
* <code>repeated string language_hints = 2;</code>
@@ -1167,7 +1167,7 @@ public java.lang.String getLanguageHints(int index) {
11671167
* setting a hint will help get better results (although it will be a
11681168
* significant hindrance if the hint is wrong). Text detection returns an
11691169
* error if one or more of the specified languages is not one of the
1170-
* [supported languages](/vision/docs/languages).
1170+
* [supported languages](https://cloud.google.com/vision/docs/languages).
11711171
* </pre>
11721172
*
11731173
* <code>repeated string language_hints = 2;</code>
@@ -1189,7 +1189,7 @@ public com.google.protobuf.ByteString getLanguageHintsBytes(int index) {
11891189
* setting a hint will help get better results (although it will be a
11901190
* significant hindrance if the hint is wrong). Text detection returns an
11911191
* error if one or more of the specified languages is not one of the
1192-
* [supported languages](/vision/docs/languages).
1192+
* [supported languages](https://cloud.google.com/vision/docs/languages).
11931193
* </pre>
11941194
*
11951195
* <code>repeated string language_hints = 2;</code>
@@ -1218,7 +1218,7 @@ public Builder setLanguageHints(int index, java.lang.String value) {
12181218
* setting a hint will help get better results (although it will be a
12191219
* significant hindrance if the hint is wrong). Text detection returns an
12201220
* error if one or more of the specified languages is not one of the
1221-
* [supported languages](/vision/docs/languages).
1221+
* [supported languages](https://cloud.google.com/vision/docs/languages).
12221222
* </pre>
12231223
*
12241224
* <code>repeated string language_hints = 2;</code>
@@ -1246,7 +1246,7 @@ public Builder addLanguageHints(java.lang.String value) {
12461246
* setting a hint will help get better results (although it will be a
12471247
* significant hindrance if the hint is wrong). Text detection returns an
12481248
* error if one or more of the specified languages is not one of the
1249-
* [supported languages](/vision/docs/languages).
1249+
* [supported languages](https://cloud.google.com/vision/docs/languages).
12501250
* </pre>
12511251
*
12521252
* <code>repeated string language_hints = 2;</code>
@@ -1271,7 +1271,7 @@ public Builder addAllLanguageHints(java.lang.Iterable<java.lang.String> values)
12711271
* setting a hint will help get better results (although it will be a
12721272
* significant hindrance if the hint is wrong). Text detection returns an
12731273
* error if one or more of the specified languages is not one of the
1274-
* [supported languages](/vision/docs/languages).
1274+
* [supported languages](https://cloud.google.com/vision/docs/languages).
12751275
* </pre>
12761276
*
12771277
* <code>repeated string language_hints = 2;</code>
@@ -1295,7 +1295,7 @@ public Builder clearLanguageHints() {
12951295
* setting a hint will help get better results (although it will be a
12961296
* significant hindrance if the hint is wrong). Text detection returns an
12971297
* error if one or more of the specified languages is not one of the
1298-
* [supported languages](/vision/docs/languages).
1298+
* [supported languages](https://cloud.google.com/vision/docs/languages).
12991299
* </pre>
13001300
*
13011301
* <code>repeated string language_hints = 2;</code>

proto-google-cloud-vision-v1/src/main/java/com/google/cloud/vision/v1/ImageContextOrBuilder.java

+4-4
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ public interface ImageContextOrBuilder
6969
* setting a hint will help get better results (although it will be a
7070
* significant hindrance if the hint is wrong). Text detection returns an
7171
* error if one or more of the specified languages is not one of the
72-
* [supported languages](/vision/docs/languages).
72+
* [supported languages](https://cloud.google.com/vision/docs/languages).
7373
* </pre>
7474
*
7575
* <code>repeated string language_hints = 2;</code>
@@ -88,7 +88,7 @@ public interface ImageContextOrBuilder
8888
* setting a hint will help get better results (although it will be a
8989
* significant hindrance if the hint is wrong). Text detection returns an
9090
* error if one or more of the specified languages is not one of the
91-
* [supported languages](/vision/docs/languages).
91+
* [supported languages](https://cloud.google.com/vision/docs/languages).
9292
* </pre>
9393
*
9494
* <code>repeated string language_hints = 2;</code>
@@ -107,7 +107,7 @@ public interface ImageContextOrBuilder
107107
* setting a hint will help get better results (although it will be a
108108
* significant hindrance if the hint is wrong). Text detection returns an
109109
* error if one or more of the specified languages is not one of the
110-
* [supported languages](/vision/docs/languages).
110+
* [supported languages](https://cloud.google.com/vision/docs/languages).
111111
* </pre>
112112
*
113113
* <code>repeated string language_hints = 2;</code>
@@ -127,7 +127,7 @@ public interface ImageContextOrBuilder
127127
* setting a hint will help get better results (although it will be a
128128
* significant hindrance if the hint is wrong). Text detection returns an
129129
* error if one or more of the specified languages is not one of the
130-
* [supported languages](/vision/docs/languages).
130+
* [supported languages](https://cloud.google.com/vision/docs/languages).
131131
* </pre>
132132
*
133133
* <code>repeated string language_hints = 2;</code>

proto-google-cloud-vision-v1/src/main/proto/google/cloud/vision/v1/image_annotator.proto

+1-1
Original file line numberDiff line numberDiff line change
@@ -676,7 +676,7 @@ message ImageContext {
676676
// setting a hint will help get better results (although it will be a
677677
// significant hindrance if the hint is wrong). Text detection returns an
678678
// error if one or more of the specified languages is not one of the
679-
// [supported languages](/vision/docs/languages).
679+
// [supported languages](https://cloud.google.com/vision/docs/languages).
680680
repeated string language_hints = 2;
681681

682682
// Parameters for crop hints annotation request.

proto-google-cloud-vision-v1p1beta1/src/main/java/com/google/cloud/vision/v1p1beta1/ImageContext.java

+13-13
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ public com.google.cloud.vision.v1p1beta1.LatLongRectOrBuilder getLatLongRectOrBu
226226
* setting a hint will help get better results (although it will be a
227227
* significant hindrance if the hint is wrong). Text detection returns an
228228
* error if one or more of the specified languages is not one of the
229-
* [supported languages](/vision/docs/languages).
229+
* [supported languages](https://cloud.google.com/vision/docs/languages).
230230
* </pre>
231231
*
232232
* <code>repeated string language_hints = 2;</code>
@@ -247,7 +247,7 @@ public com.google.protobuf.ProtocolStringList getLanguageHintsList() {
247247
* setting a hint will help get better results (although it will be a
248248
* significant hindrance if the hint is wrong). Text detection returns an
249249
* error if one or more of the specified languages is not one of the
250-
* [supported languages](/vision/docs/languages).
250+
* [supported languages](https://cloud.google.com/vision/docs/languages).
251251
* </pre>
252252
*
253253
* <code>repeated string language_hints = 2;</code>
@@ -268,7 +268,7 @@ public int getLanguageHintsCount() {
268268
* setting a hint will help get better results (although it will be a
269269
* significant hindrance if the hint is wrong). Text detection returns an
270270
* error if one or more of the specified languages is not one of the
271-
* [supported languages](/vision/docs/languages).
271+
* [supported languages](https://cloud.google.com/vision/docs/languages).
272272
* </pre>
273273
*
274274
* <code>repeated string language_hints = 2;</code>
@@ -290,7 +290,7 @@ public java.lang.String getLanguageHints(int index) {
290290
* setting a hint will help get better results (although it will be a
291291
* significant hindrance if the hint is wrong). Text detection returns an
292292
* error if one or more of the specified languages is not one of the
293-
* [supported languages](/vision/docs/languages).
293+
* [supported languages](https://cloud.google.com/vision/docs/languages).
294294
* </pre>
295295
*
296296
* <code>repeated string language_hints = 2;</code>
@@ -1019,7 +1019,7 @@ private void ensureLanguageHintsIsMutable() {
10191019
* setting a hint will help get better results (although it will be a
10201020
* significant hindrance if the hint is wrong). Text detection returns an
10211021
* error if one or more of the specified languages is not one of the
1022-
* [supported languages](/vision/docs/languages).
1022+
* [supported languages](https://cloud.google.com/vision/docs/languages).
10231023
* </pre>
10241024
*
10251025
* <code>repeated string language_hints = 2;</code>
@@ -1040,7 +1040,7 @@ public com.google.protobuf.ProtocolStringList getLanguageHintsList() {
10401040
* setting a hint will help get better results (although it will be a
10411041
* significant hindrance if the hint is wrong). Text detection returns an
10421042
* error if one or more of the specified languages is not one of the
1043-
* [supported languages](/vision/docs/languages).
1043+
* [supported languages](https://cloud.google.com/vision/docs/languages).
10441044
* </pre>
10451045
*
10461046
* <code>repeated string language_hints = 2;</code>
@@ -1061,7 +1061,7 @@ public int getLanguageHintsCount() {
10611061
* setting a hint will help get better results (although it will be a
10621062
* significant hindrance if the hint is wrong). Text detection returns an
10631063
* error if one or more of the specified languages is not one of the
1064-
* [supported languages](/vision/docs/languages).
1064+
* [supported languages](https://cloud.google.com/vision/docs/languages).
10651065
* </pre>
10661066
*
10671067
* <code>repeated string language_hints = 2;</code>
@@ -1083,7 +1083,7 @@ public java.lang.String getLanguageHints(int index) {
10831083
* setting a hint will help get better results (although it will be a
10841084
* significant hindrance if the hint is wrong). Text detection returns an
10851085
* error if one or more of the specified languages is not one of the
1086-
* [supported languages](/vision/docs/languages).
1086+
* [supported languages](https://cloud.google.com/vision/docs/languages).
10871087
* </pre>
10881088
*
10891089
* <code>repeated string language_hints = 2;</code>
@@ -1105,7 +1105,7 @@ public com.google.protobuf.ByteString getLanguageHintsBytes(int index) {
11051105
* setting a hint will help get better results (although it will be a
11061106
* significant hindrance if the hint is wrong). Text detection returns an
11071107
* error if one or more of the specified languages is not one of the
1108-
* [supported languages](/vision/docs/languages).
1108+
* [supported languages](https://cloud.google.com/vision/docs/languages).
11091109
* </pre>
11101110
*
11111111
* <code>repeated string language_hints = 2;</code>
@@ -1134,7 +1134,7 @@ public Builder setLanguageHints(int index, java.lang.String value) {
11341134
* setting a hint will help get better results (although it will be a
11351135
* significant hindrance if the hint is wrong). Text detection returns an
11361136
* error if one or more of the specified languages is not one of the
1137-
* [supported languages](/vision/docs/languages).
1137+
* [supported languages](https://cloud.google.com/vision/docs/languages).
11381138
* </pre>
11391139
*
11401140
* <code>repeated string language_hints = 2;</code>
@@ -1162,7 +1162,7 @@ public Builder addLanguageHints(java.lang.String value) {
11621162
* setting a hint will help get better results (although it will be a
11631163
* significant hindrance if the hint is wrong). Text detection returns an
11641164
* error if one or more of the specified languages is not one of the
1165-
* [supported languages](/vision/docs/languages).
1165+
* [supported languages](https://cloud.google.com/vision/docs/languages).
11661166
* </pre>
11671167
*
11681168
* <code>repeated string language_hints = 2;</code>
@@ -1187,7 +1187,7 @@ public Builder addAllLanguageHints(java.lang.Iterable<java.lang.String> values)
11871187
* setting a hint will help get better results (although it will be a
11881188
* significant hindrance if the hint is wrong). Text detection returns an
11891189
* error if one or more of the specified languages is not one of the
1190-
* [supported languages](/vision/docs/languages).
1190+
* [supported languages](https://cloud.google.com/vision/docs/languages).
11911191
* </pre>
11921192
*
11931193
* <code>repeated string language_hints = 2;</code>
@@ -1211,7 +1211,7 @@ public Builder clearLanguageHints() {
12111211
* setting a hint will help get better results (although it will be a
12121212
* significant hindrance if the hint is wrong). Text detection returns an
12131213
* error if one or more of the specified languages is not one of the
1214-
* [supported languages](/vision/docs/languages).
1214+
* [supported languages](https://cloud.google.com/vision/docs/languages).
12151215
* </pre>
12161216
*
12171217
* <code>repeated string language_hints = 2;</code>

proto-google-cloud-vision-v1p1beta1/src/main/java/com/google/cloud/vision/v1p1beta1/ImageContextOrBuilder.java

+4-4
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ public interface ImageContextOrBuilder
6969
* setting a hint will help get better results (although it will be a
7070
* significant hindrance if the hint is wrong). Text detection returns an
7171
* error if one or more of the specified languages is not one of the
72-
* [supported languages](/vision/docs/languages).
72+
* [supported languages](https://cloud.google.com/vision/docs/languages).
7373
* </pre>
7474
*
7575
* <code>repeated string language_hints = 2;</code>
@@ -88,7 +88,7 @@ public interface ImageContextOrBuilder
8888
* setting a hint will help get better results (although it will be a
8989
* significant hindrance if the hint is wrong). Text detection returns an
9090
* error if one or more of the specified languages is not one of the
91-
* [supported languages](/vision/docs/languages).
91+
* [supported languages](https://cloud.google.com/vision/docs/languages).
9292
* </pre>
9393
*
9494
* <code>repeated string language_hints = 2;</code>
@@ -107,7 +107,7 @@ public interface ImageContextOrBuilder
107107
* setting a hint will help get better results (although it will be a
108108
* significant hindrance if the hint is wrong). Text detection returns an
109109
* error if one or more of the specified languages is not one of the
110-
* [supported languages](/vision/docs/languages).
110+
* [supported languages](https://cloud.google.com/vision/docs/languages).
111111
* </pre>
112112
*
113113
* <code>repeated string language_hints = 2;</code>
@@ -127,7 +127,7 @@ public interface ImageContextOrBuilder
127127
* setting a hint will help get better results (although it will be a
128128
* significant hindrance if the hint is wrong). Text detection returns an
129129
* error if one or more of the specified languages is not one of the
130-
* [supported languages](/vision/docs/languages).
130+
* [supported languages](https://cloud.google.com/vision/docs/languages).
131131
* </pre>
132132
*
133133
* <code>repeated string language_hints = 2;</code>

proto-google-cloud-vision-v1p1beta1/src/main/proto/google/cloud/vision/v1p1beta1/image_annotator.proto

+1-1
Original file line numberDiff line numberDiff line change
@@ -502,7 +502,7 @@ message ImageContext {
502502
// setting a hint will help get better results (although it will be a
503503
// significant hindrance if the hint is wrong). Text detection returns an
504504
// error if one or more of the specified languages is not one of the
505-
// [supported languages](/vision/docs/languages).
505+
// [supported languages](https://cloud.google.com/vision/docs/languages).
506506
repeated string language_hints = 2;
507507

508508
// Parameters for crop hints annotation request.

0 commit comments

Comments
 (0)