Skip to content

Commit 58f3cb5

Browse files
committed
fixes
1 parent a1f21cf commit 58f3cb5

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

articles/ai-services/language-service/language-detection/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: jboback
1010

1111
[Reference documentation](https://go.microsoft.com/fwlink/?linkid=2239169)
1212

13-
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.
13+
Use this quickstart to send language detection requests using the REST API. In the following example, you'll use cURL to identify the language that a text sample was written in.
1414

1515
[!INCLUDE [Use Language Studio](../../../includes/use-language-studio.md)]
1616

@@ -20,7 +20,7 @@ Use this quickstart to send language detection requests using the REST API. In t
2020
* Azure subscription - [Create one for free](https://azure.microsoft.com/free/cognitive-services)
2121
* The current version of [cURL](https://curl.haxx.se/).
2222
* Once you have your Azure subscription, <a href="https://portal.azure.com/#create/Microsoft.CognitiveServicesTextAnalytics" title="Create a Language resource" target="_blank">create a Language resource </a> in the Azure portal to get your key and endpoint. After it deploys, select **Go to resource**.
23-
* You will need the key and endpoint from the resource you create to connect your application to the API. You'll paste your key and endpoint into the code below later in the quickstart.
23+
* You'll need the key and endpoint from the resource you create to connect your application to the API. You'll paste your key and endpoint into the code below later in the quickstart.
2424
* You can use the free pricing tier (`Free F0`) to try the service, and upgrade later to a paid tier for production.
2525

2626
> [!NOTE]

articles/ai-services/language-service/language-detection/overview.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ This documentation contains the following types of articles:
2121
* [**Quickstarts**](quickstart.md) are getting-started instructions to guide you through making requests to the service.
2222
* [**How-to guides**](how-to/call-api.md) contain instructions for using the service in more specific or customized ways.
2323

24-
## Language detection feautres
24+
## Language detection features
2525

26-
* Language detection: Returns one predominant language for each document you submit, along with it's ISO 639-1 name, a human-readable name, confidence score, script name and script code according to ISO 15924 standard.
26+
* Language detection: Returns one predominant language for each document you submit, along with its ISO 639-1 name, a human-readable name, confidence score, script name and script code according to ISO 15924 standard.
2727

2828
* Script detection: To distinguish between multiple scripts used to write certain languages, such as Kazakh, language detection returns a script name and script code according to the ISO 15924 standard.
2929

@@ -38,7 +38,7 @@ This documentation contains the following types of articles:
3838

3939
## Responsible AI
4040

41-
An AI system includes not only the technology, but also the people who will use it, the people who will be affected by it, and the environment in which it is deployed. Read the [transparency note for language detection](/legal/cognitive-services/language-service/transparency-note-language-detection?context=/azure/ai-services/language-service/context/context) to learn about responsible AI use and deployment in your systems. You can also see the following articles for more information:
41+
An AI system includes not only the technology, but also the people who will use it, the people who will be affected by it, and the environment in which it's deployed. Read the [transparency note for language detection](/legal/cognitive-services/language-service/transparency-note-language-detection?context=/azure/ai-services/language-service/context/context) to learn about responsible AI use and deployment in your systems. You can also see the following articles for more information:
4242

4343
[!INCLUDE [Responsible AI links](../includes/overview-responsible-ai-links.md)]
4444

0 commit comments

Comments
 (0)