Is the PiiEntitiesRecognitionTask available to use in the azure.ai.textanalytics python package?
Jay Tuck
126
Reputation points
I'm trying to use the PiiEntitiesRecognitionTask function from the azure.ai.textanalytics python package to perform asynchronous calls but I get the message "cannot import name "PiiEntitiesRecognitionTask" from 'azure.ai.textanalytics' (/databricks/python/lib/python3.7/site-packages/azure/ai/textanalytics/init.py"
I have installed the library azure-ai-textanalytics==5.1.0b5 via PyPI on the cluster and I'm referencing the preview version (v3.1-preview.3) when creating my client.
Does anyone know if this is not available yet?
Sign in to answer