Skip to content

Commit c4ce9d1

Browse files
authored
---
yaml --- r: 5413 b: refs/heads/master c: 733ccc5 h: refs/heads/master i: 5411: ec2c629
1 parent c08b259 commit c4ce9d1

5 files changed

Lines changed: 10 additions & 9 deletions

File tree

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: cab0eb8157eba7d0d2cdd78001b90f918f5dd3ee
2+
refs/heads/master: 733ccc52cd0bc861535254bb6d38215023e3fa4c
33
refs/heads/travis: dae77e558b884bc1b165155482d76c8e40b0fca4
44
refs/heads/gh-pages: 229631582f8957646f81e92ae5a326504f48ee5b
55
refs/tags/0.0.9: 22f1839238f66c39e67ed4dfdcd273b1ae2e8444

trunk/google-cloud-vision/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<dependency>
3131
<groupId>com.google.api.grpc</groupId>
3232
<artifactId>grpc-google-cloud-vision-v1</artifactId>
33-
<version>0.1.5</version>
33+
<version>0.1.6</version>
3434
<exclusions>
3535
<exclusion>
3636
<groupId>io.grpc</groupId>

trunk/google-cloud-vision/src/main/java/com/google/cloud/vision/spi/v1/ImageAnnotatorClient.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@
3131

3232
// AUTO-GENERATED DOCUMENTATION AND SERVICE
3333
/**
34-
* Service Description: Service that performs Google Cloud Vision API detection tasks, such as face,
35-
* landmark, logo, label, and text detection, over client images, and returns detected entities from
36-
* the images.
34+
* Service Description: Service that performs Google Cloud Vision API detection tasks over client
35+
* images, such as face, landmark, logo, label, and text detection. The ImageAnnotator service
36+
* returns detected entities from the images.
3737
*
3838
* <p>This class provides the ability to make remote calls to the backing service through method
3939
* calls that map to API methods. Sample code to get started:

trunk/google-cloud-vision/src/main/java/com/google/cloud/vision/spi/v1/package-info.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@
2121
*
2222
* <p>==================== ImageAnnotatorClient ====================
2323
*
24-
* <p>Service Description: Service that performs Google Cloud Vision API detection tasks, such as
25-
* face, landmark, logo, label, and text detection, over client images, and returns detected
26-
* entities from the images.
24+
* <p>Service Description: Service that performs Google Cloud Vision API detection tasks over client
25+
* images, such as face, landmark, logo, label, and text detection. The ImageAnnotator service
26+
* returns detected entities from the images.
2727
*
2828
* <p>Sample for ImageAnnotatorClient:
2929
*

trunk/pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -439,7 +439,8 @@
439439
<link>http://googleapis.github.io/googleapis/java/grpc-google-cloud-pubsub-v1/${generatedProto.version}/apidocs/</link>
440440
<link>http://googleapis.github.io/googleapis/java/grpc-google-cloud-speech-v1beta1/${generatedProto.version}/apidocs/</link>
441441
<link>http://googleapis.github.io/googleapis/java/grpc-google-cloud-trace-v1/${generatedProto.version}/apidocs/</link>
442-
<link>http://googleapis.github.io/googleapis/java/grpc-google-cloud-vision-v1/${generatedProto.version}/apidocs/</link>
442+
<!-- TODO: Vision version is hardcoded for now, please remove the hardcoded version once it is possible -->
443+
<link>http://googleapis.github.io/googleapis/java/grpc-google-cloud-vision-v1/0.1.6/apidocs/</link>
443444
</links>
444445
</configuration>
445446
</plugin>

0 commit comments

Comments
 (0)