We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e08e92 commit d8185fbCopy full SHA for d8185fb
articles/cognitive-services/text-analytics/includes/quickstarts/java-sdk.md
@@ -92,7 +92,7 @@ The Text Analytics client is a `TextAnalyticsClient` object that authenticates t
92
93
## Authenticate the client
94
95
-Create a method to instantiate the `TextAnalyticsClient` object with your `KEY` AND `ENDPOINT` created above.
+Create a method to instantiate the `TextAnalyticsClient` object with the key and endpoint for your Text Analytics resource.
96
97
```java
98
static TextAnalyticsClient authenticateClient(String key, String endpoint) {
0 commit comments