Skip to content

Commit 9ebd1ea

Browse files
committed
comment-out
1 parent 067d7ae commit 9ebd1ea

File tree

1 file changed

+3
-2
lines changed
  • articles/cognitive-services/language-service/sentiment-opinion-mining/how-to

1 file changed

+3
-2
lines changed

articles/cognitive-services/language-service/sentiment-opinion-mining/how-to/call-api.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ manager: nitinme
88
ms.service: cognitive-services
99
ms.subservice: language-service
1010
ms.topic: how-to
11-
ms.date: 03/01/2022
11+
ms.date: 03/15/2022
1212
ms.author: aahi
1313
ms.custom: language-service-sentiment-opinion-mining, ignite-fall-2021
1414
---
@@ -52,7 +52,7 @@ If you're using the REST API, to get Opinion Mining in your results, you must in
5252

5353
By default, sentiment analysis will use the latest available AI model on your text. You can also configure your API requests to use a specific [model version](../../concepts/model-lifecycle.md).
5454

55-
### Using a preview model version
55+
<!--### Using a preview model version
5656
5757
To use the a preview model version in your API calls, you must specify the model version using the model version parameter. For example, if you were sending a request using Python:
5858
@@ -73,6 +73,7 @@ See the reference documentation for more information.
7373
* [Python](/python/api/azure-ai-textanalytics/azure.ai.textanalytics.textanalyticsclient#analyze-sentiment-documents----kwargs-)
7474
* [Java](/java/api/com.azure.ai.textanalytics.models.analyzesentimentoptions.setmodelversion#com_azure_ai_textanalytics_models_AnalyzeSentimentOptions_setModelVersion_java_lang_String_)
7575
* [JavaScript](/javascript/api/@azure/ai-text-analytics/analyzesentimentoptions)
76+
-->
7677

7778
### Input languages
7879

0 commit comments

Comments
 (0)