Skip to content

Commit

Permalink
Add 'dependencies' tags & fix broken vision link. (#929)
Browse files Browse the repository at this point in the history
* Fix link to vision/face-detection in vision/README.md.
* Add 'dependencies' region_tag to bigquery/cloud-client and translate/cloud-client pom.xml files.
  • Loading branch information
dzlier-gcp authored and kurtisvg committed Nov 22, 2017
1 parent b10c619 commit 2e71be4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 2 additions & 0 deletions bigquery/cloud-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,13 @@
</properties>

<dependencies>
<!-- [START dependencies] -->
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-bigquery</artifactId>
<version>0.30.0-beta</version>
</dependency>
<!-- [END dependencies] -->
<dependency>
<groupId>commons-cli</groupId>
<artifactId>commons-cli</artifactId>
Expand Down
2 changes: 2 additions & 0 deletions translate/cloud-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,13 @@
</properties>

<dependencies>
<!-- [START dependencies] -->
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-translate</artifactId>
<version>1.12.0</version>
</dependency>
<!-- [END dependencies] -->

<!-- Test dependencies -->
<dependency>
Expand Down
3 changes: 1 addition & 2 deletions vision/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ This sample annotates an image with labels based on its content.
This sample identifies faces within an image.

- [Quickstart Walkthrough](https://cloud.google.com/vision/docs/face-tutorial)
- [Java Code](face_detection)
- [Java Code](face-detection)

### Landmark Detection Using Google Cloud Storage

Expand All @@ -67,4 +67,3 @@ queried to find images that match a given set of words, and to list text that
was found in each matching image.

[Documentation and Java Code](text)

0 comments on commit 2e71be4

Please sign in to comment.