How to get OrganizationMedical entity from personally identifiable information (PII)

Tali.AI 20 Reputation points
2023-04-18T14:25:52.09+00:00

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.

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
37,800 questions
{count} votes