We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2d23e5 commit 5c1af52Copy full SHA for 5c1af52
sdk/textanalytics/azure-ai-textanalytics/README.md
@@ -390,6 +390,7 @@ credential = DefaultAzureCredential()
390
391
# This client will log detailed information about its HTTP sessions, at DEBUG level
392
text_analytics_client = TextAnalyticsClient(endpoint, credential, logging_enable=True)
393
+result = text_analytics_client.analyze_sentiment(["I did not like the restaurant. The food was too spicy."])
394
```
395
396
Similarly, `logging_enable` can enable detailed logging for a single operation,
0 commit comments