Skip to content

Commit 004c25b

Browse files
authored
Update README.md (Azure#19782)
* Update README.md Resource → Translator Feature → Document Translation * Update README.md
1 parent d1d8e9f commit 004c25b

File tree

1 file changed

+7
-7
lines changed
  • sdk/translation/azure-ai-translation-document

1 file changed

+7
-7
lines changed

sdk/translation/azure-ai-translation-document/README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ and dialects while preserving document structure and data format. Use the client
1414
### Prerequisites
1515
* Python 2.7, or 3.6 or later is required to use this package.
1616
* You must have an [Azure subscription][azure_subscription] and a
17-
[Document Translation resource][DT_resource] to use this package.
17+
[Translator resource][DT_resource] to use this package.
1818

1919
### Install the package
2020
Install the Azure Document Translation client library for Python with [pip][pip]:
@@ -25,19 +25,19 @@ pip install azure-ai-translation-document --pre
2525

2626
> Note: This version of the client library defaults to the v1.0 version of the service
2727
28-
#### Create a Document Translation resource
29-
Document Translation supports [single-service access][single_service] only.
28+
#### Create a Translator resource
29+
The Document Translation feature supports [single-service access][single_service] only.
3030
To access the service, create a Translator resource.
3131

3232
You can create the resource using
3333

3434
**Option 1:** [Azure Portal][azure_portal_create_DT_resource]
3535

3636
**Option 2:** [Azure CLI][azure_cli_create_DT_resource].
37-
Below is an example of how you can create a Document Translation resource using the CLI:
37+
Below is an example of how you can create a Translator resource using the CLI:
3838

3939
```bash
40-
# Create a new resource group to hold the document translation resource -
40+
# Create a new resource group to hold the Translator resource -
4141
# if using an existing resource group, skip this step
4242
az group create --name my-resource-group --location westus2
4343
```
@@ -55,12 +55,12 @@ az cognitiveservices account create \
5555
```
5656

5757
### Authenticate the client
58-
In order to interact with the Document Translation service, you will need to create an instance of a client.
58+
In order to interact with the Document Translation feature service, you will need to create an instance of a client.
5959
An **endpoint** and **credential** are necessary to instantiate the client object.
6060

6161

6262
#### Looking up the endpoint
63-
You can find the endpoint for your Document Translation resource using the
63+
You can find the endpoint for your Translator resource using the
6464
[Azure Portal][azure_portal_get_endpoint].
6565

6666
> Note that the service requires a custom domain endpoint. Follow the instructions in the above link to format your endpoint:

0 commit comments

Comments
 (0)