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
{{ message }}
This repository was archived by the owner on Jul 13, 2023. It is now read-only.
[Cloud Natural Language API](https://cloud.google.com/natural-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.
12
11
13
12
14
-
*[Using the client library](#using-the-client-library)
13
+
14
+
[Cloud Natural Language API](https://cloud.google.com/natural-language/docs) provides natural
15
+
language understanding technologies to developers, including sentiment analysis, entity
16
+
analysis, and syntax analysis. This API is part of the larger Cloud Machine Learning API family.
17
+
18
+
19
+
*[Natural Language Node.js Client API Reference][client-docs]
Samples are in the [`samples/`](https://github.com/googleapis/nodejs-language/tree/master/samples) directory. The samples' `README.md`
| Automl Natural Language Dataset |[source code](https://github.com/googleapis/nodejs-language/blob/master/samples/automlNaturalLanguageDataset.js)|[![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-language&page=editor&open_in_editor=samples/automlNaturalLanguageDataset.js,samples/README.md)|
96
+
| Automl Natural Language Model |[source code](https://github.com/googleapis/nodejs-language/blob/master/samples/automlNaturalLanguageModel.js)|[![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-language&page=editor&open_in_editor=samples/automlNaturalLanguageModel.js,samples/README.md)|
97
+
| Automl Natural Language Predict |[source code](https://github.com/googleapis/nodejs-language/blob/master/samples/automlNaturalLanguagePredict.js)|[![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-language&page=editor&open_in_editor=samples/automlNaturalLanguagePredict.js,samples/README.md)|
72
98
| Quickstart |[source code](https://github.com/googleapis/nodejs-language/blob/master/samples/quickstart.js)|[![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-language&page=editor&open_in_editor=samples/quickstart.js,samples/README.md)|
73
-
| Analyze v1 |[source code](https://github.com/googleapis/nodejs-language/blob/master/samples/analyze.v1.js)|[![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-language&page=editor&open_in_editor=samples/analyze.v1.js,samples/README.md)|
74
-
| Analyze v1beta2 |[source code](https://github.com/googleapis/nodejs-language/blob/master/samples/analyze.v1beta2.js)|[![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-language&page=editor&open_in_editor=samples/analyze.v1beta2.js,samples/README.md)|
75
-
| AutoML Dataset |[source code](https://github.com/googleapis/nodejs-language/blob/master/samples/automl/automlNaturalLanguageDataset.js)|[![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-language&page=editor&open_in_editor=samples/automl/automlNaturalLanguageDataset.js,samples/README.md)|
76
-
| AutoML Model |[source code](https://github.com/googleapis/nodejs-language/blob/master/samples/automl/automlNaturalLanguageModel.js)|[![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-language&page=editor&open_in_editor=samples/automl/automlNaturalLanguageModel.js,samples/README.md)|
77
-
| AutoML Predict |[source code](https://github.com/googleapis/nodejs-language/blob/master/samples/automl/automlNaturalLanguagePredict.js)|[![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-language&page=editor&open_in_editor=samples/automl/automlNaturalLanguagePredict.js,samples/README.md)|
78
99
79
-
The [Natural Language API Node.js Client API Reference][client-docs] documentation
100
+
101
+
102
+
The [Natural Language Node.js Client API Reference][client-docs] documentation
80
103
also contains samples.
81
104
82
105
## Versioning
83
106
84
107
This library follows [Semantic Versioning](http://semver.org/).
85
108
109
+
86
110
This library is considered to be **General Availability (GA)**. This means it
87
111
is stable; the code surface will not change in backwards-incompatible ways
88
112
unless absolutely necessary (e.g. because of critical security issues) or with
89
113
an extensive deprecation period. Issues and requests against **GA** libraries
90
114
are addressed with the highest priority.
91
115
116
+
117
+
118
+
119
+
92
120
More Information: [Google Cloud Platform Launch Stages][launch_stages]
0 commit comments