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
Use this quickstart to create a text summarization application with the client library for Node.js. In the following example, you'll create a JavaScript application that can summarize documents.
13
+
Use this quickstart to create a text summarization application with the client library for Node.js. In the following example, you create a JavaScript application that can summarize documents.
14
14
15
15
[!INCLUDE [Use Language Studio](../use-language-studio.md)]
16
16
@@ -19,9 +19,9 @@ Use this quickstart to create a text summarization application with the client l
19
19
* Azure subscription - [Create one for free](https://azure.microsoft.com/free/cognitive-services)
20
20
*[Node.js](https://nodejs.org/) v16 LTS
21
21
* Once you have your Azure subscription, [create an AI services resource](../../../../../ai-studio/ai-services/multi-service-resource?pivots=azportal#create-a-new-azure-ai-services-resource).
22
-
* You'll need the key and endpoint from the resource you create to connect your application to the API. You'll paste your key and endpoint into the code below later in the quickstart.
22
+
* You need the key and endpoint from the resource you create to connect your application to the API. You paste your key and endpoint into the code below later in the quickstart.
23
23
* You can use the free pricing tier (`Free F0`) to try the service, and upgrade later to a paid tier for production.
24
-
* To use the Analyze feature, you'll need a Language resource with the standard (S) pricing tier.
24
+
* To use the Analyze feature, you need a Language resource with the standard (S) pricing tier.
0 commit comments