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
Copy file name to clipboardExpand all lines: google-cloud-dlp/README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ Java idiomatic client for [Google Cloud Data Loss Prevention](https://cloud.goog
> Note: This client is a work-in-progress, and may occasionally
16
16
> make backwards-incompatible changes.
@@ -46,7 +46,7 @@ About Google Cloud Data Loss Prevention
46
46
Google [Cloud Data Loss Prevention API][cloud-dlp-docs]
47
47
provides programmatic access to a powerful detection engine for personally identifiable information and other privacy-sensitive data in unstructured data streams, like text blocks and images.
48
48
49
-
See the ``google-cloud`` API [Data Loss Prevention API documentation][dlp-api]
49
+
See the [Data Loss Prevention client library docs][dlp-client-lib-docs]
50
50
to learn how to use this Cloud Data Loss Prevention API Client Library.
51
51
52
52
Getting Started
@@ -99,4 +99,4 @@ Apache 2.0 - See [LICENSE] for more information.
> Note: This client is a work-in-progress, and may occasionally
16
16
> make backwards-incompatible changes.
@@ -47,7 +47,7 @@ The Stackdriver Error Reporting API provides:
47
47
- A simple endpoint to report errors from your running service.
48
48
- Read access to error groups and their associated errors.
49
49
50
-
See the ``google-cloud`` API [error reporting documentation][error-reporting-api] to learn how to use this client library.
50
+
See the [Error Reporting client library docs][error-reporting-client-lib-docs] to learn how to use this client library.
51
51
52
52
Getting Started
53
53
---------------
@@ -57,7 +57,6 @@ You will need a [Google Developers Console](https://console.developers.google.co
57
57
#### Installation and setup
58
58
You'll need to obtain the `google-cloud-errorreporting` library. See the [Quickstart](#quickstart) section to add `google-cloud-errorreporting` as a dependency in your code.
59
59
60
-
61
60
Troubleshooting
62
61
---------------
63
62
@@ -98,4 +97,4 @@ Apache 2.0 - See [LICENSE] for more information.
> Note: This client is a work-in-progress, and may occasionally
16
16
> make backwards-incompatible changes.
@@ -44,7 +44,7 @@ About Google Cloud Natural Language
44
44
45
45
Google [Cloud Natural Language API][cloud-language-docs] provides natural language understanding technologies to developers, including sentiment analysis, entity analysis, and syntax analysis. This API is part of the larger Cloud Machine Learning API family.
46
46
47
-
See the ``google-cloud`` API [natural language documentation][language-api] to learn how to use this Cloud Natural Language API Client Library.
47
+
See the [Natural Language client library docs][language-client-lib-docs] to learn how to use this Cloud Natural Language API Client Library.
48
48
49
49
Getting Started
50
50
---------------
@@ -54,9 +54,38 @@ You will need a [Google Developers Console](https://console.developers.google.co
54
54
#### Installation and setup
55
55
You'll need to obtain the `google-cloud-language` library. See the [Quickstart](#quickstart) section to add `google-cloud-language` as a dependency in your code.
56
56
57
+
#### Analyzing sentiment
58
+
With Cloud Natural Language, you can analyze the sentiment of text. Add the following imports at the top of your file:
In [AnalyzeSentiment.java](../google-cloud-examples/src/main/java/com/google/cloud/examples/language/snippets/AnalyzeSentiment.java) we put a quick start example, which shows how you can use Google Natural Language API to automatically analyze a sentiment of a text message.
88
+
In [AnalyzeSentiment.java](../google-cloud-examples/src/main/java/com/google/cloud/examples/language/snippets/AnalyzeSentiment.java) we put the code shown above into a complete program.
60
89
61
90
Troubleshooting
62
91
---------------
@@ -99,4 +128,4 @@ Apache 2.0 - See [LICENSE] for more information.
0 commit comments