46,340 questions
How to get OrganizationMedical entity from personally identifiable information (PII)
Tali.AI
20
Reputation points
Hi, I'm trying to get the 'OrganizationMedical' entity from the PII service. I used:
{
"kind": "PiiEntityRecognition",
"parameters":
{
"modelVersion": "latest",
"piiCategories" :
[
"OrganizationMedical"
]
},
"analysisInput":
{
"documents":
[
{
"id":"1",
"language": "en",
"text": "The CDC is a US-based organization that focuses on protecting public health and safety."
}
]
}
}
as it said here: https://learn.microsoft.com/en-us/azure/cognitive-services/language-service/personally-identifiable-information/concepts/entity-categories But I got a response 400 error. It would be great to know how I can fix this. Thank you.
Community Center | Not monitored
Sign in to answer