You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sdk/textanalytics/azure-ai-textanalytics/README.md
+24-23Lines changed: 24 additions & 23 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,19 +24,19 @@ _Azure SDK Python packages support for Python 2.7 is ending 01 January 2022. For
24
24
25
25
- Python 2.7, or 3.6 or later is required to use this package.
26
26
- You must have an [Azure subscription][azure_subscription] and a
27
-
[Cognitive Services or Text Analytics resource][ta_or_cs_resource] to use this package.
27
+
[Cognitive Services or Language resource][ta_or_cs_resource] to use this package.
28
28
29
-
#### Create a Cognitive Services or Text Analytics resource
29
+
#### Create a Cognitive Services or Language resource
30
30
31
31
Text Analytics supports both [multi-service and single-service access][multi_and_single_service].
32
-
Create a Cognitive Services resource if you plan to access multiple cognitive services under a single endpoint/key. For Text Analytics access only, create a Text Analytics resource.
32
+
Create a Cognitive Services resource if you plan to access multiple cognitive services under a single endpoint/key. For Text Analytics access only, create a Language resource.
API version can be selected by passing the [api_version][text_analytics_client] keyword argument into the client.
92
+
For the latest Text Analytics features, consider selecting the most recent preview API version. For production scenarios, the latest GA version is recommended. Setting to an older version may result in reduced feature compatibility.
92
93
93
94
### Authenticate the client
94
95
@@ -105,7 +106,7 @@ az cognitiveservices account show --name "resource-name" --resource-group "resou
105
106
106
107
#### Get the API Key
107
108
108
-
You can get the [API key][cognitive_authentication_api_key] from the Cognitive Services or Text Analytics resource in the [Azure Portal][azure_portal_get_endpoint].
109
+
You can get the [API key][cognitive_authentication_api_key] from the Cognitive Services or Language resource in the [Azure Portal][azure_portal_get_endpoint].
109
110
Alternatively, you can use [Azure CLI][azure_cli_endpoint_lookup] snippet below to get the API key of your resource.
110
111
111
112
`az cognitiveservices account keys list --name "resource-name" --resource-group "resource-group-name"`
@@ -120,7 +121,7 @@ from azure.core.credentials import AzureKeyCredential
120
121
from azure.ai.textanalytics import TextAnalyticsClient
0 commit comments