Uses of Class
com.azure.ai.textanalytics.util.RecognizePiiEntitiesResultCollection
Packages that use RecognizePiiEntitiesResultCollection
Package
Description
Package containing the classes for TextAnalyticsClient.
Package containing classes for TextAnalyticsClient.
-
Uses of RecognizePiiEntitiesResultCollection in com.azure.ai.textanalytics
Methods in com.azure.ai.textanalytics that return RecognizePiiEntitiesResultCollectionModifier and TypeMethodDescriptionTextAnalyticsClient.recognizePiiEntitiesBatch(Iterable<String> documents, String language, RecognizePiiEntitiesOptions options) Returns a list of Personally Identifiable Information(PII) entities for the provided list of documents with provided language code and request options.Methods in com.azure.ai.textanalytics that return types with arguments of type RecognizePiiEntitiesResultCollectionModifier and TypeMethodDescriptionTextAnalyticsAsyncClient.recognizePiiEntitiesBatch(Iterable<String> documents, String language, RecognizePiiEntitiesOptions options) Returns a list of Personally Identifiable Information(PII) entities for the provided list of documents with the provided language code and request options.Mono<com.azure.core.http.rest.Response<RecognizePiiEntitiesResultCollection>>TextAnalyticsAsyncClient.recognizePiiEntitiesBatchWithResponse(Iterable<TextDocumentInput> documents, RecognizePiiEntitiesOptions options) Returns a list of Personally Identifiable Information entities for the provided list ofdocumentwith provided request options.com.azure.core.http.rest.Response<RecognizePiiEntitiesResultCollection>TextAnalyticsClient.recognizePiiEntitiesBatchWithResponse(Iterable<TextDocumentInput> documents, RecognizePiiEntitiesOptions options, com.azure.core.util.Context context) Returns a list of Personally Identifiable Information(PII) entities for the provided list ofdocumentwith provided request options. -
Uses of RecognizePiiEntitiesResultCollection in com.azure.ai.textanalytics.models
Methods in com.azure.ai.textanalytics.models that return RecognizePiiEntitiesResultCollectionModifier and TypeMethodDescriptionRecognizePiiEntitiesActionResult.getDocumentsResults()Gets the PII entities recognition action result.