From 698cfe77180ecde490412e743a52b07f891c8c32 Mon Sep 17 00:00:00 2001 From: Tim Swast Date: Thu, 5 May 2016 18:06:27 -0700 Subject: [PATCH] Notify that Java samples have moved to java-docs-samples. --- .travis.yml | 6 ------ java/README.md | 9 +++++++++ java/face_detection/README.md | 9 +++++++++ java/label/README.md | 9 +++++++++ java/landmark_detection/README.md | 9 +++++++++ java/text/README.md | 9 +++++++++ 6 files changed, 45 insertions(+), 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index 77a2ebc..ffd7f02 100644 --- a/.travis.yml +++ b/.travis.yml @@ -44,8 +44,6 @@ env: - CONFIG=android_jdk8 - CONFIG=android_oracle8 - CONFIG=go - - CONFIG=java_jdk8 - - CONFIG=java_oracle8 - CONFIG=php matrix: exclude: @@ -55,10 +53,6 @@ matrix: env: CONFIG=android_jdk8 - os: osx env: CONFIG=android_oracle8 - - os: osx - env: CONFIG=java_jdk8 - - os: osx - env: CONFIG=java_oracle8 # Add into the matrix OS X tests of iOS samples (needs Xcode, so it won't # work on other platforms). These are split so it doesn't take as long to run include: diff --git a/java/README.md b/java/README.md index d44cc27..1154ddb 100644 --- a/java/README.md +++ b/java/README.md @@ -1,3 +1,12 @@ +![status: inactive](https://img.shields.io/badge/status-inactive-red.svg) + +The Google Cloud Vision API Java samples have moved. This directory is no longer +actively developed or maintained. + +For new work on this check out the +[vision samples](https://github.com/GoogleCloudPlatform/java-docs-samples/tree/master/vision) +in the Google Cloud Platform Java samples repository. + # Google Cloud Vision API Java examples This directory contains [Cloud Vision API](https://cloud.google.com/vision/) Java samples. diff --git a/java/face_detection/README.md b/java/face_detection/README.md index d938384..38de244 100644 --- a/java/face_detection/README.md +++ b/java/face_detection/README.md @@ -1,3 +1,12 @@ +![status: inactive](https://img.shields.io/badge/status-inactive-red.svg) + +The Google Cloud Vision API Java samples have moved. This directory is no longer +actively developed or maintained. + +For new work on this check out the +[face detection vision sample](https://github.com/GoogleCloudPlatform/java-docs-samples/tree/master/vision/face-detection) +in the Google Cloud Platform Java samples repository. + # Google Cloud Vision API Java Face Detection example ## Download Maven diff --git a/java/label/README.md b/java/label/README.md index 3677579..6f8701c 100644 --- a/java/label/README.md +++ b/java/label/README.md @@ -1,3 +1,12 @@ +![status: inactive](https://img.shields.io/badge/status-inactive-red.svg) + +The Google Cloud Vision API Java samples have moved. This directory is no longer +actively developed or maintained. + +For new work on this check out the +[image labeling vision sample](https://github.com/GoogleCloudPlatform/java-docs-samples/tree/master/vision/label) +in the Google Cloud Platform Java samples repository. + # Google Cloud Vision API Java Image Labeling example ## Download Maven diff --git a/java/landmark_detection/README.md b/java/landmark_detection/README.md index 864ee94..2c747e5 100644 --- a/java/landmark_detection/README.md +++ b/java/landmark_detection/README.md @@ -1,3 +1,12 @@ +![status: inactive](https://img.shields.io/badge/status-inactive-red.svg) + +The Google Cloud Vision API Java samples have moved. This directory is no longer +actively developed or maintained. + +For new work on this check out the +[landmark detection vision sample](https://github.com/GoogleCloudPlatform/java-docs-samples/tree/master/vision/landmark-detection) +in the Google Cloud Platform Java samples repository. + # Google Cloud Vision API Java Landmark Detection example This sample takes in the URI for an object in Google Cloud Storage, and diff --git a/java/text/README.md b/java/text/README.md index eda5a55..c16154e 100644 --- a/java/text/README.md +++ b/java/text/README.md @@ -1,3 +1,12 @@ +![status: inactive](https://img.shields.io/badge/status-inactive-red.svg) + +The Google Cloud Vision API Java samples have moved. This directory is no longer +actively developed or maintained. + +For new work on this check out the +[text vision sample](https://github.com/GoogleCloudPlatform/java-docs-samples/tree/master/vision/text) +in the Google Cloud Platform Java samples repository. + # Text Detection using the Vision API This sample requires Java 8.