Skip to content
This repository has been archived by the owner on Apr 18, 2022. It is now read-only.

Notify that Java samples have moved to java-docs-samples. #78

Merged
merged 1 commit into from
May 6, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,6 @@ env:
- CONFIG=android_jdk8
- CONFIG=android_oracle8
- CONFIG=go
- CONFIG=java_jdk8
- CONFIG=java_oracle8
- CONFIG=php
matrix:
exclude:
Expand All @@ -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:
Expand Down
9 changes: 9 additions & 0 deletions java/README.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
9 changes: 9 additions & 0 deletions java/face_detection/README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
9 changes: 9 additions & 0 deletions java/label/README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
9 changes: 9 additions & 0 deletions java/landmark_detection/README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
9 changes: 9 additions & 0 deletions java/text/README.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down