Skip to content

Commit

Permalink
Google Cloud Vision API v1.1 GAPIC Update (#1693)
Browse files Browse the repository at this point in the history
  • Loading branch information
vam-google authored Mar 4, 2017
1 parent cab0eb8 commit 733ccc5
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 8 deletions.
2 changes: 1 addition & 1 deletion google-cloud-vision/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-cloud-vision-v1</artifactId>
<version>0.1.5</version>
<version>0.1.6</version>
<exclusions>
<exclusion>
<groupId>io.grpc</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@

// AUTO-GENERATED DOCUMENTATION AND SERVICE
/**
* Service Description: Service that performs Google Cloud Vision API detection tasks, such as face,
* landmark, logo, label, and text detection, over client images, and returns detected entities from
* the images.
* Service Description: Service that performs Google Cloud Vision API detection tasks over client
* images, such as face, landmark, logo, label, and text detection. The ImageAnnotator service
* returns detected entities from the images.
*
* <p>This class provides the ability to make remote calls to the backing service through method
* calls that map to API methods. Sample code to get started:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
*
* <p>==================== ImageAnnotatorClient ====================
*
* <p>Service Description: Service that performs Google Cloud Vision API detection tasks, such as
* face, landmark, logo, label, and text detection, over client images, and returns detected
* entities from the images.
* <p>Service Description: Service that performs Google Cloud Vision API detection tasks over client
* images, such as face, landmark, logo, label, and text detection. The ImageAnnotator service
* returns detected entities from the images.
*
* <p>Sample for ImageAnnotatorClient:
*
Expand Down
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -439,7 +439,8 @@
<link>http://googleapis.github.io/googleapis/java/grpc-google-cloud-pubsub-v1/${generatedProto.version}/apidocs/</link>
<link>http://googleapis.github.io/googleapis/java/grpc-google-cloud-speech-v1beta1/${generatedProto.version}/apidocs/</link>
<link>http://googleapis.github.io/googleapis/java/grpc-google-cloud-trace-v1/${generatedProto.version}/apidocs/</link>
<link>http://googleapis.github.io/googleapis/java/grpc-google-cloud-vision-v1/${generatedProto.version}/apidocs/</link>
<!-- TODO: Vision version is hardcoded for now, please remove the hardcoded version once it is possible -->
<link>http://googleapis.github.io/googleapis/java/grpc-google-cloud-vision-v1/0.1.6/apidocs/</link>
</links>
</configuration>
</plugin>
Expand Down

0 comments on commit 733ccc5

Please sign in to comment.