Document Models - Get Model
Hämtar detaljerad dokumentmodellinformation.
GET {endpoint}/formrecognizer/documentModels/{modelId}?api-version=2022-08-31
URI-parametrar
Name | I | Obligatorisk | Typ | Description |
---|---|---|---|---|
endpoint
|
path | True |
string |
Cognitive Services-slutpunkter som stöds (protokoll och värdnamn, till exempel: https://westus2.api.cognitive.microsoft.com). |
model
|
path | True |
string |
Unikt namn på dokumentmodell. Reguljärt uttrycksmönster: |
api-version
|
query | True |
Begärd API-version. |
Begärandehuvud
Name | Obligatorisk | Typ | Description |
---|---|---|---|
Ocp-Apim-Subscription-Key | True |
string |
Svar
Name | Typ | Description |
---|---|---|
200 OK |
OK. |
|
Other Status Codes |
Ett fel påträffades. |
Säkerhet
Ocp-Apim-Subscription-Key
Typ:
apiKey
I:
header
Exempel
Get |
Get |
GetDocumentModel_Custom
Exempelbegäran
GET {endpoint}/formrecognizer/documentModels/{customModelId}?api-version=2022-08-31
Exempelsvar
{
"modelId": "{customModelId}",
"description": "{customModelDescription}",
"createdDateTime": "2021-09-24T12:54:35Z",
"apiVersion": "2022-08-31",
"docTypes": {
"{docType}": {
"fieldSchema": {
"Name": {
"type": "string"
},
"Date": {
"type": "date"
},
"Amount": {
"type": "number"
}
},
"buildMode": "template",
"fieldConfidence": {
"Name": 0.9,
"Date": 0.95,
"Amount": 0.93
}
}
},
"tags": {
"createdBy": "{userId}"
}
}
GetDocumentModel_Prebuilt
Exempelbegäran
GET {endpoint}/formrecognizer/documentModels/prebuilt-invoice?api-version=2022-08-31
Exempelsvar
{
"modelId": "prebuilt-invoice",
"description": "Prebuilt model to extract key information from English invoices, including customer, vendor, invoice ID, due date, total, and more.",
"createdDateTime": "2021-07-30T00:00:00Z",
"apiVersion": "2022-08-31",
"docTypes": {
"prebuilt:invoice": {
"fieldSchema": {
"CustomerName": {
"type": "string"
},
"CustomerId": {
"type": "string"
},
"PurchaseOrder": {
"type": "string"
},
"InvoiceId": {
"type": "string"
},
"InvoiceDate": {
"type": "date"
},
"DueDate": {
"type": "date"
},
"VendorName": {
"type": "string"
},
"VendorAddress": {
"type": "string"
},
"VendorAddressRecipient": {
"type": "string"
},
"CustomerAddress": {
"type": "string"
},
"CustomerAddressRecipient": {
"type": "string"
},
"BillingAddress": {
"type": "string"
},
"BillingAddressRecipient": {
"type": "string"
},
"ShippingAddress": {
"type": "string"
},
"ShippingAddressRecipient": {
"type": "string"
},
"SubTotal": {
"type": "number"
},
"TotalTax": {
"type": "number"
},
"InvoiceTotal": {
"type": "number"
},
"AmountDue": {
"type": "number"
},
"PreviousUnpaidBalance": {
"type": "number"
},
"RemittanceAddress": {
"type": "string"
},
"RemittanceAddressRecipient": {
"type": "string"
},
"ServiceAddress": {
"type": "string"
},
"ServiceAddressRecipient": {
"type": "string"
},
"ServiceStartDate": {
"type": "date"
},
"ServiceEndDate": {
"type": "date"
},
"Items": {
"type": "array",
"items": {
"type": "object",
"properties": {
"Amount": {
"type": "number"
},
"Date": {
"type": "date"
},
"Description": {
"type": "string"
},
"Quantity": {
"type": "number"
},
"ProductCode": {
"type": "string"
},
"Tax": {
"type": "number"
},
"Unit": {
"type": "string"
},
"UnitPrice": {
"type": "number"
}
}
}
}
}
}
},
"tags": {}
}
Definitioner
Name | Description |
---|---|
Api |
API-version. |
Document |
Byggläge för anpassad dokumentmodell. |
Document |
Beskrivning av fältets semantiska schema med hjälp av en syntax för JSON-schemaformat. |
Document |
Semantisk datatyp för fältvärdet. |
Document |
Dokumentmodellinformation. |
Document |
Information om dokumenttyp. |
Error |
Felinformation. |
Error |
Felsvarsobjekt. |
Inner |
Detaljerat fel. |
ApiVersion
API-version.
Name | Typ | Description |
---|---|---|
2022-08-31 |
string |
DocumentBuildMode
Byggläge för anpassad dokumentmodell.
Name | Typ | Description |
---|---|---|
neural |
string |
|
template |
string |
DocumentFieldSchema
Beskrivning av fältets semantiska schema med hjälp av en syntax för JSON-schemaformat.
Name | Typ | Description |
---|---|---|
description |
string |
Fältbeskrivning. |
example |
string |
Exempelfältinnehåll. |
items |
Schema för fälttyp för varje matriselement. |
|
properties |
<string,
Document |
Namngivna underfält i objektfältet. |
type |
Semantisk datatyp för fältvärdet. |
DocumentFieldType
Semantisk datatyp för fältvärdet.
Name | Typ | Description |
---|---|---|
address |
string |
|
array |
string |
|
countryRegion |
string |
|
currency |
string |
|
date |
string |
|
integer |
string |
|
number |
string |
|
object |
string |
|
phoneNumber |
string |
|
selectionMark |
string |
|
signature |
string |
|
string |
string |
|
time |
string |
DocumentModelDetails
Dokumentmodellinformation.
Name | Typ | Description |
---|---|---|
apiVersion |
string |
API-version som används för att skapa den här dokumentmodellen. |
createdDateTime |
string |
Datum och tid (UTC) när dokumentmodellen skapades. |
description |
string |
Beskrivning av dokumentmodell. |
docTypes |
<string,
Document |
Dokumenttyper som stöds. |
modelId |
string |
Unikt namn på dokumentmodell. |
tags |
object |
Lista över nyckel/värde-taggattribut som är associerade med dokumentmodellen. |
DocumentTypeDetails
Information om dokumenttyp.
Name | Typ | Description |
---|---|---|
buildMode |
Byggläge för anpassad dokumentmodell. |
|
description |
string |
Beskrivning av dokumentmodell. |
fieldConfidence |
object |
Uppskattad konfidens för varje fält. |
fieldSchema |
<string,
Document |
Beskrivning av dokumentets semantiska schema med en syntax för JSON-schemaformat. |
Error
Felinformation.
Name | Typ | Description |
---|---|---|
code |
string |
Felkod. |
details |
Error[] |
Lista över detaljerade fel. |
innererror |
Detaljerat fel. |
|
message |
string |
Felmeddelande. |
target |
string |
Målet för felet. |
ErrorResponse
Felsvarsobjekt.
Name | Typ | Description |
---|---|---|
error |
Felinformation. |
InnerError
Detaljerat fel.
Name | Typ | Description |
---|---|---|
code |
string |
Felkod. |
innererror |
Detaljerat fel. |
|
message |
string |
Felmeddelande. |