Skip to content

Commit 169600b

Browse files
committed
Remove unused Vision samples.
1 parent c44fe4a commit 169600b

File tree

6 files changed

+2
-256
lines changed

6 files changed

+2
-256
lines changed

vision/README.md

Lines changed: 2 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ content.
1515
* [Samples](#samples)
1616
* [Detection snippets](#detection-snippets)
1717
* [Face detection](#face-detection)
18-
* [Label detection](#label-detection)
19-
* [Landmark detection](#landmark-detection)
2018
* [Text detection](#text-detection)
2119

2220
## Setup
@@ -79,7 +77,7 @@ For more information, see https://cloud.google.com/vision/docs
7977
[detect_docs]: https://cloud.google.com/vision/docs
8078
[detect_code]: detect.js
8179

82-
### Face detection
80+
### Face detection tutorial
8381

8482
View the [documentation][face_docs] or the [source code][face_code].
8583

@@ -101,37 +99,7 @@ Example:
10199
[face_docs]: https://cloud.google.com/vision/docs/face-tutorial
102100
[face_code]: faceDetection.js
103101

104-
### Label detection
105-
106-
View the [documentation][label_docs] or the [source code][label_code].
107-
108-
__Run the sample:__
109-
110-
Usage: `node labelDetection <path-to-image-file>`
111-
112-
Example:
113-
114-
node labelDetection "./resources/wakeupcat.jpg"
115-
116-
[label_docs]: https://cloud.google.com/vision/docs/label-tutorial
117-
[label_code]: labelDetection.js
118-
119-
### Landmark detection
120-
121-
View the [documentation][landmark_docs] or the [source code][landmark_code].
122-
123-
__Run the sample:__
124-
125-
Usage: `node landmarkDetection <image-uri>`
126-
127-
Example:
128-
129-
node landmarkDetection "https://cloud-samples-tests.storage.googleapis.com/vision/water.jpg"
130-
131-
[landmark_docs]: https://cloud.google.com/vision/docs/landmark-tutorial
132-
[landmark_code]: landmarkDetection.js
133-
134-
### Text detection sample
102+
### Text detection tutorial
135103

136104
View the [source code][text_code].
137105

vision/labelDetection.js

Lines changed: 0 additions & 75 deletions
This file was deleted.

vision/landmarkDetection.js

Lines changed: 0 additions & 77 deletions
This file was deleted.

vision/not-a-meme.txt

Lines changed: 0 additions & 2 deletions
This file was deleted.

vision/system-test/labelDetection.test.js

Lines changed: 0 additions & 35 deletions
This file was deleted.

vision/system-test/landmarkDetection.test.js

Lines changed: 0 additions & 33 deletions
This file was deleted.

0 commit comments

Comments
 (0)