Skip to content

Commit f084d0e

Browse files
Merge pull request #216590 from aahill/patch-111
updating reference link
2 parents 2db24a4 + 95853bc commit f084d0e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 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: conceptual
11-
ms.date: 08/25/2022
11+
ms.date: 10/31/2022
1212
ms.author: aahi
1313
---
1414

@@ -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/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/2022-05-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:

0 commit comments

Comments
 (0)