Skip to content

presidio-analyzer : how to recieve "analyzer_results" answer #695

Answered by navalev
nir106 asked this question in Q&A
Discussion options

You must be logged in to vote

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?

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by nir106
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants