File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
articles/cognitive-services/language-service/sentiment-opinion-mining/includes/quickstarts Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ const languageKey = process.env.LANGUAGE_KEY;
68
68
const languageEndpoint = process .env .LANGUAGE_ENDPOINT ;
69
69
70
70
// Authenticate the client with your key and endpoint.
71
- const textAnalyticsClient = new TextAnalyticsClient (LanguageEndpoint , new AzureKeyCredential (languageKey));
71
+ const textAnalyticsClient = new TextAnalyticsClient (languageEndpoint , new AzureKeyCredential (languageKey));
72
72
73
73
// Example method for detecting sentiment and opinions in text.
74
74
async function sentimentAnalysisWithOpinionMining (client ){
@@ -162,4 +162,4 @@ sentimentAnalysisWithOpinionMining(textAnalyticsClient);
162
162
* [ Sentiment analysis and opinion mining language support] ( ../../language-support.md )
163
163
* [ How to call the API] ( ../../how-to/call-api.md )
164
164
* [ Reference documentation] ( /javascript/api/overview/azure/ai-text-analytics-readme?preserve-view=true&view=azure-node-latest )
165
- * [ Additional samples] ( https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/samples )
165
+ * [ Additional samples] ( https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/samples )
You can’t perform that action at this time.
0 commit comments