Skip to content

Commit 95853bc

Browse files
authored
Update use-asynchronously.md
1 parent c08acc4 commit 95853bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
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/text-analysis-runtime/submit-job](https://learn.microsoft.com/en-us/rest/api/language/)) 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)