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

Commit

Permalink
docs: change a relative URL to an absolute URL to fix broken links. (#99
Browse files Browse the repository at this point in the history
)

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
  • Loading branch information
yoshi-automation committed Apr 3, 2020
1 parent 651f72d commit 485b00b
Show file tree
Hide file tree
Showing 16 changed files with 102 additions and 101 deletions.
Expand Up @@ -240,7 +240,7 @@ public com.google.cloud.vision.v1.LatLongRectOrBuilder getLatLongRectOrBuilder()
* setting a hint will help get better results (although it will be a
* significant hindrance if the hint is wrong). Text detection returns an
* error if one or more of the specified languages is not one of the
* [supported languages](/vision/docs/languages).
* [supported languages](https://cloud.google.com/vision/docs/languages).
* </pre>
*
* <code>repeated string language_hints = 2;</code>
Expand All @@ -261,7 +261,7 @@ public com.google.protobuf.ProtocolStringList getLanguageHintsList() {
* setting a hint will help get better results (although it will be a
* significant hindrance if the hint is wrong). Text detection returns an
* error if one or more of the specified languages is not one of the
* [supported languages](/vision/docs/languages).
* [supported languages](https://cloud.google.com/vision/docs/languages).
* </pre>
*
* <code>repeated string language_hints = 2;</code>
Expand All @@ -282,7 +282,7 @@ public int getLanguageHintsCount() {
* setting a hint will help get better results (although it will be a
* significant hindrance if the hint is wrong). Text detection returns an
* error if one or more of the specified languages is not one of the
* [supported languages](/vision/docs/languages).
* [supported languages](https://cloud.google.com/vision/docs/languages).
* </pre>
*
* <code>repeated string language_hints = 2;</code>
Expand All @@ -304,7 +304,7 @@ public java.lang.String getLanguageHints(int index) {
* setting a hint will help get better results (although it will be a
* significant hindrance if the hint is wrong). Text detection returns an
* error if one or more of the specified languages is not one of the
* [supported languages](/vision/docs/languages).
* [supported languages](https://cloud.google.com/vision/docs/languages).
* </pre>
*
* <code>repeated string language_hints = 2;</code>
Expand Down Expand Up @@ -1103,7 +1103,7 @@ private void ensureLanguageHintsIsMutable() {
* setting a hint will help get better results (although it will be a
* significant hindrance if the hint is wrong). Text detection returns an
* error if one or more of the specified languages is not one of the
* [supported languages](/vision/docs/languages).
* [supported languages](https://cloud.google.com/vision/docs/languages).
* </pre>
*
* <code>repeated string language_hints = 2;</code>
Expand All @@ -1124,7 +1124,7 @@ public com.google.protobuf.ProtocolStringList getLanguageHintsList() {
* setting a hint will help get better results (although it will be a
* significant hindrance if the hint is wrong). Text detection returns an
* error if one or more of the specified languages is not one of the
* [supported languages](/vision/docs/languages).
* [supported languages](https://cloud.google.com/vision/docs/languages).
* </pre>
*
* <code>repeated string language_hints = 2;</code>
Expand All @@ -1145,7 +1145,7 @@ public int getLanguageHintsCount() {
* setting a hint will help get better results (although it will be a
* significant hindrance if the hint is wrong). Text detection returns an
* error if one or more of the specified languages is not one of the
* [supported languages](/vision/docs/languages).
* [supported languages](https://cloud.google.com/vision/docs/languages).
* </pre>
*
* <code>repeated string language_hints = 2;</code>
Expand All @@ -1167,7 +1167,7 @@ public java.lang.String getLanguageHints(int index) {
* setting a hint will help get better results (although it will be a
* significant hindrance if the hint is wrong). Text detection returns an
* error if one or more of the specified languages is not one of the
* [supported languages](/vision/docs/languages).
* [supported languages](https://cloud.google.com/vision/docs/languages).
* </pre>
*
* <code>repeated string language_hints = 2;</code>
Expand All @@ -1189,7 +1189,7 @@ public com.google.protobuf.ByteString getLanguageHintsBytes(int index) {
* setting a hint will help get better results (although it will be a
* significant hindrance if the hint is wrong). Text detection returns an
* error if one or more of the specified languages is not one of the
* [supported languages](/vision/docs/languages).
* [supported languages](https://cloud.google.com/vision/docs/languages).
* </pre>
*
* <code>repeated string language_hints = 2;</code>
Expand Down Expand Up @@ -1218,7 +1218,7 @@ public Builder setLanguageHints(int index, java.lang.String value) {
* setting a hint will help get better results (although it will be a
* significant hindrance if the hint is wrong). Text detection returns an
* error if one or more of the specified languages is not one of the
* [supported languages](/vision/docs/languages).
* [supported languages](https://cloud.google.com/vision/docs/languages).
* </pre>
*
* <code>repeated string language_hints = 2;</code>
Expand Down Expand Up @@ -1246,7 +1246,7 @@ public Builder addLanguageHints(java.lang.String value) {
* setting a hint will help get better results (although it will be a
* significant hindrance if the hint is wrong). Text detection returns an
* error if one or more of the specified languages is not one of the
* [supported languages](/vision/docs/languages).
* [supported languages](https://cloud.google.com/vision/docs/languages).
* </pre>
*
* <code>repeated string language_hints = 2;</code>
Expand All @@ -1271,7 +1271,7 @@ public Builder addAllLanguageHints(java.lang.Iterable<java.lang.String> values)
* setting a hint will help get better results (although it will be a
* significant hindrance if the hint is wrong). Text detection returns an
* error if one or more of the specified languages is not one of the
* [supported languages](/vision/docs/languages).
* [supported languages](https://cloud.google.com/vision/docs/languages).
* </pre>
*
* <code>repeated string language_hints = 2;</code>
Expand All @@ -1295,7 +1295,7 @@ public Builder clearLanguageHints() {
* setting a hint will help get better results (although it will be a
* significant hindrance if the hint is wrong). Text detection returns an
* error if one or more of the specified languages is not one of the
* [supported languages](/vision/docs/languages).
* [supported languages](https://cloud.google.com/vision/docs/languages).
* </pre>
*
* <code>repeated string language_hints = 2;</code>
Expand Down
Expand Up @@ -69,7 +69,7 @@ public interface ImageContextOrBuilder
* setting a hint will help get better results (although it will be a
* significant hindrance if the hint is wrong). Text detection returns an
* error if one or more of the specified languages is not one of the
* [supported languages](/vision/docs/languages).
* [supported languages](https://cloud.google.com/vision/docs/languages).
* </pre>
*
* <code>repeated string language_hints = 2;</code>
Expand All @@ -88,7 +88,7 @@ public interface ImageContextOrBuilder
* setting a hint will help get better results (although it will be a
* significant hindrance if the hint is wrong). Text detection returns an
* error if one or more of the specified languages is not one of the
* [supported languages](/vision/docs/languages).
* [supported languages](https://cloud.google.com/vision/docs/languages).
* </pre>
*
* <code>repeated string language_hints = 2;</code>
Expand All @@ -107,7 +107,7 @@ public interface ImageContextOrBuilder
* setting a hint will help get better results (although it will be a
* significant hindrance if the hint is wrong). Text detection returns an
* error if one or more of the specified languages is not one of the
* [supported languages](/vision/docs/languages).
* [supported languages](https://cloud.google.com/vision/docs/languages).
* </pre>
*
* <code>repeated string language_hints = 2;</code>
Expand All @@ -127,7 +127,7 @@ public interface ImageContextOrBuilder
* setting a hint will help get better results (although it will be a
* significant hindrance if the hint is wrong). Text detection returns an
* error if one or more of the specified languages is not one of the
* [supported languages](/vision/docs/languages).
* [supported languages](https://cloud.google.com/vision/docs/languages).
* </pre>
*
* <code>repeated string language_hints = 2;</code>
Expand Down
Expand Up @@ -676,7 +676,7 @@ message ImageContext {
// setting a hint will help get better results (although it will be a
// significant hindrance if the hint is wrong). Text detection returns an
// error if one or more of the specified languages is not one of the
// [supported languages](/vision/docs/languages).
// [supported languages](https://cloud.google.com/vision/docs/languages).
repeated string language_hints = 2;

// Parameters for crop hints annotation request.
Expand Down
Expand Up @@ -226,7 +226,7 @@ public com.google.cloud.vision.v1p1beta1.LatLongRectOrBuilder getLatLongRectOrBu
* setting a hint will help get better results (although it will be a
* significant hindrance if the hint is wrong). Text detection returns an
* error if one or more of the specified languages is not one of the
* [supported languages](/vision/docs/languages).
* [supported languages](https://cloud.google.com/vision/docs/languages).
* </pre>
*
* <code>repeated string language_hints = 2;</code>
Expand All @@ -247,7 +247,7 @@ public com.google.protobuf.ProtocolStringList getLanguageHintsList() {
* setting a hint will help get better results (although it will be a
* significant hindrance if the hint is wrong). Text detection returns an
* error if one or more of the specified languages is not one of the
* [supported languages](/vision/docs/languages).
* [supported languages](https://cloud.google.com/vision/docs/languages).
* </pre>
*
* <code>repeated string language_hints = 2;</code>
Expand All @@ -268,7 +268,7 @@ public int getLanguageHintsCount() {
* setting a hint will help get better results (although it will be a
* significant hindrance if the hint is wrong). Text detection returns an
* error if one or more of the specified languages is not one of the
* [supported languages](/vision/docs/languages).
* [supported languages](https://cloud.google.com/vision/docs/languages).
* </pre>
*
* <code>repeated string language_hints = 2;</code>
Expand All @@ -290,7 +290,7 @@ public java.lang.String getLanguageHints(int index) {
* setting a hint will help get better results (although it will be a
* significant hindrance if the hint is wrong). Text detection returns an
* error if one or more of the specified languages is not one of the
* [supported languages](/vision/docs/languages).
* [supported languages](https://cloud.google.com/vision/docs/languages).
* </pre>
*
* <code>repeated string language_hints = 2;</code>
Expand Down Expand Up @@ -1019,7 +1019,7 @@ private void ensureLanguageHintsIsMutable() {
* setting a hint will help get better results (although it will be a
* significant hindrance if the hint is wrong). Text detection returns an
* error if one or more of the specified languages is not one of the
* [supported languages](/vision/docs/languages).
* [supported languages](https://cloud.google.com/vision/docs/languages).
* </pre>
*
* <code>repeated string language_hints = 2;</code>
Expand All @@ -1040,7 +1040,7 @@ public com.google.protobuf.ProtocolStringList getLanguageHintsList() {
* setting a hint will help get better results (although it will be a
* significant hindrance if the hint is wrong). Text detection returns an
* error if one or more of the specified languages is not one of the
* [supported languages](/vision/docs/languages).
* [supported languages](https://cloud.google.com/vision/docs/languages).
* </pre>
*
* <code>repeated string language_hints = 2;</code>
Expand All @@ -1061,7 +1061,7 @@ public int getLanguageHintsCount() {
* setting a hint will help get better results (although it will be a
* significant hindrance if the hint is wrong). Text detection returns an
* error if one or more of the specified languages is not one of the
* [supported languages](/vision/docs/languages).
* [supported languages](https://cloud.google.com/vision/docs/languages).
* </pre>
*
* <code>repeated string language_hints = 2;</code>
Expand All @@ -1083,7 +1083,7 @@ public java.lang.String getLanguageHints(int index) {
* setting a hint will help get better results (although it will be a
* significant hindrance if the hint is wrong). Text detection returns an
* error if one or more of the specified languages is not one of the
* [supported languages](/vision/docs/languages).
* [supported languages](https://cloud.google.com/vision/docs/languages).
* </pre>
*
* <code>repeated string language_hints = 2;</code>
Expand All @@ -1105,7 +1105,7 @@ public com.google.protobuf.ByteString getLanguageHintsBytes(int index) {
* setting a hint will help get better results (although it will be a
* significant hindrance if the hint is wrong). Text detection returns an
* error if one or more of the specified languages is not one of the
* [supported languages](/vision/docs/languages).
* [supported languages](https://cloud.google.com/vision/docs/languages).
* </pre>
*
* <code>repeated string language_hints = 2;</code>
Expand Down Expand Up @@ -1134,7 +1134,7 @@ public Builder setLanguageHints(int index, java.lang.String value) {
* setting a hint will help get better results (although it will be a
* significant hindrance if the hint is wrong). Text detection returns an
* error if one or more of the specified languages is not one of the
* [supported languages](/vision/docs/languages).
* [supported languages](https://cloud.google.com/vision/docs/languages).
* </pre>
*
* <code>repeated string language_hints = 2;</code>
Expand Down Expand Up @@ -1162,7 +1162,7 @@ public Builder addLanguageHints(java.lang.String value) {
* setting a hint will help get better results (although it will be a
* significant hindrance if the hint is wrong). Text detection returns an
* error if one or more of the specified languages is not one of the
* [supported languages](/vision/docs/languages).
* [supported languages](https://cloud.google.com/vision/docs/languages).
* </pre>
*
* <code>repeated string language_hints = 2;</code>
Expand All @@ -1187,7 +1187,7 @@ public Builder addAllLanguageHints(java.lang.Iterable<java.lang.String> values)
* setting a hint will help get better results (although it will be a
* significant hindrance if the hint is wrong). Text detection returns an
* error if one or more of the specified languages is not one of the
* [supported languages](/vision/docs/languages).
* [supported languages](https://cloud.google.com/vision/docs/languages).
* </pre>
*
* <code>repeated string language_hints = 2;</code>
Expand All @@ -1211,7 +1211,7 @@ public Builder clearLanguageHints() {
* setting a hint will help get better results (although it will be a
* significant hindrance if the hint is wrong). Text detection returns an
* error if one or more of the specified languages is not one of the
* [supported languages](/vision/docs/languages).
* [supported languages](https://cloud.google.com/vision/docs/languages).
* </pre>
*
* <code>repeated string language_hints = 2;</code>
Expand Down
Expand Up @@ -69,7 +69,7 @@ public interface ImageContextOrBuilder
* setting a hint will help get better results (although it will be a
* significant hindrance if the hint is wrong). Text detection returns an
* error if one or more of the specified languages is not one of the
* [supported languages](/vision/docs/languages).
* [supported languages](https://cloud.google.com/vision/docs/languages).
* </pre>
*
* <code>repeated string language_hints = 2;</code>
Expand All @@ -88,7 +88,7 @@ public interface ImageContextOrBuilder
* setting a hint will help get better results (although it will be a
* significant hindrance if the hint is wrong). Text detection returns an
* error if one or more of the specified languages is not one of the
* [supported languages](/vision/docs/languages).
* [supported languages](https://cloud.google.com/vision/docs/languages).
* </pre>
*
* <code>repeated string language_hints = 2;</code>
Expand All @@ -107,7 +107,7 @@ public interface ImageContextOrBuilder
* setting a hint will help get better results (although it will be a
* significant hindrance if the hint is wrong). Text detection returns an
* error if one or more of the specified languages is not one of the
* [supported languages](/vision/docs/languages).
* [supported languages](https://cloud.google.com/vision/docs/languages).
* </pre>
*
* <code>repeated string language_hints = 2;</code>
Expand All @@ -127,7 +127,7 @@ public interface ImageContextOrBuilder
* setting a hint will help get better results (although it will be a
* significant hindrance if the hint is wrong). Text detection returns an
* error if one or more of the specified languages is not one of the
* [supported languages](/vision/docs/languages).
* [supported languages](https://cloud.google.com/vision/docs/languages).
* </pre>
*
* <code>repeated string language_hints = 2;</code>
Expand Down
Expand Up @@ -502,7 +502,7 @@ message ImageContext {
// setting a hint will help get better results (although it will be a
// significant hindrance if the hint is wrong). Text detection returns an
// error if one or more of the specified languages is not one of the
// [supported languages](/vision/docs/languages).
// [supported languages](https://cloud.google.com/vision/docs/languages).
repeated string language_hints = 2;

// Parameters for crop hints annotation request.
Expand Down

0 comments on commit 485b00b

Please sign in to comment.