| Description | : Analyzes batch documents with document model. |
| Reference | : Link ¶ |
⚶ Changes
{
"#id": "DocumentModels_AnalyzeBatchDocuments",
"$parameters": [
{
"#name": "analyzeBatchRequest",
"Required": {
"new": true,
"old": false
}
}
]
}
⚼ Request
POST:
/documentModels/{modelId}:analyzeBatch
{
api-version:
string
,
modelId:
string
,
pages:
string
,
locale:
string
,
stringIndexType:
string
,
features:
array
,
queryFields:
array
,
outputContentFormat:
string
,
output:
array
,
analyzeBatchRequest:
}
{
,
azureBlobSource:
{
,
containerUrl:
string
,
prefix:
string
,
}
azureBlobFileListSource:
{
,
containerUrl:
string
,
fileList:
string
,
}
resultContainerUrl:
string
,
resultPrefix:
string
,
overwriteExisting:
boolean
,
}
⚐ Response (202)
{
operation-location:
string
,
retry-after:
integer
,
}
⚐ Response (default)
{
error:
}
{
,
code:
string
,
message:
string
,
target:
string
,
details:
[
,
string
,
]
innererror:
}
{
,
code:
string
,
message:
string
,
innererror:
string
,
}