| Description | : Get the result of an analysis operation. |
| Reference | : Link ¶ |
⚼ Request
GET:
/analyzerResults/{operationId}
{
api-version:
string
,
operationId:
string
,
}
⚐ Response (200)
{
id:
string
,
status:
enum
,
error:
{
,
code:
string
,
message:
string
,
target:
string
,
details:
[
,
string
,
]
innererror:
}
{
,
code:
string
,
innererror:
string
,
}
result:
{
,
analyzerId:
string
,
apiVersion:
string
,
createdAt:
string
,
warnings:
[
]
,
{
,
code:
string
,
message:
string
,
target:
string
,
details:
[
,
string
,
]
innererror:
}
{
,
code:
string
,
innererror:
string
,
}
stringEncoding:
string
,
contents:
}
[
]
,
{
,
kind:
enum
,
mimeType:
string
,
analyzerId:
string
,
category:
string
,
path:
string
,
markdown:
string
,
fields:
object
,
}
usage:
}
{
,
documentPagesMinimal:
integer
,
documentPagesBasic:
integer
,
documentPagesStandard:
integer
,
audioHours:
number
,
videoHours:
number
,
contextualizationTokens:
integer
,
tokens:
object
,
}
⚐ Response (default)
{
$headers:
{
,
x-ms-error-code:
string
,
}
$schema:
}
{
,
error:
}
{
,
code:
string
,
message:
string
,
target:
string
,
details:
[
,
string
,
]
innererror:
}
{
,
code:
string
,
innererror:
string
,
}