Skip to content

Commit 11ad7f9

Browse files
authored
Merge pull request #96569 from assafi/assafi/ta_console_links
[Cog svcs] Fixing API Console references
2 parents ac4e098 + 4859eac commit 11ad7f9

File tree

11 files changed

+29
-13
lines changed

11 files changed

+29
-13
lines changed

articles/cognitive-services/text-analytics/how-tos/text-analytics-how-to-call-api.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,7 @@ Each request must include your access key and an HTTP endpoint. The endpoint spe
2121

2222
Recall that Text Analytics is stateless so there are no data assets to manage. Your text is uploaded, analyzed upon receipt, and results are returned immediately to the calling application.
2323

24-
> [!Tip]
25-
> For one-off calls to see how the API works, you can send POST requests from the built-in **API testing console**, available on any [API doc page](https://westcentralus.dev.cognitive.microsoft.com/docs/services/TextAnalytics-v2-1/operations/56f30ceeeda5650db055a3c6). There is no setup, and the only requirements are to paste an access key and the JSON documents into the request.
24+
[!INCLUDE [text-analytics-api-references](../includes/text-analytics-api-references.md)]
2625

2726
## Prerequisites
2827

articles/cognitive-services/text-analytics/how-tos/text-analytics-how-to-entity-linking.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Named entity recognition (NER) is the ability to identify different entities in
2929

3030
## Named Entity Recognition v3 public preview
3131

32-
The [next version of Named Entity Recognition]( https://cognitiveusw2ppe.portal.azure-api.net/docs/services/TextAnalytics-v3-0-Preview-1/operations/EntitiesRecognitionGeneral) is now available for public preview. It provides updates to both entity linking and Named Entity Recognition.
32+
The [next version of Named Entity Recognition](https://westus.dev.cognitive.microsoft.com/docs/services/TextAnalytics-v3-0-Preview-1/operations/EntitiesRecognitionGeneral) is now available for public preview. It provides updates to both entity linking and Named Entity Recognition.
3333

3434
:::row:::
3535
:::column span="":::

articles/cognitive-services/text-analytics/how-tos/text-analytics-how-to-sentiment-analysis.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Sentiment analysis is performed on the entire document, as opposed to extracting
3131

3232
## Sentiment Analysis v3 public preview
3333

34-
The [next version of Sentiment Analysis](https://cognitiveusw2ppe.portal.azure-api.net/docs/services/TextAnalytics-v3-0-Preview-1/operations/Sentiment) is now available for public preview. It provides significant improvements in the accuracy and detail of the API's text categorization and scoring.
34+
The [next version of Sentiment Analysis](https://westus.dev.cognitive.microsoft.com/docs/services/TextAnalytics-v3-0-Preview-1/operations/Sentiment) is now available for public preview. It provides significant improvements in the accuracy and detail of the API's text categorization and scoring.
3535

3636
> [!NOTE]
3737
> * The Sentiment Analysis v3 request format and [data limits](../overview.md#data-limits) are the same as the previous version.
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
title: Text Analytics API Reference
3+
titleSuffix: Azure Cognitive Services
4+
description: Reference to latest stable and preview API definitions
5+
services: cognitive-services
6+
author: aahill
7+
manager: nitinme
8+
ms.service: cognitive-services
9+
ms.topic: include
10+
ms.date: 11/19/2019
11+
ms.author: assafi
12+
---
13+
14+
> [!Tip]
15+
> For detailed API technical documentation and to see it in action, use the following links. You can also send POST requests from the built-in API test console. No setup is required, simply paste your resource key and JSON documents into the request:
16+
> - Latest stable API - [v2.1](https://westcentralus.dev.cognitive.microsoft.com/docs/services/TextAnalytics-v2-1)
17+
> - Latest preview API - [v3.0-Preview.1](https://westus.dev.cognitive.microsoft.com/docs/services/TextAnalytics-v3-0-Preview-1)

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ ms.author: aahi
1717

1818
This article shows you how to [detect language](#Detect), [analyze sentiment](#SentimentAnalysis), [extract key phrases](#KeyPhraseExtraction), and [identify linked entities](#Entities) using the [Text Analytics APIs](//go.microsoft.com/fwlink/?LinkID=759711) with Go.
1919

20-
Refer to the [API definitions](//go.microsoft.com/fwlink/?LinkID=759346) for technical documentation for the APIs.
20+
[!INCLUDE [text-analytics-api-references](../includes/text-analytics-api-references.md)]
2121

2222
## Prerequisites
2323

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ ms.custom: seo-java-july2019, seo-java-august2019
1818

1919
This article shows you how to [detect language](#Detect), [analyze sentiment](#SentimentAnalysis), [extract key phrases](#KeyPhraseExtraction), and [identify linked entities](#Entities) using the [Text Analytics APIs](//go.microsoft.com/fwlink/?LinkID=759711) with Java.
2020

21-
Refer to the [API definitions](//go.microsoft.com/fwlink/?LinkID=759346) for technical documentation for the APIs.
21+
[!INCLUDE [text-analytics-api-references](../includes/text-analytics-api-references.md)]
2222

2323
## Prerequisites
2424

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ ms.custom: seo-javascript-september2019
1818

1919
This article shows you how to [detect language](#Detect), [analyze sentiment](#SentimentAnalysis), [extract key phrases](#KeyPhraseExtraction), and [identify linked entities](#Entities) using the [Text Analytics APIs](//go.microsoft.com/fwlink/?LinkID=759711) with Node.JS.
2020

21-
Refer to the [API definitions](//go.microsoft.com/fwlink/?LinkID=759346) for technical documentation for the APIs.
21+
[!INCLUDE [text-analytics-api-references](../includes/text-analytics-api-references.md)]
2222

2323
## Prerequisites
2424

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ ms.author: aahi
1717

1818
This article shows you how to [detect language](#Detect), [analyze sentiment](#SentimentAnalysis), [extract key phrases](#KeyPhraseExtraction), and [identify linked entities](#Entities) using the [Text Analytics APIs](//go.microsoft.com/fwlink/?LinkID=759711) with PHP.
1919

20-
Refer to the [API definitions](//go.microsoft.com/fwlink/?LinkID=759346) for technical documentation for the APIs.
20+
[!INCLUDE [text-analytics-api-references](../includes/text-analytics-api-references.md)]
2121

2222
## Prerequisites
2323

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ ms.author: aahi
1818

1919
Use this quickstart to begin analyzing language with the Text Analytics REST API and Python. This article shows you how to [detect language](#Detect), [analyze sentiment](#SentimentAnalysis), [extract key phrases](#KeyPhraseExtraction), and [identify linked entities](#Entities).
2020

21-
Refer to the [API definitions](//go.microsoft.com/fwlink/?LinkID=759346) for technical documentation for the APIs.
21+
[!INCLUDE [text-analytics-api-references](../includes/text-analytics-api-references.md)]
2222

2323
## Prerequisites
2424

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ ms.author: aahi
1717

1818
This article shows you how to [detect language](#Detect), [analyze sentiment](#SentimentAnalysis), [extract key phrases](#KeyPhraseExtraction), and [identify linked entities](#Entities) using the [Text Analytics APIs](//go.microsoft.com/fwlink/?LinkID=759711) with Ruby.
1919

20-
Refer to the [API definitions](//go.microsoft.com/fwlink/?LinkID=759346) for technical documentation for the APIs.
20+
[!INCLUDE [text-analytics-api-references](../includes/text-analytics-api-references.md)]
2121

2222
## Prerequisites
2323

0 commit comments

Comments
 (0)