You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GET https://myendpoint.cognitiveservices.azure.com/documentintelligence/documentModels/prebuilt-invoice/analyzeResults/3b31320d-8bab-4f88-b19c-2322a7f11034/pdf?api-version=2024-11-30
190
+
Sample response
191
+
Status code:
192
+
200
193
+
JSON
194
+
195
+
Copy
196
+
"{pdfBinary}"
197
+
Definitions
198
+
Name Description
199
+
DocumentIntelligenceError
200
+
The error object.
201
+
202
+
DocumentIntelligenceErrorResponse
203
+
Error response object.
204
+
205
+
DocumentIntelligenceInnerError
206
+
An object containing more specific information about the error.
207
+
208
+
DocumentIntelligenceError
209
+
The error object.
210
+
211
+
Name Type Description
212
+
code
213
+
string
214
+
215
+
One of a server-defined set of error codes.
216
+
217
+
details
218
+
DocumentIntelligenceError[]
219
+
220
+
An array of details about specific errors that led to this reported error.
221
+
222
+
innererror
223
+
DocumentIntelligenceInnerError
224
+
225
+
An object containing more specific information than the current object about the error.
226
+
227
+
message
228
+
string
229
+
230
+
A human-readable representation of the error.
231
+
232
+
target
233
+
string
234
+
235
+
The target of the error.
236
+
237
+
DocumentIntelligenceErrorResponse
238
+
Error response object.
239
+
240
+
Name Type Description
241
+
error
242
+
DocumentIntelligenceError
243
+
244
+
Error info.
245
+
246
+
DocumentIntelligenceInnerError
247
+
An object containing more specific information about the error.
0 commit comments