Skip to content

Commit a9a8756

Browse files
authored
updates to increase acrolinx scores
1 parent 8eeafa9 commit a9a8756

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Currently, the following features are available to be used asynchronously:
2727
* Text Analytics for health
2828
* Personal Identifiable information (PII)
2929

30-
When you send asynchronous requests, you will incur charges based on number of text records you include in your request, for each feature use. For example, if you send a text record for sentiment analysis and NER, it will be counted as sending two text records, and you will be charged for both according to your [pricing tier](https://azure.microsoft.com/pricing/details/cognitive-services/language-service/).
30+
When you send asynchronous requests, you'll incur charges based on number of text records you include in your request, for each feature use. For example, if you send a text record for sentiment analysis and NER, it will be counted as sending two text records, and you'll be charged for both according to your [pricing tier](https://azure.microsoft.com/pricing/details/cognitive-services/language-service/).
3131

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

@@ -44,7 +44,7 @@ Once you've created the JSON body for your request, add your key to the `Ocp-Api
4444
POST https://your-endpoint.cognitiveservices.azure.com/language/analyze-text/jobs?api-version=2022-05-01
4545
```
4646

47-
A successful call will return a 202 response code. The `operation-location` in the response header will be the URL you will use to retrieve the API results. The value will look similar to the following URL:
47+
A successful call will return a 202 response code. The `operation-location` in the response header will be the URL you'll use to retrieve the API results. The value will look similar to the following URL:
4848

4949
```http
5050
GET {Endpoint}/language/analyze-text/jobs/12345678-1234-1234-1234-12345678?api-version=2022-05-01
@@ -69,7 +69,7 @@ When using this feature asynchronously, the API results are available for 24 hou
6969

7070
## Automatic language detection
7171

72-
Starting in version `2022-07-01-preview` of the REST API, you can request automatic [language detection](../language-detection/overview.md) on your documents. By setting the `language` parameter to `auto`, the detected language code of the text will be returned as a language value in the response. This language detection will not incur extra charges to your Language resource.
72+
Starting in version `2022-07-01-preview` of the REST API, you can request automatic [language detection](../language-detection/overview.md) on your documents. By setting the `language` parameter to `auto`, the detected language code of the text will be returned as a language value in the response. This language detection won't incur extra charges to your Language resource.
7373

7474
## Data limits
7575

0 commit comments

Comments
 (0)