Skip to content

Commit c0e125d

Browse files
committed
Merge branch 'main' of https://github.com/MicrosoftDocs/azure-docs-pr into rolyon-rbac-resource-provider-healthcareapis
2 parents 49d1def + d4313b9 commit c0e125d

File tree

11 files changed

+26
-26
lines changed

11 files changed

+26
-26
lines changed

articles/cognitive-services/language-service/concepts/developer-guide.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ The conversation analysis authoring API enables you to author custom models and
110110
* [Conversational language understanding](../conversational-language-understanding/quickstart.md?pivots=rest-api)
111111
* [Orchestration workflow](../orchestration-workflow/quickstart.md?pivots=rest-api)
112112

113-
As you use this API in your application, see the [reference documentation](/rest/api/language/2022-05-01/conversational-analysis-authoring) for additional information.
113+
As you use this API in your application, see the [reference documentation](/rest/api/language/2023-04-01/conversational-analysis-authoring) for additional information.
114114

115115
### Conversation analysis runtime API
116116

@@ -122,7 +122,7 @@ It additionally enables you to use the following features, without creating any
122122
* [Conversation summarization](../summarization/quickstart.md?pivots=rest-api&tabs=conversation-summarization)
123123
* [Personally Identifiable Information (PII) detection for conversations](../personally-identifiable-information/how-to-call-for-conversations.md?tabs=rest-api#examples)
124124

125-
As you use this API in your application, see the [reference documentation](/rest/api/language/2022-05-01/conversation-analysis-runtime) for additional information.
125+
As you use this API in your application, see the [reference documentation](/rest/api/language/2023-04-01/conversation-analysis-runtime) for additional information.
126126

127127

128128
### Text analysis authoring API
@@ -131,7 +131,7 @@ The text analysis authoring API enables you to author custom models and create/m
131131
* [Custom named entity recognition](../custom-named-entity-recognition/quickstart.md?pivots=rest-api)
132132
* [Custom text classification](../custom-text-classification/quickstart.md?pivots=rest-api)
133133

134-
As you use this API in your application, see the [reference documentation](/rest/api/language/2022-05-01/text-analysis-authoring) for additional information.
134+
As you use this API in your application, see the [reference documentation](/rest/api/language/2023-04-01/text-analysis-authoring) for additional information.
135135

136136
### Text analysis runtime API
137137

@@ -150,7 +150,7 @@ It additionally enables you to use the following features, without creating any
150150
* [Sentiment analysis and opinion mining](../sentiment-opinion-mining/quickstart.md?pivots=rest-api)
151151
* [Text analytics for health](../text-analytics-for-health/quickstart.md?pivots=rest-api)
152152

153-
As you use this API in your application, see the [reference documentation](/rest/api/language/2022-05-01/text-analysis-runtime/analyze-text) for additional information.
153+
As you use this API in your application, see the [reference documentation](/rest/api/language/2023-04-01/text-analysis-runtime/analyze-text) for additional information.
154154

155155
### Question answering APIs
156156

articles/cognitive-services/language-service/concepts/role-based-access-control.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -69,17 +69,17 @@ A user that should only be validating and reviewing the Language apps, typically
6969
:::column-end:::
7070
:::column span="":::
7171
All GET APIs under:
72-
* [Language authoring conversational language understanding APIs](/rest/api/language/2022-05-01/conversational-analysis-authoring)
73-
* [Language authoring text analysis APIs](/rest/api/language/2022-05-01/text-analysis-authoring)
72+
* [Language authoring conversational language understanding APIs](/rest/api/language/2023-04-01/conversational-analysis-authoring)
73+
* [Language authoring text analysis APIs](/rest/api/language/2023-04-01/text-analysis-authoring)
7474
* [Question answering projects](/rest/api/cognitiveservices/questionanswering/question-answering-projects)
7575
Only `TriggerExportProjectJob` POST operation under:
76-
* [Language authoring conversational language understanding export API](/rest/api/language/2022-05-01/text-analysis-authoring/export)
77-
* [Language authoring text analysis export API](/rest/api/language/2022-05-01/text-analysis-authoring/export)
76+
* [Language authoring conversational language understanding export API](/rest/api/language/2023-04-01/text-analysis-authoring/export)
77+
* [Language authoring text analysis export API](/rest/api/language/2023-04-01/text-analysis-authoring/export)
7878
Only Export POST operation under:
7979
* [Question Answering Projects](/rest/api/cognitiveservices/questionanswering/question-answering-projects/export)
8080
All the Batch Testing Web APIs
81-
*[Language Runtime CLU APIs](/rest/api/language/2022-05-01/conversation-analysis-runtime)
82-
*[Language Runtime Text Analysis APIs](/rest/api/language/2022-05-01/text-analysis-runtime/analyze-text)
81+
*[Language Runtime CLU APIs](/rest/api/language/2023-04-01/conversation-analysis-runtime)
82+
*[Language Runtime Text Analysis APIs](/rest/api/language/2023-04-01/text-analysis-runtime/analyze-text)
8383
:::column-end:::
8484
:::row-end:::
8585

@@ -105,8 +105,8 @@ A user that is responsible for building and modifying an application, as a colla
105105
:::column span="":::
106106
* All APIs under Language reader
107107
* All POST, PUT and PATCH APIs under:
108-
* [Language conversational language understanding APIs](/rest/api/language/2022-05-01/conversational-analysis-authoring)
109-
* [Language text analysis APIs](/rest/api/language/2022-05-01/text-analysis-authoring)
108+
* [Language conversational language understanding APIs](/rest/api/language/2023-04-01/conversational-analysis-authoring)
109+
* [Language text analysis APIs](/rest/api/language/2023-04-01/text-analysis-authoring)
110110
* [question answering projects](/rest/api/cognitiveservices/questionanswering/question-answering-projects)
111111
Except for
112112
* Delete deployment
@@ -140,8 +140,8 @@ These users are the gatekeepers for the Language applications in production envi
140140
:::column-end:::
141141
:::column span="":::
142142
All APIs available under:
143-
* [Language authoring conversational language understanding APIs](/rest/api/language/2022-05-01/conversational-analysis-authoring)
144-
* [Language authoring text analysis APIs](/rest/api/language/2022-05-01/text-analysis-authoring)
143+
* [Language authoring conversational language understanding APIs](/rest/api/language/2023-04-01/conversational-analysis-authoring)
144+
* [Language authoring text analysis APIs](/rest/api/language/2023-04-01/text-analysis-authoring)
145145
* [question answering projects](/rest/api/cognitiveservices/questionanswering/question-answering-projects)
146146

147147
:::column-end:::

articles/cognitive-services/language-service/concepts/use-asynchronously.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ When you send asynchronous requests, you will incur charges based on number of t
3232

3333
## Submit an asynchronous job using the REST API
3434

35-
To submit an asynchronous job, review the [reference documentation](/rest/api/language/2022-05-01/text-analysis-runtime/submit-job) for the JSON body you'll send in your request.
35+
To submit an asynchronous job, review the [reference documentation](/rest/api/language/2023-04-01/text-analysis-runtime/submit-job) for the JSON body you'll send in your request.
3636
1. Add your documents to the `analysisInput` object.
3737
1. In the `tasks` object, include the operations you want performed on your data. For example, if you wanted to perform sentiment analysis, you would include the `SentimentAnalysisLROTask` object.
3838
1. You can optionally:
@@ -51,7 +51,7 @@ A successful call will return a 202 response code. The `operation-location` in t
5151
GET {Endpoint}/language/analyze-text/jobs/12345678-1234-1234-1234-12345678?api-version=2022-05-01
5252
```
5353

54-
To [get the status and retrieve the results](/rest/api/language/2022-05-01/text-analysis-runtime/job-status) of the request, send a GET request to the URL you received in the `operation-location` header from the previous API response. Remember to include your key in the `Ocp-Apim-Subscription-Key`. The response will include the results of your API call.
54+
To [get the status and retrieve the results](/rest/api/language/2023-04-01/text-analysis-runtime/job-status) of the request, send a GET request to the URL you received in the `operation-location` header from the previous API response. Remember to include your key in the `Ocp-Apim-Subscription-Key`. The response will include the results of your API call.
5555

5656
## Send asynchronous API requests using the client library
5757

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.author: aahi
1313
ms.custom: ignite-fall-2021
1414
---
1515

16-
[Reference documentation](/rest/api/language/2022-05-01/text-analysis-runtime/analyze-text)
16+
[Reference documentation](/rest/api/language/2023-04-01/text-analysis-runtime/analyze-text)
1717

1818
Use this quickstart to send entity linking requests using the REST API. In the following example, you will use cURL to identify and disambiguate entities found in text.
1919

@@ -153,4 +153,4 @@ curl -i -X POST https://<your-language-resource-endpoint>/language/:analyze-text
153153

154154
* [Entity linking language support](../../language-support.md)
155155
* [How to call the entity linking API](../../how-to/call-api.md)
156-
* [Reference documentation](/rest/api/language/2022-05-01/text-analysis-runtime/analyze-text)
156+
* [Reference documentation](/rest/api/language/2023-04-01/text-analysis-runtime/analyze-text)

articles/cognitive-services/language-service/includes/reference-samples-text-analytics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ As you use this feature in your applications, see the following reference docume
1414

1515
|Development option / language |Reference documentation |Samples |
1616
|---------|---------|---------|
17-
|REST API | [REST API documentation](/rest/api/language/2022-05-01/text-analysis-runtime/analyze-text) | |
17+
|REST API | [REST API documentation](/rest/api/language/2023-04-01/text-analysis-runtime/analyze-text) | |
1818
|C# | [C# documentation](/dotnet/api/azure.ai.textanalytics?view=azure-dotnet-preview&preserve-view=true) | [C# samples](https://github.com/Azure/azure-sdk-for-net/tree/master/sdk/textanalytics/Azure.AI.TextAnalytics/samples) |
1919
| Java | [Java documentation](/java/api/overview/azure/ai-textanalytics-readme?view=azure-java-preview&preserve-view=true) | [Java Samples](https://github.com/Azure/azure-sdk-for-java/tree/main/sdk/textanalytics/azure-ai-textanalytics/src/samples) |
2020
|JavaScript | [JavaScript documentation](/javascript/api/overview/azure/ai-language-text-readme) | [JavaScript samples](https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/cognitivelanguage/ai-language-text/samples/v1) |

articles/cognitive-services/language-service/key-phrase-extraction/includes/quickstarts/rest-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.author: jboback
1010
ms.custom: ignite-fall-2021
1111
---
1212

13-
[Reference documentation](/rest/api/language/2022-05-01/text-analysis-runtime/analyze-text)
13+
[Reference documentation](/rest/api/language/2023-04-01/text-analysis-runtime/analyze-text)
1414

1515
Use this quickstart to send key phrase extraction requests using the REST API. In the following example, you will use cURL to identify key words and phrases found in text.
1616

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.author: jboback
1010
ms.custom: ignite-fall-2021
1111
---
1212

13-
[Reference documentation](/rest/api/language/2022-05-01/text-analysis-runtime/analyze-text)
13+
[Reference documentation](/rest/api/language/2023-04-01/text-analysis-runtime/analyze-text)
1414

1515
Use this quickstart to send language detection requests using the REST API. In the following example, you will use cURL to identify the language that a text sample was written in.
1616

articles/cognitive-services/language-service/named-entity-recognition/includes/quickstarts/rest-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.author: jboback
1010
ms.custom: ignite-fall-2021
1111
---
1212

13-
[Reference documentation](/rest/api/language/2022-05-01/text-analysis-runtime/analyze-text)
13+
[Reference documentation](/rest/api/language/2023-04-01/text-analysis-runtime/analyze-text)
1414

1515
Use this quickstart to send Named Entity Recognition (NER) requests using the REST API. In the following example, you will use cURL to identify [recognized entities](../../concepts/named-entity-categories.md) in text.
1616

articles/cognitive-services/language-service/personally-identifiable-information/includes/quickstarts/rest-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.author: jboback
1010
ms.custom: language-service-pii, ignite-fall-2021
1111
---
1212

13-
[Reference documentation](/rest/api/language/2022-05-01/text-analysis-runtime/analyze-text)
13+
[Reference documentation](/rest/api/language/2023-04-01/text-analysis-runtime/analyze-text)
1414

1515
Use this quickstart to send Personally Identifiable Information (PII) detection requests using the REST API. In the following example, you will use cURL to identify [recognized sensitive information](../../concepts/entity-categories.md) in text.
1616

articles/cognitive-services/language-service/sentiment-opinion-mining/includes/quickstarts/rest-api.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.author: aahi
1010
ms.custom: ignite-fall-2021
1111
---
1212

13-
[Reference documentation](/rest/api/language/2022-05-01/text-analysis-runtime/analyze-text)
13+
[Reference documentation](/rest/api/language/2023-04-01/text-analysis-runtime/analyze-text)
1414

1515
Use this quickstart to send sentiment analysis requests using the REST API. In the following example, you'll use cURL to identify the sentiment(s) expressed in a text sample, and perform aspect-based sentiment analysis.
1616

@@ -238,4 +238,4 @@ curl -X POST $LANGUAGE_ENDPOINT/language/:analyze-text?api-version=2022-05-01 \
238238

239239
* [Sentiment analysis and opinion mining language support](../../language-support.md)
240240
* [How to call the API](../../how-to/call-api.md)
241-
* [Reference documentation](/rest/api/language/2022-05-01/text-analysis-runtime/analyze-text)
241+
* [Reference documentation](/rest/api/language/2023-04-01/text-analysis-runtime/analyze-text)

0 commit comments

Comments
 (0)