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
+1-75Lines changed: 1 addition & 75 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -551,7 +551,7 @@ await foreach (AnalyzeHealthcareEntitiesResultCollection documentsInPage in heal
551
551
```
552
552
553
553
### Run multiple actions Asynchronously
554
-
This functionality allows running multiple actions in one or more documents. Actions include entity recognition, linked entity recognition, key phrase extraction, Personally Identifiable Information (PII) Recognition, and sentiment analysis. For more information see [Using analyze][analyze_operation_howto].
554
+
This functionality allows running multiple actions in one or more documents. Actions include entity recognition, linked entity recognition, key phrase extraction, Personally Identifiable Information (PII) Recognition, sentiment analysis, and Extractive Text Summarization. For more information see [Using analyze][analyze_operation_howto].
555
555
556
556
```C# Snippet:AnalyzeOperationConvenienceAsync
557
557
stringdocumentA=@"We love this trail and make the trip every year. The views are breathtaking and well
@@ -573,9 +573,6 @@ This functionality allows running multiple actions in one or more documents. Act
0 commit comments