Skip to content

Commit b7a998d

Browse files
Merge pull request #208307 from jboback/SummarizationGatingVisibility
Summarization gating visibility
2 parents f8caf65 + 81d48e1 commit b7a998d

File tree

6 files changed

+3
-12
lines changed

6 files changed

+3
-12
lines changed

articles/cognitive-services/language-service/summarization/includes/quickstarts/csharp-sdk.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@ Use this quickstart to create a text summarization application with the client l
2525

2626
## Prerequisites
2727

28-
[!INCLUDE [availability](../regional-availability.md)]
29-
3028
* Azure subscription - [Create one for free](https://azure.microsoft.com/free/cognitive-services)
3129
* The [Visual Studio IDE](https://visualstudio.microsoft.com/vs/)
3230
* Once you have your Azure subscription, <a href="https://portal.azure.com/#create/Microsoft.CognitiveServicesTextAnalytics" title="Create a Language resource" target="_blank">create a Language resource </a> in the Azure portal to get your key and endpoint. After it deploys, click **Go to resource**.

articles/cognitive-services/language-service/summarization/includes/quickstarts/java-sdk.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ Use this quickstart to create a text summarization application with the client l
1717

1818
## Prerequisites
1919

20-
[!INCLUDE [availability](../regional-availability.md)]
21-
2220
* Azure subscription - [Create one for free](https://azure.microsoft.com/free/cognitive-services)
2321
* [Java Development Kit](https://www.oracle.com/technetwork/java/javase/downloads/index.html) (JDK) with version 8 or above
2422
* Once you have your Azure subscription, <a href="https://portal.azure.com/#create/Microsoft.CognitiveServicesTextAnalytics" title="Create a Language resource" target="_blank">create a Language resource </a> in the Azure portal to get your key and endpoint. After it deploys, click **Go to resource**.

articles/cognitive-services/language-service/summarization/includes/quickstarts/nodejs-sdk.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ Use this quickstart to create a text summarization application with the client l
1717

1818
## Prerequisites
1919

20-
[!INCLUDE [availability](../regional-availability.md)]
21-
2220
* Azure subscription - [Create one for free](https://azure.microsoft.com/free/cognitive-services)
2321
* [Node.js](https://nodejs.org/) v16 LTS
2422
* Once you have your Azure subscription, <a href="https://portal.azure.com/#create/Microsoft.CognitiveServicesTextAnalytics" title="Create a Language resource" target="_blank">create a Language resource </a> in the Azure portal to get your key and endpoint. After it deploys, click **Go to resource**.

articles/cognitive-services/language-service/summarization/includes/quickstarts/python-sdk.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@ Use this quickstart to create a text summarization application with the client l
2424

2525
## Prerequisites
2626

27-
[!INCLUDE [availability](../regional-availability.md)]
28-
2927
* Azure subscription - [Create one for free](https://azure.microsoft.com/free/cognitive-services)
3028
* [Python 3.x](https://www.python.org/)
3129
* Once you have your Azure subscription, <a href="https://portal.azure.com/#create/Microsoft.CognitiveServicesTextAnalytics" title="Create a Language resource" target="_blank">create a Language resource </a> in the Azure portal to get your key and endpoint. After it deploys, click **Go to resource**.

articles/cognitive-services/language-service/summarization/includes/quickstarts/rest-api.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,13 @@ ms.author: aahi
1010
ms.custom: ignite-fall-2021, event-tier1-build-2022
1111
---
1212

13-
1413
# [Document summarization](#tab/document-summarization)
1514

1615
[Reference documentation](https://westus2.dev.cognitive.microsoft.com/docs/services/TextAnalytics-v3-2-Preview-2/operations/Analyze)
1716

1817
# [Conversation summarization](#tab/conversation-summarization)
1918

20-
[Reference documentation](https://go.microsoft.com/fwlink/?linkid=2195178)
19+
[Reference documentation](https://go.microsoft.com/fwlink/?linkid=2195178)
2120

2221
---
2322

@@ -27,8 +26,6 @@ Use this quickstart to send text summarization requests using the REST API. In t
2726

2827
## Prerequisites
2928

30-
[!INCLUDE [availability](../regional-availability.md)]
31-
3229
* The current version of [cURL](https://curl.haxx.se/).
3330
* Once you have your Azure subscription, <a href="https://portal.azure.com/#create/Microsoft.CognitiveServicesTextAnalytics" title="Create a Language resource" target="_blank">create a Language resource </a> in the Azure portal to get your key and endpoint. After it deploys, click **Go to resource**.
3431
* You will 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.

articles/cognitive-services/language-service/summarization/quickstart.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ zone_pivot_groups: programming-languages-text-analytics
1717

1818
# Quickstart: using document summarization and conversation summarization (preview)
1919

20+
[!INCLUDE [availability](includes/regional-availability.md)]
21+
2022
::: zone pivot="programming-language-csharp"
2123

2224
[!INCLUDE [C# quickstart](includes/quickstarts/csharp-sdk.md)]

0 commit comments

Comments
 (0)