Uses of Class
com.azure.ai.textanalytics.models.PiiEntityCollection
Packages that use PiiEntityCollection
Package
Description
Azure AI Language Service
is a cloud-based natural language processing (NLP) service offered by Microsoft Azure.
Package containing the data models for MicrosoftCognitiveLanguageServiceTextAnalysis.
-
Uses of PiiEntityCollection in com.azure.ai.textanalytics
Methods in com.azure.ai.textanalytics that return PiiEntityCollectionModifier and TypeMethodDescriptionTextAnalyticsClient.recognizePiiEntities(String document) Returns a list of Personally Identifiable Information(PII) entities in the provided document.TextAnalyticsClient.recognizePiiEntities(String document, String language) Returns a list of Personally Identifiable Information(PII) entities in the provided document with provided language code.TextAnalyticsClient.recognizePiiEntities(String document, String language, RecognizePiiEntitiesOptions options) Returns a list of Personally Identifiable Information(PII) entities in the provided document with provided language code.Methods in com.azure.ai.textanalytics that return types with arguments of type PiiEntityCollectionModifier and TypeMethodDescriptionTextAnalyticsAsyncClient.recognizePiiEntities(String document) Returns a list of Personally Identifiable Information(PII) entities in the provided document.TextAnalyticsAsyncClient.recognizePiiEntities(String document, String language) Returns a list of Personally Identifiable Information(PII) entities in the provided document with provided language code.TextAnalyticsAsyncClient.recognizePiiEntities(String document, String language, RecognizePiiEntitiesOptions options) Returns a list of Personally Identifiable Information(PII) entities in the provided document with provided language code. -
Uses of PiiEntityCollection in com.azure.ai.textanalytics.models
Methods in com.azure.ai.textanalytics.models that return PiiEntityCollectionModifier and TypeMethodDescriptionRecognizePiiEntitiesResult.getEntities()Gets anIterableStreamofPiiEntity.Constructors in com.azure.ai.textanalytics.models with parameters of type PiiEntityCollectionModifierConstructorDescriptionRecognizePiiEntitiesResult(String id, TextDocumentStatistics textDocumentStatistics, TextAnalyticsError error, PiiEntityCollection entities) Creates aRecognizePiiEntitiesResultmodel that describes recognized PII entities result.