Skip to content

Commit 8f38bbe

Browse files
committed
Clean up merge conflicts
1 parent 806ea4b commit 8f38bbe

File tree

3 files changed

+85
-65
lines changed

3 files changed

+85
-65
lines changed

articles/cognitive-services/text-analytics/quickstarts/text-analytics-sdk-v2.md

Lines changed: 0 additions & 64 deletions
This file was deleted.

articles/cognitive-services/text-analytics/quickstarts/text-analytics-sdk.md

Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,62 @@ Use the Text Analytics client library version `3.0-preview` to perform:
4040
[!INCLUDE [Python quickstart](../includes/quickstarts/v3/python-sdk.md)]
4141
::: zone-end
4242

43+
::: zone pivot="programming-language-csharp"
44+
45+
> [!IMPORTANT]
46+
> * The latest preview version of the Text Analytics API is `3.0-preview`, which includes a public preview for improved [Sentiment Analysis](../how-tos/text-analytics-how-to-sentiment-analysis.md#sentiment-analysis-versions-and-features) and [Named Entity Recognition (NER)](../how-tos/text-analytics-how-to-entity-linking.md#named-entity-recognition-versions-and-features). The latest stable version is `2.1`.
47+
> * Be sure to only follow the instructions for the version you are using.
48+
> * The code in this article uses synchronous methods and un-secured credentials storage for simplicity reasons. For production scenarios, we recommend using the batched asynchronous methods for performance and scalability. See the reference documentation below.
49+
50+
[!INCLUDE [C# quickstart](../includes/quickstarts/csharp-sdk.md)]
51+
52+
::: zone-end
53+
54+
::: zone pivot="programming-language-java"
55+
56+
> [!IMPORTANT]
57+
> * This quickstart is only for version `3.0-preview` of the Text Analytics client library, which includes a public preview for improved [Sentiment Analysis](../how-tos/text-analytics-how-to-sentiment-analysis.md#sentiment-analysis-versions-and-features) and [Named Entity Recognition (NER)](../how-tos/text-analytics-how-to-entity-linking.md#named-entity-recognition-versions-and-features).
58+
> * Be sure to only follow the instructions for the version you are using.
59+
> * The code in this article uses synchronous methods and un-secured credentials storage for simplicity reasons. For production scenarios, we recommend using the batched asynchronous methods for performance and scalability. See the reference documentation below.
60+
61+
[!INCLUDE [Java quickstart](../includes/quickstarts/java-sdk.md)]
62+
63+
::: zone-end
64+
65+
::: zone pivot="programming-language-javascript"
66+
67+
> [!IMPORTANT]
68+
> * The latest preview version of the Text Analytics API is `3.0-preview`, which includes a public preview for improved [Sentiment Analysis](../how-tos/text-analytics-how-to-sentiment-analysis.md#sentiment-analysis-versions-and-features) and [Named Entity Recognition (NER)](../how-tos/text-analytics-how-to-entity-linking.md#named-entity-recognition-versions-and-features). The latest stable version is `2.1`.
69+
> * Be sure to only follow the instructions for the version you are using.
70+
> * The code in this article uses synchronous methods and un-secured credentials storage for simplicity reasons. For production scenarios, we recommend using the batched asynchronous methods for performance and scalability. See the reference documentation below.
71+
72+
[!INCLUDE [NodeJS quickstart](../includes/quickstarts/nodejs-sdk.md)]
73+
74+
::: zone-end
75+
76+
::: zone pivot="programming-language-python"
77+
78+
> [!IMPORTANT]
79+
> * The latest preview version of the Text Analytics API is `3.0-preview`, which includes a public preview for improved [Sentiment Analysis](../how-tos/text-analytics-how-to-sentiment-analysis.md#sentiment-analysis-versions-and-features) and [Named Entity Recognition (NER)](../how-tos/text-analytics-how-to-entity-linking.md#named-entity-recognition-versions-and-features). The latest stable version is `2.1`.
80+
> * Be sure to only follow the instructions for the version you are using.
81+
> * The code in this article uses synchronous methods and un-secured credentials storage for simplicity reasons. For production scenarios, we recommend using the batched asynchronous methods for performance and scalability. See the reference documentation below.
82+
83+
[!INCLUDE [Python quickstart](../includes/quickstarts/python-sdk.md)]
84+
85+
::: zone-end
86+
87+
::: zone pivot="programming-language-other"
88+
89+
## Additional language support
90+
91+
If you've clicked this tab, you probably didn't see a quickstart in your favorite programming language. Don't worry, we have additional quickstarts available. Use the table to find the right sample for your programming language.
92+
93+
| Language | Available version |
94+
|----------|------------------------|
95+
| Ruby | [Version 2.1](ruby-sdk.md) |
96+
| Go | [Version 2.1](go-sdk.md) |
97+
98+
::: zone-end
4399

44100
## Clean up resources
45101

articles/zone-pivot-groups.yml

Lines changed: 29 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,21 @@ groups:
147147
- id: text-analytics-language-detection
148148
title: Language Detection
149149
- id: text-analytics-sentiment-analysis
150-
title: Sentiment Analysis
150+
title: Sentiment Analysis
151+
- id: programming-languages-set-functions
152+
title: Programming languages
153+
prompt: Choose a programming language
154+
pivots:
155+
- id: programming-language-csharp
156+
title: C#
157+
- id: programming-language-javascript
158+
title: JavaScript
159+
- id: programming-language-powershell
160+
title: PowerShell
161+
- id: programming-language-python
162+
title: Python
163+
- id: programming-language-typescript
164+
title: TypeScript
151165
- id: programming-languages-set-functions01
152166
title: Programming languages
153167
prompt: Choose a programming language
@@ -162,6 +176,20 @@ groups:
162176
title: Python
163177
- id: programming-language-typescript
164178
title: TypeScript
179+
- id: programming-languages-text-analytics
180+
title: Programming languages
181+
prompt: Choose a programming language.
182+
pivots:
183+
- id: programming-language-csharp
184+
title: C#
185+
- id: programming-language-python
186+
title: Python
187+
- id: programming-language-javascript
188+
title: javascript
189+
- id: programming-language-java
190+
title: Java
191+
- id: programming-language-other
192+
title: Other languages...
165193
- id: programming-languages-set-diberry-3core
166194
title: Programming languages
167195
prompt: Choose a programming language

0 commit comments

Comments
 (0)