1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46
|
interactions:
- request:
body: '{"documents": [{"id": "0", "text": "\ud83d\udc69 SSN: 859-98-0987", "language":
"en"}]}'
headers:
Accept:
- application/json, text/json
Accept-Encoding:
- gzip, deflate
Connection:
- keep-alive
Content-Length:
- '87'
Content-Type:
- application/json
User-Agent:
- azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit)
method: POST
uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/pii?showStats=false&stringIndexType=UnicodeCodePoint
response:
body:
string: "{\"documents\":[{\"redactedText\":\"\U0001F469 SSN: ***********\",\"\
id\":\"0\",\"entities\":[{\"text\":\"859-98-0987\",\"category\":\"U.S. Social\
\ Security Number (SSN)\",\"offset\":7,\"length\":11,\"confidenceScore\":0.65}],\"\
warnings\":[]}],\"errors\":[],\"modelVersion\":\"2020-07-01\"}"
headers:
apim-request-id:
- 1437164c-d3ea-4a6c-be7e-4e866666cda0
content-type:
- application/json; charset=utf-8
csp-billing-usage:
- CognitiveServices.TextAnalytics.BatchScoring=1
date:
- Thu, 19 Nov 2020 21:25:35 GMT
strict-transport-security:
- max-age=31536000; includeSubDomains; preload
transfer-encoding:
- chunked
x-content-type-options:
- nosniff
x-envoy-upstream-service-time:
- '61'
status:
code: 200
message: OK
version: 1
|