-
I am trying to run a project in C# (the containers are up and running :-) ) The result I am getting from the Analyze call contains "analysis_explanation" form and I am trying to figure how can I receive the "analyzer_results" answer. hope I presented my problem clearly thank you for your help in advance, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi @nir106, the result of this request should be: [
{
"analysis_explanation": null,
"end": 10,
"entity_type": "PERSON",
"score": 0.85,
"start": 0
},
{
"analysis_explanation": null,
"end": 38,
"entity_type": "US_DRIVER_LICENSE",
"score": 0.6499999999999999,
"start": 30
}
] There are several postman collections with sample request under our documentation https://microsoft.github.io/presidio/samples/docker/#postman-collection what is the request result you are getting? |
Beta Was this translation helpful? Give feedback.
Hi @nir106, the result of this request should be:
There are several postman collections with sample request under our documentation https://microsoft.github.io/presidio/samples/docker/#postman-collection
what is the request result you are getting?