Description | : A remote procedure call (RPC) operation. |
Reference | : Link ¶ |
⚼ Request
POST:
/deid
{
api-version:
string
,
x-ms-client-request-id:
string
,
body:
}
{
,
inputText:
string
,
operation:
enum
,
customizations:
}
{
,
redactionFormat:
string
,
surrogateLocale:
string
,
}
⚐ Response (200)
{
$headers:
{
,
x-ms-client-request-id:
string
,
}
$schema:
}
{
,
outputText:
string
,
taggerResult:
}
{
,
entities:
}
[
]
,
{
,
category:
enum
,
offset:
{
,
utf8:
integer
,
utf16:
integer
,
codePoint:
integer
,
}
length:
{
,
utf8:
integer
,
utf16:
integer
,
codePoint:
integer
,
}
text:
string
,
confidenceScore:
number
,
}
⚐ Response (default)
{
$headers:
{
,
x-ms-error-code:
string
,
}
$schema:
}
{
,
error:
}
{
,
code:
string
,
message:
string
,
target:
string
,
details:
[
,
string
,
]
innererror:
}
{
,
code:
string
,
innererror:
string
,
}