Skip to content

Commit df5f231

Browse files
author
remi Taylor
committed
Add usage and examples to README for Cloud Vision sample
1 parent fe91384 commit df5f231

1 file changed

Lines changed: 9 additions & 2 deletions

File tree

vision/README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,15 @@ Run the sample:
2121

2222
Usage:
2323

24-
Usage: ruby vision_samples.rb ...
24+
Usage: ruby vision_samples.rb <command> [arguments]
25+
26+
Commands:
27+
labels <image-path>
28+
landmark <image-path>
29+
faces <image-path> <output-image-path>
2530

2631
Example:
2732

28-
...
33+
ruby vision_samples.rb labels /path/to/cat.jpg
34+
ruby vision_samples.rb landmark /path/to/grand-canyon.jpg
35+
ruby vision_samples.rb faces /path/to/faces.jpg output-image.jpg

0 commit comments

Comments
 (0)