We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f29487 commit fe91384Copy full SHA for fe91384
1 file changed
vision/README.md
@@ -0,0 +1,28 @@
1
+<img src="https://avatars2.githubusercontent.com/u/2810941?v=3&s=96" alt="Google Cloud Platform logo" title="Google Cloud Platform" align="right" height="96" width="96"/>
2
+
3
+# Google Cloud Vision API Ruby Samples
4
5
+The [Cloud Vision API][vision_docs] allows developers to easily integrate vision
6
+detection features within applications, including image labeling, face and
7
+landmark detection, optical character recognition (OCR), and tagging of explicit
8
+content.
9
10
+[vision_docs]: https://cloud.google.com/vision/docs/
11
12
+## Run sample
13
14
+To run the sample, first install dependencies:
15
16
+ bundle install
17
18
+Run the sample:
19
20
+ bundle exec ruby vision_samples.rb
21
22
+Usage:
23
24
+ Usage: ruby vision_samples.rb ...
25
26
+Example:
27
28
+ ...
0 commit comments