From c3062e7e996fd72d4977adb6a7a9a93b33da8cb1 Mon Sep 17 00:00:00 2001 From: kinelski Date: Fri, 14 Aug 2020 16:58:09 -0700 Subject: [PATCH] [FormRecognizer] Fix failing tests (#14240) --- .../FormRecognizerClientLiveTests.cs | 10 +- ...CustomFormsThrowsForDamagedFile(True).json | 323 +++++-- ...mFormsThrowsForDamagedFile(True)Async.json | 281 +++--- ...houtLabelsCanParseMultipageForm(True).json | 850 +++++++----------- ...abelsCanParseMultipageForm(True)Async.json | 841 +++++++---------- sdk/formrecognizer/test-resources.json | 2 +- 6 files changed, 1047 insertions(+), 1260 deletions(-) diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/FormRecognizerClient/FormRecognizerClientLiveTests.cs b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/FormRecognizerClient/FormRecognizerClientLiveTests.cs index 74e7bedb528b9..f0582ff8cd9d3 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/FormRecognizerClient/FormRecognizerClientLiveTests.cs +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/FormRecognizerClient/FormRecognizerClientLiveTests.cs @@ -1067,9 +1067,9 @@ public async Task StartRecognizeCustomFormsWithoutLabelsCanParseMultipageForm(bo // Basic sanity test to make sure pages are ordered correctly. - var sampleField = recognizedForm.Fields["field-2"]; - var expectedLabelData = formIndex == 0 ? "__Tokens__1" : "Contact:"; - var expectedValueData = formIndex == 0 ? "Vendor Registration" : "Jamie@southridgevideo.com"; + var sampleField = recognizedForm.Fields["field-1"]; + var expectedLabelData = formIndex == 0 ? "__Address__1" : "Company Name:"; + var expectedValueData = formIndex == 0 ? "Contoso Ltd. 2345 Dogwood Lane Birch, Kansas 98123" : "Southridge Video"; Assert.IsNotNull(sampleField.LabelData); Assert.AreEqual(expectedLabelData, sampleField.LabelData.Text); @@ -1185,8 +1185,8 @@ public async Task StartRecognizeCustomFormsThrowsForDamagedFile(bool useTraining var operation = await client.StartRecognizeCustomFormsAsync(trainedModel.ModelId, stream); RequestFailedException ex = Assert.ThrowsAsync(async () => await operation.WaitForCompletionAsync(PollingInterval)); - string expectedErrorCode = useTrainingLabels ? "3014" : "2005"; - Assert.AreEqual(expectedErrorCode, ex.ErrorCode); + + Assert.AreEqual("2005", ex.ErrorCode); Assert.True(operation.HasCompleted); Assert.False(operation.HasValue); diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsThrowsForDamagedFile(True).json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsThrowsForDamagedFile(True).json index 75e348c92e310..31407d0cc3c83 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsThrowsForDamagedFile(True).json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsThrowsForDamagedFile(True).json @@ -1,16 +1,16 @@ { "Entries": [ { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models", + "RequestUri": "https://camaiaor-formrec-westus2.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models", "RequestMethod": "POST", "RequestHeaders": { "Content-Length": "42", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-dd471c935c8d2847b15fa6923b2e187b-4bbe77fd0da85749-00", + "traceparent": "00-db126fcf3c711b4087790f9159f5a5f4-5a67149cfea0884a-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200806.1", - "(.NET Core 4.6.28516.03; Microsoft Windows 10.0.18363 )" + "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200813.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.18363 )" ], "x-ms-client-request-id": "f193393f941e67189172adf2c1baff64", "x-ms-return-client-request-id": "true" @@ -21,24 +21,24 @@ }, "StatusCode": 201, "ResponseHeaders": { - "apim-request-id": "f80a1473-f342-436e-b93f-57fee86c1732", + "apim-request-id": "e469edc7-a732-474c-ab80-1fb9814fb77d", "Content-Length": "0", - "Date": "Fri, 07 Aug 2020 02:15:52 GMT", - "Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/bd3dcbe1-ba30-4592-a202-a6a801000566", + "Date": "Thu, 13 Aug 2020 22:16:22 GMT", + "Location": "https://camaiaor-formrec-westus2.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/c42597eb-39ab-4111-91fb-03c605897193", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "104" + "x-envoy-upstream-service-time": "72" }, "ResponseBody": [] }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/bd3dcbe1-ba30-4592-a202-a6a801000566?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westus2.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/c42597eb-39ab-4111-91fb-03c605897193?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200806.1", - "(.NET Core 4.6.28516.03; Microsoft Windows 10.0.18363 )" + "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200813.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.18363 )" ], "x-ms-client-request-id": "ffb934c4ae7f08d97d75a9c1ec3d5375", "x-ms-return-client-request-id": "true" @@ -46,31 +46,31 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "c18846f8-1f12-4bbc-993d-83de57d1b6c4", + "apim-request-id": "01605a25-1ad8-4bc8-90ab-861ee0f35776", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 07 Aug 2020 02:15:57 GMT", + "Date": "Thu, 13 Aug 2020 22:16:22 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "5087" + "x-envoy-upstream-service-time": "22" }, "ResponseBody": { "modelInfo": { - "modelId": "bd3dcbe1-ba30-4592-a202-a6a801000566", + "modelId": "c42597eb-39ab-4111-91fb-03c605897193", "status": "creating", - "createdDateTime": "2020-08-07T02:15:46Z", - "lastUpdatedDateTime": "2020-08-07T02:15:46Z" + "createdDateTime": "2020-08-13T22:16:23Z", + "lastUpdatedDateTime": "2020-08-13T22:16:23Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/bd3dcbe1-ba30-4592-a202-a6a801000566?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westus2.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/c42597eb-39ab-4111-91fb-03c605897193?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200806.1", - "(.NET Core 4.6.28516.03; Microsoft Windows 10.0.18363 )" + "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200813.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.18363 )" ], "x-ms-client-request-id": "f8bd5c0d31676ef36a70a393427305b6", "x-ms-return-client-request-id": "true" @@ -78,31 +78,31 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "04cf6655-c69a-482b-8e31-e5266e27dff5", + "apim-request-id": "15ae3769-a7db-4020-a362-05de4ae837c3", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 07 Aug 2020 02:16:03 GMT", + "Date": "Thu, 13 Aug 2020 22:16:24 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "5056" + "x-envoy-upstream-service-time": "20" }, "ResponseBody": { "modelInfo": { - "modelId": "bd3dcbe1-ba30-4592-a202-a6a801000566", + "modelId": "c42597eb-39ab-4111-91fb-03c605897193", "status": "creating", - "createdDateTime": "2020-08-07T02:15:46Z", - "lastUpdatedDateTime": "2020-08-07T02:15:46Z" + "createdDateTime": "2020-08-13T22:16:23Z", + "lastUpdatedDateTime": "2020-08-13T22:16:23Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/bd3dcbe1-ba30-4592-a202-a6a801000566?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westus2.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/c42597eb-39ab-4111-91fb-03c605897193?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200806.1", - "(.NET Core 4.6.28516.03; Microsoft Windows 10.0.18363 )" + "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200813.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.18363 )" ], "x-ms-client-request-id": "726f64789fde91c1608a73a8ea567b53", "x-ms-return-client-request-id": "true" @@ -110,23 +110,183 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "71dd871a-df8b-4cf2-b7a9-260a0c30b2b5", + "apim-request-id": "7ff8d418-d24d-4461-9f87-28539498fa14", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 07 Aug 2020 02:16:05 GMT", + "Date": "Thu, 13 Aug 2020 22:16:25 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "29" + "x-envoy-upstream-service-time": "21" }, "ResponseBody": { "modelInfo": { - "modelId": "bd3dcbe1-ba30-4592-a202-a6a801000566", + "modelId": "c42597eb-39ab-4111-91fb-03c605897193", + "status": "creating", + "createdDateTime": "2020-08-13T22:16:23Z", + "lastUpdatedDateTime": "2020-08-13T22:16:23Z" + } + } + }, + { + "RequestUri": "https://camaiaor-formrec-westus2.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/c42597eb-39ab-4111-91fb-03c605897193?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200813.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.18363 )" + ], + "x-ms-client-request-id": "65e5371f06fc93fc404a950f0a46c609", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "c058bc0e-5399-4ad5-b6e5-b97fa9af41f8", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 13 Aug 2020 22:16:26 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "22" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "c42597eb-39ab-4111-91fb-03c605897193", + "status": "creating", + "createdDateTime": "2020-08-13T22:16:23Z", + "lastUpdatedDateTime": "2020-08-13T22:16:23Z" + } + } + }, + { + "RequestUri": "https://camaiaor-formrec-westus2.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/c42597eb-39ab-4111-91fb-03c605897193?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200813.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.18363 )" + ], + "x-ms-client-request-id": "8848f370e0cd6e979a2c98dcbe4b8313", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "85088b8e-bc45-44d6-be58-64208db32d3e", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 13 Aug 2020 22:16:27 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "21" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "c42597eb-39ab-4111-91fb-03c605897193", + "status": "creating", + "createdDateTime": "2020-08-13T22:16:23Z", + "lastUpdatedDateTime": "2020-08-13T22:16:23Z" + } + } + }, + { + "RequestUri": "https://camaiaor-formrec-westus2.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/c42597eb-39ab-4111-91fb-03c605897193?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200813.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.18363 )" + ], + "x-ms-client-request-id": "0b744ff5a08e72b967dc32930ab2861a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "43bd9671-ae99-4d53-9afc-8f5d976788a6", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 13 Aug 2020 22:16:28 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "25" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "c42597eb-39ab-4111-91fb-03c605897193", + "status": "creating", + "createdDateTime": "2020-08-13T22:16:23Z", + "lastUpdatedDateTime": "2020-08-13T22:16:23Z" + } + } + }, + { + "RequestUri": "https://camaiaor-formrec-westus2.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/c42597eb-39ab-4111-91fb-03c605897193?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200813.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.18363 )" + ], + "x-ms-client-request-id": "f73869c4f30e3e869f77cad06d20d4f4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "66caf5e2-47da-4f5e-9575-5d50d9f108ce", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 13 Aug 2020 22:16:29 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "25" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "c42597eb-39ab-4111-91fb-03c605897193", + "status": "creating", + "createdDateTime": "2020-08-13T22:16:23Z", + "lastUpdatedDateTime": "2020-08-13T22:16:23Z" + } + } + }, + { + "RequestUri": "https://camaiaor-formrec-westus2.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/c42597eb-39ab-4111-91fb-03c605897193?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200813.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.18363 )" + ], + "x-ms-client-request-id": "ba1a81c7bad2cf7b39d620f0ae0463e8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "68ede822-642c-4cf3-9137-97e01bdcab44", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 13 Aug 2020 22:16:30 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "41" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "c42597eb-39ab-4111-91fb-03c605897193", "status": "ready", - "createdDateTime": "2020-08-07T02:15:46Z", - "lastUpdatedDateTime": "2020-08-07T02:16:00Z" + "createdDateTime": "2020-08-13T22:16:23Z", + "lastUpdatedDateTime": "2020-08-13T22:16:01Z" }, "trainResult": { - "averageModelAccuracy": 0.973, + "averageModelAccuracy": 0.96, "trainingDocuments": [ { "documentName": "Form_1.jpg", @@ -193,7 +353,7 @@ }, { "fieldName": "Signature", - "accuracy": 1.0 + "accuracy": 0.8 }, { "fieldName": "Subtotal", @@ -221,27 +381,27 @@ } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/bd3dcbe1-ba30-4592-a202-a6a801000566/analyze?includeTextDetails=false", + "RequestUri": "https://camaiaor-formrec-westus2.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/c42597eb-39ab-4111-91fb-03c605897193/analyze?includeTextDetails=false", "RequestMethod": "POST", "RequestHeaders": { "Content-Length": "7", "Content-Type": "application/pdf", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-9f077df58b79204da714e21262ecccd7-ae0d9c76b788a845-00", + "traceparent": "00-db167ad5e93539429a3fab3b6bbe9045-699424a23c39584e-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200806.1", - "(.NET Core 4.6.28516.03; Microsoft Windows 10.0.18363 )" + "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200813.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.18363 )" ], - "x-ms-client-request-id": "65e5371f06fc93fc404a950f0a46c609", + "x-ms-client-request-id": "54187ea58b130105c9356b17d5e90447", "x-ms-return-client-request-id": "true" }, "RequestBody": "JVBERlVVVQ==", "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "b4e6d548-6e2f-49a4-aa16-d81a67b11cc3", + "apim-request-id": "98892436-94ca-4ca9-a56a-58436f543543", "Content-Length": "0", - "Date": "Fri, 07 Aug 2020 02:16:05 GMT", - "Operation-Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/bd3dcbe1-ba30-4592-a202-a6a801000566/analyzeresults/ffd612d0-c0aa-4bee-bac0-1cf85834f918", + "Date": "Thu, 13 Aug 2020 22:16:30 GMT", + "Operation-Location": "https://camaiaor-formrec-westus2.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/c42597eb-39ab-4111-91fb-03c605897193/analyzeresults/bb332448-d599-4b1e-a349-63d4814d52e2", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", "x-envoy-upstream-service-time": "82" @@ -249,66 +409,95 @@ "ResponseBody": [] }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/bd3dcbe1-ba30-4592-a202-a6a801000566/analyzeResults/ffd612d0-c0aa-4bee-bac0-1cf85834f918", + "RequestUri": "https://camaiaor-formrec-westus2.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/c42597eb-39ab-4111-91fb-03c605897193/analyzeResults/bb332448-d599-4b1e-a349-63d4814d52e2", "RequestMethod": "GET", "RequestHeaders": { "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200806.1", - "(.NET Core 4.6.28516.03; Microsoft Windows 10.0.18363 )" + "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200813.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.18363 )" ], - "x-ms-client-request-id": "8848f370e0cd6e979a2c98dcbe4b8313", + "x-ms-client-request-id": "88cc3d07cc980948ee68be37d295909b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "421f11c4-e644-4f3a-b26e-7faf0e899c3e", + "Content-Length": "109", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 13 Aug 2020 22:16:30 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "23" + }, + "ResponseBody": { + "status": "notStarted", + "createdDateTime": "2020-08-13T22:16:19Z", + "lastUpdatedDateTime": "2020-08-13T22:16:19Z" + } + }, + { + "RequestUri": "https://camaiaor-formrec-westus2.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/c42597eb-39ab-4111-91fb-03c605897193/analyzeResults/bb332448-d599-4b1e-a349-63d4814d52e2", + "RequestMethod": "GET", + "RequestHeaders": { + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200813.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.18363 )" + ], + "x-ms-client-request-id": "ef2ae21380073be07c18f19c4f63fa4f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "e37dad06-6772-49f1-b889-15c8159ce39c", - "Content-Length": "213", + "apim-request-id": "40b38667-f89b-4559-bb8f-0dcb5d8992a1", + "Content-Length": "239", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 07 Aug 2020 02:16:05 GMT", + "Date": "Thu, 13 Aug 2020 22:16:31 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "19", - "x-ms-cs-error-code": "3014" + "x-envoy-upstream-service-time": "21", + "x-ms-cs-error-code": "2005" }, "ResponseBody": { "status": "failed", - "createdDateTime": "2020-08-07T02:16:05Z", - "lastUpdatedDateTime": "2020-08-07T02:16:05Z", + "createdDateTime": "2020-08-13T22:16:19Z", + "lastUpdatedDateTime": "2020-08-13T22:16:30Z", "analyzeResult": { "version": "2.0.0", "errors": [ { - "code": "3014", - "message": "Generic error during prediction." + "code": "2005", + "message": "The input data is not a valid image or password protected." } ] } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/bd3dcbe1-ba30-4592-a202-a6a801000566", + "RequestUri": "https://camaiaor-formrec-westus2.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/c42597eb-39ab-4111-91fb-03c605897193", "RequestMethod": "DELETE", "RequestHeaders": { "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-6944592358df1b4cb76535a3e93cf7fe-865dbd8480f62345-00", + "traceparent": "00-8e3b0112ce1b2348b5db4184ce968377-44cbd7e5316ff14a-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200806.1", - "(.NET Core 4.6.28516.03; Microsoft Windows 10.0.18363 )" + "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200813.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.18363 )" ], - "x-ms-client-request-id": "0b744ff5a08e72b967dc32930ab2861a", + "x-ms-client-request-id": "70e9d8d2da38d950360e65abcdcd2e33", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 204, "ResponseHeaders": { - "apim-request-id": "e8a3f889-5b0e-4b50-93cf-6bb5fc693b4d", + "apim-request-id": "bb8bc757-295d-42a0-9c25-637795e0bc66", "Content-Length": "0", - "Date": "Fri, 07 Aug 2020 02:16:05 GMT", + "Date": "Thu, 13 Aug 2020 22:16:31 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "31" + "x-envoy-upstream-service-time": "566" }, "ResponseBody": [] } @@ -316,7 +505,7 @@ "Variables": { "FORM_RECOGNIZER_API_KEY": "Sanitized", "FORM_RECOGNIZER_BLOB_CONTAINER_SAS_URL": "https://sanitized.blob.core.windows.net", - "FORM_RECOGNIZER_ENDPOINT": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/", + "FORM_RECOGNIZER_ENDPOINT": "https://camaiaor-formrec-westus2.cognitiveservices.azure.com/", "RandomSeed": "1369024001" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsThrowsForDamagedFile(True)Async.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsThrowsForDamagedFile(True)Async.json index 2bc2889913f0a..51d577de5a21f 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsThrowsForDamagedFile(True)Async.json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsThrowsForDamagedFile(True)Async.json @@ -1,16 +1,16 @@ { "Entries": [ { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models", + "RequestUri": "https://camaiaor-formrec-westus2.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models", "RequestMethod": "POST", "RequestHeaders": { "Content-Length": "42", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-57221c2783de054dbf7d449f5ce174e6-8e0a376914e0b24b-00", + "traceparent": "00-aa721ab26bbdc842a3a5806370ec5190-29b4b3e9930c3e4e-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200806.1", - "(.NET Core 4.6.28516.03; Microsoft Windows 10.0.18363 )" + "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200813.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.18363 )" ], "x-ms-client-request-id": "1adc04bd28c98073af4b11d0ee07dcf9", "x-ms-return-client-request-id": "true" @@ -21,24 +21,24 @@ }, "StatusCode": 201, "ResponseHeaders": { - "apim-request-id": "39b089fc-6b37-462b-9a01-b6de61b70a5e", + "apim-request-id": "6a3eb391-53fb-450f-8a6c-3d381ebddd62", "Content-Length": "0", - "Date": "Fri, 07 Aug 2020 02:24:49 GMT", - "Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/1dffdfd6-81fc-4606-90c9-292966e6d5bd", + "Date": "Thu, 13 Aug 2020 22:16:06 GMT", + "Location": "https://camaiaor-formrec-westus2.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/40aea2aa-24b7-4bf8-b11b-91d404165f3c", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "115" + "x-envoy-upstream-service-time": "353" }, "ResponseBody": [] }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/1dffdfd6-81fc-4606-90c9-292966e6d5bd?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westus2.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/40aea2aa-24b7-4bf8-b11b-91d404165f3c?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200806.1", - "(.NET Core 4.6.28516.03; Microsoft Windows 10.0.18363 )" + "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200813.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.18363 )" ], "x-ms-client-request-id": "d04386d8be59c0a3e0744e279ba26a39", "x-ms-return-client-request-id": "true" @@ -46,31 +46,31 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "eb8dea67-8784-4965-b683-4a3ac4cfd707", + "apim-request-id": "a4fe7f27-3274-4d86-b00f-fe02cd1897d2", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 07 Aug 2020 02:24:50 GMT", + "Date": "Thu, 13 Aug 2020 22:16:06 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "57" + "x-envoy-upstream-service-time": "49" }, "ResponseBody": { "modelInfo": { - "modelId": "1dffdfd6-81fc-4606-90c9-292966e6d5bd", + "modelId": "40aea2aa-24b7-4bf8-b11b-91d404165f3c", "status": "creating", - "createdDateTime": "2020-08-07T02:24:49Z", - "lastUpdatedDateTime": "2020-08-07T02:24:49Z" + "createdDateTime": "2020-08-13T22:16:06Z", + "lastUpdatedDateTime": "2020-08-13T22:16:06Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/1dffdfd6-81fc-4606-90c9-292966e6d5bd?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westus2.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/40aea2aa-24b7-4bf8-b11b-91d404165f3c?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200806.1", - "(.NET Core 4.6.28516.03; Microsoft Windows 10.0.18363 )" + "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200813.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.18363 )" ], "x-ms-client-request-id": "d36e39161db32c9ec305bca0db12920d", "x-ms-return-client-request-id": "true" @@ -78,31 +78,31 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "a585c4b1-c590-4f3c-8e5b-4c15ea4e6716", + "apim-request-id": "e2ee099e-112b-493f-bbf0-042c48bc286b", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 07 Aug 2020 02:24:51 GMT", + "Date": "Thu, 13 Aug 2020 22:16:07 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "27" + "x-envoy-upstream-service-time": "29" }, "ResponseBody": { "modelInfo": { - "modelId": "1dffdfd6-81fc-4606-90c9-292966e6d5bd", + "modelId": "40aea2aa-24b7-4bf8-b11b-91d404165f3c", "status": "creating", - "createdDateTime": "2020-08-07T02:24:49Z", - "lastUpdatedDateTime": "2020-08-07T02:24:49Z" + "createdDateTime": "2020-08-13T22:16:06Z", + "lastUpdatedDateTime": "2020-08-13T22:16:06Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/1dffdfd6-81fc-4606-90c9-292966e6d5bd?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westus2.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/40aea2aa-24b7-4bf8-b11b-91d404165f3c?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200806.1", - "(.NET Core 4.6.28516.03; Microsoft Windows 10.0.18363 )" + "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200813.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.18363 )" ], "x-ms-client-request-id": "a826a80fcdb6fe59611c3954d94ce50d", "x-ms-return-client-request-id": "true" @@ -110,31 +110,31 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "855ca7d6-aed8-4295-a4cc-1c5a55472252", + "apim-request-id": "3f89fc0a-cdb1-4977-a8d2-6edcf4340b48", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 07 Aug 2020 02:24:52 GMT", + "Date": "Thu, 13 Aug 2020 22:16:08 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "44" + "x-envoy-upstream-service-time": "26" }, "ResponseBody": { "modelInfo": { - "modelId": "1dffdfd6-81fc-4606-90c9-292966e6d5bd", + "modelId": "40aea2aa-24b7-4bf8-b11b-91d404165f3c", "status": "creating", - "createdDateTime": "2020-08-07T02:24:49Z", - "lastUpdatedDateTime": "2020-08-07T02:24:49Z" + "createdDateTime": "2020-08-13T22:16:06Z", + "lastUpdatedDateTime": "2020-08-13T22:16:06Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/1dffdfd6-81fc-4606-90c9-292966e6d5bd?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westus2.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/40aea2aa-24b7-4bf8-b11b-91d404165f3c?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200806.1", - "(.NET Core 4.6.28516.03; Microsoft Windows 10.0.18363 )" + "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200813.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.18363 )" ], "x-ms-client-request-id": "b5bad7e10899bb45e7160d540103e5ce", "x-ms-return-client-request-id": "true" @@ -142,31 +142,31 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "6d427522-fb08-4b63-b64b-f472404512eb", + "apim-request-id": "c22c98d4-5668-466b-93e3-8903a867e71c", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 07 Aug 2020 02:24:53 GMT", + "Date": "Thu, 13 Aug 2020 22:16:09 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "49" + "x-envoy-upstream-service-time": "27" }, "ResponseBody": { "modelInfo": { - "modelId": "1dffdfd6-81fc-4606-90c9-292966e6d5bd", + "modelId": "40aea2aa-24b7-4bf8-b11b-91d404165f3c", "status": "creating", - "createdDateTime": "2020-08-07T02:24:49Z", - "lastUpdatedDateTime": "2020-08-07T02:24:49Z" + "createdDateTime": "2020-08-13T22:16:06Z", + "lastUpdatedDateTime": "2020-08-13T22:16:06Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/1dffdfd6-81fc-4606-90c9-292966e6d5bd?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westus2.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/40aea2aa-24b7-4bf8-b11b-91d404165f3c?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200806.1", - "(.NET Core 4.6.28516.03; Microsoft Windows 10.0.18363 )" + "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200813.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.18363 )" ], "x-ms-client-request-id": "f21740e2c17b4882df6f7296e3495276", "x-ms-return-client-request-id": "true" @@ -174,31 +174,31 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "ec0daaa0-aff4-4084-b429-9b57b94052c1", + "apim-request-id": "68be415c-d628-43f6-9190-1599054164d7", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 07 Aug 2020 02:24:59 GMT", + "Date": "Thu, 13 Aug 2020 22:16:10 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "5121" + "x-envoy-upstream-service-time": "23" }, "ResponseBody": { "modelInfo": { - "modelId": "1dffdfd6-81fc-4606-90c9-292966e6d5bd", + "modelId": "40aea2aa-24b7-4bf8-b11b-91d404165f3c", "status": "creating", - "createdDateTime": "2020-08-07T02:24:49Z", - "lastUpdatedDateTime": "2020-08-07T02:24:49Z" + "createdDateTime": "2020-08-13T22:16:06Z", + "lastUpdatedDateTime": "2020-08-13T22:16:06Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/1dffdfd6-81fc-4606-90c9-292966e6d5bd?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westus2.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/40aea2aa-24b7-4bf8-b11b-91d404165f3c?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200806.1", - "(.NET Core 4.6.28516.03; Microsoft Windows 10.0.18363 )" + "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200813.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.18363 )" ], "x-ms-client-request-id": "03beaf1fdc580674626bc1a0c005fd5d", "x-ms-return-client-request-id": "true" @@ -206,9 +206,9 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "b713fafc-57a2-4004-9ac1-da404ddd73d6", + "apim-request-id": "b5d42ccb-5725-44a4-9437-ffaad9ea0321", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 07 Aug 2020 02:25:00 GMT", + "Date": "Thu, 13 Aug 2020 22:16:11 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", @@ -216,13 +216,77 @@ }, "ResponseBody": { "modelInfo": { - "modelId": "1dffdfd6-81fc-4606-90c9-292966e6d5bd", + "modelId": "40aea2aa-24b7-4bf8-b11b-91d404165f3c", + "status": "creating", + "createdDateTime": "2020-08-13T22:16:06Z", + "lastUpdatedDateTime": "2020-08-13T22:16:06Z" + } + } + }, + { + "RequestUri": "https://camaiaor-formrec-westus2.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/40aea2aa-24b7-4bf8-b11b-91d404165f3c?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200813.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.18363 )" + ], + "x-ms-client-request-id": "98726b37f23420925571d62995afd79d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "e6b8fb56-717f-4ca9-a2d8-133259f1b445", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 13 Aug 2020 22:16:12 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "18" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "40aea2aa-24b7-4bf8-b11b-91d404165f3c", + "status": "creating", + "createdDateTime": "2020-08-13T22:16:06Z", + "lastUpdatedDateTime": "2020-08-13T22:16:06Z" + } + } + }, + { + "RequestUri": "https://camaiaor-formrec-westus2.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/40aea2aa-24b7-4bf8-b11b-91d404165f3c?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200813.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.18363 )" + ], + "x-ms-client-request-id": "513496c4e2440575cc11900fffe288d9", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "babea37e-5870-43ca-b501-c41fdb24f1ee", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 13 Aug 2020 22:16:13 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "24" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "40aea2aa-24b7-4bf8-b11b-91d404165f3c", "status": "ready", - "createdDateTime": "2020-08-07T02:24:49Z", - "lastUpdatedDateTime": "2020-08-07T02:24:57Z" + "createdDateTime": "2020-08-13T22:16:06Z", + "lastUpdatedDateTime": "2020-08-13T22:16:13Z" }, "trainResult": { - "averageModelAccuracy": 0.973, + "averageModelAccuracy": 0.96, "trainingDocuments": [ { "documentName": "Form_1.jpg", @@ -289,7 +353,7 @@ }, { "fieldName": "Signature", - "accuracy": 1.0 + "accuracy": 0.8 }, { "fieldName": "Subtotal", @@ -317,123 +381,94 @@ } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/1dffdfd6-81fc-4606-90c9-292966e6d5bd/analyze?includeTextDetails=false", + "RequestUri": "https://camaiaor-formrec-westus2.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/40aea2aa-24b7-4bf8-b11b-91d404165f3c/analyze?includeTextDetails=false", "RequestMethod": "POST", "RequestHeaders": { "Content-Length": "7", "Content-Type": "application/pdf", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-2de9286c35cca5409a3ade648be292da-6116af6312b3b34d-00", + "traceparent": "00-6ec79d43e278af4ca56bcffdec09d2ad-5a74c66fa5d1964c-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200806.1", - "(.NET Core 4.6.28516.03; Microsoft Windows 10.0.18363 )" + "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200813.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.18363 )" ], - "x-ms-client-request-id": "98726b37f23420925571d62995afd79d", + "x-ms-client-request-id": "775f1471b9d72d411d9eaee7064a71b3", "x-ms-return-client-request-id": "true" }, "RequestBody": "JVBERlVVVQ==", "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "958eb199-1941-4cc4-95ec-b948e95129c2", + "apim-request-id": "32a9cdb0-e7f8-474e-b2ff-ec2160e4d5db", "Content-Length": "0", - "Date": "Fri, 07 Aug 2020 02:25:00 GMT", - "Operation-Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/1dffdfd6-81fc-4606-90c9-292966e6d5bd/analyzeresults/7bb4cfca-8228-4ebf-9eae-050faf4b129b", + "Date": "Thu, 13 Aug 2020 22:16:13 GMT", + "Operation-Location": "https://camaiaor-formrec-westus2.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/40aea2aa-24b7-4bf8-b11b-91d404165f3c/analyzeresults/98c9ffd5-e569-4771-9b7f-ab0733faa157", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "152" + "x-envoy-upstream-service-time": "150" }, "ResponseBody": [] }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/1dffdfd6-81fc-4606-90c9-292966e6d5bd/analyzeResults/7bb4cfca-8228-4ebf-9eae-050faf4b129b", + "RequestUri": "https://camaiaor-formrec-westus2.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/40aea2aa-24b7-4bf8-b11b-91d404165f3c/analyzeResults/98c9ffd5-e569-4771-9b7f-ab0733faa157", "RequestMethod": "GET", "RequestHeaders": { "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200806.1", - "(.NET Core 4.6.28516.03; Microsoft Windows 10.0.18363 )" + "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200813.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.18363 )" ], - "x-ms-client-request-id": "513496c4e2440575cc11900fffe288d9", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "a2a4010d-c987-4b39-8231-f0ef8c98732b", - "Content-Length": "109", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 07 Aug 2020 02:25:00 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "26" - }, - "ResponseBody": { - "status": "notStarted", - "createdDateTime": "2020-08-07T02:25:01Z", - "lastUpdatedDateTime": "2020-08-07T02:25:01Z" - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/1dffdfd6-81fc-4606-90c9-292966e6d5bd/analyzeResults/7bb4cfca-8228-4ebf-9eae-050faf4b129b", - "RequestMethod": "GET", - "RequestHeaders": { - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200806.1", - "(.NET Core 4.6.28516.03; Microsoft Windows 10.0.18363 )" - ], - "x-ms-client-request-id": "775f1471b9d72d411d9eaee7064a71b3", + "x-ms-client-request-id": "29dc2394abd05519f66ccc2362822072", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "4947b2b5-d8f2-4007-8421-1a616bdb8693", - "Content-Length": "213", + "apim-request-id": "368dcd62-179b-4616-ab1c-3e03ba5582c8", + "Content-Length": "239", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 07 Aug 2020 02:25:01 GMT", + "Date": "Thu, 13 Aug 2020 22:16:13 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "26", - "x-ms-cs-error-code": "3014" + "x-envoy-upstream-service-time": "38", + "x-ms-cs-error-code": "2005" }, "ResponseBody": { "status": "failed", - "createdDateTime": "2020-08-07T02:25:01Z", - "lastUpdatedDateTime": "2020-08-07T02:25:01Z", + "createdDateTime": "2020-08-13T22:16:14Z", + "lastUpdatedDateTime": "2020-08-13T22:16:14Z", "analyzeResult": { "version": "2.0.0", "errors": [ { - "code": "3014", - "message": "Generic error during prediction." + "code": "2005", + "message": "The input data is not a valid image or password protected." } ] } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/1dffdfd6-81fc-4606-90c9-292966e6d5bd", + "RequestUri": "https://camaiaor-formrec-westus2.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/40aea2aa-24b7-4bf8-b11b-91d404165f3c", "RequestMethod": "DELETE", "RequestHeaders": { "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-b00e641e38b8cb4eb246c7e6224a6b72-1a19cde213e7d64f-00", + "traceparent": "00-e26108eb99034f4fb930e2e15e4ff299-fa8fd42190987c44-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200806.1", - "(.NET Core 4.6.28516.03; Microsoft Windows 10.0.18363 )" + "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200813.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.18363 )" ], - "x-ms-client-request-id": "29dc2394abd05519f66ccc2362822072", + "x-ms-client-request-id": "80b8fde85f4f0ac6550734a5338dff81", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 204, "ResponseHeaders": { - "apim-request-id": "b37ffec7-5fe9-4c1d-870f-ad9ccaa5aade", + "apim-request-id": "5fbf3e90-cf27-49bb-ad9b-f2bc95ec6d71", "Content-Length": "0", - "Date": "Fri, 07 Aug 2020 02:25:01 GMT", + "Date": "Thu, 13 Aug 2020 22:16:13 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "101" + "x-envoy-upstream-service-time": "56" }, "ResponseBody": [] } @@ -441,7 +476,7 @@ "Variables": { "FORM_RECOGNIZER_API_KEY": "Sanitized", "FORM_RECOGNIZER_BLOB_CONTAINER_SAS_URL": "https://sanitized.blob.core.windows.net", - "FORM_RECOGNIZER_ENDPOINT": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/", + "FORM_RECOGNIZER_ENDPOINT": "https://camaiaor-formrec-westus2.cognitiveservices.azure.com/", "RandomSeed": "1233451418" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsWithoutLabelsCanParseMultipageForm(True).json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsWithoutLabelsCanParseMultipageForm(True).json index e534f8f2f494f..f0021a79f6309 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsWithoutLabelsCanParseMultipageForm(True).json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsWithoutLabelsCanParseMultipageForm(True).json @@ -1,16 +1,16 @@ { "Entries": [ { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models", + "RequestUri": "https://camaiaor-formrec-westus2.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models", "RequestMethod": "POST", "RequestHeaders": { "Content-Length": "43", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-296119e2de25ab42acfa14ef2cdc1cee-99d2fe58a5aa794f-00", + "traceparent": "00-061a9ed80face546a4aaab9893e7592a-490fb752dee1004f-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200806.1", - "(.NET Core 4.6.28516.03; Microsoft Windows 10.0.18363 )" + "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200814.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.18363 )" ], "x-ms-client-request-id": "4f1c9e10f0e3ca65f5d381453c0bcfc0", "x-ms-return-client-request-id": "true" @@ -21,24 +21,24 @@ }, "StatusCode": 201, "ResponseHeaders": { - "apim-request-id": "1f071819-db1a-45fc-9a28-9b611a62a2ce", + "apim-request-id": "23e83c0c-0cf5-4eea-bc9a-0aa05dcb47de", "Content-Length": "0", - "Date": "Fri, 07 Aug 2020 02:21:04 GMT", - "Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/47d28ac5-3aba-4a0f-8b67-bd6d02c95b1d", + "Date": "Fri, 14 Aug 2020 14:35:32 GMT", + "Location": "https://camaiaor-formrec-westus2.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/963cee4d-ac3a-4c31-b39a-2ac7756fb906", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "72" + "x-envoy-upstream-service-time": "5117" }, "ResponseBody": [] }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/47d28ac5-3aba-4a0f-8b67-bd6d02c95b1d?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westus2.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/963cee4d-ac3a-4c31-b39a-2ac7756fb906?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200806.1", - "(.NET Core 4.6.28516.03; Microsoft Windows 10.0.18363 )" + "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200814.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.18363 )" ], "x-ms-client-request-id": "9b794b006bd13d6f0fdc7c4de02198f7", "x-ms-return-client-request-id": "true" @@ -46,31 +46,31 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "a2cad2f4-eea1-4227-9eaf-7e4eaadd30e0", + "apim-request-id": "efa93742-ab76-438e-a47e-8891a27f8022", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 07 Aug 2020 02:21:09 GMT", + "Date": "Fri, 14 Aug 2020 14:35:32 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "5114" + "x-envoy-upstream-service-time": "25" }, "ResponseBody": { "modelInfo": { - "modelId": "47d28ac5-3aba-4a0f-8b67-bd6d02c95b1d", + "modelId": "963cee4d-ac3a-4c31-b39a-2ac7756fb906", "status": "creating", - "createdDateTime": "2020-08-07T02:21:05Z", - "lastUpdatedDateTime": "2020-08-07T02:21:05Z" + "createdDateTime": "2020-08-14T14:35:33Z", + "lastUpdatedDateTime": "2020-08-14T14:35:33Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/47d28ac5-3aba-4a0f-8b67-bd6d02c95b1d?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westus2.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/963cee4d-ac3a-4c31-b39a-2ac7756fb906?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200806.1", - "(.NET Core 4.6.28516.03; Microsoft Windows 10.0.18363 )" + "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200814.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.18363 )" ], "x-ms-client-request-id": "72fb81a0a3f842812c8f3d3ba8fb8828", "x-ms-return-client-request-id": "true" @@ -78,31 +78,31 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "234d63cd-c2d3-4ead-bb2a-e09782f336af", + "apim-request-id": "3a611d55-94e0-47f0-9c7b-79507a7b9bfd", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 07 Aug 2020 02:21:11 GMT", + "Date": "Fri, 14 Aug 2020 14:35:33 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "33" + "x-envoy-upstream-service-time": "24" }, "ResponseBody": { "modelInfo": { - "modelId": "47d28ac5-3aba-4a0f-8b67-bd6d02c95b1d", + "modelId": "963cee4d-ac3a-4c31-b39a-2ac7756fb906", "status": "creating", - "createdDateTime": "2020-08-07T02:21:05Z", - "lastUpdatedDateTime": "2020-08-07T02:21:05Z" + "createdDateTime": "2020-08-14T14:35:33Z", + "lastUpdatedDateTime": "2020-08-14T14:35:33Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/47d28ac5-3aba-4a0f-8b67-bd6d02c95b1d?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westus2.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/963cee4d-ac3a-4c31-b39a-2ac7756fb906?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200806.1", - "(.NET Core 4.6.28516.03; Microsoft Windows 10.0.18363 )" + "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200814.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.18363 )" ], "x-ms-client-request-id": "2a1f4c6f418ba4902ede40067317ead4", "x-ms-return-client-request-id": "true" @@ -110,31 +110,31 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "6d4efd95-5ede-4996-9eba-5724276422ef", + "apim-request-id": "e7d39704-234b-4fed-b859-947ff292f9dc", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 07 Aug 2020 02:21:12 GMT", + "Date": "Fri, 14 Aug 2020 14:35:34 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "20" + "x-envoy-upstream-service-time": "60" }, "ResponseBody": { "modelInfo": { - "modelId": "47d28ac5-3aba-4a0f-8b67-bd6d02c95b1d", + "modelId": "963cee4d-ac3a-4c31-b39a-2ac7756fb906", "status": "creating", - "createdDateTime": "2020-08-07T02:21:05Z", - "lastUpdatedDateTime": "2020-08-07T02:21:05Z" + "createdDateTime": "2020-08-14T14:35:33Z", + "lastUpdatedDateTime": "2020-08-14T14:35:33Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/47d28ac5-3aba-4a0f-8b67-bd6d02c95b1d?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westus2.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/963cee4d-ac3a-4c31-b39a-2ac7756fb906?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200806.1", - "(.NET Core 4.6.28516.03; Microsoft Windows 10.0.18363 )" + "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200814.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.18363 )" ], "x-ms-client-request-id": "bba48a3b5c105dc8c9366e422d349413", "x-ms-return-client-request-id": "true" @@ -142,31 +142,31 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "ccf95f20-2963-4f1c-9ab0-bf78a3fa2286", + "apim-request-id": "926d9f30-65f8-4e8b-9531-c05bba0e1c41", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 07 Aug 2020 02:21:13 GMT", + "Date": "Fri, 14 Aug 2020 14:35:35 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "21" + "x-envoy-upstream-service-time": "20" }, "ResponseBody": { "modelInfo": { - "modelId": "47d28ac5-3aba-4a0f-8b67-bd6d02c95b1d", + "modelId": "963cee4d-ac3a-4c31-b39a-2ac7756fb906", "status": "creating", - "createdDateTime": "2020-08-07T02:21:05Z", - "lastUpdatedDateTime": "2020-08-07T02:21:05Z" + "createdDateTime": "2020-08-14T14:35:33Z", + "lastUpdatedDateTime": "2020-08-14T14:35:33Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/47d28ac5-3aba-4a0f-8b67-bd6d02c95b1d?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westus2.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/963cee4d-ac3a-4c31-b39a-2ac7756fb906?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200806.1", - "(.NET Core 4.6.28516.03; Microsoft Windows 10.0.18363 )" + "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200814.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.18363 )" ], "x-ms-client-request-id": "93dd54536d025f6bf156431a627ace14", "x-ms-return-client-request-id": "true" @@ -174,31 +174,31 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "de556e18-468d-4ab7-9fc4-2b81be248388", + "apim-request-id": "748c486b-a3ea-4383-b7ac-d2bc518bf0ad", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 07 Aug 2020 02:21:14 GMT", + "Date": "Fri, 14 Aug 2020 14:35:36 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "24" + "x-envoy-upstream-service-time": "23" }, "ResponseBody": { "modelInfo": { - "modelId": "47d28ac5-3aba-4a0f-8b67-bd6d02c95b1d", + "modelId": "963cee4d-ac3a-4c31-b39a-2ac7756fb906", "status": "creating", - "createdDateTime": "2020-08-07T02:21:05Z", - "lastUpdatedDateTime": "2020-08-07T02:21:05Z" + "createdDateTime": "2020-08-14T14:35:33Z", + "lastUpdatedDateTime": "2020-08-14T14:35:33Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/47d28ac5-3aba-4a0f-8b67-bd6d02c95b1d?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westus2.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/963cee4d-ac3a-4c31-b39a-2ac7756fb906?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200806.1", - "(.NET Core 4.6.28516.03; Microsoft Windows 10.0.18363 )" + "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200814.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.18363 )" ], "x-ms-client-request-id": "1e0069a5cd56131884c16155d24e76fa", "x-ms-return-client-request-id": "true" @@ -206,31 +206,31 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "23f14bcc-6434-46b3-8fd0-24cf802b6459", + "apim-request-id": "aab0dd25-c5ab-420a-827f-410602bc30a7", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 07 Aug 2020 02:21:15 GMT", + "Date": "Fri, 14 Aug 2020 14:35:37 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "24" + "x-envoy-upstream-service-time": "22" }, "ResponseBody": { "modelInfo": { - "modelId": "47d28ac5-3aba-4a0f-8b67-bd6d02c95b1d", + "modelId": "963cee4d-ac3a-4c31-b39a-2ac7756fb906", "status": "creating", - "createdDateTime": "2020-08-07T02:21:05Z", - "lastUpdatedDateTime": "2020-08-07T02:21:05Z" + "createdDateTime": "2020-08-14T14:35:33Z", + "lastUpdatedDateTime": "2020-08-14T14:35:33Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/47d28ac5-3aba-4a0f-8b67-bd6d02c95b1d?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westus2.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/963cee4d-ac3a-4c31-b39a-2ac7756fb906?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200806.1", - "(.NET Core 4.6.28516.03; Microsoft Windows 10.0.18363 )" + "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200814.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.18363 )" ], "x-ms-client-request-id": "1fb32d49563acdd11e45c9b918adfa4f", "x-ms-return-client-request-id": "true" @@ -238,20 +238,84 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "fb7c0989-c822-49a0-90ba-0ba82659806e", + "apim-request-id": "589391b1-6fdf-42e5-b5b9-cda27621ff3a", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 14 Aug 2020 14:35:38 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "19" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "963cee4d-ac3a-4c31-b39a-2ac7756fb906", + "status": "creating", + "createdDateTime": "2020-08-14T14:35:33Z", + "lastUpdatedDateTime": "2020-08-14T14:35:33Z" + } + } + }, + { + "RequestUri": "https://camaiaor-formrec-westus2.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/963cee4d-ac3a-4c31-b39a-2ac7756fb906?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200814.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.18363 )" + ], + "x-ms-client-request-id": "c49c5a67763385bc3bca0f410c168ca2", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "aeb74427-990d-4d0c-acd5-e9e953b74fc9", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 14 Aug 2020 14:35:39 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "23" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "963cee4d-ac3a-4c31-b39a-2ac7756fb906", + "status": "creating", + "createdDateTime": "2020-08-14T14:35:33Z", + "lastUpdatedDateTime": "2020-08-14T14:35:33Z" + } + } + }, + { + "RequestUri": "https://camaiaor-formrec-westus2.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/963cee4d-ac3a-4c31-b39a-2ac7756fb906?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200814.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.18363 )" + ], + "x-ms-client-request-id": "35d049dfafc74fda9832ff11035efad7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "1c8e4548-1a0a-4d1c-ba82-b4b2d9b8cc72", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 07 Aug 2020 02:21:16 GMT", + "Date": "Fri, 14 Aug 2020 14:35:46 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "21" + "x-envoy-upstream-service-time": "5049" }, "ResponseBody": { "modelInfo": { - "modelId": "47d28ac5-3aba-4a0f-8b67-bd6d02c95b1d", + "modelId": "963cee4d-ac3a-4c31-b39a-2ac7756fb906", "status": "ready", - "createdDateTime": "2020-08-07T02:21:05Z", - "lastUpdatedDateTime": "2020-08-07T02:21:16Z" + "createdDateTime": "2020-08-14T14:35:33Z", + "lastUpdatedDateTime": "2020-08-14T14:35:42Z" }, "keys": { "clusters": { @@ -315,100 +379,41 @@ } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/47d28ac5-3aba-4a0f-8b67-bd6d02c95b1d/analyze?includeTextDetails=true", + "RequestUri": "https://camaiaor-formrec-westus2.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/963cee4d-ac3a-4c31-b39a-2ac7756fb906/analyze?includeTextDetails=true", "RequestMethod": "POST", "RequestHeaders": { "Content-Length": "711607", "Content-Type": "application/pdf", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-c176df988e15594f94ebd1cc58054496-9d55c0908625fc43-00", + "traceparent": "00-57e30c161af44643a839702ae8e56635-ea6281d01844414f-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200806.1", - "(.NET Core 4.6.28516.03; Microsoft Windows 10.0.18363 )" + "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200814.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.18363 )" ], - "x-ms-client-request-id": "c49c5a67763385bc3bca0f410c168ca2", + "x-ms-client-request-id": "78ed12c6b2b1d3c6702de36f4790c108", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "2551ed4b-7f6e-4a47-a7d9-d0f3406fdd1f", + "apim-request-id": "2b6e8f9c-0597-4669-8fb5-8d3053276cb1", "Content-Length": "0", - "Date": "Fri, 07 Aug 2020 02:21:17 GMT", - "Operation-Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/47d28ac5-3aba-4a0f-8b67-bd6d02c95b1d/analyzeresults/f951d9f6-ef94-47c8-a4ed-5c838c01dc47", + "Date": "Fri, 14 Aug 2020 14:35:46 GMT", + "Operation-Location": "https://camaiaor-formrec-westus2.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/963cee4d-ac3a-4c31-b39a-2ac7756fb906/analyzeresults/cd61cfef-aaef-4987-aaab-673d52afbd8a", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "195" + "x-envoy-upstream-service-time": "93" }, "ResponseBody": [] }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/47d28ac5-3aba-4a0f-8b67-bd6d02c95b1d/analyzeResults/f951d9f6-ef94-47c8-a4ed-5c838c01dc47", - "RequestMethod": "GET", - "RequestHeaders": { - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200806.1", - "(.NET Core 4.6.28516.03; Microsoft Windows 10.0.18363 )" - ], - "x-ms-client-request-id": "35d049dfafc74fda9832ff11035efad7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "d96b9b16-520a-4664-805c-4438c67dc495", - "Content-Length": "109", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 07 Aug 2020 02:21:17 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "39" - }, - "ResponseBody": { - "status": "notStarted", - "createdDateTime": "2020-08-07T02:21:17Z", - "lastUpdatedDateTime": "2020-08-07T02:21:17Z" - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/47d28ac5-3aba-4a0f-8b67-bd6d02c95b1d/analyzeResults/f951d9f6-ef94-47c8-a4ed-5c838c01dc47", - "RequestMethod": "GET", - "RequestHeaders": { - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200806.1", - "(.NET Core 4.6.28516.03; Microsoft Windows 10.0.18363 )" - ], - "x-ms-client-request-id": "78ed12c6b2b1d3c6702de36f4790c108", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "d4a4c890-f476-475c-90fc-d3d838369e11", - "Content-Length": "127", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 07 Aug 2020 02:21:18 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "64" - }, - "ResponseBody": { - "status": "running", - "createdDateTime": "2020-08-07T02:21:17Z", - "lastUpdatedDateTime": "2020-08-07T02:21:18Z", - "analyzeResult": null - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/47d28ac5-3aba-4a0f-8b67-bd6d02c95b1d/analyzeResults/f951d9f6-ef94-47c8-a4ed-5c838c01dc47", + "RequestUri": "https://camaiaor-formrec-westus2.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/963cee4d-ac3a-4c31-b39a-2ac7756fb906/analyzeResults/cd61cfef-aaef-4987-aaab-673d52afbd8a", "RequestMethod": "GET", "RequestHeaders": { "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200806.1", - "(.NET Core 4.6.28516.03; Microsoft Windows 10.0.18363 )" + "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200814.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.18363 )" ], "x-ms-client-request-id": "cfd927b9c5ddb8877f4d2b0176ab81dc", "x-ms-return-client-request-id": "true" @@ -416,29 +421,29 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "6e30a911-e339-414a-975f-108e483612cc", + "apim-request-id": "5cf265ef-9968-4de5-bf6e-5ede84e8e365", "Content-Length": "127", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 07 Aug 2020 02:21:19 GMT", + "Date": "Fri, 14 Aug 2020 14:35:51 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "47" + "x-envoy-upstream-service-time": "5104" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-08-07T02:21:17Z", - "lastUpdatedDateTime": "2020-08-07T02:21:18Z", + "createdDateTime": "2020-08-14T14:35:46Z", + "lastUpdatedDateTime": "2020-08-14T14:35:47Z", "analyzeResult": null } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/47d28ac5-3aba-4a0f-8b67-bd6d02c95b1d/analyzeResults/f951d9f6-ef94-47c8-a4ed-5c838c01dc47", + "RequestUri": "https://camaiaor-formrec-westus2.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/963cee4d-ac3a-4c31-b39a-2ac7756fb906/analyzeResults/cd61cfef-aaef-4987-aaab-673d52afbd8a", "RequestMethod": "GET", "RequestHeaders": { "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200806.1", - "(.NET Core 4.6.28516.03; Microsoft Windows 10.0.18363 )" + "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200814.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.18363 )" ], "x-ms-client-request-id": "fa7a38d014282cf182fdc49acb6b0808", "x-ms-return-client-request-id": "true" @@ -446,29 +451,29 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "1de57e49-c6ab-4544-8afb-0bfe0312d417", + "apim-request-id": "202108f9-1fd2-4c0b-81f8-59236bf912d4", "Content-Length": "127", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 07 Aug 2020 02:21:20 GMT", + "Date": "Fri, 14 Aug 2020 14:35:52 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "22" + "x-envoy-upstream-service-time": "23" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-08-07T02:21:17Z", - "lastUpdatedDateTime": "2020-08-07T02:21:18Z", + "createdDateTime": "2020-08-14T14:35:46Z", + "lastUpdatedDateTime": "2020-08-14T14:35:47Z", "analyzeResult": null } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/47d28ac5-3aba-4a0f-8b67-bd6d02c95b1d/analyzeResults/f951d9f6-ef94-47c8-a4ed-5c838c01dc47", + "RequestUri": "https://camaiaor-formrec-westus2.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/963cee4d-ac3a-4c31-b39a-2ac7756fb906/analyzeResults/cd61cfef-aaef-4987-aaab-673d52afbd8a", "RequestMethod": "GET", "RequestHeaders": { "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200806.1", - "(.NET Core 4.6.28516.03; Microsoft Windows 10.0.18363 )" + "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200814.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.18363 )" ], "x-ms-client-request-id": "dc57f7702a8501f98a35f86487c55cc5", "x-ms-return-client-request-id": "true" @@ -476,18 +481,18 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "47ad1fb8-b75f-47b8-ada3-1e0205b97973", - "Content-Length": "32988", + "apim-request-id": "62e5cf9d-837f-4db7-adb6-dadec625fc3b", + "Content-Length": "29281", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 07 Aug 2020 02:21:22 GMT", + "Date": "Fri, 14 Aug 2020 14:35:53 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "31" + "x-envoy-upstream-service-time": "28" }, "ResponseBody": { "status": "succeeded", - "createdDateTime": "2020-08-07T02:21:17Z", - "lastUpdatedDateTime": "2020-08-07T02:21:22Z", + "createdDateTime": "2020-08-14T14:35:46Z", + "lastUpdatedDateTime": "2020-08-14T14:35:53Z", "analyzeResult": { "version": "2.0.0", "readResults": [ @@ -2987,39 +2992,39 @@ "text": "Vendor #:", "boundingBox": [ 6.1389, - 1.0556, + 1.0621, 7.1667, - 1.0556, + 1.0621, 7.1667, - 1.2708, + 1.2766, 6.1389, - 1.2708 + 1.2766 ], "words": [ { "text": "Vendor", "boundingBox": [ 6.1389, - 1.0556, + 1.066, 6.8917, - 1.0556, + 1.066, 6.8917, - 1.2708, + 1.2812, 6.1389, - 1.2708 + 1.2812 ] }, { "text": "#:", "boundingBox": [ 6.9333, - 1.0556, + 1.0486, 7.1667, - 1.0556, + 1.0486, 7.1667, - 1.2708, + 1.2604, 6.9333, - 1.2708 + 1.2604 ] } ] @@ -3028,26 +3033,26 @@ "text": "121", "boundingBox": [ 7.1667, - 1.0556, + 1.0486, 7.5167, - 1.0556, + 1.0486, 7.5167, - 1.2708, + 1.2604, 7.1667, - 1.2708 + 1.2604 ], "words": [ { "text": "121", "boundingBox": [ 7.1667, - 1.0556, + 1.0486, 7.5167, - 1.0556, + 1.0486, 7.5167, - 1.2708, + 1.2604, 7.1667, - 1.2708 + 1.2604 ] } ] @@ -3060,9 +3065,9 @@ 2.375, 2.1736, 2.375, - 2.3722, + 2.3713, 1.0111, - 2.3722 + 2.3713 ], "words": [ { @@ -3073,9 +3078,9 @@ 1.6736, 2.1736, 1.6736, - 2.3722, + 2.375, 1.0111, - 2.3722 + 2.375 ] }, { @@ -3086,9 +3091,9 @@ 2.375, 2.1736, 2.375, - 2.3722, + 2.3681, 1.7111, - 2.3722 + 2.3681 ] } ] @@ -3097,39 +3102,39 @@ "text": "Company Name:", "boundingBox": [ 1.0028, - 2.7611, + 2.7639, 2.1556, - 2.7611, + 2.7639, 2.1556, - 2.9278, + 2.9279, 1.0028, - 2.9278 + 2.9279 ], "words": [ { "text": "Company", "boundingBox": [ 1.0028, - 2.7611, + 2.7639, 1.6639, - 2.7611, + 2.7639, 1.6639, - 2.9278, + 2.9306, 1.0028, - 2.9278 + 2.9306 ] }, { "text": "Name:", "boundingBox": [ 1.6944, - 2.7611, + 2.7639, 2.1556, - 2.7611, + 2.7639, 2.1556, - 2.9278, + 2.9236, 1.6944, - 2.9278 + 2.9236 ] } ] @@ -3138,39 +3143,39 @@ "text": "Southridge Video", "boundingBox": [ 2.1917, - 2.7611, + 2.7582, 3.3542, - 2.7611, + 2.7582, 3.3542, - 2.9278, + 2.9269, 2.1917, - 2.9278 + 2.9269 ], "words": [ { "text": "Southridge", "boundingBox": [ 2.1917, - 2.7611, + 2.7604, 2.9444, - 2.7611, + 2.7604, 2.9444, - 2.9278, + 2.9236, 2.1917, - 2.9278 + 2.9236 ] }, { "text": "Video", "boundingBox": [ 2.975, - 2.7611, + 2.7535, 3.3542, - 2.7611, + 2.7535, 3.3542, - 2.9278, + 2.934, 2.975, - 2.9278 + 2.934 ] } ] @@ -3179,26 +3184,26 @@ "text": "Contact:", "boundingBox": [ 1.0069, - 3.0903, + 3.0868, 1.5903, - 3.0903, + 3.0868, 1.5903, - 3.2472, + 3.2431, 1.0069, - 3.2472 + 3.2431 ], "words": [ { "text": "Contact:", "boundingBox": [ 1.0069, - 3.0903, + 3.0868, 1.5903, - 3.0903, + 3.0868, 1.5903, - 3.2472, + 3.2431, 1.0069, - 3.2472 + 3.2431 ] } ] @@ -3207,26 +3212,26 @@ "text": "Jamie@southridgevideo.com", "boundingBox": [ 1.6222, - 3.0903, + 3.0972, 3.5667, - 3.0903, + 3.0972, 3.5667, - 3.2472, + 3.25, 1.6222, - 3.2472 + 3.25 ], "words": [ { "text": "Jamie@southridgevideo.com", "boundingBox": [ 1.6222, - 3.0903, + 3.0972, 3.5667, - 3.0903, + 3.0972, 3.5667, - 3.2472, + 3.25, 1.6222, - 3.2472 + 3.25 ] } ] @@ -3235,39 +3240,39 @@ "text": "Preferred Package:", "boundingBox": [ 1.0028, - 3.4236, + 3.4232, 2.3194, - 3.4236, + 3.4232, 2.3194, - 3.5806, + 3.581, 1.0028, - 3.5806 + 3.581 ], "words": [ { "text": "Preferred", "boundingBox": [ 1.0028, - 3.4236, + 3.4201, 1.6667, - 3.4236, + 3.4201, 1.6667, - 3.5806, + 3.5764, 1.0028, - 3.5806 + 3.5764 ] }, { "text": "Package:", "boundingBox": [ 1.6972, - 3.4236, + 3.4271, 2.3194, - 3.4236, + 3.4271, 2.3194, - 3.5806, + 3.5868, 1.6972, - 3.5806 + 3.5868 ] } ] @@ -3280,9 +3285,9 @@ 2.6875, 3.4236, 2.6875, - 3.5806, + 3.5833, 2.35, - 3.5806 + 3.5833 ], "words": [ { @@ -3293,9 +3298,9 @@ 2.6875, 3.4236, 2.6875, - 3.5806, + 3.5833, 2.35, - 3.5806 + 3.5833 ] } ] @@ -3304,39 +3309,39 @@ "text": "Special Requests:", "boundingBox": [ 1.0167, - 3.7611, + 3.7623, 2.2194, - 3.7611, + 3.7623, 2.2194, - 3.9139, + 3.9148, 1.0167, - 3.9139 + 3.9148 ], "words": [ { "text": "Special", "boundingBox": [ 1.0167, - 3.7611, + 3.7604, 1.4972, - 3.7611, + 3.7604, 1.4972, - 3.9139, + 3.9167, 1.0167, - 3.9139 + 3.9167 ] }, { "text": "Requests:", "boundingBox": [ 1.5278, - 3.7611, + 3.7639, 2.2194, - 3.7611, + 3.7639, 2.2194, - 3.9139, + 3.9132, 1.5278, - 3.9139 + 3.9132 ] } ] @@ -3345,26 +3350,26 @@ "text": "N/a", "boundingBox": [ 2.25, - 3.7611, + 3.7604, 2.5111, - 3.7611, + 3.7604, 2.5111, - 3.9139, + 3.9167, 2.25, - 3.9139 + 3.9167 ], "words": [ { "text": "N/a", "boundingBox": [ 2.25, - 3.7611, + 3.7604, 2.5111, - 3.7611, + 3.7604, 2.5111, - 3.9139, + 3.9167, 2.25, - 3.9139 + 3.9167 ] } ] @@ -3442,202 +3447,6 @@ ] }, "confidence": 1.0 - }, - { - "key": { - "text": "__Tokens__1", - "boundingBox": null, - "elements": null - }, - "value": { - "text": "Vendor Registration", - "boundingBox": [ - 2.2181, - 1.4417, - 6.2736, - 1.4417, - 6.2736, - 2.05, - 2.2181, - 2.05 - ], - "elements": [ - "#/readResults/0/lines/2/words/0", - "#/readResults/0/lines/2/words/1" - ] - }, - "confidence": 1.0 - }, - { - "key": { - "text": "__Tokens__2", - "boundingBox": null, - "elements": null - }, - "value": { - "text": "Contoso Ltd. Conference will be held on May 28-29, 2020 at the Elm Conference Center in", - "boundingBox": [ - 1.0, - 2.5417, - 7.0903, - 2.5417, - 7.0903, - 2.7444, - 1.0, - 2.7444 - ], - "elements": [ - "#/readResults/0/lines/3/words/0", - "#/readResults/0/lines/3/words/1", - "#/readResults/0/lines/3/words/2", - "#/readResults/0/lines/3/words/3", - "#/readResults/0/lines/3/words/4", - "#/readResults/0/lines/3/words/5", - "#/readResults/0/lines/3/words/6", - "#/readResults/0/lines/3/words/7", - "#/readResults/0/lines/3/words/8", - "#/readResults/0/lines/3/words/9", - "#/readResults/0/lines/3/words/10", - "#/readResults/0/lines/3/words/11", - "#/readResults/0/lines/3/words/12", - "#/readResults/0/lines/3/words/13", - "#/readResults/0/lines/3/words/14", - "#/readResults/0/lines/3/words/15" - ] - }, - "confidence": 1.0 - }, - { - "key": { - "text": "__Tokens__3", - "boundingBox": null, - "elements": null - }, - "value": { - "text": "Maple City, Massachusetts. The conference has sold out of its 1,500 tickets, with a 400 person", - "boundingBox": [ - 1.0, - 2.7597, - 7.3583, - 2.7597, - 7.3583, - 2.9625, - 1.0, - 2.9625 - ], - "elements": [ - "#/readResults/0/lines/4/words/0", - "#/readResults/0/lines/4/words/1", - "#/readResults/0/lines/4/words/2", - "#/readResults/0/lines/4/words/3", - "#/readResults/0/lines/4/words/4", - "#/readResults/0/lines/4/words/5", - "#/readResults/0/lines/4/words/6", - "#/readResults/0/lines/4/words/7", - "#/readResults/0/lines/4/words/8", - "#/readResults/0/lines/4/words/9", - "#/readResults/0/lines/4/words/10", - "#/readResults/0/lines/4/words/11", - "#/readResults/0/lines/4/words/12", - "#/readResults/0/lines/4/words/13", - "#/readResults/0/lines/4/words/14", - "#/readResults/0/lines/4/words/15" - ] - }, - "confidence": 1.0 - }, - { - "key": { - "text": "__Tokens__4", - "boundingBox": null, - "elements": null - }, - "value": { - "text": "waitlist. Vendor applications are being accepted through Feb 28, 2020. Please fill in the form", - "boundingBox": [ - 1.0, - 2.9806, - 7.2597, - 2.9806, - 7.2597, - 3.1833, - 1.0, - 3.1833 - ], - "elements": [ - "#/readResults/0/lines/5/words/0", - "#/readResults/0/lines/5/words/1", - "#/readResults/0/lines/5/words/2", - "#/readResults/0/lines/5/words/3", - "#/readResults/0/lines/5/words/4", - "#/readResults/0/lines/5/words/5", - "#/readResults/0/lines/5/words/6", - "#/readResults/0/lines/5/words/7", - "#/readResults/0/lines/5/words/8", - "#/readResults/0/lines/5/words/9", - "#/readResults/0/lines/5/words/10", - "#/readResults/0/lines/5/words/11", - "#/readResults/0/lines/5/words/12", - "#/readResults/0/lines/5/words/13", - "#/readResults/0/lines/5/words/14" - ] - }, - "confidence": 1.0 - }, - { - "key": { - "text": "__Tokens__5", - "boundingBox": null, - "elements": null - }, - "value": { - "text": "below, and attach a check made out to:", - "boundingBox": [ - 1.0, - 3.2, - 3.6722, - 3.2, - 3.6722, - 3.4028, - 1.0, - 3.4028 - ], - "elements": [ - "#/readResults/0/lines/6/words/0", - "#/readResults/0/lines/6/words/1", - "#/readResults/0/lines/6/words/2", - "#/readResults/0/lines/6/words/3", - "#/readResults/0/lines/6/words/4", - "#/readResults/0/lines/6/words/5", - "#/readResults/0/lines/6/words/6", - "#/readResults/0/lines/6/words/7" - ] - }, - "confidence": 1.0 - }, - { - "key": { - "text": "__Tokens__6", - "boundingBox": null, - "elements": null - }, - "value": { - "text": "Rates:", - "boundingBox": [ - 1.0, - 4.3556, - 1.5486, - 4.3556, - 1.5486, - 4.6264, - 1.0, - 4.6264 - ], - "elements": [ - "#/readResults/0/lines/10/words/0" - ] - }, - "confidence": 1.0 } ], "tables": [ @@ -4127,13 +3936,13 @@ "text": "Vendor #:", "boundingBox": [ 6.1389, - 1.0556, + 1.0621, 7.1667, - 1.0556, + 1.0621, 7.1667, - 1.2708, + 1.2766, 6.1389, - 1.2708 + 1.2766 ], "elements": [ "#/readResults/1/lines/0/words/0", @@ -4144,13 +3953,13 @@ "text": "121", "boundingBox": [ 7.1667, - 1.0556, + 1.0486, 7.5167, - 1.0556, + 1.0486, 7.5167, - 1.2708, + 1.2604, 7.1667, - 1.2708 + 1.2604 ], "elements": [ "#/readResults/1/lines/1/words/0" @@ -4163,13 +3972,13 @@ "text": "Company Name:", "boundingBox": [ 1.0028, - 2.7611, + 2.7639, 2.1556, - 2.7611, + 2.7639, 2.1556, - 2.9278, + 2.9279, 1.0028, - 2.9278 + 2.9279 ], "elements": [ "#/readResults/1/lines/3/words/0", @@ -4180,13 +3989,13 @@ "text": "Southridge Video", "boundingBox": [ 2.1917, - 2.7611, + 2.7582, 3.3542, - 2.7611, + 2.7582, 3.3542, - 2.9278, + 2.9269, 2.1917, - 2.9278 + 2.9269 ], "elements": [ "#/readResults/1/lines/4/words/0", @@ -4200,13 +4009,13 @@ "text": "Contact:", "boundingBox": [ 1.0069, - 3.0903, + 3.0868, 1.5903, - 3.0903, + 3.0868, 1.5903, - 3.2472, + 3.2431, 1.0069, - 3.2472 + 3.2431 ], "elements": [ "#/readResults/1/lines/5/words/0" @@ -4216,13 +4025,13 @@ "text": "Jamie@southridgevideo.com", "boundingBox": [ 1.6222, - 3.0903, + 3.0972, 3.5667, - 3.0903, + 3.0972, 3.5667, - 3.2472, + 3.25, 1.6222, - 3.2472 + 3.25 ], "elements": [ "#/readResults/1/lines/6/words/0" @@ -4235,13 +4044,13 @@ "text": "Preferred Package:", "boundingBox": [ 1.0028, - 3.4236, + 3.4232, 2.3194, - 3.4236, + 3.4232, 2.3194, - 3.5806, + 3.581, 1.0028, - 3.5806 + 3.581 ], "elements": [ "#/readResults/1/lines/7/words/0", @@ -4256,9 +4065,9 @@ 2.6875, 3.4236, 2.6875, - 3.5806, + 3.5833, 2.35, - 3.5806 + 3.5833 ], "elements": [ "#/readResults/1/lines/8/words/0" @@ -4271,13 +4080,13 @@ "text": "Special Requests:", "boundingBox": [ 1.0167, - 3.7611, + 3.7623, 2.2194, - 3.7611, + 3.7623, 2.2194, - 3.9139, + 3.9148, 1.0167, - 3.9139 + 3.9148 ], "elements": [ "#/readResults/1/lines/9/words/0", @@ -4288,44 +4097,19 @@ "text": "N/a", "boundingBox": [ 2.25, - 3.7611, + 3.7604, 2.5111, - 3.7611, + 3.7604, 2.5111, - 3.9139, + 3.9167, 2.25, - 3.9139 + 3.9167 ], "elements": [ "#/readResults/1/lines/10/words/0" ] }, "confidence": 0.53 - }, - { - "key": { - "text": "__Tokens__1", - "boundingBox": null, - "elements": null - }, - "value": { - "text": "Vendor Details:", - "boundingBox": [ - 1.0111, - 2.1736, - 2.375, - 2.1736, - 2.375, - 2.3722, - 1.0111, - 2.3722 - ], - "elements": [ - "#/readResults/1/lines/2/words/0", - "#/readResults/1/lines/2/words/1" - ] - }, - "confidence": 1.0 } ], "tables": [], @@ -4338,14 +4122,14 @@ } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/47d28ac5-3aba-4a0f-8b67-bd6d02c95b1d", + "RequestUri": "https://camaiaor-formrec-westus2.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/963cee4d-ac3a-4c31-b39a-2ac7756fb906", "RequestMethod": "DELETE", "RequestHeaders": { "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-64a1f55a1a3cd24e951118b71c6a4c51-180c7e571d0bda47-00", + "traceparent": "00-d28ba6d8fb38e846a1dbf9dcfff748f0-f5dc1316c770c747-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200806.1", - "(.NET Core 4.6.28516.03; Microsoft Windows 10.0.18363 )" + "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200814.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.18363 )" ], "x-ms-client-request-id": "0f9f06abc715a4df35ac4ce000eded13", "x-ms-return-client-request-id": "true" @@ -4353,19 +4137,19 @@ "RequestBody": null, "StatusCode": 204, "ResponseHeaders": { - "apim-request-id": "ea922060-2f7e-4577-962b-0d9d77a5f2f7", + "apim-request-id": "cd97da5c-dc3e-46d5-bb67-ef077497f807", "Content-Length": "0", - "Date": "Fri, 07 Aug 2020 02:21:22 GMT", + "Date": "Fri, 14 Aug 2020 14:35:53 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "161" + "x-envoy-upstream-service-time": "54" }, "ResponseBody": [] } ], "Variables": { "FORM_RECOGNIZER_API_KEY": "Sanitized", - "FORM_RECOGNIZER_ENDPOINT": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/", + "FORM_RECOGNIZER_ENDPOINT": "https://camaiaor-formrec-westus2.cognitiveservices.azure.com/", "FORM_RECOGNIZER_MULTIPAGE_BLOB_CONTAINER_SAS_URL": "https://azuresdktrainingdata.blob.core.windows.net/multipage-vendor-forms?sp=rl\u0026st=2020-06-25T04:55:22Z\u0026se=2021-06-26T04:55:00Z\u0026sv=2019-10-10\u0026sr=c\u0026sig=Z25JFTIsP3tbxDjHP2CK05HxIS9uz1E%2FDaRfjeEUyaU%3D", "RandomSeed": "266893732" } diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsWithoutLabelsCanParseMultipageForm(True)Async.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsWithoutLabelsCanParseMultipageForm(True)Async.json index e816b762793bb..e50c6d74a9242 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsWithoutLabelsCanParseMultipageForm(True)Async.json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsWithoutLabelsCanParseMultipageForm(True)Async.json @@ -1,16 +1,16 @@ { "Entries": [ { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models", + "RequestUri": "https://camaiaor-formrec-westus2.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models", "RequestMethod": "POST", "RequestHeaders": { "Content-Length": "43", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-d366a73170e62b47aa66f5d33d44fb3b-685ff667bb8c3643-00", + "traceparent": "00-71512507d8a4274ca8aadc57efb8f9b3-60ec4cca7bedfc44-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200806.1", - "(.NET Core 4.6.28516.03; Microsoft Windows 10.0.18363 )" + "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200814.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.18363 )" ], "x-ms-client-request-id": "f042ea8b5be2f1ee629f1cb965ca09c2", "x-ms-return-client-request-id": "true" @@ -21,24 +21,24 @@ }, "StatusCode": 201, "ResponseHeaders": { - "apim-request-id": "7a5685bd-f86b-4d5b-b700-b15eac9b33b8", + "apim-request-id": "6ae44b29-21de-4467-a93d-d4e0bfe87813", "Content-Length": "0", - "Date": "Fri, 07 Aug 2020 02:29:23 GMT", - "Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/d8ad26da-e127-478b-ab42-3a8381696293", + "Date": "Fri, 14 Aug 2020 14:35:53 GMT", + "Location": "https://camaiaor-formrec-westus2.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/b5473567-6e9a-42cd-b3a5-6967ff9d36a3", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "5103" + "x-envoy-upstream-service-time": "129" }, "ResponseBody": [] }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/d8ad26da-e127-478b-ab42-3a8381696293?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westus2.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/b5473567-6e9a-42cd-b3a5-6967ff9d36a3?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200806.1", - "(.NET Core 4.6.28516.03; Microsoft Windows 10.0.18363 )" + "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200814.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.18363 )" ], "x-ms-client-request-id": "6bc31f04a00fcadfdc363b021c85f871", "x-ms-return-client-request-id": "true" @@ -46,31 +46,31 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "89b31431-2031-4cd2-98dd-48f3009dccbb", + "apim-request-id": "56f940c4-d6aa-4025-b445-02a6a02c9531", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 07 Aug 2020 02:29:23 GMT", + "Date": "Fri, 14 Aug 2020 14:35:53 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "19" + "x-envoy-upstream-service-time": "21" }, "ResponseBody": { "modelInfo": { - "modelId": "d8ad26da-e127-478b-ab42-3a8381696293", + "modelId": "b5473567-6e9a-42cd-b3a5-6967ff9d36a3", "status": "creating", - "createdDateTime": "2020-08-07T02:29:11Z", - "lastUpdatedDateTime": "2020-08-07T02:29:11Z" + "createdDateTime": "2020-08-14T14:35:54Z", + "lastUpdatedDateTime": "2020-08-14T14:35:54Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/d8ad26da-e127-478b-ab42-3a8381696293?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westus2.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/b5473567-6e9a-42cd-b3a5-6967ff9d36a3?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200806.1", - "(.NET Core 4.6.28516.03; Microsoft Windows 10.0.18363 )" + "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200814.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.18363 )" ], "x-ms-client-request-id": "64a517f30d479580a61f9adc697393e1", "x-ms-return-client-request-id": "true" @@ -78,31 +78,31 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "9b06ff88-42c9-4624-88ba-66996832b826", + "apim-request-id": "eeba215f-7e7d-40df-9307-1819922d474c", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 07 Aug 2020 02:29:24 GMT", + "Date": "Fri, 14 Aug 2020 14:35:54 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "25" + "x-envoy-upstream-service-time": "20" }, "ResponseBody": { "modelInfo": { - "modelId": "d8ad26da-e127-478b-ab42-3a8381696293", + "modelId": "b5473567-6e9a-42cd-b3a5-6967ff9d36a3", "status": "creating", - "createdDateTime": "2020-08-07T02:29:11Z", - "lastUpdatedDateTime": "2020-08-07T02:29:11Z" + "createdDateTime": "2020-08-14T14:35:54Z", + "lastUpdatedDateTime": "2020-08-14T14:35:54Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/d8ad26da-e127-478b-ab42-3a8381696293?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westus2.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/b5473567-6e9a-42cd-b3a5-6967ff9d36a3?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200806.1", - "(.NET Core 4.6.28516.03; Microsoft Windows 10.0.18363 )" + "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200814.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.18363 )" ], "x-ms-client-request-id": "002c08661271eb380b7813ab20ebd4dc", "x-ms-return-client-request-id": "true" @@ -110,31 +110,31 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "d1004491-c00b-446c-acb4-0ba6f40eccf8", + "apim-request-id": "73a98beb-eed4-4f7c-8ac5-48cc1737156c", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 07 Aug 2020 02:29:25 GMT", + "Date": "Fri, 14 Aug 2020 14:35:55 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "26" + "x-envoy-upstream-service-time": "21" }, "ResponseBody": { "modelInfo": { - "modelId": "d8ad26da-e127-478b-ab42-3a8381696293", + "modelId": "b5473567-6e9a-42cd-b3a5-6967ff9d36a3", "status": "creating", - "createdDateTime": "2020-08-07T02:29:11Z", - "lastUpdatedDateTime": "2020-08-07T02:29:11Z" + "createdDateTime": "2020-08-14T14:35:54Z", + "lastUpdatedDateTime": "2020-08-14T14:35:54Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/d8ad26da-e127-478b-ab42-3a8381696293?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westus2.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/b5473567-6e9a-42cd-b3a5-6967ff9d36a3?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200806.1", - "(.NET Core 4.6.28516.03; Microsoft Windows 10.0.18363 )" + "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200814.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.18363 )" ], "x-ms-client-request-id": "4dc5aba6a425f67b9f2dc5f005036169", "x-ms-return-client-request-id": "true" @@ -142,31 +142,31 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "e81db8ce-4f12-4987-a749-476ca35e3837", + "apim-request-id": "279f4843-e3c4-4617-a835-7294d7ac1f82", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 07 Aug 2020 02:29:26 GMT", + "Date": "Fri, 14 Aug 2020 14:35:56 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "39" + "x-envoy-upstream-service-time": "23" }, "ResponseBody": { "modelInfo": { - "modelId": "d8ad26da-e127-478b-ab42-3a8381696293", + "modelId": "b5473567-6e9a-42cd-b3a5-6967ff9d36a3", "status": "creating", - "createdDateTime": "2020-08-07T02:29:11Z", - "lastUpdatedDateTime": "2020-08-07T02:29:11Z" + "createdDateTime": "2020-08-14T14:35:54Z", + "lastUpdatedDateTime": "2020-08-14T14:35:54Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/d8ad26da-e127-478b-ab42-3a8381696293?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westus2.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/b5473567-6e9a-42cd-b3a5-6967ff9d36a3?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200806.1", - "(.NET Core 4.6.28516.03; Microsoft Windows 10.0.18363 )" + "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200814.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.18363 )" ], "x-ms-client-request-id": "139b59a3f758e1ffdfba59cef9d474ba", "x-ms-return-client-request-id": "true" @@ -174,31 +174,31 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "4bd0dc0d-bc2e-4bca-9222-c1c29fbebc65", + "apim-request-id": "7065f384-98ef-4a21-88a5-2f9cffc6b340", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 07 Aug 2020 02:29:27 GMT", + "Date": "Fri, 14 Aug 2020 14:35:57 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "24" + "x-envoy-upstream-service-time": "26" }, "ResponseBody": { "modelInfo": { - "modelId": "d8ad26da-e127-478b-ab42-3a8381696293", + "modelId": "b5473567-6e9a-42cd-b3a5-6967ff9d36a3", "status": "creating", - "createdDateTime": "2020-08-07T02:29:11Z", - "lastUpdatedDateTime": "2020-08-07T02:29:11Z" + "createdDateTime": "2020-08-14T14:35:54Z", + "lastUpdatedDateTime": "2020-08-14T14:35:54Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/d8ad26da-e127-478b-ab42-3a8381696293?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westus2.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/b5473567-6e9a-42cd-b3a5-6967ff9d36a3?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200806.1", - "(.NET Core 4.6.28516.03; Microsoft Windows 10.0.18363 )" + "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200814.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.18363 )" ], "x-ms-client-request-id": "bd35be4a45adc2bb8d3661434d47e507", "x-ms-return-client-request-id": "true" @@ -206,31 +206,31 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "73091fbb-e7a4-4145-921c-50aaa9757a19", + "apim-request-id": "911abaea-2ded-4fd6-bdd5-007add55bafe", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 07 Aug 2020 02:29:28 GMT", + "Date": "Fri, 14 Aug 2020 14:35:58 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "20" + "x-envoy-upstream-service-time": "23" }, "ResponseBody": { "modelInfo": { - "modelId": "d8ad26da-e127-478b-ab42-3a8381696293", + "modelId": "b5473567-6e9a-42cd-b3a5-6967ff9d36a3", "status": "creating", - "createdDateTime": "2020-08-07T02:29:11Z", - "lastUpdatedDateTime": "2020-08-07T02:29:11Z" + "createdDateTime": "2020-08-14T14:35:54Z", + "lastUpdatedDateTime": "2020-08-14T14:35:54Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/d8ad26da-e127-478b-ab42-3a8381696293?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westus2.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/b5473567-6e9a-42cd-b3a5-6967ff9d36a3?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200806.1", - "(.NET Core 4.6.28516.03; Microsoft Windows 10.0.18363 )" + "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200814.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.18363 )" ], "x-ms-client-request-id": "c708aa17c050af83abe46e6b4bacfcca", "x-ms-return-client-request-id": "true" @@ -238,31 +238,31 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "c2beed41-99c1-4914-8943-46cbf7b24998", + "apim-request-id": "aea8986e-d478-4bb1-bfa7-7ea1848fe867", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 07 Aug 2020 02:29:29 GMT", + "Date": "Fri, 14 Aug 2020 14:36:00 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "20" + "x-envoy-upstream-service-time": "25" }, "ResponseBody": { "modelInfo": { - "modelId": "d8ad26da-e127-478b-ab42-3a8381696293", + "modelId": "b5473567-6e9a-42cd-b3a5-6967ff9d36a3", "status": "creating", - "createdDateTime": "2020-08-07T02:29:11Z", - "lastUpdatedDateTime": "2020-08-07T02:29:11Z" + "createdDateTime": "2020-08-14T14:35:54Z", + "lastUpdatedDateTime": "2020-08-14T14:35:54Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/d8ad26da-e127-478b-ab42-3a8381696293?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westus2.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/b5473567-6e9a-42cd-b3a5-6967ff9d36a3?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200806.1", - "(.NET Core 4.6.28516.03; Microsoft Windows 10.0.18363 )" + "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200814.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.18363 )" ], "x-ms-client-request-id": "47a60ab9a3cd5dbb9dd9862296bb9497", "x-ms-return-client-request-id": "true" @@ -270,9 +270,9 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "c33a6317-a4ad-49b0-b8df-df6099a900da", + "apim-request-id": "94a1e284-1f1e-4767-be55-fce352502f3b", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 07 Aug 2020 02:29:30 GMT", + "Date": "Fri, 14 Aug 2020 14:36:01 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", @@ -280,21 +280,21 @@ }, "ResponseBody": { "modelInfo": { - "modelId": "d8ad26da-e127-478b-ab42-3a8381696293", + "modelId": "b5473567-6e9a-42cd-b3a5-6967ff9d36a3", "status": "creating", - "createdDateTime": "2020-08-07T02:29:11Z", - "lastUpdatedDateTime": "2020-08-07T02:29:11Z" + "createdDateTime": "2020-08-14T14:35:54Z", + "lastUpdatedDateTime": "2020-08-14T14:35:54Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/d8ad26da-e127-478b-ab42-3a8381696293?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westus2.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/b5473567-6e9a-42cd-b3a5-6967ff9d36a3?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200806.1", - "(.NET Core 4.6.28516.03; Microsoft Windows 10.0.18363 )" + "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200814.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.18363 )" ], "x-ms-client-request-id": "4fb751d4adcb89693a8612c9d65076e0", "x-ms-return-client-request-id": "true" @@ -302,31 +302,31 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "019ccaa3-e340-413f-a6ce-521d06562c3b", + "apim-request-id": "98f77d82-7546-4954-ae8a-e1dd8f122c3e", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 07 Aug 2020 02:29:31 GMT", + "Date": "Fri, 14 Aug 2020 14:36:02 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "29" + "x-envoy-upstream-service-time": "18" }, "ResponseBody": { "modelInfo": { - "modelId": "d8ad26da-e127-478b-ab42-3a8381696293", + "modelId": "b5473567-6e9a-42cd-b3a5-6967ff9d36a3", "status": "creating", - "createdDateTime": "2020-08-07T02:29:11Z", - "lastUpdatedDateTime": "2020-08-07T02:29:11Z" + "createdDateTime": "2020-08-14T14:35:54Z", + "lastUpdatedDateTime": "2020-08-14T14:35:54Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/d8ad26da-e127-478b-ab42-3a8381696293?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westus2.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/b5473567-6e9a-42cd-b3a5-6967ff9d36a3?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200806.1", - "(.NET Core 4.6.28516.03; Microsoft Windows 10.0.18363 )" + "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200814.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.18363 )" ], "x-ms-client-request-id": "428a963a9ea1733aefaa29773a6118f0", "x-ms-return-client-request-id": "true" @@ -334,31 +334,31 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "c2f8fd20-cdec-41ce-a098-6995337faad7", + "apim-request-id": "9f1d2ca3-1bc8-49d8-aeed-35fb000f2069", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 07 Aug 2020 02:29:32 GMT", + "Date": "Fri, 14 Aug 2020 14:36:03 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "23" + "x-envoy-upstream-service-time": "26" }, "ResponseBody": { "modelInfo": { - "modelId": "d8ad26da-e127-478b-ab42-3a8381696293", + "modelId": "b5473567-6e9a-42cd-b3a5-6967ff9d36a3", "status": "creating", - "createdDateTime": "2020-08-07T02:29:11Z", - "lastUpdatedDateTime": "2020-08-07T02:29:11Z" + "createdDateTime": "2020-08-14T14:35:54Z", + "lastUpdatedDateTime": "2020-08-14T14:35:54Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/d8ad26da-e127-478b-ab42-3a8381696293?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westus2.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/b5473567-6e9a-42cd-b3a5-6967ff9d36a3?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200806.1", - "(.NET Core 4.6.28516.03; Microsoft Windows 10.0.18363 )" + "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200814.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.18363 )" ], "x-ms-client-request-id": "f996d74fadf40bfea11c0c4791f1874d", "x-ms-return-client-request-id": "true" @@ -366,20 +366,20 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "6925e269-5604-4c95-9dfe-e3c4c821ec77", + "apim-request-id": "9fff5ffc-0654-43c4-93fe-51d01e9bd44f", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 07 Aug 2020 02:29:33 GMT", + "Date": "Fri, 14 Aug 2020 14:36:04 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "24" + "x-envoy-upstream-service-time": "23" }, "ResponseBody": { "modelInfo": { - "modelId": "d8ad26da-e127-478b-ab42-3a8381696293", + "modelId": "b5473567-6e9a-42cd-b3a5-6967ff9d36a3", "status": "ready", - "createdDateTime": "2020-08-07T02:29:11Z", - "lastUpdatedDateTime": "2020-08-07T02:29:33Z" + "createdDateTime": "2020-08-14T14:35:54Z", + "lastUpdatedDateTime": "2020-08-14T14:36:04Z" }, "keys": { "clusters": { @@ -443,16 +443,16 @@ } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/d8ad26da-e127-478b-ab42-3a8381696293/analyze?includeTextDetails=true", + "RequestUri": "https://camaiaor-formrec-westus2.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/b5473567-6e9a-42cd-b3a5-6967ff9d36a3/analyze?includeTextDetails=true", "RequestMethod": "POST", "RequestHeaders": { "Content-Length": "711607", "Content-Type": "application/pdf", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-546565d707134a4fa024eb19ff635d89-e61ef372ab69404e-00", + "traceparent": "00-89420c467705c54890138b43d8500de4-bea933c08192b14d-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200806.1", - "(.NET Core 4.6.28516.03; Microsoft Windows 10.0.18363 )" + "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200814.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.18363 )" ], "x-ms-client-request-id": "ffe8a562513036f517445f2183f24fd9", "x-ms-return-client-request-id": "true" @@ -460,24 +460,24 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "94ba43de-1171-4a5f-a1c8-b467b135b539", + "apim-request-id": "864b8ed0-f6a1-4d1a-ade9-a5dd39775784", "Content-Length": "0", - "Date": "Fri, 07 Aug 2020 02:29:35 GMT", - "Operation-Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/d8ad26da-e127-478b-ab42-3a8381696293/analyzeresults/f91dfd24-13c4-4991-9e21-112843479eed", + "Date": "Fri, 14 Aug 2020 14:36:04 GMT", + "Operation-Location": "https://camaiaor-formrec-westus2.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/b5473567-6e9a-42cd-b3a5-6967ff9d36a3/analyzeresults/ec265a65-06cd-4a70-acde-7c7d607f23c3", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "348" + "x-envoy-upstream-service-time": "339" }, "ResponseBody": [] }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/d8ad26da-e127-478b-ab42-3a8381696293/analyzeResults/f91dfd24-13c4-4991-9e21-112843479eed", + "RequestUri": "https://camaiaor-formrec-westus2.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/b5473567-6e9a-42cd-b3a5-6967ff9d36a3/analyzeResults/ec265a65-06cd-4a70-acde-7c7d607f23c3", "RequestMethod": "GET", "RequestHeaders": { "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200806.1", - "(.NET Core 4.6.28516.03; Microsoft Windows 10.0.18363 )" + "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200814.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.18363 )" ], "x-ms-client-request-id": "fe79216d7db98cec987ea18591f3e2fe", "x-ms-return-client-request-id": "true" @@ -485,28 +485,28 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "b86d8d9c-467b-40b5-9a5c-647338d39725", + "apim-request-id": "c7c4461c-7776-4692-a286-325a19e40d3b", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 07 Aug 2020 02:29:36 GMT", + "Date": "Fri, 14 Aug 2020 14:36:04 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "29" + "x-envoy-upstream-service-time": "23" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-08-07T02:29:36Z", - "lastUpdatedDateTime": "2020-08-07T02:29:36Z" + "createdDateTime": "2020-08-14T14:36:05Z", + "lastUpdatedDateTime": "2020-08-14T14:36:05Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/d8ad26da-e127-478b-ab42-3a8381696293/analyzeResults/f91dfd24-13c4-4991-9e21-112843479eed", + "RequestUri": "https://camaiaor-formrec-westus2.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/b5473567-6e9a-42cd-b3a5-6967ff9d36a3/analyzeResults/ec265a65-06cd-4a70-acde-7c7d607f23c3", "RequestMethod": "GET", "RequestHeaders": { "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200806.1", - "(.NET Core 4.6.28516.03; Microsoft Windows 10.0.18363 )" + "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200814.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.18363 )" ], "x-ms-client-request-id": "9414dc231979fdbfe25fe2b04ddd87af", "x-ms-return-client-request-id": "true" @@ -514,29 +514,29 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "0daea419-f415-4712-8d30-9dcc442be723", + "apim-request-id": "1888c682-3c8a-40e2-8362-c435e5369c7b", "Content-Length": "127", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 07 Aug 2020 02:29:38 GMT", + "Date": "Fri, 14 Aug 2020 14:36:05 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "21" + "x-envoy-upstream-service-time": "20" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-08-07T02:29:36Z", - "lastUpdatedDateTime": "2020-08-07T02:29:37Z", + "createdDateTime": "2020-08-14T14:36:05Z", + "lastUpdatedDateTime": "2020-08-14T14:36:06Z", "analyzeResult": null } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/d8ad26da-e127-478b-ab42-3a8381696293/analyzeResults/f91dfd24-13c4-4991-9e21-112843479eed", + "RequestUri": "https://camaiaor-formrec-westus2.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/b5473567-6e9a-42cd-b3a5-6967ff9d36a3/analyzeResults/ec265a65-06cd-4a70-acde-7c7d607f23c3", "RequestMethod": "GET", "RequestHeaders": { "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200806.1", - "(.NET Core 4.6.28516.03; Microsoft Windows 10.0.18363 )" + "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200814.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.18363 )" ], "x-ms-client-request-id": "6fd933cc8877e593b95b67b1b06fa524", "x-ms-return-client-request-id": "true" @@ -544,29 +544,29 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "7184874c-509f-414f-89fd-db69481ad35c", + "apim-request-id": "7cf6c946-e7a5-4e3e-a743-33dc47078b5f", "Content-Length": "127", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 07 Aug 2020 02:29:39 GMT", + "Date": "Fri, 14 Aug 2020 14:36:07 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", "x-envoy-upstream-service-time": "22" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-08-07T02:29:36Z", - "lastUpdatedDateTime": "2020-08-07T02:29:37Z", + "createdDateTime": "2020-08-14T14:36:05Z", + "lastUpdatedDateTime": "2020-08-14T14:36:06Z", "analyzeResult": null } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/d8ad26da-e127-478b-ab42-3a8381696293/analyzeResults/f91dfd24-13c4-4991-9e21-112843479eed", + "RequestUri": "https://camaiaor-formrec-westus2.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/b5473567-6e9a-42cd-b3a5-6967ff9d36a3/analyzeResults/ec265a65-06cd-4a70-acde-7c7d607f23c3", "RequestMethod": "GET", "RequestHeaders": { "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200806.1", - "(.NET Core 4.6.28516.03; Microsoft Windows 10.0.18363 )" + "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200814.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.18363 )" ], "x-ms-client-request-id": "a7fe6162bbdd5360627b1c599a3c3fba", "x-ms-return-client-request-id": "true" @@ -574,29 +574,29 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "ba469c15-ca64-4763-88b1-6202afe1ffa2", + "apim-request-id": "330aadc2-ce2d-4019-880b-518fab04bebe", "Content-Length": "127", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 07 Aug 2020 02:29:40 GMT", + "Date": "Fri, 14 Aug 2020 14:36:08 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "24" + "x-envoy-upstream-service-time": "26" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-08-07T02:29:36Z", - "lastUpdatedDateTime": "2020-08-07T02:29:37Z", + "createdDateTime": "2020-08-14T14:36:05Z", + "lastUpdatedDateTime": "2020-08-14T14:36:06Z", "analyzeResult": null } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/d8ad26da-e127-478b-ab42-3a8381696293/analyzeResults/f91dfd24-13c4-4991-9e21-112843479eed", + "RequestUri": "https://camaiaor-formrec-westus2.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/b5473567-6e9a-42cd-b3a5-6967ff9d36a3/analyzeResults/ec265a65-06cd-4a70-acde-7c7d607f23c3", "RequestMethod": "GET", "RequestHeaders": { "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200806.1", - "(.NET Core 4.6.28516.03; Microsoft Windows 10.0.18363 )" + "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200814.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.18363 )" ], "x-ms-client-request-id": "5eb9f1f672199a86492fdb1db20d4d72", "x-ms-return-client-request-id": "true" @@ -604,29 +604,29 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "3a9176b5-82d6-4511-aeb5-24ca2cf67dfd", + "apim-request-id": "276584eb-cf1b-48d2-9f4d-900a353b2040", "Content-Length": "127", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 07 Aug 2020 02:29:41 GMT", + "Date": "Fri, 14 Aug 2020 14:36:09 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "22" + "x-envoy-upstream-service-time": "23" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-08-07T02:29:36Z", - "lastUpdatedDateTime": "2020-08-07T02:29:37Z", + "createdDateTime": "2020-08-14T14:36:05Z", + "lastUpdatedDateTime": "2020-08-14T14:36:06Z", "analyzeResult": null } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/d8ad26da-e127-478b-ab42-3a8381696293/analyzeResults/f91dfd24-13c4-4991-9e21-112843479eed", + "RequestUri": "https://camaiaor-formrec-westus2.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/b5473567-6e9a-42cd-b3a5-6967ff9d36a3/analyzeResults/ec265a65-06cd-4a70-acde-7c7d607f23c3", "RequestMethod": "GET", "RequestHeaders": { "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200806.1", - "(.NET Core 4.6.28516.03; Microsoft Windows 10.0.18363 )" + "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200814.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.18363 )" ], "x-ms-client-request-id": "ec4ebebae0de10d1d2850dfb6b394b7d", "x-ms-return-client-request-id": "true" @@ -634,18 +634,18 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "2b21ec93-83d7-42f7-be58-f1fedf61f7e0", - "Content-Length": "32988", + "apim-request-id": "a109b6ea-e939-473c-b2cd-f01cb0e5143e", + "Content-Length": "29281", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 07 Aug 2020 02:29:42 GMT", + "Date": "Fri, 14 Aug 2020 14:36:10 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "37" + "x-envoy-upstream-service-time": "43" }, "ResponseBody": { "status": "succeeded", - "createdDateTime": "2020-08-07T02:29:36Z", - "lastUpdatedDateTime": "2020-08-07T02:29:41Z", + "createdDateTime": "2020-08-14T14:36:05Z", + "lastUpdatedDateTime": "2020-08-14T14:36:09Z", "analyzeResult": { "version": "2.0.0", "readResults": [ @@ -3145,39 +3145,39 @@ "text": "Vendor #:", "boundingBox": [ 6.1389, - 1.0556, + 1.0621, 7.1667, - 1.0556, + 1.0621, 7.1667, - 1.2708, + 1.2766, 6.1389, - 1.2708 + 1.2766 ], "words": [ { "text": "Vendor", "boundingBox": [ 6.1389, - 1.0556, + 1.066, 6.8917, - 1.0556, + 1.066, 6.8917, - 1.2708, + 1.2812, 6.1389, - 1.2708 + 1.2812 ] }, { "text": "#:", "boundingBox": [ 6.9333, - 1.0556, + 1.0486, 7.1667, - 1.0556, + 1.0486, 7.1667, - 1.2708, + 1.2604, 6.9333, - 1.2708 + 1.2604 ] } ] @@ -3186,26 +3186,26 @@ "text": "121", "boundingBox": [ 7.1667, - 1.0556, + 1.0486, 7.5167, - 1.0556, + 1.0486, 7.5167, - 1.2708, + 1.2604, 7.1667, - 1.2708 + 1.2604 ], "words": [ { "text": "121", "boundingBox": [ 7.1667, - 1.0556, + 1.0486, 7.5167, - 1.0556, + 1.0486, 7.5167, - 1.2708, + 1.2604, 7.1667, - 1.2708 + 1.2604 ] } ] @@ -3218,9 +3218,9 @@ 2.375, 2.1736, 2.375, - 2.3722, + 2.3713, 1.0111, - 2.3722 + 2.3713 ], "words": [ { @@ -3231,9 +3231,9 @@ 1.6736, 2.1736, 1.6736, - 2.3722, + 2.375, 1.0111, - 2.3722 + 2.375 ] }, { @@ -3244,9 +3244,9 @@ 2.375, 2.1736, 2.375, - 2.3722, + 2.3681, 1.7111, - 2.3722 + 2.3681 ] } ] @@ -3255,39 +3255,39 @@ "text": "Company Name:", "boundingBox": [ 1.0028, - 2.7611, + 2.7639, 2.1556, - 2.7611, + 2.7639, 2.1556, - 2.9278, + 2.9279, 1.0028, - 2.9278 + 2.9279 ], "words": [ { "text": "Company", "boundingBox": [ 1.0028, - 2.7611, + 2.7639, 1.6639, - 2.7611, + 2.7639, 1.6639, - 2.9278, + 2.9306, 1.0028, - 2.9278 + 2.9306 ] }, { "text": "Name:", "boundingBox": [ 1.6944, - 2.7611, + 2.7639, 2.1556, - 2.7611, + 2.7639, 2.1556, - 2.9278, + 2.9236, 1.6944, - 2.9278 + 2.9236 ] } ] @@ -3296,39 +3296,39 @@ "text": "Southridge Video", "boundingBox": [ 2.1917, - 2.7611, + 2.7582, 3.3542, - 2.7611, + 2.7582, 3.3542, - 2.9278, + 2.9269, 2.1917, - 2.9278 + 2.9269 ], "words": [ { "text": "Southridge", "boundingBox": [ 2.1917, - 2.7611, + 2.7604, 2.9444, - 2.7611, + 2.7604, 2.9444, - 2.9278, + 2.9236, 2.1917, - 2.9278 + 2.9236 ] }, { "text": "Video", "boundingBox": [ 2.975, - 2.7611, + 2.7535, 3.3542, - 2.7611, + 2.7535, 3.3542, - 2.9278, + 2.934, 2.975, - 2.9278 + 2.934 ] } ] @@ -3337,26 +3337,26 @@ "text": "Contact:", "boundingBox": [ 1.0069, - 3.0903, + 3.0868, 1.5903, - 3.0903, + 3.0868, 1.5903, - 3.2472, + 3.2431, 1.0069, - 3.2472 + 3.2431 ], "words": [ { "text": "Contact:", "boundingBox": [ 1.0069, - 3.0903, + 3.0868, 1.5903, - 3.0903, + 3.0868, 1.5903, - 3.2472, + 3.2431, 1.0069, - 3.2472 + 3.2431 ] } ] @@ -3365,26 +3365,26 @@ "text": "Jamie@southridgevideo.com", "boundingBox": [ 1.6222, - 3.0903, + 3.0972, 3.5667, - 3.0903, + 3.0972, 3.5667, - 3.2472, + 3.25, 1.6222, - 3.2472 + 3.25 ], "words": [ { "text": "Jamie@southridgevideo.com", "boundingBox": [ 1.6222, - 3.0903, + 3.0972, 3.5667, - 3.0903, + 3.0972, 3.5667, - 3.2472, + 3.25, 1.6222, - 3.2472 + 3.25 ] } ] @@ -3393,39 +3393,39 @@ "text": "Preferred Package:", "boundingBox": [ 1.0028, - 3.4236, + 3.4232, 2.3194, - 3.4236, + 3.4232, 2.3194, - 3.5806, + 3.581, 1.0028, - 3.5806 + 3.581 ], "words": [ { "text": "Preferred", "boundingBox": [ 1.0028, - 3.4236, + 3.4201, 1.6667, - 3.4236, + 3.4201, 1.6667, - 3.5806, + 3.5764, 1.0028, - 3.5806 + 3.5764 ] }, { "text": "Package:", "boundingBox": [ 1.6972, - 3.4236, + 3.4271, 2.3194, - 3.4236, + 3.4271, 2.3194, - 3.5806, + 3.5868, 1.6972, - 3.5806 + 3.5868 ] } ] @@ -3438,9 +3438,9 @@ 2.6875, 3.4236, 2.6875, - 3.5806, + 3.5833, 2.35, - 3.5806 + 3.5833 ], "words": [ { @@ -3451,9 +3451,9 @@ 2.6875, 3.4236, 2.6875, - 3.5806, + 3.5833, 2.35, - 3.5806 + 3.5833 ] } ] @@ -3462,39 +3462,39 @@ "text": "Special Requests:", "boundingBox": [ 1.0167, - 3.7611, + 3.7623, 2.2194, - 3.7611, + 3.7623, 2.2194, - 3.9139, + 3.9148, 1.0167, - 3.9139 + 3.9148 ], "words": [ { "text": "Special", "boundingBox": [ 1.0167, - 3.7611, + 3.7604, 1.4972, - 3.7611, + 3.7604, 1.4972, - 3.9139, + 3.9167, 1.0167, - 3.9139 + 3.9167 ] }, { "text": "Requests:", "boundingBox": [ 1.5278, - 3.7611, + 3.7639, 2.2194, - 3.7611, + 3.7639, 2.2194, - 3.9139, + 3.9132, 1.5278, - 3.9139 + 3.9132 ] } ] @@ -3503,26 +3503,26 @@ "text": "N/a", "boundingBox": [ 2.25, - 3.7611, + 3.7604, 2.5111, - 3.7611, + 3.7604, 2.5111, - 3.9139, + 3.9167, 2.25, - 3.9139 + 3.9167 ], "words": [ { "text": "N/a", "boundingBox": [ 2.25, - 3.7611, + 3.7604, 2.5111, - 3.7611, + 3.7604, 2.5111, - 3.9139, + 3.9167, 2.25, - 3.9139 + 3.9167 ] } ] @@ -3600,202 +3600,6 @@ ] }, "confidence": 1.0 - }, - { - "key": { - "text": "__Tokens__1", - "boundingBox": null, - "elements": null - }, - "value": { - "text": "Vendor Registration", - "boundingBox": [ - 2.2181, - 1.4417, - 6.2736, - 1.4417, - 6.2736, - 2.05, - 2.2181, - 2.05 - ], - "elements": [ - "#/readResults/0/lines/2/words/0", - "#/readResults/0/lines/2/words/1" - ] - }, - "confidence": 1.0 - }, - { - "key": { - "text": "__Tokens__2", - "boundingBox": null, - "elements": null - }, - "value": { - "text": "Contoso Ltd. Conference will be held on May 28-29, 2020 at the Elm Conference Center in", - "boundingBox": [ - 1.0, - 2.5417, - 7.0903, - 2.5417, - 7.0903, - 2.7444, - 1.0, - 2.7444 - ], - "elements": [ - "#/readResults/0/lines/3/words/0", - "#/readResults/0/lines/3/words/1", - "#/readResults/0/lines/3/words/2", - "#/readResults/0/lines/3/words/3", - "#/readResults/0/lines/3/words/4", - "#/readResults/0/lines/3/words/5", - "#/readResults/0/lines/3/words/6", - "#/readResults/0/lines/3/words/7", - "#/readResults/0/lines/3/words/8", - "#/readResults/0/lines/3/words/9", - "#/readResults/0/lines/3/words/10", - "#/readResults/0/lines/3/words/11", - "#/readResults/0/lines/3/words/12", - "#/readResults/0/lines/3/words/13", - "#/readResults/0/lines/3/words/14", - "#/readResults/0/lines/3/words/15" - ] - }, - "confidence": 1.0 - }, - { - "key": { - "text": "__Tokens__3", - "boundingBox": null, - "elements": null - }, - "value": { - "text": "Maple City, Massachusetts. The conference has sold out of its 1,500 tickets, with a 400 person", - "boundingBox": [ - 1.0, - 2.7597, - 7.3583, - 2.7597, - 7.3583, - 2.9625, - 1.0, - 2.9625 - ], - "elements": [ - "#/readResults/0/lines/4/words/0", - "#/readResults/0/lines/4/words/1", - "#/readResults/0/lines/4/words/2", - "#/readResults/0/lines/4/words/3", - "#/readResults/0/lines/4/words/4", - "#/readResults/0/lines/4/words/5", - "#/readResults/0/lines/4/words/6", - "#/readResults/0/lines/4/words/7", - "#/readResults/0/lines/4/words/8", - "#/readResults/0/lines/4/words/9", - "#/readResults/0/lines/4/words/10", - "#/readResults/0/lines/4/words/11", - "#/readResults/0/lines/4/words/12", - "#/readResults/0/lines/4/words/13", - "#/readResults/0/lines/4/words/14", - "#/readResults/0/lines/4/words/15" - ] - }, - "confidence": 1.0 - }, - { - "key": { - "text": "__Tokens__4", - "boundingBox": null, - "elements": null - }, - "value": { - "text": "waitlist. Vendor applications are being accepted through Feb 28, 2020. Please fill in the form", - "boundingBox": [ - 1.0, - 2.9806, - 7.2597, - 2.9806, - 7.2597, - 3.1833, - 1.0, - 3.1833 - ], - "elements": [ - "#/readResults/0/lines/5/words/0", - "#/readResults/0/lines/5/words/1", - "#/readResults/0/lines/5/words/2", - "#/readResults/0/lines/5/words/3", - "#/readResults/0/lines/5/words/4", - "#/readResults/0/lines/5/words/5", - "#/readResults/0/lines/5/words/6", - "#/readResults/0/lines/5/words/7", - "#/readResults/0/lines/5/words/8", - "#/readResults/0/lines/5/words/9", - "#/readResults/0/lines/5/words/10", - "#/readResults/0/lines/5/words/11", - "#/readResults/0/lines/5/words/12", - "#/readResults/0/lines/5/words/13", - "#/readResults/0/lines/5/words/14" - ] - }, - "confidence": 1.0 - }, - { - "key": { - "text": "__Tokens__5", - "boundingBox": null, - "elements": null - }, - "value": { - "text": "below, and attach a check made out to:", - "boundingBox": [ - 1.0, - 3.2, - 3.6722, - 3.2, - 3.6722, - 3.4028, - 1.0, - 3.4028 - ], - "elements": [ - "#/readResults/0/lines/6/words/0", - "#/readResults/0/lines/6/words/1", - "#/readResults/0/lines/6/words/2", - "#/readResults/0/lines/6/words/3", - "#/readResults/0/lines/6/words/4", - "#/readResults/0/lines/6/words/5", - "#/readResults/0/lines/6/words/6", - "#/readResults/0/lines/6/words/7" - ] - }, - "confidence": 1.0 - }, - { - "key": { - "text": "__Tokens__6", - "boundingBox": null, - "elements": null - }, - "value": { - "text": "Rates:", - "boundingBox": [ - 1.0, - 4.3556, - 1.5486, - 4.3556, - 1.5486, - 4.6264, - 1.0, - 4.6264 - ], - "elements": [ - "#/readResults/0/lines/10/words/0" - ] - }, - "confidence": 1.0 } ], "tables": [ @@ -4285,13 +4089,13 @@ "text": "Vendor #:", "boundingBox": [ 6.1389, - 1.0556, + 1.0621, 7.1667, - 1.0556, + 1.0621, 7.1667, - 1.2708, + 1.2766, 6.1389, - 1.2708 + 1.2766 ], "elements": [ "#/readResults/1/lines/0/words/0", @@ -4302,13 +4106,13 @@ "text": "121", "boundingBox": [ 7.1667, - 1.0556, + 1.0486, 7.5167, - 1.0556, + 1.0486, 7.5167, - 1.2708, + 1.2604, 7.1667, - 1.2708 + 1.2604 ], "elements": [ "#/readResults/1/lines/1/words/0" @@ -4321,13 +4125,13 @@ "text": "Company Name:", "boundingBox": [ 1.0028, - 2.7611, + 2.7639, 2.1556, - 2.7611, + 2.7639, 2.1556, - 2.9278, + 2.9279, 1.0028, - 2.9278 + 2.9279 ], "elements": [ "#/readResults/1/lines/3/words/0", @@ -4338,13 +4142,13 @@ "text": "Southridge Video", "boundingBox": [ 2.1917, - 2.7611, + 2.7582, 3.3542, - 2.7611, + 2.7582, 3.3542, - 2.9278, + 2.9269, 2.1917, - 2.9278 + 2.9269 ], "elements": [ "#/readResults/1/lines/4/words/0", @@ -4358,13 +4162,13 @@ "text": "Contact:", "boundingBox": [ 1.0069, - 3.0903, + 3.0868, 1.5903, - 3.0903, + 3.0868, 1.5903, - 3.2472, + 3.2431, 1.0069, - 3.2472 + 3.2431 ], "elements": [ "#/readResults/1/lines/5/words/0" @@ -4374,13 +4178,13 @@ "text": "Jamie@southridgevideo.com", "boundingBox": [ 1.6222, - 3.0903, + 3.0972, 3.5667, - 3.0903, + 3.0972, 3.5667, - 3.2472, + 3.25, 1.6222, - 3.2472 + 3.25 ], "elements": [ "#/readResults/1/lines/6/words/0" @@ -4393,13 +4197,13 @@ "text": "Preferred Package:", "boundingBox": [ 1.0028, - 3.4236, + 3.4232, 2.3194, - 3.4236, + 3.4232, 2.3194, - 3.5806, + 3.581, 1.0028, - 3.5806 + 3.581 ], "elements": [ "#/readResults/1/lines/7/words/0", @@ -4414,9 +4218,9 @@ 2.6875, 3.4236, 2.6875, - 3.5806, + 3.5833, 2.35, - 3.5806 + 3.5833 ], "elements": [ "#/readResults/1/lines/8/words/0" @@ -4429,13 +4233,13 @@ "text": "Special Requests:", "boundingBox": [ 1.0167, - 3.7611, + 3.7623, 2.2194, - 3.7611, + 3.7623, 2.2194, - 3.9139, + 3.9148, 1.0167, - 3.9139 + 3.9148 ], "elements": [ "#/readResults/1/lines/9/words/0", @@ -4446,44 +4250,19 @@ "text": "N/a", "boundingBox": [ 2.25, - 3.7611, + 3.7604, 2.5111, - 3.7611, + 3.7604, 2.5111, - 3.9139, + 3.9167, 2.25, - 3.9139 + 3.9167 ], "elements": [ "#/readResults/1/lines/10/words/0" ] }, "confidence": 0.53 - }, - { - "key": { - "text": "__Tokens__1", - "boundingBox": null, - "elements": null - }, - "value": { - "text": "Vendor Details:", - "boundingBox": [ - 1.0111, - 2.1736, - 2.375, - 2.1736, - 2.375, - 2.3722, - 1.0111, - 2.3722 - ], - "elements": [ - "#/readResults/1/lines/2/words/0", - "#/readResults/1/lines/2/words/1" - ] - }, - "confidence": 1.0 } ], "tables": [], @@ -4496,14 +4275,14 @@ } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/d8ad26da-e127-478b-ab42-3a8381696293", + "RequestUri": "https://camaiaor-formrec-westus2.cognitiveservices.azure.com/formrecognizer/v2.0/custom/models/b5473567-6e9a-42cd-b3a5-6967ff9d36a3", "RequestMethod": "DELETE", "RequestHeaders": { "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-67bae41bddc56e42a4ee750061361516-82475b28a499e94f-00", + "traceparent": "00-297d075e9d02f1499f65dc448312a3c3-68e31d282600f944-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200806.1", - "(.NET Core 4.6.28516.03; Microsoft Windows 10.0.18363 )" + "azsdk-net-AI.FormRecognizer/3.0.0-dev.20200814.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.18363 )" ], "x-ms-client-request-id": "bebaac1c46b6ef0ada645daee042a054", "x-ms-return-client-request-id": "true" @@ -4511,19 +4290,19 @@ "RequestBody": null, "StatusCode": 204, "ResponseHeaders": { - "apim-request-id": "0b535250-be50-494b-9340-5475f6cd965a", + "apim-request-id": "fb528f73-ef53-4dd0-8e6e-4f4573ecd689", "Content-Length": "0", - "Date": "Fri, 07 Aug 2020 02:29:42 GMT", + "Date": "Fri, 14 Aug 2020 14:36:10 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "40" + "x-envoy-upstream-service-time": "32" }, "ResponseBody": [] } ], "Variables": { "FORM_RECOGNIZER_API_KEY": "Sanitized", - "FORM_RECOGNIZER_ENDPOINT": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/", + "FORM_RECOGNIZER_ENDPOINT": "https://camaiaor-formrec-westus2.cognitiveservices.azure.com/", "FORM_RECOGNIZER_MULTIPAGE_BLOB_CONTAINER_SAS_URL": "https://azuresdktrainingdata.blob.core.windows.net/multipage-vendor-forms?sp=rl\u0026st=2020-06-25T04:55:22Z\u0026se=2021-06-26T04:55:00Z\u0026sv=2019-10-10\u0026sr=c\u0026sig=Z25JFTIsP3tbxDjHP2CK05HxIS9uz1E%2FDaRfjeEUyaU%3D", "RandomSeed": "1580435474" } diff --git a/sdk/formrecognizer/test-resources.json b/sdk/formrecognizer/test-resources.json index f7b8c23b2d605..2df0218080724 100644 --- a/sdk/formrecognizer/test-resources.json +++ b/sdk/formrecognizer/test-resources.json @@ -11,7 +11,7 @@ }, "location": { "type": "string", - "defaultValue": "westus2", + "defaultValue": "westcentralus", "metadata": { "description": "The location of the resource. By default, this is the same as the resource group." }