File tree Expand file tree Collapse file tree 2 files changed +10
-5
lines changed
vision/landmark-detection Expand file tree Collapse file tree 2 files changed +10
-5
lines changed Original file line number Diff line number Diff line change 1
1
# Google Cloud Vision API Java Landmark Detection example
2
2
3
+ <a href =" https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/GoogleCloudPlatform/java-docs-samples&page=editor&open_in_editor=vision/landmark-detection/README.md " >
4
+ <img alt =" Open in Cloud Shell " src =" http://gstatic.com/cloudssh/images/open-btn.png " ></a >
5
+
3
6
This sample takes in the URI for an object in Google Cloud Storage, and
4
7
identifies the landmark pictured in it.
5
8
Original file line number Diff line number Diff line change 21
21
<groupId >com.google.cloud.vision.samples</groupId >
22
22
<artifactId >vision-landmark-detection</artifactId >
23
23
24
- <!-- Parent defines shared plugins for linting and unit testing. -->
24
+ <!--
25
+ The parent pom defines common style checks and testing strategies for our samples.
26
+ Removing or replacing it should not affect the execution of the samples in anyway.
27
+ -->
25
28
<parent >
26
- <groupId >com.google.cloud</groupId >
27
- <artifactId >doc-samples</artifactId >
28
- <version >1.0.0</version >
29
- <relativePath >../..</relativePath >
29
+ <groupId >com.google.cloud.samples</groupId >
30
+ <artifactId >shared-configuration</artifactId >
31
+ <version >1.0.8</version >
30
32
</parent >
31
33
32
34
<properties >
You can’t perform that action at this time.
0 commit comments