@@ -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
8482View 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
136104View the [ source code] [ text_code ] .
137105
0 commit comments