You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Ruby Client for Google Cloud Vision API ([Alpha](https://github.com/GoogleCloudPlatform/google-cloud-ruby#versioning))
2
2
3
-
[Google Cloud Vision](https://cloud.google.com/vision/) ([docs](https://cloud.google.com/vision/docs)) allows developers to easily integrate vision detection features within applications, including image labeling, face and landmark detection, optical character recognition (OCR), and tagging of explicit content.
4
-
5
-
-[google-cloud-vision API documentation](http://googlecloudplatform.github.io/google-cloud-ruby/#/docs/google-cloud-vision/latest)
6
-
-[google-cloud-vision on RubyGems](https://rubygems.org/gems/google-cloud-vision)
This library uses Service Account credentials to connect to Google Cloud services. When running on Compute Engine the credentials will be discovered automatically. When running on other environments the Service Account credentials can be specified by providing the path to the JSON file, or the JSON itself, in environment variables.
18
-
19
-
Instructions and configuration options are covered in the [Authentication Guide](https://googlecloudplatform.github.io/google-cloud-ruby/#/docs/google-cloud-vision/guides/authentication).
This library follows [Semantic Versioning](http://semver.org/).
41
-
42
-
It is currently in major version zero (0.y.z), which means that anything may change at any time and the public API should not be considered stable.
43
-
44
-
## Contributing
45
-
46
-
Contributions to this library are always welcome and highly encouraged.
47
-
48
-
See the [Contributing Guide](https://googlecloudplatform.github.io/google-cloud-ruby/#/docs/guides/contributing) for more information on how to get started.
49
-
50
-
Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms. See [Code of Conduct](../CODE_OF_CONDUCT.md) for more information.
51
-
52
-
## License
53
-
54
-
This library is licensed under Apache 2.0. Full license text is available in [LICENSE](LICENSE).
55
-
56
-
## Support
33
+
### Next Steps
34
+
- Read the [Client Library Documentation][] for Google Cloud Vision API
35
+
to see other available methods on the client.
36
+
- Read the [Google Cloud Vision API Product documentation][Product Documentation]
37
+
to learn more about the product and see How-to Guides.
38
+
- View this [repository's main README](https://github.com/GoogleCloudPlatform/google-cloud-ruby/blob/master/README.md)
39
+
to see the full list of Cloud APIs that we cover.
57
40
58
-
Please [report bugs at the project on Github](https://github.com/GoogleCloudPlatform/google-cloud-ruby/issues).
59
-
Don't hesitate to [ask questions](http://stackoverflow.com/questions/tagged/google-cloud-platform+ruby) about the client or APIs on [StackOverflow](http://stackoverflow.com).
fail"You must provide a project and keyfile. e.g. rake acceptance[test123, /path/to/keyfile.json] or VISION_TEST_PROJECT=test123 VISION_TEST_KEYFILE=/path/to/keyfile.json rake acceptance"
0 commit comments