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 52b2703 commit ed7b83eCopy full SHA for ed7b83e
articles/cognitive-services/text-analytics/includes/quickstarts/java-sdk.md
@@ -72,7 +72,6 @@ public static void main(String[] args) {
72
sentimentAnalysisExample(client);
73
detectLanguageExample(client);
74
recognizeEntitiesExample(client);
75
- recognizePIIEntitiesExample(client);
76
recognizeLinkedEntitiesExample(client);
77
extractKeyPhrasesExample(client);
78
}
0 commit comments