batch_analyze
Analyze multiple texts simultaneously to detect Personally Identifiable Information (PII) for data privacy compliance.
Instructions
Analyze multiple texts in batch for PII detection.
Args:
texts: List of texts to analyze
language: Language code (default: "en")
entities: List of entity types to detect (default: all)
score_threshold: Minimum confidence score (default: 0.0)
Returns:
JSON string with results for each text indexed by position
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| texts | Yes | ||
| language | No | en | |
| entities | No | ||
| score_threshold | No |