Textual A2A skills reference
pii-detect
Input
Output
{
"DetectTextEntities": [
{
"type": "NAME_GIVEN",
"text": "Jane",
"start": 8,
"end": 12,
"score": 0.99
},
{
"type": "EMAIL",
"text": "[email protected]"
"start": 22,
"end": 42,
"score": 0.99
}
],
"ModelBasedEntities": [],
"FilteredSpans": [],
"WordCount": 7
}pii-redact
Input
Output
file-redact
Input
Output
Tracking the status of the redaction
Timeouts and concurrency
Last updated
Was this helpful?