From 8f924b20f894c89619866a3260a4162e7516de55 Mon Sep 17 00:00:00 2001 From: Mariana Rios Flores Date: Fri, 20 Nov 2020 14:38:50 -0800 Subject: [PATCH] Merge Feature/formrecognizer2.1 into master (#17121) * [FR] Update to 2.1-preview.2 with generation and recordings (#16462) * generation and recordings * missing tests * PR feedback * enable test * export-api * [FR] Add invoices functionality (#16522) * add invoices * pr feedback * export api * Update sdk/formrecognizer/Azure.AI.FormRecognizer/src/RecognizeInvoicesOperation.cs Co-authored-by: Krista Pratico Co-authored-by: Krista Pratico * [FR] Add documentation for invoices (#16659) * documentation * PR feedback * generation plus small fixes (#16787) * [FR] Expose code generated properties (#16841) * selection mark state order: * appearance * bounding box * content-type bmp * pages * update to 2.1-preview.2 * language (#16889) * added more test for copy feature (#16892) * enable receipt and bc (#17004) * remove bc workaround (#17025) * disable receipts, enable AAD, move to canada (#17119) Co-authored-by: Krista Pratico --- .../Azure.AI.FormRecognizer/CHANGELOG.md | 10 +- .../Azure.AI.FormRecognizer/README.md | 66 +- .../Azure.AI.FormRecognizer.netstandard2.0.cs | 63 +- .../Azure.AI.FormRecognizer/samples/README.md | 1 + .../samples/Sample10_RecognizeInvoices.md | 178 + .../Azure.AI.FormRecognizer/src/Appearance.cs | 15 + .../src/ContentType1.cs | 22 + .../Azure.AI.FormRecognizer/src/FieldValue.cs | 9 +- .../src/FormContentType.cs | 29 + .../Azure.AI.FormRecognizer/src/FormField.cs | 32 +- .../Azure.AI.FormRecognizer/src/FormLine.cs | 4 + .../src/FormRecognizerClient.cs | 256 +- .../Azure.AI.FormRecognizer/src/FormTable.cs | 6 + ...ormRecognizerAnalyzeInvoiceAsyncHeaders.cs | 23 + .../src/Generated/FormRecognizerRestClient.cs | 345 +- .../Models/Appearance.Serialization.cs | 29 + .../src/Generated/Models/Appearance.cs | 31 + .../Models/ContentType1.Serialization.cs | 34 + .../Models/DataTable.Serialization.cs | 13 +- .../src/Generated/Models/DataTable.cs | 16 +- .../src/Generated/Models/Language.cs | 18 + .../src/Generated/Models/Locale.cs | 60 + .../Generated/Models/Style.Serialization.cs | 36 + .../src/Generated/Models/Style.cs | 29 + .../Models/TextLine.Serialization.cs | 14 +- .../src/Generated/Models/TextLine.cs | 7 +- .../src/Generated/Models/TextStyle.cs | 51 + .../Azure.AI.FormRecognizer/src/Language.cs | 12 + .../Azure.AI.FormRecognizer/src/Locale.cs | 12 + .../src/OperationExtensions.cs | 13 + .../src/RecognizeBusinessCardsOperation.cs | 2 +- .../src/RecognizeContentOptions.cs | 18 + .../src/RecognizeInvoicesOperation.cs | 216 + .../src/RecognizeInvoicesOptions.cs | 35 + .../src/RecognizedForm.cs | 9 +- .../src/SelectionMarkState.cs | 8 +- .../src/StreamExtensions.cs | 7 + .../Azure.AI.FormRecognizer/src/Style.cs | 15 + .../Azure.AI.FormRecognizer/src/TextStyle.cs | 13 + .../Azure.AI.FormRecognizer/src/autorest.md | 4 +- .../src/swagger/fr2.1p2.json | 2175 ++++++++ .../tests/Assets/businessCard.bmp | Bin 0 -> 1948126 bytes .../tests/Extensions/StreamExtensionsTests.cs | 13 +- .../FormRecognizerClientLiveTests.cs | 518 +- .../FormRecognizerClientMockTests.cs | 117 + .../FormRecognizerClientTests.cs | 43 + .../FormTrainingClientLiveTests.cs | 94 + .../Infrastructure/DisposableTrainedModel.cs | 6 +- .../FormRecognizerLiveTestBase.cs | 7 +- .../tests/Infrastructure/TestFile.cs | 3 + .../tests/Models/OperationsLiveTests.cs | 18 + ...entCanAuthenticateWithTokenCredential.json | 302 +- ...nAuthenticateWithTokenCredentialAsync.json | 302 +- ...lientCannotAuthenticateWithFakeApiKey.json | 12 +- ...CannotAuthenticateWithFakeApiKeyAsync.json | 12 +- ...cognizeBusinessCardsCanParseBlankPage.json | 112 +- ...zeBusinessCardsCanParseBlankPageAsync.json | 90 +- ...nessCardsCanParseMultipageForm(False).json | 1646 ++++--- ...ardsCanParseMultipageForm(False)Async.json | 1682 +++---- ...inessCardsCanParseMultipageForm(True).json | 1682 +++---- ...CardsCanParseMultipageForm(True)Async.json | 1682 +++---- ...rdsFromUriThrowsForNonExistingContent.json | 16 +- ...omUriThrowsForNonExistingContentAsync.json | 16 +- ...nizeBusinessCardsIncludeFieldElements.json | 1197 ++--- ...usinessCardsIncludeFieldElementsAsync.json | 1177 ++--- ...nessCardsPopulatesExtractedJpg(False).json | 289 +- ...ardsPopulatesExtractedJpg(False)Async.json | 303 +- ...inessCardsPopulatesExtractedJpg(True).json | 335 +- ...CardsPopulatesExtractedJpg(True)Async.json | 309 +- ...nessCardsPopulatesExtractedPng(False).json | 339 +- ...ardsPopulatesExtractedPng(False)Async.json | 305 +- ...inessCardsPopulatesExtractedPng(True).json | 317 +- ...CardsPopulatesExtractedPng(True)Async.json | 307 +- ...nizeBusinessCardsThrowsForDamagedFile.json | 14 +- ...usinessCardsThrowsForDamagedFileAsync.json | 16 +- ...tartRecognizeContentCanParseBlankPage.json | 134 +- ...ecognizeContentCanParseBlankPageAsync.json | 102 +- ...zeContentCanParseMultipageForm(False).json | 156 +- ...tentCanParseMultipageForm(False)Async.json | 142 +- ...izeContentCanParseMultipageForm(True).json | 144 +- ...ntentCanParseMultipageForm(True)Async.json | 130 +- ...entCanParseMultipageFormWithBlankPage.json | 1536 +++--- ...nParseMultipageFormWithBlankPageAsync.json | 1536 +++--- ...entFromUriThrowsForNonExistingContent.json | 16 +- ...omUriThrowsForNonExistingContentAsync.json | 16 +- ...izeContentPopulatesFormPageJpg(False).json | 1032 ++-- ...ntentPopulatesFormPageJpg(False)Async.json | 1062 ++-- ...nizeContentPopulatesFormPageJpg(True).json | 1032 ++-- ...ontentPopulatesFormPageJpg(True)Async.json | 1062 ++-- ...izeContentPopulatesFormPagePdf(False).json | 491 +- ...ntentPopulatesFormPagePdf(False)Async.json | 503 +- ...nizeContentPopulatesFormPagePdf(True).json | 503 +- ...ontentPopulatesFormPagePdf(True)Async.json | 489 +- ...tRecognizeContentThrowsForDamagedFile.json | 18 +- ...gnizeContentThrowsForDamagedFileAsync.json | 20 +- ...StartRecognizeContentWithLanguage(%%).json | 3705 ++++++++++++++ ...RecognizeContentWithLanguage(%%)Async.json | 3705 ++++++++++++++ ...artRecognizeContentWithLanguage(%en%).json | 3736 ++++++++++++++ ...cognizeContentWithLanguage(%en%)Async.json | 3736 ++++++++++++++ ...ntWithMultiplePageArgument(%1%,%3%,2).json | 4327 ++++++++++++++++ ...hMultiplePageArgument(%1%,%3%,2)Async.json | 4327 ++++++++++++++++ ...WithMultiplePageArgument(%1-2%,%3%,3).json | 4339 ++++++++++++++++ ...ultiplePageArgument(%1-2%,%3%,3)Async.json | 4369 +++++++++++++++++ ...ognizeContentWithNoSupporttedLanguage.json | 45 + ...eContentWithNoSupporttedLanguageAsync.json | 45 + ...nizeContentWithOnePageArgument(%1%,1).json | 2306 +++++++++ ...ontentWithOnePageArgument(%1%,1)Async.json | 2306 +++++++++ ...zeContentWithOnePageArgument(%1-2%,2).json | 2288 +++++++++ ...tentWithOnePageArgument(%1-2%,2)Async.json | 2288 +++++++++ ...gnizeContentWithSelectionMarks(False).json | 1142 ++--- ...ContentWithSelectionMarks(False)Async.json | 1172 ++--- ...ognizeContentWithSelectionMarks(True).json | 1156 ++--- ...eContentWithSelectionMarks(True)Async.json | 1154 ++--- ...UriThrowsForNonExistingContent(False).json | 444 +- ...rowsForNonExistingContent(False)Async.json | 481 +- ...mUriThrowsForNonExistingContent(True).json | 173 +- ...hrowsForNonExistingContent(True)Async.json | 223 +- ...ustomFormsThrowsForDamagedFile(False).json | 398 +- ...FormsThrowsForDamagedFile(False)Async.json | 443 +- ...CustomFormsThrowsForDamagedFile(True).json | 152 +- ...mFormsThrowsForDamagedFile(True)Async.json | 154 +- ...izeCustomFormsWithLabels(False,False).json | 466 +- ...stomFormsWithLabels(False,False)Async.json | 538 +- ...nizeCustomFormsWithLabels(False,True).json | 616 +-- ...ustomFormsWithLabels(False,True)Async.json | 630 +-- ...nizeCustomFormsWithLabels(True,False).json | 619 +-- ...ustomFormsWithLabels(True,False)Async.json | 657 +-- ...gnizeCustomFormsWithLabels(True,True).json | 626 +-- ...CustomFormsWithLabels(True,True)Async.json | 573 +-- ...rmsWithLabelsAndSelectionMarks(False).json | 293 +- ...thLabelsAndSelectionMarks(False)Async.json | 346 +- ...ormsWithLabelsAndSelectionMarks(True).json | 387 +- ...ithLabelsAndSelectionMarks(True)Async.json | 412 +- ...ustomFormsWithLabelsCanParseBlankPage.json | 234 +- ...FormsWithLabelsCanParseBlankPageAsync.json | 442 +- ...WithLabelsCanParseDifferentTypeOfForm.json | 388 +- ...abelsCanParseDifferentTypeOfFormAsync.json | 264 +- ...ithLabelsCanParseMultipageForm(False).json | 244 +- ...belsCanParseMultipageForm(False)Async.json | 244 +- ...WithLabelsCanParseMultipageForm(True).json | 273 +- ...abelsCanParseMultipageForm(True)Async.json | 751 +-- ...arseMultipageFormWithBlankPage(False).json | 457 +- ...ultipageFormWithBlankPage(False)Async.json | 443 +- ...ParseMultipageFormWithBlankPage(True).json | 459 +- ...MultipageFormWithBlankPage(True)Async.json | 490 +- ...CustomFormsWithoutLabels(False,False).json | 670 +-- ...mFormsWithoutLabels(False,False)Async.json | 501 +- ...eCustomFormsWithoutLabels(False,True).json | 469 +- ...omFormsWithoutLabels(False,True)Async.json | 488 +- ...eCustomFormsWithoutLabels(True,False).json | 600 +-- ...omFormsWithoutLabels(True,False)Async.json | 606 +-- ...zeCustomFormsWithoutLabels(True,True).json | 641 +-- ...tomFormsWithoutLabels(True,True)Async.json | 511 +- ...omFormsWithoutLabelsCanParseBlankPage.json | 538 +- ...msWithoutLabelsCanParseBlankPageAsync.json | 540 +- ...houtLabelsCanParseMultipageForm(True).json | 1372 ++---- ...abelsCanParseMultipageForm(True)Async.json | 1461 ++---- ...ParseMultipageFormWithBlankPage(True).json | 666 +-- ...MultipageFormWithBlankPage(True)Async.json | 673 +-- ...artRecognizeInvoicesCanParseBlankPage.json | 275 ++ ...cognizeInvoicesCanParseBlankPageAsync.json | 245 + ...eInvoicesCanParseMultipageForm(False).json | 161 + ...icesCanParseMultipageForm(False)Async.json | 276 ++ ...zeInvoicesCanParseMultipageForm(True).json | 304 ++ ...oicesCanParseMultipageForm(True)Async.json | 274 ++ ...cesFromUriThrowsForNonExistingContent.json | 48 + ...omUriThrowsForNonExistingContentAsync.json | 48 + ...RecognizeInvoicesIncludeFieldElements.json | 1513 ++++++ ...nizeInvoicesIncludeFieldElementsAsync.json | 1513 ++++++ ...eInvoicesPopulatesExtractedPdf(False).json | 619 +++ ...icesPopulatesExtractedPdf(False)Async.json | 619 +++ ...zeInvoicesPopulatesExtractedPdf(True).json | 617 +++ ...oicesPopulatesExtractedPdf(True)Async.json | 617 +++ ...InvoicesPopulatesExtractedTiff(False).json | 576 +++ ...cesPopulatesExtractedTiff(False)Async.json | 606 +++ ...eInvoicesPopulatesExtractedTiff(True).json | 604 +++ ...icesPopulatesExtractedTiff(True)Async.json | 604 +++ ...RecognizeInvoicesThrowsForDamagedFile.json | 46 + ...nizeInvoicesThrowsForDamagedFileAsync.json | 46 + ...ognizeInvoicesWithSupportedLocale(%%).json | 1513 ++++++ ...eInvoicesWithSupportedLocale(%%)Async.json | 1543 ++++++ ...eInvoicesWithSupportedLocale(%en-US%).json | 1513 ++++++ ...icesWithSupportedLocale(%en-US%)Async.json | 1513 ++++++ ...StartRecognizeInvoicesWithWrongLocale.json | 48 + ...RecognizeInvoicesWithWrongLocaleAsync.json | 48 + ...artRecognizeReceiptsCanParseBlankPage.json | 122 +- ...cognizeReceiptsCanParseBlankPageAsync.json | 108 +- ...eReceiptsCanParseMultipageForm(False).json | 112 +- ...iptsCanParseMultipageForm(False)Async.json | 98 +- ...zeReceiptsCanParseMultipageForm(True).json | 116 +- ...eiptsCanParseMultipageForm(True)Async.json | 126 +- ...ptsCanParseMultipageFormWithBlankPage.json | 208 +- ...nParseMultipageFormWithBlankPageAsync.json | 220 +- ...ptsFromUriThrowsForNonExistingContent.json | 18 +- ...omUriThrowsForNonExistingContentAsync.json | 18 +- ...tsPopulatesExtractedReceiptJpg(False).json | 70 +- ...ulatesExtractedReceiptJpg(False)Async.json | 66 +- ...ptsPopulatesExtractedReceiptJpg(True).json | 70 +- ...pulatesExtractedReceiptJpg(True)Async.json | 64 +- ...tsPopulatesExtractedReceiptPng(False).json | 84 +- ...ulatesExtractedReceiptPng(False)Async.json | 82 +- ...ptsPopulatesExtractedReceiptPng(True).json | 86 +- ...pulatesExtractedReceiptPng(True)Async.json | 86 +- ...RecognizeReceiptsThrowsForDamagedFile.json | 18 +- ...nizeReceiptsThrowsForDamagedFileAsync.json | 16 +- ...ognizeReceiptsWithSupportedLocale(%%).json | 60 +- ...eReceiptsWithSupportedLocale(%%)Async.json | 56 +- ...eReceiptsWithSupportedLocale(%en-US%).json | 92 +- ...iptsWithSupportedLocale(%en-US%)Async.json | 60 +- ...StartRecognizeReceiptsWithWrongLocale.json | 16 +- ...RecognizeReceiptsWithWrongLocaleAsync.json | 16 +- ...ypeinSubmodelAndRecognizedForm(False).json | 611 +-- ...SubmodelAndRecognizedForm(False)Async.json | 561 +-- ...TypeinSubmodelAndRecognizedForm(True).json | 567 +-- ...nSubmodelAndRecognizedForm(True)Async.json | 438 +- .../CopyComposedModel.json | 1575 ++++++ .../CopyComposedModelAsync.json | 1641 +++++++ .../CopyModel.json | 615 +-- .../CopyModelAsync.json | 505 +- .../CopyModelError.json | 20 +- .../CopyModelErrorAsync.json | 20 +- .../CopyModelWithLabelsAndModelName.json | 1129 +++++ .../CopyModelWithLabelsAndModelNameAsync.json | 535 ++ ...DeleteModelFailsWhenModelDoesNotExist.json | 16 +- ...eModelFailsWhenModelDoesNotExistAsync.json | 16 +- ...entCanAuthenticateWithTokenCredential.json | 337 +- ...nAuthenticateWithTokenCredentialAsync.json | 366 +- ...lientCannotAuthenticateWithFakeApiKey.json | 12 +- ...CannotAuthenticateWithFakeApiKeyAsync.json | 12 +- .../GetCopyAuthorization.json | 26 +- .../GetCopyAuthorizationAsync.json | 26 +- ...lizeDeserializeCopyAuthorizationAsync.json | 26 +- ...eserializeCopyAuthorizationAsyncAsync.json | 26 +- .../StartCopyModelFailsWithWrongRegion.json | 480 +- ...artCopyModelFailsWithWrongRegionAsync.json | 689 +-- .../StartCreateComposedModel.json | 255 +- .../StartCreateComposedModelAsync.json | 294 +- ...CreateComposedModelFailsWithInvalidId.json | 121 +- ...eComposedModelFailsWithInvalidIdAsync.json | 102 +- .../StartTraining(False,False).json | 961 +--- .../StartTraining(False,False)Async.json | 473 +- .../StartTraining(False,True).json | 87 +- .../StartTraining(False,True)Async.json | 87 +- .../StartTraining(True,False).json | 311 +- .../StartTraining(True,False)Async.json | 342 +- .../StartTraining(True,True).json | 105 +- .../StartTraining(True,True)Async.json | 105 +- .../StartTrainingError.json | 54 +- .../StartTrainingErrorAsync.json | 54 +- .../StartTrainingFailsWithInvalidPrefix.json | 54 +- ...rtTrainingFailsWithInvalidPrefixAsync.json | 54 +- .../StartTrainingSucceedsWithValidPrefix.json | 291 +- ...tTrainingSucceedsWithValidPrefixAsync.json | 291 +- .../StartTrainingWithLabelsModelName.json | 252 +- ...StartTrainingWithLabelsModelNameAsync.json | 82 +- .../TrainingOps(False).json | 2665 ++++++---- .../TrainingOps(False)Async.json | 2651 ++++++---- .../TrainingOps(True).json | 2420 ++++++--- .../TrainingOps(True)Async.json | 2455 ++++++--- ...opyModelOperationCanPollFromNewObject.json | 1034 +++- ...delOperationCanPollFromNewObjectAsync.json | 858 ++-- ...eContentOperationCanPollFromNewObject.json | 130 +- ...entOperationCanPollFromNewObjectAsync.json | 132 +- ...tomFormsOperationCanPollFromNewObject.json | 606 +-- ...rmsOperationCanPollFromNewObjectAsync.json | 645 +-- ...InvoicesOperationCanPollFromNewObject.json | 246 + ...cesOperationCanPollFromNewObjectAsync.json | 216 + ...ReceiptsOperationCanPollFromNewObject.json | 86 +- ...ptsOperationCanPollFromNewObjectAsync.json | 86 +- ...TrainingOperationCanPollFromNewObject.json | 409 +- ...ingOperationCanPollFromNewObjectAsync.json | 344 +- ...Sample12_RecognizeBusinessCardsFromFile.cs | 4 +- .../Sample13_RecognizeInvoicesFromFile.cs | 71 + .../Sample13_RecognizeInvoicesFromUri.cs | 127 + sdk/formrecognizer/test-resources.json | 2 +- 275 files changed, 104222 insertions(+), 40009 deletions(-) create mode 100644 sdk/formrecognizer/Azure.AI.FormRecognizer/samples/Sample10_RecognizeInvoices.md create mode 100644 sdk/formrecognizer/Azure.AI.FormRecognizer/src/Appearance.cs create mode 100644 sdk/formrecognizer/Azure.AI.FormRecognizer/src/ContentType1.cs create mode 100644 sdk/formrecognizer/Azure.AI.FormRecognizer/src/Generated/FormRecognizerAnalyzeInvoiceAsyncHeaders.cs create mode 100644 sdk/formrecognizer/Azure.AI.FormRecognizer/src/Generated/Models/Appearance.Serialization.cs create mode 100644 sdk/formrecognizer/Azure.AI.FormRecognizer/src/Generated/Models/Appearance.cs create mode 100644 sdk/formrecognizer/Azure.AI.FormRecognizer/src/Generated/Models/ContentType1.Serialization.cs create mode 100644 sdk/formrecognizer/Azure.AI.FormRecognizer/src/Generated/Models/Locale.cs create mode 100644 sdk/formrecognizer/Azure.AI.FormRecognizer/src/Generated/Models/Style.Serialization.cs create mode 100644 sdk/formrecognizer/Azure.AI.FormRecognizer/src/Generated/Models/Style.cs create mode 100644 sdk/formrecognizer/Azure.AI.FormRecognizer/src/Generated/Models/TextStyle.cs create mode 100644 sdk/formrecognizer/Azure.AI.FormRecognizer/src/Language.cs create mode 100644 sdk/formrecognizer/Azure.AI.FormRecognizer/src/Locale.cs create mode 100644 sdk/formrecognizer/Azure.AI.FormRecognizer/src/RecognizeInvoicesOperation.cs create mode 100644 sdk/formrecognizer/Azure.AI.FormRecognizer/src/RecognizeInvoicesOptions.cs create mode 100644 sdk/formrecognizer/Azure.AI.FormRecognizer/src/Style.cs create mode 100644 sdk/formrecognizer/Azure.AI.FormRecognizer/src/TextStyle.cs create mode 100644 sdk/formrecognizer/Azure.AI.FormRecognizer/src/swagger/fr2.1p2.json create mode 100644 sdk/formrecognizer/Azure.AI.FormRecognizer/tests/Assets/businessCard.bmp create mode 100644 sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeContentWithLanguage(%%).json create mode 100644 sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeContentWithLanguage(%%)Async.json create mode 100644 sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeContentWithLanguage(%en%).json create mode 100644 sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeContentWithLanguage(%en%)Async.json create mode 100644 sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeContentWithMultiplePageArgument(%1%,%3%,2).json create mode 100644 sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeContentWithMultiplePageArgument(%1%,%3%,2)Async.json create mode 100644 sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeContentWithMultiplePageArgument(%1-2%,%3%,3).json create mode 100644 sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeContentWithMultiplePageArgument(%1-2%,%3%,3)Async.json create mode 100644 sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeContentWithNoSupporttedLanguage.json create mode 100644 sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeContentWithNoSupporttedLanguageAsync.json create mode 100644 sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeContentWithOnePageArgument(%1%,1).json create mode 100644 sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeContentWithOnePageArgument(%1%,1)Async.json create mode 100644 sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeContentWithOnePageArgument(%1-2%,2).json create mode 100644 sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeContentWithOnePageArgument(%1-2%,2)Async.json create mode 100644 sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeInvoicesCanParseBlankPage.json create mode 100644 sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeInvoicesCanParseBlankPageAsync.json create mode 100644 sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeInvoicesCanParseMultipageForm(False).json create mode 100644 sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeInvoicesCanParseMultipageForm(False)Async.json create mode 100644 sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeInvoicesCanParseMultipageForm(True).json create mode 100644 sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeInvoicesCanParseMultipageForm(True)Async.json create mode 100644 sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeInvoicesFromUriThrowsForNonExistingContent.json create mode 100644 sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeInvoicesFromUriThrowsForNonExistingContentAsync.json create mode 100644 sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeInvoicesIncludeFieldElements.json create mode 100644 sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeInvoicesIncludeFieldElementsAsync.json create mode 100644 sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeInvoicesPopulatesExtractedPdf(False).json create mode 100644 sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeInvoicesPopulatesExtractedPdf(False)Async.json create mode 100644 sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeInvoicesPopulatesExtractedPdf(True).json create mode 100644 sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeInvoicesPopulatesExtractedPdf(True)Async.json create mode 100644 sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeInvoicesPopulatesExtractedTiff(False).json create mode 100644 sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeInvoicesPopulatesExtractedTiff(False)Async.json create mode 100644 sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeInvoicesPopulatesExtractedTiff(True).json create mode 100644 sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeInvoicesPopulatesExtractedTiff(True)Async.json create mode 100644 sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeInvoicesThrowsForDamagedFile.json create mode 100644 sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeInvoicesThrowsForDamagedFileAsync.json create mode 100644 sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeInvoicesWithSupportedLocale(%%).json create mode 100644 sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeInvoicesWithSupportedLocale(%%)Async.json create mode 100644 sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeInvoicesWithSupportedLocale(%en-US%).json create mode 100644 sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeInvoicesWithSupportedLocale(%en-US%)Async.json create mode 100644 sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeInvoicesWithWrongLocale.json create mode 100644 sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeInvoicesWithWrongLocaleAsync.json create mode 100644 sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/CopyComposedModel.json create mode 100644 sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/CopyComposedModelAsync.json create mode 100644 sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/CopyModelWithLabelsAndModelName.json create mode 100644 sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/CopyModelWithLabelsAndModelNameAsync.json create mode 100644 sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/OperationsLiveTests/RecognizeInvoicesOperationCanPollFromNewObject.json create mode 100644 sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/OperationsLiveTests/RecognizeInvoicesOperationCanPollFromNewObjectAsync.json create mode 100644 sdk/formrecognizer/Azure.AI.FormRecognizer/tests/samples/Sample13_RecognizeInvoicesFromFile.cs create mode 100644 sdk/formrecognizer/Azure.AI.FormRecognizer/tests/samples/Sample13_RecognizeInvoicesFromUri.cs diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/CHANGELOG.md b/sdk/formrecognizer/Azure.AI.FormRecognizer/CHANGELOG.md index 90b85fa55bbdf..e3aac47f0ab34 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/CHANGELOG.md +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/CHANGELOG.md @@ -3,20 +3,26 @@ ## 3.1.0-beta.1 (Unreleased) ### Breaking changes -- It defaults to the latest supported API version, which currently is `2.1-preview.1`. +- It defaults to the latest supported API version, which currently is `2.1-preview.2`. ### New Features - Added integration for ASP.NET Core. - Added support for pre-built business card recognition. +- Added support for pre-built invoices recognition. - Added support for providing locale info when recognizing receipts and business cards. Supported locales include support EN-US, EN-AU, EN-CA, EN-GB, EN-IN. +- Added support for providing the document language in `StartRecognizeContent` when recognizing a form. - Added support to train and recognize custom forms with selection marks such as check boxes and radio buttons. This functionality is only available in train with labels scenarios. +- Added support to `StartRecognizeContent` to recognize selection marks such as check boxes and radio buttons. - Added ability to create a composed model from the `FormTrainingClient` by calling method `StartCreateComposedModel`. - Added ability to pass parameter `ModelName` to `StartTraining` methods. - Added the properties `ModelName` and `Properties` to types `CustomFormModel` and `CustomFormModelInfo`. - Added type `CustomFormModelProperties` that includes information like if a model is a composed model. - Added property `ModelId` to `CustomFormSubmodel` and `TrainingDocumentInfo`. - Added properties `ModelId` and `FormTypeConfidence` to `RecognizedForm`. -- Added support to `StartRecognizeContent` to recognize selection marks such as check boxes and radio buttons. +- Added property `Appearance` to `FormLine` to indicate the style of the extracted text. for example, "handwriting" or "other". +- Added property `BoundingBox` to `FormTable`. +- Added support for `ContentType` `image/bmp` in recognize content and prebuilt models. +- Added property `Pages` to `RecognizeContentOptions` to specify the page numbers to analyze. ## 3.0.0 (2020-08-20) diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/README.md b/sdk/formrecognizer/Azure.AI.FormRecognizer/README.md index aa9d49dc75fc3..f9d6e56fcb1d8 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/README.md +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/README.md @@ -3,8 +3,10 @@ Azure Cognitive Services Form Recognizer is a cloud service that uses machine le - Recognize Custom Forms - Recognize and extract form fields and other content from your custom forms, using models you trained with your own form types. - Recognize Form Content - Recognize and extract tables, lines, words, and selection marks like radio buttons and check boxes in forms documents, without the need to train a model. -- Recognize Receipts - Recognize and extract common fields from receipts, using a pre-trained receipt model. -- Recognize Business Card - Recognize and extract common fields from business cards, using a pre-trained business cards model. +- Recognize Prebuilt models - Recognize data using the following prebuilt models: + - Receipts - Recognize and extract common fields from receipts, using a pre-trained receipt model. + - Business Cards - Recognize and extract common fields from business cards, using a pre-trained business cards model. + - Invoices - Recognize and extract common fields from invoices, using a pre-trained invoice model. [Source code][formreco_client_src] | [Package (NuGet)][formreco_nuget_package] | [API reference documentation][formreco_refdocs] | [Product documentation][formreco_docs] | [Samples][formreco_samples] @@ -101,10 +103,12 @@ var client = new FormRecognizerClient(new Uri(endpoint), new DefaultAzureCredent `FormRecognizerClient` provides operations for: - - Recognizing form fields and content, using custom models trained to recognize your custom forms. These values are returned in a collection of `RecognizedForm` objects. See example [Recognize Custom Forms](#recognize-custom-forms). - - Recognizing form content, including tables, lines, words, and selection marks like radio buttons and check boxes without the need to train a model. Form content is returned in a collection of `FormPage` objects. See example [Recognize Content](#recognize-content). - - Recognizing common fields from receipts, using a pre-trained receipt model on the Form Recognizer service. These fields and meta-data are returned in a collection of `RecognizedForm` objects. See example [Recognize Receipts](#recognize-receipts). -- Recognizing common fields from business cards, using a pre-trained business cards model on the Form Recognizer service. These fields and meta-data are returned in a collection of `RecognizedForm` objects. See example [Recognize Business Cards](#recognize-business-cards). +- Recognizing form fields and content, using custom models trained to recognize your custom forms. These values are returned in a collection of `RecognizedForm` objects. See example [Recognize Custom Forms](#recognize-custom-forms). +- Recognizing form content, including tables, lines, words, and selection marks like radio buttons and check boxes without the need to train a model. Form content is returned in a collection of `FormPage` objects. See example [Recognize Content](#recognize-content). +- Recognizing common fields from the following form types using prebuilt models. These fields and meta-data are returned in a collection of `RecognizedForm` objects. + - Sales receipts. See example [Recognize Receipts](#recognize-receipts). + - Business cards. See example [Recognize Business Cards](#recognize-business-cards). + - Invoices. See example [Recognize Invoices](#recognize-invoices). ### FormTrainingClient @@ -134,6 +138,7 @@ The following section provides several code snippets illustrating common pattern * [Recognize Custom Forms](#recognize-custom-forms) * [Recognize Receipts](#recognize-receipts) * [Recognize Business Cards](#recognize-business-cards) +* [Recognize Invoices](#recognize-invoices) * [Train a Model](#train-a-model) * [Manage Custom Models](#manage-custom-models) @@ -299,7 +304,7 @@ using (FileStream stream = new FileStream(receiptPath, FileMode.Open)) Recognize data from business cards using a prebuilt model. Business card fields recognized by the service can be found [here][service_recognize_business_cards_fields]. ```C# Snippet:FormRecognizerSampleRecognizeBusinessCardFileStream -using (FileStream stream = new FileStream(busienssCardsPath, FileMode.Open)) +using (FileStream stream = new FileStream(businessCardsPath, FileMode.Open)) { var options = new RecognizeBusinessCardsOptions() { Locale = "en-US" }; RecognizedFormCollection businessCards = await client.StartRecognizeBusinessCardsAsync(stream, options).WaitForCompletionAsync(); @@ -368,6 +373,52 @@ using (FileStream stream = new FileStream(busienssCardsPath, FileMode.Open)) } ``` +### Recognize Invoices +Recognize data from invoices using a prebuilt model. Invoices fields recognized by the service can be found [here][service_recognize_invoices_fields]. + +```C# Snippet:FormRecognizerSampleRecognizeInvoicesFileStream +using (FileStream stream = new FileStream(invoicePath, FileMode.Open)) +{ + var options = new RecognizeInvoicesOptions() { Locale = "en-US" }; + RecognizedFormCollection invoices = await client.StartRecognizeInvoicesAsync(stream, options).WaitForCompletionAsync(); + + // To see the list of the supported fields returned by service and its corresponding types, consult: + // https://aka.ms/formrecognizer/invoicefields + + RecognizedForm invoice = invoices.Single(); + + FormField vendorNameField; + if (invoice.Fields.TryGetValue("VendorName", out vendorNameField)) + { + if (vendorNameField.Value.ValueType == FieldValueType.String) + { + string vendorName = vendorNameField.Value.AsString(); + Console.WriteLine($" Vendor Name: '{vendorName}', with confidence {vendorNameField.Confidence}"); + } + } + + FormField customerNameField; + if (invoice.Fields.TryGetValue("CustomerName", out customerNameField)) + { + if (customerNameField.Value.ValueType == FieldValueType.String) + { + string customerName = customerNameField.Value.AsString(); + Console.WriteLine($" Customer Name: '{customerName}', with confidence {customerNameField.Confidence}"); + } + } + + FormField invoiceTotalField; + if (invoice.Fields.TryGetValue("InvoiceTotal", out invoiceTotalField)) + { + if (invoiceTotalField.Value.ValueType == FieldValueType.Float) + { + float invoiceTotal = invoiceTotalField.Value.AsFloat(); + Console.WriteLine($" Invoice Total: '{invoiceTotal}', with confidence {invoiceTotalField.Confidence}"); + } + } +} +``` + ### Train a Model Train a machine-learned model on your own form types. The resulting model will be able to recognize values from the types of forms it was trained on. @@ -602,6 +653,7 @@ This project has adopted the [Microsoft Open Source Code of Conduct][code_of_con [labeling_tool]: https://docs.microsoft.com/azure/cognitive-services/form-recognizer/quickstarts/label-tool [service_recognize_receipt_fields]: https://aka.ms/formrecognizer/receiptfields [service_recognize_business_cards_fields]: https://aka.ms/formrecognizer/businesscardfields +[service_recognize_invoices_fields]: https://aka.ms/formrecognizer/invoicefields [dotnet_lro_guidelines]: https://azure.github.io/azure-sdk/dotnet_introduction.html#dotnet-longrunning [logging]: https://github.com/Azure/azure-sdk-for-net/tree/master/sdk/core/Azure.Core/samples/Diagnostics.md diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/api/Azure.AI.FormRecognizer.netstandard2.0.cs b/sdk/formrecognizer/Azure.AI.FormRecognizer/api/Azure.AI.FormRecognizer.netstandard2.0.cs index bda22f2003a13..b01ecca77591c 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/api/Azure.AI.FormRecognizer.netstandard2.0.cs +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/api/Azure.AI.FormRecognizer.netstandard2.0.cs @@ -1,5 +1,10 @@ namespace Azure.AI.FormRecognizer { + public partial class Appearance + { + internal Appearance() { } + public Azure.AI.FormRecognizer.Style Style { get { throw null; } } + } public enum FormContentType { Json = 0, @@ -7,6 +12,7 @@ public enum FormContentType Png = 2, Jpeg = 3, Tiff = 4, + Bmp = 5, } public partial class FormRecognizerClient { @@ -27,6 +33,10 @@ public FormRecognizerClient(System.Uri endpoint, Azure.Core.TokenCredential cred public virtual System.Threading.Tasks.Task StartRecognizeCustomFormsAsync(string modelId, System.IO.Stream form, Azure.AI.FormRecognizer.RecognizeCustomFormsOptions recognizeCustomFormsOptions = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual Azure.AI.FormRecognizer.Models.RecognizeCustomFormsOperation StartRecognizeCustomFormsFromUri(string modelId, System.Uri formUri, Azure.AI.FormRecognizer.RecognizeCustomFormsOptions recognizeCustomFormsOptions = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task StartRecognizeCustomFormsFromUriAsync(string modelId, System.Uri formUri, Azure.AI.FormRecognizer.RecognizeCustomFormsOptions recognizeCustomFormsOptions = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.AI.FormRecognizer.Models.RecognizeInvoicesOperation StartRecognizeInvoices(System.IO.Stream invoice, Azure.AI.FormRecognizer.RecognizeInvoicesOptions recognizeInvoicesOptions = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task StartRecognizeInvoicesAsync(System.IO.Stream invoice, Azure.AI.FormRecognizer.RecognizeInvoicesOptions recognizeInvoicesOptions = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.AI.FormRecognizer.Models.RecognizeInvoicesOperation StartRecognizeInvoicesFromUri(System.Uri invoiceUri, Azure.AI.FormRecognizer.RecognizeInvoicesOptions recognizeInvoicesOptions = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task StartRecognizeInvoicesFromUriAsync(System.Uri invoiceUri, Azure.AI.FormRecognizer.RecognizeInvoicesOptions recognizeInvoicesOptions = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual Azure.AI.FormRecognizer.Models.RecognizeReceiptsOperation StartRecognizeReceipts(System.IO.Stream receipt, Azure.AI.FormRecognizer.RecognizeReceiptsOptions recognizeReceiptsOptions = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task StartRecognizeReceiptsAsync(System.IO.Stream receipt, Azure.AI.FormRecognizer.RecognizeReceiptsOptions recognizeReceiptsOptions = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual Azure.AI.FormRecognizer.Models.RecognizeReceiptsOperation StartRecognizeReceiptsFromUri(System.Uri receiptUri, Azure.AI.FormRecognizer.RecognizeReceiptsOptions recognizeReceiptsOptions = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } @@ -46,6 +56,7 @@ public static partial class OperationExtensions public static System.Threading.Tasks.Task> WaitForCompletionAsync(this System.Threading.Tasks.Task operation, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public static System.Threading.Tasks.Task> WaitForCompletionAsync(this System.Threading.Tasks.Task operation, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public static System.Threading.Tasks.Task> WaitForCompletionAsync(this System.Threading.Tasks.Task operation, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public static System.Threading.Tasks.Task> WaitForCompletionAsync(this System.Threading.Tasks.Task operation, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public static System.Threading.Tasks.Task> WaitForCompletionAsync(this System.Threading.Tasks.Task operation, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public static System.Threading.Tasks.Task> WaitForCompletionAsync(this System.Threading.Tasks.Task operation, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public static System.Threading.Tasks.Task> WaitForCompletionAsync(this System.Threading.Tasks.Task operation, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } @@ -62,6 +73,8 @@ public partial class RecognizeContentOptions { public RecognizeContentOptions() { } public Azure.AI.FormRecognizer.FormContentType? ContentType { get { throw null; } set { } } + public string Language { get { throw null; } set { } } + public System.Collections.Generic.IEnumerable Pages { get { throw null; } set { } } } public partial class RecognizeCustomFormsOptions { @@ -69,6 +82,13 @@ public RecognizeCustomFormsOptions() { } public Azure.AI.FormRecognizer.FormContentType? ContentType { get { throw null; } set { } } public bool IncludeFieldElements { get { throw null; } set { } } } + public partial class RecognizeInvoicesOptions + { + public RecognizeInvoicesOptions() { } + public Azure.AI.FormRecognizer.FormContentType? ContentType { get { throw null; } set { } } + public bool IncludeFieldElements { get { throw null; } set { } } + public string Locale { get { throw null; } set { } } + } public partial class RecognizeReceiptsOptions { public RecognizeReceiptsOptions() { } @@ -76,6 +96,12 @@ public RecognizeReceiptsOptions() { } public bool IncludeFieldElements { get { throw null; } set { } } public string Locale { get { throw null; } set { } } } + public partial class Style + { + internal Style() { } + public float Confidence { get { throw null; } } + public Azure.AI.FormRecognizer.Models.TextStyle Name { get { throw null; } } + } } namespace Azure.AI.FormRecognizer.Models { @@ -150,6 +176,7 @@ public FormField(Azure.AI.FormRecognizer.Models.FormField field, T value) { } public partial class FormLine : Azure.AI.FormRecognizer.Models.FormElement { internal FormLine() { } + public Azure.AI.FormRecognizer.Appearance Appearance { get { throw null; } } public System.Collections.Generic.IReadOnlyList Words { get { throw null; } } } public partial class FormPage @@ -235,6 +262,7 @@ internal FormSelectionMark() { } public partial class FormTable { internal FormTable() { } + public Azure.AI.FormRecognizer.Models.FieldBoundingBox BoundingBox { get { throw null; } } public System.Collections.Generic.IReadOnlyList Cells { get { throw null; } } public int ColumnCount { get { throw null; } } public int PageNumber { get { throw null; } } @@ -315,6 +343,19 @@ public partial class RecognizedFormCollection : System.Collections.ObjectModel.R { internal RecognizedFormCollection() : base (default(System.Collections.Generic.IList)) { } } + public partial class RecognizeInvoicesOperation : Azure.Operation + { + public RecognizeInvoicesOperation(string operationId, Azure.AI.FormRecognizer.FormRecognizerClient client) { } + public override bool HasCompleted { get { throw null; } } + public override bool HasValue { get { throw null; } } + public override string Id { get { throw null; } } + public override Azure.AI.FormRecognizer.Models.RecognizedFormCollection Value { get { throw null; } } + public override Azure.Response GetRawResponse() { throw null; } + public override Azure.Response UpdateStatus(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public override System.Threading.Tasks.ValueTask UpdateStatusAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public override System.Threading.Tasks.ValueTask> WaitForCompletionAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public override System.Threading.Tasks.ValueTask> WaitForCompletionAsync(System.TimeSpan pollingInterval, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + } public partial class RecognizeReceiptsOperation : Azure.Operation { public RecognizeReceiptsOperation(string operationId, Azure.AI.FormRecognizer.FormRecognizerClient client) { } @@ -330,8 +371,26 @@ public RecognizeReceiptsOperation(string operationId, Azure.AI.FormRecognizer.Fo } public enum SelectionMarkState { - Selected = 0, - Unselected = 1, + Unselected = 0, + Selected = 1, + } + [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)] + public readonly partial struct TextStyle : System.IEquatable + { + private readonly object _dummy; + private readonly int _dummyPrimitive; + public TextStyle(string value) { throw null; } + public static Azure.AI.FormRecognizer.Models.TextStyle Handwriting { get { throw null; } } + public static Azure.AI.FormRecognizer.Models.TextStyle Other { get { throw null; } } + public bool Equals(Azure.AI.FormRecognizer.Models.TextStyle other) { throw null; } + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] + public override bool Equals(object obj) { throw null; } + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] + public override int GetHashCode() { throw null; } + public static bool operator ==(Azure.AI.FormRecognizer.Models.TextStyle left, Azure.AI.FormRecognizer.Models.TextStyle right) { throw null; } + public static implicit operator Azure.AI.FormRecognizer.Models.TextStyle (string value) { throw null; } + public static bool operator !=(Azure.AI.FormRecognizer.Models.TextStyle left, Azure.AI.FormRecognizer.Models.TextStyle right) { throw null; } + public override string ToString() { throw null; } } } namespace Azure.AI.FormRecognizer.Training diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/samples/README.md b/sdk/formrecognizer/Azure.AI.FormRecognizer/samples/README.md index 66d888eb556df..9540c3db702ef 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/samples/README.md +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/samples/README.md @@ -23,6 +23,7 @@ Azure Cognitive Services Form Recognizer is a cloud service that uses machine le - [Recognize custom forms](https://github.com/Azure/azure-sdk-for-net/tree/master/sdk/formrecognizer/Azure.AI.FormRecognizer/samples/Sample2_RecognizeCustomForms.md) - [Recognize receipts](https://github.com/Azure/azure-sdk-for-net/tree/master/sdk/formrecognizer/Azure.AI.FormRecognizer/samples/Sample3_RecognizeReceipts.md) - [Recognize business cards](https://github.com/Azure/azure-sdk-for-net/blob/master/sdk/formrecognizer/Azure.AI.FormRecognizer/samples/Sample9_RecognizeBusinessCards.md) + - [Train a model](https://github.com/Azure/azure-sdk-for-net/tree/master/sdk/formrecognizer/Azure.AI.FormRecognizer/samples/Sample5_TrainModel.md) - [Manage custom models](https://github.com/Azure/azure-sdk-for-net/tree/master/sdk/formrecognizer/Azure.AI.FormRecognizer/samples/Sample6_ManageCustomModels.md) diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/samples/Sample10_RecognizeInvoices.md b/sdk/formrecognizer/Azure.AI.FormRecognizer/samples/Sample10_RecognizeInvoices.md new file mode 100644 index 0000000000000..459310a6bd44f --- /dev/null +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/samples/Sample10_RecognizeInvoices.md @@ -0,0 +1,178 @@ +# Recognize invoices + +This sample demonstrates how to recognize and extract common fields from invoices, using a pre-trained model. For a suggested approach to extracting information from invoices, see [strongly-typing a recognized form][strongly_typing_a_recognized_form]. + +To get started you'll need a Cognitive Services resource or a Form Recognizer resource. See [README][README] for prerequisites and instructions. + +## Creating a `FormRecognizerClient` + +To create a new `FormRecognizerClient` you need the endpoint and credentials from your resource. In the sample below you'll use a Form Recognizer API key credential by creating an `AzureKeyCredential` object, that if needed, will allow you to update the API key without creating a new client. + +You can set `endpoint` and `apiKey` based on an environment variable, a configuration setting, or any way that works for your application. + +```C# Snippet:CreateFormRecognizerClient +string endpoint = ""; +string apiKey = ""; +var credential = new AzureKeyCredential(apiKey); +var client = new FormRecognizerClient(new Uri(endpoint), credential); +``` + +## Recognize invoices from a URI + +To recognize invoices from a URI, use the `StartRecognizeInvoicesFromUriAsync` method. + +```C# Snippet:FormRecognizerSampleRecognizeInvoicesUri + var options = new RecognizeInvoicesOptions() { Locale = "en-US" }; + RecognizedFormCollection invoices = await client.StartRecognizeInvoicesFromUriAsync(invoiceUri, options).WaitForCompletionAsync(); + + // To see the list of the supported fields returned by service and its corresponding types, consult: + // https://aka.ms/formrecognizer/invoicefields + + RecognizedForm invoice = invoices.Single(); + + FormField invoiceIdField; + if (invoice.Fields.TryGetValue("InvoiceId", out invoiceIdField)) + { + if (invoiceIdField.Value.ValueType == FieldValueType.String) + { + string invoiceId = invoiceIdField.Value.AsString(); + Console.WriteLine($" Invoice Id: '{invoiceId}', with confidence {invoiceIdField.Confidence}"); + } + } + + FormField invoiceDateField; + if (invoice.Fields.TryGetValue("InvoiceDate", out invoiceDateField)) + { + if (invoiceDateField.Value.ValueType == FieldValueType.Date) + { + DateTime invoiceDate = invoiceDateField.Value.AsDate(); + Console.WriteLine($" Invoice Date: '{invoiceDate}', with confidence {invoiceDateField.Confidence}"); + } + } + + FormField dueDateField; + if (invoice.Fields.TryGetValue("DueDate", out dueDateField)) + { + if (dueDateField.Value.ValueType == FieldValueType.Date) + { + DateTime dueDate = dueDateField.Value.AsDate(); + Console.WriteLine($" Due Date: '{dueDate}', with confidence {dueDateField.Confidence}"); + } + } + + FormField vendorNameField; + if (invoice.Fields.TryGetValue("VendorName", out vendorNameField)) + { + if (vendorNameField.Value.ValueType == FieldValueType.String) + { + string vendorName = vendorNameField.Value.AsString(); + Console.WriteLine($" Vendor Name: '{vendorName}', with confidence {vendorNameField.Confidence}"); + } + } + + FormField vendorAddressField; + if (invoice.Fields.TryGetValue("VendorAddress", out vendorAddressField)) + { + if (vendorAddressField.Value.ValueType == FieldValueType.String) + { + string vendorAddress = vendorAddressField.Value.AsString(); + Console.WriteLine($" Vendor Address: '{vendorAddress}', with confidence {vendorAddressField.Confidence}"); + } + } + + FormField customerNameField; + if (invoice.Fields.TryGetValue("CustomerName", out customerNameField)) + { + if (customerNameField.Value.ValueType == FieldValueType.String) + { + string customerName = customerNameField.Value.AsString(); + Console.WriteLine($" Customer Name: '{customerName}', with confidence {customerNameField.Confidence}"); + } + } + + FormField customerAddressField; + if (invoice.Fields.TryGetValue("CustomerAddress", out customerAddressField)) + { + if (customerAddressField.Value.ValueType == FieldValueType.String) + { + string customerAddress = customerAddressField.Value.AsString(); + Console.WriteLine($" Customer Address: '{customerAddress}', with confidence {customerAddressField.Confidence}"); + } + } + + FormField customerAddressRecipientField; + if (invoice.Fields.TryGetValue("CustomerAddressRecipient", out customerAddressRecipientField)) + { + if (customerAddressRecipientField.Value.ValueType == FieldValueType.String) + { + string customerAddressRecipient = customerAddressRecipientField.Value.AsString(); + Console.WriteLine($" Customer address recipient: '{customerAddressRecipient}', with confidence {customerAddressRecipientField.Confidence}"); + } + } + + FormField invoiceTotalField; + if (invoice.Fields.TryGetValue("InvoiceTotal", out invoiceTotalField)) + { + if (invoiceTotalField.Value.ValueType == FieldValueType.Float) + { + float invoiceTotal = invoiceTotalField.Value.AsFloat(); + Console.WriteLine($" Invoice Total: '{invoiceTotal}', with confidence {invoiceTotalField.Confidence}"); + } + } +} +``` + +## Recognize invoices from a given file + +To recognize invoices from a given file, use the `StartRecognizeInvoicesAsync` method. + +```C# Snippet:FormRecognizerSampleRecognizeInvoicesFileStream +using (FileStream stream = new FileStream(invoicePath, FileMode.Open)) +{ + var options = new RecognizeInvoicesOptions() { Locale = "en-US" }; + RecognizedFormCollection invoices = await client.StartRecognizeInvoicesAsync(stream, options).WaitForCompletionAsync(); + + // To see the list of the supported fields returned by service and its corresponding types, consult: + // https://aka.ms/formrecognizer/invoicefields + + RecognizedForm invoice = invoices.Single(); + + FormField vendorNameField; + if (invoice.Fields.TryGetValue("VendorName", out vendorNameField)) + { + if (vendorNameField.Value.ValueType == FieldValueType.String) + { + string vendorName = vendorNameField.Value.AsString(); + Console.WriteLine($" Vendor Name: '{vendorName}', with confidence {vendorNameField.Confidence}"); + } + } + + FormField customerNameField; + if (invoice.Fields.TryGetValue("CustomerName", out customerNameField)) + { + if (customerNameField.Value.ValueType == FieldValueType.String) + { + string customerName = customerNameField.Value.AsString(); + Console.WriteLine($" Customer Name: '{customerName}', with confidence {customerNameField.Confidence}"); + } + } + + FormField invoiceTotalField; + if (invoice.Fields.TryGetValue("InvoiceTotal", out invoiceTotalField)) + { + if (invoiceTotalField.Value.ValueType == FieldValueType.Float) + { + float invoiceTotal = invoiceTotalField.Value.AsFloat(); + Console.WriteLine($" Invoice Total: '{invoiceTotal}', with confidence {invoiceTotalField.Confidence}"); + } + } +} +``` + +To see the full example source files, see: + +* [Recognize invoices from URI](https://github.com/Azure/azure-sdk-for-net/blob/feature/formrecognizer2.1/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/samples/Sample13_RecognizeInvoicesFromUri.cs) +* [Recognize invoices from file](https://github.com/Azure/azure-sdk-for-net/blob/feature/formrecognizer2.1/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/samples/Sample13_RecognizeInvoicesFromFile.cs) + +[README]: https://github.com/Azure/azure-sdk-for-net/tree/master/sdk/formrecognizer/Azure.AI.FormRecognizer#getting-started +[strongly_typing_a_recognized_form]: https://github.com/Azure/azure-sdk-for-net/tree/master/sdk/formrecognizer/Azure.AI.FormRecognizer/samples/Sample4_StronglyTypingARecognizedForm.md \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/src/Appearance.cs b/sdk/formrecognizer/Azure.AI.FormRecognizer/src/Appearance.cs new file mode 100644 index 0000000000000..892b28967150d --- /dev/null +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/src/Appearance.cs @@ -0,0 +1,15 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +using System.Diagnostics.CodeAnalysis; +using Azure.Core; + +namespace Azure.AI.FormRecognizer +{ + /// + [CodeGenModel("Appearance")] + [SuppressMessage("Usage", "AZC0012:Avoid single word type names", Justification = "Will fix name in future release")] + public partial class Appearance + { + } +} diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/src/ContentType1.cs b/sdk/formrecognizer/Azure.AI.FormRecognizer/src/ContentType1.cs new file mode 100644 index 0000000000000..638ef4d5f85a3 --- /dev/null +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/src/ContentType1.cs @@ -0,0 +1,22 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +using Azure.Core; + +namespace Azure.AI.FormRecognizer +{ + [CodeGenModel("ContentType1")] + internal enum ContentType1 + { + /// Content Type 'application/pdf'. + ApplicationPdf, + /// Content Type 'image/bmp'. + ImageBmp, + /// Content Type 'image/jpeg'. + ImageJpeg, + /// Content Type 'image/png'. + ImagePng, + /// Content Type 'image/tiff'. + ImageTiff + } +} diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/src/FieldValue.cs b/sdk/formrecognizer/Azure.AI.FormRecognizer/src/FieldValue.cs index 41101f9dbc584..60609ad744dfe 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/src/FieldValue.cs +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/src/FieldValue.cs @@ -14,18 +14,13 @@ public readonly struct FieldValue { private readonly FieldValue_internal _fieldValue; private readonly IReadOnlyList _readResults; - private readonly bool _isBusinessCard; internal FieldValue(FieldValue_internal fieldValue, IReadOnlyList readResults) - : this(fieldValue, readResults, false) { } - - internal FieldValue(FieldValue_internal fieldValue, IReadOnlyList readResults, bool isBusinessCard) : this() { ValueType = fieldValue.Type; _fieldValue = fieldValue; _readResults = readResults; - _isBusinessCard = isBusinessCard; } /// @@ -339,9 +334,7 @@ public IReadOnlyList AsList() List fieldList = new List(); foreach (var fieldValue in _fieldValue.ValueArray) { - // Business card has a special condition on how to calculate pages - // so we need to tell the FormField that it is from BusinessCards - fieldList.Add(new FormField(null, fieldValue, _readResults, _isBusinessCard)); + fieldList.Add(new FormField(null, fieldValue, _readResults)); } return fieldList; diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/src/FormContentType.cs b/sdk/formrecognizer/Azure.AI.FormRecognizer/src/FormContentType.cs index d786989b62381..29cac0c057578 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/src/FormContentType.cs +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/src/FormContentType.cs @@ -1,6 +1,8 @@ // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. +using System; +using System.Diagnostics.CodeAnalysis; using Azure.Core; namespace Azure.AI.FormRecognizer @@ -40,5 +42,32 @@ public enum FormContentType /// [CodeGenMember("ImageTiff")] Tiff, + + /// + /// Used for BMP files. + /// + [CodeGenMember("ImageBmp")] + Bmp, + } + + [SuppressMessage("StyleCop.CSharp.DocumentationRules", "SA1649:File name should match first type name", Justification = "Small extensions, good to keep here.")] + internal static class FormContentTypeExtension + { + /// + /// Converts this instance into an equivalent . + /// + /// The equivalent . + + internal static ContentType1 ConvertToContentType1(this FormContentType type) + { + return type switch + { + FormContentType.Pdf => ContentType1.ApplicationPdf, + FormContentType.Jpeg => ContentType1.ImageJpeg, + FormContentType.Png => ContentType1.ImagePng, + FormContentType.Tiff => ContentType1.ImageTiff, + _ => throw new ArgumentOutOfRangeException(nameof(type), type, "Unknown FormContentType value."), + }; + } } } diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/src/FormField.cs b/sdk/formrecognizer/Azure.AI.FormRecognizer/src/FormField.cs index 2fa828f63dc39..81f7fbcc4c2b7 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/src/FormField.cs +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/src/FormField.cs @@ -33,7 +33,7 @@ internal FormField(string name, int pageNumber, KeyValuePair field, IReadOnlyLis Value = new FieldValue(new FieldValue_internal(field.Value.Text), readResults); } - internal FormField(string name, FieldValue_internal fieldValue, IReadOnlyList readResults, bool isBusinessCard = default) + internal FormField(string name, FieldValue_internal fieldValue, IReadOnlyList readResults) { Confidence = fieldValue.Confidence ?? Constants.DefaultConfidenceValue; Name = name; @@ -56,12 +56,10 @@ internal FormField(string name, FieldValue_internal fieldValue, IReadOnlyList ? FieldBoundingBox boundingBox = new FieldBoundingBox(fieldValue.BoundingBox); - int fieldPage = isBusinessCard ? CalculatePage(fieldValue) : fieldValue.Page.Value; - - ValueData = new FieldData(boundingBox, fieldPage, fieldValue.Text, fieldElements); + ValueData = new FieldData(boundingBox, fieldValue.Page.Value, fieldValue.Text, fieldElements); } - Value = new FieldValue(fieldValue, readResults, isBusinessCard); + Value = new FieldValue(fieldValue, readResults); } /// @@ -162,29 +160,5 @@ private static FormElement ResolveTextReference(IReadOnlyList readRe throw new InvalidOperationException($"Failed to parse element reference: {reference}"); } - - /// - /// Business Cards pre-built model doesn't return a page number for the `ContactNames` field. - /// This function looks into the FieldValue_internal to see if it corresponds to - /// `ContactNames` and verifies that the page value before returning it. - /// - /// Page value if the field is `ContactNames` for Business cards. If not, defaults to 1. - private static int CalculatePage(FieldValue_internal field) - { - int page = 1; - if (field.Type == FieldValueType.Dictionary) - { - IReadOnlyDictionary possibleContactNamesField = field.ValueObject; - if (possibleContactNamesField.Count == 2 && possibleContactNamesField.ContainsKey("FirstName") - && possibleContactNamesField.ContainsKey("LastName")) - { - if (possibleContactNamesField["FirstName"].Page == possibleContactNamesField["LastName"].Page) - { - page = possibleContactNamesField["FirstName"].Page.Value; - } - } - } - return page; - } } } diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/src/FormLine.cs b/sdk/formrecognizer/Azure.AI.FormRecognizer/src/FormLine.cs index 00c7d696f7980..216c4c607e6b8 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/src/FormLine.cs +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/src/FormLine.cs @@ -14,6 +14,7 @@ internal FormLine(TextLine textLine, int pageNumber) : base(new FieldBoundingBox(textLine.BoundingBox), pageNumber, textLine.Text) { Words = ConvertWords(textLine.Words, pageNumber); + Appearance = textLine.Appearance; } /// @@ -45,5 +46,8 @@ private static IReadOnlyList ConvertWords(IReadOnlyList text return rawWords; } + + /// Text appearance properties. + public Appearance Appearance { get; } } } diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/src/FormRecognizerClient.cs b/sdk/formrecognizer/Azure.AI.FormRecognizer/src/FormRecognizerClient.cs index b92e7dbea9086..3486c10328817 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/src/FormRecognizerClient.cs +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/src/FormRecognizerClient.cs @@ -135,9 +135,14 @@ public virtual RecognizeContentOperation StartRecognizeContent(Stream form, Reco try { - FormContentType contentType = recognizeContentOptions.ContentType ?? DetectContentType(form, nameof(form)); - - Response response = ServiceClient.AnalyzeLayoutAsync(contentType, form, cancellationToken); + FormContentType formContentType = recognizeContentOptions.ContentType ?? DetectContentType(form, nameof(form)); + + Response response = ServiceClient.AnalyzeLayoutAsync( + formContentType.ConvertToContentType1(), + form, + recognizeContentOptions.Language == null ? (Language?)null : recognizeContentOptions.Language, + recognizeContentOptions.Pages, + cancellationToken); string location = ClientCommon.GetResponseHeader(response.Headers, Constants.OperationLocationHeader); return new RecognizeContentOperation(ServiceClient, Diagnostics, location); @@ -168,9 +173,14 @@ public virtual async Task StartRecognizeContentAsync( try { - FormContentType contentType = recognizeContentOptions.ContentType ?? DetectContentType(form, nameof(form)); + FormContentType formContentType = recognizeContentOptions.ContentType ?? DetectContentType(form, nameof(form)); - Response response = await ServiceClient.AnalyzeLayoutAsyncAsync(contentType, form, cancellationToken).ConfigureAwait(false); + Response response = await ServiceClient.AnalyzeLayoutAsyncAsync( + formContentType.ConvertToContentType1(), + form, + recognizeContentOptions.Language == null ? (Language?)null : recognizeContentOptions.Language, + recognizeContentOptions.Pages, + cancellationToken).ConfigureAwait(false); string location = ClientCommon.GetResponseHeader(response.Headers, Constants.OperationLocationHeader); return new RecognizeContentOperation(ServiceClient, Diagnostics, location); @@ -202,7 +212,11 @@ public virtual RecognizeContentOperation StartRecognizeContentFromUri(Uri formUr try { SourcePath sourcePath = new SourcePath() { Source = formUri.AbsoluteUri }; - Response response = ServiceClient.AnalyzeLayoutAsync(sourcePath, cancellationToken); + Response response = ServiceClient.AnalyzeLayoutAsync( + recognizeContentOptions.Language == null ? (Language?)null : recognizeContentOptions.Language, + recognizeContentOptions.Pages, + sourcePath, + cancellationToken); string location = ClientCommon.GetResponseHeader(response.Headers, Constants.OperationLocationHeader); return new RecognizeContentOperation(ServiceClient, Diagnostics, location); @@ -234,7 +248,11 @@ public virtual async Task StartRecognizeContentFromUr try { SourcePath sourcePath = new SourcePath() { Source = formUri.AbsoluteUri }; - Response response = await ServiceClient.AnalyzeLayoutAsyncAsync(sourcePath, cancellationToken).ConfigureAwait(false); + Response response = await ServiceClient.AnalyzeLayoutAsyncAsync( + recognizeContentOptions.Language == null ? (Language?)null : recognizeContentOptions.Language, + recognizeContentOptions.Pages, + sourcePath, + cancellationToken).ConfigureAwait(false); string location = ClientCommon.GetResponseHeader(response.Headers, Constants.OperationLocationHeader); return new RecognizeContentOperation(ServiceClient, Diagnostics, location); @@ -270,9 +288,14 @@ public virtual async Task StartRecognizeReceiptsAsyn try { - FormContentType contentType = recognizeReceiptsOptions.ContentType ?? DetectContentType(receipt, nameof(receipt)); + FormContentType formContentType = recognizeReceiptsOptions.ContentType ?? DetectContentType(receipt, nameof(receipt)); - Response response = await ServiceClient.AnalyzeReceiptAsyncAsync(contentType, receipt, recognizeReceiptsOptions.IncludeFieldElements, recognizeReceiptsOptions.Locale, cancellationToken).ConfigureAwait(false); + Response response = await ServiceClient.AnalyzeReceiptAsyncAsync( + formContentType.ConvertToContentType1(), + receipt, + recognizeReceiptsOptions.IncludeFieldElements, + recognizeReceiptsOptions.Locale == null ? (Locale?)null : recognizeReceiptsOptions.Locale, + cancellationToken).ConfigureAwait(false); string location = ClientCommon.GetResponseHeader(response.Headers, Constants.OperationLocationHeader); return new RecognizeReceiptsOperation(ServiceClient, Diagnostics, location); @@ -304,9 +327,14 @@ public virtual RecognizeReceiptsOperation StartRecognizeReceipts(Stream receipt, try { - FormContentType contentType = recognizeReceiptsOptions.ContentType ?? DetectContentType(receipt, nameof(receipt)); + FormContentType formContentType = recognizeReceiptsOptions.ContentType ?? DetectContentType(receipt, nameof(receipt)); - Response response = ServiceClient.AnalyzeReceiptAsync(contentType, receipt, recognizeReceiptsOptions.IncludeFieldElements, recognizeReceiptsOptions.Locale, cancellationToken); + Response response = ServiceClient.AnalyzeReceiptAsync( + formContentType.ConvertToContentType1(), + receipt, + recognizeReceiptsOptions.IncludeFieldElements, + recognizeReceiptsOptions.Locale == null ? (Locale?)null : recognizeReceiptsOptions.Locale, + cancellationToken); string location = ClientCommon.GetResponseHeader(response.Headers, Constants.OperationLocationHeader); return new RecognizeReceiptsOperation(ServiceClient, Diagnostics, location); @@ -339,7 +367,11 @@ public virtual async Task StartRecognizeReceiptsFrom try { SourcePath sourcePath = new SourcePath() { Source = receiptUri.AbsoluteUri }; - Response response = await ServiceClient.AnalyzeReceiptAsyncAsync(includeTextDetails: recognizeReceiptsOptions.IncludeFieldElements, locale: recognizeReceiptsOptions.Locale, fileStream: sourcePath, cancellationToken).ConfigureAwait(false); + Response response = await ServiceClient.AnalyzeReceiptAsyncAsync( + recognizeReceiptsOptions.IncludeFieldElements, + recognizeReceiptsOptions.Locale == null ? (Locale?)null : recognizeReceiptsOptions.Locale, + sourcePath, + cancellationToken).ConfigureAwait(false); string location = ClientCommon.GetResponseHeader(response.Headers, Constants.OperationLocationHeader); return new RecognizeReceiptsOperation(ServiceClient, Diagnostics, location); @@ -372,7 +404,11 @@ public virtual RecognizeReceiptsOperation StartRecognizeReceiptsFromUri(Uri rece try { SourcePath sourcePath = new SourcePath() { Source = receiptUri.AbsoluteUri }; - Response response = ServiceClient.AnalyzeReceiptAsync(includeTextDetails: recognizeReceiptsOptions.IncludeFieldElements, locale: recognizeReceiptsOptions.Locale, fileStream:sourcePath, cancellationToken); + Response response = ServiceClient.AnalyzeReceiptAsync( + recognizeReceiptsOptions.IncludeFieldElements, + recognizeReceiptsOptions.Locale == null ? (Locale?)null : recognizeReceiptsOptions.Locale, + sourcePath, + cancellationToken); string location = ClientCommon.GetResponseHeader(response.Headers, Constants.OperationLocationHeader); return new RecognizeReceiptsOperation(ServiceClient, Diagnostics, location); @@ -408,9 +444,14 @@ public virtual async Task StartRecognizeBusines try { - FormContentType contentType = recognizeBusinessCardsOptions.ContentType ?? DetectContentType(businessCard, nameof(businessCard)); + FormContentType formContentType = recognizeBusinessCardsOptions.ContentType ?? DetectContentType(businessCard, nameof(businessCard)); - Response response = await ServiceClient.AnalyzeBusinessCardAsyncAsync(contentType, businessCard, recognizeBusinessCardsOptions.IncludeFieldElements, recognizeBusinessCardsOptions.Locale, cancellationToken).ConfigureAwait(false); + Response response = await ServiceClient.AnalyzeBusinessCardAsyncAsync( + formContentType.ConvertToContentType1(), + businessCard, + recognizeBusinessCardsOptions.IncludeFieldElements, + recognizeBusinessCardsOptions.Locale == null ? (Locale?)null : recognizeBusinessCardsOptions.Locale, + cancellationToken).ConfigureAwait(false); string location = ClientCommon.GetResponseHeader(response.Headers, Constants.OperationLocationHeader); return new RecognizeBusinessCardsOperation(ServiceClient, Diagnostics, location); @@ -442,9 +483,14 @@ public virtual RecognizeBusinessCardsOperation StartRecognizeBusinessCards(Strea try { - FormContentType contentType = recognizeBusinessCardsOptions.ContentType ?? DetectContentType(businessCard, nameof(businessCard)); + FormContentType formContentType = recognizeBusinessCardsOptions.ContentType ?? DetectContentType(businessCard, nameof(businessCard)); - Response response = ServiceClient.AnalyzeBusinessCardAsync(contentType, businessCard, recognizeBusinessCardsOptions.IncludeFieldElements, recognizeBusinessCardsOptions.Locale, cancellationToken); + Response response = ServiceClient.AnalyzeBusinessCardAsync( + formContentType.ConvertToContentType1(), + businessCard, + recognizeBusinessCardsOptions.IncludeFieldElements, + recognizeBusinessCardsOptions.Locale == null ? (Locale?)null : recognizeBusinessCardsOptions.Locale, + cancellationToken); string location = ClientCommon.GetResponseHeader(response.Headers, Constants.OperationLocationHeader); return new RecognizeBusinessCardsOperation(ServiceClient, Diagnostics, location); @@ -477,7 +523,11 @@ public virtual async Task StartRecognizeBusines try { SourcePath sourcePath = new SourcePath() { Source = businessCardUri.AbsoluteUri }; - Response response = await ServiceClient.AnalyzeBusinessCardAsyncAsync(includeTextDetails: recognizeBusinessCardsOptions.IncludeFieldElements, locale: recognizeBusinessCardsOptions.Locale, fileStream: sourcePath, cancellationToken).ConfigureAwait(false); + Response response = await ServiceClient.AnalyzeBusinessCardAsyncAsync( + recognizeBusinessCardsOptions.IncludeFieldElements, + recognizeBusinessCardsOptions.Locale == null ? (Locale?)null : recognizeBusinessCardsOptions.Locale, + sourcePath, + cancellationToken).ConfigureAwait(false); string location = ClientCommon.GetResponseHeader(response.Headers, Constants.OperationLocationHeader); return new RecognizeBusinessCardsOperation(ServiceClient, Diagnostics, location); @@ -510,7 +560,11 @@ public virtual RecognizeBusinessCardsOperation StartRecognizeBusinessCardsFromUr try { SourcePath sourcePath = new SourcePath() { Source = businessCardUri.AbsoluteUri }; - Response response = ServiceClient.AnalyzeBusinessCardAsync(includeTextDetails: recognizeBusinessCardsOptions.IncludeFieldElements, locale: recognizeBusinessCardsOptions.Locale, fileStream: sourcePath, cancellationToken); + Response response = ServiceClient.AnalyzeBusinessCardAsync( + recognizeBusinessCardsOptions.IncludeFieldElements, + recognizeBusinessCardsOptions.Locale == null ? (Locale?)null : recognizeBusinessCardsOptions.Locale, + sourcePath, + cancellationToken); string location = ClientCommon.GetResponseHeader(response.Headers, Constants.OperationLocationHeader); return new RecognizeBusinessCardsOperation(ServiceClient, Diagnostics, location); @@ -524,6 +578,162 @@ public virtual RecognizeBusinessCardsOperation StartRecognizeBusinessCardsFromUr #endregion + #region Invoices + + /// + /// Recognizes values from one or more invoices. + /// See for a list of available fields on an invoice. + /// + /// The stream containing the one or more invoices to recognize values from. + /// A set of options available for configuring the recognize request. + /// A controlling the request lifetime. + /// A to wait on this long-running operation. Its upon successful + /// completion will contain the extracted invoices. + public virtual async Task StartRecognizeInvoicesAsync(Stream invoice, RecognizeInvoicesOptions recognizeInvoicesOptions = default, CancellationToken cancellationToken = default) + { + Argument.AssertNotNull(invoice, nameof(invoice)); + + recognizeInvoicesOptions ??= new RecognizeInvoicesOptions(); + + using DiagnosticScope scope = Diagnostics.CreateScope($"{nameof(FormRecognizerClient)}.{nameof(StartRecognizeInvoices)}"); + scope.Start(); + + try + { + FormContentType formContentType = recognizeInvoicesOptions.ContentType ?? DetectContentType(invoice, nameof(invoice)); + + Response response = await ServiceClient.AnalyzeInvoiceAsyncAsync( + formContentType.ConvertToContentType1(), + invoice, + recognizeInvoicesOptions.IncludeFieldElements, + recognizeInvoicesOptions.Locale == null ? (Locale?)null : recognizeInvoicesOptions.Locale, + cancellationToken).ConfigureAwait(false); + string location = ClientCommon.GetResponseHeader(response.Headers, Constants.OperationLocationHeader); + + return new RecognizeInvoicesOperation(ServiceClient, Diagnostics, location); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// + /// Recognizes values from one or more invoices. + /// See for a list of available fields on an invoice. + /// + /// The stream containing the one or more invoices to recognize values from. + /// A set of options available for configuring the recognize request. + /// A controlling the request lifetime. + /// A to wait on this long-running operation. Its upon successful + /// completion will contain the extracted invoices. + public virtual RecognizeInvoicesOperation StartRecognizeInvoices(Stream invoice, RecognizeInvoicesOptions recognizeInvoicesOptions = default, CancellationToken cancellationToken = default) + { + Argument.AssertNotNull(invoice, nameof(invoice)); + + recognizeInvoicesOptions ??= new RecognizeInvoicesOptions(); + + using DiagnosticScope scope = Diagnostics.CreateScope($"{nameof(FormRecognizerClient)}.{nameof(StartRecognizeInvoices)}"); + scope.Start(); + + try + { + FormContentType formContentType = recognizeInvoicesOptions.ContentType ?? DetectContentType(invoice, nameof(invoice)); + + Response response = ServiceClient.AnalyzeInvoiceAsync( + formContentType.ConvertToContentType1(), + invoice, + recognizeInvoicesOptions.IncludeFieldElements, + recognizeInvoicesOptions.Locale == null ? (Locale?)null : recognizeInvoicesOptions.Locale, + cancellationToken); + string location = ClientCommon.GetResponseHeader(response.Headers, Constants.OperationLocationHeader); + + return new RecognizeInvoicesOperation(ServiceClient, Diagnostics, location); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// + /// Recognizes values from one or more invoices. + /// See for a list of available fields on an invoice. + /// + /// The absolute URI of the remote file to recognize values from. + /// A set of options available for configuring the recognize request. + /// A controlling the request lifetime. + /// A to wait on this long-running operation. Its upon successful + /// completion will contain the extracted invoices. + public virtual async Task StartRecognizeInvoicesFromUriAsync(Uri invoiceUri, RecognizeInvoicesOptions recognizeInvoicesOptions = default, CancellationToken cancellationToken = default) + { + Argument.AssertNotNull(invoiceUri, nameof(invoiceUri)); + + recognizeInvoicesOptions ??= new RecognizeInvoicesOptions(); + + using DiagnosticScope scope = Diagnostics.CreateScope($"{nameof(FormRecognizerClient)}.{nameof(StartRecognizeInvoicesFromUri)}"); + scope.Start(); + + try + { + SourcePath sourcePath = new SourcePath() { Source = invoiceUri.AbsoluteUri }; + Response response = await ServiceClient.AnalyzeInvoiceAsyncAsync( + recognizeInvoicesOptions.IncludeFieldElements, + recognizeInvoicesOptions.Locale == null ? (Locale?)null : recognizeInvoicesOptions.Locale, + sourcePath, + cancellationToken).ConfigureAwait(false); + string location = ClientCommon.GetResponseHeader(response.Headers, Constants.OperationLocationHeader); + + return new RecognizeInvoicesOperation(ServiceClient, Diagnostics, location); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// + /// Recognizes values from one or more invoices. + /// See for a list of available fields on an invoice. + /// + /// The absolute URI of the remote file to recognize values from. + /// A set of options available for configuring the recognize request. + /// A controlling the request lifetime. + /// A to wait on this long-running operation. Its upon successful + /// completion will contain the extracted invoices. + public virtual RecognizeInvoicesOperation StartRecognizeInvoicesFromUri(Uri invoiceUri, RecognizeInvoicesOptions recognizeInvoicesOptions = default, CancellationToken cancellationToken = default) + { + Argument.AssertNotNull(invoiceUri, nameof(invoiceUri)); + + recognizeInvoicesOptions ??= new RecognizeInvoicesOptions(); + + using DiagnosticScope scope = Diagnostics.CreateScope($"{nameof(FormRecognizerClient)}.{nameof(StartRecognizeInvoicesFromUri)}"); + scope.Start(); + + try + { + SourcePath sourcePath = new SourcePath() { Source = invoiceUri.AbsoluteUri }; + Response response = ServiceClient.AnalyzeInvoiceAsync( + recognizeInvoicesOptions.IncludeFieldElements, + recognizeInvoicesOptions.Locale == null ? (Locale?)null : recognizeInvoicesOptions.Locale, + sourcePath, + cancellationToken); + string location = ClientCommon.GetResponseHeader(response.Headers, Constants.OperationLocationHeader); + + return new RecognizeInvoicesOperation(ServiceClient, Diagnostics, location); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + #endregion + + #region Custom Forms /// @@ -548,9 +758,9 @@ public virtual RecognizeCustomFormsOperation StartRecognizeCustomForms(string mo try { Guid guid = ClientCommon.ValidateModelId(modelId, nameof(modelId)); - FormContentType contentType = recognizeCustomFormsOptions.ContentType ?? DetectContentType(form, nameof(form)); + FormContentType formContentType = recognizeCustomFormsOptions.ContentType ?? DetectContentType(form, nameof(form)); - Response response = ServiceClient.AnalyzeWithCustomModel(guid, contentType, form, includeTextDetails: recognizeCustomFormsOptions.IncludeFieldElements, cancellationToken); + Response response = ServiceClient.AnalyzeWithCustomModel(guid, formContentType, form, includeTextDetails: recognizeCustomFormsOptions.IncludeFieldElements, cancellationToken); string location = ClientCommon.GetResponseHeader(response.Headers, Constants.OperationLocationHeader); return new RecognizeCustomFormsOperation(ServiceClient, Diagnostics, location); @@ -620,9 +830,9 @@ public virtual async Task StartRecognizeCustomFor try { Guid guid = ClientCommon.ValidateModelId(modelId, nameof(modelId)); - FormContentType contentType = recognizeCustomFormsOptions.ContentType ?? DetectContentType(form, nameof(form)); + FormContentType formContentType = recognizeCustomFormsOptions.ContentType ?? DetectContentType(form, nameof(form)); - Response response = await ServiceClient.AnalyzeWithCustomModelAsync(guid, contentType, form, includeTextDetails: recognizeCustomFormsOptions.IncludeFieldElements, cancellationToken).ConfigureAwait(false); + Response response = await ServiceClient.AnalyzeWithCustomModelAsync(guid, formContentType, form, includeTextDetails: recognizeCustomFormsOptions.IncludeFieldElements, cancellationToken).ConfigureAwait(false); string location = ClientCommon.GetResponseHeader(response.Headers, Constants.OperationLocationHeader); return new RecognizeCustomFormsOperation(ServiceClient, Diagnostics, location); diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/src/FormTable.cs b/sdk/formrecognizer/Azure.AI.FormRecognizer/src/FormTable.cs index d2b99573d46d6..71f215ca9c76b 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/src/FormTable.cs +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/src/FormTable.cs @@ -19,6 +19,9 @@ internal FormTable(DataTable table, IReadOnlyList readResults, int p ColumnCount = table.Columns; RowCount = table.Rows; Cells = ConvertCells(table.Cells, readResults, readResult.Page); + // Need to verify why Bounding Box is not returned from the service + // https://github.com/Azure/azure-sdk-for-net/issues/16827 + BoundingBox = table.BoundingBox == null ? new FieldBoundingBox(new List()) : new FieldBoundingBox(table.BoundingBox); } /// @@ -56,6 +59,9 @@ internal FormTable(int pageNumber, int columnCount, int rowCount, IReadOnlyList< /// public int RowCount { get; } + /// Bounding box of the table. + public FieldBoundingBox BoundingBox { get; } + // TODO: implement table indexer // TODO: Handling column-span? // https://github.com/Azure/azure-sdk-for-net/issues/9975 diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/src/Generated/FormRecognizerAnalyzeInvoiceAsyncHeaders.cs b/sdk/formrecognizer/Azure.AI.FormRecognizer/src/Generated/FormRecognizerAnalyzeInvoiceAsyncHeaders.cs new file mode 100644 index 0000000000000..fcdb524614d44 --- /dev/null +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/src/Generated/FormRecognizerAnalyzeInvoiceAsyncHeaders.cs @@ -0,0 +1,23 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using Azure; +using Azure.Core; + +namespace Azure.AI.FormRecognizer +{ + internal class FormRecognizerAnalyzeInvoiceAsyncHeaders + { + private readonly Response _response; + public FormRecognizerAnalyzeInvoiceAsyncHeaders(Response response) + { + _response = response; + } + /// URL containing the resultId used to track the progress and obtain the result of the analyze operation. + public string OperationLocation => _response.Headers.TryGetValue("Operation-Location", out string value) ? value : null; + } +} diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/src/Generated/FormRecognizerRestClient.cs b/sdk/formrecognizer/Azure.AI.FormRecognizer/src/Generated/FormRecognizerRestClient.cs index aba36db3c1918..c35ad9dab172f 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/src/Generated/FormRecognizerRestClient.cs +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/src/Generated/FormRecognizerRestClient.cs @@ -6,6 +6,7 @@ #nullable disable using System; +using System.Collections.Generic; using System.IO; using System.Text.Json; using System.Threading; @@ -47,7 +48,7 @@ internal HttpMessage CreateTrainCustomModelAsyncRequest(TrainRequest trainReques request.Method = RequestMethod.Post; var uri = new RawRequestUriBuilder(); uri.AppendRaw(endpoint, false); - uri.AppendRaw("/formrecognizer/v2.1-preview.1", false); + uri.AppendRaw("/formrecognizer/v2.1-preview.2", false); uri.AppendPath("/custom/models", false); request.Uri = uri; request.Headers.Add("Content-Type", "application/json"); @@ -111,7 +112,7 @@ internal HttpMessage CreateGetCustomModelRequest(Guid modelId, bool? includeKeys request.Method = RequestMethod.Get; var uri = new RawRequestUriBuilder(); uri.AppendRaw(endpoint, false); - uri.AppendRaw("/formrecognizer/v2.1-preview.1", false); + uri.AppendRaw("/formrecognizer/v2.1-preview.2", false); uri.AppendPath("/custom/models/", false); uri.AppendPath(modelId, true); if (includeKeys != null) @@ -174,7 +175,7 @@ internal HttpMessage CreateDeleteCustomModelRequest(Guid modelId) request.Method = RequestMethod.Delete; var uri = new RawRequestUriBuilder(); uri.AppendRaw(endpoint, false); - uri.AppendRaw("/formrecognizer/v2.1-preview.1", false); + uri.AppendRaw("/formrecognizer/v2.1-preview.2", false); uri.AppendPath("/custom/models/", false); uri.AppendPath(modelId, true); request.Uri = uri; @@ -221,7 +222,7 @@ internal HttpMessage CreateAnalyzeWithCustomModelRequest(Guid modelId, FormConte request.Method = RequestMethod.Post; var uri = new RawRequestUriBuilder(); uri.AppendRaw(endpoint, false); - uri.AppendRaw("/formrecognizer/v2.1-preview.1", false); + uri.AppendRaw("/formrecognizer/v2.1-preview.2", false); uri.AppendPath("/custom/models/", false); uri.AppendPath(modelId, true); uri.AppendPath("/analyze", false); @@ -295,7 +296,7 @@ internal HttpMessage CreateAnalyzeWithCustomModelRequest(Guid modelId, bool? inc request.Method = RequestMethod.Post; var uri = new RawRequestUriBuilder(); uri.AppendRaw(endpoint, false); - uri.AppendRaw("/formrecognizer/v2.1-preview.1", false); + uri.AppendRaw("/formrecognizer/v2.1-preview.2", false); uri.AppendPath("/custom/models/", false); uri.AppendPath(modelId, true); uri.AppendPath("/analyze", false); @@ -360,7 +361,7 @@ internal HttpMessage CreateGetAnalyzeFormResultRequest(Guid modelId, Guid result request.Method = RequestMethod.Get; var uri = new RawRequestUriBuilder(); uri.AppendRaw(endpoint, false); - uri.AppendRaw("/formrecognizer/v2.1-preview.1", false); + uri.AppendRaw("/formrecognizer/v2.1-preview.2", false); uri.AppendPath("/custom/models/", false); uri.AppendPath(modelId, true); uri.AppendPath("/analyzeResults/", false); @@ -421,7 +422,7 @@ internal HttpMessage CreateCopyCustomModelRequest(Guid modelId, CopyRequest copy request.Method = RequestMethod.Post; var uri = new RawRequestUriBuilder(); uri.AppendRaw(endpoint, false); - uri.AppendRaw("/formrecognizer/v2.1-preview.1", false); + uri.AppendRaw("/formrecognizer/v2.1-preview.2", false); uri.AppendPath("/custom/models/", false); uri.AppendPath(modelId, true); uri.AppendPath("/copy", false); @@ -489,7 +490,7 @@ internal HttpMessage CreateGetCustomModelCopyResultRequest(Guid modelId, Guid re request.Method = RequestMethod.Get; var uri = new RawRequestUriBuilder(); uri.AppendRaw(endpoint, false); - uri.AppendRaw("/formrecognizer/v2.1-preview.1", false); + uri.AppendRaw("/formrecognizer/v2.1-preview.2", false); uri.AppendPath("/custom/models/", false); uri.AppendPath(modelId, true); uri.AppendPath("/copyResults/", false); @@ -550,7 +551,7 @@ internal HttpMessage CreateGenerateModelCopyAuthorizationRequest() request.Method = RequestMethod.Post; var uri = new RawRequestUriBuilder(); uri.AppendRaw(endpoint, false); - uri.AppendRaw("/formrecognizer/v2.1-preview.1", false); + uri.AppendRaw("/formrecognizer/v2.1-preview.2", false); uri.AppendPath("/custom/models/copyAuthorization", false); request.Uri = uri; request.Headers.Add("Accept", "application/json"); @@ -606,7 +607,7 @@ internal HttpMessage CreateComposeCustomModelsAsyncRequest(ComposeRequest compos request.Method = RequestMethod.Post; var uri = new RawRequestUriBuilder(); uri.AppendRaw(endpoint, false); - uri.AppendRaw("/formrecognizer/v2.1-preview.1", false); + uri.AppendRaw("/formrecognizer/v2.1-preview.2", false); uri.AppendPath("/custom/models/compose", false); request.Uri = uri; request.Headers.Add("Content-Type", "application/json"); @@ -675,14 +676,14 @@ public ResponseWithHeaders Compos } } - internal HttpMessage CreateAnalyzeBusinessCardAsyncRequest(FormContentType contentType, Stream fileStream, bool? includeTextDetails, string locale) + internal HttpMessage CreateAnalyzeBusinessCardAsyncRequest(ContentType1 contentType, Stream fileStream, bool? includeTextDetails, Locale? locale) { var message = _pipeline.CreateMessage(); var request = message.Request; request.Method = RequestMethod.Post; var uri = new RawRequestUriBuilder(); uri.AppendRaw(endpoint, false); - uri.AppendRaw("/formrecognizer/v2.1-preview.1", false); + uri.AppendRaw("/formrecognizer/v2.1-preview.2", false); uri.AppendPath("/prebuilt/businessCard/analyze", false); if (includeTextDetails != null) { @@ -690,7 +691,7 @@ internal HttpMessage CreateAnalyzeBusinessCardAsyncRequest(FormContentType conte } if (locale != null) { - uri.AppendQuery("locale", locale, true); + uri.AppendQuery("locale", locale.Value.ToString(), true); } request.Uri = uri; request.Headers.Add("Content-Type", contentType.ToSerialString()); @@ -703,10 +704,10 @@ internal HttpMessage CreateAnalyzeBusinessCardAsyncRequest(FormContentType conte /// Upload file type. /// .json, .pdf, .jpg, .png or .tiff type file stream. /// Include text lines and element references in the result. - /// Locale of the business card. Supported locales include: en-AU, en-CA, en-GB, en-IN, en-US(default). + /// Locale of the input document. Supported locales include: en-AU, en-CA, en-GB, en-IN, en-US(default). /// The cancellation token to use. /// is null. - public async Task> AnalyzeBusinessCardAsyncAsync(FormContentType contentType, Stream fileStream, bool? includeTextDetails = null, string locale = null, CancellationToken cancellationToken = default) + public async Task> AnalyzeBusinessCardAsyncAsync(ContentType1 contentType, Stream fileStream, bool? includeTextDetails = null, Locale? locale = null, CancellationToken cancellationToken = default) { if (fileStream == null) { @@ -729,10 +730,10 @@ public async Task Upload file type. /// .json, .pdf, .jpg, .png or .tiff type file stream. /// Include text lines and element references in the result. - /// Locale of the business card. Supported locales include: en-AU, en-CA, en-GB, en-IN, en-US(default). + /// Locale of the input document. Supported locales include: en-AU, en-CA, en-GB, en-IN, en-US(default). /// The cancellation token to use. /// is null. - public ResponseWithHeaders AnalyzeBusinessCardAsync(FormContentType contentType, Stream fileStream, bool? includeTextDetails = null, string locale = null, CancellationToken cancellationToken = default) + public ResponseWithHeaders AnalyzeBusinessCardAsync(ContentType1 contentType, Stream fileStream, bool? includeTextDetails = null, Locale? locale = null, CancellationToken cancellationToken = default) { if (fileStream == null) { @@ -751,14 +752,14 @@ public ResponseWithHeaders Analyz } } - internal HttpMessage CreateAnalyzeBusinessCardAsyncRequest(bool? includeTextDetails, string locale, SourcePath fileStream) + internal HttpMessage CreateAnalyzeBusinessCardAsyncRequest(bool? includeTextDetails, Locale? locale, SourcePath fileStream) { var message = _pipeline.CreateMessage(); var request = message.Request; request.Method = RequestMethod.Post; var uri = new RawRequestUriBuilder(); uri.AppendRaw(endpoint, false); - uri.AppendRaw("/formrecognizer/v2.1-preview.1", false); + uri.AppendRaw("/formrecognizer/v2.1-preview.2", false); uri.AppendPath("/prebuilt/businessCard/analyze", false); if (includeTextDetails != null) { @@ -766,7 +767,7 @@ internal HttpMessage CreateAnalyzeBusinessCardAsyncRequest(bool? includeTextDeta } if (locale != null) { - uri.AppendQuery("locale", locale, true); + uri.AppendQuery("locale", locale.Value.ToString(), true); } request.Uri = uri; request.Headers.Add("Content-Type", "application/json"); @@ -782,10 +783,10 @@ internal HttpMessage CreateAnalyzeBusinessCardAsyncRequest(bool? includeTextDeta /// Extract field text and semantic values from a given business card document. The input document must be of one of the supported content types - 'application/pdf', 'image/jpeg', 'image/png' or 'image/tiff'. Alternatively, use 'application/json' type to specify the location (Uri) of the document to be analyzed. /// Include text lines and element references in the result. - /// Locale of the business card. Supported locales include: en-AU, en-CA, en-GB, en-IN, en-US(default). + /// Locale of the input document. Supported locales include: en-AU, en-CA, en-GB, en-IN, en-US(default). /// .json, .pdf, .jpg, .png or .tiff type file stream. /// The cancellation token to use. - public async Task> AnalyzeBusinessCardAsyncAsync(bool? includeTextDetails = null, string locale = null, SourcePath fileStream = null, CancellationToken cancellationToken = default) + public async Task> AnalyzeBusinessCardAsyncAsync(bool? includeTextDetails = null, Locale? locale = null, SourcePath fileStream = null, CancellationToken cancellationToken = default) { using var message = CreateAnalyzeBusinessCardAsyncRequest(includeTextDetails, locale, fileStream); await _pipeline.SendAsync(message, cancellationToken).ConfigureAwait(false); @@ -801,10 +802,10 @@ public async Task Extract field text and semantic values from a given business card document. The input document must be of one of the supported content types - 'application/pdf', 'image/jpeg', 'image/png' or 'image/tiff'. Alternatively, use 'application/json' type to specify the location (Uri) of the document to be analyzed. /// Include text lines and element references in the result. - /// Locale of the business card. Supported locales include: en-AU, en-CA, en-GB, en-IN, en-US(default). + /// Locale of the input document. Supported locales include: en-AU, en-CA, en-GB, en-IN, en-US(default). /// .json, .pdf, .jpg, .png or .tiff type file stream. /// The cancellation token to use. - public ResponseWithHeaders AnalyzeBusinessCardAsync(bool? includeTextDetails = null, string locale = null, SourcePath fileStream = null, CancellationToken cancellationToken = default) + public ResponseWithHeaders AnalyzeBusinessCardAsync(bool? includeTextDetails = null, Locale? locale = null, SourcePath fileStream = null, CancellationToken cancellationToken = default) { using var message = CreateAnalyzeBusinessCardAsyncRequest(includeTextDetails, locale, fileStream); _pipeline.Send(message, cancellationToken); @@ -825,7 +826,7 @@ internal HttpMessage CreateGetAnalyzeBusinessCardResultRequest(Guid resultId) request.Method = RequestMethod.Get; var uri = new RawRequestUriBuilder(); uri.AppendRaw(endpoint, false); - uri.AppendRaw("/formrecognizer/v2.1-preview.1", false); + uri.AppendRaw("/formrecognizer/v2.1-preview.2", false); uri.AppendPath("/prebuilt/businessCard/analyzeResults/", false); uri.AppendPath(resultId, true); request.Uri = uri; @@ -875,14 +876,214 @@ public Response GetAnalyzeBusinessCardResult(Guid result } } - internal HttpMessage CreateAnalyzeReceiptAsyncRequest(FormContentType contentType, Stream fileStream, bool? includeTextDetails, string locale) + internal HttpMessage CreateAnalyzeInvoiceAsyncRequest(ContentType1 contentType, Stream fileStream, bool? includeTextDetails, Locale? locale) { var message = _pipeline.CreateMessage(); var request = message.Request; request.Method = RequestMethod.Post; var uri = new RawRequestUriBuilder(); uri.AppendRaw(endpoint, false); - uri.AppendRaw("/formrecognizer/v2.1-preview.1", false); + uri.AppendRaw("/formrecognizer/v2.1-preview.2", false); + uri.AppendPath("/prebuilt/invoice/analyze", false); + if (includeTextDetails != null) + { + uri.AppendQuery("includeTextDetails", includeTextDetails.Value, true); + } + if (locale != null) + { + uri.AppendQuery("locale", locale.Value.ToString(), true); + } + request.Uri = uri; + request.Headers.Add("Content-Type", contentType.ToSerialString()); + request.Headers.Add("Accept", "application/json"); + request.Content = RequestContent.Create(fileStream); + return message; + } + + /// Extract field text and semantic values from a given invoice document. The input document must be of one of the supported content types - 'application/pdf', 'image/jpeg', 'image/png' or 'image/tiff'. Alternatively, use 'application/json' type to specify the location (Uri) of the document to be analyzed. + /// Upload file type. + /// .json, .pdf, .jpg, .png or .tiff type file stream. + /// Include text lines and element references in the result. + /// Locale of the input document. Supported locales include: en-AU, en-CA, en-GB, en-IN, en-US(default). + /// The cancellation token to use. + /// is null. + public async Task> AnalyzeInvoiceAsyncAsync(ContentType1 contentType, Stream fileStream, bool? includeTextDetails = null, Locale? locale = null, CancellationToken cancellationToken = default) + { + if (fileStream == null) + { + throw new ArgumentNullException(nameof(fileStream)); + } + + using var message = CreateAnalyzeInvoiceAsyncRequest(contentType, fileStream, includeTextDetails, locale); + await _pipeline.SendAsync(message, cancellationToken).ConfigureAwait(false); + var headers = new FormRecognizerAnalyzeInvoiceAsyncHeaders(message.Response); + switch (message.Response.Status) + { + case 202: + return ResponseWithHeaders.FromValue(headers, message.Response); + default: + throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); + } + } + + /// Extract field text and semantic values from a given invoice document. The input document must be of one of the supported content types - 'application/pdf', 'image/jpeg', 'image/png' or 'image/tiff'. Alternatively, use 'application/json' type to specify the location (Uri) of the document to be analyzed. + /// Upload file type. + /// .json, .pdf, .jpg, .png or .tiff type file stream. + /// Include text lines and element references in the result. + /// Locale of the input document. Supported locales include: en-AU, en-CA, en-GB, en-IN, en-US(default). + /// The cancellation token to use. + /// is null. + public ResponseWithHeaders AnalyzeInvoiceAsync(ContentType1 contentType, Stream fileStream, bool? includeTextDetails = null, Locale? locale = null, CancellationToken cancellationToken = default) + { + if (fileStream == null) + { + throw new ArgumentNullException(nameof(fileStream)); + } + + using var message = CreateAnalyzeInvoiceAsyncRequest(contentType, fileStream, includeTextDetails, locale); + _pipeline.Send(message, cancellationToken); + var headers = new FormRecognizerAnalyzeInvoiceAsyncHeaders(message.Response); + switch (message.Response.Status) + { + case 202: + return ResponseWithHeaders.FromValue(headers, message.Response); + default: + throw _clientDiagnostics.CreateRequestFailedException(message.Response); + } + } + + internal HttpMessage CreateAnalyzeInvoiceAsyncRequest(bool? includeTextDetails, Locale? locale, SourcePath fileStream) + { + var message = _pipeline.CreateMessage(); + var request = message.Request; + request.Method = RequestMethod.Post; + var uri = new RawRequestUriBuilder(); + uri.AppendRaw(endpoint, false); + uri.AppendRaw("/formrecognizer/v2.1-preview.2", false); + uri.AppendPath("/prebuilt/invoice/analyze", false); + if (includeTextDetails != null) + { + uri.AppendQuery("includeTextDetails", includeTextDetails.Value, true); + } + if (locale != null) + { + uri.AppendQuery("locale", locale.Value.ToString(), true); + } + request.Uri = uri; + request.Headers.Add("Content-Type", "application/json"); + request.Headers.Add("Accept", "application/json"); + if (fileStream != null) + { + var content = new Utf8JsonRequestContent(); + content.JsonWriter.WriteObjectValue(fileStream); + request.Content = content; + } + return message; + } + + /// Extract field text and semantic values from a given invoice document. The input document must be of one of the supported content types - 'application/pdf', 'image/jpeg', 'image/png' or 'image/tiff'. Alternatively, use 'application/json' type to specify the location (Uri) of the document to be analyzed. + /// Include text lines and element references in the result. + /// Locale of the input document. Supported locales include: en-AU, en-CA, en-GB, en-IN, en-US(default). + /// .json, .pdf, .jpg, .png or .tiff type file stream. + /// The cancellation token to use. + public async Task> AnalyzeInvoiceAsyncAsync(bool? includeTextDetails = null, Locale? locale = null, SourcePath fileStream = null, CancellationToken cancellationToken = default) + { + using var message = CreateAnalyzeInvoiceAsyncRequest(includeTextDetails, locale, fileStream); + await _pipeline.SendAsync(message, cancellationToken).ConfigureAwait(false); + var headers = new FormRecognizerAnalyzeInvoiceAsyncHeaders(message.Response); + switch (message.Response.Status) + { + case 202: + return ResponseWithHeaders.FromValue(headers, message.Response); + default: + throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); + } + } + + /// Extract field text and semantic values from a given invoice document. The input document must be of one of the supported content types - 'application/pdf', 'image/jpeg', 'image/png' or 'image/tiff'. Alternatively, use 'application/json' type to specify the location (Uri) of the document to be analyzed. + /// Include text lines and element references in the result. + /// Locale of the input document. Supported locales include: en-AU, en-CA, en-GB, en-IN, en-US(default). + /// .json, .pdf, .jpg, .png or .tiff type file stream. + /// The cancellation token to use. + public ResponseWithHeaders AnalyzeInvoiceAsync(bool? includeTextDetails = null, Locale? locale = null, SourcePath fileStream = null, CancellationToken cancellationToken = default) + { + using var message = CreateAnalyzeInvoiceAsyncRequest(includeTextDetails, locale, fileStream); + _pipeline.Send(message, cancellationToken); + var headers = new FormRecognizerAnalyzeInvoiceAsyncHeaders(message.Response); + switch (message.Response.Status) + { + case 202: + return ResponseWithHeaders.FromValue(headers, message.Response); + default: + throw _clientDiagnostics.CreateRequestFailedException(message.Response); + } + } + + internal HttpMessage CreateGetAnalyzeInvoiceResultRequest(Guid resultId) + { + var message = _pipeline.CreateMessage(); + var request = message.Request; + request.Method = RequestMethod.Get; + var uri = new RawRequestUriBuilder(); + uri.AppendRaw(endpoint, false); + uri.AppendRaw("/formrecognizer/v2.1-preview.2", false); + uri.AppendPath("/prebuilt/invoice/analyzeResults/", false); + uri.AppendPath(resultId, true); + request.Uri = uri; + request.Headers.Add("Accept", "application/json"); + return message; + } + + /// Track the progress and obtain the result of the analyze invoice operation. + /// Analyze operation result identifier. + /// The cancellation token to use. + public async Task> GetAnalyzeInvoiceResultAsync(Guid resultId, CancellationToken cancellationToken = default) + { + using var message = CreateGetAnalyzeInvoiceResultRequest(resultId); + await _pipeline.SendAsync(message, cancellationToken).ConfigureAwait(false); + switch (message.Response.Status) + { + case 200: + { + AnalyzeOperationResult value = default; + using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); + value = AnalyzeOperationResult.DeserializeAnalyzeOperationResult(document.RootElement); + return Response.FromValue(value, message.Response); + } + default: + throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); + } + } + + /// Track the progress and obtain the result of the analyze invoice operation. + /// Analyze operation result identifier. + /// The cancellation token to use. + public Response GetAnalyzeInvoiceResult(Guid resultId, CancellationToken cancellationToken = default) + { + using var message = CreateGetAnalyzeInvoiceResultRequest(resultId); + _pipeline.Send(message, cancellationToken); + switch (message.Response.Status) + { + case 200: + { + AnalyzeOperationResult value = default; + using var document = JsonDocument.Parse(message.Response.ContentStream); + value = AnalyzeOperationResult.DeserializeAnalyzeOperationResult(document.RootElement); + return Response.FromValue(value, message.Response); + } + default: + throw _clientDiagnostics.CreateRequestFailedException(message.Response); + } + } + + internal HttpMessage CreateAnalyzeReceiptAsyncRequest(ContentType1 contentType, Stream fileStream, bool? includeTextDetails, Locale? locale) + { + var message = _pipeline.CreateMessage(); + var request = message.Request; + request.Method = RequestMethod.Post; + var uri = new RawRequestUriBuilder(); + uri.AppendRaw(endpoint, false); + uri.AppendRaw("/formrecognizer/v2.1-preview.2", false); uri.AppendPath("/prebuilt/receipt/analyze", false); if (includeTextDetails != null) { @@ -890,7 +1091,7 @@ internal HttpMessage CreateAnalyzeReceiptAsyncRequest(FormContentType contentTyp } if (locale != null) { - uri.AppendQuery("locale", locale, true); + uri.AppendQuery("locale", locale.Value.ToString(), true); } request.Uri = uri; request.Headers.Add("Content-Type", contentType.ToSerialString()); @@ -903,10 +1104,10 @@ internal HttpMessage CreateAnalyzeReceiptAsyncRequest(FormContentType contentTyp /// Upload file type. /// .json, .pdf, .jpg, .png or .tiff type file stream. /// Include text lines and element references in the result. - /// Locale of the receipt. Supported locales include: en-AU, en-CA, en-GB, en-IN, en-US(default). + /// Locale of the input document. Supported locales include: en-AU, en-CA, en-GB, en-IN, en-US(default). /// The cancellation token to use. /// is null. - public async Task> AnalyzeReceiptAsyncAsync(FormContentType contentType, Stream fileStream, bool? includeTextDetails = null, string locale = null, CancellationToken cancellationToken = default) + public async Task> AnalyzeReceiptAsyncAsync(ContentType1 contentType, Stream fileStream, bool? includeTextDetails = null, Locale? locale = null, CancellationToken cancellationToken = default) { if (fileStream == null) { @@ -929,10 +1130,10 @@ public async Task> /// Upload file type. /// .json, .pdf, .jpg, .png or .tiff type file stream. /// Include text lines and element references in the result. - /// Locale of the receipt. Supported locales include: en-AU, en-CA, en-GB, en-IN, en-US(default). + /// Locale of the input document. Supported locales include: en-AU, en-CA, en-GB, en-IN, en-US(default). /// The cancellation token to use. /// is null. - public ResponseWithHeaders AnalyzeReceiptAsync(FormContentType contentType, Stream fileStream, bool? includeTextDetails = null, string locale = null, CancellationToken cancellationToken = default) + public ResponseWithHeaders AnalyzeReceiptAsync(ContentType1 contentType, Stream fileStream, bool? includeTextDetails = null, Locale? locale = null, CancellationToken cancellationToken = default) { if (fileStream == null) { @@ -951,14 +1152,14 @@ public ResponseWithHeaders AnalyzeRece } } - internal HttpMessage CreateAnalyzeReceiptAsyncRequest(bool? includeTextDetails, string locale, SourcePath fileStream) + internal HttpMessage CreateAnalyzeReceiptAsyncRequest(bool? includeTextDetails, Locale? locale, SourcePath fileStream) { var message = _pipeline.CreateMessage(); var request = message.Request; request.Method = RequestMethod.Post; var uri = new RawRequestUriBuilder(); uri.AppendRaw(endpoint, false); - uri.AppendRaw("/formrecognizer/v2.1-preview.1", false); + uri.AppendRaw("/formrecognizer/v2.1-preview.2", false); uri.AppendPath("/prebuilt/receipt/analyze", false); if (includeTextDetails != null) { @@ -966,7 +1167,7 @@ internal HttpMessage CreateAnalyzeReceiptAsyncRequest(bool? includeTextDetails, } if (locale != null) { - uri.AppendQuery("locale", locale, true); + uri.AppendQuery("locale", locale.Value.ToString(), true); } request.Uri = uri; request.Headers.Add("Content-Type", "application/json"); @@ -982,10 +1183,10 @@ internal HttpMessage CreateAnalyzeReceiptAsyncRequest(bool? includeTextDetails, /// Extract field text and semantic values from a given receipt document. The input document must be of one of the supported content types - 'application/pdf', 'image/jpeg', 'image/png' or 'image/tiff'. Alternatively, use 'application/json' type to specify the location (Uri) of the document to be analyzed. /// Include text lines and element references in the result. - /// Locale of the receipt. Supported locales include: en-AU, en-CA, en-GB, en-IN, en-US(default). + /// Locale of the input document. Supported locales include: en-AU, en-CA, en-GB, en-IN, en-US(default). /// .json, .pdf, .jpg, .png or .tiff type file stream. /// The cancellation token to use. - public async Task> AnalyzeReceiptAsyncAsync(bool? includeTextDetails = null, string locale = null, SourcePath fileStream = null, CancellationToken cancellationToken = default) + public async Task> AnalyzeReceiptAsyncAsync(bool? includeTextDetails = null, Locale? locale = null, SourcePath fileStream = null, CancellationToken cancellationToken = default) { using var message = CreateAnalyzeReceiptAsyncRequest(includeTextDetails, locale, fileStream); await _pipeline.SendAsync(message, cancellationToken).ConfigureAwait(false); @@ -1001,10 +1202,10 @@ public async Task> /// Extract field text and semantic values from a given receipt document. The input document must be of one of the supported content types - 'application/pdf', 'image/jpeg', 'image/png' or 'image/tiff'. Alternatively, use 'application/json' type to specify the location (Uri) of the document to be analyzed. /// Include text lines and element references in the result. - /// Locale of the receipt. Supported locales include: en-AU, en-CA, en-GB, en-IN, en-US(default). + /// Locale of the input document. Supported locales include: en-AU, en-CA, en-GB, en-IN, en-US(default). /// .json, .pdf, .jpg, .png or .tiff type file stream. /// The cancellation token to use. - public ResponseWithHeaders AnalyzeReceiptAsync(bool? includeTextDetails = null, string locale = null, SourcePath fileStream = null, CancellationToken cancellationToken = default) + public ResponseWithHeaders AnalyzeReceiptAsync(bool? includeTextDetails = null, Locale? locale = null, SourcePath fileStream = null, CancellationToken cancellationToken = default) { using var message = CreateAnalyzeReceiptAsyncRequest(includeTextDetails, locale, fileStream); _pipeline.Send(message, cancellationToken); @@ -1025,7 +1226,7 @@ internal HttpMessage CreateGetAnalyzeReceiptResultRequest(Guid resultId) request.Method = RequestMethod.Get; var uri = new RawRequestUriBuilder(); uri.AppendRaw(endpoint, false); - uri.AppendRaw("/formrecognizer/v2.1-preview.1", false); + uri.AppendRaw("/formrecognizer/v2.1-preview.2", false); uri.AppendPath("/prebuilt/receipt/analyzeResults/", false); uri.AppendPath(resultId, true); request.Uri = uri; @@ -1075,15 +1276,23 @@ public Response GetAnalyzeReceiptResult(Guid resultId, C } } - internal HttpMessage CreateAnalyzeLayoutAsyncRequest(FormContentType contentType, Stream fileStream) + internal HttpMessage CreateAnalyzeLayoutAsyncRequest(ContentType1 contentType, Stream fileStream, Language? language, IEnumerable pages) { var message = _pipeline.CreateMessage(); var request = message.Request; request.Method = RequestMethod.Post; var uri = new RawRequestUriBuilder(); uri.AppendRaw(endpoint, false); - uri.AppendRaw("/formrecognizer/v2.1-preview.1", false); + uri.AppendRaw("/formrecognizer/v2.1-preview.2", false); uri.AppendPath("/layout/analyze", false); + if (language != null) + { + uri.AppendQuery("language", language.Value.ToString(), true); + } + if (pages != null) + { + uri.AppendQueryDelimited("Pages", pages, ",", true); + } request.Uri = uri; request.Headers.Add("Content-Type", contentType.ToSerialString()); request.Headers.Add("Accept", "application/json"); @@ -1091,19 +1300,21 @@ internal HttpMessage CreateAnalyzeLayoutAsyncRequest(FormContentType contentType return message; } - /// Extract text and layout information from a given document. The input document must be of one of the supported content types - 'application/pdf', 'image/jpeg', 'image/png' or 'image/tiff'. Alternatively, use 'application/json' type to specify the location (Uri or local path) of the document to be analyzed. + /// Extract text and layout information from a given document. The input document must be of one of the supported content types - 'application/pdf', 'image/jpeg', 'image/png', 'image/tiff' or 'image/bmp'. Alternatively, use 'application/json' type to specify the location (Uri or local path) of the document to be analyzed. /// Upload file type. /// .json, .pdf, .jpg, .png or .tiff type file stream. + /// The BCP-47 language code of the text in the document. Currently, only English ('en'), Dutch (‘nl’), French (‘fr’), German (‘de’), Italian (‘it’), Portuguese (‘pt'), simplified Chinese ('zh-Hans') and Spanish ('es') are supported (print – nine languages and handwritten – English only). Layout supports auto language identification and multi language documents, so only provide a language code if you would like to force the documented to be processed as that specific language. + /// Custom page numbers for multi-page documents(PDF/TIFF), input the number of the pages you want to get OCR result. For a range of pages, use a hyphen. Separate each page or range with a comma or space. /// The cancellation token to use. /// is null. - public async Task> AnalyzeLayoutAsyncAsync(FormContentType contentType, Stream fileStream, CancellationToken cancellationToken = default) + public async Task> AnalyzeLayoutAsyncAsync(ContentType1 contentType, Stream fileStream, Language? language = null, IEnumerable pages = null, CancellationToken cancellationToken = default) { if (fileStream == null) { throw new ArgumentNullException(nameof(fileStream)); } - using var message = CreateAnalyzeLayoutAsyncRequest(contentType, fileStream); + using var message = CreateAnalyzeLayoutAsyncRequest(contentType, fileStream, language, pages); await _pipeline.SendAsync(message, cancellationToken).ConfigureAwait(false); var headers = new FormRecognizerAnalyzeLayoutAsyncHeaders(message.Response); switch (message.Response.Status) @@ -1115,19 +1326,21 @@ public async Task> } } - /// Extract text and layout information from a given document. The input document must be of one of the supported content types - 'application/pdf', 'image/jpeg', 'image/png' or 'image/tiff'. Alternatively, use 'application/json' type to specify the location (Uri or local path) of the document to be analyzed. + /// Extract text and layout information from a given document. The input document must be of one of the supported content types - 'application/pdf', 'image/jpeg', 'image/png', 'image/tiff' or 'image/bmp'. Alternatively, use 'application/json' type to specify the location (Uri or local path) of the document to be analyzed. /// Upload file type. /// .json, .pdf, .jpg, .png or .tiff type file stream. + /// The BCP-47 language code of the text in the document. Currently, only English ('en'), Dutch (‘nl’), French (‘fr’), German (‘de’), Italian (‘it’), Portuguese (‘pt'), simplified Chinese ('zh-Hans') and Spanish ('es') are supported (print – nine languages and handwritten – English only). Layout supports auto language identification and multi language documents, so only provide a language code if you would like to force the documented to be processed as that specific language. + /// Custom page numbers for multi-page documents(PDF/TIFF), input the number of the pages you want to get OCR result. For a range of pages, use a hyphen. Separate each page or range with a comma or space. /// The cancellation token to use. /// is null. - public ResponseWithHeaders AnalyzeLayoutAsync(FormContentType contentType, Stream fileStream, CancellationToken cancellationToken = default) + public ResponseWithHeaders AnalyzeLayoutAsync(ContentType1 contentType, Stream fileStream, Language? language = null, IEnumerable pages = null, CancellationToken cancellationToken = default) { if (fileStream == null) { throw new ArgumentNullException(nameof(fileStream)); } - using var message = CreateAnalyzeLayoutAsyncRequest(contentType, fileStream); + using var message = CreateAnalyzeLayoutAsyncRequest(contentType, fileStream, language, pages); _pipeline.Send(message, cancellationToken); var headers = new FormRecognizerAnalyzeLayoutAsyncHeaders(message.Response); switch (message.Response.Status) @@ -1139,15 +1352,23 @@ public ResponseWithHeaders AnalyzeLayou } } - internal HttpMessage CreateAnalyzeLayoutAsyncRequest(SourcePath fileStream) + internal HttpMessage CreateAnalyzeLayoutAsyncRequest(Language? language, IEnumerable pages, SourcePath fileStream) { var message = _pipeline.CreateMessage(); var request = message.Request; request.Method = RequestMethod.Post; var uri = new RawRequestUriBuilder(); uri.AppendRaw(endpoint, false); - uri.AppendRaw("/formrecognizer/v2.1-preview.1", false); + uri.AppendRaw("/formrecognizer/v2.1-preview.2", false); uri.AppendPath("/layout/analyze", false); + if (language != null) + { + uri.AppendQuery("language", language.Value.ToString(), true); + } + if (pages != null) + { + uri.AppendQueryDelimited("Pages", pages, ",", true); + } request.Uri = uri; request.Headers.Add("Content-Type", "application/json"); request.Headers.Add("Accept", "application/json"); @@ -1160,12 +1381,14 @@ internal HttpMessage CreateAnalyzeLayoutAsyncRequest(SourcePath fileStream) return message; } - /// Extract text and layout information from a given document. The input document must be of one of the supported content types - 'application/pdf', 'image/jpeg', 'image/png' or 'image/tiff'. Alternatively, use 'application/json' type to specify the location (Uri or local path) of the document to be analyzed. + /// Extract text and layout information from a given document. The input document must be of one of the supported content types - 'application/pdf', 'image/jpeg', 'image/png', 'image/tiff' or 'image/bmp'. Alternatively, use 'application/json' type to specify the location (Uri or local path) of the document to be analyzed. + /// The BCP-47 language code of the text in the document. Currently, only English ('en'), Dutch (‘nl’), French (‘fr’), German (‘de’), Italian (‘it’), Portuguese (‘pt'), simplified Chinese ('zh-Hans') and Spanish ('es') are supported (print – nine languages and handwritten – English only). Layout supports auto language identification and multi language documents, so only provide a language code if you would like to force the documented to be processed as that specific language. + /// Custom page numbers for multi-page documents(PDF/TIFF), input the number of the pages you want to get OCR result. For a range of pages, use a hyphen. Separate each page or range with a comma or space. /// .json, .pdf, .jpg, .png or .tiff type file stream. /// The cancellation token to use. - public async Task> AnalyzeLayoutAsyncAsync(SourcePath fileStream = null, CancellationToken cancellationToken = default) + public async Task> AnalyzeLayoutAsyncAsync(Language? language = null, IEnumerable pages = null, SourcePath fileStream = null, CancellationToken cancellationToken = default) { - using var message = CreateAnalyzeLayoutAsyncRequest(fileStream); + using var message = CreateAnalyzeLayoutAsyncRequest(language, pages, fileStream); await _pipeline.SendAsync(message, cancellationToken).ConfigureAwait(false); var headers = new FormRecognizerAnalyzeLayoutAsyncHeaders(message.Response); switch (message.Response.Status) @@ -1177,12 +1400,14 @@ public async Task> } } - /// Extract text and layout information from a given document. The input document must be of one of the supported content types - 'application/pdf', 'image/jpeg', 'image/png' or 'image/tiff'. Alternatively, use 'application/json' type to specify the location (Uri or local path) of the document to be analyzed. + /// Extract text and layout information from a given document. The input document must be of one of the supported content types - 'application/pdf', 'image/jpeg', 'image/png', 'image/tiff' or 'image/bmp'. Alternatively, use 'application/json' type to specify the location (Uri or local path) of the document to be analyzed. + /// The BCP-47 language code of the text in the document. Currently, only English ('en'), Dutch (‘nl’), French (‘fr’), German (‘de’), Italian (‘it’), Portuguese (‘pt'), simplified Chinese ('zh-Hans') and Spanish ('es') are supported (print – nine languages and handwritten – English only). Layout supports auto language identification and multi language documents, so only provide a language code if you would like to force the documented to be processed as that specific language. + /// Custom page numbers for multi-page documents(PDF/TIFF), input the number of the pages you want to get OCR result. For a range of pages, use a hyphen. Separate each page or range with a comma or space. /// .json, .pdf, .jpg, .png or .tiff type file stream. /// The cancellation token to use. - public ResponseWithHeaders AnalyzeLayoutAsync(SourcePath fileStream = null, CancellationToken cancellationToken = default) + public ResponseWithHeaders AnalyzeLayoutAsync(Language? language = null, IEnumerable pages = null, SourcePath fileStream = null, CancellationToken cancellationToken = default) { - using var message = CreateAnalyzeLayoutAsyncRequest(fileStream); + using var message = CreateAnalyzeLayoutAsyncRequest(language, pages, fileStream); _pipeline.Send(message, cancellationToken); var headers = new FormRecognizerAnalyzeLayoutAsyncHeaders(message.Response); switch (message.Response.Status) @@ -1201,7 +1426,7 @@ internal HttpMessage CreateGetAnalyzeLayoutResultRequest(Guid resultId) request.Method = RequestMethod.Get; var uri = new RawRequestUriBuilder(); uri.AppendRaw(endpoint, false); - uri.AppendRaw("/formrecognizer/v2.1-preview.1", false); + uri.AppendRaw("/formrecognizer/v2.1-preview.2", false); uri.AppendPath("/layout/analyzeResults/", false); uri.AppendPath(resultId, true); request.Uri = uri; @@ -1258,7 +1483,7 @@ internal HttpMessage CreateListCustomModelsRequest() request.Method = RequestMethod.Get; var uri = new RawRequestUriBuilder(); uri.AppendRaw(endpoint, false); - uri.AppendRaw("/formrecognizer/v2.1-preview.1", false); + uri.AppendRaw("/formrecognizer/v2.1-preview.2", false); uri.AppendPath("/custom/models", false); uri.AppendQuery("op", "full", true); request.Uri = uri; @@ -1313,7 +1538,7 @@ internal HttpMessage CreateGetCustomModelsRequest() request.Method = RequestMethod.Get; var uri = new RawRequestUriBuilder(); uri.AppendRaw(endpoint, false); - uri.AppendRaw("/formrecognizer/v2.1-preview.1", false); + uri.AppendRaw("/formrecognizer/v2.1-preview.2", false); uri.AppendPath("/custom/models", false); uri.AppendQuery("op", "summary", true); request.Uri = uri; @@ -1368,7 +1593,7 @@ internal HttpMessage CreateListCustomModelsNextPageRequest(string nextLink) request.Method = RequestMethod.Get; var uri = new RawRequestUriBuilder(); uri.AppendRaw(endpoint, false); - uri.AppendRaw("/formrecognizer/v2.1-preview.1", false); + uri.AppendRaw("/formrecognizer/v2.1-preview.2", false); uri.AppendRawNextLink(nextLink, false); request.Uri = uri; request.Headers.Add("Accept", "application/json"); diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/src/Generated/Models/Appearance.Serialization.cs b/sdk/formrecognizer/Azure.AI.FormRecognizer/src/Generated/Models/Appearance.Serialization.cs new file mode 100644 index 0000000000000..4bd609ff00829 --- /dev/null +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/src/Generated/Models/Appearance.Serialization.cs @@ -0,0 +1,29 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System.Text.Json; +using Azure.Core; + +namespace Azure.AI.FormRecognizer +{ + public partial class Appearance + { + internal static Appearance DeserializeAppearance(JsonElement element) + { + Style style = default; + foreach (var property in element.EnumerateObject()) + { + if (property.NameEquals("style")) + { + style = Style.DeserializeStyle(property.Value); + continue; + } + } + return new Appearance(style); + } + } +} diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/src/Generated/Models/Appearance.cs b/sdk/formrecognizer/Azure.AI.FormRecognizer/src/Generated/Models/Appearance.cs new file mode 100644 index 0000000000000..0dd93298b221e --- /dev/null +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/src/Generated/Models/Appearance.cs @@ -0,0 +1,31 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; + +namespace Azure.AI.FormRecognizer +{ + /// An object representing the appearance of the text line. + public partial class Appearance + { + /// Initializes a new instance of Appearance. + /// An object representing the style of the text line. + /// is null. + internal Appearance(Style style) + { + if (style == null) + { + throw new ArgumentNullException(nameof(style)); + } + + Style = style; + } + + /// An object representing the style of the text line. + public Style Style { get; } + } +} diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/src/Generated/Models/ContentType1.Serialization.cs b/sdk/formrecognizer/Azure.AI.FormRecognizer/src/Generated/Models/ContentType1.Serialization.cs new file mode 100644 index 0000000000000..19c0087968af8 --- /dev/null +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/src/Generated/Models/ContentType1.Serialization.cs @@ -0,0 +1,34 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; + +namespace Azure.AI.FormRecognizer +{ + internal static class ContentType1Extensions + { + public static string ToSerialString(this ContentType1 value) => value switch + { + ContentType1.ApplicationPdf => "application/pdf", + ContentType1.ImageBmp => "image/bmp", + ContentType1.ImageJpeg => "image/jpeg", + ContentType1.ImagePng => "image/png", + ContentType1.ImageTiff => "image/tiff", + _ => throw new ArgumentOutOfRangeException(nameof(value), value, "Unknown ContentType1 value.") + }; + + public static ContentType1 ToContentType1(this string value) + { + if (string.Equals(value, "application/pdf", StringComparison.InvariantCultureIgnoreCase)) return ContentType1.ApplicationPdf; + if (string.Equals(value, "image/bmp", StringComparison.InvariantCultureIgnoreCase)) return ContentType1.ImageBmp; + if (string.Equals(value, "image/jpeg", StringComparison.InvariantCultureIgnoreCase)) return ContentType1.ImageJpeg; + if (string.Equals(value, "image/png", StringComparison.InvariantCultureIgnoreCase)) return ContentType1.ImagePng; + if (string.Equals(value, "image/tiff", StringComparison.InvariantCultureIgnoreCase)) return ContentType1.ImageTiff; + throw new ArgumentOutOfRangeException(nameof(value), value, "Unknown ContentType1 value."); + } + } +} diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/src/Generated/Models/DataTable.Serialization.cs b/sdk/formrecognizer/Azure.AI.FormRecognizer/src/Generated/Models/DataTable.Serialization.cs index 2be3f5bcbb1b1..563910138c6ad 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/src/Generated/Models/DataTable.Serialization.cs +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/src/Generated/Models/DataTable.Serialization.cs @@ -18,6 +18,7 @@ internal static DataTable DeserializeDataTable(JsonElement element) int rows = default; int columns = default; IReadOnlyList cells = default; + IReadOnlyList boundingBox = default; foreach (var property in element.EnumerateObject()) { if (property.NameEquals("rows")) @@ -40,8 +41,18 @@ internal static DataTable DeserializeDataTable(JsonElement element) cells = array; continue; } + if (property.NameEquals("boundingBox")) + { + List array = new List(); + foreach (var item in property.Value.EnumerateArray()) + { + array.Add(item.GetSingle()); + } + boundingBox = array; + continue; + } } - return new DataTable(rows, columns, cells); + return new DataTable(rows, columns, cells, boundingBox); } } } diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/src/Generated/Models/DataTable.cs b/sdk/formrecognizer/Azure.AI.FormRecognizer/src/Generated/Models/DataTable.cs index 5580d2bd05460..820b008f2ddaf 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/src/Generated/Models/DataTable.cs +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/src/Generated/Models/DataTable.cs @@ -18,28 +18,36 @@ internal partial class DataTable /// Number of rows. /// Number of columns. /// List of cells contained in the table. - /// is null. - internal DataTable(int rows, int columns, IEnumerable cells) + /// Bounding box of the table. + /// or is null. + internal DataTable(int rows, int columns, IEnumerable cells, IEnumerable boundingBox) { if (cells == null) { throw new ArgumentNullException(nameof(cells)); } + if (boundingBox == null) + { + throw new ArgumentNullException(nameof(boundingBox)); + } Rows = rows; Columns = columns; Cells = cells.ToList(); + BoundingBox = boundingBox.ToList(); } /// Initializes a new instance of DataTable. /// Number of rows. /// Number of columns. /// List of cells contained in the table. - internal DataTable(int rows, int columns, IReadOnlyList cells) + /// Bounding box of the table. + internal DataTable(int rows, int columns, IReadOnlyList cells, IReadOnlyList boundingBox) { Rows = rows; Columns = columns; Cells = cells; + BoundingBox = boundingBox; } /// Number of rows. @@ -48,5 +56,7 @@ internal DataTable(int rows, int columns, IReadOnlyList cells) public int Columns { get; } /// List of cells contained in the table. public IReadOnlyList Cells { get; } + /// Bounding box of the table. + public IReadOnlyList BoundingBox { get; } } } diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/src/Generated/Models/Language.cs b/sdk/formrecognizer/Azure.AI.FormRecognizer/src/Generated/Models/Language.cs index 09ef5d3edd429..4227799c74de4 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/src/Generated/Models/Language.cs +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/src/Generated/Models/Language.cs @@ -24,11 +24,29 @@ public Language(string value) private const string EnValue = "en"; private const string EsValue = "es"; + private const string DeValue = "de"; + private const string FrValue = "fr"; + private const string ItValue = "it"; + private const string NlValue = "nl"; + private const string PtValue = "pt"; + private const string ZhHansValue = "zh-Hans"; /// en. public static Language En { get; } = new Language(EnValue); /// es. public static Language Es { get; } = new Language(EsValue); + /// de. + public static Language De { get; } = new Language(DeValue); + /// fr. + public static Language Fr { get; } = new Language(FrValue); + /// it. + public static Language It { get; } = new Language(ItValue); + /// nl. + public static Language Nl { get; } = new Language(NlValue); + /// pt. + public static Language Pt { get; } = new Language(PtValue); + /// zh-Hans. + public static Language ZhHans { get; } = new Language(ZhHansValue); /// Determines if two values are the same. public static bool operator ==(Language left, Language right) => left.Equals(right); /// Determines if two values are not the same. diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/src/Generated/Models/Locale.cs b/sdk/formrecognizer/Azure.AI.FormRecognizer/src/Generated/Models/Locale.cs new file mode 100644 index 0000000000000..ce9ab182380c3 --- /dev/null +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/src/Generated/Models/Locale.cs @@ -0,0 +1,60 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; +using System.ComponentModel; + +namespace Azure.AI.FormRecognizer.Models +{ + /// The Locale. + internal readonly partial struct Locale : IEquatable + { + private readonly string _value; + + /// Determines if two values are the same. + /// is null. + public Locale(string value) + { + _value = value ?? throw new ArgumentNullException(nameof(value)); + } + + private const string EnAUValue = "en-AU"; + private const string EnCAValue = "en-CA"; + private const string EnGBValue = "en-GB"; + private const string EnINValue = "en-IN"; + private const string EnUSValue = "en-US"; + + /// en-AU. + public static Locale EnAU { get; } = new Locale(EnAUValue); + /// en-CA. + public static Locale EnCA { get; } = new Locale(EnCAValue); + /// en-GB. + public static Locale EnGB { get; } = new Locale(EnGBValue); + /// en-IN. + public static Locale EnIN { get; } = new Locale(EnINValue); + /// en-US. + public static Locale EnUS { get; } = new Locale(EnUSValue); + /// Determines if two values are the same. + public static bool operator ==(Locale left, Locale right) => left.Equals(right); + /// Determines if two values are not the same. + public static bool operator !=(Locale left, Locale right) => !left.Equals(right); + /// Converts a string to a . + public static implicit operator Locale(string value) => new Locale(value); + + /// + [EditorBrowsable(EditorBrowsableState.Never)] + public override bool Equals(object obj) => obj is Locale other && Equals(other); + /// + public bool Equals(Locale other) => string.Equals(_value, other._value, StringComparison.InvariantCultureIgnoreCase); + + /// + [EditorBrowsable(EditorBrowsableState.Never)] + public override int GetHashCode() => _value?.GetHashCode() ?? 0; + /// + public override string ToString() => _value; + } +} diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/src/Generated/Models/Style.Serialization.cs b/sdk/formrecognizer/Azure.AI.FormRecognizer/src/Generated/Models/Style.Serialization.cs new file mode 100644 index 0000000000000..5a3ef01eef376 --- /dev/null +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/src/Generated/Models/Style.Serialization.cs @@ -0,0 +1,36 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System.Text.Json; +using Azure.AI.FormRecognizer.Models; +using Azure.Core; + +namespace Azure.AI.FormRecognizer +{ + public partial class Style + { + internal static Style DeserializeStyle(JsonElement element) + { + TextStyle name = default; + float confidence = default; + foreach (var property in element.EnumerateObject()) + { + if (property.NameEquals("name")) + { + name = new TextStyle(property.Value.GetString()); + continue; + } + if (property.NameEquals("confidence")) + { + confidence = property.Value.GetSingle(); + continue; + } + } + return new Style(name, confidence); + } + } +} diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/src/Generated/Models/Style.cs b/sdk/formrecognizer/Azure.AI.FormRecognizer/src/Generated/Models/Style.cs new file mode 100644 index 0000000000000..bc10ecabc54d2 --- /dev/null +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/src/Generated/Models/Style.cs @@ -0,0 +1,29 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using Azure.AI.FormRecognizer.Models; + +namespace Azure.AI.FormRecognizer +{ + /// An object representing the style of the text line. + public partial class Style + { + /// Initializes a new instance of Style. + /// The text line style name, including handwriting and other. + /// The confidence of text line style. + internal Style(TextStyle name, float confidence) + { + Name = name; + Confidence = confidence; + } + + /// The text line style name, including handwriting and other. + public TextStyle Name { get; } + /// The confidence of text line style. + public float Confidence { get; } + } +} diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/src/Generated/Models/TextLine.Serialization.cs b/sdk/formrecognizer/Azure.AI.FormRecognizer/src/Generated/Models/TextLine.Serialization.cs index 486251de94d28..e4db4b481b7f5 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/src/Generated/Models/TextLine.Serialization.cs +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/src/Generated/Models/TextLine.Serialization.cs @@ -7,6 +7,7 @@ using System.Collections.Generic; using System.Text.Json; +using Azure.AI.FormRecognizer; using Azure.Core; namespace Azure.AI.FormRecognizer.Models @@ -19,6 +20,7 @@ internal static TextLine DeserializeTextLine(JsonElement element) IReadOnlyList boundingBox = default; Optional language = default; IReadOnlyList words = default; + Optional appearance = default; foreach (var property in element.EnumerateObject()) { if (property.NameEquals("text")) @@ -56,8 +58,18 @@ internal static TextLine DeserializeTextLine(JsonElement element) words = array; continue; } + if (property.NameEquals("appearance")) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + property.ThrowNonNullablePropertyIsNull(); + continue; + } + appearance = Appearance.DeserializeAppearance(property.Value); + continue; + } } - return new TextLine(text, boundingBox, Optional.ToNullable(language), words); + return new TextLine(text, boundingBox, Optional.ToNullable(language), words, appearance.Value); } } } diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/src/Generated/Models/TextLine.cs b/sdk/formrecognizer/Azure.AI.FormRecognizer/src/Generated/Models/TextLine.cs index 827dc8ceebda8..842e8af511592 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/src/Generated/Models/TextLine.cs +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/src/Generated/Models/TextLine.cs @@ -8,6 +8,7 @@ using System; using System.Collections.Generic; using System.Linq; +using Azure.AI.FormRecognizer; namespace Azure.AI.FormRecognizer.Models { @@ -44,12 +45,14 @@ internal TextLine(string text, IEnumerable boundingBox, IEnumerable Bounding box of an extracted line. /// The detected language of this line, if different from the overall page language. /// List of words in the text line. - internal TextLine(string text, IReadOnlyList boundingBox, Language? language, IReadOnlyList words) + /// Text appearance properties. + internal TextLine(string text, IReadOnlyList boundingBox, Language? language, IReadOnlyList words, Appearance appearance) { Text = text; BoundingBox = boundingBox; Language = language; Words = words; + Appearance = appearance; } /// The text content of the line. @@ -60,5 +63,7 @@ internal TextLine(string text, IReadOnlyList boundingBox, Language? langu public Language? Language { get; } /// List of words in the text line. public IReadOnlyList Words { get; } + /// Text appearance properties. + public Appearance Appearance { get; } } } diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/src/Generated/Models/TextStyle.cs b/sdk/formrecognizer/Azure.AI.FormRecognizer/src/Generated/Models/TextStyle.cs new file mode 100644 index 0000000000000..de67f860b57da --- /dev/null +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/src/Generated/Models/TextStyle.cs @@ -0,0 +1,51 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; +using System.ComponentModel; + +namespace Azure.AI.FormRecognizer.Models +{ + /// The text line style name, including handwriting and other. + public readonly partial struct TextStyle : IEquatable + { + private readonly string _value; + + /// Determines if two values are the same. + /// is null. + public TextStyle(string value) + { + _value = value ?? throw new ArgumentNullException(nameof(value)); + } + + private const string OtherValue = "other"; + private const string HandwritingValue = "handwriting"; + + /// other. + public static TextStyle Other { get; } = new TextStyle(OtherValue); + /// handwriting. + public static TextStyle Handwriting { get; } = new TextStyle(HandwritingValue); + /// Determines if two values are the same. + public static bool operator ==(TextStyle left, TextStyle right) => left.Equals(right); + /// Determines if two values are not the same. + public static bool operator !=(TextStyle left, TextStyle right) => !left.Equals(right); + /// Converts a string to a . + public static implicit operator TextStyle(string value) => new TextStyle(value); + + /// + [EditorBrowsable(EditorBrowsableState.Never)] + public override bool Equals(object obj) => obj is TextStyle other && Equals(other); + /// + public bool Equals(TextStyle other) => string.Equals(_value, other._value, StringComparison.InvariantCultureIgnoreCase); + + /// + [EditorBrowsable(EditorBrowsableState.Never)] + public override int GetHashCode() => _value?.GetHashCode() ?? 0; + /// + public override string ToString() => _value; + } +} diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/src/Language.cs b/sdk/formrecognizer/Azure.AI.FormRecognizer/src/Language.cs new file mode 100644 index 0000000000000..e3378fe90c7fe --- /dev/null +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/src/Language.cs @@ -0,0 +1,12 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +using Azure.Core; + +namespace Azure.AI.FormRecognizer.Models +{ + [CodeGenModel("Language")] + internal readonly partial struct Language + { + } +} diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/src/Locale.cs b/sdk/formrecognizer/Azure.AI.FormRecognizer/src/Locale.cs new file mode 100644 index 0000000000000..973f5327bc570 --- /dev/null +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/src/Locale.cs @@ -0,0 +1,12 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +using Azure.Core; + +namespace Azure.AI.FormRecognizer.Models +{ + [CodeGenModel("Locale")] + internal readonly partial struct Locale + { + } +} diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/src/OperationExtensions.cs b/sdk/formrecognizer/Azure.AI.FormRecognizer/src/OperationExtensions.cs index 4bdf5132a15a7..0ae8e8196037e 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/src/OperationExtensions.cs +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/src/OperationExtensions.cs @@ -40,6 +40,19 @@ public static async Task> WaitForCompletionAs return await o.WaitForCompletionAsync(cancellationToken).ConfigureAwait(false); } + /// + /// Periodically calls the server until the long-running operation completes. + /// + /// The instance that this method was invoked on. + /// A controlling the request lifetime. + /// A representing the result of the operation. It can be cast to a + /// containing the recognized business cards. + public static async Task> WaitForCompletionAsync(this Task operation, CancellationToken cancellationToken = default) + { + var o = await operation.ConfigureAwait(false); + return await o.WaitForCompletionAsync(cancellationToken).ConfigureAwait(false); + } + /// /// Periodically calls the server until the long-running operation completes. /// diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/src/RecognizeBusinessCardsOperation.cs b/sdk/formrecognizer/Azure.AI.FormRecognizer/src/RecognizeBusinessCardsOperation.cs index ac3c59fd99cca..44c877c0bcf8c 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/src/RecognizeBusinessCardsOperation.cs +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/src/RecognizeBusinessCardsOperation.cs @@ -208,7 +208,7 @@ private static RecognizedFormCollection ConvertToRecognizedForms(AnalyzeResult a List businessCards = new List(); for (int i = 0; i < analyzeResult.DocumentResults.Count; i++) { - businessCards.Add(new RecognizedForm(analyzeResult.DocumentResults[i], analyzeResult.PageResults, analyzeResult.ReadResults, default, isBusinessCards: true)); + businessCards.Add(new RecognizedForm(analyzeResult.DocumentResults[i], analyzeResult.PageResults, analyzeResult.ReadResults, default)); } return new RecognizedFormCollection(businessCards); } diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/src/RecognizeContentOptions.cs b/sdk/formrecognizer/Azure.AI.FormRecognizer/src/RecognizeContentOptions.cs index 5748d44fb9107..2b44728da3869 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/src/RecognizeContentOptions.cs +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/src/RecognizeContentOptions.cs @@ -1,6 +1,8 @@ // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. +using System.Collections.Generic; + namespace Azure.AI.FormRecognizer { /// @@ -21,5 +23,21 @@ public RecognizeContentOptions() /// content type detection. /// public FormContentType? ContentType { get; set; } = null; + + /// + /// The BCP-47 language code of the text in the document. + /// Recognize Content supports auto language identification and multi language documents, so only + /// provide a language code if you would like to force the documented to be processed as + /// that specific language. + /// See supported language codes here. + /// + public string Language { get; set; } + + /// + /// Custom page numbers for multi-page documents(PDF/TIFF). Input the number of the + /// pages you want to get OCR result. For a range of pages, use a hyphen. + /// Separate each page or range with a comma. + /// + public IEnumerable Pages { get; set; } } } diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/src/RecognizeInvoicesOperation.cs b/sdk/formrecognizer/Azure.AI.FormRecognizer/src/RecognizeInvoicesOperation.cs new file mode 100644 index 0000000000000..3694fe703970c --- /dev/null +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/src/RecognizeInvoicesOperation.cs @@ -0,0 +1,216 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +using System; +using System.Collections.Generic; +using System.Linq; +using System.Threading; +using System.Threading.Tasks; +using Azure.Core; +using Azure.Core.Pipeline; + +namespace Azure.AI.FormRecognizer.Models +{ + /// + /// Tracks the status of a long-running operation for recognizing values from invoices. + /// + public class RecognizeInvoicesOperation : Operation + { + /// Provides communication with the Form Recognizer Azure Cognitive Service through its REST API. + private readonly FormRecognizerRestClient _serviceClient; + + /// Provides tools for exception creation in case of failure. + private readonly ClientDiagnostics _diagnostics; + + private RequestFailedException _requestFailedException; + + /// The last HTTP response received from the server. null until the first response is received. + private Response _response; + + /// The result of the long-running operation. null until result is received on status update. + private RecognizedFormCollection _value; + + /// true if the long-running operation has completed. Otherwise, false. + private bool _hasCompleted; + + /// + /// Gets an ID representing the operation that can be used to poll for the status + /// of the long-running operation. + /// + public override string Id { get; } + + /// + /// Final result of the long-running operation. + /// + /// + /// This property can be accessed only after the operation completes successfully (HasValue is true). + /// + public override RecognizedFormCollection Value + { + get + { + if (HasCompleted && !HasValue) +#pragma warning disable CA1065 // Do not raise exceptions in unexpected locations + throw _requestFailedException; +#pragma warning restore CA1065 // Do not raise exceptions in unexpected locations + else + return OperationHelpers.GetValue(ref _value); + } + } + + /// + /// Returns true if the long-running operation completed. + /// + public override bool HasCompleted => _hasCompleted; + + /// + /// Returns true if the long-running operation completed successfully and has produced final result (accessible by Value property). + /// + public override bool HasValue => _value != null; + + /// + /// The last HTTP response received from the server. + /// + /// + /// The last response returned from the server during the lifecycle of this instance. + /// An instance of sends requests to a server in UpdateStatusAsync, UpdateStatus, and other methods. + /// Responses from these requests can be accessed using GetRawResponse. + /// + public override Response GetRawResponse() => _response; + + /// + /// Initializes a new instance of the class. + /// + /// The ID of this operation. + /// The client used to check for completion. + public RecognizeInvoicesOperation(string operationId, FormRecognizerClient client) + { + // TODO: Add argument validation here. + + Id = operationId; + _serviceClient = client.ServiceClient; + _diagnostics = client.Diagnostics; + } + + /// + /// Initializes a new instance of the class. + /// + /// The client for communicating with the Form Recognizer Azure Cognitive Service through its REST API. + /// The client diagnostics for exception creation in case of failure. + /// The address of the long-running operation. It can be obtained from the response headers upon starting the operation. + internal RecognizeInvoicesOperation(FormRecognizerRestClient serviceClient, ClientDiagnostics diagnostics, string operationLocation) + { + _serviceClient = serviceClient; + _diagnostics = diagnostics; + + // TODO: Add validation here + // https://github.com/Azure/azure-sdk-for-net/issues/10385 + Id = operationLocation.Split('/').Last(); + } + + /// + /// Periodically calls the server till the long-running operation completes. + /// + /// A used for the periodical service calls. + /// The last HTTP response received from the server. + /// + /// This method will periodically call UpdateStatusAsync till HasCompleted is true, then return the final result of the operation. + /// + public override ValueTask> WaitForCompletionAsync(CancellationToken cancellationToken = default) => + this.DefaultWaitForCompletionAsync(cancellationToken); + + /// + /// Periodically calls the server till the long-running operation completes. + /// + /// + /// The interval between status requests to the server. + /// The interval can change based on information returned from the server. + /// For example, the server might communicate to the client that there is not reason to poll for status change sooner than some time. + /// + /// A used for the periodical service calls. + /// The last HTTP response received from the server. + /// + /// This method will periodically call UpdateStatusAsync till HasCompleted is true, then return the final result of the operation. + /// + public override ValueTask> WaitForCompletionAsync(TimeSpan pollingInterval, CancellationToken cancellationToken = default) => + this.DefaultWaitForCompletionAsync(pollingInterval, cancellationToken); + + /// + /// Calls the server to get updated status of the long-running operation. + /// + /// A used for the service call. + /// The HTTP response received from the server. + /// + /// This operation will update the value returned from GetRawResponse and might update HasCompleted, HasValue, and Value. + /// + public override Response UpdateStatus(CancellationToken cancellationToken = default) => + UpdateStatusAsync(false, cancellationToken).EnsureCompleted(); + + /// + /// Calls the server to get updated status of the long-running operation. + /// + /// A used for the service call. + /// The HTTP response received from the server. + /// + /// This operation will update the value returned from GetRawResponse and might update HasCompleted, HasValue, and Value. + /// + public override async ValueTask UpdateStatusAsync(CancellationToken cancellationToken = default) => + await UpdateStatusAsync(true, cancellationToken).ConfigureAwait(false); + + /// + /// Calls the server to get updated status of the long-running operation. + /// + /// When true, the method will be executed asynchronously; otherwise, it will execute synchronously. + /// A used for the service call. + /// The HTTP response received from the server. + private async ValueTask UpdateStatusAsync(bool async, CancellationToken cancellationToken) + { + if (!_hasCompleted) + { + using DiagnosticScope scope = _diagnostics.CreateScope($"{nameof(RecognizeInvoicesOperation)}.{nameof(UpdateStatus)}"); + scope.Start(); + + try + { + Response update = async + ? await _serviceClient.GetAnalyzeInvoiceResultAsync(new Guid(Id), cancellationToken).ConfigureAwait(false) + : _serviceClient.GetAnalyzeInvoiceResult(new Guid(Id), cancellationToken); + + _response = update.GetRawResponse(); + + if (update.Value.Status == OperationStatus.Succeeded) + { + // We need to first assign a value and then mark the operation as completed to avoid a race condition with the getter in Value + _value = ConvertToRecognizedForms(update.Value.AnalyzeResult); + _hasCompleted = true; + } + else if (update.Value.Status == OperationStatus.Failed) + { + _requestFailedException = await ClientCommon + .CreateExceptionForFailedOperationAsync(async, _diagnostics, _response, update.Value.AnalyzeResult.Errors) + .ConfigureAwait(false); + _hasCompleted = true; + throw _requestFailedException; + } + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + return GetRawResponse(); + } + + private static RecognizedFormCollection ConvertToRecognizedForms(AnalyzeResult analyzeResult) + { + List invoices = new List(); + for (int i = 0; i < analyzeResult.DocumentResults.Count; i++) + { + invoices.Add(new RecognizedForm(analyzeResult.DocumentResults[i], analyzeResult.PageResults, analyzeResult.ReadResults, default)); + } + return new RecognizedFormCollection(invoices); + } + } +} diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/src/RecognizeInvoicesOptions.cs b/sdk/formrecognizer/Azure.AI.FormRecognizer/src/RecognizeInvoicesOptions.cs new file mode 100644 index 0000000000000..b2691cf9da36a --- /dev/null +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/src/RecognizeInvoicesOptions.cs @@ -0,0 +1,35 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +namespace Azure.AI.FormRecognizer +{ + /// + /// The set of options that can be specified when calling a recognize invoices method + /// to configure the behavior of the request. + /// + public class RecognizeInvoicesOptions + { + /// + /// Initializes a new instance of the class. + /// + public RecognizeInvoicesOptions() + { + } + + /// + /// Whether or not to include form elements such as lines and words in addition to form fields. + /// + public bool IncludeFieldElements { get; set; } = false; + + /// + /// When set, specifies the content type for uploaded streams and skips automatic + /// content type detection. + /// + public FormContentType? ContentType { get; set; } = null; + + /// + /// Locale value. Supported locales include: en-AU, en-CA, en-GB, en-IN, en-US. + /// + public string Locale { get; set; } + } +} diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/src/RecognizedForm.cs b/sdk/formrecognizer/Azure.AI.FormRecognizer/src/RecognizedForm.cs index 942282a1f5d39..ba26b0e3f949b 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/src/RecognizedForm.cs +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/src/RecognizedForm.cs @@ -28,9 +28,6 @@ internal RecognizedForm(PageResult pageResult, IReadOnlyList readRes } internal RecognizedForm(DocumentResult documentResult, IReadOnlyList pageResults, IReadOnlyList readResults, string modelId) - : this(documentResult, pageResults, readResults, modelId, false) { } - - internal RecognizedForm(DocumentResult documentResult, IReadOnlyList pageResults, IReadOnlyList readResults, string modelId, bool isBusinessCards) { // Recognized form from a model trained with labels. FormType = documentResult.DocType; @@ -45,7 +42,7 @@ internal RecognizedForm(DocumentResult documentResult, IReadOnlyList Fields = documentResult.Fields == null ? new Dictionary() - : ConvertSupervisedFields(documentResult.Fields, readResults, isBusinessCards); + : ConvertSupervisedFields(documentResult.Fields, readResults); Pages = ConvertSupervisedPages(pageResults, readResults); ModelId = documentResult.ModelId.HasValue ? documentResult.ModelId.Value.ToString() : modelId; FormTypeConfidence = documentResult.DocTypeConfidence ?? Constants.DefaultConfidenceValue; @@ -121,7 +118,7 @@ private static IReadOnlyDictionary ConvertUnsupervisedFields( return fieldDictionary; } - private static IReadOnlyDictionary ConvertSupervisedFields(IReadOnlyDictionary fields, IReadOnlyList readResults, bool isBusinessCards) + private static IReadOnlyDictionary ConvertSupervisedFields(IReadOnlyDictionary fields, IReadOnlyList readResults) { Dictionary fieldDictionary = new Dictionary(); @@ -129,7 +126,7 @@ private static IReadOnlyDictionary ConvertSupervisedFields(IR { fieldDictionary[field.Key] = field.Value == null ? null - : new FormField(field.Key, field.Value, readResults, isBusinessCards); + : new FormField(field.Key, field.Value, readResults); } return fieldDictionary; diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/src/SelectionMarkState.cs b/sdk/formrecognizer/Azure.AI.FormRecognizer/src/SelectionMarkState.cs index ba8ba8454fed1..0c7296a30c4b9 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/src/SelectionMarkState.cs +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/src/SelectionMarkState.cs @@ -12,13 +12,13 @@ namespace Azure.AI.FormRecognizer.Models public enum SelectionMarkState { /// - /// Value is selected. + /// Value is unselected. /// - Selected, + Unselected, /// - /// Value is unselected. + /// Value is selected. /// - Unselected + Selected } } diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/src/StreamExtensions.cs b/sdk/formrecognizer/Azure.AI.FormRecognizer/src/StreamExtensions.cs index f1abf2a114115..1ff1dfcd862cf 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/src/StreamExtensions.cs +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/src/StreamExtensions.cs @@ -24,6 +24,9 @@ internal static class StreamExtensions /// The set of bytes expected to be present at the start of TIFF (big-endian) files. private static byte[] TiffBeHeader = new byte[] { 0x4D, 0x4D, 0x00, 0x2A }; + /// The set of bytes expected to be present at the start of BMP files. + private static byte[] BmpHeader = new byte[] { 0x42, 0x4D }; + /// /// Attemps to detect the of a stream of bytes. The algorithm searches through /// the first set of bytes in the stream and compares it to well-known file signatures. @@ -50,6 +53,10 @@ public static bool TryGetContentType(this Stream stream, out FormContentType con { contentType = FormContentType.Tiff; } + else if (stream.BeginsWithHeader(BmpHeader)) + { + contentType = FormContentType.Bmp; + } else { contentType = default; diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/src/Style.cs b/sdk/formrecognizer/Azure.AI.FormRecognizer/src/Style.cs new file mode 100644 index 0000000000000..3daf397a5c803 --- /dev/null +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/src/Style.cs @@ -0,0 +1,15 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +using System.Diagnostics.CodeAnalysis; +using Azure.Core; + +namespace Azure.AI.FormRecognizer +{ + /// + [CodeGenModel("Style")] + [SuppressMessage("Usage", "AZC0012:Avoid single word type names", Justification = "Will fix name in future release")] + public partial class Style + { + } +} diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/src/TextStyle.cs b/sdk/formrecognizer/Azure.AI.FormRecognizer/src/TextStyle.cs new file mode 100644 index 0000000000000..aea60188ce1f9 --- /dev/null +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/src/TextStyle.cs @@ -0,0 +1,13 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +using System.Diagnostics.CodeAnalysis; +using Azure.Core; + +namespace Azure.AI.FormRecognizer.Models +{ + [CodeGenModel("TextStyle")] + [SuppressMessage("Usage", "AZC0012:Avoid single word type names", Justification = "Will fix name in future release")] + public partial struct TextStyle + { } +} diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/src/autorest.md b/sdk/formrecognizer/Azure.AI.FormRecognizer/src/autorest.md index 55af0129247b1..d3c4fae1e66cd 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/src/autorest.md +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/src/autorest.md @@ -7,12 +7,10 @@ Run `dotnet build /t:GenerateCode` to generate code. ``` yaml input-file: - - https://github.com/Azure/azure-rest-api-specs/blob/8fee11f5dd30e228a850ee25a2f3368dc1671b53/specification/cognitiveservices/data-plane/FormRecognizer/preview/v2.1-preview.1/FormRecognizer.json + - .\swagger\fr2.1p2.json ``` - - ### Make AnalyzeResult.readResult optional This is a temporary work-around ``` yaml diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/src/swagger/fr2.1p2.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/src/swagger/fr2.1p2.json new file mode 100644 index 0000000000000..17a5606c60b5c --- /dev/null +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/src/swagger/fr2.1p2.json @@ -0,0 +1,2175 @@ +{ + "swagger": "2.0", + "info": { + "version": "2.1-preview.2", + "title": "Form Recognizer Client", + "description": "Extracts information from forms and images into structured data." + }, + "securityDefinitions": { + "apim_key": { + "type": "apiKey", + "name": "Ocp-Apim-Subscription-Key", + "in": "header" + } + }, + "security": [ + { + "apim_key": [] + } + ], + "x-ms-parameterized-host": { + "hostTemplate": "{endpoint}/formrecognizer/v2.1-preview.2", + "useSchemePrefix": false, + "parameters": [ + { + "$ref": "#/parameters/Endpoint" + } + ] + }, + "schemes": [ + "https" + ], + "paths": { + "/custom/models": { + "post": { + "summary": "Train Custom Model", + "description": "Create and train a custom model. The request must include a source parameter that is either an externally accessible Azure storage blob container Uri (preferably a Shared Access Signature Uri) or valid path to a data folder in a locally mounted drive. When local paths are specified, they must follow the Linux/Unix path format and be an absolute path rooted to the input mount configuration setting value e.g., if '{Mounts:Input}' configuration setting value is '/input' then a valid source path would be '/input/contosodataset'. All data to be trained is expected to be under the source folder or sub folders under it. Models are trained using documents that are of the following content type - 'application/pdf', 'image/jpeg', 'image/png', 'image/tiff'. Other type of content is ignored.", + "operationId": "TrainCustomModelAsync", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "name": "trainRequest", + "in": "body", + "description": "Training request parameters.", + "required": true, + "schema": { + "$ref": "#/definitions/TrainRequest" + } + } + ], + "responses": { + "201": { + "description": "Request is queued successfully.", + "headers": { + "Location": { + "type": "string", + "description": "Location and ID of the model being trained. The status of model training is specified in the status property at the model location." + } + } + }, + "default": { + "description": "Response entity accompanying non-successful responses containing additional details about the error.", + "schema": { + "$ref": "#/definitions/ErrorResponse" + } + } + }, + "x-ms-examples": { + "Train custom model": { + "$ref": "./examples/TrainBatch.json" + }, + "Train custom model with subfolder filter options": { + "$ref": "./examples/TrainBatchWithSubFolders.json" + } + }, + "x-ms-long-running-operation": true + } + }, + "/custom/models/{modelId}": { + "get": { + "summary": "Get Custom Model", + "description": "Get detailed information about a custom model.", + "operationId": "GetCustomModel", + "consumes": [], + "produces": [ + "application/json" + ], + "parameters": [ + { + "name": "modelId", + "in": "path", + "description": "Model identifier.", + "required": true, + "type": "string", + "format": "uuid" + }, + { + "name": "includeKeys", + "in": "query", + "description": "Include list of extracted keys in model information.", + "required": false, + "default": false, + "type": "boolean", + "x-nullable": false + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { + "$ref": "#/definitions/Model" + } + }, + "default": { + "description": "Response entity accompanying non-successful responses containing additional details about the error.", + "schema": { + "$ref": "#/definitions/ErrorResponse" + } + } + }, + "x-ms-examples": { + "Get custom model": { + "$ref": "./examples/GetModel.json" + } + } + }, + "delete": { + "summary": "Delete Custom Model", + "description": "Mark model for deletion. Model artifacts will be permanently removed within a predetermined period.", + "operationId": "DeleteCustomModel", + "consumes": [], + "produces": [ + "application/json" + ], + "parameters": [ + { + "name": "modelId", + "in": "path", + "description": "Model identifier.", + "required": true, + "type": "string", + "format": "uuid" + } + ], + "responses": { + "204": { + "description": "Successfully marked model for deletion. Model artifacts will be removed within a predefined time period." + }, + "default": { + "description": "Response entity accompanying non-successful responses containing additional details about the error.", + "schema": { + "$ref": "#/definitions/ErrorResponse" + } + } + }, + "x-ms-examples": { + "Delete custom model": { + "$ref": "./examples/DeleteModel.json" + } + } + } + }, + "/custom/models/{modelId}/analyze": { + "post": { + "summary": "Analyze Form", + "description": "Extract key-value pairs, tables, and semantic values from a given document. The input document must be of one of the supported content types - 'application/pdf', 'image/jpeg', 'image/png' or 'image/tiff'. Alternatively, use 'application/json' type to specify the location (Uri or local path) of the document to be analyzed.", + "operationId": "AnalyzeWithCustomModel", + "consumes": [ + "application/pdf", + "application/json", + "image/jpeg", + "image/png", + "image/tiff" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "name": "modelId", + "in": "path", + "description": "Model identifier.", + "required": true, + "type": "string", + "format": "uuid" + }, + { + "name": "includeTextDetails", + "in": "query", + "description": "Include text lines and element references in the result.", + "required": false, + "default": false, + "type": "boolean", + "x-nullable": false + }, + { + "$ref": "#/parameters/FileStream" + } + ], + "responses": { + "202": { + "description": "Request is queued successfully.", + "headers": { + "Operation-Location": { + "type": "string", + "description": "URL containing the resultId used to track the progress and obtain the result of the analyze operation." + } + } + }, + "default": { + "description": "Response entity accompanying non-successful responses containing additional details about the error.", + "schema": { + "$ref": "#/definitions/ErrorResponse" + } + } + }, + "x-ms-examples": { + "Analyze form with custom model": { + "$ref": "./examples/AnalyzeBatch.json" + } + }, + "x-ms-long-running-operation": true + } + }, + "/custom/models/{modelId}/analyzeResults/{resultId}": { + "get": { + "summary": "Get Analyze Form Result", + "description": "Obtain current status and the result of the analyze form operation.", + "operationId": "GetAnalyzeFormResult", + "consumes": [], + "produces": [ + "application/json" + ], + "parameters": [ + { + "name": "modelId", + "in": "path", + "description": "Model identifier.", + "required": true, + "type": "string", + "format": "uuid" + }, + { + "name": "resultId", + "in": "path", + "description": "Analyze operation result identifier.", + "required": true, + "type": "string", + "format": "uuid" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { + "$ref": "#/definitions/AnalyzeOperationResult" + } + }, + "default": { + "description": "Response entity accompanying non-successful responses containing additional details about the error.", + "schema": { + "$ref": "#/definitions/ErrorResponse" + } + } + }, + "x-ms-examples": { + "Get analyze form result": { + "$ref": "./examples/AnalyzeOperationResult.json" + } + } + } + }, + "/custom/models/{modelId}/copy": { + "post": { + "summary": "Copy Custom Model", + "description": "Copy custom model stored in this resource (the source) to user specified target Form Recognizer resource.", + "operationId": "CopyCustomModel", + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "name": "modelId", + "in": "path", + "description": "Model identifier.", + "required": true, + "type": "string", + "format": "uuid" + }, + { + "name": "copyRequest", + "in": "body", + "description": "Copy request parameters.", + "required": true, + "schema": { + "$ref": "#/definitions/CopyRequest" + } + } + ], + "responses": { + "202": { + "description": "Copy request is queued successfully.", + "headers": { + "Operation-Location": { + "type": "string", + "description": "URL containing the resultId used to track the progress and obtain the result of the copy operation." + } + } + }, + "default": { + "description": "Response entity accompanying non-successful responses containing additional details about the error.", + "schema": { + "$ref": "#/definitions/ErrorResponse" + } + } + }, + "x-ms-examples": { + "Copy custom model": { + "$ref": "./examples/CopyModel.json" + } + }, + "x-ms-long-running-operation": true + } + }, + "/custom/models/{modelId}/copyResults/{resultId}": { + "get": { + "summary": "Get Custom Model Copy Result", + "description": "Obtain current status and the result of a custom model copy operation.", + "operationId": "GetCustomModelCopyResult", + "consumes": [], + "produces": [ + "application/json" + ], + "parameters": [ + { + "name": "modelId", + "in": "path", + "description": "Model identifier.", + "required": true, + "type": "string", + "format": "uuid" + }, + { + "name": "resultId", + "in": "path", + "description": "Copy operation result identifier.", + "required": true, + "type": "string", + "format": "uuid" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { + "$ref": "#/definitions/CopyOperationResult" + } + }, + "default": { + "description": "Response entity accompanying non-successful responses containing additional details about the error.", + "schema": { + "$ref": "#/definitions/ErrorResponse" + } + } + }, + "x-ms-examples": { + "Get copy custom model result": { + "$ref": "./examples/CopyOperationResult.json" + }, + "Get copy custom model result with failures": { + "$ref": "./examples/CopyOperationResultWithErrors.json" + } + } + } + }, + "/custom/models/copyAuthorization": { + "post": { + "summary": "Generate Copy Authorization", + "description": "Generate authorization to copy a model into the target Form Recognizer resource.", + "operationId": "GenerateModelCopyAuthorization", + "consumes": [], + "produces": [ + "application/json" + ], + "parameters": [], + "responses": { + "201": { + "description": "Copy request is authorized successfully.", + "headers": { + "Location": { + "type": "string", + "description": "Location and ID of the model being copied. The status of model copy is specified in the status property at the model location." + } + }, + "schema": { + "$ref": "#/definitions/CopyAuthorizationResult" + } + }, + "default": { + "description": "Response entity accompanying non-successful responses containing additional details about the error.", + "schema": { + "$ref": "#/definitions/ErrorResponse" + } + } + }, + "x-ms-examples": { + "Copy custom model": { + "$ref": "./examples/CopyModelAuthorization.json" + } + } + } + }, + "/custom/models/compose": { + "post": { + "tags": [ + "Form" + ], + "summary": "Compose trained with labels models into one composed model.", + "description": "Compose request would include list of models ids.\r\nIt would validate what all models either trained with labels model or composed model.\r\nIt would validate limit of models put together.", + "operationId": "ComposeCustomModelsAsync", + "consumes": [], + "produces": [ + "application/json", + "text/json" + ], + "parameters": [ + { + "name": "composeRequest", + "in": "body", + "description": "Compose models", + "required": true, + "schema": { + "$ref": "#/definitions/ComposeRequest" + } + } + ], + "responses": { + "201": { + "description": "Request is queued successfully.", + "headers": { + "Location": { + "type": "string", + "description": "Location and ID of the composed model. The status of composed model is specified in the status property at the model location." + } + } + }, + "default": { + "description": "Response entity accompanying non-successful responses containing additional details about the error.", + "schema": { + "$ref": "#/definitions/ErrorResponse" + } + } + }, + "x-ms-examples": { + "Compose custom models": { + "$ref": "./examples/ComposeModels.json" + } + }, + "x-ms-long-running-operation": true + } + }, + "/prebuilt/businessCard/analyze": { + "post": { + "summary": "Analyze Business Card", + "description": "Extract field text and semantic values from a given business card document. The input document must be of one of the supported content types - 'application/pdf', 'image/jpeg', 'image/png' or 'image/tiff'. Alternatively, use 'application/json' type to specify the location (Uri) of the document to be analyzed.", + "operationId": "AnalyzeBusinessCardAsync", + "consumes": [ + "application/pdf", + "application/json", + "image/jpeg", + "image/png", + "image/tiff", + "image/bmp" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "name": "includeTextDetails", + "in": "query", + "description": "Include text lines and element references in the result.", + "required": false, + "default": false, + "type": "boolean", + "x-nullable": false + }, + { + "$ref": "#/parameters/Locale" + }, + { + "$ref": "#/parameters/FileStream" + } + ], + "responses": { + "202": { + "description": "Request is queued successfully.", + "headers": { + "Operation-Location": { + "type": "string", + "description": "URL containing the resultId used to track the progress and obtain the result of the analyze operation." + } + } + }, + "default": { + "description": "Response entity accompanying non-successful responses containing additional details about the error.", + "schema": { + "$ref": "#/definitions/ErrorResponse" + } + } + }, + "x-ms-examples": { + "Analyze Business Card": { + "$ref": "./examples/BusinessCardBatch.json" + } + }, + "x-ms-long-running-operation": true + } + }, + "/prebuilt/businessCard/analyzeResults/{resultId}": { + "get": { + "summary": "Get Analyze Business Card Result", + "description": "Track the progress and obtain the result of the analyze business card operation.", + "operationId": "GetAnalyzeBusinessCardResult", + "consumes": [], + "produces": [ + "application/json" + ], + "parameters": [ + { + "name": "resultId", + "in": "path", + "description": "Analyze operation result identifier.", + "required": true, + "type": "string", + "format": "uuid" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { + "$ref": "#/definitions/AnalyzeOperationResult" + } + }, + "default": { + "description": "Response entity accompanying non-successful responses containing additional details about the error.", + "schema": { + "$ref": "#/definitions/ErrorResponse" + } + } + }, + "x-ms-examples": { + "Get analyze business card result": { + "$ref": "./examples/BusinessCardBatchResult.json" + } + } + } + }, + "/prebuilt/invoice/analyze": { + "post": { + "summary": "Analyze Invoice Document", + "description": "Extract field text and semantic values from a given invoice document. The input document must be of one of the supported content types - 'application/pdf', 'image/jpeg', 'image/png' or 'image/tiff'. Alternatively, use 'application/json' type to specify the location (Uri) of the document to be analyzed.", + "operationId": "AnalyzeInvoiceAsync", + "consumes": [ + "application/pdf", + "application/json", + "image/jpeg", + "image/png", + "image/tiff", + "image/bmp" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "name": "includeTextDetails", + "in": "query", + "description": "Include text lines and element references in the result.", + "required": false, + "default": false, + "type": "boolean", + "x-nullable": false + }, + { + "$ref": "#/parameters/Locale" + }, + { + "$ref": "#/parameters/FileStream" + } + ], + "responses": { + "202": { + "description": "Request is queued successfully.", + "headers": { + "Operation-Location": { + "type": "string", + "description": "URL containing the resultId used to track the progress and obtain the result of the analyze operation." + } + } + }, + "default": { + "description": "Response entity accompanying non-successful responses containing additional details about the error.", + "schema": { + "$ref": "#/definitions/ErrorResponse" + } + } + }, + "x-ms-examples": { + "Analyze receipt": { + "$ref": "./examples/InvoiceBatch.json" + } + }, + "x-ms-long-running-operation": true + } + }, + "/prebuilt/invoice/analyzeResults/{resultId}": { + "get": { + "summary": "Get Analyze Invoice Result", + "description": "Track the progress and obtain the result of the analyze invoice operation.", + "operationId": "GetAnalyzeInvoiceResult", + "consumes": [], + "produces": [ + "application/json" + ], + "parameters": [ + { + "name": "resultId", + "in": "path", + "description": "Analyze operation result identifier.", + "required": true, + "type": "string", + "format": "uuid" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { + "$ref": "#/definitions/AnalyzeOperationResult" + } + }, + "default": { + "description": "Response entity accompanying non-successful responses containing additional details about the error.", + "schema": { + "$ref": "#/definitions/ErrorResponse" + } + } + }, + "x-ms-examples": { + "Get analyze receipt result": { + "$ref": "./examples/InvoiceBatchResult.json" + } + } + } + }, + "/prebuilt/receipt/analyze": { + "post": { + "summary": "Analyze Receipt", + "description": "Extract field text and semantic values from a given receipt document. The input document must be of one of the supported content types - 'application/pdf', 'image/jpeg', 'image/png' or 'image/tiff'. Alternatively, use 'application/json' type to specify the location (Uri) of the document to be analyzed.", + "operationId": "AnalyzeReceiptAsync", + "consumes": [ + "application/pdf", + "application/json", + "image/jpeg", + "image/png", + "image/tiff", + "image/bmp" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "name": "includeTextDetails", + "in": "query", + "description": "Include text lines and element references in the result.", + "required": false, + "default": false, + "type": "boolean", + "x-nullable": false + }, + { + "$ref": "#/parameters/Locale" + }, + { + "$ref": "#/parameters/FileStream" + } + ], + "responses": { + "202": { + "description": "Request is queued successfully.", + "headers": { + "Operation-Location": { + "type": "string", + "description": "URL containing the resultId used to track the progress and obtain the result of the analyze operation." + } + } + }, + "default": { + "description": "Response entity accompanying non-successful responses containing additional details about the error.", + "schema": { + "$ref": "#/definitions/ErrorResponse" + } + } + }, + "x-ms-examples": { + "Analyze receipt": { + "$ref": "./examples/ReceiptsBatch.json" + } + }, + "x-ms-long-running-operation": true + } + }, + "/prebuilt/receipt/analyzeResults/{resultId}": { + "get": { + "summary": "Get Analyze Receipt Result", + "description": "Track the progress and obtain the result of the analyze receipt operation.", + "operationId": "GetAnalyzeReceiptResult", + "consumes": [], + "produces": [ + "application/json" + ], + "parameters": [ + { + "name": "resultId", + "in": "path", + "description": "Analyze operation result identifier.", + "required": true, + "type": "string", + "format": "uuid" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { + "$ref": "#/definitions/AnalyzeOperationResult" + } + }, + "default": { + "description": "Response entity accompanying non-successful responses containing additional details about the error.", + "schema": { + "$ref": "#/definitions/ErrorResponse" + } + } + }, + "x-ms-examples": { + "Get analyze receipt result": { + "$ref": "./examples/ReceiptsBatchResult.json" + } + } + } + }, + "/layout/analyze": { + "post": { + "summary": "Analyze Layout", + "description": "Extract text and layout information from a given document. The input document must be of one of the supported content types - 'application/pdf', 'image/jpeg', 'image/png', 'image/tiff' or 'image/bmp'. Alternatively, use 'application/json' type to specify the location (Uri or local path) of the document to be analyzed.", + "operationId": "AnalyzeLayoutAsync", + "consumes": [ + "application/pdf", + "application/json", + "image/jpeg", + "image/png", + "image/tiff", + "image/bmp" + ], + "produces": [ + "application/json" + ], + "parameters": [ + { + "$ref": "#/parameters/Language" + }, + { + "$ref": "#/parameters/FileStream" + }, + { + "$ref": "#/parameters/Pages" + } + ], + "responses": { + "202": { + "description": "Request is queued successfully.", + "headers": { + "Operation-Location": { + "type": "string", + "description": "URL containing the resultId used to track the progress and obtain the result of the analyze operation." + } + } + }, + "default": { + "description": "Response entity accompanying non-successful responses containing additional details about the error.", + "schema": { + "$ref": "#/definitions/ErrorResponse" + } + } + }, + "x-ms-examples": { + "Analyze layout": { + "$ref": "./examples/LayoutBatch.json" + } + }, + "x-ms-long-running-operation": true + } + }, + "/layout/analyzeResults/{resultId}": { + "get": { + "summary": "Get Analyze Layout Result", + "description": "Track the progress and obtain the result of the analyze layout operation", + "operationId": "GetAnalyzeLayoutResult", + "consumes": [], + "produces": [ + "application/json" + ], + "parameters": [ + { + "name": "resultId", + "in": "path", + "description": "Analyze operation result identifier.", + "required": true, + "type": "string", + "format": "uuid" + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { + "$ref": "#/definitions/AnalyzeOperationResult" + } + }, + "default": { + "description": "Response entity accompanying non-successful responses containing additional details about the error.", + "schema": { + "$ref": "#/definitions/ErrorResponse" + } + } + }, + "x-ms-examples": { + "Get analyze layout result": { + "$ref": "./examples/LayoutBatchResult.json" + } + } + } + } + }, + "x-ms-paths": { + "/custom/models?op=full": { + "get": { + "summary": "List Custom Models", + "description": "Get information about all custom models", + "operationId": "ListCustomModels", + "consumes": [], + "produces": [ + "application/json" + ], + "parameters": [ + { + "name": "op", + "in": "query", + "description": "Specify whether to return summary or full list of models.", + "required": true, + "type": "string", + "enum": [ + "full" + ] + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { + "$ref": "#/definitions/Models" + } + }, + "default": { + "description": "Response entity accompanying non-successful responses containing additional details about the error.", + "schema": { + "$ref": "#/definitions/ErrorResponse" + } + } + }, + "x-ms-pageable": { + "nextLinkName": "nextLink", + "itemName": "modelList" + }, + "x-ms-examples": { + "List custom models": { + "$ref": "./examples/GetModels.json" + } + } + } + }, + "/custom/models?op=summary": { + "get": { + "summary": "Get Custom Models", + "description": "Get information about all custom models", + "operationId": "GetCustomModels", + "consumes": [], + "produces": [ + "application/json" + ], + "parameters": [ + { + "name": "op", + "in": "query", + "description": "Specify whether to return summary or full list of models.", + "required": true, + "type": "string", + "enum": [ + "summary" + ] + } + ], + "responses": { + "200": { + "description": "Success", + "schema": { + "$ref": "#/definitions/Models" + } + }, + "default": { + "description": "Response entity accompanying non-successful responses containing additional details about the error.", + "schema": { + "$ref": "#/definitions/ErrorResponse" + } + } + }, + "x-ms-examples": { + "Get models summary": { + "$ref": "./examples/GetModelsSummary.json" + } + } + } + } + }, + "definitions": { + "OperationStatus": { + "type": "string", + "description": "Status of the queued operation.", + "enum": [ + "notStarted", + "running", + "succeeded", + "failed" + ], + "x-ms-enum": { + "name": "OperationStatus", + "modelAsString": false + }, + "x-nullable": false + }, + "CopyAuthorizationResult": { + "description": "Request parameter that contains authorization claims for copy operation.", + "required": [ + "modelId", + "accessToken", + "expirationDateTimeTicks" + ], + "type": "object", + "properties": { + "modelId": { + "description": "Model identifier.", + "type": "string" + }, + "accessToken": { + "description": "Token claim used to authorize the request.", + "type": "string" + }, + "expirationDateTimeTicks": { + "description": "The time when the access token expires. The date is represented as the number of seconds from 1970-01-01T0:0:0Z UTC until the expiration time.", + "type": "integer", + "format": "int64" + } + } + }, + "CopyRequest": { + "description": "Request parameter to copy an existing custom model from the source resource to a target resource referenced by the resource ID.", + "required": [ + "targetResourceId", + "targetResourceRegion", + "copyAuthorization" + ], + "type": "object", + "properties": { + "targetResourceId": { + "description": "Azure Resource Id of the target Form Recognizer resource where the model is copied to.", + "maxLength": 1024, + "type": "string", + "pattern": "^/subscriptions/[^/]*/resourceGroups/[^/]*/providers/Microsoft.CognitiveServices/accounts/[^/]*$", + "x-ms-azure-resource": true + }, + "targetResourceRegion": { + "description": "Location of the target Azure resource. A valid Azure region name supported by Cognitive Services.", + "type": "string", + "pattern": "^[a-z0-9]+$", + "minLength": 1, + "maxLength": 24 + }, + "copyAuthorization": { + "description": "Entity that encodes claims to authorize the copy request.", + "$ref": "#/definitions/CopyAuthorizationResult" + } + } + }, + "CopyOperationResult": { + "description": "Status and result of the queued copy operation.", + "type": "object", + "required": [ + "status", + "createdDateTime", + "lastUpdatedDateTime" + ], + "properties": { + "status": { + "description": "Operation status.", + "$ref": "#/definitions/OperationStatus" + }, + "createdDateTime": { + "format": "date-time", + "description": "Date and time (UTC) when the copy operation was submitted.", + "type": "string", + "x-nullable": false + }, + "lastUpdatedDateTime": { + "format": "date-time", + "description": "Date and time (UTC) when the status was last updated.", + "type": "string", + "x-nullable": false + }, + "copyResult": { + "description": "Results of the copy operation.", + "$ref": "#/definitions/CopyResult" + } + } + }, + "CopyResult": { + "description": "Custom model copy result.", + "type": "object", + "required": [ + "modelId" + ], + "properties": { + "modelId": { + "description": "Identifier of the target model.", + "type": "string", + "format": "uuid" + }, + "errors": { + "description": "Errors returned during the copy operation.", + "type": "array", + "items": { + "$ref": "#/definitions/ErrorInformation" + } + } + } + }, + "AnalyzeOperationResult": { + "description": "Status and result of the queued analyze operation.", + "type": "object", + "required": [ + "status", + "createdDateTime", + "lastUpdatedDateTime" + ], + "properties": { + "status": { + "description": "Operation status.", + "$ref": "#/definitions/OperationStatus" + }, + "createdDateTime": { + "format": "date-time", + "description": "Date and time (UTC) when the analyze operation was submitted.", + "type": "string", + "x-nullable": false + }, + "lastUpdatedDateTime": { + "format": "date-time", + "description": "Date and time (UTC) when the status was last updated.", + "type": "string", + "x-nullable": false + }, + "analyzeResult": { + "description": "Results of the analyze operation.", + "$ref": "#/definitions/AnalyzeResult" + } + } + }, + "ModelName": { + "description": "Optional user defined model name (max length: 1024).", + "type": "string", + "x-nullable": false + }, + "TrainRequest": { + "description": "Request parameter to train a new custom model.", + "required": [ + "source" + ], + "type": "object", + "properties": { + "source": { + "description": "Source path containing the training documents.", + "maxLength": 2048, + "minLength": 0, + "type": "string" + }, + "sourceFilter": { + "$ref": "#/definitions/TrainSourceFilter", + "description": "Filter to apply to the documents in the source path for training." + }, + "useLabelFile": { + "description": "Use label file for training a model.", + "type": "boolean", + "default": false + }, + "modelName": { + "$ref": "#/definitions/ModelName" + } + } + }, + "TrainSourceFilter": { + "description": "Filter to apply to the documents in the source path for training.", + "type": "object", + "properties": { + "prefix": { + "description": "A case-sensitive prefix string to filter documents in the source path for training. For example, when using a Azure storage blob Uri, use the prefix to restrict sub folders for training.", + "maxLength": 1024, + "minLength": 0, + "type": "string" + }, + "includeSubFolders": { + "description": "A flag to indicate if sub folders within the set of prefix folders will also need to be included when searching for content to be preprocessed.", + "type": "boolean", + "default": false, + "x-nullable": false + } + } + }, + "TrainResult": { + "description": "Custom model training result.", + "type": "object", + "required": [ + "trainingDocuments" + ], + "properties": { + "trainingDocuments": { + "description": "List of the documents used to train the model and any errors reported in each document.", + "type": "array", + "items": { + "$ref": "#/definitions/TrainingDocumentInfo" + } + }, + "fields": { + "description": "List of fields used to train the model and the train operation error reported by each.", + "type": "array", + "items": { + "$ref": "#/definitions/FormFieldsReport" + } + }, + "averageModelAccuracy": { + "description": "Average accuracy.", + "type": "number", + "x-nullable": false + }, + "modelId": { + "description": "Model identifier.", + "type": "string", + "format": "uuid", + "x-nullable": false + }, + "errors": { + "description": "Errors returned during the training operation.", + "type": "array", + "items": { + "$ref": "#/definitions/ErrorInformation" + } + } + } + }, + "SourcePath": { + "description": "Uri or local path to source data.", + "type": "object", + "properties": { + "source": { + "description": "File source path.", + "maxLength": 2048, + "minLength": 0, + "type": "string" + } + } + }, + "Attributes": { + "description": "Optional model attributes.", + "type": "object", + "properties": { + "isComposed": { + "description": "Is this model composed? (default: false).", + "type": "boolean", + "default": false, + "x-nullable": false + } + } + }, + "ModelInfo": { + "description": "Basic custom model information.", + "type": "object", + "required": [ + "modelId", + "status", + "createdDateTime", + "lastUpdatedDateTime" + ], + "properties": { + "modelId": { + "description": "Model identifier.", + "type": "string", + "format": "uuid", + "x-nullable": false + }, + "status": { + "description": "Status of the model.", + "enum": [ + "creating", + "ready", + "invalid" + ], + "type": "string", + "x-ms-enum": { + "name": "ModelStatus", + "modelAsString": false + }, + "x-nullable": false + }, + "createdDateTime": { + "format": "date-time", + "description": "Date and time (UTC) when the model was created.", + "type": "string", + "x-nullable": false + }, + "lastUpdatedDateTime": { + "format": "date-time", + "description": "Date and time (UTC) when the status was last updated.", + "type": "string", + "x-nullable": false + }, + "modelName": { + "$ref": "#/definitions/ModelName" + }, + "attributes": { + "$ref": "#/definitions/Attributes" + } + } + }, + "Models": { + "description": "Response to the list custom models operation.", + "type": "object", + "properties": { + "summary": { + "description": "Summary of all trained custom models.", + "type": "object", + "required": [ + "count", + "limit", + "lastUpdatedDateTime" + ], + "properties": { + "count": { + "description": "Current count of trained custom models.", + "type": "integer", + "x-nullable": false + }, + "limit": { + "description": "Max number of models that can be trained for this account.", + "type": "integer", + "x-nullable": false + }, + "lastUpdatedDateTime": { + "format": "date-time", + "description": "Date and time (UTC) when the summary was last updated.", + "type": "string", + "x-nullable": false + } + } + }, + "modelList": { + "description": "Collection of trained custom models.", + "type": "array", + "items": { + "$ref": "#/definitions/ModelInfo" + } + }, + "nextLink": { + "description": "Link to the next page of custom models.", + "type": "string" + } + } + }, + "Model": { + "description": "Response to the get custom model operation.", + "type": "object", + "required": [ + "modelInfo" + ], + "properties": { + "modelInfo": { + "$ref": "#/definitions/ModelInfo" + }, + "keys": { + "$ref": "#/definitions/KeysResult" + }, + "trainResult": { + "description": "Training result for custom model.", + "$ref": "#/definitions/TrainResult" + }, + "composedTrainResults": { + "type": "array", + "description": "Training result for composed model.", + "items": { + "$ref": "#/definitions/TrainResult" + } + } + } + }, + "KeysResult": { + "description": "Keys extracted by the custom model.", + "type": "object", + "required": [ + "clusters" + ], + "properties": { + "clusters": { + "description": "Object mapping clusterIds to a list of keys.", + "type": "object", + "additionalProperties": { + "type": "array", + "uniqueItems": true, + "items": { + "type": "string" + } + } + } + } + }, + "TrainingDocumentInfo": { + "description": "Report for a custom model training document.", + "type": "object", + "required": [ + "documentName", + "pages", + "errors", + "status" + ], + "properties": { + "documentName": { + "description": "Training document name.", + "type": "string" + }, + "pages": { + "format": "int32", + "description": "Total number of pages trained.", + "type": "integer", + "x-nullable": false + }, + "errors": { + "description": "List of errors.", + "type": "array", + "items": { + "$ref": "#/definitions/ErrorInformation" + } + }, + "status": { + "description": "Status of the training operation.", + "enum": [ + "succeeded", + "partiallySucceeded", + "failed" + ], + "type": "string", + "x-ms-enum": { + "name": "TrainStatus", + "modelAsString": false + }, + "x-nullable": false + } + } + }, + "FormFieldsReport": { + "description": "Report for a custom model training field.", + "type": "object", + "required": [ + "fieldName", + "accuracy" + ], + "properties": { + "fieldName": { + "description": "Training field name.", + "type": "string" + }, + "accuracy": { + "description": "Estimated extraction accuracy for this field.", + "type": "number", + "x-nullable": false + } + } + }, + "ErrorResponse": { + "type": "object", + "required": [ + "error" + ], + "properties": { + "error": { + "$ref": "#/definitions/ErrorInformation" + } + } + }, + "ErrorInformation": { + "type": "object", + "required": [ + "code", + "message" + ], + "properties": { + "code": { + "type": "string" + }, + "message": { + "type": "string" + } + } + }, + "ComposeRequest": { + "description": "Request contract for compose operation.", + "required": [ + "modelIds" + ], + "type": "object", + "properties": { + "modelIds": { + "description": "List of model ids to compose.", + "uniqueItems": false, + "type": "array", + "items": { + "type": "string", + "format": "uuid" + } + }, + "modelName": { + "$ref": "#/definitions/ModelName" + } + } + }, + "AnalyzeResult": { + "description": "Analyze operation result.", + "type": "object", + "required": [ + "version", + "readResults" + ], + "properties": { + "version": { + "description": "Version of schema used for this result.", + "type": "string" + }, + "readResults": { + "description": "Text extracted from the input.", + "type": "array", + "items": { + "$ref": "#/definitions/ReadResult" + } + }, + "pageResults": { + "description": "Page-level information extracted from the input.", + "type": "array", + "items": { + "$ref": "#/definitions/PageResult" + } + }, + "documentResults": { + "description": "Document-level information extracted from the input.", + "type": "array", + "items": { + "$ref": "#/definitions/DocumentResult" + } + }, + "errors": { + "description": "List of errors reported during the analyze operation.", + "type": "array", + "items": { + "$ref": "#/definitions/ErrorInformation" + } + } + } + }, + "ReadResult": { + "description": "Text extracted from a page in the input document.", + "type": "object", + "required": [ + "page", + "angle", + "width", + "height", + "unit" + ], + "properties": { + "page": { + "description": "The 1-based page number in the input document.", + "type": "integer", + "minimum": 1, + "x-nullable": false + }, + "angle": { + "description": "The general orientation of the text in clockwise direction, measured in degrees between (-180, 180].", + "type": "number", + "minimum": -180, + "maximum": 180, + "exclusiveMinimum": true, + "x-nullable": false + }, + "width": { + "description": "The width of the image/PDF in pixels/inches, respectively.", + "type": "number", + "minimum": 0, + "x-nullable": false + }, + "height": { + "description": "The height of the image/PDF in pixels/inches, respectively.", + "type": "number", + "minimum": 0, + "x-nullable": false + }, + "unit": { + "description": "The unit used by the width, height and boundingBox properties. For images, the unit is \"pixel\". For PDF, the unit is \"inch\".", + "type": "string", + "enum": [ + "pixel", + "inch" + ], + "x-ms-enum": { + "name": "LengthUnit", + "modelAsString": false + }, + "x-nullable": false + }, + "language": { + "description": "The detected language on the page overall.", + "$ref": "#/definitions/Language" + }, + "lines": { + "description": "When includeTextDetails is set to true, a list of recognized text lines. The maximum number of lines returned is 300 per page. The lines are sorted top to bottom, left to right, although in certain cases proximity is treated with higher priority. As the sorting order depends on the detected text, it may change across images and OCR version updates. Thus, business logic should be built upon the actual line location instead of order.", + "type": "array", + "items": { + "$ref": "#/definitions/TextLine" + } + }, + "selectionMarks": { + "description": "List of selection marks extracted from the page.", + "type": "array", + "items": { + "$ref": "#/definitions/SelectionMark" + } + } + } + }, + "Language": { + "description": "Language code", + "type": "string", + "enum": [ + "en", + "es", + "de", + "fr", + "it", + "nl", + "pt", + "zh-Hans" + ], + "x-ms-enum": { + "name": "Language", + "modelAsString": true + }, + "x-nullable": false + }, + "TextLine": { + "description": "An object representing an extracted text line.", + "type": "object", + "required": [ + "text", + "boundingBox", + "words" + ], + "properties": { + "text": { + "description": "The text content of the line.", + "type": "string" + }, + "boundingBox": { + "description": "Bounding box of an extracted line.", + "$ref": "#/definitions/BoundingBox" + }, + "language": { + "description": "The detected language of this line, if different from the overall page language.", + "$ref": "#/definitions/Language" + }, + "words": { + "description": "List of words in the text line.", + "type": "array", + "items": { + "$ref": "#/definitions/TextWord" + } + }, + "appearance": { + "description": "Text appearance properties.", + "$ref": "#/definitions/Appearance" + } + } + }, + "TextWord": { + "description": "An object representing a word.", + "type": "object", + "required": [ + "boundingBox", + "text" + ], + "properties": { + "text": { + "description": "The text content of the word.", + "type": "string" + }, + "boundingBox": { + "description": "Bounding box of an extracted word.", + "$ref": "#/definitions/BoundingBox" + }, + "confidence": { + "description": "Confidence value.", + "$ref": "#/definitions/Confidence" + } + } + }, + "BoundingBox": { + "description": "Quadrangle bounding box, with coordinates specified relative to the top-left of the original image. The eight numbers represent the four points, clockwise from the top-left corner relative to the text orientation. For image, the (x, y) coordinates are measured in pixels. For PDF, the (x, y) coordinates are measured in inches.", + "type": "array", + "minItems": 8, + "maxItems": 8, + "items": { + "type": "number", + "x-nullable": false + } + }, + "PageResult": { + "description": "Extracted information from a single page.", + "type": "object", + "required": [ + "page" + ], + "properties": { + "page": { + "description": "Page number.", + "type": "integer", + "format": "int32", + "minimum": 1, + "x-nullable": false + }, + "clusterId": { + "description": "Cluster identifier.", + "type": "integer", + "format": "int32", + "minimum": 0, + "x-nullable": false + }, + "keyValuePairs": { + "description": "List of key-value pairs extracted from the page.", + "type": "array", + "items": { + "$ref": "#/definitions/KeyValuePair" + } + }, + "tables": { + "description": "List of data tables extracted from the page.", + "type": "array", + "items": { + "$ref": "#/definitions/DataTable" + } + } + } + }, + "KeyValuePair": { + "description": "Information about the extracted key-value pair.", + "type": "object", + "required": [ + "key", + "value", + "confidence" + ], + "properties": { + "label": { + "description": "A user defined label for the key/value pair entry.", + "type": "string" + }, + "key": { + "description": "Information about the extracted key in a key-value pair.", + "$ref": "#/definitions/KeyValueElement" + }, + "value": { + "description": "Information about the extracted value in a key-value pair.", + "$ref": "#/definitions/KeyValueElement" + }, + "confidence": { + "description": "Confidence value.", + "$ref": "#/definitions/Confidence" + } + } + }, + "KeyValueElement": { + "description": "Information about the extracted key or value in a key-value pair.", + "type": "object", + "required": [ + "text" + ], + "properties": { + "type": { + "$ref": "#/definitions/KeyValueType" + }, + "text": { + "description": "The text content of the key or value.", + "type": "string" + }, + "boundingBox": { + "description": "Bounding box of the key or value.", + "$ref": "#/definitions/BoundingBox" + }, + "elements": { + "description": "When includeTextDetails is set to true, a list of references to the text elements constituting this key or value.", + "type": "array", + "items": { + "$ref": "#/definitions/ElementReference" + } + } + } + }, + "KeyValueType": { + "type": "string", + "description": "Semantic data type of the key value element.", + "enum": [ + "string", + "selectionMark" + ], + "x-ms-enum": { + "name": "KeyValueType", + "modelAsString": true + }, + "x-nullable": false + }, + "ElementReference": { + "description": "Reference to a line, word or selection mark.", + "type": "string" + }, + "SelectionMark": { + "description": "Information about the extracted selection mark.", + "type": "object", + "required": [ + "boundingBox", + "confidence", + "state" + ], + "properties": { + "boundingBox": { + "description": "Bounding box of the selection mark.", + "$ref": "#/definitions/BoundingBox" + }, + "confidence": { + "description": "Confidence value.", + "$ref": "#/definitions/Confidence" + }, + "state": { + "description": "State of the selection mark.", + "type": "string", + "enum": [ + "selected", + "unselected" + ] + } + } + }, + "DataTable": { + "description": "Information about the extracted table contained in a page.", + "type": "object", + "required": [ + "rows", + "columns", + "cells", + "boundingBox" + ], + "properties": { + "rows": { + "description": "Number of rows.", + "type": "integer", + "minimum": 1, + "x-nullable": false + }, + "columns": { + "description": "Number of columns.", + "type": "integer", + "minimum": 1, + "x-nullable": false + }, + "cells": { + "description": "List of cells contained in the table.", + "type": "array", + "items": { + "$ref": "#/definitions/DataTableCell" + } + }, + "boundingBox": { + "description": "Bounding box of the table.", + "$ref": "#/definitions/BoundingBox" + } + } + }, + "DataTableCell": { + "description": "Information about the extracted cell in a table.", + "type": "object", + "required": [ + "rowIndex", + "columnIndex", + "text", + "boundingBox", + "confidence" + ], + "properties": { + "rowIndex": { + "description": "Row index of the cell.", + "type": "integer", + "minimum": 0, + "x-nullable": false + }, + "columnIndex": { + "description": "Column index of the cell.", + "type": "integer", + "minimum": 0, + "x-nullable": false + }, + "rowSpan": { + "description": "Number of rows spanned by this cell.", + "type": "integer", + "minimum": 1, + "default": 1, + "x-nullable": false + }, + "columnSpan": { + "description": "Number of columns spanned by this cell.", + "type": "integer", + "minimum": 1, + "default": 1, + "x-nullable": false + }, + "text": { + "description": "Text content of the cell.", + "type": "string" + }, + "boundingBox": { + "description": "Bounding box of the cell.", + "$ref": "#/definitions/BoundingBox" + }, + "confidence": { + "description": "Confidence value.", + "$ref": "#/definitions/Confidence" + }, + "elements": { + "description": "When includeTextDetails is set to true, a list of references to the text elements constituting this table cell.", + "type": "array", + "items": { + "$ref": "#/definitions/ElementReference" + } + }, + "isHeader": { + "description": "Is the current cell a header cell?", + "type": "boolean", + "default": false, + "x-nullable": false + }, + "isFooter": { + "description": "Is the current cell a footer cell?", + "type": "boolean", + "default": false, + "x-nullable": false + } + } + }, + "DocumentResult": { + "description": "A set of extracted fields corresponding to the input document.", + "type": "object", + "required": [ + "docType", + "pageRange", + "fields" + ], + "properties": { + "docType": { + "description": "Document type.", + "type": "string" + }, + "modelId": { + "description": "Model identifier.", + "type": "string", + "format": "uuid", + "x-nullable": false + }, + "pageRange": { + "description": "First and last page number where the document is found.", + "type": "array", + "minItems": 2, + "maxItems": 2, + "items": { + "type": "integer", + "minimum": 1, + "x-nullable": false + } + }, + "docTypeConfidence": { + "description": "Predicted document type confidence.", + "$ref": "#/definitions/Confidence" + }, + "fields": { + "description": "Dictionary of named field values.", + "type": "object", + "additionalProperties": { + "$ref": "#/definitions/FieldValue" + } + } + } + }, + "FieldValue": { + "description": "Recognized field value.", + "type": "object", + "required": [ + "type" + ], + "properties": { + "type": { + "description": "Type of field value.", + "$ref": "#/definitions/FieldValueType" + }, + "valueString": { + "description": "String value.", + "type": "string" + }, + "valueDate": { + "description": "Date value.", + "format": "date", + "type": "string", + "x-nullable": false + }, + "valueTime": { + "description": "Time value.", + "format": "time", + "type": "string", + "x-nullable": false + }, + "valuePhoneNumber": { + "description": "Phone number value.", + "type": "string" + }, + "valueNumber": { + "description": "Floating point value.", + "type": "number", + "x-nullable": false + }, + "valueInteger": { + "description": "Integer value.", + "type": "integer", + "x-nullable": false + }, + "valueArray": { + "description": "Array of field values.", + "type": "array", + "items": { + "$ref": "#/definitions/FieldValue" + } + }, + "valueObject": { + "description": "Dictionary of named field values.", + "type": "object", + "additionalProperties": { + "$ref": "#/definitions/FieldValue" + } + }, + "valueSelectionMark": { + "description": "Selection mark value.", + "type": "string", + "enum": [ + "selected", + "unselected" + ], + "x-nullable": false + }, + "text": { + "description": "Text content of the extracted field.", + "type": "string" + }, + "boundingBox": { + "description": "Bounding box of the field value, if appropriate.", + "$ref": "#/definitions/BoundingBox" + }, + "confidence": { + "description": "Confidence score.", + "$ref": "#/definitions/Confidence" + }, + "elements": { + "description": "When includeTextDetails is set to true, a list of references to the text elements constituting this field.", + "type": "array", + "items": { + "$ref": "#/definitions/ElementReference" + } + }, + "page": { + "description": "The 1-based page number in the input document.", + "type": "integer", + "minimum": 1, + "x-nullable": false + } + } + }, + "FieldValueType": { + "type": "string", + "description": "Semantic data type of the field value.", + "enum": [ + "string", + "date", + "time", + "phoneNumber", + "number", + "integer", + "array", + "object", + "selectionMark" + ], + "x-ms-enum": { + "name": "FieldValueType", + "modelAsString": false + }, + "x-nullable": false + }, + "Confidence": { + "description": "Confidence value.", + "type": "number", + "minimum": 0, + "maximum": 1, + "x-nullable": false + }, + "Appearance": { + "description": "An object representing the appearance of the text line.", + "type": "object", + "required": [ + "style" + ], + "properties": { + "style": { + "description": "An object representing the style of the text line.", + "type": "object", + "$ref": "#/definitions/Style" + } + } + }, + "Style": { + "description": "An object representing the style of the text line.", + "type": "object", + "required": [ + "name", + "confidence" + ], + "properties": { + "name": { + "description": "The text line style name, including handwriting and other.", + "type": "string", + "x-ms-enum": { + "name": "TextStyle", + "modelAsString": true + }, + "enum": [ + "other", + "handwriting" + ] + }, + "confidence": { + "description": "The confidence of text line style.", + "type": "number", + "format": "float" + } + } + } + }, + "parameters": { + "Endpoint": { + "name": "endpoint", + "description": "Supported Cognitive Services endpoints (protocol and hostname, for example: https://westus2.api.cognitive.microsoft.com).", + "x-ms-parameter-location": "client", + "required": true, + "type": "string", + "in": "path", + "x-ms-skip-url-encoding": true + }, + "FileStream": { + "name": "fileStream", + "description": ".json, .pdf, .jpg, .png or .tiff type file stream.", + "x-ms-parameter-location": "method", + "in": "body", + "schema": { + "$ref": "#/definitions/SourcePath" + } + }, + "Pages": { + "name": "Pages", + "in": "query", + "description": "Custom page numbers for multi-page documents(PDF/TIFF), input the number of the pages you want to get OCR result. For a range of pages, use a hyphen. Separate each page or range with a comma or space.", + "required": false, + "x-ms-parameter-location": "method", + "type": "array", + "items": { + "type": "string", + "pattern": "(^[0-9]+-[0-9]+$)|(^[0-9]+$)" + } + }, + "Locale": { + "name": "locale", + "in": "query", + "description": "Locale of the input document. Supported locales include: en-AU, en-CA, en-GB, en-IN, en-US(default).", + "required": false, + "x-ms-parameter-location": "method", + "type": "string", + "enum": [ + "en-AU", + "en-CA", + "en-GB", + "en-IN", + "en-US" + ], + "x-ms-enum": { + "name": "Locale", + "modelAsString": true + } + }, + "Language": { + "name": "language", + "in": "query", + "description": "The BCP-47 language code of the text in the document. Currently, only English ('en'), Dutch (‘nl’), French (‘fr’), German (‘de’), Italian (‘it’), Portuguese (‘pt'), simplified Chinese ('zh-Hans') and Spanish ('es') are supported (print – nine languages and handwritten – English only). Layout supports auto language identification and multi language documents, so only provide a language code if you would like to force the documented to be processed as that specific language.", + "required": false, + "x-ms-parameter-location": "method", + "type": "string", + "enum": [ + "en", + "es", + "de", + "fr", + "it", + "nl", + "pt", + "zh-Hans" + ], + "x-ms-enum": { + "name": "Language", + "modelAsString": true + } + } + } +} \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/Assets/businessCard.bmp b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/Assets/businessCard.bmp new file mode 100644 index 0000000000000000000000000000000000000000..42efb2b85a8e2da05e814030b2a4e87fa993f543 GIT binary patch literal 1948126 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

#D)bmGi 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%0AlY)Ni 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

@}G#FY#;Hb>Qgg zjoX&5-Sn-y?*~D?|I=Tz>)L}my=;v8jvXV^;al&yr_l{JNDbNOD_Wk8jzvf5EcV znXsgCx#1?#s&luNow|;gI0ZT(eD(Vd8UFpB{Op^zmvr|Je&+|Hrq85(o7P5(o_^wF zarHP`P=yu}7@^E&Q*ltKDol1eq11uWN2Ax^cB3+*3HIhz3F| z0GQ*vk_0mjjg&Mtr%rL}*>&Uy;Id@HrWs3?O<%Tx44yEl*T~ULI(B}lc}v*kH%~Vv z|Nf`vINSfeNvl7#?DAxr?$37U{X*yduk;-HGU+|MNuLq5_erow07@WBT(N+Np2eHsKIkOxDr7=zXR zD1j{HvND>YR~G%f0yh*%b?wnKqlUzhfTtPjy>zbb(&(Rr2W7OmDcX}EflObD{Tg-}ttWoFArAEo2Us#G$Yo&X1c z0%Xv#`&C{GbUKqqis4Y@Mekspvqvi-i4s?h_d}JphOw5q#k(7=+*D59!IpAv@$Vsy zt~gq+*fM_kW-@v8_Ni-kPAF*~OMZ(u#t=!Fz$7yJ{TBVieeAJzlZjOj}3pyu)mLOWh zfjAbR%|Pm;hf*+WHM3zhsE!%fj1{_-qn=txwJIj}Mo~YDGP|SzjsOU&E$3EE&KW3g zK_3W)xSP_hRkEqNo{BXa<(BnOUCnF(dHc5DM`9)AC}yvw+X5(b*r>W*uIDBphmFKX zqCTo&{EowK!HU%PqOS(>8rtCFiH3>Tc%8(!%UM#|SaXNuTh>Y>jiAJ6-fJk-g7_vlCdO08Y zxP&`V;%0OkwR-nJkeDw`l|X(Z{~6|KoM$#3lD%=})?+XVuM}WKno7~v$n34h38{1&(7|k-`?l@Wrw!2puXO6uVe;JRyN(_{@%lxf ziwk>Exs0&&f>DzG9ZUgP0F*E*HNVmTSw7`v|2ZszCaJNDTZX_Wkq|J+7+>d&2S-u| zO#lvVC3cixdG`^5P( zWaq){TX(D?MuIacsPSTPhUbsc zrE%{e?L`1vv}Sg}D1BP%*|fv6$>9j2s05>!yhx`PVU&Jj2F_o*lJz|;p7vVUlsDgm z6_6$12!9lCfgVQ#jUpdVq6{yhbgMv?%G169%2YT&A7i!nPR%)a>DsmAfgk+{OF{U2 zP_9u3Jjt84?La->w0j>{0O~(dhbQwXQG~gPR8n&x#doB_E0#nLEp;6#2b7|ESAOsC zM=I`8PSd}x8(68O|HL|Ju}-VCPEoLUnDg7n$}OI*s$B(E(%MqScotVE*KgB$h1%kcm#-a?9uz~`@bXUy+~re z`u(F~C*OJhclh3;WbS^s00QGgNg!sn-?FN+XGKVZQA)bZqeoS?9z0B>hFrOIJIFF={=&iICwCq^vQ3{s zk2Gn;XXV$=H+|^EmL-7k3$H%byyG)%dpy;)$CGV(z$^F_@=}i>@XD)$C4591jA}Y? z)XV)xHLoHQ11J&Ei<|WyEtqiv8}n`v%viWE0>1E5A#q!QP69-ffhmD3unWB6ZV6y4 z_Se*Tkwg^kIjzKnElPJ41PsD}Ht6p}dr<>tE|0bn?Myuy9264RK}|M_fIIMz#-ywl z!?;daufl(u@Z~P974uf9@a`V9ls;Y>m7|w!7`tLqLV?k^gKu2&tDt=o^@0OtFDo#p z@>h3h<#3fpQ+1&S07Xe5sxeA-r&}bzMLoMyu}7-3OSdu{gJS!(8FjeUuXRYbOroxv zHRwhYG*2XRT498GOZ3q*XPB8&H&8c^Na-@_l?u^^+DE<^@`K)Ge4X8vfT4tf}gz8;=fYfY+;P7*?yHam0ydM=ah0LIdeNAy{7PpB0$EnT5>sX zHf(23t|7%QIz$T%lglZPh4_IvbL*$w>y}B(wy=`fTMwhtx{R9>nl_Z};5lms&0alb>DF<}w*wQ<3E%~w z6mV8Z2pG2M!}uT-F1HUjfQ`+7T_N6s$?SST4Nt9uh^oVYiSd z;Zba@a3>r}F2Bdcgs7lQ!lSsA#_LVI)cK&i^I;hk9tC|uBua@CHs#%S&qy+H@f_K6 zWY?yxYetUggGcE;v~7zn&$sQ>gm5$=aXR5~q8<+t-XzUBJ=?tVb3}^{EYofo#w%Du!pQ2a#qSo^RW;MemXQ=B{3jNAc~x z7-`}-^Xj$1QiU5Lx`xOKx)F~ z*qMumPMqyEVCend|H;j_--AcN3CY!{&%t9S_Z>b)maba+^gYF2^=_cZs@p) zLL-0cu6yw)Ov|Rso+m~!%dy9vd0x^_kH7f)P# zQ|M)3%}@@w0VR?E_kg!h@g5yWk;=f&-Z2NPo*a}T(!qOodb;H;)AXsT#kyK8Rf2d%x3cRbk}A5I5U*hUPsut}SY;t5%-7L#er!dUdu5bqN!F7}rcIg|3Q@0 zOuv|Tz0_+MdAaWhwqbabHbW*rCrJ~DP*E>nWmKV3;;@2BDLyOXXYo5hq7+_X(p=n0 z!h+R)Dq&W%6P?r3XL_IhkrVL)sc;_gPWDeXGoV308;&wiEp?jLSL z2j>%>#)C4y&hF|)@(3+?Zq}I&`h;NcMVk~|yZUzT5pL;2eEGGujLib_M7Ok;r+8V@ zm-_JC5H76PFBONC7?sJw>1+x5goGf$qi|K>M&KB|0xm3LmTVx{5rR7@7Gf)X8TSz! zAJZTv(bHwR@CN3n~r4%SR^GLBazn^npC zV&xSog+D}GBD9cV#5K*YsKn7?dc=Od!O*BWG#~Vt8@a{GOSjm1sW84`$JKq}LY@}N zjKx^Q)gY6^`^S(_GGQ7lIP{4Zlon-nkxRc88!?3W6C$MHOZpm-tp1ri1JhtHW=@%> zv+~NqToQc@XK_?BLsq4ZZwP}@vjr%GIHss1w3o`_eP`Ho>4Q!n>1-fYp!Qk8M(Crb zMg&GI^sL`c$nOo8z~YNgQ0HtrGJogsSz8Vzh@98wRf_T_U2JdU*5t)Q=B`Dh6j_F8 zC{|(KLSBSRjasrV+a#4$TVYdF?8xERsr6Wi=Xz_}BL-TV#_%7w7Ts(iEC`;%EhVzY zQnf3yWy{Xuor$`c4b(HGOB1r)GNBiTO37cD?GsOQi=a}{hq}&t#v=10QNjIa%uBIB zk}Wd~Q_p+1H7^l2)2PwZ4M(SLIu4r5+kK%y_7s?s2*I!gyaHqdsem2vU*SyxoeK!7hA7L zuuF|jYJifK^nqryU;29lSGN>pIRLfr>;kes7j_HPeHT(iz<(`$IoQPaoIS-ylqdhy*42y{X&ee`L(+~4`Q z0F-zB{1Kn|-A8uKUom_5#DSnm(lr7-D(t)3^?0>?&z4NcNQd67+xB?1L$9_bU$J@P z#yz|EY=Z@Y1Q)4%=AjT0bOLq|)?ATuCxTL@?7eyL=_uV4z6+msrBf-qFrZfS=(NV;iZQsm2=KfLE$ZZ=~;NEd9bgCr%V}^2Q}g zEzTvClf0K33$Cd7N-AoE&KSKFK#2s_Q1fZ=>0h+bKo)-WZ@b(#$z~4j<$3E;Z!Q(-+8wZM(PbKCphP zzk=0E*KJIqcmSo77{<5X1!wRV5zM$*oAzKzF%mm@MqFX~2 zbocR-bC#}fbW%w=v>*TSH_q^drY%N{pEPB`B7PFHm#-wFr_UTVZrq3o6Xq{lxpCW0 zHfhJtzGhXs_a9leX**}2xl5O>-MV$>!Gj!eVkH&bTuB+v_PqkTrmZ`6dU`rI#{2-B zo}1??%3mzmtQRzA)jviFzc@uUVXG_dm?o4 zBh5NI*}ms9o%%fAwg0nS`$H$iRi)pk#yy9U7kdtF+IM)9-a|`%`+=haWm*gx({{up z(tgZT(q`nOwxcGu8$E?syg^y1bdCUzJ*jdU76qvN=S1b_N8gfxb1#4VO& z1vHs5zrnMlvVe-hPC=%I)5=w%I5+6vRpt^{0g?zT$%KJBFp3Flp?5SGELC~YqtrK`tIFNP zQY{aFC_AdwoYkh(sG<)AnX+H>{VH#~o;I8P+M{;eRNT!#70;r*5{hajF%OIq^Dt+a z!_hO9^wgQEPSuTutFE1ro~KZFYc-iBrL#x7>seV|FiPqv%dKm|$_u9wq@ql_laDaj zf+~u|*XkluH|?Ia{lLs^`)6#H1&{gv=245e7D@cRjzEXwR&x80fSnFrZ1CKIW(bVp z1%WZdB`1#b&v?w|BP^4`MO8Jx9l8+En9rfQwzzDt>FyE&gBU~ z7-F#kViCj~E0^qunA}io;|bxQ9HtI217lUiri&2~QCAws+A5}BDPxqCu(-^t*zIT` z=J7^qM3Q$wtIhJPUqy$Ay8c8vGbc-8u*61)2~Z55)ICDo0wNX`Ycvb1Oq*CYmGl($ zLe-_e8$!%RilNck-7rU#aT+(|p-%f&Qqr|hz-wsYvTo6#R@L=45A``ZIEB6Z)vVlZ z+1`b>U_1HYQSb$vo*}F+tixc8+Fo4QH~UeM9upVBC_N`F8Xzim6>ixK?53#s#Oc|o z{aU~CbgH)Cr8tuWFa|*=^%Qx!zm)_x@bE}}5d+oTb=sC{LNk+s|EkO=b`e{zY{%}L zKmeI#6Xt3`W;!?rTlNU0Q8t?=npxc=>^Fx1_h>XkhnyZ;ugWijYsL|tDD3W-?OC2u z3-=8zUJc2Xuf4D0S8p~x^Bay%T;uqUjbC$+a7jUdaBGK7Ac+7A6_;^R5&H}Hs6%+c zA6!oo#Va22Kn(hX4+ksfs2}ZH4x!mt{EB^C)XKvmv)KNh*#+Sz{EH z5GsfhxFqd5sB2LHM|21-Q3)ASx_v4Z)?aHlq8?llPjb)%cF_`wMVY&R#rvOqcJjhm zvghdT@iRvb8P~VhppH@j_88p0$B=?l;1ytn@Ne(fr%m4x{RWO5zWva#bC)k)ppRd@ z8o{6t80E?*pYTd~?d?l@4)0mGYVODhQlxNdX)7rq0f16=?A=Nu;Tu6vDJCB}ap<@? z6OX?B+OgN)1b|+DucTJ2oagzJGH zoV#>cw)yy$pMCwc$f4u=_8i4gu%ZA;HWW&N}N$d z0K-%*STT3guFVHd?VB)T_^@$(C0xl2nHG*oXPzr6RXWI~?fZ6`vS{9lt=sAKr{B0l z*@r^F4&Sd;sDV_xD1+3}T0K;+J2dpKGN}ZqM1j=-1%fj`3>0pl!VoG`=PmrfFMiEo z;`dKJBQLskYCAuS$#dq9pE3KHCe42P*b~yTuiv?ord)8+rIIw|pHex=H-sRo>JSXg z9mb0KugntzO@c5&445P5e=44IZ-lz`?^OPV+<=GHQIQ4qeIje)KarR3^=yj}(!zK4jIptvhDSU-alx z&&oUxVLbH5#{m%($S;2P2afK)e)ti*3xU}9k~I3#S6g=IykPmNX#G=XFSz+zcino& zy|>>3GfxH4Qa`@?HHe-nj$t~;2Y+0V3DuFn`AHYW-NNAO#XHG_r zoH}WDBu~ua)HAtx%#3^r?Ubiv8S2>-_nm{MPe&w$+;QX>hI0Mxz5c%Dty(u`)`EUx zCiNUX_UYE09&gd^7tg*#e){B#C69gM7JOFz(4ym`EjvHnzUOn@20Y(=AiSas(ZX}( zmCDne^U5oIN5(ychYDAfmV>1?7#9PuF5`I4Pgj?VCHd{ukuDHSq~);j1<+hexDqH+ z+*yWAktsntl!I9zbo{8vG#W~GG;}SgrwlF$M!~6sO5vmeTSS|t3NP(? zZH>~RUH{B)hR_L_Dryu>%2TM!xtk8oFi0hn)B^zmpd_#$)?Y61EA?3OWVYc|BqiSR z+~y~;#9t@y*MZra_s`t8R}iou56SA|wt{g{k0dM@isgDg6_{M@Lw0U{Qh#amJod@svhg6;ZL$L^L!hoc?YKrj&46rS@Oty>SB+Gg0aw!;Or zGjnm|F7D`+PkY=Ne6NoL0dV^Wb^#HN8D~DoqttQn8(n6xu$e;y_UUvZyxH2dU`aqog!~}Sz*Q+7!D>Sjh>QD zmBt)!fJd27!^4+^MF2$T=311HN>ue4sYHd>Zj`!Tqo1Xpy1xj&-st`+erdLx7vzsf zWCSS`lcf=-0;wcT4&SDPdgJGWr6c+I`Slu3LZ~1ci1imBQn4l#%}{_B{1M^--4aMt z%4;4xUW7gdf)uuplMliOnh8=-50X&P6Sg2W?ueX^ZNe@QV<858h)Q5esa#uL7!iv^ zlZaM;JCT{DvV7VfPy#dM-KCtj<76~>Yy+ecUvq#a09R=XHrS}q*j4*SF55kE-QjVo z4~(fK?(X0PkO6A&X@@5O6vkT1j$Gp99*n{gi~uW83*MS8N}(eA~FyyQXYBpv9(Tq9G0d zTeM);u@(DHUjFPq-}@9eD27`BD9V~UseuUaQA-U|f@7eNw4h9`e)sP%hyZas7WMnP=EgFW8qHK!6nr7l5} z8lz}b2Tf|25_AHE1dAwZF+aTG*7>*JWx)jx!6K-UhR1#I@jD-UT+FntTm@XzYk;B> zjwDD$T_2ID7<$1deCDB(^LUgiSCudd5=9zEKJ(1I$g$Ihj+{I&ZraciIk;PiD9i*) zDFSh9z1V%JYpG)f$MnlxE!qjdA$8-h3H@g-o_yfMzN2T4?LWD9%AC<-rVOq<@I#-J zM|63ClsxktpM_CccW>5dK-cL@7p~e~QkNIQstd(3Dk{A4dc2Z4_yTFEN5@a+qHkhW zDj$3P_8F*=-#hsii~>U>J38(7z90T%!_GYnW)7dfc;bz>$f>v9mh^ke-UGTZG@=)m znJe+Ef-tJQ@dc4odNg!G3U9&Is{%v7mP)}!6@wBkLdgL*s$i!lTjh!~rVjLrZr3iqcL<{Xae3;%1pcESE%vpPkj(`181R^+I zqVCa39hCIwgb z&_)%<%;IwiX|Vyzw;68pFiP4zg#>??s$O;$qx7JZS+g>iFp3{70qOjzbL;{_Z{2rr zT|9QDF>5pcdFAKK8&0 ztPo0T+5;d(ZgE^F73Ij8yWv~LDc^}6qp>&xj zcSXOhFiJoSw4p`mvh08H>))^>L;C4#U3?g`+5=+Mw~{T;%R=q;oT*mikhEW6c~TQRmE{#SCV4X%bWAxz5=n zCLB@aD@@F;p;f@HDeHF4*sy2rHXqQ7Oy9Vd2v-cU5HN*cw$L!Ziq0|js(tATnps<5 zif$ETq4(_;D2%00NFD369*eOymGT=9K{?@;t5C|epgkM0YY6C#_kZDABZa z3a`i2`ZZ-7C<$vq8IS%>0k64)+@i3f6V%-b*$~pjY8}2GLw;{g8vwF$^V9mxMhbON z1$--M&y=AkII9SNw#taz<3N`7zk+q97wcR7J@LN;RW)%ID|?amR|mu(tL z>`qSyk~4A3N~|XfhB?$>5r^-PvqEKXNqVL+ASV0Ou7i!|mPU6|x7qTtRs!EpW3k|h z5tsFNbd0;QNI!yMCeYY&l8EBD0~ zi@g?C66A;I!k7=#2*M)_3hspU7g{BPVnMoKO=2p>T8x8B;tgx$QBO=_Li3oMsFRQ` zW!hb*X6%&zu>>s^czD!`om^68Z9C4yi=h`8E-cxy?W322%?+#&LpJ7K^L8BBb>Yf; zfBhdHRjC`%BsGr`1FhI@g+9TNL}JR7dfg$7EW0o$c$6z2|F!TaRaws&rUY@qh%2R* z+BaU~^(0Cdm$=Z2VH}qZ2|U(qU%PPi{E?Ff$8ElS-_`;H^C00!uVjmb0zswVJcdmg zbKvahGw)ow{MjeuolpPF$}1vr@EaAK@Wz$5w(j3NY4*5b69zEx3Vjk=uNaTT`inmb z9)<8q>D;efmw}z*W^5Fv!&7S01ZLQ==3U{;VQ#Zmv`PhPwF!G(9PzVShWV@lF8;#V@9=~pV~ zmI$jbe2Llqg-4047ak>nhr^?Ya!PjY+q!Yv+M#3nNW$2z$II-vUT*u8v?$#MwPC~+ z@*{pH>aqAz#veu26ZK;B)$xV)J({x3o3U`pku!%5oH&R_5kML}V=4nPm3i2Daj>tY zBwy*?tjnP8C*RZrFm3H zrd4q_E$No;_4UB|Ql%c{Zobs#GkS@7EAhtZGf0#pC(lfsId9mg@#L4k`Tb9R`B2y1 z1NI&{j+3xRL`7z{lGq42mNi>JYxBSDOp8V|}{zx8s>e+FVr)}J^+gO%b z42|TP{NBI+oF@t|mTr9qjGs1BhygL1H&>}1*?MuXzw0~SCoi^W#n#K(Fl0XH>o#uc z3?BHhs^DoJdr>@vuABB97&~(|5@qhPmC{EZkOHKV_1kt%o;8N&W$+4md460E7v#RJB) z=s#MCN~z7jSc0Ka+76#w9PCF-PH^G|`egJJ&MTz00rO!Rj}jX&UMwY6aTUHd=|Ex` z<%4X#$>vkO&*C*NqJrT-il9=AWh$1=`HZWqdp4MC`PM&uks+mh)?yV-@5L2n#zL2I zYT-GLO^LVs_4ywQ`7w5enPKHf6cuQOxMb^P zv)QjL3sJ0tfxeGtps)F5Yn4@xvKBkC5qr<}vq5Fu!SLJy8r17g*cyW*GPAn*)yuI| zt4+^b=B_W!_>X*gjxka=6?YB1USi6X&e?TcW<9V=8M|;zInPB!hA)+qZhf)uTDf`p zhF!C_aYYuemZiUZ(>}5br&Bl<5%%QD4zB{xD#ntSO*C| zT;dQfSZABg$1;dIv3~7wnqiY>%UaSQ+s}9TP#ri4umf=-x1c10@^&!&V)VuI3k}wG z#I&yC`E@UftBQ!iF}R9t74xdv`6CuzoK*Bwa&YN1X0HCsy^2_HWzgl6{01zKU{hif zrBaxNWm{CV=bT*{WvoeRQ!bMy{;rZ0SzI(?RF;LY{?eEsmcinS`59N0a4;B@Dw=P@ zgK#-v6ha{&QK;Uv0?oVEa$6wQudHmn;F2kuPt4qLcGk{w zGj|o4&HH5cxhY$YPuzH9^5$b>*B%(MWP3lp@e8+%;!3i5ALIe7u=^sSa;Z<+bd&%e z?7kovW94=xRPhJ8?GI5>2$|cByGr$TRdh5gUAABw+3Pb{k#9LlaulGLxPiUiTm0`T7--!}lKCsoTJ|9s9NnItfw%TnP1+$912Py;)=(l)L(a zkH~B9mn0&^ljFk=U%&e9n;%@2YX0JTmkymhx_I4^5tD}UWhqHeh!iO$8%oKH!Xck< z$X5#U)uvnXj{Vzq9@u`w)Uo4d%Rser`{ASSea@<_L<}p7ti0t}a~0z*HeDZn`u;UH z6u0D1A=TZ_gJ$XyWZ|b0TQ7*@pK|&A*WNBj1@gGe@rA7yL$CKfh`=IR+-2DnA_pib zU8aHFO z&|W1web<+XZY5uR*Ox>9BW6=JY5R;9F=)cj(KDxRKYD~25A}*+6=5Zn5~5pOyN0y$Nl&J?y)DDx9_}R=UziTlFL$NU;Gsf05MYdH1)e+ft1D?6(hZ*}acS$dU@t5{x1xpGZx|&$Gj+ zrQnh%uz*5bE`n?{W&v44`cOQH7NbbLyePuCtDSPHrQEF&w0OEXl{8ku5DPT1wrJe( z=g8RlDVc;8oX1hpju~TI`N0TQ41c^7CKZaMP_{x$)MoeDk*HOO~zQv+wxpZ?dl|M|$Qw zhn2x&#y5VoHTlxlZo1*-+aO41%Qoz*-~6WRmfidJ7nyC-_8nGx;KXsK8Zg1msy+(0 zh|{QXhP$b!tUDNDFD_xbRC3F2$w}(0gL>Y}^_|^nILYe0q~0*L%5DP36ev^qy$4U! zfTJLi3YP#PK!(c#S*o9hdCC*38I)#dXt|aj$fc)vdfAa^U{w-KKOu7N&A0vPiWQ$< zLX{I!g?OQMmkl}-mvVX*v$V=2%*!Q`LT=f&kFn)~wdpXg;t#& zY25seFTW~%eUjKe*`mXfuXg@Zi%w6p?DBN$9#6FHP9AOEQIxO}BCK=&7rPB&>s48Q zaZ;Hm4p>{BC_^TS_*q@# zT&euSi{d|CRtz56ONroJ9N-7cT}JxNWHiMEfvfYpp4UvIDCtRb4~s;orPTB2rP`ENvoK~tycvQXpc8Ah zk=QHNJ(Zb^$`ch=Uhs%yRxCXD%zy_kyPPdvhRMFt zXzlvsxs7+OcVDM9aw_FC4fup zzSx7gBrbzpc-Kex*pn)IO2hAjCqEB-4m1D?ldvjuLUH)FBYPp)my(9g;HRj-*P=+N zzyWZH>?6$wh;b*|pfsj4+K-$S_jv6@AD$mdARvGMSaAud7z?1l2N8|%gty=+dAdV$ zboA()c{%)Iz9n9O&;v4KGGr=V(^ldUrj2K~GUAEmB!0>H)y+qF~ zvCAs&C6`g*^D0>=QM&2Z)bQxt0VRPTTHGS(lWuxa$)lkID10^O?BaSQCfI^K$LH-j zI(O%hIXe!|+vJ4n&KofJl0{$LXwIy}^>7(F{Q+RRYb@6Cx>SwaVL=bTx*+B@}!9 zD2w-=Q+j$9po7JmjhDyBWm|_W+T5to_;rV;Z#xa6D5q^d4WmroeySvm-*$3_OpZHF z!z=UlT^zUWAb>J*0A=RRGX_rGdV+TgAOe)g z@F+Mjm{R=VE77hpPCl14d#7zW41zc|2L`FYD;(z49a~OrEEgcVTv2|@1bBni_FTAf z`rS`p5mG=&71Zm>Xa69z$4PG0d`W>a`u`P<`G*woUd=d_ zJo*GK;hO@Nz$?WcrC%G-g1ZgwymaI0m0LERyZkPB{rwLi34%m<>%;c}l(#;-`r3P! zk6%2!Zs*3Ci>LP)-d)!E*4>(mKn$ZqdJO7B65T6!r9+<*pSatgZrz9WnmA|XoK?#> zyA<8OWS(!}PN0y&qf{8>>NQ%WkSHG(FZv3Ol+^Sp!8E0F#i{&1F-rQEffc_JfYJa; zD!!z~DDhK)QJ|%)=K?MM$`vhfk5?9{S(A6(Rp(33RpsKPtB??{6ybvopFBZk%$+iJ z@(9V{p%4Hf=tQN4BNY&N8GI4B3$RExl?aUTYUjql2Rdr$x`n$B?>K($_^FF$b|2j- zlcO|_(1{Lhdo*p??kc5V?m`2KyeAC;7%Zq+7qRQDWFMs z6zZfpp}y64#jP~PE{l&#snFvp3d9+L9lj?2@tJ47_tT%=^}u(3^z+}0oIJ}^1|n=! zf@6wLN#$Zv*qsWg(EVW@86JJ~?=^UsG=(MC`j@}<%uBEMR2_`sanT&(F)rVG#F8kX zbWExu2}UttI@h|eN?E`)#^w5UYGwl#`QHhEw3qT)63H5%6m7JMRcuw!ql;2}rbOx` zhU9S;Ms=mtTC>1V+N0#g3nb1o0EfdNxD8>@zH!TKKmXN3Pd@h|-}@!2*9kv-{||q7 z``!1zC{Ml6gv?pGGOrQ@LFOT8zV!7QWRtw{j(fiUi{I@ydi>~XZ#YR91&F~&^&K{n zBfTRfH{EtOhkV%~x%5Br!VACp-NU!teb3i!y7`WKzulv6zZDxc$g+C$Yzfdya;mAQ zXXU9VYe~C9(2}E2fkF(-A>>SQ_$hVE+2%nRrF5x1cQad_0)L!){S7D($OzhS+8TpP zlx|%w`e@A9OdcL3eexjB%F3@Vy}?ZD_Y?8Py?qnr{T6I=?Z;+d7746i!pejWq534? zt3dF|_9MqO?mMt{*Pb;ycQ0DEY1*P?0vHdTIKBVa$t`*gc&cTGhhJ>=(DSdrD}Q*o zzrli7!2c8o5Ha z%0nvRdQIK9hn@wm7zlES(EL)L;V%xQ8Q37wj81*WBG3jQXAn(P%4$ypM6oK%}iVdj+mLyxG8HYHAG0GOFe@m z^rhK8pWT! zZw-XH4HJ+k;7X0bB2b75(V{;{XZLgZ;LH(>L!Uv$r3DQT*))K^>7D z74;=zG!c6^=!7#$5<4!~bwXHTf?45jiL|li)dr6Aa;0p#+*Xp-2NIG-^7wGBCwh@WPy=z=g`J%gMlJ4#6d{Dl1ebC#KS) zgDq6dKs*Jl0-)4lT8-A}1*u#=B=y|N8_W#4QT4~J+6hiIYBWin`K_mBY(GP$?>Gad z02ZK$5(}aNZOqwo9-9K75O5^%xZ(pJu##KcfWXZZk{NZ~^I6t66 z^G>XrUWH5QEGa=JcoY@HK!@Hf#Q5Tw-*;r+;ZsK*x^Sk%^hHkapRZs?AyIh6S8zlL zyF@~MKqqz1N8JFLI!Aq6 z<#qm@cM41iG^wI^6({*BAYTdg#<)0EO&0 zv~AeLzI}#wb{CZb#DF6ut9<1!uQZ!yz0&SkuMb99ym9rW1N(WrQ)z2}k_cTiVz?x# z@xPQcM$v($8Tb;7(j}p0+BkGlbhm3pU(EJUO>hRyy+xb0zkc}lU%ug{Mqj(>mDZi2 zo14cP7cOA`H_oH;XjP{yaE+G~8sh%(n*fd!c%50vv4t)k4 zID7u!xeH9}z?3zcw@Fj~W%grt-UIUyf!C(YUEurv*8Tf^=-;q)Tk8%T@4D~)uYBW1 zF~OR)Yqxg$b{s$gSXr2qAv+GSGdw{;8(6B1I4C22%OMORdT8Un((-|Jba90LG6r>!?JoNWSuP zyIzgE4k$s3dtnzw5dp!(_#!;&W7CBo2}UVQ$>^E%cj`F?C8khXO5H15IA(9w@RL~whr!S&G0~R0)5`_{DZd8=7f&NA~2;g+}a+`c_re6!B5Spgfgi)73d_`1-JoFGJ^>T zXyOu530MJx5`r4*7K{R>@Wc*S%poW(n5bm^N+e?ft*6>@Ee zciaoW=z!63?5lUtuIc`fF)MedXaopM5=$^9N~Ur$o~z73!DOIG7G_D*@_4)_ewRyP zI0<2626c0WPw;c{b~I+S+ATFNI=8ZBrOWaL?PBScVT(6`P>mW*6nl8X(U^N7QD*Hv zzv%E=bN5}GCMOE3El6eau`z28j9qtd_=?>_m+k;Z_>o{o;#q=CDUfCLJ|a$+I$;|& zf-lSJeMzq}XV+=DPZk}xxM1IT0frGO$%7IrFZoo!IiZDlpA>_xjRzuvdKJ8a&sx1_ z;9U74*K{1epyjZsqU8~PE=cE{XWu@1^)r~G1O^sS_%Hu~L6O5z372S5#tbabL>aL1 zPk{32U*lr|mjs9eWGMM(AVRyf$w%z))R+jj|{Y%P4Fh$vS#DKx$ zhOOSVh3umy(#qd?S6r`a0Of-#pVI3upL*lm>a8pLj_83$DXQ_{jsQykkv#{D>Lo=A zkt0%qNX$wBEB#t^>D#hX-9kH!isN2CPsFc7Iw8Ysr-`Kim`}*x0NWWoSAwS$k+pbO9b$_Kp&!+8r6pJi;NolM~ z75s-f)RGqdB}CSfSG&B_wr8`U;|I-OIrrenLx)c>^g46q^>gcYu7U6fXd-x5)Ar9v z*QgRhFJ;4=-J7@R-h!>yiftRV9zGO+f<94E!YK5_0FnRK(p}7iThz?J7cJDWjB<;1 z1`SZ$fCfrBs6o6z-Xy>WPG!N8rTqsFx%KwDWfuAN_kT(~r`Z)`BT-;dH&)2T5Q;xB ziPFgn>H4SV8-MxcTmP+6s~LJNUbWVPJkGPk$a?rsPk#TWzi9O38@_h)Z4t!4Pk;Te zz*gK=I9se(zey&N?fVW=-W$GyU;E-8#W~vL^*W}7*;=i8Mh{JC2+=vZYQuysD^)bx z*GPM%rP7zFx0F_5&iV{Zl@^VrN(VzA078w`k_Q!>_r@h*zGR1-HGffy)@^?J%U^x( zM?b#%zWZ;v{SL8;pKsEFOrEn~(W+GoSFXge@I;XU@|$- z#+&ya?AW8Xb}_{C5nGJRT)KSMv19ufHCf5)#i9@L5V(xd7X%|3*zD!YS8drMCNam0 z4ZGMD&S>7DL+`S?Dcjv|*Sbts2i z9izI#4Edz40||{$j|;TEq#J!GB%G0JJK+udJ8q?&>={rJo@CR zpqaeul;u}iaW*OIY4g^y7j+eg(+kaCT+k=T9^pI$@HyCG23A3qEeDRQtpbA0UAcC~ zvNdC8FB~*!W}7~PU+UD8JlV42LoYOwBa-LJ??o?e(iUWSyhWGCnsxdktFU%GWL|lp z`(V~km?K1ING6eK>(sUg|Xp@<5`HfC*rQtyj_x2CVp$ zPr0)rJzwlO{DmIFUhXrB_n!dg`^n}g(vI$t>l=$!d8vqf51THFE) z(5k`4+a3M#rhRznmM>---;F6eo!7E`_w6O6L zkPVOGhf!w&W#z^6D;Nd20-zL5W!DL4$x0#?pke_Sop`{6xv?qih+Qk48*a&=g?y@y zLPZNo2`z!E2#FHD%K11bw^T?Nj<6TXG$J-&1^b1K{PH0ubpXy$s1V(B#-ON}A5+4h zOC`Jr9tCD1UQp%ZvR!9u2&ogE#$_h40OG|FjaKf`Ef}T1lw#`zpm0fH@m0XerejmK zo?Nj1jrsdtpT(73iWCVPcb>tE;8dWK0Sh({Uc3!Di7!3NE*PcMSM1gYc1aLoJ;#VK zyzU@(79J|emBPWEr#)IFJ}cZ-_~9D@(~Mgww%O51YrUV64Fyt(Kgz_l`%o+dGd0o{ zmu{m@`}d6a1k-=Uiv6!$mca3S&gxZ`c+jL|nE&g4#UBNd08Po}CbFb->Cd^HPf1HTIn^-_~*o47@$Ck`1untd@ej|Di=!76t02JhkN~c~eJ9EqL)4FZ<=Iwg4 z;ATH&>gatZ4jsFA?(947NC?Og#9lzOa3^4gRE*M`6#P-;3RJ%R!3VGl2@rv7U=iiT z%U2VDxXzE#(5><#fk;3c=3a$0sgj@sqr_)E+(}?c?F_GiR^ga}P*LK0U=;leKzaM^ z=r*MY6Qnr5A!YgQ$2Y}x6>=Ix&g zG%;-$8mvs00c{3N7_w%^rUR!>vh1QXDOsTqFy(ZWABBEe7GDu6>JczPW6E@JN&m`S zKLB1$ScF+imdstge9g9P>SZ=IU{&V%V4&Fx77iLd;?_Ivyy@0&J@Dh7t=qnfYqtfQ ze4`L2G(Kf*Emjo3ss-R%xnVQkZ%Nw4&=q9&sh3_cmcIqx@`Wo_gDl7usx$-x$H?wZ ze*W+yy!0^;l7YAG(%lf=>BA>X7PyzC6Yx~1j_PxKyc3isFVd77B-*jv>0_HTWfhG{ z`jQf^itZU`a`@btNZ>_LY%8mw!zWJCms6*%2GW^Lg_vC3kW8XZN6yogE)9tauP5!E ze*?>_IZKvIoH?^wzkWaX_n%@rzVpK$kuE)Z4H!D2ZKtk1`wV#akw1O&TX#xmFVgU+ z=`)vY-Ht&ybpGPbV!$6p$k5P@lq`R1PJaP72z% zhW|W0i}W7-J66_wjXtpqck?(EGeoi;d(37}BGS-uz%+j4n&(sLUu`FocyYzh%VxdG z>d(!zIjF1zB!&D4m;$WqIDA|hs%;043SEp@S-5uN)P+lvYDKn{&Vxt2)Unr}nzj|R z7`gJh7n?o$O6$j(wf$4`c7J@O9p@D`V9$2yCl@3?6Iq}DxEDCw{WP!gD;-euw}!dqTr z_bGFM5~ISY1lE8!HAac%PBD+G3V;%a6<~#HJz51r01vTS!=`YmS2pQ88u%b|H%|vv z;3p`Gc1&o>zUkBAeR_sJUgZi?cmH zm7o)N2*u)wT$jKUJW4rjs19EunIN0Aii^q-Wy{KX3*oU)AV>}XqL|ywEH6t3kVT`* zppyUv^(1X{8M7{^MGK>^v}<%rw_ukzxWx2}!I--c32;Lpr3lkWDa$YiT|4$m?rMn+ z9*vtq9a}FLMbCKAd#4Zvp#?|7jS8G;p$#AXDfqN$Z;gQ0enRn6b?xze(P9l$csm76V$kJS92(K$xN5Cm zORe?m?~t{qI9`%lX@McMlZ;hD7$Huao6`$4aYO|gRv^i6h=h$9zi@~%B#N@IH7kl^ zibd8H^Q)UbWuBF~c~rb>;^kV8ipHUfHnN=>x^Pp4QAV%Y-+$ibK?}DHTD-mgf-OT9 z?;5&f=hQ7HIjQhO0aM~a&wL9t0(=O`1*XKTtN+{$QqA|ByP?mV_0WbOT_oP}01BrT zj7!p`$hHEJD4`QbC13?!5f*IL){|4#AD+18z}OXqH33i<&4DI}p0H8)DdfuR9mm(7 zxiWv}Niu2m?z!8JUHJHK@BQQd1Qf2ZBL$-bsWf1bib@Hjc<1B4Mx>4pBLZZo1gV4t z0WYZM;03gyB^bpeLWKi7FhmNz`QI@Ln&h2Nc#0HbFr6cTEE=oq>wmub83e-s>@OdD zUYUM<^bvEfO}jRXnm9;u6fi|{6eaHmNQJ1#Ytp)FQ|$vr^&_Jujb5;N<=P$Fd?gQ+ za^>TX-~Dru4?h3&+?yAs%$qcJ+Q{C6I``_|LAn&6BQ&egvU{y@<8dKmFb-A9$!G-Xu!2N4S$3qrf6yN)pRoc;~$&nOD{r zC7>h-!wjKAu16}klenRH`oCb50F+=9PA32gi!Z7@MLtO7;#-&Y9yy3a5#OxOux>H76I-g)N@x8MGwU;ldQ{P|3t2um%z2z8#P zcembs9(nu;I`0iPfAhOP{iQfv;!~BeZx(b?%)_o>6qU$<&LQSm}z)C!^oA0{!hTHCx z{jkO;W)?e3)U0p-^vWoVDP2-6YYd@IG}fQLRoJJ+ZYS{K;F(j0&YmU|UXw&iHG~pP zH7=EFk0{FZH7h2K>Uj%AhpqaQmP(I~j_i5wQHBHTSx2#r^0RJ z);sU{`i-~nmX{Io_m4j{fA!iGTeitCh(}>r#L$a*7NJfEyH%#4Qe7UY0L?S}Dj>_QBS$a< zQO{}Uo%{Cv!_!ZH>BbvhZrO7C{{5b)8>!X#?9ru47GoKav?$%JTT1`R4ZfyHa?}lk zhwxk#g94*8&?kx6rLlrOd2}!elmJz0am)Nlb(Opbbu&l)`C7payw1rp$h^>LE-gvv z0CjVcS*_AfA}|ON$_z?9vzPLNG2~*2XlFeKPn|n_=E9M)7Z062kN1*2Xy3`R8}}ZR zYK1J?ux-l1mE-3u={Ig_pD~kL^&0Seo6b+QX!lr?mXE&N>UYmK`|WehA9}InZ(eNq zhorBo^2C&MQrOTdv}6vkb67XqeeiM3eC3psp} zTT0?q;a95EBXlBPZ{Zc>3hD*!!O)a|U6r;TJ=Awz5F{Qaz(kh`vvtsoMVbE0z~ZeE z?j$9o0i;sS@>sobr>2dTYE>#8K@n5eUiMyLl<2eSR$I5IkPI=(kPI{`dOh`%5{llyMfI7v zNSFgwScJ0(FacG>8D50|7T^URlwc8Xgm6O%Yr+65Mqk(BKFJGN@QNs5#3)n6VI_uS z9?IMcQgQPC^hB}i%B{!Vb96bqY(yFBsbCarN{oWC9Xl!qJ`H`cG(<~KGSnO8o7W0W083cozu66U|f6Hf6TVX}ETG^C8~1c#@^Y^vl}` z!eBv^yDAKXD9Ds+3cjDH@BS40pbec#UcDFU-4Pok-e7*xhS0?I#}*J3ErhC`QX||z z%60@DH5j?ULmn4vH>Z)OLr4`!YRHMgY71*pAAZi?bBPy`cwZH2DVbeT$s;UG zMQN#?Yw=mXy$~%(lmb&0Y;4qst2`0ZYuM6VLzeFBHy>EpF>t|lsD`WNjQ~Y6kvsvWRV+>$#p+v z{gJ5~j!s^8X!@pOqnC-qwrkMbjj&&^VlvEcJbh)y#SbF~E`9da=l^{fgCe_omE$Dn zqyeT>alNkRPGbF4Ov1RT)K*&@O#)Ls{tO}s5fY4|&SVQZaS3q1A3-zkfE^V^$s`~P zfC8qZe^SlIPeqG?6?WnBQrz810(>!%5_{_K$s^;Yj~Y6@A0O;slmz2y-L)CcqX3AC zQ0Y0i8yP%y;Ou4d7Oh`?`mI8xl!WuLI(}5-(g*Lo{r=^RyEZIaw`ADZ0loWoHk@%6 zjKT*cZYc3h(E_00TA-gc-I_r~coZHggU1dSFvdTu^LHFRAon;-@cMi2G46`I_MS*$ zA1S$gh@cf*qLRxJQ>&6-l#nhByo>bmRVc9Q`4Rx-UnEhA3tw{ODx|`otHvnm%x|ze zRC~dfQ~(q(g%3(JdZDq%xi?>9-!)^wG{7#lShx_-LD{V1b4ol)ph+slva5m=9eOo{ z?Qxy3s2o*nu$De=xXAeCj0lN@h=nXP#?1ZIj)-PYTaq67;-~P^bsm6EQ zbMHO(Kk&qhO{{@uFw#fQmzuX`3})IfQ>M&X zw1~p!(a|4ijw;!&GBCp0^ntXDrL9Zq4({v`wW$ijRW$MQXCpLCosDYHRbzT|?NXx$ zIY9bsIw%b>15r<-4(Vet(WbT6)8?Sc3eR7ll1C`ftJZJo+N&?06$W*;+;*45^(9W1 zXkB0XMz{Wh7Oq_nqriMW`Nc08i7^%H)UyvK9s*LBGt*ig0I_5Lp=Vxv858r>Z`>%S z{qRZCWQ~MxT6OFa)(T8%*R31D>lp5EunPv_RECWkcklPU_e5ifO1rJwv17}D1A9)K zXxqK}4}bNmuiSj|oew;q8)yjG5ThJLn283Ry}}1M3VU?d>u@V4=0Ofbodkc_J~$FK zMT<*Ep`vs?xuv27nkn6`AqFXhX-X;*@fj*zpM1uEt1Ir6ms;OpxqaXGZv%4a~BVuxd5p|b{{{z<-oCZ zyAG_{wrA49B_pQK>N|R3`@VylckT_WJl?eRub+PTSI;*4_s1Lm=J^)Cey%yGoL6|R zbbFz5zZbjoZ_#%Ik9xlJ%63(b`j~IQD=fZ1lRynHA|OV|sU_$nqzjA!n$$ukN}~H3 zqfk6)I61OmdbjD_c3|9ITv! zm2=KHOIy*haJZV7JzD;R>f66_ghh&MZ=0;cdsA;Bm$YTSJNMpSMVbcjpj3MJZbuqNVNd*f)cxVdBq-o@AR7$C(f zp2}x(by6(5s)X}8sQAcU$|^Ejc?F9gzw+7LUEDxE(9^8x)U|$1xsHDAcWYCA1J1$E zfY@fZ0cCIu@SU+WMllLZiAk7lnJs7rdUle2{Q12(u7D37Cx{agq>|uWd{E*czd}GT z)Cf0}ohQlICEKQ~-aBb!0abal3W2oZ69cB?p-L?X6&c!>>^p;~U~R>8N+J#ih;8yB zVmPPb=ulIkpwxB9DLF26qC#p01(~599z`9bu!ayho(rF)UI0qTuvtO~<5A2B?&w@Y z5I`he^cLnWacSnN=Wb<4G7GRO%e(m%XSLqA%FD~Q!6=ojR})5Q!YEA`1*&MmC`}lJ z_S%F|DDTntsrfaAXu>E>7==34gi)F>N)tw*vo~Rs|BV<$IIo2VE-~xkl`?ki!Ex&j zvGp3Va0hcQGGSc<<1SWSthTtM5OsVBI)s@PVaJ6C(JtPw3PZ1j`_Jpc^sCp*)r013 zWb37cCrXUI4ACtN3O0qIS8=~zwg2U%TyzdhS=YcTg}k!uRR&<=RtOzlyn_Hj&{}=P zq4Ob84qo}=(Kr6|*2n+z4ZbFVYgOzB28F!$H|bCQ$)~+0QB;x~C5|arkeWwPL4+{+ zV#tK^2p6IZ9TKZ8=^DeVghzSf!#|mvG#ZI982i&-NbJEvy(mMXgn+3$JUHI71S^?H zT=GbN>-X=Uy>wyj(%Iu@jvVxIZzfn(2FA`k2X*Z|q7ArW&l5Vlng2*JPNxn6_*;j@bt_UCci~HJW>9Louka|ileo$k;-r!gDjc~j z1_@EP2W(0e$cryUZ5(y+`WuH&9-X~trd*cX<2k?+BnoLv#n`hroj@URJrR%?;US7w ztIkiveFTHjV_;iO^5ncYYCOkFso&&bYgdOX#l z^KV-BeuhiROMPE>vFnrU%0kkFL@~L{kHf|fS+-%7um7hnUPWNUAI17f4852S6$Yqs zJ-L}F$!C3KZu!)nyGkuI$C!KVIBAUU~CHL<8 zKgSc|k?(%5*Wh7nz&QF8F6V0D49uAi+{)xfah{x$Md zZ@>S+X1Cw<%|{>OEk9=RG|m&KEED?Toan`@%lPVJT)yzNZ|cb^42d#+#%$(ioK!aN z+5e62{@|0h6^HPj|MtmYW5)BYXI)l1!JL%O=2D}#P7f(L( z%O{@hGi=!SnKS3DSg~xwhC`=|p;xi>s=xAA{yL3@MwNp?QL8IDDvX6P-`4X1U6~V5 zNqe5_aI|YIU*xM>8D9ES-WYL}z#pt!xAAAc`t4^Q_#zVJu6sZC=udwk8rZFO-HQ%E zBgq9f1tZYAgNnPeBTsn5* zOv0czsL(2673XX%wNxrLF?Lq<8XRxE22aO}zi)~}!W-V@Ikd8!3@^x0OAx9j?w4n1D% zJEG;l(c%*eRE$aq1%fGI(}f_ZO}}s|C3^9=S&?GjRi#%!s1%o!Dkd0qK^%_oC}p0? zW(+$L-(4SbBVjd^z8Curp0DRI^3jMj!Jyz#*nOpfbV06!ZYdo^!4gJn=3+BrS=@Dr zSuszX0DNl}R27v%IIQ@%?DKR!yK^PsQU83um!IuDvh|RO?S@a`Ki{XKH_VLY$rpUz zvdh9|ukvBt=X;{UGzfRXs*Sl9qc2m%^b1E~U;1aP2O$6o?NOxy^er21a7zc>9EE|b z#grJGo0%1Nb@TPyNe@9|ym3v}RCOE4(D&SOxN`7RGY_|}gGz&gZwN{N<0huD{aUOG{S zx$~1QluQ-IEtE<4jMz1$)Dkg|ir;*UpghG4en?K$2`89^lOHd1n7CMLWY1u;Cl+sU zl1HB;gclEaw94}R=a%h1GhzA8i7R$ZT~kuH=jkfM%pMdf1&!gk;vBO9!)MIjSu%^r zFS2m=$;Eq53$9g}z?JiHO3sjk+-l?`Zm=dbS&|c@T8B6Zn__q_F*MA*Sd=M?ots=A zt9DpP;Yik(^n^*mh$(UG7?fC!xm$}qVN(KS!q9lA`8`y{I>VZz^l0K$>Yyz3%4dG~ z!cEPZ&D(n(Oqnh-{I-*PP4A&$cb(># z0;90_;ziGwUhHNm9a*Ij>*Y2-XX_EN_V9(HvKapLe@HS9c@($#zy0IGfBYx;{m1_# z0Vo{iKlu1RKjgFWr@seSq>Lv@O14|Yd`s}I3arFBE5W`%4JKY%f>FSZn~_KGM;hxg zo%PQ=N>de3Qu)jmbFUBn$Zwpyqw)O@PMtryZQthc(?$#((?^2Ej(yv78&tv%6BXI! zC5IQPi&QD-JNF*iWAUox{yU}M(9HpqtM9&Z{r%s+^}&0Wu3shVcB~#hdz7)6hgSrF zMHoTd?1KXRXyp6dWAICQcJ9|+3VKLo;Fy84mdx3>cl)j*hq%xeFM7`E@4idUzx5V> zc+T+LO_*}QB5^uVIsXRF_TpEsEHLHT+l?k(Z@ zi~^v5DR4=UN-_GndYvT5uFC6>**ovhBJG`UNxAaoTjyTCytiTBvUQ7xjUO<0Y%h4L z(NDfYB%nhC7O5TPJN9VaS)vriT~)?LQMszL@GYGK11++C$GYwNcN{x=iiy{m*Ds&H zD&yhF)!UX$d}U;}L2cXgc&1&i#QrLtF1%g}66*GJ9@J4*$1crT?#)>;cgNm+r!QRQ zD-#9T$_qZI{M!r8;FwZ*%g0=;HeJgGX1h-^|BMvNX=Wfv`j}&Z7%Vxp?u&sn>Ql99p(+?T!Qc_cR=} z9(VU2J@HxAQ_Vgl1Ty~^6$lK&HJO;+}~cW~a_UoHSw6?5lX3+;O+; zDT~*v=exuDD`5+qn^y_gZQ3PZ-7W|N#EH6n@aQoqTP)xcx8Kfl=$Te+8P|EPK*e0^ zfBdUo@kiliKX}}@Wt%p|Q9K?YITov}cc&!=V1XAk4pWIWSK4dKE(hfRb61)5m@wzB zk^{`8(z)rACwdU^M3-r?444117&By@nZ%`0^^nZzG6Uu>+&S@PZAHGkyS&ACqI_+0OyFAbjrsT8mxnab#C#Y1I` z6yGyc3TnBjUOS_}E5RtrRAh~Was>X;KfWnq826eykMx-mb-LGxP%0$1gy{# zO%hcx`nXAmQILvBVgLrF1fb9;YlYo}fgNTrEu>;o%-iU&jrc=c-pXlT2fD5PH;b{> zpgjvv*IAwaJY2%oOVF*L2afJ4EWvo96u&6HnEH;ba!Y29d;xAwCw>oW*~ILqj|& ztQJfGBkU#2pL&eARNSrKl!}+7vz-QgLL@alfD%Y9sp>VLF-b6xTc86^k)pX*X)&Fl zc`|K&Gkz)s(^sx7)O`Kp7!PX51-WGZsbvSx#PtOJfI`5LSat;inb}jc=k=mb>jXLg85ypu z=kcJ@x$@%)F3dKqB)_8AfO%ym%s>wc?O;{#6M>~tQR-<`Ovo&rt(VxtkV>;=JW;@u z`TH&aC}7HzO~)p!YnZt9kP;fZj#b$Z7y9BqUkR=Szam-W^vy+h z&dWJz)gVj$s^)DyeC+D`S3mgp`bU2UN1zQDMP^0U_@M5^eYT8?T-_y=C{71ToP#kyY%Zgdg2&*kpEq& z&sW}|w!eM(tv9c||JGZ7cpq4K_0p+zyVi}KHZ;31^h#M+s5^RA8C~bQ_o5{_l9x2`}-Jc^Jq)X}2 zy#I*aOV_LfP%hiWwc>F?Ey@@9#NAS!;fZqndOZIFK2pLTdQ$5Ops7fOv+ap*c%e%wD`~+PsBG2=TZ?*79gG7(zVG3}}ob8aaOYg1Ew@;nhy*xtNh+ie(vk@k+T;$ByZh!sCDP=JW*r^F&iHX)B?m%JL-ceVo#xhZvX6OefsxY zE1|q&YrrGQJ4WZaEWa5)KBWFoz{{| zn+-Hk2L03>qOLk;ExJ)!wI~gY0-H;B^(mcEqXl8aSli&=H6w0M2&!o!F*a^j?{D@+jik0-yjl z&Ta9kwY>C6xDYNWJmIlux88O4r*6Ale#uF*=K?q7T?lD>?ws@FsDwmmcI&O9rcPbC zb*n~FTzRT(X0`UEC8sgTWQH6)kzi~ zMC&J7#P6ZX36!V}M{JOry=0)LPYa76N;j9Itp^*{?b@?!(-wK`N6(x+`jt5^4IDw* z^d9t!7uus(zW>DY-}&9M-+cV3AHC4-r!RK;McW>~>Dc%AJ|kKVcsU3I)Cf|6Q6LY} zUUtY4liQA%#9@V?Xt9&Xlk#J@f zO15w$;D|Cn1gd~VK$b?SJUQG7vjUfpP$?>fO_{Tt{tjV4Br3IceF@yVa1H)|D~6y_ z6k*|qWtdOkFR{M_@_J#wSo8)RmPYTnnWPcxRFnpNmOv7LCN$h|A%>{9r2IlrkV-H? zUZbI2E7-G~qP@YADsA6T*FjKrqM;mwKw`gBppuNexrD$3rLZ z2mAzxkSQYFZa*{^Oxeq#r9oY(agy+BD_|OdY0X(Yflw*lMI9~j)Nwf}%^B(?OpM3HEk-vj-jt^+ttYR~fm?7^ZX@1EAcBRFAeH<`{7&@LsDu7G zmzU)SSw(LHR-*F59Kk5jy8~7r0}^IM3jhH+Kp5Z!sz$}7yJj$X#Qc6;#M9j}n=*L9 z3=m1!5i=~6F{PRch#}fR6NtoWO{G#d8s!neRc7`Gm$vMEC2#;f1CzmP9mA2B0??b| z3Z6>~mvwz~P)5`ZC$NRPP8g}?mP_960USy#W>)c(Qm)zM97ql-8?2`aYK(8ZIbFI% ztRZhOzWRA?UMm1fkP@6xDjr3cVX~y*3ZxR5!;60VYhVfiP=FQXj4da$FFJH-$>G=G z68M8-JYfT-#G`;C!V(h<3Z#Nlfn8u4v`U>xMJTY|Ggft*ytK>2#iZBtl|)OANlQup znQJDj;wj`kpH$A=d`xBDu9I_ioDk_t_+bD=C^DFzEZuYR^^gAJ_aFZs?|u9~FeQn& z^`6jM{OA8&dr2k_nnVQhy7{tDDK~uPgHZxgV!IWz5o{6gp-$9qCQH(xhB5$3g7soe zV3&wKK{oIH@z0U>KKct>LRF{8Gn7)f`qta;e)!SZ%jec_UrS8}L?DKcAL`=Q_7aMC z@Jpl{|M?23^d8b{%G?<%H?7}){D`Q-@}tNLdFB1LL$As` z9*+W`Fh-(Z*L(owV$1Gr8+NRl0Xj_R#nJu6F28Np>%TAx`zsP!MfqR+iu{a~-4|L# z1)zDU_lxq%jF>!P_R_hMKN8kQ6wFhXud(t11jS6-)v$BOxc+D-a{?&PNr~lEB~wXR zW0baCpM_C|j~lvW*G_R#FG&A>v3PEiMtu!BsVu%;5$hDGkZf8zzi!Y6RMvQ7WBkIvvrbH}uin&hZUCbnjAW;U68slsJCvUs; zzAt|9r5?SR#}GV9&q2c;{K_}*I&|=FJ^C0#0xJM0G0zf}AxDCvh!yh>qL zig`@=jlLXBnR;t6^nC!1hO2Dex}C)J1Y9cs>(jR>S=PZK&PRY@KtzNz26CvT9{mS7 zG2{wv3>mibKm+=OcnVdTx!1aF+rIjp??@cktl1}i^y^;(C~WEqxkatMaN%p;{q7@= zK8i$XcFQd=$~GrsJyqfmWmNJ;o&DT7Z#Dv~By3jzN?qD13Fl--r0loKVv<`<&usO^ zt5?v-i{!L#eq!$G?EE7EcG~m$RC1CTn^MnAQV-Og*XLFmb;zdbff-fLpqmc$Whz?I znE7wUD8Lz{((vjjQvOWfm>b9C7{j|Hjj(DF6y+SiIvC`4v+?=5o9r0eA za9$jw0;2?u+`t^GQ7?EAgo>~HDj`dhTHI1H{bB}|V8*%BqLNV+*Mf^Gc~+E`ZIKqB zti_tO*W$O~CEA4!6nWxx0}3wnsWD1^D%rdC^b8^i_<$aQygsk2K0wFo^=ZVl7=obExn?^;R>cxb9rIxlmn!%b71QEH4AcS}Sy+~& zQjp3G_)@bnd5W^_*BTk@caK`SdC{(;WZ(HW zPrv;~{wR19{_r2*PX6|fxSqs4K2~0#PZ)RAoQg_#6buUEuK3LJx<{gDQO0B|##-ui zrDjJ|YWgH@D8qEIUpTvd*M>REW_2FW+W91;u{k}lRkx=YlC|#sbgA@uhNT(7MGYP| zc-q`KdygFPWfpaT#-RNA=8FqaZ`|6oYbT|PfBkj)3Rz;Ck(w#dUNa~mLQF!!reu_M zm+?PWqA0={_;w!y6@-VU>z1B%=a_r>YAhi<;TYkY{vG!{__>F^(ymK)iQrNw zUiWtSKkmJM?z)X@cJD3rLX~3&3WwP~+bv=&qb&4*xVbzd|-T%j4*SY|l97fA_JU znAUKU3>iIk(YkdjwrtsR{5YTRJ%^61-@1z!_=!*7@z7Tv8990SE6Z0(mnkN(58Nal z$BVCtV6@fObLZgGxy!~c=9NuXzQSw7PmrJ!RLbGk1nYg(B{qeqoIH2dFXS}|D9@i0 zI6QVxN+wUmAgcOCpP36GQQ207y@)Re@+q!JJlGE%JHB(@L5z`;-?9IYBlVe{OOQ8+ zVQSN25=t z_Zmss4xZR<$fUNzCMLaO8wpfKPb2u17=x)Z4?~|2gi1`sl#y71vG^kDI>!u5XG9B6 zc>eh;yD%vDl9+WV!>0J~O^_vSg)c#wxbzXq3x(O=0du;xLa&VdWLOuh1=VfM;gr0H0@*L8A;%q-H341z^nbl+BJgzF0pMTku z?KnMK$fi3AJ1LdCm7s3gd=vNGH%3<{0} zWs+dVF5^6}lQ;XVPJe<8|6gHjTrkR1$(D%P^Zu^>8Y= zWgw=cF#{q$b)k;=wXEB3ZPtLfDb!A7=vBoYX63c K=bUlrYJ!TyV23J3yZz#I?; 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

pf^}1KXW$cz~v=d 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�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

    *UA+l2C9-tNKrMu9wAK zOP-p#B5S>5O*+SXjbC8@e2)2YCh>#M&+PO3j7P`Ja_TS|GGYF-B^%%T@V|Ea>3_l~ zZkR`qN)jY3i9#sLy+`~r7^v>Gtd3ndba2P@zfdbz>Hkzba9 z*>5k);xMsmZ@bgAD}fGfyhj#s$)h;J>z7wu_tHuc&8CH~te@*Z;;|DR9rO$Yqt<47 zCyCv5-y=>kwiRDaV$GH}(b}!sY@xT33aqip$YE2n7A<|`si*FJ_^~s;aX~qW`QJXJ zxsCT$nsN2>E3dxp=G$h^UzDA4o3?C2CXT?Ab#InjQ4k3<5FnDOhD9jJC@>>S!N?|Mg?m^J$p z={&o(w6&qlq#cG$EJ*G#1iz0#8wANVJ$(HGwLbUYM^)NNqP5 z+;cBvdjf*)mRyN_gAVbpZ2A{F+S4FLQ4k zlqPAVUr#cj9E}0Tc?47A3Z<_$)65H}Pj_jBH^GBVr!m$xmaT2ZMroXFtyetYu~!ue zDCy#o61zqAG<3vg8aC(U2~-e}C!^SFpqQz3$M1E2rz2G*nC(uaJd;<-D`^1{5})d# zM1M79n2<*@gIRh^oZFsul!{uBQ!GAfF|EQ|!*xDLKaph)?di-j-!?}uc zHm1;uoS--<-PNOc+p;Uhh-c(+@sr+T--c0oR8_AYNk|w?dTG34*0a4_tAgPwDAB35 zWI}e@H(b)j9}ni(dD=C}M5&85i#&nY;QXVEy!m0AR{~k( z3m)}8)fmvHQ^RvYT8uM6eMP89rKJIiuoq=&nKf^Lp1=gq0H7>fxq?zh<*&FdZwt=I zcdy_Ti@s`{D}-+eo4^kCfdax?0dgq@09D@NXnOFaR8~! zgy(^7JjXJ|O^#)XoRW0B^<-pc84HwHr1Up__xz zV+ar-;GC#MfhKsv7O@FBfkm1?&%S|=V3c@ME-gVpDqsrA5y2YTKa#srZW-|Wtxt`1 zHesQi^VxSIiDG?M&LOtkYw(O!xjKc0-n}UgjhqJS{_B>Bpc?f_}cmVzghHEGAnLCk>_yziHlD@ zD3_)ndsZymk|vQgkr&xJDNTh)kJ;L=q&@ z5(Jbx9|>8+r6`ku7$i*+t~TqhQe+<+0u4$wg;0((-u;2aU9VTtP`)I@CW34V0ne(l ztnW&?MK96`ZY8l$N-Bkb%dF7jD7Eylkx=2*U@|1RjfpeoSPwR4%5*ol*b5>Tg6`<^ z2$Dzn?7`*o70bQO``)EL`|a=Uee_8y#~d~+|6!GvL%p0>?1_xjxdQP_i0QBl=B}Bde;&Ei(~) zavsb|qT=<=HS((Vee=m7N?e&vaZweY@gIX` zpT1Hnk7DJL!4ykxKdURv%_tsdN>xoYWmIapYA=XmK*>qE=BM=8WgXY6AXj-&-U*^>o}+cj45iqF7^jN!&R3;=DEXjUrx~FlJ$qa)isX!( zz?Of#;q;E@X|};3>YiMd0fStDtbIN%px~s@m#mfmp`kTBgyJA z+Wt9hSN%r7n@GX{WNUMf1F=FMj-8hq^1H(vj4HrQFgj1$=Z<3#Gd* zEv^X_F?ccxvT?d&uOYV?A$vl4jAg2Dv&d_GdS+xqPIF@*D4H6*Vo530{V0+sHMdko z)#eiCnpDeD6%Xl-9MVyxa%E2BmX?T+0mQicQ5aP>jlpNeOkc8|b=dhtR3RD-`N^31 zR~sH7aylY2##_G`GbKOCf6$mwo0Mcm{Io7)GO|Fcq%>Tf=(oQ1&MX?m2u%~uT&ar8 zAXyVU9%u+?qZrJ35phf129IkZ%TgA7WidzAjo0helKJqXFNq>+f}j)J0xero2-%pD z+)45%nq;|GVkca&EJUx#6&Vx;EX%##TerXd=8o5PI3Mc6Im_2ioU^?D_?b^locF}| z*$CIi`o_PzjzzCE@Tr}WCG(ZWW zj}V(wxe5hvp)X6h@OtNb)^X9JxQ(8HR_UvFt4qJ4q>qP!W9pU^yHbD&;eQ1#<%&kj znXK+#v}WC;x${O(n=xzAvPAc6__yrJVP7~(*99%rqrkRV6$av1_hloC?JQPyy}fgb z#a&i&ZQCBK149%jv;CdU%C7CZVg_db8M;6`lXIy%ZZA6S5G{J}1rWhQfh^=Kb_#f+ z3{DDU2?pXJV-B~q-u4kYSAKKDE$4mbk~7Y`@c1u()y0vYI{0uGM;?CsN!Ek88O2uo z8S@usuY2KdZAa_3y^SCh56TjwMX#*4VddgWf9!6RLyrFZ*%w^!%WJN2W&KMlSI=AZ z@^ddty!VN|x7>Z-Y3F>s0GAU^{`5hIe&*oA@K1j3;Ljd%xV2#i9C6ICUp)1cv(CNz zs%!nP6}iI=W|Yugyi5*3Ef9=akfM+!ma4iagiM28RaFo2E^DzI_VteRF4Gd6dHipDTLmJ>i6&Z&x{6_&G z3QVc@PS!i>o!nKx3Ih&f%sz6kg@s-K%Cc9>>MX>D+u(@;GU`5(^q7v~r2Jp^)8SX5 z8t6SM$25tbxbmC8pizoE_^H&SjJbBffGf3lh(=X$Te}c%cFENvARXtSm(oin(ivpkMB)*}OjYZYv0{eQnxu>7Ir?6nDw<{!&x);z zrq!~{qzJKW_8Aq+jD!%I(zc@8@MPf1hgdsRi?r1$&yD}~^djSoQS>px(=`F*S*2_G z)VAimHk5kA1)+(=)h6=I9Ukp2#k67>gN#8JC3>wNt|~%m6Th>eNsya{&6*h17Ay_N+|4Y-tj>^bSKLYeI8!80jNG!d32?DfZ6sW=z^CX~)| z^E@qiTC{AnRZj`$%QLA<=?EDNUNJ!jDygl0IxjgoU#*_CXC<a8k@Z2%DxwufiR88c34?#v7MUELip#YRL2|&Ty1{4CY z5)H^g2-FCkz)Q@K+vC@7Uhe>-E^XNKM$4lFvVa{TC71&Q;Y2INpc8ktxs!3-W{1t% zcT&z`74L~fU)%nHOHigQTmR6o3FwiL(;gmS1=pneo}2ja^V6RIR;Df-IL*b1i*1Y# z4Vkfgz~n`cLf;AV?O%UlJoqxNt?UYL0Y_|GK~GMY+jpWPy5@$+kByr}ernp%zLOTZ z$#K8^>_mBd!r~_;F0laxK#@4f>0S~iU`mem%0_xc0O_GocEU`*=a~up$IV7_Uw-5D z-GBb*@Bi!lzy6P%AN&Tpu(NLi3r0y21u~GyK=8_2_SKW^qOTV|GJsKlhIFc5 z`VdeOjADchtdNrueVb z5axPEz~b{?`pOYsIQgg(zjXe0fAF0j|ID5C;$@bBDM2T=D-rEV*|>ct!QK=*gS?phMK-~;R z-mqoMt6K~4nWRexUUWC0q({6LqXe2z>I(&|5a=oK==l%YAPC8kqQE?8fHD-2A+(P{ zYekPzRGTsTM8Fg|6#^pgreT`n;$NJy112`TwsifgkcxSg5mri7ipJx=JC3wPiX28J zpi*0Bs$oGk6{)mNV~J-Zgt+2|91n@jBgY|)-`>3E3Sxj4K@Av1^hcAlN@P)XY+A4x zeb9+k!gDcx@)HUF#j1qB6wMp)plu>nKiVab6bRSwHn=1W$@F{%kx<4}oHsPXLy1;u zn>+`X=p`5>0&j`J;w=s{<~_~3TjgVu(EH_$pqnI$ zttvue(X>&CNlQ$pxu;$D$I(U{(x-}Ln@FB^>yZ!}2C-=d1T&43y&UQ;q_$NNqKqp% zQ%)B#Yck7xaG9ebq18s_frgxqCcJ#66^dzIHkWjVP2eO|`QY$>ruby(nZ%e(sTd*L zyeM09a<2`US$c_}IqJnI1(xH!LSC2qKzU9r`}ES{>*y6#$po}w zG%?0|Nnd(Fgf`lYhZ#SGUS3;XzIV}vs5wn=wR+JumNbe9Ht|HG8AdE4|+tJ1dB652x`^RKp{lMGcu%E)Zurv=NYWe^)?s0^uWwJEWD zLR5mFHQR1Xrv=vuu@iBz86p*&>Y$!?;8VA!w-jM8pa;6Mt)3C6I*-rUawlAuxpyIMRX;f?%Uzlx$K7MhPwh3|K9vnUqK(QI#EseIJ}+JC ziByVR@e#;UCXyxc8?q)0b%qj(6ReHg`aNSr8C+=o$m(L>Nc z37=~YU>`==hf(%nlzkZG{{u$3Z^W#7htGUq)SQP$&wc3mIS-DSEo+i3DN-rPsmP#Y z0honjQZ}~X-}mgKp;H#3m$$rYGs?Sv{_pSq=zP zmB=OOQtwBRnUMC_VXI2rN1`aHAQ!@zjVuU#G9o2YQWtk=7!9E*OI1DBE9n+I9ci8| zAb81V?6RArtl*L`u-wRI4tFoQedMSUzv!kATQ@#^;9+)exYp1?RbTq*+1K52=g^U3 z*KFQ~V9N||(~e!}_1#YK+D%9XC9A)ZN0IPImc{C_&IXja)~hTAt82Yl289qxf=4YP zOQN(qO3BA`E@J8IZlSTzE2$K@lTg-!CGo>UW-50=(^4r*URnQ8zkzo@{P>}tKS2`3 zy035l=%<(c@;4TPCFvr)RH$x7kwLNI>(#e+NT`%4Z{O{8|C}Yu`ww~U=fA#c|HBSD z;PAs8T`XntsRIwOJ;eer$BP~M`7a#%#V?~{PCn(Z<4!o>up_^4%2&?#`uSJ<_L@P% zpEn*Iwd+ih+we}`rGZX<@AG7T7gnNAA9A?E%6@dkuZE4A;A4_AkTPj+3d$0%S}e(x znzAg(l`T>!Z=l{ZNl7r&j0k1=A|$_ps|rubL{Y6KF;I+#vh!}DE-*_9L5~?j^Oi1J zG0qj~$#I+1g~wqmuUM=xfR( zd6edp(3?kzA8t$Ao<&)ClkRmkWsz%2CJB{fQ{pf^(&!~GWJ`B7&!Mdx07|h(S=M*` zA4%pw5+&pXdRAn4hn|<|DdM0*8=g0bWNXRzkDSCwT9Mf&WkOC>yrn8ioDDLnymuCa z@`h5xyFy8#NN+50(2bLBTNa_a#!SC@#5>uPp10e3IW%m&blsM>-eSGH*sZ+-MqX!o z1x(q=qtvcT6AwI3Bh!q$C-YRn1cyOac~-cFl$?jiG$^z70Ar&zLTVe29@nt7ZN|;B zPSbCyxZh|OJ7%?2NkCTIld60ZXj-Rn zqE^&z1y}Y}WNggX_xg{krrB!%DVDZ1gVNqv7ok4SOy7nNeQ^~k8JGJ0J>2VQnlgp% z(=IcrFZVOHyz%#JL-837zQ_|WPLl}DARkAoRZNbA5M^*r>$fT6f!-`An?TN^XxR>y zY7rrBi%osepA3OF?D7ZJGSyf7WlKsRS51?YbPLM2(L^L#k{gJUhrGToPU_!p>Akzw z%hU7FQ2E^J-jVVssuNr)CE1AXV9Js?c@&;?fzq{+8!+dpyTl;tR`?kcI4EszYL)RvP>ya~n@hxxdpx5_IEy~-@=qOY{g@Ql-FGs0*TJ*8k2 za;8AjolDu}V+@?=t9PxJZ)W+Cs%rxLpybCTU)1uKQu8R`nN-Vy#GxXgQOk(XC*zV< zF_5=tLgbh=pUI=BlKG${Xr3%cs-gr$q*CybIH~7)Nq$I~L@$FPtD$I`S@fkXGwGRl zPM)SWUs4Vat{YIAGR34%ayA#)it+40dDRvZ_BAFUppsunXjG5qO2ed2Vuok^d=`3H z@r7P}WBY4wy|?Ktdm=u#tKYM?Kl$v<{fFJuf5fc=pTA|$m^+?%AxV^S3CiZtc{`)(B`1`Kk|JnMk>_-VeQOsJe&bq9MSArO#=>U}O z4ieZRYp5WPfE9w}US$zi1uhMdG*AM^6lE8P6iXZLbNq1k++w{@f+KdK*pd>`Fl|8r zOPB=U3tnC`W!{3R^B2CfY?ZZ4EgM=%%&A-}rz#;b0+ zZT8~jh5P@y$0w*}@WV zz_VTi<4{7@l_|D<2@OdkU~ff&+8}_^HtWjjU%!48Gaf@q>V*vt>0ik>pVR>da&+T%ent@7xi%s>7NSVOIlD*F7A zi&d@5$_^45KZ6Bcbm0!OVo*Kj*TeHio`z3EEz%Zctyf*MRF-B%De7!NXhP9Md}JM| z3IYIA#ND7ngBpNEgBlqgho$SDJ>j)^S$4(P4hB3Bgdk=NdT7C8imFiStN82*kjaKu z0)cJ_obj7fmU}@D35DW>Pt@BNdu`cp(o4~#DsrOH?n4kQ3PWDD=B+L&6RQ@=NQxgD zj4BceI>|I!@7#)CGIGXdp$n8p9StSH=aMmG*5UMq-8716g7c7vOz^DI1rMs?iX4h@ zdc}{vmxj%-tvUo0PEMyo zq9_x>E4BzdP0~@bXPj0vgifv1L3ILJ9n9#7zjb;T7W=k{d>=jfdEfTNAwppimMb2cyIohox}d;>72h3F00Fju@y- z`0UG*5$c69!!ANSEiLh~_&4DvfnH2qzH$|*L?8#F2+UK92Uut#Xcfj5UjA&$Cs>^q zD8PT7c4BSDal72Bh&q7y!9%(u;J*3#(kU{dd^b2xcenxLa7jKLA5fxxcqNp;nVGS% z#EqwM`V0>T&VrxX_M@N^RjBk*Z75BLWu8fR@5qC$@Qj>+M-(%&*0oMEo`MqAZZz`F ziZ44k>ITZ-65PLf9JV89m?vx`1eEC{*vEO}HuJ^P3nfc(5J@kmSByRIktXp>A6L3S zY0e zp=&*^x4*=OnDrYqLAfO*mRZEbIIF^PKgwPhrJ)l5W%HZ6+;O<;Pyb`g?8SEu8g=(G z;{lW#`j2qO;x%RnGy$d;7;lNJ(eNs&si z?#s><`&XWtHXlHNMJyhJayTh|M$e!GQ-BzoQTk0@R51#4a_itpHx3wo_t2^LJZm4z z%-aV~ymjCUw+)(r;1zl)7O9kiR{){Wa~~W&{jrhLrYu^6%JuTU|F3ucRH!9R-ueAM z$Zx&#M;kb@=_Eh_wg{dGMkzTDr*hS^yc!Bg76i_q!66Ae-~$I)gx)CjjA4{)6KR~% zab64vNORmq_w76FF?-(1S7t6*;ffJk#J%XZ8$(h-lHjff9&v_}yC~+&U*brFpc5!T z?BA$@hR!`GfCw^-U=%__6*RpVCAg%46;&Yzh&hxj*%aJ<6ujkE2q=>^BLp7+8Mof| z;H5wRDt8eiB%}+V zLD-H6Fp7Lh|DnTvb?psE0>)WkFv=BIUpsmBO9|vXE;%6)y(nAKW$w}yvMjgV{~*}p zSTj3XvKu^bA)fIdhV(*iu%pSU66ps|gr|Ah;td`JB;g`=N`LMq(g6)MrBR~(n)66o zaKwCT-l&6z*rz*P^bV#dE7S-G2n>Qk{9{h<1tL_uqKHzA2M?rCB0E3VE#e~xD#d!S z3Hs?Y&n6WZE(YC0mNfAjm_Uyu0!k=3F^0V;2H_>5tS|-C=*^?Ve|T|{v`t`5?un^; zKK%UZMSPb4JODx%zDHQ+n1Dh#-U4R~C9nzRh@8m1AsfvT#kUX=m}vG9S^%5zXCwxb zct@?sB4J$@G>C)5+GXnuZ#)xhn@>k&7&&R~$X=_{?$FoRc18JoP#*L%Y#@frVk?;Hha8D~Pp5)&ZF=jlJ@kbM$=-bz_MCJ8>68{NHG`(I&HC;Mh~m-{?fSw%Kh3hxeB9jQ&U(&KE!B1|CM_woJBi=L%Zf;ocmDWSN}5><7C$-YX*U(xPJhI4 zC!Fx*)6my1`u2_YJn;1B@%^41amnSsIR3QL4?5aC_t+Cpx$N>Q zA9`ZI$O%*UY51cd67Yf^MH5~@N!ibzAyGD{(EthodXQWpaAL1MIR_-u2VvlWCIn_E z0}$Hl(be>eR3B?v%KB#5S6CO`Sb zxi{Q?m%PYm?s??#3%>UQS6E8A9CylBq;Mo%(9DHPW-ngm z(6IR{R?l0$N)#V7AVLo=QS>+3#SjG~krTg1)+9)UK5gL!zdZi9lSBa#X#6u!WZ8-R zt8qM(#6|}majrXOmz9oqPQSqxlO?7LHT-h`40Tv8Y4+yH;=F0(7B|lsHlq%V_ce#ScxqCEQCxRfJ3=9>OW(rzxYsHE&8n2Gcr95%(=(ocG8C zmKkGHV&AK2_&}3PmSx$k zT`8-N@G=ZvtxBB4TgPWz*%cdRqR51PJhzTCA!on_7Wk4`gsUyy>bX@kZKmlf!!85s zo>9gIQpp?{d(NpffHrtfFEV8re|1QSGA^&Pa-nrIc6qIR!PJ)QE zUSw>Y2U4+}S`UyC1*W85PdL%K2wIpArbsq;fS!*}BtH#)9SG$^0Zl5H$N+GY(wwWB z&M9+Oqz`4v=?D~1Om~r4Dymf^HzlDFeaz}N;bWID#s;Kdz;jEV7=K!+f-T741%MLR zK}qO^Ale3(w5rtN(FE4;K!8_*QJgEBBu$V9q~fARD@(*D2~mV4(212@PVtgE@ya}_ zya+|^ViarmEhJjErO@VGAEB3C-t^S?7w>y|%pHTrSb|j!;2H*V%(Maip;7K?ENKrr z-tT>O0)kiWd3FK{d|?2o$gJSD%4;HhQnu5No27}AN#KY~2_TY9^45LHtmJSoSr!L{ zA$#W0pck$6+J{m0VU&Fs1#SqK*oRTzl7OM|Q&2Hk;K)9VvJaz(5F2zzD2kV;yvE=J z1}GtLBFbo@Of0sSCe53Yun(i;LE#Cs2?=KLC=-S>4Vv_FjkMulO%(JBdfg7El*i=HtDARV{hm?`no4Z-PCW?O?^k-HTZ=`hEGWz zMG|G#@Bd4_q@+gbVZ#z91bGzM6lo8M6X}f*xh?%_8aa}ZO3CK=%4240i{@o1SIv}I ztQBuGNVY?Y1(z~m$!&5i#cfT-B!g1gX2IBQd*5`9jympy{r=_OK6Bt9)_NUr?D40ZaW*>p{0o15Bv`m=jhEdaU1z?82IfHoJ>qfz=+Q2H*GJ;Nz44YC z?z{)}9W=DhWBo4p_9b6F<7;2P@H_WD^tizbwC!B!O`phNDC*bjblnmg8JOBA32emd z{_Z7CWF3+|NfJU7Pf&~U3PYG58)lSQ2kI?GSs7Z_XyI&BwSEJSbXV+a)+Dcx6w@OC zWdLa#OFYBIv(C+n^|}khtLH-XMP5g?_^RbmGLrOV3iOeiCg>#GU_!}}L>Uid0CoA9 zaS}@N&O$G{QpyH+QD-ATsM=&!@@AYp&)zu_n5Bwf7T!e5f_O1qX0&;8G9o2sU=z=) zuc5_jHZ1X%wSLob_AI?-MKv!Xv4PsI6dsVa;e=#X6xnc|R77HAfpf@UjD%7cZoyTh z5{3&E8H9HX>LBAJeHm?W-d!)(d}>b4yWJM)bA=Ln>Z=OYqSzncrMcJ2Rv&pi9V(XP zU2XM)N8nRmNb`7WBUDW9v1A~;rBO^(oaEz(vQ;r--|LgyCdG_FhD}Jn@fQD0P7#lp zCaU<+gdG2Pg7LJIo8xO6cHW(f87U$^~S7hG=GSY9;i27qd(>pvi z&2##qiBhH{JCKq=iCOw>1K=|nO)^J9Q>KYxs+tEvY|^8QLJYzUH59X^%)l}>RVnh& z85>ot1sfXN1o zt3|z4nMgEk{E9LhX+kC>F~dMAA~}x$6r3i5PxFj9GsS(HMbllZ#aqnq=06cGo_Fgl zbD&jO9+vZxyD0&4Y?{c5CRLVW)dYaSc&h${>z{4ux&_YdA!iJkwVAR(N!92*FYc45 zNJ^u5@L-wg7sbA(Sn^v)dLRN^U!oNyY8u&;UMdai z-g`V-vW@4{g7mbVRzP3+4uuo?ue+xj+IyJhF59UskG`#O4b z}8?0CQP>2X$kxup@guF-NU zYrSk+x6sRSFKf5tNCr%u*KhJ%OTuJa?sd1y=ovPnSm;%jbxoR=1zA6U zxw2))hhU9sA6-X}EZ?&AE91H=wCl`fF(u*Cw+bLphKN5Wn;vVC!BotH@}50zVtH3d|iFR zt)R(KC!BzP<(zZAcHxDO3>Z9Qey$P?2H3>Tbuk zcZF}*=H~fw+hZ@8UBwyp+m~%6NUV)00}J31AgLh|vhOLH=WYAf-48GSm8b3AmuJVkfbMzlvESWvyJOi7J^Fa(9h`RNxexapFni$= zfv~}VWo_}*hAlf34WK-YE`SIWNI2gRKrlgXXipA+=zy4-j|rMl#U3xAx3Ik~B#Xcy z&v9FjLET`VA_HA(QpQ;aqu5+EfoJQu%2KY1X-bdXv&a&d2SbDlJz|z(IsU7=SBB7o zC(1_mEDs|H&=MIXPXFg+WAwdkvv!M_h9L&)-+054vpmMab9R=!)^$Oe$(F&?+4{9BUM**Nbr6F^0=41t4eRLHXI_jGx!^S6 zlw`f9HcA@dXD+>u&oYtjQmEE88eAwBKjb`$qO_R0l1*2pU!uY;5?Zm|KMet3S@4r4 zzWTSM{;)q13vdo1zRr1-2)OkhPx z){2u>?Db5JeLUnLv>sK_C*aNO@HSr?n1pqLyTmo|plzONb`B@FOBc9WfnGXI#24Oc zpf*lgpskjiq6m@C$Z;Od4hBV4YFgbf-Sg>V69YEXVE|gag|yIu>l$~5^iZ)Eqg^=ZH&Wd znzGqw#SF;EhW20)G6TRuL$&RHwbz;6ry{R5v#kWrVy)l|$is54Mop>~GJOk?^eA0xS^O@~u!-f`}a@IE7FA=^;El!v~I^ z^XiU2pm+ZAKi~e~Z#zHwM=(l`8Scd>5JNx)U_k&ZK!=j;c>hlh@r6+eyy#+-tvd@q z2}WUWi+jLFa7my^G;zgA+$sj31Qp?`XtL!Vj}UZ%i~U91f?{v>`wbZ?z7`Juw@>d6 zqkQ(TBa!GEfhlA##XI^hoch%yS8O%E^Ztjylmm}E^03c;9!5Fk%rnnC@4WjS>+8rb zTRL3B2crmtZAR($%&_nO^zzHE`kkE!C+&R{z9-haPkCmw*1--}QZF z{oxU|L&?&T|v#~$JHU$6$K_?xgQZ}r745NS)Vr^XdBrs(!i~=Gs zK!GWN2!>jll*{drTAU^n+@oQwD%V7cD{p_`AxLh&fBS?>8?zAvhH#>nle?gb|M=V? zZift{gBvE#o|lf&DNN8X3UCnk!k}T4Sxc7>89f%s)&MA{~DCF&bDz7%uq2OOq}} z5sA0HntjIRx0(h<0Y?(TmzZ7PkR(dQC=A-KIypb`1f*Y8nOAID2%yto6b{i|7^OKO zv?g(wr^mCIh8(a>5FoH*qazq))vF~)7c!(@var2Ti{GohBC3i}0+{wd6M?^R*2v}m zf>F|`jtFg##!2=V^APZ6)*gi*D8W%`V@boZJppnW_CAW{t@$LxRhuJFVs_9;4hU!% zCB3sx7r`jn#((QYWXe*pgnnIWHgSTdVQ+KB+6s6H8B%MWDqKSY$Sf4&Hcnz3xpx43 zQic*W$CBKN%}>l2M9^223kWDUzz&9Bl$t#7&50{K;ki#d`}6&=EbRJ^a|V2-)7Eu* z>D5Q0$zB+RKBG#Ho$+*GN*Nm*)7?cua0+h;;k&p51c~hNhMFHmwO~s089=MeP+NBq z(jA)=HEepyHU(|thsKQB6iTt13+aaN9cV?560my$S7cI4HFRZA@UPcM~JuZf_v(@VK7RBg#U@Vg}QB0`O38~5}^Q;icu=o z*>mQVxL!mbyi$6vNF^V4FT4<;H?!z#&vLQd-)CLv=qr@0o$na7dz@aS+k&)1+ zdD>BT6LA}~iIIThH2 zS;HvVDi586=zB5BE3dz~YSSCy%wQDjqK3^_ICS~~)b9m*-KX1z0&M^*2+n{iaKIuU z1J2kBqW~6&K4$PoFiIecs%(!BK!Hdia6%u9f|F?&11RMN`+`x1%zkCi%+&*?ujn^* zS>Gv3?;kZwPNmQ2Iroj6dGCl9?|6E`ZG*?(I%u41%C%1nmq)qou@TolHq6Z^8+ZN@ zz5UTYV3h42{0&CQVZ&uL*L#1?xn98v;6m171xApwXI>G)D5&E7zt~`3&H>xixilW; z*r`>|l`3h=p0_{~85C(7&4X9)(siw+WKWY7Usit!@FgU&PAr*~ET)>ZXxT5W`rSDf zTx2y7m~y~jNACBDPdo3{MJZoC``j;`d5-PhKlslptRS)pyzkS`A$!ZmPMZGURCIQ+QdTo7`|F~=Nv!WWM|=@ba&v4KxpHsX@Bmed?a-FizFvE zr7A*xGZho_>ZL;!YCsHdgLDEaVS9H0PdXK#g@oG;okUi&E~`*C*Fp&Ci;#h>-n?<; z#?G>?f=+541+b7rDfyLdZbK8Y-th#Xc!(@M4B(OqQy`TE6*thQmkbqeBO$A89mPXx zi|2&THJhRe4#-4emWI7!EB?DV20|8k#UNc|v>8To0-CVVX$BLwI3-O}(vXb-SG89y z|IJ}!1~i!q4FQkCa3d7C`%*QG0s#aN5E@2dmPwfoV?1VQ#l8vU``OK-Xbz_Mfc)M0 za|;O2uQB*D^k6Cde5fs;6I}2wqI<|y&`;;PT?Yw^cTU>wT+&{aehIe&Ahb18JaZ(3 z6dOh{wipKrB*2f8j1bRgh5RgA;2--|Y!SV-s)7d8CYFyGtUw=4zzThQQU)Jrp0kQG z5}W}Zhs+oV;ahDSrkJkT#9py=myY6u9>pdO$tVLT5TT|_qSRNqYZ!$=x+s=ioB=u@ znua7&8x19>!8nPK7{@*a@e>Z3Fs5f5`!sAL)X+C1zuFK60#op^K)vD*MKDF~1R}x9 zCiyBC@X^I6y$#`#6y;PjwA>3`N$|7o^|#9rUT^MteaA=Zw(K51Z{^dI=RzlFz~llN z00qg9Av2aBTiKKC2!Oy*TcE{KF-a8ABcAuq1(KY6JO93LJt8@W#9amR@bpLWNus-OW@2z0=~hyqILVPAn11xZwc zpbGm-$`+IN|FG+WKkj<3lW|FNo&#$jm84I&QWX!WBB!&$vTh1e5t8FV zX0a+X@Z0Ne`pyq8v-RQFlfEPw;KlMR)D?<#K%qv)1$ zlxV0H%{OiHC|ax3GDCSdy^p2GNl6!3-<4cZ_TSL-=1~}Hn;yk+CC031BmK6H5{LE% zvuQ{ldmdW98CZPw%4Wen!7qJpB-o5QA87Z1w23orZKKqr_1?zWx^NYv06bmbk$as8 zAyK)8q(-$or0WbgeNi@mQce=9-=BC(%pNln*S7VQG4wtwX2^F&U%o1Z*Xhf4q@lKH zo-w5DOG}r^oy=Rj1c~L5xSLt?oH3XhZ_SU6Xpq__qzTTf$y_l`u~+aNfExlP3QFj1 zG$Awq(ewcvcqh$Mcg$q8(ikXyf-3xFrN~d9i6WbP@tV)pBR@9fq*Imz8ulGc&_hLj zo^9vPu>LWc4jT^BDzYLf-|)KLEJ|Ep`?0{hi^Y3Clzd(=imO&K&P48k5jgaKgy9)U zzFlORMroqR9&epSk2lMY3!NNQhV5Ay0GSgWG60AqGAD5>HjjoNT2H8s_fjl1X@l<_ z37Ih)gAw4TAy+iyJhXVgi@~~0<=n8ER$)dcyxvyARf+)+j6)r>tcPG<-#)H)y_t=? z>o=`?wUYwTO7k`ztq>(A9S^lTHk56Z7swLe5{;_-pqF3#dgU7)kkOk*2_nH8MuAim zYaZpzH5=t!wyxW}ZSAIlOVThmsjw-Tn5^~(P~LiH+q-|7xqRK|*-HnEeevOullzRA zgk(4nlpvEaXxbte1y(?VrY#vTc_FeTWyp+WPfc0m*e)AW2$W=G!%EqGGGze-1Fs-0=365B`d_z5i#klsK{b#M#5aD3U0_D2hM>xPY<@tbvt= zEee=;_fN^A>~J-`m0;Z@iad&BN!ggvbN^$!X-*H9L?G)(F`6Q$iM#9H`~BPRl;ekC zl*HrmC{7?2cbC|F`)-SZetFe(|N6=O4?67V)6f2frCE|Ia8i;k%m5m3G-DnR5CF~2 zTe9+dmtA(!X{Wh9{ri{w?8le?QsQL7i*u0Ub+5ecrV~&7s!-S3r^~MR)h+iv0G*(x zM~(T<-&}3knBe-v)6O{a{0ko&IAr*QDK`DOaAo|9bL?n2=fZE>U?I_R>bd9NbZ?*g zp6EYx+zX*!Uw`vOKlm|lV`D!{S1$UxK>%Xyzzf48SQ}a7Gw1no7}J>JU3c>8L-IF z%_}|{3-HeW?j_~)=tB;dPW#NkhvD`i9dhjPr=IimGtT?w#h3p0>KkwIPSZd2yzCJB z`(IK3O5I(Ns6T*%|4@`*NBOVgpH`M>b+^9TV9%gMuMuM7pO$TJKt{tW^zI35fFszY z7&x!D#?*LuLBC-WIK_-X<7t(MwZH;L=hmf1dJohHwvd|%^x;!fs48(~xM(zHK^~OB zBJ_|=WF82K(}hK3#-6htjY<$Lz&B2^p&~*8Nn9(G@el$CdU=~BWr#*v1rKfrx8eo7 zC9E=$AG4ufKc4}C^Hcw2|#H=SsllT zSBiDDNj~}xujvyppb=(}#Z}8cb(2ywhF6DC;z~0`?4xY8G-)2e2baP3a#bjr7<0uZ zIRUTdgECnhWy+pF?7dJH@`!i5Rz}9aVTKg9&A%#5GRVYk=}UL%QEeuoApzGmwM|G> z{EH$9T*a8BfV$USReEQ@d2>sM%(!g1=*e^VuzWx$U!mrl2gVsTLD5V3gtW`tnHaFr z0W=*XWH253_3L#Jf>9`qJVPbKTjoMeFA*G#j0~nVXQsJYu)zPiMK0;9iGdQy)`ynn zZ1|TBVV`K!2ZR!yQz9PX&0HdA6|}(#O&foDjFKFC25AM!rD3mqg9ro>eM0ichM^cD z2XF+Dv_bYZC#N>ofFedWM8(4}l<2Ad;-? zvJFKNrJONb7p{v^1RLT9K}FT?*t+`<8{T|(-l~lQ#?5$q>@=HB00=1%WR(}>fnbiI zGgmx2Yvqs^mrA7|!ZWj$KRt6mvhf!2XgoLs;g@1SjI+0ev(-+86 zZd(~J65Y^u7%trcuc$4H%Er##Z@)*z&$qJ6mJ~?ES})m@CtaR0d6CQt;NqIc0aKSe zI&SWR&(G{L>cxAXnRMSX6UNM4x#^w1lvQ5n!@q9-;I9x#)_0X8N?q&KFbYT!;L<=z zY?uXqKou|zjI#ZmKkl?h?41u?WFn7(7kJUL+>6{0PifUnqVOCu0=LmKC<&FF?{Qe} zmVfUf@jG;aim>xNN=OCr5F-m+ZL$8u{s({hz{5nfwtOG)g_G@RKl${tA%^e$467u`>548?k|VkQ@xD$0ut(eOC$9y9tucsJcjnC5@jW=qf!LSb9t(*n&GDUSd6( zhEc@bAyrLQ8)KRRL~3|Qjt$ zQznEm7d8PF@JAU~7o+f8CRo>QB`_DK!ymyYJSZk{qP7WL%RLyyXfyZ>DN`uWs$!H9 zeRR`)ou9r6Ju_MZ$RHJkJiWyj;1TjEi-TgrdA=BgW<&5O;*g%hRvRbjBK9%HtFrTm z%+6B^nLeb#0}4h-_*UYzZgiF|ViPXNMP$60k&V0sy#JfM`~14IIMPP1d7Wk)$e3g@ zSSEuFCOCl&#s*`+V1tbT8)Gs;1R)R-Ae1A@IY%TR2@!|NJgRo#4KUD1r1HDip*5XxQF}mgP)W~U43+xCk$;#7m*g5Yd zfYf!jBd2K~3ka_@5z?!5nFXXb##zW*xxrY@H*g+i!7DY_tC=!9f8=4<(Z!Cx|2kJm zbK;f9XU|9P;pEZfgUIuF?q$_W&skdm^mT|fqk=Oy^}$L0t~xNKMos7>R*_lo4JEXB zIn;#gP;Su;eVj_{%ljP zzn2}o>PB84{P`b$_{)F7E4c(mAO=_=kRr)l9rVzxECDPEwvYg}>n|UC_#a_*s#*Et zf4u+EUt8i<@JApBn~9oWSnCBY_;hJY$vt%P-Y$qFH7F^b7a)0Or}G>?LhOStNWzZ; z3I`5(;_UM;^a{SuXFuPk&!<(kLkx~#2M8oD$qqt%dANtoH{SaIIyLH!{sVu0-A$Zg z!H+(l`-0(6j#>(@{vAHAc*1M?F;k`^iC&6bkmJ+6n!o6$SL#~z{Kj?8q}#mh#yk3b z>%t%Ltf3I~92Z=6<*I$O1S@g;)6RlBoA$X%chO2IqT>%DXM@n!y z^7s=C2d(5>O<%AC!C`!J=ma1LUI`pYq(tkc;FWX*h-hozL{0v?n|JI$ue@EV@neJ? zAft43&v^`vNlXP?2TelaC@>1oJ(}8}lOPq#Krl*37fnaaCp8X6k>UlQ0D_9-4?OIs zeGmG|u_v5rcjs%aze$1?&Ek-jEv;U&k=pDfD-`O(B?wYH^w_>4D4>iAA-9jHc@!C9 zCH!i}?9f=L(?8p`CpH+dR6v=z@Koeg%zI%c>Fn+S290=*YM;;yU=uo$V1a%DIO824) zn$gFEdcVVp!&sf)5K*mF$C8;d;vFA=r=i3jCWmWLkRtPvrMf# zjaq;rj^Z-De7W~-%!x41ElUa<;qC>I=pr|&5$_M51(deyiDOW^3s0b3T3&O#+d#`J zcFJ(R-X|f1f=jCBk}kdc^t8qyDXCZUSh5H zk`Bt_?d79G-ac!RdV`&43O+=hftY+cT9R03lBn658aM+@+S7249tDafKLT;wI?h_> z(G^gYMaB+3o~%(M@nkU`m$peF=iEhTRP4BH)*4R|A2UX@p-iDSn#}^nA8;(=qijZX z?7|yqpB9V(S%enqBI(d%P@A=B+rTWzhbWZt%!{4Pqe^*7_2rvBoRM&dzh1^OJl=id z0~)xo37K^CUw*kQCR;+p?Pa-W);+|6REjg(#XY*1ZJKf6!7NhmV$a}kTX=)Vckfr*ILV*{#g?6XuY5*mSvE*6+ zh<-3c5Js>?djj+;swjb_&Vp-=dP95VMG>lTlz7TCS8 zn|tj1;k~?Z?Q_psq*3ZW#6n?%Z^zx5l=swM)CJEw!sUMMl|v1s)#{q+2)N~ z{|Wl^>Oc%_Y(X3Km-myO-I}sRfm*qhxl0EEo}#vVfW==Df%~7-bJesXK%1!6Z42{k0q@gnzNlsy=wM$z_Qlsy=QuN{{;?s-EGm^~OJL6kihWe-N#gHb?} z|7RFQikAqAXi7pUg`cu?fVz_jb`D!4cA{XOM7kH@{bT1mIBw4J=eE7}{$Jkt`0q%r zmpF<_ln?&&pC!Mm7RjqkL82*%k)&-YUUXXaSGvSbgfvv5yua(;1wSw(_Vs$J##$&x zEg_Ta2_{U!PFm5F7FiJ&q3p5-QS4s)@w*?0mwZ@iP;wk(P4{~Hy-p~F+Kycxzy3i< z2DAN_LVcPXcBw(i>1||d-&{v-%viWowSPdV+JZ{2?1fRU4@qd_Ca zh@+hH&GQa9@;H?i0suGM(QnH9#WNN!zwXxC(YG%CvA}>Ri+YsHul==iA*G)U9Xs*5 zn{TtR)fe{tvN($K4P~7<6y!5|?f0oK?xS>H7qY+BrB`38Zlfl8m7Tr>LfnfOMq(!} zTll0&TI6HPn{T46ZxF462YD3n4? zOu}1!#qDU0QufKy)T7vS?Ngusk`yloGG2P+FMfIB&0{A`FTsX-z(#!||B4;G+@Kse z(JbUa**48%RG~6${$j>`f=E_a0voG3Q)xp_3&QvZy)| zEwgL#m`PK!^Rd4NFSWfNaXER`T=AGA`kv^Iq3`M62>s~lUz8ojYKnzlvqVsg3b~A= zy>Q_eW-l+V{@qlbiC$CW?T_iaFGDPlxNA?$L&hK(S%_~1aCkB2Wn3}%&vBFpz4+Vw z`s)p*WQbAG@5L+1Q(A=zwfX^-Xi8!U)|tFGZCS7&M~w}{Le^uJ1Ua-u2@+sh2xPYv zwy81Y?PQHHbo5`@@*JwM6Gln^scXljSc}WV9$X@Gi9>iFP3ThF82frffer=F#N&!1 zhB0-XlC@zhBSH~^Tv|h>um()kFSX(cA&4c^&38+TgiS+SiY3&PrxH{UW%#CugCAWNPNSJQJ@?KXHrli0Ul)xEb`cExRtMtQ@bkhO9hHXWsg^K@uIp zXl7wCqHPvTky$8&Z|{6bs%8nIwAe}Rv>P`n$!0IV;w|JhFR8t`=Kp3!H^>g&N-#05 zCFcm2+pqKL!nh1Y*w&n`+#TL@nm$TVvBXiLU@j90jpUDZw>S#pK?W=|{bH>KBry5& zE=Q{Tk6f>E7rumRj#>VYa!vb=nV z>D6Xv{bJvPdVz%B| ziE6X}M#gHh5+AO`prm+dqns#3V8m{1v#=Y}24Wii5aGaUW8V-Fg@hSe@FS5Am+6fH zVXvJ8Kca(YlR_4d(1j3%fl+Hy00HE&uQl9dbgDi{@<>bABg!$Nw<>fDhEFDhZ(TpW zen#ob_0lEsq0R7Unv0zfIg0%ZF$(jlEE9S1HB}5FjzZ|N^mgMY7(d)e?h*y51@I|@ zFXi!#lI10dEA=P|qG(fo->~J42S-o6clhM~V`n`uZtlI~W)GaW z;NeM~qe@c2E^0Dp+A<{9D{&NMB}z;b#*3QR4_L@#^pa?SvT*%`l`lQHdZTDcTB%=20K>4B!gvW?Eyqku1uuvaqM#tA#!>7y?0gg%UyzE8 zhrtnl)>#nhL`%hf>(4-}UCoNv~>?`*2vfnT&J9^bK95IlJ1Lw<` z^B?^kWGOJEyAv?b08)eq8;>cMvb;Y2TL@?f!6+z6Uxo*K044ZPAWH))g!m}1X)LT$ zP>%X}IbHRzdP73Gb~u{F&c}3ieGGOa<14%Zdv)?bBnJ9y%W&95(FU0E{)bVHPC0pH z*T)LflSoF*@DMddIK{Gzq#+@BM}7X~GoXe{Bw1uq!kj|r>~uL=iY*`vxlAsPI_b1i z&;8C_4-K9$Yu?NyDxBwU9}JEOIM6Z@Sd-+gc&u#Z zlHbaYE3TZZn3uP3{~aykTp77l$i4&i+Ja^n(MnjN<6a&aJ{nw83FLfCbo2?OHt6Cj zu9mFD-!I$oirBuQl)W6UitrBHgg#ZAs6=tf3ydO(3#m96Hg>|wbsG%H6jow)uW54^ z{P>EiQdEEJ$)|x7aHl<(ZG3R~FMcT-4Q2P`FYI@q0vda}X;Z~={K=d>ASMp4=B;@d?hTIa-!f9PPSE7soSjr`}qrz1I~U zGC;u-T&hsVd92TtTJh!SSC2CKzKQc4T)vEZEX0SU$&NN=wZRh|h_h`gG@$+ibtbB* zFVupr*vv9WtURzOAS~dCf?E!ido0T?F1&Q0m$nJvl)NdvJTf*;cLrK>enTS6@`?l1 zg(lqg=3y}#-wNYLK75=tK0ao3b^3w;di z^#+^x`0uT?LQb@#RvvLMR&andvy%ldg(1=Q61lNvFN>+0Yw`LsU9U2=AVOnf6O%RT z%Blh{tO`Sd(T0go>x0NAk_X}V~D406d+AU-J)ireDl4b)I!7deHbns1PY>Ua% z8A2^`ZCetCk!rt_>($UekVJO##q-?L)x7&;L%B>Zh5R`Mm!vIFsa74ij0MVZ|6`47 zPo5T|i(DJ!Tt*>iAexbrL{l3^Z`A&03qAA-117YLhm1vVK&Ea&2*AK#1^T%piNR(k zU3!Bgf*XPuA|yw!LWVGiN0Ix9@l)IRwe41Uc7zqO#7JgoQxK9cVm(^ZWyWNA^`>~4 zF2Xh=@L`{>v<_#)qznZ*@lt%#t0i%3%XWqFCAmvx7Zjpx7$uC|h52UiiuSEP{`K*R za|Vu>e9!Qy{f15HH+nX5Cj5XW7Y&+Lb`DOZ2$)j$>00x|ytTvTuhXK(XRRJQZ3V(S zHggri44b=lx zykyO$*PV$1lr#cX-v01!0w;=5cK!Q*bqePH__x53L``6qAd-er8lDinc>g1Cq_n9= z2|&^2GN2^LCNM|~Z7>yRg2!k}eM#NP*gy~jItk(d9moSv%0^)oqrCC%hnNx<`9s5YuDBx`Zh8$9YkET`^)B>Xz1(fjd?Fp6>SzJ;OpP-*w7NsGgGD^6e zzAmtVz?6fOSsZvM`cjRBh!&jTH2X__`q;Q9pPaK`?DW|`z2;Y_?-^%sr5)TN`l7C7 z$jC9HCQP~TlFPqxOkbN^39dM3{pUB_B!si}#Z3T*`i#kQ7AU4cFc6pm6uc=_mr;-y4ac*vawIFIFNXQTYx`mWTix0#7k0BQnrSu*dkB^pb7E!F|bIW zNx({T8(kU*g)kME!s`b|f>dJ4C87{Hg`gJOCle}*F;M9VA6#&yxaV76jV3t;rkOT> z@g4UMyz#cX+@sT3kcbparjV#a3%n^7DkwGWC61z1nBrzd%f!7Dqo@#a#EZw9?V@kG z{jQM{CY3KF?=`mX;4gEWXDnPYVcJX^xG9dY^RYtuqfR)vAjP4>S#ZiEID+&F`~W)O z2s;Xr?38@s8E4ukjQo@{&jvS#jek&tg%-A1hV_4VOk0#G{0qee=CBuMlYg;(vqTn=lAdzdy~!yU`r@&Z5I z&7%xYIWBYTYm20o?h8wxSg?3ZY-)p1m@?KK=|zMAMidAWanY7VR@aq&n5-}>32x9D z-gyGmJ|o3uor1UGb599NiJjEDFf}H`AU6b`y9g*rSVguz#vMTbnX#<7;)X0k+l)jW zza~CTdYcYmFGWt0fm%z|=1$4uUZpqlQfSj*XqHiY+ZsEGpPu!1?xLbnqnP5Rp$yM5 z!l&iUVPan!1@?<`*RA9*R~FNTW7?1~j5K}2Et^gjpRrmxTKY5_6Cq91G1Ya}Tq2qo zn@g?XMuh|b01k7N+2cjlt+b*{h{>|?s09q7;5G|WF-j&P$=yXkn-yw%hm`5+L(m!+ z<84TorqG$XyT#US_S361bv$%D3;rGANYZa8gfmWuW|YY(6GomcV+|qKQj4`P8JMw@ z(?vh_8Oh2c*V5G0#**|>J!!d0)JQ0w*^vE%NH4IpT1&WzeDBhREv*L^tTj2PvP3^x$r zL+xhWau!A&g-n!3(YjosF6=0vq~ecKbb=x$6gX6UrBo$GYWq(ZB{)y(_I=|eE|SZJ zQGyHt4&rxbRGwG{Y9sXN&3{oL?8A%wR1VJPKO2a4)I3X;> z@UOl3>YMMWK0yH}FbYX8MhP_GLGh!uz5BuHm$nTYJ^lWXQ~QmWcISwxcaNIcZ}hBt z$IVrDVlQC;rC}8N2aBMf>@=KKZA#>nOD%ofY1nSWNbE$LIEp9>h$ECjD83@x0)Hfe zBG!TlSiy*|XoFFvtlf-+TPWKoOdzNKgt_-B3~Vges&)Ds~cyFv)f0Ot*+1eyeqqyKYKn^cy(n)U(g~%wGFS{M+}?!`0*?S!eeS8bU#MM!3aqh%dr8&JhQqWS>EVolBzG0@wq>&UpcU_GzPM-u7YtT=9A#Pw| z3|d}%TReG|5&wnDz#U*Y6dxbB>A3t`c%Zs?e4XsCj=W}tu^b|dFOylC;}a(9$)st^ z6X?bpNQx8G^~5ST?rsz7>@&( z8_y_eF55C(2Gu2wLMN_hfKJqkPM2aN#+wn0QCSJirV}+1UA;u#8bZx-lQcQC)|)9( zvR=H%Zd8C-vlv2C%kK{HzDum)*=IwBhdjVA^yBQ8%et{uoPE#XpYp`IVT`ss1Dmx> z+7_IyvX~yvJ$(6CtJAH`;{8{;5!77WvW)Iy!MKHXJ5N3H4BkMm3Z8Nhy;aquwU{b1 zy8XIuZu75MPDr5m=~dZ|#o4qte-);)wl&Xe@Q2qNe@x`M3e){}!-UVh=drgBI=!vU zUASxvK7S06G$ZWbb>$B`e&j~(c08r<0giYN5Fetjn8eQn$~3o_R0en7>_~VfTUeUQ&-{{E_>%CWYF@0Z!%G4!4pzu zDx*lUu;3D1BN4^Lh8km3$C9ra9}c|Nmi>VT+#^M?n~&l+i0*9woDE*$Yl@bU2FbhX+kxb??{({m0CIVEm$y zb63wioJ)0Rm40*FG6^|EtrvzM%rX{32BIJ zC_r&(*WoaPC>dNy;z~><)*@k35?3!z$MA$wlIvBXBRfA5aY6J=QGzS)JA$PY$qRTS zhytug@v>uaitV-K{KtC2idIfnD9SViNQ6lwdWoYnphK9h#8G0OFml3#TQDJVp^K!7 zY2}Hz6n7D&P%yFZsi*IJ;34Ehdgn_@=n^a;7l3g%ilYe~;-Uz{87<%c(Pa*!T)gt> z4KHmm${~-BjvA+I8;LGRf|3uWKI5K89=mVI&>vlOjYC!hSEPzb2D7s=6yA9GjqRJ>c%#tkoj46OArmBgq7}y z2BwVSPSGewkO(YRZNJ&wMU4-p|tf*eRL?V`RQ)+q@`Tf7Fie3U3I_0dh&i>x_#8GTfeCW}~*{=AYBaT*yg1-HOA3pNL zh$U;*Ir>E*%L!jUOO}^7ibOB7%i=>>$(I}kv)_SVJn&#$=YId9pZxq<3Ekxt;Y*t^ zYiv$j3*ZAOgqssn5wc3eLMx(B!qAnxwIM<7+5-`>D4A4UY91&ib$X05=rXUi6NB+n zNfJkuoEya{!yv-qk#%=>7NhD?IU>_USzc-DX^-qA;9>oRx(iDjB}>g3$}*}>S$r*F z$t~wiUvxURR^uon)T|Aa-}Y{_17qskQS&G%gfE))c8a7%P{f47v?qWe@fJSRK`@&) zd&x`Ul5xY$g5s{S$>qe8r;ARgNicMBNi)7`Ohu?QHA!14#uVwzvU9UdA;Mf{U{=C7 zkJuY(ZH8p2Oi^n#T^iej(IJU9jfrwBM;VXsra*?|lCp^!C6z_%{k1pjdBL4|>9k4p zCIKb`$zw;GNy(di4__!NnlTtVSxJ@`56^~GSU>tT}DkW zK7ZI{q8fH8&#iu^X;I=vt(D=HhY)27<+2vZC#sRK1WCuiuV0eBLi5nl#%Q$Q3F ztI#5nFbP`V!x&qB3OBzZD3VA9IpxSnBw67JBM(C!WnC!xSyC)VEv-eyLV__`HYt-c z5(_kCc9pXf|3@4p0hP3`?RZxxr5t%u4`)n>C46EeGQKd`QTUZNxtI(gQekBzC-3ZWaP4!lJ2D)vvT9;6)%li`uxZx3ih8hmD(89GKx`VtlGHl z)%V`{)89(MRmCMRN?=M(a)dbwdXV&0NoH3$E~RE_Y15kn=L0f=QGzG5jbI4a0y^oy zm+t9}fC#)2$P#Fh8kB&K*pHm4SP07D_#3MWVPZe<1-1YhfP>^{X#-Po$fM7>Yzy|@ zF0H6pXvYU|hK<4$(!&|My24Ud->?WH2nqo>n&lYRQZp$sgqjwQ(FL8r3LJLT5)Ta> z(f{EgxAuPk;T?sd#6-CXAFz~w?09F%n)R@Sx)#Ou+0pCNGtX5;f97{C`1VCVKJgo8 z%MC;7Gro4lSuUNb(r?hCFv>BfoblPc_docEW5JZ4U3cSxm1`u1mGrH;#kSC)pdn}y z+V;jb)n=ncr`~L-xN?exa!4qD!y1Yq41y+Qx++Pj$MSU>RDL+65fu1e zU)T#$ff#an4OAx!3n)?0e)jo4P|z;Q0*C-8Pzb2u_hLOU66}>B+Op1?NEZ9r z^3&RNW|N2&Y>}zkP30B{<1b_gp&Lm*w63;7I#D3;Y>Po3Uj>ex zwbg-{J-0w^RPX(^we>`THcFSVAwzmeS3rhdE77L6O@|@R zM6Ijzc5`p^wvUej3+83>gtN}t=PO_N!hr`Ke9SRZ=FMC2%rgkokRLT?*|Pa7SI%3p zg2TRS-MZ!L*TWyHQpUC zr%;A>w|i>tD&r1AXsbd`B41j%qZ(Zs}*%f|5HqhL5*o6C$%FK0jCK-;TEGa!J_)Zv2_ z!Z!t%u@LZ)HWCvx%#pF=O*uFt>yMnxFl@Gg7@A1eOPgPXIZ{&+oZ&JsB9|Mtyhb9e zs~3@UaE782o>)!#ibCXY3HK}qpVR`Bx1D-|w(Tef;KkeA{_ckxHoY-w*78A<7umwA z9FI71+O3aGzH9glsG|Sax$p!a0;zOp>SFaM>eUNPFQ|nAn1TUK0%$NU!IWSW!UrZU zWD4kEv(c?Xr`$7U4)`J~%whF8Iwi-Vlx@N0uhFVXX&40%Nv_wd=U$us%q!%%)Jpg2 z(;Fr#uBF2z1buVw8pzf?Wzsso|3VlotHJz!13vDX7tpH9RH- z@ED}aWoD0BFA8A?R%pSP5_G9MdXbB!B+j7?V;|z8Yu``(c!R$l)FQ4D5&!;|T2V!sJk;5MqkURNNb<2ZKj8yEx z;GxI%b>QRiC!KCPECu#lOA!<)jrkAoPXL+(od~6%#8G(qq6@+RH{5c|mybAt&n~EN z?)NVIeZPDAKRlQtT;7In+b#}44cUXs(S-Ky6u68fNBw`ic`_ZL=bij&J<@sHmuihhq zT@E?wSWx4ZyZhVhK$$&UB1QrjiJ;g4;jRG>SxnA+WZ5QW9;P*bK1jjPRo7nk%-}eA*DwcGO82{w>sWYa|nXjJasrAnW2gLU;<>*_tq2m76@P?L< z|A_oHYC#;zK>!6wbiGkb{OjE$%@Z^>v6Ji#5x(wFP@rlIT8!Z-d*H(9!+}52|J!q4f$B7+qBep>nsGmfJ%xFL`?!xqbEt!H!a9+zsk5WmFu%m?Fs{%kb_pEQVUTq8y%%QEgsbE_G?M zhO`uT)}E@iDQ9_^6i?pxT(U-(&w?bEBpDb<^Gstr_I0^jx@OJzY18&Q;)u`gx8G4G zo_OEj!AqWg8W2I4V^2Bd$P-T3`;bEpJO20+zVVG4Z@+!?lqrkXtPyJ|;g-5nR+}-) za2ZLv7nd|4q0FugWf|H}mfeF)KG3Gyq128kpv|KoirHX0rKln7;UdFAD2JKK->29 z%2%j1Z*&52VpB`5ZBx*RB%|Wy^S)y|ZJSgtiMb*PZ&g0)4AjQKXMs+H7(*yyxbu{? zcoNF_YoXadK-5?uX)T7bE^RbPB8(1Un=aO(5M=`iwGo;$jFv%^%Vs>*vJ!k#jyyJ7 zTZV7l4vRo4Vek-1YcXI42};NW76~<&LQVp#w8%;T3XH;AtI-rSC?$yU`a8Q`-TBAR z`c2!%Ok3i}^#>;{Qh$E;*jW!wTJXU51^q|Q0V!YzkRnJTU_~VgjG`(Y0TyB>NUaGt z0;#B60XXoHLn;ZY=pux55FI3-a?9hBe>Y^}ZyyK)|1sf^#8KYb^&fBk;or4yfB08q`(acHQ@ZJ1q8b7x zsKiTZCRpMe34SF0q54Ed7Cy=ejU>@4ag>BTlC_m%R17JBmKtAaVU-LNK}n*QFiD~* zhD+$uo6t*HjOb1!Hk0cmfRXS?!W-fr$U%+hy$@xbee}k=rB0<$iL!JvwNj*#=tyEA zOeFv#Nz6cP4t&JF{>}%;Jy>Stb9v*E=_GvFnpA4o+G5-!U2#tD$LP>SLSFVM4fShnsX>1-obv&C32B=6;0#HH6r zR-#Mj!X{d>zl48~J+-FHUFd)rk50jgyeuS>4LPaBsgA-A!bK%Qux&fuDH^4^W$<8h z{As8C>wfzQZy?1eA}g}IzIxi%<&W90YxLx4^0<67_8b$KNfC^P`N;55CC=duzrT1+f;dUaQT~BY7YRYnidV+{Yx2lDBNT zML6<`%{#SDpv7L!uf5huh^i@4$&xC`UG+U(Gt!A|bcK2o{Lpr$NDW6%wMPkN)JTT6 zFOm#QOM>*eq}eXwB=!jnCv<64?v$_%!RR8%U1wDO%qU0A@VuZW!NiWP2(|tiS8mv_WZk;czy0mQ z`u6SfxzC+)?zxYR8z-AfD%T?;MxgKg_{SnBM||yTx8HyN-2(?+aOtIo9)IkYk3RC4 zlTQ{TwgaK4wt71eZeIwpc2Ub9lHP+yQi;6Bw=dSp_3K3lvKTALZeacnlg;JQUt{hl zZEhToagRR7+zUzW(G$qMW8AMc)TW?Dnb5$rW#0Ng=-@-T8qZ)%rL{aCYvN>OCEdSv zA5bD~`G-n8CUy+eYnIG~XH!=r`xhjvn;Yp}gHcLwOln4i3FR^?DU0cTSG1Lz0=2nz zoAJ4qRe83}i8uQ=QihTbsNoM-Bec>ec)}dcm=KHBCF1_oq!VsZ*{75n zBl*TrDBIur_?4Z1d~)FmG-`IJ=B+{`&O$0g0<+%B>uu$YBlrnK4x_80? z+rJ%H8ebQ$uqLK(8_0?w^uImhsk~@B`g`$E8&U56Dnp> z9irvh^ZgZUU;e9Wzj^-opFg1FGVOE7;f_1p>!8EreSPKl6V&8`5!`bQCTBm;1V+i( zCtA+96H3NTo#EWWV^2KAZo7R?J;RwFlA7cfsg{_zV6j6%9IGz1Nj?%%Hx9=f`L&Z} zsj19YPoth6R8q`w+kN*9cy#E4k3FG2L-D!aOaKV^pG)04XaY9DUIA@ECn<0#@WS^& z7nEQ^fgoA{g?{{TEqz21BVmGs@L^gDe5j}Z_`ngjECox;`{vR28p&L3isVpn7Wff1 z50(HXh3w7;27(|%M~|B^f01%`kLbqR?)=UVf2`I-{+KMXqfa^Q+M92=@6pF+FJFmf zE?w>folCE}N?pqr_TO*+!wx<9%rnowI$$D_@cuAR$+qhH{(&ZK%i&~U8A7dD3y$>D7kSW0T9WwbN!o!~L7BSOs|w%rF^1%cVM08wW;v3WG8Plcboliz+2_hcd`aG=r84MVEVz>^)rMd) z7yEe*&3LubK@wmn<5^OBTo^*PV{Gi;b9ao8WJnzUm~AVh)}8=2GhT2^k;fpHys2e4 zwalnxA6Y}D?zL0Gqg;lVCC?Mn#tn~UT~Q{_q*@A@Me8!dvj%Bb%btFE)AsE^ z!yOMiaCqOo`yYPzPp`dp+JXgYP;A^F#Y;{XI_rDi^8(}gTW_5_ckZM)a}=gr{Ie@y zlz;ic7aTjQc+UHntA2f>V!M;iI>%QEypsRf^2cAR5VTx!WNKyemXV|{3yxpk3Q#(! zQ~pP4c2*Xwb!n_N&z1y}N8$D(bc1d)YSAPQnJ7$j49A2g?`0xq)5pOSVly92`+z!< znpkN4&{giDEuKRD0U6INWC|8^;fuWDw(`$jtHJV@sn^uSel@;n8}GGbFy@bhX6q_= zrGBww3bW*<@=U13pk9<28%D9(f+6Y`RKBCi=T&pP;xEGiut*$dzH>Z!Euk(1i}0X} z+Ocgk?aVsS8;-+oE8HC7Oorx+0p-i(^ z5<8KXrEc05P?BJ z6+HQFlx(XcV&U6B%QmnrH41?s)O3ZX@3Jk1u-BkV@Wl-xXQfE0&!H*7G)8?=1ng`% z&R9*ncT?1Ofc&C(NBqMVU)!F!}qBBwOoHLM(h(#}CCr=g6U zgZfu;EQ&pbmB&9cec6Lkm!Ls2S3EFz5xRfU!U0njYx_@_ckjgc_dU5FnoxzK;}yLR zoV+;0!_+e$SLYZNumd?RB@jd_bIf5XYFx~9-+1|8N@3=^G!{8K5^!;jeMml7&Z4(J z@#Hm|r#!u-Vw6F%)`+GkOc7A&KXGyY@$*AYM!9YH^jn^oDy{7L2S+|QVg9;T-re!x z-yjc^z)5St6x6~eJ9hr*tq=ZEkjlrk!2YAZf)NS8Gzqv6!~jDS@KMnN0D&k6YG@He z0&QsVm{5^dm;$3WbMg^}R-k{lxb#`<|`a;Bf(kT5rMpy!hGohya(bopGj; z7Z^pWB<1k0o^Z-H&%O4yH-|hZXhSUI;3Ez{;46one%^V%zU3A*v0@?KfeOIzK~%|} zde%8-e(Sps;jnSzZoTIo^!4-3gHeQ1&N%m6F&hCJ<@e%emtK91SE#~fyb>S!s7X@+ zO>vaeqd+G}oB&3N$K8Gj11WNeN1Y&wqQr_(K$B3x0af7zufR~PK`}5Eph*;z(=5c< zFHojB$k0FupLC&5@jEKti%}X(3EFUpq1h;2gCBfd#YyoRmv_VW?^d4_3tjMJJ(lMO zKa1p=A*Q$q+W0AEU&oWG6gQzb2-RPRetTANF5=gu&0?5x*|FArml|Odv}LJPhukGo zrK|fw7Q;{R@)zOL7Gbp(|ITn@Herigwt zS)=CpcwEgxEc&%(f?vtIjBA`Vn69lMYbI~Ra$6@ilR;hak+X(qnlZgmh%nZgh1khu zR@l3|SYzbr4bOU6KXlBPsdMKZdfajUw*UU0*?aGC)2D+Vr3`-K#-(f5_8&9|d7p8> z5l4vT_Iv1|vD2o}Ip+r#?0x9LpZe05yd7~6t-#6E*Z<~UKK~`(KVF}x7xZ863ks=V zvsi?qtJSzpkdQTYBLy}=oQ9WGzmx&?tLc_4ZT3s&fQ{V_XkAGJrzw^)k2q;Or&ASU7&_uR1TA`319`g)R0Nq7XJ__ zA)yJH1boDJInBNn+XEkgGLDACh)kF$lm!@AU=4uM-6$+fVi;hGu3lWCY(CHgq)1Q% zP$)VMlLt*|rM*kTZ8Bz4g$7yR2B4u)uUwZ)M*h~rpO&5ue@3CM;p#^ zTU!$bqZs9HR*Q_SP^Ms%MxchX;@^1h1JRK;ZAA9&`*9e(+4s9Nb@qZ0<0h%PcOvA? zci(G2V^IWPD0x%DCqV;TIexc&a~~M;xYGu0hsE=?=hdOdezouE-#FonGfq4E?Bh>4 z#i5XLoWxO7m?Hk zE0==hbwAL+{onY;o1E)F3elYiwE+-`7=>?01y;kCvD>%HO)A@nz23nwv7-wU!Uqi1 z_-Q$j-i-%{F!JK|Qn7Ek4mzoRH~9;%z5dec1v%wu(<#aY#}=K@q7EqvDv@qfEfYGxy|w{Ij2X zdCE`mR8u+s^u|p{aAnO)FAIZ>nKacFVJp{dSoO?va>D{;Ft&XI+90r!{=|c>-hFTe z-k+17P?wneoDw#QP|Ks&hSKW^#~*|wJSA-k-3h}x>^)uJh}Y}d;1WOYh-2%wopRdv zl`I6EfF|Gt9^=!uY@dR8v+S%Yzx)lH#aUn(Q#^<*Tb}j?oZG@{=)PqRI!OQ~0VhVX z7XXhV&PbNmF;e{?@=$avwat=A+thqCT}{8Kg^B&$dUu?S2S)Wc}8U*%@8B`$S5E}3MAwOMAlC; zU0RX|wWiP;O+)l%VC<)5guJQ6nkmRBU~X-P7QrXi+?oPH>FsIh}QJ(RyUf0@VzB|pFZdi!zs&iuE1_Z0;{ z?c8(6&zJ#%sFMd!T1mX^yzU<|#9NIM&ph*_v(5rmKDY0_f+*kr$xi?pn!-i>9(?d~ zd++^){r9)`$Mks%hmD=!*jaSkNvCEP4=*;Py!vllV(XLDYe5#@23b{Zgzubaigd5s zdmfZqqee%Y=a5lttUJxk<~fJ=5OU*&(De5cYwUmvG-H;qJvU4vWARNVJD6qmz=c4E z>g;z;oP=Fc-fy7UO^Pv>^{|t%;nVB&lK*s{2%RX?&nHE}pAduEP@B{x_!68^{=n)x zh6Y?fs4})2najUVS__brCE(Fj-kL8c3-F;JE_~1fCdi<{3vN3c5V_ME5zWqN@ZC6y zm6)B|9<^9wL3KR}EMNo^Qxt**=mccQ%i`Um@p022o02!T7N{!P{j%5mN7Ut*;kOZt`GgbQv+p|kad^s+@ z?zT!&c3XA4eBHup<10HjY1QTXaLoLt9-p@G&S6j9^7y3e1boNvvd3^asB!!pu;BiQ z^B$bMaNv`RADYyua!>WU7Bo@W@yN`lwD1ZVG-G9wzV3f=5jY@Narc-xYCxRi9zL6W zfjCL-f<=%+8$)1gmTnJ_7dyQyi#07-bXOum__QcXAI#iF?kA--A*1 zV3a)=rJ<8BdoarXI~XM=qu6_R=)z~U4^CSdq;%t;iRgyGPa^dw;wY0=zWADit`EzW z!|#6lx15a9icv5m0w?d+!yGY4KqWzxWLSxmB-&B3tv>!+GPMYkdDS#AB_FJw6dvb-uK zDNCkS3R4n3(Tb^PlaW=z8-R{z%1)_P<=~SX)EskO=@&ek+HO1jSz2;ZKCyo*kM>+n~GmbgwRA+~L zcCWp@c)$U6BR=A*Usa)^ie3U3@~TcLhEn+%3zyzM_;KlEYQ?21*cbEL7yiH@D-S*P zMBdifG}qriym8ZJI*G*Yyq8?{3&)U1Rgw@THZW)LGOzxHRYWYr zR}$OsmOr5j(F+n?r8kGHy#Bg=F+0d3;nuvu2=c)+6zjX1Pfg#SaH}4I_c|Y*@M9O zE9&8GR6Ovp$EGh_IBUrgp%iaIFS`74we-U$PMo=Tu>v4xXg)e@fR_fSgq$ z7UcxVJMX_=ZND>YRHewuv&k`XI;1@m6yD22^XP;|5=xoAU@@YsbVda0_>)hwQ?j6r z=kIBI@}gOuv-3`Bjm}Gnb8zPc4|;R7D=Hfd}EKb|~mNlPYoi%2F`=x%pJmP$X{Id9DDVAAOu-}S3)2nAxzHDJgPM)o=Q;PWrO#CNrSb_X~i|M)gr89ZXNe|cv$NhP(Vx-W#0 z6DBQK{#4>6S)?FDLJ``w?A&JVG!N6gV0tOHoF~vUDdhIkn-43!dBW|PM1eke6Jq{J zULPX`Bzln`N`e_#a{yLZxq}_+ABHyi?op%!pPNcA`~JcGvzK5-&tI3``~@c3(I)a2 zg-lJ}8$OAo8yYEjn`U7_n;G%Q-I*ozC>btnkZ&ztK9*6wd}_J72#OGbUX-v3i3mip ztuT#5M<@u)galFQ3QIB=3t|k0XqinMrOa4OHT#J}L{l$-l4|(`9>}Aa)+L?9NP2@A zEvlgxxoqJOjCg~Ak%)pcoi<7@5`M@)Ek63aZEqX}pMVMl`kP->-BK)sEZ&U>X{5dc zpEyUNAZdd?T397Q`j`eyppy_uiJjC_7dw!pCUgmqM4ql>g7rpFtcQ-EOA@;9Vkh-{ z#&Sv{-cG|JD9Qmawi$l)^+K<_wF^yOv3|&mMT4d+xO>!8MJI`)+%Uydj8^NK88} zr3Ge41W|-ogh`OhE};}fDr!?4<|u+9^=tH!XU8mk9yx;1QIF*1oX5rMM=V-rm*TQH zu}Nn>WtMt|qjMW`fTMHfk%d^rU8CmSK71B{a^sLm*9{nX&*)i0rY(IH=J==_i1L27 zX1>*tuZNhv;X&^>(KsVY62gVhbYXch!eaY;clT{2fi zC#86$oC3KMi1`pw0aI!b$$P*DsG)^LG77{AF6khc+C}1$nq>#9G>jtmspWd9eg`tN z5J@nKmIO>e{`T|d52nZ&6F@8g1tS--Qp!F!aq1!Xvp>B2XL5%C6ep!~ffZN`e0O8~?c&RRcF%x8Xyw{x(Nh~+i0lY?P>u|d=A`n|K_hdPu2}o> z=D-3FA^A(mvm(RNckDnV>8qQ;6-FEUQ4vOG$Ba%9jIY3oMWRU!D1kY&o(AG# z>&onU14>*Lg|1nb!6-md$u~=q7*o}$Z*Hd7fSBkxV?9hW#O@aYo6F4#~!6M2`iLEK$=Y259tJTbu=8|KvJTq4aHc#c z55!F&zoitKhZVm*I3ON99haym*Yumfh@^W3kp!}k1g6A~(4yw=XKZs8!UWuu;T5AK zTdWDKDvLC`h2ir#k|PE~ahd?K6r(^Yl%vzpto}l7%}p6qJd3W|VuihH<9fuM*Xp9C zH&c*sg7Ab|mtiQxT0EDudL!31#=PMT4?{UqWE4JRIEt_>LsuJUxL$3u89O9#470op z!4qcjZT+!8ft?8PF_M-r)6tA_)`QO|QxF&H2o&e0yxO&a#1h+SyN$AHZ?ZWtS<2pD=T#8a3%#_*?J2_n@PX?t8`=$bl#~-F26m`SUKk(5oO> zVL!a$3IIhi7{Co?EnmC#y5IfoU-#MP(_j3e|8f86(rcd>Gafm92|BTNiLVGd5PDbi zZ~N>oYgY;=j3P;IZ-4g}EQ^>-}PO%w9>W-i}pH(#dd4SHHj%fPiv=DX;EG zmRExyZYMZ{Bx!7&8{GVAKuP3UIbD$?ze{Ui61~FU%khh~Fg_S1_@?RWMU=H||E>&3q6?voZ2;A1feh%}PEg>sq1Fv(y^0COn3GZ#f%a`HT|0yct|2B1ehr3BpVX9-GVD*DS)F=(20l$uo6%b)S`tvU=f;u zK`AtG8D$Ekw+2-3!6;jI?0jMC8)(&rjdPc-c0BiGKmYaNUp;Z}gUc4YXMOkk7hLjF zyIS$Z7Oh(A5IUs^5Qe>nm7$25Kqou@$ZVk!M5%iZLl~e#2c!Jq4?F%)%1TJc>7;&z zk)l%z+Jj596aWiUC1n(tB8c+F2PKq}m`cD$)U+-GR+x&NKo%{DHaZYS1upOPVieE> zB2krsY1E5R%889ToCH(=3Um^Tl6}3j28y_Ni=W z$0~IUzx>Vb{HA^7n7${TewKqBQU3=YnK*5>M>=f$q-%fs`&yiToRaS&`}RHY>tB}y z4Q-^H;`Fo6vsbY)6c{BAd#NLN?F~PhfDst<;E>0K7Hk?OJk$5&(*y=iKlj^$E4L3A zs4g8ofJm|vSE;Ue{v`neKepgP*>TGbOEr{IqA9iTzEz?Gd1x!DfLGL@lsJk%fP9$+ zrf5??A5fC7M(8cysX-($V$F@rWg>2}*|n(o^}8{dg+a5hhOFGzJXb|I>&kT-giq{k z?9m}P=KCCUsHn-_2OPA|fd}K!VaFVQ+11xPFnI9Hg$sd++wU6y4(@f(p>oXaP@r<& zyHSrNPYGkcG9~>YB?#aH0f9d!a{5q&!R~qR;a~s$wqM+MlhY)bI{L&@4?FH_;xTqx z_|?rfOVIXvVztQ6%hJ_r^W&BuCBJNbg~GQVrTiipg-IJmeFNpF$f`6e3BNmK-$?CB2NtpovHj1rnDSM({C}-WYMe9v69va-tJEP1$9p$Utqz zY9nv@nL0+I91lnv2RWBMM-(+{>u7eD8o8D{_h=QEt{S zA*N`?xThEW*vyS&t~h;B)3#BWD5Kh>oJ!thUT`x)ISOr^81gKv`1oDeL1GPBk|<*` zXcI&t1M;;f4A(f1;uz zA}Dtb7=VOKRHFEbP&sc0;(E?K~*5Tw^g)}Yl(M;At$Pcs5!)t?45>WX+Vw8d;>Of|FEr;?iul3#D`L6zFj1vF7wLv*; zc0Y~*6D$}W{L%Zh?@4Al!pzbzN*K4pNCO$U%x`Y6OXv5u7M+CGLLMl}+CY!{ z0-6M=^kNjzlr69CT>adu!$mA6Eq-|N{QJhuMMEYp9XzcQ-VnwR*s!6N3J-N2j%Y;p zj+u)}d}Zuh74O+OIJNO9KoLGk1SLf(DpW*SL@ioaB?^g=u%B79NX!EXqO=GNbb@q2 zC#jzoUrBHUMiD*k`nx=A(MByOp(;UMl!F! zg@BK=61O5RpyZ>!rrw^lkb!!&Ex#*FLMbpxVY*v;K`Qv*p5T=zB#7cLc`*sFgZqgl z&YU}R%%mS&`m=M+zZg3C*M02*%a1$ikYm0IuN-jr(cG~g{N##LzIom)_uTKekvU6O z%5nh<-u}ZM(Yqgt(3GvZB!)>66O{=>5Sfrk_0|U;?hq8&S?cPuXBW*V1X2V^kN_M3 zE2)+jL8);RNTsB8Md20E6zD{-BveBtu~TfmR}L(xn5Mv;n&MUP4PpvLQ88ZYz~4+g zxi(2eLc58gj?>p&v7Xd zz^2VvIDPJ->wbF+fO7b8eI+cN_1z25<-fXN)YO^tmakGXKWNw}2fcXR50}`M3g8$% zZXycuP(SZX5wG@+`PwO0Uh``-f9X?8SFKyLVhv`_qUAH@EuObzrSkq^VD?tMVYncv&a_hK!x4@L>#2&8B@ z1Jpp^MZPaPD5Rc-0ym^L=)@PWP!l!E1yXc-%bTDIUrNxn22@O;x5Qw)9%8({Es{+~ z7(~)q_Nj$f_AQRG5^l@FRja%?9XxWRbL?$DEG6tGS6+S5PcBEl?{}{Q>OF@AD_09{ z*}X?xL=iq817*GS(?FtDk#GjXj+A+{>>%yRn2-_`Gi1 zZ*P8)+)*GJVZtQAC>yqHdhV4is4x|6KrIP@G^YU5T#4e6RF4?`=vb%;V}UhxDl6xj zR6Eot$4K)9xCUiOUEmT%i@3VIT^XB!;WKZPwOOQPSg=dIG2$aDH(p~)o&!p6hHDMX zC~fY7g-AHXc+(jYvi^>+Ix=|P1DGbC!xpdV{ka$uU zWG-EFLNVTyF~;^zN}o==PJE`ImPuP1NwY(qQQD@1p}-&aSV}OXhA3h)KCCt?&v30v z)EL(CSTd@~8^c?Sf>CtHQ9-DD@S5)@kd_Z9NQI6`V=WV9h;?RaE#ADPt)3d?M$u`P z#!^d*LAvr^lUEeB+fv-Frae1rIAQ+S(@tByVZ&3;KQ9r{ABl%!VF+H46}IT9rxveT zHFxP!Nn%eu^UPJ(UH6@fF535yLzLXx)cnbrGrb==?AT*J`=xz+Z^)a?zFy@8k4=0x zZCdrh3kWR83NhS&_Y0<=Jo7*YOLdtwQ?mn@yC4aq$S9YM!6Rk^3&?w^VTGncl8HPq z4^wNb-nO>#pz6mR%XzTc{L#WF4V?s_B!tlWSDkx|oh*hy6uD8s9BrVny+qDyZk~P+ z19zC?Um-%t_zH-@%H4 z=Z~wO+d6#m!UxC98Zc&#GI&W`112m4P~=BJ2`B&}=~BJ80f4Yc7mQ-Vu9S7CiU(6* z6ve)x8E&JfP7m>-+KR}e@`Kc7Su4i{jw04qAf_} zz0MISkcveHSZJf1#4W(WWpG0Y9m+YYAdch^|2bj{u z9G$8Zd0)XOrb8}+X0-fkqe6@@D4K%We@XsPp5L@>%#<1S5AJ*VnYJtDw5m$^!T|?K zD3TF$#@XLK`Rixzf5;Js9(6p|`1q4gi}QQkEq6RLeDvBEH-UQNrp>zWvMXg5$Oi*c z_}8F=9j@+scrX~@z!eU)FwD0u_~A9z--O0anm&HY%zFn8zW#T&eg8+7op#oFr+@QX zeNXxNS5H3U;3JNeir}TcV?Qpu>*oeHG3VP_F-~9fCH{5a8>K8X6FvVFo1!zhjS+mY> zEKe{$eV$34t;^hzn<`-9l`YS1-5iR;9<))~O2zy5XQ#X4GIPmQgwWwcZ`+1(DUJfB z#B$VvJhaGSn#-U!X88_rv@v?46JATLEyJZDBprE0Lh))ztdpH$p}vUZdX!}LnoG|2 zp%6P-Z?0SLkB@2PfjhaE;um*|SBxsetkw2f==$SPC^ox}wl!F!%hr{7b0h6`sO3gz zQlK2Qj1A8R#H5XaHWu>ej13VYHlv*3+TJx}BErmzA>oZiP3x|;C~MH=f#l(oeX^?; znX%0jCdz4DhI%h!Ihy2r>b8J%W!?CXB+gt&eg z7&W7iF2vool6I#}q5Z+wQ_KI3OaJU@`<##~#mjbH;7CF#{zzaHJW?^klx4&?YmQWz zJbU&{cieINz4wlpJbBWrS<<~kQ|uDvi~2hkUYtBzskV05W!86#iWWP7S(tlaCrh=+ zNOBqIpjQr9|A!tzSN`&scRldHtVN3!u3Sko3Y5Vb&)Fq%8Db5^6eH<19VSmei+3+t z3c8xIuEy)iB?*Q;NulRoKqZ^2Zm0!G1Z1R*T$dq@vL2V1v>3nw+@VSVpA`|x2c0ss3mFwnq(A7gyf(}qvC+s!t0H9 zygAYCjkVu9OfpYK_kY@S+QCW%ZVd=Ugx9S{lGw>l)b-v zh~fzw4-20_CqgeAYM8^j!V50`$<24%g9Z+HLPZNW^5w4_{cn38u+Ntd+wb7R4?OIs zeGmG|0f!!GpbB#U<+5M=(muX6@dbTkE5RiQY;qikqEIKX|LV6l|6lCg=l51svM+k} z*`ap_wbeG~oW&e4VaCwroHHsa3WDS$N*0iuBq|8zEQ$mb#T>hPckgu1`A6<&uJ7|q zpUpn!zBw=NZ;Tpq)T&jp=3Hw%p}woC=9F`-%t9ABX6{`-m=d%hs9-a8exgGN192NA zL>08*x3-Chv`|6=CK7;&B)_uSn9@QUomeLdIa@;`Y*u{ZQ~^WnFbtjAy>kM(B&-!s z#Y+W8%$dIbhgi;-?^7w?$!Y}FbW-+en`NE@m=>jaL+>z zzomDd;o~R2`1ZRn%B-c!ue|9tTjQL1&iSXG-%B}e0TAu{C=Bvn&D{ngxZcI@Zh|O5 zD%B^A&rUfWcX1rrPBg}0`NMDQaMt3&$BS1mUtmh(*QY!E_~Q>4@Fc*H{HkH;7>k}%qOA-NW3(<|MzbfWB3#cf62eqYQrL%AE#&p>+R zu$*nz33KQ=6I$5pq>NRE!?>tSDefBy<0Ls`zjn_Jag)94r&ecz$t}&5#&~X5`cjBa zeJ){WVlq|+)r+aL7&kv5iq#OnyYJRdPDvALd&C&VwQ;U7A>A{s)}secjg@)UAu@Cs zsPT(+#Go*xOS5MWbP`6i1Cr1JB0(fR2IYg-+yQoCirH9jXjXU*zGw>EppDCa<^>lV zebPzZBprLoX^UTY5llhez}cq$%wE0h4yoQnFO!KrQ@V!?M+llwShjlg_-WHDIgccd z$w?!z-DG+hS{DEXQAQ-X=fdfbXc2iR1LZ=rC~9Vs!>AGFUTGO&)6=9-=GK@p1oBY~ zwy2*^&(6nHn~yhr7Gg67>r67Ms1e4X)&MuX*z|9 z<>uSkI`v;a^DSu7;2yw&3-8xM8>+~I8;&^UMW+L!M4r~E=)}j5GW(%`sxn*?>t)}6 z6QB?<6r@riNGxdS2NU2i^m8ga3q~<$hOWIZ!3xv@EOIKCgM>UpUcpBvL!Q2AqZXd! zs!5VlT4XXg1QaT&2!PNAg#@6$3OTH85C(XG3AUgUVQs60U=D}%6o!7fq&uBR>S3UX z!%oX`y+Uh+YMOeKjh}sE)!_;AmJFIa=drQV9~d=F;@0Dnmx!ZeQDLDJbr~f_GSNPX zwjo&}YLW{1Bw{7FB6NWg_RtEJB=RBnfk)Y4-eFR_=m=KONjL;FNH`=&A(54YPv}tA zGNLa#iO@u-6;nxY#i?dl;+2_F76cPwF_2Ko=tZxLS^UbAOI{tZ;Kgp;fRf=0UJ*^v z2B{>JV;oEwO4MfNvghC3wCS6_h@hbCE&s`vKOq1m7)1-Clpu<>S+)y6NxoJqSkf*r zsfWq+0yqk+foYmDdu^d6&=M?yX9qfoFfHg)z(=#gyzZch%qvDJYDxIy(=UI(h>r2i z>xS(^$Bw`4zK8#?=K=OW7ZNz(jI(>3d*R?QPkZev+`&4oNyOsF0}XISD8(pRU;@;r6eJOVLZ~nWtm)`j zG@}!SX8N)pn`Jxt&%XvH8o*Jiwpd-B4A1aBqT-XB~*mT;A)=@j!6Wi>KDt6 zvR{3_RmhaU6w1LR4Ele7s1PTY5TjMWgLofk)P%|K3j6_QBwtJYJYEv_!k;k5P+BUoFBDGI1I73OT5Q_vq`Cw2E0(Wedv)@tOkM42${r#U9 zJ$V{{vhvNh2aJ9a`j3Yb4w;YACnG|_^1rZ9*9 z`FJA!*f}F{B}jOe#rsZZ0l#4bzml~gX>z?B#sifV9{fQ+6r0Y*4$I_e8_1hCWg;-)eDJ!`f3ePoU(S+F|P{cY$lT-bZ;4Kzod>s z7yWpJQAn#V%b8OAG8Q7N6X0~B!jGj+|dm5L6W_A)*1G@)%Ou)dREAD> zeUXk~C}4bGpc7O-IgH>DfRZ3e#VE0(V;KH5`?-+#+L;W6U<)~5^Oi0ZRJPWMT9ZEg z1|ZdJwy#%auWZFWOwrVl9Y){`-&rYSf4uhEt8Th!*x0eNpL@>Xp~oC!l`yo^UVF(R z14^jXUgZnkj;X{BQ?aJ6Q@KUCC-r8AaViXJQJ_!a=0rk>sO7MAZyRurFNap{YN|uD zKAb+8o}Ctw&Zm?q-J`5!$J}BTUp_g_XWO6|w=z09TSs9q&;(4ufFL>=F{ZRSx_pw% z1fz@Y^;#%6WRs-uZFCZx;i3B(32x9vSU~_EJj4?x1Xe08iF;mKOipRz$ZPQhuQd5x z6`&-Z0i9qfM$w&qIvOYl0HarUD1p91NzNp7i1gA1MpWf6RbJI1Hyr&418$g&g>=!@ z;u1WasHKfg^hxyP+yNy)Cjk}#ABk{~)Kh^GTF@b=BCvx(1rxELjT$+=6U~sMI}0dy zg$_pR6m(MiR^>nzEl(`O`|=)|o407yYmYuT>E4l3dXJd$z~~u|JU#!h35y0kvt;Ou z=Lb(;4yk}9UVxH01BLesbD4GL#ty+ z)>`;-q8UlwB1e>Ux9wv#f`4S<0x$)XAP)d?i0G&_QKzB>Q{WXOjsl|yr6iz|wp+JR z&%JIBM@tSPTg~IyGX*xv?k!W6JT!69n0YV0y8f%r|MWjoiIP=^OW@>(zhyspkrj)2 zfe5xxv;}?YQD77jTPRwy3xOu!1=v9nn1T-}M^~B-+yvzWYS`%=RX~&OaEb1*P*6() zi3CnCD9eQ#Z& zGV+}dH}cI3r1<=6X-;_I3JFeQCQThMV$6+q-IrWoKDE_OcG!6jiM@B+e?MndKm}#% zM!tVwLE;~Hj1u%X>A**gOaxUFFtPbdBWBz{haiT!Cb7eiM6!^@xJns(gEK&r26>cm z@$D3^va2KV>Fy-(0yL=<<(eCYp@3Rlnv6&RN4El%ugm7Iky~ncG{%!b2YG;WuYIt7 z%{yyXzy1Ep@0E@J%#ACJjKyciaP2d$K@9}oxOFoZEfv;!Xux2r6{uF3K4;;)#VcNa z_rq1Myp2YWo80HIf#N889dM{Dud8mjRRoK|vQ;mySpDjKn75P)}_HExl()%o#J@H85GXTp; zElK!{Vnj@(3WmfUDphO6;D^onzD<2Tml<*HEbN1xnLGE%DN`UYc%|%DztgV&wA~K2 zn+`!O2OQbmK99m#&hR8ha-0%GBIgawL5vbuw0*4 zJsS%Sb1e?*soK%0oUL=Co}wm)bnh+_v*&>aDsxF3<;FYjd}j7+uOHwi%ZRD! zpT1y0_M9b=MYiIVS44oUj%=l50h`g2CaJCqwH|K!-Gdp{OU~tMa}`==s}SQ3*9RRw zXIUWEdRVW#`4)5{e1cCX#Rs(@hV}=qs5Kw#JPRFTBx-tv0(v4W-J7_GPdmf|nrI0F zQ0Nzh<|C0=86w{cZMtN{s)PAO(#k601BEc*8P=OsCFi77D4gw~MwTASC2^{Lk2u8=~1TknU(X5by zT9sqcMH_^n&Dk(;Nl5odXi})k7^h;q$}zwJkO3c5py03*CFlFlW81x_5MFdit$A(uV{BEbzo6&!v{!Y4r_ z4nYH(SH-1rTe>jHFRo?dX67(Z zpg5jg7^MrNG-#;{qXcTC4U)hE6I~dk3#0rWFiKg-Yxz4ezQj?Un6+xy{Fl|b)Ebx) zvYEJG%Cgtje*V+9|MI`S`tyH$`KNzRJxbyzQoK~92%->*f{0<1sK!r!6TlGINX>lm zvSfCNrU;xQ0SuF@twvH7^i3=zp_G#S_2ZulHA{i%g3)&NErl#U{E3dXto8fdPbKd1 z(_fUMm(_opOt99vTVH&?cGDIcqD-E-0QK%W@R(E2`1KAu|Mm~N?sMpo7hiGhjkn*U zHruiZAt_Z^Y*=BuiHT2$f(UrnEeqZA$Rpm=dtYBRD?IT;=}A^HUhQw_lP|>>IQz-D z5;75KP=vAQh1Jh4SS(b4uD<1t>+iVd!TwKJyn$&I zxO}68MR`gg!Z1!HU;|quprV&#v)HNelF9%gmK@Gf#9{EQs7$k6iaQ|rv8H>8@!(Ut zRpKb^3Kfid;sO&N!hE2bOU&l;ue3%nVo8WCVZmxT3irCK&8AWZwg1f0rYy^o2I01 zrBtOvS(?DiF9DKv)P#|oGDMB97$s2_8@-@Za`2r)WudSpI`43;-71^xrjj1htWcC_ zgvpPY^o)`em!^;?iC*%)gh>RS6!EBE5oi%)y5!nxPwLt8AGh1CEOorwp6-T{dmGZo zB9p3j`E@t`k6-@|NwKqt>75Tf+IPr^HSfOv^4br@VBBQyTmRwLzxmzvJ6KggNs3y1 zHv0`3A{T!D!w(mmLEZlOpM9IkBFa1O<}q1?`oz=EI{D1A`wt(kYS*-dC2T5_Sb`Ln zyy(y6Xi0=pTo*in_=8+#`ff{+hnl3RyrZPUf6QA~E#=6yK_t$WXVi{@kcUXzQaZ&Y zZ()h4FVpfN)kDSK~LX1S%gO(kY9^rZj@4kCXV7k`>2Q$u#l)p`j(E( z{Fz1gGFCIFHuIFX6GoQ|Z4^vi1c#@La`{nqSWV?6GJUtS6+|&}uaets=eQXq1I27@ z3F~lCh%#a1Q7{n3=w_lX-d7_=GNtH8k}g`0-rUMVZx{5iLx*zh6|?E6rI2y)PC3j# zu^F}S+B~MH;gR9obFEx231&>yE@9jvA2WO=91G#o#+s+>p&LC4nYLba+8It;?fmyZ zLT0XQF3NSO!?5m_Y^ZXLF&_J|W@yUMZ@RR?E#xR&v_)CDb-U2PR0T4XykOE-n`nw! z7BLd7lK4f>KX1R5WO@C1`|T}ejKoxq>(N8my!~3PyW@_%4mrf)$J>drbnkw`nP(C{ z{KOMhP!@o(q}ZWz{VnpT$*hG|Mn5+kXhg~SX96Qbbblhl|Be_v8l!VKwBHCapGgoJ*& zr(=n@v};hrKm19B%*{s^Q4S?GlQ{qxnAoB3-$zn(q8FH0$lsj5JVyM#C)|?2e+kbt z|Ax^d%vo)<%v#7OK{F0rT~LmeCbIh>-rT6U{Akwu5DRn?4oN6QE1nUae5=R@xrj*3 z0TV1qvKF<3Noq8OCZP}rNqA-*A`GFH0t@MzLwxN;QqM+SG@IS*_;rFPFTDNU@Mq=> znmDWXut_)d8++5^V{aQY{)T>I?i@Pl?%`9AtsDDJnD@}rvmcwZVBj=aUWNKMTcKzb z&nuf(Jg+cb$$EA`skQ6s+fnM@Ik4rTKdFQlAarWUzU5}8_v zP}w|vj7s>})P+t`xuU81q!gemdc_)F7ALmkmzWKr)2&<9@@lO*y!;&)MJz_HnE;Kz zkX6bgyG>sF%G%98*cK)AC=dzS(om2}3$=9AqXeJ;9FRovwNibOl&wgDT^juHvs^D- zK$B4E*yMV3_6kfX(4?tNVI*l?0Y>l;CiN%*DB5iKzH!TU?|k&>b1%F+VftKj_04x3 ze*DS5-)%1|dMTK{?3x>IyXOI`4{^_-6KPj=Y?OYcMJAS2xj=!EH?n@cQ1!ii``S<9 zx4++>|D_C~_rs457&_+N^_yXo20D~wzIgE*aLb5U>iCIKV-18rqHM>~^P)f6FT}#G zvZ~;K5D-ui2JfD!bz8pt;Il3EQ4a;IfFMZ*D}bY*nX*R6_+#XkEY%*8zFvFhgQY898Z&;%gO3idw3n)sf8KV- z-)_J2ai^T|@Zh1`UWh@u*B!kd3^Y0Pgp*F_c@DDPlx!{=L0)^y?H6Bpje2k1v?_gT z9zQ&Auv{-0Up#RxxjZGc_h(&j(L?zqjA*9CwKe%zqe-B-~VpA-|V=v+X%r}F)UeLmLbT7kM7|^j}Mg6KKbUm?hQ!{Q=gQCy<>Xx82sdu z5=FAm(B#>(pPD*VIg1<;n?1OY5Z@USSl~aOAA!n7nVUAbYAHHddpIt36!-`j6c;0I zk;CGwH69I~w^G|;aDBP4nD{$7hIdE}6<4M0&YMg<8{^el+^Fi3@CAxL(tr}Z%2hNu zV|h|hX50lb9?F$w8crF=?tUD`_;i^Jp$ThI=2kDcN-{C>{{pj`t1yJI%wa2Khq+_g z5aV&~VojS*U8WIX?kfGvq-sXuEP1RsRn2BBZJmRGOw6rtyF63MPHF31ik%Ey$HGv^ zBr_9ybR2ScqmWrS71AZj6|otyl%%v%`=W0qMWOBT6Y51LePh2RX|^b@_A8T_7%q>m zGA2f%Z{(S0dXZq{cOki6ue|g2TOYQrG0N$sOMpe}WE$)vgR+20>l8!+ri6k~w7ljR ztS$Z2kYW6q*-BE1mv;=k`}V!_fd`OWFBs*l3opF(_S^k**jCb78-76cJK~7rPCxyK z6Hnat@WXxUciCs3ZFk<;3k?6H-b460BgtT^-gqPPWItDtf)ziWxr*GDTo;9^oQtC4 z5%>t@y26)BZaytB2q*+Sw2%iJ(0qh+3B_ioW%^0kqFJ9;n6%^+sDUPdBY_tX35$` z(uq8NeO!AOA`rm@Floc!19xg0Bif2lAPoOI^o`4GFbV~D0yqeUDDnnU1VT9sMX1#` zd_7f)NIv-tkrM`OXvr%Uaab`~r$Kz=0V}0%ljRj$lD0w(C; z@w#u+bctT*u3=Licygxg<+HcE?N3l~-K{9B_@k*!NhJ!eUgDNat>jk8>`GD=#wom0 z2u~puBq{yShU9A{<13k3)N0aK`cjj=6@($7tLAh?Ey-hA9ia?ls}q!pmeKQH8N29p z?U)6xvZD)R)2-X+#cw>h{GACeeh8-6%yII{55_HjODBnJu1_7#@R=)KUAN`q@BZ?c zYWW}kX4T=c@Nj!`lvas*Q|PW31w;TZ0GF?S`ZsOX5*BCyXmVKA70x1H_IYd&32gE0 zkN^I)>K4J6um98uN&;nS3(epYO;MNvsVHtQ)GX%}bW+;ye+CfH7{o1=5<}O(| zZ0sZiE2u=V*suk3PdMZ3+wXtqktc=%6MFIVt(ql>k|mABV=xKQlwB9U+=6VzC#nDO z5hE-!rIy<=Q>UJF!5QaX%t4#G^!XaqFeudW+I#CqPkiRV{sTF8NTCB)+FDqu^ey6R z*ARmS(102O30z$suC^qnm(mA?2%DTjKCnKv1=F;4epDo1Hb;S1!UPtO1iJ*sRG<(h zSVS9?9)J>?Fh|Itv9wjv$vBmnXvwLW6_^tHCU10ngFi|fB{3BkE5Iet#92CPH`fJ^ zp{vsC{ZBumneKEr>HKjBAT=4PPt=8|*7lm-t9)UMgc*Q<>CY`W|H`X(Ke#Lr28bZ_ zpFCd}#U>&bU2!!x-2La3ixvzV`Q*$+O94dianR_eRAVR|2ShxY)6O{`-EjL|dL4Db z$*C$=Nq*@KH%(u(7(fwC@%ZQqDljM#BbH;HuB!$@FfM`6^sEGIo@R&=bjdrT@~hvh z?ggp%IY)W5)cIbizForj?T-TVW=l;xNrdG+SK~JF+TtW)f=+UXCqdNwNdi?0N|e3} zCcz@gQ;>b^-PM4q@pXT3N^%t7>R&f8YU-MHl|gAFsdOI%6pq7DS0dU4tw95fK#g zhw5^-eR7a*6Y^Qox)0U4a6{@}aqA^!12y8;l(X$B7QOK9XKr;EZEkFs`1=&tj~a$E zqK$)7Jf_A;B&j@xP88BHyw<5$W8bMtPU*ra%P8wU{nRw*ga};}!jMEKt;0-Mo3Wx3 z%gj2A@p?9z4m07{seHPmmp0B_&YB^K7Nz@Eqh!vM8Np+sKtFTvaPxd&rXbP46m6%$ z^fDGBIyy{?$;5KVekN0=6eAgzPLv~bAqY=73R+7rh|H;mflC5^1y>OGLI|(4Cfs&- z*+eYFX6NWJTWmIX$RXD|gQg{kORh!0fj|PGvkqTh`|fM+mo{YFGI~SNk5f;g3o;71 zA&|*LGp1-#(4zFELlR!gxelpsu+JkvvwZc-!=HNUz$1^`ZkJsKj~;C$V=w}xqFz)_ z-3geo$3X|#=-!(KRVm34j6@K0>a23j{Rbig^0D zOv;$VJdENAx>0VLk4LD!WAMZ4M+3zy%Ku`&c5%H)V7-3vHqicW$6*e53} zU*Yx;of5)|71FWBMI2V|o=$kac^v$$PQ?ge@QTCEY1F>8S0}^w517!!==vIk0=X97 z2};tDer7@k6N(Xhgbp*Ss>x2^NL8raG4yjb)(oV3CXgxREQrHS>Da_ezzCRQD~v)I z+6t`Xumm$#bt; z-D~{vcPFiUZ^HBMD7Qzno}9n>(%3XB4CAmAeqL|f2FLMhqfq`@MA zDSZL*+E-84W zK^1~1HVO%%h@e3DPLbRwb;VxUTX@R*`iV2jog zi55}`BH5}97I79Fsi)F07{&ipq2~Y7-zhh(qLV-q|Mo&t@xMqMx}WO*;ioL#1^FRq zY}(Awy$zXjrtK^YVQ&VRasp9D9)A+FCw)$+3E8Q$AiP5kKlq5F4?6s)!@D1M;E_k{ zbI8HcJPtkXxU+g)VtqV_+%_uqz7|BW1kld=?#q8cA~cq%7VEOCkmc97GxpH7N#(N( z7tUR_jC(R*^MWImBC6q%L>j%$dW-jgy3lDX|kyUlYEn z(8SXr(Yj=9?oVzGAIIa!os4VX9s($$2pEouHsl88Ft=LkR+FG&q(dzVBvlh1OS4*({H>O-0zoC{;N_>lL@lAwFm0?qvcb87TS@)}eJV z;T$@J(dwejVLesP=9G?|lyP$k?^#4*&^j5W;_^c$2n=jGF(cA92s~l0g&3e<|-GgX~@9#hF zu*30ZoZ$_GFY-0F+_K+chxtK3r=5GQ$cjZeMm+tr<-%lyT2MpKMQOda6v8bmn@lEV z&Ynmv$0Zn1`q|^dhMj%UMT|_GI&Im?RX_#`TmT60kVg>1R-nOQ9)Yu=^kqLc$Do+{ zag_^K65*Ql))EM*$fJdOnnbS_3TfLkO2!R9(VCB+?f{Was8RnQoDDRIT7IDNW0e4j zHV`3)HOj(C=e!3Q#BI-E)FMe6k6!DP?wLk95_VD*G6fLiunM{VQ4TZ-Vu+@;+M(~T zf{dtXqZv76lc^RumGLd8(S|sY5Jt|9Ay^=f&DcpCg%BV};H0w+dI%Q5cY+e2Ay6iG zB5m+W;0`|Bt3nQgRO+b!5na+NazH28B}Ue7+PuE(iPBz~=f9UQPW_Q2gb}6H33Z$FTsRYltJ>y_<4~8rt}tHpC0iLrS@NQy@XP}{JtcB(Xo>Q!)FEC{6TMg? zk(VWclCX+Za*@Sx`wki=2OoLoYwJe2UI!j^>;;!!ZR}=;?G7?;*$c}5jy&N6@7xbK?C8U~pP(4tMvw+dyg{y) zAc_PtLK{eUO^@Wmc$IJ4LEEm#>=LL*u2%vT;wWBNi=fbv`|l;boV48!IK(Cs=(6i? zmNqtf@p4nuOF%{Gi6{k1;3T{d1t#+})d(@@l9!Jk6CdOD$%d&7jpt zbUN)*W;v6jzm@&S)5cV7G5U6z!pDMB2GT~E&?(BfWNsinQ^JG~qs?1vQ%c{erdOt+ zWhZj2!?YP9-6`ZgFc^7;HWQ3C^2`>`LN&rd#u6h*LRW%1iJBB)6JilO@X66;EUjMQ zF?F`FYzVOjXLA^36AL*dWTGNnK9yL44dD+y`e-4CNi$}MTR7{N4N1E~cA;Oia%CoI z6qf67cyfd>MB0ptNA*^~B1p_8au%p*OW$Uf^(M5iRtTX*P39P73VPM<7#)Q<<#77W z+E>X}QZb6WFF_QQ^NZK4S^DzJ_QYKE)>}%`RL*DZjB!(^&RVp{56Hx4pC$Awp_*t@jjiZQVjjuM(&n~keFzoqq{KbH7=>@{ZFJnyd~#Zc^@k;)&5qnH-CN(& z4?g1fqqzBgU?cY_jF7v{D86YaV0ZPjA!k7Rp`I0<11cbEC@sF zL@U_fuuh-?jzl9UG-g}dqU2B)Oyx6y|4rMZ2>9m;C2v5wa_g|UYQ0z!>c}X`&e95v zNPlvw#6Q}pWl<&!(TOI7XgbU(5`6l0wh>0TMqda!V;jIZ81~ zJpWceW#)24^8KbhXFGZ%JX1nAPtLUeic#3ldd5N>z(?KYLXQ;|Dn{TkZi#;3wZ$+;ENQmN{a1MzmnWAa0FBM zU$$lZ1=iGZcMRl_!gcvq0V{AxsB=pd$z8AovZxmVO`sOt!vHI4ylpRk!=3k@bk@0u z*RS;YfFqBQ^mW~x_bz)T?zq4s$s6W`E~{KD(boRl$kYp ziqDmfFJ1kLg}?rI?JWl!ahxqC&GXvZ?m~C<=_~PuZ^-vIs{kg|CtUl~ppb;206nm* z&74)jBbD$r0p!AS_FLfK^DoroTi2^nwrNozPdUBP(IGP7K$Ae32AZ^z#M~CdY(*zw z2!RZ800IM-y!-K|sYD?OpovFZu!vuprrsj>Nv{ADn(V+I2s#N6Q5YokZtW+ZXpL2e z(4`F2EPIuzay1GZ@EE};5K%X-%t8`Z&x0b@7e& z_MW+98R|cBw5sy`k2pFQ<;)8&Rx{5I=)?2n7b`MHc1yGlm{Ju5E6}i1F@@rH^?5`Q zJ|>0zN1Sl-b+_MT4-(r)p55yb8-yr=QO1GhJh#+e5Fmm$&hdJ9Mx}O5 zZG{nGaw=z`2cMQ;hzcgsC2&L+hj`=>IOGW;D94&$C?jf1`cw1YTLDmp%Y)05Op=49 z^@q<%DgXJ6zpq@MQ0<76537XnTvXC#a|P)lSKfGIuPd%N>C7`p{;=nsUVG&@K1fC!vdF_L-V6V+N860@lcF-)@h+R3lBEJAdiRugboY zE$IP4gmV0nm8XOVaD+H{5Y^-0lX3*Avrv#96v9Jq`||N#>FZUL+gVk?d?fMmoQ)G5 zwcIP73x-#f!?YB_=o{W4V!0m1tU081-E9m*Vs7{lwHPr_+)_-)6_tx>hA{a$v>`ev zLsQTlAA^~U%gNc!wvK4FgmZMIRuqFzL?J@|zn8>wQj7kGgtOrP#D z6?)#;r_Wvo9Yo@1L9vVX9O_-@XDmbHFzaW*)uWj??^8HH6Zh5`YEb&*rGP?U- zAlAZ%p_ZGUv*obacvl-!`P%vwDlZs1aEY^>sHK3IjzztK6@UyFr2!4fN?QA`sG`rV zEl>-v66ZZofMy^OM#tbAr%>=p%*L1J<4bu;)>BryvJnXXnxEb}Y~T^)Oal|FP+D)l zns;d|f3&d$AZn6x@QOqKclbB}#Ru5*sog?o2)?8 zpqaFU`np(H&0T$e{bng%8@~MU-Hl&9_3V-XPtQPhJ%K#3{RvP4e83#M{%jzxRWA;* zL>|17bT6k634EZk1SZf1i&Tsv2Mq3kU8I3Y218&mo%_sc4?FAr42@D0Ln@mv^d3@{4P}T#G3prUs58fo@zgigSe zL{mz1zus~JmkP5j+UOUHborezP|nA z!ovqJ$FzBiU=bxRR%W%jEmER?&Lx-Mba!uS4^t3<2#g4xXrd!ZVMIs1f?!fDp?G5c z@|9@us+YLo0VUuFHB-vO2uT7~w0NLLy}gA141|V_8TaIbXC_UbZJDfK6h8y3QASyN zSZxZ%Dqg;G)r&6x~ zUZ@)vAQ4Kr@QSOgF^nu-b^7_e&bj2W$A*uDPHYzW>~l+c_aAWXrI#xa=k2OQaTd-{ zYa)aIJNifr7%>_Nk}1@HcmR>}FS`;nv6X%He-u#wj2`GW;D$Tz(b^-j`zfa>e6irJ zPl%cf^vHlg{++z4Q=Y1rT*c|5Lx#*=vcx|ytN?Na5Cm#egb~CL%t44MG^sF!u>2Xe z3wqc=wM)xFajzA8y{PBaD(&#du6= zO;o~*jzAte?y(0FQvprTZ+F~LF1Z!h1eS!CCeN6C$<A9Va#XJ35X4YQZ6fKl9D578qK%KFD`w}(-{O^5KJXcoo9dd^m!eNGU$c{FB31i&t&DEtBVLD>S`H~rhTE=3K9Ho2g z=TwZ7bP6*NeHLP~&crG5^v&p*Oj>F&s8<~eG*^$}(O^o5rHPtkKH79i%WN1rVHl|j zag$x$^|#-C*s;f2{Ob1Jz13&W^&ms*-^=#x+8HzCi6LMKM?Ng&Bg{7Mv*)>IY-O!&FZVZa2JoJ3n(?~guy zcikqf&7j}@V1o^IE0OpQ^0Ta^%t;SMsQ@L`2*Z#kvQm_r`gTYK1!@2piH_uu$Bl_E zA02HD14?ohPjjQyYT8R|#lepeEwfs}gbjGs0VRR~k)&lL9nAqBa1f^EJrrcHzP%n- zM`Wdk4Y82XnPms*9)sG7Bmz4!93d=%Tqd2wNc2J#qtK~#^rGh4>sb=}R z_9DRn7CF?q@L&{vQTDmE@pr(ALofw#qBvCKBxy0B0%&|N>>K{^=bJwNmZv)Pxs^}P zUe@oanSB(-kDPY@m}mPuHLLgN>DCn%LFqSH$VA{oD8)ANWi4Utu-PvlfeI@PlUrsu zYFfQ?f8gm^_dhlB!Ev)iM3lkzoxC7%kw>R2d}Px6v})rm58Qdyp$Zj{1&k;mjd^9w zV5p^pRVInz%)e*!w0p-)?>%@XZg zhp1|jM?dl|j1tefLJ&-DAcl7wxtmrMx-d!?MuAAWFiICj>B1=XO=)A4LDQcfGV4X8 z9z{T9@XV4*CU#@duMx9X&3NJMmG6G?-QWJ#H-Gv!R1&%@9^52%ef9IdqY^$zqSufA zxDC8( zY{&?!Z;67~>f`0NKO8yknFsp~KJ2)YO3ljQN1^VgoNgOO!5c9W5eT6OBhnX#NMTAX zf)U6`&>}k2O1k1V-y>lX;gcp<(pthRJYj+>!YX>b^6m##1H1X2`;mPQciwY9bu%`s zobb%_8FLrp%YhBrzjv5*8a(u!(?Ook*ETXsYF zokpPqbwo!@$(xr1R3fjfIEpN>bjiHenJ)u$UFH^p-e>dLWb%in93C2OpV?^`>ND^}O)nV|$$O zPuuOV?Jm2^4a;K2A|?0r?Pog>dx|_XU=Xryn<$I3l;wSq%Lfx?FqZdaQo@8@W-eMH z4kzMLvdebb^`tX;iphx_Ah}*%Qwk(VcCwUj_ft=m$8BqYD{sEp`kh`En!KwpHzb53 zE>em`niY0yXvA0vpCrYr##C}xqb&6CmGtt~67e*XbK+&adzdIlPHE$3QSKx+v&K;{ z-uNd5qkAj-vvFfyG;4*mZ0X^>DtdC#Bri;5dOS0Gw(Ss>u396%{)Lxcdwl4K?7ko~ zUB0>3re4KLa<}i>=t+}gY#w!z_3?VxiB-*(ul6nXKWM)k;jR%AC#xc|Yh;Rn#7;aN zbwU!rvil3qkz*Jt*U}`6$1f9frx-Xr@bNFEbHCsy3@yx@##Qayk)WGS3KoR8ZnZ`S2vRr1dsDb2h!$ z!PK!TQ_a%BhjP{sr~)YpZVsEy;xmm55g~bQZ#^4Ltw4osC6nt2-I9c&X=3Tvx~TRW zd}s4*BKLLEMN(51;uRz5_N!lc#V@T(V8A0AGjZa5k36C_MIMycLo%b(UI+?Gpb{id z+hKifbY`z!GQQ+`iND_3ySJF-oTW{lYCIYO{fJ+1qP)TkjN%71fngk5Ea-v8*MQsC~m|9%mv!;d@e z+FNgRIDgqPd35Z!^8!>zm5*|tM+XfOM-g-K_>g!Qa*J}8Od$71TljVyC6U)eQ2cZR zUic+JbXq?w%{Rz!t~v&NDZ;o3e!8U!m)N#Hh;HPDn30_(Wfl>y>mbAp~)h1XNmWyJkfY zBHa_rV7a6-HK7swx(y{jg8Y>yzLMl^I+18osv>|9%@WCIVjG!W>D$CqYMdkCljuiC zK^HCMs)ivkD~z*M9)r=$r5K5%=rlznE;h+pN%u-*MMNaYU6@2rlJVtG&V1F! zBnG3ex)#}A$)e|@zP;&-1#8~uGh))cLnhoieCmCpXCaARNFhjax3sB2NzsWEFOsBt z$?3v`snY~gC zNY>hNNIzvRM$ckmGR=@2Gu0}|^2!D#)*enh3S?12CeJQc@}e#47K^OReKG5dX;Yg* z=u}o1!*}cU*yJSxrmYw_{dw&Z&%OYo44P3?hR=Rs)Vvp$zq#SHkG}ZgPyeZ4KA=R# zSMWy?z3{cZMCMgUVG4p09LoM`Wp*_+D3l=;ix4AnNQH!^Lrg2btJ$1UvKF$&FtQtp zHn=1hrO6O$<$cKnQ=U>%zdB0mvjVZAdfq*E*p?VaoN&qxd+dYcdhN^YJFRDrp65R` zX_|y6>08m~dIKc^C~yhfko+->Q`FFs7heWY?tbXe-48ef?S04*N1uF}gf7VA@!_NS z-N6>Bb{+P4e2`-4J@-5C;G>Q~-B0Xs%U!((4jV1O?4vKfTL0zO8^3OCzX$`FDrkZL zkpK=e33ky|o*GP(Di$psTu9vsKBr)UHE+FVd0i_7pyPX-Aty~j5$2vgk32DAbbb}& zcfka5#)5L71m7F6O99G4?RAj@O@d2ubxsAHJSxruorv&$-zABmeo+=P&ZyrRp7b+F5WXcwq%%d0+CiWDwc> z=sITDuLMI3>WgwBPOj@8@; zpd?^L3&#Xi_`~d^BoS#jgZ@bKck2HWBSnNiSYZkUlKhPag@kv1(mle8PLheIWdSk8 z0v&{pBOoayUIWX?pm(bkok$6jkKgU@{*D*JiQtl8WPHhKk;vgYWf=mb+{ArW8$WKw zEX62*h|N{)$O20KkKb+!saROrq8L`A;0t6a*{CJVXScZ}$46?69+CidwqkOZPT(h&-n*V@z40+<2US=C!%W@qt*TQ}zG<{U?=|VFzG(Ds*Kv_OfP1%Z8jlGYV6^lJ( z-wQuGau=0b@zbFbqy~j&t;XWHRjU9F^(9UnbodcF?z$V=@8Cn!qkt^qr%ju=a3K)m z?L`*q=CE_seSPeCdf?GV%Yp29@x@lkhf#bh`QVnWh)16px)7ABFjc(EM{$tJr9Ty6 zbIR4F7a>UiM7`=gb9$4{4QkZsdMH)X{<3aWXu@l_t|PiJ<1i=UZ>p6I_Tc_ zxJ!OsbnzX(>Xus&jA8=AEZ#A7s!6&ogKAN(s33`Ew-^&ZcpsRp$hG9V@47m_3*`A4 z`jCScK4t}8w70f$SiYW$NZL!wQ*%h(y8nSGUg~(kvvw^tp0#8u6gwoW>5?x|y2qD? zR~!aEWt3=^;gUV|(I$u?NFshZSv#E}mm&=Rtflqx#V z3D`j`lv8vvVN-Gmzr1wxC%&ZQ9(RlW#xX^4aZBGoj6e#5rY{{bV|i%sv&%-z zS(#E13~JK7N^MH1N13w6s$3CwSiEOQ_cpvm`S&838KIyWopw_m}b8zOG~By zltqK5Em{2PhcL?LKm9w5qV#?9w|@~42}Vgkh0w}f-~|$B2}UWnM5v>IETuZ6U7LcT zrd54{Fp-ohmhb-xvQRGiO-Txdg=;u;Q%fNYDv@qCmukbeCLngT=vi z-sgb*kLa!{-uhrqJ@c$nb>noeZu>m`gzf)SU+=X0Ua3bpI6cu5KEB#;x#M2E7A3RS#P8EPgBG=M=0_=h|>4sn42l)Vl-MBR)n z*&iD;)Q<$0U--ms^Va@KMN3%_tjVBED21I+fCx}h8FKf{D5imT30q;5iZg;L668n= zD|8;>D+M~}0-&H^3unO;Xa+;*HxK!>b2g6uRv0Coc!CFXa;R^Nlcb}=LOkeA8(J9U z?qi!Z??V5>byFcu2Ct@nd*w5_>t)s45@^}s`mR;)xzR<2&Y`emDi z*no1!-S^^{bJZ1>+Brb=PqL4jeJUF4nw{-|Vmhvb_py zCz^#|5qH>{UE`+Bu$iV^i!S)%6_z}3N;IX{mDltiHWF9|(S)6fYu|ox%m?9dxJLKE z=plzZ$4tP5l&fyL>cuyq*2XC1&;LWdd<(&F83IJADaP@-BTUBXJS2=Ow5>?u^-TbK;@YX*4=z+8NHFYo}})^c4@2xC(8VNh1%F zAv*CvG+Cymt$tbbNh(7jWQg3N453YTPLsQ5s?|Q@t&d;xTpS|Z>my^l)wey>Sc^QP zmpjnB3U`>ZnX|Dx#CUD>Y35MNJw&-E9b<~wTu$0*KZleJR9xxiqg92NkY^fDk~SD6 zc*QB7F}}7!@yl<#(HA*IT6}H$h1dtkl2*Vv%;C@i6Y5TEYp7J-OABQvTyOOjclYTd zVgb#7APA;WLvC@rU+=i1P2dF`OELL7@Av}lf8>!6z-i~7?|nvnDEScPc9jchcK*=% z{5XtSF3KSQK`o5GAJT>de{XbK&lc&x{MnCopZfqUJ-=**ZmDrrLbSqp710 zo)49enSWa!JUs7JJ&MAV)TTJaPSv574gj36(`N2Ds)hcS00Q20<=s8 zA~=N)Ab<%9ENJ!-Q5_PTQ85IN5wt<#A2t9*i_fXfHhm-E$mg)&lJ*WL7(rRq(f7G#{6;dA;xoP(Jy>d+0xH*z&`K zIm-t;HLLHK>GzJDYL`YB<)NqMA**%48EIjQ#3Y0$DnP-2BXm%ODV-9%kWEvxQoq2O2BxHnzGyb9 zex-iCBz^r{YU~Tp`QcwgzK}w9MMSJsj1p*)n2N9pfReUBDka2%k|#!9s40L4GPu<+ zibcIZlVFsxpzpp19eu*7;wU4=PT+VdFX!WP|1Asl&7WOh>7EFR?mTguEv|U^bxZ%E z`yU%%K`;QtHucu&I_jhzSKWO3jd$J0bUT4zlHPH+@rfV+1>33!c7^MgU4$bLb48GzxSIrU|Tp55fn#RH11DRgjRPeI#~r z@|kDbB;3NcH{NmgeGfnCeZBW(^1Fgj0#iVN4=pF$(7HAZVhS8VFiLfG#RH%dfDB;@ z&J!SM$2lMgI3pWGVnkB{2;w6{8x^KtP|gNMXzNc`&PD;SaH_;q8jPZ?@~k=>ue{}k zHwj%ejzU=O_NGt0n>O?41gwzrl;b;>*vZGOs0?cqoXs2@Hbw|HzrOaPSKljp0`hs6 zzx1lWhR_Hckk|CU%8)0YR(|g-zeT{1h|BS(pM}o8_>UZFTNzp(%&Jq8kt``@!37&5 zikf&L==qmkmF{Ju`(Bq{2!~ZgnKua@edSmZw01K^TAd{`UFKNUX&xWBC}eGGuYc zue0a?vcNDJIewC@IU$mRj_hs$g5T}5t9xt3Hal#JIf-MrYNI1lEsjq^0aX=|I8`7* z<2FW9n;R0RL(6O6O}Bl2PH6Fi%#+-GtGAA)gVHOEQ>A-bj)}9DTOFNpy*zO~FE#VD zm-q+op*Pm8ee)xDWi86#EAPMKY>coFs`hy_B&O7YDUCuV1E8R|Z_(FMjwJJU7$&pL zJfo0-Y8#u{=xb5T(s4N`-I>B?ETrn((Q?cm8eV-Svts9dN`Eu-YR72MQO->ZX@<8zw#`zTG!;=fw z<^zDq?}ipQfFTf9U8_!B3B5K9VL>6yR{)-%5dBDkC%nROueAR1f=K+&C!kjaE}eV;jZ+0ccm)V*Z2HV1UhGzMH6tK~eq3FMNYe#5Q>JD5ydkRDp4d@gRxFsRee_E+z|}Wm6@#p#>d+9@NsK3{kpIUdW(B1EnfH z0TN)v3dC82*hchOdpOWUqE`S)iNwr*arAR9k6QH7hy|;&VpuZDDvzO~E!Fi4Ry*5; zQMxcn6G!R7D4gXkjFP`r|FQA8xBwM!R0tAy;n3MQ_*|`eHVhq1G`lcLZl;!lgTioU zP;PaE#hdHGC|ww(3!`*llm@l5AVL>LX-7d|2o$-PsFrfmM|N0csK z|LLzH5J^cA*sycSHap7<*%58K%N{%Ix|dMOUI!d{{HbT&e*Z)EBN;Jnk~AI>7mNN1 zYzPdfWsxN!f+7wfU8>*Ek>_4|1^V4iyRm@wIrPXwk3I2>3oafoV$ATTC+Z@M;XS*T z?26UB$d>kFH%4(3HS?A}MF)33{=n|XA8}HThx-qbhvQAXc!>x~GPMLqvgWa9f#j>E zFs0PQIEyM{6xSuZA%M{tQ^7~mS*L8ZB1P?)ISY_C^-8{_6)EqR3}b~?b>M5>c-!j? zZ!Q27BO=WDFTN2$2^k{f(hzG>l_V?;duqHiC()pZGv>HbH?0Iznl~dUMiEfKB(f4F zv6F-)#3TeKBGDrEA)$^$I|N`_FIJi;3uRrLvS=~QbYV7fEqOY|PQoOe!IH>zj9TX@ zlKSGlc+;CcL9O9F-keB`J7W~RJX}FF)I?L(m6$}cA{GT*LV_#OiadSWpV$z^+kEx& z*1ko`>7{tx{ZL<(_KH#DdWoZ`N3rCvKv(KfW-nSYYTU#VPCL^I3%}oGcX1R89t#^- z)mVZ@_H>f~CVSz|`+7e%@Ck|7woLG16v^w5VSRLu9!H&eszPyzPtwe6f+!5lQfk-WQfuiUq-FiHg_6{%E| z6ARUj?$PnK)NtMsIu$gdMLOn{s~I8_lS5+WQa)sw%bl~X0rG(q%CdU&rB`1kk5Qy> zyFctAY^fy3_fBn)Ogx!j)*6r#QeI)NeJ@onc$9aw^`cBk9K}VEgmOc)Zis1kZR$m5 zi`IEtTHd!J?ix|4$~cz325`Cn>@os?lAUEAfM`Dwu$0I!6yfk(Y>M0+iIbL zL{mt-&hCt_)JQQ)FZb0x#bUa>dwccYZ^#gp8Pdakz5Vv`JOx)$ zly>dyx7#`KH-GrUeUCnxJTcu7YwA20e0JeNg=_gXxu32MnP(`m0gnUY&gXJ+Ew0PA z&#g#wA(!kvIGZPhskbFvswAW671mu zhd%PD3+3wabqF7M`Cz>NkvK}t_3}|f4EhA3{IK{j2~#l&Q&Qu~VS6E7e7c13CtiMn z60P~*BWl7Gt?uoD4~PEFLan}yHJSn;y0Ab_tpseE-AcklxiiZvu@Es8q-aA(Bf%K* zl(2}P;1fqFA%`}|C^3>IbId56;S&R)@}I60wVmAc-1(Q&F|g*CM%syWh^f_RAputx-MWKd0Bf>J`CI7*f!PCA(`tYs9{ zEioHAcwv%|n2Jz}g}2&=WgV{Uo|3&9rF)h2jGLUUqeznaG+w8cj{4NCR{9&*CWRCSX_rjhR{n1)p{B(&`AOZpoz#987 z+RpF9GtagFl-zj<^6^r^nqBukK+!&=V$mnNW%#mMJRKea0zUojr(lto!dC_la@ABW z^6=4V=ZO`J5-3A~LD0bhVo05Y#IwB*IouwCC!TedNVk%R#jDoHP~v)Xu|XnfW?C>s z9SjL7kfkYA0i-zTve%>=shr>pT8+x39d_J_cRu*AvSeO49KcD}D;NU9PBj&V5kokI z2~oyq3H^M=&G$o~RWEcG+{Uo%Yy$ z*S+_$SdFxYTkg51?-NfbuSL`5&*yzu#z)Sz;bt#h29!uGQy(MW4BYXlmJ?;WbuIwE zsQ`ry#b2)E&k$VDh5{+#!dHM2Y>}3c5FL`}lcY<84kJ&Sj!uP~O~=?VlQ{MDzuljI zBx$XHWQNH()XKP%z-HyNhx!k^^`73p-C?KSK_`3dv*)3Q?{?53f7o~b!%jR|dOiTh z{mF1UpSX3XFIm4rwF+jV!`;djsel`b=&=dqzf36=de+rThPZlGf#HOofTC zSpMi^AfP~#1~E8n;f5v|EN>!Zh8xTDFeJec)Y7ZAvEwXBMH0n+W2&_6a+3fNnk0B6 zUn@dP)N)E2a1&*1?Q0ZgD+Ol&93WTHx~e2_L`xE3Kn!Jdy+x>I_w#Spe)6R{d6g(z ze)!iZi(VW*|M~tC=RG!l&SR72JvMp%quNQ*sGbXw2qtitT6c#CIM7C?;sXGsq6ET9 zK@uQ{JS#TAh2RyAf6CD*L|M(e<-d6T4~<)piVp}TMJlOBX>z@mW^=~CjsOlkHBHgF^@2~ZOFLV^cV02B;>0-7+wCTplvy)=ws zm(5>&p9QQif+ee7e_J()V2OZA???OFKis;oDw9t?=R(VWX?tCE^;I|Anst2dc;I0{ zml+F}h${p`fCU)Q3sj>W@%s7Ee5i%1RzJ7;CA4VOOQIS=G8Q5J_3w8?yYI9Aj=Su6 z;NjiX$2>G(FmS^Wj#(&#wMrF;ki#OzqL$%EDsiG~{6hr^z=YIkb62^j+wQWv9kuMM zmADQ!8HC#9fP)S{=@j1FmABq*S)@@DCaXZsa;+9hQr6)2*t%86oO(KFvdtfM;Zv)k zfWWS}@fHfg34spU;06%EueDRi3w;X*Ty^tp7P%4+P&xn`B?7^zPnWcueGi9_}rG6ZLYfi}qLpcI)Kf+R5&6)HKa^~AxK zcK0IJH=z`5h|sLkrB0Q^B||DUoCkuv;#aM5>N)2tn0RvH6uTBqpS$3JNBf5qqu6Nu z?gt;X{;oBt><-BX*Y~)SPw`H0x4rk-bN~JBxWBjJ((%te+i%z~)wUMALJCU#_a4`y zhYIu26Q?ND5JeEYNo9*zr;4S;KFlK_*3!m zsX{=_%6&k9txdYUYCHNbHGiE6hyWWXvu2!?hqh4=%IKw2QnQM{$-gHzaMj zipKkhYXC8*M{&yK6!*3r3yD{fE`)mJ>VmOq8#%RT(xKcK1Y&|D%HjJP1-A-PS-WW? zYETi-#`h_43qBXm&WNGTIq+7@s^reMUtTxfF(+|t9)vFR2{QpLNp7_kHTo@u%rly~ zg!oO7WM6Boy{s!af|rE_FCbSU=(--QYjzxwQD)%Vgq8a76(J#ZOnWA`H8b<3&ifQ_udy>d+n^H zOCcxAV51Ce^jvK44GUQ;+}CaS>X&`q+)sNxmPg;Twy8%BeICFR(?+=!7}i3rE?1h1 zr4Wg+3}N{U>zE0pKp5nn!bh7oTk6na!$_sh2|asWch_D0M~-}G&>&^-mN9l8{L?9t zx0--!w9?nJ^XDsD@e64^F$Tp&kbUnnpInr29hRWQ#*ILp4I)(q4H`4XyCtuD{0Muk z=$}+30TRvi%j}QRpPCv896W!j#8`Qo>+0zgoCIKW}3 zK#eAnQGRL~SW{Xc=EL>D3Q;R(+g-vJBMn9=%YP}JZ=g>scPdv1;_s4$z!8?A3X~zz zf<%dzmzh(FI(nSR_IgVvxL& zvCt-ORhs}wy1*joqK&+hVL4QV)mlB3(aABaff`v(2o?c8(qe*IYWO6QdRCO>qs?C{ zK>6g$pFaBRyA`jkUAX40Q8Si2I&tp9<7Yqe)Xct5&+0p2PTz@h`%Nij?ZG0LhD!J( z5fqgll@y%>Z2%dGplDP10ds&OAWMjxj#Ft9%zyym{=*ri;@x_{&35#Co}S-(%Y!7+Z#nN7>M`^`irY-@bM13kM0#gD_fDE7{xP$~8NjRj`z0WO`@IfAlmuMjs zc*Vx@RZ^K0)$15I)x=S{FiICj>B1;o7^MrN6vwR#qcn>Mbzzh^t<`l6!&Qub9cQ)+ zqjX`EE{pO6)}3MOdW?t_Y%}DkX80 zq>7d7ukZgV3L@+wQX))(Y>Of~BASv23Ld3bA~c_V^|M0;LkXE^#Zd%K1XQxxn3iRf z)x$vCXqMm&pf0VVk zzA9v~vh|;RvvJFJ&#!sou_s16_~;XYG!`Vj=<;iBzNfcXg&j>YM1mzHO1S0gYBRwS zHX{*4iL#bZi%i>WC2l2CE3ccq0P>>e+S~4w@U!dw`&;-$fr3Dhg=|GQ4mh&AG9BCD zb^H5Y?YPJOGTE%ttklMeQb>&3Qu|)U*fI zI)MbOeuIa3f)@MQe%C!@pv&~I*f8>R_B--$WL+;S)p(`~P&{r0G3s5UlNrwQ5+M_k zVXb5%G-WiV=fZ1rq~u~X@`PCM$OIfFfx+C6_ip7%|6lg*^J&lGN*BFqSIwRo&unZQ zFc}PpU_clH#wHtMgE81(W0FZG=VXEa2@psKgaRO;ETJqRA%R2`$_ZtWVLUU~GjsMI za(>;{^R%9kPo0nZ%U0E@u61`<-S_=IZ}+--t<_z(+9_^`MZwO#OIhAxP@%*z2~>KU zQ&xRUWhtG`HX=n2WlK>`_8B`nj9n8>GBrs}sZR5W%2%qbq-9gG>tuzG<4U%AGd8+p z>ZmNI2wYK3M0G>6Wbz2IdD^`Y#n*^Ht#q1J5hX2y$)Bmm{v=;zH4z5M(J#!0TH8DZ z2&QIIHHi)B8l|J=*~Mg{X5{$(b$I$J`?E58dsGye_L@;j$w%3wR@!!rm8M80CS6CG zG;(TRB{n{QyK}aiAR-N+ulwyJUL1UK^cP_yv$U_=da@t zlbUIg9`n!WbH!?cVIWbYe$q%Id}k{LIrhc(I~PP6Nd{x6ar(mejFF&uUO^oKRUjuh z(oiHvPDIHeAH_MU_(ydES>9Y)Y%r~I7^V5cWwha?ezEYhfH0<%UtfMXXQ%)1&;NYo zjW;3=pFFkLQP@jHjvs&B?YBFbn6IPLcDZjcr6kCM5dS6)+;x#6Yr%V@)?{I2n)S)gmJHDgw;2xsBtjfqi64lX(CRw#UK1Ia}va+~=rB!~|nS`au>=jt*cU`vWmT;v7U09Vyi)YvtSMdpE2fTS$pBD{M0WyBP%I_sJ;I5~ala9p$E4{( z8uU|)G}R&!^F|K!lCp3J9FZB{u)j5##6Y4#$YVwr14+lU6K}B^Q_^a(h{ShG7ib-? zt!h(Ip;=$TFru)Ru(A|)uXUSBAj_t5{Ykk2W#bOCZrkT;wtPB$;nKllrw<%G^-sgc z-ahz++lIVw`%`0XdwR6fg^_p^#7ZF+JUpg4dO6g~os6%rqYN0!w`vai2RjOC?pwu} zQN6raU+#Nu(nBMsp%_t$F=Jf0;{;H6XmoMDV&sUeMHBXwoWVsJvE;-6Bmd54#@#;n zWn+j3noyWV?YJ;Do^s~ci!&0x()_iUOvJLpz9Nkgh2cd0fQbtpF{H}$cUNO|JS+K? z22WeevcitS#KMR|h_p|i0pk|997W80LQ>dNc%_M-nK*yh%s1C>{=|)qf7$raR{%<- z0z?8w5|09lgps;WUTMqECG)9(&xI%e#Ewt@JtPr^RZ|f>6f&fM72{vIe(UnJo8Mfz`t`Tpf8(8H(RQJt zhz&;3mV^)<5Rvaur@o!y0`3Ngq*bJuCe6FL(?y7$9+2_3ndB=9G{HnpdDBXHq~p`yePk27 zc{fy+j#?*e)%2*EFD5pH^BbpTe+yU5`|=hs^?S*JkViueMBq3FTlgdLH*ifPm$@T; zZ~|3=GsFM<#y9+RI87rrA5ck%ap!&sMsT09o?LpTMT&aNTgLhqn;RxdI-NYs#M ze@W#~=c6nn^@XkE9hI|-QPQ@h8B(-bY0FOzIV~rQ0p#^zlu+_1EY!)UEpjp>`isma z!DEUtyeOo}l%@%dOdY+WqMufh)2c;6ax_7T(mWDcN;?pFL=_2FT z7PU_ENUR(cv`Udw(Jr4WUo2_9L#pXL-DQxi>xgPSYQnLnxO>&tN!ygR9E_Yi>L`7+ zI(cj#p?#Uu_t+?M^0;#V)s-tBt#}{B#jB^sv{Ju)3U#7T%gpPPx9Gv0$=9&u8>D~+ zenc*Q7xgV)!(MeeInrbnriNSV2-!f=smxN1PgJ*UC#U|I(oj*UQ&T@G0ELqn6mru& z_W%|LfB*ZgfaJ}EgpVloW6lrTBZ5xk$kzn0&^BFwDP)S+zu~UCkh6`&vY1skAs=-3 zQ5>F~`eCcXti@~8oMR^0`+J88ZB&z^DW@_K8+Jjc=g2`SW*BHD2N?V8-Z8P|UX#Ku zU*tyv1jf+I=k|98Zw(zYWjg;i^?MOOTOiEv zNs|*?6?;i^c8Wg|DMFpsMH50YFYe}#Z7l{e2ni?&?7%mZO!$;aBOF{HR-iuTE-6fa z0z2g6Rof*^g^a3~-&wOlB?to%5=vxAK`LFpvg8L6dEYcIr8QRR&hnj?6*HyxMIh)&;M)dXaBkJBlnaS~X}h$M9VHkAUTKyO3=>Q2BJ!il0~0ZFc!Vtg3y%RMNq4zh ze*34wR?5YW<>vWM%k}l@2d4DeQ6j2=m0$~aB5lDDI)1Q)qLfPIsDlDxq(KZ)K%s$& zhD$VY+lp#Xi{3$~5U_$-zvaWt9}1oMH2(^MV_e-Rusq0v%qG@gNNA)ZKqOtuOuuqe z3rxY(@pmqQq-G*Zhl?W2ptkQFY4U?pPPy@}dtnq>b2Lzw#4LK()z&NLzxl3n%xJhm zB^X_hCCH70|FGw`_d57s78Hw>w!#{iY6QB2L3DY_xaf_y*R0da?e{%kyPvh7&)I!wU;nSmCBT+ zg8Js#93$3d#Gr&=3z9u%RxUGl7Xt-n1VhL~8Hq0j9LNVjWNMrI@X|DtpC%>kt{xdc z8m7K+8UU?7P{UihQYAZ*uP%ApQj-m)=u=tH2@YaGtDru#QqYC}_VHWgc(w2~`s zxWUe;(9p}TzaF^(P4EyL|P?1B28LUByP(#4J(GAu?_D~+R9C5#;f{;;ttZ4d;LfR$vzDD37SshP2%Y`bfl(MlUNwX3x1 zs@o||j$R^Gskt8j8ZkFshn1=7fgyU#a`8eQPN7OF8qx=V$xlj z<1wKKVTnP(I!Oh)5L+xX73TWe`HlIosi`z!9Hp-s-QpJ;HBcJGR%IQP=3Tsq$!FB0 zAO>Ls-H(>aD#$S;BuC|r4!dlbKfUlTwqX(MzzWAF`|>n#M4_hAW+y$Gbsq7JoQP;n zK#@;)D1SlS`QUVRndu#mWHN`aptvK%QGVxMe6h>q1y2aPK*CS}5h%ou*}t1q&Gwid zIU%}0=}wdLFS!JXz<2Yb2t}vl*<@lBa7XQhmtJ90#HoM*Cl*JhKMK)^Yg~!SC`MLRL;(S z=jE%Mf!X(%-1m>>W2 z=Ppb08}Os@+w(g#Jd9agP6nJuucMUaZg~=JB94TTj)76!_Q-+)pfIRd;Ivh0H>0?K#GNH+ zBDy7F6}gf`5$fEDGJ1w4E^u_E3fKe##nuANBy=Xm8FC`#N-7?9e1L*K;@}d7J01DDmcWRHQP@-nQKy(a zY5;%6uWO^qfQ=bg*|7B^>BjBuhu@}0_=B?+FE7nQUD#0!DtH}bU_mNr(!dR-@*O)0 zH5r*fsjiG4_QH<*;Sa4a!rdJ(HFfTMFog!KN3A%v&0e%bxV1fZb-uO#!Dz384rM-Z zRxaPL2L?Vl@R{cp!uK+zZc<6nP4!rk~0YDY=1L7rh?X7n>UnQr{TKY_@ zrbB6_z%t)g+|$5BO3i;L*dkvhY0J@d-lz-=tm!(NMOsq%tv*FQ>ijP2Kro8>7-@z< zgl4MCyA@Um&XRU%WEap_Fs$Y{Fa%(57Id$#=Dg!%;_1RyX z=_}`Y`6E&~XdL6G&+>?+MRM&0gA}#=-gik+BxG!H!>~ zcf^=+TsQ6h2cv|^Uvp8xC@YbFH~mJkR4?f$N_xwYsnhaU!G{+IK70YVUrva6?h<=O zO;${d3c)BbqTuuY;;bzcfkQ`)vM7XT*#W>3jq)67pBe{ArRmJNYa=i229MPMSU27?`WQ z3!Jok{rb#8dLbd?lrVl`E~|HJ+L+0cJr+px&O304zaV>(ll%F4v7`7hNB!Ug-nJ|y z$hYGEHt(%>NH&)OE3WP}<-#sb#sNS9CV$q9&3tZb_dfin9|n|zesb2&esJ0|c7lwbn7Jan>40163|dJ22AduSk!6nR3x5xqAe-0(WfalPL; zj|H`?-?-k%q7{4ug;=axUt|Ux5NiyjTJ1Cj61`&r8sLoZsgQxS3V|1jViA$Am%qg* zfh^6kqE#@8`s8!{@>txuKG>>`%AII=7d3ADXw{~V*MIzH^wQLMkB^-A@UU_HM^3zB z@R&P?ynGiRGIU(7YiwtBF;uWvQ2di7pX~&bO!;xUYE9(CxB@-k*;E9;Gp-Dpu;7Vt zuOd81;a-u)#?EIxVaX`r>vFml7o9>IfgJ^ZOeodjuT}iPTw?EpW5yUE_b<gt4h`_hKL^Mil0g8io?{iAVV%d}8Kfaba(0){b~~dBh|?On^n=>RT#PzzPEi zVzJ;SCe=!sOc5dBTaNr9yawm9f3StHRm6P4UJ?U|{B58AIn**!l$4Pp4BH8ceI;g< z7(aSTSxuNvq&(9$ei1Ow<`K!wf)bturCC{06l;o1j5PjWsxgfq zo96bjgelnbI_iWI5a*xsF1~~v#WtCK)p5nk`y-HXI#8o zc4-IAh7?7fwIenLsjYTSM2|f+#0n-zyEHuTd**VUxkwU~%ZANPKwvs@<%t(BxMafyWZ%EpIb!*MS{f-L zJO&buZ80;nR7Z+JGQF3|y@QddP7zXr@FOW>&Z@v`e~{Q0kcd+Z56{^5^Lzvb@x#!a2hcftmr-L%$khS4#u zbREpni_GlbwbZUO9k#nS%|WQ+BP28V(rj5$`BCbJr|WeacC0D#)t4$tohCmyX_5+! zPt7QgGJ6?C*^`wSMyd|7-E5~7*=e=8Y_GXvk*eGJsUyu6wo#FQ@-9ZzD*P>@(~KeG zl%~E+JGPP2(%$A7Tbiqo$1uq(X?0#ITgK%rmcO&AV}VeFA}zx6zId5ZUH9e~QtI1- zZgpDoT^O(5zCbFMkyPUcIT4#Cktq#RDzkRH*YPG&r)^tnh0;oj&j{_0w@g+dXC%jt zk~A(}v6M)Q{8g*i43Iw`6N?JVRpC%u=3H`AX7(?ca-J}myP(IO?LSq znT_GoWn2H}7yRbf6Hj*0s>3X%%$mDk$=iH;UY`7l3s_O#V~%4vFyooWOlW3c|B^YO zR*qTM=DSQqVeq~KGf6BZ#*Aq_>OGVkuZ;5gNn=p)d(Ka~SWx&o)t`5G>1+I^svV_u zL7H=jMX}uW;DgA)y-W^{)HQ(^m=9tG^DqCzGtXUk$z}g*pZy*gGIYp`quCY2$qRJj zxNBB7`Lm!S^FOaD^S|@y*~?Em@BGuxzu@{i?{pp4*Z0}yTL&C){Hdq9M^dnT8D#Y| zYwzXfGU(B8Y?^-3#N#v%3`cu+AVNG5^e6wD{yRe#&sdFylOU#4Ah_ z9=Yt?cRloo^HVIZ+!~D2TR7+5@?=qdXXS>aYc_Exa`_|b*jKtCjBV-6>d+oBax8ga z@EM80VDe|h$A}^=aWFg&YMKgJzgilfuI6MFYlk$h3C;B@mJgL<>dh>o_-XfJ~@OpQwM_w!-j@ZW{*gCYVyLtQ(qtQ z${S26D2!Bd=MyIkh49GFc%(*-M5VB=7(*Gxm^p@lSWq4mvm#c%4wCr<=}{yKBT6%< z$n4YSiHVCCgG9~?n}=8M&rEw`)SS0hZ~K>ZU5xU!mTU8DDmu)#>)$%Lh&oBPFZk67#IR5k$McyP*gH2K_`5)KKkM- z4C(-vS`!K>!SEvCD?rf-71Z+4XMDE+4!9w3r=-sQQo7?4a0ChgFDUzJ#;r@*OX_GF zEYiS7a7i9v1&^9|j2xB2O9i9AC~jvFl9IdS!IXG9K_`%k$MxGwU_7TUPy+>pVBimf z#3&^>`HfeKlCLO_bYX5$jL~AJozMlNQ0>J-y7)u{0}a(F9_foN)f-Q{pkfZzcJ?1zbWfliFWVjmxS+bhWj%gj46dl@@bKANYr5qaOU8F!# za1!2YHh_Zhn5jKVy^kidDfrgF#+Rb5r)_6(SiP>O`CW)Zl*dTG8(uF3qa?N?P1H1= z%=cadW2To`m$Gv7R=QRhPn6Fnhh!^WUH9IbvEX%Hd{bu58$Dqvrvi(7239Qo)hVt? z%Sg!aMy&|rjY8J3vXrfHUB}ui^)yQ7dU=fgO9xa+BW5^C=H2?j*~8=sVpC_DE+1~Wu)_1BW8T$qT5!tG#V4W$y5zRGA5#wwq7uZ zKy{?y)5Q2?svMFTvAeX**jkE7g>)BnUQR^GEOP2+hf(xM2NyH1LNBSKencfdBaAke zZ=3v9C!>{FqQfGs5EC)Dty=H(-M?r1HfoGV|`puh%2LrcePZ z4ymgE1(Q>}f@8pu_8`z&bko69b9u}bd7g;xv!NK#b%`rcb6 zD&>ry{lcyoh{=r&k!e~sRr({kpI6b5$DiohFsqM<9D_8?`bGJl1zv$XPGW~0-46q* zB65W9@STQiYzq2$cr;`C_-1m`uZ7jTEkgA5_m+bu9Eu>7T`-D2kl(GDIUvC5;O`ZZ zuM}DGRPfk}b}};SrSx2?tSN0F)+)Rx&%lU4hjoJ9tG_hRK($BU2#C|`0|s6MvZ$G* zDiVkyGZ-bplP?WGNm0;A0S#_^uDyhbGgXjEy3k7y1E2tEfEQp&qXIs<6o0U!t%6pX z7pfh3j2snYrlSrdl2foqxm6y;vnvRuR@>r$VUZ}yKd__x$*L`%jGg<&Q)8#2+a4cr z^T6TI$z6j--!f>Fh?6_Gdkr0zE9HfoAh9MwNfHzy6=EVr1PLxF@g-yDB(ptYlnPcC zp(1{TC=$x~S~aKti_;$)GYe@5c?jtc@F5%o^X%-mUXn<*y1_NP`IF(1n&Q9!z zz>zdekV=UcnJ}Nb7ns7)3q3#ko#Aud<@Y5=?1)GdVJKQ5!6+i?4aTU%*y9u3l6aJ0 z6p#fv5tZ`r*b>jL)3n9t3tO(v* zN<$LV{GbgvpaxJ9$x;xZ;Eak|@|YZ%Dr<<;2P1+Nq$-3|&}8e!jynDnF{QvFK_pTk zDKVu;6Q0tbNzh4?34A061E8pugNmj2HlEl~%z4i5Vl{zFTtv*381isz3#*B!4pZ#l z5ih!!@|VB8G=`AB+hfnZ{f%Dc^~($UKRwjE zWqvXvnl)($CVrDW15e=5H}~DwHWp~&LiKYlxWF}D&S`Otm+;hQUwC2o*s%^P6Q`m( zx3W7!?100LIHKS2;$0AU1m!?xhH4ohUoV-+eG?ePZHzEVfhlV?y}PQIkr-F3IiZ3` zVt}b90{DQ)e4PCz(xTK0sS&=D3lp-=%fc=Y93t%T^1;v}|U{^1+KKrCZIC>qF(SVU)7w*E;Fi zLYF1c+8#xe)Q(@rRc3?@4d5Pr}ZepGe~cQi4ghu8s!D6wAwo)v2(Lq z9YyL(@ha3h9Y~7LCrTH!VdrJ@8B?kn_>zW1`N5DDnBvh_rBSw6hw@lSQ9hu`+Nw`q zb_w9IC!Wk&aON+5`TR>S(?Az2DFG7cRR!59D%5Z(w(0YQq&-z62a3Z{|5B`FG0QJNys z$`J$gvdDZWX)#e$&AOPiYLtw>%Tvz{|Lql5?RUgcXPkdQzf(@z|Iou@L1CtKiD58} zNso0w#GB*lFS+jeQIn?Jc*os8JO4s4E3Q*?R{BY2o+*NT^pq)XiVRvZ0AJN#2Z>V| zFnI7`#~gEbzkUu0h73&d07~N6{bhqud}>VjGj(?eFea#gJZWKSj1HvY%apB%Wg>o7 znAQqR>B4#+He>)8AH>&oESTepM~)o}8woIaal!;SY-Yv@x{0AY?!=QFvFrdEJ9CIw zU9&vh*Z;BOe|#zk;+4g$7^F|<_h6>QyP5awUtS=_{+Ad1j<*2>1Bf8M0b{e?v8h;# znN@@d5-wAE{L%UypTDvEgNd&$xqHyaTOJ>QZhB(Wt%F{? zrP6KBKquvxVMlnm1`&z;&V7hEN{dY*R+AV-SXnTNm?C28Pzo!Q*pW)i7#Kx4fGc*3 z2S-i?QxF7$SS%PwVwNZtks71^BwNcwatZ(vZy&yi#psuv27=LbM#Z@bsi{8ZsmZSm zp1Nqzqy-qJ4#p2@;!cu+LGTb0i!1B#73DD%q>-#Nw6pDQjItY}?8Yd&F-rF+;@uc!H%9rt1EY+bzijlvm7`vLpW)`& zX-l4&`o@GsD`vd8+Nr}kzWm=TDDmcsix-OshG|5~vn%l^$xKeOn#6YEQJvUM*h^5e zoy2^?UQ)tPT(h|2b17p?>>tI5QZFoN5hvxuts0LK@2?nFVv}IcU`j#EDy$bVZ!nM) z*dZAHvwz$E`M*bO>?pCF^rpH?eJPpDA?y&W9f-6r(q>jkeyU{*a!O>$ho2cFpRwHF z;t`e5ldd$?@Xf4(39)=2JktoVcuaC+w$jEZZAO%|QWUqYSX0;@3)_j5&K^k{Pr?iJjhmHj0%h>*{^q) zE~~WtpdrIY<(4a3iu)hj7rBh`?gt(j`ob7yiC8IEEF3m9bI}rZl&f#Peg8v_*!SSR zC!KoMX+Qs^t_ft7vG1=7TXIhhAO66TPk!&{qxaZ*Z{$Y8LykG-w^v;?;F)J$dG%HM zV$Ijsp5Tg&8%5H1L2d~)vlxUBhhN9mBc`1*&OP7Z{&vtZY&GqC+5h66;mG?-{&0Kj&@7q}-6d`PVw5(Sk&q_%xc~c? zOnzGN(Gn(-CTUx0c8@-jubPzkDoi}Yx}I9audgGg{unA>GP!}(XqBCRyEfD|Je7M# zl5wUKA0~s5`i808wE1ZB0<24L!892h)ZDlwfU}8gvSGqJUB#aL4{l@n#y7maF^_*`hNG@xc@lepyqC4(CqF;;;+t=La^#5b^*#KM z!}^-cUE-2Mk(p0Q7)tjCV;*49=rS2FmE6Rj~F?c%_CNgSWsdnNlwSDs~hUUV!;WjIZELfB$^qcFmbG^#+bA% zZf4aaBW2Qv;e?6ezqN`}*80sXAEk?WNHE5$wQ7oDL}}8AEfNt=l?o&g*VKx%b&IH#|Q4#wSLg+n#>$ z<|kidI4Ku04lCE3V2b%XrJcoyswhSThC5u4KUE?U+gaM=3GuSX#T)2L50CTP|_pK)x zQ6{|V+LcFNn)TS|62gLFk4Xdxg9lSeBbfqC?)I|7Cf)P=;pOX2r#aCpb`+^= z93x6mhSaCe3$LvJQ23WgN6dbAvwlof!IROQ}ti#wiORYFjUl+1KZPGCn%BRO3(zLjF21jKO*BKcq&53bKc&`C0l zDs=#qkfF95jLhUngFgaCQn}^mohU`}wZgPioe0E$DU|obwV26}smp@N37RYPVaFc7 z-(g4YbI9QbA9ZZMpPYW`FV4T3~9*16|jf9qZM_aA75L?%2i zB6A)U6+<`YhTQ*&r>s<#S^iyuOz-M#?4GhC7<>Bn-2{d za`QcZINe& zo+P@p|DbXoCChtJz^iH>l;9D-LV0)ci;`Ypilxu@)P!3xBvdYsIpAPQ2NIX#vpAO0 zqM@Ny`i&EDXTqze8053~GI~*G7fNQsC=mi%#BgsIjS6Cb5;E)>W1p8@{=o+@TwWx7 z!6;dl^9ot3w2UoXL}^Wq%4z5^(lD)SIjJTM5^BQZS5tJ)t{Dka0LuFv zK;Vtiyrmgu8&bnJsgPI8nDvzp1)2aTiG5KmrHUd-j!y9@%1Cx8ZGYDEo7ZW4m`I3B zsZ770{IgJd#TiVTK8u2Bhvu#a9;SiX6yb?_h=X|d-#@;o;-69fL4yTU^Z(>eD{@6> z{q?uqsjYpTt8cu;y&8YN$DTLebuUHLWaYdMTDh~~MNlISw?aKcp_|Z5wl-QWyzDa9 zCer0ON(me>8J3WaZb*$+MtL1yGQYGSj}%E&Zq<4j@7Rk`yd#Vv1<3LZH5@Z}^1c20 zpLWhU`+n~*+fk1W8eANfmb~rDM6J%`06M53GKxA2VTMO@)k*Z0ZL~=>l!S56Q5$`2Ol_}xRKwUpgLp* zvscHp*by)sxA-$700rnY7(E)Z58}I-rA?bA>Ww=-hCHkO%dC6wq*Rg>g6>bvVl&d@DL#~g_XGV1U)A3rIJ_{(IiG9);Xyw-J zpZ^zfKT7N<07{UGqq;y7d@n!=uMR{KbP_(mWyj}#34Qp*UjtJbM#&Lgv7-of0aF4& zim{{yh`3%pH_S7rU|^17>ZlG{1zvPxL@4i#Xz>L}?D$*-X(|VoXx>muXjM9yyN&PelA0QHhp`l0orjJFa06HI;oDwZB ziXO>H%@|04j{p~Ga-`t{Vp_EdT*^UV32LFg3vs7%(h!}m^`kR|_MLRlk%AkKJn*Pv z_dnw3Jr6j*p(~E?;x%l0=(c+vm^$m#1(vFMSqOXs@gR>(DYRE^vp3v%kH|^ul|3L6 zt!VkHZ@Bf^n{EeCoSFrounpmtFLalJwrG*htvzvx|3Pu`-5m;~tQH|sdI$5>e5+M$z zm-MAVdQYdxks5Z!p9;Yi4V@SUp3+SbYXKHJ~AZiJDMGtX-jP6D+=v= zwVIOwr(r5+qHTo8!OO{GiXvI6lERq`MSFLTjjt!#5 z%gi8UMs+PsdazUmCNmOheV-0+^qtG6Q#nOxg>T;^rLBU;jH(JLN~=eu2-Ae%%Zt>X zfhM8Y2?TPvP|q(v|AR&IeSZa1;rI!7<%yv~MKHK!1#yOm zdu(ae)L6Q+;B#uJm=#9c2{UK91fFTZ&l}DIO0+^ESH89XK@?9xg#H=jh#+*M`>`jV z?ApXL&O483*?C#4AVTYdFbXuOARri}y@=9KUe-GzIbl=_wXczX6WTqyh&n!k4fw2pUne}o;bw>Xp=_J``5qq?K96k_sZ+9A3tLTjFNY3|HT*~ zGQYU!BJagmj;_7s7N61goV8#PQ4HATM|Mhp=EgHrJlu#fc{#b@5^%maF&krTj-_C57!KbwSx${Gf?Nb_nf-xC7%hBA( z%xrid6w(Vz4@Qok1euwfEfWY{0Y+I+EHpw=gdbVvd_4yc7$Jg9y_)9QYUrnBJ4Y`T zS=)p^Ipqw zkP``V0$g?ii|&D48U|!!%p@B&-pC`rAqh;u8M$-58zn=m%;cwj?+A$kR+MVnNQIF4 zp**Hq(lRQ5Nf7YXa`l~C8pqFj>)8o&?tgCl?So$`7-i6?TZfEB_Y51K+Zapq_;46y zs^E5@MAXPbqh1k=!mN^0u&T|&we9X|EY=Q$iK!!&6-JccgVfI-DgvV==G>lARfMdXj+`1^t{u%M`(-y-k>>QYwOx$VDc*E|JAQG5E zeQ1M4gnXF^CF%4vb}p==`Lna$j=hAmSVv-IX(x$c(w3;kGyFu_ZjAEDpLb)F-56yz zMzMNZV|QbermRJGYsw2vR#AJT%S7Q#DnH6j({NRmlgAWAa)eNqWTsUZ0;82jV0aZg zs*vtd6bUlZP#4KjIn|6DAL01cZ@|#&j5k6@cb=Wfyk1qxfDO&~Ogq)IAlL`ER8t>F$#LhuNMiu*tIv#Z=)fRO_ zTL}Dg%cra+#oCdgSVZ)K(XUL5$Bt2?hPI?%Me^A~FiKG>W5{O$Nsjwb^s-?GlZ>;% z1gvo4DhChOoYHAClSD|&CyXT|hnjr_6OXSCcI*hP-L?&_+_LTc4V&Lwx%T<76MymB zOOHS8tUdNQ;OqMyc)*dz?0e`Dd+vMS(I@`+gwxKt_{wV@esb`H8FO^OVJwCaX%0n> z?~tu|HV>z1*}lou!6H9coZYzV3Kpdd0Cs0$ywQ-$nbZ~%8;0l&XLj+-EvE(dJKiyz zS~K4f&%uWx{s}xlys1uo4K|(@#}k?S zTXRB-y|%LNwzd=XlG2(M`6z=ohEO)?Xi3?0!*qE1ay9>Oerv&4C#>jevn*dPY2 z>>f%{n)jwMjhU~PJ-FCBl%{5@FCR}?;|^haF`6$o z7oxIl&Gl=MkQC~$=241mTt>g9JI6Q_QR>?uW=F|m>O>8XsvcF^7%EZifd=Y1?YrKq!|;R8V;iAy+J%?OG4sUC zkelZxOrL(sJ@=q%Zoc`#-~Zml8&2zDVsQzFkBokH;e~7=E_EL~a%3F0xI8(eOM33b z7qeueK41IV<=0=&!S%Y^Z$JBj3s{uDf8vQhKKpEbQ};gl=&kqPfAk3_?04v)zrXrw zcICORzs~hbsE3n-5g#zN8PXE@!MKvYX8tt!qvVzI?!HN*dLx3Vh|O<<1IqI zk5jzJpEh^?uYUXcBai)oQzCiCWp%LPm^Vxy4!?4|u@!_BDq}DV{z#8J`811*HN~l7 z{Lpf|dNDs#k6bQu+L}cPVKXSET$5*=W6e=98)s(A94oby zIm<-ama`vMt!F=&x9H8A?zopJ$co@fs)wI^T1T3c4_iN);YFZ^nQ4n#?3#7Hz=aoG za>U`^=QVftV*`zR^_mR^Y?XAPzk`aA*Cf!nYQ797G>%>l9Aj2tfwPSAPLR(XZsfR$ zmR*Z%ab|YT*a|cJ8h&5;Ej|Hj*IFjx6)cVKmIZX(mhD+Xr5@w!6>CaTj$Xcb_?TPp zYd3F`StveTj3`|z2=fDqB_op4Dt45l+`SxZ9Gi+9){8`qq-~lLD4!gUDb-iR#v;-& zfpi06+Bsk#g}(@jG_5eCX{AXr)j@0I)B}dqiAz{2uXU^ZrtRxC@931Ow&}xlJHD8; zcB1;Ja zMrRD`>jo4|asG`iO&8B1>3A5)=X>6lbk^L>Mbbj2xX)jk_mtDMgO$ z;>s1X3L$YJ(}Yn(gbHb_DGW2nBa&~N>LZVa$_RvrD&v1~MxQ><&3PM4F{sC07Ope> znJKTmv37gGC|~{+ZU6E=!IUkZcRahCI*fAaaDqsra>Bc)5h&U5<$uKW3rqn}idR_I zs|r)VLA?#71*3QjMo|<-8n>&~5MEI#g*K#NltKV;&4LxWsGOsZn9S$HiU;+~gF3}5;(?AIZN(gjFCUg>CFATUqPOqqjDq4P(48ar(B!x~O6-+4g z13OwOGgzdRVvHdblKDY}IE2LGYwh-rS8Uq$_UiQ$X3e|yj(aY;>bgFE_m6%4>Fa<0 z&Aq<%t?wRk^l_)2bKXzS|Fw9L@zZC!+>m@Qh1XWd)J{(aHK^N^Zal+-V|~q$W<N%}bsT_ot5|TO*rHj@)0zImLS059A5*0f_6vzgn@c$AK16h3zj>5@oM4pl{~~^CY57ouWaK2wS+oc_wsz{A zImn$K+*9f4#zWsf^OwKmvgOKH6fQCLNL$1^b)*s zSigSKA)`h;H+nQI0(?xFJC`$+yQ5q?$o*AEpvkZ?V}5hR704YVaLkBt<3!hkJ}`<- zk>0&5YL6|)_=8Oi()bH;7OLm_Dnj`zrW!AfxPkdT`3PR$cVJpTJlXDku>UVEyy*Ok zF990(K>;*+)SQrf;rt8xUv_dlS6(l2-L1ExY4hg!Xx0Mpf=(hh>6FvYz2G;KX3Xa8 zmcyG(N&+vS5XT-Pj#3$eVF>$h2((G~f9Z_pt?tKoM^xswIyn=b`PMs{t25tH!zt;ArmwP8Tks-n%Y7lMH;7lD%ubpZV(VjhkTcT2+q8-)I}p zf%-XBLG-?WOX$Q)aR5_?)0c(SuA!Tnff9?dIxecQ-np;&kGJ3DihyYgUPrGkd8b4K zu3EKv)5c&F>8j1exeLxfn1q`c8{YfM#5c<8=P_slFEf0vixdUFQ6Nhbf{8sw8vn88 zMONIv)@|aSh5|b};G_DFDcVJ*Qg|X@q7;cuser?uAdEB^B{ik0C2goBH5*2e--}Tq zijY(&7d3AF*h#}L%~&*G)Z|+qA9mA#=S9eiffsrbCoX5NU3ak+|^75<_o&r4-OjDv;YLH6t z^-48401DU?bkgoJaXc`HKms@-1rSPz$>fD`>ylXj$E5kiH>|pN$uHe?3E)VMu2tso z1+4HNlfo+jKzK-H$n+&rl@SD^rZkziE(vN0aA8?d0Ur|!9(E}?a7?A35FsgvM`1@v zcuD~-)r^5@q>0P`2&sI!e;z@K7%BoysOMCE&;d+AwEmJ)O(SZ?aMDl+v1_+{9QY!$ zx0lEd!bl(sA?obJIu)`6k?2wHy-)+M>-1}!MNYNr$WIe#%Q0Gy!4@inNe-w1BH&{$ z=?z1XiF$KVxi!JW=n{}Y0(62lFve{Ec-592ufM-?`ohH%=gfa<#EbV29Q3P8ul&Vt ze&-VMyB~h+{>Pp$djTa{A?}t9qtqb$a!^=c2h5Q>U1;m(PLGKTX{k(=^B6;d1p!L1 zt;SMf7mT;H>leWb@f>U$c6my;`=qJDTrP4Df4v2g*EYz)>|y^X0qO!!g~DWeh_kkx zBSDf5S^;;2m^jOe^RL}BNBJYLNqq~Hb;%TN+7`v?)EAz--`IEG{rdI=%bYXz$Wsg+ z7O2iyTUod$*T4jmMjp%ZMTw4A@~X87(X=2t$3}QOBTDuS9UOoJxCo47;IWgHclR|w zG@=M(s!9Aj_japaS>?KRls1NjQ4AwU#Q;#&z@*kpOe7Q~s}d9yKvVjvQS@m@aw1@| z-licwL{!MiY%ym?(YynUDwI*pS{)o?6;0)6WKu+JM05~*G?73GABy|7c$DriI;NE9 zDeYV@ieyw6FM=X1FBO2&pb6C`q?Zu&hZ2PE)q`4OH3lioXvxfg)3$U`wbW=~QKq7} zsUS0>3ZoR|1yh=Sm68+6$kk~L)oFZ6r7Dvk&EO-U4Jk!w6<*EuD8~qU+qNQ^=}t;A zip*3{ijt#3tEm(ZprEuOACvs#q<(v^h-v~c)Lu0sGYzGGOC+eA3TGHNvw;C3e)|Demof%2^f^|tB^Vje)*fKKz@kfqdyMF`$D9F~cpFM3| zj(-7!q4tK!e?-aYakq;=9g*MqmFdv{d?=R~!Vs5Sa}B%538$Za$~otNEG{|(M1K0K zU;Sy|Km@x$E%I4>zjM$*4?O<(tVN4hNBsExXSrg;9qdloVyziCWC-ovnTHqu;Sb_e zkUL1!pSf@$=mVn&`^dM=>xb|C;0Bh@Vvwl(#k&SAyjRFuDDtLWIiErb1mw$vDVXN{ z6$_TU{mPtIp@aesDiwj1$iZZ0czVPL_Mz_{bkO~eKI$fU1ZhD?A}ZVnBDT+QUQZ7j z0pfrZ+1RkdB;3R$_V%S5o5q$Sk^>e&4$iVzXhl!A=>;u;mF@3EwYO?GiGW$+@;}~q z=Y##NAc8h5I*5F8tQpS~?d|;a+w@pAkerlNV;oJ?NRCHoNNK3d(rZfvB=);RiPsQo zU}f&2#ZGc_Ey~q5-(~>LS$N`^=W+}huQ`|NKrOzQ(U#A?Vzt@wqRXy4{)azu-8BOK>*GgXVvpkUJZN!V#L9?n@0s?#YY2%K5xCS zKrmxNCsvIPQgOIe4MT~k17^a=X$)RY0E#sE?NKS%A*K6M@Pil{IH29*i-O+`wpWwA zgzcmkn#7JGj-;4U66w;Ds#!uz0K{rd0eT$F6)=HE$xqOGC#=0*O&?%U{wUQ31AH*U z1lDAn8ira0CX?7spcBnea@KG8kZR|m#)%8w8u7~fr^n8G48yG67-(S z8FQ~<|IyPQ88ZV795?$>c7QQ69(;kNMBE88NxkB*hRv%CE+jBMm;YK7D1{Q|(Y+~B{a_R+8;n+^BiA^-G&5&{0Vr;Bxn=O^JDweP z=X2xl8aAN-oiPQn#H<2>6x=grCR2*|b{%2#m`)#^Fwf|%>d3d6@W&smm zM7_W<=mZK$tUE@2z)H+2N#T_pUwnmv2BZK=P9SdQeFcIjDy8+n;6RXIh~&%h(~uJo z6R;B7i8KI38U}iZTUX#kZyF(y93g=t_&h2?cr`!R{)N%9^aNA|1Eo710UQuRV2ZS3 zVyOZ1=|zQI>f}+Y6lv9%URwx+L4GVE(!h?EDuqR~4K(qn4nB|4Qgh44Yf3cNr;bWP z>vnvy#wCwicCe-_-?VMb_K&%KE#J6x$qJV4RrB9ox@hT&w^pr_!?O!Ifl-RD*M<%S z@yG#65E}^y0-DglV>M}rq~Q`dicqT~#L>TNGmi~2l2uj{ zZeSv34Hu|MDLC)q-wzn_9LF{`hU#HeFoeabDEM9Ipf5avQE18@3AArziFoiiH2soL8&-FMiYl@y zHjGjj5TV*pjL_gaW3CvbGx*hZ`U(gOypRT+^rkW`yvEs!QBvR1-5RP8)r?-#DC(YJ z(DK5UZ^ap@ZVSdRlTTOVQ}k$vOew4UzzO( zQxj>EsXiX1zO<3S{avKB*RT1Yqz?kR`2z3+SEA+U-IdFd#@Q_1 zUm1^Kx88L@S}3I%QocZV`HeEvd=05;e&kf|qKPkG^XAf(D4HYXF~50AcQoG{8q zYMU2~w0uc$gmD7$i^o)}!xjQ;iH2GvxSH-M-U14 zB9iHoV z7tECxtgr8*VPZ}3xjgp%$?}3r-djF|4zbxo?=Blrhabi7 z*Lq?41x+Ps9J2|q9xrNWL)4E=mJXOwNeUIwPBEoCy)z`d;bra4I7;nYo@Qkct@s~dO z#FK6H@qE_SLJ6AqT;^D0EwBn3o6qv2GtUNY&b#Dtbln~IyylR%l`B_m*|coK1^|T@ zcS-B}>MlkRshqqrra+2{QKTt?HsajX3sd9-H&FS3fCg4D;nOzK8VZRiC1544U%eOF zr<&46!6HCO%po4bq>G@FprVE|Kn)@_-& zWZAIEb02+S@s1n z3A+nBO6ph8P-5m|Bf&6`u#}J~hj6XfT^LkkvW|pOIVo>0R8A(YM+gHD#Y8clbJyI* zC(Lz(7f@30&`WbrwXYOp!yMAA7qG~^BPIhVw+B1BmZqv;J0;2fiLv-P&?Wv}|$7sr_FQ?T3D|cg*-56yzM%j%~ zVqX!Vf*Ou#00pxfqx|25QJ$ExXyByR9-ApZ(^Xr5~*Q?62%78$bQ(gHOtJ zjX84o!$1EA3yS!XLJ&s9e)^65rrgW&@xQvSCC4F$S-)M3$QQ-% zQ!O0QW;MaY_>sXh9s|Lo8b0}9Vs}Y}pq$u&k|XVem3;Kk`s$d_+nd2APG9l+l3zW($|1zDkw{S<$>%@*?H_g3T@%2ii3(1Tq_OO^$?3&p}6N)dj_r&-vlPR2?qilp#iv>yceb@3hNaVmY9G%E>ORN7OpGC&36aD#CRU+Rap zkr5%SBYdkFY3V&FIjP_glZI)V9(O5Con)$@6`9g>L0WP=wo-hAOWWY_9jfu_312TE z<@L@)Orf3+W$(Kg0P+{l7;5jGSOGa6ee>2(PU}c!Bh^r=);@xqG>LF+a%Z zDBbyyls|OsS5A9z{Qqa~q(w+-HsMVIM#EhOA5j^$UsOJVG`}mm=i&X*lzNmldr9j1 zfbv5r%1AQKbmwJbc!=SorGC|m-hY1~v&yn%Z!BNFfN|yh_tCr>hQcX}6=d4{`TVs6 zWW2g~G5YnTm!5Fyso&UpZ+EVUJGuS-`8bRhxVb?p83E}hK zc?XeC0{cxYB}x-EWT?m^O9qpS(0cvmTN!ryb>*kR77|7pUW)Ps%Gc=rYlKO2Jb|U7 z`fuC$TwO;m`TlD9@;AErrkhSW{q$e|?vg1pW=@+u2fg{;QpCj0m5W!BNN>)%B>1B^ zxR>|r-hGew`u+z#{``m;uP>gl=nd8g7a+Pm1TiXDGAt!AB;>E~rk6FPtXXZwwiXCp z>Nu63vN^QbqU0@ZE zFH`ERQ-_O}phKyxe0B)+rHU{nK$0yU@x_xxJ|u554BGV(L z#+sDtQrcZ9an@ocsZL*Woe&&iN@)yUTSo}H(Ig|usM=sOk9{ScV;&Ks3zsu}v4zAO z!q&nB!c4;c5rayzqj(I(K*FIbwh&#judt~+!b6OONih7F*?$sGqdw~nyUXN-Pfc5l z2DzH$l{e&|m{Nw$e5+5N!84brs5(2;fU&bCEn2qjv;SO=KKfU*`4d;6l&j`ZfgttX zMleM_1dx#U=Hdk|1Ru1t1g3OBMgR(@sRmYpKZLnZ?P>H>{`hePrgSh$b-_|9Q;z14 z3W}dt0$&1Ccr<}2r~_GO{o>VyeSjmbQQ`enbEJ5FS)ud`f@BQAB2t41Sdrf_3I-MM zQLkN*sv}1oO;UtW0blBT#1rh(jURvfw-_a^V$IPD{s>HgF!1uF<$t15Kto`Pe2?AI z5|oZ=bjW|hD1jqVUS25BM7nY_Oj8`gf;<9x;=2W2)Ij%+9KEO(0#JG}3T<6wovIIr zG}MCes5JSQP}R^yt`wLOHQe~|H4vmM3#0|yyt#TUUnA~bzq|5kBzWE(k)li>6*n_; zwlzJoT!S@cVnOmQ8*s4~KP$*XND9v@cf98o-)O`pTGoG)G)FIp=j(gzqq5b&V&!f% z?q_V`S(?-gKnX_4+$_zig5egupaPU%UGzHu!lr+Bf#RrVG8&{>OEmBgbDrLYuyYT6;<>--eB$ZE5qWLPqNGU`zkqUW~hB8ij z_dzFMN{zHHTCk$X)G&O6v`3lAY5k`DF0GWJwCZh3r}Nl~Fgi`;rs&ZzRqGY2g2w{> zx+uXTYLc}LrB&)j+3aZ66_qwEn|$?Ej*cHbt=f1zDous-r8}j`QJPkY8k62Ts$x}9 zQ=}Ebw|+BnnVO^&6W$4Ly*a%V8r7>U4g=)qMV+;_z$nng|8{C@5I9CzyJ z<7ds8zVP*VZ@n|^wMD#nT{moLKu)-VLMY?>wdnrkO;-woTd~C7XkBsEHP!I)rOt~8 zp}cbyqyF;&Ln6#QI`UC-%Ss|3buGet@Q4@fsLg-#UGC6jqOLQlxe*`o+weg$TbdzN zz{?Cq2~1Jb{NGaRh*hAGv6&3v17Jdw%+2@QZ=Dj6X#f^D(Ihf0d`I*<-n!-jP_ttt-j<-#7}^!&k)^VZC_by41Ey|(h= z!J2+2pXz?+zWsjadgU|D{guJ^urm z!5rO~e5G8c;+GYG60j11y%;5EBWda=1yE2PlM*5yun49BHGq=luZ00(WCAFuK%ku9 z6*;N7Y1_xaC@mhPo@=^Q?0{3eR&4p?h3WI3d}+$vPrr2k(6J9ZKk>m)Q&8edxNiv@ z2~q749Umq@gC;FNPfuBhhP?7RtWd5^oCLLi5hY)$T9CmmsiMfiJT>{X)>fvz5}~3= zdTC$?5D6}UY!I+Acty?=Qx_u8gw5nh0rnid zroAo##XXXJ`iy(~gXdp;|Jgb3K09;q@HubIU$JG~r~l8|PyV{`(?Xj*`fB4xpvhMb z>;g@KQEFOH3&I!3QY|RJN+@83O+~&s0$BhNDRT&b61zxDBVY>H5$j09E{bHj@UcX| zRQa)ptlj!q(7;X%QO_CEUCcI8d?GL!G}$bQUU0kcj*3o#R{~G~g@6or0ssmwkp^e% zk_LhVpai4HX-y(W4ms**8;rt~vf;xIVU#HQbn{qHfP*k{LU2iPpof;3YC$R_BwvMK z3pt8XM^PT7auO=fMiK@zX{ZH~K#&as3^0MxFuiDt2`bVN!Y2nGB%w(dDGQ3UOF|uxlJY;O!gyS9sl&SZ;H9J7H!RZNz}4UTUKn|T3mPQ$tU6oA0P6pOL{F+u*JTI z9_~0VspE%5v?LG&I8elNA$;AbGQu@Qx|U$qYGz<=foV*%m;B)xH#Q#X*5X6@^6G_A ztWKt0)hrYSX$(m*R+20xQl-{CuEe&b#GqXIhie#4_S)wF7f0)tL-D0oU&oMR06-Gz zd(3e{Qh+D^)D~*Xy9J6&aw3+oDr$bze;)x{1K@brH!(#N|O_&Wu{fu*sQLp5Phw+@(TEzi>YfpN~1p}jXp^Gh~^kg z1m8MMD-8`k1KuU4NgaUfTX6;WBgA1V4&N)bmBPK`|D}!OO(7 zK&#(ecG=-h@#@#_ANSnzhCA*UJ9R1)LV16A$`pYnFHD>$kbd%x8MgD;BYBNzpMP{F7W+svI0JaFej4>`AZ`1tWdM~`NS5sE+HnP)~#n4nZ32$N6# z3SJ?`k{}gtL5{PHogb`ba8GJRI3A-_$RnnF`TA{rs6yQzm|h6~)8OzFQkpSJF-%Q>&V zX+iPVHy4=+^V^UHshBxsn#?nimf3#w2I_OpM$x3?bdgPCWU?rj#w`kVu#6C4EShrc zhd~Brdv+1836TBl{0kiyDJsR`mdI!sQ3R%d5%)j#xOf!dCYD8m2fu(Gfhpo_&i~z| z%q{Fp8Uibz7)o%bzN~jy;w?avXTSP`pPc^NKU{m|4YxQ)hNA;(6G-P+Fi6gEHWp=M zNCxIpdwl?v#Oij3p~a z&sscKAo{4O!cgE6ktO$zn8c0(ru=EdBw_H02mu0u3_LPaNacVCgWZQX^>xh9=}XWv z(-upgoB7trc}t&l=9L4lCN7AjM5~0Lpy95tOd!a@kOX>u{q*NM# z(g2sI89cg_qGsmF7>XgM9@~|86e&wdqEDDr5`)65lGD1RO4XN-XHDUxHDKa`{u5qB zv6?h20+BGHG&@T80#JOM8E-oBi#4TBpO@ZPGj_?k7ZikE}8$!){i>@^95wo8&ELYKP?xZGy+G8HRX$P4l$-cmWnM>Ke(i{f;p;L zrNNN~Srp-m16VcHNP|nHFc5z&IsCOK{vUq%7gTI2AO8!}8$_aa<`Z29qu^s%kss`$ zPOwW%EclKQrTTi2#GD zE{F8}=6CnqYrg|eKI5kr4W}KuF<7|cuYZ4ee7)@M^*!b|r*HC4qY!2JvVvKT%8In1 zSlBH`y34whaauDojFifRpDZ?N4`Tjp^Vu#0xhyhS#Ef5ksmj4y!2$UK_{M}M zwq@!a-}|Vt(KgD0?9oTCA~icon$R(u21@S;IFN%$QQ<2#(pF!Dw>S0fgk;R}JHz0m zLz%5A8>Weh)>9PN?x{P(MkkV{8nr08QmIz8UBj>uPg^M(Q#U8zBLb5dtx79$Qd5jQ z)RGia`J#5wwlX%B9z;8iY8i&&8G+=qu@P%jI+fDPFx2ga1Ja%Pswq_mm5!=T*9K{X zDo9fyshsrUvAu%KCNr5HRq*}G;JdC$7&*xIEKK*jfOHW+kRCP1^oljwykI(NgUm2w zddGa^_8l@{!qY^Wv9%FKNGj;d0NNcnX_5g*^TCtG>PF4?=ZyDC_kZl^r=NY{1!fg! z0~v!a5I`V(V88%ph&jyo_)|~q_v0TQ)~}y~!kif5=&*^iX0b8D1kA~{(UEh1Sy_0U z@hby&ASCeUvTLtB_q>!t;)Ksq!7_53GHw{L*}=Fd4a#sF}C+DZEknIBr<+ zPhII9KTDvweklDq2!M^pO(6>wzw_FXcilBYyLX;3RoxXV_NCa`WB;IZn@Jppl_jH0 zU-j${k0ur~Pj;R-`dTT(nFAl1wE5@dsWZ;{<%P%o=oB}E-Tm;R_M#vjURVqj&NF6I z`1wVbOrAI2GGuIioGUhTHk?S#5@rT70F!V4het)G<;-~I3eKzLYB6>}zwN5g$5enf zjLy1Heay0J#RyRp`Rb8i-Lwj@d@w9o<}6!`C5W$=CC^&mT`su%%Kw+W`~3Q}DECCq zt64L9W^c!ciU_DEAc({UMM0tx1PLmL7zh$1G&wch4V`nKbIv*EoV%ZnK$A0uZJ0SP z&Yy5Tb$@?P@f-G>mvhdWUh7)5uDj~0aNob@sj6>Xq0YbT3gHG^NP~YGYGT z{uw{G(3u<@=JYP-Jw6c_VGJ-t7J3+E;i`4iS3n79qD}AXr4rcKqi=HKuYZTGzUk(R zF2CyXtAF$5HgbzSzNj7kb`lPhK zYhTB~m-o7_&P5Qc@n3m;&Z=z#Cd}vDH zO;|+Q6czKWWD=8!*L6zuf=UwIp`=|Uhv&_)Y$P>Q@-f_))5Ma9zSQDBr7(?FRZn1V1G(=6x&3aJW}s!a(r ziSDF8mZm{1M{`q@Gz}#OCa9_lJP4vk1bjdq^$|J=KnYkO5cpCt3J?Gj6oacq=K*bm zi4w&lrfNh2M+kr>2v`Xdv04h62>Asf1X$Se2W@x+6k6RiMqGLiGzsPiA_+h#Lu!jy zT$>7*kG#wP5t;A=3TViq(t;kSSQ>2#RSJSms#gki1tp3!Ok*lmAWphSnr887v%-|* z=Mk@?AdJm>_kb4#aO~Nq*+7j<;c}oNJf;eyNSdgJrf>wNWWtta!>$T4Piw(a1F|?T zGi6#sz!4KCa;8((sP&uDriwuu77dwJDl3nm`IIOu$3F9=udv8+-sIrS(Gr;Api0YG zRrE#2gJ?Anq~hdGIQu*Q_#neGQTspjxuc@|289D`sN@0&$3ZQ_w$YU5#~DI!*L@MVSXq%3F|xowE0udIH}%CCwo zhTUlP8a1_ySH3Wv8lBpO>cL6DD@kRRW^Lsfn37$m>e-^!2D3fPhR9|ilpP$I+O_;z zS7!3VRGDn0KW@2mGfrUrcAA)vF-l_wRvPhH49{LNA=GR)Y%oLFFYA|Bc3~NLwx#;A zO~Wg#`5CsHQ1-1dQzcA_+WE9lQ%qi=GI=kLwH?)M745R?Z-FVLQKHy%H}9Sgn3lt9 zDn-e}w@YflnB`!qSa@m1BSoM1)M;EwEJPrg9`m8Xq!C5wT9L2qQ~UF1r)0Lga5ikr zg_7!~@!DX9S~t}Gmhy+4KPqYij1WcghemlE4%^)B=k@B#-y# z0h+kG_Fs=a`sfo*IQOE9SbT}aZnJNaacqN_1A#JbaJl;DKfmRUJNgV6@{LnZWp#G) z8E3eXGBC)%{3w1k!$A5q#rdy9`Gy|zRVzk`n8Bng)xsp*s8fKRoU1E_@KDH0~oN$>>6)X8TO|HvaNKjm$HagUp2dF!+49m&-QaRB0V? z+X_1V$coQJFXbq+k>YgG+vV!Npfxc-fWRUg$Ss z>?Eq$AdEnV%7Z~*N;E6!QBI)-om7m{UMs>{P+APGIz3B*Cn#6i^(Y>r9g%`5K^r7J zhJsO&1H?q2T?|jAqzy)?1GB~IcL_1e8E3v?;+W7)5wRsLEFc$Oyq1 z0E)h%K`Eibnu|{w?D8>2(OUX~Q9{s6W4l#sy)-3LYJ{lDbV}0G6unM*3_uBn03c9w zB$Wx&fHp$$L}{TGkcA$F7t6T$4-cF6(2yxzhfXCH*Otf!@!$a$O(n%prMMr3mDkKw zgXgV>QI>VQ$r*(nW%nC@-t*dfDEFi6f8&GD-q+qk;6n9B2~4RWhXD&9BmU~JMI-qx zt1VOk%FAzl6rG9`WKjg5;H6}=;DUM;rCQi|@XcL^Z2bAP6pww^LP*fct1-(cVCzuLQz>z=}MIZ=XX|PB|B#=tYQCj2! zdYa4U16H!%FM5tngD!vgfgLh2(on!hYT;$7OQ2{(I!R`Q4wwQU_8&&B6DkbX_YQgp zSC|yw62(biO3b|iRtnz-K+JcHm>8@8^<>$}g zf9rwLvPnHfne{Crw&9i?E3l=QCkg^kta7yE%y_NIrf^8bX%sO87BD?VG$@N!uOB^S z1~UU*FV;r!_vv65cQFnA^&NizP?&NtJg^Q6f$2iA+wQzO#?b%@VP|kuEDM&eiVZ*s zNZEw0H1W6N5{ryMW(%LSG@tiL$UayOlJR4V__R`{SDf1nmRBS9!v=LelJQrFKKv zMW&rv6iF4y*XnVhua5N0z*5&D&joiCm;#7&5`%Z-QJU`Tzc3oad}33UoTRnW$fyz~ zL-mM>q^8nx2CrfrzoL|;DEXhrk?C{UZfC=o%~9#AVw5(sobpR`?yPG^HKz^(BeRk& z@;dchs$_-~dAurQJSM-k(EbCZ-xSd?RHAH9QE3`aBOa@KzF4|QT0bC$b|Gz+ckEQ9 z;PaTT0e?hg;xT+si!@&^03}s|NYbXkUyTh~nAL=|a1RC|^B z$I$*p;qxVZ1mj7S+HB3?ry{EHW!GK{oqX-oQ^h=X9pnQ~KFJ@25iHfL>Cu@Da{d9D z{Q3`nxal{)`ROlzdF+WNe)>ya`plQV{KLyHzwePphL0Nu62<5%z2vuWNJGtx=sCm; zrg%0sK)>@}sRhtw))%K%fvc7Z_X{1ueDuv?sGAv@&ytbj^W*y0L(Y42G-3KI0g1~c zl76gC=M0P~#qVN%7&&$V!zWq?x(Ci2aD!RhTnc_U+M$DIvMUohu?isf7hiJqbrWXJ zojhkj5QZ6vjI*CIlb`aPCtv70XXR>te)X3M9+HY%jLf>%-}c)d{NySgGhMrNA39;u z!nNzomTPwGa)YhlzR1kxYy(DV;g80ng*B9AE9+p^tms#)6c{-vZ51_Mo;m-^QJ)1d z#HQ<+UVXXpKp0dkXJ2&jd6!=6C*$xhjt2&f+zOu zorABg-nkDAnKHM}xM}zI8u?)VG57Z!<)TJ5UBU_Xm@p5$FnM9W z=}WqaqAC36I(A+wVt90XM|f%VR)EFp9_E6>1DbX28r<181$KWnmAd z%~S^(c%}52N)yxaYpF(DFiKP)fgPZduE}HMV}P56O8bhWK_MViql1|X_n=;r7c&xr zW-$7a1B(PqKo6nd4{3mf%;1v13z-$l(4#Q!ip3W`v4_12ToQ;=n~GK@9Z5CVU=+4q zqn2$Sw`%v&eQ&Kf^!~ng|IzW*U-!KEm%VR%z}D-~TYq-dJX`{!biDd*0VuD(Uyw=@ z@+%q+pn=jNo+yBY+a7}_Yl`m4E}1zL*kBz`9~Wo-qlKq>(%FiJEQa0aDFKn9G0K~-C$G{7a0r5%(I%cCMP zMXd9NN7{t|1-p2geR`2<>lJ_!bfPGbg;?^T5W*E7$P9K#Y2@W#(#6gLuU3pAKX^iE zVVVn3s82A+wJ0!3G9#viNJ?Y(mH1%V3H~su+8{pi6{aMIfH@4p*mj^yV<^*SU`l3C z6RkHH`NeK(cL%~~*7lz~CS>Pp z?{9%(>&3vCN$-y-vTweX`v{Ljld&zo4L+MOyL;1l+zWdS7=p&nn8OA@kQ0&XDPWj~ z#nD7~nQMQ3^MK(mQm$k>FSTIGanU_1X++ZECRqQ&Pd#h1V|PQwC0r;l#UL}bpr~xy zEsQ}4((KtC)Q*E#Hd#`ghF`bM88Occ zUDz#_{PbnOf--?A6_?;ci6Epw!aA+nH#r`YgHP|6G<-?HXtVZbgkv<<*n05k?(|kX`fh_6y-4$>v%BX>qsz> zOzJi5Mr9_ymdZyStD1`X1Z7D1Mbd)aW#WCk$Q%cCOKu`u^?;R=|-4Mij|LA_klBDxoK0(%~IP|yitL;GC6emw^cbd|jr zVqEwC_4A+q+9{{7^}6tiD{lDJulVraddD4)b?fHt$nn#sBL-mn1$nk3A-0^{&<0W7 zEMG6;0}ICH-p1zFF%kgInEBZ}{@in2pL%NMyoF%Oax)c22Y-;v5u3LlhREjy^Iz|0 z;=u3Y`{Dc+W(-pYbb{(n;|CovW_-LT%#BJmN6@K zEx_Y`-A^`-~0b#-v|FZ_`%=Np?Cg@_P_b3gKz(3-y0uwy!HX2T-o>92YX(5 z7wvwTofVAY3i_f!fhtgeAdQ|w8ZgnyZ!#-h!9NJHUh#;kWmg_4SE`9u7-@h7kb!A6)#>gI*1$2*!N3;uE)+0wK%8I^@?cG^8xT|Q zN@J$w(fx^N^X`MyBrMP;X}Yt!hY3PpLC^^X9KjoTnu2MXy3&v;?cgSzrbvTu2?{R3G=nML@_{2#&_QbAY(L-0JPKi8P-fQ7 z!d;uyy|hl49M0axQ?RW7hfnb0DOBtn$m7Ge35p<_X72U&5 zDsmc^A!8K{8tDzGePRUckwprUX5(DoRI}Msiiu23v%`u&w&7a#So=+tIxrRS z(z?^kNIc3Uj7e*0B=TuZj=!!n6`2;_=@5_&LN?u+Ewwsz2|*_w%ceVlts2DOLy^qq zsx9+NcYk8iHpZX9_B=AU$_0!5Fv{P?<}Ijn*ZefCt~j-AWbtQ|aJBzpXrXP*Bn<*!WjY_a(BnT_YHSmnq{@T*MM_dou$xzrcSABLMW zZ@Be0th~P4<$L!(@+2Fx_*TUSBk&H{&hvs2I2l%RMkP2)nOaw^nX!0z z*Jpds=-hhe-3GvAomH5nhkT|!Q?6IAY&pBKep$Sv2&%xx-Z+NG(twyOlvxn7u-3It zJ4kiYxS>WeYo*jhBQ718zF-OJ)@Ohr3EMSr)Tm6w+~9o^!86$pJHWF_GV9e2(B?}T zJkw&4kCC^tEONyB-bI()dEY~j%I)_&@XOn7XDoN;0}pq7`njQFCxRxEX3Xt3WF!#t z-E+VH*fTx26QMbamO~iS6&AkeNL-VOhiT*od_+wWxDdz!qlAJg3Mc_Vgy(A9S!iqW zD2;lix>4 zd~c6|_r5Ulfj(m&>^lxUI!OGk>8!cvCm?_@a6mjlq!b(7#?D4A^nf`46p9e=0`jmo zNAdFrIDjMqS%O_Os5A&8s6}ZiYAQ&j-}L3w8_!Q#;7&%pKqmn!1*S}1*lWrnr0YJ@ zmhhOtGfP7xV-lucy-2mJ_w=Z*@F@zu@lqgB86F)ErT@it}0EHm)`mlN!DWVL{Wus%ckpa>-tFHwn7}* z1>>St@kn(M$C2nZ6rrNnXh4qd1XLmVDeoV|6A+FH*e(tfV_B#Rf%)(&#giMu`$t z2c?CB8)rSzXjU+x2sBEOmIg)j)=5xDkw=bf=#(*uPpq%bK*g;{UpYle>WnGG%1gzx z;QT1+6HH2Vk)o&&JVt5mjEN$|QX^a#gJppg#cO0A`Q|qn>fZPG)9#~Oux6cOG8=!C zgTH9QrH+tRZ!A_=ISq`WqNQtTTq~W6Ip{3;jk-T)UPbTH+_PdU?a-fP1v_!J6Nqc8 zO~mIJrk#4Kt1VfGJ8di{k4*@Eb{!5Ae|PWw%$8|}Shz7>_Fg^((s=p2J9nZIyC#Ys zV{YOsm6Ptq)T;FgP5>JLr`S2jrqv*zG-5gIHbUEcl#xq){G>TalzQ|7c`0Yy?6uRH z)MLA{#6fmZT{u#298fWp(w7mUXcQdRI>Qarz!1nt>Un)@RLx<1Ee(_RA{iN}{PGI! zgG<_IQ_4u1W@|6$5um|@PYceJ(|gi1sBS0#NRda9eo%GEBww2LYpTfGN%N-Z%VWC$ zUXH&U)cOPHwCsvlexq17h5uNx=`pWX8fhrsHoPK?evPesrF7AJZTV>*LySOsPDUlI zuckD=2nNZ|>*NKg1oB(dD($24$B;h~e;BCz`EB3sPgf(Z3>i3brid+=vtUvc~ zBsA~188d|Gl}6J*gMu7w7vq-3-Y>sb2B~FA6esM?+5O_aSg8C@ZQ5jb8Jl5eY(_3$ z8d8chm_cf!47>9Krfy`yt6Lv2`79Xir)A$HnfXwW4_{l5neL2SkKv`drc?1Qnu@U0 zpNH9rcOAtBVywj!Rv7i;zV$8FM>6R0G5O>RvBjqA+#mk%lrzu#(NBKTcj(X;1`d4q z>8D*KNs^OaLK>PgMT=+KV^T7VD0Q~)+q-e+j-g}5P|Td(rHiOsj^p{gPntQ0&I9a| zB7aCmVm!z+A}xQP&Hsh(?5FYAnp+y39|2X$+}Ih`x6Yh?O0zU=2PKD)WwB>7)tG!J z2Fx~3c7L7`Z}cca3lA7MdgkKA%-eo^{q;fyP_dkN>gf)vW-nYOVpT#2`y-(pp?+p0 zM&nKfF(G3gW%=+m`0L20bax{pJFBuBoPFMLr+h~y{}|39;$^w8geyCT5Ao9w4@fU= zwW2tw+8}&Udz7%mq6<~)D)4}RoI74*GJiX;7LXPtM-ch5QVydT{A&|?FKkDj$)DVjWU-i^2X=F01C zB5?Kfzqsv=d!Fvmd;HW{Gv_a%N{KpzJ|jvLkKv;};Z2fI!4xoxqGE|EB|Ig{uKh2o zl1wifvpP)S8`X=HriA(g(Xx~q?3gCP)kRl-Y4`%@OXPo?kdRYx5q zqSx>xTZb&%G-UpUp$j&SShxvN89Hyx@Oi67FJ3==)%Jy34lLRJ()xq%?0oaD2jBlE znDWy5|9ts_|MAL){}Ua0?;i)>{rkSR{<`d{wRD0WOytv!iiMhJU1?BSg_(H42Ql=Dr@hh!k+d*M z#V!rPD3B%41W*XU4FM1pRd}qWvF5561?Xw+jw~^cQOm?@|6yY&lAS&-DNV~V;SYq7 z1C*q@7+gsMRtQupuNZpS_+!juro#Z2;183c*%W|4Ev(RSfKQCOPeRPJFdI9ayj7=!U-7@6I*V>@j2m0EVJSGMQOpV%o|f~0&h(F+3x zi!|)Oh?}Jwda3ETgD@c=td_bcYlvH3M9&{NaViAETLnQ0?pb5&b^8Mk51Tl7$%aj3 zEp2xCR#EFPXcB-TW%Lz|fBQ;{57Hu!&ww*#ONYmbQS1WjYV9LL7)7>Y5Ym^w_B93= z0+I3U&-!oC=7f)Uv~Y|BP&nZWns0Ri&IBJtR&~wVCyr|Hf;6}Wgf6EBco;iQ&PYp*uu}PqAv89KX3n)9 zh5YGihged77528yGqPbn^{jIR{s1GsbixTgxa=~fq&(Zb3s-skc^6%DdY3LH8GysZ zkyqVt!wDy!%pQ!D*Hzcwgy0)HT((}mr1p)i`AxUXTC|Y$DPe%7XTO2`>ID^^zig#x zgq0T`_>hVPm$Y4`>AmtF>hmg!=TJq}@C~qtf=-fZ)7)atx4HJSa)b91o3u@CWv1P+ zTmGPtqnV}Uj(Xc__crp^;eX?zOyQaNKT`Yx6yc#R7y~5!ed=|UbBG~w*by#F6YR?42;3p!%ubtVzdJ;z!2a9v=It`fKft;%0(vFB`FKB`Uq#FqMSgJ99x!e z(s@BkFv@m_%?*+~`5Q>I+r5qI9(rxtf!C%kT-$r>oafvy*niZ6eMh1@dkjHLyzcKk z=AnM$lRi9X(xXGBAckJC%Ysw@2zUZ&DS(5A%D6ej$ZFjD7>2Q-Doz+pAg_3wd?JnI zRWYn;98*-pXci+?T@iyZ=3WD5tpZcndU4vA_w%BOJG^^b=CA{_{Q+-oNqG}Sx z*90FTjH$+8$yD9dDQ=$cUGACZk1~Gs9{wofMIgqn+%;;+))yCV!H-$CZS^78we4!(o-zWuk3xBmU$JO6n3{r~y;hyOhM?mrH{_qU|{?W@au z$LsI!f9oUg1rTu~%+YykJq1kVTLHnS za2i*bKoh7%-5`lzh&;-PKrl*FEOJ5xTfF*C!iBYavB)eSsZqvAQ@5g!R(|fTZ_tUH zfRc)4A`_n#_@Kck<dZ|UQ2wXy$5scD6lj4|S)-?YGl$Zs>JF*D_iGMgrf z7epceSH&nBJN6-u77g-k^Dekkf{g^Mq)n*?!3!y2^Rb=2sXeapG6~3Rhbd-jIb=v; zJf?bWFrY^&#~AEW(nZ;QxK(BC2Fs>MGEU;m(A+qzY}PufUuJz(awoi$zoqMlIV-yH z9)Sp!;#1E#|9AIy9W{NXNRY;0_hi41DI?#}VRlE3grw=+0K8f#XISY-ejcR)#US#E zEM=Q_@7}S0zfFYwf@=~GBk^Ot{&o8c$DPzdjE=!C&MQ_wm$f*%~N6g$uN9}d9BH;xX{y$;OHwMc>{1)0k)39ar;|^hy#>E=#*<#O-@bpuSNU{W zOKoWhXPayfi?5U_sVlYnOOB2-g0GTckvTPvo`JmQhjX22P31}s0-(`J36Jf>Eamsy9T$dEGTI`RzCt9dEm zczK4Ock#upDMXwwMogS&!*1I?c+@BtihTN*V=lh>YN4y9FI>oPocFl95g&c-ImDlw z--eAm;rz-r_{g7Pi)kF@y|RA|-Er*Do$qOc`G#J^7!-wk=Qw|8)8CIqq=b<%dly&) zD2Z!VkV-(F{U6du{ZN=tKA=wZrPH(%-eXAnzMkrNwDU#gv?wiPrYT}tGst@%ewe}u zabS3#t@qS{UW>pZ=74iV$AntpDdvea2ai9lfa%+1~mx zV27_)AYButkEgx6sf0R&V1zoHvv`>;u)&aYC9d0VZ~pD=h@%7k?gt<4-lu<6u>`Le zyb$j&P}e7)89iyLOgaAQ0=tuzQs|g9~ykV{~+XQt2^#{zyPQR z9O~%0T*|V1mHFSl4`Dl8aLRTbK%o@rJ!H7UsvP+wf+8KsXb~BiF%R}1S6$5$^-FMKn|)Bj zHa}=4fW{*~kKmQY2foDY3jUDBXN7hI1z`kaL|Ia`CNwB-J4vyH`4K^&XGX zLMwJmTDf!F(ycEp*idNk#?ebRPhZzDbHl!=tGAuAeM?{&QXm)&pt zW%sLpViI=f{lB5ZAAm3aUg+JwAi5Ub^iByc47AgD!t;7AY#-d|`7Ks0KSTmhMD z9}`o#-P4}1D(M2R5qy9MQ!((uqkIITRDhDcq;NoBL10G%DO%Ud<6(uALLr(8uS&3s zRK83_GSgJ4b?`Oa$qWE$lqhY!_l?hd0Wpm(M;9=PG;LzizRcuAgA!a~GRu7CF*#8p zOA}Wl0L5&Ym|dAx&4s}n6?w=3N5l!PRKZFqYUWf^scF)*7Yatn5+Q*x6EFETI z7{wzpe|s!*bCX~B98t+c#O&_%LRdSk6R76YDKokhrHWO;Dp#;YCvH&PTGvh{>5$v6 zI3o5OJk+g@$id=QzWL2l&N=_qKit=Q_(-;1rM2eruV9oo%;$IxOvzTgJ+*DmqXDBF z3mSk-kM{o7G>g2whW!OYuScGF=89{tMNBU~d(1IMA9tLqs#zddWD>HUFwGDPhXSEa z_{OJ?J?@0lPQUcJ>jl<-Vd!w{CjvXH$%Y!T)Z0pk@N?VUce_gA`|rHVcQQ}R7!dNn(ms8TR3;x=!4Xal&-?JTXMbGYOa z7$uv&q_$>0b@=S&e5G~)yEBi9QYuv?0=8q>Z`K_7_?B>E>t$dS9;KbSc?_e4G*auP z@idY&74dbem>d;@R5B82W$ZU=3o^6!RI9y(bd*fPwjJ|>h5}G3M$wT*B3T>JrY<}t z)iN1r`v**S$&nVBW`~urshdm;%4cjZN`6w3ekn59N)t=tN=vhy$OfM_31C9Cg<8v{ z9b!q@RzK0b`|0PO51rig&_ig{lqvI9t^^Lij$hw-=TCqBb2k{m+@e>_TCzmIDo*D6M^!^Z^JI@6V2VK+iBTDLJ4V4H znQ2FxHt%)th1pnCP^evf5||>*2T|Qyrm=MRsD0yukV+N;vvnF zQCEtd?bR!$aSl1m9*nXAPy(T4a=KlH@Y)EGdIk^2J% z7i`{{(b5eA0Rcnpla;yJPm@1&OfX7K>vU=|Hv=a>Q>bC*EJ|u%2m@)QsiMr-)v@cq zOE=y68_E)Kiy6n-wwwKOPGh|=cb#>?g(sYLnxM{9>7yo2aix~fVW!`2pK-3c4)1;B zaq)>=qaxN~i4}Izw}oF3U?d?l&-U*B@H5?icFS!J=a9#7(`U0VSiHuSUE87%>Kw2r zWP3$Rn>cIU<=5VD&JQpC=ILh{6Ll(6O2t){~0S_ z6e(Qdkx~Ts2yl^diSIXK8KhGDnjo!lE9|IErD2%Uq zO#_k&z9EUg6mMsQhUfL6E9fMFwh}p5s(QeLra+AfRxloOBYkj&UPuPYr1xMEJd`6v zazgEpB~^}Klp`3W!9YhaN)~}57{v;Sj$oAR3hO=&FoKqjU=-U`yI>zjia&x;j$o7{ z8082?If7A+V3a_L{{t9h!kP|xlu2tkC{d(LyeLt|t=JhFy=2Fjr8_6A?3lEA-^5jW zqgGSwov*&P>$UegIMu)X(Y|;7^wNiaLkHgbOX$$Me|hOWk&iz*`1Xef z-uhtwo9|0$R(8G2mHjP#Ez$$jFt2}@2*AdKW1HDMdy2Do^zyC$(OB^Mj(KdChoQW?=FWUyx{1qE^9EghX`_orlLt>Q+mz z$S7*pm*69eA%G$fqq5pgW9U^(#Ue(1((*)U6e`pq^d&(gT8Qo>X*#8t@hC-UB<-XY zeMvMZIeDpRPHj9!(Sm8Glty)tR4Gg#jeoXigkg*yT(8zdK9)^AxadC1|7!HH*oTdpC=Onr)*B* zDBSrpI?r+eS-E%eJ7+K$|K@4mJ@#uS9&`NHIkh5&8J{}(=>PO@|AyRWz^|2YG|h^p z*kVhmQkV~4bK@^Az3QjDTfcDZ@r)K6hY1$oIE;oPHWKA{vAJOzI$?p}(DQ-Eo^<2% zaVMYrxvzfp8{hekAewh~eUxD}?MMcUaSRvji19PK?$LjcG4l=;eSq&MXG>8n9T$=( z=1qy=^O(9tgAxNUNB=u^P^CnP0uy))CXnJm1YRk~JteUuk)JJdcFhiabI^=|EgUr0 zbLRk#JStKPIfj-x=}wMXl}O4&`QfD0Cq<*vz?9N&bF80cHKMQd-rhw@qtD2JX+Cv& z$(S<|yiAQCe5e+som$JN(pPdK7CvLn7ywPj!TLqcqr;>rRU#86eA0A{S7b0%Qv2yw z4qoa}s#zW7j6Tp-PCe1qZ;q{NQEM1&8au7&uD(=;p=G`2b@FNkMlld!rFazK=wp6+ z_uVI+b{aK+OVqz|(n&Ypc_->Qc<>8DhhBBlO|Dqy4{_?*XS=?T`6BYSO>y#XU;N^| zk3Q;JLjijE(&z3F-U(-3Z~@ZPMOR+QmHG!)Tyf1We&Lkd5i?z>JCLXrh&%reE*gYsDR}0a!NfUcTeV>MDoTrJUsQy3sArVYyRc22 zy=bW%S`#sSDPy?hQwC3&J&zAZ{>Jj(BsE=U048lkdCX)h&CFwZFVlWwZ5x5QK$z$0 z9#EPhqsS_dC4e43%diPNIs-1^E#*PSL1t0(4Mi2v7;IBxU{GCH zDPt_P9y0)Aunz8aFS9Eb8<%nlhO%fji>c4$o6t!hE36Mv_Wz>QgL$CI2?*VwBrc*mt3LpHR|h z7CkXy>f^(wxPnFSVAfo*?4mef-$kLq9|hs%^q;w$Lp~ZhZ{46ds|L(kfriXmgC971 zrBaW0!aQJNW5%3}Vy4iHWhF%Mw3a3&`WS_mK102D|CjajxG z0WkHBr}nD!Hj1{s_o8_{KXZ;Da$$Z~!DB=isZY z>m4DL^jNQB(MZ~fkr?AKC?Vjc7-b12*4)dIoEE~6>C*d7SP+OH)nm=9hyjyKr3Ftk zMrHWq$JVO~$4o13|1Oz#lVdJr;ZUL|VgW1Cid{M;AY=G*UqDsqPEkjw9YiG zj5I}Ae2hdpHtZfNK(XJq3?lL9K>?nbOaj~||Jg4d^Dm$J%%?tg^yj~P?9pF2?sH%I z%76d-7sLPeqrV*D;~F1M4)9%{?#5nNfO`!x%Cai5&U&op3mRmr;3fl0{Uujk!=iwJ zfh~h2-55|-a@HNTC$p9=9zJpWO}GE%q_fWW%(2IO_Sj>;cj=`JLfn*)9lgz?*F>r7 z9d&0BW~5<3KJnDknRbYw&sKfCuw$A zHoP9Q39_roChHSvHdfizW#@$t&hXg25zZz~nkuzHk9KN|Rlt$rg919(FEXMudi_>wbv(6wjIUIF*=$Zb z4TMU5=a6cx47-jtGAZ?HhT4qeWAvs-BdL{lm+H%}Q-818NPCZ!uS`0vP080+*~NE$ z=ZseS83_SZq(&9;sEA7zR}$XNCw%+c+yWSM{p{wOfpx_Ck$)IRihujU7l0UnswU5# z&4qr*=+Pv}|Kx@npq7cVXBU6+wHufiJ>IQ{3s|8L#KZ-Z_YcJx%fFI%R-#%#LfSk_ z0H`z1Wcc)l2Os3-0<4IC<-elI zN&T8>D&Hp`Dy`K|;XBAdN-O!c;Z?^FmX_8U@~f4{=1&4rLB6LdAq`@bN;T^hCe51Z z;zjTK%=5j6jT*af*-95Lx|&vN`AhR}n|-}`*olaFiDjusUpzbjk>`5%``z95G1>BA z8OuQ-aVsgq*tB)d;$`p$Z#l;>f=9tL&-VZN1{haUJ{Qz^fp2$Th zPj&Alme(I2eu5)?pFzW?%$hGM0caAaVSP7vuhXPngnK;8E?)F4YObb-OI`-T5S$Uu zl9++92MeI7=3%iAQyO{cp1u3_bR6i||7ypf*EjBYX~LWp-3N{D+Go`7p6UO)X9gnn zT8|9o4?j5|LmF2PyL-3+fZ%s>d$%FCJ=q^vxwHGQyPqFPgTilvWfUlrt$n=QZSWa! zsVHT^rBrp^E#MBn7EUdC;V;6(3t}LEDQIAVdrBIEs~4w>+=bj1$uXX5OQLucjM6}p zzzYaNUH7j*JW_nzSun^Yk}`9NBw&=jsd-&2%T+Lyn(1cas3qV5?!;59t zpNy{J^-L#kR0SOIa5~enzeEN>`e!zt=%(g!=CADcP`w1 zXvwZu)*X1;J(Bz0{_`sz{qxWV|4yyKujS3Z{$J?TkN!c?0=ppLjYGi-!3UrN-3AQ@ zrjU?dom9|FCqNOcE7$^_2*go6Rlt-(Z;FNNy88kk3e(^obv?>N@XCQEvlMlD)Q3?W z1Bet~kOcnfOh189$P}E>TvHExV5A{I#>79CB0~)?6=zHuq>}E;8DI*W(eVmo^RWs9 zj3`K=p&*q6{eV>DSBw%d)os;n-fiInI|4!EBRLV1h9|7wJO+Z`Q$J!v@wAn35GnDRS;3HMPrBWEQU*_6kAF=;5;;x0gpj1JYm= zn|Btzj?Y97LvD%`ALhS&=JWsU^I!b*myf0SaJFcP<5T*F2f8v?7KDfEsciyFaMs!V zhK>+0lKUmfg<{r5=mZYH&}|GIJ3%-vE}B~V>WL@W1>An`{T5r$p)6v1i%D{ZWNeOu z#qb$1e%w8eK78SoR~+>(|M|au;d89}ulU)|1ooLef4(iG%?r}Lkq2$ilt4n){o)qp zF>V%b-zXt=m*Yv@%aU-y8KAI>K419j>*}=AwcU+mLKJq_!~G zcO)}=t8Bic*-~Y*md9+nvcpP_VcTa(iDkbg-&>?qDxW;2#dkXJ2c5txMRU`+caCKG z)okjf*~lc-RDGZe1KcBvmmfx%M#lsK_wji8#EPQrzPL|_Cjrf9{?us%xr_5Q15hwr z!A1MNr)yVN8S>J&_7}f!%i-+Bivvfb@Cv^c#5o_2@~1*s5(ERIaJMMQAt{ zEM4J>cv0PK|4C-bH3O??N&zEin|w)r@*~EN=PKlvas?zkmRsu|c>HllQKkWaDW(X- zJ%#+2j{mwD&*kK~Qr?F5;w!E^{_Ed5<+L+k9j+eo10Zy&J1MdXXs0*{-SbDMFOFWc zY`w4+WJm>+G_!PIN7jp^nRb*GfliEqDJw{WQ8GzN^($X3jYs$6cS(*Td#~URhFgiK z#^Sr1;t=JBpl1$jo_MY&H+vJN1;~m}mm~niZI9wBUUK!drbNz*6fG8LllFs;J$?4~ zE)@Cd*5ChO#Mnt9+zSW^xX4H6oc}|?eFf2)JZHh??R)6sEr?s}==Z%MUa}GT9sLTy z76BrViVqd?YTn2v3gA$Lsij`0@QuwxmQgFIwG3f`d#vWxO>XdFc|F&6ASmx(j0e6& zgb&KqH{E>xg_mA*`BeZ4T}xsQFIurys5I`FZlo`x-L(%N<;VX9qcn~+23g796<&%0 zKBz+~3c-LN6|CUp(3(gQG()%`mAwZKy!0B!Wlr)hPG8*f#c7WZ950+Oz`>OS-SONI z-X!<;9rM`GDIDMt!~i$Mcb#uXh`NQ?A9@ZCvPtSuEwFkgfq2{vY%!jSEOC!WdM*$Mj{-Pg{z4Zqh;|#;}~H$IV60^05~~OqC{jv6clPK7vt> zV3fvk%#?$UV3Z>mQ=Wy68-Yxj;@)8VcZ+LTc%cf7c4E2_GXXhhg_#SDy!W$OCUj~32XOEp-0)c4~<#A6^&i7ZS3-`Q`QxGu*S8;;||xfj9Id6 z#QcrLNNm+k`jxp`56s)Lf5q-snS`OuuYI)ly?^d~=Pw7||JzF+{qv;{{$9d}eNY03 z9en?<```Vuh+#s934WZ=VShH5h;a78kdi!)sTkLNKLB% zCXG}{8j+|as&WFORKAqz0#k{tmr|6{nxFHU=v3DBkAH~li6D5sy@<;T}tM+cJ=Nr#M% z(xT&`c5{p1iisjde z)F*T&QJ>JD6z`MHqyJQ|4dz@sUDtNV5I`D~nJR`6iyEEQu4|8k<^QkaDTHn$-F^0&rr!u`-gnd#}D=G?kH7`|PFpQ#% zbHxVH!^&?F(s<>=Xwb;jsx8zm2-nOAsG=0r*77~IaMuG5TzTV-x88Nvkg;ROOq*t? z(KOWV(wa<86}+_^<(JrZ-~BE<3a1lsh@X1l1=eD}{LSy(nZbTige8Va$RBq8#b_v* zvbY+RL&hz?|GnV5iF`G6?%a#7ypqw^*T4O3#*hgt=BfnH^7-dq zoIF_wWcNr?u^34P$;3VeETCPnN{KRo&Ry*QeW zAoX^$1{H-0mz1FsCefqt;qwPZr?Pb8X2L=p|LBUV8A{QkJlCr~Jqjm}6&ts5-Ee0j zI`KPae)szq-ucj@3zqrbyUP8ByY{W$zPJC-(ZBlLU8Y|uZ8I?IUxCG#DVlzLgsLft zPQnLlUtZfwtBQp{)G&29j_So?ogG5fbZ=w@@kZW`i^=crd+>&vZ#$#Q1q{_(krLex zL$zsh7P|Q{mJl>3`E>d<9zDuY6wOLTD6JGfnEdFxQexp2mlQlrOig2Nk#=ZMP|=_; z^xFS2W0V~SUz@#rBP*}xM@@fZAbrWChx(6ubnv8y2986#K<@81`oRHXyAB%v@ZbrE zPYI&xNU-7fizF%+eFK9oJf9UQi!T;jOt})An4~HKe?_<&RK*jJjyzLez8If)^$%>NRn3zp2anOkUb|N-kwtt-&;_ z3cD|cZN30klGtwP0k zOy78rF<1bKOr?kmi`^Z< z_X^Xp<9hk^1Bdyqyn*(<^ctQY3?@0jDDlk42baXw3m*W1K>!LvuMnqtq!c0vdcd1< zBA+z)Mw@B2q7(TMkb_BnZA4DR5J3_i5wXbRF*4@1EzLaVQE3Fim=`l6N&_|W7@0ts zU=;Zk9N@u`OuEu++vNl?NafhSH%#$$*Fv-=7^6*20E)C}-}NoUE2R-@mXrqQbmkPR zFce%;$E-&ac5nkG7$u96)EJURz?dNkCM6^^Yt+?A^# z5^LA;&07(dOKHI?B7HXQ>ser>@Ja<7ppP9ED=!y^S+c%(+}9X-efOO6uDb39CRhuW zuL29K!&d1SVyTFkyz;7pJLSj34QvD$LNUHsJ+IF##q}LYA{S?tkTwPmn}11Mx09#+cvJq z#-mw-v3=itr~=`2NZVCSr6LGe`HD!uk#*bbB6V7* z9i!w;wWGmwk<@Ok!n=&5y|fN8nHu@T!0Pa7`+4#9UNllE`9502Htc}L;K*XDCI@M! zZkE$mK38~Yh7<;mF}7M7CNgOd?^^{i&s@0B9Vh)pjF>QMmJ7r4QnfD0RP+bTxt&oK zV=Z*uEw@~M>#eSIyyJlfILZ4X=LR7fE*A=}1FR^K{~-TmU<$8h`%Q*k{Kkbh)+66? zF9oBV|DzxA#^*vWpDmdbWZFnRhMm$El* zC>fg`%dWN|Q<(rC@FgQXn1H0e|4buNGl|L86y%-~0YoS~yuPU{-$5zHY(_?F9#zR3 z)%QwY0W0Y-8|ONPJ%?UVD%Gr?kENCn#co64U+6_(4o5g9x`&>9j-@NJs2uH>y=N?0 z##zvPBzHaduz({lit{H%UtXLqI%_WGUNFZ)k3aML;NkZ^^2Aj){?hG-=xe8)F=)($ z>5G;z09&_dJ9DpsQFiR`7t{6%q|Es ze9S~e!4Sn@d-qdW^uu;fb-%t0W0(s;|u3>@)@V3g!1B}o9ED%?|c@viSUSkMVu zuLG}aJ#cv5>dk{D&F(v920!`7hmLz<=!C}xO?YzXlt+e4L_kT<30wlNAR&b1^LXcp z!do5#uRs;7v*K|AaM+mJ`!}$|UGcNw5 |J{2fL6{cMF^)~f(`iPT!%&z2=oj!N* z#$l!FzzGlZ8;h8M-SfgoR$=b6mnm{EEk(?_U=$wm!xwD8FxCP!z>dLl)&@WX4Cw-J zkt09D(|h1ZFp7LMbl!T8bOP-d1v=?5c0Q!id(x6%6cveSEnValyt0vl9f>`x{g6k% z1rUKzKof98PEt%TidrnYLU0L~f-tB66nENx>@y#LQlfjgCE%am_Bs21VUMxiVoD=lrb`mv5T1V)OW=8z!&ZGIjN~nd^6< z1=|iR+4b`F*FN0+)?awwANt^b?0@&~FTeM+i)qrKGee9{*Q=l=@g82#=FCDqyGq zD;!g}(6?Ys=iMjtD3AfXB1I5J82Nz?$qAq-lFg;}rixB^5xow_k%iAnD3GGFI+y!G znO$TC8IZvzjU<6k9;KOOn06Q<9yQn^&%_-~y;xAEC8AA8!_U7R-R ziykGbv{fQ&wUyuMI&c)ql{4G2@E{rMb$*MV4A{e}G6hR79US=BpOr#Kv*bXFU&2 zl0snlKGMmv=GyGo={V7LJvA$JH&pX#Ua)+X3ny}Ewh&t=rdd_tQJqMFGjdx)Ev-Aa zy6>yoSUEOpWmDz^xoNpF8nH(snOfQI;gh3HjIErU@L`BWUaGWGWRwO`sf(8>t$YxP zZ9XP=C4Agdn#@u~3+XG>@wF*MGRuy#(|_Ktj9U4f8ji>p$xeleoSGRvk5a?SCu((+ zmOBsPyoZCiXtFwA47(eQk{lTH`SGH?dY&&<|Gld1SZw% z2sK#y%Ge%%=GmX$b{ofUN*BnR-o?F*PxtCY=W*<}zV(@}e1-Q_mmmE|C@^%-BagU4 z1puN-6d8=`iEB|tPMDx6%>o$|D*iz}FQ~-D7xSoh=^<0e#0?uaV+L=07liQTa)J5T zKm4IbD9Wk&!_Pbi(~ElNpOoLVs|mR>h+gF{+zuT<=dc2Iblx7K?L{%*NAy3NpE5`y zzbxLrur!bD$fg$g(NjgL!SXk-wNU;ZQeBb9+GaY6K=^#g{0c^*sGyuJ+wJ8;CKFqD z6WWaVi`>R!d+r525)<0%`kQa{njFi`NVna2H!vZ_7tM-5UPvaTOR9ho#9W%f%OP)mKy%B1(Yoj0GWW%`AO(gyx|v@Tz%b{-@njZho_zUz3*Le z1>&zhW8qR4BUui?7 zvf%DL0A}rd`Bk{VyAw;BBvC~$^cj>!3GYd!F~}&J0c1(lj+L>j^?MIlCMM08%OB-| zN1sAM0Jv@5AF~gr{rt7)RLenrssw)oVI=M)%n_1V(Fq<9spzEgAWK0l&BZ6uJ^K#r zJ8%#cCCb6W9WT8#ZRxu1!zVu6??u$L-NG_qh5}ONBq4@wiqCv4$w_&$Kmm=zf?AC!5=%n8H2(@^mZi&i)jEdYufDe8i zoI)DUl>&DVB?@wtB+UxEa(~}3A-raF-JqP}7$39|q{4F^myfDJXTX>7U%Qvz9f^DmjQxKN`tI?(tvyQNWq zNaGkkmQ($j-B1fAMXkE4cSSfwNy#8Qok~MSUjEmkye_bjZx5lU8g= z#IUvd-vU!!`tW};3_~w}_zy1kuYB+~hGB<4{JRigZk9wCal?cQlY%S=7D1GQVZfJy zU=F{-b_*`yJP)Akf1_nE7Elt+N*v~CM}j{pKoR4sg!zijrhzFiO7IE@5(_RVWDp=C z69p(#1{P6@TBjHXUn^Rf#^qkxfRDqVNjΞsrVo1~N2NZN0RR9P>)>N13Ra;KUx2 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

    qW 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

    lf9aSxCNYZ3!4Pej}Y7 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%0ATbC`0WZK5HKA={ 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

    & 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 literal 0 HcmV?d00001 diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/Extensions/StreamExtensionsTests.cs b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/Extensions/StreamExtensionsTests.cs index f7fd7b3a6d3de..391bdac26f364 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/Extensions/StreamExtensionsTests.cs +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/Extensions/StreamExtensionsTests.cs @@ -4,7 +4,6 @@ using System; using System.IO; using System.Text; -using Azure.AI.FormRecognizer.Models; using NUnit.Framework; namespace Azure.AI.FormRecognizer.Tests @@ -50,6 +49,18 @@ public void TryGetContentTypeDetectsJpeg() Assert.AreEqual(FormContentType.Jpeg, contentType); } + ///

    + /// Verifies functionality of the method. + /// + [Test] + public void TryGetContentTypeDetectsBmp() + { + using var stream = FormRecognizerTestEnvironment.CreateStream(TestFile.BusinessCardtBmp); + + Assert.True(stream.TryGetContentType(out var contentType)); + Assert.AreEqual(FormContentType.Bmp, contentType); + } + /// /// Verifies functionality of the method. /// diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/FormRecognizerClient/FormRecognizerClientLiveTests.cs b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/FormRecognizerClient/FormRecognizerClientLiveTests.cs index f937623603570..16e440b49ba96 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/FormRecognizerClient/FormRecognizerClientLiveTests.cs +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/FormRecognizerClient/FormRecognizerClientLiveTests.cs @@ -118,16 +118,22 @@ public async Task StartRecognizeContentPopulatesFormPagePdf(bool useStream) { Assert.GreaterOrEqual(item.Confidence, 0); } + + Assert.IsNotNull(line.Appearance); + Assert.IsNotNull(line.Appearance.Style); + Assert.AreEqual(TextStyle.Other, line.Appearance.Style.Name); + Assert.Greater(line.Appearance.Style.Confidence, 0f); } var table = formPage.Tables.Single(); - Assert.AreEqual(2, table.RowCount); + Assert.AreEqual(3, table.RowCount); Assert.AreEqual(6, table.ColumnCount); + Assert.AreEqual(4, table.BoundingBox.Points.Count(), $"There should be exactly 4 points in the table bounding box."); var cells = table.Cells.ToList(); - Assert.AreEqual(10, cells.Count); + Assert.AreEqual(11, cells.Count); var expectedText = new string[2, 6] { @@ -142,22 +148,31 @@ public async Task StartRecognizeContentPopulatesFormPagePdf(bool useStream) Assert.GreaterOrEqual(cell.ColumnIndex, 0, $"Cell with text {cell.Text} should have column index greater than or equal to zero."); Assert.Less(cell.ColumnIndex, table.ColumnCount, $"Cell with text {cell.Text} should have column index less than {table.ColumnCount}."); - // There's a single cell in the table (row = 1, column = 3) that has a column span of 2. - - var expectedColumnSpan = (cell.RowIndex == 1 && cell.ColumnIndex == 3) ? 2 : 1; - - Assert.AreEqual(1, cell.RowSpan, $"Cell with text {cell.Text} should have a row span of 1."); + // Column = 3 has a column span of 2. + var expectedColumnSpan = cell.ColumnIndex == 3 ? 2 : 1; Assert.AreEqual(expectedColumnSpan, cell.ColumnSpan, $"Cell with text {cell.Text} should have a column span of {expectedColumnSpan}."); - Assert.AreEqual(expectedText[cell.RowIndex, cell.ColumnIndex], cell.Text); + // Row = 1 and columns 0-4 have a row span of 2. + var expectedRowSpan = (cell.RowIndex == 1 && cell.ColumnIndex != 5) ? 2 : 1; + Assert.AreEqual(expectedRowSpan, cell.RowSpan, $"Cell with text {cell.Text} should have a row span of {expectedRowSpan}."); Assert.IsFalse(cell.IsFooter, $"Cell with text {cell.Text} should not have been classified as footer."); Assert.IsFalse(cell.IsHeader, $"Cell with text {cell.Text} should not have been classified as header."); Assert.GreaterOrEqual(cell.Confidence, 0, $"Cell with text {cell.Text} should have confidence greater or equal to zero."); - Assert.LessOrEqual(cell.RowIndex, 1, $"Cell with text {cell.Text} should have a row index less than or equal to one."); + Assert.LessOrEqual(cell.RowIndex, 2, $"Cell with text {cell.Text} should have a row index less than or equal to two."); - Assert.Greater(cell.FieldElements.Count, 0, $"Cell with text {cell.Text} should have at least one field element."); + // row = 2, column = 5 has empty text and no elements + if (cell.RowIndex == 2 && cell.ColumnIndex == 5) + { + Assert.IsEmpty(cell.Text); + Assert.AreEqual(0, cell.FieldElements.Count); + } + else + { + Assert.AreEqual(expectedText[cell.RowIndex, cell.ColumnIndex], cell.Text); + Assert.Greater(cell.FieldElements.Count, 0, $"Cell with text {cell.Text} should have at least one field element."); + } } } @@ -210,44 +225,67 @@ public async Task StartRecognizeContentPopulatesFormPageJpg(bool useStream) { Assert.GreaterOrEqual(item.Confidence, 0); } + + Assert.IsNotNull(line.Appearance); + Assert.IsNotNull(line.Appearance.Style); + Assert.Greater(line.Appearance.Style.Confidence, 0f); + + if (lineIndex == 45) + { + Assert.AreEqual(TextStyle.Handwriting, line.Appearance.Style.Name); + } + else + { + Assert.AreEqual(TextStyle.Other, line.Appearance.Style.Name); + } } Assert.AreEqual(2, formPage.Tables.Count); - var sampleTable = formPage.Tables.First(); + var sampleTable = formPage.Tables[1]; Assert.AreEqual(4, sampleTable.RowCount); - Assert.AreEqual(3, sampleTable.ColumnCount); + Assert.AreEqual(2, sampleTable.ColumnCount); + Assert.AreEqual(4, sampleTable.BoundingBox.Points.Count(), $"There should be exactly 4 points in the table bounding box."); var cells = sampleTable.Cells.ToList(); - Assert.AreEqual(7, cells.Count); + Assert.AreEqual(8, cells.Count); - var expectedText = new string[4, 3] + var expectedText = new string[4, 2] { - { "", "", "" }, - { "", "SUBTOTAL", "$140.00" }, - { "", "TAX", "$4.00" }, - { "Bernie Sanders", "TOTAL", "$144.00" } + { "SUBTOTAL", "$140.00" }, + { "TAX", "$4.00" }, + { "", ""}, + { "TOTAL", "$144.00" } }; - foreach (var cell in cells) + for (int i = 0; i < cells.Count; i++) { - Assert.GreaterOrEqual(cell.RowIndex, 0, $"Cell with text {cell.Text} should have row index greater than or equal to zero."); - Assert.Less(cell.RowIndex, sampleTable.RowCount, $"Cell with text {cell.Text} should have row index less than {sampleTable.RowCount}."); - Assert.GreaterOrEqual(cell.ColumnIndex, 0, $"Cell with text {cell.Text} should have column index greater than or equal to zero."); - Assert.Less(cell.ColumnIndex, sampleTable.ColumnCount, $"Cell with text {cell.Text} should have column index less than {sampleTable.ColumnCount}."); + Assert.GreaterOrEqual(cells[i].RowIndex, 0, $"Cell with text {cells[i].Text} should have row index greater than or equal to zero."); + Assert.Less(cells[i].RowIndex, sampleTable.RowCount, $"Cell with text {cells[i].Text} should have row index less than {sampleTable.RowCount}."); + Assert.GreaterOrEqual(cells[i].ColumnIndex, 0, $"Cell with text {cells[i].Text} should have column index greater than or equal to zero."); + Assert.Less(cells[i].ColumnIndex, sampleTable.ColumnCount, $"Cell with text {cells[i].Text} should have column index less than {sampleTable.ColumnCount}."); - Assert.AreEqual(1, cell.RowSpan, $"Cell with text {cell.Text} should have a row span of 1."); - Assert.AreEqual(1, cell.ColumnSpan, $"Cell with text {cell.Text} should have a column span of 1."); + Assert.AreEqual(1, cells[i].RowSpan, $"Cell with text {cells[i].Text} should have a row span of 1."); + Assert.AreEqual(1, cells[i].ColumnSpan, $"Cell with text {cells[i].Text} should have a column span of 1."); - Assert.AreEqual(expectedText[cell.RowIndex, cell.ColumnIndex], cell.Text); + Assert.AreEqual(expectedText[cells[i].RowIndex, cells[i].ColumnIndex], cells[i].Text); - Assert.IsFalse(cell.IsFooter, $"Cell with text {cell.Text} should not have been classified as footer."); - Assert.IsFalse(cell.IsHeader, $"Cell with text {cell.Text} should not have been classified as header."); + Assert.IsFalse(cells[i].IsFooter, $"Cell with text {cells[i].Text} should not have been classified as footer."); + Assert.IsFalse(cells[i].IsHeader, $"Cell with text {cells[i].Text} should not have been classified as header."); - Assert.GreaterOrEqual(cell.Confidence, 0, $"Cell with text {cell.Text} should have confidence greater or equal to zero."); - Assert.Greater(cell.FieldElements.Count, 0, $"Cell with text {cell.Text} should have at least one field element."); + Assert.GreaterOrEqual(cells[i].Confidence, 0, $"Cell with text {cells[i].Text} should have confidence greater or equal to zero."); + + // Empty row + if (cells[i].RowIndex != 2) + { + Assert.Greater(cells[i].FieldElements.Count, 0, $"Cell with text {cells[i].Text} should have at least one field element."); + } + else + { + Assert.AreEqual(0, cells[i].FieldElements.Count); + } } } @@ -412,6 +450,73 @@ public async Task StartRecognizeContentWithSelectionMarks(bool useStream) ValidateFormPage(formPage, includeFieldElements: true, expectedPageNumber: 1); } + [Test] + [TestCase("1", 1)] + [TestCase("1-2", 2)] + public async Task StartRecognizeContentWithOnePageArgument(string pages, int expected) + { + var client = CreateFormRecognizerClient(); + RecognizeContentOperation operation; + + using var stream = FormRecognizerTestEnvironment.CreateStream(TestFile.InvoiceMultipageBlank); + using (Recording.DisableRequestBodyRecording()) + { + operation = await client.StartRecognizeContentAsync(stream, new RecognizeContentOptions() { Pages = new List { pages } }); + } + + FormPageCollection formPages = await operation.WaitForCompletionAsync(PollingInterval); + + Assert.AreEqual(expected, formPages.Count); + } + + [Test] + [TestCase("1", "3", 2)] + [TestCase("1-2", "3", 3)] + public async Task StartRecognizeContentWithMultiplePageArgument(string page1, string page2, int expected) + { + var client = CreateFormRecognizerClient(); + RecognizeContentOperation operation; + + using var stream = FormRecognizerTestEnvironment.CreateStream(TestFile.InvoiceMultipageBlank); + using (Recording.DisableRequestBodyRecording()) + { + operation = await client.StartRecognizeContentAsync(stream, new RecognizeContentOptions() { Pages = new List { page1, page2 } }); + } + + FormPageCollection formPages = await operation.WaitForCompletionAsync(PollingInterval); + + Assert.AreEqual(expected, formPages.Count); + } + + [Test] + [TestCase("en")] + [TestCase("")] + public async Task StartRecognizeContentWithLanguage(string language) + { + var client = CreateFormRecognizerClient(); + RecognizeContentOperation operation; + + var uri = FormRecognizerTestEnvironment.CreateUri(TestFile.Form1); + operation = await client.StartRecognizeContentFromUriAsync(uri, new RecognizeContentOptions() { Language = language } ); + + await operation.WaitForCompletionAsync(PollingInterval); + Assert.IsTrue(operation.HasValue); + + var formPage = operation.Value.Single(); + + ValidateFormPage(formPage, includeFieldElements: true, expectedPageNumber: 1); + } + + [Test] + public void StartRecognizeContentWithNoSupporttedLanguage() + { + var client = CreateFormRecognizerClient(); + var uri = FormRecognizerTestEnvironment.CreateUri(TestFile.Form1); + + RequestFailedException ex = Assert.ThrowsAsync(async () => await client.StartRecognizeContentFromUriAsync(uri, new RecognizeContentOptions() { Language = "not language" }) ); + Assert.AreEqual("NotSupportedLanguage", ex.ErrorCode); + } + #endregion #region StartRecognizeReceipts @@ -421,8 +526,8 @@ public async Task StartRecognizeContentWithSelectionMarks(bool useStream) /// Recognizer cognitive service and perform analysis of receipts. ///
[Test] - [TestCase(true)] - [TestCase(false)] + [TestCase(true, Ignore= "Receipts latest changes not yet in this region")] + [TestCase(false, Ignore = "Receipts latest changes not yet in this region")] public async Task StartRecognizeReceiptsPopulatesExtractedReceiptJpg(bool useStream) { var client = CreateFormRecognizerClient(); @@ -532,8 +637,8 @@ public async Task StartRecognizeReceiptsPopulatesExtractedReceiptJpg(bool useStr } [Test] - [TestCase(true)] - [TestCase(false)] + [TestCase(true, Ignore="Receipts latest changes not yet in this region")] + [TestCase(false, Ignore="Receipts latest changes not yet in this region")] public async Task StartRecognizeReceiptsPopulatesExtractedReceiptPng(bool useStream) { var client = CreateFormRecognizerClient(); @@ -646,8 +751,8 @@ public async Task StartRecognizeReceiptsPopulatesExtractedReceiptPng(bool useStr } [Test] - [TestCase(true)] - [TestCase(false)] + [TestCase(true, Ignore = "Receipts latest changes not yet in this region")] + [TestCase(false, Ignore = "Receipts latest changes not yet in this region")] public async Task StartRecognizeReceiptsCanParseMultipageForm(bool useStream) { var client = CreateFormRecognizerClient(); @@ -1226,6 +1331,345 @@ public async Task StartRecognizeBusinessCardsCanParseMultipageForm(bool useStrea #endregion + #region StartRecognizeInvoices + + [Test] + [TestCase(true)] + [TestCase(false)] + public async Task StartRecognizeInvoicesPopulatesExtractedPdf(bool useStream) + { + var client = CreateFormRecognizerClient(); + RecognizeInvoicesOperation operation; + + if (useStream) + { + using var stream = FormRecognizerTestEnvironment.CreateStream(TestFile.InvoicePdf); + using (Recording.DisableRequestBodyRecording()) + { + operation = await client.StartRecognizeInvoicesAsync(stream); + } + } + else + { + var uri = FormRecognizerTestEnvironment.CreateUri(TestFile.InvoicePdf); + operation = await client.StartRecognizeInvoicesFromUriAsync(uri); + } + + await operation.WaitForCompletionAsync(PollingInterval); + + Assert.IsTrue(operation.HasValue); + + var form = operation.Value.Single(); + + Assert.NotNull(form); + + // The expected values are based on the values returned by the service, and not the actual + // values present in the invoice. We are not testing the service here, but the SDK. + + Assert.AreEqual("prebuilt:invoice", form.FormType); + Assert.AreEqual(1, form.PageRange.FirstPageNumber); + Assert.AreEqual(1, form.PageRange.LastPageNumber); + + Assert.NotNull(form.Fields); + + Assert.True(form.Fields.ContainsKey("VendorName")); + Assert.True(form.Fields.ContainsKey("CustomerAddressRecipient")); + Assert.True(form.Fields.ContainsKey("VendorAddress")); + Assert.True(form.Fields.ContainsKey("CustomerAddress")); + Assert.True(form.Fields.ContainsKey("InvoiceId")); + Assert.True(form.Fields.ContainsKey("InvoiceDate")); + Assert.True(form.Fields.ContainsKey("DueDate")); + Assert.True(form.Fields.ContainsKey("InvoiceTotal")); + Assert.True(form.Fields.ContainsKey("CustomerName")); + + Assert.AreEqual("Contoso", form.Fields["VendorName"].Value.AsString()); + Assert.AreEqual("Microsoft", form.Fields["CustomerAddressRecipient"].Value.AsString()); + Assert.AreEqual("1 Redmond way Suite 6000 Redmond, WA 99243", form.Fields["VendorAddress"].Value.AsString()); + Assert.AreEqual("1020 Enterprise Way Sunnayvale, CA 87659", form.Fields["CustomerAddress"].Value.AsString()); + Assert.AreEqual("Microsoft", form.Fields["CustomerName"].Value.AsString()); + + Assert.That(form.Fields["InvoiceTotal"].Value.AsFloat(), Is.EqualTo(56651.49f).Within(0.0001)); + + var invoiceDate = form.Fields["InvoiceDate"].Value.AsDate(); + Assert.AreEqual(18, invoiceDate.Day); + Assert.AreEqual(6, invoiceDate.Month); + Assert.AreEqual(2017, invoiceDate.Year); + + var dueDate = form.Fields["DueDate"].Value.AsDate(); + Assert.AreEqual(24, dueDate.Day); + Assert.AreEqual(6, dueDate.Month); + Assert.AreEqual(2017, dueDate.Year); + } + + [Test] + [TestCase(true)] + [TestCase(false)] + public async Task StartRecognizeInvoicesPopulatesExtractedTiff(bool useStream) + { + var client = CreateFormRecognizerClient(); + RecognizeInvoicesOperation operation; + + if (useStream) + { + using var stream = FormRecognizerTestEnvironment.CreateStream(TestFile.InvoiceLeTiff); + using (Recording.DisableRequestBodyRecording()) + { + operation = await client.StartRecognizeInvoicesAsync(stream); + } + } + else + { + var uri = FormRecognizerTestEnvironment.CreateUri(TestFile.InvoiceLeTiff); + operation = await client.StartRecognizeInvoicesFromUriAsync(uri); + } + + await operation.WaitForCompletionAsync(PollingInterval); + + Assert.IsTrue(operation.HasValue); + + var form = operation.Value.Single(); + + Assert.NotNull(form); + + ValidatePrebuiltForm( + form, + includeFieldElements: false, + expectedFirstPageNumber: 1, + expectedLastPageNumber: 1); + + // The expected values are based on the values returned by the service, and not the actual + // values present in the invoice. We are not testing the service here, but the SDK. + + Assert.AreEqual("prebuilt:invoice", form.FormType); + Assert.AreEqual(1, form.PageRange.FirstPageNumber); + Assert.AreEqual(1, form.PageRange.LastPageNumber); + + Assert.NotNull(form.Fields); + + Assert.True(form.Fields.ContainsKey("VendorName")); + Assert.True(form.Fields.ContainsKey("CustomerAddressRecipient")); + Assert.True(form.Fields.ContainsKey("VendorAddress")); + Assert.True(form.Fields.ContainsKey("CustomerAddress")); + Assert.True(form.Fields.ContainsKey("InvoiceId")); + Assert.True(form.Fields.ContainsKey("InvoiceDate")); + Assert.True(form.Fields.ContainsKey("DueDate")); + Assert.True(form.Fields.ContainsKey("InvoiceTotal")); + Assert.True(form.Fields.ContainsKey("CustomerName")); + + Assert.AreEqual("Contoso", form.Fields["VendorName"].Value.AsString()); + Assert.AreEqual("Microsoft", form.Fields["CustomerAddressRecipient"].Value.AsString()); + Assert.AreEqual("1 Redmond way Suite 6000 Redmond, WA 99243", form.Fields["VendorAddress"].Value.AsString()); + Assert.AreEqual("1020 Enterprise Way Sunnayvale, CA 87659", form.Fields["CustomerAddress"].Value.AsString()); + Assert.AreEqual("Microsoft", form.Fields["CustomerName"].Value.AsString()); + + Assert.That(form.Fields["InvoiceTotal"].Value.AsFloat(), Is.EqualTo(56651.49f).Within(0.0001)); + + var invoiceDate = form.Fields["InvoiceDate"].Value.AsDate(); + Assert.AreEqual(18, invoiceDate.Day); + Assert.AreEqual(6, invoiceDate.Month); + Assert.AreEqual(2017, invoiceDate.Year); + + var dueDate = form.Fields["DueDate"].Value.AsDate(); + Assert.AreEqual(24, dueDate.Day); + Assert.AreEqual(6, dueDate.Month); + Assert.AreEqual(2017, dueDate.Year); + } + + [Test] + public async Task StartRecognizeInvoicesIncludeFieldElements() + { + var client = CreateFormRecognizerClient(); + var options = new RecognizeInvoicesOptions() { IncludeFieldElements = true }; + RecognizeInvoicesOperation operation; + + using var stream = FormRecognizerTestEnvironment.CreateStream(TestFile.InvoiceLeTiff); + using (Recording.DisableRequestBodyRecording()) + { + operation = await client.StartRecognizeInvoicesAsync(stream, options); + } + + RecognizedFormCollection recognizedForms = await operation.WaitForCompletionAsync(PollingInterval); + + var invoicesform = recognizedForms.Single(); + + ValidatePrebuiltForm( + invoicesform, + includeFieldElements: true, + expectedFirstPageNumber: 1, + expectedLastPageNumber: 1); + } + + [Test] + public async Task StartRecognizeInvoicesCanParseBlankPage() + { + var client = CreateFormRecognizerClient(); + RecognizeInvoicesOperation operation; + + using var stream = FormRecognizerTestEnvironment.CreateStream(TestFile.Blank); + using (Recording.DisableRequestBodyRecording()) + { + operation = await client.StartRecognizeInvoicesAsync(stream); + } + + RecognizedFormCollection recognizedForms = await operation.WaitForCompletionAsync(PollingInterval); + + var blankForm = recognizedForms.Single(); + + ValidatePrebuiltForm( + blankForm, + includeFieldElements: false, + expectedFirstPageNumber: 1, + expectedLastPageNumber: 1); + + Assert.AreEqual(0, blankForm.Fields.Count); + + var blankPage = blankForm.Pages.Single(); + + Assert.AreEqual(0, blankPage.Lines.Count); + Assert.AreEqual(0, blankPage.Tables.Count); + Assert.AreEqual(0, blankPage.SelectionMarks.Count); + } + + [Test] + [TestCase(true)] + [TestCase(false)] + public async Task StartRecognizeInvoicesCanParseMultipageForm(bool useStream) + { + var client = CreateFormRecognizerClient(); + var options = new RecognizeInvoicesOptions() { IncludeFieldElements = true }; + RecognizeInvoicesOperation operation; + + if (useStream) + { + using var stream = FormRecognizerTestEnvironment.CreateStream(TestFile.InvoiceMultipage); + using (Recording.DisableRequestBodyRecording()) + { + operation = await client.StartRecognizeInvoicesAsync(stream, options); + } + } + else + { + var uri = FormRecognizerTestEnvironment.CreateUri(TestFile.InvoiceMultipage); + operation = await client.StartRecognizeInvoicesFromUriAsync(uri, options); + } + + RecognizedFormCollection recognizedForms = await operation.WaitForCompletionAsync(PollingInterval); + + var form = recognizedForms.Single(); + + Assert.NotNull(form); + + // The expected values are based on the values returned by the service, and not the actual + // values present in the invoice. We are not testing the service here, but the SDK. + + Assert.AreEqual("prebuilt:invoice", form.FormType); + Assert.AreEqual(1, form.PageRange.FirstPageNumber); + Assert.AreEqual(2, form.PageRange.LastPageNumber); + + Assert.NotNull(form.Fields); + + Assert.True(form.Fields.ContainsKey("VendorName")); + Assert.True(form.Fields.ContainsKey("RemittanceAddressRecipient")); + Assert.True(form.Fields.ContainsKey("RemittanceAddress")); + + FormField vendorName = form.Fields["VendorName"]; + Assert.AreEqual(2, vendorName.ValueData.PageNumber); + Assert.AreEqual("Southridge Video", vendorName.Value.AsString()); + + FormField addressRecepient = form.Fields["RemittanceAddressRecipient"]; + Assert.AreEqual(1, addressRecepient.ValueData.PageNumber); + Assert.AreEqual("Contoso Ltd.", addressRecepient.Value.AsString()); + + FormField address = form.Fields["RemittanceAddress"]; + Assert.AreEqual(1, address.ValueData.PageNumber); + Assert.AreEqual("2345 Dogwood Lane Birch, Kansas 98123", address.Value.AsString()); + + // Disabled until issue is fixed: https://app.zenhub.com/workspaces/azure-sdk-team-5bdca72c4b5806bc2bf0aab2/issues/azure/azure-sdk-for-net/16514 + //ValidatePrebuiltForm( + // form, + // includeFieldElements: false, + // expectedFirstPageNumber: 1, + // expectedLastPageNumber: 2); + } + + [Test] + public void StartRecognizeInvoicesThrowsForDamagedFile() + { + var client = CreateFormRecognizerClient(); + + // First 4 bytes are PDF signature, but fill the rest of the "file" with garbage. + + var damagedFile = new byte[] { 0x25, 0x50, 0x44, 0x46, 0x55, 0x55, 0x55 }; + using var stream = new MemoryStream(damagedFile); + + RequestFailedException ex = Assert.ThrowsAsync(async () => await client.StartRecognizeInvoicesAsync(stream)); + Assert.AreEqual("BadArgument", ex.ErrorCode); + } + + /// + /// Verifies that the is able to connect to the Form + /// Recognizer cognitive service and handle returned errors. + /// + [Test] + public void StartRecognizeInvoicesFromUriThrowsForNonExistingContent() + { + var client = CreateFormRecognizerClient(); + var invalidUri = new Uri("https://idont.ex.ist"); + + RequestFailedException ex = Assert.ThrowsAsync(async () => await client.StartRecognizeInvoicesFromUriAsync(invalidUri)); + Assert.AreEqual("FailedToDownloadImage", ex.ErrorCode); + } + + [Test] + [TestCase("en-US")] + [TestCase("")] + public async Task StartRecognizeInvoicesWithSupportedLocale(string locale) + { + var client = CreateFormRecognizerClient(); + var options = new RecognizeInvoicesOptions() + { + IncludeFieldElements = true, + Locale = locale + }; + RecognizeInvoicesOperation operation; + + using var stream = FormRecognizerTestEnvironment.CreateStream(TestFile.InvoiceLeTiff); + using (Recording.DisableRequestBodyRecording()) + { + operation = await client.StartRecognizeInvoicesAsync(stream, options); + } + + RecognizedFormCollection recognizedForms = await operation.WaitForCompletionAsync(PollingInterval); + + var invoice = recognizedForms.Single(); + + ValidatePrebuiltForm( + invoice, + includeFieldElements: true, + expectedFirstPageNumber: 1, + expectedLastPageNumber: 1); + + Assert.Greater(invoice.Fields.Count, 0); + + var receiptPage = invoice.Pages.Single(); + + Assert.Greater(receiptPage.Lines.Count, 0); + Assert.AreEqual(0, receiptPage.SelectionMarks.Count); + Assert.AreEqual(1, receiptPage.Tables.Count); + } + + [Test] + public void StartRecognizeInvoicesWithWrongLocale() + { + var client = CreateFormRecognizerClient(); + + var receiptUri = FormRecognizerTestEnvironment.CreateUri(TestFile.ReceiptJpg); + RequestFailedException ex = Assert.ThrowsAsync(async () => await client.StartRecognizeInvoicesFromUriAsync(receiptUri, new RecognizeInvoicesOptions() { Locale = "not-locale" })); + Assert.AreEqual("UnsupportedLocale", ex.ErrorCode); + } + + #endregion + #region StartRecognizeCustomForms /// @@ -1811,6 +2255,8 @@ private void ValidateFormPage(FormPage formPage, bool includeFieldElements, int Assert.AreEqual(expectedPageNumber, table.PageNumber); Assert.Greater(table.ColumnCount, 0); Assert.Greater(table.RowCount, 0); + // Currently not true for CustomForms. Issue https://github.com/Azure/azure-sdk-for-net/issues/16827 + // Assert.AreEqual(4, table.BoundingBox.Points.Count()); Assert.NotNull(table.Cells); diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/FormRecognizerClient/FormRecognizerClientMockTests.cs b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/FormRecognizerClient/FormRecognizerClientMockTests.cs index 662d151fd85c8..477eb59594b27 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/FormRecognizerClient/FormRecognizerClientMockTests.cs +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/FormRecognizerClient/FormRecognizerClientMockTests.cs @@ -112,6 +112,30 @@ public async Task StartRecognizeContentFromUriEncodesBlankSpaces() } } + [Test] + [TestCase("")] + [TestCase("en")] + public async Task StartRecognizeContentSendsUserSpecifiedLanguage(string language) + { + var mockResponse = new MockResponse(202); + mockResponse.AddHeader(new HttpHeader(Constants.OperationLocationHeader, "host/layout/analyzeResults/00000000000000000000000000000000")); + + var mockTransport = new MockTransport(new[] { mockResponse, mockResponse }); + var options = new FormRecognizerClientOptions() { Transport = mockTransport }; + var client = CreateInstrumentedClient(options); + + using var stream = FormRecognizerTestEnvironment.CreateStream(TestFile.Form1); + var recognizeOptions = new RecognizeContentOptions { Language = language }; + await client.StartRecognizeContentAsync(stream, recognizeOptions); + + var requestUriQuery = mockTransport.Requests.Single().Uri.Query; + + var languageQuery = "language="; + var index = requestUriQuery.IndexOf(languageQuery); + var length = requestUriQuery.Length - (index + languageQuery.Length); + Assert.AreEqual(language, requestUriQuery.Substring(index + languageQuery.Length, length)); + } + #endregion #region Recognize Receipt @@ -300,6 +324,99 @@ public async Task StartRecognizeBusinessCardsSendsUserSpecifiedLocale(string loc #endregion + #region Recognize Invoices + [Test] + public async Task StartRecognizesInvoicesSendsUserSpecifiedContentType() + { + var mockResponse = new MockResponse(202); + mockResponse.AddHeader(new HttpHeader(Constants.OperationLocationHeader, "host/prebuilt/invoice/analyzeResults/00000000000000000000000000000000")); + + var mockTransport = new MockTransport(new[] { mockResponse, mockResponse }); + var options = new FormRecognizerClientOptions() { Transport = mockTransport }; + var client = CreateInstrumentedClient(options); + + using var stream = FormRecognizerTestEnvironment.CreateStream(TestFile.InvoiceLeTiff); + var recognizeOptions = new RecognizeInvoicesOptions { ContentType = FormContentType.Jpeg }; + await client.StartRecognizeInvoicesAsync(stream, recognizeOptions); + + var request = mockTransport.Requests.Single(); + + Assert.True(request.Headers.TryGetValue("Content-Type", out var contentType)); + Assert.AreEqual("image/jpeg", contentType); + } + + [Test] + public async Task StartRecognizeInvoicesSendsAutoDetectedContentType() + { + var mockResponse = new MockResponse(202); + mockResponse.AddHeader(new HttpHeader(Constants.OperationLocationHeader, "host/prebuilt/invoice/analyzeResults/00000000000000000000000000000000")); + + var mockTransport = new MockTransport(new[] { mockResponse, mockResponse }); + var options = new FormRecognizerClientOptions() { Transport = mockTransport }; + var client = CreateInstrumentedClient(options); + + using var stream = FormRecognizerTestEnvironment.CreateStream(TestFile.InvoiceLeTiff); + await client.StartRecognizeInvoicesAsync(stream); + + var request = mockTransport.Requests.Single(); + + Assert.True(request.Headers.TryGetValue("Content-Type", out var contentType)); + Assert.AreEqual("image/tiff", contentType); + } + + [Test] + public async Task StartRecognizeInvoicesFromUriEncodesBlankSpaces() + { + var mockResponse = new MockResponse(202); + mockResponse.AddHeader(new HttpHeader(Constants.OperationLocationHeader, "host/prebuilt/invoice/analyzeResults/00000000000000000000000000000000")); + + var mockTransport = new MockTransport(new[] { mockResponse, mockResponse }); + var options = new FormRecognizerClientOptions() { Transport = mockTransport }; + var client = CreateInstrumentedClient(options); + + var encodedUriString = "https://fakeuri.com/blank%20space"; + var decodedUriString = "https://fakeuri.com/blank space"; + + await client.StartRecognizeInvoicesFromUriAsync(new Uri(encodedUriString)); + await client.StartRecognizeInvoicesFromUriAsync(new Uri(decodedUriString)); + + Assert.AreEqual(2, mockTransport.Requests.Count); + + foreach (var request in mockTransport.Requests) + { + var requestBody = GetString(request.Content); + + Assert.True(requestBody.Contains(encodedUriString)); + Assert.False(requestBody.Contains(decodedUriString)); + } + } + + [Test] + [TestCase("")] + [TestCase("en-US")] + public async Task StartRecognizeInvoicesSendsUserSpecifiedLocale(string locale) + { + var mockResponse = new MockResponse(202); + mockResponse.AddHeader(new HttpHeader(Constants.OperationLocationHeader, "host/prebuilt/invoice/analyzeResults/00000000000000000000000000000000")); + + var mockTransport = new MockTransport(new[] { mockResponse, mockResponse }); + var options = new FormRecognizerClientOptions() { Transport = mockTransport }; + var client = CreateInstrumentedClient(options); + + using var stream = FormRecognizerTestEnvironment.CreateStream(TestFile.InvoiceLeTiff); + var recognizeOptions = new RecognizeInvoicesOptions { Locale = locale }; + await client.StartRecognizeInvoicesAsync(stream, recognizeOptions); + + var requestUriQuery = mockTransport.Requests.Single().Uri.Query; + + var localeQuery = "locale="; + var index = requestUriQuery.IndexOf(localeQuery); + var length = requestUriQuery.Length - (index + localeQuery.Length); + Assert.AreEqual(locale, requestUriQuery.Substring(index + localeQuery.Length, length)); + } + + #endregion + #region Recognize Custom Forms [Test] diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/FormRecognizerClient/FormRecognizerClientTests.cs b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/FormRecognizerClient/FormRecognizerClientTests.cs index c66e9632c5d0f..79b68aa85b327 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/FormRecognizerClient/FormRecognizerClientTests.cs +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/FormRecognizerClient/FormRecognizerClientTests.cs @@ -281,6 +281,49 @@ public void StartRecognizeBusinessCardsFromUriRespectsTheCancellationToken() #endregion + #region Recognize Invoices + + [Test] + public void StartRecognizeInvoicesRequiresTheFileStream() + { + var client = CreateInstrumentedClient(); + Assert.ThrowsAsync(async () => await client.StartRecognizeInvoicesAsync(null)); + } + + [Test] + public void StartRecognizeInvoicesRespectsTheCancellationToken() + { + var client = CreateInstrumentedClient(); + var options = new RecognizeInvoicesOptions { ContentType = FormContentType.Pdf }; + + using var stream = new MemoryStream(Array.Empty()); + using var cancellationSource = new CancellationTokenSource(); + cancellationSource.Cancel(); + + Assert.ThrowsAsync(Is.InstanceOf(), async () => await client.StartRecognizeInvoicesAsync(stream, recognizeInvoicesOptions: options, cancellationToken: cancellationSource.Token)); + } + + [Test] + public void StartRecognizeInvoicesFromUriRequiresTheFileUri() + { + var client = CreateInstrumentedClient(); + Assert.ThrowsAsync(async () => await client.StartRecognizeInvoicesFromUriAsync(null)); + } + + [Test] + public void StartRecognizeInvoicesFromUriRespectsTheCancellationToken() + { + var client = CreateInstrumentedClient(); + var fakeUri = new Uri("http://localhost"); + + using var cancellationSource = new CancellationTokenSource(); + cancellationSource.Cancel(); + + Assert.ThrowsAsync(Is.InstanceOf(), async () => await client.StartRecognizeInvoicesFromUriAsync(fakeUri, cancellationToken: cancellationSource.Token)); + } + + #endregion + #region Recognize Custom Forms /// diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/FormTrainingClient/FormTrainingClientLiveTests.cs b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/FormTrainingClient/FormTrainingClientLiveTests.cs index 92cc718768e13..54e6dab6f3d3a 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/FormTrainingClient/FormTrainingClientLiveTests.cs +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/FormTrainingClient/FormTrainingClientLiveTests.cs @@ -395,6 +395,100 @@ public async Task CopyModel() Assert.AreNotEqual(trainedModel.ModelId, modelCopied.ModelId); } + [Test] + public async Task CopyModelWithLabelsAndModelName() + { + var sourceClient = CreateFormTrainingClient(); + var targetClient = CreateFormTrainingClient(); + var resourceId = TestEnvironment.TargetResourceId; + var region = TestEnvironment.TargetResourceRegion; + + string modelName = "My model to copy"; + + await using var trainedModel = await CreateDisposableTrainedModelAsync(useTrainingLabels: true, modelName: modelName); + + CopyAuthorization targetAuth = await targetClient.GetCopyAuthorizationAsync(resourceId, region); + + CopyModelOperation operation = await sourceClient.StartCopyModelAsync(trainedModel.ModelId, targetAuth); + + await operation.WaitForCompletionAsync(PollingInterval); + Assert.IsTrue(operation.HasValue); + + CustomFormModelInfo modelCopied = operation.Value; + + Assert.AreEqual(targetAuth.ModelId, modelCopied.ModelId); + Assert.AreNotEqual(trainedModel.ModelId, modelCopied.ModelId); + + CustomFormModel modelCopiedFullInfo = await sourceClient.GetCustomModelAsync(modelCopied.ModelId).ConfigureAwait(false); + Assert.AreEqual(modelName, modelCopiedFullInfo.ModelName); + } + + [Test] + public async Task CopyComposedModel() + { + var sourceClient = CreateFormTrainingClient(); + var targetClient = CreateFormTrainingClient(); + var resourceId = TestEnvironment.TargetResourceId; + var region = TestEnvironment.TargetResourceRegion; + + await using var trainedModelA = await CreateDisposableTrainedModelAsync(useTrainingLabels: true); + await using var trainedModelB = await CreateDisposableTrainedModelAsync(useTrainingLabels: true); + + var modelIds = new List { trainedModelA.ModelId, trainedModelB.ModelId }; + + string modelName = "My composed model"; + CreateComposedModelOperation operation = await sourceClient.StartCreateComposedModelAsync(modelIds, modelName); + await operation.WaitForCompletionAsync(PollingInterval); + Assert.IsTrue(operation.HasValue); + CustomFormModel composedModel = operation.Value; + + CopyAuthorization targetAuth = await targetClient.GetCopyAuthorizationAsync(resourceId, region); + + CopyModelOperation copyOperation = await sourceClient.StartCopyModelAsync(composedModel.ModelId, targetAuth); + await copyOperation.WaitForCompletionAsync(PollingInterval); + Assert.IsTrue(copyOperation.HasValue); + CustomFormModelInfo modelCopied = copyOperation.Value; + + Assert.AreEqual(targetAuth.ModelId, modelCopied.ModelId); + Assert.AreNotEqual(composedModel.ModelId, modelCopied.ModelId); + + CustomFormModel modelCopiedFullInfo = await sourceClient.GetCustomModelAsync(modelCopied.ModelId).ConfigureAwait(false); + Assert.AreEqual(modelName, modelCopiedFullInfo.ModelName); + foreach (var submodel in modelCopiedFullInfo.Submodels) + { + Assert.IsTrue(modelIds.Contains(submodel.ModelId)); + } + } + + [Test] + [Ignore("Current bug on the service side returns null for model name.")] + public async Task CopyModelWithoutLabelsAndModelName() + { + var sourceClient = CreateFormTrainingClient(); + var targetClient = CreateFormTrainingClient(); + var resourceId = TestEnvironment.TargetResourceId; + var region = TestEnvironment.TargetResourceRegion; + + string modelName = "My model to copy"; + + await using var trainedModel = await CreateDisposableTrainedModelAsync(useTrainingLabels: false, modelName: modelName); + + CopyAuthorization targetAuth = await targetClient.GetCopyAuthorizationAsync(resourceId, region); + + CopyModelOperation operation = await sourceClient.StartCopyModelAsync(trainedModel.ModelId, targetAuth); + + await operation.WaitForCompletionAsync(PollingInterval); + Assert.IsTrue(operation.HasValue); + + CustomFormModelInfo modelCopied = operation.Value; + + Assert.AreEqual(targetAuth.ModelId, modelCopied.ModelId); + Assert.AreNotEqual(trainedModel.ModelId, modelCopied.ModelId); + + CustomFormModel modelCopiedFullInfo = await sourceClient.GetCustomModelAsync(modelCopied.ModelId).ConfigureAwait(false); + Assert.AreEqual(modelName, modelCopiedFullInfo.ModelName); + } + [Test] public void CopyModelError() { diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/Infrastructure/DisposableTrainedModel.cs b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/Infrastructure/DisposableTrainedModel.cs index 68a8c7ea466eb..6dd1847c725fb 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/Infrastructure/DisposableTrainedModel.cs +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/Infrastructure/DisposableTrainedModel.cs @@ -48,10 +48,12 @@ private DisposableTrainedModel(FormTrainingClient trainingClient, string modelId /// The client to use for training and for deleting the model upon disposal. /// An externally accessible Azure storage blob container Uri. /// If true, use a label file created in the <link-to-label-tool-doc> to provide training-time labels for training a model. If false, the model will be trained from forms only. + /// Polling interval value to use. + /// Optional model name. /// A instance from which the trained model ID can be obtained. - public static async Task TrainModelAsync(FormTrainingClient trainingClient, Uri trainingFilesUri, bool useTrainingLabels, TimeSpan pollingInterval) + public static async Task TrainModelAsync(FormTrainingClient trainingClient, Uri trainingFilesUri, bool useTrainingLabels, TimeSpan pollingInterval, string modelName = default) { - TrainingOperation operation = await trainingClient.StartTrainingAsync(trainingFilesUri, useTrainingLabels); + TrainingOperation operation = await trainingClient.StartTrainingAsync(trainingFilesUri, useTrainingLabels, modelName); await operation.WaitForCompletionAsync(pollingInterval); Assert.IsTrue(operation.HasValue); diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/Infrastructure/FormRecognizerLiveTestBase.cs b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/Infrastructure/FormRecognizerLiveTestBase.cs index 7805ce93ed827..f414107c2f068 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/Infrastructure/FormRecognizerLiveTestBase.cs +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/Infrastructure/FormRecognizerLiveTestBase.cs @@ -78,9 +78,10 @@ protected FormTrainingClient CreateFormTrainingClient(bool useTokenCredential = /// the model ID can be obtained. Upon disposal, the model will be deleted. /// /// If true, use a label file created in the <link-to-label-tool-doc> to provide training-time labels for training a model. If false, the model will be trained from forms only. - /// Whether or not to use multipage files for training. + /// Type of container to use to execute training. + /// Optional model name. /// A instance from which the trained model ID can be obtained. - protected async Task CreateDisposableTrainedModelAsync(bool useTrainingLabels, ContainerType containerType = default) + protected async Task CreateDisposableTrainedModelAsync(bool useTrainingLabels, ContainerType containerType = default, string modelName = default) { var trainingClient = CreateFormTrainingClient(); @@ -93,7 +94,7 @@ protected async Task CreateDisposableTrainedModelAsync(b }; var trainingFilesUri = new Uri(trainingFiles); - return await DisposableTrainedModel.TrainModelAsync(trainingClient, trainingFilesUri, useTrainingLabels, PollingInterval); + return await DisposableTrainedModel.TrainModelAsync(trainingClient, trainingFilesUri, useTrainingLabels, PollingInterval, modelName); } protected enum ContainerType diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/Infrastructure/TestFile.cs b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/Infrastructure/TestFile.cs index 0a0900720cbfe..c65f560993103 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/Infrastructure/TestFile.cs +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/Infrastructure/TestFile.cs @@ -31,6 +31,9 @@ public static class TestFile /// A business card file. public const string BusinessCardtPng = "businessCard.png"; + /// A business card file. + public const string BusinessCardtBmp = "businessCard.bmp"; + /// A file with two business cards, one per page. public const string BusinessMultipage = "multipleBusinessCards.pdf"; diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/Models/OperationsLiveTests.cs b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/Models/OperationsLiveTests.cs index 983634ef3c81e..0aba7052531d8 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/Models/OperationsLiveTests.cs +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/Models/OperationsLiveTests.cs @@ -63,6 +63,24 @@ public async Task RecognizeReceiptsOperationCanPollFromNewObject() Assert.AreEqual(1, sameOperation.Value.Count); } + [Test] + public async Task RecognizeInvoicesOperationCanPollFromNewObject() + { + // Skip instrumenting here because the internal service client passed to the operation object would be made null otherwise, + // making the test fail. + + var client = CreateFormRecognizerClient(skipInstrumenting: true); + + var uri = FormRecognizerTestEnvironment.CreateUri(TestFile.Blank); + var operation = await client.StartRecognizeInvoicesFromUriAsync(uri); + + var sameOperation = new RecognizeInvoicesOperation(operation.Id, client); + await sameOperation.WaitForCompletionAsync(PollingInterval); + + Assert.IsTrue(sameOperation.HasValue); + Assert.AreEqual(1, sameOperation.Value.Count); + } + [Test] public async Task RecognizeCustomFormsOperationCanPollFromNewObject() { diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/FormRecognizerClientCanAuthenticateWithTokenCredential.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/FormRecognizerClientCanAuthenticateWithTokenCredential.json index a7b1b0e020eae..bb57a849950fb 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/FormRecognizerClientCanAuthenticateWithTokenCredential.json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/FormRecognizerClientCanAuthenticateWithTokenCredential.json @@ -1,17 +1,17 @@ { "Entries": [ { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyze", + "RequestUri": "https://mariari-canada-central.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/layout/analyze", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "Content-Length": "279674", "Content-Type": "image/jpeg", - "traceparent": "00-f55e4de0278f494fa3c3cecf9a126302-4e1481aa3df4b747-00", + "traceparent": "00-b5377da627b0934a9c3bd64ec96d3d40-10c665f3f46ce346-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201120.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "e681151b4269d94a51fe386016e02b95", "x-ms-return-client-request-id": "true" @@ -19,25 +19,25 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "c0600627-a298-4168-9feb-89e6ef7433f3", + "apim-request-id": "d794e165-d1f6-4bd3-b175-48975ffaa932", "Content-Length": "0", - "Date": "Wed, 09 Sep 2020 22:28:14 GMT", - "Operation-Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/c0600627-a298-4168-9feb-89e6ef7433f3", + "Date": "Fri, 20 Nov 2020 18:38:16 GMT", + "Operation-Location": "https://mariari-canada-central.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/layout/analyzeResults/d794e165-d1f6-4bd3-b175-48975ffaa932", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "181" + "x-envoy-upstream-service-time": "85" }, "ResponseBody": [] }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/c0600627-a298-4168-9feb-89e6ef7433f3", + "RequestUri": "https://mariari-canada-central.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/layout/analyzeResults/d794e165-d1f6-4bd3-b175-48975ffaa932", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201120.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "7cc915545ca02bcba70f4409e737a1a9", "x-ms-return-client-request-id": "true" @@ -45,29 +45,29 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "a5b23a54-0c0f-4ab2-8365-0d5b0e434fb3", + "apim-request-id": "06d30489-6214-4352-87d6-b1a51faa5ec1", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:28:14 GMT", + "Date": "Fri, 20 Nov 2020 18:38:16 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "12" + "x-envoy-upstream-service-time": "11" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-09-09T22:28:15Z", - "lastUpdatedDateTime": "2020-09-09T22:28:15Z" + "createdDateTime": "2020-11-20T18:38:16Z", + "lastUpdatedDateTime": "2020-11-20T18:38:16Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/c0600627-a298-4168-9feb-89e6ef7433f3", + "RequestUri": "https://mariari-canada-central.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/layout/analyzeResults/d794e165-d1f6-4bd3-b175-48975ffaa932", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201120.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "6af5f379cb5b7026d346eeb61657176d", "x-ms-return-client-request-id": "true" @@ -75,29 +75,29 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "013a67b1-7358-4593-949e-90870f13fdd7", + "apim-request-id": "b655639e-f166-4b6b-a333-d1dbe7550b24", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:28:15 GMT", + "Date": "Fri, 20 Nov 2020 18:38:17 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "11" + "x-envoy-upstream-service-time": "15" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-09-09T22:28:15Z", - "lastUpdatedDateTime": "2020-09-09T22:28:15Z" + "createdDateTime": "2020-11-20T18:38:16Z", + "lastUpdatedDateTime": "2020-11-20T18:38:16Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/c0600627-a298-4168-9feb-89e6ef7433f3", + "RequestUri": "https://mariari-canada-central.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/layout/analyzeResults/d794e165-d1f6-4bd3-b175-48975ffaa932", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201120.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "0795ea6f9e6bbf054a553e5afd40f219", "x-ms-return-client-request-id": "true" @@ -105,29 +105,29 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "bb5ef9bc-e86d-4001-aeaa-234e07658bbf", + "apim-request-id": "37e1a8a5-e4a8-4a30-982c-92c0072510ef", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:28:16 GMT", + "Date": "Fri, 20 Nov 2020 18:38:18 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "11" + "x-envoy-upstream-service-time": "12" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-09-09T22:28:15Z", - "lastUpdatedDateTime": "2020-09-09T22:28:15Z" + "createdDateTime": "2020-11-20T18:38:16Z", + "lastUpdatedDateTime": "2020-11-20T18:38:16Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/c0600627-a298-4168-9feb-89e6ef7433f3", + "RequestUri": "https://mariari-canada-central.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/layout/analyzeResults/d794e165-d1f6-4bd3-b175-48975ffaa932", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201120.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "23e68e5dc0ea893aee59a8596d151450", "x-ms-return-client-request-id": "true" @@ -135,18 +135,18 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "e11d1913-7cd0-48f7-8af7-a8b0e1ea8430", - "Content-Length": "5770", + "apim-request-id": "34acfc1d-dece-480c-b1ef-b7ccfcf91ead", + "Content-Length": "6612", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:28:17 GMT", + "Date": "Fri, 20 Nov 2020 18:38:19 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "25" + "x-envoy-upstream-service-time": "26" }, "ResponseBody": { "status": "succeeded", - "createdDateTime": "2020-09-09T22:28:15Z", - "lastUpdatedDateTime": "2020-09-09T22:28:18Z", + "createdDateTime": "2020-11-20T18:38:16Z", + "lastUpdatedDateTime": "2020-11-20T18:38:19Z", "analyzeResult": { "version": "2.1.0", "readResults": [ @@ -169,6 +169,12 @@ 389 ], "text": "Contoso", + "appearance": { + "style": { + "name": "other", + "confidence": 1.0 + } + }, "words": [ { "boundingBox": [ @@ -198,6 +204,12 @@ 640 ], "text": "Contoso", + "appearance": { + "style": { + "name": "other", + "confidence": 1.0 + } + }, "words": [ { "boundingBox": [ @@ -227,6 +239,12 @@ 751 ], "text": "123 Main Street", + "appearance": { + "style": { + "name": "other", + "confidence": 1.0 + } + }, "words": [ { "boundingBox": [ @@ -284,6 +302,12 @@ 855 ], "text": "Redmond, WA 98052", + "appearance": { + "style": { + "name": "other", + "confidence": 1.0 + } + }, "words": [ { "boundingBox": [ @@ -297,7 +321,7 @@ 851 ], "text": "Redmond,", - "confidence": 0.887 + "confidence": 0.888 }, { "boundingBox": [ @@ -341,6 +365,12 @@ 1061 ], "text": "123-456-7890", + "appearance": { + "style": { + "name": "other", + "confidence": 1.0 + } + }, "words": [ { "boundingBox": [ @@ -370,6 +400,12 @@ 1287 ], "text": "6/10/2019 13:59", + "appearance": { + "style": { + "name": "other", + "confidence": 1.0 + } + }, "words": [ { "boundingBox": [ @@ -383,7 +419,7 @@ 1289 ], "text": "6/10/2019", - "confidence": 0.867 + "confidence": 0.866 }, { "boundingBox": [ @@ -413,6 +449,12 @@ 1393 ], "text": "Sales Associate: Paul", + "appearance": { + "style": { + "name": "other", + "confidence": 1.0 + } + }, "words": [ { "boundingBox": [ @@ -470,6 +512,12 @@ 1618 ], "text": "1 Surface Pro 6", + "appearance": { + "style": { + "name": "other", + "confidence": 1.0 + } + }, "words": [ { "boundingBox": [ @@ -541,6 +589,12 @@ 1736 ], "text": "256GB / Intel Core i5 /", + "appearance": { + "style": { + "name": "other", + "confidence": 1.0 + } + }, "words": [ { "boundingBox": [ @@ -640,6 +694,12 @@ 1849 ], "text": "8GB RAM (Black)", + "appearance": { + "style": { + "name": "other", + "confidence": 1.0 + } + }, "words": [ { "boundingBox": [ @@ -697,6 +757,12 @@ 1849 ], "text": "999.00", + "appearance": { + "style": { + "name": "other", + "confidence": 1.0 + } + }, "words": [ { "boundingBox": [ @@ -726,6 +792,12 @@ 2080 ], "text": "1 SurfacePen", + "appearance": { + "style": { + "name": "other", + "confidence": 1.0 + } + }, "words": [ { "boundingBox": [ @@ -769,6 +841,12 @@ 2089 ], "text": "99.99", + "appearance": { + "style": { + "name": "other", + "confidence": 0.994 + } + }, "words": [ { "boundingBox": [ @@ -798,6 +876,12 @@ 2181 ], "text": "--", + "appearance": { + "style": { + "name": "handwriting", + "confidence": 0.955 + } + }, "words": [ { "boundingBox": [ @@ -827,6 +911,12 @@ 2304 ], "text": "Sub-Total", + "appearance": { + "style": { + "name": "other", + "confidence": 1.0 + } + }, "words": [ { "boundingBox": [ @@ -846,27 +936,47 @@ }, { "boundingBox": [ - 956, - 2261, + 926, + 2262, 1135, 2255, 1137, 2314, - 958, - 2319 + 927, + 2318 ], - "text": "1098.99", + "text": "$ 1098.99", + "appearance": { + "style": { + "name": "other", + "confidence": 1.0 + } + }, "words": [ { "boundingBox": [ - 960, - 2262, - 1136, + 926, + 2269, + 954, + 2266, + 956, + 2317, + 929, + 2316 + ], + "text": "$", + "confidence": 0.76 + }, + { + "boundingBox": [ + 963, + 2265, + 1135, 2256, - 1138, + 1137, 2315, - 963, - 2320 + 965, + 2317 ], "text": "1098.99", "confidence": 0.983 @@ -885,6 +995,12 @@ 2412 ], "text": "Tax", + "appearance": { + "style": { + "name": "other", + "confidence": 0.986 + } + }, "words": [ { "boundingBox": [ @@ -914,6 +1030,12 @@ 2428 ], "text": "104.40", + "appearance": { + "style": { + "name": "other", + "confidence": 1.0 + } + }, "words": [ { "boundingBox": [ @@ -943,6 +1065,12 @@ 2652 ], "text": "Total", + "appearance": { + "style": { + "name": "other", + "confidence": 1.0 + } + }, "words": [ { "boundingBox": [ @@ -972,6 +1100,12 @@ 2650 ], "text": "$ 1203.39", + "appearance": { + "style": { + "name": "other", + "confidence": 1.0 + } + }, "words": [ { "boundingBox": [ @@ -1003,64 +1137,6 @@ } ] } - ], - "selectionMarks": [ - { - "boundingBox": [ - 509, - 620, - 721, - 620, - 721, - 703, - 509, - 703 - ], - "confidence": 0.775, - "state": "unselected" - }, - { - "boundingBox": [ - 1497, - 2820, - 1688, - 2820, - 1688, - 2999, - 1497, - 2999 - ], - "confidence": 0.654, - "state": "unselected" - }, - { - "boundingBox": [ - 866, - 2259, - 918, - 2259, - 918, - 2358, - 866, - 2358 - ], - "confidence": 0.523, - "state": "unselected" - }, - { - "boundingBox": [ - 836, - 2277, - 866, - 2277, - 866, - 2309, - 836, - 2309 - ], - "confidence": 0.553, - "state": "unselected" - } ] } ], @@ -1075,7 +1151,7 @@ } ], "Variables": { - "FORM_RECOGNIZER_ENDPOINT": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/", + "FORM_RECOGNIZER_ENDPOINT": "https://mariari-canada-central.cognitiveservices.azure.com/", "RandomSeed": "869505473" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/FormRecognizerClientCanAuthenticateWithTokenCredentialAsync.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/FormRecognizerClientCanAuthenticateWithTokenCredentialAsync.json index 7abe5482d0e52..add8dfa1f8eac 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/FormRecognizerClientCanAuthenticateWithTokenCredentialAsync.json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/FormRecognizerClientCanAuthenticateWithTokenCredentialAsync.json @@ -1,17 +1,17 @@ { "Entries": [ { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyze", + "RequestUri": "https://mariari-canada-central.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/layout/analyze", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "Content-Length": "279674", "Content-Type": "image/jpeg", - "traceparent": "00-0fd2eec9f2db3e42b2ac9d9954437a36-3921a4d9de379b4b-00", + "traceparent": "00-b8bf00cd2825454488e68f3765fe82e6-3b8fe39a718d4140-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201120.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "8cc5f30bb3bf1b87232aac7059f41f27", "x-ms-return-client-request-id": "true" @@ -19,25 +19,25 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "a2cbaad9-e84f-4d5b-8c7b-eb1f6a97fa3b", + "apim-request-id": "cf96367e-632a-4fff-83e8-835cc3b0beba", "Content-Length": "0", - "Date": "Wed, 09 Sep 2020 22:33:09 GMT", - "Operation-Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/a2cbaad9-e84f-4d5b-8c7b-eb1f6a97fa3b", + "Date": "Fri, 20 Nov 2020 18:38:21 GMT", + "Operation-Location": "https://mariari-canada-central.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/layout/analyzeResults/cf96367e-632a-4fff-83e8-835cc3b0beba", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "141" + "x-envoy-upstream-service-time": "69" }, "ResponseBody": [] }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/a2cbaad9-e84f-4d5b-8c7b-eb1f6a97fa3b", + "RequestUri": "https://mariari-canada-central.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/layout/analyzeResults/cf96367e-632a-4fff-83e8-835cc3b0beba", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201120.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "ad31e46bbae568ea1e5365a830a24e45", "x-ms-return-client-request-id": "true" @@ -45,29 +45,29 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "caf581d1-1ecf-49fa-a5c0-327d43b27be6", + "apim-request-id": "ec188820-8901-42d1-988c-80dfa988c07e", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:33:09 GMT", + "Date": "Fri, 20 Nov 2020 18:38:21 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "15" + "x-envoy-upstream-service-time": "11" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-09-09T22:33:09Z", - "lastUpdatedDateTime": "2020-09-09T22:33:09Z" + "createdDateTime": "2020-11-20T18:38:21Z", + "lastUpdatedDateTime": "2020-11-20T18:38:21Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/a2cbaad9-e84f-4d5b-8c7b-eb1f6a97fa3b", + "RequestUri": "https://mariari-canada-central.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/layout/analyzeResults/cf96367e-632a-4fff-83e8-835cc3b0beba", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201120.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "81a547ea697edd57f76b3a2993a05969", "x-ms-return-client-request-id": "true" @@ -75,29 +75,29 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "d6521c41-e715-47fc-b744-e3ad0b52bb14", + "apim-request-id": "dba255c3-d283-4fdb-ac20-6e6e19a47ca0", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:33:10 GMT", + "Date": "Fri, 20 Nov 2020 18:38:23 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "15" + "x-envoy-upstream-service-time": "189" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-09-09T22:33:09Z", - "lastUpdatedDateTime": "2020-09-09T22:33:09Z" + "createdDateTime": "2020-11-20T18:38:21Z", + "lastUpdatedDateTime": "2020-11-20T18:38:21Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/a2cbaad9-e84f-4d5b-8c7b-eb1f6a97fa3b", + "RequestUri": "https://mariari-canada-central.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/layout/analyzeResults/cf96367e-632a-4fff-83e8-835cc3b0beba", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201120.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "594709ab00d450eb095d6d6b4ddeea80", "x-ms-return-client-request-id": "true" @@ -105,29 +105,29 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "5d2a1f01-0791-4447-a0a2-78749f2e98ad", + "apim-request-id": "32966460-5e65-4b33-9ed3-efb7cdb938d5", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:33:11 GMT", + "Date": "Fri, 20 Nov 2020 18:38:24 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "14" + "x-envoy-upstream-service-time": "11" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-09-09T22:33:09Z", - "lastUpdatedDateTime": "2020-09-09T22:33:09Z" + "createdDateTime": "2020-11-20T18:38:21Z", + "lastUpdatedDateTime": "2020-11-20T18:38:21Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/a2cbaad9-e84f-4d5b-8c7b-eb1f6a97fa3b", + "RequestUri": "https://mariari-canada-central.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/layout/analyzeResults/cf96367e-632a-4fff-83e8-835cc3b0beba", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201120.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "128666db9e4f02a88c53b67980c1d57d", "x-ms-return-client-request-id": "true" @@ -135,18 +135,18 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "bbf15448-3686-4030-816e-cc2b0f3c4e41", - "Content-Length": "5770", + "apim-request-id": "19ba26ad-cdd8-4dd2-bc86-b3e64737987a", + "Content-Length": "6612", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:33:12 GMT", + "Date": "Fri, 20 Nov 2020 18:38:25 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "36" + "x-envoy-upstream-service-time": "38" }, "ResponseBody": { "status": "succeeded", - "createdDateTime": "2020-09-09T22:33:09Z", - "lastUpdatedDateTime": "2020-09-09T22:33:11Z", + "createdDateTime": "2020-11-20T18:38:21Z", + "lastUpdatedDateTime": "2020-11-20T18:38:25Z", "analyzeResult": { "version": "2.1.0", "readResults": [ @@ -169,6 +169,12 @@ 389 ], "text": "Contoso", + "appearance": { + "style": { + "name": "other", + "confidence": 1.0 + } + }, "words": [ { "boundingBox": [ @@ -198,6 +204,12 @@ 640 ], "text": "Contoso", + "appearance": { + "style": { + "name": "other", + "confidence": 1.0 + } + }, "words": [ { "boundingBox": [ @@ -227,6 +239,12 @@ 751 ], "text": "123 Main Street", + "appearance": { + "style": { + "name": "other", + "confidence": 1.0 + } + }, "words": [ { "boundingBox": [ @@ -284,6 +302,12 @@ 855 ], "text": "Redmond, WA 98052", + "appearance": { + "style": { + "name": "other", + "confidence": 1.0 + } + }, "words": [ { "boundingBox": [ @@ -297,7 +321,7 @@ 851 ], "text": "Redmond,", - "confidence": 0.887 + "confidence": 0.888 }, { "boundingBox": [ @@ -341,6 +365,12 @@ 1061 ], "text": "123-456-7890", + "appearance": { + "style": { + "name": "other", + "confidence": 1.0 + } + }, "words": [ { "boundingBox": [ @@ -370,6 +400,12 @@ 1287 ], "text": "6/10/2019 13:59", + "appearance": { + "style": { + "name": "other", + "confidence": 1.0 + } + }, "words": [ { "boundingBox": [ @@ -383,7 +419,7 @@ 1289 ], "text": "6/10/2019", - "confidence": 0.867 + "confidence": 0.866 }, { "boundingBox": [ @@ -413,6 +449,12 @@ 1393 ], "text": "Sales Associate: Paul", + "appearance": { + "style": { + "name": "other", + "confidence": 1.0 + } + }, "words": [ { "boundingBox": [ @@ -470,6 +512,12 @@ 1618 ], "text": "1 Surface Pro 6", + "appearance": { + "style": { + "name": "other", + "confidence": 1.0 + } + }, "words": [ { "boundingBox": [ @@ -541,6 +589,12 @@ 1736 ], "text": "256GB / Intel Core i5 /", + "appearance": { + "style": { + "name": "other", + "confidence": 1.0 + } + }, "words": [ { "boundingBox": [ @@ -640,6 +694,12 @@ 1849 ], "text": "8GB RAM (Black)", + "appearance": { + "style": { + "name": "other", + "confidence": 1.0 + } + }, "words": [ { "boundingBox": [ @@ -697,6 +757,12 @@ 1849 ], "text": "999.00", + "appearance": { + "style": { + "name": "other", + "confidence": 1.0 + } + }, "words": [ { "boundingBox": [ @@ -726,6 +792,12 @@ 2080 ], "text": "1 SurfacePen", + "appearance": { + "style": { + "name": "other", + "confidence": 1.0 + } + }, "words": [ { "boundingBox": [ @@ -769,6 +841,12 @@ 2089 ], "text": "99.99", + "appearance": { + "style": { + "name": "other", + "confidence": 0.994 + } + }, "words": [ { "boundingBox": [ @@ -798,6 +876,12 @@ 2181 ], "text": "--", + "appearance": { + "style": { + "name": "handwriting", + "confidence": 0.955 + } + }, "words": [ { "boundingBox": [ @@ -827,6 +911,12 @@ 2304 ], "text": "Sub-Total", + "appearance": { + "style": { + "name": "other", + "confidence": 1.0 + } + }, "words": [ { "boundingBox": [ @@ -846,27 +936,47 @@ }, { "boundingBox": [ - 956, - 2261, + 926, + 2262, 1135, 2255, 1137, 2314, - 958, - 2319 + 927, + 2318 ], - "text": "1098.99", + "text": "$ 1098.99", + "appearance": { + "style": { + "name": "other", + "confidence": 1.0 + } + }, "words": [ { "boundingBox": [ - 960, - 2262, - 1136, + 926, + 2269, + 954, + 2266, + 956, + 2317, + 929, + 2316 + ], + "text": "$", + "confidence": 0.76 + }, + { + "boundingBox": [ + 963, + 2265, + 1135, 2256, - 1138, + 1137, 2315, - 963, - 2320 + 965, + 2317 ], "text": "1098.99", "confidence": 0.983 @@ -885,6 +995,12 @@ 2412 ], "text": "Tax", + "appearance": { + "style": { + "name": "other", + "confidence": 0.986 + } + }, "words": [ { "boundingBox": [ @@ -914,6 +1030,12 @@ 2428 ], "text": "104.40", + "appearance": { + "style": { + "name": "other", + "confidence": 1.0 + } + }, "words": [ { "boundingBox": [ @@ -943,6 +1065,12 @@ 2652 ], "text": "Total", + "appearance": { + "style": { + "name": "other", + "confidence": 1.0 + } + }, "words": [ { "boundingBox": [ @@ -972,6 +1100,12 @@ 2650 ], "text": "$ 1203.39", + "appearance": { + "style": { + "name": "other", + "confidence": 1.0 + } + }, "words": [ { "boundingBox": [ @@ -1003,64 +1137,6 @@ } ] } - ], - "selectionMarks": [ - { - "boundingBox": [ - 509, - 620, - 721, - 620, - 721, - 703, - 509, - 703 - ], - "confidence": 0.775, - "state": "unselected" - }, - { - "boundingBox": [ - 1497, - 2820, - 1688, - 2820, - 1688, - 2999, - 1497, - 2999 - ], - "confidence": 0.654, - "state": "unselected" - }, - { - "boundingBox": [ - 866, - 2259, - 918, - 2259, - 918, - 2358, - 866, - 2358 - ], - "confidence": 0.523, - "state": "unselected" - }, - { - "boundingBox": [ - 836, - 2277, - 866, - 2277, - 866, - 2309, - 836, - 2309 - ], - "confidence": 0.553, - "state": "unselected" - } ] } ], @@ -1075,7 +1151,7 @@ } ], "Variables": { - "FORM_RECOGNIZER_ENDPOINT": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/", + "FORM_RECOGNIZER_ENDPOINT": "https://mariari-canada-central.cognitiveservices.azure.com/", "RandomSeed": "417520620" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/FormRecognizerClientCannotAuthenticateWithFakeApiKey.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/FormRecognizerClientCannotAuthenticateWithFakeApiKey.json index de99ce35c9bb7..44a21c35272ee 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/FormRecognizerClientCannotAuthenticateWithFakeApiKey.json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/FormRecognizerClientCannotAuthenticateWithFakeApiKey.json @@ -1,17 +1,17 @@ { "Entries": [ { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyze", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/layout/analyze", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "279674", "Content-Type": "image/jpeg", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-d343938fae336247bdd76332cad74a0a-36870bbf0de60043-00", + "traceparent": "00-0df2c0ba0b950e448f1bd50c148b4ff6-bb8988e031feff4e-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "d2c419df796518d9b352aefb451d0172", "x-ms-return-client-request-id": "true" @@ -20,13 +20,13 @@ "StatusCode": 401, "ResponseHeaders": { "Content-Length": "224", - "Date": "Wed, 09 Sep 2020 22:28:19 GMT" + "Date": "Fri, 30 Oct 2020 12:50:27 GMT" }, "ResponseBody": "eyJlcnJvciI6eyJjb2RlIjoiNDAxIiwibWVzc2FnZSI6IkFjY2VzcyBkZW5pZWQgZHVlIHRvIGludmFsaWQgc3Vic2NyaXB0aW9uIGtleSBvciB3cm9uZyBBUEkgZW5kcG9pbnQuIE1ha2Ugc3VyZSB0byBwcm92aWRlIGEgdmFsaWQga2V5IGZvciBhbiBhY3RpdmUgc3Vic2NyaXB0aW9uIGFuZCB1c2UgYSBjb3JyZWN0IHJlZ2lvbmFsIEFQSSBlbmRwb2ludCBmb3IgeW91ciByZXNvdXJjZS4ifX0=" } ], "Variables": { - "FORM_RECOGNIZER_ENDPOINT": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/", + "FORM_RECOGNIZER_ENDPOINT": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/", "RandomSeed": "1540698561" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/FormRecognizerClientCannotAuthenticateWithFakeApiKeyAsync.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/FormRecognizerClientCannotAuthenticateWithFakeApiKeyAsync.json index 17b48a31ebd04..c4f5b592a2c28 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/FormRecognizerClientCannotAuthenticateWithFakeApiKeyAsync.json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/FormRecognizerClientCannotAuthenticateWithFakeApiKeyAsync.json @@ -1,17 +1,17 @@ { "Entries": [ { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyze", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/layout/analyze", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "279674", "Content-Type": "image/jpeg", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-e33ddf0151e2af4c86125d9a964dbe81-686b9cc70ddb0742-00", + "traceparent": "00-46d64c74c3e1fb4baf024fb2ca861c63-98d7ee9c6b31f944-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "515eb0f0c85ee45570344f2d4336ab40", "x-ms-return-client-request-id": "true" @@ -20,13 +20,13 @@ "StatusCode": 401, "ResponseHeaders": { "Content-Length": "224", - "Date": "Wed, 09 Sep 2020 22:33:12 GMT" + "Date": "Fri, 30 Oct 2020 12:56:42 GMT" }, "ResponseBody": "eyJlcnJvciI6eyJjb2RlIjoiNDAxIiwibWVzc2FnZSI6IkFjY2VzcyBkZW5pZWQgZHVlIHRvIGludmFsaWQgc3Vic2NyaXB0aW9uIGtleSBvciB3cm9uZyBBUEkgZW5kcG9pbnQuIE1ha2Ugc3VyZSB0byBwcm92aWRlIGEgdmFsaWQga2V5IGZvciBhbiBhY3RpdmUgc3Vic2NyaXB0aW9uIGFuZCB1c2UgYSBjb3JyZWN0IHJlZ2lvbmFsIEFQSSBlbmRwb2ludCBmb3IgeW91ciByZXNvdXJjZS4ifX0=" } ], "Variables": { - "FORM_RECOGNIZER_ENDPOINT": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/", + "FORM_RECOGNIZER_ENDPOINT": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/", "RandomSeed": "855311763" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeBusinessCardsCanParseBlankPage.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeBusinessCardsCanParseBlankPage.json index 25ef73f71cc7f..15189bb1fd2e2 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeBusinessCardsCanParseBlankPage.json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeBusinessCardsCanParseBlankPage.json @@ -1,16 +1,16 @@ { "Entries": [ { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/businessCard/analyze?includeTextDetails=true", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/businessCard/analyze?includeTextDetails=true", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "25662", "Content-Type": "application/pdf", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-5d82d8b7f34ceb4b8a3c68268330c971-4e143d3456744c46-00", + "traceparent": "00-69c3086d4db3794aa939b9430d63d94f-5919903b5ed8e846-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201009.1", + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "18e8c4747a22d0f2ebca0e0d4a63e79a", @@ -19,24 +19,24 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "dcb1a89f-e10e-406a-be72-b533c6e910fb", + "apim-request-id": "29967863-c015-49eb-81dc-ab0698df8b72", "Content-Length": "0", - "Date": "Fri, 09 Oct 2020 23:19:34 GMT", - "Operation-Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/businessCard/analyzeResults/dcb1a89f-e10e-406a-be72-b533c6e910fb", + "Date": "Tue, 17 Nov 2020 00:31:40 GMT", + "Operation-Location": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/businessCard/analyzeResults/29967863-c015-49eb-81dc-ab0698df8b72", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "68" + "x-envoy-upstream-service-time": "537" }, "ResponseBody": [] }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/businessCard/analyzeResults/dcb1a89f-e10e-406a-be72-b533c6e910fb", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/businessCard/analyzeResults/29967863-c015-49eb-81dc-ab0698df8b72", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201009.1", + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "59a3a169d5fddbb12a7fa601a7dce8ae", @@ -45,28 +45,28 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "973e78f3-32ea-4256-aeeb-8d019c87eb05", - "Content-Length": "109", + "apim-request-id": "c62ac8ac-21de-474d-a302-922e529317af", + "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 09 Oct 2020 23:19:34 GMT", + "Date": "Tue, 17 Nov 2020 00:31:40 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "16" + "x-envoy-upstream-service-time": "233" }, "ResponseBody": { - "status": "notStarted", - "createdDateTime": "2020-10-09T23:19:34Z", - "lastUpdatedDateTime": "2020-10-09T23:19:34Z" + "status": "running", + "createdDateTime": "2020-11-17T00:31:40Z", + "lastUpdatedDateTime": "2020-11-17T00:31:41Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/businessCard/analyzeResults/dcb1a89f-e10e-406a-be72-b533c6e910fb", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/businessCard/analyzeResults/29967863-c015-49eb-81dc-ab0698df8b72", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201009.1", + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "afd999c067970d143c6a83634c4348e8", @@ -75,28 +75,28 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "eb33df28-d730-495d-a64d-e1ca17ee0a80", + "apim-request-id": "1fc5c44d-62cb-4c38-b43b-32ff358cb1b9", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 09 Oct 2020 23:19:35 GMT", + "Date": "Tue, 17 Nov 2020 00:31:41 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "15" + "x-envoy-upstream-service-time": "42" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-10-09T23:19:34Z", - "lastUpdatedDateTime": "2020-10-09T23:19:34Z" + "createdDateTime": "2020-11-17T00:31:40Z", + "lastUpdatedDateTime": "2020-11-17T00:31:41Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/businessCard/analyzeResults/dcb1a89f-e10e-406a-be72-b533c6e910fb", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/businessCard/analyzeResults/29967863-c015-49eb-81dc-ab0698df8b72", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201009.1", + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "1a79e2adb5389e41120ceea3d4f0280f", @@ -105,28 +105,28 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "0714f8ae-ca61-4da0-a709-53943d07a908", + "apim-request-id": "a872fcd2-b170-4705-acc5-a4d0f23a2b51", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 09 Oct 2020 23:19:36 GMT", + "Date": "Tue, 17 Nov 2020 00:31:43 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "14" + "x-envoy-upstream-service-time": "96" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-10-09T23:19:34Z", - "lastUpdatedDateTime": "2020-10-09T23:19:34Z" + "createdDateTime": "2020-11-17T00:31:40Z", + "lastUpdatedDateTime": "2020-11-17T00:31:41Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/businessCard/analyzeResults/dcb1a89f-e10e-406a-be72-b533c6e910fb", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/businessCard/analyzeResults/29967863-c015-49eb-81dc-ab0698df8b72", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201009.1", + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "b04d5fe2388a02038d951c92524d8fe6", @@ -135,56 +135,26 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "f23a976e-7cdd-43b5-acc5-526dacaeeda0", - "Content-Length": "106", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 09 Oct 2020 23:19:37 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "44" - }, - "ResponseBody": { - "status": "running", - "createdDateTime": "2020-10-09T23:19:34Z", - "lastUpdatedDateTime": "2020-10-09T23:19:34Z" - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/businessCard/analyzeResults/dcb1a89f-e10e-406a-be72-b533c6e910fb", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201009.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "c453be36ce620b76583a9c8a7971394b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "a4aac13c-6ac6-4e28-acc4-cb17a5ff3039", - "Content-Length": "313", + "apim-request-id": "9be71e57-3901-4d1d-b061-b9c09c3c58f6", + "Content-Length": "305", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 09 Oct 2020 23:19:38 GMT", + "Date": "Tue, 17 Nov 2020 00:31:44 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": "50" }, "ResponseBody": { "status": "succeeded", - "createdDateTime": "2020-10-09T23:19:34Z", - "lastUpdatedDateTime": "2020-10-09T23:19:38Z", + "createdDateTime": "2020-11-17T00:31:40Z", + "lastUpdatedDateTime": "2020-11-17T00:31:44Z", "analyzeResult": { "version": "2.1.0", "readResults": [ { "page": 1, "angle": 0, - "width": 8.4967, - "height": 10.9967, + "width": 8.5, + "height": 11, "unit": "inch" } ], @@ -204,7 +174,7 @@ ], "Variables": { "FORM_RECOGNIZER_API_KEY": "Sanitized", - "FORM_RECOGNIZER_ENDPOINT": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/", + "FORM_RECOGNIZER_ENDPOINT": "https://mariari-centraluseuap.cognitiveservices.azure.com/", "RandomSeed": "1147847034" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeBusinessCardsCanParseBlankPageAsync.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeBusinessCardsCanParseBlankPageAsync.json index efd5a86dade1d..0882afe2c9ea6 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeBusinessCardsCanParseBlankPageAsync.json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeBusinessCardsCanParseBlankPageAsync.json @@ -1,16 +1,16 @@ { "Entries": [ { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/businessCard/analyze?includeTextDetails=true", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/businessCard/analyze?includeTextDetails=true", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "25662", "Content-Type": "application/pdf", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-858d0b82b4ec324096bd551732097205-e9f005d1352fed4c-00", + "traceparent": "00-77477099e312894f851389fb2bb13e9b-4a41b5ba697ac948-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201009.1", + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "d3cd33a5c2df9c449a2cb5c7ede75d81", @@ -19,24 +19,24 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "7a476db7-8739-4201-badc-2623da4bf4b0", + "apim-request-id": "83add95d-6494-4067-aba8-08e5955d9460", "Content-Length": "0", - "Date": "Fri, 09 Oct 2020 23:19:57 GMT", - "Operation-Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/businessCard/analyzeResults/7a476db7-8739-4201-badc-2623da4bf4b0", + "Date": "Tue, 17 Nov 2020 00:33:07 GMT", + "Operation-Location": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/businessCard/analyzeResults/83add95d-6494-4067-aba8-08e5955d9460", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "166" + "x-envoy-upstream-service-time": "39" }, "ResponseBody": [] }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/businessCard/analyzeResults/7a476db7-8739-4201-badc-2623da4bf4b0", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/businessCard/analyzeResults/83add95d-6494-4067-aba8-08e5955d9460", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201009.1", + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "beb4a8a174e06f0c86d094860fa457f8", @@ -45,28 +45,28 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "9d70822d-508a-48da-b420-885c7672f9cb", + "apim-request-id": "e28193f7-dddb-48ee-949b-2d136866e90c", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 09 Oct 2020 23:19:57 GMT", + "Date": "Tue, 17 Nov 2020 00:33:07 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", "x-envoy-upstream-service-time": "10" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-10-09T23:19:57Z", - "lastUpdatedDateTime": "2020-10-09T23:19:57Z" + "createdDateTime": "2020-11-17T00:33:07Z", + "lastUpdatedDateTime": "2020-11-17T00:33:07Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/businessCard/analyzeResults/7a476db7-8739-4201-badc-2623da4bf4b0", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/businessCard/analyzeResults/83add95d-6494-4067-aba8-08e5955d9460", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201009.1", + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "9acd1366282f7764883c2bb1a885bfd0", @@ -75,28 +75,28 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "a6ee9616-b56a-4821-a776-d11a819b0d5d", + "apim-request-id": "b790ff46-dbcd-4664-9a74-21ca2c09566a", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 09 Oct 2020 23:19:58 GMT", + "Date": "Tue, 17 Nov 2020 00:33:08 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", "x-envoy-upstream-service-time": "10" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-10-09T23:19:57Z", - "lastUpdatedDateTime": "2020-10-09T23:19:57Z" + "createdDateTime": "2020-11-17T00:33:07Z", + "lastUpdatedDateTime": "2020-11-17T00:33:07Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/businessCard/analyzeResults/7a476db7-8739-4201-badc-2623da4bf4b0", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/businessCard/analyzeResults/83add95d-6494-4067-aba8-08e5955d9460", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201009.1", + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "4ca4a154a3bc30d8265e4c0e2dbe8df5", @@ -105,56 +105,26 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "9e69d12e-00e1-4fac-b0a1-caa8d5a6a18f", - "Content-Length": "106", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 09 Oct 2020 23:19:59 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "10" - }, - "ResponseBody": { - "status": "running", - "createdDateTime": "2020-10-09T23:19:57Z", - "lastUpdatedDateTime": "2020-10-09T23:19:57Z" - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/businessCard/analyzeResults/7a476db7-8739-4201-badc-2623da4bf4b0", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201009.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "d960bdd4c21a7951433c35a3495ac601", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "e9da61f5-ea3c-49ae-8245-9d386e30ebf1", - "Content-Length": "313", + "apim-request-id": "aa810255-4f55-407d-8c1e-6dfc69792ba3", + "Content-Length": "305", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 09 Oct 2020 23:20:00 GMT", + "Date": "Tue, 17 Nov 2020 00:33:09 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "19" + "x-envoy-upstream-service-time": "16" }, "ResponseBody": { "status": "succeeded", - "createdDateTime": "2020-10-09T23:19:57Z", - "lastUpdatedDateTime": "2020-10-09T23:20:00Z", + "createdDateTime": "2020-11-17T00:33:07Z", + "lastUpdatedDateTime": "2020-11-17T00:33:09Z", "analyzeResult": { "version": "2.1.0", "readResults": [ { "page": 1, "angle": 0, - "width": 8.4967, - "height": 10.9967, + "width": 8.5, + "height": 11, "unit": "inch" } ], @@ -174,7 +144,7 @@ ], "Variables": { "FORM_RECOGNIZER_API_KEY": "Sanitized", - "FORM_RECOGNIZER_ENDPOINT": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/", + "FORM_RECOGNIZER_ENDPOINT": "https://mariari-centraluseuap.cognitiveservices.azure.com/", "RandomSeed": "1318809837" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeBusinessCardsCanParseMultipageForm(False).json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeBusinessCardsCanParseMultipageForm(False).json index 4eb83cdaf6ac8..3d87266346ffe 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeBusinessCardsCanParseMultipageForm(False).json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeBusinessCardsCanParseMultipageForm(False).json @@ -1,16 +1,16 @@ { "Entries": [ { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/businessCard/analyze?includeTextDetails=true", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/businessCard/analyze?includeTextDetails=true", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "22", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-f7d2fb519631c04787e4f951397e7f8c-9b19677031887b4d-00", + "traceparent": "00-0c640c81df279f49a67cc826c14f0b44-a0015e7d9c866f46-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201016.1", + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "677a667fca0fd0cdc37bbaad1c2cc25f", @@ -21,24 +21,24 @@ }, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "a51d2569-6274-4c26-bcc6-946ef91f8faf", + "apim-request-id": "c3e4c5ec-b920-47a5-838c-dc71c41c8eec", "Content-Length": "0", - "Date": "Fri, 16 Oct 2020 20:23:37 GMT", - "Operation-Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/businessCard/analyzeResults/a51d2569-6274-4c26-bcc6-946ef91f8faf", + "Date": "Tue, 17 Nov 2020 00:32:11 GMT", + "Operation-Location": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/businessCard/analyzeResults/c3e4c5ec-b920-47a5-838c-dc71c41c8eec", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "372" + "x-envoy-upstream-service-time": "421" }, "ResponseBody": [] }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/businessCard/analyzeResults/a51d2569-6274-4c26-bcc6-946ef91f8faf", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/businessCard/analyzeResults/c3e4c5ec-b920-47a5-838c-dc71c41c8eec", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201016.1", + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "bee36640b439020ceef489482521d059", @@ -47,28 +47,28 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "4bc125ff-349a-45aa-aff5-a98ab53314b4", + "apim-request-id": "1d763770-3f40-4ea6-82d6-cfeea74f80dc", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 16 Oct 2020 20:23:37 GMT", + "Date": "Tue, 17 Nov 2020 00:32:11 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "11" + "x-envoy-upstream-service-time": "10" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-10-16T20:23:37Z", - "lastUpdatedDateTime": "2020-10-16T20:23:37Z" + "createdDateTime": "2020-11-17T00:32:11Z", + "lastUpdatedDateTime": "2020-11-17T00:32:11Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/businessCard/analyzeResults/a51d2569-6274-4c26-bcc6-946ef91f8faf", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/businessCard/analyzeResults/c3e4c5ec-b920-47a5-838c-dc71c41c8eec", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201016.1", + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "43aa30e9e6c75bf5b0ea7ec4a6fd2a9a", @@ -77,28 +77,28 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "d11311b4-1c7e-4030-8268-0cff507965d8", + "apim-request-id": "18b1888b-8a74-41cb-9758-8b98199776f1", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 16 Oct 2020 20:23:38 GMT", + "Date": "Tue, 17 Nov 2020 00:32:12 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "11" + "x-envoy-upstream-service-time": "10" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-10-16T20:23:37Z", - "lastUpdatedDateTime": "2020-10-16T20:23:37Z" + "createdDateTime": "2020-11-17T00:32:11Z", + "lastUpdatedDateTime": "2020-11-17T00:32:11Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/businessCard/analyzeResults/a51d2569-6274-4c26-bcc6-946ef91f8faf", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/businessCard/analyzeResults/c3e4c5ec-b920-47a5-838c-dc71c41c8eec", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201016.1", + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "80fd21bc90a5ca315977791a4085aaa2", @@ -107,28 +107,28 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "e3644c30-f2c0-4017-ad00-37b126a29df0", + "apim-request-id": "272cfac7-93d3-4f4b-9b1b-ca1aac1cd11c", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 16 Oct 2020 20:23:39 GMT", + "Date": "Tue, 17 Nov 2020 00:32:13 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "10" + "x-envoy-upstream-service-time": "12" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-10-16T20:23:37Z", - "lastUpdatedDateTime": "2020-10-16T20:23:37Z" + "createdDateTime": "2020-11-17T00:32:11Z", + "lastUpdatedDateTime": "2020-11-17T00:32:11Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/businessCard/analyzeResults/a51d2569-6274-4c26-bcc6-946ef91f8faf", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/businessCard/analyzeResults/c3e4c5ec-b920-47a5-838c-dc71c41c8eec", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201016.1", + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "ebc461ab7f825a9770870d4e35485cf0", @@ -137,28 +137,28 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "8be9a4a0-c3dc-4087-8f63-01cb1f3c1699", + "apim-request-id": "0e37703f-557f-401f-963c-73139447faa8", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 16 Oct 2020 20:23:40 GMT", + "Date": "Tue, 17 Nov 2020 00:32:14 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "148" + "x-envoy-upstream-service-time": "13" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-10-16T20:23:37Z", - "lastUpdatedDateTime": "2020-10-16T20:23:37Z" + "createdDateTime": "2020-11-17T00:32:11Z", + "lastUpdatedDateTime": "2020-11-17T00:32:11Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/businessCard/analyzeResults/a51d2569-6274-4c26-bcc6-946ef91f8faf", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/businessCard/analyzeResults/c3e4c5ec-b920-47a5-838c-dc71c41c8eec", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201016.1", + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "038befc9502359b4ffe0e9506cda1b2b", @@ -167,28 +167,28 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "5fcd0ced-76cd-4a6e-8f96-7c2a45121f21", + "apim-request-id": "62135ea7-0500-4a77-8350-a0eb192bdd2b", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 16 Oct 2020 20:23:42 GMT", + "Date": "Tue, 17 Nov 2020 00:32:16 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "122" + "x-envoy-upstream-service-time": "10" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-10-16T20:23:37Z", - "lastUpdatedDateTime": "2020-10-16T20:23:37Z" + "createdDateTime": "2020-11-17T00:32:11Z", + "lastUpdatedDateTime": "2020-11-17T00:32:11Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/businessCard/analyzeResults/a51d2569-6274-4c26-bcc6-946ef91f8faf", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/businessCard/analyzeResults/c3e4c5ec-b920-47a5-838c-dc71c41c8eec", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201016.1", + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "4418dc3f3f393c1889a30f1d82e29411", @@ -197,906 +197,1002 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "2cbd6820-5b56-44f4-8fd1-3362adabb77d", - "Content-Length": "12781", + "apim-request-id": "a1961ae6-f3f7-462d-a751-b491c3ff73a5", + "Content-Length": "13759", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 16 Oct 2020 20:23:43 GMT", + "Date": "Tue, 17 Nov 2020 00:32:17 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "27" + "x-envoy-upstream-service-time": "19" }, "ResponseBody": { "status": "succeeded", - "createdDateTime": "2020-10-16T20:23:37Z", - "lastUpdatedDateTime": "2020-10-16T20:23:42Z", + "createdDateTime": "2020-11-17T00:32:11Z", + "lastUpdatedDateTime": "2020-11-17T00:32:16Z", "analyzeResult": { "version": "2.1.0", "readResults": [ { "page": 1, - "angle": 7.188, - "width": 8.4967, - "height": 10.9967, + "angle": 7.2821, + "width": 8.5, + "height": 11, "unit": "inch", "lines": [ { "text": "JOHN", "boundingBox": [ - 1.7133, - 3.7667, - 2.95, - 3.8933, - 2.9133, - 4.2233, - 1.68, - 4.0833 + 1.7266, + 3.7442, + 2.9551, + 3.8771, + 2.9108, + 4.2205, + 1.6934, + 4.0765 ], "words": [ { "text": "JOHN", "boundingBox": [ - 1.775, - 3.7725, - 2.8476, - 3.8928, - 2.8116, - 4.2151, - 1.7324, - 4.0939 + 1.7376, + 3.7553, + 2.8997, + 3.8882, + 2.8444, + 4.2205, + 1.6934, + 4.0876 ], - "confidence": 0.947 + "confidence": 0.986 } - ] + ], + "appearance": { + "style": { + "name": "print", + "confidence": 1 + } + } }, { "text": "SINGER", "boundingBox": [ - 1.7267, - 4.1633, - 3.3167, - 4.3333, - 3.2867, - 4.6733, - 1.69, - 4.49 + 1.7155, + 4.1541, + 3.3203, + 4.3424, + 3.276, + 4.6747, + 1.6823, + 4.4753 ], "words": [ { "text": "SINGER", "boundingBox": [ - 1.7251, - 4.1649, - 3.2586, - 4.3273, - 3.2292, - 4.6746, - 1.6913, - 4.4878 + 1.7266, + 4.1541, + 3.3314, + 4.3424, + 3.2871, + 4.6858, + 1.6823, + 4.4753 ], - "confidence": 0.959 + "confidence": 0.986 } - ] + ], + "appearance": { + "style": { + "name": "print", + "confidence": 0.999 + } + } }, { "text": "Software Engineer", "boundingBox": [ - 1.5433, - 5.25, - 3.6333, - 5.5167, - 3.6, - 5.7733, - 1.5167, - 5.5 + 1.5163, + 5.2397, + 3.6081, + 5.5166, + 3.5749, + 5.7492, + 1.4831, + 5.4723 ], "words": [ { "text": "Software", "boundingBox": [ - 1.5514, - 5.2536, - 2.5488, - 5.376, - 2.5208, - 5.6384, - 1.5257, - 5.508 + 1.5163, + 5.2508, + 2.5345, + 5.3837, + 2.5124, + 5.6163, + 1.4941, + 5.4834 ], - "confidence": 0.959 + "confidence": 0.984 }, { "text": "Engineer", "boundingBox": [ - 2.5986, - 5.3827, - 3.6333, - 5.5337, - 3.6039, - 5.7733, - 2.5705, - 5.6448 + 2.5788, + 5.3837, + 3.6081, + 5.5388, + 3.5859, + 5.7492, + 2.5566, + 5.6274 ], - "confidence": 0.959 + "confidence": 0.984 } - ] + ], + "appearance": { + "style": { + "name": "print", + "confidence": 0.999 + } + } }, { "text": "\u002B1 (425) 779-3479 johnsinger@contoso.com", "boundingBox": [ - 1.5167, - 5.51, - 6.17, - 6.1133, - 6.1467, - 6.3433, - 1.4967, - 5.7733 + 1.4609, + 5.5055, + 6.1536, + 6.1148, + 6.1315, + 6.3474, + 1.4499, + 5.7382 ], "words": [ { "text": "\u002B1", "boundingBox": [ - 1.5274, - 5.513, - 1.7919, - 5.5462, - 1.772, - 5.805, - 1.5073, - 5.7668 + 1.4831, + 5.5166, + 1.7487, + 5.5498, + 1.7376, + 5.7825, + 1.472, + 5.7492 ], - "confidence": 0.943 + "confidence": 0.987 }, { "text": "(425)", "boundingBox": [ - 1.8415, - 5.5525, - 2.42, - 5.6258, - 2.4007, - 5.8945, - 1.8217, - 5.8122 + 1.793, + 5.5498, + 2.4017, + 5.6274, + 2.3906, + 5.8711, + 1.7819, + 5.7936 ], - "confidence": 0.924 + "confidence": 0.97 }, { "text": "779-3479", "boundingBox": [ - 2.4696, - 5.6322, - 3.4442, - 5.7596, - 3.4259, - 6.0321, - 2.4503, - 5.9013 + 2.446, + 5.6385, + 3.431, + 5.7603, + 3.4089, + 6.0151, + 2.4349, + 5.8822 ], - "confidence": 0.959 + "confidence": 0.982 }, { "text": "johnsinger@contoso.com", "boundingBox": [ - 3.4938, - 5.7661, - 6.1172, - 6.1325, - 6.1016, - 6.3407, - 3.4755, - 6.0386 + 3.4753, + 5.7714, + 6.1315, + 6.148, + 6.1094, + 6.3364, + 3.4531, + 6.0151 ], - "confidence": 0.849 + "confidence": 0.951 } - ] + ], + "appearance": { + "style": { + "name": "print", + "confidence": 0.999 + } + } }, { "text": "https://www.contoso.com", "boundingBox": [ - 1.4567, - 5.7767, - 4.16, - 6.14, - 4.13, - 6.3833, - 1.4267, - 6.0367 + 1.4277, + 5.7825, + 4.1615, + 6.137, + 4.1283, + 6.3585, + 1.4056, + 6.0151 ], "words": [ { "text": "https://www.contoso.com", "boundingBox": [ - 1.4655, - 5.7796, - 4.1089, - 6.1542, - 4.087, - 6.3789, - 1.4349, - 6.0453 + 1.4388, + 5.7936, + 4.1283, + 6.1702, + 4.0951, + 6.3585, + 1.4167, + 6.0262 ], - "confidence": 0.811 + "confidence": 0.928 } - ] + ], + "appearance": { + "style": { + "name": "print", + "confidence": 0.999 + } + } } ] }, { "page": 2, - "angle": -16.6858, - "width": 8.4967, - "height": 10.9967, + "angle": -16.9551, + "width": 8.5, + "height": 11, "unit": "inch", "lines": [ { "text": "Dr. Avery Smith", "boundingBox": [ - 1.6733, - 2.8467, - 3.6067, - 2.3933, - 3.6567, - 2.6033, - 1.72, - 3.0533 + 1.6491, + 2.858, + 3.5859, + 2.4038, + 3.6413, + 2.6032, + 1.7044, + 3.0574 ], "words": [ { "text": "Dr.", "boundingBox": [ - 1.6734, - 2.8633, - 2.0779, - 2.7723, - 2.1392, - 2.9618, - 1.735, - 3.0533 + 1.6602, + 2.8691, + 2.0586, + 2.7694, + 2.1029, + 2.9688, + 1.7044, + 3.0574 ], - "confidence": 0.939 + "confidence": 0.985 }, { "text": "Avery", "boundingBox": [ - 2.1163, - 2.7635, - 2.833, - 2.5918, - 2.8939, - 2.7875, - 2.1777, - 2.953 + 2.0918, + 2.7583, + 2.8665, + 2.5811, + 2.9108, + 2.7805, + 2.1471, + 2.9577 ], - "confidence": 0.959 + "confidence": 0.978 }, { "text": "Smith", "boundingBox": [ - 2.8968, - 2.5757, - 3.5593, - 2.4044, - 3.6198, - 2.6176, - 2.9577, - 2.7726 + 2.8997, + 2.57, + 3.597, + 2.4038, + 3.6413, + 2.6032, + 2.944, + 2.7694 ], - "confidence": 0.959 + "confidence": 0.986 } - ] + ], + "appearance": { + "style": { + "name": "print", + "confidence": 1 + } + } }, { "text": "Senior Researcher", "boundingBox": [ - 1.72, - 3.0933, - 3.1333, - 2.7533, - 3.17, - 2.9033, - 1.7533, - 3.2467 + 1.6934, + 3.0906, + 3.099, + 2.7694, + 3.1322, + 2.9134, + 1.7376, + 3.2457 ], "words": [ { "text": "Senior", "boundingBox": [ - 1.7252, - 3.0944, - 2.2468, - 2.9795, - 2.2819, - 3.1223, - 1.7606, - 3.2467 + 1.7044, + 3.1017, + 2.2357, + 2.9799, + 2.2689, + 3.1239, + 1.7487, + 3.2457 ], - "confidence": 0.958 + "confidence": 0.985 }, { "text": "Researcher", "boundingBox": [ - 2.2768, - 2.9726, - 3.128, - 2.757, - 3.1629, - 2.9022, - 2.3119, - 3.115 + 2.2578, + 2.9799, + 3.11, + 2.7694, + 3.1322, + 2.9134, + 2.3021, + 3.1239 ], - "confidence": 0.959 + "confidence": 0.98 } - ] + ], + "appearance": { + "style": { + "name": "print", + "confidence": 1 + } + } }, { "text": "Cloud \u0026 Al Department", "boundingBox": [ - 1.7567, - 3.2567, - 3.5633, - 2.8267, - 3.6033, - 2.9733, - 1.7933, - 3.4233 + 1.7376, + 3.2568, + 3.5638, + 2.8137, + 3.597, + 2.9688, + 1.7708, + 3.4119 ], "words": [ { "text": "Cloud", "boundingBox": [ - 1.7762, - 3.2543, - 2.239, - 3.1442, - 2.2734, - 3.3023, - 1.8108, + 1.7376, + 3.2568, + 2.2357, + 3.146, + 2.2689, + 3.3011, + 1.7708, 3.423 ], - "confidence": 0.958 + "confidence": 0.984 }, { "text": "\u0026", "boundingBox": [ - 2.283, - 3.1337, - 2.3932, - 3.1075, - 2.4276, - 3.2624, - 2.3174, - 3.2908 + 2.2689, + 3.1349, + 2.4017, + 3.1017, + 2.4349, + 3.2568, + 2.3021, + 3.29 ], - "confidence": 0.888 + "confidence": 0.987 }, { "text": "Al", "boundingBox": [ - 2.4593, - 3.0917, - 2.6246, - 3.0523, - 2.6588, - 3.2029, - 2.4936, - 3.2454 + 2.4349, + 3.1017, + 2.6009, + 3.0574, + 2.6452, + 3.2125, + 2.4681, + 3.2568 ], - "confidence": 0.729 + "confidence": 0.744 }, { "text": "Department", "boundingBox": [ - 2.6576, - 3.0444, - 3.5665, - 2.8274, - 3.6003, - 2.9646, - 2.6919, - 3.1944 + 2.6341, + 3.0463, + 3.5638, + 2.8248, + 3.597, + 2.9577, + 2.6673, + 3.2014 ], - "confidence": 0.958 + "confidence": 0.98 } - ] + ], + "appearance": { + "style": { + "name": "print", + "confidence": 1 + } + } }, { "text": "avery.smith@contoso.com", "boundingBox": [ - 4.3833, - 2.5033, - 5.7467, - 2.11, - 5.78, - 2.2233, - 4.41, - 2.6167 + 4.3717, + 2.4924, + 5.7441, + 2.1158, + 5.7663, + 2.2155, + 4.3939, + 2.6032 ], "words": [ { "text": "avery.smith@contoso.com", "boundingBox": [ - 4.3976, - 2.498, - 5.7087, - 2.1242, - 5.7461, - 2.2346, - 4.4229, - 2.6165 + 4.3828, + 2.4924, + 5.722, + 2.1269, + 5.7552, + 2.2266, + 4.416, + 2.6032 ], - "confidence": 0.819 + "confidence": 0.95 } - ] + ], + "appearance": { + "style": { + "name": "print", + "confidence": 1 + } + } }, { "text": "https://www.contoso.com/", "boundingBox": [ - 4.4067, - 2.6133, - 5.8233, - 2.2233, - 5.8567, - 2.3367, - 4.44, - 2.7367 + 4.4049, + 2.6032, + 5.8105, + 2.2155, + 5.8548, + 2.3263, + 4.4382, + 2.7362 ], "words": [ { "text": "https://www.contoso.com/", "boundingBox": [ - 4.4195, - 2.6109, - 5.8172, - 2.226, - 5.8532, - 2.33, - 4.4536, - 2.734 + 4.4049, + 2.6032, + 5.8105, + 2.2155, + 5.8438, + 2.3263, + 4.4492, + 2.7362 ], - "confidence": 0.854 + "confidence": 0.885 } - ] + ], + "appearance": { + "style": { + "name": "print", + "confidence": 0.999 + } + } }, { "text": "mob: \u002B44 (0) 7911 123456", "boundingBox": [ - 4.6167, - 2.76, - 5.9767, - 2.3467, - 6.0133, - 2.4733, - 4.6533, - 2.8833 + 4.6042, + 2.7583, + 5.9655, + 2.3484, + 5.9987, + 2.4592, + 4.6374, + 2.8802 ], "words": [ { "text": "mob:", "boundingBox": [ - 4.6171, - 2.767, - 4.901, - 2.6803, - 4.9427, - 2.7985, - 4.6583, - 2.8833 + 4.6152, + 2.7694, + 4.8919, + 2.6808, + 4.9251, + 2.7915, + 4.6484, + 2.8802 ], - "confidence": 0.958 + "confidence": 0.983 }, { "text": "\u002B44", "boundingBox": [ - 4.9243, - 2.6732, - 5.1109, - 2.6159, - 5.1531, - 2.7353, - 4.9661, - 2.7914 + 4.9141, + 2.6808, + 5.1022, + 2.6143, + 5.1354, + 2.7362, + 4.9473, + 2.7915 ], - "confidence": 0.958 + "confidence": 0.983 }, { "text": "(0)", "boundingBox": [ - 5.1342, - 2.6087, - 5.2897, - 2.5608, - 5.3322, - 2.6815, - 5.1764, - 2.7282 + 5.1243, + 2.6143, + 5.2904, + 2.5589, + 5.3236, + 2.6808, + 5.1576, + 2.7251 ], - "confidence": 0.951 + "confidence": 0.983 }, { "text": "7911", "boundingBox": [ - 5.313, - 2.5536, - 5.5616, - 2.4767, - 5.6046, - 2.5996, - 5.3555, - 2.6744 + 5.3125, + 2.5478, + 5.5671, + 2.4814, + 5.5892, + 2.6032, + 5.3457, + 2.6697 ], - "confidence": 0.922 + "confidence": 0.985 }, { "text": "123456", "boundingBox": [ - 5.5849, - 2.4694, - 5.9576, - 2.3532, - 6.0013, - 2.4806, - 5.6279, - 2.5926 + 5.5892, + 2.4703, + 5.9766, + 2.3484, + 5.9987, + 2.4703, + 5.6113, + 2.5921 ], - "confidence": 0.958 + "confidence": 0.96 } - ] + ], + "appearance": { + "style": { + "name": "print", + "confidence": 0.998 + } + } }, { "text": "tel: \u002B44 (0) 20 9876 5432", "boundingBox": [ - 4.7567, - 2.8533, - 6.0633, - 2.4633, - 6.1033, - 2.59, - 4.7967, - 2.9833 + 4.7591, + 2.858, + 6.054, + 2.4592, + 6.0872, + 2.5811, + 4.8034, + 2.9799 ], "words": [ { "text": "tel:", "boundingBox": [ - 4.7639, - 2.8586, - 4.9528, - 2.8028, - 4.9976, - 2.9256, - 4.8081, - 2.9814 + 4.7702, + 2.858, + 4.9473, + 2.8137, + 4.9805, + 2.9355, + 4.8034, + 2.9799 ], - "confidence": 0.932 + "confidence": 0.981 }, { "text": "\u002B44", "boundingBox": [ - 4.9774, - 2.7955, - 5.1742, - 2.7367, - 5.2198, - 2.8597, - 5.0223, - 2.9182 + 4.9694, + 2.8026, + 5.1576, + 2.7472, + 5.2018, + 2.8691, + 5.0026, + 2.9245 ], - "confidence": 0.958 + "confidence": 0.987 }, { "text": "(0)", "boundingBox": [ - 5.1988, - 2.7293, - 5.3463, - 2.6848, - 5.3925, - 2.8082, - 5.2445, - 2.8523 + 5.1797, + 2.7362, + 5.3346, + 2.6918, + 5.3789, + 2.8137, + 5.224, + 2.858 ], - "confidence": 0.909 + "confidence": 0.971 }, { "text": "20", "boundingBox": [ - 5.3709, - 2.6774, - 5.4938, - 2.6401, - 5.5404, - 2.764, - 5.4172, - 2.8009 + 5.3568, + 2.6808, + 5.4896, + 2.6475, + 5.5339, + 2.7694, + 5.401, + 2.8026 ], - "confidence": 0.958 + "confidence": 0.988 }, { "text": "9876", "boundingBox": [ - 5.5183, - 2.6326, - 5.772, - 2.5546, - 5.8196, - 2.6801, - 5.5651, - 2.7566 + 5.5117, + 2.6365, + 5.7663, + 2.5589, + 5.7995, + 2.6808, + 5.556, + 2.7583 ], - "confidence": 0.944 + "confidence": 0.983 }, { "text": "5432", "boundingBox": [ - 5.7965, - 2.547, - 6.054, - 2.4669, - 6.1026, - 2.5945, - 5.8442, - 2.6727 + 5.7884, + 2.5478, + 6.043, + 2.4592, + 6.0872, + 2.5921, + 5.8216, + 2.6697 ], - "confidence": 0.947 + "confidence": 0.984 } - ] + ], + "appearance": { + "style": { + "name": "print", + "confidence": 0.998 + } + } }, { "text": "fax: \u002B44 (0) 20 6789 2345", "boundingBox": [ - 4.83, - 2.99, - 6.16, - 2.58, - 6.2, - 2.7033, - 4.87, - 3.1133 + 4.8145, + 2.9909, + 6.1647, + 2.57, + 6.1979, + 2.7029, + 4.8587, + 3.1128 ], "words": [ { "text": "fax:", "boundingBox": [ - 4.8311, - 2.9924, - 5.0406, - 2.9257, - 5.0882, - 3.0532, - 4.8799, - 3.1133 + 4.8255, + 3.002, + 5.0358, + 2.9355, + 5.069, + 3.0574, + 4.8587, + 3.1128 ], - "confidence": 0.948 + "confidence": 0.984 }, { "text": "\u002B44", "boundingBox": [ - 5.0653, - 2.9179, - 5.2626, - 2.8557, - 5.309, - 2.9863, - 5.1127, - 3.0458 + 5.0579, + 2.9245, + 5.2461, + 2.8691, + 5.2904, + 2.9909, + 5.0911, + 3.0463 ], - "confidence": 0.958 + "confidence": 0.981 }, { "text": "(0)", "boundingBox": [ - 5.2873, - 2.848, - 5.4354, - 2.8017, - 5.4809, - 2.9332, - 5.3336, - 2.9788 + 5.2682, + 2.858, + 5.4342, + 2.8026, + 5.4785, + 2.9355, + 5.3125, + 2.9799 ], - "confidence": 0.94 + "confidence": 0.983 }, { "text": "20", "boundingBox": [ - 5.4601, - 2.794, - 5.5919, - 2.7531, - 5.6365, - 2.8842, - 5.5054, - 2.9254 + 5.4564, + 2.8026, + 5.5892, + 2.7583, + 5.6335, + 2.8912, + 5.5007, + 2.9245 ], - "confidence": 0.958 + "confidence": 0.383 }, { "text": "6789", "boundingBox": [ - 5.6166, - 2.7455, - 5.8721, - 2.6672, - 5.9152, - 2.794, - 5.6611, - 2.8763 + 5.6113, + 2.7472, + 5.8659, + 2.6697, + 5.9102, + 2.7915, + 5.6556, + 2.8802 ], - "confidence": 0.956 + "confidence": 0.977 }, { "text": "2345", "boundingBox": [ - 5.8969, - 2.6597, - 6.1568, + 5.888, + 2.6586, + 6.1647, 2.5811, - 6.1984, - 2.6998, - 5.9398, - 2.7859 + 6.1979, + 2.7029, + 5.9323, + 2.7915 ], - "confidence": 0.933 + "confidence": 0.985 } - ] + ], + "appearance": { + "style": { + "name": "print", + "confidence": 0.997 + } + } }, { "text": "Contoso", "boundingBox": [ - 2.8067, - 4.0567, - 4.7433, - 3.4167, - 4.8567, - 3.8, - 2.9333, - 4.4333 + 2.8333, + 4.0433, + 4.7148, + 3.4562, + 4.8255, + 3.8218, + 2.944, + 4.4199 ], "words": [ { "text": "Contoso", "boundingBox": [ - 2.8452, - 4.0524, - 4.7091, - 3.4315, - 4.8185, - 3.8275, - 2.9754, - 4.4248 + 2.8333, + 4.0655, + 4.7148, + 3.4673, + 4.8366, + 3.8328, + 2.9661, + 4.4199 ], - "confidence": 0.959 + "confidence": 0.984 } - ] + ], + "appearance": { + "style": { + "name": "print", + "confidence": 1 + } + } }, { "text": "2 Kingdom Street", "boundingBox": [ - 2.97, - 4.4433, - 4.2633, - 4.0067, - 4.32, - 4.17, - 3.02, - 4.6133 + 2.944, + 4.4421, + 4.2611, + 3.999, + 4.3164, + 4.1652, + 2.9993, + 4.6083 ], "words": [ { "text": "2", "boundingBox": [ - 2.9875, - 4.4372, - 3.0892, - 4.4021, - 3.142, - 4.5778, - 3.0403, - 4.612 + 2.9661, + 4.431, + 3.0658, + 4.4089, + 3.1211, + 4.575, + 3.0326, + 4.6083 ], - "confidence": 0.894 + "confidence": 0.987 }, { "text": "Kingdom", "boundingBox": [ - 3.1231, - 4.3903, - 3.7575, - 4.1758, - 3.81, - 4.3475, - 3.1759, - 4.5664 + 3.099, + 4.3978, + 3.7741, + 4.1873, + 3.8184, + 4.3424, + 3.1543, + 4.5639 ], - "confidence": 0.959 + "confidence": 0.984 }, { "text": "Street", "boundingBox": [ - 3.8256, - 4.1532, - 4.2634, - 4.0107, - 4.3156, - 4.166, - 3.878, - 4.3236 + 3.8073, + 4.1762, + 4.2611, + 4.0101, + 4.3053, + 4.1541, + 3.8516, + 4.3313 ], - "confidence": 0.959 + "confidence": 0.985 } - ] + ], + "appearance": { + "style": { + "name": "print", + "confidence": 1 + } + } }, { "text": "Paddington, London, W2 6BD", "boundingBox": [ - 3.0467, - 4.6233, - 5.1567, - 3.8733, - 5.2267, - 4.0733, - 3.11, - 4.81 + 3.0215, + 4.6415, + 5.1576, + 3.8993, + 5.2129, + 4.0655, + 3.0768, + 4.8187 ], "words": [ { "text": "Paddington,", "boundingBox": [ - 3.0525, - 4.6401, - 3.9833, - 4.3147, - 4.0535, - 4.4803, - 3.116, - 4.8097 + 3.0326, + 4.6415, + 3.9733, + 4.3202, + 4.0286, + 4.4975, + 3.0879, + 4.8187 ], - "confidence": 0.954 + "confidence": 0.976 }, { "text": "London,", "boundingBox": [ - 4.0168, - 4.3025, - 4.5854, - 4.0929, - 4.6598, - 4.2719, - 4.0872, - 4.4686 + 4.0065, + 4.3092, + 4.571, + 4.1098, + 4.6263, + 4.2759, + 4.0618, + 4.4864 ], - "confidence": 0.958 + "confidence": 0.983 }, { "text": "W2", "boundingBox": [ - 4.6187, - 4.0803, - 4.8409, - 3.9962, - 4.9172, - 4.1843, - 4.6934, - 4.2605 + 4.6152, + 4.0987, + 4.8366, + 4.0211, + 4.8809, + 4.1762, + 4.6595, + 4.2649 ], - "confidence": 0.909 + "confidence": 0.983 }, { "text": "6BD", "boundingBox": [ - 4.8742, - 3.9835, - 5.1458, - 3.8787, - 5.2242, - 4.0809, - 4.9507, - 4.1732 + 4.8698, + 4.0101, + 5.1576, + 3.8993, + 5.2129, + 4.0544, + 4.9251, + 4.1652 ], - "confidence": 0.916 + "confidence": 0.981 } - ] + ], + "appearance": { + "style": { + "name": "print", + "confidence": 1 + } + } } ] } @@ -1120,14 +1216,14 @@ "valueString": "JOHN", "text": "JOHN", "boundingBox": [ - 1.775, - 3.7725, - 2.8476, - 3.8928, - 2.8116, - 4.2151, - 1.7324, - 4.0939 + 1.7376, + 3.7553, + 2.8997, + 3.8882, + 2.8444, + 4.2205, + 1.6934, + 4.0876 ], "page": 1, "elements": [ @@ -1139,14 +1235,14 @@ "valueString": "SINGER", "text": "SINGER", "boundingBox": [ - 1.7251, - 4.1649, - 3.2586, - 4.3273, - 3.2292, - 4.6746, - 1.6913, - 4.4878 + 1.7266, + 4.1541, + 3.3314, + 4.3424, + 3.2871, + 4.6858, + 1.6823, + 4.4753 ], "page": 1, "elements": [ @@ -1156,15 +1252,16 @@ }, "text": "JOHN SINGER", "boundingBox": [ - 1.7692, - 3.7702, - 3.3121, - 3.9456, - 3.2292, - 4.6746, - 1.6863, - 4.4992 + 1.7361, + 3.7436, + 3.3804, + 3.9479, + 3.2887, + 4.686, + 1.6444, + 4.4817 ], + "page": 1, "confidence": 0.995, "elements": [ "#/readResults/0/lines/0/words/0", @@ -1181,14 +1278,14 @@ "valueString": "Software Engineer", "text": "Software Engineer", "boundingBox": [ - 1.553, - 5.2414, - 3.6377, - 5.5231, - 3.6018, - 5.7886, - 1.5172, - 5.5068 + 1.5176, + 5.241, + 3.6163, + 5.5233, + 3.5837, + 5.7656, + 1.485, + 5.4833 ], "page": 1, "confidence": 0.995, @@ -1207,14 +1304,14 @@ "valuePhoneNumber": "\u002B14257793479", "text": "\u002B1 (425) 779-3479", "boundingBox": [ - 1.5289, - 5.5021, - 3.4622, - 5.762, - 3.4259, - 6.0324, - 1.4925, - 5.7725 + 1.4839, + 5.5104, + 3.4414, + 5.7598, + 3.4089, + 6.0151, + 1.4514, + 5.7657 ], "page": 1, "confidence": 0.995, @@ -1234,14 +1331,14 @@ "valueString": "johnsinger@contoso.com", "text": "johnsinger@contoso.com", "boundingBox": [ - 3.4938, - 5.7661, - 6.1172, - 6.1325, - 6.1016, - 6.3407, - 3.4755, - 6.0386 + 3.4753, + 5.7714, + 6.1315, + 6.148, + 6.1094, + 6.3364, + 3.4531, + 6.0151 ], "page": 1, "confidence": 0.995, @@ -1259,14 +1356,14 @@ "valueString": "https://www.contoso.com", "text": "https://www.contoso.com", "boundingBox": [ - 1.4655, - 5.7796, - 4.1089, - 6.1542, - 4.087, - 6.3789, - 1.4349, - 6.0453 + 1.4388, + 5.7936, + 4.1283, + 6.1702, + 4.0951, + 6.3585, + 1.4167, + 6.0262 ], "page": 1, "confidence": 0.995, @@ -1296,14 +1393,14 @@ "valueString": "Avery", "text": "Avery", "boundingBox": [ - 2.1163, - 2.7635, - 2.833, - 2.5918, - 2.8939, - 2.7875, - 2.1777, - 2.953 + 2.0918, + 2.7583, + 2.8665, + 2.5811, + 2.9108, + 2.7805, + 2.1471, + 2.9577 ], "page": 2, "elements": [ @@ -1315,14 +1412,14 @@ "valueString": "Smith", "text": "Smith", "boundingBox": [ - 2.8968, - 2.5757, - 3.5593, - 2.4044, - 3.6198, - 2.6176, - 2.9577, - 2.7726 + 2.8997, + 2.57, + 3.597, + 2.4038, + 3.6413, + 2.6032, + 2.944, + 2.7694 ], "page": 2, "elements": [ @@ -1332,16 +1429,17 @@ }, "text": "Dr. Avery Smith", "boundingBox": [ - 1.67, - 2.849, - 3.5691, - 2.4021, - 3.6198, - 2.6176, - 1.7207, - 3.0645 + 1.6579, + 2.8608, + 3.5967, + 2.4027, + 3.645, + 2.607, + 1.7062, + 3.0651 ], - "confidence": 0.792, + "page": 2, + "confidence": 0.98, "elements": [ "#/readResults/1/lines/0/words/0", "#/readResults/1/lines/0/words/1", @@ -1358,14 +1456,14 @@ "valueString": "Senior Researcher", "text": "Senior Researcher", "boundingBox": [ - 1.7218, - 3.0797, - 3.1295, - 2.7567, - 3.1679, - 2.9238, - 1.7602, - 3.2468 + 1.7029, + 3.0954, + 3.11, + 2.7694, + 3.1468, + 2.9282, + 1.7397, + 3.2542 ], "page": 2, "confidence": 0.99, @@ -1384,14 +1482,14 @@ "valueString": "Cloud \u0026 Al Department", "text": "Cloud \u0026 Al Department", "boundingBox": [ - 1.7694, - 3.256, - 3.5626, - 2.8117, - 3.604, - 2.9788, - 1.8108, - 3.423 + 1.7297, + 3.2588, + 3.558, + 2.8017, + 3.601, + 2.9736, + 1.7727, + 3.4306 ], "page": 2, "confidence": 0.988, @@ -1412,14 +1510,14 @@ "valueString": "avery.smith@contoso.com", "text": "avery.smith@contoso.com", "boundingBox": [ - 4.3976, - 2.498, - 5.7087, - 2.1242, - 5.7461, - 2.2346, - 4.4229, - 2.6165 + 4.3828, + 2.4924, + 5.722, + 2.1269, + 5.7552, + 2.2266, + 4.416, + 2.6032 ], "page": 2, "confidence": 0.99, @@ -1437,17 +1535,17 @@ "valueString": "https://www.contoso.com/", "text": "https://www.contoso.com/", "boundingBox": [ - 4.4195, - 2.6109, - 5.8172, - 2.226, - 5.8532, - 2.33, - 4.4536, - 2.734 + 4.4049, + 2.6032, + 5.8105, + 2.2155, + 5.8438, + 2.3263, + 4.4492, + 2.7362 ], "page": 2, - "confidence": 0.995, + "confidence": 0.99, "elements": [ "#/readResults/1/lines/4/words/0" ] @@ -1461,14 +1559,14 @@ "type": "phoneNumber", "text": "\u002B44 (0) 7911 123456", "boundingBox": [ - 4.9226, - 2.6677, - 5.9622, - 2.3518, - 6.0013, - 2.4806, - 4.9618, - 2.7965 + 4.9104, + 2.6685, + 5.9766, + 2.3484, + 6.0147, + 2.4754, + 4.9485, + 2.7955 ], "page": 2, "confidence": 0.99, @@ -1488,14 +1586,14 @@ "type": "phoneNumber", "text": "\u002B44 (0) 20 9876 5432", "boundingBox": [ - 4.9763, - 2.7918, - 6.0633, - 2.4641, - 6.1027, - 2.5948, - 5.0157, - 2.9225 + 4.9583, + 2.7698, + 6.0487, + 2.4576, + 6.0934, + 2.6138, + 5.003, + 2.926 ], "page": 2, "confidence": 0.99, @@ -1516,14 +1614,14 @@ "type": "phoneNumber", "text": "\u002B44 (0) 20 6789 2345", "boundingBox": [ - 5.0651, - 2.9173, - 6.1596, - 2.5755, - 6.2011, - 2.7083, - 5.1066, - 3.0501 + 5.0503, + 2.9104, + 6.1631, + 2.5759, + 6.2062, + 2.7191, + 5.0933, + 3.0536 ], "page": 2, "confidence": 0.99, @@ -1537,58 +1635,58 @@ } ] }, - "Addresses": { + "CompanyNames": { "type": "array", "valueArray": [ { "type": "string", - "valueString": "2 Kingdom Street Paddington, London, W2 6BD", - "text": "2 Kingdom Street Paddington, London, W2 6BD", + "valueString": "Contoso", + "text": "Contoso", "boundingBox": [ - 2.98, - 4.4398, - 5.0907, - 3.7001, - 5.2242, - 4.0809, - 3.1134, - 4.8207 + 2.8333, + 4.0655, + 4.7148, + 3.4673, + 4.8366, + 3.8328, + 2.9661, + 4.4199 ], "page": 2, - "confidence": 0.977, + "confidence": 0.23, "elements": [ - "#/readResults/1/lines/9/words/0", - "#/readResults/1/lines/9/words/1", - "#/readResults/1/lines/9/words/2", - "#/readResults/1/lines/10/words/0", - "#/readResults/1/lines/10/words/1", - "#/readResults/1/lines/10/words/2", - "#/readResults/1/lines/10/words/3" + "#/readResults/1/lines/8/words/0" ] } ] }, - "CompanyNames": { + "Addresses": { "type": "array", "valueArray": [ { "type": "string", - "valueString": "Contoso", - "text": "Contoso", + "valueString": "2 Kingdom Street Paddington, London, W2 6BD", + "text": "2 Kingdom Street Paddington, London, W2 6BD", "boundingBox": [ - 2.8452, - 4.0524, - 4.7091, - 3.4315, - 4.8185, - 3.8275, - 2.9754, - 4.4248 + 2.9493, + 4.4371, + 5.0729, + 3.6661, + 5.2183, + 4.0665, + 3.0947, + 4.8375 ], "page": 2, - "confidence": 0.065, + "confidence": 0.979, "elements": [ - "#/readResults/1/lines/8/words/0" + "#/readResults/1/lines/9/words/0", + "#/readResults/1/lines/9/words/1", + "#/readResults/1/lines/9/words/2", + "#/readResults/1/lines/10/words/0", + "#/readResults/1/lines/10/words/1", + "#/readResults/1/lines/10/words/2", + "#/readResults/1/lines/10/words/3" ] } ] @@ -1602,7 +1700,7 @@ ], "Variables": { "FORM_RECOGNIZER_API_KEY": "Sanitized", - "FORM_RECOGNIZER_ENDPOINT": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/", + "FORM_RECOGNIZER_ENDPOINT": "https://mariari-centraluseuap.cognitiveservices.azure.com/", "RandomSeed": "541640835" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeBusinessCardsCanParseMultipageForm(False)Async.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeBusinessCardsCanParseMultipageForm(False)Async.json index 12952250f5df8..ad913317c33d1 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeBusinessCardsCanParseMultipageForm(False)Async.json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeBusinessCardsCanParseMultipageForm(False)Async.json @@ -1,16 +1,16 @@ { "Entries": [ { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/businessCard/analyze?includeTextDetails=true", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/businessCard/analyze?includeTextDetails=true", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "22", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-159f87391481b44dadd69602f062bac3-6e0b70cfc9dcbc43-00", + "traceparent": "00-46d695c5d22c7045998d6e21a0d7ee59-e74d3053bcfdde41-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201016.1", + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "173970ee59b321ee920e5271ed44e8f5", @@ -21,24 +21,24 @@ }, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "6f05e573-ab4a-445d-8b2c-6fb903c26c58", + "apim-request-id": "9e1445d6-14ea-4c7b-9afe-3f07275f9e3d", "Content-Length": "0", - "Date": "Fri, 16 Oct 2020 20:23:52 GMT", - "Operation-Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/businessCard/analyzeResults/6f05e573-ab4a-445d-8b2c-6fb903c26c58", + "Date": "Tue, 17 Nov 2020 00:33:34 GMT", + "Operation-Location": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/businessCard/analyzeResults/9e1445d6-14ea-4c7b-9afe-3f07275f9e3d", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "77" + "x-envoy-upstream-service-time": "275" }, "ResponseBody": [] }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/businessCard/analyzeResults/6f05e573-ab4a-445d-8b2c-6fb903c26c58", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/businessCard/analyzeResults/9e1445d6-14ea-4c7b-9afe-3f07275f9e3d", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201016.1", + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "9c002d6d9232c70b9995c65ce32ea979", @@ -47,1056 +47,1092 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "fd60710e-e8ce-4f99-bec1-7d85f0bcafe8", - "Content-Length": "109", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 16 Oct 2020 20:23:52 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "12" - }, - "ResponseBody": { - "status": "notStarted", - "createdDateTime": "2020-10-16T20:23:52Z", - "lastUpdatedDateTime": "2020-10-16T20:23:52Z" - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/businessCard/analyzeResults/6f05e573-ab4a-445d-8b2c-6fb903c26c58", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201016.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "5ec002ef0f6a2e6613c868117d0b534d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "ac297f90-7b80-4a8f-bacc-3a39fd4fb623", + "apim-request-id": "ff045126-59c6-4ca4-adcd-de674377526d", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 16 Oct 2020 20:23:53 GMT", + "Date": "Tue, 17 Nov 2020 00:33:34 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": "10" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-10-16T20:23:52Z", - "lastUpdatedDateTime": "2020-10-16T20:23:53Z" + "createdDateTime": "2020-11-17T00:33:34Z", + "lastUpdatedDateTime": "2020-11-17T00:33:34Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/businessCard/analyzeResults/6f05e573-ab4a-445d-8b2c-6fb903c26c58", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/businessCard/analyzeResults/9e1445d6-14ea-4c7b-9afe-3f07275f9e3d", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201016.1", + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "72c959b144c25b7f64727d1d92913e64", + "x-ms-client-request-id": "5ec002ef0f6a2e6613c868117d0b534d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "4433af90-6ebc-47c9-bbc0-e37878a4a2ec", + "apim-request-id": "1ace010b-7c17-4bff-8063-6f8c4411196c", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 16 Oct 2020 20:23:54 GMT", + "Date": "Tue, 17 Nov 2020 00:33:35 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "27" + "x-envoy-upstream-service-time": "12" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-10-16T20:23:52Z", - "lastUpdatedDateTime": "2020-10-16T20:23:53Z" + "createdDateTime": "2020-11-17T00:33:34Z", + "lastUpdatedDateTime": "2020-11-17T00:33:34Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/businessCard/analyzeResults/6f05e573-ab4a-445d-8b2c-6fb903c26c58", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/businessCard/analyzeResults/9e1445d6-14ea-4c7b-9afe-3f07275f9e3d", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201016.1", + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "eb82d9648a835d8ac6d1886a2afa498d", + "x-ms-client-request-id": "72c959b144c25b7f64727d1d92913e64", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "8d95022c-6f0a-41db-bd81-9936c5752405", + "apim-request-id": "55c8f60c-6b81-4c37-92ae-168dd0d6c817", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 16 Oct 2020 20:23:56 GMT", + "Date": "Tue, 17 Nov 2020 00:33:36 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", "x-envoy-upstream-service-time": "11" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-10-16T20:23:52Z", - "lastUpdatedDateTime": "2020-10-16T20:23:53Z" - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/businessCard/analyzeResults/6f05e573-ab4a-445d-8b2c-6fb903c26c58", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201016.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "8aab78423764aab68264f9f891489c81", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "aa8f6c86-1fc2-49d5-aae1-b9b57a1fad33", - "Content-Length": "106", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 16 Oct 2020 20:23:57 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "12" - }, - "ResponseBody": { - "status": "running", - "createdDateTime": "2020-10-16T20:23:52Z", - "lastUpdatedDateTime": "2020-10-16T20:23:53Z" + "createdDateTime": "2020-11-17T00:33:34Z", + "lastUpdatedDateTime": "2020-11-17T00:33:34Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/businessCard/analyzeResults/6f05e573-ab4a-445d-8b2c-6fb903c26c58", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/businessCard/analyzeResults/9e1445d6-14ea-4c7b-9afe-3f07275f9e3d", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201016.1", + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "a4ac048a678927cace6cabf1bc15316a", + "x-ms-client-request-id": "eb82d9648a835d8ac6d1886a2afa498d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "51548fbf-a971-4216-becb-8cd5fe42a340", - "Content-Length": "12781", + "apim-request-id": "8c3a526d-554e-4e2f-ba99-e06d06374223", + "Content-Length": "13759", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 16 Oct 2020 20:23:58 GMT", + "Date": "Tue, 17 Nov 2020 00:33:37 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "49" + "x-envoy-upstream-service-time": "22" }, "ResponseBody": { "status": "succeeded", - "createdDateTime": "2020-10-16T20:23:52Z", - "lastUpdatedDateTime": "2020-10-16T20:23:57Z", + "createdDateTime": "2020-11-17T00:33:34Z", + "lastUpdatedDateTime": "2020-11-17T00:33:37Z", "analyzeResult": { "version": "2.1.0", "readResults": [ { "page": 1, - "angle": 7.188, - "width": 8.4967, - "height": 10.9967, + "angle": 7.2821, + "width": 8.5, + "height": 11, "unit": "inch", "lines": [ { "text": "JOHN", "boundingBox": [ - 1.7133, - 3.7667, - 2.95, - 3.8933, - 2.9133, - 4.2233, - 1.68, - 4.0833 + 1.7266, + 3.7442, + 2.9551, + 3.8771, + 2.9108, + 4.2205, + 1.6934, + 4.0765 ], "words": [ { "text": "JOHN", "boundingBox": [ - 1.775, - 3.7725, - 2.8476, - 3.8928, - 2.8116, - 4.2151, - 1.7324, - 4.0939 + 1.7376, + 3.7553, + 2.8997, + 3.8882, + 2.8444, + 4.2205, + 1.6934, + 4.0876 ], - "confidence": 0.947 + "confidence": 0.986 } - ] + ], + "appearance": { + "style": { + "name": "print", + "confidence": 1 + } + } }, { "text": "SINGER", "boundingBox": [ - 1.7267, - 4.1633, - 3.3167, - 4.3333, - 3.2867, - 4.6733, - 1.69, - 4.49 + 1.7155, + 4.1541, + 3.3203, + 4.3424, + 3.276, + 4.6747, + 1.6823, + 4.4753 ], "words": [ { "text": "SINGER", "boundingBox": [ - 1.7251, - 4.1649, - 3.2586, - 4.3273, - 3.2292, - 4.6746, - 1.6913, - 4.4878 + 1.7266, + 4.1541, + 3.3314, + 4.3424, + 3.2871, + 4.6858, + 1.6823, + 4.4753 ], - "confidence": 0.959 + "confidence": 0.986 } - ] + ], + "appearance": { + "style": { + "name": "print", + "confidence": 0.999 + } + } }, { "text": "Software Engineer", "boundingBox": [ - 1.5433, - 5.25, - 3.6333, - 5.5167, - 3.6, - 5.7733, - 1.5167, - 5.5 + 1.5163, + 5.2397, + 3.6081, + 5.5166, + 3.5749, + 5.7492, + 1.4831, + 5.4723 ], "words": [ { "text": "Software", "boundingBox": [ - 1.5514, - 5.2536, - 2.5488, - 5.376, - 2.5208, - 5.6384, - 1.5257, - 5.508 + 1.5163, + 5.2508, + 2.5345, + 5.3837, + 2.5124, + 5.6163, + 1.4941, + 5.4834 ], - "confidence": 0.959 + "confidence": 0.984 }, { "text": "Engineer", "boundingBox": [ - 2.5986, - 5.3827, - 3.6333, - 5.5337, - 3.6039, - 5.7733, - 2.5705, - 5.6448 + 2.5788, + 5.3837, + 3.6081, + 5.5388, + 3.5859, + 5.7492, + 2.5566, + 5.6274 ], - "confidence": 0.959 + "confidence": 0.984 } - ] + ], + "appearance": { + "style": { + "name": "print", + "confidence": 0.999 + } + } }, { "text": "\u002B1 (425) 779-3479 johnsinger@contoso.com", "boundingBox": [ - 1.5167, - 5.51, - 6.17, - 6.1133, - 6.1467, - 6.3433, - 1.4967, - 5.7733 + 1.4609, + 5.5055, + 6.1536, + 6.1148, + 6.1315, + 6.3474, + 1.4499, + 5.7382 ], "words": [ { "text": "\u002B1", "boundingBox": [ - 1.5274, - 5.513, - 1.7919, - 5.5462, - 1.772, - 5.805, - 1.5073, - 5.7668 + 1.4831, + 5.5166, + 1.7487, + 5.5498, + 1.7376, + 5.7825, + 1.472, + 5.7492 ], - "confidence": 0.943 + "confidence": 0.987 }, { "text": "(425)", "boundingBox": [ - 1.8415, - 5.5525, - 2.42, - 5.6258, - 2.4007, - 5.8945, - 1.8217, - 5.8122 + 1.793, + 5.5498, + 2.4017, + 5.6274, + 2.3906, + 5.8711, + 1.7819, + 5.7936 ], - "confidence": 0.924 + "confidence": 0.97 }, { "text": "779-3479", "boundingBox": [ - 2.4696, - 5.6322, - 3.4442, - 5.7596, - 3.4259, - 6.0321, - 2.4503, - 5.9013 + 2.446, + 5.6385, + 3.431, + 5.7603, + 3.4089, + 6.0151, + 2.4349, + 5.8822 ], - "confidence": 0.959 + "confidence": 0.982 }, { "text": "johnsinger@contoso.com", "boundingBox": [ - 3.4938, - 5.7661, - 6.1172, - 6.1325, - 6.1016, - 6.3407, - 3.4755, - 6.0386 + 3.4753, + 5.7714, + 6.1315, + 6.148, + 6.1094, + 6.3364, + 3.4531, + 6.0151 ], - "confidence": 0.849 + "confidence": 0.951 } - ] + ], + "appearance": { + "style": { + "name": "print", + "confidence": 0.999 + } + } }, { "text": "https://www.contoso.com", "boundingBox": [ - 1.4567, - 5.7767, - 4.16, - 6.14, - 4.13, - 6.3833, - 1.4267, - 6.0367 + 1.4277, + 5.7825, + 4.1615, + 6.137, + 4.1283, + 6.3585, + 1.4056, + 6.0151 ], "words": [ { "text": "https://www.contoso.com", "boundingBox": [ - 1.4655, - 5.7796, - 4.1089, - 6.1542, - 4.087, - 6.3789, - 1.4349, - 6.0453 + 1.4388, + 5.7936, + 4.1283, + 6.1702, + 4.0951, + 6.3585, + 1.4167, + 6.0262 ], - "confidence": 0.811 + "confidence": 0.928 } - ] + ], + "appearance": { + "style": { + "name": "print", + "confidence": 0.999 + } + } } ] }, { "page": 2, - "angle": -16.6858, - "width": 8.4967, - "height": 10.9967, + "angle": -16.9551, + "width": 8.5, + "height": 11, "unit": "inch", "lines": [ { "text": "Dr. Avery Smith", "boundingBox": [ - 1.6733, - 2.8467, - 3.6067, - 2.3933, - 3.6567, - 2.6033, - 1.72, - 3.0533 + 1.6491, + 2.858, + 3.5859, + 2.4038, + 3.6413, + 2.6032, + 1.7044, + 3.0574 ], "words": [ { "text": "Dr.", "boundingBox": [ - 1.6734, - 2.8633, - 2.0779, - 2.7723, - 2.1392, - 2.9618, - 1.735, - 3.0533 + 1.6602, + 2.8691, + 2.0586, + 2.7694, + 2.1029, + 2.9688, + 1.7044, + 3.0574 ], - "confidence": 0.939 + "confidence": 0.985 }, { "text": "Avery", "boundingBox": [ - 2.1163, - 2.7635, - 2.833, - 2.5918, - 2.8939, - 2.7875, - 2.1777, - 2.953 + 2.0918, + 2.7583, + 2.8665, + 2.5811, + 2.9108, + 2.7805, + 2.1471, + 2.9577 ], - "confidence": 0.959 + "confidence": 0.978 }, { "text": "Smith", "boundingBox": [ - 2.8968, - 2.5757, - 3.5593, - 2.4044, - 3.6198, - 2.6176, - 2.9577, - 2.7726 + 2.8997, + 2.57, + 3.597, + 2.4038, + 3.6413, + 2.6032, + 2.944, + 2.7694 ], - "confidence": 0.959 + "confidence": 0.986 } - ] + ], + "appearance": { + "style": { + "name": "print", + "confidence": 1 + } + } }, { "text": "Senior Researcher", "boundingBox": [ - 1.72, - 3.0933, - 3.1333, - 2.7533, - 3.17, - 2.9033, - 1.7533, - 3.2467 + 1.6934, + 3.0906, + 3.099, + 2.7694, + 3.1322, + 2.9134, + 1.7376, + 3.2457 ], "words": [ { "text": "Senior", "boundingBox": [ - 1.7252, - 3.0944, - 2.2468, - 2.9795, - 2.2819, - 3.1223, - 1.7606, - 3.2467 + 1.7044, + 3.1017, + 2.2357, + 2.9799, + 2.2689, + 3.1239, + 1.7487, + 3.2457 ], - "confidence": 0.958 + "confidence": 0.985 }, { "text": "Researcher", "boundingBox": [ - 2.2768, - 2.9726, - 3.128, - 2.757, - 3.1629, - 2.9022, - 2.3119, - 3.115 + 2.2578, + 2.9799, + 3.11, + 2.7694, + 3.1322, + 2.9134, + 2.3021, + 3.1239 ], - "confidence": 0.959 + "confidence": 0.98 } - ] + ], + "appearance": { + "style": { + "name": "print", + "confidence": 1 + } + } }, { "text": "Cloud \u0026 Al Department", "boundingBox": [ - 1.7567, - 3.2567, - 3.5633, - 2.8267, - 3.6033, - 2.9733, - 1.7933, - 3.4233 + 1.7376, + 3.2568, + 3.5638, + 2.8137, + 3.597, + 2.9688, + 1.7708, + 3.4119 ], "words": [ { "text": "Cloud", "boundingBox": [ - 1.7762, - 3.2543, - 2.239, - 3.1442, - 2.2734, - 3.3023, - 1.8108, + 1.7376, + 3.2568, + 2.2357, + 3.146, + 2.2689, + 3.3011, + 1.7708, 3.423 ], - "confidence": 0.958 + "confidence": 0.984 }, { "text": "\u0026", "boundingBox": [ - 2.283, - 3.1337, - 2.3932, - 3.1075, - 2.4276, - 3.2624, - 2.3174, - 3.2908 + 2.2689, + 3.1349, + 2.4017, + 3.1017, + 2.4349, + 3.2568, + 2.3021, + 3.29 ], - "confidence": 0.888 + "confidence": 0.987 }, { "text": "Al", "boundingBox": [ - 2.4593, - 3.0917, - 2.6246, - 3.0523, - 2.6588, - 3.2029, - 2.4936, - 3.2454 + 2.4349, + 3.1017, + 2.6009, + 3.0574, + 2.6452, + 3.2125, + 2.4681, + 3.2568 ], - "confidence": 0.729 + "confidence": 0.744 }, { "text": "Department", "boundingBox": [ - 2.6576, - 3.0444, - 3.5665, - 2.8274, - 3.6003, - 2.9646, - 2.6919, - 3.1944 + 2.6341, + 3.0463, + 3.5638, + 2.8248, + 3.597, + 2.9577, + 2.6673, + 3.2014 ], - "confidence": 0.958 + "confidence": 0.98 } - ] + ], + "appearance": { + "style": { + "name": "print", + "confidence": 1 + } + } }, { "text": "avery.smith@contoso.com", "boundingBox": [ - 4.3833, - 2.5033, - 5.7467, - 2.11, - 5.78, - 2.2233, - 4.41, - 2.6167 + 4.3717, + 2.4924, + 5.7441, + 2.1158, + 5.7663, + 2.2155, + 4.3939, + 2.6032 ], "words": [ { "text": "avery.smith@contoso.com", "boundingBox": [ - 4.3976, - 2.498, - 5.7087, - 2.1242, - 5.7461, - 2.2346, - 4.4229, - 2.6165 + 4.3828, + 2.4924, + 5.722, + 2.1269, + 5.7552, + 2.2266, + 4.416, + 2.6032 ], - "confidence": 0.819 + "confidence": 0.95 } - ] + ], + "appearance": { + "style": { + "name": "print", + "confidence": 1 + } + } }, { "text": "https://www.contoso.com/", "boundingBox": [ - 4.4067, - 2.6133, - 5.8233, - 2.2233, - 5.8567, - 2.3367, - 4.44, - 2.7367 + 4.4049, + 2.6032, + 5.8105, + 2.2155, + 5.8548, + 2.3263, + 4.4382, + 2.7362 ], "words": [ { "text": "https://www.contoso.com/", "boundingBox": [ - 4.4195, - 2.6109, - 5.8172, - 2.226, - 5.8532, - 2.33, - 4.4536, - 2.734 + 4.4049, + 2.6032, + 5.8105, + 2.2155, + 5.8438, + 2.3263, + 4.4492, + 2.7362 ], - "confidence": 0.854 + "confidence": 0.885 } - ] + ], + "appearance": { + "style": { + "name": "print", + "confidence": 0.999 + } + } }, { "text": "mob: \u002B44 (0) 7911 123456", "boundingBox": [ - 4.6167, - 2.76, - 5.9767, - 2.3467, - 6.0133, - 2.4733, - 4.6533, - 2.8833 + 4.6042, + 2.7583, + 5.9655, + 2.3484, + 5.9987, + 2.4592, + 4.6374, + 2.8802 ], "words": [ { "text": "mob:", "boundingBox": [ - 4.6171, - 2.767, - 4.901, - 2.6803, - 4.9427, - 2.7985, - 4.6583, - 2.8833 + 4.6152, + 2.7694, + 4.8919, + 2.6808, + 4.9251, + 2.7915, + 4.6484, + 2.8802 ], - "confidence": 0.958 + "confidence": 0.983 }, { "text": "\u002B44", "boundingBox": [ - 4.9243, - 2.6732, - 5.1109, - 2.6159, - 5.1531, - 2.7353, - 4.9661, - 2.7914 + 4.9141, + 2.6808, + 5.1022, + 2.6143, + 5.1354, + 2.7362, + 4.9473, + 2.7915 ], - "confidence": 0.958 + "confidence": 0.983 }, { "text": "(0)", "boundingBox": [ - 5.1342, - 2.6087, - 5.2897, - 2.5608, - 5.3322, - 2.6815, - 5.1764, - 2.7282 + 5.1243, + 2.6143, + 5.2904, + 2.5589, + 5.3236, + 2.6808, + 5.1576, + 2.7251 ], - "confidence": 0.951 + "confidence": 0.983 }, { "text": "7911", "boundingBox": [ - 5.313, - 2.5536, - 5.5616, - 2.4767, - 5.6046, - 2.5996, - 5.3555, - 2.6744 + 5.3125, + 2.5478, + 5.5671, + 2.4814, + 5.5892, + 2.6032, + 5.3457, + 2.6697 ], - "confidence": 0.922 + "confidence": 0.985 }, { "text": "123456", "boundingBox": [ - 5.5849, - 2.4694, - 5.9576, - 2.3532, - 6.0013, - 2.4806, - 5.6279, - 2.5926 + 5.5892, + 2.4703, + 5.9766, + 2.3484, + 5.9987, + 2.4703, + 5.6113, + 2.5921 ], - "confidence": 0.958 + "confidence": 0.96 } - ] + ], + "appearance": { + "style": { + "name": "print", + "confidence": 0.998 + } + } }, { "text": "tel: \u002B44 (0) 20 9876 5432", "boundingBox": [ - 4.7567, - 2.8533, - 6.0633, - 2.4633, - 6.1033, - 2.59, - 4.7967, - 2.9833 + 4.7591, + 2.858, + 6.054, + 2.4592, + 6.0872, + 2.5811, + 4.8034, + 2.9799 ], "words": [ { "text": "tel:", "boundingBox": [ - 4.7639, - 2.8586, - 4.9528, - 2.8028, - 4.9976, - 2.9256, - 4.8081, - 2.9814 + 4.7702, + 2.858, + 4.9473, + 2.8137, + 4.9805, + 2.9355, + 4.8034, + 2.9799 ], - "confidence": 0.932 + "confidence": 0.981 }, { "text": "\u002B44", "boundingBox": [ - 4.9774, - 2.7955, - 5.1742, - 2.7367, - 5.2198, - 2.8597, - 5.0223, - 2.9182 + 4.9694, + 2.8026, + 5.1576, + 2.7472, + 5.2018, + 2.8691, + 5.0026, + 2.9245 ], - "confidence": 0.958 + "confidence": 0.987 }, { "text": "(0)", "boundingBox": [ - 5.1988, - 2.7293, - 5.3463, - 2.6848, - 5.3925, - 2.8082, - 5.2445, - 2.8523 + 5.1797, + 2.7362, + 5.3346, + 2.6918, + 5.3789, + 2.8137, + 5.224, + 2.858 ], - "confidence": 0.909 + "confidence": 0.971 }, { "text": "20", "boundingBox": [ - 5.3709, - 2.6774, - 5.4938, - 2.6401, - 5.5404, - 2.764, - 5.4172, - 2.8009 + 5.3568, + 2.6808, + 5.4896, + 2.6475, + 5.5339, + 2.7694, + 5.401, + 2.8026 ], - "confidence": 0.958 + "confidence": 0.988 }, { "text": "9876", "boundingBox": [ - 5.5183, - 2.6326, - 5.772, - 2.5546, - 5.8196, - 2.6801, - 5.5651, - 2.7566 + 5.5117, + 2.6365, + 5.7663, + 2.5589, + 5.7995, + 2.6808, + 5.556, + 2.7583 ], - "confidence": 0.944 + "confidence": 0.983 }, { "text": "5432", "boundingBox": [ - 5.7965, - 2.547, - 6.054, - 2.4669, - 6.1026, - 2.5945, - 5.8442, - 2.6727 + 5.7884, + 2.5478, + 6.043, + 2.4592, + 6.0872, + 2.5921, + 5.8216, + 2.6697 ], - "confidence": 0.947 + "confidence": 0.984 } - ] + ], + "appearance": { + "style": { + "name": "print", + "confidence": 0.998 + } + } }, { "text": "fax: \u002B44 (0) 20 6789 2345", "boundingBox": [ - 4.83, - 2.99, - 6.16, - 2.58, - 6.2, - 2.7033, - 4.87, - 3.1133 + 4.8145, + 2.9909, + 6.1647, + 2.57, + 6.1979, + 2.7029, + 4.8587, + 3.1128 ], "words": [ { "text": "fax:", "boundingBox": [ - 4.8311, - 2.9924, - 5.0406, - 2.9257, - 5.0882, - 3.0532, - 4.8799, - 3.1133 + 4.8255, + 3.002, + 5.0358, + 2.9355, + 5.069, + 3.0574, + 4.8587, + 3.1128 ], - "confidence": 0.948 + "confidence": 0.984 }, { "text": "\u002B44", "boundingBox": [ - 5.0653, - 2.9179, - 5.2626, - 2.8557, - 5.309, - 2.9863, - 5.1127, - 3.0458 + 5.0579, + 2.9245, + 5.2461, + 2.8691, + 5.2904, + 2.9909, + 5.0911, + 3.0463 ], - "confidence": 0.958 + "confidence": 0.981 }, { "text": "(0)", "boundingBox": [ - 5.2873, - 2.848, - 5.4354, - 2.8017, - 5.4809, - 2.9332, - 5.3336, - 2.9788 + 5.2682, + 2.858, + 5.4342, + 2.8026, + 5.4785, + 2.9355, + 5.3125, + 2.9799 ], - "confidence": 0.94 + "confidence": 0.983 }, { "text": "20", "boundingBox": [ - 5.4601, - 2.794, - 5.5919, - 2.7531, - 5.6365, - 2.8842, - 5.5054, - 2.9254 + 5.4564, + 2.8026, + 5.5892, + 2.7583, + 5.6335, + 2.8912, + 5.5007, + 2.9245 ], - "confidence": 0.958 + "confidence": 0.383 }, { "text": "6789", "boundingBox": [ - 5.6166, - 2.7455, - 5.8721, - 2.6672, - 5.9152, - 2.794, - 5.6611, - 2.8763 + 5.6113, + 2.7472, + 5.8659, + 2.6697, + 5.9102, + 2.7915, + 5.6556, + 2.8802 ], - "confidence": 0.956 + "confidence": 0.977 }, { "text": "2345", "boundingBox": [ - 5.8969, - 2.6597, - 6.1568, + 5.888, + 2.6586, + 6.1647, 2.5811, - 6.1984, - 2.6998, - 5.9398, - 2.7859 + 6.1979, + 2.7029, + 5.9323, + 2.7915 ], - "confidence": 0.933 + "confidence": 0.985 } - ] + ], + "appearance": { + "style": { + "name": "print", + "confidence": 0.997 + } + } }, { "text": "Contoso", "boundingBox": [ - 2.8067, - 4.0567, - 4.7433, - 3.4167, - 4.8567, - 3.8, - 2.9333, - 4.4333 + 2.8333, + 4.0433, + 4.7148, + 3.4562, + 4.8255, + 3.8218, + 2.944, + 4.4199 ], "words": [ { "text": "Contoso", "boundingBox": [ - 2.8452, - 4.0524, - 4.7091, - 3.4315, - 4.8185, - 3.8275, - 2.9754, - 4.4248 + 2.8333, + 4.0655, + 4.7148, + 3.4673, + 4.8366, + 3.8328, + 2.9661, + 4.4199 ], - "confidence": 0.959 + "confidence": 0.984 } - ] + ], + "appearance": { + "style": { + "name": "print", + "confidence": 1 + } + } }, { "text": "2 Kingdom Street", "boundingBox": [ - 2.97, - 4.4433, - 4.2633, - 4.0067, - 4.32, - 4.17, - 3.02, - 4.6133 + 2.944, + 4.4421, + 4.2611, + 3.999, + 4.3164, + 4.1652, + 2.9993, + 4.6083 ], "words": [ { "text": "2", "boundingBox": [ - 2.9875, - 4.4372, - 3.0892, - 4.4021, - 3.142, - 4.5778, - 3.0403, - 4.612 + 2.9661, + 4.431, + 3.0658, + 4.4089, + 3.1211, + 4.575, + 3.0326, + 4.6083 ], - "confidence": 0.894 + "confidence": 0.987 }, { "text": "Kingdom", "boundingBox": [ - 3.1231, - 4.3903, - 3.7575, - 4.1758, - 3.81, - 4.3475, - 3.1759, - 4.5664 + 3.099, + 4.3978, + 3.7741, + 4.1873, + 3.8184, + 4.3424, + 3.1543, + 4.5639 ], - "confidence": 0.959 + "confidence": 0.984 }, { "text": "Street", "boundingBox": [ - 3.8256, - 4.1532, - 4.2634, - 4.0107, - 4.3156, - 4.166, - 3.878, - 4.3236 + 3.8073, + 4.1762, + 4.2611, + 4.0101, + 4.3053, + 4.1541, + 3.8516, + 4.3313 ], - "confidence": 0.959 + "confidence": 0.985 } - ] + ], + "appearance": { + "style": { + "name": "print", + "confidence": 1 + } + } }, { "text": "Paddington, London, W2 6BD", "boundingBox": [ - 3.0467, - 4.6233, - 5.1567, - 3.8733, - 5.2267, - 4.0733, - 3.11, - 4.81 + 3.0215, + 4.6415, + 5.1576, + 3.8993, + 5.2129, + 4.0655, + 3.0768, + 4.8187 ], "words": [ { "text": "Paddington,", "boundingBox": [ - 3.0525, - 4.6401, - 3.9833, - 4.3147, - 4.0535, - 4.4803, - 3.116, - 4.8097 + 3.0326, + 4.6415, + 3.9733, + 4.3202, + 4.0286, + 4.4975, + 3.0879, + 4.8187 ], - "confidence": 0.954 + "confidence": 0.976 }, { "text": "London,", "boundingBox": [ - 4.0168, - 4.3025, - 4.5854, - 4.0929, - 4.6598, - 4.2719, - 4.0872, - 4.4686 + 4.0065, + 4.3092, + 4.571, + 4.1098, + 4.6263, + 4.2759, + 4.0618, + 4.4864 ], - "confidence": 0.958 + "confidence": 0.983 }, { "text": "W2", "boundingBox": [ - 4.6187, - 4.0803, - 4.8409, - 3.9962, - 4.9172, - 4.1843, - 4.6934, - 4.2605 + 4.6152, + 4.0987, + 4.8366, + 4.0211, + 4.8809, + 4.1762, + 4.6595, + 4.2649 ], - "confidence": 0.909 + "confidence": 0.983 }, { "text": "6BD", "boundingBox": [ - 4.8742, - 3.9835, - 5.1458, - 3.8787, - 5.2242, - 4.0809, - 4.9507, - 4.1732 + 4.8698, + 4.0101, + 5.1576, + 3.8993, + 5.2129, + 4.0544, + 4.9251, + 4.1652 ], - "confidence": 0.916 + "confidence": 0.981 } - ] + ], + "appearance": { + "style": { + "name": "print", + "confidence": 1 + } + } } ] } @@ -1120,14 +1156,14 @@ "valueString": "JOHN", "text": "JOHN", "boundingBox": [ - 1.775, - 3.7725, - 2.8476, - 3.8928, - 2.8116, - 4.2151, - 1.7324, - 4.0939 + 1.7376, + 3.7553, + 2.8997, + 3.8882, + 2.8444, + 4.2205, + 1.6934, + 4.0876 ], "page": 1, "elements": [ @@ -1139,14 +1175,14 @@ "valueString": "SINGER", "text": "SINGER", "boundingBox": [ - 1.7251, - 4.1649, - 3.2586, - 4.3273, - 3.2292, - 4.6746, - 1.6913, - 4.4878 + 1.7266, + 4.1541, + 3.3314, + 4.3424, + 3.2871, + 4.6858, + 1.6823, + 4.4753 ], "page": 1, "elements": [ @@ -1156,15 +1192,16 @@ }, "text": "JOHN SINGER", "boundingBox": [ - 1.7692, - 3.7702, - 3.3121, - 3.9456, - 3.2292, - 4.6746, - 1.6863, - 4.4992 + 1.7361, + 3.7436, + 3.3804, + 3.9479, + 3.2887, + 4.686, + 1.6444, + 4.4817 ], + "page": 1, "confidence": 0.995, "elements": [ "#/readResults/0/lines/0/words/0", @@ -1181,14 +1218,14 @@ "valueString": "Software Engineer", "text": "Software Engineer", "boundingBox": [ - 1.553, - 5.2414, - 3.6377, - 5.5231, - 3.6018, - 5.7886, - 1.5172, - 5.5068 + 1.5176, + 5.241, + 3.6163, + 5.5233, + 3.5837, + 5.7656, + 1.485, + 5.4833 ], "page": 1, "confidence": 0.995, @@ -1207,14 +1244,14 @@ "valuePhoneNumber": "\u002B14257793479", "text": "\u002B1 (425) 779-3479", "boundingBox": [ - 1.5289, - 5.5021, - 3.4622, - 5.762, - 3.4259, - 6.0324, - 1.4925, - 5.7725 + 1.4839, + 5.5104, + 3.4414, + 5.7598, + 3.4089, + 6.0151, + 1.4514, + 5.7657 ], "page": 1, "confidence": 0.995, @@ -1234,14 +1271,14 @@ "valueString": "johnsinger@contoso.com", "text": "johnsinger@contoso.com", "boundingBox": [ - 3.4938, - 5.7661, - 6.1172, - 6.1325, - 6.1016, - 6.3407, - 3.4755, - 6.0386 + 3.4753, + 5.7714, + 6.1315, + 6.148, + 6.1094, + 6.3364, + 3.4531, + 6.0151 ], "page": 1, "confidence": 0.995, @@ -1259,14 +1296,14 @@ "valueString": "https://www.contoso.com", "text": "https://www.contoso.com", "boundingBox": [ - 1.4655, - 5.7796, - 4.1089, - 6.1542, - 4.087, - 6.3789, - 1.4349, - 6.0453 + 1.4388, + 5.7936, + 4.1283, + 6.1702, + 4.0951, + 6.3585, + 1.4167, + 6.0262 ], "page": 1, "confidence": 0.995, @@ -1296,14 +1333,14 @@ "valueString": "Avery", "text": "Avery", "boundingBox": [ - 2.1163, - 2.7635, - 2.833, - 2.5918, - 2.8939, - 2.7875, - 2.1777, - 2.953 + 2.0918, + 2.7583, + 2.8665, + 2.5811, + 2.9108, + 2.7805, + 2.1471, + 2.9577 ], "page": 2, "elements": [ @@ -1315,14 +1352,14 @@ "valueString": "Smith", "text": "Smith", "boundingBox": [ - 2.8968, - 2.5757, - 3.5593, - 2.4044, - 3.6198, - 2.6176, - 2.9577, - 2.7726 + 2.8997, + 2.57, + 3.597, + 2.4038, + 3.6413, + 2.6032, + 2.944, + 2.7694 ], "page": 2, "elements": [ @@ -1332,16 +1369,17 @@ }, "text": "Dr. Avery Smith", "boundingBox": [ - 1.67, - 2.849, - 3.5691, - 2.4021, - 3.6198, - 2.6176, - 1.7207, - 3.0645 + 1.6579, + 2.8608, + 3.5967, + 2.4027, + 3.645, + 2.607, + 1.7062, + 3.0651 ], - "confidence": 0.792, + "page": 2, + "confidence": 0.98, "elements": [ "#/readResults/1/lines/0/words/0", "#/readResults/1/lines/0/words/1", @@ -1358,14 +1396,14 @@ "valueString": "Senior Researcher", "text": "Senior Researcher", "boundingBox": [ - 1.7218, - 3.0797, - 3.1295, - 2.7567, - 3.1679, - 2.9238, - 1.7602, - 3.2468 + 1.7029, + 3.0954, + 3.11, + 2.7694, + 3.1468, + 2.9282, + 1.7397, + 3.2542 ], "page": 2, "confidence": 0.99, @@ -1384,14 +1422,14 @@ "valueString": "Cloud \u0026 Al Department", "text": "Cloud \u0026 Al Department", "boundingBox": [ - 1.7694, - 3.256, - 3.5626, - 2.8117, - 3.604, - 2.9788, - 1.8108, - 3.423 + 1.7297, + 3.2588, + 3.558, + 2.8017, + 3.601, + 2.9736, + 1.7727, + 3.4306 ], "page": 2, "confidence": 0.988, @@ -1412,14 +1450,14 @@ "valueString": "avery.smith@contoso.com", "text": "avery.smith@contoso.com", "boundingBox": [ - 4.3976, - 2.498, - 5.7087, - 2.1242, - 5.7461, - 2.2346, - 4.4229, - 2.6165 + 4.3828, + 2.4924, + 5.722, + 2.1269, + 5.7552, + 2.2266, + 4.416, + 2.6032 ], "page": 2, "confidence": 0.99, @@ -1437,17 +1475,17 @@ "valueString": "https://www.contoso.com/", "text": "https://www.contoso.com/", "boundingBox": [ - 4.4195, - 2.6109, - 5.8172, - 2.226, - 5.8532, - 2.33, - 4.4536, - 2.734 + 4.4049, + 2.6032, + 5.8105, + 2.2155, + 5.8438, + 2.3263, + 4.4492, + 2.7362 ], "page": 2, - "confidence": 0.995, + "confidence": 0.99, "elements": [ "#/readResults/1/lines/4/words/0" ] @@ -1461,14 +1499,14 @@ "type": "phoneNumber", "text": "\u002B44 (0) 7911 123456", "boundingBox": [ - 4.9226, - 2.6677, - 5.9622, - 2.3518, - 6.0013, - 2.4806, - 4.9618, - 2.7965 + 4.9104, + 2.6685, + 5.9766, + 2.3484, + 6.0147, + 2.4754, + 4.9485, + 2.7955 ], "page": 2, "confidence": 0.99, @@ -1488,14 +1526,14 @@ "type": "phoneNumber", "text": "\u002B44 (0) 20 9876 5432", "boundingBox": [ - 4.9763, - 2.7918, - 6.0633, - 2.4641, - 6.1027, - 2.5948, - 5.0157, - 2.9225 + 4.9583, + 2.7698, + 6.0487, + 2.4576, + 6.0934, + 2.6138, + 5.003, + 2.926 ], "page": 2, "confidence": 0.99, @@ -1516,14 +1554,14 @@ "type": "phoneNumber", "text": "\u002B44 (0) 20 6789 2345", "boundingBox": [ - 5.0651, - 2.9173, - 6.1596, - 2.5755, - 6.2011, - 2.7083, - 5.1066, - 3.0501 + 5.0503, + 2.9104, + 6.1631, + 2.5759, + 6.2062, + 2.7191, + 5.0933, + 3.0536 ], "page": 2, "confidence": 0.99, @@ -1537,58 +1575,58 @@ } ] }, - "Addresses": { + "CompanyNames": { "type": "array", "valueArray": [ { "type": "string", - "valueString": "2 Kingdom Street Paddington, London, W2 6BD", - "text": "2 Kingdom Street Paddington, London, W2 6BD", + "valueString": "Contoso", + "text": "Contoso", "boundingBox": [ - 2.98, - 4.4398, - 5.0907, - 3.7001, - 5.2242, - 4.0809, - 3.1134, - 4.8207 + 2.8333, + 4.0655, + 4.7148, + 3.4673, + 4.8366, + 3.8328, + 2.9661, + 4.4199 ], "page": 2, - "confidence": 0.977, + "confidence": 0.23, "elements": [ - "#/readResults/1/lines/9/words/0", - "#/readResults/1/lines/9/words/1", - "#/readResults/1/lines/9/words/2", - "#/readResults/1/lines/10/words/0", - "#/readResults/1/lines/10/words/1", - "#/readResults/1/lines/10/words/2", - "#/readResults/1/lines/10/words/3" + "#/readResults/1/lines/8/words/0" ] } ] }, - "CompanyNames": { + "Addresses": { "type": "array", "valueArray": [ { "type": "string", - "valueString": "Contoso", - "text": "Contoso", + "valueString": "2 Kingdom Street Paddington, London, W2 6BD", + "text": "2 Kingdom Street Paddington, London, W2 6BD", "boundingBox": [ - 2.8452, - 4.0524, - 4.7091, - 3.4315, - 4.8185, - 3.8275, - 2.9754, - 4.4248 + 2.9493, + 4.4371, + 5.0729, + 3.6661, + 5.2183, + 4.0665, + 3.0947, + 4.8375 ], "page": 2, - "confidence": 0.065, + "confidence": 0.979, "elements": [ - "#/readResults/1/lines/8/words/0" + "#/readResults/1/lines/9/words/0", + "#/readResults/1/lines/9/words/1", + "#/readResults/1/lines/9/words/2", + "#/readResults/1/lines/10/words/0", + "#/readResults/1/lines/10/words/1", + "#/readResults/1/lines/10/words/2", + "#/readResults/1/lines/10/words/3" ] } ] @@ -1602,7 +1640,7 @@ ], "Variables": { "FORM_RECOGNIZER_API_KEY": "Sanitized", - "FORM_RECOGNIZER_ENDPOINT": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/", + "FORM_RECOGNIZER_ENDPOINT": "https://mariari-centraluseuap.cognitiveservices.azure.com/", "RandomSeed": "1896410885" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeBusinessCardsCanParseMultipageForm(True).json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeBusinessCardsCanParseMultipageForm(True).json index 7b6f3d4f5a63e..f682e56746cc0 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeBusinessCardsCanParseMultipageForm(True).json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeBusinessCardsCanParseMultipageForm(True).json @@ -1,16 +1,16 @@ { "Entries": [ { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/businessCard/analyze?includeTextDetails=true", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/businessCard/analyze?includeTextDetails=true", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "189935", "Content-Type": "application/pdf", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-df1799bc16cbc64c9b88dd8c8ab19e4c-63ee61a5b77d4141-00", + "traceparent": "00-763782da636c5f4ebe886251859deb0e-5799bc71cfa9b44f-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201015.1", + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "1b9ff0d8f3ac264f489287027c4acd02", @@ -19,24 +19,24 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "fc7165d6-c120-4d3c-93bc-2f142be0f253", + "apim-request-id": "1d3b6654-e8d3-4e05-93c1-b0dd78bd85fb", "Content-Length": "0", - "Date": "Thu, 15 Oct 2020 21:42:01 GMT", - "Operation-Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/businessCard/analyzeResults/fc7165d6-c120-4d3c-93bc-2f142be0f253", + "Date": "Tue, 17 Nov 2020 00:32:07 GMT", + "Operation-Location": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/businessCard/analyzeResults/1d3b6654-e8d3-4e05-93c1-b0dd78bd85fb", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "431" + "x-envoy-upstream-service-time": "70" }, "ResponseBody": [] }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/businessCard/analyzeResults/fc7165d6-c120-4d3c-93bc-2f142be0f253", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/businessCard/analyzeResults/1d3b6654-e8d3-4e05-93c1-b0dd78bd85fb", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201015.1", + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "d89904d90362d31fccc9e36f96d36594", @@ -45,28 +45,28 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "c4afc0ab-1b24-4628-a652-7cd541ce9d8c", - "Content-Length": "109", + "apim-request-id": "e1d29c44-74fb-463a-b5a5-4cebf58b5137", + "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 15 Oct 2020 21:42:01 GMT", + "Date": "Tue, 17 Nov 2020 00:32:07 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "14" + "x-envoy-upstream-service-time": "10" }, "ResponseBody": { - "status": "notStarted", - "createdDateTime": "2020-10-15T21:42:01Z", - "lastUpdatedDateTime": "2020-10-15T21:42:01Z" + "status": "running", + "createdDateTime": "2020-11-17T00:32:07Z", + "lastUpdatedDateTime": "2020-11-17T00:32:07Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/businessCard/analyzeResults/fc7165d6-c120-4d3c-93bc-2f142be0f253", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/businessCard/analyzeResults/1d3b6654-e8d3-4e05-93c1-b0dd78bd85fb", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201015.1", + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "485eed7f091e9b6b35e854025856a7ef", @@ -75,28 +75,28 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "eadcdd74-12a3-4a3c-ae6c-0e94e2dffe60", + "apim-request-id": "70610bb7-96d5-4eb9-bca1-5e8b2874e94e", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 15 Oct 2020 21:42:02 GMT", + "Date": "Tue, 17 Nov 2020 00:32:08 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "237" + "x-envoy-upstream-service-time": "10" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-10-15T21:42:01Z", - "lastUpdatedDateTime": "2020-10-15T21:42:02Z" + "createdDateTime": "2020-11-17T00:32:07Z", + "lastUpdatedDateTime": "2020-11-17T00:32:07Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/businessCard/analyzeResults/fc7165d6-c120-4d3c-93bc-2f142be0f253", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/businessCard/analyzeResults/1d3b6654-e8d3-4e05-93c1-b0dd78bd85fb", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201015.1", + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "85a44e0346a3d52cd1cc4fe210df8f74", @@ -105,28 +105,28 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "774f24b3-4be9-425a-b183-e34ca1bca8fa", + "apim-request-id": "73c63c6d-c4b7-4767-aed6-f164d91e9253", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 15 Oct 2020 21:42:03 GMT", + "Date": "Tue, 17 Nov 2020 00:32:10 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "198" + "x-envoy-upstream-service-time": "10" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-10-15T21:42:01Z", - "lastUpdatedDateTime": "2020-10-15T21:42:02Z" + "createdDateTime": "2020-11-17T00:32:07Z", + "lastUpdatedDateTime": "2020-11-17T00:32:07Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/businessCard/analyzeResults/fc7165d6-c120-4d3c-93bc-2f142be0f253", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/businessCard/analyzeResults/1d3b6654-e8d3-4e05-93c1-b0dd78bd85fb", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201015.1", + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "8e83f32c85eccfe399fea37aae1d7a76", @@ -135,966 +135,1002 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "65f446fc-1fa0-4d2d-a5d8-cfe034cc8994", - "Content-Length": "106", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 15 Oct 2020 21:42:05 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "15" - }, - "ResponseBody": { - "status": "running", - "createdDateTime": "2020-10-15T21:42:01Z", - "lastUpdatedDateTime": "2020-10-15T21:42:02Z" - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/businessCard/analyzeResults/fc7165d6-c120-4d3c-93bc-2f142be0f253", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201015.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "486bf321e02f38f1c1887651ba888b55", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "75d1db93-af8c-40ed-b8f2-c6a65725a19e", - "Content-Length": "106", + "apim-request-id": "bea6bb08-1a7f-42c2-bc30-04bb0b394c16", + "Content-Length": "13759", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 15 Oct 2020 21:42:06 GMT", + "Date": "Tue, 17 Nov 2020 00:32:11 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "17" - }, - "ResponseBody": { - "status": "running", - "createdDateTime": "2020-10-15T21:42:01Z", - "lastUpdatedDateTime": "2020-10-15T21:42:02Z" - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/businessCard/analyzeResults/fc7165d6-c120-4d3c-93bc-2f142be0f253", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201015.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "65d5df5818d37d036ad5eca5a2b127b4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "f9785d57-6725-45c4-abff-27f96ed6e6d7", - "Content-Length": "12781", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 15 Oct 2020 21:42:07 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": "20" }, "ResponseBody": { "status": "succeeded", - "createdDateTime": "2020-10-15T21:42:01Z", - "lastUpdatedDateTime": "2020-10-15T21:42:07Z", + "createdDateTime": "2020-11-17T00:32:07Z", + "lastUpdatedDateTime": "2020-11-17T00:32:10Z", "analyzeResult": { "version": "2.1.0", "readResults": [ { "page": 1, - "angle": 7.188, - "width": 8.4967, - "height": 10.9967, + "angle": 7.2821, + "width": 8.5, + "height": 11, "unit": "inch", "lines": [ { "text": "JOHN", "boundingBox": [ - 1.7133, - 3.7667, - 2.95, - 3.8933, - 2.9133, - 4.2233, - 1.68, - 4.0833 + 1.7266, + 3.7442, + 2.9551, + 3.8771, + 2.9108, + 4.2205, + 1.6934, + 4.0765 ], "words": [ { "text": "JOHN", "boundingBox": [ - 1.775, - 3.7725, - 2.8476, - 3.8928, - 2.8116, - 4.2151, - 1.7324, - 4.0939 + 1.7376, + 3.7553, + 2.8997, + 3.8882, + 2.8444, + 4.2205, + 1.6934, + 4.0876 ], - "confidence": 0.947 + "confidence": 0.986 } - ] + ], + "appearance": { + "style": { + "name": "print", + "confidence": 1 + } + } }, { "text": "SINGER", "boundingBox": [ - 1.7267, - 4.1633, - 3.3167, - 4.3333, - 3.2867, - 4.6733, - 1.69, - 4.49 + 1.7155, + 4.1541, + 3.3203, + 4.3424, + 3.276, + 4.6747, + 1.6823, + 4.4753 ], "words": [ { "text": "SINGER", "boundingBox": [ - 1.7251, - 4.1649, - 3.2586, - 4.3273, - 3.2292, - 4.6746, - 1.6913, - 4.4878 + 1.7266, + 4.1541, + 3.3314, + 4.3424, + 3.2871, + 4.6858, + 1.6823, + 4.4753 ], - "confidence": 0.959 + "confidence": 0.986 } - ] + ], + "appearance": { + "style": { + "name": "print", + "confidence": 0.999 + } + } }, { "text": "Software Engineer", "boundingBox": [ - 1.5433, - 5.25, - 3.6333, - 5.5167, - 3.6, - 5.7733, - 1.5167, - 5.5 + 1.5163, + 5.2397, + 3.6081, + 5.5166, + 3.5749, + 5.7492, + 1.4831, + 5.4723 ], "words": [ { "text": "Software", "boundingBox": [ - 1.5514, - 5.2536, - 2.5488, - 5.376, - 2.5208, - 5.6384, - 1.5257, - 5.508 + 1.5163, + 5.2508, + 2.5345, + 5.3837, + 2.5124, + 5.6163, + 1.4941, + 5.4834 ], - "confidence": 0.959 + "confidence": 0.984 }, { "text": "Engineer", "boundingBox": [ - 2.5986, - 5.3827, - 3.6333, - 5.5337, - 3.6039, - 5.7733, - 2.5705, - 5.6448 + 2.5788, + 5.3837, + 3.6081, + 5.5388, + 3.5859, + 5.7492, + 2.5566, + 5.6274 ], - "confidence": 0.959 + "confidence": 0.984 } - ] + ], + "appearance": { + "style": { + "name": "print", + "confidence": 0.999 + } + } }, { "text": "\u002B1 (425) 779-3479 johnsinger@contoso.com", "boundingBox": [ - 1.5167, - 5.51, - 6.17, - 6.1133, - 6.1467, - 6.3433, - 1.4967, - 5.7733 + 1.4609, + 5.5055, + 6.1536, + 6.1148, + 6.1315, + 6.3474, + 1.4499, + 5.7382 ], "words": [ { "text": "\u002B1", "boundingBox": [ - 1.5274, - 5.513, - 1.7919, - 5.5462, - 1.772, - 5.805, - 1.5073, - 5.7668 + 1.4831, + 5.5166, + 1.7487, + 5.5498, + 1.7376, + 5.7825, + 1.472, + 5.7492 ], - "confidence": 0.943 + "confidence": 0.987 }, { "text": "(425)", "boundingBox": [ - 1.8415, - 5.5525, - 2.42, - 5.6258, - 2.4007, - 5.8945, - 1.8217, - 5.8122 + 1.793, + 5.5498, + 2.4017, + 5.6274, + 2.3906, + 5.8711, + 1.7819, + 5.7936 ], - "confidence": 0.924 + "confidence": 0.97 }, { "text": "779-3479", "boundingBox": [ - 2.4696, - 5.6322, - 3.4442, - 5.7596, - 3.4259, - 6.0321, - 2.4503, - 5.9013 + 2.446, + 5.6385, + 3.431, + 5.7603, + 3.4089, + 6.0151, + 2.4349, + 5.8822 ], - "confidence": 0.959 + "confidence": 0.982 }, { "text": "johnsinger@contoso.com", "boundingBox": [ - 3.4938, - 5.7661, - 6.1172, - 6.1325, - 6.1016, - 6.3407, - 3.4755, - 6.0386 + 3.4753, + 5.7714, + 6.1315, + 6.148, + 6.1094, + 6.3364, + 3.4531, + 6.0151 ], - "confidence": 0.849 + "confidence": 0.951 } - ] + ], + "appearance": { + "style": { + "name": "print", + "confidence": 0.999 + } + } }, { "text": "https://www.contoso.com", "boundingBox": [ - 1.4567, - 5.7767, - 4.16, - 6.14, - 4.13, - 6.3833, - 1.4267, - 6.0367 + 1.4277, + 5.7825, + 4.1615, + 6.137, + 4.1283, + 6.3585, + 1.4056, + 6.0151 ], "words": [ { "text": "https://www.contoso.com", "boundingBox": [ - 1.4655, - 5.7796, - 4.1089, - 6.1542, - 4.087, - 6.3789, - 1.4349, - 6.0453 + 1.4388, + 5.7936, + 4.1283, + 6.1702, + 4.0951, + 6.3585, + 1.4167, + 6.0262 ], - "confidence": 0.811 + "confidence": 0.928 } - ] + ], + "appearance": { + "style": { + "name": "print", + "confidence": 0.999 + } + } } ] }, { "page": 2, - "angle": -16.6858, - "width": 8.4967, - "height": 10.9967, + "angle": -16.9551, + "width": 8.5, + "height": 11, "unit": "inch", "lines": [ { "text": "Dr. Avery Smith", "boundingBox": [ - 1.6733, - 2.8467, - 3.6067, - 2.3933, - 3.6567, - 2.6033, - 1.72, - 3.0533 + 1.6491, + 2.858, + 3.5859, + 2.4038, + 3.6413, + 2.6032, + 1.7044, + 3.0574 ], "words": [ { "text": "Dr.", "boundingBox": [ - 1.6734, - 2.8633, - 2.0779, - 2.7723, - 2.1392, - 2.9618, - 1.735, - 3.0533 + 1.6602, + 2.8691, + 2.0586, + 2.7694, + 2.1029, + 2.9688, + 1.7044, + 3.0574 ], - "confidence": 0.939 + "confidence": 0.985 }, { "text": "Avery", "boundingBox": [ - 2.1163, - 2.7635, - 2.833, - 2.5918, - 2.8939, - 2.7875, - 2.1777, - 2.953 + 2.0918, + 2.7583, + 2.8665, + 2.5811, + 2.9108, + 2.7805, + 2.1471, + 2.9577 ], - "confidence": 0.959 + "confidence": 0.978 }, { "text": "Smith", "boundingBox": [ - 2.8968, - 2.5757, - 3.5593, - 2.4044, - 3.6198, - 2.6176, - 2.9577, - 2.7726 + 2.8997, + 2.57, + 3.597, + 2.4038, + 3.6413, + 2.6032, + 2.944, + 2.7694 ], - "confidence": 0.959 + "confidence": 0.986 } - ] + ], + "appearance": { + "style": { + "name": "print", + "confidence": 1 + } + } }, { "text": "Senior Researcher", "boundingBox": [ - 1.72, - 3.0933, - 3.1333, - 2.7533, - 3.17, - 2.9033, - 1.7533, - 3.2467 + 1.6934, + 3.0906, + 3.099, + 2.7694, + 3.1322, + 2.9134, + 1.7376, + 3.2457 ], "words": [ { "text": "Senior", "boundingBox": [ - 1.7252, - 3.0944, - 2.2468, - 2.9795, - 2.2819, - 3.1223, - 1.7606, - 3.2467 + 1.7044, + 3.1017, + 2.2357, + 2.9799, + 2.2689, + 3.1239, + 1.7487, + 3.2457 ], - "confidence": 0.958 + "confidence": 0.985 }, { "text": "Researcher", "boundingBox": [ - 2.2768, - 2.9726, - 3.128, - 2.757, - 3.1629, - 2.9022, - 2.3119, - 3.115 + 2.2578, + 2.9799, + 3.11, + 2.7694, + 3.1322, + 2.9134, + 2.3021, + 3.1239 ], - "confidence": 0.959 + "confidence": 0.98 } - ] + ], + "appearance": { + "style": { + "name": "print", + "confidence": 1 + } + } }, { "text": "Cloud \u0026 Al Department", "boundingBox": [ - 1.7567, - 3.2567, - 3.5633, - 2.8267, - 3.6033, - 2.9733, - 1.7933, - 3.4233 + 1.7376, + 3.2568, + 3.5638, + 2.8137, + 3.597, + 2.9688, + 1.7708, + 3.4119 ], "words": [ { "text": "Cloud", "boundingBox": [ - 1.7762, - 3.2543, - 2.239, - 3.1442, - 2.2734, - 3.3023, - 1.8108, + 1.7376, + 3.2568, + 2.2357, + 3.146, + 2.2689, + 3.3011, + 1.7708, 3.423 ], - "confidence": 0.958 + "confidence": 0.984 }, { "text": "\u0026", "boundingBox": [ - 2.283, - 3.1337, - 2.3932, - 3.1075, - 2.4276, - 3.2624, - 2.3174, - 3.2908 + 2.2689, + 3.1349, + 2.4017, + 3.1017, + 2.4349, + 3.2568, + 2.3021, + 3.29 ], - "confidence": 0.888 + "confidence": 0.987 }, { "text": "Al", "boundingBox": [ - 2.4593, - 3.0917, - 2.6246, - 3.0523, - 2.6588, - 3.2029, - 2.4936, - 3.2454 + 2.4349, + 3.1017, + 2.6009, + 3.0574, + 2.6452, + 3.2125, + 2.4681, + 3.2568 ], - "confidence": 0.729 + "confidence": 0.744 }, { "text": "Department", "boundingBox": [ - 2.6576, - 3.0444, - 3.5665, - 2.8274, - 3.6003, - 2.9646, - 2.6919, - 3.1944 + 2.6341, + 3.0463, + 3.5638, + 2.8248, + 3.597, + 2.9577, + 2.6673, + 3.2014 ], - "confidence": 0.958 + "confidence": 0.98 } - ] + ], + "appearance": { + "style": { + "name": "print", + "confidence": 1 + } + } }, { "text": "avery.smith@contoso.com", "boundingBox": [ - 4.3833, - 2.5033, - 5.7467, - 2.11, - 5.78, - 2.2233, - 4.41, - 2.6167 + 4.3717, + 2.4924, + 5.7441, + 2.1158, + 5.7663, + 2.2155, + 4.3939, + 2.6032 ], "words": [ { "text": "avery.smith@contoso.com", "boundingBox": [ - 4.3976, - 2.498, - 5.7087, - 2.1242, - 5.7461, - 2.2346, - 4.4229, - 2.6165 + 4.3828, + 2.4924, + 5.722, + 2.1269, + 5.7552, + 2.2266, + 4.416, + 2.6032 ], - "confidence": 0.819 + "confidence": 0.95 } - ] + ], + "appearance": { + "style": { + "name": "print", + "confidence": 1 + } + } }, { "text": "https://www.contoso.com/", "boundingBox": [ - 4.4067, - 2.6133, - 5.8233, - 2.2233, - 5.8567, - 2.3367, - 4.44, - 2.7367 + 4.4049, + 2.6032, + 5.8105, + 2.2155, + 5.8548, + 2.3263, + 4.4382, + 2.7362 ], "words": [ { "text": "https://www.contoso.com/", "boundingBox": [ - 4.4195, - 2.6109, - 5.8172, - 2.226, - 5.8532, - 2.33, - 4.4536, - 2.734 + 4.4049, + 2.6032, + 5.8105, + 2.2155, + 5.8438, + 2.3263, + 4.4492, + 2.7362 ], - "confidence": 0.854 + "confidence": 0.885 } - ] + ], + "appearance": { + "style": { + "name": "print", + "confidence": 0.999 + } + } }, { "text": "mob: \u002B44 (0) 7911 123456", "boundingBox": [ - 4.6167, - 2.76, - 5.9767, - 2.3467, - 6.0133, - 2.4733, - 4.6533, - 2.8833 + 4.6042, + 2.7583, + 5.9655, + 2.3484, + 5.9987, + 2.4592, + 4.6374, + 2.8802 ], "words": [ { "text": "mob:", "boundingBox": [ - 4.6171, - 2.767, - 4.901, - 2.6803, - 4.9427, - 2.7985, - 4.6583, - 2.8833 + 4.6152, + 2.7694, + 4.8919, + 2.6808, + 4.9251, + 2.7915, + 4.6484, + 2.8802 ], - "confidence": 0.958 + "confidence": 0.983 }, { "text": "\u002B44", "boundingBox": [ - 4.9243, - 2.6732, - 5.1109, - 2.6159, - 5.1531, - 2.7353, - 4.9661, - 2.7914 + 4.9141, + 2.6808, + 5.1022, + 2.6143, + 5.1354, + 2.7362, + 4.9473, + 2.7915 ], - "confidence": 0.958 + "confidence": 0.983 }, { "text": "(0)", "boundingBox": [ - 5.1342, - 2.6087, - 5.2897, - 2.5608, - 5.3322, - 2.6815, - 5.1764, - 2.7282 + 5.1243, + 2.6143, + 5.2904, + 2.5589, + 5.3236, + 2.6808, + 5.1576, + 2.7251 ], - "confidence": 0.951 + "confidence": 0.983 }, { "text": "7911", "boundingBox": [ - 5.313, - 2.5536, - 5.5616, - 2.4767, - 5.6046, - 2.5996, - 5.3555, - 2.6744 + 5.3125, + 2.5478, + 5.5671, + 2.4814, + 5.5892, + 2.6032, + 5.3457, + 2.6697 ], - "confidence": 0.922 + "confidence": 0.985 }, { "text": "123456", "boundingBox": [ - 5.5849, - 2.4694, - 5.9576, - 2.3532, - 6.0013, - 2.4806, - 5.6279, - 2.5926 + 5.5892, + 2.4703, + 5.9766, + 2.3484, + 5.9987, + 2.4703, + 5.6113, + 2.5921 ], - "confidence": 0.958 + "confidence": 0.96 } - ] + ], + "appearance": { + "style": { + "name": "print", + "confidence": 0.998 + } + } }, { "text": "tel: \u002B44 (0) 20 9876 5432", "boundingBox": [ - 4.7567, - 2.8533, - 6.0633, - 2.4633, - 6.1033, - 2.59, - 4.7967, - 2.9833 + 4.7591, + 2.858, + 6.054, + 2.4592, + 6.0872, + 2.5811, + 4.8034, + 2.9799 ], "words": [ { "text": "tel:", "boundingBox": [ - 4.7639, - 2.8586, - 4.9528, - 2.8028, - 4.9976, - 2.9256, - 4.8081, - 2.9814 + 4.7702, + 2.858, + 4.9473, + 2.8137, + 4.9805, + 2.9355, + 4.8034, + 2.9799 ], - "confidence": 0.932 + "confidence": 0.981 }, { "text": "\u002B44", "boundingBox": [ - 4.9774, - 2.7955, - 5.1742, - 2.7367, - 5.2198, - 2.8597, - 5.0223, - 2.9182 + 4.9694, + 2.8026, + 5.1576, + 2.7472, + 5.2018, + 2.8691, + 5.0026, + 2.9245 ], - "confidence": 0.958 + "confidence": 0.987 }, { "text": "(0)", "boundingBox": [ - 5.1988, - 2.7293, - 5.3463, - 2.6848, - 5.3925, - 2.8082, - 5.2445, - 2.8523 + 5.1797, + 2.7362, + 5.3346, + 2.6918, + 5.3789, + 2.8137, + 5.224, + 2.858 ], - "confidence": 0.909 + "confidence": 0.971 }, { "text": "20", "boundingBox": [ - 5.3709, - 2.6774, - 5.4938, - 2.6401, - 5.5404, - 2.764, - 5.4172, - 2.8009 + 5.3568, + 2.6808, + 5.4896, + 2.6475, + 5.5339, + 2.7694, + 5.401, + 2.8026 ], - "confidence": 0.958 + "confidence": 0.988 }, { "text": "9876", "boundingBox": [ - 5.5183, - 2.6326, - 5.772, - 2.5546, - 5.8196, - 2.6801, - 5.5651, - 2.7566 + 5.5117, + 2.6365, + 5.7663, + 2.5589, + 5.7995, + 2.6808, + 5.556, + 2.7583 ], - "confidence": 0.944 + "confidence": 0.983 }, { "text": "5432", "boundingBox": [ - 5.7965, - 2.547, - 6.054, - 2.4669, - 6.1026, - 2.5945, - 5.8442, - 2.6727 + 5.7884, + 2.5478, + 6.043, + 2.4592, + 6.0872, + 2.5921, + 5.8216, + 2.6697 ], - "confidence": 0.947 + "confidence": 0.984 } - ] + ], + "appearance": { + "style": { + "name": "print", + "confidence": 0.998 + } + } }, { "text": "fax: \u002B44 (0) 20 6789 2345", "boundingBox": [ - 4.83, - 2.99, - 6.16, - 2.58, - 6.2, - 2.7033, - 4.87, - 3.1133 + 4.8145, + 2.9909, + 6.1647, + 2.57, + 6.1979, + 2.7029, + 4.8587, + 3.1128 ], "words": [ { "text": "fax:", "boundingBox": [ - 4.8311, - 2.9924, - 5.0406, - 2.9257, - 5.0882, - 3.0532, - 4.8799, - 3.1133 + 4.8255, + 3.002, + 5.0358, + 2.9355, + 5.069, + 3.0574, + 4.8587, + 3.1128 ], - "confidence": 0.948 + "confidence": 0.984 }, { "text": "\u002B44", "boundingBox": [ - 5.0653, - 2.9179, - 5.2626, - 2.8557, - 5.309, - 2.9863, - 5.1127, - 3.0458 + 5.0579, + 2.9245, + 5.2461, + 2.8691, + 5.2904, + 2.9909, + 5.0911, + 3.0463 ], - "confidence": 0.958 + "confidence": 0.981 }, { "text": "(0)", "boundingBox": [ - 5.2873, - 2.848, - 5.4354, - 2.8017, - 5.4809, - 2.9332, - 5.3336, - 2.9788 + 5.2682, + 2.858, + 5.4342, + 2.8026, + 5.4785, + 2.9355, + 5.3125, + 2.9799 ], - "confidence": 0.94 + "confidence": 0.983 }, { "text": "20", "boundingBox": [ - 5.4601, - 2.794, - 5.5919, - 2.7531, - 5.6365, - 2.8842, - 5.5054, - 2.9254 + 5.4564, + 2.8026, + 5.5892, + 2.7583, + 5.6335, + 2.8912, + 5.5007, + 2.9245 ], - "confidence": 0.958 + "confidence": 0.383 }, { "text": "6789", "boundingBox": [ - 5.6166, - 2.7455, - 5.8721, - 2.6672, - 5.9152, - 2.794, - 5.6611, - 2.8763 + 5.6113, + 2.7472, + 5.8659, + 2.6697, + 5.9102, + 2.7915, + 5.6556, + 2.8802 ], - "confidence": 0.956 + "confidence": 0.977 }, { "text": "2345", "boundingBox": [ - 5.8969, - 2.6597, - 6.1568, + 5.888, + 2.6586, + 6.1647, 2.5811, - 6.1984, - 2.6998, - 5.9398, - 2.7859 + 6.1979, + 2.7029, + 5.9323, + 2.7915 ], - "confidence": 0.933 + "confidence": 0.985 } - ] + ], + "appearance": { + "style": { + "name": "print", + "confidence": 0.997 + } + } }, { "text": "Contoso", "boundingBox": [ - 2.8067, - 4.0567, - 4.7433, - 3.4167, - 4.8567, - 3.8, - 2.9333, - 4.4333 + 2.8333, + 4.0433, + 4.7148, + 3.4562, + 4.8255, + 3.8218, + 2.944, + 4.4199 ], "words": [ { "text": "Contoso", "boundingBox": [ - 2.8452, - 4.0524, - 4.7091, - 3.4315, - 4.8185, - 3.8275, - 2.9754, - 4.4248 + 2.8333, + 4.0655, + 4.7148, + 3.4673, + 4.8366, + 3.8328, + 2.9661, + 4.4199 ], - "confidence": 0.959 + "confidence": 0.984 } - ] + ], + "appearance": { + "style": { + "name": "print", + "confidence": 1 + } + } }, { "text": "2 Kingdom Street", "boundingBox": [ - 2.97, - 4.4433, - 4.2633, - 4.0067, - 4.32, - 4.17, - 3.02, - 4.6133 + 2.944, + 4.4421, + 4.2611, + 3.999, + 4.3164, + 4.1652, + 2.9993, + 4.6083 ], "words": [ { "text": "2", "boundingBox": [ - 2.9875, - 4.4372, - 3.0892, - 4.4021, - 3.142, - 4.5778, - 3.0403, - 4.612 + 2.9661, + 4.431, + 3.0658, + 4.4089, + 3.1211, + 4.575, + 3.0326, + 4.6083 ], - "confidence": 0.894 + "confidence": 0.987 }, { "text": "Kingdom", "boundingBox": [ - 3.1231, - 4.3903, - 3.7575, - 4.1758, - 3.81, - 4.3475, - 3.1759, - 4.5664 + 3.099, + 4.3978, + 3.7741, + 4.1873, + 3.8184, + 4.3424, + 3.1543, + 4.5639 ], - "confidence": 0.959 + "confidence": 0.984 }, { "text": "Street", "boundingBox": [ - 3.8256, - 4.1532, - 4.2634, - 4.0107, - 4.3156, - 4.166, - 3.878, - 4.3236 + 3.8073, + 4.1762, + 4.2611, + 4.0101, + 4.3053, + 4.1541, + 3.8516, + 4.3313 ], - "confidence": 0.959 + "confidence": 0.985 } - ] + ], + "appearance": { + "style": { + "name": "print", + "confidence": 1 + } + } }, { "text": "Paddington, London, W2 6BD", "boundingBox": [ - 3.0467, - 4.6233, - 5.1567, - 3.8733, - 5.2267, - 4.0733, - 3.11, - 4.81 + 3.0215, + 4.6415, + 5.1576, + 3.8993, + 5.2129, + 4.0655, + 3.0768, + 4.8187 ], "words": [ { "text": "Paddington,", "boundingBox": [ - 3.0525, - 4.6401, - 3.9833, - 4.3147, - 4.0535, - 4.4803, - 3.116, - 4.8097 + 3.0326, + 4.6415, + 3.9733, + 4.3202, + 4.0286, + 4.4975, + 3.0879, + 4.8187 ], - "confidence": 0.954 + "confidence": 0.976 }, { "text": "London,", "boundingBox": [ - 4.0168, - 4.3025, - 4.5854, - 4.0929, - 4.6598, - 4.2719, - 4.0872, - 4.4686 + 4.0065, + 4.3092, + 4.571, + 4.1098, + 4.6263, + 4.2759, + 4.0618, + 4.4864 ], - "confidence": 0.958 + "confidence": 0.983 }, { "text": "W2", "boundingBox": [ - 4.6187, - 4.0803, - 4.8409, - 3.9962, - 4.9172, - 4.1843, - 4.6934, - 4.2605 + 4.6152, + 4.0987, + 4.8366, + 4.0211, + 4.8809, + 4.1762, + 4.6595, + 4.2649 ], - "confidence": 0.909 + "confidence": 0.983 }, { "text": "6BD", "boundingBox": [ - 4.8742, - 3.9835, - 5.1458, - 3.8787, - 5.2242, - 4.0809, - 4.9507, - 4.1732 + 4.8698, + 4.0101, + 5.1576, + 3.8993, + 5.2129, + 4.0544, + 4.9251, + 4.1652 ], - "confidence": 0.916 + "confidence": 0.981 } - ] + ], + "appearance": { + "style": { + "name": "print", + "confidence": 1 + } + } } ] } @@ -1118,14 +1154,14 @@ "valueString": "JOHN", "text": "JOHN", "boundingBox": [ - 1.775, - 3.7725, - 2.8476, - 3.8928, - 2.8116, - 4.2151, - 1.7324, - 4.0939 + 1.7376, + 3.7553, + 2.8997, + 3.8882, + 2.8444, + 4.2205, + 1.6934, + 4.0876 ], "page": 1, "elements": [ @@ -1137,14 +1173,14 @@ "valueString": "SINGER", "text": "SINGER", "boundingBox": [ - 1.7251, - 4.1649, - 3.2586, - 4.3273, - 3.2292, - 4.6746, - 1.6913, - 4.4878 + 1.7266, + 4.1541, + 3.3314, + 4.3424, + 3.2871, + 4.6858, + 1.6823, + 4.4753 ], "page": 1, "elements": [ @@ -1154,15 +1190,16 @@ }, "text": "JOHN SINGER", "boundingBox": [ - 1.7692, - 3.7702, - 3.3121, - 3.9456, - 3.2292, - 4.6746, - 1.6863, - 4.4992 + 1.7361, + 3.7436, + 3.3804, + 3.9479, + 3.2887, + 4.686, + 1.6444, + 4.4817 ], + "page": 1, "confidence": 0.995, "elements": [ "#/readResults/0/lines/0/words/0", @@ -1179,14 +1216,14 @@ "valueString": "Software Engineer", "text": "Software Engineer", "boundingBox": [ - 1.553, - 5.2414, - 3.6377, - 5.5231, - 3.6018, - 5.7886, - 1.5172, - 5.5068 + 1.5176, + 5.241, + 3.6163, + 5.5233, + 3.5837, + 5.7656, + 1.485, + 5.4833 ], "page": 1, "confidence": 0.995, @@ -1205,14 +1242,14 @@ "valuePhoneNumber": "\u002B14257793479", "text": "\u002B1 (425) 779-3479", "boundingBox": [ - 1.5289, - 5.5021, - 3.4622, - 5.762, - 3.4259, - 6.0324, - 1.4925, - 5.7725 + 1.4839, + 5.5104, + 3.4414, + 5.7598, + 3.4089, + 6.0151, + 1.4514, + 5.7657 ], "page": 1, "confidence": 0.995, @@ -1232,14 +1269,14 @@ "valueString": "johnsinger@contoso.com", "text": "johnsinger@contoso.com", "boundingBox": [ - 3.4938, - 5.7661, - 6.1172, - 6.1325, - 6.1016, - 6.3407, - 3.4755, - 6.0386 + 3.4753, + 5.7714, + 6.1315, + 6.148, + 6.1094, + 6.3364, + 3.4531, + 6.0151 ], "page": 1, "confidence": 0.995, @@ -1257,14 +1294,14 @@ "valueString": "https://www.contoso.com", "text": "https://www.contoso.com", "boundingBox": [ - 1.4655, - 5.7796, - 4.1089, - 6.1542, - 4.087, - 6.3789, - 1.4349, - 6.0453 + 1.4388, + 5.7936, + 4.1283, + 6.1702, + 4.0951, + 6.3585, + 1.4167, + 6.0262 ], "page": 1, "confidence": 0.995, @@ -1294,14 +1331,14 @@ "valueString": "Avery", "text": "Avery", "boundingBox": [ - 2.1163, - 2.7635, - 2.833, - 2.5918, - 2.8939, - 2.7875, - 2.1777, - 2.953 + 2.0918, + 2.7583, + 2.8665, + 2.5811, + 2.9108, + 2.7805, + 2.1471, + 2.9577 ], "page": 2, "elements": [ @@ -1313,14 +1350,14 @@ "valueString": "Smith", "text": "Smith", "boundingBox": [ - 2.8968, - 2.5757, - 3.5593, - 2.4044, - 3.6198, - 2.6176, - 2.9577, - 2.7726 + 2.8997, + 2.57, + 3.597, + 2.4038, + 3.6413, + 2.6032, + 2.944, + 2.7694 ], "page": 2, "elements": [ @@ -1330,16 +1367,17 @@ }, "text": "Dr. Avery Smith", "boundingBox": [ - 1.67, - 2.849, - 3.5691, - 2.4021, - 3.6198, - 2.6176, - 1.7207, - 3.0645 + 1.6579, + 2.8608, + 3.5967, + 2.4027, + 3.645, + 2.607, + 1.7062, + 3.0651 ], - "confidence": 0.792, + "page": 2, + "confidence": 0.98, "elements": [ "#/readResults/1/lines/0/words/0", "#/readResults/1/lines/0/words/1", @@ -1356,14 +1394,14 @@ "valueString": "Senior Researcher", "text": "Senior Researcher", "boundingBox": [ - 1.7218, - 3.0797, - 3.1295, - 2.7567, - 3.1679, - 2.9238, - 1.7602, - 3.2468 + 1.7029, + 3.0954, + 3.11, + 2.7694, + 3.1468, + 2.9282, + 1.7397, + 3.2542 ], "page": 2, "confidence": 0.99, @@ -1382,14 +1420,14 @@ "valueString": "Cloud \u0026 Al Department", "text": "Cloud \u0026 Al Department", "boundingBox": [ - 1.7694, - 3.256, - 3.5626, - 2.8117, - 3.604, - 2.9788, - 1.8108, - 3.423 + 1.7297, + 3.2588, + 3.558, + 2.8017, + 3.601, + 2.9736, + 1.7727, + 3.4306 ], "page": 2, "confidence": 0.988, @@ -1410,14 +1448,14 @@ "valueString": "avery.smith@contoso.com", "text": "avery.smith@contoso.com", "boundingBox": [ - 4.3976, - 2.498, - 5.7087, - 2.1242, - 5.7461, - 2.2346, - 4.4229, - 2.6165 + 4.3828, + 2.4924, + 5.722, + 2.1269, + 5.7552, + 2.2266, + 4.416, + 2.6032 ], "page": 2, "confidence": 0.99, @@ -1435,17 +1473,17 @@ "valueString": "https://www.contoso.com/", "text": "https://www.contoso.com/", "boundingBox": [ - 4.4195, - 2.6109, - 5.8172, - 2.226, - 5.8532, - 2.33, - 4.4536, - 2.734 + 4.4049, + 2.6032, + 5.8105, + 2.2155, + 5.8438, + 2.3263, + 4.4492, + 2.7362 ], "page": 2, - "confidence": 0.995, + "confidence": 0.99, "elements": [ "#/readResults/1/lines/4/words/0" ] @@ -1459,14 +1497,14 @@ "type": "phoneNumber", "text": "\u002B44 (0) 7911 123456", "boundingBox": [ - 4.9226, - 2.6677, - 5.9622, - 2.3518, - 6.0013, - 2.4806, - 4.9618, - 2.7965 + 4.9104, + 2.6685, + 5.9766, + 2.3484, + 6.0147, + 2.4754, + 4.9485, + 2.7955 ], "page": 2, "confidence": 0.99, @@ -1486,14 +1524,14 @@ "type": "phoneNumber", "text": "\u002B44 (0) 20 9876 5432", "boundingBox": [ - 4.9763, - 2.7918, - 6.0633, - 2.4641, - 6.1027, - 2.5948, - 5.0157, - 2.9225 + 4.9583, + 2.7698, + 6.0487, + 2.4576, + 6.0934, + 2.6138, + 5.003, + 2.926 ], "page": 2, "confidence": 0.99, @@ -1514,14 +1552,14 @@ "type": "phoneNumber", "text": "\u002B44 (0) 20 6789 2345", "boundingBox": [ - 5.0651, - 2.9173, - 6.1596, - 2.5755, - 6.2011, - 2.7083, - 5.1066, - 3.0501 + 5.0503, + 2.9104, + 6.1631, + 2.5759, + 6.2062, + 2.7191, + 5.0933, + 3.0536 ], "page": 2, "confidence": 0.99, @@ -1535,58 +1573,58 @@ } ] }, - "Addresses": { + "CompanyNames": { "type": "array", "valueArray": [ { "type": "string", - "valueString": "2 Kingdom Street Paddington, London, W2 6BD", - "text": "2 Kingdom Street Paddington, London, W2 6BD", + "valueString": "Contoso", + "text": "Contoso", "boundingBox": [ - 2.98, - 4.4398, - 5.0907, - 3.7001, - 5.2242, - 4.0809, - 3.1134, - 4.8207 + 2.8333, + 4.0655, + 4.7148, + 3.4673, + 4.8366, + 3.8328, + 2.9661, + 4.4199 ], "page": 2, - "confidence": 0.977, + "confidence": 0.23, "elements": [ - "#/readResults/1/lines/9/words/0", - "#/readResults/1/lines/9/words/1", - "#/readResults/1/lines/9/words/2", - "#/readResults/1/lines/10/words/0", - "#/readResults/1/lines/10/words/1", - "#/readResults/1/lines/10/words/2", - "#/readResults/1/lines/10/words/3" + "#/readResults/1/lines/8/words/0" ] } ] }, - "CompanyNames": { + "Addresses": { "type": "array", "valueArray": [ { "type": "string", - "valueString": "Contoso", - "text": "Contoso", + "valueString": "2 Kingdom Street Paddington, London, W2 6BD", + "text": "2 Kingdom Street Paddington, London, W2 6BD", "boundingBox": [ - 2.8452, - 4.0524, - 4.7091, - 3.4315, - 4.8185, - 3.8275, - 2.9754, - 4.4248 + 2.9493, + 4.4371, + 5.0729, + 3.6661, + 5.2183, + 4.0665, + 3.0947, + 4.8375 ], "page": 2, - "confidence": 0.065, + "confidence": 0.979, "elements": [ - "#/readResults/1/lines/8/words/0" + "#/readResults/1/lines/9/words/0", + "#/readResults/1/lines/9/words/1", + "#/readResults/1/lines/9/words/2", + "#/readResults/1/lines/10/words/0", + "#/readResults/1/lines/10/words/1", + "#/readResults/1/lines/10/words/2", + "#/readResults/1/lines/10/words/3" ] } ] @@ -1600,7 +1638,7 @@ ], "Variables": { "FORM_RECOGNIZER_API_KEY": "Sanitized", - "FORM_RECOGNIZER_ENDPOINT": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/", + "FORM_RECOGNIZER_ENDPOINT": "https://mariari-centraluseuap.cognitiveservices.azure.com/", "RandomSeed": "122414700" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeBusinessCardsCanParseMultipageForm(True)Async.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeBusinessCardsCanParseMultipageForm(True)Async.json index dcef6f9755763..520cf7a7b35e4 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeBusinessCardsCanParseMultipageForm(True)Async.json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeBusinessCardsCanParseMultipageForm(True)Async.json @@ -1,16 +1,16 @@ { "Entries": [ { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/businessCard/analyze?includeTextDetails=true", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/businessCard/analyze?includeTextDetails=true", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "189935", "Content-Type": "application/pdf", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-686445fdc1c6f44a83f10df3b30c6f92-3ab45c62a92e2c40-00", + "traceparent": "00-5b14c4f1ebc19b4a98d9731b7393c17e-acc0b7ad6992b546-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201015.1", + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "55611978f39b74a3b83d18763bf499c8", @@ -19,24 +19,24 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "60c98a52-c0f6-4fda-9c84-8eb01157c897", + "apim-request-id": "5592a4c7-a60d-4520-b4d9-6db958a9df01", "Content-Length": "0", - "Date": "Thu, 15 Oct 2020 21:42:07 GMT", - "Operation-Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/businessCard/analyzeResults/60c98a52-c0f6-4fda-9c84-8eb01157c897", + "Date": "Tue, 17 Nov 2020 00:33:30 GMT", + "Operation-Location": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/businessCard/analyzeResults/5592a4c7-a60d-4520-b4d9-6db958a9df01", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "163" + "x-envoy-upstream-service-time": "76" }, "ResponseBody": [] }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/businessCard/analyzeResults/60c98a52-c0f6-4fda-9c84-8eb01157c897", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/businessCard/analyzeResults/5592a4c7-a60d-4520-b4d9-6db958a9df01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201015.1", + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "6e18c3957bb5524a1b235e79fe43d54e", @@ -45,1056 +45,1092 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "dff51c56-2c8d-434e-ba87-beb847bef4ec", - "Content-Length": "109", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 15 Oct 2020 21:42:08 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "37" - }, - "ResponseBody": { - "status": "notStarted", - "createdDateTime": "2020-10-15T21:42:08Z", - "lastUpdatedDateTime": "2020-10-15T21:42:08Z" - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/businessCard/analyzeResults/60c98a52-c0f6-4fda-9c84-8eb01157c897", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201015.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "cf5c2ee51cf2fa4b4671c1770c94e702", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "c824c5a4-4a02-49c5-a425-3c106ae3432c", + "apim-request-id": "d8c11f6b-bafc-4879-bfbf-69faa3eaba7e", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 15 Oct 2020 21:42:09 GMT", + "Date": "Tue, 17 Nov 2020 00:33:30 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "19" - }, - "ResponseBody": { - "status": "running", - "createdDateTime": "2020-10-15T21:42:08Z", - "lastUpdatedDateTime": "2020-10-15T21:42:08Z" - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/businessCard/analyzeResults/60c98a52-c0f6-4fda-9c84-8eb01157c897", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201015.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "fd0a2f982e85fc63ce0f397895297674", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "5a221ae7-39d3-4617-8b45-9894de28a09c", - "Content-Length": "106", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 15 Oct 2020 21:42:10 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": "10" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-10-15T21:42:08Z", - "lastUpdatedDateTime": "2020-10-15T21:42:08Z" + "createdDateTime": "2020-11-17T00:33:30Z", + "lastUpdatedDateTime": "2020-11-17T00:33:30Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/businessCard/analyzeResults/60c98a52-c0f6-4fda-9c84-8eb01157c897", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/businessCard/analyzeResults/5592a4c7-a60d-4520-b4d9-6db958a9df01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201015.1", + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "0c91c967c99779d5771d2743b9d24686", + "x-ms-client-request-id": "cf5c2ee51cf2fa4b4671c1770c94e702", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "35a1bd56-e555-4e4f-987a-cb975f6fa22b", + "apim-request-id": "2371238b-9b4b-494a-8d0f-aa03bc5e2a22", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 15 Oct 2020 21:42:11 GMT", + "Date": "Tue, 17 Nov 2020 00:33:32 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "13" + "x-envoy-upstream-service-time": "12" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-10-15T21:42:08Z", - "lastUpdatedDateTime": "2020-10-15T21:42:08Z" + "createdDateTime": "2020-11-17T00:33:30Z", + "lastUpdatedDateTime": "2020-11-17T00:33:30Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/businessCard/analyzeResults/60c98a52-c0f6-4fda-9c84-8eb01157c897", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/businessCard/analyzeResults/5592a4c7-a60d-4520-b4d9-6db958a9df01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201015.1", + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "cfe15b3bd738b7c9cb5f01e3e2d3651c", + "x-ms-client-request-id": "fd0a2f982e85fc63ce0f397895297674", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "ecceea0f-e411-4b39-b2a4-0674e18cc9dd", + "apim-request-id": "3db600a4-aced-4ab6-b049-976d815a6cf0", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 15 Oct 2020 21:42:12 GMT", + "Date": "Tue, 17 Nov 2020 00:33:33 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", "x-envoy-upstream-service-time": "10" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-10-15T21:42:08Z", - "lastUpdatedDateTime": "2020-10-15T21:42:08Z" + "createdDateTime": "2020-11-17T00:33:30Z", + "lastUpdatedDateTime": "2020-11-17T00:33:30Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/businessCard/analyzeResults/60c98a52-c0f6-4fda-9c84-8eb01157c897", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/businessCard/analyzeResults/5592a4c7-a60d-4520-b4d9-6db958a9df01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201015.1", + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "42104dfbda03cf6b59908667061f42fb", + "x-ms-client-request-id": "0c91c967c99779d5771d2743b9d24686", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "5b475836-6701-42ac-9b9f-9e12b869b99a", - "Content-Length": "12781", + "apim-request-id": "c3e32234-b2cf-4af1-8c14-40eb70113c5b", + "Content-Length": "13759", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 15 Oct 2020 21:42:13 GMT", + "Date": "Tue, 17 Nov 2020 00:33:34 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": "20" }, "ResponseBody": { "status": "succeeded", - "createdDateTime": "2020-10-15T21:42:08Z", - "lastUpdatedDateTime": "2020-10-15T21:42:13Z", + "createdDateTime": "2020-11-17T00:33:30Z", + "lastUpdatedDateTime": "2020-11-17T00:33:33Z", "analyzeResult": { "version": "2.1.0", "readResults": [ { "page": 1, - "angle": 7.188, - "width": 8.4967, - "height": 10.9967, + "angle": 7.2821, + "width": 8.5, + "height": 11, "unit": "inch", "lines": [ { "text": "JOHN", "boundingBox": [ - 1.7133, - 3.7667, - 2.95, - 3.8933, - 2.9133, - 4.2233, - 1.68, - 4.0833 + 1.7266, + 3.7442, + 2.9551, + 3.8771, + 2.9108, + 4.2205, + 1.6934, + 4.0765 ], "words": [ { "text": "JOHN", "boundingBox": [ - 1.775, - 3.7725, - 2.8476, - 3.8928, - 2.8116, - 4.2151, - 1.7324, - 4.0939 + 1.7376, + 3.7553, + 2.8997, + 3.8882, + 2.8444, + 4.2205, + 1.6934, + 4.0876 ], - "confidence": 0.947 + "confidence": 0.986 } - ] + ], + "appearance": { + "style": { + "name": "print", + "confidence": 1 + } + } }, { "text": "SINGER", "boundingBox": [ - 1.7267, - 4.1633, - 3.3167, - 4.3333, - 3.2867, - 4.6733, - 1.69, - 4.49 + 1.7155, + 4.1541, + 3.3203, + 4.3424, + 3.276, + 4.6747, + 1.6823, + 4.4753 ], "words": [ { "text": "SINGER", "boundingBox": [ - 1.7251, - 4.1649, - 3.2586, - 4.3273, - 3.2292, - 4.6746, - 1.6913, - 4.4878 + 1.7266, + 4.1541, + 3.3314, + 4.3424, + 3.2871, + 4.6858, + 1.6823, + 4.4753 ], - "confidence": 0.959 + "confidence": 0.986 } - ] + ], + "appearance": { + "style": { + "name": "print", + "confidence": 0.999 + } + } }, { "text": "Software Engineer", "boundingBox": [ - 1.5433, - 5.25, - 3.6333, - 5.5167, - 3.6, - 5.7733, - 1.5167, - 5.5 + 1.5163, + 5.2397, + 3.6081, + 5.5166, + 3.5749, + 5.7492, + 1.4831, + 5.4723 ], "words": [ { "text": "Software", "boundingBox": [ - 1.5514, - 5.2536, - 2.5488, - 5.376, - 2.5208, - 5.6384, - 1.5257, - 5.508 + 1.5163, + 5.2508, + 2.5345, + 5.3837, + 2.5124, + 5.6163, + 1.4941, + 5.4834 ], - "confidence": 0.959 + "confidence": 0.984 }, { "text": "Engineer", "boundingBox": [ - 2.5986, - 5.3827, - 3.6333, - 5.5337, - 3.6039, - 5.7733, - 2.5705, - 5.6448 + 2.5788, + 5.3837, + 3.6081, + 5.5388, + 3.5859, + 5.7492, + 2.5566, + 5.6274 ], - "confidence": 0.959 + "confidence": 0.984 } - ] + ], + "appearance": { + "style": { + "name": "print", + "confidence": 0.999 + } + } }, { "text": "\u002B1 (425) 779-3479 johnsinger@contoso.com", "boundingBox": [ - 1.5167, - 5.51, - 6.17, - 6.1133, - 6.1467, - 6.3433, - 1.4967, - 5.7733 + 1.4609, + 5.5055, + 6.1536, + 6.1148, + 6.1315, + 6.3474, + 1.4499, + 5.7382 ], "words": [ { "text": "\u002B1", "boundingBox": [ - 1.5274, - 5.513, - 1.7919, - 5.5462, - 1.772, - 5.805, - 1.5073, - 5.7668 + 1.4831, + 5.5166, + 1.7487, + 5.5498, + 1.7376, + 5.7825, + 1.472, + 5.7492 ], - "confidence": 0.943 + "confidence": 0.987 }, { "text": "(425)", "boundingBox": [ - 1.8415, - 5.5525, - 2.42, - 5.6258, - 2.4007, - 5.8945, - 1.8217, - 5.8122 + 1.793, + 5.5498, + 2.4017, + 5.6274, + 2.3906, + 5.8711, + 1.7819, + 5.7936 ], - "confidence": 0.924 + "confidence": 0.97 }, { "text": "779-3479", "boundingBox": [ - 2.4696, - 5.6322, - 3.4442, - 5.7596, - 3.4259, - 6.0321, - 2.4503, - 5.9013 + 2.446, + 5.6385, + 3.431, + 5.7603, + 3.4089, + 6.0151, + 2.4349, + 5.8822 ], - "confidence": 0.959 + "confidence": 0.982 }, { "text": "johnsinger@contoso.com", "boundingBox": [ - 3.4938, - 5.7661, - 6.1172, - 6.1325, - 6.1016, - 6.3407, - 3.4755, - 6.0386 + 3.4753, + 5.7714, + 6.1315, + 6.148, + 6.1094, + 6.3364, + 3.4531, + 6.0151 ], - "confidence": 0.849 + "confidence": 0.951 } - ] + ], + "appearance": { + "style": { + "name": "print", + "confidence": 0.999 + } + } }, { "text": "https://www.contoso.com", "boundingBox": [ - 1.4567, - 5.7767, - 4.16, - 6.14, - 4.13, - 6.3833, - 1.4267, - 6.0367 + 1.4277, + 5.7825, + 4.1615, + 6.137, + 4.1283, + 6.3585, + 1.4056, + 6.0151 ], "words": [ { "text": "https://www.contoso.com", "boundingBox": [ - 1.4655, - 5.7796, - 4.1089, - 6.1542, - 4.087, - 6.3789, - 1.4349, - 6.0453 + 1.4388, + 5.7936, + 4.1283, + 6.1702, + 4.0951, + 6.3585, + 1.4167, + 6.0262 ], - "confidence": 0.811 + "confidence": 0.928 } - ] + ], + "appearance": { + "style": { + "name": "print", + "confidence": 0.999 + } + } } ] }, { "page": 2, - "angle": -16.6858, - "width": 8.4967, - "height": 10.9967, + "angle": -16.9551, + "width": 8.5, + "height": 11, "unit": "inch", "lines": [ { "text": "Dr. Avery Smith", "boundingBox": [ - 1.6733, - 2.8467, - 3.6067, - 2.3933, - 3.6567, - 2.6033, - 1.72, - 3.0533 + 1.6491, + 2.858, + 3.5859, + 2.4038, + 3.6413, + 2.6032, + 1.7044, + 3.0574 ], "words": [ { "text": "Dr.", "boundingBox": [ - 1.6734, - 2.8633, - 2.0779, - 2.7723, - 2.1392, - 2.9618, - 1.735, - 3.0533 + 1.6602, + 2.8691, + 2.0586, + 2.7694, + 2.1029, + 2.9688, + 1.7044, + 3.0574 ], - "confidence": 0.939 + "confidence": 0.985 }, { "text": "Avery", "boundingBox": [ - 2.1163, - 2.7635, - 2.833, - 2.5918, - 2.8939, - 2.7875, - 2.1777, - 2.953 + 2.0918, + 2.7583, + 2.8665, + 2.5811, + 2.9108, + 2.7805, + 2.1471, + 2.9577 ], - "confidence": 0.959 + "confidence": 0.978 }, { "text": "Smith", "boundingBox": [ - 2.8968, - 2.5757, - 3.5593, - 2.4044, - 3.6198, - 2.6176, - 2.9577, - 2.7726 + 2.8997, + 2.57, + 3.597, + 2.4038, + 3.6413, + 2.6032, + 2.944, + 2.7694 ], - "confidence": 0.959 + "confidence": 0.986 } - ] + ], + "appearance": { + "style": { + "name": "print", + "confidence": 1 + } + } }, { "text": "Senior Researcher", "boundingBox": [ - 1.72, - 3.0933, - 3.1333, - 2.7533, - 3.17, - 2.9033, - 1.7533, - 3.2467 + 1.6934, + 3.0906, + 3.099, + 2.7694, + 3.1322, + 2.9134, + 1.7376, + 3.2457 ], "words": [ { "text": "Senior", "boundingBox": [ - 1.7252, - 3.0944, - 2.2468, - 2.9795, - 2.2819, - 3.1223, - 1.7606, - 3.2467 + 1.7044, + 3.1017, + 2.2357, + 2.9799, + 2.2689, + 3.1239, + 1.7487, + 3.2457 ], - "confidence": 0.958 + "confidence": 0.985 }, { "text": "Researcher", "boundingBox": [ - 2.2768, - 2.9726, - 3.128, - 2.757, - 3.1629, - 2.9022, - 2.3119, - 3.115 + 2.2578, + 2.9799, + 3.11, + 2.7694, + 3.1322, + 2.9134, + 2.3021, + 3.1239 ], - "confidence": 0.959 + "confidence": 0.98 } - ] + ], + "appearance": { + "style": { + "name": "print", + "confidence": 1 + } + } }, { "text": "Cloud \u0026 Al Department", "boundingBox": [ - 1.7567, - 3.2567, - 3.5633, - 2.8267, - 3.6033, - 2.9733, - 1.7933, - 3.4233 + 1.7376, + 3.2568, + 3.5638, + 2.8137, + 3.597, + 2.9688, + 1.7708, + 3.4119 ], "words": [ { "text": "Cloud", "boundingBox": [ - 1.7762, - 3.2543, - 2.239, - 3.1442, - 2.2734, - 3.3023, - 1.8108, + 1.7376, + 3.2568, + 2.2357, + 3.146, + 2.2689, + 3.3011, + 1.7708, 3.423 ], - "confidence": 0.958 + "confidence": 0.984 }, { "text": "\u0026", "boundingBox": [ - 2.283, - 3.1337, - 2.3932, - 3.1075, - 2.4276, - 3.2624, - 2.3174, - 3.2908 + 2.2689, + 3.1349, + 2.4017, + 3.1017, + 2.4349, + 3.2568, + 2.3021, + 3.29 ], - "confidence": 0.888 + "confidence": 0.987 }, { "text": "Al", "boundingBox": [ - 2.4593, - 3.0917, - 2.6246, - 3.0523, - 2.6588, - 3.2029, - 2.4936, - 3.2454 + 2.4349, + 3.1017, + 2.6009, + 3.0574, + 2.6452, + 3.2125, + 2.4681, + 3.2568 ], - "confidence": 0.729 + "confidence": 0.744 }, { "text": "Department", "boundingBox": [ - 2.6576, - 3.0444, - 3.5665, - 2.8274, - 3.6003, - 2.9646, - 2.6919, - 3.1944 + 2.6341, + 3.0463, + 3.5638, + 2.8248, + 3.597, + 2.9577, + 2.6673, + 3.2014 ], - "confidence": 0.958 + "confidence": 0.98 } - ] + ], + "appearance": { + "style": { + "name": "print", + "confidence": 1 + } + } }, { "text": "avery.smith@contoso.com", "boundingBox": [ - 4.3833, - 2.5033, - 5.7467, - 2.11, - 5.78, - 2.2233, - 4.41, - 2.6167 + 4.3717, + 2.4924, + 5.7441, + 2.1158, + 5.7663, + 2.2155, + 4.3939, + 2.6032 ], "words": [ { "text": "avery.smith@contoso.com", "boundingBox": [ - 4.3976, - 2.498, - 5.7087, - 2.1242, - 5.7461, - 2.2346, - 4.4229, - 2.6165 + 4.3828, + 2.4924, + 5.722, + 2.1269, + 5.7552, + 2.2266, + 4.416, + 2.6032 ], - "confidence": 0.819 + "confidence": 0.95 } - ] + ], + "appearance": { + "style": { + "name": "print", + "confidence": 1 + } + } }, { "text": "https://www.contoso.com/", "boundingBox": [ - 4.4067, - 2.6133, - 5.8233, - 2.2233, - 5.8567, - 2.3367, - 4.44, - 2.7367 + 4.4049, + 2.6032, + 5.8105, + 2.2155, + 5.8548, + 2.3263, + 4.4382, + 2.7362 ], "words": [ { "text": "https://www.contoso.com/", "boundingBox": [ - 4.4195, - 2.6109, - 5.8172, - 2.226, - 5.8532, - 2.33, - 4.4536, - 2.734 + 4.4049, + 2.6032, + 5.8105, + 2.2155, + 5.8438, + 2.3263, + 4.4492, + 2.7362 ], - "confidence": 0.854 + "confidence": 0.885 } - ] + ], + "appearance": { + "style": { + "name": "print", + "confidence": 0.999 + } + } }, { "text": "mob: \u002B44 (0) 7911 123456", "boundingBox": [ - 4.6167, - 2.76, - 5.9767, - 2.3467, - 6.0133, - 2.4733, - 4.6533, - 2.8833 + 4.6042, + 2.7583, + 5.9655, + 2.3484, + 5.9987, + 2.4592, + 4.6374, + 2.8802 ], "words": [ { "text": "mob:", "boundingBox": [ - 4.6171, - 2.767, - 4.901, - 2.6803, - 4.9427, - 2.7985, - 4.6583, - 2.8833 + 4.6152, + 2.7694, + 4.8919, + 2.6808, + 4.9251, + 2.7915, + 4.6484, + 2.8802 ], - "confidence": 0.958 + "confidence": 0.983 }, { "text": "\u002B44", "boundingBox": [ - 4.9243, - 2.6732, - 5.1109, - 2.6159, - 5.1531, - 2.7353, - 4.9661, - 2.7914 + 4.9141, + 2.6808, + 5.1022, + 2.6143, + 5.1354, + 2.7362, + 4.9473, + 2.7915 ], - "confidence": 0.958 + "confidence": 0.983 }, { "text": "(0)", "boundingBox": [ - 5.1342, - 2.6087, - 5.2897, - 2.5608, - 5.3322, - 2.6815, - 5.1764, - 2.7282 + 5.1243, + 2.6143, + 5.2904, + 2.5589, + 5.3236, + 2.6808, + 5.1576, + 2.7251 ], - "confidence": 0.951 + "confidence": 0.983 }, { "text": "7911", "boundingBox": [ - 5.313, - 2.5536, - 5.5616, - 2.4767, - 5.6046, - 2.5996, - 5.3555, - 2.6744 + 5.3125, + 2.5478, + 5.5671, + 2.4814, + 5.5892, + 2.6032, + 5.3457, + 2.6697 ], - "confidence": 0.922 + "confidence": 0.985 }, { "text": "123456", "boundingBox": [ - 5.5849, - 2.4694, - 5.9576, - 2.3532, - 6.0013, - 2.4806, - 5.6279, - 2.5926 + 5.5892, + 2.4703, + 5.9766, + 2.3484, + 5.9987, + 2.4703, + 5.6113, + 2.5921 ], - "confidence": 0.958 + "confidence": 0.96 } - ] + ], + "appearance": { + "style": { + "name": "print", + "confidence": 0.998 + } + } }, { "text": "tel: \u002B44 (0) 20 9876 5432", "boundingBox": [ - 4.7567, - 2.8533, - 6.0633, - 2.4633, - 6.1033, - 2.59, - 4.7967, - 2.9833 + 4.7591, + 2.858, + 6.054, + 2.4592, + 6.0872, + 2.5811, + 4.8034, + 2.9799 ], "words": [ { "text": "tel:", "boundingBox": [ - 4.7639, - 2.8586, - 4.9528, - 2.8028, - 4.9976, - 2.9256, - 4.8081, - 2.9814 + 4.7702, + 2.858, + 4.9473, + 2.8137, + 4.9805, + 2.9355, + 4.8034, + 2.9799 ], - "confidence": 0.932 + "confidence": 0.981 }, { "text": "\u002B44", "boundingBox": [ - 4.9774, - 2.7955, - 5.1742, - 2.7367, - 5.2198, - 2.8597, - 5.0223, - 2.9182 + 4.9694, + 2.8026, + 5.1576, + 2.7472, + 5.2018, + 2.8691, + 5.0026, + 2.9245 ], - "confidence": 0.958 + "confidence": 0.987 }, { "text": "(0)", "boundingBox": [ - 5.1988, - 2.7293, - 5.3463, - 2.6848, - 5.3925, - 2.8082, - 5.2445, - 2.8523 + 5.1797, + 2.7362, + 5.3346, + 2.6918, + 5.3789, + 2.8137, + 5.224, + 2.858 ], - "confidence": 0.909 + "confidence": 0.971 }, { "text": "20", "boundingBox": [ - 5.3709, - 2.6774, - 5.4938, - 2.6401, - 5.5404, - 2.764, - 5.4172, - 2.8009 + 5.3568, + 2.6808, + 5.4896, + 2.6475, + 5.5339, + 2.7694, + 5.401, + 2.8026 ], - "confidence": 0.958 + "confidence": 0.988 }, { "text": "9876", "boundingBox": [ - 5.5183, - 2.6326, - 5.772, - 2.5546, - 5.8196, - 2.6801, - 5.5651, - 2.7566 + 5.5117, + 2.6365, + 5.7663, + 2.5589, + 5.7995, + 2.6808, + 5.556, + 2.7583 ], - "confidence": 0.944 + "confidence": 0.983 }, { "text": "5432", "boundingBox": [ - 5.7965, - 2.547, - 6.054, - 2.4669, - 6.1026, - 2.5945, - 5.8442, - 2.6727 + 5.7884, + 2.5478, + 6.043, + 2.4592, + 6.0872, + 2.5921, + 5.8216, + 2.6697 ], - "confidence": 0.947 + "confidence": 0.984 } - ] + ], + "appearance": { + "style": { + "name": "print", + "confidence": 0.998 + } + } }, { "text": "fax: \u002B44 (0) 20 6789 2345", "boundingBox": [ - 4.83, - 2.99, - 6.16, - 2.58, - 6.2, - 2.7033, - 4.87, - 3.1133 + 4.8145, + 2.9909, + 6.1647, + 2.57, + 6.1979, + 2.7029, + 4.8587, + 3.1128 ], "words": [ { "text": "fax:", "boundingBox": [ - 4.8311, - 2.9924, - 5.0406, - 2.9257, - 5.0882, - 3.0532, - 4.8799, - 3.1133 + 4.8255, + 3.002, + 5.0358, + 2.9355, + 5.069, + 3.0574, + 4.8587, + 3.1128 ], - "confidence": 0.948 + "confidence": 0.984 }, { "text": "\u002B44", "boundingBox": [ - 5.0653, - 2.9179, - 5.2626, - 2.8557, - 5.309, - 2.9863, - 5.1127, - 3.0458 + 5.0579, + 2.9245, + 5.2461, + 2.8691, + 5.2904, + 2.9909, + 5.0911, + 3.0463 ], - "confidence": 0.958 + "confidence": 0.981 }, { "text": "(0)", "boundingBox": [ - 5.2873, - 2.848, - 5.4354, - 2.8017, - 5.4809, - 2.9332, - 5.3336, - 2.9788 + 5.2682, + 2.858, + 5.4342, + 2.8026, + 5.4785, + 2.9355, + 5.3125, + 2.9799 ], - "confidence": 0.94 + "confidence": 0.983 }, { "text": "20", "boundingBox": [ - 5.4601, - 2.794, - 5.5919, - 2.7531, - 5.6365, - 2.8842, - 5.5054, - 2.9254 + 5.4564, + 2.8026, + 5.5892, + 2.7583, + 5.6335, + 2.8912, + 5.5007, + 2.9245 ], - "confidence": 0.958 + "confidence": 0.383 }, { "text": "6789", "boundingBox": [ - 5.6166, - 2.7455, - 5.8721, - 2.6672, - 5.9152, - 2.794, - 5.6611, - 2.8763 + 5.6113, + 2.7472, + 5.8659, + 2.6697, + 5.9102, + 2.7915, + 5.6556, + 2.8802 ], - "confidence": 0.956 + "confidence": 0.977 }, { "text": "2345", "boundingBox": [ - 5.8969, - 2.6597, - 6.1568, + 5.888, + 2.6586, + 6.1647, 2.5811, - 6.1984, - 2.6998, - 5.9398, - 2.7859 + 6.1979, + 2.7029, + 5.9323, + 2.7915 ], - "confidence": 0.933 + "confidence": 0.985 } - ] + ], + "appearance": { + "style": { + "name": "print", + "confidence": 0.997 + } + } }, { "text": "Contoso", "boundingBox": [ - 2.8067, - 4.0567, - 4.7433, - 3.4167, - 4.8567, - 3.8, - 2.9333, - 4.4333 + 2.8333, + 4.0433, + 4.7148, + 3.4562, + 4.8255, + 3.8218, + 2.944, + 4.4199 ], "words": [ { "text": "Contoso", "boundingBox": [ - 2.8452, - 4.0524, - 4.7091, - 3.4315, - 4.8185, - 3.8275, - 2.9754, - 4.4248 + 2.8333, + 4.0655, + 4.7148, + 3.4673, + 4.8366, + 3.8328, + 2.9661, + 4.4199 ], - "confidence": 0.959 + "confidence": 0.984 } - ] + ], + "appearance": { + "style": { + "name": "print", + "confidence": 1 + } + } }, { "text": "2 Kingdom Street", "boundingBox": [ - 2.97, - 4.4433, - 4.2633, - 4.0067, - 4.32, - 4.17, - 3.02, - 4.6133 + 2.944, + 4.4421, + 4.2611, + 3.999, + 4.3164, + 4.1652, + 2.9993, + 4.6083 ], "words": [ { "text": "2", "boundingBox": [ - 2.9875, - 4.4372, - 3.0892, - 4.4021, - 3.142, - 4.5778, - 3.0403, - 4.612 + 2.9661, + 4.431, + 3.0658, + 4.4089, + 3.1211, + 4.575, + 3.0326, + 4.6083 ], - "confidence": 0.894 + "confidence": 0.987 }, { "text": "Kingdom", "boundingBox": [ - 3.1231, - 4.3903, - 3.7575, - 4.1758, - 3.81, - 4.3475, - 3.1759, - 4.5664 + 3.099, + 4.3978, + 3.7741, + 4.1873, + 3.8184, + 4.3424, + 3.1543, + 4.5639 ], - "confidence": 0.959 + "confidence": 0.984 }, { "text": "Street", "boundingBox": [ - 3.8256, - 4.1532, - 4.2634, - 4.0107, - 4.3156, - 4.166, - 3.878, - 4.3236 + 3.8073, + 4.1762, + 4.2611, + 4.0101, + 4.3053, + 4.1541, + 3.8516, + 4.3313 ], - "confidence": 0.959 + "confidence": 0.985 } - ] + ], + "appearance": { + "style": { + "name": "print", + "confidence": 1 + } + } }, { "text": "Paddington, London, W2 6BD", "boundingBox": [ - 3.0467, - 4.6233, - 5.1567, - 3.8733, - 5.2267, - 4.0733, - 3.11, - 4.81 + 3.0215, + 4.6415, + 5.1576, + 3.8993, + 5.2129, + 4.0655, + 3.0768, + 4.8187 ], "words": [ { "text": "Paddington,", "boundingBox": [ - 3.0525, - 4.6401, - 3.9833, - 4.3147, - 4.0535, - 4.4803, - 3.116, - 4.8097 + 3.0326, + 4.6415, + 3.9733, + 4.3202, + 4.0286, + 4.4975, + 3.0879, + 4.8187 ], - "confidence": 0.954 + "confidence": 0.976 }, { "text": "London,", "boundingBox": [ - 4.0168, - 4.3025, - 4.5854, - 4.0929, - 4.6598, - 4.2719, - 4.0872, - 4.4686 + 4.0065, + 4.3092, + 4.571, + 4.1098, + 4.6263, + 4.2759, + 4.0618, + 4.4864 ], - "confidence": 0.958 + "confidence": 0.983 }, { "text": "W2", "boundingBox": [ - 4.6187, - 4.0803, - 4.8409, - 3.9962, - 4.9172, - 4.1843, - 4.6934, - 4.2605 + 4.6152, + 4.0987, + 4.8366, + 4.0211, + 4.8809, + 4.1762, + 4.6595, + 4.2649 ], - "confidence": 0.909 + "confidence": 0.983 }, { "text": "6BD", "boundingBox": [ - 4.8742, - 3.9835, - 5.1458, - 3.8787, - 5.2242, - 4.0809, - 4.9507, - 4.1732 + 4.8698, + 4.0101, + 5.1576, + 3.8993, + 5.2129, + 4.0544, + 4.9251, + 4.1652 ], - "confidence": 0.916 + "confidence": 0.981 } - ] + ], + "appearance": { + "style": { + "name": "print", + "confidence": 1 + } + } } ] } @@ -1118,14 +1154,14 @@ "valueString": "JOHN", "text": "JOHN", "boundingBox": [ - 1.775, - 3.7725, - 2.8476, - 3.8928, - 2.8116, - 4.2151, - 1.7324, - 4.0939 + 1.7376, + 3.7553, + 2.8997, + 3.8882, + 2.8444, + 4.2205, + 1.6934, + 4.0876 ], "page": 1, "elements": [ @@ -1137,14 +1173,14 @@ "valueString": "SINGER", "text": "SINGER", "boundingBox": [ - 1.7251, - 4.1649, - 3.2586, - 4.3273, - 3.2292, - 4.6746, - 1.6913, - 4.4878 + 1.7266, + 4.1541, + 3.3314, + 4.3424, + 3.2871, + 4.6858, + 1.6823, + 4.4753 ], "page": 1, "elements": [ @@ -1154,15 +1190,16 @@ }, "text": "JOHN SINGER", "boundingBox": [ - 1.7692, - 3.7702, - 3.3121, - 3.9456, - 3.2292, - 4.6746, - 1.6863, - 4.4992 + 1.7361, + 3.7436, + 3.3804, + 3.9479, + 3.2887, + 4.686, + 1.6444, + 4.4817 ], + "page": 1, "confidence": 0.995, "elements": [ "#/readResults/0/lines/0/words/0", @@ -1179,14 +1216,14 @@ "valueString": "Software Engineer", "text": "Software Engineer", "boundingBox": [ - 1.553, - 5.2414, - 3.6377, - 5.5231, - 3.6018, - 5.7886, - 1.5172, - 5.5068 + 1.5176, + 5.241, + 3.6163, + 5.5233, + 3.5837, + 5.7656, + 1.485, + 5.4833 ], "page": 1, "confidence": 0.995, @@ -1205,14 +1242,14 @@ "valuePhoneNumber": "\u002B14257793479", "text": "\u002B1 (425) 779-3479", "boundingBox": [ - 1.5289, - 5.5021, - 3.4622, - 5.762, - 3.4259, - 6.0324, - 1.4925, - 5.7725 + 1.4839, + 5.5104, + 3.4414, + 5.7598, + 3.4089, + 6.0151, + 1.4514, + 5.7657 ], "page": 1, "confidence": 0.995, @@ -1232,14 +1269,14 @@ "valueString": "johnsinger@contoso.com", "text": "johnsinger@contoso.com", "boundingBox": [ - 3.4938, - 5.7661, - 6.1172, - 6.1325, - 6.1016, - 6.3407, - 3.4755, - 6.0386 + 3.4753, + 5.7714, + 6.1315, + 6.148, + 6.1094, + 6.3364, + 3.4531, + 6.0151 ], "page": 1, "confidence": 0.995, @@ -1257,14 +1294,14 @@ "valueString": "https://www.contoso.com", "text": "https://www.contoso.com", "boundingBox": [ - 1.4655, - 5.7796, - 4.1089, - 6.1542, - 4.087, - 6.3789, - 1.4349, - 6.0453 + 1.4388, + 5.7936, + 4.1283, + 6.1702, + 4.0951, + 6.3585, + 1.4167, + 6.0262 ], "page": 1, "confidence": 0.995, @@ -1294,14 +1331,14 @@ "valueString": "Avery", "text": "Avery", "boundingBox": [ - 2.1163, - 2.7635, - 2.833, - 2.5918, - 2.8939, - 2.7875, - 2.1777, - 2.953 + 2.0918, + 2.7583, + 2.8665, + 2.5811, + 2.9108, + 2.7805, + 2.1471, + 2.9577 ], "page": 2, "elements": [ @@ -1313,14 +1350,14 @@ "valueString": "Smith", "text": "Smith", "boundingBox": [ - 2.8968, - 2.5757, - 3.5593, - 2.4044, - 3.6198, - 2.6176, - 2.9577, - 2.7726 + 2.8997, + 2.57, + 3.597, + 2.4038, + 3.6413, + 2.6032, + 2.944, + 2.7694 ], "page": 2, "elements": [ @@ -1330,16 +1367,17 @@ }, "text": "Dr. Avery Smith", "boundingBox": [ - 1.67, - 2.849, - 3.5691, - 2.4021, - 3.6198, - 2.6176, - 1.7207, - 3.0645 + 1.6579, + 2.8608, + 3.5967, + 2.4027, + 3.645, + 2.607, + 1.7062, + 3.0651 ], - "confidence": 0.792, + "page": 2, + "confidence": 0.98, "elements": [ "#/readResults/1/lines/0/words/0", "#/readResults/1/lines/0/words/1", @@ -1356,14 +1394,14 @@ "valueString": "Senior Researcher", "text": "Senior Researcher", "boundingBox": [ - 1.7218, - 3.0797, - 3.1295, - 2.7567, - 3.1679, - 2.9238, - 1.7602, - 3.2468 + 1.7029, + 3.0954, + 3.11, + 2.7694, + 3.1468, + 2.9282, + 1.7397, + 3.2542 ], "page": 2, "confidence": 0.99, @@ -1382,14 +1420,14 @@ "valueString": "Cloud \u0026 Al Department", "text": "Cloud \u0026 Al Department", "boundingBox": [ - 1.7694, - 3.256, - 3.5626, - 2.8117, - 3.604, - 2.9788, - 1.8108, - 3.423 + 1.7297, + 3.2588, + 3.558, + 2.8017, + 3.601, + 2.9736, + 1.7727, + 3.4306 ], "page": 2, "confidence": 0.988, @@ -1410,14 +1448,14 @@ "valueString": "avery.smith@contoso.com", "text": "avery.smith@contoso.com", "boundingBox": [ - 4.3976, - 2.498, - 5.7087, - 2.1242, - 5.7461, - 2.2346, - 4.4229, - 2.6165 + 4.3828, + 2.4924, + 5.722, + 2.1269, + 5.7552, + 2.2266, + 4.416, + 2.6032 ], "page": 2, "confidence": 0.99, @@ -1435,17 +1473,17 @@ "valueString": "https://www.contoso.com/", "text": "https://www.contoso.com/", "boundingBox": [ - 4.4195, - 2.6109, - 5.8172, - 2.226, - 5.8532, - 2.33, - 4.4536, - 2.734 + 4.4049, + 2.6032, + 5.8105, + 2.2155, + 5.8438, + 2.3263, + 4.4492, + 2.7362 ], "page": 2, - "confidence": 0.995, + "confidence": 0.99, "elements": [ "#/readResults/1/lines/4/words/0" ] @@ -1459,14 +1497,14 @@ "type": "phoneNumber", "text": "\u002B44 (0) 7911 123456", "boundingBox": [ - 4.9226, - 2.6677, - 5.9622, - 2.3518, - 6.0013, - 2.4806, - 4.9618, - 2.7965 + 4.9104, + 2.6685, + 5.9766, + 2.3484, + 6.0147, + 2.4754, + 4.9485, + 2.7955 ], "page": 2, "confidence": 0.99, @@ -1486,14 +1524,14 @@ "type": "phoneNumber", "text": "\u002B44 (0) 20 9876 5432", "boundingBox": [ - 4.9763, - 2.7918, - 6.0633, - 2.4641, - 6.1027, - 2.5948, - 5.0157, - 2.9225 + 4.9583, + 2.7698, + 6.0487, + 2.4576, + 6.0934, + 2.6138, + 5.003, + 2.926 ], "page": 2, "confidence": 0.99, @@ -1514,14 +1552,14 @@ "type": "phoneNumber", "text": "\u002B44 (0) 20 6789 2345", "boundingBox": [ - 5.0651, - 2.9173, - 6.1596, - 2.5755, - 6.2011, - 2.7083, - 5.1066, - 3.0501 + 5.0503, + 2.9104, + 6.1631, + 2.5759, + 6.2062, + 2.7191, + 5.0933, + 3.0536 ], "page": 2, "confidence": 0.99, @@ -1535,58 +1573,58 @@ } ] }, - "Addresses": { + "CompanyNames": { "type": "array", "valueArray": [ { "type": "string", - "valueString": "2 Kingdom Street Paddington, London, W2 6BD", - "text": "2 Kingdom Street Paddington, London, W2 6BD", + "valueString": "Contoso", + "text": "Contoso", "boundingBox": [ - 2.98, - 4.4398, - 5.0907, - 3.7001, - 5.2242, - 4.0809, - 3.1134, - 4.8207 + 2.8333, + 4.0655, + 4.7148, + 3.4673, + 4.8366, + 3.8328, + 2.9661, + 4.4199 ], "page": 2, - "confidence": 0.977, + "confidence": 0.23, "elements": [ - "#/readResults/1/lines/9/words/0", - "#/readResults/1/lines/9/words/1", - "#/readResults/1/lines/9/words/2", - "#/readResults/1/lines/10/words/0", - "#/readResults/1/lines/10/words/1", - "#/readResults/1/lines/10/words/2", - "#/readResults/1/lines/10/words/3" + "#/readResults/1/lines/8/words/0" ] } ] }, - "CompanyNames": { + "Addresses": { "type": "array", "valueArray": [ { "type": "string", - "valueString": "Contoso", - "text": "Contoso", + "valueString": "2 Kingdom Street Paddington, London, W2 6BD", + "text": "2 Kingdom Street Paddington, London, W2 6BD", "boundingBox": [ - 2.8452, - 4.0524, - 4.7091, - 3.4315, - 4.8185, - 3.8275, - 2.9754, - 4.4248 + 2.9493, + 4.4371, + 5.0729, + 3.6661, + 5.2183, + 4.0665, + 3.0947, + 4.8375 ], "page": 2, - "confidence": 0.065, + "confidence": 0.979, "elements": [ - "#/readResults/1/lines/8/words/0" + "#/readResults/1/lines/9/words/0", + "#/readResults/1/lines/9/words/1", + "#/readResults/1/lines/9/words/2", + "#/readResults/1/lines/10/words/0", + "#/readResults/1/lines/10/words/1", + "#/readResults/1/lines/10/words/2", + "#/readResults/1/lines/10/words/3" ] } ] @@ -1600,7 +1638,7 @@ ], "Variables": { "FORM_RECOGNIZER_API_KEY": "Sanitized", - "FORM_RECOGNIZER_ENDPOINT": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/", + "FORM_RECOGNIZER_ENDPOINT": "https://mariari-centraluseuap.cognitiveservices.azure.com/", "RandomSeed": "1306506951" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeBusinessCardsFromUriThrowsForNonExistingContent.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeBusinessCardsFromUriThrowsForNonExistingContent.json index 34303f21e8d59..8f106edb12bec 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeBusinessCardsFromUriThrowsForNonExistingContent.json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeBusinessCardsFromUriThrowsForNonExistingContent.json @@ -1,16 +1,16 @@ { "Entries": [ { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/businessCard/analyze?includeTextDetails=false", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/businessCard/analyze?includeTextDetails=false", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "22", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-45f5a6a2c8b7f445997c8865ad282384-11ae9271f401bd47-00", + "traceparent": "00-36e2cc11b8da21448c093e5a13f50408-588ff33da829374d-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201009.1", + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "f12a63ca961d68ea8fcc1e16051bc653", @@ -21,19 +21,19 @@ }, "StatusCode": 400, "ResponseHeaders": { - "apim-request-id": "7b4deddc-9591-4cfc-95b4-4efeb9bd0e58", + "apim-request-id": "bb407413-47a8-44cd-91fd-7e32cf63faff", "Content-Length": "161", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 09 Oct 2020 23:19:41 GMT", + "Date": "Tue, 17 Nov 2020 00:31:48 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "3664" + "x-envoy-upstream-service-time": "3622" }, "ResponseBody": { "error": { "code": "FailedToDownloadImage", "innerError": { - "requestId": "7b4deddc-9591-4cfc-95b4-4efeb9bd0e58" + "requestId": "bb407413-47a8-44cd-91fd-7e32cf63faff" }, "message": "Failed to download image from input URL." } @@ -42,7 +42,7 @@ ], "Variables": { "FORM_RECOGNIZER_API_KEY": "Sanitized", - "FORM_RECOGNIZER_ENDPOINT": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/", + "FORM_RECOGNIZER_ENDPOINT": "https://mariari-centraluseuap.cognitiveservices.azure.com/", "RandomSeed": "1227656753" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeBusinessCardsFromUriThrowsForNonExistingContentAsync.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeBusinessCardsFromUriThrowsForNonExistingContentAsync.json index c828d3dafce50..1c66fd75d95e4 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeBusinessCardsFromUriThrowsForNonExistingContentAsync.json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeBusinessCardsFromUriThrowsForNonExistingContentAsync.json @@ -1,16 +1,16 @@ { "Entries": [ { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/businessCard/analyze?includeTextDetails=false", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/businessCard/analyze?includeTextDetails=false", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "22", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-b473af9a66e1ef43980ac47327002714-926959fbc9dd0147-00", + "traceparent": "00-7cda24578eb0274f8f72570149d1f8e2-fdc292d82d01ae4f-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201009.1", + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "3557ac817a8e74aafd0b74f8279d3ac1", @@ -21,19 +21,19 @@ }, "StatusCode": 400, "ResponseHeaders": { - "apim-request-id": "b31983e7-5b06-4974-84df-5f2f9880e36d", + "apim-request-id": "4f6c4f66-898b-4239-aa72-54064f7e986c", "Content-Length": "161", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 09 Oct 2020 23:20:04 GMT", + "Date": "Tue, 17 Nov 2020 00:33:13 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "3670" + "x-envoy-upstream-service-time": "3137" }, "ResponseBody": { "error": { "code": "FailedToDownloadImage", "innerError": { - "requestId": "b31983e7-5b06-4974-84df-5f2f9880e36d" + "requestId": "4f6c4f66-898b-4239-aa72-54064f7e986c" }, "message": "Failed to download image from input URL." } @@ -42,7 +42,7 @@ ], "Variables": { "FORM_RECOGNIZER_API_KEY": "Sanitized", - "FORM_RECOGNIZER_ENDPOINT": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/", + "FORM_RECOGNIZER_ENDPOINT": "https://mariari-centraluseuap.cognitiveservices.azure.com/", "RandomSeed": "497174419" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeBusinessCardsIncludeFieldElements.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeBusinessCardsIncludeFieldElements.json index bad62edaca412..ee2bca232e1c8 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeBusinessCardsIncludeFieldElements.json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeBusinessCardsIncludeFieldElements.json @@ -1,16 +1,16 @@ { "Entries": [ { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/businessCard/analyze?includeTextDetails=true", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/businessCard/analyze?includeTextDetails=true", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "915108", "Content-Type": "image/jpeg", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-f30b585a5003d74385b9b305ed906971-65c43291631b3943-00", + "traceparent": "00-f0a079ab6fd40441bcd25505974a5c56-02bbc3a63fb89546-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201009.1", + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "8821a952a91e5abfe77f81b8f179130d", @@ -19,24 +19,24 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "fe857cb9-7bf3-4bde-8f02-9049b3b27d98", + "apim-request-id": "34f5676b-8c2e-4bc2-925c-dec1abbb0d4e", "Content-Length": "0", - "Date": "Fri, 09 Oct 2020 23:19:43 GMT", - "Operation-Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/businessCard/analyzeResults/fe857cb9-7bf3-4bde-8f02-9049b3b27d98", + "Date": "Tue, 17 Nov 2020 00:31:49 GMT", + "Operation-Location": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/businessCard/analyzeResults/34f5676b-8c2e-4bc2-925c-dec1abbb0d4e", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "636" + "x-envoy-upstream-service-time": "603" }, "ResponseBody": [] }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/businessCard/analyzeResults/fe857cb9-7bf3-4bde-8f02-9049b3b27d98", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/businessCard/analyzeResults/34f5676b-8c2e-4bc2-925c-dec1abbb0d4e", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201009.1", + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "13ee3bef010528250e466e3e75604bf3", @@ -45,28 +45,28 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "703556c0-dc7f-4d5e-b8d1-a81a77a501b4", - "Content-Length": "109", + "apim-request-id": "e2de779e-90fd-4668-ab50-e04929a8bcfb", + "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 09 Oct 2020 23:19:43 GMT", + "Date": "Tue, 17 Nov 2020 00:31:49 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "13" + "x-envoy-upstream-service-time": "15" }, "ResponseBody": { - "status": "notStarted", - "createdDateTime": "2020-10-09T23:19:43Z", - "lastUpdatedDateTime": "2020-10-09T23:19:43Z" + "status": "running", + "createdDateTime": "2020-11-17T00:31:49Z", + "lastUpdatedDateTime": "2020-11-17T00:31:49Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/businessCard/analyzeResults/fe857cb9-7bf3-4bde-8f02-9049b3b27d98", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/businessCard/analyzeResults/34f5676b-8c2e-4bc2-925c-dec1abbb0d4e", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201009.1", + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "9e25e42ab6a4786e35cdfac91b870052", @@ -75,28 +75,28 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "79c6038b-9a57-45c7-ac8f-544019e37171", + "apim-request-id": "8a37f182-a1f0-4f59-b549-1aca29df2d22", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 09 Oct 2020 23:19:44 GMT", + "Date": "Tue, 17 Nov 2020 00:31:50 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "20" + "x-envoy-upstream-service-time": "15" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-10-09T23:19:43Z", - "lastUpdatedDateTime": "2020-10-09T23:19:43Z" + "createdDateTime": "2020-11-17T00:31:49Z", + "lastUpdatedDateTime": "2020-11-17T00:31:49Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/businessCard/analyzeResults/fe857cb9-7bf3-4bde-8f02-9049b3b27d98", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/businessCard/analyzeResults/34f5676b-8c2e-4bc2-925c-dec1abbb0d4e", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201009.1", + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "3d152f669c9e507283f979d73a80e587", @@ -105,28 +105,28 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "9f2902fc-1b57-47e3-a607-eba132f199a8", + "apim-request-id": "04beefdc-9185-4fdb-abbc-abf00872f6f6", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 09 Oct 2020 23:19:45 GMT", + "Date": "Tue, 17 Nov 2020 00:31:52 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "11" + "x-envoy-upstream-service-time": "16" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-10-09T23:19:43Z", - "lastUpdatedDateTime": "2020-10-09T23:19:43Z" + "createdDateTime": "2020-11-17T00:31:49Z", + "lastUpdatedDateTime": "2020-11-17T00:31:49Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/businessCard/analyzeResults/fe857cb9-7bf3-4bde-8f02-9049b3b27d98", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/businessCard/analyzeResults/34f5676b-8c2e-4bc2-925c-dec1abbb0d4e", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201009.1", + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "0d8e8d3374533868cc76dd38065b0d87", @@ -135,54 +135,24 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "967d68f9-9e53-4732-a352-e1f98fe8c09d", - "Content-Length": "106", + "apim-request-id": "9c6c47ea-b35b-4d60-a76b-7bbfe53af365", + "Content-Length": "9010", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 09 Oct 2020 23:19:46 GMT", + "Date": "Tue, 17 Nov 2020 00:31:53 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "12" - }, - "ResponseBody": { - "status": "running", - "createdDateTime": "2020-10-09T23:19:43Z", - "lastUpdatedDateTime": "2020-10-09T23:19:43Z" - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/businessCard/analyzeResults/fe857cb9-7bf3-4bde-8f02-9049b3b27d98", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201009.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "45d81b450e4a8e5471d51aab3c963db4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "8006d6c8-bbe7-45f4-a6b9-327545e4c3f7", - "Content-Length": "8383", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 09 Oct 2020 23:19:47 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": "19" }, "ResponseBody": { "status": "succeeded", - "createdDateTime": "2020-10-09T23:19:43Z", - "lastUpdatedDateTime": "2020-10-09T23:19:46Z", + "createdDateTime": "2020-11-17T00:31:49Z", + "lastUpdatedDateTime": "2020-11-17T00:31:52Z", "analyzeResult": { "version": "2.1.0", "readResults": [ { "page": 1, - "angle": -17.0956, + "angle": -16.6836, "width": 4032, "height": 3024, "unit": "pixel", @@ -190,671 +160,737 @@ { "text": "Dr. Avery Smith", "boundingBox": [ - 418, - 1156, + 416, + 1155, 1608, - 874, - 1636, - 994, - 445, - 1264 + 871, + 1637, + 993, + 443, + 1268 ], "words": [ { "text": "Dr.", "boundingBox": [ - 422, - 1166, - 664, - 1105, - 694, - 1214, - 451, - 1264 + 416, + 1161, + 661, + 1103, + 691, + 1217, + 446, + 1268 ], - "confidence": 0.946 + "confidence": 0.984 }, { "text": "Avery", "boundingBox": [ - 703, - 1096, - 1134, - 989, - 1165, - 1109, - 733, - 1206 + 683, + 1098, + 1158, + 984, + 1187, + 1103, + 712, + 1212 ], - "confidence": 0.956 + "confidence": 0.983 }, { "text": "Smith", "boundingBox": [ - 1186, - 976, - 1585, - 879, - 1618, - 998, - 1218, - 1096 + 1179, + 979, + 1610, + 871, + 1637, + 990, + 1209, + 1097 ], - "confidence": 0.943 + "confidence": 0.985 } - ] + ], + "appearance": { + "style": { + "name": "print", + "confidence": 0.998 + } + } }, { "text": "Senior Researcher", "boundingBox": [ - 448, - 1310, - 1314, - 1099, - 1334, - 1180, + 447, + 1313, + 1317, + 1103, + 1332, + 1179, 465, - 1389 + 1390 ], "words": [ { "text": "Senior", "boundingBox": [ - 456, - 1308, - 777, - 1232, - 795, + 447, 1313, - 472, - 1388 + 779, + 1234, + 796, + 1310, + 466, + 1390 ], - "confidence": 0.959 + "confidence": 0.983 }, { "text": "Researcher", "boundingBox": [ - 798, - 1227, - 1313, - 1100, + 794, + 1231, + 1318, + 1103, 1332, - 1179, - 816, - 1308 + 1181, + 811, + 1306 ], - "confidence": 0.959 + "confidence": 0.981 } - ] + ], + "appearance": { + "style": { + "name": "print", + "confidence": 1 + } + } }, { "text": "Cloud \u0026 Al Department", "boundingBox": [ 474, - 1407, - 1593, - 1129, - 1615, - 1216, + 1410, + 1596, + 1131, + 1613, + 1215, 494, - 1489 + 1490 ], "words": [ { "text": "Cloud", "boundingBox": [ - 483, - 1410, - 759, - 1340, - 778, - 1423, - 501, - 1488 + 474, + 1411, + 771, + 1337, + 790, + 1421, + 494, + 1490 ], - "confidence": 0.958 + "confidence": 0.984 }, { "text": "\u0026", "boundingBox": [ - 799, - 1330, - 851, - 1317, - 870, - 1401, - 819, - 1414 + 792, + 1332, + 876, + 1311, + 894, + 1396, + 811, + 1416 ], - "confidence": 0.889 + "confidence": 0.983 }, { "text": "Al", "boundingBox": [ - 907, - 1302, - 1014, - 1275, - 1035, - 1362, - 927, - 1388 + 902, + 1305, + 1011, + 1277, + 1029, + 1363, + 920, + 1390 ], - "confidence": 0.762 + "confidence": 0.817 }, { "text": "Department", "boundingBox": [ - 1029, - 1272, - 1589, - 1130, - 1612, - 1217, - 1050, - 1358 + 1027, + 1274, + 1594, + 1132, + 1611, + 1215, + 1045, + 1359 ], - "confidence": 0.959 + "confidence": 0.981 } - ] + ], + "appearance": { + "style": { + "name": "print", + "confidence": 1 + } + } }, { "text": "avery.smith@contoso.com", "boundingBox": [ - 2101, - 932, - 2938, - 689, - 2957, - 755, + 2102, + 933, + 2939, + 697, + 2952, + 757, 2119, - 996 + 994 ], "words": [ { "text": "avery.smith@contoso.com", "boundingBox": [ - 2107, - 934, - 2917, - 696, - 2935, + 2103, + 935, + 2926, + 701, + 2938, 764, - 2126, - 995 + 2119, + 994 ], - "confidence": 0.849 + "confidence": 0.943 } - ] + ], + "appearance": { + "style": { + "name": "print", + "confidence": 1 + } + } }, { "text": "https://www.contoso.com/", "boundingBox": [ - 2118, - 1002, - 2994, - 754, - 3015, - 826, - 2139, - 1076 + 2116, + 1004, + 2986, + 756, + 3007, + 825, + 2135, + 1075 ], "words": [ { "text": "https://www.contoso.com/", "boundingBox": [ - 2121, - 1002, - 2992, - 755, - 3014, - 826, - 2143, - 1077 + 2116, + 1004, + 2981, + 757, + 3006, + 824, + 2136, + 1075 ], - "confidence": 0.864 + "confidence": 0.939 } - ] + ], + "appearance": { + "style": { + "name": "print", + "confidence": 1 + } + } }, { "text": "mob: \u002B44 (0) 7911 123456", "boundingBox": [ - 2240, - 1093, - 3073, - 835, - 3097, + 2239, + 1098, + 3080, + 846, + 3100, 912, - 2262, - 1167 + 2256, + 1165 ], "words": [ { "text": "mob:", "boundingBox": [ - 2240, - 1097, - 2421, - 1042, - 2446, - 1113, - 2265, - 1167 + 2239, + 1103, + 2425, + 1043, + 2441, + 1112, + 2256, + 1165 ], - "confidence": 0.958 + "confidence": 0.983 }, { "text": "\u002B44", "boundingBox": [ - 2436, - 1037, - 2553, - 1001, - 2578, - 1073, - 2461, - 1109 + 2437, + 1039, + 2554, + 1002, + 2571, + 1074, + 2453, + 1108 ], - "confidence": 0.942 + "confidence": 0.987 }, { "text": "(0)", "boundingBox": [ - 2567, - 997, - 2661, + 2566, + 998, + 2667, 967, - 2686, + 2684, 1040, - 2592, - 1069 + 2583, + 1070 ], - "confidence": 0.946 + "confidence": 0.983 }, { "text": "7911", "boundingBox": [ - 2675, - 963, - 2830, - 914, - 2855, - 989, - 2700, + 2679, + 964, + 2833, + 918, + 2850, + 990, + 2696, 1036 ], - "confidence": 0.919 + "confidence": 0.984 }, { "text": "123456", "boundingBox": [ - 2844, - 909, - 3072, - 836, - 3095, + 2846, 914, - 2869, - 984 + 3082, + 846, + 3099, + 913, + 2863, + 986 ], - "confidence": 0.954 + "confidence": 0.983 } - ] + ], + "appearance": { + "style": { + "name": "print", + "confidence": 0.998 + } + } }, { "text": "tel: \u002B44 (0) 20 9876 5432", "boundingBox": [ - 2343, - 1154, - 3138, - 908, - 3162, + 2341, + 1158, + 3137, + 914, + 3153, 983, - 2365, - 1227 + 2362, + 1224 ], "words": [ { "text": "tel:", "boundingBox": [ - 2344, - 1160, - 2461, + 2342, + 1161, + 2459, 1123, - 2483, + 2478, 1192, - 2364, - 1227 + 2361, + 1224 ], - "confidence": 0.958 + "confidence": 0.986 }, { "text": "\u002B44", "boundingBox": [ - 2474, - 1118, - 2593, - 1080, - 2617, - 1152, - 2496, - 1188 + 2472, + 1119, + 2589, + 1082, + 2608, + 1155, + 2491, + 1189 ], - "confidence": 0.959 + "confidence": 0.987 }, { "text": "(0)", "boundingBox": [ - 2607, - 1076, - 2700, - 1047, - 2724, - 1120, - 2630, - 1148 + 2602, + 1078, + 2703, + 1046, + 2720, + 1121, + 2620, + 1151 ], - "confidence": 0.884 + "confidence": 0.983 }, { "text": "20", "boundingBox": [ - 2713, - 1043, - 2797, - 1016, - 2822, - 1090, - 2737, - 1116 + 2716, + 1042, + 2791, + 1019, + 2808, + 1094, + 2733, + 1117 ], - "confidence": 0.958 + "confidence": 0.988 }, { "text": "9876", "boundingBox": [ - 2810, - 1012, - 2965, - 963, - 2991, + 2804, + 1015, + 2964, + 967, + 2980, 1038, - 2835, - 1086 + 2821, + 1090 ], - "confidence": 0.958 + "confidence": 0.982 }, { "text": "5432", "boundingBox": [ - 2978, - 958, - 3135, - 909, - 3163, - 984, - 3005, + 2977, + 963, + 3137, + 915, + 3152, + 981, + 2993, 1034 ], - "confidence": 0.955 + "confidence": 0.983 } - ] + ], + "appearance": { + "style": { + "name": "print", + "confidence": 0.992 + } + } }, { "text": "fax: \u002B44 (0) 20 6789 2345", "boundingBox": [ - 2374, - 1235, - 3194, - 977, + 2376, + 1242, + 3199, + 981, 3219, - 1056, - 2398, - 1311 + 1055, + 2396, + 1308 ], "words": [ { "text": "fax:", "boundingBox": [ - 2377, - 1237, - 2513, - 1196, - 2538, + 2376, + 1243, + 2512, + 1199, + 2531, 1270, - 2401, - 1311 + 2395, + 1308 ], - "confidence": 0.959 + "confidence": 0.984 }, { "text": "\u002B44", "boundingBox": [ - 2527, - 1192, - 2649, - 1154, - 2674, - 1229, - 2552, - 1266 + 2525, + 1195, + 2644, + 1157, + 2663, + 1232, + 2544, + 1267 ], - "confidence": 0.958 + "confidence": 0.983 }, { "text": "(0)", "boundingBox": [ - 2663, - 1150, - 2755, + 2657, + 1153, + 2759, 1121, - 2780, - 1196, - 2688, - 1224 + 2778, + 1197, + 2676, + 1228 ], - "confidence": 0.857 + "confidence": 0.983 }, { "text": "20", "boundingBox": [ - 2770, - 1116, - 2852, - 1090, - 2877, - 1166, - 2795, - 1191 + 2772, + 1117, + 2853, + 1091, + 2872, + 1167, + 2791, + 1193 ], - "confidence": 0.958 + "confidence": 0.988 }, { "text": "6789", "boundingBox": [ - 2867, - 1086, - 3021, - 1035, - 3046, - 1112, - 2892, - 1161 + 2866, + 1087, + 3028, + 1036, + 3047, + 1110, + 2885, + 1163 ], - "confidence": 0.913 + "confidence": 0.985 }, { "text": "2345", "boundingBox": [ - 3036, - 1031, - 3192, - 978, - 3217, - 1057, - 3061, - 1108 + 3041, + 1032, + 3199, + 982, + 3218, + 1052, + 3060, + 1106 ], - "confidence": 0.943 + "confidence": 0.983 } - ] + ], + "appearance": { + "style": { + "name": "print", + "confidence": 0.991 + } + } }, { "text": "Contoso", "boundingBox": [ 1145, - 1908, - 2303, - 1549, - 2366, - 1732, - 1206, - 2105 + 1922, + 2313, + 1562, + 2368, + 1731, + 1200, + 2099 ], "words": [ { "text": "Contoso", "boundingBox": [ - 1152, - 1916, - 2293, - 1552, - 2358, - 1733, - 1219, - 2105 + 1157, + 1923, + 2299, + 1565, + 2361, + 1731, + 1213, + 2098 ], - "confidence": 0.959 + "confidence": 0.982 } - ] + ], + "appearance": { + "style": { + "name": "print", + "confidence": 1 + } + } }, { "text": "2 Kingdom Street", "boundingBox": [ - 1227, + 1228, 2139, - 2027, - 1869, - 2059, - 1961, - 1260, - 2236 + 2028, + 1876, + 2058, + 1962, + 1257, + 2235 ], "words": [ { "text": "2", "boundingBox": [ - 1230, + 1229, 2138, - 1295, + 1293, 2116, - 1333, - 2213, - 1269, + 1322, + 2215, + 1258, 2236 ], - "confidence": 0.89 + "confidence": 0.987 }, { "text": "Kingdom", "boundingBox": [ - 1315, - 2109, - 1710, - 1974, - 1746, - 2069, - 1352, - 2207 + 1313, + 2110, + 1726, + 1975, + 1753, + 2065, + 1341, + 2209 ], - "confidence": 0.959 + "confidence": 0.984 }, { "text": "Street", "boundingBox": [ - 1756, - 1959, - 2026, - 1869, - 2059, - 1958, - 1792, - 2053 + 1745, + 1969, + 2030, + 1877, + 2056, + 1954, + 1772, + 2059 ], - "confidence": 0.959 + "confidence": 0.984 } - ] + ], + "appearance": { + "style": { + "name": "print", + "confidence": 1 + } + } }, { "text": "Paddington, London, W2 6BD", "boundingBox": [ - 1271, - 2260, - 2578, - 1797, - 2613, + 1273, + 2262, + 2576, + 1803, + 2608, 1898, - 1306, - 2359 + 1304, + 2354 ], "words": [ { "text": "Paddington,", "boundingBox": [ - 1275, - 2260, - 1855, - 2052, - 1890, - 2158, - 1308, - 2359 + 1274, + 2262, + 1850, + 2056, + 1881, + 2160, + 1302, + 2354 ], - "confidence": 0.938 + "confidence": 0.976 }, { "text": "London,", "boundingBox": [ - 1874, - 2045, - 2229, - 1920, - 2265, - 2023, - 1909, - 2151 + 1869, + 2049, + 2224, + 1925, + 2256, + 2024, + 1899, + 2154 ], - "confidence": 0.958 + "confidence": 0.984 }, { "text": "W2", "boundingBox": [ - 2249, - 1913, - 2391, - 1863, - 2427, - 1963, - 2284, - 2016 + 2242, + 1919, + 2380, + 1870, + 2413, + 1965, + 2274, + 2017 ], - "confidence": 0.94 + "confidence": 0.988 }, { "text": "6BD", "boundingBox": [ - 2410, - 1856, - 2575, - 1798, - 2611, - 1894, - 2446, - 1956 + 2398, + 1864, + 2573, + 1804, + 2607, + 1889, + 2431, + 1957 ], - "confidence": 0.909 + "confidence": 0.982 } - ] + ], + "appearance": { + "style": { + "name": "print", + "confidence": 1 + } + } } ] } @@ -878,14 +914,14 @@ "valueString": "Avery", "text": "Avery", "boundingBox": [ - 703, - 1096, - 1134, - 989, - 1165, - 1109, - 733, - 1206 + 683, + 1098, + 1158, + 984, + 1187, + 1103, + 712, + 1212 ], "page": 1, "elements": [ @@ -897,14 +933,14 @@ "valueString": "Smith", "text": "Smith", "boundingBox": [ - 1186, - 976, - 1585, - 879, - 1618, - 998, - 1218, - 1096 + 1179, + 979, + 1610, + 871, + 1637, + 990, + 1209, + 1097 ], "page": 1, "elements": [ @@ -914,16 +950,17 @@ }, "text": "Dr. Avery Smith", "boundingBox": [ - 419.3, - 1154.6, - 1589.6, - 877.9, - 1618.9, - 1001.7, - 448.6, - 1278.4 + 413.8, + 1151.8, + 1610, + 871, + 1639.5, + 996.8, + 443.4, + 1277.6 ], - "confidence": 0.793, + "page": 1, + "confidence": 0.979, "elements": [ "#/readResults/0/lines/0/words/0", "#/readResults/0/lines/0/words/1", @@ -940,14 +977,14 @@ "valueString": "Senior Researcher", "text": "Senior Researcher", "boundingBox": [ - 451.8, - 1301.9, - 1313.5, - 1099.9, - 1333.8, - 1186.7, - 472.2, - 1388.7 + 446.8, + 1312.2, + 1318, + 1103, + 1336.7, + 1180.9, + 465.5, + 1390.1 ], "page": 1, "confidence": 0.99, @@ -966,17 +1003,17 @@ "valueString": "Cloud \u0026 Al Department", "text": "Cloud \u0026 Al Department", "boundingBox": [ - 480.1, - 1403.3, - 1590.5, - 1129.6, - 1612.6, - 1219.6, - 502.3, - 1493.3 + 473.1, + 1407.2, + 1594, + 1132, + 1615.4, + 1219.3, + 494.5, + 1494.5 ], "page": 1, - "confidence": 0.99, + "confidence": 0.989, "elements": [ "#/readResults/0/lines/2/words/0", "#/readResults/0/lines/2/words/1", @@ -994,14 +1031,14 @@ "valueString": "avery.smith@contoso.com", "text": "avery.smith@contoso.com", "boundingBox": [ - 2107, - 934, - 2917, - 696, - 2935, + 2103, + 935, + 2926, + 701, + 2938, 764, - 2126, - 995 + 2119, + 994 ], "page": 1, "confidence": 0.99, @@ -1019,17 +1056,17 @@ "valueString": "https://www.contoso.com/", "text": "https://www.contoso.com/", "boundingBox": [ - 2121, - 1002, - 2992, - 755, - 3014, - 826, - 2143, - 1077 + 2116, + 1004, + 2981, + 757, + 3006, + 824, + 2136, + 1075 ], "page": 1, - "confidence": 0.995, + "confidence": 0.99, "elements": [ "#/readResults/0/lines/4/words/0" ] @@ -1043,14 +1080,14 @@ "type": "phoneNumber", "text": "\u002B44 (0) 7911 123456", "boundingBox": [ - 2434.9, - 1033.3, - 3072, - 836, - 3096.2, - 914.3, - 2459.1, - 1111.6 + 2431.9, + 1037.2, + 3081.2, + 843.3, + 3102.7, + 915.2, + 2453.3, + 1109.1 ], "page": 1, "confidence": 0.99, @@ -1070,14 +1107,14 @@ "type": "phoneNumber", "text": "\u002B44 (0) 20 9876 5432", "boundingBox": [ - 2473.2, - 1115.4, - 3139.2, - 907.7, - 3163.2, - 984.7, - 2497.2, - 1192.4 + 2469.1, + 1118.1, + 3136.2, + 912.4, + 3158.8, + 985.8, + 2491.8, + 1191.5 ], "page": 1, "confidence": 0.99, @@ -1098,14 +1135,14 @@ "type": "phoneNumber", "text": "\u002B44 (0) 20 6789 2345", "boundingBox": [ - 2525, - 1185.4, - 3192.4, - 977.9, - 3217.9, - 1060, - 2550.5, - 1267.5 + 2521.3, + 1196.2, + 3198, + 979, + 3222.3, + 1054.7, + 2545.6, + 1271.9 ], "page": 1, "confidence": 0.99, @@ -1119,58 +1156,58 @@ } ] }, - "Addresses": { + "CompanyNames": { "type": "array", "valueArray": [ { "type": "string", - "valueString": "2 Kingdom Street Paddington, London, W2 6BD", - "text": "2 Kingdom Street Paddington, London, W2 6BD", + "valueString": "Contoso", + "text": "Contoso", "boundingBox": [ - 1230, - 2138, - 2535.2, - 1678.6, - 2614.2, - 1903.1, - 1309, - 2362.5 + 1157, + 1923, + 2299, + 1565, + 2361, + 1731, + 1213, + 2098 ], "page": 1, - "confidence": 0.977, + "confidence": 0.222, "elements": [ - "#/readResults/0/lines/9/words/0", - "#/readResults/0/lines/9/words/1", - "#/readResults/0/lines/9/words/2", - "#/readResults/0/lines/10/words/0", - "#/readResults/0/lines/10/words/1", - "#/readResults/0/lines/10/words/2", - "#/readResults/0/lines/10/words/3" + "#/readResults/0/lines/8/words/0" ] } ] }, - "CompanyNames": { + "Addresses": { "type": "array", "valueArray": [ { "type": "string", - "valueString": "Contoso", - "text": "Contoso", + "valueString": "2 Kingdom Street Paddington, London, W2 6BD", + "text": "2 Kingdom Street Paddington, London, W2 6BD", "boundingBox": [ - 1152, - 1916, - 2293, - 1552, - 2358, - 1733, - 1219, - 2105 + 1224.6, + 2139.5, + 2536.4, + 1685.2, + 2613.1, + 1906.7, + 1301.3, + 2361 ], "page": 1, - "confidence": 0.067, + "confidence": 0.979, "elements": [ - "#/readResults/0/lines/8/words/0" + "#/readResults/0/lines/9/words/0", + "#/readResults/0/lines/9/words/1", + "#/readResults/0/lines/9/words/2", + "#/readResults/0/lines/10/words/0", + "#/readResults/0/lines/10/words/1", + "#/readResults/0/lines/10/words/2", + "#/readResults/0/lines/10/words/3" ] } ] @@ -1184,7 +1221,7 @@ ], "Variables": { "FORM_RECOGNIZER_API_KEY": "Sanitized", - "FORM_RECOGNIZER_ENDPOINT": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/", + "FORM_RECOGNIZER_ENDPOINT": "https://mariari-centraluseuap.cognitiveservices.azure.com/", "RandomSeed": "767711153" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeBusinessCardsIncludeFieldElementsAsync.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeBusinessCardsIncludeFieldElementsAsync.json index 393ecf9f9414a..5619b6f089cf7 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeBusinessCardsIncludeFieldElementsAsync.json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeBusinessCardsIncludeFieldElementsAsync.json @@ -1,16 +1,16 @@ { "Entries": [ { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/businessCard/analyze?includeTextDetails=true", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/businessCard/analyze?includeTextDetails=true", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "915108", "Content-Type": "image/jpeg", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-dcd0aea7d934084693803483093ec111-5c6a7c7c3ef38445-00", + "traceparent": "00-e67c9392cb1d7a458dc2642700d968b4-a2eeb15add587549-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201009.1", + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "d059bae6edd16796c9a228465699cb3a", @@ -19,24 +19,24 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "aba12647-c115-4d61-a3e4-270bd05cd903", + "apim-request-id": "53e0c6b5-f62e-4b55-8fd9-66557e64b645", "Content-Length": "0", - "Date": "Fri, 09 Oct 2020 23:20:04 GMT", - "Operation-Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/businessCard/analyzeResults/aba12647-c115-4d61-a3e4-270bd05cd903", + "Date": "Tue, 17 Nov 2020 00:33:13 GMT", + "Operation-Location": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/businessCard/analyzeResults/53e0c6b5-f62e-4b55-8fd9-66557e64b645", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "751" + "x-envoy-upstream-service-time": "605" }, "ResponseBody": [] }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/businessCard/analyzeResults/aba12647-c115-4d61-a3e4-270bd05cd903", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/businessCard/analyzeResults/53e0c6b5-f62e-4b55-8fd9-66557e64b645", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201009.1", + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "35d668c17e8c606663f8c8ba04b43628", @@ -45,28 +45,28 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "062c0c9b-0c46-4a90-9549-6274e98502df", + "apim-request-id": "292b5f9d-04dd-4b5e-8652-622f2b990ec3", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 09 Oct 2020 23:20:05 GMT", + "Date": "Tue, 17 Nov 2020 00:33:13 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "15" + "x-envoy-upstream-service-time": "11" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-10-09T23:20:05Z", - "lastUpdatedDateTime": "2020-10-09T23:20:05Z" + "createdDateTime": "2020-11-17T00:33:13Z", + "lastUpdatedDateTime": "2020-11-17T00:33:13Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/businessCard/analyzeResults/aba12647-c115-4d61-a3e4-270bd05cd903", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/businessCard/analyzeResults/53e0c6b5-f62e-4b55-8fd9-66557e64b645", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201009.1", + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "449c7b1195d72fd9f76c16d023f7a8b0", @@ -75,28 +75,28 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "5f9d7c84-dccb-42c5-b4f5-8755bec38e87", + "apim-request-id": "cb2aade6-85ca-491a-b27d-f823d9bfed71", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 09 Oct 2020 23:20:06 GMT", + "Date": "Tue, 17 Nov 2020 00:33:15 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "10" + "x-envoy-upstream-service-time": "12" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-10-09T23:20:05Z", - "lastUpdatedDateTime": "2020-10-09T23:20:05Z" + "createdDateTime": "2020-11-17T00:33:13Z", + "lastUpdatedDateTime": "2020-11-17T00:33:14Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/businessCard/analyzeResults/aba12647-c115-4d61-a3e4-270bd05cd903", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/businessCard/analyzeResults/53e0c6b5-f62e-4b55-8fd9-66557e64b645", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201009.1", + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "b4532ee243df68e353f96dd925db6215", @@ -105,54 +105,24 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "93ef78f5-26b1-4134-9fb0-3a1d5dd92ff3", - "Content-Length": "106", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 09 Oct 2020 23:20:07 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "10" - }, - "ResponseBody": { - "status": "running", - "createdDateTime": "2020-10-09T23:20:05Z", - "lastUpdatedDateTime": "2020-10-09T23:20:05Z" - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/businessCard/analyzeResults/aba12647-c115-4d61-a3e4-270bd05cd903", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201009.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "da35ff6b87fd2c628ea73d1f68963c6b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "ffd1bb53-c50f-4920-89c7-867a24afe743", - "Content-Length": "8383", + "apim-request-id": "4ce1e88e-f28b-44fa-bab0-f467de3048eb", + "Content-Length": "9010", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 09 Oct 2020 23:20:08 GMT", + "Date": "Tue, 17 Nov 2020 00:33:16 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", "x-envoy-upstream-service-time": "19" }, "ResponseBody": { "status": "succeeded", - "createdDateTime": "2020-10-09T23:20:05Z", - "lastUpdatedDateTime": "2020-10-09T23:20:08Z", + "createdDateTime": "2020-11-17T00:33:13Z", + "lastUpdatedDateTime": "2020-11-17T00:33:16Z", "analyzeResult": { "version": "2.1.0", "readResults": [ { "page": 1, - "angle": -17.0956, + "angle": -16.6836, "width": 4032, "height": 3024, "unit": "pixel", @@ -160,671 +130,737 @@ { "text": "Dr. Avery Smith", "boundingBox": [ - 418, - 1156, + 416, + 1155, 1608, - 874, - 1636, - 994, - 445, - 1264 + 871, + 1637, + 993, + 443, + 1268 ], "words": [ { "text": "Dr.", "boundingBox": [ - 422, - 1166, - 664, - 1105, - 694, - 1214, - 451, - 1264 + 416, + 1161, + 661, + 1103, + 691, + 1217, + 446, + 1268 ], - "confidence": 0.946 + "confidence": 0.984 }, { "text": "Avery", "boundingBox": [ - 703, - 1096, - 1134, - 989, - 1165, - 1109, - 733, - 1206 + 683, + 1098, + 1158, + 984, + 1187, + 1103, + 712, + 1212 ], - "confidence": 0.956 + "confidence": 0.983 }, { "text": "Smith", "boundingBox": [ - 1186, - 976, - 1585, - 879, - 1618, - 998, - 1218, - 1096 + 1179, + 979, + 1610, + 871, + 1637, + 990, + 1209, + 1097 ], - "confidence": 0.943 + "confidence": 0.985 } - ] + ], + "appearance": { + "style": { + "name": "print", + "confidence": 0.998 + } + } }, { "text": "Senior Researcher", "boundingBox": [ - 448, - 1310, - 1314, - 1099, - 1334, - 1180, + 447, + 1313, + 1317, + 1103, + 1332, + 1179, 465, - 1389 + 1390 ], "words": [ { "text": "Senior", "boundingBox": [ - 456, - 1308, - 777, - 1232, - 795, + 447, 1313, - 472, - 1388 + 779, + 1234, + 796, + 1310, + 466, + 1390 ], - "confidence": 0.959 + "confidence": 0.983 }, { "text": "Researcher", "boundingBox": [ - 798, - 1227, - 1313, - 1100, + 794, + 1231, + 1318, + 1103, 1332, - 1179, - 816, - 1308 + 1181, + 811, + 1306 ], - "confidence": 0.959 + "confidence": 0.981 } - ] + ], + "appearance": { + "style": { + "name": "print", + "confidence": 1 + } + } }, { "text": "Cloud \u0026 Al Department", "boundingBox": [ 474, - 1407, - 1593, - 1129, - 1615, - 1216, + 1410, + 1596, + 1131, + 1613, + 1215, 494, - 1489 + 1490 ], "words": [ { "text": "Cloud", "boundingBox": [ - 483, - 1410, - 759, - 1340, - 778, - 1423, - 501, - 1488 + 474, + 1411, + 771, + 1337, + 790, + 1421, + 494, + 1490 ], - "confidence": 0.958 + "confidence": 0.984 }, { "text": "\u0026", "boundingBox": [ - 799, - 1330, - 851, - 1317, - 870, - 1401, - 819, - 1414 + 792, + 1332, + 876, + 1311, + 894, + 1396, + 811, + 1416 ], - "confidence": 0.889 + "confidence": 0.983 }, { "text": "Al", "boundingBox": [ - 907, - 1302, - 1014, - 1275, - 1035, - 1362, - 927, - 1388 + 902, + 1305, + 1011, + 1277, + 1029, + 1363, + 920, + 1390 ], - "confidence": 0.762 + "confidence": 0.817 }, { "text": "Department", "boundingBox": [ - 1029, - 1272, - 1589, - 1130, - 1612, - 1217, - 1050, - 1358 + 1027, + 1274, + 1594, + 1132, + 1611, + 1215, + 1045, + 1359 ], - "confidence": 0.959 + "confidence": 0.981 } - ] + ], + "appearance": { + "style": { + "name": "print", + "confidence": 1 + } + } }, { "text": "avery.smith@contoso.com", "boundingBox": [ - 2101, - 932, - 2938, - 689, - 2957, - 755, + 2102, + 933, + 2939, + 697, + 2952, + 757, 2119, - 996 + 994 ], "words": [ { "text": "avery.smith@contoso.com", "boundingBox": [ - 2107, - 934, - 2917, - 696, - 2935, + 2103, + 935, + 2926, + 701, + 2938, 764, - 2126, - 995 + 2119, + 994 ], - "confidence": 0.849 + "confidence": 0.943 } - ] + ], + "appearance": { + "style": { + "name": "print", + "confidence": 1 + } + } }, { "text": "https://www.contoso.com/", "boundingBox": [ - 2118, - 1002, - 2994, - 754, - 3015, - 826, - 2139, - 1076 + 2116, + 1004, + 2986, + 756, + 3007, + 825, + 2135, + 1075 ], "words": [ { "text": "https://www.contoso.com/", "boundingBox": [ - 2121, - 1002, - 2992, - 755, - 3014, - 826, - 2143, - 1077 + 2116, + 1004, + 2981, + 757, + 3006, + 824, + 2136, + 1075 ], - "confidence": 0.864 + "confidence": 0.939 } - ] + ], + "appearance": { + "style": { + "name": "print", + "confidence": 1 + } + } }, { "text": "mob: \u002B44 (0) 7911 123456", "boundingBox": [ - 2240, - 1093, - 3073, - 835, - 3097, + 2239, + 1098, + 3080, + 846, + 3100, 912, - 2262, - 1167 + 2256, + 1165 ], "words": [ { "text": "mob:", "boundingBox": [ - 2240, - 1097, - 2421, - 1042, - 2446, - 1113, - 2265, - 1167 + 2239, + 1103, + 2425, + 1043, + 2441, + 1112, + 2256, + 1165 ], - "confidence": 0.958 + "confidence": 0.983 }, { "text": "\u002B44", "boundingBox": [ - 2436, - 1037, - 2553, - 1001, - 2578, - 1073, - 2461, - 1109 + 2437, + 1039, + 2554, + 1002, + 2571, + 1074, + 2453, + 1108 ], - "confidence": 0.942 + "confidence": 0.987 }, { "text": "(0)", "boundingBox": [ - 2567, - 997, - 2661, + 2566, + 998, + 2667, 967, - 2686, + 2684, 1040, - 2592, - 1069 + 2583, + 1070 ], - "confidence": 0.946 + "confidence": 0.983 }, { "text": "7911", "boundingBox": [ - 2675, - 963, - 2830, - 914, - 2855, - 989, - 2700, + 2679, + 964, + 2833, + 918, + 2850, + 990, + 2696, 1036 ], - "confidence": 0.919 + "confidence": 0.984 }, { "text": "123456", "boundingBox": [ - 2844, - 909, - 3072, - 836, - 3095, + 2846, 914, - 2869, - 984 + 3082, + 846, + 3099, + 913, + 2863, + 986 ], - "confidence": 0.954 + "confidence": 0.983 } - ] + ], + "appearance": { + "style": { + "name": "print", + "confidence": 0.998 + } + } }, { "text": "tel: \u002B44 (0) 20 9876 5432", "boundingBox": [ - 2343, - 1154, - 3138, - 908, - 3162, + 2341, + 1158, + 3137, + 914, + 3153, 983, - 2365, - 1227 + 2362, + 1224 ], "words": [ { "text": "tel:", "boundingBox": [ - 2344, - 1160, - 2461, + 2342, + 1161, + 2459, 1123, - 2483, + 2478, 1192, - 2364, - 1227 + 2361, + 1224 ], - "confidence": 0.958 + "confidence": 0.986 }, { "text": "\u002B44", "boundingBox": [ - 2474, - 1118, - 2593, - 1080, - 2617, - 1152, - 2496, - 1188 + 2472, + 1119, + 2589, + 1082, + 2608, + 1155, + 2491, + 1189 ], - "confidence": 0.959 + "confidence": 0.987 }, { "text": "(0)", "boundingBox": [ - 2607, - 1076, - 2700, - 1047, - 2724, - 1120, - 2630, - 1148 + 2602, + 1078, + 2703, + 1046, + 2720, + 1121, + 2620, + 1151 ], - "confidence": 0.884 + "confidence": 0.983 }, { "text": "20", "boundingBox": [ - 2713, - 1043, - 2797, - 1016, - 2822, - 1090, - 2737, - 1116 + 2716, + 1042, + 2791, + 1019, + 2808, + 1094, + 2733, + 1117 ], - "confidence": 0.958 + "confidence": 0.988 }, { "text": "9876", "boundingBox": [ - 2810, - 1012, - 2965, - 963, - 2991, + 2804, + 1015, + 2964, + 967, + 2980, 1038, - 2835, - 1086 + 2821, + 1090 ], - "confidence": 0.958 + "confidence": 0.982 }, { "text": "5432", "boundingBox": [ - 2978, - 958, - 3135, - 909, - 3163, - 984, - 3005, + 2977, + 963, + 3137, + 915, + 3152, + 981, + 2993, 1034 ], - "confidence": 0.955 + "confidence": 0.983 } - ] + ], + "appearance": { + "style": { + "name": "print", + "confidence": 0.992 + } + } }, { "text": "fax: \u002B44 (0) 20 6789 2345", "boundingBox": [ - 2374, - 1235, - 3194, - 977, + 2376, + 1242, + 3199, + 981, 3219, - 1056, - 2398, - 1311 + 1055, + 2396, + 1308 ], "words": [ { "text": "fax:", "boundingBox": [ - 2377, - 1237, - 2513, - 1196, - 2538, + 2376, + 1243, + 2512, + 1199, + 2531, 1270, - 2401, - 1311 + 2395, + 1308 ], - "confidence": 0.959 + "confidence": 0.984 }, { "text": "\u002B44", "boundingBox": [ - 2527, - 1192, - 2649, - 1154, - 2674, - 1229, - 2552, - 1266 + 2525, + 1195, + 2644, + 1157, + 2663, + 1232, + 2544, + 1267 ], - "confidence": 0.958 + "confidence": 0.983 }, { "text": "(0)", "boundingBox": [ - 2663, - 1150, - 2755, + 2657, + 1153, + 2759, 1121, - 2780, - 1196, - 2688, - 1224 + 2778, + 1197, + 2676, + 1228 ], - "confidence": 0.857 + "confidence": 0.983 }, { "text": "20", "boundingBox": [ - 2770, - 1116, - 2852, - 1090, - 2877, - 1166, - 2795, - 1191 + 2772, + 1117, + 2853, + 1091, + 2872, + 1167, + 2791, + 1193 ], - "confidence": 0.958 + "confidence": 0.988 }, { "text": "6789", "boundingBox": [ - 2867, - 1086, - 3021, - 1035, - 3046, - 1112, - 2892, - 1161 + 2866, + 1087, + 3028, + 1036, + 3047, + 1110, + 2885, + 1163 ], - "confidence": 0.913 + "confidence": 0.985 }, { "text": "2345", "boundingBox": [ - 3036, - 1031, - 3192, - 978, - 3217, - 1057, - 3061, - 1108 + 3041, + 1032, + 3199, + 982, + 3218, + 1052, + 3060, + 1106 ], - "confidence": 0.943 + "confidence": 0.983 } - ] + ], + "appearance": { + "style": { + "name": "print", + "confidence": 0.991 + } + } }, { "text": "Contoso", "boundingBox": [ 1145, - 1908, - 2303, - 1549, - 2366, - 1732, - 1206, - 2105 + 1922, + 2313, + 1562, + 2368, + 1731, + 1200, + 2099 ], "words": [ { "text": "Contoso", "boundingBox": [ - 1152, - 1916, - 2293, - 1552, - 2358, - 1733, - 1219, - 2105 + 1157, + 1923, + 2299, + 1565, + 2361, + 1731, + 1213, + 2098 ], - "confidence": 0.959 + "confidence": 0.982 } - ] + ], + "appearance": { + "style": { + "name": "print", + "confidence": 1 + } + } }, { "text": "2 Kingdom Street", "boundingBox": [ - 1227, + 1228, 2139, - 2027, - 1869, - 2059, - 1961, - 1260, - 2236 + 2028, + 1876, + 2058, + 1962, + 1257, + 2235 ], "words": [ { "text": "2", "boundingBox": [ - 1230, + 1229, 2138, - 1295, + 1293, 2116, - 1333, - 2213, - 1269, + 1322, + 2215, + 1258, 2236 ], - "confidence": 0.89 + "confidence": 0.987 }, { "text": "Kingdom", "boundingBox": [ - 1315, - 2109, - 1710, - 1974, - 1746, - 2069, - 1352, - 2207 + 1313, + 2110, + 1726, + 1975, + 1753, + 2065, + 1341, + 2209 ], - "confidence": 0.959 + "confidence": 0.984 }, { "text": "Street", "boundingBox": [ - 1756, - 1959, - 2026, - 1869, - 2059, - 1958, - 1792, - 2053 + 1745, + 1969, + 2030, + 1877, + 2056, + 1954, + 1772, + 2059 ], - "confidence": 0.959 + "confidence": 0.984 } - ] + ], + "appearance": { + "style": { + "name": "print", + "confidence": 1 + } + } }, { "text": "Paddington, London, W2 6BD", "boundingBox": [ - 1271, - 2260, - 2578, - 1797, - 2613, + 1273, + 2262, + 2576, + 1803, + 2608, 1898, - 1306, - 2359 + 1304, + 2354 ], "words": [ { "text": "Paddington,", "boundingBox": [ - 1275, - 2260, - 1855, - 2052, - 1890, - 2158, - 1308, - 2359 + 1274, + 2262, + 1850, + 2056, + 1881, + 2160, + 1302, + 2354 ], - "confidence": 0.938 + "confidence": 0.976 }, { "text": "London,", "boundingBox": [ - 1874, - 2045, - 2229, - 1920, - 2265, - 2023, - 1909, - 2151 + 1869, + 2049, + 2224, + 1925, + 2256, + 2024, + 1899, + 2154 ], - "confidence": 0.958 + "confidence": 0.984 }, { "text": "W2", "boundingBox": [ - 2249, - 1913, - 2391, - 1863, - 2427, - 1963, - 2284, - 2016 + 2242, + 1919, + 2380, + 1870, + 2413, + 1965, + 2274, + 2017 ], - "confidence": 0.94 + "confidence": 0.988 }, { "text": "6BD", "boundingBox": [ - 2410, - 1856, - 2575, - 1798, - 2611, - 1894, - 2446, - 1956 + 2398, + 1864, + 2573, + 1804, + 2607, + 1889, + 2431, + 1957 ], - "confidence": 0.909 + "confidence": 0.982 } - ] + ], + "appearance": { + "style": { + "name": "print", + "confidence": 1 + } + } } ] } @@ -848,14 +884,14 @@ "valueString": "Avery", "text": "Avery", "boundingBox": [ - 703, - 1096, - 1134, - 989, - 1165, - 1109, - 733, - 1206 + 683, + 1098, + 1158, + 984, + 1187, + 1103, + 712, + 1212 ], "page": 1, "elements": [ @@ -867,14 +903,14 @@ "valueString": "Smith", "text": "Smith", "boundingBox": [ - 1186, - 976, - 1585, - 879, - 1618, - 998, - 1218, - 1096 + 1179, + 979, + 1610, + 871, + 1637, + 990, + 1209, + 1097 ], "page": 1, "elements": [ @@ -884,16 +920,17 @@ }, "text": "Dr. Avery Smith", "boundingBox": [ - 419.3, - 1154.6, - 1589.6, - 877.9, - 1618.9, - 1001.7, - 448.6, - 1278.4 + 413.8, + 1151.8, + 1610, + 871, + 1639.5, + 996.8, + 443.4, + 1277.6 ], - "confidence": 0.793, + "page": 1, + "confidence": 0.979, "elements": [ "#/readResults/0/lines/0/words/0", "#/readResults/0/lines/0/words/1", @@ -910,14 +947,14 @@ "valueString": "Senior Researcher", "text": "Senior Researcher", "boundingBox": [ - 451.8, - 1301.9, - 1313.5, - 1099.9, - 1333.8, - 1186.7, - 472.2, - 1388.7 + 446.8, + 1312.2, + 1318, + 1103, + 1336.7, + 1180.9, + 465.5, + 1390.1 ], "page": 1, "confidence": 0.99, @@ -936,17 +973,17 @@ "valueString": "Cloud \u0026 Al Department", "text": "Cloud \u0026 Al Department", "boundingBox": [ - 480.1, - 1403.3, - 1590.5, - 1129.6, - 1612.6, - 1219.6, - 502.3, - 1493.3 + 473.1, + 1407.2, + 1594, + 1132, + 1615.4, + 1219.3, + 494.5, + 1494.5 ], "page": 1, - "confidence": 0.99, + "confidence": 0.989, "elements": [ "#/readResults/0/lines/2/words/0", "#/readResults/0/lines/2/words/1", @@ -964,14 +1001,14 @@ "valueString": "avery.smith@contoso.com", "text": "avery.smith@contoso.com", "boundingBox": [ - 2107, - 934, - 2917, - 696, - 2935, + 2103, + 935, + 2926, + 701, + 2938, 764, - 2126, - 995 + 2119, + 994 ], "page": 1, "confidence": 0.99, @@ -989,17 +1026,17 @@ "valueString": "https://www.contoso.com/", "text": "https://www.contoso.com/", "boundingBox": [ - 2121, - 1002, - 2992, - 755, - 3014, - 826, - 2143, - 1077 + 2116, + 1004, + 2981, + 757, + 3006, + 824, + 2136, + 1075 ], "page": 1, - "confidence": 0.995, + "confidence": 0.99, "elements": [ "#/readResults/0/lines/4/words/0" ] @@ -1013,14 +1050,14 @@ "type": "phoneNumber", "text": "\u002B44 (0) 7911 123456", "boundingBox": [ - 2434.9, - 1033.3, - 3072, - 836, - 3096.2, - 914.3, - 2459.1, - 1111.6 + 2431.9, + 1037.2, + 3081.2, + 843.3, + 3102.7, + 915.2, + 2453.3, + 1109.1 ], "page": 1, "confidence": 0.99, @@ -1040,14 +1077,14 @@ "type": "phoneNumber", "text": "\u002B44 (0) 20 9876 5432", "boundingBox": [ - 2473.2, - 1115.4, - 3139.2, - 907.7, - 3163.2, - 984.7, - 2497.2, - 1192.4 + 2469.1, + 1118.1, + 3136.2, + 912.4, + 3158.8, + 985.8, + 2491.8, + 1191.5 ], "page": 1, "confidence": 0.99, @@ -1068,14 +1105,14 @@ "type": "phoneNumber", "text": "\u002B44 (0) 20 6789 2345", "boundingBox": [ - 2525, - 1185.4, - 3192.4, - 977.9, - 3217.9, - 1060, - 2550.5, - 1267.5 + 2521.3, + 1196.2, + 3198, + 979, + 3222.3, + 1054.7, + 2545.6, + 1271.9 ], "page": 1, "confidence": 0.99, @@ -1089,58 +1126,58 @@ } ] }, - "Addresses": { + "CompanyNames": { "type": "array", "valueArray": [ { "type": "string", - "valueString": "2 Kingdom Street Paddington, London, W2 6BD", - "text": "2 Kingdom Street Paddington, London, W2 6BD", + "valueString": "Contoso", + "text": "Contoso", "boundingBox": [ - 1230, - 2138, - 2535.2, - 1678.6, - 2614.2, - 1903.1, - 1309, - 2362.5 + 1157, + 1923, + 2299, + 1565, + 2361, + 1731, + 1213, + 2098 ], "page": 1, - "confidence": 0.977, + "confidence": 0.222, "elements": [ - "#/readResults/0/lines/9/words/0", - "#/readResults/0/lines/9/words/1", - "#/readResults/0/lines/9/words/2", - "#/readResults/0/lines/10/words/0", - "#/readResults/0/lines/10/words/1", - "#/readResults/0/lines/10/words/2", - "#/readResults/0/lines/10/words/3" + "#/readResults/0/lines/8/words/0" ] } ] }, - "CompanyNames": { + "Addresses": { "type": "array", "valueArray": [ { "type": "string", - "valueString": "Contoso", - "text": "Contoso", + "valueString": "2 Kingdom Street Paddington, London, W2 6BD", + "text": "2 Kingdom Street Paddington, London, W2 6BD", "boundingBox": [ - 1152, - 1916, - 2293, - 1552, - 2358, - 1733, - 1219, - 2105 + 1224.6, + 2139.5, + 2536.4, + 1685.2, + 2613.1, + 1906.7, + 1301.3, + 2361 ], "page": 1, - "confidence": 0.067, + "confidence": 0.979, "elements": [ - "#/readResults/0/lines/8/words/0" + "#/readResults/0/lines/9/words/0", + "#/readResults/0/lines/9/words/1", + "#/readResults/0/lines/9/words/2", + "#/readResults/0/lines/10/words/0", + "#/readResults/0/lines/10/words/1", + "#/readResults/0/lines/10/words/2", + "#/readResults/0/lines/10/words/3" ] } ] @@ -1154,7 +1191,7 @@ ], "Variables": { "FORM_RECOGNIZER_API_KEY": "Sanitized", - "FORM_RECOGNIZER_ENDPOINT": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/", + "FORM_RECOGNIZER_ENDPOINT": "https://mariari-centraluseuap.cognitiveservices.azure.com/", "RandomSeed": "1465597170" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeBusinessCardsPopulatesExtractedJpg(False).json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeBusinessCardsPopulatesExtractedJpg(False).json index 7a47123c81960..2db02c28c9fc8 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeBusinessCardsPopulatesExtractedJpg(False).json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeBusinessCardsPopulatesExtractedJpg(False).json @@ -1,16 +1,16 @@ { "Entries": [ { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/businessCard/analyze?includeTextDetails=false", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/businessCard/analyze?includeTextDetails=false", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "22", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-1521ed686eee654299ca6593f16fefb1-bceee76681dbbe45-00", + "traceparent": "00-5c12dc9581cac14c89f7ddf49bfe5dc6-fa1a5cf5e9bc734f-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201015.1", + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "8f9106139b9b408f8d5600f72a8fe135", @@ -21,24 +21,24 @@ }, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "31bd4234-f0bc-4f25-9c65-360dbe99daeb", + "apim-request-id": "fb84d142-2d7e-4eb1-8cd4-443337cc27aa", "Content-Length": "0", - "Date": "Thu, 15 Oct 2020 18:19:03 GMT", - "Operation-Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/businessCard/analyzeResults/31bd4234-f0bc-4f25-9c65-360dbe99daeb", + "Date": "Tue, 17 Nov 2020 00:32:21 GMT", + "Operation-Location": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/businessCard/analyzeResults/fb84d142-2d7e-4eb1-8cd4-443337cc27aa", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "960" + "x-envoy-upstream-service-time": "1073" }, "ResponseBody": [] }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/businessCard/analyzeResults/31bd4234-f0bc-4f25-9c65-360dbe99daeb", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/businessCard/analyzeResults/fb84d142-2d7e-4eb1-8cd4-443337cc27aa", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201015.1", + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "5ae10cd78867c7a79a358012931ac3e7", @@ -47,28 +47,28 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "d68de411-dceb-45eb-9eb1-9e45a3aba903", + "apim-request-id": "46e904a1-a5f8-4b6f-87a0-973bb821a32c", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 15 Oct 2020 18:19:04 GMT", + "Date": "Tue, 17 Nov 2020 00:32:21 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "13" + "x-envoy-upstream-service-time": "10" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-10-15T18:19:04Z", - "lastUpdatedDateTime": "2020-10-15T18:19:04Z" + "createdDateTime": "2020-11-17T00:32:21Z", + "lastUpdatedDateTime": "2020-11-17T00:32:21Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/businessCard/analyzeResults/31bd4234-f0bc-4f25-9c65-360dbe99daeb", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/businessCard/analyzeResults/fb84d142-2d7e-4eb1-8cd4-443337cc27aa", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201015.1", + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "6357431f630f192e2834ed181d49bff6", @@ -77,28 +77,28 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "cdbf61db-0fae-43b6-816a-15ad18ed2829", + "apim-request-id": "06305b09-ee23-4c4b-adae-2461061b6c94", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 15 Oct 2020 18:19:06 GMT", + "Date": "Tue, 17 Nov 2020 00:32:22 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "30" + "x-envoy-upstream-service-time": "10" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-10-15T18:19:04Z", - "lastUpdatedDateTime": "2020-10-15T18:19:05Z" + "createdDateTime": "2020-11-17T00:32:21Z", + "lastUpdatedDateTime": "2020-11-17T00:32:21Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/businessCard/analyzeResults/31bd4234-f0bc-4f25-9c65-360dbe99daeb", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/businessCard/analyzeResults/fb84d142-2d7e-4eb1-8cd4-443337cc27aa", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201015.1", + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "0b62d92ad6b68af95fc9f4661b7cad72", @@ -107,28 +107,28 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "7f61f475-8d30-47b8-ae6e-a045722f696e", + "apim-request-id": "74fdb683-d8b7-4ee3-ac50-896da820e0fb", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 15 Oct 2020 18:19:07 GMT", + "Date": "Tue, 17 Nov 2020 00:32:23 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "18" + "x-envoy-upstream-service-time": "11" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-10-15T18:19:04Z", - "lastUpdatedDateTime": "2020-10-15T18:19:05Z" + "createdDateTime": "2020-11-17T00:32:21Z", + "lastUpdatedDateTime": "2020-11-17T00:32:21Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/businessCard/analyzeResults/31bd4234-f0bc-4f25-9c65-360dbe99daeb", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/businessCard/analyzeResults/fb84d142-2d7e-4eb1-8cd4-443337cc27aa", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201015.1", + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "e7d818937e377426ddc732329a8eaa51", @@ -137,24 +137,24 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "a1f278ed-2ff4-46e8-9251-ad63164fbe85", - "Content-Length": "2679", + "apim-request-id": "bdb13da6-e941-4849-bea2-fc29a2692f5c", + "Content-Length": "2683", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 15 Oct 2020 18:19:09 GMT", + "Date": "Tue, 17 Nov 2020 00:32:25 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "1524" + "x-envoy-upstream-service-time": "18" }, "ResponseBody": { "status": "succeeded", - "createdDateTime": "2020-10-15T18:19:04Z", - "lastUpdatedDateTime": "2020-10-15T18:19:07Z", + "createdDateTime": "2020-11-17T00:32:21Z", + "lastUpdatedDateTime": "2020-11-17T00:32:24Z", "analyzeResult": { "version": "2.1.0", "readResults": [ { "page": 1, - "angle": -17.0956, + "angle": -16.6836, "width": 4032, "height": 3024, "unit": "pixel" @@ -179,14 +179,14 @@ "valueString": "Avery", "text": "Avery", "boundingBox": [ - 703, - 1096, - 1134, - 989, - 1165, - 1109, - 733, - 1206 + 683, + 1098, + 1158, + 984, + 1187, + 1103, + 712, + 1212 ], "page": 1 }, @@ -195,30 +195,31 @@ "valueString": "Smith", "text": "Smith", "boundingBox": [ - 1186, - 976, - 1585, - 879, - 1618, - 998, - 1218, - 1096 + 1179, + 979, + 1610, + 871, + 1637, + 990, + 1209, + 1097 ], "page": 1 } }, "text": "Dr. Avery Smith", "boundingBox": [ - 419.3, - 1154.6, - 1589.6, - 877.9, - 1618.9, - 1001.7, - 448.6, - 1278.4 + 413.8, + 1151.8, + 1610, + 871, + 1639.5, + 996.8, + 443.4, + 1277.6 ], - "confidence": 0.793 + "page": 1, + "confidence": 0.979 } ] }, @@ -230,14 +231,14 @@ "valueString": "Senior Researcher", "text": "Senior Researcher", "boundingBox": [ - 451.8, - 1301.9, - 1313.5, - 1099.9, - 1333.8, - 1186.7, - 472.2, - 1388.7 + 446.8, + 1312.2, + 1318, + 1103, + 1336.7, + 1180.9, + 465.5, + 1390.1 ], "page": 1, "confidence": 0.99 @@ -252,17 +253,17 @@ "valueString": "Cloud \u0026 Al Department", "text": "Cloud \u0026 Al Department", "boundingBox": [ - 480.1, - 1403.3, - 1590.5, - 1129.6, - 1612.6, - 1219.6, - 502.3, - 1493.3 + 473.1, + 1407.2, + 1594, + 1132, + 1615.4, + 1219.3, + 494.5, + 1494.5 ], "page": 1, - "confidence": 0.99 + "confidence": 0.989 } ] }, @@ -274,14 +275,14 @@ "valueString": "avery.smith@contoso.com", "text": "avery.smith@contoso.com", "boundingBox": [ - 2107, - 934, - 2917, - 696, - 2935, + 2103, + 935, + 2926, + 701, + 2938, 764, - 2126, - 995 + 2119, + 994 ], "page": 1, "confidence": 0.99 @@ -296,17 +297,17 @@ "valueString": "https://www.contoso.com/", "text": "https://www.contoso.com/", "boundingBox": [ - 2121, - 1002, - 2992, - 755, - 3014, - 826, - 2143, - 1077 + 2116, + 1004, + 2981, + 757, + 3006, + 824, + 2136, + 1075 ], "page": 1, - "confidence": 0.995 + "confidence": 0.99 } ] }, @@ -317,14 +318,14 @@ "type": "phoneNumber", "text": "\u002B44 (0) 7911 123456", "boundingBox": [ - 2434.9, - 1033.3, - 3072, - 836, - 3096.2, - 914.3, - 2459.1, - 1111.6 + 2431.9, + 1037.2, + 3081.2, + 843.3, + 3102.7, + 915.2, + 2453.3, + 1109.1 ], "page": 1, "confidence": 0.99 @@ -338,14 +339,14 @@ "type": "phoneNumber", "text": "\u002B44 (0) 20 9876 5432", "boundingBox": [ - 2473.2, - 1115.4, - 3139.2, - 907.7, - 3163.2, - 984.7, - 2497.2, - 1192.4 + 2469.1, + 1118.1, + 3136.2, + 912.4, + 3158.8, + 985.8, + 2491.8, + 1191.5 ], "page": 1, "confidence": 0.99 @@ -359,61 +360,61 @@ "type": "phoneNumber", "text": "\u002B44 (0) 20 6789 2345", "boundingBox": [ - 2525, - 1185.4, - 3192.4, - 977.9, - 3217.9, - 1060, - 2550.5, - 1267.5 + 2521.3, + 1196.2, + 3198, + 979, + 3222.3, + 1054.7, + 2545.6, + 1271.9 ], "page": 1, "confidence": 0.99 } ] }, - "Addresses": { + "CompanyNames": { "type": "array", "valueArray": [ { "type": "string", - "valueString": "2 Kingdom Street Paddington, London, W2 6BD", - "text": "2 Kingdom Street Paddington, London, W2 6BD", + "valueString": "Contoso", + "text": "Contoso", "boundingBox": [ - 1230, - 2138, - 2535.2, - 1678.6, - 2614.2, - 1903.1, - 1309, - 2362.5 + 1157, + 1923, + 2299, + 1565, + 2361, + 1731, + 1213, + 2098 ], "page": 1, - "confidence": 0.977 + "confidence": 0.222 } ] }, - "CompanyNames": { + "Addresses": { "type": "array", "valueArray": [ { "type": "string", - "valueString": "Contoso", - "text": "Contoso", + "valueString": "2 Kingdom Street Paddington, London, W2 6BD", + "text": "2 Kingdom Street Paddington, London, W2 6BD", "boundingBox": [ - 1152, - 1916, - 2293, - 1552, - 2358, - 1733, - 1219, - 2105 + 1224.6, + 2139.5, + 2536.4, + 1685.2, + 2613.1, + 1906.7, + 1301.3, + 2361 ], "page": 1, - "confidence": 0.067 + "confidence": 0.979 } ] } @@ -426,7 +427,7 @@ ], "Variables": { "FORM_RECOGNIZER_API_KEY": "Sanitized", - "FORM_RECOGNIZER_ENDPOINT": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/", + "FORM_RECOGNIZER_ENDPOINT": "https://mariari-centraluseuap.cognitiveservices.azure.com/", "RandomSeed": "208948226" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeBusinessCardsPopulatesExtractedJpg(False)Async.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeBusinessCardsPopulatesExtractedJpg(False)Async.json index d0d8c00037276..d78ec9ffd2404 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeBusinessCardsPopulatesExtractedJpg(False)Async.json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeBusinessCardsPopulatesExtractedJpg(False)Async.json @@ -1,16 +1,16 @@ { "Entries": [ { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/businessCard/analyze?includeTextDetails=false", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/businessCard/analyze?includeTextDetails=false", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "22", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-c84b46f9c83587498d7cb067d00aae03-61215bc5128d484f-00", + "traceparent": "00-e53558f3139c864080ee8e44f06f40c8-aa0986a5550aaf45-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201015.1", + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "1ed884af9f221f5e20f1583685bbb476", @@ -21,24 +21,24 @@ }, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "9824ae27-9c66-41b7-8e77-3943d470b9da", + "apim-request-id": "fcb4dae0-4e19-4389-a342-c521aff1b4d4", "Content-Length": "0", - "Date": "Thu, 15 Oct 2020 18:19:16 GMT", - "Operation-Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/businessCard/analyzeResults/9824ae27-9c66-41b7-8e77-3943d470b9da", + "Date": "Tue, 17 Nov 2020 00:33:40 GMT", + "Operation-Location": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/businessCard/analyzeResults/fcb4dae0-4e19-4389-a342-c521aff1b4d4", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "608" + "x-envoy-upstream-service-time": "622" }, "ResponseBody": [] }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/businessCard/analyzeResults/9824ae27-9c66-41b7-8e77-3943d470b9da", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/businessCard/analyzeResults/fcb4dae0-4e19-4389-a342-c521aff1b4d4", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201015.1", + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "3ccdedc5f95821235edc5aa4e4ea0899", @@ -47,28 +47,28 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "514db2ba-0211-4645-abf3-a105a532467e", + "apim-request-id": "f8306b26-668c-40af-b3ed-ba173b1e5c2e", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 15 Oct 2020 18:19:16 GMT", + "Date": "Tue, 17 Nov 2020 00:33:40 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "38" + "x-envoy-upstream-service-time": "11" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-10-15T18:19:17Z", - "lastUpdatedDateTime": "2020-10-15T18:19:17Z" + "createdDateTime": "2020-11-17T00:33:41Z", + "lastUpdatedDateTime": "2020-11-17T00:33:41Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/businessCard/analyzeResults/9824ae27-9c66-41b7-8e77-3943d470b9da", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/businessCard/analyzeResults/fcb4dae0-4e19-4389-a342-c521aff1b4d4", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201015.1", + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "25121d837e228b2ab82c8621366511be", @@ -77,28 +77,28 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "3261fb57-f72a-4007-b032-db059b0f8810", + "apim-request-id": "ab5e2b9f-f363-43da-8b7f-4aa63aff2a60", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 15 Oct 2020 18:19:18 GMT", + "Date": "Tue, 17 Nov 2020 00:33:42 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "861" + "x-envoy-upstream-service-time": "9" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-10-15T18:19:17Z", - "lastUpdatedDateTime": "2020-10-15T18:19:17Z" + "createdDateTime": "2020-11-17T00:33:41Z", + "lastUpdatedDateTime": "2020-11-17T00:33:41Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/businessCard/analyzeResults/9824ae27-9c66-41b7-8e77-3943d470b9da", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/businessCard/analyzeResults/fcb4dae0-4e19-4389-a342-c521aff1b4d4", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201015.1", + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "27dc8b33cdcbb6c560b6bf4645ba3b36", @@ -107,54 +107,24 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "20d9dff0-4ab8-4de2-9320-996d5ae5abfc", - "Content-Length": "106", + "apim-request-id": "49aa5676-d863-49c9-b18d-3fc06004412a", + "Content-Length": "2683", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 15 Oct 2020 18:19:19 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "11" - }, - "ResponseBody": { - "status": "running", - "createdDateTime": "2020-10-15T18:19:17Z", - "lastUpdatedDateTime": "2020-10-15T18:19:17Z" - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/businessCard/analyzeResults/9824ae27-9c66-41b7-8e77-3943d470b9da", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201015.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "67b2bee98fa84753c342842c7301eaf9", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "42111730-3ee6-419b-9318-2b93c0031660", - "Content-Length": "2679", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 15 Oct 2020 18:19:20 GMT", + "Date": "Tue, 17 Nov 2020 00:33:43 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", "x-envoy-upstream-service-time": "18" }, "ResponseBody": { "status": "succeeded", - "createdDateTime": "2020-10-15T18:19:17Z", - "lastUpdatedDateTime": "2020-10-15T18:19:20Z", + "createdDateTime": "2020-11-17T00:33:41Z", + "lastUpdatedDateTime": "2020-11-17T00:33:43Z", "analyzeResult": { "version": "2.1.0", "readResults": [ { "page": 1, - "angle": -17.0956, + "angle": -16.6836, "width": 4032, "height": 3024, "unit": "pixel" @@ -179,14 +149,14 @@ "valueString": "Avery", "text": "Avery", "boundingBox": [ - 703, - 1096, - 1134, - 989, - 1165, - 1109, - 733, - 1206 + 683, + 1098, + 1158, + 984, + 1187, + 1103, + 712, + 1212 ], "page": 1 }, @@ -195,30 +165,31 @@ "valueString": "Smith", "text": "Smith", "boundingBox": [ - 1186, - 976, - 1585, - 879, - 1618, - 998, - 1218, - 1096 + 1179, + 979, + 1610, + 871, + 1637, + 990, + 1209, + 1097 ], "page": 1 } }, "text": "Dr. Avery Smith", "boundingBox": [ - 419.3, - 1154.6, - 1589.6, - 877.9, - 1618.9, - 1001.7, - 448.6, - 1278.4 + 413.8, + 1151.8, + 1610, + 871, + 1639.5, + 996.8, + 443.4, + 1277.6 ], - "confidence": 0.793 + "page": 1, + "confidence": 0.979 } ] }, @@ -230,14 +201,14 @@ "valueString": "Senior Researcher", "text": "Senior Researcher", "boundingBox": [ - 451.8, - 1301.9, - 1313.5, - 1099.9, - 1333.8, - 1186.7, - 472.2, - 1388.7 + 446.8, + 1312.2, + 1318, + 1103, + 1336.7, + 1180.9, + 465.5, + 1390.1 ], "page": 1, "confidence": 0.99 @@ -252,17 +223,17 @@ "valueString": "Cloud \u0026 Al Department", "text": "Cloud \u0026 Al Department", "boundingBox": [ - 480.1, - 1403.3, - 1590.5, - 1129.6, - 1612.6, - 1219.6, - 502.3, - 1493.3 + 473.1, + 1407.2, + 1594, + 1132, + 1615.4, + 1219.3, + 494.5, + 1494.5 ], "page": 1, - "confidence": 0.99 + "confidence": 0.989 } ] }, @@ -274,14 +245,14 @@ "valueString": "avery.smith@contoso.com", "text": "avery.smith@contoso.com", "boundingBox": [ - 2107, - 934, - 2917, - 696, - 2935, + 2103, + 935, + 2926, + 701, + 2938, 764, - 2126, - 995 + 2119, + 994 ], "page": 1, "confidence": 0.99 @@ -296,17 +267,17 @@ "valueString": "https://www.contoso.com/", "text": "https://www.contoso.com/", "boundingBox": [ - 2121, - 1002, - 2992, - 755, - 3014, - 826, - 2143, - 1077 + 2116, + 1004, + 2981, + 757, + 3006, + 824, + 2136, + 1075 ], "page": 1, - "confidence": 0.995 + "confidence": 0.99 } ] }, @@ -317,14 +288,14 @@ "type": "phoneNumber", "text": "\u002B44 (0) 7911 123456", "boundingBox": [ - 2434.9, - 1033.3, - 3072, - 836, - 3096.2, - 914.3, - 2459.1, - 1111.6 + 2431.9, + 1037.2, + 3081.2, + 843.3, + 3102.7, + 915.2, + 2453.3, + 1109.1 ], "page": 1, "confidence": 0.99 @@ -338,14 +309,14 @@ "type": "phoneNumber", "text": "\u002B44 (0) 20 9876 5432", "boundingBox": [ - 2473.2, - 1115.4, - 3139.2, - 907.7, - 3163.2, - 984.7, - 2497.2, - 1192.4 + 2469.1, + 1118.1, + 3136.2, + 912.4, + 3158.8, + 985.8, + 2491.8, + 1191.5 ], "page": 1, "confidence": 0.99 @@ -359,61 +330,61 @@ "type": "phoneNumber", "text": "\u002B44 (0) 20 6789 2345", "boundingBox": [ - 2525, - 1185.4, - 3192.4, - 977.9, - 3217.9, - 1060, - 2550.5, - 1267.5 + 2521.3, + 1196.2, + 3198, + 979, + 3222.3, + 1054.7, + 2545.6, + 1271.9 ], "page": 1, "confidence": 0.99 } ] }, - "Addresses": { + "CompanyNames": { "type": "array", "valueArray": [ { "type": "string", - "valueString": "2 Kingdom Street Paddington, London, W2 6BD", - "text": "2 Kingdom Street Paddington, London, W2 6BD", + "valueString": "Contoso", + "text": "Contoso", "boundingBox": [ - 1230, - 2138, - 2535.2, - 1678.6, - 2614.2, - 1903.1, - 1309, - 2362.5 + 1157, + 1923, + 2299, + 1565, + 2361, + 1731, + 1213, + 2098 ], "page": 1, - "confidence": 0.977 + "confidence": 0.222 } ] }, - "CompanyNames": { + "Addresses": { "type": "array", "valueArray": [ { "type": "string", - "valueString": "Contoso", - "text": "Contoso", + "valueString": "2 Kingdom Street Paddington, London, W2 6BD", + "text": "2 Kingdom Street Paddington, London, W2 6BD", "boundingBox": [ - 1152, - 1916, - 2293, - 1552, - 2358, - 1733, - 1219, - 2105 + 1224.6, + 2139.5, + 2536.4, + 1685.2, + 2613.1, + 1906.7, + 1301.3, + 2361 ], "page": 1, - "confidence": 0.067 + "confidence": 0.979 } ] } @@ -426,7 +397,7 @@ ], "Variables": { "FORM_RECOGNIZER_API_KEY": "Sanitized", - "FORM_RECOGNIZER_ENDPOINT": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/", + "FORM_RECOGNIZER_ENDPOINT": "https://mariari-centraluseuap.cognitiveservices.azure.com/", "RandomSeed": "1184352848" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeBusinessCardsPopulatesExtractedJpg(True).json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeBusinessCardsPopulatesExtractedJpg(True).json index 02097676783a4..368846f72eddd 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeBusinessCardsPopulatesExtractedJpg(True).json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeBusinessCardsPopulatesExtractedJpg(True).json @@ -1,16 +1,16 @@ { "Entries": [ { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/businessCard/analyze?includeTextDetails=false", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/businessCard/analyze?includeTextDetails=false", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "915108", "Content-Type": "image/jpeg", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-f231b0b64530e249ad74c0c29afe5665-5d5749db6bd2674b-00", + "traceparent": "00-b1592cfe7d924d449ab39e5a2be8dcc3-00df15bc465a7144-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201009.1", + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "d3663563c8e7f66d66afee7ea057c2c5", @@ -19,24 +19,24 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "e3676e08-faf1-4a81-b459-1a9290688df5", + "apim-request-id": "4b0931a9-7b97-4fd3-a0ab-f059db7969c1", "Content-Length": "0", - "Date": "Fri, 09 Oct 2020 23:19:48 GMT", - "Operation-Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/businessCard/analyzeResults/e3676e08-faf1-4a81-b459-1a9290688df5", + "Date": "Tue, 17 Nov 2020 00:32:18 GMT", + "Operation-Location": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/businessCard/analyzeResults/4b0931a9-7b97-4fd3-a0ab-f059db7969c1", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "652" + "x-envoy-upstream-service-time": "695" }, "ResponseBody": [] }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/businessCard/analyzeResults/e3676e08-faf1-4a81-b459-1a9290688df5", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/businessCard/analyzeResults/4b0931a9-7b97-4fd3-a0ab-f059db7969c1", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201009.1", + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "bb4868639da62632a0e7784ee2b9370c", @@ -45,28 +45,28 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "fd383919-35e4-4620-884b-36553ff41127", + "apim-request-id": "30bb55dc-a0b8-4b9e-9877-55b7138675a5", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 09 Oct 2020 23:19:48 GMT", + "Date": "Tue, 17 Nov 2020 00:32:18 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "11" + "x-envoy-upstream-service-time": "10" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-10-09T23:19:48Z", - "lastUpdatedDateTime": "2020-10-09T23:19:48Z" + "createdDateTime": "2020-11-17T00:32:18Z", + "lastUpdatedDateTime": "2020-11-17T00:32:18Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/businessCard/analyzeResults/e3676e08-faf1-4a81-b459-1a9290688df5", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/businessCard/analyzeResults/4b0931a9-7b97-4fd3-a0ab-f059db7969c1", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201009.1", + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "271fcca743216d57443c07cdc2a1629b", @@ -75,28 +75,28 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "9d0f3ff5-8f36-4be5-b6dc-373ec129b83c", + "apim-request-id": "c1c7cace-58f6-4027-b80f-c61e81de8bc7", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 09 Oct 2020 23:19:49 GMT", + "Date": "Tue, 17 Nov 2020 00:32:19 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "158" + "x-envoy-upstream-service-time": "11" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-10-09T23:19:48Z", - "lastUpdatedDateTime": "2020-10-09T23:19:49Z" + "createdDateTime": "2020-11-17T00:32:18Z", + "lastUpdatedDateTime": "2020-11-17T00:32:18Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/businessCard/analyzeResults/e3676e08-faf1-4a81-b459-1a9290688df5", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/businessCard/analyzeResults/4b0931a9-7b97-4fd3-a0ab-f059db7969c1", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201009.1", + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "3fb2cf7ef5b2c63f033f32004f1e14ad", @@ -105,84 +105,24 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "c9ce1881-0933-47ec-a710-2823e4f51dba", - "Content-Length": "106", + "apim-request-id": "f6352e41-e53b-4d8c-a8b8-cc611a4af09a", + "Content-Length": "2683", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 09 Oct 2020 23:19:50 GMT", + "Date": "Tue, 17 Nov 2020 00:32:20 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "34" - }, - "ResponseBody": { - "status": "running", - "createdDateTime": "2020-10-09T23:19:48Z", - "lastUpdatedDateTime": "2020-10-09T23:19:49Z" - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/businessCard/analyzeResults/e3676e08-faf1-4a81-b459-1a9290688df5", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201009.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "d4d6e2789a381fa310da7769966464ff", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "d69d13cd-104d-482b-99cb-9406478b034e", - "Content-Length": "106", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 09 Oct 2020 23:19:51 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "9" - }, - "ResponseBody": { - "status": "running", - "createdDateTime": "2020-10-09T23:19:48Z", - "lastUpdatedDateTime": "2020-10-09T23:19:49Z" - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/businessCard/analyzeResults/e3676e08-faf1-4a81-b459-1a9290688df5", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201009.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "12d0dd84f806b25a8d5924e211571d25", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "213850ba-86a9-4b74-bfc8-27230118f7f8", - "Content-Length": "2679", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 09 Oct 2020 23:19:52 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "16" + "x-envoy-upstream-service-time": "15" }, "ResponseBody": { "status": "succeeded", - "createdDateTime": "2020-10-09T23:19:48Z", - "lastUpdatedDateTime": "2020-10-09T23:19:51Z", + "createdDateTime": "2020-11-17T00:32:18Z", + "lastUpdatedDateTime": "2020-11-17T00:32:20Z", "analyzeResult": { "version": "2.1.0", "readResults": [ { "page": 1, - "angle": -17.0956, + "angle": -16.6836, "width": 4032, "height": 3024, "unit": "pixel" @@ -207,14 +147,14 @@ "valueString": "Avery", "text": "Avery", "boundingBox": [ - 703, - 1096, - 1134, - 989, - 1165, - 1109, - 733, - 1206 + 683, + 1098, + 1158, + 984, + 1187, + 1103, + 712, + 1212 ], "page": 1 }, @@ -223,30 +163,31 @@ "valueString": "Smith", "text": "Smith", "boundingBox": [ - 1186, - 976, - 1585, - 879, - 1618, - 998, - 1218, - 1096 + 1179, + 979, + 1610, + 871, + 1637, + 990, + 1209, + 1097 ], "page": 1 } }, "text": "Dr. Avery Smith", "boundingBox": [ - 419.3, - 1154.6, - 1589.6, - 877.9, - 1618.9, - 1001.7, - 448.6, - 1278.4 + 413.8, + 1151.8, + 1610, + 871, + 1639.5, + 996.8, + 443.4, + 1277.6 ], - "confidence": 0.793 + "page": 1, + "confidence": 0.979 } ] }, @@ -258,14 +199,14 @@ "valueString": "Senior Researcher", "text": "Senior Researcher", "boundingBox": [ - 451.8, - 1301.9, - 1313.5, - 1099.9, - 1333.8, - 1186.7, - 472.2, - 1388.7 + 446.8, + 1312.2, + 1318, + 1103, + 1336.7, + 1180.9, + 465.5, + 1390.1 ], "page": 1, "confidence": 0.99 @@ -280,17 +221,17 @@ "valueString": "Cloud \u0026 Al Department", "text": "Cloud \u0026 Al Department", "boundingBox": [ - 480.1, - 1403.3, - 1590.5, - 1129.6, - 1612.6, - 1219.6, - 502.3, - 1493.3 + 473.1, + 1407.2, + 1594, + 1132, + 1615.4, + 1219.3, + 494.5, + 1494.5 ], "page": 1, - "confidence": 0.99 + "confidence": 0.989 } ] }, @@ -302,14 +243,14 @@ "valueString": "avery.smith@contoso.com", "text": "avery.smith@contoso.com", "boundingBox": [ - 2107, - 934, - 2917, - 696, - 2935, + 2103, + 935, + 2926, + 701, + 2938, 764, - 2126, - 995 + 2119, + 994 ], "page": 1, "confidence": 0.99 @@ -324,17 +265,17 @@ "valueString": "https://www.contoso.com/", "text": "https://www.contoso.com/", "boundingBox": [ - 2121, - 1002, - 2992, - 755, - 3014, - 826, - 2143, - 1077 + 2116, + 1004, + 2981, + 757, + 3006, + 824, + 2136, + 1075 ], "page": 1, - "confidence": 0.995 + "confidence": 0.99 } ] }, @@ -345,14 +286,14 @@ "type": "phoneNumber", "text": "\u002B44 (0) 7911 123456", "boundingBox": [ - 2434.9, - 1033.3, - 3072, - 836, - 3096.2, - 914.3, - 2459.1, - 1111.6 + 2431.9, + 1037.2, + 3081.2, + 843.3, + 3102.7, + 915.2, + 2453.3, + 1109.1 ], "page": 1, "confidence": 0.99 @@ -366,14 +307,14 @@ "type": "phoneNumber", "text": "\u002B44 (0) 20 9876 5432", "boundingBox": [ - 2473.2, - 1115.4, - 3139.2, - 907.7, - 3163.2, - 984.7, - 2497.2, - 1192.4 + 2469.1, + 1118.1, + 3136.2, + 912.4, + 3158.8, + 985.8, + 2491.8, + 1191.5 ], "page": 1, "confidence": 0.99 @@ -387,61 +328,61 @@ "type": "phoneNumber", "text": "\u002B44 (0) 20 6789 2345", "boundingBox": [ - 2525, - 1185.4, - 3192.4, - 977.9, - 3217.9, - 1060, - 2550.5, - 1267.5 + 2521.3, + 1196.2, + 3198, + 979, + 3222.3, + 1054.7, + 2545.6, + 1271.9 ], "page": 1, "confidence": 0.99 } ] }, - "Addresses": { + "CompanyNames": { "type": "array", "valueArray": [ { "type": "string", - "valueString": "2 Kingdom Street Paddington, London, W2 6BD", - "text": "2 Kingdom Street Paddington, London, W2 6BD", + "valueString": "Contoso", + "text": "Contoso", "boundingBox": [ - 1230, - 2138, - 2535.2, - 1678.6, - 2614.2, - 1903.1, - 1309, - 2362.5 + 1157, + 1923, + 2299, + 1565, + 2361, + 1731, + 1213, + 2098 ], "page": 1, - "confidence": 0.977 + "confidence": 0.222 } ] }, - "CompanyNames": { + "Addresses": { "type": "array", "valueArray": [ { "type": "string", - "valueString": "Contoso", - "text": "Contoso", + "valueString": "2 Kingdom Street Paddington, London, W2 6BD", + "text": "2 Kingdom Street Paddington, London, W2 6BD", "boundingBox": [ - 1152, - 1916, - 2293, - 1552, - 2358, - 1733, - 1219, - 2105 + 1224.6, + 2139.5, + 2536.4, + 1685.2, + 2613.1, + 1906.7, + 1301.3, + 2361 ], "page": 1, - "confidence": 0.067 + "confidence": 0.979 } ] } @@ -454,7 +395,7 @@ ], "Variables": { "FORM_RECOGNIZER_API_KEY": "Sanitized", - "FORM_RECOGNIZER_ENDPOINT": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/", + "FORM_RECOGNIZER_ENDPOINT": "https://mariari-centraluseuap.cognitiveservices.azure.com/", "RandomSeed": "395926796" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeBusinessCardsPopulatesExtractedJpg(True)Async.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeBusinessCardsPopulatesExtractedJpg(True)Async.json index b627847beca92..5954960298555 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeBusinessCardsPopulatesExtractedJpg(True)Async.json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeBusinessCardsPopulatesExtractedJpg(True)Async.json @@ -1,16 +1,16 @@ { "Entries": [ { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/businessCard/analyze?includeTextDetails=false", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/businessCard/analyze?includeTextDetails=false", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "915108", "Content-Type": "image/jpeg", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-648e335c27a3a04886686f3a5ba16dd5-31af6f505940e048-00", + "traceparent": "00-b4b6ea1d8e8ba343b436b814983dbb7d-99e2b3d7e8592446-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201009.1", + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "87f4b84b2afdf4b45a25abdc82e53b78", @@ -19,24 +19,24 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "b7d3749c-8b64-4270-9af4-857ecba1badb", + "apim-request-id": "9d4c2b71-58ee-4cbb-a8c8-f6d03d26e4bd", "Content-Length": "0", - "Date": "Fri, 09 Oct 2020 23:20:09 GMT", - "Operation-Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/businessCard/analyzeResults/b7d3749c-8b64-4270-9af4-857ecba1badb", + "Date": "Tue, 17 Nov 2020 00:33:37 GMT", + "Operation-Location": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/businessCard/analyzeResults/9d4c2b71-58ee-4cbb-a8c8-f6d03d26e4bd", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "940" + "x-envoy-upstream-service-time": "571" }, "ResponseBody": [] }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/businessCard/analyzeResults/b7d3749c-8b64-4270-9af4-857ecba1badb", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/businessCard/analyzeResults/9d4c2b71-58ee-4cbb-a8c8-f6d03d26e4bd", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201009.1", + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "b5ad3b522db81f5d1b20dc325be7bdd7", @@ -45,114 +45,84 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "ad5ca89a-0e84-455d-b292-c4300fb31881", - "Content-Length": "109", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 09 Oct 2020 23:20:09 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "17" - }, - "ResponseBody": { - "status": "notStarted", - "createdDateTime": "2020-10-09T23:20:09Z", - "lastUpdatedDateTime": "2020-10-09T23:20:09Z" - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/businessCard/analyzeResults/b7d3749c-8b64-4270-9af4-857ecba1badb", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201009.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "253318b4849ebd152c6c81dd55310aaa", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "bd4963ca-cc57-4623-9243-9a8a23f59b4d", + "apim-request-id": "1c66bbec-f7bf-4727-b9e7-184426782ba0", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 09 Oct 2020 23:20:10 GMT", + "Date": "Tue, 17 Nov 2020 00:33:37 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "11" + "x-envoy-upstream-service-time": "10" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-10-09T23:20:09Z", - "lastUpdatedDateTime": "2020-10-09T23:20:10Z" + "createdDateTime": "2020-11-17T00:33:38Z", + "lastUpdatedDateTime": "2020-11-17T00:33:38Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/businessCard/analyzeResults/b7d3749c-8b64-4270-9af4-857ecba1badb", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/businessCard/analyzeResults/9d4c2b71-58ee-4cbb-a8c8-f6d03d26e4bd", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201009.1", + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "2a256c2259941e495bd56bdd4e819872", + "x-ms-client-request-id": "253318b4849ebd152c6c81dd55310aaa", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "ae4d8656-5c88-4b1a-850e-d1df8b26d130", + "apim-request-id": "9730ef57-1f22-4649-b700-2bdee2596d50", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 09 Oct 2020 23:20:11 GMT", + "Date": "Tue, 17 Nov 2020 00:33:39 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "18" + "x-envoy-upstream-service-time": "10" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-10-09T23:20:09Z", - "lastUpdatedDateTime": "2020-10-09T23:20:10Z" + "createdDateTime": "2020-11-17T00:33:38Z", + "lastUpdatedDateTime": "2020-11-17T00:33:38Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/businessCard/analyzeResults/b7d3749c-8b64-4270-9af4-857ecba1badb", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/businessCard/analyzeResults/9d4c2b71-58ee-4cbb-a8c8-f6d03d26e4bd", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201009.1", + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "6927d36815b2ced926ef884cac80caea", + "x-ms-client-request-id": "2a256c2259941e495bd56bdd4e819872", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "362a32e2-83b0-4d25-9598-46fa0480a349", - "Content-Length": "2679", + "apim-request-id": "5e116564-ae25-4efd-b05a-06959cfd60a8", + "Content-Length": "2683", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 09 Oct 2020 23:20:12 GMT", + "Date": "Tue, 17 Nov 2020 00:33:40 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": "16" }, "ResponseBody": { "status": "succeeded", - "createdDateTime": "2020-10-09T23:20:09Z", - "lastUpdatedDateTime": "2020-10-09T23:20:12Z", + "createdDateTime": "2020-11-17T00:33:38Z", + "lastUpdatedDateTime": "2020-11-17T00:33:40Z", "analyzeResult": { "version": "2.1.0", "readResults": [ { "page": 1, - "angle": -17.0956, + "angle": -16.6836, "width": 4032, "height": 3024, "unit": "pixel" @@ -177,14 +147,14 @@ "valueString": "Avery", "text": "Avery", "boundingBox": [ - 703, - 1096, - 1134, - 989, - 1165, - 1109, - 733, - 1206 + 683, + 1098, + 1158, + 984, + 1187, + 1103, + 712, + 1212 ], "page": 1 }, @@ -193,30 +163,31 @@ "valueString": "Smith", "text": "Smith", "boundingBox": [ - 1186, - 976, - 1585, - 879, - 1618, - 998, - 1218, - 1096 + 1179, + 979, + 1610, + 871, + 1637, + 990, + 1209, + 1097 ], "page": 1 } }, "text": "Dr. Avery Smith", "boundingBox": [ - 419.3, - 1154.6, - 1589.6, - 877.9, - 1618.9, - 1001.7, - 448.6, - 1278.4 + 413.8, + 1151.8, + 1610, + 871, + 1639.5, + 996.8, + 443.4, + 1277.6 ], - "confidence": 0.793 + "page": 1, + "confidence": 0.979 } ] }, @@ -228,14 +199,14 @@ "valueString": "Senior Researcher", "text": "Senior Researcher", "boundingBox": [ - 451.8, - 1301.9, - 1313.5, - 1099.9, - 1333.8, - 1186.7, - 472.2, - 1388.7 + 446.8, + 1312.2, + 1318, + 1103, + 1336.7, + 1180.9, + 465.5, + 1390.1 ], "page": 1, "confidence": 0.99 @@ -250,17 +221,17 @@ "valueString": "Cloud \u0026 Al Department", "text": "Cloud \u0026 Al Department", "boundingBox": [ - 480.1, - 1403.3, - 1590.5, - 1129.6, - 1612.6, - 1219.6, - 502.3, - 1493.3 + 473.1, + 1407.2, + 1594, + 1132, + 1615.4, + 1219.3, + 494.5, + 1494.5 ], "page": 1, - "confidence": 0.99 + "confidence": 0.989 } ] }, @@ -272,14 +243,14 @@ "valueString": "avery.smith@contoso.com", "text": "avery.smith@contoso.com", "boundingBox": [ - 2107, - 934, - 2917, - 696, - 2935, + 2103, + 935, + 2926, + 701, + 2938, 764, - 2126, - 995 + 2119, + 994 ], "page": 1, "confidence": 0.99 @@ -294,17 +265,17 @@ "valueString": "https://www.contoso.com/", "text": "https://www.contoso.com/", "boundingBox": [ - 2121, - 1002, - 2992, - 755, - 3014, - 826, - 2143, - 1077 + 2116, + 1004, + 2981, + 757, + 3006, + 824, + 2136, + 1075 ], "page": 1, - "confidence": 0.995 + "confidence": 0.99 } ] }, @@ -315,14 +286,14 @@ "type": "phoneNumber", "text": "\u002B44 (0) 7911 123456", "boundingBox": [ - 2434.9, - 1033.3, - 3072, - 836, - 3096.2, - 914.3, - 2459.1, - 1111.6 + 2431.9, + 1037.2, + 3081.2, + 843.3, + 3102.7, + 915.2, + 2453.3, + 1109.1 ], "page": 1, "confidence": 0.99 @@ -336,14 +307,14 @@ "type": "phoneNumber", "text": "\u002B44 (0) 20 9876 5432", "boundingBox": [ - 2473.2, - 1115.4, - 3139.2, - 907.7, - 3163.2, - 984.7, - 2497.2, - 1192.4 + 2469.1, + 1118.1, + 3136.2, + 912.4, + 3158.8, + 985.8, + 2491.8, + 1191.5 ], "page": 1, "confidence": 0.99 @@ -357,61 +328,61 @@ "type": "phoneNumber", "text": "\u002B44 (0) 20 6789 2345", "boundingBox": [ - 2525, - 1185.4, - 3192.4, - 977.9, - 3217.9, - 1060, - 2550.5, - 1267.5 + 2521.3, + 1196.2, + 3198, + 979, + 3222.3, + 1054.7, + 2545.6, + 1271.9 ], "page": 1, "confidence": 0.99 } ] }, - "Addresses": { + "CompanyNames": { "type": "array", "valueArray": [ { "type": "string", - "valueString": "2 Kingdom Street Paddington, London, W2 6BD", - "text": "2 Kingdom Street Paddington, London, W2 6BD", + "valueString": "Contoso", + "text": "Contoso", "boundingBox": [ - 1230, - 2138, - 2535.2, - 1678.6, - 2614.2, - 1903.1, - 1309, - 2362.5 + 1157, + 1923, + 2299, + 1565, + 2361, + 1731, + 1213, + 2098 ], "page": 1, - "confidence": 0.977 + "confidence": 0.222 } ] }, - "CompanyNames": { + "Addresses": { "type": "array", "valueArray": [ { "type": "string", - "valueString": "Contoso", - "text": "Contoso", + "valueString": "2 Kingdom Street Paddington, London, W2 6BD", + "text": "2 Kingdom Street Paddington, London, W2 6BD", "boundingBox": [ - 1152, - 1916, - 2293, - 1552, - 2358, - 1733, - 1219, - 2105 + 1224.6, + 2139.5, + 2536.4, + 1685.2, + 2613.1, + 1906.7, + 1301.3, + 2361 ], "page": 1, - "confidence": 0.067 + "confidence": 0.979 } ] } @@ -424,7 +395,7 @@ ], "Variables": { "FORM_RECOGNIZER_API_KEY": "Sanitized", - "FORM_RECOGNIZER_ENDPOINT": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/", + "FORM_RECOGNIZER_ENDPOINT": "https://mariari-centraluseuap.cognitiveservices.azure.com/", "RandomSeed": "1090836769" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeBusinessCardsPopulatesExtractedPng(False).json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeBusinessCardsPopulatesExtractedPng(False).json index 3d781d68232d8..58c59adb75ea5 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeBusinessCardsPopulatesExtractedPng(False).json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeBusinessCardsPopulatesExtractedPng(False).json @@ -1,16 +1,16 @@ { "Entries": [ { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/businessCard/analyze?includeTextDetails=false", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/businessCard/analyze?includeTextDetails=false", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "22", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-76c16b09a45c2b499ebefa14232b12f1-fcb065ca7bf07b46-00", + "traceparent": "00-4eaf8234eeaa854f991f4576933c8ba6-eb00463d1d24e84d-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201015.1", + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "83f564eba96b07df2589a58b343d42ba", @@ -21,24 +21,24 @@ }, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "fca2510e-6eab-490b-a6ac-6f7780b7411d", + "apim-request-id": "41e240d0-d8f9-49f4-b2ee-42b6c37efb2e", "Content-Length": "0", - "Date": "Thu, 15 Oct 2020 18:19:11 GMT", - "Operation-Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/businessCard/analyzeResults/fca2510e-6eab-490b-a6ac-6f7780b7411d", + "Date": "Tue, 17 Nov 2020 00:32:29 GMT", + "Operation-Location": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/businessCard/analyzeResults/41e240d0-d8f9-49f4-b2ee-42b6c37efb2e", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "1129" + "x-envoy-upstream-service-time": "771" }, "ResponseBody": [] }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/businessCard/analyzeResults/fca2510e-6eab-490b-a6ac-6f7780b7411d", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/businessCard/analyzeResults/41e240d0-d8f9-49f4-b2ee-42b6c37efb2e", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201015.1", + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "a26d561ef43504063277d0ed510c495f", @@ -47,28 +47,28 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "f0ccefe6-ea87-48ff-973c-fc5f3c6a2d5d", - "Content-Length": "109", + "apim-request-id": "6a28cf10-2c2f-44ad-b71a-c33278753a2a", + "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 15 Oct 2020 18:19:11 GMT", + "Date": "Tue, 17 Nov 2020 00:32:29 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "14" + "x-envoy-upstream-service-time": "9" }, "ResponseBody": { - "status": "notStarted", - "createdDateTime": "2020-10-15T18:19:11Z", - "lastUpdatedDateTime": "2020-10-15T18:19:11Z" + "status": "running", + "createdDateTime": "2020-11-17T00:32:30Z", + "lastUpdatedDateTime": "2020-11-17T00:32:30Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/businessCard/analyzeResults/fca2510e-6eab-490b-a6ac-6f7780b7411d", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/businessCard/analyzeResults/41e240d0-d8f9-49f4-b2ee-42b6c37efb2e", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201015.1", + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "b9024c6097e62d53c8b6843aa2d35092", @@ -77,28 +77,28 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "de630617-a8ca-49b6-a547-aee93892ec4e", + "apim-request-id": "bce5a9d8-2d83-4c37-916a-ac2dfb4b0b38", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 15 Oct 2020 18:19:12 GMT", + "Date": "Tue, 17 Nov 2020 00:32:31 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "27" + "x-envoy-upstream-service-time": "11" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-10-15T18:19:11Z", - "lastUpdatedDateTime": "2020-10-15T18:19:11Z" + "createdDateTime": "2020-11-17T00:32:30Z", + "lastUpdatedDateTime": "2020-11-17T00:32:30Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/businessCard/analyzeResults/fca2510e-6eab-490b-a6ac-6f7780b7411d", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/businessCard/analyzeResults/41e240d0-d8f9-49f4-b2ee-42b6c37efb2e", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201015.1", + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "2f5fcd484db8f7215ef150f4d9f2b519", @@ -107,28 +107,28 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "abf3b13f-0fb9-4ea1-a818-48848aa51c90", + "apim-request-id": "77069440-2942-4bf7-ba77-8e4d8c811287", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 15 Oct 2020 18:19:13 GMT", + "Date": "Tue, 17 Nov 2020 00:32:32 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "12" + "x-envoy-upstream-service-time": "11" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-10-15T18:19:11Z", - "lastUpdatedDateTime": "2020-10-15T18:19:11Z" + "createdDateTime": "2020-11-17T00:32:30Z", + "lastUpdatedDateTime": "2020-11-17T00:32:30Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/businessCard/analyzeResults/fca2510e-6eab-490b-a6ac-6f7780b7411d", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/businessCard/analyzeResults/41e240d0-d8f9-49f4-b2ee-42b6c37efb2e", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201015.1", + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "e72b4640893b86d3023fda7f6fcb615f", @@ -137,28 +137,28 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "fbb015b9-bc75-423a-8c11-3a2e1332ee8d", + "apim-request-id": "2ce8f855-6e10-4ecd-bfde-0c7fe35c3881", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 15 Oct 2020 18:19:14 GMT", + "Date": "Tue, 17 Nov 2020 00:32:33 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "11" + "x-envoy-upstream-service-time": "15" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-10-15T18:19:11Z", - "lastUpdatedDateTime": "2020-10-15T18:19:11Z" + "createdDateTime": "2020-11-17T00:32:30Z", + "lastUpdatedDateTime": "2020-11-17T00:32:30Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/businessCard/analyzeResults/fca2510e-6eab-490b-a6ac-6f7780b7411d", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/businessCard/analyzeResults/41e240d0-d8f9-49f4-b2ee-42b6c37efb2e", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201015.1", + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "83a43d261aac12a62b0a5af5465e54d5", @@ -167,54 +167,24 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "177597d1-cbd1-4402-9bc2-f4f904962dd1", - "Content-Length": "106", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 15 Oct 2020 18:19:15 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "11" - }, - "ResponseBody": { - "status": "running", - "createdDateTime": "2020-10-15T18:19:11Z", - "lastUpdatedDateTime": "2020-10-15T18:19:11Z" - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/businessCard/analyzeResults/fca2510e-6eab-490b-a6ac-6f7780b7411d", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201015.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "5cfa6a0069a7bf56fad92c7973a28793", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "f0345049-4eac-4be8-a342-e6dbce48513c", - "Content-Length": "2674", + "apim-request-id": "0a56c71d-f9ac-4fe2-811b-bf0274c31d44", + "Content-Length": "2682", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 15 Oct 2020 18:19:16 GMT", + "Date": "Tue, 17 Nov 2020 00:32:34 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "52" + "x-envoy-upstream-service-time": "16" }, "ResponseBody": { "status": "succeeded", - "createdDateTime": "2020-10-15T18:19:11Z", - "lastUpdatedDateTime": "2020-10-15T18:19:15Z", + "createdDateTime": "2020-11-17T00:32:30Z", + "lastUpdatedDateTime": "2020-11-17T00:32:33Z", "analyzeResult": { "version": "2.1.0", "readResults": [ { "page": 1, - "angle": -17.1052, + "angle": -16.693, "width": 4032, "height": 3024, "unit": "pixel" @@ -239,14 +209,14 @@ "valueString": "Avery", "text": "Avery", "boundingBox": [ - 703, - 1096, - 1135, - 989, - 1166, - 1108, - 733, - 1206 + 683, + 1098, + 1158, + 984, + 1187, + 1103, + 713, + 1212 ], "page": 1 }, @@ -255,30 +225,31 @@ "valueString": "Smith", "text": "Smith", "boundingBox": [ - 1187, - 976, - 1586, - 879, - 1619, - 998, - 1218, - 1096 + 1179, + 979, + 1610, + 871, + 1638, + 990, + 1209, + 1098 ], "page": 1 } }, "text": "Dr. Avery Smith", "boundingBox": [ - 419.5, - 1155.5, - 1590.5, - 877.9, - 1619.7, - 1000.8, - 448.6, - 1278.3 + 413.9, + 1152.1, + 1610, + 871, + 1639.6, + 996.8, + 443.5, + 1277.9 ], - "confidence": 0.794 + "page": 1, + "confidence": 0.979 } ] }, @@ -290,14 +261,14 @@ "valueString": "Senior Researcher", "text": "Senior Researcher", "boundingBox": [ - 451.8, - 1301.9, - 1313.5, - 1099.9, - 1333.8, - 1186.7, - 472.2, - 1388.7 + 446.7, + 1312.8, + 1323, + 1102, + 1341.8, + 1180.3, + 465.6, + 1391.2 ], "page": 1, "confidence": 0.99 @@ -312,17 +283,17 @@ "valueString": "Cloud \u0026 Al Department", "text": "Cloud \u0026 Al Department", "boundingBox": [ - 479.5, - 1399.5, - 1592, - 1129.5, - 1614.4, - 1221.6, - 501.9, - 1491.6 + 472.7, + 1407.2, + 1597, + 1131, + 1618.4, + 1218.2, + 494.1, + 1494.4 ], "page": 1, - "confidence": 0.99 + "confidence": 0.989 } ] }, @@ -334,14 +305,14 @@ "valueString": "avery.smith@contoso.com", "text": "avery.smith@contoso.com", "boundingBox": [ - 2108, - 934, - 2918, - 696, - 2936, + 2103, + 935, + 2927, + 701, + 2939, 763, - 2126, - 995 + 2119, + 993 ], "page": 1, "confidence": 0.99 @@ -356,17 +327,17 @@ "valueString": "https://www.contoso.com/", "text": "https://www.contoso.com/", "boundingBox": [ - 2121, - 1002, - 2992, - 755, - 3014, - 826, - 2143, - 1076 + 2116, + 1004, + 2980, + 757, + 3005, + 824, + 2136, + 1075 ], "page": 1, - "confidence": 0.995 + "confidence": 0.99 } ] }, @@ -377,14 +348,14 @@ "type": "phoneNumber", "text": "\u002B44 (0) 7911 123456", "boundingBox": [ - 2432.7, - 1029.6, - 3074, - 835, - 3098.5, - 915.8, - 2457.3, - 1110.3 + 2431.8, + 1037.1, + 3079, + 843.8, + 3100.5, + 915.5, + 2453.3, + 1108.9 ], "page": 1, "confidence": 0.99 @@ -398,17 +369,17 @@ "type": "phoneNumber", "text": "\u002B44 (0) 20 9876 5432", "boundingBox": [ - 2473, - 1114.8, - 3139.3, - 907.7, - 3163.2, - 984.8, - 2497, - 1191.9 + 2465.2, + 1120.4, + 3133.9, + 911.4, + 3156.8, + 984.6, + 2488.1, + 1193.6 ], "page": 1, - "confidence": 0.989 + "confidence": 0.99 } ] }, @@ -419,61 +390,61 @@ "type": "phoneNumber", "text": "\u002B44 (0) 20 6789 2345", "boundingBox": [ - 2526.5, - 1190.4, - 3191.2, - 978.9, - 3216.5, - 1058.4, - 2551.8, - 1269.9 + 2520.4, + 1195.3, + 3196.8, + 982.3, + 3220.6, + 1058, + 2544.2, + 1271 ], "page": 1, "confidence": 0.99 } ] }, - "Addresses": { + "CompanyNames": { "type": "array", "valueArray": [ { "type": "string", - "valueString": "2 Kingdom Street Paddington, London, W2 6BD", - "text": "2 Kingdom Street Paddington, London, W2 6BD", + "valueString": "Contoso", + "text": "Contoso", "boundingBox": [ - 1230, - 2138, - 2535, - 1678.3, - 2614, - 1902.6, - 1309, - 2362.4 + 1157, + 1923, + 2306, + 1562, + 2368, + 1728, + 1214, + 2098 ], "page": 1, - "confidence": 0.977 + "confidence": 0.222 } ] }, - "CompanyNames": { + "Addresses": { "type": "array", "valueArray": [ { "type": "string", - "valueString": "Contoso", - "text": "Contoso", + "valueString": "2 Kingdom Street Paddington, London, W2 6BD", + "text": "2 Kingdom Street Paddington, London, W2 6BD", "boundingBox": [ - 1152, - 1916, - 2293, - 1551, - 2357, - 1733, - 1219, - 2105 + 1224.6, + 2139.5, + 2537.7, + 1685.6, + 2614.2, + 1906.9, + 1301.1, + 2360.8 ], "page": 1, - "confidence": 0.068 + "confidence": 0.979 } ] } @@ -486,7 +457,7 @@ ], "Variables": { "FORM_RECOGNIZER_API_KEY": "Sanitized", - "FORM_RECOGNIZER_ENDPOINT": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/", + "FORM_RECOGNIZER_ENDPOINT": "https://mariari-centraluseuap.cognitiveservices.azure.com/", "RandomSeed": "2051981674" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeBusinessCardsPopulatesExtractedPng(False)Async.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeBusinessCardsPopulatesExtractedPng(False)Async.json index 1601f08a00f25..80a7b224d9431 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeBusinessCardsPopulatesExtractedPng(False)Async.json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeBusinessCardsPopulatesExtractedPng(False)Async.json @@ -1,16 +1,16 @@ { "Entries": [ { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/businessCard/analyze?includeTextDetails=false", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/businessCard/analyze?includeTextDetails=false", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "22", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-68dd99240d99034ca1a44ade056c3cc1-032ab4c402517642-00", + "traceparent": "00-5ecd67f254553a488d4809143d8b5d66-b5ddc9e9d117c246-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201015.1", + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "f5c8eb4a319fd3f5a66db042b2a62856", @@ -21,24 +21,24 @@ }, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "3cc4968c-d977-496a-ac5d-b0e0ed7175df", + "apim-request-id": "fe0ef1f8-b742-4b39-a3c7-9115f5b7092c", "Content-Length": "0", - "Date": "Thu, 15 Oct 2020 18:19:21 GMT", - "Operation-Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/businessCard/analyzeResults/3cc4968c-d977-496a-ac5d-b0e0ed7175df", + "Date": "Tue, 17 Nov 2020 00:33:47 GMT", + "Operation-Location": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/businessCard/analyzeResults/fe0ef1f8-b742-4b39-a3c7-9115f5b7092c", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "882" + "x-envoy-upstream-service-time": "811" }, "ResponseBody": [] }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/businessCard/analyzeResults/3cc4968c-d977-496a-ac5d-b0e0ed7175df", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/businessCard/analyzeResults/fe0ef1f8-b742-4b39-a3c7-9115f5b7092c", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201015.1", + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "444b88132f8e1470e05096b07b6b3598", @@ -47,28 +47,28 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "d37f6633-9ba8-47fe-acd9-bfce59e3aca5", + "apim-request-id": "5005f95b-d61e-4ba7-9a56-ef04d1e6e209", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 15 Oct 2020 18:19:21 GMT", + "Date": "Tue, 17 Nov 2020 00:33:47 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "12" + "x-envoy-upstream-service-time": "10" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-10-15T18:19:22Z", - "lastUpdatedDateTime": "2020-10-15T18:19:22Z" + "createdDateTime": "2020-11-17T00:33:47Z", + "lastUpdatedDateTime": "2020-11-17T00:33:47Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/businessCard/analyzeResults/3cc4968c-d977-496a-ac5d-b0e0ed7175df", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/businessCard/analyzeResults/fe0ef1f8-b742-4b39-a3c7-9115f5b7092c", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201015.1", + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "37da34d09b9ad507eec56db64121d35e", @@ -77,28 +77,28 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "d382ceec-4d76-40bd-8528-6042763394bb", + "apim-request-id": "75732251-4810-478f-aab6-510c044d7c48", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 15 Oct 2020 18:19:23 GMT", + "Date": "Tue, 17 Nov 2020 00:33:48 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "12" + "x-envoy-upstream-service-time": "11" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-10-15T18:19:22Z", - "lastUpdatedDateTime": "2020-10-15T18:19:22Z" + "createdDateTime": "2020-11-17T00:33:47Z", + "lastUpdatedDateTime": "2020-11-17T00:33:48Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/businessCard/analyzeResults/3cc4968c-d977-496a-ac5d-b0e0ed7175df", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/businessCard/analyzeResults/fe0ef1f8-b742-4b39-a3c7-9115f5b7092c", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201015.1", + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "73cabfd17fff1a857bb3154f9a45583b", @@ -107,28 +107,28 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "d806e96c-1959-4212-bff0-d81b68aa53cf", + "apim-request-id": "71e9aa4a-6df8-497c-8a35-95e4d5521584", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 15 Oct 2020 18:19:24 GMT", + "Date": "Tue, 17 Nov 2020 00:33:50 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "11" + "x-envoy-upstream-service-time": "12" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-10-15T18:19:22Z", - "lastUpdatedDateTime": "2020-10-15T18:19:22Z" + "createdDateTime": "2020-11-17T00:33:47Z", + "lastUpdatedDateTime": "2020-11-17T00:33:48Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/businessCard/analyzeResults/3cc4968c-d977-496a-ac5d-b0e0ed7175df", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/businessCard/analyzeResults/fe0ef1f8-b742-4b39-a3c7-9115f5b7092c", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201015.1", + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "7d721837f0cb78bc807555c8c1b9d3be", @@ -137,28 +137,28 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "3a0de29f-b12a-4f10-b09b-635341b0d8c0", + "apim-request-id": "32705be9-5a7c-4edf-8ba2-1b05e6b68589", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 15 Oct 2020 18:19:25 GMT", + "Date": "Tue, 17 Nov 2020 00:33:51 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "9" + "x-envoy-upstream-service-time": "10" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-10-15T18:19:22Z", - "lastUpdatedDateTime": "2020-10-15T18:19:22Z" + "createdDateTime": "2020-11-17T00:33:47Z", + "lastUpdatedDateTime": "2020-11-17T00:33:48Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/businessCard/analyzeResults/3cc4968c-d977-496a-ac5d-b0e0ed7175df", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/businessCard/analyzeResults/fe0ef1f8-b742-4b39-a3c7-9115f5b7092c", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201015.1", + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "bbde387cc2a15098aebfbce685b83ba9", @@ -167,24 +167,24 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "caf164d0-ac5e-497b-926d-0ef461f4e5cd", - "Content-Length": "2674", + "apim-request-id": "7c5888f2-5bf5-4b6f-8e77-c81b2edc7646", + "Content-Length": "2682", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 15 Oct 2020 18:19:26 GMT", + "Date": "Tue, 17 Nov 2020 00:33:52 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "19" + "x-envoy-upstream-service-time": "16" }, "ResponseBody": { "status": "succeeded", - "createdDateTime": "2020-10-15T18:19:22Z", - "lastUpdatedDateTime": "2020-10-15T18:19:25Z", + "createdDateTime": "2020-11-17T00:33:47Z", + "lastUpdatedDateTime": "2020-11-17T00:33:51Z", "analyzeResult": { "version": "2.1.0", "readResults": [ { "page": 1, - "angle": -17.1052, + "angle": -16.693, "width": 4032, "height": 3024, "unit": "pixel" @@ -209,14 +209,14 @@ "valueString": "Avery", "text": "Avery", "boundingBox": [ - 703, - 1096, - 1135, - 989, - 1166, - 1108, - 733, - 1206 + 683, + 1098, + 1158, + 984, + 1187, + 1103, + 713, + 1212 ], "page": 1 }, @@ -225,30 +225,31 @@ "valueString": "Smith", "text": "Smith", "boundingBox": [ - 1187, - 976, - 1586, - 879, - 1619, - 998, - 1218, - 1096 + 1179, + 979, + 1610, + 871, + 1638, + 990, + 1209, + 1098 ], "page": 1 } }, "text": "Dr. Avery Smith", "boundingBox": [ - 419.5, - 1155.5, - 1590.5, - 877.9, - 1619.7, - 1000.8, - 448.6, - 1278.3 + 413.9, + 1152.1, + 1610, + 871, + 1639.6, + 996.8, + 443.5, + 1277.9 ], - "confidence": 0.794 + "page": 1, + "confidence": 0.979 } ] }, @@ -260,14 +261,14 @@ "valueString": "Senior Researcher", "text": "Senior Researcher", "boundingBox": [ - 451.8, - 1301.9, - 1313.5, - 1099.9, - 1333.8, - 1186.7, - 472.2, - 1388.7 + 446.7, + 1312.8, + 1323, + 1102, + 1341.8, + 1180.3, + 465.6, + 1391.2 ], "page": 1, "confidence": 0.99 @@ -282,17 +283,17 @@ "valueString": "Cloud \u0026 Al Department", "text": "Cloud \u0026 Al Department", "boundingBox": [ - 479.5, - 1399.5, - 1592, - 1129.5, - 1614.4, - 1221.6, - 501.9, - 1491.6 + 472.7, + 1407.2, + 1597, + 1131, + 1618.4, + 1218.2, + 494.1, + 1494.4 ], "page": 1, - "confidence": 0.99 + "confidence": 0.989 } ] }, @@ -304,14 +305,14 @@ "valueString": "avery.smith@contoso.com", "text": "avery.smith@contoso.com", "boundingBox": [ - 2108, - 934, - 2918, - 696, - 2936, + 2103, + 935, + 2927, + 701, + 2939, 763, - 2126, - 995 + 2119, + 993 ], "page": 1, "confidence": 0.99 @@ -326,17 +327,17 @@ "valueString": "https://www.contoso.com/", "text": "https://www.contoso.com/", "boundingBox": [ - 2121, - 1002, - 2992, - 755, - 3014, - 826, - 2143, - 1076 + 2116, + 1004, + 2980, + 757, + 3005, + 824, + 2136, + 1075 ], "page": 1, - "confidence": 0.995 + "confidence": 0.99 } ] }, @@ -347,14 +348,14 @@ "type": "phoneNumber", "text": "\u002B44 (0) 7911 123456", "boundingBox": [ - 2432.7, - 1029.6, - 3074, - 835, - 3098.5, - 915.8, - 2457.3, - 1110.3 + 2431.8, + 1037.1, + 3079, + 843.8, + 3100.5, + 915.5, + 2453.3, + 1108.9 ], "page": 1, "confidence": 0.99 @@ -368,17 +369,17 @@ "type": "phoneNumber", "text": "\u002B44 (0) 20 9876 5432", "boundingBox": [ - 2473, - 1114.8, - 3139.3, - 907.7, - 3163.2, - 984.8, - 2497, - 1191.9 + 2465.2, + 1120.4, + 3133.9, + 911.4, + 3156.8, + 984.6, + 2488.1, + 1193.6 ], "page": 1, - "confidence": 0.989 + "confidence": 0.99 } ] }, @@ -389,61 +390,61 @@ "type": "phoneNumber", "text": "\u002B44 (0) 20 6789 2345", "boundingBox": [ - 2526.5, - 1190.4, - 3191.2, - 978.9, - 3216.5, - 1058.4, - 2551.8, - 1269.9 + 2520.4, + 1195.3, + 3196.8, + 982.3, + 3220.6, + 1058, + 2544.2, + 1271 ], "page": 1, "confidence": 0.99 } ] }, - "Addresses": { + "CompanyNames": { "type": "array", "valueArray": [ { "type": "string", - "valueString": "2 Kingdom Street Paddington, London, W2 6BD", - "text": "2 Kingdom Street Paddington, London, W2 6BD", + "valueString": "Contoso", + "text": "Contoso", "boundingBox": [ - 1230, - 2138, - 2535, - 1678.3, - 2614, - 1902.6, - 1309, - 2362.4 + 1157, + 1923, + 2306, + 1562, + 2368, + 1728, + 1214, + 2098 ], "page": 1, - "confidence": 0.977 + "confidence": 0.222 } ] }, - "CompanyNames": { + "Addresses": { "type": "array", "valueArray": [ { "type": "string", - "valueString": "Contoso", - "text": "Contoso", + "valueString": "2 Kingdom Street Paddington, London, W2 6BD", + "text": "2 Kingdom Street Paddington, London, W2 6BD", "boundingBox": [ - 1152, - 1916, - 2293, - 1551, - 2357, - 1733, - 1219, - 2105 + 1224.6, + 2139.5, + 2537.7, + 1685.6, + 2614.2, + 1906.9, + 1301.1, + 2360.8 ], "page": 1, - "confidence": 0.068 + "confidence": 0.979 } ] } @@ -456,7 +457,7 @@ ], "Variables": { "FORM_RECOGNIZER_API_KEY": "Sanitized", - "FORM_RECOGNIZER_ENDPOINT": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/", + "FORM_RECOGNIZER_ENDPOINT": "https://mariari-centraluseuap.cognitiveservices.azure.com/", "RandomSeed": "1122031507" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeBusinessCardsPopulatesExtractedPng(True).json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeBusinessCardsPopulatesExtractedPng(True).json index d57dd2ec827a4..e73a64bf3e526 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeBusinessCardsPopulatesExtractedPng(True).json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeBusinessCardsPopulatesExtractedPng(True).json @@ -1,16 +1,16 @@ { "Entries": [ { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/businessCard/analyze?includeTextDetails=false", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/businessCard/analyze?includeTextDetails=false", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "915108", "Content-Type": "image/jpeg", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-afbe903e40e9a04f81309439084997b4-f0ae823ee781c24a-00", + "traceparent": "00-9fade673ec1ff14a89824ff58ea9fec3-5598829acad0c346-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201009.1", + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "eba6d944de56bf54be56e8de7eefd34e", @@ -19,24 +19,24 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "1d2598a8-5e46-4527-903c-9b1440d5b993", + "apim-request-id": "db1ea7a9-a6f4-4a65-81c3-5defe7da7379", "Content-Length": "0", - "Date": "Fri, 09 Oct 2020 23:19:52 GMT", - "Operation-Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/businessCard/analyzeResults/1d2598a8-5e46-4527-903c-9b1440d5b993", + "Date": "Tue, 17 Nov 2020 00:32:26 GMT", + "Operation-Location": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/businessCard/analyzeResults/db1ea7a9-a6f4-4a65-81c3-5defe7da7379", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "515" + "x-envoy-upstream-service-time": "745" }, "ResponseBody": [] }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/businessCard/analyzeResults/1d2598a8-5e46-4527-903c-9b1440d5b993", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/businessCard/analyzeResults/db1ea7a9-a6f4-4a65-81c3-5defe7da7379", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201009.1", + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "be583a9eaa6154fadbec0dd3406e75f6", @@ -45,28 +45,28 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "5811eb5b-5906-49bf-aa9f-4ad7ba5ec666", + "apim-request-id": "99d38553-1b26-4c19-83df-aad240256836", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 09 Oct 2020 23:19:52 GMT", + "Date": "Tue, 17 Nov 2020 00:32:26 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "12" + "x-envoy-upstream-service-time": "11" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-10-09T23:19:53Z", - "lastUpdatedDateTime": "2020-10-09T23:19:53Z" + "createdDateTime": "2020-11-17T00:32:25Z", + "lastUpdatedDateTime": "2020-11-17T00:32:25Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/businessCard/analyzeResults/1d2598a8-5e46-4527-903c-9b1440d5b993", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/businessCard/analyzeResults/db1ea7a9-a6f4-4a65-81c3-5defe7da7379", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201009.1", + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "4a21d7931f0e31e1a5fa6a2457c2128d", @@ -75,28 +75,28 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "8e00d334-5a61-46ae-b0d3-63b6d19b3455", + "apim-request-id": "9c181cee-f314-427f-a556-4158a341ba79", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 09 Oct 2020 23:19:54 GMT", + "Date": "Tue, 17 Nov 2020 00:32:27 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "13" + "x-envoy-upstream-service-time": "10" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-10-09T23:19:53Z", - "lastUpdatedDateTime": "2020-10-09T23:19:53Z" + "createdDateTime": "2020-11-17T00:32:25Z", + "lastUpdatedDateTime": "2020-11-17T00:32:26Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/businessCard/analyzeResults/1d2598a8-5e46-4527-903c-9b1440d5b993", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/businessCard/analyzeResults/db1ea7a9-a6f4-4a65-81c3-5defe7da7379", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201009.1", + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "113de700826e994adf51106ad0817f4f", @@ -105,28 +105,28 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "537a87b8-e6a2-4839-837f-81f9ceb6349f", + "apim-request-id": "86ad480c-464d-4fae-941e-5f79b6857541", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 09 Oct 2020 23:19:55 GMT", + "Date": "Tue, 17 Nov 2020 00:32:28 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", "x-envoy-upstream-service-time": "10" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-10-09T23:19:53Z", - "lastUpdatedDateTime": "2020-10-09T23:19:53Z" + "createdDateTime": "2020-11-17T00:32:25Z", + "lastUpdatedDateTime": "2020-11-17T00:32:26Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/businessCard/analyzeResults/1d2598a8-5e46-4527-903c-9b1440d5b993", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/businessCard/analyzeResults/db1ea7a9-a6f4-4a65-81c3-5defe7da7379", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201009.1", + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "a74bf2e088ce7e3f5927186740d5fd18", @@ -135,54 +135,24 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "bc65a7d6-aaec-43f4-b6aa-fe775ea855a5", - "Content-Length": "106", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 09 Oct 2020 23:19:56 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "11" - }, - "ResponseBody": { - "status": "running", - "createdDateTime": "2020-10-09T23:19:53Z", - "lastUpdatedDateTime": "2020-10-09T23:19:53Z" - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/businessCard/analyzeResults/1d2598a8-5e46-4527-903c-9b1440d5b993", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201009.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "59d280d9643110888d876bbc0f766124", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "30a970c5-9bdb-4f7b-8e14-c25d584c5fc1", - "Content-Length": "2679", + "apim-request-id": "2c362dbd-32b9-4f27-906a-f71be5e6538e", + "Content-Length": "2683", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 09 Oct 2020 23:19:57 GMT", + "Date": "Tue, 17 Nov 2020 00:32:29 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "23" + "x-envoy-upstream-service-time": "16" }, "ResponseBody": { "status": "succeeded", - "createdDateTime": "2020-10-09T23:19:53Z", - "lastUpdatedDateTime": "2020-10-09T23:19:56Z", + "createdDateTime": "2020-11-17T00:32:25Z", + "lastUpdatedDateTime": "2020-11-17T00:32:28Z", "analyzeResult": { "version": "2.1.0", "readResults": [ { "page": 1, - "angle": -17.0956, + "angle": -16.6836, "width": 4032, "height": 3024, "unit": "pixel" @@ -207,14 +177,14 @@ "valueString": "Avery", "text": "Avery", "boundingBox": [ - 703, - 1096, - 1134, - 989, - 1165, - 1109, - 733, - 1206 + 683, + 1098, + 1158, + 984, + 1187, + 1103, + 712, + 1212 ], "page": 1 }, @@ -223,30 +193,31 @@ "valueString": "Smith", "text": "Smith", "boundingBox": [ - 1186, - 976, - 1585, - 879, - 1618, - 998, - 1218, - 1096 + 1179, + 979, + 1610, + 871, + 1637, + 990, + 1209, + 1097 ], "page": 1 } }, "text": "Dr. Avery Smith", "boundingBox": [ - 419.3, - 1154.6, - 1589.6, - 877.9, - 1618.9, - 1001.7, - 448.6, - 1278.4 + 413.8, + 1151.8, + 1610, + 871, + 1639.5, + 996.8, + 443.4, + 1277.6 ], - "confidence": 0.793 + "page": 1, + "confidence": 0.979 } ] }, @@ -258,14 +229,14 @@ "valueString": "Senior Researcher", "text": "Senior Researcher", "boundingBox": [ - 451.8, - 1301.9, - 1313.5, - 1099.9, - 1333.8, - 1186.7, - 472.2, - 1388.7 + 446.8, + 1312.2, + 1318, + 1103, + 1336.7, + 1180.9, + 465.5, + 1390.1 ], "page": 1, "confidence": 0.99 @@ -280,17 +251,17 @@ "valueString": "Cloud \u0026 Al Department", "text": "Cloud \u0026 Al Department", "boundingBox": [ - 480.1, - 1403.3, - 1590.5, - 1129.6, - 1612.6, - 1219.6, - 502.3, - 1493.3 + 473.1, + 1407.2, + 1594, + 1132, + 1615.4, + 1219.3, + 494.5, + 1494.5 ], "page": 1, - "confidence": 0.99 + "confidence": 0.989 } ] }, @@ -302,14 +273,14 @@ "valueString": "avery.smith@contoso.com", "text": "avery.smith@contoso.com", "boundingBox": [ - 2107, - 934, - 2917, - 696, - 2935, + 2103, + 935, + 2926, + 701, + 2938, 764, - 2126, - 995 + 2119, + 994 ], "page": 1, "confidence": 0.99 @@ -324,17 +295,17 @@ "valueString": "https://www.contoso.com/", "text": "https://www.contoso.com/", "boundingBox": [ - 2121, - 1002, - 2992, - 755, - 3014, - 826, - 2143, - 1077 + 2116, + 1004, + 2981, + 757, + 3006, + 824, + 2136, + 1075 ], "page": 1, - "confidence": 0.995 + "confidence": 0.99 } ] }, @@ -345,14 +316,14 @@ "type": "phoneNumber", "text": "\u002B44 (0) 7911 123456", "boundingBox": [ - 2434.9, - 1033.3, - 3072, - 836, - 3096.2, - 914.3, - 2459.1, - 1111.6 + 2431.9, + 1037.2, + 3081.2, + 843.3, + 3102.7, + 915.2, + 2453.3, + 1109.1 ], "page": 1, "confidence": 0.99 @@ -366,14 +337,14 @@ "type": "phoneNumber", "text": "\u002B44 (0) 20 9876 5432", "boundingBox": [ - 2473.2, - 1115.4, - 3139.2, - 907.7, - 3163.2, - 984.7, - 2497.2, - 1192.4 + 2469.1, + 1118.1, + 3136.2, + 912.4, + 3158.8, + 985.8, + 2491.8, + 1191.5 ], "page": 1, "confidence": 0.99 @@ -387,61 +358,61 @@ "type": "phoneNumber", "text": "\u002B44 (0) 20 6789 2345", "boundingBox": [ - 2525, - 1185.4, - 3192.4, - 977.9, - 3217.9, - 1060, - 2550.5, - 1267.5 + 2521.3, + 1196.2, + 3198, + 979, + 3222.3, + 1054.7, + 2545.6, + 1271.9 ], "page": 1, "confidence": 0.99 } ] }, - "Addresses": { + "CompanyNames": { "type": "array", "valueArray": [ { "type": "string", - "valueString": "2 Kingdom Street Paddington, London, W2 6BD", - "text": "2 Kingdom Street Paddington, London, W2 6BD", + "valueString": "Contoso", + "text": "Contoso", "boundingBox": [ - 1230, - 2138, - 2535.2, - 1678.6, - 2614.2, - 1903.1, - 1309, - 2362.5 + 1157, + 1923, + 2299, + 1565, + 2361, + 1731, + 1213, + 2098 ], "page": 1, - "confidence": 0.977 + "confidence": 0.222 } ] }, - "CompanyNames": { + "Addresses": { "type": "array", "valueArray": [ { "type": "string", - "valueString": "Contoso", - "text": "Contoso", + "valueString": "2 Kingdom Street Paddington, London, W2 6BD", + "text": "2 Kingdom Street Paddington, London, W2 6BD", "boundingBox": [ - 1152, - 1916, - 2293, - 1552, - 2358, - 1733, - 1219, - 2105 + 1224.6, + 2139.5, + 2536.4, + 1685.2, + 2613.1, + 1906.7, + 1301.3, + 2361 ], "page": 1, - "confidence": 0.067 + "confidence": 0.979 } ] } @@ -454,7 +425,7 @@ ], "Variables": { "FORM_RECOGNIZER_API_KEY": "Sanitized", - "FORM_RECOGNIZER_ENDPOINT": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/", + "FORM_RECOGNIZER_ENDPOINT": "https://mariari-centraluseuap.cognitiveservices.azure.com/", "RandomSeed": "945125048" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeBusinessCardsPopulatesExtractedPng(True)Async.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeBusinessCardsPopulatesExtractedPng(True)Async.json index 5c21d44331a02..0bdd0fb3a3656 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeBusinessCardsPopulatesExtractedPng(True)Async.json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeBusinessCardsPopulatesExtractedPng(True)Async.json @@ -1,16 +1,16 @@ { "Entries": [ { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/businessCard/analyze?includeTextDetails=false", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/businessCard/analyze?includeTextDetails=false", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "915108", "Content-Type": "image/jpeg", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-1bb0f0e5086a9a4d93aa70babc6e1e76-66ad36be1aade044-00", + "traceparent": "00-8ae7de9cc7833c49a415e9c001d25b45-ae49648bc6cfd640-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201009.1", + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "0f736f2f782634d3a4ad214717556898", @@ -19,24 +19,24 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "20a5be9e-03ff-4003-ab93-7209f8efa379", + "apim-request-id": "1c595586-9d67-4b30-a2db-620b0c8ae35a", "Content-Length": "0", - "Date": "Fri, 09 Oct 2020 23:20:12 GMT", - "Operation-Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/businessCard/analyzeResults/20a5be9e-03ff-4003-ab93-7209f8efa379", + "Date": "Tue, 17 Nov 2020 00:33:44 GMT", + "Operation-Location": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/businessCard/analyzeResults/1c595586-9d67-4b30-a2db-620b0c8ae35a", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "582" + "x-envoy-upstream-service-time": "711" }, "ResponseBody": [] }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/businessCard/analyzeResults/20a5be9e-03ff-4003-ab93-7209f8efa379", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/businessCard/analyzeResults/1c595586-9d67-4b30-a2db-620b0c8ae35a", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201009.1", + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "ba4b0a800943d1349f02ea862fb35a00", @@ -45,114 +45,84 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "83c707ae-996d-4628-b743-308b81fbaebc", - "Content-Length": "109", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 09 Oct 2020 23:20:12 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "9" - }, - "ResponseBody": { - "status": "notStarted", - "createdDateTime": "2020-10-09T23:20:13Z", - "lastUpdatedDateTime": "2020-10-09T23:20:13Z" - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/businessCard/analyzeResults/20a5be9e-03ff-4003-ab93-7209f8efa379", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201009.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "0803fa41827809cea34323c6eec3b3e1", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "915b6a5b-7051-4869-baec-82931eb95998", + "apim-request-id": "64f59690-5808-409d-bfe1-51e064fb85c2", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 09 Oct 2020 23:20:13 GMT", + "Date": "Tue, 17 Nov 2020 00:33:44 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "11" + "x-envoy-upstream-service-time": "10" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-10-09T23:20:13Z", - "lastUpdatedDateTime": "2020-10-09T23:20:13Z" + "createdDateTime": "2020-11-17T00:33:44Z", + "lastUpdatedDateTime": "2020-11-17T00:33:44Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/businessCard/analyzeResults/20a5be9e-03ff-4003-ab93-7209f8efa379", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/businessCard/analyzeResults/1c595586-9d67-4b30-a2db-620b0c8ae35a", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201009.1", + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "feaefe521d6226243ba16f238d4d05f1", + "x-ms-client-request-id": "0803fa41827809cea34323c6eec3b3e1", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "fc767544-f9fc-4f2c-8e58-923460c7d12b", + "apim-request-id": "abcbe896-57f7-4a6a-b01a-892b3fef2a98", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 09 Oct 2020 23:20:14 GMT", + "Date": "Tue, 17 Nov 2020 00:33:46 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", "x-envoy-upstream-service-time": "11" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-10-09T23:20:13Z", - "lastUpdatedDateTime": "2020-10-09T23:20:13Z" + "createdDateTime": "2020-11-17T00:33:44Z", + "lastUpdatedDateTime": "2020-11-17T00:33:44Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/businessCard/analyzeResults/20a5be9e-03ff-4003-ab93-7209f8efa379", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/businessCard/analyzeResults/1c595586-9d67-4b30-a2db-620b0c8ae35a", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201009.1", + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "1d0621535f52fd203b411700e56de3dc", + "x-ms-client-request-id": "feaefe521d6226243ba16f238d4d05f1", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "2dc31f97-923f-4f15-81b5-0daff40d662b", - "Content-Length": "2679", + "apim-request-id": "bb5de4e3-5838-40ca-b37f-48d903d407c1", + "Content-Length": "2683", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 09 Oct 2020 23:20:15 GMT", + "Date": "Tue, 17 Nov 2020 00:33:47 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": "19" }, "ResponseBody": { "status": "succeeded", - "createdDateTime": "2020-10-09T23:20:13Z", - "lastUpdatedDateTime": "2020-10-09T23:20:16Z", + "createdDateTime": "2020-11-17T00:33:44Z", + "lastUpdatedDateTime": "2020-11-17T00:33:46Z", "analyzeResult": { "version": "2.1.0", "readResults": [ { "page": 1, - "angle": -17.0956, + "angle": -16.6836, "width": 4032, "height": 3024, "unit": "pixel" @@ -177,14 +147,14 @@ "valueString": "Avery", "text": "Avery", "boundingBox": [ - 703, - 1096, - 1134, - 989, - 1165, - 1109, - 733, - 1206 + 683, + 1098, + 1158, + 984, + 1187, + 1103, + 712, + 1212 ], "page": 1 }, @@ -193,30 +163,31 @@ "valueString": "Smith", "text": "Smith", "boundingBox": [ - 1186, - 976, - 1585, - 879, - 1618, - 998, - 1218, - 1096 + 1179, + 979, + 1610, + 871, + 1637, + 990, + 1209, + 1097 ], "page": 1 } }, "text": "Dr. Avery Smith", "boundingBox": [ - 419.3, - 1154.6, - 1589.6, - 877.9, - 1618.9, - 1001.7, - 448.6, - 1278.4 + 413.8, + 1151.8, + 1610, + 871, + 1639.5, + 996.8, + 443.4, + 1277.6 ], - "confidence": 0.793 + "page": 1, + "confidence": 0.979 } ] }, @@ -228,14 +199,14 @@ "valueString": "Senior Researcher", "text": "Senior Researcher", "boundingBox": [ - 451.8, - 1301.9, - 1313.5, - 1099.9, - 1333.8, - 1186.7, - 472.2, - 1388.7 + 446.8, + 1312.2, + 1318, + 1103, + 1336.7, + 1180.9, + 465.5, + 1390.1 ], "page": 1, "confidence": 0.99 @@ -250,17 +221,17 @@ "valueString": "Cloud \u0026 Al Department", "text": "Cloud \u0026 Al Department", "boundingBox": [ - 480.1, - 1403.3, - 1590.5, - 1129.6, - 1612.6, - 1219.6, - 502.3, - 1493.3 + 473.1, + 1407.2, + 1594, + 1132, + 1615.4, + 1219.3, + 494.5, + 1494.5 ], "page": 1, - "confidence": 0.99 + "confidence": 0.989 } ] }, @@ -272,14 +243,14 @@ "valueString": "avery.smith@contoso.com", "text": "avery.smith@contoso.com", "boundingBox": [ - 2107, - 934, - 2917, - 696, - 2935, + 2103, + 935, + 2926, + 701, + 2938, 764, - 2126, - 995 + 2119, + 994 ], "page": 1, "confidence": 0.99 @@ -294,17 +265,17 @@ "valueString": "https://www.contoso.com/", "text": "https://www.contoso.com/", "boundingBox": [ - 2121, - 1002, - 2992, - 755, - 3014, - 826, - 2143, - 1077 + 2116, + 1004, + 2981, + 757, + 3006, + 824, + 2136, + 1075 ], "page": 1, - "confidence": 0.995 + "confidence": 0.99 } ] }, @@ -315,14 +286,14 @@ "type": "phoneNumber", "text": "\u002B44 (0) 7911 123456", "boundingBox": [ - 2434.9, - 1033.3, - 3072, - 836, - 3096.2, - 914.3, - 2459.1, - 1111.6 + 2431.9, + 1037.2, + 3081.2, + 843.3, + 3102.7, + 915.2, + 2453.3, + 1109.1 ], "page": 1, "confidence": 0.99 @@ -336,14 +307,14 @@ "type": "phoneNumber", "text": "\u002B44 (0) 20 9876 5432", "boundingBox": [ - 2473.2, - 1115.4, - 3139.2, - 907.7, - 3163.2, - 984.7, - 2497.2, - 1192.4 + 2469.1, + 1118.1, + 3136.2, + 912.4, + 3158.8, + 985.8, + 2491.8, + 1191.5 ], "page": 1, "confidence": 0.99 @@ -357,61 +328,61 @@ "type": "phoneNumber", "text": "\u002B44 (0) 20 6789 2345", "boundingBox": [ - 2525, - 1185.4, - 3192.4, - 977.9, - 3217.9, - 1060, - 2550.5, - 1267.5 + 2521.3, + 1196.2, + 3198, + 979, + 3222.3, + 1054.7, + 2545.6, + 1271.9 ], "page": 1, "confidence": 0.99 } ] }, - "Addresses": { + "CompanyNames": { "type": "array", "valueArray": [ { "type": "string", - "valueString": "2 Kingdom Street Paddington, London, W2 6BD", - "text": "2 Kingdom Street Paddington, London, W2 6BD", + "valueString": "Contoso", + "text": "Contoso", "boundingBox": [ - 1230, - 2138, - 2535.2, - 1678.6, - 2614.2, - 1903.1, - 1309, - 2362.5 + 1157, + 1923, + 2299, + 1565, + 2361, + 1731, + 1213, + 2098 ], "page": 1, - "confidence": 0.977 + "confidence": 0.222 } ] }, - "CompanyNames": { + "Addresses": { "type": "array", "valueArray": [ { "type": "string", - "valueString": "Contoso", - "text": "Contoso", + "valueString": "2 Kingdom Street Paddington, London, W2 6BD", + "text": "2 Kingdom Street Paddington, London, W2 6BD", "boundingBox": [ - 1152, - 1916, - 2293, - 1552, - 2358, - 1733, - 1219, - 2105 + 1224.6, + 2139.5, + 2536.4, + 1685.2, + 2613.1, + 1906.7, + 1301.3, + 2361 ], "page": 1, - "confidence": 0.067 + "confidence": 0.979 } ] } @@ -424,7 +395,7 @@ ], "Variables": { "FORM_RECOGNIZER_API_KEY": "Sanitized", - "FORM_RECOGNIZER_ENDPOINT": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/", + "FORM_RECOGNIZER_ENDPOINT": "https://mariari-centraluseuap.cognitiveservices.azure.com/", "RandomSeed": "594417492" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeBusinessCardsThrowsForDamagedFile.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeBusinessCardsThrowsForDamagedFile.json index 2e5310b9bc756..b4766c916d08b 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeBusinessCardsThrowsForDamagedFile.json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeBusinessCardsThrowsForDamagedFile.json @@ -1,16 +1,16 @@ { "Entries": [ { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/businessCard/analyze?includeTextDetails=false", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/businessCard/analyze?includeTextDetails=false", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "7", "Content-Type": "application/pdf", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-b2dc96327c85214b8ed8a9b36e2a3060-dc5a7ae85e182a45-00", + "traceparent": "00-a55ee093f90e0c4896f54c323c9e5c1a-a1453e6eebe4a946-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201009.1", + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "58ba0b88ab4320cf72a7c9c95a5e3fe0", @@ -19,10 +19,10 @@ "RequestBody": "JVBERlVVVQ==", "StatusCode": 400, "ResponseHeaders": { - "apim-request-id": "57236bf9-e443-4580-84ac-7f8e9cb8f4fc", + "apim-request-id": "48edbc47-aaef-40a0-a6e0-70d2b9c74eaf", "Content-Length": "161", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 09 Oct 2020 23:19:47 GMT", + "Date": "Tue, 17 Nov 2020 00:31:53 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", "x-envoy-upstream-service-time": "3" @@ -31,7 +31,7 @@ "error": { "code": "BadArgument", "innerError": { - "requestId": "57236bf9-e443-4580-84ac-7f8e9cb8f4fc" + "requestId": "48edbc47-aaef-40a0-a6e0-70d2b9c74eaf" }, "message": "Bad or unrecognizable request JSON or binary file." } @@ -40,7 +40,7 @@ ], "Variables": { "FORM_RECOGNIZER_API_KEY": "Sanitized", - "FORM_RECOGNIZER_ENDPOINT": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/", + "FORM_RECOGNIZER_ENDPOINT": "https://mariari-centraluseuap.cognitiveservices.azure.com/", "RandomSeed": "1811291938" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeBusinessCardsThrowsForDamagedFileAsync.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeBusinessCardsThrowsForDamagedFileAsync.json index 328bc56916af5..8bc86e40b3b78 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeBusinessCardsThrowsForDamagedFileAsync.json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeBusinessCardsThrowsForDamagedFileAsync.json @@ -1,16 +1,16 @@ { "Entries": [ { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/businessCard/analyze?includeTextDetails=false", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/businessCard/analyze?includeTextDetails=false", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "7", "Content-Type": "application/pdf", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-4fd44040403a4e49b5bb56d0c6bf7178-4a86f4d55cdc4043-00", + "traceparent": "00-23efbd5842e8ad4ea67ec32e0f7c9644-51610df762c83944-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201009.1", + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "fc6146f2b0d2c589b2a31b2cd31ad51b", @@ -19,19 +19,19 @@ "RequestBody": "JVBERlVVVQ==", "StatusCode": 400, "ResponseHeaders": { - "apim-request-id": "1870ee61-533d-425c-a7e1-66bdc94a6ebd", + "apim-request-id": "4bcc29b5-ff73-4c74-9144-ac6353129091", "Content-Length": "161", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 09 Oct 2020 23:20:08 GMT", + "Date": "Tue, 17 Nov 2020 00:33:16 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "3" + "x-envoy-upstream-service-time": "2" }, "ResponseBody": { "error": { "code": "BadArgument", "innerError": { - "requestId": "1870ee61-533d-425c-a7e1-66bdc94a6ebd" + "requestId": "4bcc29b5-ff73-4c74-9144-ac6353129091" }, "message": "Bad or unrecognizable request JSON or binary file." } @@ -40,7 +40,7 @@ ], "Variables": { "FORM_RECOGNIZER_API_KEY": "Sanitized", - "FORM_RECOGNIZER_ENDPOINT": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/", + "FORM_RECOGNIZER_ENDPOINT": "https://mariari-centraluseuap.cognitiveservices.azure.com/", "RandomSeed": "2113533891" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeContentCanParseBlankPage.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeContentCanParseBlankPage.json index bb8694909f656..7a16c8ace4ce6 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeContentCanParseBlankPage.json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeContentCanParseBlankPage.json @@ -1,17 +1,17 @@ { "Entries": [ { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyze", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/layout/analyze", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "25662", "Content-Type": "application/pdf", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-5812014c96ac9a449f86e592bf91121a-abd6d632711c8741-00", + "traceparent": "00-6309c65da9b5e64f877bbba145094295-72fbfe1ebdf57a4f-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "7ff6bd72cc5799c75d4f016d27d09500", "x-ms-return-client-request-id": "true" @@ -19,25 +19,25 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "80797026-e20f-47e7-9ef5-2a0365591bd8", + "apim-request-id": "2184e156-e35a-4f3b-88f0-25b0522821b7", "Content-Length": "0", - "Date": "Wed, 09 Sep 2020 22:28:19 GMT", - "Operation-Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/80797026-e20f-47e7-9ef5-2a0365591bd8", + "Date": "Fri, 30 Oct 2020 12:50:28 GMT", + "Operation-Location": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/layout/analyzeResults/2184e156-e35a-4f3b-88f0-25b0522821b7", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "38" + "x-envoy-upstream-service-time": "27" }, "ResponseBody": [] }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/80797026-e20f-47e7-9ef5-2a0365591bd8", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/layout/analyzeResults/2184e156-e35a-4f3b-88f0-25b0522821b7", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "0b2306af61959bdc14aff49d748a4e93", "x-ms-return-client-request-id": "true" @@ -45,29 +45,29 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "fa6284a9-8838-4d20-9e09-3091674eacfe", + "apim-request-id": "45129e77-5488-4e84-aeaa-3fcb30eae377", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:28:19 GMT", + "Date": "Fri, 30 Oct 2020 12:50:28 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "19" + "x-envoy-upstream-service-time": "11" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-09-09T22:28:19Z", - "lastUpdatedDateTime": "2020-09-09T22:28:19Z" + "createdDateTime": "2020-10-30T12:50:29Z", + "lastUpdatedDateTime": "2020-10-30T12:50:29Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/80797026-e20f-47e7-9ef5-2a0365591bd8", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/layout/analyzeResults/2184e156-e35a-4f3b-88f0-25b0522821b7", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "04a75681ac23dea0d65d6b7f4f8db970", "x-ms-return-client-request-id": "true" @@ -75,29 +75,29 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "d85e0503-f582-4a9b-8353-25bc98f1fdb9", + "apim-request-id": "f8f9ea77-088e-4655-b8ac-4df8d87a2051", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:28:20 GMT", + "Date": "Fri, 30 Oct 2020 12:50:29 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "13" + "x-envoy-upstream-service-time": "12" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-09-09T22:28:19Z", - "lastUpdatedDateTime": "2020-09-09T22:28:19Z" + "createdDateTime": "2020-10-30T12:50:29Z", + "lastUpdatedDateTime": "2020-10-30T12:50:29Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/80797026-e20f-47e7-9ef5-2a0365591bd8", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/layout/analyzeResults/2184e156-e35a-4f3b-88f0-25b0522821b7", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "77c57c11bb3d10dde15b6ba7d82a25d3", "x-ms-return-client-request-id": "true" @@ -105,29 +105,29 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "effd762c-b6c7-49ce-91af-661eb2c8475e", + "apim-request-id": "1b8dc6c8-9400-4f29-8e19-c53c05500a4d", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:28:21 GMT", + "Date": "Fri, 30 Oct 2020 12:50:31 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "16" + "x-envoy-upstream-service-time": "13" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-09-09T22:28:19Z", - "lastUpdatedDateTime": "2020-09-09T22:28:19Z" + "createdDateTime": "2020-10-30T12:50:29Z", + "lastUpdatedDateTime": "2020-10-30T12:50:29Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/80797026-e20f-47e7-9ef5-2a0365591bd8", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/layout/analyzeResults/2184e156-e35a-4f3b-88f0-25b0522821b7", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "d1ec6d01912903dd65443538f65d4c86", "x-ms-return-client-request-id": "true" @@ -135,29 +135,29 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "50ec6165-f9d6-45d8-9a63-f0895bab36a8", + "apim-request-id": "8b074f0d-2fc7-46c2-91a5-ad50a7405b5f", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:28:22 GMT", + "Date": "Fri, 30 Oct 2020 12:50:32 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "15" + "x-envoy-upstream-service-time": "12" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-09-09T22:28:19Z", - "lastUpdatedDateTime": "2020-09-09T22:28:19Z" + "createdDateTime": "2020-10-30T12:50:29Z", + "lastUpdatedDateTime": "2020-10-30T12:50:29Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/80797026-e20f-47e7-9ef5-2a0365591bd8", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/layout/analyzeResults/2184e156-e35a-4f3b-88f0-25b0522821b7", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "f78c83f6d6c5c556799623c740f806ac", "x-ms-return-client-request-id": "true" @@ -165,56 +165,26 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "072233f8-e13b-449a-a719-9b8107411158", - "Content-Length": "106", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:28:23 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "13" - }, - "ResponseBody": { - "status": "running", - "createdDateTime": "2020-09-09T22:28:19Z", - "lastUpdatedDateTime": "2020-09-09T22:28:19Z" - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/80797026-e20f-47e7-9ef5-2a0365591bd8", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "e17d9838e8a07f479ec112f886a51983", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "a1213b02-f70b-48c6-ba51-eeb0a6a1e35e", - "Content-Length": "277", + "apim-request-id": "93798b5d-21c2-4c46-bd00-c17328e464f0", + "Content-Length": "269", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:28:24 GMT", + "Date": "Fri, 30 Oct 2020 12:50:34 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": "18" }, "ResponseBody": { "status": "succeeded", - "createdDateTime": "2020-09-09T22:28:19Z", - "lastUpdatedDateTime": "2020-09-09T22:28:24Z", + "createdDateTime": "2020-10-30T12:50:29Z", + "lastUpdatedDateTime": "2020-10-30T12:50:33Z", "analyzeResult": { "version": "2.1.0", "readResults": [ { "page": 1, "angle": 0, - "width": 8.4967, - "height": 10.9967, + "width": 8.5, + "height": 11, "unit": "inch", "lines": [] } @@ -231,7 +201,7 @@ ], "Variables": { "FORM_RECOGNIZER_API_KEY": "Sanitized", - "FORM_RECOGNIZER_ENDPOINT": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/", + "FORM_RECOGNIZER_ENDPOINT": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/", "RandomSeed": "1998675836" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeContentCanParseBlankPageAsync.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeContentCanParseBlankPageAsync.json index 1f172913530b1..7f78f67cc0d96 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeContentCanParseBlankPageAsync.json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeContentCanParseBlankPageAsync.json @@ -1,17 +1,17 @@ { "Entries": [ { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyze", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/layout/analyze", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "25662", "Content-Type": "application/pdf", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-4eaa1bd060f0724082f8b554038cd56f-2e9fdc3357aa254d-00", + "traceparent": "00-b24a79743e966f479327eff276a00b63-7c7fbd72fb3f614e-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "699ec42bf063032e3895a0bb4a72a23d", "x-ms-return-client-request-id": "true" @@ -19,25 +19,25 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "981a0e0e-ca0a-4691-a897-ab3af1020076", + "apim-request-id": "56a512d9-65f9-4611-9d52-2688a1d97ea0", "Content-Length": "0", - "Date": "Wed, 09 Sep 2020 22:33:12 GMT", - "Operation-Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/981a0e0e-ca0a-4691-a897-ab3af1020076", + "Date": "Fri, 30 Oct 2020 12:56:42 GMT", + "Operation-Location": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/layout/analyzeResults/56a512d9-65f9-4611-9d52-2688a1d97ea0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "49" + "x-envoy-upstream-service-time": "50" }, "ResponseBody": [] }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/981a0e0e-ca0a-4691-a897-ab3af1020076", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/layout/analyzeResults/56a512d9-65f9-4611-9d52-2688a1d97ea0", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "8e645de96fdf7a82d73d820be9b6ff95", "x-ms-return-client-request-id": "true" @@ -45,29 +45,29 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "37e83f41-128e-46cf-bed3-11dbdcead097", + "apim-request-id": "f0f25ad5-c075-42de-8729-61ac8222286d", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:33:12 GMT", + "Date": "Fri, 30 Oct 2020 12:56:43 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", "x-envoy-upstream-service-time": "10" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-09-09T22:33:13Z", - "lastUpdatedDateTime": "2020-09-09T22:33:13Z" + "createdDateTime": "2020-10-30T12:56:43Z", + "lastUpdatedDateTime": "2020-10-30T12:56:43Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/981a0e0e-ca0a-4691-a897-ab3af1020076", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/layout/analyzeResults/56a512d9-65f9-4611-9d52-2688a1d97ea0", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "016f17f7e161340db2014c1b9bee1bfa", "x-ms-return-client-request-id": "true" @@ -75,29 +75,29 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "09526259-d2d2-4cfa-baad-ab260705d046", + "apim-request-id": "01c4262a-52fb-4257-8ab9-0bc3809dd110", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:33:13 GMT", + "Date": "Fri, 30 Oct 2020 12:56:45 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "13" + "x-envoy-upstream-service-time": "10" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-09-09T22:33:13Z", - "lastUpdatedDateTime": "2020-09-09T22:33:13Z" + "createdDateTime": "2020-10-30T12:56:43Z", + "lastUpdatedDateTime": "2020-10-30T12:56:43Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/981a0e0e-ca0a-4691-a897-ab3af1020076", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/layout/analyzeResults/56a512d9-65f9-4611-9d52-2688a1d97ea0", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "e590e6404303bc2c422392256e231a81", "x-ms-return-client-request-id": "true" @@ -105,29 +105,29 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "0f6f59bc-d3b9-4624-bd06-540dd0d53d56", + "apim-request-id": "22108770-dd20-43f5-88f3-9783e092f83a", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:33:14 GMT", + "Date": "Fri, 30 Oct 2020 12:56:46 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "13" + "x-envoy-upstream-service-time": "12" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-09-09T22:33:13Z", - "lastUpdatedDateTime": "2020-09-09T22:33:13Z" + "createdDateTime": "2020-10-30T12:56:43Z", + "lastUpdatedDateTime": "2020-10-30T12:56:43Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/981a0e0e-ca0a-4691-a897-ab3af1020076", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/layout/analyzeResults/56a512d9-65f9-4611-9d52-2688a1d97ea0", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "32c40b95a00208dc502fdcde2266dee8", "x-ms-return-client-request-id": "true" @@ -135,29 +135,29 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "f23ca78b-a678-48fd-825b-76fd122b5db0", + "apim-request-id": "58865460-0df0-40f4-85a4-373b042643b7", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:33:15 GMT", + "Date": "Fri, 30 Oct 2020 12:56:47 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "14" + "x-envoy-upstream-service-time": "9" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-09-09T22:33:13Z", - "lastUpdatedDateTime": "2020-09-09T22:33:13Z" + "createdDateTime": "2020-10-30T12:56:43Z", + "lastUpdatedDateTime": "2020-10-30T12:56:43Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/981a0e0e-ca0a-4691-a897-ab3af1020076", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/layout/analyzeResults/56a512d9-65f9-4611-9d52-2688a1d97ea0", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "02ca87221a26b491ebb2bf3d4ee7c68f", "x-ms-return-client-request-id": "true" @@ -165,26 +165,26 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "2a11cce7-9893-429a-81ae-f606e52895aa", - "Content-Length": "277", + "apim-request-id": "4f3d1c07-725a-4300-9505-0aa5824d25a8", + "Content-Length": "269", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:33:16 GMT", + "Date": "Fri, 30 Oct 2020 12:56:48 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "25" + "x-envoy-upstream-service-time": "16" }, "ResponseBody": { "status": "succeeded", - "createdDateTime": "2020-09-09T22:33:13Z", - "lastUpdatedDateTime": "2020-09-09T22:33:17Z", + "createdDateTime": "2020-10-30T12:56:43Z", + "lastUpdatedDateTime": "2020-10-30T12:56:48Z", "analyzeResult": { "version": "2.1.0", "readResults": [ { "page": 1, "angle": 0, - "width": 8.4967, - "height": 10.9967, + "width": 8.5, + "height": 11, "unit": "inch", "lines": [] } @@ -201,7 +201,7 @@ ], "Variables": { "FORM_RECOGNIZER_API_KEY": "Sanitized", - "FORM_RECOGNIZER_ENDPOINT": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/", + "FORM_RECOGNIZER_ENDPOINT": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/", "RandomSeed": "902934581" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeContentCanParseMultipageForm(False).json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeContentCanParseMultipageForm(False).json index 5b5040932c687..b1b0b1f19ec09 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeContentCanParseMultipageForm(False).json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeContentCanParseMultipageForm(False).json @@ -1,17 +1,17 @@ { "Entries": [ { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyze", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/layout/analyze", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "22", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-f13f96b0371bd3488d9fd328528e5096-bace6fe039f3a14f-00", + "traceparent": "00-a237f662c45e9b47bc0baabba1752cca-10a0867f55bf5245-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "0c8713a4b9a7934f73f3818ce890b454", "x-ms-return-client-request-id": "true" @@ -21,25 +21,25 @@ }, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "3f59b176-9d65-4b75-a766-1f470838e8be", + "apim-request-id": "588594fe-25ed-4c37-b290-d51b0ef6364b", "Content-Length": "0", - "Date": "Wed, 09 Sep 2020 22:29:44 GMT", - "Operation-Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/3f59b176-9d65-4b75-a766-1f470838e8be", + "Date": "Fri, 30 Oct 2020 12:51:36 GMT", + "Operation-Location": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/layout/analyzeResults/588594fe-25ed-4c37-b290-d51b0ef6364b", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "797" + "x-envoy-upstream-service-time": "802" }, "ResponseBody": [] }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/3f59b176-9d65-4b75-a766-1f470838e8be", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/layout/analyzeResults/588594fe-25ed-4c37-b290-d51b0ef6364b", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "3cba389ce393dedebd3fecc4a2fe8023", "x-ms-return-client-request-id": "true" @@ -47,29 +47,29 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "12aa467f-d314-40c4-a0d3-52f89eaba5bb", + "apim-request-id": "dac8f220-0997-48c4-962d-141019eba46d", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:29:44 GMT", + "Date": "Fri, 30 Oct 2020 12:51:37 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", "x-envoy-upstream-service-time": "12" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-09-09T22:29:45Z", - "lastUpdatedDateTime": "2020-09-09T22:29:45Z" + "createdDateTime": "2020-10-30T12:51:37Z", + "lastUpdatedDateTime": "2020-10-30T12:51:37Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/3f59b176-9d65-4b75-a766-1f470838e8be", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/layout/analyzeResults/588594fe-25ed-4c37-b290-d51b0ef6364b", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "28f33ba169d2af016e2259f94d011305", "x-ms-return-client-request-id": "true" @@ -77,29 +77,29 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "a7d4a04e-d498-4a45-93e3-1dda005551b4", + "apim-request-id": "44ea7c4a-5ebb-43a0-9c57-b76497f6ba1d", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:29:45 GMT", + "Date": "Fri, 30 Oct 2020 12:51:38 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "10" + "x-envoy-upstream-service-time": "12" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-09-09T22:29:45Z", - "lastUpdatedDateTime": "2020-09-09T22:29:45Z" + "createdDateTime": "2020-10-30T12:51:37Z", + "lastUpdatedDateTime": "2020-10-30T12:51:37Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/3f59b176-9d65-4b75-a766-1f470838e8be", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/layout/analyzeResults/588594fe-25ed-4c37-b290-d51b0ef6364b", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "3de6d46ca473c1e634a94f68cc8af075", "x-ms-return-client-request-id": "true" @@ -107,29 +107,29 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "8f43a712-be08-449f-802d-d215bc7c514c", + "apim-request-id": "acd8dbaf-00c9-40b0-a8ec-feb020078ee9", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:29:46 GMT", + "Date": "Fri, 30 Oct 2020 12:51:39 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "10" + "x-envoy-upstream-service-time": "13" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-09-09T22:29:45Z", - "lastUpdatedDateTime": "2020-09-09T22:29:45Z" + "createdDateTime": "2020-10-30T12:51:37Z", + "lastUpdatedDateTime": "2020-10-30T12:51:37Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/3f59b176-9d65-4b75-a766-1f470838e8be", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/layout/analyzeResults/588594fe-25ed-4c37-b290-d51b0ef6364b", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "adea5d738b9d3381360acd708ae590bb", "x-ms-return-client-request-id": "true" @@ -137,110 +137,50 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "2aa05598-c8c1-4212-aef9-02411f73b28c", - "Content-Length": "106", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:29:47 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "11" - }, - "ResponseBody": { - "status": "running", - "createdDateTime": "2020-09-09T22:29:45Z", - "lastUpdatedDateTime": "2020-09-09T22:29:45Z" - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/3f59b176-9d65-4b75-a766-1f470838e8be", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "cd58e72c4218fdb05431f3281999e2e3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "cc235a05-3c94-4dc0-a2be-ab6fa937e3a4", + "apim-request-id": "39a84248-de51-407d-8bd7-00cacdeb5246", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:29:48 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "12" - }, - "ResponseBody": { - "status": "running", - "createdDateTime": "2020-09-09T22:29:45Z", - "lastUpdatedDateTime": "2020-09-09T22:29:45Z" - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/3f59b176-9d65-4b75-a766-1f470838e8be", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "f085e4316517e06752b30669d676374f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "8ba84cdf-4341-4915-bc77-24f0dcf06d40", - "Content-Length": "106", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:29:49 GMT", + "Date": "Fri, 30 Oct 2020 12:51:40 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", "x-envoy-upstream-service-time": "14" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-09-09T22:29:45Z", - "lastUpdatedDateTime": "2020-09-09T22:29:45Z" + "createdDateTime": "2020-10-30T12:51:37Z", + "lastUpdatedDateTime": "2020-10-30T12:51:37Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/3f59b176-9d65-4b75-a766-1f470838e8be", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/layout/analyzeResults/588594fe-25ed-4c37-b290-d51b0ef6364b", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "e53c94182332305cadec586b9758199d", + "x-ms-client-request-id": "cd58e72c4218fdb05431f3281999e2e3", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "b1a6ba3d-10e0-41f0-9f4f-c61cfe1386af", - "Content-Length": "33148", + "apim-request-id": "119d9b15-ab21-4bce-962b-51d7f5afcfc3", + "Content-Length": "36134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:29:50 GMT", + "Date": "Fri, 30 Oct 2020 12:51:42 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "35" + "x-envoy-upstream-service-time": "27" }, - "ResponseBody": "{\u0022status\u0022:\u0022succeeded\u0022,\u0022createdDateTime\u0022:\u00222020-09-09T22:29:45Z\u0022,\u0022lastUpdatedDateTime\u0022:\u00222020-09-09T22:29:51Z\u0022,\u0022analyzeResult\u0022:{\u0022version\u0022:\u00222.1.0\u0022,\u0022readResults\u0022:[{\u0022page\u0022:1,\u0022angle\u0022:0,\u0022width\u0022:8.5,\u0022height\u0022:11,\u0022unit\u0022:\u0022inch\u0022,\u0022lines\u0022:[{\u0022boundingBox\u0022:[6.1276,1.0667,7.4833,1.0667,7.4833,1.2403,6.1276,1.2403],\u0022text\u0022:\u0022Vendor #:121\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[6.1276,1.0667,6.8657,1.0667,6.8657,1.2403,6.1276,1.2403],\u0022text\u0022:\u0022Vendor\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.9307,1.0759,7.4833,1.0759,7.4833,1.2391,6.9307,1.2391],\u0022text\u0022:\u0022#:121\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.2268,1.5733,6.2379,1.5733,6.2379,2.005,2.2268,2.005],\u0022text\u0022:\u0022Vendor Registration\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.2268,1.5733,3.703,1.5733,3.703,1.9207,2.2268,1.9207],\u0022text\u0022:\u0022Vendor\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.8661,1.5883,6.2379,1.5883,6.2379,2.005,3.8661,2.005],\u0022text\u0022:\u0022Registration\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0078,2.5846,7.0776,2.5846,7.0776,2.7293,1.0078,2.7293],\u0022text\u0022:\u0022Contoso Ltd. Conference will be held on May 28-29, 2020 at the Elm Conference Center in\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0078,2.5919,1.5548,2.5919,1.5548,2.7013,1.0078,2.7013],\u0022text\u0022:\u0022Contoso\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.6125,2.5856,1.843,2.5856,1.843,2.7013,1.6125,2.7013],\u0022text\u0022:\u0022Ltd.\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.8996,2.5846,2.6636,2.5846,2.6636,2.7013,1.8996,2.7013],\u0022text\u0022:\u0022Conference\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.7122,2.5852,2.9307,2.5852,2.9307,2.7003,2.7122,2.7003],\u0022text\u0022:\u0022will\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.9922,2.5852,3.1419,2.5852,3.1419,2.7013,2.9922,2.7013],\u0022text\u0022:\u0022be\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.1987,2.5852,3.4704,2.5852,3.4704,2.7013,3.1987,2.7013],\u0022text\u0022:\u0022held\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.53,2.62,3.6846,2.62,3.6846,2.7013,3.53,2.7013],\u0022text\u0022:\u0022on\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.7498,2.5934,4.0422,2.5934,4.0422,2.7293,3.7498,2.7293],\u0022text\u0022:\u0022May\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.0877,2.5914,4.5042,2.5914,4.5042,2.7236,4.0877,2.7236],\u0022text\u0022:\u002228-29,\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.5586,2.5914,4.884,2.5914,4.884,2.7017,4.5586,2.7017],\u0022text\u0022:\u00222020\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.9351,2.6014,5.0577,2.6014,5.0577,2.7013,4.9351,2.7013],\u0022text\u0022:\u0022at\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[5.1033,2.5852,5.3202,2.5852,5.3202,2.7013,5.1033,2.7013],\u0022text\u0022:\u0022the\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[5.3787,2.5852,5.6051,2.5852,5.6051,2.7003,5.3787,2.7003],\u0022text\u0022:\u0022Elm\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[5.6624,2.5846,6.4263,2.5846,6.4263,2.7013,5.6624,2.7013],\u0022text\u0022:\u0022Conference\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.4796,2.5919,6.9234,2.5919,6.9234,2.7013,6.4796,2.7013],\u0022text\u0022:\u0022Center\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.9765,2.5905,7.0776,2.5905,7.0776,2.7003,6.9765,2.7003],\u0022text\u0022:\u0022in\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.014,2.8029,7.3457,2.8029,7.3457,2.9478,1.014,2.9478],\u0022text\u0022:\u0022Maple City, Massachusetts. The conference has sold out of its 1,500 tickets, with a 400 person\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.014,2.8036,1.4242,2.8036,1.4242,2.9478,1.014,2.9478],\u0022text\u0022:\u0022Maple\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.4763,2.8089,1.7576,2.8089,1.7576,2.9478,1.4763,2.9478],\u0022text\u0022:\u0022City,\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.8195,2.8036,2.8383,2.8036,2.8383,2.9197,1.8195,2.9197],\u0022text\u0022:\u0022Massachusetts.\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.8883,2.8036,3.1326,2.8036,3.1326,2.9197,2.8883,2.9197],\u0022text\u0022:\u0022The\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.1842,2.8029,3.9301,2.8029,3.9301,2.9197,3.1842,2.9197],\u0022text\u0022:\u0022conference\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.9871,2.8036,4.2019,2.8036,4.2019,2.9197,3.9871,2.9197],\u0022text\u0022:\u0022has\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.2529,2.8036,4.5104,2.8036,4.5104,2.9197,4.2529,2.9197],\u0022text\u0022:\u0022sold\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.5701,2.8197,4.7871,2.8197,4.7871,2.9197,4.5701,2.9197],\u0022text\u0022:\u0022out\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.8373,2.8029,4.9701,2.8029,4.9701,2.9197,4.8373,2.9197],\u0022text\u0022:\u0022of\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[5.0169,2.8089,5.1601,2.8089,5.1601,2.9197,5.0169,2.9197],\u0022text\u0022:\u0022its\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[5.2167,2.81,5.5766,2.81,5.5766,2.9418,5.2167,2.9418],\u0022text\u0022:\u00221,500\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[5.6227,2.8036,6.0928,2.8036,6.0928,2.9418,5.6227,2.9418],\u0022text\u0022:\u0022tickets,\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.1461,2.8036,6.4308,2.8036,6.4308,2.9195,6.1461,2.9195],\u0022text\u0022:\u0022with\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.488,2.8383,6.548,2.8383,6.548,2.9197,6.488,2.9197],\u0022text\u0022:\u0022a\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.6016,2.81,6.8449,2.81,6.8449,2.9197,6.6016,2.9197],\u0022text\u0022:\u0022400\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.8998,2.8383,7.3457,2.8383,7.3457,2.9478,6.8998,2.9478],\u0022text\u0022:\u0022person\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0043,3.0229,7.2482,3.0229,7.2482,3.1678,1.0043,3.1678],\u0022text\u0022:\u0022waitlist. Vendor applications are being accepted through Feb 28, 2020. Please fill in the form\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0043,3.0236,1.5194,3.0236,1.5194,3.1397,1.0043,3.1397],\u0022text\u0022:\u0022waitlist.\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.5733,3.0239,2.0654,3.0239,2.0654,3.1397,1.5733,3.1397],\u0022text\u0022:\u0022Vendor\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.1132,3.0236,2.9143,3.0236,2.9143,3.1678,2.1132,3.1678],\u0022text\u0022:\u0022applications\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.9675,3.0583,3.1726,3.0583,3.1726,3.1397,2.9675,3.1397],\u0022text\u0022:\u0022are\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.2306,3.0236,3.5889,3.0236,3.5889,3.1678,3.2306,3.1678],\u0022text\u0022:\u0022being\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.6388,3.0239,4.2336,3.0239,4.2336,3.1678,3.6388,3.1678],\u0022text\u0022:\u0022accepted\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.2862,3.0236,4.8127,3.0236,4.8127,3.1678,4.2862,3.1678],\u0022text\u0022:\u0022through\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.8815,3.0236,5.1133,3.0236,5.1133,3.14,4.8815,3.14],\u0022text\u0022:\u0022Feb\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[5.163,3.0297,5.361,3.0297,5.361,3.162,5.163,3.162],\u0022text\u0022:\u002228,\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[5.413,3.0297,5.7774,3.0297,5.7774,3.14,5.413,3.14],\u0022text\u0022:\u00222020.\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[5.8406,3.0236,6.2537,3.0236,6.2537,3.1397,5.8406,3.1397],\u0022text\u0022:\u0022Please\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.3022,3.0229,6.4539,3.0229,6.4539,3.1387,6.3022,3.1387],\u0022text\u0022:\u0022fill\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.5131,3.0289,6.6158,3.0289,6.6158,3.1387,6.5131,3.1387],\u0022text\u0022:\u0022in\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.6673,3.0236,6.8842,3.0236,6.8842,3.1397,6.6673,3.1397],\u0022text\u0022:\u0022the\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.9317,3.0229,7.2482,3.0229,7.2482,3.1397,6.9317,3.1397],\u0022text\u0022:\u0022form\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0125,3.2436,3.6599,3.2436,3.6599,3.3818,1.0125,3.3818],\u0022text\u0022:\u0022below, and attach a check made out to:\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0125,3.2436,1.4459,3.2436,1.4459,3.3818,1.0125,3.3818],\u0022text\u0022:\u0022below,\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.5024,3.2439,1.7371,3.2439,1.7371,3.3597,1.5024,3.3597],\u0022text\u0022:\u0022and\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.7968,3.2436,2.2047,3.2436,2.2047,3.3597,1.7968,3.3597],\u0022text\u0022:\u0022attach\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.2619,3.2783,2.3219,3.2783,2.3219,3.3597,2.2619,3.3597],\u0022text\u0022:\u0022a\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.379,3.2436,2.7529,3.2436,2.7529,3.3597,2.379,3.3597],\u0022text\u0022:\u0022check\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.8076,3.2439,3.17,3.2439,3.17,3.3597,2.8076,3.3597],\u0022text\u0022:\u0022made\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.2251,3.2597,3.4421,3.2597,3.4421,3.3597,3.2251,3.3597],\u0022text\u0022:\u0022out\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.4869,3.2597,3.6599,3.2597,3.6599,3.3597,3.4869,3.3597],\u0022text\u0022:\u0022to:\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0078,3.5739,1.843,3.5739,1.843,3.6897,1.0078,3.6897],\u0022text\u0022:\u0022Contoso Ltd.\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0078,3.5802,1.5548,3.5802,1.5548,3.6897,1.0078,3.6897],\u0022text\u0022:\u0022Contoso\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.6125,3.5739,1.843,3.5739,1.843,3.6897,1.6125,3.6897],\u0022text\u0022:\u0022Ltd.\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0093,3.7939,2.3768,3.7939,2.3768,3.9378,1.0093,3.9378],\u0022text\u0022:\u00222345 Dogwood Lane\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0093,3.8,1.3297,3.8,1.3297,3.9097,1.0093,3.9097],\u0022text\u0022:\u00222345\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.3899,3.7939,2.0149,3.7939,2.0149,3.9378,1.3899,3.9378],\u0022text\u0022:\u0022Dogwood\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.0788,3.8012,2.3768,3.8012,2.3768,3.9097,2.0788,3.9097],\u0022text\u0022:\u0022Lane\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.014,4.0136,2.3377,4.0136,2.3377,4.1518,1.014,4.1518],\u0022text\u0022:\u0022Birch, Kansas 98123\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.014,4.0136,1.3745,4.0136,1.3745,4.1518,1.014,4.1518],\u0022text\u0022:\u0022Birch,\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.4375,4.0212,1.8819,4.0212,1.8819,4.1297,1.4375,4.1297],\u0022text\u0022:\u0022Kansas\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.9318,4.02,2.3377,4.02,2.3377,4.1297,1.9318,4.1297],\u0022text\u0022:\u002298123\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0204,4.4248,1.5303,4.4248,1.5303,4.5682,1.0204,4.5682],\u0022text\u0022:\u0022Rates:\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0204,4.4248,1.5303,4.4248,1.5303,4.5682,1.0204,4.5682],\u0022text\u0022:\u0022Rates:\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0923,4.6986,1.6232,4.6986,1.6232,4.8428,1.0923,4.8428],\u0022text\u0022:\u0022Package\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0923,4.6986,1.6232,4.6986,1.6232,4.8428,1.0923,4.8428],\u0022text\u0022:\u0022Package\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.713,4.6986,3.2707,4.6986,3.2707,4.8147,2.713,4.8147],\u0022text\u0022:\u0022Included\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.713,4.6986,3.2707,4.6986,3.2707,4.8147,2.713,4.8147],\u0022text\u0022:\u0022Included\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[5.838,4.7039,6.1513,4.7039,6.1513,4.8147,5.838,4.8147],\u0022text\u0022:\u0022Price\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[5.838,4.7039,6.1513,4.7039,6.1513,4.8147,5.838,4.8147],\u0022text\u0022:\u0022Price\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0857,4.9086,1.9831,4.9086,1.9831,5.0528,1.0857,5.0528],\u0022text\u0022:\u0022Gold Sponsor\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0857,4.9086,1.3842,4.9086,1.3842,5.0247,1.0857,5.0247],\u0022text\u0022:\u0022Gold\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.4423,4.915,1.9831,4.915,1.9831,5.0528,1.4423,5.0528],\u0022text\u0022:\u0022Sponsor\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,4.954,3.018,4.954,3.018,5.0145,2.9586,5.0145],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,4.954,3.018,4.954,3.018,5.0145,2.9586,5.0145],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,4.9169,3.8726,4.9169,3.8726,5.033,3.214,5.033],\u0022text\u0022:\u0022Full booth\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,4.9169,3.4295,4.9169,3.4295,5.033,3.214,5.033],\u0022text\u0022:\u0022Full\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.492,4.9169,3.8726,4.9169,3.8726,5.033,3.492,5.033],\u0022text\u0022:\u0022booth\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[5.8328,4.8977,6.2829,4.8977,6.2829,5.0468,5.8328,5.0468],\u0022text\u0022:\u0022$1,500\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[5.8328,4.8977,6.2829,4.8977,6.2829,5.0468,5.8328,5.0468],\u0022text\u0022:\u0022$1,500\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,5.1673,3.018,5.1673,3.018,5.2279,2.9586,5.2279],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,5.1673,3.018,5.1673,3.018,5.2279,2.9586,5.2279],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,5.1302,4.7267,5.1302,4.7267,5.2744,3.214,5.2744],\u0022text\u0022:\u0022Pre-keynote thank you\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,5.1302,4.0183,5.1302,4.0183,5.2744,3.214,5.2744],\u0022text\u0022:\u0022Pre-keynote\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.0665,5.1302,4.4475,5.1302,4.4475,5.2463,4.0665,5.2463],\u0022text\u0022:\u0022thank\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.4903,5.165,4.7267,5.165,4.7267,5.2744,4.4903,5.2744],\u0022text\u0022:\u0022you\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,5.379,3.018,5.379,3.018,5.4395,2.9586,5.4395],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,5.379,3.018,5.379,3.018,5.4395,2.9586,5.4395],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,5.3495,4.2093,5.3495,4.2093,5.4861,3.214,5.4861],\u0022text\u0022:\u0022Logo on poster\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,5.3495,3.5163,5.3495,3.5163,5.4861,3.214,5.4861],\u0022text\u0022:\u0022Logo\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.5686,5.3767,3.7244,5.3767,3.7244,5.458,3.5686,5.458],\u0022text\u0022:\u0022on\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.7888,5.358,4.2093,5.358,4.2093,5.4861,3.7888,5.4861],\u0022text\u0022:\u0022poster\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,5.5923,3.018,5.5923,3.018,5.6529,2.9586,5.6529],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,5.5923,3.018,5.5923,3.018,5.6529,2.9586,5.6529],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,5.5552,5.201,5.5552,5.201,5.6994,3.214,5.6994],\u0022text\u0022:\u0022Full page ad in program guide\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,5.5552,3.4295,5.5552,3.4295,5.6713,3.214,5.6713],\u0022text\u0022:\u0022Full\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.492,5.59,3.7989,5.59,3.7989,5.6994,3.492,5.6994],\u0022text\u0022:\u0022page\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.8519,5.5556,3.9991,5.5556,3.9991,5.6713,3.8519,5.6713],\u0022text\u0022:\u0022ad\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.0599,5.5605,4.1626,5.5605,4.1626,5.6703,4.0599,5.6703],\u0022text\u0022:\u0022in\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.2248,5.59,4.7839,5.59,4.7839,5.6994,4.2248,5.6994],\u0022text\u0022:\u0022program\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.8367,5.5556,5.201,5.5556,5.201,5.6994,4.8367,5.6994],\u0022text\u0022:\u0022guide\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,5.804,3.018,5.804,3.018,5.8645,2.9586,5.8645],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,5.804,3.018,5.804,3.018,5.8645,2.9586,5.8645],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0842,5.9786,2.0339,5.9786,2.0339,6.1228,1.0842,6.1228],\u0022text\u0022:\u0022Silver Sponsor\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0842,5.9786,1.4443,5.9786,1.4443,6.0947,1.0842,6.0947],\u0022text\u0022:\u0022Silver\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.4904,5.985,2.0339,5.985,2.0339,6.1228,1.4904,6.1228],\u0022text\u0022:\u0022Sponsor\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,6.024,3.018,6.024,3.018,6.0845,2.9586,6.0845],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,6.024,3.018,6.024,3.018,6.0845,2.9586,6.0845],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,5.9869,3.8726,5.9869,3.8726,6.103,3.214,6.103],\u0022text\u0022:\u0022Full booth\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,5.9869,3.4295,5.9869,3.4295,6.103,3.214,6.103],\u0022text\u0022:\u0022Full\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.492,5.9869,3.8726,5.9869,3.8726,6.103,3.492,6.103],\u0022text\u0022:\u0022booth\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[5.8328,5.9677,6.2829,5.9677,6.2829,6.1168,5.8328,6.1168],\u0022text\u0022:\u0022$1,200\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[5.8328,5.9677,6.2829,5.9677,6.2829,6.1168,5.8328,6.1168],\u0022text\u0022:\u0022$1,200\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,6.2356,3.018,6.2356,3.018,6.2962,2.9586,6.2962],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,6.2356,3.018,6.2356,3.018,6.2962,2.9586,6.2962],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,6.1986,4.7938,6.1986,4.7938,6.3428,3.214,6.3428],\u0022text\u0022:\u0022Post-keynote thank you\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,6.1986,4.0878,6.1986,4.0878,6.3428,3.214,6.3428],\u0022text\u0022:\u0022Post-keynote\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.1348,6.1986,4.5158,6.1986,4.5158,6.3147,4.1348,6.3147],\u0022text\u0022:\u0022thank\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.5586,6.2333,4.7938,6.2333,4.7938,6.3428,4.5586,6.3428],\u0022text\u0022:\u0022you\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,6.4473,3.018,6.4473,3.018,6.5079,2.9586,6.5079],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,6.4473,3.018,6.4473,3.018,6.5079,2.9586,6.5079],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,6.4179,4.2093,6.4179,4.2093,6.5544,3.214,6.5544],\u0022text\u0022:\u0022Logo on poster\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,6.4179,3.5163,6.4179,3.5163,6.5544,3.214,6.5544],\u0022text\u0022:\u0022Logo\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.5686,6.445,3.7244,6.445,3.7244,6.5263,3.5686,6.5263],\u0022text\u0022:\u0022on\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.7888,6.4264,4.2093,6.4264,4.2093,6.5544,3.7888,6.5544],\u0022text\u0022:\u0022poster\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,6.6606,3.018,6.6606,3.018,6.7212,2.9586,6.7212],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,6.6606,3.018,6.6606,3.018,6.7212,2.9586,6.7212],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,6.6229,5.2314,6.6229,5.2314,6.7678,3.214,6.7678],\u0022text\u0022:\u0022Half page ad in program guide\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,6.6229,3.4739,6.6229,3.4739,6.7397,3.214,6.7397],\u0022text\u0022:\u0022Half\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.5224,6.6583,3.8326,6.6583,3.8326,6.7678,3.5224,6.7678],\u0022text\u0022:\u0022page\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.8843,6.6239,4.0315,6.6239,4.0315,6.7397,3.8843,6.7397],\u0022text\u0022:\u0022ad\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.0923,6.6289,4.195,6.6289,4.195,6.7387,4.0923,6.7387],\u0022text\u0022:\u0022in\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.2563,6.6583,4.8148,6.6583,4.8148,6.7678,4.2563,6.7678],\u0022text\u0022:\u0022program\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.8695,6.6239,5.2314,6.6239,5.2314,6.7678,4.8695,6.7678],\u0022text\u0022:\u0022guide\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0923,6.84,2.1362,6.84,2.1362,6.9778,1.0923,6.9778],\u0022text\u0022:\u0022Bronze Sponsor\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0923,6.8417,1.545,6.8417,1.545,6.9497,1.0923,6.9497],\u0022text\u0022:\u0022Bronze\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.5951,6.84,2.1362,6.84,2.1362,6.9778,1.5951,6.9778],\u0022text\u0022:\u0022Sponsor\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,6.879,3.018,6.879,3.018,6.9395,2.9586,6.9395],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,6.879,3.018,6.879,3.018,6.9395,2.9586,6.9395],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,6.8419,3.8726,6.8419,3.8726,6.958,3.214,6.958],\u0022text\u0022:\u0022Full booth\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,6.8419,3.4295,6.8419,3.4295,6.958,3.214,6.958],\u0022text\u0022:\u0022Full\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.492,6.8419,3.8726,6.8419,3.8726,6.958,3.492,6.958],\u0022text\u0022:\u0022booth\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[5.8328,6.8227,6.2829,6.8227,6.2829,6.9718,5.8328,6.9718],\u0022text\u0022:\u0022$1,000\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[5.8328,6.8227,6.2829,6.8227,6.2829,6.9718,5.8328,6.9718],\u0022text\u0022:\u0022$1,000\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,7.0923,3.018,7.0923,3.018,7.1529,2.9586,7.1529],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,7.0923,3.018,7.0923,3.018,7.1529,2.9586,7.1529],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,7.0629,4.2093,7.0629,4.2093,7.1994,3.214,7.1994],\u0022text\u0022:\u0022Logo on poster\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,7.0629,3.5163,7.0629,3.5163,7.1994,3.214,7.1994],\u0022text\u0022:\u0022Logo\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.5686,7.09,3.7244,7.09,3.7244,7.1713,3.5686,7.1713],\u0022text\u0022:\u0022on\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.7888,7.0714,4.2093,7.0714,4.2093,7.1994,3.7888,7.1994],\u0022text\u0022:\u0022poster\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,7.304,3.018,7.304,3.018,7.3645,2.9586,7.3645],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,7.304,3.018,7.304,3.018,7.3645,2.9586,7.3645],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.2082,7.2672,5.3419,7.2672,5.3419,7.4111,3.2082,7.4111],\u0022text\u0022:\u002250% discount on program guide\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.2082,7.2717,3.4817,7.2717,3.4817,7.3845,3.2082,7.3845],\u0022text\u0022:\u002250%\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.533,7.2672,4.1018,7.2672,4.1018,7.383,3.533,7.383],\u0022text\u0022:\u0022discount\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.1512,7.3017,4.307,7.3017,4.307,7.383,4.1512,7.383],\u0022text\u0022:\u0022on\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.3682,7.3017,4.9253,7.3017,4.9253,7.4111,4.3682,7.4111],\u0022text\u0022:\u0022program\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.981,7.2672,5.3419,7.2672,5.3419,7.4111,4.981,7.4111],\u0022text\u0022:\u0022guide\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.2075,7.4706,4.2429,7.4706,4.2429,7.5863,3.2075,7.5863],\u0022text\u0022:\u0022advertisements\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.2075,7.4706,4.2429,7.4706,4.2429,7.5863,3.2075,7.5863],\u0022text\u0022:\u0022advertisements\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0923,7.6819,1.7537,7.6819,1.7537,7.798,1.0923,7.798],\u0022text\u0022:\u0022Full Booth\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0923,7.6819,1.3079,7.6819,1.3079,7.798,1.0923,7.798],\u0022text\u0022:\u0022Full\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.3718,7.6819,1.7537,7.6819,1.7537,7.798,1.3718,7.798],\u0022text\u0022:\u0022Booth\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,7.7273,3.018,7.7273,3.018,7.7879,2.9586,7.7879],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,7.7273,3.018,7.7273,3.018,7.7879,2.9586,7.7879],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,7.6902,3.8726,7.6902,3.8726,7.8063,3.214,7.8063],\u0022text\u0022:\u0022Full booth\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,7.6902,3.4295,7.6902,3.4295,7.8063,3.214,7.8063],\u0022text\u0022:\u0022Full\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.492,7.6902,3.8726,7.6902,3.8726,7.8063,3.492,7.8063],\u0022text\u0022:\u0022booth\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[5.8328,7.6711,6.1586,7.6711,6.1586,7.8165,5.8328,7.8165],\u0022text\u0022:\u0022$600\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[5.8328,7.6711,6.1586,7.6711,6.1586,7.8165,5.8328,7.8165],\u0022text\u0022:\u0022$600\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,7.939,3.018,7.939,3.018,7.9995,2.9586,7.9995],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,7.939,3.018,7.939,3.018,7.9995,2.9586,7.9995],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.2082,7.9022,5.3419,7.9022,5.3419,8.0461,3.2082,8.0461],\u0022text\u0022:\u002250% discount on program guide\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.2082,7.9067,3.4817,7.9067,3.4817,8.0195,3.2082,8.0195],\u0022text\u0022:\u002250%\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.533,7.9022,4.1018,7.9022,4.1018,8.018,3.533,8.018],\u0022text\u0022:\u0022discount\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.1512,7.9367,4.307,7.9367,4.307,8.018,4.1512,8.018],\u0022text\u0022:\u0022on\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.3682,7.9367,4.9253,7.9367,4.9253,8.0461,4.3682,8.0461],\u0022text\u0022:\u0022program\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.981,7.9022,5.3419,7.9022,5.3419,8.0461,4.981,8.0461],\u0022text\u0022:\u0022guide\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.2075,8.1056,4.2429,8.1056,4.2429,8.2213,3.2075,8.2213],\u0022text\u0022:\u0022advertisements\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.2075,8.1056,4.2429,8.1056,4.2429,8.2213,3.2075,8.2213],\u0022text\u0022:\u0022advertisements\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0923,8.3162,1.7854,8.3162,1.7854,8.433,1.0923,8.433],\u0022text\u0022:\u0022Half Booth\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0923,8.3162,1.3522,8.3162,1.3522,8.433,1.0923,8.433],\u0022text\u0022:\u0022Half\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.4022,8.3169,1.7854,8.3169,1.7854,8.433,1.4022,8.433],\u0022text\u0022:\u0022Booth\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,8.3623,3.018,8.3623,3.018,8.4229,2.9586,8.4229],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,8.3623,3.018,8.3623,3.018,8.4229,2.9586,8.4229],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,8.3252,3.8726,8.3252,3.8726,8.4413,3.214,8.4413],\u0022text\u0022:\u0022Full booth\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,8.3252,3.4295,8.3252,3.4295,8.4413,3.214,8.4413],\u0022text\u0022:\u0022Full\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.492,8.3252,3.8726,8.3252,3.8726,8.4413,3.492,8.4413],\u0022text\u0022:\u0022booth\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[5.8328,8.3061,6.1586,8.3061,6.1586,8.4515,5.8328,8.4515],\u0022text\u0022:\u0022$350\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[5.8328,8.3061,6.1586,8.3061,6.1586,8.4515,5.8328,8.4515],\u0022text\u0022:\u0022$350\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,8.574,3.018,8.574,3.018,8.6345,2.9586,8.6345],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,8.574,3.018,8.574,3.018,8.6345,2.9586,8.6345],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.2093,8.5372,5.3419,8.5372,5.3419,8.6811,3.2093,8.6811],\u0022text\u0022:\u002225% discount on program guide\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.2093,8.5417,3.4817,8.5417,3.4817,8.6545,3.2093,8.6545],\u0022text\u0022:\u002225%\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.533,8.5372,4.1018,8.5372,4.1018,8.653,3.533,8.653],\u0022text\u0022:\u0022discount\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.1512,8.5717,4.307,8.5717,4.307,8.653,4.1512,8.653],\u0022text\u0022:\u0022on\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.3682,8.5717,4.9253,8.5717,4.9253,8.6811,4.3682,8.6811],\u0022text\u0022:\u0022program\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.981,8.5372,5.3419,8.5372,5.3419,8.6811,4.981,8.6811],\u0022text\u0022:\u0022guide\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.2075,8.7406,4.2429,8.7406,4.2429,8.8563,3.2075,8.8563],\u0022text\u0022:\u0022advertisements\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.2075,8.7406,4.2429,8.7406,4.2429,8.8563,3.2075,8.8563],\u0022text\u0022:\u0022advertisements\u0022,\u0022confidence\u0022:1}]}],\u0022selectionMarks\u0022:[{\u0022boundingBox\u0022:[0,10.2725,1.0372,10.2725,1.0372,10.9925,0,10.9925],\u0022confidence\u0022:0.69,\u0022state\u0022:\u0022unselected\u0022},{\u0022boundingBox\u0022:[0,10.6019,1.5095,10.6019,1.5095,10.9983,0,10.9983],\u0022confidence\u0022:0.69,\u0022state\u0022:\u0022unselected\u0022},{\u0022boundingBox\u0022:[2.9381,6.9634,3.0388,6.9634,3.0388,7.0736,2.9381,7.0736],\u0022confidence\u0022:0.553,\u0022state\u0022:\u0022unselected\u0022}]},{\u0022page\u0022:2,\u0022angle\u0022:0,\u0022width\u0022:8.5,\u0022height\u0022:11,\u0022unit\u0022:\u0022inch\u0022,\u0022lines\u0022:[{\u0022boundingBox\u0022:[6.1276,1.0667,7.4833,1.0667,7.4833,1.2403,6.1276,1.2403],\u0022text\u0022:\u0022Vendor #:121\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[6.1276,1.0667,6.8657,1.0667,6.8657,1.2403,6.1276,1.2403],\u0022text\u0022:\u0022Vendor\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.9307,1.0759,7.4833,1.0759,7.4833,1.2391,6.9307,1.2391],\u0022text\u0022:\u0022#:121\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0044,2.1771,2.35,2.1771,2.35,2.3315,1.0044,2.3315],\u0022text\u0022:\u0022Vendor Details:\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0044,2.1778,1.6496,2.1778,1.6496,2.3315,1.0044,2.3315],\u0022text\u0022:\u0022Vendor\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.7239,2.1771,2.35,2.1771,2.35,2.3315,1.7239,2.3315],\u0022text\u0022:\u0022Details:\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0065,2.7686,3.3477,2.7686,3.3477,2.9128,1.0065,2.9128],\u0022text\u0022:\u0022Company Name: Southridge Video\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0065,2.7749,1.651,2.7749,1.651,2.9126,1.0065,2.9126],\u0022text\u0022:\u0022Company\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.7019,2.7764,2.1376,2.7764,2.1376,2.885,1.7019,2.885],\u0022text\u0022:\u0022Name:\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.1925,2.7686,2.9184,2.7686,2.9184,2.9128,2.1925,2.9128],\u0022text\u0022:\u0022Southridge\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.9691,2.7689,3.3477,2.7689,3.3477,2.8847,2.9691,2.8847],\u0022text\u0022:\u0022Video\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0065,3.0986,3.5766,3.0986,3.5766,3.2428,1.0065,3.2428],\u0022text\u0022:\u0022Contact: Jamie@southridgevideo.com\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0065,3.1049,1.5706,3.1049,1.5706,3.215,1.0065,3.215],\u0022text\u0022:\u0022Contact:\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.6205,3.0986,3.5766,3.0986,3.5766,3.2428,1.6205,3.2428],\u0022text\u0022:\u0022Jamie@southridgevideo.com\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0115,3.4296,2.6542,3.4296,2.6542,3.5744,1.0115,3.5744],\u0022text\u0022:\u0022Preferred Package: Gold\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0115,3.4296,1.6499,3.4296,1.6499,3.5467,1.0115,3.5467],\u0022text\u0022:\u0022Preferred\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.7092,3.4302,2.2978,3.4302,2.2978,3.5744,1.7092,3.5744],\u0022text\u0022:\u0022Package:\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.3557,3.4302,2.6542,3.4302,2.6542,3.5463,2.3557,3.5463],\u0022text\u0022:\u0022Gold\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0052,3.7537,2.4783,3.7537,2.4783,3.9043,1.0052,3.9043],\u0022text\u0022:\u0022Special Requests: N/a\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0052,3.7602,1.475,3.7602,1.475,3.9043,1.0052,3.9043],\u0022text\u0022:\u0022Special\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.5342,3.7684,2.1899,3.7684,2.1899,3.9043,1.5342,3.9043],\u0022text\u0022:\u0022Requests:\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.254,3.7537,2.4783,3.7537,2.4783,3.8976,2.254,3.8976],\u0022text\u0022:\u0022N/a\u0022,\u0022confidence\u0022:1}]}],\u0022selectionMarks\u0022:[{\u0022boundingBox\u0022:[0.0024,9.869,1.0826,9.869,1.0826,10.9955,0.0024,10.9955],\u0022confidence\u0022:0.833,\u0022state\u0022:\u0022unselected\u0022},{\u0022boundingBox\u0022:[7.6562,1.0157,8.5,1.0157,8.5,2.8293,7.6562,2.8293],\u0022confidence\u0022:0.6,\u0022state\u0022:\u0022unselected\u0022},{\u0022boundingBox\u0022:[0.0008,10.4758,1.8164,10.4758,1.8164,10.9978,0.0008,10.9978],\u0022confidence\u0022:0.6,\u0022state\u0022:\u0022unselected\u0022}]}],\u0022pageResults\u0022:[{\u0022page\u0022:1,\u0022tables\u0022:[{\u0022rows\u0022:20,\u0022columns\u0022:3,\u0022cells\u0022:[{\u0022rowIndex\u0022:0,\u0022columnIndex\u0022:0,\u0022text\u0022:\u0022Package\u0022,\u0022boundingBox\u0022:[1.0033,4.6517,2.625,4.6517,2.625,4.8617,1.0033,4.8617],\u0022elements\u0022:[\u0022#/readResults/0/lines/10/words/0\u0022]},{\u0022rowIndex\u0022:0,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022Included\u0022,\u0022boundingBox\u0022:[2.625,4.6517,5.75,4.6517,5.75,4.8617,2.625,4.8617],\u0022elements\u0022:[\u0022#/readResults/0/lines/11/words/0\u0022]},{\u0022rowIndex\u0022:0,\u0022columnIndex\u0022:2,\u0022text\u0022:\u0022Price\u0022,\u0022boundingBox\u0022:[5.75,4.6517,7.4967,4.6517,7.4967,4.8617,5.75,4.8617],\u0022elements\u0022:[\u0022#/readResults/0/lines/12/words/0\u0022]},{\u0022rowIndex\u0022:1,\u0022columnIndex\u0022:0,\u0022text\u0022:\u0022Gold Sponsor\u0022,\u0022boundingBox\u0022:[1.0033,4.8617,2.625,4.8617,2.625,5.0833,1.0033,5.0833],\u0022elements\u0022:[\u0022#/readResults/0/lines/13/words/0\u0022,\u0022#/readResults/0/lines/13/words/1\u0022]},{\u0022rowIndex\u0022:1,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Full booth\u0022,\u0022boundingBox\u0022:[2.625,4.8617,5.75,4.8617,5.75,5.0833,2.625,5.0833],\u0022elements\u0022:[\u0022#/readResults/0/lines/14/words/0\u0022,\u0022#/readResults/0/lines/15/words/0\u0022,\u0022#/readResults/0/lines/15/words/1\u0022]},{\u0022rowIndex\u0022:1,\u0022columnIndex\u0022:2,\u0022text\u0022:\u0022$1,500\u0022,\u0022boundingBox\u0022:[5.75,4.8617,7.4967,4.8617,7.4967,5.0833,5.75,5.0833],\u0022elements\u0022:[\u0022#/readResults/0/lines/16/words/0\u0022]},{\u0022rowIndex\u0022:2,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Pre-keynote thank you\u0022,\u0022boundingBox\u0022:[2.625,5.0833,5.75,5.0833,5.75,5.3056,2.625,5.3056],\u0022elements\u0022:[\u0022#/readResults/0/lines/17/words/0\u0022,\u0022#/readResults/0/lines/18/words/0\u0022,\u0022#/readResults/0/lines/18/words/1\u0022,\u0022#/readResults/0/lines/18/words/2\u0022]},{\u0022rowIndex\u0022:3,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Logo on poster\u0022,\u0022boundingBox\u0022:[2.625,5.3056,5.75,5.3056,5.75,5.5139,2.625,5.5139],\u0022elements\u0022:[\u0022#/readResults/0/lines/19/words/0\u0022,\u0022#/readResults/0/lines/20/words/0\u0022,\u0022#/readResults/0/lines/20/words/1\u0022,\u0022#/readResults/0/lines/20/words/2\u0022]},{\u0022rowIndex\u0022:4,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Full page ad in program guide\u0022,\u0022boundingBox\u0022:[2.625,5.5139,5.75,5.5139,5.75,5.7361,2.625,5.7361],\u0022elements\u0022:[\u0022#/readResults/0/lines/21/words/0\u0022,\u0022#/readResults/0/lines/22/words/0\u0022,\u0022#/readResults/0/lines/22/words/1\u0022,\u0022#/readResults/0/lines/22/words/2\u0022,\u0022#/readResults/0/lines/22/words/3\u0022,\u0022#/readResults/0/lines/22/words/4\u0022,\u0022#/readResults/0/lines/22/words/5\u0022]},{\u0022rowIndex\u0022:5,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.625,5.7361,5.75,5.7361,5.75,5.93,2.625,5.93],\u0022elements\u0022:[\u0022#/readResults/0/lines/23/words/0\u0022]},{\u0022rowIndex\u0022:6,\u0022columnIndex\u0022:0,\u0022text\u0022:\u0022Silver Sponsor\u0022,\u0022boundingBox\u0022:[1.0033,5.93,2.625,5.93,2.625,6.1528,1.0033,6.1528],\u0022elements\u0022:[\u0022#/readResults/0/lines/24/words/0\u0022,\u0022#/readResults/0/lines/24/words/1\u0022]},{\u0022rowIndex\u0022:6,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Full booth\u0022,\u0022boundingBox\u0022:[2.625,5.93,5.75,5.93,5.75,6.1528,2.625,6.1528],\u0022elements\u0022:[\u0022#/readResults/0/lines/25/words/0\u0022,\u0022#/readResults/0/lines/26/words/0\u0022,\u0022#/readResults/0/lines/26/words/1\u0022]},{\u0022rowIndex\u0022:6,\u0022columnIndex\u0022:2,\u0022text\u0022:\u0022$1,200\u0022,\u0022boundingBox\u0022:[5.75,5.93,7.4967,5.93,7.4967,6.1528,5.75,6.1528],\u0022elements\u0022:[\u0022#/readResults/0/lines/27/words/0\u0022]},{\u0022rowIndex\u0022:7,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Post-keynote thank you\u0022,\u0022boundingBox\u0022:[2.625,6.1528,5.75,6.1528,5.75,6.375,2.625,6.375],\u0022elements\u0022:[\u0022#/readResults/0/lines/28/words/0\u0022,\u0022#/readResults/0/lines/29/words/0\u0022,\u0022#/readResults/0/lines/29/words/1\u0022,\u0022#/readResults/0/lines/29/words/2\u0022]},{\u0022rowIndex\u0022:8,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Logo on poster\u0022,\u0022boundingBox\u0022:[2.625,6.375,5.75,6.375,5.75,6.5833,2.625,6.5833],\u0022elements\u0022:[\u0022#/readResults/0/lines/30/words/0\u0022,\u0022#/readResults/0/lines/31/words/0\u0022,\u0022#/readResults/0/lines/31/words/1\u0022,\u0022#/readResults/0/lines/31/words/2\u0022]},{\u0022rowIndex\u0022:9,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Half page ad in program guide\u0022,\u0022boundingBox\u0022:[2.625,6.5833,5.75,6.5833,5.75,6.7867,2.625,6.7867],\u0022elements\u0022:[\u0022#/readResults/0/lines/32/words/0\u0022,\u0022#/readResults/0/lines/33/words/0\u0022,\u0022#/readResults/0/lines/33/words/1\u0022,\u0022#/readResults/0/lines/33/words/2\u0022,\u0022#/readResults/0/lines/33/words/3\u0022,\u0022#/readResults/0/lines/33/words/4\u0022,\u0022#/readResults/0/lines/33/words/5\u0022]},{\u0022rowIndex\u0022:10,\u0022columnIndex\u0022:0,\u0022text\u0022:\u0022Bronze Sponsor\u0022,\u0022boundingBox\u0022:[1.0033,6.7867,2.625,6.7867,2.625,7.0139,1.0033,7.0139],\u0022elements\u0022:[\u0022#/readResults/0/lines/34/words/0\u0022,\u0022#/readResults/0/lines/34/words/1\u0022]},{\u0022rowIndex\u0022:10,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Full booth\u0022,\u0022boundingBox\u0022:[2.625,6.7867,5.75,6.7867,5.75,7.0139,2.625,7.0139],\u0022elements\u0022:[\u0022#/readResults/0/lines/35/words/0\u0022,\u0022#/readResults/0/lines/36/words/0\u0022,\u0022#/readResults/0/lines/36/words/1\u0022]},{\u0022rowIndex\u0022:10,\u0022columnIndex\u0022:2,\u0022text\u0022:\u0022$1,000\u0022,\u0022boundingBox\u0022:[5.75,6.7867,7.4967,6.7867,7.4967,7.0139,5.75,7.0139],\u0022elements\u0022:[\u0022#/readResults/0/lines/37/words/0\u0022]},{\u0022rowIndex\u0022:11,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Logo on poster\u0022,\u0022boundingBox\u0022:[2.625,7.0139,5.75,7.0139,5.75,7.2222,2.625,7.2222],\u0022elements\u0022:[\u0022#/readResults/0/lines/38/words/0\u0022,\u0022#/readResults/0/lines/39/words/0\u0022,\u0022#/readResults/0/lines/39/words/1\u0022,\u0022#/readResults/0/lines/39/words/2\u0022]},{\u0022rowIndex\u0022:12,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 50% discount on program guide\u0022,\u0022boundingBox\u0022:[2.625,7.2222,5.75,7.2222,5.75,7.4306,2.625,7.4306],\u0022elements\u0022:[\u0022#/readResults/0/lines/40/words/0\u0022,\u0022#/readResults/0/lines/41/words/0\u0022,\u0022#/readResults/0/lines/41/words/1\u0022,\u0022#/readResults/0/lines/41/words/2\u0022,\u0022#/readResults/0/lines/41/words/3\u0022,\u0022#/readResults/0/lines/41/words/4\u0022]},{\u0022rowIndex\u0022:13,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022advertisements\u0022,\u0022boundingBox\u0022:[2.625,7.4306,5.75,7.4306,5.75,7.635,2.625,7.635],\u0022elements\u0022:[\u0022#/readResults/0/lines/42/words/0\u0022]},{\u0022rowIndex\u0022:14,\u0022columnIndex\u0022:0,\u0022text\u0022:\u0022Full Booth\u0022,\u0022boundingBox\u0022:[1.0033,7.635,2.625,7.635,2.625,7.8611,1.0033,7.8611],\u0022elements\u0022:[\u0022#/readResults/0/lines/43/words/0\u0022,\u0022#/readResults/0/lines/43/words/1\u0022]},{\u0022rowIndex\u0022:14,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Full booth\u0022,\u0022boundingBox\u0022:[2.625,7.635,5.75,7.635,5.75,7.8611,2.625,7.8611],\u0022elements\u0022:[\u0022#/readResults/0/lines/44/words/0\u0022,\u0022#/readResults/0/lines/45/words/0\u0022,\u0022#/readResults/0/lines/45/words/1\u0022]},{\u0022rowIndex\u0022:14,\u0022columnIndex\u0022:2,\u0022text\u0022:\u0022$600\u0022,\u0022boundingBox\u0022:[5.75,7.635,7.4967,7.635,7.4967,7.8611,5.75,7.8611],\u0022elements\u0022:[\u0022#/readResults/0/lines/46/words/0\u0022]},{\u0022rowIndex\u0022:15,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 50% discount on program guide\u0022,\u0022boundingBox\u0022:[2.625,7.8611,5.75,7.8611,5.75,8.0694,2.625,8.0694],\u0022elements\u0022:[\u0022#/readResults/0/lines/47/words/0\u0022,\u0022#/readResults/0/lines/48/words/0\u0022,\u0022#/readResults/0/lines/48/words/1\u0022,\u0022#/readResults/0/lines/48/words/2\u0022,\u0022#/readResults/0/lines/48/words/3\u0022,\u0022#/readResults/0/lines/48/words/4\u0022]},{\u0022rowIndex\u0022:16,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022advertisements\u0022,\u0022boundingBox\u0022:[2.625,8.0694,5.75,8.0694,5.75,8.27,2.625,8.27],\u0022elements\u0022:[\u0022#/readResults/0/lines/49/words/0\u0022]},{\u0022rowIndex\u0022:17,\u0022columnIndex\u0022:0,\u0022text\u0022:\u0022Half Booth\u0022,\u0022boundingBox\u0022:[1.0033,8.27,2.625,8.27,2.625,8.4861,1.0033,8.4861],\u0022elements\u0022:[\u0022#/readResults/0/lines/50/words/0\u0022,\u0022#/readResults/0/lines/50/words/1\u0022]},{\u0022rowIndex\u0022:17,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Full booth\u0022,\u0022boundingBox\u0022:[2.625,8.27,5.75,8.27,5.75,8.4861,2.625,8.4861],\u0022elements\u0022:[\u0022#/readResults/0/lines/51/words/0\u0022,\u0022#/readResults/0/lines/52/words/0\u0022,\u0022#/readResults/0/lines/52/words/1\u0022]},{\u0022rowIndex\u0022:17,\u0022columnIndex\u0022:2,\u0022text\u0022:\u0022$350\u0022,\u0022boundingBox\u0022:[5.75,8.27,7.4967,8.27,7.4967,8.4861,5.75,8.4861],\u0022elements\u0022:[\u0022#/readResults/0/lines/53/words/0\u0022]},{\u0022rowIndex\u0022:18,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 25% discount on program guide\u0022,\u0022boundingBox\u0022:[2.625,8.4861,5.75,8.4861,5.75,8.7083,2.625,8.7083],\u0022elements\u0022:[\u0022#/readResults/0/lines/54/words/0\u0022,\u0022#/readResults/0/lines/55/words/0\u0022,\u0022#/readResults/0/lines/55/words/1\u0022,\u0022#/readResults/0/lines/55/words/2\u0022,\u0022#/readResults/0/lines/55/words/3\u0022,\u0022#/readResults/0/lines/55/words/4\u0022]},{\u0022rowIndex\u0022:19,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022advertisements\u0022,\u0022boundingBox\u0022:[2.625,8.7083,5.75,8.7083,5.75,8.905,2.625,8.905],\u0022elements\u0022:[\u0022#/readResults/0/lines/56/words/0\u0022]}]}]},{\u0022page\u0022:2,\u0022tables\u0022:[]}]}}" + "ResponseBody": "{\u0022status\u0022:\u0022succeeded\u0022,\u0022createdDateTime\u0022:\u00222020-10-30T12:51:37Z\u0022,\u0022lastUpdatedDateTime\u0022:\u00222020-10-30T12:51:42Z\u0022,\u0022analyzeResult\u0022:{\u0022version\u0022:\u00222.1.0\u0022,\u0022readResults\u0022:[{\u0022page\u0022:1,\u0022angle\u0022:0,\u0022width\u0022:8.5,\u0022height\u0022:11,\u0022unit\u0022:\u0022inch\u0022,\u0022lines\u0022:[{\u0022boundingBox\u0022:[6.1276,1.0667,7.4833,1.0667,7.4833,1.2403,6.1276,1.2403],\u0022text\u0022:\u0022Vendor #:121\u0022,\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}},\u0022words\u0022:[{\u0022boundingBox\u0022:[6.1276,1.0667,6.8657,1.0667,6.8657,1.2403,6.1276,1.2403],\u0022text\u0022:\u0022Vendor\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.9307,1.0759,7.4833,1.0759,7.4833,1.2391,6.9307,1.2391],\u0022text\u0022:\u0022#:121\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.2268,1.5733,6.2379,1.5733,6.2379,2.005,2.2268,2.005],\u0022text\u0022:\u0022Vendor Registration\u0022,\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}},\u0022words\u0022:[{\u0022boundingBox\u0022:[2.2268,1.5733,3.703,1.5733,3.703,1.9207,2.2268,1.9207],\u0022text\u0022:\u0022Vendor\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.8661,1.5883,6.2379,1.5883,6.2379,2.005,3.8661,2.005],\u0022text\u0022:\u0022Registration\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0078,2.5846,7.0776,2.5846,7.0776,2.7293,1.0078,2.7293],\u0022text\u0022:\u0022Contoso Ltd. Conference will be held on May 28-29, 2020 at the Elm Conference Center in\u0022,\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}},\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0078,2.5919,1.5548,2.5919,1.5548,2.7013,1.0078,2.7013],\u0022text\u0022:\u0022Contoso\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.6125,2.5856,1.843,2.5856,1.843,2.7013,1.6125,2.7013],\u0022text\u0022:\u0022Ltd.\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.8996,2.5846,2.6636,2.5846,2.6636,2.7013,1.8996,2.7013],\u0022text\u0022:\u0022Conference\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.7122,2.5852,2.9307,2.5852,2.9307,2.7003,2.7122,2.7003],\u0022text\u0022:\u0022will\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.9922,2.5852,3.1419,2.5852,3.1419,2.7013,2.9922,2.7013],\u0022text\u0022:\u0022be\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.1987,2.5852,3.4704,2.5852,3.4704,2.7013,3.1987,2.7013],\u0022text\u0022:\u0022held\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.53,2.62,3.6846,2.62,3.6846,2.7013,3.53,2.7013],\u0022text\u0022:\u0022on\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.7498,2.5934,4.0422,2.5934,4.0422,2.7293,3.7498,2.7293],\u0022text\u0022:\u0022May\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.0877,2.5914,4.5042,2.5914,4.5042,2.7236,4.0877,2.7236],\u0022text\u0022:\u002228-29,\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.5586,2.5914,4.884,2.5914,4.884,2.7017,4.5586,2.7017],\u0022text\u0022:\u00222020\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.9351,2.6014,5.0577,2.6014,5.0577,2.7013,4.9351,2.7013],\u0022text\u0022:\u0022at\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[5.1033,2.5852,5.3202,2.5852,5.3202,2.7013,5.1033,2.7013],\u0022text\u0022:\u0022the\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[5.3787,2.5852,5.6051,2.5852,5.6051,2.7003,5.3787,2.7003],\u0022text\u0022:\u0022Elm\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[5.6624,2.5846,6.4263,2.5846,6.4263,2.7013,5.6624,2.7013],\u0022text\u0022:\u0022Conference\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.4796,2.5919,6.9234,2.5919,6.9234,2.7013,6.4796,2.7013],\u0022text\u0022:\u0022Center\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.9765,2.5905,7.0776,2.5905,7.0776,2.7003,6.9765,2.7003],\u0022text\u0022:\u0022in\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.014,2.8029,7.3457,2.8029,7.3457,2.9478,1.014,2.9478],\u0022text\u0022:\u0022Maple City, Massachusetts. The conference has sold out of its 1,500 tickets, with a 400 person\u0022,\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}},\u0022words\u0022:[{\u0022boundingBox\u0022:[1.014,2.8036,1.4242,2.8036,1.4242,2.9478,1.014,2.9478],\u0022text\u0022:\u0022Maple\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.4763,2.8089,1.7576,2.8089,1.7576,2.9478,1.4763,2.9478],\u0022text\u0022:\u0022City,\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.8195,2.8036,2.8383,2.8036,2.8383,2.9197,1.8195,2.9197],\u0022text\u0022:\u0022Massachusetts.\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.8883,2.8036,3.1326,2.8036,3.1326,2.9197,2.8883,2.9197],\u0022text\u0022:\u0022The\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.1842,2.8029,3.9301,2.8029,3.9301,2.9197,3.1842,2.9197],\u0022text\u0022:\u0022conference\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.9871,2.8036,4.2019,2.8036,4.2019,2.9197,3.9871,2.9197],\u0022text\u0022:\u0022has\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.2529,2.8036,4.5104,2.8036,4.5104,2.9197,4.2529,2.9197],\u0022text\u0022:\u0022sold\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.5701,2.8197,4.7871,2.8197,4.7871,2.9197,4.5701,2.9197],\u0022text\u0022:\u0022out\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.8373,2.8029,4.9701,2.8029,4.9701,2.9197,4.8373,2.9197],\u0022text\u0022:\u0022of\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[5.0169,2.8089,5.1601,2.8089,5.1601,2.9197,5.0169,2.9197],\u0022text\u0022:\u0022its\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[5.2167,2.81,5.5766,2.81,5.5766,2.9418,5.2167,2.9418],\u0022text\u0022:\u00221,500\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[5.6227,2.8036,6.0928,2.8036,6.0928,2.9418,5.6227,2.9418],\u0022text\u0022:\u0022tickets,\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.1461,2.8036,6.4308,2.8036,6.4308,2.9195,6.1461,2.9195],\u0022text\u0022:\u0022with\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.488,2.8383,6.548,2.8383,6.548,2.9197,6.488,2.9197],\u0022text\u0022:\u0022a\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.6016,2.81,6.8449,2.81,6.8449,2.9197,6.6016,2.9197],\u0022text\u0022:\u0022400\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.8998,2.8383,7.3457,2.8383,7.3457,2.9478,6.8998,2.9478],\u0022text\u0022:\u0022person\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0043,3.0229,7.2482,3.0229,7.2482,3.1678,1.0043,3.1678],\u0022text\u0022:\u0022waitlist. Vendor applications are being accepted through Feb 28, 2020. Please fill in the form\u0022,\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}},\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0043,3.0236,1.5194,3.0236,1.5194,3.1397,1.0043,3.1397],\u0022text\u0022:\u0022waitlist.\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.5733,3.0239,2.0654,3.0239,2.0654,3.1397,1.5733,3.1397],\u0022text\u0022:\u0022Vendor\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.1132,3.0236,2.9143,3.0236,2.9143,3.1678,2.1132,3.1678],\u0022text\u0022:\u0022applications\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.9675,3.0583,3.1726,3.0583,3.1726,3.1397,2.9675,3.1397],\u0022text\u0022:\u0022are\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.2306,3.0236,3.5889,3.0236,3.5889,3.1678,3.2306,3.1678],\u0022text\u0022:\u0022being\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.6388,3.0239,4.2336,3.0239,4.2336,3.1678,3.6388,3.1678],\u0022text\u0022:\u0022accepted\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.2862,3.0236,4.8127,3.0236,4.8127,3.1678,4.2862,3.1678],\u0022text\u0022:\u0022through\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.8815,3.0236,5.1133,3.0236,5.1133,3.14,4.8815,3.14],\u0022text\u0022:\u0022Feb\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[5.163,3.0297,5.361,3.0297,5.361,3.162,5.163,3.162],\u0022text\u0022:\u002228,\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[5.413,3.0297,5.7774,3.0297,5.7774,3.14,5.413,3.14],\u0022text\u0022:\u00222020.\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[5.8406,3.0236,6.2537,3.0236,6.2537,3.1397,5.8406,3.1397],\u0022text\u0022:\u0022Please\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.3022,3.0229,6.4539,3.0229,6.4539,3.1387,6.3022,3.1387],\u0022text\u0022:\u0022fill\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.5131,3.0289,6.6158,3.0289,6.6158,3.1387,6.5131,3.1387],\u0022text\u0022:\u0022in\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.6673,3.0236,6.8842,3.0236,6.8842,3.1397,6.6673,3.1397],\u0022text\u0022:\u0022the\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.9317,3.0229,7.2482,3.0229,7.2482,3.1397,6.9317,3.1397],\u0022text\u0022:\u0022form\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0125,3.2436,3.6599,3.2436,3.6599,3.3818,1.0125,3.3818],\u0022text\u0022:\u0022below, and attach a check made out to:\u0022,\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}},\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0125,3.2436,1.4459,3.2436,1.4459,3.3818,1.0125,3.3818],\u0022text\u0022:\u0022below,\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.5024,3.2439,1.7371,3.2439,1.7371,3.3597,1.5024,3.3597],\u0022text\u0022:\u0022and\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.7968,3.2436,2.2047,3.2436,2.2047,3.3597,1.7968,3.3597],\u0022text\u0022:\u0022attach\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.2619,3.2783,2.3219,3.2783,2.3219,3.3597,2.2619,3.3597],\u0022text\u0022:\u0022a\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.379,3.2436,2.7529,3.2436,2.7529,3.3597,2.379,3.3597],\u0022text\u0022:\u0022check\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.8076,3.2439,3.17,3.2439,3.17,3.3597,2.8076,3.3597],\u0022text\u0022:\u0022made\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.2251,3.2597,3.4421,3.2597,3.4421,3.3597,3.2251,3.3597],\u0022text\u0022:\u0022out\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.4869,3.2597,3.6599,3.2597,3.6599,3.3597,3.4869,3.3597],\u0022text\u0022:\u0022to:\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0078,3.5739,1.843,3.5739,1.843,3.6897,1.0078,3.6897],\u0022text\u0022:\u0022Contoso Ltd.\u0022,\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}},\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0078,3.5802,1.5548,3.5802,1.5548,3.6897,1.0078,3.6897],\u0022text\u0022:\u0022Contoso\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.6125,3.5739,1.843,3.5739,1.843,3.6897,1.6125,3.6897],\u0022text\u0022:\u0022Ltd.\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0093,3.7939,2.3768,3.7939,2.3768,3.9378,1.0093,3.9378],\u0022text\u0022:\u00222345 Dogwood Lane\u0022,\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}},\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0093,3.8,1.3297,3.8,1.3297,3.9097,1.0093,3.9097],\u0022text\u0022:\u00222345\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.3899,3.7939,2.0149,3.7939,2.0149,3.9378,1.3899,3.9378],\u0022text\u0022:\u0022Dogwood\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.0788,3.8012,2.3768,3.8012,2.3768,3.9097,2.0788,3.9097],\u0022text\u0022:\u0022Lane\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.014,4.0136,2.3377,4.0136,2.3377,4.1518,1.014,4.1518],\u0022text\u0022:\u0022Birch, Kansas 98123\u0022,\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}},\u0022words\u0022:[{\u0022boundingBox\u0022:[1.014,4.0136,1.3745,4.0136,1.3745,4.1518,1.014,4.1518],\u0022text\u0022:\u0022Birch,\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.4375,4.0212,1.8819,4.0212,1.8819,4.1297,1.4375,4.1297],\u0022text\u0022:\u0022Kansas\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.9318,4.02,2.3377,4.02,2.3377,4.1297,1.9318,4.1297],\u0022text\u0022:\u002298123\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0204,4.4248,1.5303,4.4248,1.5303,4.5682,1.0204,4.5682],\u0022text\u0022:\u0022Rates:\u0022,\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}},\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0204,4.4248,1.5303,4.4248,1.5303,4.5682,1.0204,4.5682],\u0022text\u0022:\u0022Rates:\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0923,4.6986,1.6232,4.6986,1.6232,4.8428,1.0923,4.8428],\u0022text\u0022:\u0022Package\u0022,\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}},\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0923,4.6986,1.6232,4.6986,1.6232,4.8428,1.0923,4.8428],\u0022text\u0022:\u0022Package\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.713,4.6986,3.2707,4.6986,3.2707,4.8147,2.713,4.8147],\u0022text\u0022:\u0022Included\u0022,\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}},\u0022words\u0022:[{\u0022boundingBox\u0022:[2.713,4.6986,3.2707,4.6986,3.2707,4.8147,2.713,4.8147],\u0022text\u0022:\u0022Included\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[5.838,4.7039,6.1513,4.7039,6.1513,4.8147,5.838,4.8147],\u0022text\u0022:\u0022Price\u0022,\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}},\u0022words\u0022:[{\u0022boundingBox\u0022:[5.838,4.7039,6.1513,4.7039,6.1513,4.8147,5.838,4.8147],\u0022text\u0022:\u0022Price\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0857,4.9086,1.9831,4.9086,1.9831,5.0528,1.0857,5.0528],\u0022text\u0022:\u0022Gold Sponsor\u0022,\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}},\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0857,4.9086,1.3842,4.9086,1.3842,5.0247,1.0857,5.0247],\u0022text\u0022:\u0022Gold\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.4423,4.915,1.9831,4.915,1.9831,5.0528,1.4423,5.0528],\u0022text\u0022:\u0022Sponsor\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,4.954,3.018,4.954,3.018,5.0145,2.9586,5.0145],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}},\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,4.954,3.018,4.954,3.018,5.0145,2.9586,5.0145],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,4.9169,3.8726,4.9169,3.8726,5.033,3.214,5.033],\u0022text\u0022:\u0022Full booth\u0022,\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}},\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,4.9169,3.4295,4.9169,3.4295,5.033,3.214,5.033],\u0022text\u0022:\u0022Full\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.492,4.9169,3.8726,4.9169,3.8726,5.033,3.492,5.033],\u0022text\u0022:\u0022booth\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[5.8328,4.8977,6.2829,4.8977,6.2829,5.0468,5.8328,5.0468],\u0022text\u0022:\u0022$1,500\u0022,\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}},\u0022words\u0022:[{\u0022boundingBox\u0022:[5.8328,4.8977,6.2829,4.8977,6.2829,5.0468,5.8328,5.0468],\u0022text\u0022:\u0022$1,500\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,5.1673,3.018,5.1673,3.018,5.2279,2.9586,5.2279],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}},\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,5.1673,3.018,5.1673,3.018,5.2279,2.9586,5.2279],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,5.1302,4.7267,5.1302,4.7267,5.2744,3.214,5.2744],\u0022text\u0022:\u0022Pre-keynote thank you\u0022,\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}},\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,5.1302,4.0183,5.1302,4.0183,5.2744,3.214,5.2744],\u0022text\u0022:\u0022Pre-keynote\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.0665,5.1302,4.4475,5.1302,4.4475,5.2463,4.0665,5.2463],\u0022text\u0022:\u0022thank\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.4903,5.165,4.7267,5.165,4.7267,5.2744,4.4903,5.2744],\u0022text\u0022:\u0022you\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,5.379,3.018,5.379,3.018,5.4395,2.9586,5.4395],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}},\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,5.379,3.018,5.379,3.018,5.4395,2.9586,5.4395],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,5.3495,4.2093,5.3495,4.2093,5.4861,3.214,5.4861],\u0022text\u0022:\u0022Logo on poster\u0022,\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}},\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,5.3495,3.5163,5.3495,3.5163,5.4861,3.214,5.4861],\u0022text\u0022:\u0022Logo\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.5686,5.3767,3.7244,5.3767,3.7244,5.458,3.5686,5.458],\u0022text\u0022:\u0022on\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.7888,5.358,4.2093,5.358,4.2093,5.4861,3.7888,5.4861],\u0022text\u0022:\u0022poster\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,5.5923,3.018,5.5923,3.018,5.6529,2.9586,5.6529],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}},\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,5.5923,3.018,5.5923,3.018,5.6529,2.9586,5.6529],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,5.5552,5.201,5.5552,5.201,5.6994,3.214,5.6994],\u0022text\u0022:\u0022Full page ad in program guide\u0022,\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}},\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,5.5552,3.4295,5.5552,3.4295,5.6713,3.214,5.6713],\u0022text\u0022:\u0022Full\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.492,5.59,3.7989,5.59,3.7989,5.6994,3.492,5.6994],\u0022text\u0022:\u0022page\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.8519,5.5556,3.9991,5.5556,3.9991,5.6713,3.8519,5.6713],\u0022text\u0022:\u0022ad\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.0599,5.5605,4.1626,5.5605,4.1626,5.6703,4.0599,5.6703],\u0022text\u0022:\u0022in\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.2248,5.59,4.7839,5.59,4.7839,5.6994,4.2248,5.6994],\u0022text\u0022:\u0022program\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.8367,5.5556,5.201,5.5556,5.201,5.6994,4.8367,5.6994],\u0022text\u0022:\u0022guide\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,5.804,3.018,5.804,3.018,5.8645,2.9586,5.8645],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}},\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,5.804,3.018,5.804,3.018,5.8645,2.9586,5.8645],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0842,5.9786,2.0339,5.9786,2.0339,6.1228,1.0842,6.1228],\u0022text\u0022:\u0022Silver Sponsor\u0022,\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}},\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0842,5.9786,1.4443,5.9786,1.4443,6.0947,1.0842,6.0947],\u0022text\u0022:\u0022Silver\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.4904,5.985,2.0339,5.985,2.0339,6.1228,1.4904,6.1228],\u0022text\u0022:\u0022Sponsor\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,6.024,3.018,6.024,3.018,6.0845,2.9586,6.0845],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}},\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,6.024,3.018,6.024,3.018,6.0845,2.9586,6.0845],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,5.9869,3.8726,5.9869,3.8726,6.103,3.214,6.103],\u0022text\u0022:\u0022Full booth\u0022,\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}},\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,5.9869,3.4295,5.9869,3.4295,6.103,3.214,6.103],\u0022text\u0022:\u0022Full\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.492,5.9869,3.8726,5.9869,3.8726,6.103,3.492,6.103],\u0022text\u0022:\u0022booth\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[5.8328,5.9677,6.2829,5.9677,6.2829,6.1168,5.8328,6.1168],\u0022text\u0022:\u0022$1,200\u0022,\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}},\u0022words\u0022:[{\u0022boundingBox\u0022:[5.8328,5.9677,6.2829,5.9677,6.2829,6.1168,5.8328,6.1168],\u0022text\u0022:\u0022$1,200\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,6.2356,3.018,6.2356,3.018,6.2962,2.9586,6.2962],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}},\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,6.2356,3.018,6.2356,3.018,6.2962,2.9586,6.2962],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,6.1986,4.7938,6.1986,4.7938,6.3428,3.214,6.3428],\u0022text\u0022:\u0022Post-keynote thank you\u0022,\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}},\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,6.1986,4.0878,6.1986,4.0878,6.3428,3.214,6.3428],\u0022text\u0022:\u0022Post-keynote\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.1348,6.1986,4.5158,6.1986,4.5158,6.3147,4.1348,6.3147],\u0022text\u0022:\u0022thank\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.5586,6.2333,4.7938,6.2333,4.7938,6.3428,4.5586,6.3428],\u0022text\u0022:\u0022you\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,6.4473,3.018,6.4473,3.018,6.5079,2.9586,6.5079],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}},\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,6.4473,3.018,6.4473,3.018,6.5079,2.9586,6.5079],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,6.4179,4.2093,6.4179,4.2093,6.5544,3.214,6.5544],\u0022text\u0022:\u0022Logo on poster\u0022,\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}},\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,6.4179,3.5163,6.4179,3.5163,6.5544,3.214,6.5544],\u0022text\u0022:\u0022Logo\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.5686,6.445,3.7244,6.445,3.7244,6.5263,3.5686,6.5263],\u0022text\u0022:\u0022on\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.7888,6.4264,4.2093,6.4264,4.2093,6.5544,3.7888,6.5544],\u0022text\u0022:\u0022poster\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,6.6606,3.018,6.6606,3.018,6.7212,2.9586,6.7212],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}},\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,6.6606,3.018,6.6606,3.018,6.7212,2.9586,6.7212],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,6.6229,5.2314,6.6229,5.2314,6.7678,3.214,6.7678],\u0022text\u0022:\u0022Half page ad in program guide\u0022,\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}},\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,6.6229,3.4739,6.6229,3.4739,6.7397,3.214,6.7397],\u0022text\u0022:\u0022Half\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.5224,6.6583,3.8326,6.6583,3.8326,6.7678,3.5224,6.7678],\u0022text\u0022:\u0022page\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.8843,6.6239,4.0315,6.6239,4.0315,6.7397,3.8843,6.7397],\u0022text\u0022:\u0022ad\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.0923,6.6289,4.195,6.6289,4.195,6.7387,4.0923,6.7387],\u0022text\u0022:\u0022in\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.2563,6.6583,4.8148,6.6583,4.8148,6.7678,4.2563,6.7678],\u0022text\u0022:\u0022program\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.8695,6.6239,5.2314,6.6239,5.2314,6.7678,4.8695,6.7678],\u0022text\u0022:\u0022guide\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0923,6.84,2.1362,6.84,2.1362,6.9778,1.0923,6.9778],\u0022text\u0022:\u0022Bronze Sponsor\u0022,\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}},\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0923,6.8417,1.545,6.8417,1.545,6.9497,1.0923,6.9497],\u0022text\u0022:\u0022Bronze\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.5951,6.84,2.1362,6.84,2.1362,6.9778,1.5951,6.9778],\u0022text\u0022:\u0022Sponsor\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,6.879,3.018,6.879,3.018,6.9395,2.9586,6.9395],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}},\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,6.879,3.018,6.879,3.018,6.9395,2.9586,6.9395],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,6.8419,3.8726,6.8419,3.8726,6.958,3.214,6.958],\u0022text\u0022:\u0022Full booth\u0022,\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}},\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,6.8419,3.4295,6.8419,3.4295,6.958,3.214,6.958],\u0022text\u0022:\u0022Full\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.492,6.8419,3.8726,6.8419,3.8726,6.958,3.492,6.958],\u0022text\u0022:\u0022booth\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[5.8328,6.8227,6.2829,6.8227,6.2829,6.9718,5.8328,6.9718],\u0022text\u0022:\u0022$1,000\u0022,\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}},\u0022words\u0022:[{\u0022boundingBox\u0022:[5.8328,6.8227,6.2829,6.8227,6.2829,6.9718,5.8328,6.9718],\u0022text\u0022:\u0022$1,000\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,7.0923,3.018,7.0923,3.018,7.1529,2.9586,7.1529],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}},\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,7.0923,3.018,7.0923,3.018,7.1529,2.9586,7.1529],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,7.0629,4.2093,7.0629,4.2093,7.1994,3.214,7.1994],\u0022text\u0022:\u0022Logo on poster\u0022,\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}},\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,7.0629,3.5163,7.0629,3.5163,7.1994,3.214,7.1994],\u0022text\u0022:\u0022Logo\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.5686,7.09,3.7244,7.09,3.7244,7.1713,3.5686,7.1713],\u0022text\u0022:\u0022on\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.7888,7.0714,4.2093,7.0714,4.2093,7.1994,3.7888,7.1994],\u0022text\u0022:\u0022poster\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,7.304,3.018,7.304,3.018,7.3645,2.9586,7.3645],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}},\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,7.304,3.018,7.304,3.018,7.3645,2.9586,7.3645],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.2082,7.2672,5.3419,7.2672,5.3419,7.4111,3.2082,7.4111],\u0022text\u0022:\u002250% discount on program guide\u0022,\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}},\u0022words\u0022:[{\u0022boundingBox\u0022:[3.2082,7.2717,3.4817,7.2717,3.4817,7.3845,3.2082,7.3845],\u0022text\u0022:\u002250%\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.533,7.2672,4.1018,7.2672,4.1018,7.383,3.533,7.383],\u0022text\u0022:\u0022discount\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.1512,7.3017,4.307,7.3017,4.307,7.383,4.1512,7.383],\u0022text\u0022:\u0022on\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.3682,7.3017,4.9253,7.3017,4.9253,7.4111,4.3682,7.4111],\u0022text\u0022:\u0022program\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.981,7.2672,5.3419,7.2672,5.3419,7.4111,4.981,7.4111],\u0022text\u0022:\u0022guide\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.2075,7.4706,4.2429,7.4706,4.2429,7.5863,3.2075,7.5863],\u0022text\u0022:\u0022advertisements\u0022,\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}},\u0022words\u0022:[{\u0022boundingBox\u0022:[3.2075,7.4706,4.2429,7.4706,4.2429,7.5863,3.2075,7.5863],\u0022text\u0022:\u0022advertisements\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0923,7.6819,1.7537,7.6819,1.7537,7.798,1.0923,7.798],\u0022text\u0022:\u0022Full Booth\u0022,\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}},\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0923,7.6819,1.3079,7.6819,1.3079,7.798,1.0923,7.798],\u0022text\u0022:\u0022Full\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.3718,7.6819,1.7537,7.6819,1.7537,7.798,1.3718,7.798],\u0022text\u0022:\u0022Booth\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,7.7273,3.018,7.7273,3.018,7.7879,2.9586,7.7879],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}},\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,7.7273,3.018,7.7273,3.018,7.7879,2.9586,7.7879],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,7.6902,3.8726,7.6902,3.8726,7.8063,3.214,7.8063],\u0022text\u0022:\u0022Full booth\u0022,\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}},\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,7.6902,3.4295,7.6902,3.4295,7.8063,3.214,7.8063],\u0022text\u0022:\u0022Full\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.492,7.6902,3.8726,7.6902,3.8726,7.8063,3.492,7.8063],\u0022text\u0022:\u0022booth\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[5.8328,7.6711,6.1586,7.6711,6.1586,7.8165,5.8328,7.8165],\u0022text\u0022:\u0022$600\u0022,\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}},\u0022words\u0022:[{\u0022boundingBox\u0022:[5.8328,7.6711,6.1586,7.6711,6.1586,7.8165,5.8328,7.8165],\u0022text\u0022:\u0022$600\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,7.939,3.018,7.939,3.018,7.9995,2.9586,7.9995],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}},\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,7.939,3.018,7.939,3.018,7.9995,2.9586,7.9995],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.2082,7.9022,5.3419,7.9022,5.3419,8.0461,3.2082,8.0461],\u0022text\u0022:\u002250% discount on program guide\u0022,\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}},\u0022words\u0022:[{\u0022boundingBox\u0022:[3.2082,7.9067,3.4817,7.9067,3.4817,8.0195,3.2082,8.0195],\u0022text\u0022:\u002250%\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.533,7.9022,4.1018,7.9022,4.1018,8.018,3.533,8.018],\u0022text\u0022:\u0022discount\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.1512,7.9367,4.307,7.9367,4.307,8.018,4.1512,8.018],\u0022text\u0022:\u0022on\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.3682,7.9367,4.9253,7.9367,4.9253,8.0461,4.3682,8.0461],\u0022text\u0022:\u0022program\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.981,7.9022,5.3419,7.9022,5.3419,8.0461,4.981,8.0461],\u0022text\u0022:\u0022guide\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.2075,8.1056,4.2429,8.1056,4.2429,8.2213,3.2075,8.2213],\u0022text\u0022:\u0022advertisements\u0022,\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}},\u0022words\u0022:[{\u0022boundingBox\u0022:[3.2075,8.1056,4.2429,8.1056,4.2429,8.2213,3.2075,8.2213],\u0022text\u0022:\u0022advertisements\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0923,8.3162,1.7854,8.3162,1.7854,8.433,1.0923,8.433],\u0022text\u0022:\u0022Half Booth\u0022,\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}},\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0923,8.3162,1.3522,8.3162,1.3522,8.433,1.0923,8.433],\u0022text\u0022:\u0022Half\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.4022,8.3169,1.7854,8.3169,1.7854,8.433,1.4022,8.433],\u0022text\u0022:\u0022Booth\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,8.3623,3.018,8.3623,3.018,8.4229,2.9586,8.4229],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}},\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,8.3623,3.018,8.3623,3.018,8.4229,2.9586,8.4229],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,8.3252,3.8726,8.3252,3.8726,8.4413,3.214,8.4413],\u0022text\u0022:\u0022Full booth\u0022,\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}},\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,8.3252,3.4295,8.3252,3.4295,8.4413,3.214,8.4413],\u0022text\u0022:\u0022Full\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.492,8.3252,3.8726,8.3252,3.8726,8.4413,3.492,8.4413],\u0022text\u0022:\u0022booth\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[5.8328,8.3061,6.1586,8.3061,6.1586,8.4515,5.8328,8.4515],\u0022text\u0022:\u0022$350\u0022,\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}},\u0022words\u0022:[{\u0022boundingBox\u0022:[5.8328,8.3061,6.1586,8.3061,6.1586,8.4515,5.8328,8.4515],\u0022text\u0022:\u0022$350\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,8.574,3.018,8.574,3.018,8.6345,2.9586,8.6345],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}},\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,8.574,3.018,8.574,3.018,8.6345,2.9586,8.6345],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.2093,8.5372,5.3419,8.5372,5.3419,8.6811,3.2093,8.6811],\u0022text\u0022:\u002225% discount on program guide\u0022,\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}},\u0022words\u0022:[{\u0022boundingBox\u0022:[3.2093,8.5417,3.4817,8.5417,3.4817,8.6545,3.2093,8.6545],\u0022text\u0022:\u002225%\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.533,8.5372,4.1018,8.5372,4.1018,8.653,3.533,8.653],\u0022text\u0022:\u0022discount\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.1512,8.5717,4.307,8.5717,4.307,8.653,4.1512,8.653],\u0022text\u0022:\u0022on\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.3682,8.5717,4.9253,8.5717,4.9253,8.6811,4.3682,8.6811],\u0022text\u0022:\u0022program\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.981,8.5372,5.3419,8.5372,5.3419,8.6811,4.981,8.6811],\u0022text\u0022:\u0022guide\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.2075,8.7406,4.2429,8.7406,4.2429,8.8563,3.2075,8.8563],\u0022text\u0022:\u0022advertisements\u0022,\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}},\u0022words\u0022:[{\u0022boundingBox\u0022:[3.2075,8.7406,4.2429,8.7406,4.2429,8.8563,3.2075,8.8563],\u0022text\u0022:\u0022advertisements\u0022,\u0022confidence\u0022:1}]}]},{\u0022page\u0022:2,\u0022angle\u0022:0,\u0022width\u0022:8.5,\u0022height\u0022:11,\u0022unit\u0022:\u0022inch\u0022,\u0022lines\u0022:[{\u0022boundingBox\u0022:[6.1276,1.0667,7.4833,1.0667,7.4833,1.2403,6.1276,1.2403],\u0022text\u0022:\u0022Vendor #:121\u0022,\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}},\u0022words\u0022:[{\u0022boundingBox\u0022:[6.1276,1.0667,6.8657,1.0667,6.8657,1.2403,6.1276,1.2403],\u0022text\u0022:\u0022Vendor\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.9307,1.0759,7.4833,1.0759,7.4833,1.2391,6.9307,1.2391],\u0022text\u0022:\u0022#:121\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0044,2.1771,2.35,2.1771,2.35,2.3315,1.0044,2.3315],\u0022text\u0022:\u0022Vendor Details:\u0022,\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}},\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0044,2.1778,1.6496,2.1778,1.6496,2.3315,1.0044,2.3315],\u0022text\u0022:\u0022Vendor\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.7239,2.1771,2.35,2.1771,2.35,2.3315,1.7239,2.3315],\u0022text\u0022:\u0022Details:\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0065,2.7686,3.3477,2.7686,3.3477,2.9128,1.0065,2.9128],\u0022text\u0022:\u0022Company Name: Southridge Video\u0022,\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}},\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0065,2.7749,1.651,2.7749,1.651,2.9126,1.0065,2.9126],\u0022text\u0022:\u0022Company\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.7019,2.7764,2.1376,2.7764,2.1376,2.885,1.7019,2.885],\u0022text\u0022:\u0022Name:\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.1925,2.7686,2.9184,2.7686,2.9184,2.9128,2.1925,2.9128],\u0022text\u0022:\u0022Southridge\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.9691,2.7689,3.3477,2.7689,3.3477,2.8847,2.9691,2.8847],\u0022text\u0022:\u0022Video\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0065,3.0986,3.5766,3.0986,3.5766,3.2428,1.0065,3.2428],\u0022text\u0022:\u0022Contact: Jamie@southridgevideo.com\u0022,\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}},\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0065,3.1049,1.5706,3.1049,1.5706,3.215,1.0065,3.215],\u0022text\u0022:\u0022Contact:\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.6205,3.0986,3.5766,3.0986,3.5766,3.2428,1.6205,3.2428],\u0022text\u0022:\u0022Jamie@southridgevideo.com\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0115,3.4296,2.6542,3.4296,2.6542,3.5744,1.0115,3.5744],\u0022text\u0022:\u0022Preferred Package: Gold\u0022,\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}},\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0115,3.4296,1.6499,3.4296,1.6499,3.5467,1.0115,3.5467],\u0022text\u0022:\u0022Preferred\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.7092,3.4302,2.2978,3.4302,2.2978,3.5744,1.7092,3.5744],\u0022text\u0022:\u0022Package:\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.3557,3.4302,2.6542,3.4302,2.6542,3.5463,2.3557,3.5463],\u0022text\u0022:\u0022Gold\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0052,3.7537,2.4783,3.7537,2.4783,3.9043,1.0052,3.9043],\u0022text\u0022:\u0022Special Requests: N/a\u0022,\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}},\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0052,3.7602,1.475,3.7602,1.475,3.9043,1.0052,3.9043],\u0022text\u0022:\u0022Special\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.5342,3.7684,2.1899,3.7684,2.1899,3.9043,1.5342,3.9043],\u0022text\u0022:\u0022Requests:\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.254,3.7537,2.4783,3.7537,2.4783,3.8976,2.254,3.8976],\u0022text\u0022:\u0022N/a\u0022,\u0022confidence\u0022:1}]}]}],\u0022pageResults\u0022:[{\u0022page\u0022:1,\u0022tables\u0022:[{\u0022rows\u0022:13,\u0022columns\u0022:4,\u0022cells\u0022:[{\u0022rowIndex\u0022:0,\u0022columnIndex\u0022:0,\u0022text\u0022:\u0022Package\u0022,\u0022boundingBox\u0022:[0.9975,4.6436,2.6168,4.6436,2.6168,4.8578,0.9975,4.8578],\u0022elements\u0022:[\u0022#/readResults/0/lines/10/words/0\u0022]},{\u0022rowIndex\u0022:0,\u0022columnIndex\u0022:1,\u0022columnSpan\u0022:2,\u0022text\u0022:\u0022Included\u0022,\u0022boundingBox\u0022:[2.6168,4.6436,5.7422,4.6436,5.7422,4.8578,2.6168,4.8578],\u0022elements\u0022:[\u0022#/readResults/0/lines/11/words/0\u0022]},{\u0022rowIndex\u0022:0,\u0022columnIndex\u0022:3,\u0022text\u0022:\u0022Price\u0022,\u0022boundingBox\u0022:[5.7422,4.6436,7.4882,4.6436,7.4882,4.8513,5.7422,4.8578],\u0022elements\u0022:[\u0022#/readResults/0/lines/12/words/0\u0022]},{\u0022rowIndex\u0022:1,\u0022columnIndex\u0022:0,\u0022text\u0022:\u0022Gold Sponsor\u0022,\u0022boundingBox\u0022:[0.9975,4.8578,2.6168,4.8578,2.6168,5.0849,0.9975,5.0914],\u0022elements\u0022:[\u0022#/readResults/0/lines/13/words/0\u0022,\u0022#/readResults/0/lines/13/words/1\u0022]},{\u0022rowIndex\u0022:1,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.6168,4.8578,3.15,4.8578,3.15,5.0849,2.6168,5.0849],\u0022elements\u0022:[\u0022#/readResults/0/lines/14/words/0\u0022]},{\u0022rowIndex\u0022:1,\u0022columnIndex\u0022:2,\u0022text\u0022:\u0022Full booth\u0022,\u0022boundingBox\u0022:[3.15,4.8578,5.7422,4.8578,5.7422,5.0849,3.15,5.0849],\u0022elements\u0022:[\u0022#/readResults/0/lines/15/words/0\u0022,\u0022#/readResults/0/lines/15/words/1\u0022]},{\u0022rowIndex\u0022:1,\u0022columnIndex\u0022:3,\u0022text\u0022:\u0022$1,500\u0022,\u0022boundingBox\u0022:[5.7422,4.8578,7.4882,4.8513,7.4882,5.0849,5.7422,5.0849],\u0022elements\u0022:[\u0022#/readResults/0/lines/16/words/0\u0022]},{\u0022rowIndex\u0022:2,\u0022columnIndex\u0022:0,\u0022rowSpan\u0022:3,\u0022text\u0022:\u0022\u0022,\u0022boundingBox\u0022:[0.9975,5.0914,2.6168,5.0849,2.6168,5.9222,0.9975,5.9222],\u0022elements\u0022:[]},{\u0022rowIndex\u0022:2,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 \uF0B7\u0022,\u0022boundingBox\u0022:[2.6168,5.0849,3.15,5.0849,3.15,5.5198,2.6168,5.5198],\u0022elements\u0022:[\u0022#/readResults/0/lines/17/words/0\u0022,\u0022#/readResults/0/lines/19/words/0\u0022]},{\u0022rowIndex\u0022:2,\u0022columnIndex\u0022:2,\u0022text\u0022:\u0022Pre-keynote thank you Logo on poster\u0022,\u0022boundingBox\u0022:[3.15,5.0849,5.7422,5.0849,5.7489,5.5133,3.15,5.5198],\u0022elements\u0022:[\u0022#/readResults/0/lines/18/words/0\u0022,\u0022#/readResults/0/lines/18/words/1\u0022,\u0022#/readResults/0/lines/18/words/2\u0022,\u0022#/readResults/0/lines/20/words/0\u0022,\u0022#/readResults/0/lines/20/words/1\u0022,\u0022#/readResults/0/lines/20/words/2\u0022]},{\u0022rowIndex\u0022:2,\u0022columnIndex\u0022:3,\u0022text\u0022:\u0022\u0022,\u0022boundingBox\u0022:[5.7422,5.0849,7.4882,5.0849,7.4882,5.5198,5.7489,5.5133],\u0022elements\u0022:[]},{\u0022rowIndex\u0022:3,\u0022columnIndex\u0022:1,\u0022columnSpan\u0022:2,\u0022text\u0022:\u0022\uF0B7 Full page ad in program guide\u0022,\u0022boundingBox\u0022:[2.6168,5.5198,5.7489,5.5133,5.7489,5.7404,2.6168,5.7534],\u0022elements\u0022:[\u0022#/readResults/0/lines/21/words/0\u0022,\u0022#/readResults/0/lines/22/words/0\u0022,\u0022#/readResults/0/lines/22/words/1\u0022,\u0022#/readResults/0/lines/22/words/2\u0022,\u0022#/readResults/0/lines/22/words/3\u0022,\u0022#/readResults/0/lines/22/words/4\u0022,\u0022#/readResults/0/lines/22/words/5\u0022]},{\u0022rowIndex\u0022:3,\u0022columnIndex\u0022:3,\u0022text\u0022:\u0022\u0022,\u0022boundingBox\u0022:[5.7489,5.5133,7.4882,5.5198,7.4882,5.7469,5.7489,5.7404],\u0022elements\u0022:[]},{\u0022rowIndex\u0022:4,\u0022columnIndex\u0022:1,\u0022columnSpan\u0022:2,\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.6168,5.7534,5.7489,5.7404,5.7489,5.9222,2.6168,5.9222],\u0022elements\u0022:[\u0022#/readResults/0/lines/23/words/0\u0022]},{\u0022rowIndex\u0022:4,\u0022columnIndex\u0022:3,\u0022text\u0022:\u0022\u0022,\u0022boundingBox\u0022:[5.7489,5.7404,7.4882,5.7469,7.4948,5.9222,5.7489,5.9222],\u0022elements\u0022:[]},{\u0022rowIndex\u0022:5,\u0022columnIndex\u0022:0,\u0022rowSpan\u0022:2,\u0022text\u0022:\u0022Silver Sponsor\u0022,\u0022boundingBox\u0022:[0.9975,5.9222,2.6168,5.9222,2.6168,6.7853,0.9975,6.7788],\u0022elements\u0022:[\u0022#/readResults/0/lines/24/words/0\u0022,\u0022#/readResults/0/lines/24/words/1\u0022]},{\u0022rowIndex\u0022:5,\u0022columnIndex\u0022:1,\u0022rowSpan\u0022:2,\u0022text\u0022:\u0022\uF0B7 \uF0B7 \uF0B7 \uF0B7\u0022,\u0022boundingBox\u0022:[2.6168,5.9222,3.15,5.9222,3.15,6.7853,2.6168,6.7853],\u0022elements\u0022:[\u0022#/readResults/0/lines/25/words/0\u0022,\u0022#/readResults/0/lines/28/words/0\u0022,\u0022#/readResults/0/lines/30/words/0\u0022,\u0022#/readResults/0/lines/32/words/0\u0022]},{\u0022rowIndex\u0022:5,\u0022columnIndex\u0022:2,\u0022rowSpan\u0022:2,\u0022text\u0022:\u0022Full booth Post-keynote thank you Logo on poster Half page ad in program guide\u0022,\u0022boundingBox\u0022:[3.15,5.9222,5.7489,5.9222,5.7489,6.7853,3.15,6.7853],\u0022elements\u0022:[\u0022#/readResults/0/lines/26/words/0\u0022,\u0022#/readResults/0/lines/26/words/1\u0022,\u0022#/readResults/0/lines/29/words/0\u0022,\u0022#/readResults/0/lines/29/words/1\u0022,\u0022#/readResults/0/lines/29/words/2\u0022,\u0022#/readResults/0/lines/31/words/0\u0022,\u0022#/readResults/0/lines/31/words/1\u0022,\u0022#/readResults/0/lines/31/words/2\u0022,\u0022#/readResults/0/lines/33/words/0\u0022,\u0022#/readResults/0/lines/33/words/1\u0022,\u0022#/readResults/0/lines/33/words/2\u0022,\u0022#/readResults/0/lines/33/words/3\u0022,\u0022#/readResults/0/lines/33/words/4\u0022,\u0022#/readResults/0/lines/33/words/5\u0022]},{\u0022rowIndex\u0022:5,\u0022columnIndex\u0022:3,\u0022rowSpan\u0022:2,\u0022text\u0022:\u0022$1,200\u0022,\u0022boundingBox\u0022:[5.7489,5.9222,7.4948,5.9222,7.4948,6.7788,5.7489,6.7853],\u0022elements\u0022:[\u0022#/readResults/0/lines/27/words/0\u0022]},{\u0022rowIndex\u0022:7,\u0022columnIndex\u0022:0,\u0022rowSpan\u0022:2,\u0022text\u0022:\u0022Bronze Sponsor\u0022,\u0022boundingBox\u0022:[0.9975,6.7788,2.6168,6.7853,2.6168,7.6355,0.9975,7.629],\u0022elements\u0022:[\u0022#/readResults/0/lines/34/words/0\u0022,\u0022#/readResults/0/lines/34/words/1\u0022]},{\u0022rowIndex\u0022:7,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.6168,6.7853,3.15,6.7853,3.15,7.019,2.6168,7.019],\u0022elements\u0022:[\u0022#/readResults/0/lines/35/words/0\u0022]},{\u0022rowIndex\u0022:7,\u0022columnIndex\u0022:2,\u0022rowSpan\u0022:2,\u0022text\u0022:\u0022Full booth Logo on poster 50% discount on program guide advertisements\u0022,\u0022boundingBox\u0022:[3.15,6.7853,5.7489,6.7853,5.7489,7.6355,3.1433,7.6355],\u0022elements\u0022:[\u0022#/readResults/0/lines/36/words/0\u0022,\u0022#/readResults/0/lines/36/words/1\u0022,\u0022#/readResults/0/lines/39/words/0\u0022,\u0022#/readResults/0/lines/39/words/1\u0022,\u0022#/readResults/0/lines/39/words/2\u0022,\u0022#/readResults/0/lines/41/words/0\u0022,\u0022#/readResults/0/lines/41/words/1\u0022,\u0022#/readResults/0/lines/41/words/2\u0022,\u0022#/readResults/0/lines/41/words/3\u0022,\u0022#/readResults/0/lines/41/words/4\u0022,\u0022#/readResults/0/lines/42/words/0\u0022]},{\u0022rowIndex\u0022:7,\u0022columnIndex\u0022:3,\u0022rowSpan\u0022:2,\u0022text\u0022:\u0022$1,000\u0022,\u0022boundingBox\u0022:[5.7489,6.7853,7.4948,6.7788,7.4948,7.6355,5.7489,7.6355],\u0022elements\u0022:[\u0022#/readResults/0/lines/37/words/0\u0022]},{\u0022rowIndex\u0022:8,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 \uF0B7\u0022,\u0022boundingBox\u0022:[2.6168,7.019,3.15,7.019,3.1433,7.6355,2.6168,7.6355],\u0022elements\u0022:[\u0022#/readResults/0/lines/38/words/0\u0022,\u0022#/readResults/0/lines/40/words/0\u0022]},{\u0022rowIndex\u0022:9,\u0022columnIndex\u0022:0,\u0022rowSpan\u0022:2,\u0022text\u0022:\u0022Full Booth\u0022,\u0022boundingBox\u0022:[0.9975,7.629,2.6168,7.6355,2.6102,8.2651,0.9975,8.2651],\u0022elements\u0022:[\u0022#/readResults/0/lines/43/words/0\u0022,\u0022#/readResults/0/lines/43/words/1\u0022]},{\u0022rowIndex\u0022:9,\u0022columnIndex\u0022:1,\u0022rowSpan\u0022:2,\u0022columnSpan\u0022:2,\u0022text\u0022:\u0022\uF0B7 Full booth \uF0B7 50% discount on program guide advertisements\u0022,\u0022boundingBox\u0022:[2.6168,7.6355,5.7489,7.6355,5.7489,8.2651,2.6102,8.2651],\u0022elements\u0022:[\u0022#/readResults/0/lines/44/words/0\u0022,\u0022#/readResults/0/lines/45/words/0\u0022,\u0022#/readResults/0/lines/45/words/1\u0022,\u0022#/readResults/0/lines/47/words/0\u0022,\u0022#/readResults/0/lines/48/words/0\u0022,\u0022#/readResults/0/lines/48/words/1\u0022,\u0022#/readResults/0/lines/48/words/2\u0022,\u0022#/readResults/0/lines/48/words/3\u0022,\u0022#/readResults/0/lines/48/words/4\u0022,\u0022#/readResults/0/lines/49/words/0\u0022]},{\u0022rowIndex\u0022:9,\u0022columnIndex\u0022:3,\u0022rowSpan\u0022:2,\u0022text\u0022:\u0022$600\u0022,\u0022boundingBox\u0022:[5.7489,7.6355,7.4948,7.6355,7.4948,8.2651,5.7489,8.2651],\u0022elements\u0022:[\u0022#/readResults/0/lines/46/words/0\u0022]},{\u0022rowIndex\u0022:11,\u0022columnIndex\u0022:0,\u0022rowSpan\u0022:2,\u0022text\u0022:\u0022Half Booth\u0022,\u0022boundingBox\u0022:[0.9975,8.2651,2.6102,8.2651,2.6102,8.9011,0.9975,8.9011],\u0022elements\u0022:[\u0022#/readResults/0/lines/50/words/0\u0022,\u0022#/readResults/0/lines/50/words/1\u0022]},{\u0022rowIndex\u0022:11,\u0022columnIndex\u0022:1,\u0022rowSpan\u0022:2,\u0022columnSpan\u0022:2,\u0022text\u0022:\u0022\uF0B7 Full booth \uF0B7 25% discount on program guide advertisements\u0022,\u0022boundingBox\u0022:[2.6102,8.2651,5.7489,8.2651,5.7489,8.9011,2.6102,8.9011],\u0022elements\u0022:[\u0022#/readResults/0/lines/51/words/0\u0022,\u0022#/readResults/0/lines/52/words/0\u0022,\u0022#/readResults/0/lines/52/words/1\u0022,\u0022#/readResults/0/lines/54/words/0\u0022,\u0022#/readResults/0/lines/55/words/0\u0022,\u0022#/readResults/0/lines/55/words/1\u0022,\u0022#/readResults/0/lines/55/words/2\u0022,\u0022#/readResults/0/lines/55/words/3\u0022,\u0022#/readResults/0/lines/55/words/4\u0022,\u0022#/readResults/0/lines/56/words/0\u0022]},{\u0022rowIndex\u0022:11,\u0022columnIndex\u0022:3,\u0022rowSpan\u0022:2,\u0022text\u0022:\u0022$350\u0022,\u0022boundingBox\u0022:[5.7489,8.2651,7.4948,8.2651,7.4948,8.9011,5.7489,8.9011],\u0022elements\u0022:[\u0022#/readResults/0/lines/53/words/0\u0022]}],\u0022boundingBox\u0022:[0.994,4.6469,7.4953,4.6454,7.4964,8.9061,0.9936,8.9066]}]},{\u0022page\u0022:2,\u0022tables\u0022:[]}]}}" } ], "Variables": { "FORM_RECOGNIZER_API_KEY": "Sanitized", - "FORM_RECOGNIZER_ENDPOINT": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/", + "FORM_RECOGNIZER_ENDPOINT": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/", "RandomSeed": "750378562" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeContentCanParseMultipageForm(False)Async.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeContentCanParseMultipageForm(False)Async.json index b4da8a2c87ad8..ede23fd08bb85 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeContentCanParseMultipageForm(False)Async.json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeContentCanParseMultipageForm(False)Async.json @@ -1,17 +1,17 @@ { "Entries": [ { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyze", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/layout/analyze", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "22", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-cce3d3fde5f4b84b843dce4c903611af-f45e047c6a8ffd4a-00", + "traceparent": "00-1e13bb74efc548409e57b5fc5d7524d8-cbaf65f50b1bda4d-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "690e2508d67577c1fb30c92f40aa25bb", "x-ms-return-client-request-id": "true" @@ -21,25 +21,25 @@ }, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "d7fa41b4-4d96-4f53-b640-f63a439a714f", + "apim-request-id": "e589a51b-c7ea-463c-9e7d-242799a15a72", "Content-Length": "0", - "Date": "Wed, 09 Sep 2020 22:34:42 GMT", - "Operation-Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/d7fa41b4-4d96-4f53-b640-f63a439a714f", + "Date": "Fri, 30 Oct 2020 12:57:53 GMT", + "Operation-Location": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/layout/analyzeResults/e589a51b-c7ea-463c-9e7d-242799a15a72", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "221" + "x-envoy-upstream-service-time": "744" }, "ResponseBody": [] }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/d7fa41b4-4d96-4f53-b640-f63a439a714f", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/layout/analyzeResults/e589a51b-c7ea-463c-9e7d-242799a15a72", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "0676b896c152a12f421f4c88fcf73b7a", "x-ms-return-client-request-id": "true" @@ -47,29 +47,29 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "1e963145-55a2-4baa-bca6-797da3151c3f", + "apim-request-id": "2628ce9c-2eac-4309-9e07-84aff8e03146", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:34:42 GMT", + "Date": "Fri, 30 Oct 2020 12:57:53 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "12" + "x-envoy-upstream-service-time": "11" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-09-09T22:34:42Z", - "lastUpdatedDateTime": "2020-09-09T22:34:42Z" + "createdDateTime": "2020-10-30T12:57:53Z", + "lastUpdatedDateTime": "2020-10-30T12:57:53Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/d7fa41b4-4d96-4f53-b640-f63a439a714f", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/layout/analyzeResults/e589a51b-c7ea-463c-9e7d-242799a15a72", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "5e3395a6f6c39994b5ac07992121e7b4", "x-ms-return-client-request-id": "true" @@ -77,29 +77,29 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "a15db1e0-506e-4280-b977-c87fa18c2d2e", + "apim-request-id": "ceb6970d-0276-48c9-b2a8-b499cdcddb84", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:34:43 GMT", + "Date": "Fri, 30 Oct 2020 12:57:54 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "12" + "x-envoy-upstream-service-time": "9" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-09-09T22:34:42Z", - "lastUpdatedDateTime": "2020-09-09T22:34:42Z" + "createdDateTime": "2020-10-30T12:57:53Z", + "lastUpdatedDateTime": "2020-10-30T12:57:53Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/d7fa41b4-4d96-4f53-b640-f63a439a714f", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/layout/analyzeResults/e589a51b-c7ea-463c-9e7d-242799a15a72", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "fe250d585b2e471cf66c26568a397b03", "x-ms-return-client-request-id": "true" @@ -107,29 +107,29 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "34bf956d-2997-48a8-8ebf-ed4f6f0e5b87", + "apim-request-id": "a21abe2d-bd6d-4a42-8f0e-155d26dc1dea", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:34:44 GMT", + "Date": "Fri, 30 Oct 2020 12:57:55 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "20" + "x-envoy-upstream-service-time": "10" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-09-09T22:34:42Z", - "lastUpdatedDateTime": "2020-09-09T22:34:42Z" + "createdDateTime": "2020-10-30T12:57:53Z", + "lastUpdatedDateTime": "2020-10-30T12:57:53Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/d7fa41b4-4d96-4f53-b640-f63a439a714f", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/layout/analyzeResults/e589a51b-c7ea-463c-9e7d-242799a15a72", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "ab884ef5c6779ff724dd51a6ba967f21", "x-ms-return-client-request-id": "true" @@ -137,29 +137,29 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "dd82ea10-5c6a-4c77-99e9-5cf87d2e9834", + "apim-request-id": "530efbaa-e927-48d3-afb1-cbb060729880", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:34:45 GMT", + "Date": "Fri, 30 Oct 2020 12:57:56 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", "x-envoy-upstream-service-time": "13" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-09-09T22:34:42Z", - "lastUpdatedDateTime": "2020-09-09T22:34:42Z" + "createdDateTime": "2020-10-30T12:57:53Z", + "lastUpdatedDateTime": "2020-10-30T12:57:53Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/d7fa41b4-4d96-4f53-b640-f63a439a714f", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/layout/analyzeResults/e589a51b-c7ea-463c-9e7d-242799a15a72", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "ee3098373dd24b4c79eb6856cf3d0e7b", "x-ms-return-client-request-id": "true" @@ -167,80 +167,50 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "978c4c08-feec-417c-ac1e-65324e05dd7c", + "apim-request-id": "871a556b-9731-4b52-8a89-8e7bb1c214e2", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:34:46 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "19" - }, - "ResponseBody": { - "status": "running", - "createdDateTime": "2020-09-09T22:34:42Z", - "lastUpdatedDateTime": "2020-09-09T22:34:42Z" - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/d7fa41b4-4d96-4f53-b640-f63a439a714f", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "d3a403303c98913d1685d9510a758d60", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "aae4f6b2-de87-4989-ac84-2789b429d797", - "Content-Length": "106", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:34:47 GMT", + "Date": "Fri, 30 Oct 2020 12:57:57 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", "x-envoy-upstream-service-time": "12" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-09-09T22:34:42Z", - "lastUpdatedDateTime": "2020-09-09T22:34:47Z" + "createdDateTime": "2020-10-30T12:57:53Z", + "lastUpdatedDateTime": "2020-10-30T12:57:57Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/d7fa41b4-4d96-4f53-b640-f63a439a714f", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/layout/analyzeResults/e589a51b-c7ea-463c-9e7d-242799a15a72", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "f21e05ed8c09b731013d328b5ea1cfe6", + "x-ms-client-request-id": "d3a403303c98913d1685d9510a758d60", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "51afc112-03c7-4393-ae15-bab572f94077", - "Content-Length": "33148", + "apim-request-id": "f528fa75-070b-477c-b755-04c04d2c6bbb", + "Content-Length": "36134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:34:48 GMT", + "Date": "Fri, 30 Oct 2020 12:57:58 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "33" + "x-envoy-upstream-service-time": "30" }, - "ResponseBody": "{\u0022status\u0022:\u0022succeeded\u0022,\u0022createdDateTime\u0022:\u00222020-09-09T22:34:42Z\u0022,\u0022lastUpdatedDateTime\u0022:\u00222020-09-09T22:34:48Z\u0022,\u0022analyzeResult\u0022:{\u0022version\u0022:\u00222.1.0\u0022,\u0022readResults\u0022:[{\u0022page\u0022:1,\u0022angle\u0022:0,\u0022width\u0022:8.5,\u0022height\u0022:11,\u0022unit\u0022:\u0022inch\u0022,\u0022lines\u0022:[{\u0022boundingBox\u0022:[6.1276,1.0667,7.4833,1.0667,7.4833,1.2403,6.1276,1.2403],\u0022text\u0022:\u0022Vendor #:121\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[6.1276,1.0667,6.8657,1.0667,6.8657,1.2403,6.1276,1.2403],\u0022text\u0022:\u0022Vendor\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.9307,1.0759,7.4833,1.0759,7.4833,1.2391,6.9307,1.2391],\u0022text\u0022:\u0022#:121\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.2268,1.5733,6.2379,1.5733,6.2379,2.005,2.2268,2.005],\u0022text\u0022:\u0022Vendor Registration\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.2268,1.5733,3.703,1.5733,3.703,1.9207,2.2268,1.9207],\u0022text\u0022:\u0022Vendor\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.8661,1.5883,6.2379,1.5883,6.2379,2.005,3.8661,2.005],\u0022text\u0022:\u0022Registration\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0078,2.5846,7.0776,2.5846,7.0776,2.7293,1.0078,2.7293],\u0022text\u0022:\u0022Contoso Ltd. Conference will be held on May 28-29, 2020 at the Elm Conference Center in\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0078,2.5919,1.5548,2.5919,1.5548,2.7013,1.0078,2.7013],\u0022text\u0022:\u0022Contoso\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.6125,2.5856,1.843,2.5856,1.843,2.7013,1.6125,2.7013],\u0022text\u0022:\u0022Ltd.\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.8996,2.5846,2.6636,2.5846,2.6636,2.7013,1.8996,2.7013],\u0022text\u0022:\u0022Conference\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.7122,2.5852,2.9307,2.5852,2.9307,2.7003,2.7122,2.7003],\u0022text\u0022:\u0022will\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.9922,2.5852,3.1419,2.5852,3.1419,2.7013,2.9922,2.7013],\u0022text\u0022:\u0022be\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.1987,2.5852,3.4704,2.5852,3.4704,2.7013,3.1987,2.7013],\u0022text\u0022:\u0022held\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.53,2.62,3.6846,2.62,3.6846,2.7013,3.53,2.7013],\u0022text\u0022:\u0022on\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.7498,2.5934,4.0422,2.5934,4.0422,2.7293,3.7498,2.7293],\u0022text\u0022:\u0022May\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.0877,2.5914,4.5042,2.5914,4.5042,2.7236,4.0877,2.7236],\u0022text\u0022:\u002228-29,\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.5586,2.5914,4.884,2.5914,4.884,2.7017,4.5586,2.7017],\u0022text\u0022:\u00222020\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.9351,2.6014,5.0577,2.6014,5.0577,2.7013,4.9351,2.7013],\u0022text\u0022:\u0022at\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[5.1033,2.5852,5.3202,2.5852,5.3202,2.7013,5.1033,2.7013],\u0022text\u0022:\u0022the\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[5.3787,2.5852,5.6051,2.5852,5.6051,2.7003,5.3787,2.7003],\u0022text\u0022:\u0022Elm\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[5.6624,2.5846,6.4263,2.5846,6.4263,2.7013,5.6624,2.7013],\u0022text\u0022:\u0022Conference\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.4796,2.5919,6.9234,2.5919,6.9234,2.7013,6.4796,2.7013],\u0022text\u0022:\u0022Center\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.9765,2.5905,7.0776,2.5905,7.0776,2.7003,6.9765,2.7003],\u0022text\u0022:\u0022in\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.014,2.8029,7.3457,2.8029,7.3457,2.9478,1.014,2.9478],\u0022text\u0022:\u0022Maple City, Massachusetts. The conference has sold out of its 1,500 tickets, with a 400 person\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.014,2.8036,1.4242,2.8036,1.4242,2.9478,1.014,2.9478],\u0022text\u0022:\u0022Maple\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.4763,2.8089,1.7576,2.8089,1.7576,2.9478,1.4763,2.9478],\u0022text\u0022:\u0022City,\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.8195,2.8036,2.8383,2.8036,2.8383,2.9197,1.8195,2.9197],\u0022text\u0022:\u0022Massachusetts.\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.8883,2.8036,3.1326,2.8036,3.1326,2.9197,2.8883,2.9197],\u0022text\u0022:\u0022The\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.1842,2.8029,3.9301,2.8029,3.9301,2.9197,3.1842,2.9197],\u0022text\u0022:\u0022conference\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.9871,2.8036,4.2019,2.8036,4.2019,2.9197,3.9871,2.9197],\u0022text\u0022:\u0022has\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.2529,2.8036,4.5104,2.8036,4.5104,2.9197,4.2529,2.9197],\u0022text\u0022:\u0022sold\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.5701,2.8197,4.7871,2.8197,4.7871,2.9197,4.5701,2.9197],\u0022text\u0022:\u0022out\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.8373,2.8029,4.9701,2.8029,4.9701,2.9197,4.8373,2.9197],\u0022text\u0022:\u0022of\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[5.0169,2.8089,5.1601,2.8089,5.1601,2.9197,5.0169,2.9197],\u0022text\u0022:\u0022its\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[5.2167,2.81,5.5766,2.81,5.5766,2.9418,5.2167,2.9418],\u0022text\u0022:\u00221,500\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[5.6227,2.8036,6.0928,2.8036,6.0928,2.9418,5.6227,2.9418],\u0022text\u0022:\u0022tickets,\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.1461,2.8036,6.4308,2.8036,6.4308,2.9195,6.1461,2.9195],\u0022text\u0022:\u0022with\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.488,2.8383,6.548,2.8383,6.548,2.9197,6.488,2.9197],\u0022text\u0022:\u0022a\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.6016,2.81,6.8449,2.81,6.8449,2.9197,6.6016,2.9197],\u0022text\u0022:\u0022400\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.8998,2.8383,7.3457,2.8383,7.3457,2.9478,6.8998,2.9478],\u0022text\u0022:\u0022person\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0043,3.0229,7.2482,3.0229,7.2482,3.1678,1.0043,3.1678],\u0022text\u0022:\u0022waitlist. Vendor applications are being accepted through Feb 28, 2020. Please fill in the form\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0043,3.0236,1.5194,3.0236,1.5194,3.1397,1.0043,3.1397],\u0022text\u0022:\u0022waitlist.\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.5733,3.0239,2.0654,3.0239,2.0654,3.1397,1.5733,3.1397],\u0022text\u0022:\u0022Vendor\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.1132,3.0236,2.9143,3.0236,2.9143,3.1678,2.1132,3.1678],\u0022text\u0022:\u0022applications\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.9675,3.0583,3.1726,3.0583,3.1726,3.1397,2.9675,3.1397],\u0022text\u0022:\u0022are\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.2306,3.0236,3.5889,3.0236,3.5889,3.1678,3.2306,3.1678],\u0022text\u0022:\u0022being\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.6388,3.0239,4.2336,3.0239,4.2336,3.1678,3.6388,3.1678],\u0022text\u0022:\u0022accepted\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.2862,3.0236,4.8127,3.0236,4.8127,3.1678,4.2862,3.1678],\u0022text\u0022:\u0022through\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.8815,3.0236,5.1133,3.0236,5.1133,3.14,4.8815,3.14],\u0022text\u0022:\u0022Feb\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[5.163,3.0297,5.361,3.0297,5.361,3.162,5.163,3.162],\u0022text\u0022:\u002228,\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[5.413,3.0297,5.7774,3.0297,5.7774,3.14,5.413,3.14],\u0022text\u0022:\u00222020.\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[5.8406,3.0236,6.2537,3.0236,6.2537,3.1397,5.8406,3.1397],\u0022text\u0022:\u0022Please\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.3022,3.0229,6.4539,3.0229,6.4539,3.1387,6.3022,3.1387],\u0022text\u0022:\u0022fill\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.5131,3.0289,6.6158,3.0289,6.6158,3.1387,6.5131,3.1387],\u0022text\u0022:\u0022in\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.6673,3.0236,6.8842,3.0236,6.8842,3.1397,6.6673,3.1397],\u0022text\u0022:\u0022the\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.9317,3.0229,7.2482,3.0229,7.2482,3.1397,6.9317,3.1397],\u0022text\u0022:\u0022form\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0125,3.2436,3.6599,3.2436,3.6599,3.3818,1.0125,3.3818],\u0022text\u0022:\u0022below, and attach a check made out to:\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0125,3.2436,1.4459,3.2436,1.4459,3.3818,1.0125,3.3818],\u0022text\u0022:\u0022below,\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.5024,3.2439,1.7371,3.2439,1.7371,3.3597,1.5024,3.3597],\u0022text\u0022:\u0022and\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.7968,3.2436,2.2047,3.2436,2.2047,3.3597,1.7968,3.3597],\u0022text\u0022:\u0022attach\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.2619,3.2783,2.3219,3.2783,2.3219,3.3597,2.2619,3.3597],\u0022text\u0022:\u0022a\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.379,3.2436,2.7529,3.2436,2.7529,3.3597,2.379,3.3597],\u0022text\u0022:\u0022check\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.8076,3.2439,3.17,3.2439,3.17,3.3597,2.8076,3.3597],\u0022text\u0022:\u0022made\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.2251,3.2597,3.4421,3.2597,3.4421,3.3597,3.2251,3.3597],\u0022text\u0022:\u0022out\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.4869,3.2597,3.6599,3.2597,3.6599,3.3597,3.4869,3.3597],\u0022text\u0022:\u0022to:\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0078,3.5739,1.843,3.5739,1.843,3.6897,1.0078,3.6897],\u0022text\u0022:\u0022Contoso Ltd.\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0078,3.5802,1.5548,3.5802,1.5548,3.6897,1.0078,3.6897],\u0022text\u0022:\u0022Contoso\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.6125,3.5739,1.843,3.5739,1.843,3.6897,1.6125,3.6897],\u0022text\u0022:\u0022Ltd.\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0093,3.7939,2.3768,3.7939,2.3768,3.9378,1.0093,3.9378],\u0022text\u0022:\u00222345 Dogwood Lane\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0093,3.8,1.3297,3.8,1.3297,3.9097,1.0093,3.9097],\u0022text\u0022:\u00222345\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.3899,3.7939,2.0149,3.7939,2.0149,3.9378,1.3899,3.9378],\u0022text\u0022:\u0022Dogwood\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.0788,3.8012,2.3768,3.8012,2.3768,3.9097,2.0788,3.9097],\u0022text\u0022:\u0022Lane\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.014,4.0136,2.3377,4.0136,2.3377,4.1518,1.014,4.1518],\u0022text\u0022:\u0022Birch, Kansas 98123\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.014,4.0136,1.3745,4.0136,1.3745,4.1518,1.014,4.1518],\u0022text\u0022:\u0022Birch,\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.4375,4.0212,1.8819,4.0212,1.8819,4.1297,1.4375,4.1297],\u0022text\u0022:\u0022Kansas\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.9318,4.02,2.3377,4.02,2.3377,4.1297,1.9318,4.1297],\u0022text\u0022:\u002298123\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0204,4.4248,1.5303,4.4248,1.5303,4.5682,1.0204,4.5682],\u0022text\u0022:\u0022Rates:\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0204,4.4248,1.5303,4.4248,1.5303,4.5682,1.0204,4.5682],\u0022text\u0022:\u0022Rates:\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0923,4.6986,1.6232,4.6986,1.6232,4.8428,1.0923,4.8428],\u0022text\u0022:\u0022Package\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0923,4.6986,1.6232,4.6986,1.6232,4.8428,1.0923,4.8428],\u0022text\u0022:\u0022Package\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.713,4.6986,3.2707,4.6986,3.2707,4.8147,2.713,4.8147],\u0022text\u0022:\u0022Included\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.713,4.6986,3.2707,4.6986,3.2707,4.8147,2.713,4.8147],\u0022text\u0022:\u0022Included\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[5.838,4.7039,6.1513,4.7039,6.1513,4.8147,5.838,4.8147],\u0022text\u0022:\u0022Price\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[5.838,4.7039,6.1513,4.7039,6.1513,4.8147,5.838,4.8147],\u0022text\u0022:\u0022Price\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0857,4.9086,1.9831,4.9086,1.9831,5.0528,1.0857,5.0528],\u0022text\u0022:\u0022Gold Sponsor\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0857,4.9086,1.3842,4.9086,1.3842,5.0247,1.0857,5.0247],\u0022text\u0022:\u0022Gold\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.4423,4.915,1.9831,4.915,1.9831,5.0528,1.4423,5.0528],\u0022text\u0022:\u0022Sponsor\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,4.954,3.018,4.954,3.018,5.0145,2.9586,5.0145],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,4.954,3.018,4.954,3.018,5.0145,2.9586,5.0145],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,4.9169,3.8726,4.9169,3.8726,5.033,3.214,5.033],\u0022text\u0022:\u0022Full booth\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,4.9169,3.4295,4.9169,3.4295,5.033,3.214,5.033],\u0022text\u0022:\u0022Full\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.492,4.9169,3.8726,4.9169,3.8726,5.033,3.492,5.033],\u0022text\u0022:\u0022booth\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[5.8328,4.8977,6.2829,4.8977,6.2829,5.0468,5.8328,5.0468],\u0022text\u0022:\u0022$1,500\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[5.8328,4.8977,6.2829,4.8977,6.2829,5.0468,5.8328,5.0468],\u0022text\u0022:\u0022$1,500\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,5.1673,3.018,5.1673,3.018,5.2279,2.9586,5.2279],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,5.1673,3.018,5.1673,3.018,5.2279,2.9586,5.2279],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,5.1302,4.7267,5.1302,4.7267,5.2744,3.214,5.2744],\u0022text\u0022:\u0022Pre-keynote thank you\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,5.1302,4.0183,5.1302,4.0183,5.2744,3.214,5.2744],\u0022text\u0022:\u0022Pre-keynote\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.0665,5.1302,4.4475,5.1302,4.4475,5.2463,4.0665,5.2463],\u0022text\u0022:\u0022thank\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.4903,5.165,4.7267,5.165,4.7267,5.2744,4.4903,5.2744],\u0022text\u0022:\u0022you\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,5.379,3.018,5.379,3.018,5.4395,2.9586,5.4395],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,5.379,3.018,5.379,3.018,5.4395,2.9586,5.4395],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,5.3495,4.2093,5.3495,4.2093,5.4861,3.214,5.4861],\u0022text\u0022:\u0022Logo on poster\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,5.3495,3.5163,5.3495,3.5163,5.4861,3.214,5.4861],\u0022text\u0022:\u0022Logo\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.5686,5.3767,3.7244,5.3767,3.7244,5.458,3.5686,5.458],\u0022text\u0022:\u0022on\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.7888,5.358,4.2093,5.358,4.2093,5.4861,3.7888,5.4861],\u0022text\u0022:\u0022poster\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,5.5923,3.018,5.5923,3.018,5.6529,2.9586,5.6529],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,5.5923,3.018,5.5923,3.018,5.6529,2.9586,5.6529],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,5.5552,5.201,5.5552,5.201,5.6994,3.214,5.6994],\u0022text\u0022:\u0022Full page ad in program guide\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,5.5552,3.4295,5.5552,3.4295,5.6713,3.214,5.6713],\u0022text\u0022:\u0022Full\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.492,5.59,3.7989,5.59,3.7989,5.6994,3.492,5.6994],\u0022text\u0022:\u0022page\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.8519,5.5556,3.9991,5.5556,3.9991,5.6713,3.8519,5.6713],\u0022text\u0022:\u0022ad\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.0599,5.5605,4.1626,5.5605,4.1626,5.6703,4.0599,5.6703],\u0022text\u0022:\u0022in\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.2248,5.59,4.7839,5.59,4.7839,5.6994,4.2248,5.6994],\u0022text\u0022:\u0022program\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.8367,5.5556,5.201,5.5556,5.201,5.6994,4.8367,5.6994],\u0022text\u0022:\u0022guide\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,5.804,3.018,5.804,3.018,5.8645,2.9586,5.8645],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,5.804,3.018,5.804,3.018,5.8645,2.9586,5.8645],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0842,5.9786,2.0339,5.9786,2.0339,6.1228,1.0842,6.1228],\u0022text\u0022:\u0022Silver Sponsor\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0842,5.9786,1.4443,5.9786,1.4443,6.0947,1.0842,6.0947],\u0022text\u0022:\u0022Silver\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.4904,5.985,2.0339,5.985,2.0339,6.1228,1.4904,6.1228],\u0022text\u0022:\u0022Sponsor\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,6.024,3.018,6.024,3.018,6.0845,2.9586,6.0845],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,6.024,3.018,6.024,3.018,6.0845,2.9586,6.0845],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,5.9869,3.8726,5.9869,3.8726,6.103,3.214,6.103],\u0022text\u0022:\u0022Full booth\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,5.9869,3.4295,5.9869,3.4295,6.103,3.214,6.103],\u0022text\u0022:\u0022Full\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.492,5.9869,3.8726,5.9869,3.8726,6.103,3.492,6.103],\u0022text\u0022:\u0022booth\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[5.8328,5.9677,6.2829,5.9677,6.2829,6.1168,5.8328,6.1168],\u0022text\u0022:\u0022$1,200\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[5.8328,5.9677,6.2829,5.9677,6.2829,6.1168,5.8328,6.1168],\u0022text\u0022:\u0022$1,200\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,6.2356,3.018,6.2356,3.018,6.2962,2.9586,6.2962],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,6.2356,3.018,6.2356,3.018,6.2962,2.9586,6.2962],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,6.1986,4.7938,6.1986,4.7938,6.3428,3.214,6.3428],\u0022text\u0022:\u0022Post-keynote thank you\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,6.1986,4.0878,6.1986,4.0878,6.3428,3.214,6.3428],\u0022text\u0022:\u0022Post-keynote\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.1348,6.1986,4.5158,6.1986,4.5158,6.3147,4.1348,6.3147],\u0022text\u0022:\u0022thank\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.5586,6.2333,4.7938,6.2333,4.7938,6.3428,4.5586,6.3428],\u0022text\u0022:\u0022you\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,6.4473,3.018,6.4473,3.018,6.5079,2.9586,6.5079],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,6.4473,3.018,6.4473,3.018,6.5079,2.9586,6.5079],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,6.4179,4.2093,6.4179,4.2093,6.5544,3.214,6.5544],\u0022text\u0022:\u0022Logo on poster\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,6.4179,3.5163,6.4179,3.5163,6.5544,3.214,6.5544],\u0022text\u0022:\u0022Logo\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.5686,6.445,3.7244,6.445,3.7244,6.5263,3.5686,6.5263],\u0022text\u0022:\u0022on\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.7888,6.4264,4.2093,6.4264,4.2093,6.5544,3.7888,6.5544],\u0022text\u0022:\u0022poster\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,6.6606,3.018,6.6606,3.018,6.7212,2.9586,6.7212],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,6.6606,3.018,6.6606,3.018,6.7212,2.9586,6.7212],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,6.6229,5.2314,6.6229,5.2314,6.7678,3.214,6.7678],\u0022text\u0022:\u0022Half page ad in program guide\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,6.6229,3.4739,6.6229,3.4739,6.7397,3.214,6.7397],\u0022text\u0022:\u0022Half\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.5224,6.6583,3.8326,6.6583,3.8326,6.7678,3.5224,6.7678],\u0022text\u0022:\u0022page\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.8843,6.6239,4.0315,6.6239,4.0315,6.7397,3.8843,6.7397],\u0022text\u0022:\u0022ad\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.0923,6.6289,4.195,6.6289,4.195,6.7387,4.0923,6.7387],\u0022text\u0022:\u0022in\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.2563,6.6583,4.8148,6.6583,4.8148,6.7678,4.2563,6.7678],\u0022text\u0022:\u0022program\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.8695,6.6239,5.2314,6.6239,5.2314,6.7678,4.8695,6.7678],\u0022text\u0022:\u0022guide\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0923,6.84,2.1362,6.84,2.1362,6.9778,1.0923,6.9778],\u0022text\u0022:\u0022Bronze Sponsor\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0923,6.8417,1.545,6.8417,1.545,6.9497,1.0923,6.9497],\u0022text\u0022:\u0022Bronze\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.5951,6.84,2.1362,6.84,2.1362,6.9778,1.5951,6.9778],\u0022text\u0022:\u0022Sponsor\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,6.879,3.018,6.879,3.018,6.9395,2.9586,6.9395],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,6.879,3.018,6.879,3.018,6.9395,2.9586,6.9395],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,6.8419,3.8726,6.8419,3.8726,6.958,3.214,6.958],\u0022text\u0022:\u0022Full booth\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,6.8419,3.4295,6.8419,3.4295,6.958,3.214,6.958],\u0022text\u0022:\u0022Full\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.492,6.8419,3.8726,6.8419,3.8726,6.958,3.492,6.958],\u0022text\u0022:\u0022booth\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[5.8328,6.8227,6.2829,6.8227,6.2829,6.9718,5.8328,6.9718],\u0022text\u0022:\u0022$1,000\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[5.8328,6.8227,6.2829,6.8227,6.2829,6.9718,5.8328,6.9718],\u0022text\u0022:\u0022$1,000\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,7.0923,3.018,7.0923,3.018,7.1529,2.9586,7.1529],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,7.0923,3.018,7.0923,3.018,7.1529,2.9586,7.1529],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,7.0629,4.2093,7.0629,4.2093,7.1994,3.214,7.1994],\u0022text\u0022:\u0022Logo on poster\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,7.0629,3.5163,7.0629,3.5163,7.1994,3.214,7.1994],\u0022text\u0022:\u0022Logo\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.5686,7.09,3.7244,7.09,3.7244,7.1713,3.5686,7.1713],\u0022text\u0022:\u0022on\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.7888,7.0714,4.2093,7.0714,4.2093,7.1994,3.7888,7.1994],\u0022text\u0022:\u0022poster\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,7.304,3.018,7.304,3.018,7.3645,2.9586,7.3645],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,7.304,3.018,7.304,3.018,7.3645,2.9586,7.3645],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.2082,7.2672,5.3419,7.2672,5.3419,7.4111,3.2082,7.4111],\u0022text\u0022:\u002250% discount on program guide\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.2082,7.2717,3.4817,7.2717,3.4817,7.3845,3.2082,7.3845],\u0022text\u0022:\u002250%\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.533,7.2672,4.1018,7.2672,4.1018,7.383,3.533,7.383],\u0022text\u0022:\u0022discount\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.1512,7.3017,4.307,7.3017,4.307,7.383,4.1512,7.383],\u0022text\u0022:\u0022on\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.3682,7.3017,4.9253,7.3017,4.9253,7.4111,4.3682,7.4111],\u0022text\u0022:\u0022program\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.981,7.2672,5.3419,7.2672,5.3419,7.4111,4.981,7.4111],\u0022text\u0022:\u0022guide\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.2075,7.4706,4.2429,7.4706,4.2429,7.5863,3.2075,7.5863],\u0022text\u0022:\u0022advertisements\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.2075,7.4706,4.2429,7.4706,4.2429,7.5863,3.2075,7.5863],\u0022text\u0022:\u0022advertisements\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0923,7.6819,1.7537,7.6819,1.7537,7.798,1.0923,7.798],\u0022text\u0022:\u0022Full Booth\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0923,7.6819,1.3079,7.6819,1.3079,7.798,1.0923,7.798],\u0022text\u0022:\u0022Full\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.3718,7.6819,1.7537,7.6819,1.7537,7.798,1.3718,7.798],\u0022text\u0022:\u0022Booth\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,7.7273,3.018,7.7273,3.018,7.7879,2.9586,7.7879],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,7.7273,3.018,7.7273,3.018,7.7879,2.9586,7.7879],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,7.6902,3.8726,7.6902,3.8726,7.8063,3.214,7.8063],\u0022text\u0022:\u0022Full booth\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,7.6902,3.4295,7.6902,3.4295,7.8063,3.214,7.8063],\u0022text\u0022:\u0022Full\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.492,7.6902,3.8726,7.6902,3.8726,7.8063,3.492,7.8063],\u0022text\u0022:\u0022booth\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[5.8328,7.6711,6.1586,7.6711,6.1586,7.8165,5.8328,7.8165],\u0022text\u0022:\u0022$600\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[5.8328,7.6711,6.1586,7.6711,6.1586,7.8165,5.8328,7.8165],\u0022text\u0022:\u0022$600\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,7.939,3.018,7.939,3.018,7.9995,2.9586,7.9995],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,7.939,3.018,7.939,3.018,7.9995,2.9586,7.9995],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.2082,7.9022,5.3419,7.9022,5.3419,8.0461,3.2082,8.0461],\u0022text\u0022:\u002250% discount on program guide\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.2082,7.9067,3.4817,7.9067,3.4817,8.0195,3.2082,8.0195],\u0022text\u0022:\u002250%\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.533,7.9022,4.1018,7.9022,4.1018,8.018,3.533,8.018],\u0022text\u0022:\u0022discount\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.1512,7.9367,4.307,7.9367,4.307,8.018,4.1512,8.018],\u0022text\u0022:\u0022on\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.3682,7.9367,4.9253,7.9367,4.9253,8.0461,4.3682,8.0461],\u0022text\u0022:\u0022program\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.981,7.9022,5.3419,7.9022,5.3419,8.0461,4.981,8.0461],\u0022text\u0022:\u0022guide\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.2075,8.1056,4.2429,8.1056,4.2429,8.2213,3.2075,8.2213],\u0022text\u0022:\u0022advertisements\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.2075,8.1056,4.2429,8.1056,4.2429,8.2213,3.2075,8.2213],\u0022text\u0022:\u0022advertisements\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0923,8.3162,1.7854,8.3162,1.7854,8.433,1.0923,8.433],\u0022text\u0022:\u0022Half Booth\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0923,8.3162,1.3522,8.3162,1.3522,8.433,1.0923,8.433],\u0022text\u0022:\u0022Half\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.4022,8.3169,1.7854,8.3169,1.7854,8.433,1.4022,8.433],\u0022text\u0022:\u0022Booth\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,8.3623,3.018,8.3623,3.018,8.4229,2.9586,8.4229],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,8.3623,3.018,8.3623,3.018,8.4229,2.9586,8.4229],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,8.3252,3.8726,8.3252,3.8726,8.4413,3.214,8.4413],\u0022text\u0022:\u0022Full booth\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,8.3252,3.4295,8.3252,3.4295,8.4413,3.214,8.4413],\u0022text\u0022:\u0022Full\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.492,8.3252,3.8726,8.3252,3.8726,8.4413,3.492,8.4413],\u0022text\u0022:\u0022booth\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[5.8328,8.3061,6.1586,8.3061,6.1586,8.4515,5.8328,8.4515],\u0022text\u0022:\u0022$350\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[5.8328,8.3061,6.1586,8.3061,6.1586,8.4515,5.8328,8.4515],\u0022text\u0022:\u0022$350\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,8.574,3.018,8.574,3.018,8.6345,2.9586,8.6345],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,8.574,3.018,8.574,3.018,8.6345,2.9586,8.6345],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.2093,8.5372,5.3419,8.5372,5.3419,8.6811,3.2093,8.6811],\u0022text\u0022:\u002225% discount on program guide\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.2093,8.5417,3.4817,8.5417,3.4817,8.6545,3.2093,8.6545],\u0022text\u0022:\u002225%\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.533,8.5372,4.1018,8.5372,4.1018,8.653,3.533,8.653],\u0022text\u0022:\u0022discount\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.1512,8.5717,4.307,8.5717,4.307,8.653,4.1512,8.653],\u0022text\u0022:\u0022on\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.3682,8.5717,4.9253,8.5717,4.9253,8.6811,4.3682,8.6811],\u0022text\u0022:\u0022program\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.981,8.5372,5.3419,8.5372,5.3419,8.6811,4.981,8.6811],\u0022text\u0022:\u0022guide\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.2075,8.7406,4.2429,8.7406,4.2429,8.8563,3.2075,8.8563],\u0022text\u0022:\u0022advertisements\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.2075,8.7406,4.2429,8.7406,4.2429,8.8563,3.2075,8.8563],\u0022text\u0022:\u0022advertisements\u0022,\u0022confidence\u0022:1}]}],\u0022selectionMarks\u0022:[{\u0022boundingBox\u0022:[0,10.2725,1.0372,10.2725,1.0372,10.9925,0,10.9925],\u0022confidence\u0022:0.69,\u0022state\u0022:\u0022unselected\u0022},{\u0022boundingBox\u0022:[0,10.6019,1.5095,10.6019,1.5095,10.9983,0,10.9983],\u0022confidence\u0022:0.69,\u0022state\u0022:\u0022unselected\u0022},{\u0022boundingBox\u0022:[2.9381,6.9634,3.0388,6.9634,3.0388,7.0736,2.9381,7.0736],\u0022confidence\u0022:0.553,\u0022state\u0022:\u0022unselected\u0022}]},{\u0022page\u0022:2,\u0022angle\u0022:0,\u0022width\u0022:8.5,\u0022height\u0022:11,\u0022unit\u0022:\u0022inch\u0022,\u0022lines\u0022:[{\u0022boundingBox\u0022:[6.1276,1.0667,7.4833,1.0667,7.4833,1.2403,6.1276,1.2403],\u0022text\u0022:\u0022Vendor #:121\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[6.1276,1.0667,6.8657,1.0667,6.8657,1.2403,6.1276,1.2403],\u0022text\u0022:\u0022Vendor\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.9307,1.0759,7.4833,1.0759,7.4833,1.2391,6.9307,1.2391],\u0022text\u0022:\u0022#:121\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0044,2.1771,2.35,2.1771,2.35,2.3315,1.0044,2.3315],\u0022text\u0022:\u0022Vendor Details:\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0044,2.1778,1.6496,2.1778,1.6496,2.3315,1.0044,2.3315],\u0022text\u0022:\u0022Vendor\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.7239,2.1771,2.35,2.1771,2.35,2.3315,1.7239,2.3315],\u0022text\u0022:\u0022Details:\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0065,2.7686,3.3477,2.7686,3.3477,2.9128,1.0065,2.9128],\u0022text\u0022:\u0022Company Name: Southridge Video\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0065,2.7749,1.651,2.7749,1.651,2.9126,1.0065,2.9126],\u0022text\u0022:\u0022Company\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.7019,2.7764,2.1376,2.7764,2.1376,2.885,1.7019,2.885],\u0022text\u0022:\u0022Name:\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.1925,2.7686,2.9184,2.7686,2.9184,2.9128,2.1925,2.9128],\u0022text\u0022:\u0022Southridge\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.9691,2.7689,3.3477,2.7689,3.3477,2.8847,2.9691,2.8847],\u0022text\u0022:\u0022Video\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0065,3.0986,3.5766,3.0986,3.5766,3.2428,1.0065,3.2428],\u0022text\u0022:\u0022Contact: Jamie@southridgevideo.com\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0065,3.1049,1.5706,3.1049,1.5706,3.215,1.0065,3.215],\u0022text\u0022:\u0022Contact:\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.6205,3.0986,3.5766,3.0986,3.5766,3.2428,1.6205,3.2428],\u0022text\u0022:\u0022Jamie@southridgevideo.com\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0115,3.4296,2.6542,3.4296,2.6542,3.5744,1.0115,3.5744],\u0022text\u0022:\u0022Preferred Package: Gold\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0115,3.4296,1.6499,3.4296,1.6499,3.5467,1.0115,3.5467],\u0022text\u0022:\u0022Preferred\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.7092,3.4302,2.2978,3.4302,2.2978,3.5744,1.7092,3.5744],\u0022text\u0022:\u0022Package:\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.3557,3.4302,2.6542,3.4302,2.6542,3.5463,2.3557,3.5463],\u0022text\u0022:\u0022Gold\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0052,3.7537,2.4783,3.7537,2.4783,3.9043,1.0052,3.9043],\u0022text\u0022:\u0022Special Requests: N/a\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0052,3.7602,1.475,3.7602,1.475,3.9043,1.0052,3.9043],\u0022text\u0022:\u0022Special\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.5342,3.7684,2.1899,3.7684,2.1899,3.9043,1.5342,3.9043],\u0022text\u0022:\u0022Requests:\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.254,3.7537,2.4783,3.7537,2.4783,3.8976,2.254,3.8976],\u0022text\u0022:\u0022N/a\u0022,\u0022confidence\u0022:1}]}],\u0022selectionMarks\u0022:[{\u0022boundingBox\u0022:[0.0024,9.869,1.0826,9.869,1.0826,10.9955,0.0024,10.9955],\u0022confidence\u0022:0.833,\u0022state\u0022:\u0022unselected\u0022},{\u0022boundingBox\u0022:[7.6562,1.0157,8.5,1.0157,8.5,2.8293,7.6562,2.8293],\u0022confidence\u0022:0.6,\u0022state\u0022:\u0022unselected\u0022},{\u0022boundingBox\u0022:[0.0008,10.4758,1.8164,10.4758,1.8164,10.9978,0.0008,10.9978],\u0022confidence\u0022:0.6,\u0022state\u0022:\u0022unselected\u0022}]}],\u0022pageResults\u0022:[{\u0022page\u0022:1,\u0022tables\u0022:[{\u0022rows\u0022:20,\u0022columns\u0022:3,\u0022cells\u0022:[{\u0022rowIndex\u0022:0,\u0022columnIndex\u0022:0,\u0022text\u0022:\u0022Package\u0022,\u0022boundingBox\u0022:[1.0033,4.6517,2.625,4.6517,2.625,4.8617,1.0033,4.8617],\u0022elements\u0022:[\u0022#/readResults/0/lines/10/words/0\u0022]},{\u0022rowIndex\u0022:0,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022Included\u0022,\u0022boundingBox\u0022:[2.625,4.6517,5.75,4.6517,5.75,4.8617,2.625,4.8617],\u0022elements\u0022:[\u0022#/readResults/0/lines/11/words/0\u0022]},{\u0022rowIndex\u0022:0,\u0022columnIndex\u0022:2,\u0022text\u0022:\u0022Price\u0022,\u0022boundingBox\u0022:[5.75,4.6517,7.4967,4.6517,7.4967,4.8617,5.75,4.8617],\u0022elements\u0022:[\u0022#/readResults/0/lines/12/words/0\u0022]},{\u0022rowIndex\u0022:1,\u0022columnIndex\u0022:0,\u0022text\u0022:\u0022Gold Sponsor\u0022,\u0022boundingBox\u0022:[1.0033,4.8617,2.625,4.8617,2.625,5.0833,1.0033,5.0833],\u0022elements\u0022:[\u0022#/readResults/0/lines/13/words/0\u0022,\u0022#/readResults/0/lines/13/words/1\u0022]},{\u0022rowIndex\u0022:1,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Full booth\u0022,\u0022boundingBox\u0022:[2.625,4.8617,5.75,4.8617,5.75,5.0833,2.625,5.0833],\u0022elements\u0022:[\u0022#/readResults/0/lines/14/words/0\u0022,\u0022#/readResults/0/lines/15/words/0\u0022,\u0022#/readResults/0/lines/15/words/1\u0022]},{\u0022rowIndex\u0022:1,\u0022columnIndex\u0022:2,\u0022text\u0022:\u0022$1,500\u0022,\u0022boundingBox\u0022:[5.75,4.8617,7.4967,4.8617,7.4967,5.0833,5.75,5.0833],\u0022elements\u0022:[\u0022#/readResults/0/lines/16/words/0\u0022]},{\u0022rowIndex\u0022:2,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Pre-keynote thank you\u0022,\u0022boundingBox\u0022:[2.625,5.0833,5.75,5.0833,5.75,5.3056,2.625,5.3056],\u0022elements\u0022:[\u0022#/readResults/0/lines/17/words/0\u0022,\u0022#/readResults/0/lines/18/words/0\u0022,\u0022#/readResults/0/lines/18/words/1\u0022,\u0022#/readResults/0/lines/18/words/2\u0022]},{\u0022rowIndex\u0022:3,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Logo on poster\u0022,\u0022boundingBox\u0022:[2.625,5.3056,5.75,5.3056,5.75,5.5139,2.625,5.5139],\u0022elements\u0022:[\u0022#/readResults/0/lines/19/words/0\u0022,\u0022#/readResults/0/lines/20/words/0\u0022,\u0022#/readResults/0/lines/20/words/1\u0022,\u0022#/readResults/0/lines/20/words/2\u0022]},{\u0022rowIndex\u0022:4,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Full page ad in program guide\u0022,\u0022boundingBox\u0022:[2.625,5.5139,5.75,5.5139,5.75,5.7361,2.625,5.7361],\u0022elements\u0022:[\u0022#/readResults/0/lines/21/words/0\u0022,\u0022#/readResults/0/lines/22/words/0\u0022,\u0022#/readResults/0/lines/22/words/1\u0022,\u0022#/readResults/0/lines/22/words/2\u0022,\u0022#/readResults/0/lines/22/words/3\u0022,\u0022#/readResults/0/lines/22/words/4\u0022,\u0022#/readResults/0/lines/22/words/5\u0022]},{\u0022rowIndex\u0022:5,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.625,5.7361,5.75,5.7361,5.75,5.93,2.625,5.93],\u0022elements\u0022:[\u0022#/readResults/0/lines/23/words/0\u0022]},{\u0022rowIndex\u0022:6,\u0022columnIndex\u0022:0,\u0022text\u0022:\u0022Silver Sponsor\u0022,\u0022boundingBox\u0022:[1.0033,5.93,2.625,5.93,2.625,6.1528,1.0033,6.1528],\u0022elements\u0022:[\u0022#/readResults/0/lines/24/words/0\u0022,\u0022#/readResults/0/lines/24/words/1\u0022]},{\u0022rowIndex\u0022:6,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Full booth\u0022,\u0022boundingBox\u0022:[2.625,5.93,5.75,5.93,5.75,6.1528,2.625,6.1528],\u0022elements\u0022:[\u0022#/readResults/0/lines/25/words/0\u0022,\u0022#/readResults/0/lines/26/words/0\u0022,\u0022#/readResults/0/lines/26/words/1\u0022]},{\u0022rowIndex\u0022:6,\u0022columnIndex\u0022:2,\u0022text\u0022:\u0022$1,200\u0022,\u0022boundingBox\u0022:[5.75,5.93,7.4967,5.93,7.4967,6.1528,5.75,6.1528],\u0022elements\u0022:[\u0022#/readResults/0/lines/27/words/0\u0022]},{\u0022rowIndex\u0022:7,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Post-keynote thank you\u0022,\u0022boundingBox\u0022:[2.625,6.1528,5.75,6.1528,5.75,6.375,2.625,6.375],\u0022elements\u0022:[\u0022#/readResults/0/lines/28/words/0\u0022,\u0022#/readResults/0/lines/29/words/0\u0022,\u0022#/readResults/0/lines/29/words/1\u0022,\u0022#/readResults/0/lines/29/words/2\u0022]},{\u0022rowIndex\u0022:8,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Logo on poster\u0022,\u0022boundingBox\u0022:[2.625,6.375,5.75,6.375,5.75,6.5833,2.625,6.5833],\u0022elements\u0022:[\u0022#/readResults/0/lines/30/words/0\u0022,\u0022#/readResults/0/lines/31/words/0\u0022,\u0022#/readResults/0/lines/31/words/1\u0022,\u0022#/readResults/0/lines/31/words/2\u0022]},{\u0022rowIndex\u0022:9,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Half page ad in program guide\u0022,\u0022boundingBox\u0022:[2.625,6.5833,5.75,6.5833,5.75,6.7867,2.625,6.7867],\u0022elements\u0022:[\u0022#/readResults/0/lines/32/words/0\u0022,\u0022#/readResults/0/lines/33/words/0\u0022,\u0022#/readResults/0/lines/33/words/1\u0022,\u0022#/readResults/0/lines/33/words/2\u0022,\u0022#/readResults/0/lines/33/words/3\u0022,\u0022#/readResults/0/lines/33/words/4\u0022,\u0022#/readResults/0/lines/33/words/5\u0022]},{\u0022rowIndex\u0022:10,\u0022columnIndex\u0022:0,\u0022text\u0022:\u0022Bronze Sponsor\u0022,\u0022boundingBox\u0022:[1.0033,6.7867,2.625,6.7867,2.625,7.0139,1.0033,7.0139],\u0022elements\u0022:[\u0022#/readResults/0/lines/34/words/0\u0022,\u0022#/readResults/0/lines/34/words/1\u0022]},{\u0022rowIndex\u0022:10,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Full booth\u0022,\u0022boundingBox\u0022:[2.625,6.7867,5.75,6.7867,5.75,7.0139,2.625,7.0139],\u0022elements\u0022:[\u0022#/readResults/0/lines/35/words/0\u0022,\u0022#/readResults/0/lines/36/words/0\u0022,\u0022#/readResults/0/lines/36/words/1\u0022]},{\u0022rowIndex\u0022:10,\u0022columnIndex\u0022:2,\u0022text\u0022:\u0022$1,000\u0022,\u0022boundingBox\u0022:[5.75,6.7867,7.4967,6.7867,7.4967,7.0139,5.75,7.0139],\u0022elements\u0022:[\u0022#/readResults/0/lines/37/words/0\u0022]},{\u0022rowIndex\u0022:11,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Logo on poster\u0022,\u0022boundingBox\u0022:[2.625,7.0139,5.75,7.0139,5.75,7.2222,2.625,7.2222],\u0022elements\u0022:[\u0022#/readResults/0/lines/38/words/0\u0022,\u0022#/readResults/0/lines/39/words/0\u0022,\u0022#/readResults/0/lines/39/words/1\u0022,\u0022#/readResults/0/lines/39/words/2\u0022]},{\u0022rowIndex\u0022:12,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 50% discount on program guide\u0022,\u0022boundingBox\u0022:[2.625,7.2222,5.75,7.2222,5.75,7.4306,2.625,7.4306],\u0022elements\u0022:[\u0022#/readResults/0/lines/40/words/0\u0022,\u0022#/readResults/0/lines/41/words/0\u0022,\u0022#/readResults/0/lines/41/words/1\u0022,\u0022#/readResults/0/lines/41/words/2\u0022,\u0022#/readResults/0/lines/41/words/3\u0022,\u0022#/readResults/0/lines/41/words/4\u0022]},{\u0022rowIndex\u0022:13,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022advertisements\u0022,\u0022boundingBox\u0022:[2.625,7.4306,5.75,7.4306,5.75,7.635,2.625,7.635],\u0022elements\u0022:[\u0022#/readResults/0/lines/42/words/0\u0022]},{\u0022rowIndex\u0022:14,\u0022columnIndex\u0022:0,\u0022text\u0022:\u0022Full Booth\u0022,\u0022boundingBox\u0022:[1.0033,7.635,2.625,7.635,2.625,7.8611,1.0033,7.8611],\u0022elements\u0022:[\u0022#/readResults/0/lines/43/words/0\u0022,\u0022#/readResults/0/lines/43/words/1\u0022]},{\u0022rowIndex\u0022:14,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Full booth\u0022,\u0022boundingBox\u0022:[2.625,7.635,5.75,7.635,5.75,7.8611,2.625,7.8611],\u0022elements\u0022:[\u0022#/readResults/0/lines/44/words/0\u0022,\u0022#/readResults/0/lines/45/words/0\u0022,\u0022#/readResults/0/lines/45/words/1\u0022]},{\u0022rowIndex\u0022:14,\u0022columnIndex\u0022:2,\u0022text\u0022:\u0022$600\u0022,\u0022boundingBox\u0022:[5.75,7.635,7.4967,7.635,7.4967,7.8611,5.75,7.8611],\u0022elements\u0022:[\u0022#/readResults/0/lines/46/words/0\u0022]},{\u0022rowIndex\u0022:15,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 50% discount on program guide\u0022,\u0022boundingBox\u0022:[2.625,7.8611,5.75,7.8611,5.75,8.0694,2.625,8.0694],\u0022elements\u0022:[\u0022#/readResults/0/lines/47/words/0\u0022,\u0022#/readResults/0/lines/48/words/0\u0022,\u0022#/readResults/0/lines/48/words/1\u0022,\u0022#/readResults/0/lines/48/words/2\u0022,\u0022#/readResults/0/lines/48/words/3\u0022,\u0022#/readResults/0/lines/48/words/4\u0022]},{\u0022rowIndex\u0022:16,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022advertisements\u0022,\u0022boundingBox\u0022:[2.625,8.0694,5.75,8.0694,5.75,8.27,2.625,8.27],\u0022elements\u0022:[\u0022#/readResults/0/lines/49/words/0\u0022]},{\u0022rowIndex\u0022:17,\u0022columnIndex\u0022:0,\u0022text\u0022:\u0022Half Booth\u0022,\u0022boundingBox\u0022:[1.0033,8.27,2.625,8.27,2.625,8.4861,1.0033,8.4861],\u0022elements\u0022:[\u0022#/readResults/0/lines/50/words/0\u0022,\u0022#/readResults/0/lines/50/words/1\u0022]},{\u0022rowIndex\u0022:17,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Full booth\u0022,\u0022boundingBox\u0022:[2.625,8.27,5.75,8.27,5.75,8.4861,2.625,8.4861],\u0022elements\u0022:[\u0022#/readResults/0/lines/51/words/0\u0022,\u0022#/readResults/0/lines/52/words/0\u0022,\u0022#/readResults/0/lines/52/words/1\u0022]},{\u0022rowIndex\u0022:17,\u0022columnIndex\u0022:2,\u0022text\u0022:\u0022$350\u0022,\u0022boundingBox\u0022:[5.75,8.27,7.4967,8.27,7.4967,8.4861,5.75,8.4861],\u0022elements\u0022:[\u0022#/readResults/0/lines/53/words/0\u0022]},{\u0022rowIndex\u0022:18,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 25% discount on program guide\u0022,\u0022boundingBox\u0022:[2.625,8.4861,5.75,8.4861,5.75,8.7083,2.625,8.7083],\u0022elements\u0022:[\u0022#/readResults/0/lines/54/words/0\u0022,\u0022#/readResults/0/lines/55/words/0\u0022,\u0022#/readResults/0/lines/55/words/1\u0022,\u0022#/readResults/0/lines/55/words/2\u0022,\u0022#/readResults/0/lines/55/words/3\u0022,\u0022#/readResults/0/lines/55/words/4\u0022]},{\u0022rowIndex\u0022:19,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022advertisements\u0022,\u0022boundingBox\u0022:[2.625,8.7083,5.75,8.7083,5.75,8.905,2.625,8.905],\u0022elements\u0022:[\u0022#/readResults/0/lines/56/words/0\u0022]}]}]},{\u0022page\u0022:2,\u0022tables\u0022:[]}]}}" + "ResponseBody": "{\u0022status\u0022:\u0022succeeded\u0022,\u0022createdDateTime\u0022:\u00222020-10-30T12:57:53Z\u0022,\u0022lastUpdatedDateTime\u0022:\u00222020-10-30T12:57:58Z\u0022,\u0022analyzeResult\u0022:{\u0022version\u0022:\u00222.1.0\u0022,\u0022readResults\u0022:[{\u0022page\u0022:1,\u0022angle\u0022:0,\u0022width\u0022:8.5,\u0022height\u0022:11,\u0022unit\u0022:\u0022inch\u0022,\u0022lines\u0022:[{\u0022boundingBox\u0022:[6.1276,1.0667,7.4833,1.0667,7.4833,1.2403,6.1276,1.2403],\u0022text\u0022:\u0022Vendor #:121\u0022,\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}},\u0022words\u0022:[{\u0022boundingBox\u0022:[6.1276,1.0667,6.8657,1.0667,6.8657,1.2403,6.1276,1.2403],\u0022text\u0022:\u0022Vendor\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.9307,1.0759,7.4833,1.0759,7.4833,1.2391,6.9307,1.2391],\u0022text\u0022:\u0022#:121\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.2268,1.5733,6.2379,1.5733,6.2379,2.005,2.2268,2.005],\u0022text\u0022:\u0022Vendor Registration\u0022,\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}},\u0022words\u0022:[{\u0022boundingBox\u0022:[2.2268,1.5733,3.703,1.5733,3.703,1.9207,2.2268,1.9207],\u0022text\u0022:\u0022Vendor\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.8661,1.5883,6.2379,1.5883,6.2379,2.005,3.8661,2.005],\u0022text\u0022:\u0022Registration\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0078,2.5846,7.0776,2.5846,7.0776,2.7293,1.0078,2.7293],\u0022text\u0022:\u0022Contoso Ltd. Conference will be held on May 28-29, 2020 at the Elm Conference Center in\u0022,\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}},\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0078,2.5919,1.5548,2.5919,1.5548,2.7013,1.0078,2.7013],\u0022text\u0022:\u0022Contoso\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.6125,2.5856,1.843,2.5856,1.843,2.7013,1.6125,2.7013],\u0022text\u0022:\u0022Ltd.\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.8996,2.5846,2.6636,2.5846,2.6636,2.7013,1.8996,2.7013],\u0022text\u0022:\u0022Conference\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.7122,2.5852,2.9307,2.5852,2.9307,2.7003,2.7122,2.7003],\u0022text\u0022:\u0022will\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.9922,2.5852,3.1419,2.5852,3.1419,2.7013,2.9922,2.7013],\u0022text\u0022:\u0022be\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.1987,2.5852,3.4704,2.5852,3.4704,2.7013,3.1987,2.7013],\u0022text\u0022:\u0022held\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.53,2.62,3.6846,2.62,3.6846,2.7013,3.53,2.7013],\u0022text\u0022:\u0022on\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.7498,2.5934,4.0422,2.5934,4.0422,2.7293,3.7498,2.7293],\u0022text\u0022:\u0022May\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.0877,2.5914,4.5042,2.5914,4.5042,2.7236,4.0877,2.7236],\u0022text\u0022:\u002228-29,\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.5586,2.5914,4.884,2.5914,4.884,2.7017,4.5586,2.7017],\u0022text\u0022:\u00222020\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.9351,2.6014,5.0577,2.6014,5.0577,2.7013,4.9351,2.7013],\u0022text\u0022:\u0022at\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[5.1033,2.5852,5.3202,2.5852,5.3202,2.7013,5.1033,2.7013],\u0022text\u0022:\u0022the\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[5.3787,2.5852,5.6051,2.5852,5.6051,2.7003,5.3787,2.7003],\u0022text\u0022:\u0022Elm\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[5.6624,2.5846,6.4263,2.5846,6.4263,2.7013,5.6624,2.7013],\u0022text\u0022:\u0022Conference\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.4796,2.5919,6.9234,2.5919,6.9234,2.7013,6.4796,2.7013],\u0022text\u0022:\u0022Center\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.9765,2.5905,7.0776,2.5905,7.0776,2.7003,6.9765,2.7003],\u0022text\u0022:\u0022in\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.014,2.8029,7.3457,2.8029,7.3457,2.9478,1.014,2.9478],\u0022text\u0022:\u0022Maple City, Massachusetts. The conference has sold out of its 1,500 tickets, with a 400 person\u0022,\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}},\u0022words\u0022:[{\u0022boundingBox\u0022:[1.014,2.8036,1.4242,2.8036,1.4242,2.9478,1.014,2.9478],\u0022text\u0022:\u0022Maple\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.4763,2.8089,1.7576,2.8089,1.7576,2.9478,1.4763,2.9478],\u0022text\u0022:\u0022City,\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.8195,2.8036,2.8383,2.8036,2.8383,2.9197,1.8195,2.9197],\u0022text\u0022:\u0022Massachusetts.\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.8883,2.8036,3.1326,2.8036,3.1326,2.9197,2.8883,2.9197],\u0022text\u0022:\u0022The\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.1842,2.8029,3.9301,2.8029,3.9301,2.9197,3.1842,2.9197],\u0022text\u0022:\u0022conference\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.9871,2.8036,4.2019,2.8036,4.2019,2.9197,3.9871,2.9197],\u0022text\u0022:\u0022has\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.2529,2.8036,4.5104,2.8036,4.5104,2.9197,4.2529,2.9197],\u0022text\u0022:\u0022sold\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.5701,2.8197,4.7871,2.8197,4.7871,2.9197,4.5701,2.9197],\u0022text\u0022:\u0022out\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.8373,2.8029,4.9701,2.8029,4.9701,2.9197,4.8373,2.9197],\u0022text\u0022:\u0022of\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[5.0169,2.8089,5.1601,2.8089,5.1601,2.9197,5.0169,2.9197],\u0022text\u0022:\u0022its\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[5.2167,2.81,5.5766,2.81,5.5766,2.9418,5.2167,2.9418],\u0022text\u0022:\u00221,500\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[5.6227,2.8036,6.0928,2.8036,6.0928,2.9418,5.6227,2.9418],\u0022text\u0022:\u0022tickets,\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.1461,2.8036,6.4308,2.8036,6.4308,2.9195,6.1461,2.9195],\u0022text\u0022:\u0022with\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.488,2.8383,6.548,2.8383,6.548,2.9197,6.488,2.9197],\u0022text\u0022:\u0022a\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.6016,2.81,6.8449,2.81,6.8449,2.9197,6.6016,2.9197],\u0022text\u0022:\u0022400\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.8998,2.8383,7.3457,2.8383,7.3457,2.9478,6.8998,2.9478],\u0022text\u0022:\u0022person\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0043,3.0229,7.2482,3.0229,7.2482,3.1678,1.0043,3.1678],\u0022text\u0022:\u0022waitlist. Vendor applications are being accepted through Feb 28, 2020. Please fill in the form\u0022,\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}},\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0043,3.0236,1.5194,3.0236,1.5194,3.1397,1.0043,3.1397],\u0022text\u0022:\u0022waitlist.\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.5733,3.0239,2.0654,3.0239,2.0654,3.1397,1.5733,3.1397],\u0022text\u0022:\u0022Vendor\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.1132,3.0236,2.9143,3.0236,2.9143,3.1678,2.1132,3.1678],\u0022text\u0022:\u0022applications\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.9675,3.0583,3.1726,3.0583,3.1726,3.1397,2.9675,3.1397],\u0022text\u0022:\u0022are\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.2306,3.0236,3.5889,3.0236,3.5889,3.1678,3.2306,3.1678],\u0022text\u0022:\u0022being\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.6388,3.0239,4.2336,3.0239,4.2336,3.1678,3.6388,3.1678],\u0022text\u0022:\u0022accepted\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.2862,3.0236,4.8127,3.0236,4.8127,3.1678,4.2862,3.1678],\u0022text\u0022:\u0022through\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.8815,3.0236,5.1133,3.0236,5.1133,3.14,4.8815,3.14],\u0022text\u0022:\u0022Feb\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[5.163,3.0297,5.361,3.0297,5.361,3.162,5.163,3.162],\u0022text\u0022:\u002228,\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[5.413,3.0297,5.7774,3.0297,5.7774,3.14,5.413,3.14],\u0022text\u0022:\u00222020.\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[5.8406,3.0236,6.2537,3.0236,6.2537,3.1397,5.8406,3.1397],\u0022text\u0022:\u0022Please\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.3022,3.0229,6.4539,3.0229,6.4539,3.1387,6.3022,3.1387],\u0022text\u0022:\u0022fill\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.5131,3.0289,6.6158,3.0289,6.6158,3.1387,6.5131,3.1387],\u0022text\u0022:\u0022in\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.6673,3.0236,6.8842,3.0236,6.8842,3.1397,6.6673,3.1397],\u0022text\u0022:\u0022the\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.9317,3.0229,7.2482,3.0229,7.2482,3.1397,6.9317,3.1397],\u0022text\u0022:\u0022form\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0125,3.2436,3.6599,3.2436,3.6599,3.3818,1.0125,3.3818],\u0022text\u0022:\u0022below, and attach a check made out to:\u0022,\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}},\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0125,3.2436,1.4459,3.2436,1.4459,3.3818,1.0125,3.3818],\u0022text\u0022:\u0022below,\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.5024,3.2439,1.7371,3.2439,1.7371,3.3597,1.5024,3.3597],\u0022text\u0022:\u0022and\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.7968,3.2436,2.2047,3.2436,2.2047,3.3597,1.7968,3.3597],\u0022text\u0022:\u0022attach\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.2619,3.2783,2.3219,3.2783,2.3219,3.3597,2.2619,3.3597],\u0022text\u0022:\u0022a\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.379,3.2436,2.7529,3.2436,2.7529,3.3597,2.379,3.3597],\u0022text\u0022:\u0022check\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.8076,3.2439,3.17,3.2439,3.17,3.3597,2.8076,3.3597],\u0022text\u0022:\u0022made\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.2251,3.2597,3.4421,3.2597,3.4421,3.3597,3.2251,3.3597],\u0022text\u0022:\u0022out\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.4869,3.2597,3.6599,3.2597,3.6599,3.3597,3.4869,3.3597],\u0022text\u0022:\u0022to:\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0078,3.5739,1.843,3.5739,1.843,3.6897,1.0078,3.6897],\u0022text\u0022:\u0022Contoso Ltd.\u0022,\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}},\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0078,3.5802,1.5548,3.5802,1.5548,3.6897,1.0078,3.6897],\u0022text\u0022:\u0022Contoso\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.6125,3.5739,1.843,3.5739,1.843,3.6897,1.6125,3.6897],\u0022text\u0022:\u0022Ltd.\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0093,3.7939,2.3768,3.7939,2.3768,3.9378,1.0093,3.9378],\u0022text\u0022:\u00222345 Dogwood Lane\u0022,\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}},\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0093,3.8,1.3297,3.8,1.3297,3.9097,1.0093,3.9097],\u0022text\u0022:\u00222345\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.3899,3.7939,2.0149,3.7939,2.0149,3.9378,1.3899,3.9378],\u0022text\u0022:\u0022Dogwood\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.0788,3.8012,2.3768,3.8012,2.3768,3.9097,2.0788,3.9097],\u0022text\u0022:\u0022Lane\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.014,4.0136,2.3377,4.0136,2.3377,4.1518,1.014,4.1518],\u0022text\u0022:\u0022Birch, Kansas 98123\u0022,\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}},\u0022words\u0022:[{\u0022boundingBox\u0022:[1.014,4.0136,1.3745,4.0136,1.3745,4.1518,1.014,4.1518],\u0022text\u0022:\u0022Birch,\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.4375,4.0212,1.8819,4.0212,1.8819,4.1297,1.4375,4.1297],\u0022text\u0022:\u0022Kansas\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.9318,4.02,2.3377,4.02,2.3377,4.1297,1.9318,4.1297],\u0022text\u0022:\u002298123\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0204,4.4248,1.5303,4.4248,1.5303,4.5682,1.0204,4.5682],\u0022text\u0022:\u0022Rates:\u0022,\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}},\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0204,4.4248,1.5303,4.4248,1.5303,4.5682,1.0204,4.5682],\u0022text\u0022:\u0022Rates:\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0923,4.6986,1.6232,4.6986,1.6232,4.8428,1.0923,4.8428],\u0022text\u0022:\u0022Package\u0022,\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}},\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0923,4.6986,1.6232,4.6986,1.6232,4.8428,1.0923,4.8428],\u0022text\u0022:\u0022Package\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.713,4.6986,3.2707,4.6986,3.2707,4.8147,2.713,4.8147],\u0022text\u0022:\u0022Included\u0022,\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}},\u0022words\u0022:[{\u0022boundingBox\u0022:[2.713,4.6986,3.2707,4.6986,3.2707,4.8147,2.713,4.8147],\u0022text\u0022:\u0022Included\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[5.838,4.7039,6.1513,4.7039,6.1513,4.8147,5.838,4.8147],\u0022text\u0022:\u0022Price\u0022,\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}},\u0022words\u0022:[{\u0022boundingBox\u0022:[5.838,4.7039,6.1513,4.7039,6.1513,4.8147,5.838,4.8147],\u0022text\u0022:\u0022Price\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0857,4.9086,1.9831,4.9086,1.9831,5.0528,1.0857,5.0528],\u0022text\u0022:\u0022Gold Sponsor\u0022,\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}},\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0857,4.9086,1.3842,4.9086,1.3842,5.0247,1.0857,5.0247],\u0022text\u0022:\u0022Gold\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.4423,4.915,1.9831,4.915,1.9831,5.0528,1.4423,5.0528],\u0022text\u0022:\u0022Sponsor\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,4.954,3.018,4.954,3.018,5.0145,2.9586,5.0145],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}},\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,4.954,3.018,4.954,3.018,5.0145,2.9586,5.0145],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,4.9169,3.8726,4.9169,3.8726,5.033,3.214,5.033],\u0022text\u0022:\u0022Full booth\u0022,\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}},\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,4.9169,3.4295,4.9169,3.4295,5.033,3.214,5.033],\u0022text\u0022:\u0022Full\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.492,4.9169,3.8726,4.9169,3.8726,5.033,3.492,5.033],\u0022text\u0022:\u0022booth\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[5.8328,4.8977,6.2829,4.8977,6.2829,5.0468,5.8328,5.0468],\u0022text\u0022:\u0022$1,500\u0022,\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}},\u0022words\u0022:[{\u0022boundingBox\u0022:[5.8328,4.8977,6.2829,4.8977,6.2829,5.0468,5.8328,5.0468],\u0022text\u0022:\u0022$1,500\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,5.1673,3.018,5.1673,3.018,5.2279,2.9586,5.2279],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}},\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,5.1673,3.018,5.1673,3.018,5.2279,2.9586,5.2279],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,5.1302,4.7267,5.1302,4.7267,5.2744,3.214,5.2744],\u0022text\u0022:\u0022Pre-keynote thank you\u0022,\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}},\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,5.1302,4.0183,5.1302,4.0183,5.2744,3.214,5.2744],\u0022text\u0022:\u0022Pre-keynote\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.0665,5.1302,4.4475,5.1302,4.4475,5.2463,4.0665,5.2463],\u0022text\u0022:\u0022thank\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.4903,5.165,4.7267,5.165,4.7267,5.2744,4.4903,5.2744],\u0022text\u0022:\u0022you\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,5.379,3.018,5.379,3.018,5.4395,2.9586,5.4395],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}},\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,5.379,3.018,5.379,3.018,5.4395,2.9586,5.4395],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,5.3495,4.2093,5.3495,4.2093,5.4861,3.214,5.4861],\u0022text\u0022:\u0022Logo on poster\u0022,\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}},\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,5.3495,3.5163,5.3495,3.5163,5.4861,3.214,5.4861],\u0022text\u0022:\u0022Logo\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.5686,5.3767,3.7244,5.3767,3.7244,5.458,3.5686,5.458],\u0022text\u0022:\u0022on\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.7888,5.358,4.2093,5.358,4.2093,5.4861,3.7888,5.4861],\u0022text\u0022:\u0022poster\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,5.5923,3.018,5.5923,3.018,5.6529,2.9586,5.6529],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}},\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,5.5923,3.018,5.5923,3.018,5.6529,2.9586,5.6529],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,5.5552,5.201,5.5552,5.201,5.6994,3.214,5.6994],\u0022text\u0022:\u0022Full page ad in program guide\u0022,\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}},\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,5.5552,3.4295,5.5552,3.4295,5.6713,3.214,5.6713],\u0022text\u0022:\u0022Full\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.492,5.59,3.7989,5.59,3.7989,5.6994,3.492,5.6994],\u0022text\u0022:\u0022page\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.8519,5.5556,3.9991,5.5556,3.9991,5.6713,3.8519,5.6713],\u0022text\u0022:\u0022ad\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.0599,5.5605,4.1626,5.5605,4.1626,5.6703,4.0599,5.6703],\u0022text\u0022:\u0022in\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.2248,5.59,4.7839,5.59,4.7839,5.6994,4.2248,5.6994],\u0022text\u0022:\u0022program\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.8367,5.5556,5.201,5.5556,5.201,5.6994,4.8367,5.6994],\u0022text\u0022:\u0022guide\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,5.804,3.018,5.804,3.018,5.8645,2.9586,5.8645],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}},\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,5.804,3.018,5.804,3.018,5.8645,2.9586,5.8645],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0842,5.9786,2.0339,5.9786,2.0339,6.1228,1.0842,6.1228],\u0022text\u0022:\u0022Silver Sponsor\u0022,\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}},\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0842,5.9786,1.4443,5.9786,1.4443,6.0947,1.0842,6.0947],\u0022text\u0022:\u0022Silver\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.4904,5.985,2.0339,5.985,2.0339,6.1228,1.4904,6.1228],\u0022text\u0022:\u0022Sponsor\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,6.024,3.018,6.024,3.018,6.0845,2.9586,6.0845],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}},\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,6.024,3.018,6.024,3.018,6.0845,2.9586,6.0845],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,5.9869,3.8726,5.9869,3.8726,6.103,3.214,6.103],\u0022text\u0022:\u0022Full booth\u0022,\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}},\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,5.9869,3.4295,5.9869,3.4295,6.103,3.214,6.103],\u0022text\u0022:\u0022Full\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.492,5.9869,3.8726,5.9869,3.8726,6.103,3.492,6.103],\u0022text\u0022:\u0022booth\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[5.8328,5.9677,6.2829,5.9677,6.2829,6.1168,5.8328,6.1168],\u0022text\u0022:\u0022$1,200\u0022,\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}},\u0022words\u0022:[{\u0022boundingBox\u0022:[5.8328,5.9677,6.2829,5.9677,6.2829,6.1168,5.8328,6.1168],\u0022text\u0022:\u0022$1,200\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,6.2356,3.018,6.2356,3.018,6.2962,2.9586,6.2962],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}},\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,6.2356,3.018,6.2356,3.018,6.2962,2.9586,6.2962],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,6.1986,4.7938,6.1986,4.7938,6.3428,3.214,6.3428],\u0022text\u0022:\u0022Post-keynote thank you\u0022,\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}},\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,6.1986,4.0878,6.1986,4.0878,6.3428,3.214,6.3428],\u0022text\u0022:\u0022Post-keynote\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.1348,6.1986,4.5158,6.1986,4.5158,6.3147,4.1348,6.3147],\u0022text\u0022:\u0022thank\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.5586,6.2333,4.7938,6.2333,4.7938,6.3428,4.5586,6.3428],\u0022text\u0022:\u0022you\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,6.4473,3.018,6.4473,3.018,6.5079,2.9586,6.5079],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}},\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,6.4473,3.018,6.4473,3.018,6.5079,2.9586,6.5079],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,6.4179,4.2093,6.4179,4.2093,6.5544,3.214,6.5544],\u0022text\u0022:\u0022Logo on poster\u0022,\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}},\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,6.4179,3.5163,6.4179,3.5163,6.5544,3.214,6.5544],\u0022text\u0022:\u0022Logo\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.5686,6.445,3.7244,6.445,3.7244,6.5263,3.5686,6.5263],\u0022text\u0022:\u0022on\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.7888,6.4264,4.2093,6.4264,4.2093,6.5544,3.7888,6.5544],\u0022text\u0022:\u0022poster\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,6.6606,3.018,6.6606,3.018,6.7212,2.9586,6.7212],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}},\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,6.6606,3.018,6.6606,3.018,6.7212,2.9586,6.7212],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,6.6229,5.2314,6.6229,5.2314,6.7678,3.214,6.7678],\u0022text\u0022:\u0022Half page ad in program guide\u0022,\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}},\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,6.6229,3.4739,6.6229,3.4739,6.7397,3.214,6.7397],\u0022text\u0022:\u0022Half\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.5224,6.6583,3.8326,6.6583,3.8326,6.7678,3.5224,6.7678],\u0022text\u0022:\u0022page\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.8843,6.6239,4.0315,6.6239,4.0315,6.7397,3.8843,6.7397],\u0022text\u0022:\u0022ad\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.0923,6.6289,4.195,6.6289,4.195,6.7387,4.0923,6.7387],\u0022text\u0022:\u0022in\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.2563,6.6583,4.8148,6.6583,4.8148,6.7678,4.2563,6.7678],\u0022text\u0022:\u0022program\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.8695,6.6239,5.2314,6.6239,5.2314,6.7678,4.8695,6.7678],\u0022text\u0022:\u0022guide\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0923,6.84,2.1362,6.84,2.1362,6.9778,1.0923,6.9778],\u0022text\u0022:\u0022Bronze Sponsor\u0022,\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}},\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0923,6.8417,1.545,6.8417,1.545,6.9497,1.0923,6.9497],\u0022text\u0022:\u0022Bronze\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.5951,6.84,2.1362,6.84,2.1362,6.9778,1.5951,6.9778],\u0022text\u0022:\u0022Sponsor\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,6.879,3.018,6.879,3.018,6.9395,2.9586,6.9395],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}},\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,6.879,3.018,6.879,3.018,6.9395,2.9586,6.9395],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,6.8419,3.8726,6.8419,3.8726,6.958,3.214,6.958],\u0022text\u0022:\u0022Full booth\u0022,\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}},\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,6.8419,3.4295,6.8419,3.4295,6.958,3.214,6.958],\u0022text\u0022:\u0022Full\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.492,6.8419,3.8726,6.8419,3.8726,6.958,3.492,6.958],\u0022text\u0022:\u0022booth\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[5.8328,6.8227,6.2829,6.8227,6.2829,6.9718,5.8328,6.9718],\u0022text\u0022:\u0022$1,000\u0022,\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}},\u0022words\u0022:[{\u0022boundingBox\u0022:[5.8328,6.8227,6.2829,6.8227,6.2829,6.9718,5.8328,6.9718],\u0022text\u0022:\u0022$1,000\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,7.0923,3.018,7.0923,3.018,7.1529,2.9586,7.1529],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}},\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,7.0923,3.018,7.0923,3.018,7.1529,2.9586,7.1529],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,7.0629,4.2093,7.0629,4.2093,7.1994,3.214,7.1994],\u0022text\u0022:\u0022Logo on poster\u0022,\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}},\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,7.0629,3.5163,7.0629,3.5163,7.1994,3.214,7.1994],\u0022text\u0022:\u0022Logo\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.5686,7.09,3.7244,7.09,3.7244,7.1713,3.5686,7.1713],\u0022text\u0022:\u0022on\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.7888,7.0714,4.2093,7.0714,4.2093,7.1994,3.7888,7.1994],\u0022text\u0022:\u0022poster\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,7.304,3.018,7.304,3.018,7.3645,2.9586,7.3645],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}},\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,7.304,3.018,7.304,3.018,7.3645,2.9586,7.3645],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.2082,7.2672,5.3419,7.2672,5.3419,7.4111,3.2082,7.4111],\u0022text\u0022:\u002250% discount on program guide\u0022,\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}},\u0022words\u0022:[{\u0022boundingBox\u0022:[3.2082,7.2717,3.4817,7.2717,3.4817,7.3845,3.2082,7.3845],\u0022text\u0022:\u002250%\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.533,7.2672,4.1018,7.2672,4.1018,7.383,3.533,7.383],\u0022text\u0022:\u0022discount\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.1512,7.3017,4.307,7.3017,4.307,7.383,4.1512,7.383],\u0022text\u0022:\u0022on\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.3682,7.3017,4.9253,7.3017,4.9253,7.4111,4.3682,7.4111],\u0022text\u0022:\u0022program\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.981,7.2672,5.3419,7.2672,5.3419,7.4111,4.981,7.4111],\u0022text\u0022:\u0022guide\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.2075,7.4706,4.2429,7.4706,4.2429,7.5863,3.2075,7.5863],\u0022text\u0022:\u0022advertisements\u0022,\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}},\u0022words\u0022:[{\u0022boundingBox\u0022:[3.2075,7.4706,4.2429,7.4706,4.2429,7.5863,3.2075,7.5863],\u0022text\u0022:\u0022advertisements\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0923,7.6819,1.7537,7.6819,1.7537,7.798,1.0923,7.798],\u0022text\u0022:\u0022Full Booth\u0022,\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}},\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0923,7.6819,1.3079,7.6819,1.3079,7.798,1.0923,7.798],\u0022text\u0022:\u0022Full\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.3718,7.6819,1.7537,7.6819,1.7537,7.798,1.3718,7.798],\u0022text\u0022:\u0022Booth\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,7.7273,3.018,7.7273,3.018,7.7879,2.9586,7.7879],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}},\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,7.7273,3.018,7.7273,3.018,7.7879,2.9586,7.7879],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,7.6902,3.8726,7.6902,3.8726,7.8063,3.214,7.8063],\u0022text\u0022:\u0022Full booth\u0022,\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}},\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,7.6902,3.4295,7.6902,3.4295,7.8063,3.214,7.8063],\u0022text\u0022:\u0022Full\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.492,7.6902,3.8726,7.6902,3.8726,7.8063,3.492,7.8063],\u0022text\u0022:\u0022booth\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[5.8328,7.6711,6.1586,7.6711,6.1586,7.8165,5.8328,7.8165],\u0022text\u0022:\u0022$600\u0022,\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}},\u0022words\u0022:[{\u0022boundingBox\u0022:[5.8328,7.6711,6.1586,7.6711,6.1586,7.8165,5.8328,7.8165],\u0022text\u0022:\u0022$600\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,7.939,3.018,7.939,3.018,7.9995,2.9586,7.9995],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}},\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,7.939,3.018,7.939,3.018,7.9995,2.9586,7.9995],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.2082,7.9022,5.3419,7.9022,5.3419,8.0461,3.2082,8.0461],\u0022text\u0022:\u002250% discount on program guide\u0022,\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}},\u0022words\u0022:[{\u0022boundingBox\u0022:[3.2082,7.9067,3.4817,7.9067,3.4817,8.0195,3.2082,8.0195],\u0022text\u0022:\u002250%\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.533,7.9022,4.1018,7.9022,4.1018,8.018,3.533,8.018],\u0022text\u0022:\u0022discount\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.1512,7.9367,4.307,7.9367,4.307,8.018,4.1512,8.018],\u0022text\u0022:\u0022on\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.3682,7.9367,4.9253,7.9367,4.9253,8.0461,4.3682,8.0461],\u0022text\u0022:\u0022program\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.981,7.9022,5.3419,7.9022,5.3419,8.0461,4.981,8.0461],\u0022text\u0022:\u0022guide\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.2075,8.1056,4.2429,8.1056,4.2429,8.2213,3.2075,8.2213],\u0022text\u0022:\u0022advertisements\u0022,\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}},\u0022words\u0022:[{\u0022boundingBox\u0022:[3.2075,8.1056,4.2429,8.1056,4.2429,8.2213,3.2075,8.2213],\u0022text\u0022:\u0022advertisements\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0923,8.3162,1.7854,8.3162,1.7854,8.433,1.0923,8.433],\u0022text\u0022:\u0022Half Booth\u0022,\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}},\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0923,8.3162,1.3522,8.3162,1.3522,8.433,1.0923,8.433],\u0022text\u0022:\u0022Half\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.4022,8.3169,1.7854,8.3169,1.7854,8.433,1.4022,8.433],\u0022text\u0022:\u0022Booth\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,8.3623,3.018,8.3623,3.018,8.4229,2.9586,8.4229],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}},\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,8.3623,3.018,8.3623,3.018,8.4229,2.9586,8.4229],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,8.3252,3.8726,8.3252,3.8726,8.4413,3.214,8.4413],\u0022text\u0022:\u0022Full booth\u0022,\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}},\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,8.3252,3.4295,8.3252,3.4295,8.4413,3.214,8.4413],\u0022text\u0022:\u0022Full\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.492,8.3252,3.8726,8.3252,3.8726,8.4413,3.492,8.4413],\u0022text\u0022:\u0022booth\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[5.8328,8.3061,6.1586,8.3061,6.1586,8.4515,5.8328,8.4515],\u0022text\u0022:\u0022$350\u0022,\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}},\u0022words\u0022:[{\u0022boundingBox\u0022:[5.8328,8.3061,6.1586,8.3061,6.1586,8.4515,5.8328,8.4515],\u0022text\u0022:\u0022$350\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,8.574,3.018,8.574,3.018,8.6345,2.9586,8.6345],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}},\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,8.574,3.018,8.574,3.018,8.6345,2.9586,8.6345],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.2093,8.5372,5.3419,8.5372,5.3419,8.6811,3.2093,8.6811],\u0022text\u0022:\u002225% discount on program guide\u0022,\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}},\u0022words\u0022:[{\u0022boundingBox\u0022:[3.2093,8.5417,3.4817,8.5417,3.4817,8.6545,3.2093,8.6545],\u0022text\u0022:\u002225%\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.533,8.5372,4.1018,8.5372,4.1018,8.653,3.533,8.653],\u0022text\u0022:\u0022discount\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.1512,8.5717,4.307,8.5717,4.307,8.653,4.1512,8.653],\u0022text\u0022:\u0022on\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.3682,8.5717,4.9253,8.5717,4.9253,8.6811,4.3682,8.6811],\u0022text\u0022:\u0022program\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.981,8.5372,5.3419,8.5372,5.3419,8.6811,4.981,8.6811],\u0022text\u0022:\u0022guide\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.2075,8.7406,4.2429,8.7406,4.2429,8.8563,3.2075,8.8563],\u0022text\u0022:\u0022advertisements\u0022,\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}},\u0022words\u0022:[{\u0022boundingBox\u0022:[3.2075,8.7406,4.2429,8.7406,4.2429,8.8563,3.2075,8.8563],\u0022text\u0022:\u0022advertisements\u0022,\u0022confidence\u0022:1}]}]},{\u0022page\u0022:2,\u0022angle\u0022:0,\u0022width\u0022:8.5,\u0022height\u0022:11,\u0022unit\u0022:\u0022inch\u0022,\u0022lines\u0022:[{\u0022boundingBox\u0022:[6.1276,1.0667,7.4833,1.0667,7.4833,1.2403,6.1276,1.2403],\u0022text\u0022:\u0022Vendor #:121\u0022,\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}},\u0022words\u0022:[{\u0022boundingBox\u0022:[6.1276,1.0667,6.8657,1.0667,6.8657,1.2403,6.1276,1.2403],\u0022text\u0022:\u0022Vendor\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.9307,1.0759,7.4833,1.0759,7.4833,1.2391,6.9307,1.2391],\u0022text\u0022:\u0022#:121\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0044,2.1771,2.35,2.1771,2.35,2.3315,1.0044,2.3315],\u0022text\u0022:\u0022Vendor Details:\u0022,\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}},\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0044,2.1778,1.6496,2.1778,1.6496,2.3315,1.0044,2.3315],\u0022text\u0022:\u0022Vendor\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.7239,2.1771,2.35,2.1771,2.35,2.3315,1.7239,2.3315],\u0022text\u0022:\u0022Details:\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0065,2.7686,3.3477,2.7686,3.3477,2.9128,1.0065,2.9128],\u0022text\u0022:\u0022Company Name: Southridge Video\u0022,\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}},\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0065,2.7749,1.651,2.7749,1.651,2.9126,1.0065,2.9126],\u0022text\u0022:\u0022Company\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.7019,2.7764,2.1376,2.7764,2.1376,2.885,1.7019,2.885],\u0022text\u0022:\u0022Name:\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.1925,2.7686,2.9184,2.7686,2.9184,2.9128,2.1925,2.9128],\u0022text\u0022:\u0022Southridge\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.9691,2.7689,3.3477,2.7689,3.3477,2.8847,2.9691,2.8847],\u0022text\u0022:\u0022Video\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0065,3.0986,3.5766,3.0986,3.5766,3.2428,1.0065,3.2428],\u0022text\u0022:\u0022Contact: Jamie@southridgevideo.com\u0022,\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}},\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0065,3.1049,1.5706,3.1049,1.5706,3.215,1.0065,3.215],\u0022text\u0022:\u0022Contact:\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.6205,3.0986,3.5766,3.0986,3.5766,3.2428,1.6205,3.2428],\u0022text\u0022:\u0022Jamie@southridgevideo.com\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0115,3.4296,2.6542,3.4296,2.6542,3.5744,1.0115,3.5744],\u0022text\u0022:\u0022Preferred Package: Gold\u0022,\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}},\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0115,3.4296,1.6499,3.4296,1.6499,3.5467,1.0115,3.5467],\u0022text\u0022:\u0022Preferred\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.7092,3.4302,2.2978,3.4302,2.2978,3.5744,1.7092,3.5744],\u0022text\u0022:\u0022Package:\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.3557,3.4302,2.6542,3.4302,2.6542,3.5463,2.3557,3.5463],\u0022text\u0022:\u0022Gold\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0052,3.7537,2.4783,3.7537,2.4783,3.9043,1.0052,3.9043],\u0022text\u0022:\u0022Special Requests: N/a\u0022,\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}},\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0052,3.7602,1.475,3.7602,1.475,3.9043,1.0052,3.9043],\u0022text\u0022:\u0022Special\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.5342,3.7684,2.1899,3.7684,2.1899,3.9043,1.5342,3.9043],\u0022text\u0022:\u0022Requests:\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.254,3.7537,2.4783,3.7537,2.4783,3.8976,2.254,3.8976],\u0022text\u0022:\u0022N/a\u0022,\u0022confidence\u0022:1}]}]}],\u0022pageResults\u0022:[{\u0022page\u0022:1,\u0022tables\u0022:[{\u0022rows\u0022:13,\u0022columns\u0022:4,\u0022cells\u0022:[{\u0022rowIndex\u0022:0,\u0022columnIndex\u0022:0,\u0022text\u0022:\u0022Package\u0022,\u0022boundingBox\u0022:[0.9975,4.6436,2.6168,4.6436,2.6168,4.8578,0.9975,4.8578],\u0022elements\u0022:[\u0022#/readResults/0/lines/10/words/0\u0022]},{\u0022rowIndex\u0022:0,\u0022columnIndex\u0022:1,\u0022columnSpan\u0022:2,\u0022text\u0022:\u0022Included\u0022,\u0022boundingBox\u0022:[2.6168,4.6436,5.7422,4.6436,5.7422,4.8578,2.6168,4.8578],\u0022elements\u0022:[\u0022#/readResults/0/lines/11/words/0\u0022]},{\u0022rowIndex\u0022:0,\u0022columnIndex\u0022:3,\u0022text\u0022:\u0022Price\u0022,\u0022boundingBox\u0022:[5.7422,4.6436,7.4882,4.6436,7.4882,4.8513,5.7422,4.8578],\u0022elements\u0022:[\u0022#/readResults/0/lines/12/words/0\u0022]},{\u0022rowIndex\u0022:1,\u0022columnIndex\u0022:0,\u0022text\u0022:\u0022Gold Sponsor\u0022,\u0022boundingBox\u0022:[0.9975,4.8578,2.6168,4.8578,2.6168,5.0849,0.9975,5.0914],\u0022elements\u0022:[\u0022#/readResults/0/lines/13/words/0\u0022,\u0022#/readResults/0/lines/13/words/1\u0022]},{\u0022rowIndex\u0022:1,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.6168,4.8578,3.15,4.8578,3.15,5.0849,2.6168,5.0849],\u0022elements\u0022:[\u0022#/readResults/0/lines/14/words/0\u0022]},{\u0022rowIndex\u0022:1,\u0022columnIndex\u0022:2,\u0022text\u0022:\u0022Full booth\u0022,\u0022boundingBox\u0022:[3.15,4.8578,5.7422,4.8578,5.7422,5.0849,3.15,5.0849],\u0022elements\u0022:[\u0022#/readResults/0/lines/15/words/0\u0022,\u0022#/readResults/0/lines/15/words/1\u0022]},{\u0022rowIndex\u0022:1,\u0022columnIndex\u0022:3,\u0022text\u0022:\u0022$1,500\u0022,\u0022boundingBox\u0022:[5.7422,4.8578,7.4882,4.8513,7.4882,5.0849,5.7422,5.0849],\u0022elements\u0022:[\u0022#/readResults/0/lines/16/words/0\u0022]},{\u0022rowIndex\u0022:2,\u0022columnIndex\u0022:0,\u0022rowSpan\u0022:3,\u0022text\u0022:\u0022\u0022,\u0022boundingBox\u0022:[0.9975,5.0914,2.6168,5.0849,2.6168,5.9222,0.9975,5.9222],\u0022elements\u0022:[]},{\u0022rowIndex\u0022:2,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 \uF0B7\u0022,\u0022boundingBox\u0022:[2.6168,5.0849,3.15,5.0849,3.15,5.5198,2.6168,5.5198],\u0022elements\u0022:[\u0022#/readResults/0/lines/17/words/0\u0022,\u0022#/readResults/0/lines/19/words/0\u0022]},{\u0022rowIndex\u0022:2,\u0022columnIndex\u0022:2,\u0022text\u0022:\u0022Pre-keynote thank you Logo on poster\u0022,\u0022boundingBox\u0022:[3.15,5.0849,5.7422,5.0849,5.7489,5.5133,3.15,5.5198],\u0022elements\u0022:[\u0022#/readResults/0/lines/18/words/0\u0022,\u0022#/readResults/0/lines/18/words/1\u0022,\u0022#/readResults/0/lines/18/words/2\u0022,\u0022#/readResults/0/lines/20/words/0\u0022,\u0022#/readResults/0/lines/20/words/1\u0022,\u0022#/readResults/0/lines/20/words/2\u0022]},{\u0022rowIndex\u0022:2,\u0022columnIndex\u0022:3,\u0022text\u0022:\u0022\u0022,\u0022boundingBox\u0022:[5.7422,5.0849,7.4882,5.0849,7.4882,5.5198,5.7489,5.5133],\u0022elements\u0022:[]},{\u0022rowIndex\u0022:3,\u0022columnIndex\u0022:1,\u0022columnSpan\u0022:2,\u0022text\u0022:\u0022\uF0B7 Full page ad in program guide\u0022,\u0022boundingBox\u0022:[2.6168,5.5198,5.7489,5.5133,5.7489,5.7404,2.6168,5.7534],\u0022elements\u0022:[\u0022#/readResults/0/lines/21/words/0\u0022,\u0022#/readResults/0/lines/22/words/0\u0022,\u0022#/readResults/0/lines/22/words/1\u0022,\u0022#/readResults/0/lines/22/words/2\u0022,\u0022#/readResults/0/lines/22/words/3\u0022,\u0022#/readResults/0/lines/22/words/4\u0022,\u0022#/readResults/0/lines/22/words/5\u0022]},{\u0022rowIndex\u0022:3,\u0022columnIndex\u0022:3,\u0022text\u0022:\u0022\u0022,\u0022boundingBox\u0022:[5.7489,5.5133,7.4882,5.5198,7.4882,5.7469,5.7489,5.7404],\u0022elements\u0022:[]},{\u0022rowIndex\u0022:4,\u0022columnIndex\u0022:1,\u0022columnSpan\u0022:2,\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.6168,5.7534,5.7489,5.7404,5.7489,5.9222,2.6168,5.9222],\u0022elements\u0022:[\u0022#/readResults/0/lines/23/words/0\u0022]},{\u0022rowIndex\u0022:4,\u0022columnIndex\u0022:3,\u0022text\u0022:\u0022\u0022,\u0022boundingBox\u0022:[5.7489,5.7404,7.4882,5.7469,7.4948,5.9222,5.7489,5.9222],\u0022elements\u0022:[]},{\u0022rowIndex\u0022:5,\u0022columnIndex\u0022:0,\u0022rowSpan\u0022:2,\u0022text\u0022:\u0022Silver Sponsor\u0022,\u0022boundingBox\u0022:[0.9975,5.9222,2.6168,5.9222,2.6168,6.7853,0.9975,6.7788],\u0022elements\u0022:[\u0022#/readResults/0/lines/24/words/0\u0022,\u0022#/readResults/0/lines/24/words/1\u0022]},{\u0022rowIndex\u0022:5,\u0022columnIndex\u0022:1,\u0022rowSpan\u0022:2,\u0022text\u0022:\u0022\uF0B7 \uF0B7 \uF0B7 \uF0B7\u0022,\u0022boundingBox\u0022:[2.6168,5.9222,3.15,5.9222,3.15,6.7853,2.6168,6.7853],\u0022elements\u0022:[\u0022#/readResults/0/lines/25/words/0\u0022,\u0022#/readResults/0/lines/28/words/0\u0022,\u0022#/readResults/0/lines/30/words/0\u0022,\u0022#/readResults/0/lines/32/words/0\u0022]},{\u0022rowIndex\u0022:5,\u0022columnIndex\u0022:2,\u0022rowSpan\u0022:2,\u0022text\u0022:\u0022Full booth Post-keynote thank you Logo on poster Half page ad in program guide\u0022,\u0022boundingBox\u0022:[3.15,5.9222,5.7489,5.9222,5.7489,6.7853,3.15,6.7853],\u0022elements\u0022:[\u0022#/readResults/0/lines/26/words/0\u0022,\u0022#/readResults/0/lines/26/words/1\u0022,\u0022#/readResults/0/lines/29/words/0\u0022,\u0022#/readResults/0/lines/29/words/1\u0022,\u0022#/readResults/0/lines/29/words/2\u0022,\u0022#/readResults/0/lines/31/words/0\u0022,\u0022#/readResults/0/lines/31/words/1\u0022,\u0022#/readResults/0/lines/31/words/2\u0022,\u0022#/readResults/0/lines/33/words/0\u0022,\u0022#/readResults/0/lines/33/words/1\u0022,\u0022#/readResults/0/lines/33/words/2\u0022,\u0022#/readResults/0/lines/33/words/3\u0022,\u0022#/readResults/0/lines/33/words/4\u0022,\u0022#/readResults/0/lines/33/words/5\u0022]},{\u0022rowIndex\u0022:5,\u0022columnIndex\u0022:3,\u0022rowSpan\u0022:2,\u0022text\u0022:\u0022$1,200\u0022,\u0022boundingBox\u0022:[5.7489,5.9222,7.4948,5.9222,7.4948,6.7788,5.7489,6.7853],\u0022elements\u0022:[\u0022#/readResults/0/lines/27/words/0\u0022]},{\u0022rowIndex\u0022:7,\u0022columnIndex\u0022:0,\u0022rowSpan\u0022:2,\u0022text\u0022:\u0022Bronze Sponsor\u0022,\u0022boundingBox\u0022:[0.9975,6.7788,2.6168,6.7853,2.6168,7.6355,0.9975,7.629],\u0022elements\u0022:[\u0022#/readResults/0/lines/34/words/0\u0022,\u0022#/readResults/0/lines/34/words/1\u0022]},{\u0022rowIndex\u0022:7,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.6168,6.7853,3.15,6.7853,3.15,7.019,2.6168,7.019],\u0022elements\u0022:[\u0022#/readResults/0/lines/35/words/0\u0022]},{\u0022rowIndex\u0022:7,\u0022columnIndex\u0022:2,\u0022rowSpan\u0022:2,\u0022text\u0022:\u0022Full booth Logo on poster 50% discount on program guide advertisements\u0022,\u0022boundingBox\u0022:[3.15,6.7853,5.7489,6.7853,5.7489,7.6355,3.1433,7.6355],\u0022elements\u0022:[\u0022#/readResults/0/lines/36/words/0\u0022,\u0022#/readResults/0/lines/36/words/1\u0022,\u0022#/readResults/0/lines/39/words/0\u0022,\u0022#/readResults/0/lines/39/words/1\u0022,\u0022#/readResults/0/lines/39/words/2\u0022,\u0022#/readResults/0/lines/41/words/0\u0022,\u0022#/readResults/0/lines/41/words/1\u0022,\u0022#/readResults/0/lines/41/words/2\u0022,\u0022#/readResults/0/lines/41/words/3\u0022,\u0022#/readResults/0/lines/41/words/4\u0022,\u0022#/readResults/0/lines/42/words/0\u0022]},{\u0022rowIndex\u0022:7,\u0022columnIndex\u0022:3,\u0022rowSpan\u0022:2,\u0022text\u0022:\u0022$1,000\u0022,\u0022boundingBox\u0022:[5.7489,6.7853,7.4948,6.7788,7.4948,7.6355,5.7489,7.6355],\u0022elements\u0022:[\u0022#/readResults/0/lines/37/words/0\u0022]},{\u0022rowIndex\u0022:8,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 \uF0B7\u0022,\u0022boundingBox\u0022:[2.6168,7.019,3.15,7.019,3.1433,7.6355,2.6168,7.6355],\u0022elements\u0022:[\u0022#/readResults/0/lines/38/words/0\u0022,\u0022#/readResults/0/lines/40/words/0\u0022]},{\u0022rowIndex\u0022:9,\u0022columnIndex\u0022:0,\u0022rowSpan\u0022:2,\u0022text\u0022:\u0022Full Booth\u0022,\u0022boundingBox\u0022:[0.9975,7.629,2.6168,7.6355,2.6102,8.2651,0.9975,8.2651],\u0022elements\u0022:[\u0022#/readResults/0/lines/43/words/0\u0022,\u0022#/readResults/0/lines/43/words/1\u0022]},{\u0022rowIndex\u0022:9,\u0022columnIndex\u0022:1,\u0022rowSpan\u0022:2,\u0022columnSpan\u0022:2,\u0022text\u0022:\u0022\uF0B7 Full booth \uF0B7 50% discount on program guide advertisements\u0022,\u0022boundingBox\u0022:[2.6168,7.6355,5.7489,7.6355,5.7489,8.2651,2.6102,8.2651],\u0022elements\u0022:[\u0022#/readResults/0/lines/44/words/0\u0022,\u0022#/readResults/0/lines/45/words/0\u0022,\u0022#/readResults/0/lines/45/words/1\u0022,\u0022#/readResults/0/lines/47/words/0\u0022,\u0022#/readResults/0/lines/48/words/0\u0022,\u0022#/readResults/0/lines/48/words/1\u0022,\u0022#/readResults/0/lines/48/words/2\u0022,\u0022#/readResults/0/lines/48/words/3\u0022,\u0022#/readResults/0/lines/48/words/4\u0022,\u0022#/readResults/0/lines/49/words/0\u0022]},{\u0022rowIndex\u0022:9,\u0022columnIndex\u0022:3,\u0022rowSpan\u0022:2,\u0022text\u0022:\u0022$600\u0022,\u0022boundingBox\u0022:[5.7489,7.6355,7.4948,7.6355,7.4948,8.2651,5.7489,8.2651],\u0022elements\u0022:[\u0022#/readResults/0/lines/46/words/0\u0022]},{\u0022rowIndex\u0022:11,\u0022columnIndex\u0022:0,\u0022rowSpan\u0022:2,\u0022text\u0022:\u0022Half Booth\u0022,\u0022boundingBox\u0022:[0.9975,8.2651,2.6102,8.2651,2.6102,8.9011,0.9975,8.9011],\u0022elements\u0022:[\u0022#/readResults/0/lines/50/words/0\u0022,\u0022#/readResults/0/lines/50/words/1\u0022]},{\u0022rowIndex\u0022:11,\u0022columnIndex\u0022:1,\u0022rowSpan\u0022:2,\u0022columnSpan\u0022:2,\u0022text\u0022:\u0022\uF0B7 Full booth \uF0B7 25% discount on program guide advertisements\u0022,\u0022boundingBox\u0022:[2.6102,8.2651,5.7489,8.2651,5.7489,8.9011,2.6102,8.9011],\u0022elements\u0022:[\u0022#/readResults/0/lines/51/words/0\u0022,\u0022#/readResults/0/lines/52/words/0\u0022,\u0022#/readResults/0/lines/52/words/1\u0022,\u0022#/readResults/0/lines/54/words/0\u0022,\u0022#/readResults/0/lines/55/words/0\u0022,\u0022#/readResults/0/lines/55/words/1\u0022,\u0022#/readResults/0/lines/55/words/2\u0022,\u0022#/readResults/0/lines/55/words/3\u0022,\u0022#/readResults/0/lines/55/words/4\u0022,\u0022#/readResults/0/lines/56/words/0\u0022]},{\u0022rowIndex\u0022:11,\u0022columnIndex\u0022:3,\u0022rowSpan\u0022:2,\u0022text\u0022:\u0022$350\u0022,\u0022boundingBox\u0022:[5.7489,8.2651,7.4948,8.2651,7.4948,8.9011,5.7489,8.9011],\u0022elements\u0022:[\u0022#/readResults/0/lines/53/words/0\u0022]}],\u0022boundingBox\u0022:[0.994,4.6469,7.4953,4.6454,7.4964,8.9061,0.9936,8.9066]}]},{\u0022page\u0022:2,\u0022tables\u0022:[]}]}}" } ], "Variables": { "FORM_RECOGNIZER_API_KEY": "Sanitized", - "FORM_RECOGNIZER_ENDPOINT": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/", + "FORM_RECOGNIZER_ENDPOINT": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/", "RandomSeed": "1711192637" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeContentCanParseMultipageForm(True).json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeContentCanParseMultipageForm(True).json index 9cbb624934e9a..8952445323fa3 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeContentCanParseMultipageForm(True).json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeContentCanParseMultipageForm(True).json @@ -1,17 +1,17 @@ { "Entries": [ { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyze", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/layout/analyze", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "711607", "Content-Type": "application/pdf", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-9cb171613c7d9840a2a3e5046af864a7-d422def7e4e51340-00", + "traceparent": "00-f36e15fe2171a34999df0f01535b7ce8-4af1c8bf6afc254c-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "937b6ad2052cfa02a37fa7e27310e325", "x-ms-return-client-request-id": "true" @@ -19,25 +19,25 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "75839b1b-626c-4012-9e04-252915b203ac", + "apim-request-id": "2554a0c6-a67d-492f-a194-3c6bb3ac3cf0", "Content-Length": "0", - "Date": "Wed, 09 Sep 2020 22:29:37 GMT", - "Operation-Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/75839b1b-626c-4012-9e04-252915b203ac", + "Date": "Fri, 30 Oct 2020 12:51:30 GMT", + "Operation-Location": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/layout/analyzeResults/2554a0c6-a67d-492f-a194-3c6bb3ac3cf0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "195" + "x-envoy-upstream-service-time": "158" }, "ResponseBody": [] }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/75839b1b-626c-4012-9e04-252915b203ac", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/layout/analyzeResults/2554a0c6-a67d-492f-a194-3c6bb3ac3cf0", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "ea382122d1b7c1c87c44bd54cb1066b1", "x-ms-return-client-request-id": "true" @@ -45,29 +45,29 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "fad2d19f-1bd8-4fd0-b33c-bc2ea304b45d", + "apim-request-id": "93656275-c543-4ac6-b68a-760d5df2d3af", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:29:37 GMT", + "Date": "Fri, 30 Oct 2020 12:51:30 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "11" + "x-envoy-upstream-service-time": "12" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-09-09T22:29:37Z", - "lastUpdatedDateTime": "2020-09-09T22:29:37Z" + "createdDateTime": "2020-10-30T12:51:30Z", + "lastUpdatedDateTime": "2020-10-30T12:51:30Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/75839b1b-626c-4012-9e04-252915b203ac", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/layout/analyzeResults/2554a0c6-a67d-492f-a194-3c6bb3ac3cf0", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "793356f94ec1157ab7884db2034a1dd8", "x-ms-return-client-request-id": "true" @@ -75,29 +75,29 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "82c8b61b-7353-463f-9a19-d2a9119b19b0", + "apim-request-id": "68f18852-b45b-4020-9f7e-bb42364aae1d", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:29:38 GMT", + "Date": "Fri, 30 Oct 2020 12:51:31 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "14" + "x-envoy-upstream-service-time": "10" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-09-09T22:29:37Z", - "lastUpdatedDateTime": "2020-09-09T22:29:37Z" + "createdDateTime": "2020-10-30T12:51:30Z", + "lastUpdatedDateTime": "2020-10-30T12:51:30Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/75839b1b-626c-4012-9e04-252915b203ac", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/layout/analyzeResults/2554a0c6-a67d-492f-a194-3c6bb3ac3cf0", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "5471c7559b0801c8a1ba16e847ae2e93", "x-ms-return-client-request-id": "true" @@ -105,29 +105,29 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "a9687b7a-d373-4786-932f-f800069ec4ed", + "apim-request-id": "f71f73d7-ac51-4315-b564-c5d2bbff9a62", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:29:39 GMT", + "Date": "Fri, 30 Oct 2020 12:51:32 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "15" + "x-envoy-upstream-service-time": "13" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-09-09T22:29:37Z", - "lastUpdatedDateTime": "2020-09-09T22:29:37Z" + "createdDateTime": "2020-10-30T12:51:30Z", + "lastUpdatedDateTime": "2020-10-30T12:51:30Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/75839b1b-626c-4012-9e04-252915b203ac", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/layout/analyzeResults/2554a0c6-a67d-492f-a194-3c6bb3ac3cf0", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "1ce8f5196addd463a623332e8316bd32", "x-ms-return-client-request-id": "true" @@ -135,29 +135,29 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "5536f8d4-b1c9-4e08-a6bf-98bc17ce57ad", + "apim-request-id": "44070cf1-6913-4fd7-be6c-30f5f1e01669", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:29:40 GMT", + "Date": "Fri, 30 Oct 2020 12:51:33 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "15" + "x-envoy-upstream-service-time": "11" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-09-09T22:29:37Z", - "lastUpdatedDateTime": "2020-09-09T22:29:37Z" + "createdDateTime": "2020-10-30T12:51:30Z", + "lastUpdatedDateTime": "2020-10-30T12:51:30Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/75839b1b-626c-4012-9e04-252915b203ac", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/layout/analyzeResults/2554a0c6-a67d-492f-a194-3c6bb3ac3cf0", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "03fee426119e5da88e31d7063891cd09", "x-ms-return-client-request-id": "true" @@ -165,29 +165,29 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "f9aacac5-4bcb-460a-acc6-e422c0cc9726", + "apim-request-id": "b606cdb0-d405-478c-9631-5b3892c5616a", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:29:41 GMT", + "Date": "Fri, 30 Oct 2020 12:51:34 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "18" + "x-envoy-upstream-service-time": "12" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-09-09T22:29:37Z", - "lastUpdatedDateTime": "2020-09-09T22:29:37Z" + "createdDateTime": "2020-10-30T12:51:30Z", + "lastUpdatedDateTime": "2020-10-30T12:51:34Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/75839b1b-626c-4012-9e04-252915b203ac", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/layout/analyzeResults/2554a0c6-a67d-492f-a194-3c6bb3ac3cf0", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "0e99ba590161ebfb639dade5689a7e8b", "x-ms-return-client-request-id": "true" @@ -195,50 +195,20 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "4e02ca88-e2c5-40f7-be68-11c0533f39ae", - "Content-Length": "106", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:29:42 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "17" - }, - "ResponseBody": { - "status": "running", - "createdDateTime": "2020-09-09T22:29:37Z", - "lastUpdatedDateTime": "2020-09-09T22:29:37Z" - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/75839b1b-626c-4012-9e04-252915b203ac", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "63c2e3fd2baf07f44c8b8eab925d9b15", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "2c19ce52-3d9b-4529-b669-f74597c9fa0a", - "Content-Length": "33148", + "apim-request-id": "7fa95b02-027b-49d2-90e2-4b3aca061461", + "Content-Length": "36134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:29:43 GMT", + "Date": "Fri, 30 Oct 2020 12:51:35 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "36" + "x-envoy-upstream-service-time": "29" }, - "ResponseBody": "{\u0022status\u0022:\u0022succeeded\u0022,\u0022createdDateTime\u0022:\u00222020-09-09T22:29:37Z\u0022,\u0022lastUpdatedDateTime\u0022:\u00222020-09-09T22:29:43Z\u0022,\u0022analyzeResult\u0022:{\u0022version\u0022:\u00222.1.0\u0022,\u0022readResults\u0022:[{\u0022page\u0022:1,\u0022angle\u0022:0,\u0022width\u0022:8.5,\u0022height\u0022:11,\u0022unit\u0022:\u0022inch\u0022,\u0022lines\u0022:[{\u0022boundingBox\u0022:[6.1276,1.0667,7.4833,1.0667,7.4833,1.2403,6.1276,1.2403],\u0022text\u0022:\u0022Vendor #:121\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[6.1276,1.0667,6.8657,1.0667,6.8657,1.2403,6.1276,1.2403],\u0022text\u0022:\u0022Vendor\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.9307,1.0759,7.4833,1.0759,7.4833,1.2391,6.9307,1.2391],\u0022text\u0022:\u0022#:121\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.2268,1.5733,6.2379,1.5733,6.2379,2.005,2.2268,2.005],\u0022text\u0022:\u0022Vendor Registration\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.2268,1.5733,3.703,1.5733,3.703,1.9207,2.2268,1.9207],\u0022text\u0022:\u0022Vendor\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.8661,1.5883,6.2379,1.5883,6.2379,2.005,3.8661,2.005],\u0022text\u0022:\u0022Registration\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0078,2.5846,7.0776,2.5846,7.0776,2.7293,1.0078,2.7293],\u0022text\u0022:\u0022Contoso Ltd. Conference will be held on May 28-29, 2020 at the Elm Conference Center in\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0078,2.5919,1.5548,2.5919,1.5548,2.7013,1.0078,2.7013],\u0022text\u0022:\u0022Contoso\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.6125,2.5856,1.843,2.5856,1.843,2.7013,1.6125,2.7013],\u0022text\u0022:\u0022Ltd.\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.8996,2.5846,2.6636,2.5846,2.6636,2.7013,1.8996,2.7013],\u0022text\u0022:\u0022Conference\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.7122,2.5852,2.9307,2.5852,2.9307,2.7003,2.7122,2.7003],\u0022text\u0022:\u0022will\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.9922,2.5852,3.1419,2.5852,3.1419,2.7013,2.9922,2.7013],\u0022text\u0022:\u0022be\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.1987,2.5852,3.4704,2.5852,3.4704,2.7013,3.1987,2.7013],\u0022text\u0022:\u0022held\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.53,2.62,3.6846,2.62,3.6846,2.7013,3.53,2.7013],\u0022text\u0022:\u0022on\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.7498,2.5934,4.0422,2.5934,4.0422,2.7293,3.7498,2.7293],\u0022text\u0022:\u0022May\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.0877,2.5914,4.5042,2.5914,4.5042,2.7236,4.0877,2.7236],\u0022text\u0022:\u002228-29,\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.5586,2.5914,4.884,2.5914,4.884,2.7017,4.5586,2.7017],\u0022text\u0022:\u00222020\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.9351,2.6014,5.0577,2.6014,5.0577,2.7013,4.9351,2.7013],\u0022text\u0022:\u0022at\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[5.1033,2.5852,5.3202,2.5852,5.3202,2.7013,5.1033,2.7013],\u0022text\u0022:\u0022the\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[5.3787,2.5852,5.6051,2.5852,5.6051,2.7003,5.3787,2.7003],\u0022text\u0022:\u0022Elm\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[5.6624,2.5846,6.4263,2.5846,6.4263,2.7013,5.6624,2.7013],\u0022text\u0022:\u0022Conference\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.4796,2.5919,6.9234,2.5919,6.9234,2.7013,6.4796,2.7013],\u0022text\u0022:\u0022Center\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.9765,2.5905,7.0776,2.5905,7.0776,2.7003,6.9765,2.7003],\u0022text\u0022:\u0022in\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.014,2.8029,7.3457,2.8029,7.3457,2.9478,1.014,2.9478],\u0022text\u0022:\u0022Maple City, Massachusetts. The conference has sold out of its 1,500 tickets, with a 400 person\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.014,2.8036,1.4242,2.8036,1.4242,2.9478,1.014,2.9478],\u0022text\u0022:\u0022Maple\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.4763,2.8089,1.7576,2.8089,1.7576,2.9478,1.4763,2.9478],\u0022text\u0022:\u0022City,\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.8195,2.8036,2.8383,2.8036,2.8383,2.9197,1.8195,2.9197],\u0022text\u0022:\u0022Massachusetts.\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.8883,2.8036,3.1326,2.8036,3.1326,2.9197,2.8883,2.9197],\u0022text\u0022:\u0022The\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.1842,2.8029,3.9301,2.8029,3.9301,2.9197,3.1842,2.9197],\u0022text\u0022:\u0022conference\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.9871,2.8036,4.2019,2.8036,4.2019,2.9197,3.9871,2.9197],\u0022text\u0022:\u0022has\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.2529,2.8036,4.5104,2.8036,4.5104,2.9197,4.2529,2.9197],\u0022text\u0022:\u0022sold\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.5701,2.8197,4.7871,2.8197,4.7871,2.9197,4.5701,2.9197],\u0022text\u0022:\u0022out\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.8373,2.8029,4.9701,2.8029,4.9701,2.9197,4.8373,2.9197],\u0022text\u0022:\u0022of\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[5.0169,2.8089,5.1601,2.8089,5.1601,2.9197,5.0169,2.9197],\u0022text\u0022:\u0022its\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[5.2167,2.81,5.5766,2.81,5.5766,2.9418,5.2167,2.9418],\u0022text\u0022:\u00221,500\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[5.6227,2.8036,6.0928,2.8036,6.0928,2.9418,5.6227,2.9418],\u0022text\u0022:\u0022tickets,\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.1461,2.8036,6.4308,2.8036,6.4308,2.9195,6.1461,2.9195],\u0022text\u0022:\u0022with\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.488,2.8383,6.548,2.8383,6.548,2.9197,6.488,2.9197],\u0022text\u0022:\u0022a\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.6016,2.81,6.8449,2.81,6.8449,2.9197,6.6016,2.9197],\u0022text\u0022:\u0022400\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.8998,2.8383,7.3457,2.8383,7.3457,2.9478,6.8998,2.9478],\u0022text\u0022:\u0022person\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0043,3.0229,7.2482,3.0229,7.2482,3.1678,1.0043,3.1678],\u0022text\u0022:\u0022waitlist. Vendor applications are being accepted through Feb 28, 2020. Please fill in the form\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0043,3.0236,1.5194,3.0236,1.5194,3.1397,1.0043,3.1397],\u0022text\u0022:\u0022waitlist.\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.5733,3.0239,2.0654,3.0239,2.0654,3.1397,1.5733,3.1397],\u0022text\u0022:\u0022Vendor\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.1132,3.0236,2.9143,3.0236,2.9143,3.1678,2.1132,3.1678],\u0022text\u0022:\u0022applications\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.9675,3.0583,3.1726,3.0583,3.1726,3.1397,2.9675,3.1397],\u0022text\u0022:\u0022are\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.2306,3.0236,3.5889,3.0236,3.5889,3.1678,3.2306,3.1678],\u0022text\u0022:\u0022being\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.6388,3.0239,4.2336,3.0239,4.2336,3.1678,3.6388,3.1678],\u0022text\u0022:\u0022accepted\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.2862,3.0236,4.8127,3.0236,4.8127,3.1678,4.2862,3.1678],\u0022text\u0022:\u0022through\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.8815,3.0236,5.1133,3.0236,5.1133,3.14,4.8815,3.14],\u0022text\u0022:\u0022Feb\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[5.163,3.0297,5.361,3.0297,5.361,3.162,5.163,3.162],\u0022text\u0022:\u002228,\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[5.413,3.0297,5.7774,3.0297,5.7774,3.14,5.413,3.14],\u0022text\u0022:\u00222020.\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[5.8406,3.0236,6.2537,3.0236,6.2537,3.1397,5.8406,3.1397],\u0022text\u0022:\u0022Please\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.3022,3.0229,6.4539,3.0229,6.4539,3.1387,6.3022,3.1387],\u0022text\u0022:\u0022fill\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.5131,3.0289,6.6158,3.0289,6.6158,3.1387,6.5131,3.1387],\u0022text\u0022:\u0022in\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.6673,3.0236,6.8842,3.0236,6.8842,3.1397,6.6673,3.1397],\u0022text\u0022:\u0022the\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.9317,3.0229,7.2482,3.0229,7.2482,3.1397,6.9317,3.1397],\u0022text\u0022:\u0022form\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0125,3.2436,3.6599,3.2436,3.6599,3.3818,1.0125,3.3818],\u0022text\u0022:\u0022below, and attach a check made out to:\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0125,3.2436,1.4459,3.2436,1.4459,3.3818,1.0125,3.3818],\u0022text\u0022:\u0022below,\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.5024,3.2439,1.7371,3.2439,1.7371,3.3597,1.5024,3.3597],\u0022text\u0022:\u0022and\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.7968,3.2436,2.2047,3.2436,2.2047,3.3597,1.7968,3.3597],\u0022text\u0022:\u0022attach\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.2619,3.2783,2.3219,3.2783,2.3219,3.3597,2.2619,3.3597],\u0022text\u0022:\u0022a\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.379,3.2436,2.7529,3.2436,2.7529,3.3597,2.379,3.3597],\u0022text\u0022:\u0022check\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.8076,3.2439,3.17,3.2439,3.17,3.3597,2.8076,3.3597],\u0022text\u0022:\u0022made\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.2251,3.2597,3.4421,3.2597,3.4421,3.3597,3.2251,3.3597],\u0022text\u0022:\u0022out\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.4869,3.2597,3.6599,3.2597,3.6599,3.3597,3.4869,3.3597],\u0022text\u0022:\u0022to:\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0078,3.5739,1.843,3.5739,1.843,3.6897,1.0078,3.6897],\u0022text\u0022:\u0022Contoso Ltd.\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0078,3.5802,1.5548,3.5802,1.5548,3.6897,1.0078,3.6897],\u0022text\u0022:\u0022Contoso\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.6125,3.5739,1.843,3.5739,1.843,3.6897,1.6125,3.6897],\u0022text\u0022:\u0022Ltd.\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0093,3.7939,2.3768,3.7939,2.3768,3.9378,1.0093,3.9378],\u0022text\u0022:\u00222345 Dogwood Lane\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0093,3.8,1.3297,3.8,1.3297,3.9097,1.0093,3.9097],\u0022text\u0022:\u00222345\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.3899,3.7939,2.0149,3.7939,2.0149,3.9378,1.3899,3.9378],\u0022text\u0022:\u0022Dogwood\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.0788,3.8012,2.3768,3.8012,2.3768,3.9097,2.0788,3.9097],\u0022text\u0022:\u0022Lane\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.014,4.0136,2.3377,4.0136,2.3377,4.1518,1.014,4.1518],\u0022text\u0022:\u0022Birch, Kansas 98123\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.014,4.0136,1.3745,4.0136,1.3745,4.1518,1.014,4.1518],\u0022text\u0022:\u0022Birch,\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.4375,4.0212,1.8819,4.0212,1.8819,4.1297,1.4375,4.1297],\u0022text\u0022:\u0022Kansas\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.9318,4.02,2.3377,4.02,2.3377,4.1297,1.9318,4.1297],\u0022text\u0022:\u002298123\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0204,4.4248,1.5303,4.4248,1.5303,4.5682,1.0204,4.5682],\u0022text\u0022:\u0022Rates:\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0204,4.4248,1.5303,4.4248,1.5303,4.5682,1.0204,4.5682],\u0022text\u0022:\u0022Rates:\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0923,4.6986,1.6232,4.6986,1.6232,4.8428,1.0923,4.8428],\u0022text\u0022:\u0022Package\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0923,4.6986,1.6232,4.6986,1.6232,4.8428,1.0923,4.8428],\u0022text\u0022:\u0022Package\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.713,4.6986,3.2707,4.6986,3.2707,4.8147,2.713,4.8147],\u0022text\u0022:\u0022Included\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.713,4.6986,3.2707,4.6986,3.2707,4.8147,2.713,4.8147],\u0022text\u0022:\u0022Included\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[5.838,4.7039,6.1513,4.7039,6.1513,4.8147,5.838,4.8147],\u0022text\u0022:\u0022Price\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[5.838,4.7039,6.1513,4.7039,6.1513,4.8147,5.838,4.8147],\u0022text\u0022:\u0022Price\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0857,4.9086,1.9831,4.9086,1.9831,5.0528,1.0857,5.0528],\u0022text\u0022:\u0022Gold Sponsor\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0857,4.9086,1.3842,4.9086,1.3842,5.0247,1.0857,5.0247],\u0022text\u0022:\u0022Gold\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.4423,4.915,1.9831,4.915,1.9831,5.0528,1.4423,5.0528],\u0022text\u0022:\u0022Sponsor\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,4.954,3.018,4.954,3.018,5.0145,2.9586,5.0145],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,4.954,3.018,4.954,3.018,5.0145,2.9586,5.0145],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,4.9169,3.8726,4.9169,3.8726,5.033,3.214,5.033],\u0022text\u0022:\u0022Full booth\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,4.9169,3.4295,4.9169,3.4295,5.033,3.214,5.033],\u0022text\u0022:\u0022Full\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.492,4.9169,3.8726,4.9169,3.8726,5.033,3.492,5.033],\u0022text\u0022:\u0022booth\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[5.8328,4.8977,6.2829,4.8977,6.2829,5.0468,5.8328,5.0468],\u0022text\u0022:\u0022$1,500\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[5.8328,4.8977,6.2829,4.8977,6.2829,5.0468,5.8328,5.0468],\u0022text\u0022:\u0022$1,500\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,5.1673,3.018,5.1673,3.018,5.2279,2.9586,5.2279],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,5.1673,3.018,5.1673,3.018,5.2279,2.9586,5.2279],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,5.1302,4.7267,5.1302,4.7267,5.2744,3.214,5.2744],\u0022text\u0022:\u0022Pre-keynote thank you\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,5.1302,4.0183,5.1302,4.0183,5.2744,3.214,5.2744],\u0022text\u0022:\u0022Pre-keynote\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.0665,5.1302,4.4475,5.1302,4.4475,5.2463,4.0665,5.2463],\u0022text\u0022:\u0022thank\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.4903,5.165,4.7267,5.165,4.7267,5.2744,4.4903,5.2744],\u0022text\u0022:\u0022you\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,5.379,3.018,5.379,3.018,5.4395,2.9586,5.4395],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,5.379,3.018,5.379,3.018,5.4395,2.9586,5.4395],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,5.3495,4.2093,5.3495,4.2093,5.4861,3.214,5.4861],\u0022text\u0022:\u0022Logo on poster\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,5.3495,3.5163,5.3495,3.5163,5.4861,3.214,5.4861],\u0022text\u0022:\u0022Logo\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.5686,5.3767,3.7244,5.3767,3.7244,5.458,3.5686,5.458],\u0022text\u0022:\u0022on\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.7888,5.358,4.2093,5.358,4.2093,5.4861,3.7888,5.4861],\u0022text\u0022:\u0022poster\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,5.5923,3.018,5.5923,3.018,5.6529,2.9586,5.6529],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,5.5923,3.018,5.5923,3.018,5.6529,2.9586,5.6529],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,5.5552,5.201,5.5552,5.201,5.6994,3.214,5.6994],\u0022text\u0022:\u0022Full page ad in program guide\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,5.5552,3.4295,5.5552,3.4295,5.6713,3.214,5.6713],\u0022text\u0022:\u0022Full\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.492,5.59,3.7989,5.59,3.7989,5.6994,3.492,5.6994],\u0022text\u0022:\u0022page\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.8519,5.5556,3.9991,5.5556,3.9991,5.6713,3.8519,5.6713],\u0022text\u0022:\u0022ad\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.0599,5.5605,4.1626,5.5605,4.1626,5.6703,4.0599,5.6703],\u0022text\u0022:\u0022in\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.2248,5.59,4.7839,5.59,4.7839,5.6994,4.2248,5.6994],\u0022text\u0022:\u0022program\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.8367,5.5556,5.201,5.5556,5.201,5.6994,4.8367,5.6994],\u0022text\u0022:\u0022guide\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,5.804,3.018,5.804,3.018,5.8645,2.9586,5.8645],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,5.804,3.018,5.804,3.018,5.8645,2.9586,5.8645],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0842,5.9786,2.0339,5.9786,2.0339,6.1228,1.0842,6.1228],\u0022text\u0022:\u0022Silver Sponsor\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0842,5.9786,1.4443,5.9786,1.4443,6.0947,1.0842,6.0947],\u0022text\u0022:\u0022Silver\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.4904,5.985,2.0339,5.985,2.0339,6.1228,1.4904,6.1228],\u0022text\u0022:\u0022Sponsor\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,6.024,3.018,6.024,3.018,6.0845,2.9586,6.0845],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,6.024,3.018,6.024,3.018,6.0845,2.9586,6.0845],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,5.9869,3.8726,5.9869,3.8726,6.103,3.214,6.103],\u0022text\u0022:\u0022Full booth\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,5.9869,3.4295,5.9869,3.4295,6.103,3.214,6.103],\u0022text\u0022:\u0022Full\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.492,5.9869,3.8726,5.9869,3.8726,6.103,3.492,6.103],\u0022text\u0022:\u0022booth\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[5.8328,5.9677,6.2829,5.9677,6.2829,6.1168,5.8328,6.1168],\u0022text\u0022:\u0022$1,200\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[5.8328,5.9677,6.2829,5.9677,6.2829,6.1168,5.8328,6.1168],\u0022text\u0022:\u0022$1,200\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,6.2356,3.018,6.2356,3.018,6.2962,2.9586,6.2962],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,6.2356,3.018,6.2356,3.018,6.2962,2.9586,6.2962],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,6.1986,4.7938,6.1986,4.7938,6.3428,3.214,6.3428],\u0022text\u0022:\u0022Post-keynote thank you\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,6.1986,4.0878,6.1986,4.0878,6.3428,3.214,6.3428],\u0022text\u0022:\u0022Post-keynote\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.1348,6.1986,4.5158,6.1986,4.5158,6.3147,4.1348,6.3147],\u0022text\u0022:\u0022thank\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.5586,6.2333,4.7938,6.2333,4.7938,6.3428,4.5586,6.3428],\u0022text\u0022:\u0022you\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,6.4473,3.018,6.4473,3.018,6.5079,2.9586,6.5079],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,6.4473,3.018,6.4473,3.018,6.5079,2.9586,6.5079],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,6.4179,4.2093,6.4179,4.2093,6.5544,3.214,6.5544],\u0022text\u0022:\u0022Logo on poster\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,6.4179,3.5163,6.4179,3.5163,6.5544,3.214,6.5544],\u0022text\u0022:\u0022Logo\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.5686,6.445,3.7244,6.445,3.7244,6.5263,3.5686,6.5263],\u0022text\u0022:\u0022on\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.7888,6.4264,4.2093,6.4264,4.2093,6.5544,3.7888,6.5544],\u0022text\u0022:\u0022poster\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,6.6606,3.018,6.6606,3.018,6.7212,2.9586,6.7212],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,6.6606,3.018,6.6606,3.018,6.7212,2.9586,6.7212],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,6.6229,5.2314,6.6229,5.2314,6.7678,3.214,6.7678],\u0022text\u0022:\u0022Half page ad in program guide\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,6.6229,3.4739,6.6229,3.4739,6.7397,3.214,6.7397],\u0022text\u0022:\u0022Half\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.5224,6.6583,3.8326,6.6583,3.8326,6.7678,3.5224,6.7678],\u0022text\u0022:\u0022page\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.8843,6.6239,4.0315,6.6239,4.0315,6.7397,3.8843,6.7397],\u0022text\u0022:\u0022ad\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.0923,6.6289,4.195,6.6289,4.195,6.7387,4.0923,6.7387],\u0022text\u0022:\u0022in\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.2563,6.6583,4.8148,6.6583,4.8148,6.7678,4.2563,6.7678],\u0022text\u0022:\u0022program\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.8695,6.6239,5.2314,6.6239,5.2314,6.7678,4.8695,6.7678],\u0022text\u0022:\u0022guide\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0923,6.84,2.1362,6.84,2.1362,6.9778,1.0923,6.9778],\u0022text\u0022:\u0022Bronze Sponsor\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0923,6.8417,1.545,6.8417,1.545,6.9497,1.0923,6.9497],\u0022text\u0022:\u0022Bronze\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.5951,6.84,2.1362,6.84,2.1362,6.9778,1.5951,6.9778],\u0022text\u0022:\u0022Sponsor\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,6.879,3.018,6.879,3.018,6.9395,2.9586,6.9395],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,6.879,3.018,6.879,3.018,6.9395,2.9586,6.9395],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,6.8419,3.8726,6.8419,3.8726,6.958,3.214,6.958],\u0022text\u0022:\u0022Full booth\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,6.8419,3.4295,6.8419,3.4295,6.958,3.214,6.958],\u0022text\u0022:\u0022Full\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.492,6.8419,3.8726,6.8419,3.8726,6.958,3.492,6.958],\u0022text\u0022:\u0022booth\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[5.8328,6.8227,6.2829,6.8227,6.2829,6.9718,5.8328,6.9718],\u0022text\u0022:\u0022$1,000\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[5.8328,6.8227,6.2829,6.8227,6.2829,6.9718,5.8328,6.9718],\u0022text\u0022:\u0022$1,000\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,7.0923,3.018,7.0923,3.018,7.1529,2.9586,7.1529],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,7.0923,3.018,7.0923,3.018,7.1529,2.9586,7.1529],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,7.0629,4.2093,7.0629,4.2093,7.1994,3.214,7.1994],\u0022text\u0022:\u0022Logo on poster\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,7.0629,3.5163,7.0629,3.5163,7.1994,3.214,7.1994],\u0022text\u0022:\u0022Logo\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.5686,7.09,3.7244,7.09,3.7244,7.1713,3.5686,7.1713],\u0022text\u0022:\u0022on\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.7888,7.0714,4.2093,7.0714,4.2093,7.1994,3.7888,7.1994],\u0022text\u0022:\u0022poster\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,7.304,3.018,7.304,3.018,7.3645,2.9586,7.3645],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,7.304,3.018,7.304,3.018,7.3645,2.9586,7.3645],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.2082,7.2672,5.3419,7.2672,5.3419,7.4111,3.2082,7.4111],\u0022text\u0022:\u002250% discount on program guide\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.2082,7.2717,3.4817,7.2717,3.4817,7.3845,3.2082,7.3845],\u0022text\u0022:\u002250%\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.533,7.2672,4.1018,7.2672,4.1018,7.383,3.533,7.383],\u0022text\u0022:\u0022discount\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.1512,7.3017,4.307,7.3017,4.307,7.383,4.1512,7.383],\u0022text\u0022:\u0022on\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.3682,7.3017,4.9253,7.3017,4.9253,7.4111,4.3682,7.4111],\u0022text\u0022:\u0022program\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.981,7.2672,5.3419,7.2672,5.3419,7.4111,4.981,7.4111],\u0022text\u0022:\u0022guide\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.2075,7.4706,4.2429,7.4706,4.2429,7.5863,3.2075,7.5863],\u0022text\u0022:\u0022advertisements\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.2075,7.4706,4.2429,7.4706,4.2429,7.5863,3.2075,7.5863],\u0022text\u0022:\u0022advertisements\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0923,7.6819,1.7537,7.6819,1.7537,7.798,1.0923,7.798],\u0022text\u0022:\u0022Full Booth\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0923,7.6819,1.3079,7.6819,1.3079,7.798,1.0923,7.798],\u0022text\u0022:\u0022Full\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.3718,7.6819,1.7537,7.6819,1.7537,7.798,1.3718,7.798],\u0022text\u0022:\u0022Booth\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,7.7273,3.018,7.7273,3.018,7.7879,2.9586,7.7879],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,7.7273,3.018,7.7273,3.018,7.7879,2.9586,7.7879],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,7.6902,3.8726,7.6902,3.8726,7.8063,3.214,7.8063],\u0022text\u0022:\u0022Full booth\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,7.6902,3.4295,7.6902,3.4295,7.8063,3.214,7.8063],\u0022text\u0022:\u0022Full\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.492,7.6902,3.8726,7.6902,3.8726,7.8063,3.492,7.8063],\u0022text\u0022:\u0022booth\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[5.8328,7.6711,6.1586,7.6711,6.1586,7.8165,5.8328,7.8165],\u0022text\u0022:\u0022$600\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[5.8328,7.6711,6.1586,7.6711,6.1586,7.8165,5.8328,7.8165],\u0022text\u0022:\u0022$600\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,7.939,3.018,7.939,3.018,7.9995,2.9586,7.9995],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,7.939,3.018,7.939,3.018,7.9995,2.9586,7.9995],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.2082,7.9022,5.3419,7.9022,5.3419,8.0461,3.2082,8.0461],\u0022text\u0022:\u002250% discount on program guide\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.2082,7.9067,3.4817,7.9067,3.4817,8.0195,3.2082,8.0195],\u0022text\u0022:\u002250%\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.533,7.9022,4.1018,7.9022,4.1018,8.018,3.533,8.018],\u0022text\u0022:\u0022discount\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.1512,7.9367,4.307,7.9367,4.307,8.018,4.1512,8.018],\u0022text\u0022:\u0022on\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.3682,7.9367,4.9253,7.9367,4.9253,8.0461,4.3682,8.0461],\u0022text\u0022:\u0022program\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.981,7.9022,5.3419,7.9022,5.3419,8.0461,4.981,8.0461],\u0022text\u0022:\u0022guide\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.2075,8.1056,4.2429,8.1056,4.2429,8.2213,3.2075,8.2213],\u0022text\u0022:\u0022advertisements\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.2075,8.1056,4.2429,8.1056,4.2429,8.2213,3.2075,8.2213],\u0022text\u0022:\u0022advertisements\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0923,8.3162,1.7854,8.3162,1.7854,8.433,1.0923,8.433],\u0022text\u0022:\u0022Half Booth\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0923,8.3162,1.3522,8.3162,1.3522,8.433,1.0923,8.433],\u0022text\u0022:\u0022Half\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.4022,8.3169,1.7854,8.3169,1.7854,8.433,1.4022,8.433],\u0022text\u0022:\u0022Booth\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,8.3623,3.018,8.3623,3.018,8.4229,2.9586,8.4229],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,8.3623,3.018,8.3623,3.018,8.4229,2.9586,8.4229],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,8.3252,3.8726,8.3252,3.8726,8.4413,3.214,8.4413],\u0022text\u0022:\u0022Full booth\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,8.3252,3.4295,8.3252,3.4295,8.4413,3.214,8.4413],\u0022text\u0022:\u0022Full\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.492,8.3252,3.8726,8.3252,3.8726,8.4413,3.492,8.4413],\u0022text\u0022:\u0022booth\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[5.8328,8.3061,6.1586,8.3061,6.1586,8.4515,5.8328,8.4515],\u0022text\u0022:\u0022$350\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[5.8328,8.3061,6.1586,8.3061,6.1586,8.4515,5.8328,8.4515],\u0022text\u0022:\u0022$350\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,8.574,3.018,8.574,3.018,8.6345,2.9586,8.6345],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,8.574,3.018,8.574,3.018,8.6345,2.9586,8.6345],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.2093,8.5372,5.3419,8.5372,5.3419,8.6811,3.2093,8.6811],\u0022text\u0022:\u002225% discount on program guide\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.2093,8.5417,3.4817,8.5417,3.4817,8.6545,3.2093,8.6545],\u0022text\u0022:\u002225%\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.533,8.5372,4.1018,8.5372,4.1018,8.653,3.533,8.653],\u0022text\u0022:\u0022discount\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.1512,8.5717,4.307,8.5717,4.307,8.653,4.1512,8.653],\u0022text\u0022:\u0022on\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.3682,8.5717,4.9253,8.5717,4.9253,8.6811,4.3682,8.6811],\u0022text\u0022:\u0022program\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.981,8.5372,5.3419,8.5372,5.3419,8.6811,4.981,8.6811],\u0022text\u0022:\u0022guide\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.2075,8.7406,4.2429,8.7406,4.2429,8.8563,3.2075,8.8563],\u0022text\u0022:\u0022advertisements\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.2075,8.7406,4.2429,8.7406,4.2429,8.8563,3.2075,8.8563],\u0022text\u0022:\u0022advertisements\u0022,\u0022confidence\u0022:1}]}],\u0022selectionMarks\u0022:[{\u0022boundingBox\u0022:[0,10.2725,1.0372,10.2725,1.0372,10.9925,0,10.9925],\u0022confidence\u0022:0.69,\u0022state\u0022:\u0022unselected\u0022},{\u0022boundingBox\u0022:[0,10.6019,1.5095,10.6019,1.5095,10.9983,0,10.9983],\u0022confidence\u0022:0.69,\u0022state\u0022:\u0022unselected\u0022},{\u0022boundingBox\u0022:[2.9381,6.9634,3.0388,6.9634,3.0388,7.0736,2.9381,7.0736],\u0022confidence\u0022:0.553,\u0022state\u0022:\u0022unselected\u0022}]},{\u0022page\u0022:2,\u0022angle\u0022:0,\u0022width\u0022:8.5,\u0022height\u0022:11,\u0022unit\u0022:\u0022inch\u0022,\u0022lines\u0022:[{\u0022boundingBox\u0022:[6.1276,1.0667,7.4833,1.0667,7.4833,1.2403,6.1276,1.2403],\u0022text\u0022:\u0022Vendor #:121\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[6.1276,1.0667,6.8657,1.0667,6.8657,1.2403,6.1276,1.2403],\u0022text\u0022:\u0022Vendor\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.9307,1.0759,7.4833,1.0759,7.4833,1.2391,6.9307,1.2391],\u0022text\u0022:\u0022#:121\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0044,2.1771,2.35,2.1771,2.35,2.3315,1.0044,2.3315],\u0022text\u0022:\u0022Vendor Details:\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0044,2.1778,1.6496,2.1778,1.6496,2.3315,1.0044,2.3315],\u0022text\u0022:\u0022Vendor\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.7239,2.1771,2.35,2.1771,2.35,2.3315,1.7239,2.3315],\u0022text\u0022:\u0022Details:\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0065,2.7686,3.3477,2.7686,3.3477,2.9128,1.0065,2.9128],\u0022text\u0022:\u0022Company Name: Southridge Video\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0065,2.7749,1.651,2.7749,1.651,2.9126,1.0065,2.9126],\u0022text\u0022:\u0022Company\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.7019,2.7764,2.1376,2.7764,2.1376,2.885,1.7019,2.885],\u0022text\u0022:\u0022Name:\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.1925,2.7686,2.9184,2.7686,2.9184,2.9128,2.1925,2.9128],\u0022text\u0022:\u0022Southridge\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.9691,2.7689,3.3477,2.7689,3.3477,2.8847,2.9691,2.8847],\u0022text\u0022:\u0022Video\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0065,3.0986,3.5766,3.0986,3.5766,3.2428,1.0065,3.2428],\u0022text\u0022:\u0022Contact: Jamie@southridgevideo.com\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0065,3.1049,1.5706,3.1049,1.5706,3.215,1.0065,3.215],\u0022text\u0022:\u0022Contact:\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.6205,3.0986,3.5766,3.0986,3.5766,3.2428,1.6205,3.2428],\u0022text\u0022:\u0022Jamie@southridgevideo.com\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0115,3.4296,2.6542,3.4296,2.6542,3.5744,1.0115,3.5744],\u0022text\u0022:\u0022Preferred Package: Gold\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0115,3.4296,1.6499,3.4296,1.6499,3.5467,1.0115,3.5467],\u0022text\u0022:\u0022Preferred\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.7092,3.4302,2.2978,3.4302,2.2978,3.5744,1.7092,3.5744],\u0022text\u0022:\u0022Package:\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.3557,3.4302,2.6542,3.4302,2.6542,3.5463,2.3557,3.5463],\u0022text\u0022:\u0022Gold\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0052,3.7537,2.4783,3.7537,2.4783,3.9043,1.0052,3.9043],\u0022text\u0022:\u0022Special Requests: N/a\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0052,3.7602,1.475,3.7602,1.475,3.9043,1.0052,3.9043],\u0022text\u0022:\u0022Special\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.5342,3.7684,2.1899,3.7684,2.1899,3.9043,1.5342,3.9043],\u0022text\u0022:\u0022Requests:\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.254,3.7537,2.4783,3.7537,2.4783,3.8976,2.254,3.8976],\u0022text\u0022:\u0022N/a\u0022,\u0022confidence\u0022:1}]}],\u0022selectionMarks\u0022:[{\u0022boundingBox\u0022:[0.0024,9.869,1.0826,9.869,1.0826,10.9955,0.0024,10.9955],\u0022confidence\u0022:0.833,\u0022state\u0022:\u0022unselected\u0022},{\u0022boundingBox\u0022:[7.6562,1.0157,8.5,1.0157,8.5,2.8293,7.6562,2.8293],\u0022confidence\u0022:0.6,\u0022state\u0022:\u0022unselected\u0022},{\u0022boundingBox\u0022:[0.0008,10.4758,1.8164,10.4758,1.8164,10.9978,0.0008,10.9978],\u0022confidence\u0022:0.6,\u0022state\u0022:\u0022unselected\u0022}]}],\u0022pageResults\u0022:[{\u0022page\u0022:1,\u0022tables\u0022:[{\u0022rows\u0022:20,\u0022columns\u0022:3,\u0022cells\u0022:[{\u0022rowIndex\u0022:0,\u0022columnIndex\u0022:0,\u0022text\u0022:\u0022Package\u0022,\u0022boundingBox\u0022:[1.0033,4.6517,2.625,4.6517,2.625,4.8617,1.0033,4.8617],\u0022elements\u0022:[\u0022#/readResults/0/lines/10/words/0\u0022]},{\u0022rowIndex\u0022:0,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022Included\u0022,\u0022boundingBox\u0022:[2.625,4.6517,5.75,4.6517,5.75,4.8617,2.625,4.8617],\u0022elements\u0022:[\u0022#/readResults/0/lines/11/words/0\u0022]},{\u0022rowIndex\u0022:0,\u0022columnIndex\u0022:2,\u0022text\u0022:\u0022Price\u0022,\u0022boundingBox\u0022:[5.75,4.6517,7.4967,4.6517,7.4967,4.8617,5.75,4.8617],\u0022elements\u0022:[\u0022#/readResults/0/lines/12/words/0\u0022]},{\u0022rowIndex\u0022:1,\u0022columnIndex\u0022:0,\u0022text\u0022:\u0022Gold Sponsor\u0022,\u0022boundingBox\u0022:[1.0033,4.8617,2.625,4.8617,2.625,5.0833,1.0033,5.0833],\u0022elements\u0022:[\u0022#/readResults/0/lines/13/words/0\u0022,\u0022#/readResults/0/lines/13/words/1\u0022]},{\u0022rowIndex\u0022:1,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Full booth\u0022,\u0022boundingBox\u0022:[2.625,4.8617,5.75,4.8617,5.75,5.0833,2.625,5.0833],\u0022elements\u0022:[\u0022#/readResults/0/lines/14/words/0\u0022,\u0022#/readResults/0/lines/15/words/0\u0022,\u0022#/readResults/0/lines/15/words/1\u0022]},{\u0022rowIndex\u0022:1,\u0022columnIndex\u0022:2,\u0022text\u0022:\u0022$1,500\u0022,\u0022boundingBox\u0022:[5.75,4.8617,7.4967,4.8617,7.4967,5.0833,5.75,5.0833],\u0022elements\u0022:[\u0022#/readResults/0/lines/16/words/0\u0022]},{\u0022rowIndex\u0022:2,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Pre-keynote thank you\u0022,\u0022boundingBox\u0022:[2.625,5.0833,5.75,5.0833,5.75,5.3056,2.625,5.3056],\u0022elements\u0022:[\u0022#/readResults/0/lines/17/words/0\u0022,\u0022#/readResults/0/lines/18/words/0\u0022,\u0022#/readResults/0/lines/18/words/1\u0022,\u0022#/readResults/0/lines/18/words/2\u0022]},{\u0022rowIndex\u0022:3,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Logo on poster\u0022,\u0022boundingBox\u0022:[2.625,5.3056,5.75,5.3056,5.75,5.5139,2.625,5.5139],\u0022elements\u0022:[\u0022#/readResults/0/lines/19/words/0\u0022,\u0022#/readResults/0/lines/20/words/0\u0022,\u0022#/readResults/0/lines/20/words/1\u0022,\u0022#/readResults/0/lines/20/words/2\u0022]},{\u0022rowIndex\u0022:4,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Full page ad in program guide\u0022,\u0022boundingBox\u0022:[2.625,5.5139,5.75,5.5139,5.75,5.7361,2.625,5.7361],\u0022elements\u0022:[\u0022#/readResults/0/lines/21/words/0\u0022,\u0022#/readResults/0/lines/22/words/0\u0022,\u0022#/readResults/0/lines/22/words/1\u0022,\u0022#/readResults/0/lines/22/words/2\u0022,\u0022#/readResults/0/lines/22/words/3\u0022,\u0022#/readResults/0/lines/22/words/4\u0022,\u0022#/readResults/0/lines/22/words/5\u0022]},{\u0022rowIndex\u0022:5,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.625,5.7361,5.75,5.7361,5.75,5.93,2.625,5.93],\u0022elements\u0022:[\u0022#/readResults/0/lines/23/words/0\u0022]},{\u0022rowIndex\u0022:6,\u0022columnIndex\u0022:0,\u0022text\u0022:\u0022Silver Sponsor\u0022,\u0022boundingBox\u0022:[1.0033,5.93,2.625,5.93,2.625,6.1528,1.0033,6.1528],\u0022elements\u0022:[\u0022#/readResults/0/lines/24/words/0\u0022,\u0022#/readResults/0/lines/24/words/1\u0022]},{\u0022rowIndex\u0022:6,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Full booth\u0022,\u0022boundingBox\u0022:[2.625,5.93,5.75,5.93,5.75,6.1528,2.625,6.1528],\u0022elements\u0022:[\u0022#/readResults/0/lines/25/words/0\u0022,\u0022#/readResults/0/lines/26/words/0\u0022,\u0022#/readResults/0/lines/26/words/1\u0022]},{\u0022rowIndex\u0022:6,\u0022columnIndex\u0022:2,\u0022text\u0022:\u0022$1,200\u0022,\u0022boundingBox\u0022:[5.75,5.93,7.4967,5.93,7.4967,6.1528,5.75,6.1528],\u0022elements\u0022:[\u0022#/readResults/0/lines/27/words/0\u0022]},{\u0022rowIndex\u0022:7,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Post-keynote thank you\u0022,\u0022boundingBox\u0022:[2.625,6.1528,5.75,6.1528,5.75,6.375,2.625,6.375],\u0022elements\u0022:[\u0022#/readResults/0/lines/28/words/0\u0022,\u0022#/readResults/0/lines/29/words/0\u0022,\u0022#/readResults/0/lines/29/words/1\u0022,\u0022#/readResults/0/lines/29/words/2\u0022]},{\u0022rowIndex\u0022:8,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Logo on poster\u0022,\u0022boundingBox\u0022:[2.625,6.375,5.75,6.375,5.75,6.5833,2.625,6.5833],\u0022elements\u0022:[\u0022#/readResults/0/lines/30/words/0\u0022,\u0022#/readResults/0/lines/31/words/0\u0022,\u0022#/readResults/0/lines/31/words/1\u0022,\u0022#/readResults/0/lines/31/words/2\u0022]},{\u0022rowIndex\u0022:9,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Half page ad in program guide\u0022,\u0022boundingBox\u0022:[2.625,6.5833,5.75,6.5833,5.75,6.7867,2.625,6.7867],\u0022elements\u0022:[\u0022#/readResults/0/lines/32/words/0\u0022,\u0022#/readResults/0/lines/33/words/0\u0022,\u0022#/readResults/0/lines/33/words/1\u0022,\u0022#/readResults/0/lines/33/words/2\u0022,\u0022#/readResults/0/lines/33/words/3\u0022,\u0022#/readResults/0/lines/33/words/4\u0022,\u0022#/readResults/0/lines/33/words/5\u0022]},{\u0022rowIndex\u0022:10,\u0022columnIndex\u0022:0,\u0022text\u0022:\u0022Bronze Sponsor\u0022,\u0022boundingBox\u0022:[1.0033,6.7867,2.625,6.7867,2.625,7.0139,1.0033,7.0139],\u0022elements\u0022:[\u0022#/readResults/0/lines/34/words/0\u0022,\u0022#/readResults/0/lines/34/words/1\u0022]},{\u0022rowIndex\u0022:10,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Full booth\u0022,\u0022boundingBox\u0022:[2.625,6.7867,5.75,6.7867,5.75,7.0139,2.625,7.0139],\u0022elements\u0022:[\u0022#/readResults/0/lines/35/words/0\u0022,\u0022#/readResults/0/lines/36/words/0\u0022,\u0022#/readResults/0/lines/36/words/1\u0022]},{\u0022rowIndex\u0022:10,\u0022columnIndex\u0022:2,\u0022text\u0022:\u0022$1,000\u0022,\u0022boundingBox\u0022:[5.75,6.7867,7.4967,6.7867,7.4967,7.0139,5.75,7.0139],\u0022elements\u0022:[\u0022#/readResults/0/lines/37/words/0\u0022]},{\u0022rowIndex\u0022:11,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Logo on poster\u0022,\u0022boundingBox\u0022:[2.625,7.0139,5.75,7.0139,5.75,7.2222,2.625,7.2222],\u0022elements\u0022:[\u0022#/readResults/0/lines/38/words/0\u0022,\u0022#/readResults/0/lines/39/words/0\u0022,\u0022#/readResults/0/lines/39/words/1\u0022,\u0022#/readResults/0/lines/39/words/2\u0022]},{\u0022rowIndex\u0022:12,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 50% discount on program guide\u0022,\u0022boundingBox\u0022:[2.625,7.2222,5.75,7.2222,5.75,7.4306,2.625,7.4306],\u0022elements\u0022:[\u0022#/readResults/0/lines/40/words/0\u0022,\u0022#/readResults/0/lines/41/words/0\u0022,\u0022#/readResults/0/lines/41/words/1\u0022,\u0022#/readResults/0/lines/41/words/2\u0022,\u0022#/readResults/0/lines/41/words/3\u0022,\u0022#/readResults/0/lines/41/words/4\u0022]},{\u0022rowIndex\u0022:13,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022advertisements\u0022,\u0022boundingBox\u0022:[2.625,7.4306,5.75,7.4306,5.75,7.635,2.625,7.635],\u0022elements\u0022:[\u0022#/readResults/0/lines/42/words/0\u0022]},{\u0022rowIndex\u0022:14,\u0022columnIndex\u0022:0,\u0022text\u0022:\u0022Full Booth\u0022,\u0022boundingBox\u0022:[1.0033,7.635,2.625,7.635,2.625,7.8611,1.0033,7.8611],\u0022elements\u0022:[\u0022#/readResults/0/lines/43/words/0\u0022,\u0022#/readResults/0/lines/43/words/1\u0022]},{\u0022rowIndex\u0022:14,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Full booth\u0022,\u0022boundingBox\u0022:[2.625,7.635,5.75,7.635,5.75,7.8611,2.625,7.8611],\u0022elements\u0022:[\u0022#/readResults/0/lines/44/words/0\u0022,\u0022#/readResults/0/lines/45/words/0\u0022,\u0022#/readResults/0/lines/45/words/1\u0022]},{\u0022rowIndex\u0022:14,\u0022columnIndex\u0022:2,\u0022text\u0022:\u0022$600\u0022,\u0022boundingBox\u0022:[5.75,7.635,7.4967,7.635,7.4967,7.8611,5.75,7.8611],\u0022elements\u0022:[\u0022#/readResults/0/lines/46/words/0\u0022]},{\u0022rowIndex\u0022:15,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 50% discount on program guide\u0022,\u0022boundingBox\u0022:[2.625,7.8611,5.75,7.8611,5.75,8.0694,2.625,8.0694],\u0022elements\u0022:[\u0022#/readResults/0/lines/47/words/0\u0022,\u0022#/readResults/0/lines/48/words/0\u0022,\u0022#/readResults/0/lines/48/words/1\u0022,\u0022#/readResults/0/lines/48/words/2\u0022,\u0022#/readResults/0/lines/48/words/3\u0022,\u0022#/readResults/0/lines/48/words/4\u0022]},{\u0022rowIndex\u0022:16,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022advertisements\u0022,\u0022boundingBox\u0022:[2.625,8.0694,5.75,8.0694,5.75,8.27,2.625,8.27],\u0022elements\u0022:[\u0022#/readResults/0/lines/49/words/0\u0022]},{\u0022rowIndex\u0022:17,\u0022columnIndex\u0022:0,\u0022text\u0022:\u0022Half Booth\u0022,\u0022boundingBox\u0022:[1.0033,8.27,2.625,8.27,2.625,8.4861,1.0033,8.4861],\u0022elements\u0022:[\u0022#/readResults/0/lines/50/words/0\u0022,\u0022#/readResults/0/lines/50/words/1\u0022]},{\u0022rowIndex\u0022:17,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Full booth\u0022,\u0022boundingBox\u0022:[2.625,8.27,5.75,8.27,5.75,8.4861,2.625,8.4861],\u0022elements\u0022:[\u0022#/readResults/0/lines/51/words/0\u0022,\u0022#/readResults/0/lines/52/words/0\u0022,\u0022#/readResults/0/lines/52/words/1\u0022]},{\u0022rowIndex\u0022:17,\u0022columnIndex\u0022:2,\u0022text\u0022:\u0022$350\u0022,\u0022boundingBox\u0022:[5.75,8.27,7.4967,8.27,7.4967,8.4861,5.75,8.4861],\u0022elements\u0022:[\u0022#/readResults/0/lines/53/words/0\u0022]},{\u0022rowIndex\u0022:18,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 25% discount on program guide\u0022,\u0022boundingBox\u0022:[2.625,8.4861,5.75,8.4861,5.75,8.7083,2.625,8.7083],\u0022elements\u0022:[\u0022#/readResults/0/lines/54/words/0\u0022,\u0022#/readResults/0/lines/55/words/0\u0022,\u0022#/readResults/0/lines/55/words/1\u0022,\u0022#/readResults/0/lines/55/words/2\u0022,\u0022#/readResults/0/lines/55/words/3\u0022,\u0022#/readResults/0/lines/55/words/4\u0022]},{\u0022rowIndex\u0022:19,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022advertisements\u0022,\u0022boundingBox\u0022:[2.625,8.7083,5.75,8.7083,5.75,8.905,2.625,8.905],\u0022elements\u0022:[\u0022#/readResults/0/lines/56/words/0\u0022]}]}]},{\u0022page\u0022:2,\u0022tables\u0022:[]}]}}" + "ResponseBody": "{\u0022status\u0022:\u0022succeeded\u0022,\u0022createdDateTime\u0022:\u00222020-10-30T12:51:30Z\u0022,\u0022lastUpdatedDateTime\u0022:\u00222020-10-30T12:51:35Z\u0022,\u0022analyzeResult\u0022:{\u0022version\u0022:\u00222.1.0\u0022,\u0022readResults\u0022:[{\u0022page\u0022:1,\u0022angle\u0022:0,\u0022width\u0022:8.5,\u0022height\u0022:11,\u0022unit\u0022:\u0022inch\u0022,\u0022lines\u0022:[{\u0022boundingBox\u0022:[6.1276,1.0667,7.4833,1.0667,7.4833,1.2403,6.1276,1.2403],\u0022text\u0022:\u0022Vendor #:121\u0022,\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}},\u0022words\u0022:[{\u0022boundingBox\u0022:[6.1276,1.0667,6.8657,1.0667,6.8657,1.2403,6.1276,1.2403],\u0022text\u0022:\u0022Vendor\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.9307,1.0759,7.4833,1.0759,7.4833,1.2391,6.9307,1.2391],\u0022text\u0022:\u0022#:121\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.2268,1.5733,6.2379,1.5733,6.2379,2.005,2.2268,2.005],\u0022text\u0022:\u0022Vendor Registration\u0022,\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}},\u0022words\u0022:[{\u0022boundingBox\u0022:[2.2268,1.5733,3.703,1.5733,3.703,1.9207,2.2268,1.9207],\u0022text\u0022:\u0022Vendor\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.8661,1.5883,6.2379,1.5883,6.2379,2.005,3.8661,2.005],\u0022text\u0022:\u0022Registration\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0078,2.5846,7.0776,2.5846,7.0776,2.7293,1.0078,2.7293],\u0022text\u0022:\u0022Contoso Ltd. Conference will be held on May 28-29, 2020 at the Elm Conference Center in\u0022,\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}},\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0078,2.5919,1.5548,2.5919,1.5548,2.7013,1.0078,2.7013],\u0022text\u0022:\u0022Contoso\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.6125,2.5856,1.843,2.5856,1.843,2.7013,1.6125,2.7013],\u0022text\u0022:\u0022Ltd.\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.8996,2.5846,2.6636,2.5846,2.6636,2.7013,1.8996,2.7013],\u0022text\u0022:\u0022Conference\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.7122,2.5852,2.9307,2.5852,2.9307,2.7003,2.7122,2.7003],\u0022text\u0022:\u0022will\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.9922,2.5852,3.1419,2.5852,3.1419,2.7013,2.9922,2.7013],\u0022text\u0022:\u0022be\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.1987,2.5852,3.4704,2.5852,3.4704,2.7013,3.1987,2.7013],\u0022text\u0022:\u0022held\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.53,2.62,3.6846,2.62,3.6846,2.7013,3.53,2.7013],\u0022text\u0022:\u0022on\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.7498,2.5934,4.0422,2.5934,4.0422,2.7293,3.7498,2.7293],\u0022text\u0022:\u0022May\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.0877,2.5914,4.5042,2.5914,4.5042,2.7236,4.0877,2.7236],\u0022text\u0022:\u002228-29,\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.5586,2.5914,4.884,2.5914,4.884,2.7017,4.5586,2.7017],\u0022text\u0022:\u00222020\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.9351,2.6014,5.0577,2.6014,5.0577,2.7013,4.9351,2.7013],\u0022text\u0022:\u0022at\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[5.1033,2.5852,5.3202,2.5852,5.3202,2.7013,5.1033,2.7013],\u0022text\u0022:\u0022the\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[5.3787,2.5852,5.6051,2.5852,5.6051,2.7003,5.3787,2.7003],\u0022text\u0022:\u0022Elm\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[5.6624,2.5846,6.4263,2.5846,6.4263,2.7013,5.6624,2.7013],\u0022text\u0022:\u0022Conference\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.4796,2.5919,6.9234,2.5919,6.9234,2.7013,6.4796,2.7013],\u0022text\u0022:\u0022Center\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.9765,2.5905,7.0776,2.5905,7.0776,2.7003,6.9765,2.7003],\u0022text\u0022:\u0022in\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.014,2.8029,7.3457,2.8029,7.3457,2.9478,1.014,2.9478],\u0022text\u0022:\u0022Maple City, Massachusetts. The conference has sold out of its 1,500 tickets, with a 400 person\u0022,\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}},\u0022words\u0022:[{\u0022boundingBox\u0022:[1.014,2.8036,1.4242,2.8036,1.4242,2.9478,1.014,2.9478],\u0022text\u0022:\u0022Maple\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.4763,2.8089,1.7576,2.8089,1.7576,2.9478,1.4763,2.9478],\u0022text\u0022:\u0022City,\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.8195,2.8036,2.8383,2.8036,2.8383,2.9197,1.8195,2.9197],\u0022text\u0022:\u0022Massachusetts.\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.8883,2.8036,3.1326,2.8036,3.1326,2.9197,2.8883,2.9197],\u0022text\u0022:\u0022The\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.1842,2.8029,3.9301,2.8029,3.9301,2.9197,3.1842,2.9197],\u0022text\u0022:\u0022conference\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.9871,2.8036,4.2019,2.8036,4.2019,2.9197,3.9871,2.9197],\u0022text\u0022:\u0022has\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.2529,2.8036,4.5104,2.8036,4.5104,2.9197,4.2529,2.9197],\u0022text\u0022:\u0022sold\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.5701,2.8197,4.7871,2.8197,4.7871,2.9197,4.5701,2.9197],\u0022text\u0022:\u0022out\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.8373,2.8029,4.9701,2.8029,4.9701,2.9197,4.8373,2.9197],\u0022text\u0022:\u0022of\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[5.0169,2.8089,5.1601,2.8089,5.1601,2.9197,5.0169,2.9197],\u0022text\u0022:\u0022its\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[5.2167,2.81,5.5766,2.81,5.5766,2.9418,5.2167,2.9418],\u0022text\u0022:\u00221,500\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[5.6227,2.8036,6.0928,2.8036,6.0928,2.9418,5.6227,2.9418],\u0022text\u0022:\u0022tickets,\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.1461,2.8036,6.4308,2.8036,6.4308,2.9195,6.1461,2.9195],\u0022text\u0022:\u0022with\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.488,2.8383,6.548,2.8383,6.548,2.9197,6.488,2.9197],\u0022text\u0022:\u0022a\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.6016,2.81,6.8449,2.81,6.8449,2.9197,6.6016,2.9197],\u0022text\u0022:\u0022400\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.8998,2.8383,7.3457,2.8383,7.3457,2.9478,6.8998,2.9478],\u0022text\u0022:\u0022person\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0043,3.0229,7.2482,3.0229,7.2482,3.1678,1.0043,3.1678],\u0022text\u0022:\u0022waitlist. Vendor applications are being accepted through Feb 28, 2020. Please fill in the form\u0022,\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}},\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0043,3.0236,1.5194,3.0236,1.5194,3.1397,1.0043,3.1397],\u0022text\u0022:\u0022waitlist.\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.5733,3.0239,2.0654,3.0239,2.0654,3.1397,1.5733,3.1397],\u0022text\u0022:\u0022Vendor\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.1132,3.0236,2.9143,3.0236,2.9143,3.1678,2.1132,3.1678],\u0022text\u0022:\u0022applications\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.9675,3.0583,3.1726,3.0583,3.1726,3.1397,2.9675,3.1397],\u0022text\u0022:\u0022are\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.2306,3.0236,3.5889,3.0236,3.5889,3.1678,3.2306,3.1678],\u0022text\u0022:\u0022being\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.6388,3.0239,4.2336,3.0239,4.2336,3.1678,3.6388,3.1678],\u0022text\u0022:\u0022accepted\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.2862,3.0236,4.8127,3.0236,4.8127,3.1678,4.2862,3.1678],\u0022text\u0022:\u0022through\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.8815,3.0236,5.1133,3.0236,5.1133,3.14,4.8815,3.14],\u0022text\u0022:\u0022Feb\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[5.163,3.0297,5.361,3.0297,5.361,3.162,5.163,3.162],\u0022text\u0022:\u002228,\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[5.413,3.0297,5.7774,3.0297,5.7774,3.14,5.413,3.14],\u0022text\u0022:\u00222020.\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[5.8406,3.0236,6.2537,3.0236,6.2537,3.1397,5.8406,3.1397],\u0022text\u0022:\u0022Please\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.3022,3.0229,6.4539,3.0229,6.4539,3.1387,6.3022,3.1387],\u0022text\u0022:\u0022fill\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.5131,3.0289,6.6158,3.0289,6.6158,3.1387,6.5131,3.1387],\u0022text\u0022:\u0022in\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.6673,3.0236,6.8842,3.0236,6.8842,3.1397,6.6673,3.1397],\u0022text\u0022:\u0022the\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.9317,3.0229,7.2482,3.0229,7.2482,3.1397,6.9317,3.1397],\u0022text\u0022:\u0022form\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0125,3.2436,3.6599,3.2436,3.6599,3.3818,1.0125,3.3818],\u0022text\u0022:\u0022below, and attach a check made out to:\u0022,\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}},\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0125,3.2436,1.4459,3.2436,1.4459,3.3818,1.0125,3.3818],\u0022text\u0022:\u0022below,\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.5024,3.2439,1.7371,3.2439,1.7371,3.3597,1.5024,3.3597],\u0022text\u0022:\u0022and\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.7968,3.2436,2.2047,3.2436,2.2047,3.3597,1.7968,3.3597],\u0022text\u0022:\u0022attach\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.2619,3.2783,2.3219,3.2783,2.3219,3.3597,2.2619,3.3597],\u0022text\u0022:\u0022a\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.379,3.2436,2.7529,3.2436,2.7529,3.3597,2.379,3.3597],\u0022text\u0022:\u0022check\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.8076,3.2439,3.17,3.2439,3.17,3.3597,2.8076,3.3597],\u0022text\u0022:\u0022made\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.2251,3.2597,3.4421,3.2597,3.4421,3.3597,3.2251,3.3597],\u0022text\u0022:\u0022out\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.4869,3.2597,3.6599,3.2597,3.6599,3.3597,3.4869,3.3597],\u0022text\u0022:\u0022to:\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0078,3.5739,1.843,3.5739,1.843,3.6897,1.0078,3.6897],\u0022text\u0022:\u0022Contoso Ltd.\u0022,\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}},\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0078,3.5802,1.5548,3.5802,1.5548,3.6897,1.0078,3.6897],\u0022text\u0022:\u0022Contoso\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.6125,3.5739,1.843,3.5739,1.843,3.6897,1.6125,3.6897],\u0022text\u0022:\u0022Ltd.\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0093,3.7939,2.3768,3.7939,2.3768,3.9378,1.0093,3.9378],\u0022text\u0022:\u00222345 Dogwood Lane\u0022,\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}},\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0093,3.8,1.3297,3.8,1.3297,3.9097,1.0093,3.9097],\u0022text\u0022:\u00222345\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.3899,3.7939,2.0149,3.7939,2.0149,3.9378,1.3899,3.9378],\u0022text\u0022:\u0022Dogwood\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.0788,3.8012,2.3768,3.8012,2.3768,3.9097,2.0788,3.9097],\u0022text\u0022:\u0022Lane\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.014,4.0136,2.3377,4.0136,2.3377,4.1518,1.014,4.1518],\u0022text\u0022:\u0022Birch, Kansas 98123\u0022,\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}},\u0022words\u0022:[{\u0022boundingBox\u0022:[1.014,4.0136,1.3745,4.0136,1.3745,4.1518,1.014,4.1518],\u0022text\u0022:\u0022Birch,\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.4375,4.0212,1.8819,4.0212,1.8819,4.1297,1.4375,4.1297],\u0022text\u0022:\u0022Kansas\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.9318,4.02,2.3377,4.02,2.3377,4.1297,1.9318,4.1297],\u0022text\u0022:\u002298123\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0204,4.4248,1.5303,4.4248,1.5303,4.5682,1.0204,4.5682],\u0022text\u0022:\u0022Rates:\u0022,\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}},\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0204,4.4248,1.5303,4.4248,1.5303,4.5682,1.0204,4.5682],\u0022text\u0022:\u0022Rates:\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0923,4.6986,1.6232,4.6986,1.6232,4.8428,1.0923,4.8428],\u0022text\u0022:\u0022Package\u0022,\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}},\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0923,4.6986,1.6232,4.6986,1.6232,4.8428,1.0923,4.8428],\u0022text\u0022:\u0022Package\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.713,4.6986,3.2707,4.6986,3.2707,4.8147,2.713,4.8147],\u0022text\u0022:\u0022Included\u0022,\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}},\u0022words\u0022:[{\u0022boundingBox\u0022:[2.713,4.6986,3.2707,4.6986,3.2707,4.8147,2.713,4.8147],\u0022text\u0022:\u0022Included\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[5.838,4.7039,6.1513,4.7039,6.1513,4.8147,5.838,4.8147],\u0022text\u0022:\u0022Price\u0022,\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}},\u0022words\u0022:[{\u0022boundingBox\u0022:[5.838,4.7039,6.1513,4.7039,6.1513,4.8147,5.838,4.8147],\u0022text\u0022:\u0022Price\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0857,4.9086,1.9831,4.9086,1.9831,5.0528,1.0857,5.0528],\u0022text\u0022:\u0022Gold Sponsor\u0022,\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}},\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0857,4.9086,1.3842,4.9086,1.3842,5.0247,1.0857,5.0247],\u0022text\u0022:\u0022Gold\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.4423,4.915,1.9831,4.915,1.9831,5.0528,1.4423,5.0528],\u0022text\u0022:\u0022Sponsor\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,4.954,3.018,4.954,3.018,5.0145,2.9586,5.0145],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}},\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,4.954,3.018,4.954,3.018,5.0145,2.9586,5.0145],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,4.9169,3.8726,4.9169,3.8726,5.033,3.214,5.033],\u0022text\u0022:\u0022Full booth\u0022,\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}},\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,4.9169,3.4295,4.9169,3.4295,5.033,3.214,5.033],\u0022text\u0022:\u0022Full\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.492,4.9169,3.8726,4.9169,3.8726,5.033,3.492,5.033],\u0022text\u0022:\u0022booth\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[5.8328,4.8977,6.2829,4.8977,6.2829,5.0468,5.8328,5.0468],\u0022text\u0022:\u0022$1,500\u0022,\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}},\u0022words\u0022:[{\u0022boundingBox\u0022:[5.8328,4.8977,6.2829,4.8977,6.2829,5.0468,5.8328,5.0468],\u0022text\u0022:\u0022$1,500\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,5.1673,3.018,5.1673,3.018,5.2279,2.9586,5.2279],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}},\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,5.1673,3.018,5.1673,3.018,5.2279,2.9586,5.2279],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,5.1302,4.7267,5.1302,4.7267,5.2744,3.214,5.2744],\u0022text\u0022:\u0022Pre-keynote thank you\u0022,\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}},\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,5.1302,4.0183,5.1302,4.0183,5.2744,3.214,5.2744],\u0022text\u0022:\u0022Pre-keynote\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.0665,5.1302,4.4475,5.1302,4.4475,5.2463,4.0665,5.2463],\u0022text\u0022:\u0022thank\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.4903,5.165,4.7267,5.165,4.7267,5.2744,4.4903,5.2744],\u0022text\u0022:\u0022you\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,5.379,3.018,5.379,3.018,5.4395,2.9586,5.4395],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}},\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,5.379,3.018,5.379,3.018,5.4395,2.9586,5.4395],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,5.3495,4.2093,5.3495,4.2093,5.4861,3.214,5.4861],\u0022text\u0022:\u0022Logo on poster\u0022,\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}},\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,5.3495,3.5163,5.3495,3.5163,5.4861,3.214,5.4861],\u0022text\u0022:\u0022Logo\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.5686,5.3767,3.7244,5.3767,3.7244,5.458,3.5686,5.458],\u0022text\u0022:\u0022on\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.7888,5.358,4.2093,5.358,4.2093,5.4861,3.7888,5.4861],\u0022text\u0022:\u0022poster\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,5.5923,3.018,5.5923,3.018,5.6529,2.9586,5.6529],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}},\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,5.5923,3.018,5.5923,3.018,5.6529,2.9586,5.6529],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,5.5552,5.201,5.5552,5.201,5.6994,3.214,5.6994],\u0022text\u0022:\u0022Full page ad in program guide\u0022,\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}},\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,5.5552,3.4295,5.5552,3.4295,5.6713,3.214,5.6713],\u0022text\u0022:\u0022Full\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.492,5.59,3.7989,5.59,3.7989,5.6994,3.492,5.6994],\u0022text\u0022:\u0022page\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.8519,5.5556,3.9991,5.5556,3.9991,5.6713,3.8519,5.6713],\u0022text\u0022:\u0022ad\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.0599,5.5605,4.1626,5.5605,4.1626,5.6703,4.0599,5.6703],\u0022text\u0022:\u0022in\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.2248,5.59,4.7839,5.59,4.7839,5.6994,4.2248,5.6994],\u0022text\u0022:\u0022program\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.8367,5.5556,5.201,5.5556,5.201,5.6994,4.8367,5.6994],\u0022text\u0022:\u0022guide\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,5.804,3.018,5.804,3.018,5.8645,2.9586,5.8645],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}},\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,5.804,3.018,5.804,3.018,5.8645,2.9586,5.8645],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0842,5.9786,2.0339,5.9786,2.0339,6.1228,1.0842,6.1228],\u0022text\u0022:\u0022Silver Sponsor\u0022,\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}},\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0842,5.9786,1.4443,5.9786,1.4443,6.0947,1.0842,6.0947],\u0022text\u0022:\u0022Silver\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.4904,5.985,2.0339,5.985,2.0339,6.1228,1.4904,6.1228],\u0022text\u0022:\u0022Sponsor\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,6.024,3.018,6.024,3.018,6.0845,2.9586,6.0845],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}},\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,6.024,3.018,6.024,3.018,6.0845,2.9586,6.0845],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,5.9869,3.8726,5.9869,3.8726,6.103,3.214,6.103],\u0022text\u0022:\u0022Full booth\u0022,\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}},\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,5.9869,3.4295,5.9869,3.4295,6.103,3.214,6.103],\u0022text\u0022:\u0022Full\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.492,5.9869,3.8726,5.9869,3.8726,6.103,3.492,6.103],\u0022text\u0022:\u0022booth\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[5.8328,5.9677,6.2829,5.9677,6.2829,6.1168,5.8328,6.1168],\u0022text\u0022:\u0022$1,200\u0022,\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}},\u0022words\u0022:[{\u0022boundingBox\u0022:[5.8328,5.9677,6.2829,5.9677,6.2829,6.1168,5.8328,6.1168],\u0022text\u0022:\u0022$1,200\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,6.2356,3.018,6.2356,3.018,6.2962,2.9586,6.2962],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}},\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,6.2356,3.018,6.2356,3.018,6.2962,2.9586,6.2962],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,6.1986,4.7938,6.1986,4.7938,6.3428,3.214,6.3428],\u0022text\u0022:\u0022Post-keynote thank you\u0022,\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}},\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,6.1986,4.0878,6.1986,4.0878,6.3428,3.214,6.3428],\u0022text\u0022:\u0022Post-keynote\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.1348,6.1986,4.5158,6.1986,4.5158,6.3147,4.1348,6.3147],\u0022text\u0022:\u0022thank\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.5586,6.2333,4.7938,6.2333,4.7938,6.3428,4.5586,6.3428],\u0022text\u0022:\u0022you\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,6.4473,3.018,6.4473,3.018,6.5079,2.9586,6.5079],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}},\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,6.4473,3.018,6.4473,3.018,6.5079,2.9586,6.5079],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,6.4179,4.2093,6.4179,4.2093,6.5544,3.214,6.5544],\u0022text\u0022:\u0022Logo on poster\u0022,\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}},\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,6.4179,3.5163,6.4179,3.5163,6.5544,3.214,6.5544],\u0022text\u0022:\u0022Logo\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.5686,6.445,3.7244,6.445,3.7244,6.5263,3.5686,6.5263],\u0022text\u0022:\u0022on\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.7888,6.4264,4.2093,6.4264,4.2093,6.5544,3.7888,6.5544],\u0022text\u0022:\u0022poster\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,6.6606,3.018,6.6606,3.018,6.7212,2.9586,6.7212],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}},\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,6.6606,3.018,6.6606,3.018,6.7212,2.9586,6.7212],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,6.6229,5.2314,6.6229,5.2314,6.7678,3.214,6.7678],\u0022text\u0022:\u0022Half page ad in program guide\u0022,\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}},\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,6.6229,3.4739,6.6229,3.4739,6.7397,3.214,6.7397],\u0022text\u0022:\u0022Half\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.5224,6.6583,3.8326,6.6583,3.8326,6.7678,3.5224,6.7678],\u0022text\u0022:\u0022page\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.8843,6.6239,4.0315,6.6239,4.0315,6.7397,3.8843,6.7397],\u0022text\u0022:\u0022ad\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.0923,6.6289,4.195,6.6289,4.195,6.7387,4.0923,6.7387],\u0022text\u0022:\u0022in\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.2563,6.6583,4.8148,6.6583,4.8148,6.7678,4.2563,6.7678],\u0022text\u0022:\u0022program\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.8695,6.6239,5.2314,6.6239,5.2314,6.7678,4.8695,6.7678],\u0022text\u0022:\u0022guide\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0923,6.84,2.1362,6.84,2.1362,6.9778,1.0923,6.9778],\u0022text\u0022:\u0022Bronze Sponsor\u0022,\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}},\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0923,6.8417,1.545,6.8417,1.545,6.9497,1.0923,6.9497],\u0022text\u0022:\u0022Bronze\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.5951,6.84,2.1362,6.84,2.1362,6.9778,1.5951,6.9778],\u0022text\u0022:\u0022Sponsor\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,6.879,3.018,6.879,3.018,6.9395,2.9586,6.9395],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}},\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,6.879,3.018,6.879,3.018,6.9395,2.9586,6.9395],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,6.8419,3.8726,6.8419,3.8726,6.958,3.214,6.958],\u0022text\u0022:\u0022Full booth\u0022,\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}},\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,6.8419,3.4295,6.8419,3.4295,6.958,3.214,6.958],\u0022text\u0022:\u0022Full\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.492,6.8419,3.8726,6.8419,3.8726,6.958,3.492,6.958],\u0022text\u0022:\u0022booth\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[5.8328,6.8227,6.2829,6.8227,6.2829,6.9718,5.8328,6.9718],\u0022text\u0022:\u0022$1,000\u0022,\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}},\u0022words\u0022:[{\u0022boundingBox\u0022:[5.8328,6.8227,6.2829,6.8227,6.2829,6.9718,5.8328,6.9718],\u0022text\u0022:\u0022$1,000\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,7.0923,3.018,7.0923,3.018,7.1529,2.9586,7.1529],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}},\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,7.0923,3.018,7.0923,3.018,7.1529,2.9586,7.1529],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,7.0629,4.2093,7.0629,4.2093,7.1994,3.214,7.1994],\u0022text\u0022:\u0022Logo on poster\u0022,\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}},\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,7.0629,3.5163,7.0629,3.5163,7.1994,3.214,7.1994],\u0022text\u0022:\u0022Logo\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.5686,7.09,3.7244,7.09,3.7244,7.1713,3.5686,7.1713],\u0022text\u0022:\u0022on\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.7888,7.0714,4.2093,7.0714,4.2093,7.1994,3.7888,7.1994],\u0022text\u0022:\u0022poster\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,7.304,3.018,7.304,3.018,7.3645,2.9586,7.3645],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}},\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,7.304,3.018,7.304,3.018,7.3645,2.9586,7.3645],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.2082,7.2672,5.3419,7.2672,5.3419,7.4111,3.2082,7.4111],\u0022text\u0022:\u002250% discount on program guide\u0022,\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}},\u0022words\u0022:[{\u0022boundingBox\u0022:[3.2082,7.2717,3.4817,7.2717,3.4817,7.3845,3.2082,7.3845],\u0022text\u0022:\u002250%\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.533,7.2672,4.1018,7.2672,4.1018,7.383,3.533,7.383],\u0022text\u0022:\u0022discount\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.1512,7.3017,4.307,7.3017,4.307,7.383,4.1512,7.383],\u0022text\u0022:\u0022on\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.3682,7.3017,4.9253,7.3017,4.9253,7.4111,4.3682,7.4111],\u0022text\u0022:\u0022program\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.981,7.2672,5.3419,7.2672,5.3419,7.4111,4.981,7.4111],\u0022text\u0022:\u0022guide\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.2075,7.4706,4.2429,7.4706,4.2429,7.5863,3.2075,7.5863],\u0022text\u0022:\u0022advertisements\u0022,\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}},\u0022words\u0022:[{\u0022boundingBox\u0022:[3.2075,7.4706,4.2429,7.4706,4.2429,7.5863,3.2075,7.5863],\u0022text\u0022:\u0022advertisements\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0923,7.6819,1.7537,7.6819,1.7537,7.798,1.0923,7.798],\u0022text\u0022:\u0022Full Booth\u0022,\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}},\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0923,7.6819,1.3079,7.6819,1.3079,7.798,1.0923,7.798],\u0022text\u0022:\u0022Full\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.3718,7.6819,1.7537,7.6819,1.7537,7.798,1.3718,7.798],\u0022text\u0022:\u0022Booth\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,7.7273,3.018,7.7273,3.018,7.7879,2.9586,7.7879],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}},\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,7.7273,3.018,7.7273,3.018,7.7879,2.9586,7.7879],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,7.6902,3.8726,7.6902,3.8726,7.8063,3.214,7.8063],\u0022text\u0022:\u0022Full booth\u0022,\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}},\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,7.6902,3.4295,7.6902,3.4295,7.8063,3.214,7.8063],\u0022text\u0022:\u0022Full\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.492,7.6902,3.8726,7.6902,3.8726,7.8063,3.492,7.8063],\u0022text\u0022:\u0022booth\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[5.8328,7.6711,6.1586,7.6711,6.1586,7.8165,5.8328,7.8165],\u0022text\u0022:\u0022$600\u0022,\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}},\u0022words\u0022:[{\u0022boundingBox\u0022:[5.8328,7.6711,6.1586,7.6711,6.1586,7.8165,5.8328,7.8165],\u0022text\u0022:\u0022$600\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,7.939,3.018,7.939,3.018,7.9995,2.9586,7.9995],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}},\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,7.939,3.018,7.939,3.018,7.9995,2.9586,7.9995],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.2082,7.9022,5.3419,7.9022,5.3419,8.0461,3.2082,8.0461],\u0022text\u0022:\u002250% discount on program guide\u0022,\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}},\u0022words\u0022:[{\u0022boundingBox\u0022:[3.2082,7.9067,3.4817,7.9067,3.4817,8.0195,3.2082,8.0195],\u0022text\u0022:\u002250%\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.533,7.9022,4.1018,7.9022,4.1018,8.018,3.533,8.018],\u0022text\u0022:\u0022discount\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.1512,7.9367,4.307,7.9367,4.307,8.018,4.1512,8.018],\u0022text\u0022:\u0022on\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.3682,7.9367,4.9253,7.9367,4.9253,8.0461,4.3682,8.0461],\u0022text\u0022:\u0022program\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.981,7.9022,5.3419,7.9022,5.3419,8.0461,4.981,8.0461],\u0022text\u0022:\u0022guide\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.2075,8.1056,4.2429,8.1056,4.2429,8.2213,3.2075,8.2213],\u0022text\u0022:\u0022advertisements\u0022,\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}},\u0022words\u0022:[{\u0022boundingBox\u0022:[3.2075,8.1056,4.2429,8.1056,4.2429,8.2213,3.2075,8.2213],\u0022text\u0022:\u0022advertisements\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0923,8.3162,1.7854,8.3162,1.7854,8.433,1.0923,8.433],\u0022text\u0022:\u0022Half Booth\u0022,\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}},\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0923,8.3162,1.3522,8.3162,1.3522,8.433,1.0923,8.433],\u0022text\u0022:\u0022Half\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.4022,8.3169,1.7854,8.3169,1.7854,8.433,1.4022,8.433],\u0022text\u0022:\u0022Booth\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,8.3623,3.018,8.3623,3.018,8.4229,2.9586,8.4229],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}},\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,8.3623,3.018,8.3623,3.018,8.4229,2.9586,8.4229],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,8.3252,3.8726,8.3252,3.8726,8.4413,3.214,8.4413],\u0022text\u0022:\u0022Full booth\u0022,\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}},\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,8.3252,3.4295,8.3252,3.4295,8.4413,3.214,8.4413],\u0022text\u0022:\u0022Full\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.492,8.3252,3.8726,8.3252,3.8726,8.4413,3.492,8.4413],\u0022text\u0022:\u0022booth\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[5.8328,8.3061,6.1586,8.3061,6.1586,8.4515,5.8328,8.4515],\u0022text\u0022:\u0022$350\u0022,\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}},\u0022words\u0022:[{\u0022boundingBox\u0022:[5.8328,8.3061,6.1586,8.3061,6.1586,8.4515,5.8328,8.4515],\u0022text\u0022:\u0022$350\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,8.574,3.018,8.574,3.018,8.6345,2.9586,8.6345],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}},\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,8.574,3.018,8.574,3.018,8.6345,2.9586,8.6345],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.2093,8.5372,5.3419,8.5372,5.3419,8.6811,3.2093,8.6811],\u0022text\u0022:\u002225% discount on program guide\u0022,\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}},\u0022words\u0022:[{\u0022boundingBox\u0022:[3.2093,8.5417,3.4817,8.5417,3.4817,8.6545,3.2093,8.6545],\u0022text\u0022:\u002225%\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.533,8.5372,4.1018,8.5372,4.1018,8.653,3.533,8.653],\u0022text\u0022:\u0022discount\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.1512,8.5717,4.307,8.5717,4.307,8.653,4.1512,8.653],\u0022text\u0022:\u0022on\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.3682,8.5717,4.9253,8.5717,4.9253,8.6811,4.3682,8.6811],\u0022text\u0022:\u0022program\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.981,8.5372,5.3419,8.5372,5.3419,8.6811,4.981,8.6811],\u0022text\u0022:\u0022guide\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.2075,8.7406,4.2429,8.7406,4.2429,8.8563,3.2075,8.8563],\u0022text\u0022:\u0022advertisements\u0022,\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}},\u0022words\u0022:[{\u0022boundingBox\u0022:[3.2075,8.7406,4.2429,8.7406,4.2429,8.8563,3.2075,8.8563],\u0022text\u0022:\u0022advertisements\u0022,\u0022confidence\u0022:1}]}]},{\u0022page\u0022:2,\u0022angle\u0022:0,\u0022width\u0022:8.5,\u0022height\u0022:11,\u0022unit\u0022:\u0022inch\u0022,\u0022lines\u0022:[{\u0022boundingBox\u0022:[6.1276,1.0667,7.4833,1.0667,7.4833,1.2403,6.1276,1.2403],\u0022text\u0022:\u0022Vendor #:121\u0022,\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}},\u0022words\u0022:[{\u0022boundingBox\u0022:[6.1276,1.0667,6.8657,1.0667,6.8657,1.2403,6.1276,1.2403],\u0022text\u0022:\u0022Vendor\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.9307,1.0759,7.4833,1.0759,7.4833,1.2391,6.9307,1.2391],\u0022text\u0022:\u0022#:121\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0044,2.1771,2.35,2.1771,2.35,2.3315,1.0044,2.3315],\u0022text\u0022:\u0022Vendor Details:\u0022,\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}},\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0044,2.1778,1.6496,2.1778,1.6496,2.3315,1.0044,2.3315],\u0022text\u0022:\u0022Vendor\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.7239,2.1771,2.35,2.1771,2.35,2.3315,1.7239,2.3315],\u0022text\u0022:\u0022Details:\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0065,2.7686,3.3477,2.7686,3.3477,2.9128,1.0065,2.9128],\u0022text\u0022:\u0022Company Name: Southridge Video\u0022,\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}},\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0065,2.7749,1.651,2.7749,1.651,2.9126,1.0065,2.9126],\u0022text\u0022:\u0022Company\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.7019,2.7764,2.1376,2.7764,2.1376,2.885,1.7019,2.885],\u0022text\u0022:\u0022Name:\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.1925,2.7686,2.9184,2.7686,2.9184,2.9128,2.1925,2.9128],\u0022text\u0022:\u0022Southridge\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.9691,2.7689,3.3477,2.7689,3.3477,2.8847,2.9691,2.8847],\u0022text\u0022:\u0022Video\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0065,3.0986,3.5766,3.0986,3.5766,3.2428,1.0065,3.2428],\u0022text\u0022:\u0022Contact: Jamie@southridgevideo.com\u0022,\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}},\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0065,3.1049,1.5706,3.1049,1.5706,3.215,1.0065,3.215],\u0022text\u0022:\u0022Contact:\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.6205,3.0986,3.5766,3.0986,3.5766,3.2428,1.6205,3.2428],\u0022text\u0022:\u0022Jamie@southridgevideo.com\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0115,3.4296,2.6542,3.4296,2.6542,3.5744,1.0115,3.5744],\u0022text\u0022:\u0022Preferred Package: Gold\u0022,\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}},\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0115,3.4296,1.6499,3.4296,1.6499,3.5467,1.0115,3.5467],\u0022text\u0022:\u0022Preferred\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.7092,3.4302,2.2978,3.4302,2.2978,3.5744,1.7092,3.5744],\u0022text\u0022:\u0022Package:\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.3557,3.4302,2.6542,3.4302,2.6542,3.5463,2.3557,3.5463],\u0022text\u0022:\u0022Gold\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0052,3.7537,2.4783,3.7537,2.4783,3.9043,1.0052,3.9043],\u0022text\u0022:\u0022Special Requests: N/a\u0022,\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}},\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0052,3.7602,1.475,3.7602,1.475,3.9043,1.0052,3.9043],\u0022text\u0022:\u0022Special\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.5342,3.7684,2.1899,3.7684,2.1899,3.9043,1.5342,3.9043],\u0022text\u0022:\u0022Requests:\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.254,3.7537,2.4783,3.7537,2.4783,3.8976,2.254,3.8976],\u0022text\u0022:\u0022N/a\u0022,\u0022confidence\u0022:1}]}]}],\u0022pageResults\u0022:[{\u0022page\u0022:1,\u0022tables\u0022:[{\u0022rows\u0022:13,\u0022columns\u0022:4,\u0022cells\u0022:[{\u0022rowIndex\u0022:0,\u0022columnIndex\u0022:0,\u0022text\u0022:\u0022Package\u0022,\u0022boundingBox\u0022:[0.9975,4.6436,2.6168,4.6436,2.6168,4.8578,0.9975,4.8578],\u0022elements\u0022:[\u0022#/readResults/0/lines/10/words/0\u0022]},{\u0022rowIndex\u0022:0,\u0022columnIndex\u0022:1,\u0022columnSpan\u0022:2,\u0022text\u0022:\u0022Included\u0022,\u0022boundingBox\u0022:[2.6168,4.6436,5.7422,4.6436,5.7422,4.8578,2.6168,4.8578],\u0022elements\u0022:[\u0022#/readResults/0/lines/11/words/0\u0022]},{\u0022rowIndex\u0022:0,\u0022columnIndex\u0022:3,\u0022text\u0022:\u0022Price\u0022,\u0022boundingBox\u0022:[5.7422,4.6436,7.4882,4.6436,7.4882,4.8513,5.7422,4.8578],\u0022elements\u0022:[\u0022#/readResults/0/lines/12/words/0\u0022]},{\u0022rowIndex\u0022:1,\u0022columnIndex\u0022:0,\u0022text\u0022:\u0022Gold Sponsor\u0022,\u0022boundingBox\u0022:[0.9975,4.8578,2.6168,4.8578,2.6168,5.0849,0.9975,5.0914],\u0022elements\u0022:[\u0022#/readResults/0/lines/13/words/0\u0022,\u0022#/readResults/0/lines/13/words/1\u0022]},{\u0022rowIndex\u0022:1,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.6168,4.8578,3.15,4.8578,3.15,5.0849,2.6168,5.0849],\u0022elements\u0022:[\u0022#/readResults/0/lines/14/words/0\u0022]},{\u0022rowIndex\u0022:1,\u0022columnIndex\u0022:2,\u0022text\u0022:\u0022Full booth\u0022,\u0022boundingBox\u0022:[3.15,4.8578,5.7422,4.8578,5.7422,5.0849,3.15,5.0849],\u0022elements\u0022:[\u0022#/readResults/0/lines/15/words/0\u0022,\u0022#/readResults/0/lines/15/words/1\u0022]},{\u0022rowIndex\u0022:1,\u0022columnIndex\u0022:3,\u0022text\u0022:\u0022$1,500\u0022,\u0022boundingBox\u0022:[5.7422,4.8578,7.4882,4.8513,7.4882,5.0849,5.7422,5.0849],\u0022elements\u0022:[\u0022#/readResults/0/lines/16/words/0\u0022]},{\u0022rowIndex\u0022:2,\u0022columnIndex\u0022:0,\u0022rowSpan\u0022:3,\u0022text\u0022:\u0022\u0022,\u0022boundingBox\u0022:[0.9975,5.0914,2.6168,5.0849,2.6168,5.9222,0.9975,5.9222],\u0022elements\u0022:[]},{\u0022rowIndex\u0022:2,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 \uF0B7\u0022,\u0022boundingBox\u0022:[2.6168,5.0849,3.15,5.0849,3.15,5.5198,2.6168,5.5198],\u0022elements\u0022:[\u0022#/readResults/0/lines/17/words/0\u0022,\u0022#/readResults/0/lines/19/words/0\u0022]},{\u0022rowIndex\u0022:2,\u0022columnIndex\u0022:2,\u0022text\u0022:\u0022Pre-keynote thank you Logo on poster\u0022,\u0022boundingBox\u0022:[3.15,5.0849,5.7422,5.0849,5.7489,5.5133,3.15,5.5198],\u0022elements\u0022:[\u0022#/readResults/0/lines/18/words/0\u0022,\u0022#/readResults/0/lines/18/words/1\u0022,\u0022#/readResults/0/lines/18/words/2\u0022,\u0022#/readResults/0/lines/20/words/0\u0022,\u0022#/readResults/0/lines/20/words/1\u0022,\u0022#/readResults/0/lines/20/words/2\u0022]},{\u0022rowIndex\u0022:2,\u0022columnIndex\u0022:3,\u0022text\u0022:\u0022\u0022,\u0022boundingBox\u0022:[5.7422,5.0849,7.4882,5.0849,7.4882,5.5198,5.7489,5.5133],\u0022elements\u0022:[]},{\u0022rowIndex\u0022:3,\u0022columnIndex\u0022:1,\u0022columnSpan\u0022:2,\u0022text\u0022:\u0022\uF0B7 Full page ad in program guide\u0022,\u0022boundingBox\u0022:[2.6168,5.5198,5.7489,5.5133,5.7489,5.7404,2.6168,5.7534],\u0022elements\u0022:[\u0022#/readResults/0/lines/21/words/0\u0022,\u0022#/readResults/0/lines/22/words/0\u0022,\u0022#/readResults/0/lines/22/words/1\u0022,\u0022#/readResults/0/lines/22/words/2\u0022,\u0022#/readResults/0/lines/22/words/3\u0022,\u0022#/readResults/0/lines/22/words/4\u0022,\u0022#/readResults/0/lines/22/words/5\u0022]},{\u0022rowIndex\u0022:3,\u0022columnIndex\u0022:3,\u0022text\u0022:\u0022\u0022,\u0022boundingBox\u0022:[5.7489,5.5133,7.4882,5.5198,7.4882,5.7469,5.7489,5.7404],\u0022elements\u0022:[]},{\u0022rowIndex\u0022:4,\u0022columnIndex\u0022:1,\u0022columnSpan\u0022:2,\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.6168,5.7534,5.7489,5.7404,5.7489,5.9222,2.6168,5.9222],\u0022elements\u0022:[\u0022#/readResults/0/lines/23/words/0\u0022]},{\u0022rowIndex\u0022:4,\u0022columnIndex\u0022:3,\u0022text\u0022:\u0022\u0022,\u0022boundingBox\u0022:[5.7489,5.7404,7.4882,5.7469,7.4948,5.9222,5.7489,5.9222],\u0022elements\u0022:[]},{\u0022rowIndex\u0022:5,\u0022columnIndex\u0022:0,\u0022rowSpan\u0022:2,\u0022text\u0022:\u0022Silver Sponsor\u0022,\u0022boundingBox\u0022:[0.9975,5.9222,2.6168,5.9222,2.6168,6.7853,0.9975,6.7788],\u0022elements\u0022:[\u0022#/readResults/0/lines/24/words/0\u0022,\u0022#/readResults/0/lines/24/words/1\u0022]},{\u0022rowIndex\u0022:5,\u0022columnIndex\u0022:1,\u0022rowSpan\u0022:2,\u0022text\u0022:\u0022\uF0B7 \uF0B7 \uF0B7 \uF0B7\u0022,\u0022boundingBox\u0022:[2.6168,5.9222,3.15,5.9222,3.15,6.7853,2.6168,6.7853],\u0022elements\u0022:[\u0022#/readResults/0/lines/25/words/0\u0022,\u0022#/readResults/0/lines/28/words/0\u0022,\u0022#/readResults/0/lines/30/words/0\u0022,\u0022#/readResults/0/lines/32/words/0\u0022]},{\u0022rowIndex\u0022:5,\u0022columnIndex\u0022:2,\u0022rowSpan\u0022:2,\u0022text\u0022:\u0022Full booth Post-keynote thank you Logo on poster Half page ad in program guide\u0022,\u0022boundingBox\u0022:[3.15,5.9222,5.7489,5.9222,5.7489,6.7853,3.15,6.7853],\u0022elements\u0022:[\u0022#/readResults/0/lines/26/words/0\u0022,\u0022#/readResults/0/lines/26/words/1\u0022,\u0022#/readResults/0/lines/29/words/0\u0022,\u0022#/readResults/0/lines/29/words/1\u0022,\u0022#/readResults/0/lines/29/words/2\u0022,\u0022#/readResults/0/lines/31/words/0\u0022,\u0022#/readResults/0/lines/31/words/1\u0022,\u0022#/readResults/0/lines/31/words/2\u0022,\u0022#/readResults/0/lines/33/words/0\u0022,\u0022#/readResults/0/lines/33/words/1\u0022,\u0022#/readResults/0/lines/33/words/2\u0022,\u0022#/readResults/0/lines/33/words/3\u0022,\u0022#/readResults/0/lines/33/words/4\u0022,\u0022#/readResults/0/lines/33/words/5\u0022]},{\u0022rowIndex\u0022:5,\u0022columnIndex\u0022:3,\u0022rowSpan\u0022:2,\u0022text\u0022:\u0022$1,200\u0022,\u0022boundingBox\u0022:[5.7489,5.9222,7.4948,5.9222,7.4948,6.7788,5.7489,6.7853],\u0022elements\u0022:[\u0022#/readResults/0/lines/27/words/0\u0022]},{\u0022rowIndex\u0022:7,\u0022columnIndex\u0022:0,\u0022rowSpan\u0022:2,\u0022text\u0022:\u0022Bronze Sponsor\u0022,\u0022boundingBox\u0022:[0.9975,6.7788,2.6168,6.7853,2.6168,7.6355,0.9975,7.629],\u0022elements\u0022:[\u0022#/readResults/0/lines/34/words/0\u0022,\u0022#/readResults/0/lines/34/words/1\u0022]},{\u0022rowIndex\u0022:7,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.6168,6.7853,3.15,6.7853,3.15,7.019,2.6168,7.019],\u0022elements\u0022:[\u0022#/readResults/0/lines/35/words/0\u0022]},{\u0022rowIndex\u0022:7,\u0022columnIndex\u0022:2,\u0022rowSpan\u0022:2,\u0022text\u0022:\u0022Full booth Logo on poster 50% discount on program guide advertisements\u0022,\u0022boundingBox\u0022:[3.15,6.7853,5.7489,6.7853,5.7489,7.6355,3.1433,7.6355],\u0022elements\u0022:[\u0022#/readResults/0/lines/36/words/0\u0022,\u0022#/readResults/0/lines/36/words/1\u0022,\u0022#/readResults/0/lines/39/words/0\u0022,\u0022#/readResults/0/lines/39/words/1\u0022,\u0022#/readResults/0/lines/39/words/2\u0022,\u0022#/readResults/0/lines/41/words/0\u0022,\u0022#/readResults/0/lines/41/words/1\u0022,\u0022#/readResults/0/lines/41/words/2\u0022,\u0022#/readResults/0/lines/41/words/3\u0022,\u0022#/readResults/0/lines/41/words/4\u0022,\u0022#/readResults/0/lines/42/words/0\u0022]},{\u0022rowIndex\u0022:7,\u0022columnIndex\u0022:3,\u0022rowSpan\u0022:2,\u0022text\u0022:\u0022$1,000\u0022,\u0022boundingBox\u0022:[5.7489,6.7853,7.4948,6.7788,7.4948,7.6355,5.7489,7.6355],\u0022elements\u0022:[\u0022#/readResults/0/lines/37/words/0\u0022]},{\u0022rowIndex\u0022:8,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 \uF0B7\u0022,\u0022boundingBox\u0022:[2.6168,7.019,3.15,7.019,3.1433,7.6355,2.6168,7.6355],\u0022elements\u0022:[\u0022#/readResults/0/lines/38/words/0\u0022,\u0022#/readResults/0/lines/40/words/0\u0022]},{\u0022rowIndex\u0022:9,\u0022columnIndex\u0022:0,\u0022rowSpan\u0022:2,\u0022text\u0022:\u0022Full Booth\u0022,\u0022boundingBox\u0022:[0.9975,7.629,2.6168,7.6355,2.6102,8.2651,0.9975,8.2651],\u0022elements\u0022:[\u0022#/readResults/0/lines/43/words/0\u0022,\u0022#/readResults/0/lines/43/words/1\u0022]},{\u0022rowIndex\u0022:9,\u0022columnIndex\u0022:1,\u0022rowSpan\u0022:2,\u0022columnSpan\u0022:2,\u0022text\u0022:\u0022\uF0B7 Full booth \uF0B7 50% discount on program guide advertisements\u0022,\u0022boundingBox\u0022:[2.6168,7.6355,5.7489,7.6355,5.7489,8.2651,2.6102,8.2651],\u0022elements\u0022:[\u0022#/readResults/0/lines/44/words/0\u0022,\u0022#/readResults/0/lines/45/words/0\u0022,\u0022#/readResults/0/lines/45/words/1\u0022,\u0022#/readResults/0/lines/47/words/0\u0022,\u0022#/readResults/0/lines/48/words/0\u0022,\u0022#/readResults/0/lines/48/words/1\u0022,\u0022#/readResults/0/lines/48/words/2\u0022,\u0022#/readResults/0/lines/48/words/3\u0022,\u0022#/readResults/0/lines/48/words/4\u0022,\u0022#/readResults/0/lines/49/words/0\u0022]},{\u0022rowIndex\u0022:9,\u0022columnIndex\u0022:3,\u0022rowSpan\u0022:2,\u0022text\u0022:\u0022$600\u0022,\u0022boundingBox\u0022:[5.7489,7.6355,7.4948,7.6355,7.4948,8.2651,5.7489,8.2651],\u0022elements\u0022:[\u0022#/readResults/0/lines/46/words/0\u0022]},{\u0022rowIndex\u0022:11,\u0022columnIndex\u0022:0,\u0022rowSpan\u0022:2,\u0022text\u0022:\u0022Half Booth\u0022,\u0022boundingBox\u0022:[0.9975,8.2651,2.6102,8.2651,2.6102,8.9011,0.9975,8.9011],\u0022elements\u0022:[\u0022#/readResults/0/lines/50/words/0\u0022,\u0022#/readResults/0/lines/50/words/1\u0022]},{\u0022rowIndex\u0022:11,\u0022columnIndex\u0022:1,\u0022rowSpan\u0022:2,\u0022columnSpan\u0022:2,\u0022text\u0022:\u0022\uF0B7 Full booth \uF0B7 25% discount on program guide advertisements\u0022,\u0022boundingBox\u0022:[2.6102,8.2651,5.7489,8.2651,5.7489,8.9011,2.6102,8.9011],\u0022elements\u0022:[\u0022#/readResults/0/lines/51/words/0\u0022,\u0022#/readResults/0/lines/52/words/0\u0022,\u0022#/readResults/0/lines/52/words/1\u0022,\u0022#/readResults/0/lines/54/words/0\u0022,\u0022#/readResults/0/lines/55/words/0\u0022,\u0022#/readResults/0/lines/55/words/1\u0022,\u0022#/readResults/0/lines/55/words/2\u0022,\u0022#/readResults/0/lines/55/words/3\u0022,\u0022#/readResults/0/lines/55/words/4\u0022,\u0022#/readResults/0/lines/56/words/0\u0022]},{\u0022rowIndex\u0022:11,\u0022columnIndex\u0022:3,\u0022rowSpan\u0022:2,\u0022text\u0022:\u0022$350\u0022,\u0022boundingBox\u0022:[5.7489,8.2651,7.4948,8.2651,7.4948,8.9011,5.7489,8.9011],\u0022elements\u0022:[\u0022#/readResults/0/lines/53/words/0\u0022]}],\u0022boundingBox\u0022:[0.994,4.6469,7.4953,4.6454,7.4964,8.9061,0.9936,8.9066]}]},{\u0022page\u0022:2,\u0022tables\u0022:[]}]}}" } ], "Variables": { "FORM_RECOGNIZER_API_KEY": "Sanitized", - "FORM_RECOGNIZER_ENDPOINT": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/", + "FORM_RECOGNIZER_ENDPOINT": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/", "RandomSeed": "1409545305" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeContentCanParseMultipageForm(True)Async.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeContentCanParseMultipageForm(True)Async.json index 68916c4387fee..aaf2ae77f5c51 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeContentCanParseMultipageForm(True)Async.json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeContentCanParseMultipageForm(True)Async.json @@ -1,17 +1,17 @@ { "Entries": [ { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyze", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/layout/analyze", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "711607", "Content-Type": "application/pdf", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-0cb7823bb3f3e64abde8e39079620cb1-17de38a5a631fe41-00", + "traceparent": "00-5f97555d126ef5499693d2cd834bf0a8-6c3b6b8256a2a74d-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "d8d01a80e2fc24e844b332e4c6c0e16f", "x-ms-return-client-request-id": "true" @@ -19,25 +19,25 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "706e2781-64d3-4c2d-aec4-6b559ec9c54b", + "apim-request-id": "b34dbb2d-d815-48c2-b037-84338c3ad2cc", "Content-Length": "0", - "Date": "Wed, 09 Sep 2020 22:34:35 GMT", - "Operation-Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/706e2781-64d3-4c2d-aec4-6b559ec9c54b", + "Date": "Fri, 30 Oct 2020 12:57:45 GMT", + "Operation-Location": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/layout/analyzeResults/b34dbb2d-d815-48c2-b037-84338c3ad2cc", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "131" + "x-envoy-upstream-service-time": "158" }, "ResponseBody": [] }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/706e2781-64d3-4c2d-aec4-6b559ec9c54b", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/layout/analyzeResults/b34dbb2d-d815-48c2-b037-84338c3ad2cc", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "916b5af79dee870f44d43aac9a9e2798", "x-ms-return-client-request-id": "true" @@ -45,29 +45,29 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "1c2e0e0f-7054-4b93-805b-67cb69ff0d08", + "apim-request-id": "556444c1-e4ba-43af-9b65-f9532d2a2d00", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:34:35 GMT", + "Date": "Fri, 30 Oct 2020 12:57:45 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": "12" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-09-09T22:34:35Z", - "lastUpdatedDateTime": "2020-09-09T22:34:35Z" + "createdDateTime": "2020-10-30T12:57:45Z", + "lastUpdatedDateTime": "2020-10-30T12:57:45Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/706e2781-64d3-4c2d-aec4-6b559ec9c54b", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/layout/analyzeResults/b34dbb2d-d815-48c2-b037-84338c3ad2cc", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "9c3d32ccf9881689f136c1d29ea1d1fd", "x-ms-return-client-request-id": "true" @@ -75,29 +75,29 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "c19c45c6-9a55-442c-9b55-a593b150ce95", + "apim-request-id": "5204693d-cb75-488f-9783-422cf5a5f71b", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:34:36 GMT", + "Date": "Fri, 30 Oct 2020 12:57:46 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": "10" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-09-09T22:34:35Z", - "lastUpdatedDateTime": "2020-09-09T22:34:35Z" + "createdDateTime": "2020-10-30T12:57:45Z", + "lastUpdatedDateTime": "2020-10-30T12:57:45Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/706e2781-64d3-4c2d-aec4-6b559ec9c54b", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/layout/analyzeResults/b34dbb2d-d815-48c2-b037-84338c3ad2cc", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "6a0d6ce3a7f1e21c0b499327a83c8aa6", "x-ms-return-client-request-id": "true" @@ -105,29 +105,29 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "ec1557e8-ed5c-4fe5-aa62-a2ac46938add", + "apim-request-id": "6618a379-3f58-4de0-a753-4927f157190d", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:34:38 GMT", + "Date": "Fri, 30 Oct 2020 12:57:47 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "11" + "x-envoy-upstream-service-time": "10" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-09-09T22:34:35Z", - "lastUpdatedDateTime": "2020-09-09T22:34:35Z" + "createdDateTime": "2020-10-30T12:57:45Z", + "lastUpdatedDateTime": "2020-10-30T12:57:45Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/706e2781-64d3-4c2d-aec4-6b559ec9c54b", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/layout/analyzeResults/b34dbb2d-d815-48c2-b037-84338c3ad2cc", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "93179a8c4483fee7d055a0b7dc3de8a3", "x-ms-return-client-request-id": "true" @@ -135,29 +135,29 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "0ea4c0ec-02de-4a33-8d9c-567f057a3892", + "apim-request-id": "aad0f15b-4803-4708-9f2c-a2f6486415db", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:34:39 GMT", + "Date": "Fri, 30 Oct 2020 12:57:48 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "9" + "x-envoy-upstream-service-time": "10" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-09-09T22:34:35Z", - "lastUpdatedDateTime": "2020-09-09T22:34:35Z" + "createdDateTime": "2020-10-30T12:57:45Z", + "lastUpdatedDateTime": "2020-10-30T12:57:45Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/706e2781-64d3-4c2d-aec4-6b559ec9c54b", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/layout/analyzeResults/b34dbb2d-d815-48c2-b037-84338c3ad2cc", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "2ec83d02bc9025a6155a913f65616db4", "x-ms-return-client-request-id": "true" @@ -165,29 +165,29 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "c906ce87-a956-4a90-8d20-584490a999d4", + "apim-request-id": "7d7a79cb-a720-490c-87f6-4993df0c7004", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:34:40 GMT", + "Date": "Fri, 30 Oct 2020 12:57:49 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "12" + "x-envoy-upstream-service-time": "10" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-09-09T22:34:35Z", - "lastUpdatedDateTime": "2020-09-09T22:34:35Z" + "createdDateTime": "2020-10-30T12:57:45Z", + "lastUpdatedDateTime": "2020-10-30T12:57:45Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/706e2781-64d3-4c2d-aec4-6b559ec9c54b", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/layout/analyzeResults/b34dbb2d-d815-48c2-b037-84338c3ad2cc", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "03451aac3d8a9e7a840f9a9c066505cd", "x-ms-return-client-request-id": "true" @@ -195,29 +195,29 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "9426b2bb-5f6e-498a-ab4e-0e72b6f3490d", + "apim-request-id": "9b6e7ab7-9695-4311-8b49-1b55f9d58777", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:34:41 GMT", + "Date": "Fri, 30 Oct 2020 12:57:50 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "11" + "x-envoy-upstream-service-time": "14" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-09-09T22:34:35Z", - "lastUpdatedDateTime": "2020-09-09T22:34:35Z" + "createdDateTime": "2020-10-30T12:57:45Z", + "lastUpdatedDateTime": "2020-10-30T12:57:49Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/706e2781-64d3-4c2d-aec4-6b559ec9c54b", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/layout/analyzeResults/b34dbb2d-d815-48c2-b037-84338c3ad2cc", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "6a24f0605b73d015f4f17e28b3a8996e", "x-ms-return-client-request-id": "true" @@ -225,20 +225,20 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "d4a98d51-45c0-452d-bfaf-270829ce706c", - "Content-Length": "33148", + "apim-request-id": "6be00c02-a731-4ebc-92c0-a6d1b67f97a6", + "Content-Length": "36134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:34:42 GMT", + "Date": "Fri, 30 Oct 2020 12:57:51 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "50" + "x-envoy-upstream-service-time": "29" }, - "ResponseBody": "{\u0022status\u0022:\u0022succeeded\u0022,\u0022createdDateTime\u0022:\u00222020-09-09T22:34:35Z\u0022,\u0022lastUpdatedDateTime\u0022:\u00222020-09-09T22:34:41Z\u0022,\u0022analyzeResult\u0022:{\u0022version\u0022:\u00222.1.0\u0022,\u0022readResults\u0022:[{\u0022page\u0022:1,\u0022angle\u0022:0,\u0022width\u0022:8.5,\u0022height\u0022:11,\u0022unit\u0022:\u0022inch\u0022,\u0022lines\u0022:[{\u0022boundingBox\u0022:[6.1276,1.0667,7.4833,1.0667,7.4833,1.2403,6.1276,1.2403],\u0022text\u0022:\u0022Vendor #:121\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[6.1276,1.0667,6.8657,1.0667,6.8657,1.2403,6.1276,1.2403],\u0022text\u0022:\u0022Vendor\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.9307,1.0759,7.4833,1.0759,7.4833,1.2391,6.9307,1.2391],\u0022text\u0022:\u0022#:121\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.2268,1.5733,6.2379,1.5733,6.2379,2.005,2.2268,2.005],\u0022text\u0022:\u0022Vendor Registration\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.2268,1.5733,3.703,1.5733,3.703,1.9207,2.2268,1.9207],\u0022text\u0022:\u0022Vendor\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.8661,1.5883,6.2379,1.5883,6.2379,2.005,3.8661,2.005],\u0022text\u0022:\u0022Registration\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0078,2.5846,7.0776,2.5846,7.0776,2.7293,1.0078,2.7293],\u0022text\u0022:\u0022Contoso Ltd. Conference will be held on May 28-29, 2020 at the Elm Conference Center in\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0078,2.5919,1.5548,2.5919,1.5548,2.7013,1.0078,2.7013],\u0022text\u0022:\u0022Contoso\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.6125,2.5856,1.843,2.5856,1.843,2.7013,1.6125,2.7013],\u0022text\u0022:\u0022Ltd.\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.8996,2.5846,2.6636,2.5846,2.6636,2.7013,1.8996,2.7013],\u0022text\u0022:\u0022Conference\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.7122,2.5852,2.9307,2.5852,2.9307,2.7003,2.7122,2.7003],\u0022text\u0022:\u0022will\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.9922,2.5852,3.1419,2.5852,3.1419,2.7013,2.9922,2.7013],\u0022text\u0022:\u0022be\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.1987,2.5852,3.4704,2.5852,3.4704,2.7013,3.1987,2.7013],\u0022text\u0022:\u0022held\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.53,2.62,3.6846,2.62,3.6846,2.7013,3.53,2.7013],\u0022text\u0022:\u0022on\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.7498,2.5934,4.0422,2.5934,4.0422,2.7293,3.7498,2.7293],\u0022text\u0022:\u0022May\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.0877,2.5914,4.5042,2.5914,4.5042,2.7236,4.0877,2.7236],\u0022text\u0022:\u002228-29,\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.5586,2.5914,4.884,2.5914,4.884,2.7017,4.5586,2.7017],\u0022text\u0022:\u00222020\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.9351,2.6014,5.0577,2.6014,5.0577,2.7013,4.9351,2.7013],\u0022text\u0022:\u0022at\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[5.1033,2.5852,5.3202,2.5852,5.3202,2.7013,5.1033,2.7013],\u0022text\u0022:\u0022the\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[5.3787,2.5852,5.6051,2.5852,5.6051,2.7003,5.3787,2.7003],\u0022text\u0022:\u0022Elm\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[5.6624,2.5846,6.4263,2.5846,6.4263,2.7013,5.6624,2.7013],\u0022text\u0022:\u0022Conference\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.4796,2.5919,6.9234,2.5919,6.9234,2.7013,6.4796,2.7013],\u0022text\u0022:\u0022Center\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.9765,2.5905,7.0776,2.5905,7.0776,2.7003,6.9765,2.7003],\u0022text\u0022:\u0022in\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.014,2.8029,7.3457,2.8029,7.3457,2.9478,1.014,2.9478],\u0022text\u0022:\u0022Maple City, Massachusetts. The conference has sold out of its 1,500 tickets, with a 400 person\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.014,2.8036,1.4242,2.8036,1.4242,2.9478,1.014,2.9478],\u0022text\u0022:\u0022Maple\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.4763,2.8089,1.7576,2.8089,1.7576,2.9478,1.4763,2.9478],\u0022text\u0022:\u0022City,\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.8195,2.8036,2.8383,2.8036,2.8383,2.9197,1.8195,2.9197],\u0022text\u0022:\u0022Massachusetts.\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.8883,2.8036,3.1326,2.8036,3.1326,2.9197,2.8883,2.9197],\u0022text\u0022:\u0022The\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.1842,2.8029,3.9301,2.8029,3.9301,2.9197,3.1842,2.9197],\u0022text\u0022:\u0022conference\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.9871,2.8036,4.2019,2.8036,4.2019,2.9197,3.9871,2.9197],\u0022text\u0022:\u0022has\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.2529,2.8036,4.5104,2.8036,4.5104,2.9197,4.2529,2.9197],\u0022text\u0022:\u0022sold\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.5701,2.8197,4.7871,2.8197,4.7871,2.9197,4.5701,2.9197],\u0022text\u0022:\u0022out\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.8373,2.8029,4.9701,2.8029,4.9701,2.9197,4.8373,2.9197],\u0022text\u0022:\u0022of\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[5.0169,2.8089,5.1601,2.8089,5.1601,2.9197,5.0169,2.9197],\u0022text\u0022:\u0022its\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[5.2167,2.81,5.5766,2.81,5.5766,2.9418,5.2167,2.9418],\u0022text\u0022:\u00221,500\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[5.6227,2.8036,6.0928,2.8036,6.0928,2.9418,5.6227,2.9418],\u0022text\u0022:\u0022tickets,\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.1461,2.8036,6.4308,2.8036,6.4308,2.9195,6.1461,2.9195],\u0022text\u0022:\u0022with\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.488,2.8383,6.548,2.8383,6.548,2.9197,6.488,2.9197],\u0022text\u0022:\u0022a\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.6016,2.81,6.8449,2.81,6.8449,2.9197,6.6016,2.9197],\u0022text\u0022:\u0022400\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.8998,2.8383,7.3457,2.8383,7.3457,2.9478,6.8998,2.9478],\u0022text\u0022:\u0022person\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0043,3.0229,7.2482,3.0229,7.2482,3.1678,1.0043,3.1678],\u0022text\u0022:\u0022waitlist. Vendor applications are being accepted through Feb 28, 2020. Please fill in the form\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0043,3.0236,1.5194,3.0236,1.5194,3.1397,1.0043,3.1397],\u0022text\u0022:\u0022waitlist.\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.5733,3.0239,2.0654,3.0239,2.0654,3.1397,1.5733,3.1397],\u0022text\u0022:\u0022Vendor\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.1132,3.0236,2.9143,3.0236,2.9143,3.1678,2.1132,3.1678],\u0022text\u0022:\u0022applications\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.9675,3.0583,3.1726,3.0583,3.1726,3.1397,2.9675,3.1397],\u0022text\u0022:\u0022are\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.2306,3.0236,3.5889,3.0236,3.5889,3.1678,3.2306,3.1678],\u0022text\u0022:\u0022being\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.6388,3.0239,4.2336,3.0239,4.2336,3.1678,3.6388,3.1678],\u0022text\u0022:\u0022accepted\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.2862,3.0236,4.8127,3.0236,4.8127,3.1678,4.2862,3.1678],\u0022text\u0022:\u0022through\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.8815,3.0236,5.1133,3.0236,5.1133,3.14,4.8815,3.14],\u0022text\u0022:\u0022Feb\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[5.163,3.0297,5.361,3.0297,5.361,3.162,5.163,3.162],\u0022text\u0022:\u002228,\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[5.413,3.0297,5.7774,3.0297,5.7774,3.14,5.413,3.14],\u0022text\u0022:\u00222020.\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[5.8406,3.0236,6.2537,3.0236,6.2537,3.1397,5.8406,3.1397],\u0022text\u0022:\u0022Please\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.3022,3.0229,6.4539,3.0229,6.4539,3.1387,6.3022,3.1387],\u0022text\u0022:\u0022fill\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.5131,3.0289,6.6158,3.0289,6.6158,3.1387,6.5131,3.1387],\u0022text\u0022:\u0022in\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.6673,3.0236,6.8842,3.0236,6.8842,3.1397,6.6673,3.1397],\u0022text\u0022:\u0022the\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.9317,3.0229,7.2482,3.0229,7.2482,3.1397,6.9317,3.1397],\u0022text\u0022:\u0022form\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0125,3.2436,3.6599,3.2436,3.6599,3.3818,1.0125,3.3818],\u0022text\u0022:\u0022below, and attach a check made out to:\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0125,3.2436,1.4459,3.2436,1.4459,3.3818,1.0125,3.3818],\u0022text\u0022:\u0022below,\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.5024,3.2439,1.7371,3.2439,1.7371,3.3597,1.5024,3.3597],\u0022text\u0022:\u0022and\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.7968,3.2436,2.2047,3.2436,2.2047,3.3597,1.7968,3.3597],\u0022text\u0022:\u0022attach\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.2619,3.2783,2.3219,3.2783,2.3219,3.3597,2.2619,3.3597],\u0022text\u0022:\u0022a\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.379,3.2436,2.7529,3.2436,2.7529,3.3597,2.379,3.3597],\u0022text\u0022:\u0022check\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.8076,3.2439,3.17,3.2439,3.17,3.3597,2.8076,3.3597],\u0022text\u0022:\u0022made\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.2251,3.2597,3.4421,3.2597,3.4421,3.3597,3.2251,3.3597],\u0022text\u0022:\u0022out\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.4869,3.2597,3.6599,3.2597,3.6599,3.3597,3.4869,3.3597],\u0022text\u0022:\u0022to:\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0078,3.5739,1.843,3.5739,1.843,3.6897,1.0078,3.6897],\u0022text\u0022:\u0022Contoso Ltd.\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0078,3.5802,1.5548,3.5802,1.5548,3.6897,1.0078,3.6897],\u0022text\u0022:\u0022Contoso\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.6125,3.5739,1.843,3.5739,1.843,3.6897,1.6125,3.6897],\u0022text\u0022:\u0022Ltd.\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0093,3.7939,2.3768,3.7939,2.3768,3.9378,1.0093,3.9378],\u0022text\u0022:\u00222345 Dogwood Lane\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0093,3.8,1.3297,3.8,1.3297,3.9097,1.0093,3.9097],\u0022text\u0022:\u00222345\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.3899,3.7939,2.0149,3.7939,2.0149,3.9378,1.3899,3.9378],\u0022text\u0022:\u0022Dogwood\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.0788,3.8012,2.3768,3.8012,2.3768,3.9097,2.0788,3.9097],\u0022text\u0022:\u0022Lane\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.014,4.0136,2.3377,4.0136,2.3377,4.1518,1.014,4.1518],\u0022text\u0022:\u0022Birch, Kansas 98123\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.014,4.0136,1.3745,4.0136,1.3745,4.1518,1.014,4.1518],\u0022text\u0022:\u0022Birch,\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.4375,4.0212,1.8819,4.0212,1.8819,4.1297,1.4375,4.1297],\u0022text\u0022:\u0022Kansas\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.9318,4.02,2.3377,4.02,2.3377,4.1297,1.9318,4.1297],\u0022text\u0022:\u002298123\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0204,4.4248,1.5303,4.4248,1.5303,4.5682,1.0204,4.5682],\u0022text\u0022:\u0022Rates:\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0204,4.4248,1.5303,4.4248,1.5303,4.5682,1.0204,4.5682],\u0022text\u0022:\u0022Rates:\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0923,4.6986,1.6232,4.6986,1.6232,4.8428,1.0923,4.8428],\u0022text\u0022:\u0022Package\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0923,4.6986,1.6232,4.6986,1.6232,4.8428,1.0923,4.8428],\u0022text\u0022:\u0022Package\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.713,4.6986,3.2707,4.6986,3.2707,4.8147,2.713,4.8147],\u0022text\u0022:\u0022Included\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.713,4.6986,3.2707,4.6986,3.2707,4.8147,2.713,4.8147],\u0022text\u0022:\u0022Included\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[5.838,4.7039,6.1513,4.7039,6.1513,4.8147,5.838,4.8147],\u0022text\u0022:\u0022Price\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[5.838,4.7039,6.1513,4.7039,6.1513,4.8147,5.838,4.8147],\u0022text\u0022:\u0022Price\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0857,4.9086,1.9831,4.9086,1.9831,5.0528,1.0857,5.0528],\u0022text\u0022:\u0022Gold Sponsor\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0857,4.9086,1.3842,4.9086,1.3842,5.0247,1.0857,5.0247],\u0022text\u0022:\u0022Gold\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.4423,4.915,1.9831,4.915,1.9831,5.0528,1.4423,5.0528],\u0022text\u0022:\u0022Sponsor\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,4.954,3.018,4.954,3.018,5.0145,2.9586,5.0145],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,4.954,3.018,4.954,3.018,5.0145,2.9586,5.0145],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,4.9169,3.8726,4.9169,3.8726,5.033,3.214,5.033],\u0022text\u0022:\u0022Full booth\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,4.9169,3.4295,4.9169,3.4295,5.033,3.214,5.033],\u0022text\u0022:\u0022Full\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.492,4.9169,3.8726,4.9169,3.8726,5.033,3.492,5.033],\u0022text\u0022:\u0022booth\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[5.8328,4.8977,6.2829,4.8977,6.2829,5.0468,5.8328,5.0468],\u0022text\u0022:\u0022$1,500\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[5.8328,4.8977,6.2829,4.8977,6.2829,5.0468,5.8328,5.0468],\u0022text\u0022:\u0022$1,500\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,5.1673,3.018,5.1673,3.018,5.2279,2.9586,5.2279],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,5.1673,3.018,5.1673,3.018,5.2279,2.9586,5.2279],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,5.1302,4.7267,5.1302,4.7267,5.2744,3.214,5.2744],\u0022text\u0022:\u0022Pre-keynote thank you\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,5.1302,4.0183,5.1302,4.0183,5.2744,3.214,5.2744],\u0022text\u0022:\u0022Pre-keynote\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.0665,5.1302,4.4475,5.1302,4.4475,5.2463,4.0665,5.2463],\u0022text\u0022:\u0022thank\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.4903,5.165,4.7267,5.165,4.7267,5.2744,4.4903,5.2744],\u0022text\u0022:\u0022you\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,5.379,3.018,5.379,3.018,5.4395,2.9586,5.4395],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,5.379,3.018,5.379,3.018,5.4395,2.9586,5.4395],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,5.3495,4.2093,5.3495,4.2093,5.4861,3.214,5.4861],\u0022text\u0022:\u0022Logo on poster\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,5.3495,3.5163,5.3495,3.5163,5.4861,3.214,5.4861],\u0022text\u0022:\u0022Logo\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.5686,5.3767,3.7244,5.3767,3.7244,5.458,3.5686,5.458],\u0022text\u0022:\u0022on\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.7888,5.358,4.2093,5.358,4.2093,5.4861,3.7888,5.4861],\u0022text\u0022:\u0022poster\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,5.5923,3.018,5.5923,3.018,5.6529,2.9586,5.6529],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,5.5923,3.018,5.5923,3.018,5.6529,2.9586,5.6529],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,5.5552,5.201,5.5552,5.201,5.6994,3.214,5.6994],\u0022text\u0022:\u0022Full page ad in program guide\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,5.5552,3.4295,5.5552,3.4295,5.6713,3.214,5.6713],\u0022text\u0022:\u0022Full\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.492,5.59,3.7989,5.59,3.7989,5.6994,3.492,5.6994],\u0022text\u0022:\u0022page\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.8519,5.5556,3.9991,5.5556,3.9991,5.6713,3.8519,5.6713],\u0022text\u0022:\u0022ad\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.0599,5.5605,4.1626,5.5605,4.1626,5.6703,4.0599,5.6703],\u0022text\u0022:\u0022in\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.2248,5.59,4.7839,5.59,4.7839,5.6994,4.2248,5.6994],\u0022text\u0022:\u0022program\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.8367,5.5556,5.201,5.5556,5.201,5.6994,4.8367,5.6994],\u0022text\u0022:\u0022guide\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,5.804,3.018,5.804,3.018,5.8645,2.9586,5.8645],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,5.804,3.018,5.804,3.018,5.8645,2.9586,5.8645],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0842,5.9786,2.0339,5.9786,2.0339,6.1228,1.0842,6.1228],\u0022text\u0022:\u0022Silver Sponsor\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0842,5.9786,1.4443,5.9786,1.4443,6.0947,1.0842,6.0947],\u0022text\u0022:\u0022Silver\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.4904,5.985,2.0339,5.985,2.0339,6.1228,1.4904,6.1228],\u0022text\u0022:\u0022Sponsor\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,6.024,3.018,6.024,3.018,6.0845,2.9586,6.0845],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,6.024,3.018,6.024,3.018,6.0845,2.9586,6.0845],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,5.9869,3.8726,5.9869,3.8726,6.103,3.214,6.103],\u0022text\u0022:\u0022Full booth\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,5.9869,3.4295,5.9869,3.4295,6.103,3.214,6.103],\u0022text\u0022:\u0022Full\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.492,5.9869,3.8726,5.9869,3.8726,6.103,3.492,6.103],\u0022text\u0022:\u0022booth\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[5.8328,5.9677,6.2829,5.9677,6.2829,6.1168,5.8328,6.1168],\u0022text\u0022:\u0022$1,200\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[5.8328,5.9677,6.2829,5.9677,6.2829,6.1168,5.8328,6.1168],\u0022text\u0022:\u0022$1,200\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,6.2356,3.018,6.2356,3.018,6.2962,2.9586,6.2962],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,6.2356,3.018,6.2356,3.018,6.2962,2.9586,6.2962],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,6.1986,4.7938,6.1986,4.7938,6.3428,3.214,6.3428],\u0022text\u0022:\u0022Post-keynote thank you\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,6.1986,4.0878,6.1986,4.0878,6.3428,3.214,6.3428],\u0022text\u0022:\u0022Post-keynote\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.1348,6.1986,4.5158,6.1986,4.5158,6.3147,4.1348,6.3147],\u0022text\u0022:\u0022thank\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.5586,6.2333,4.7938,6.2333,4.7938,6.3428,4.5586,6.3428],\u0022text\u0022:\u0022you\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,6.4473,3.018,6.4473,3.018,6.5079,2.9586,6.5079],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,6.4473,3.018,6.4473,3.018,6.5079,2.9586,6.5079],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,6.4179,4.2093,6.4179,4.2093,6.5544,3.214,6.5544],\u0022text\u0022:\u0022Logo on poster\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,6.4179,3.5163,6.4179,3.5163,6.5544,3.214,6.5544],\u0022text\u0022:\u0022Logo\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.5686,6.445,3.7244,6.445,3.7244,6.5263,3.5686,6.5263],\u0022text\u0022:\u0022on\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.7888,6.4264,4.2093,6.4264,4.2093,6.5544,3.7888,6.5544],\u0022text\u0022:\u0022poster\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,6.6606,3.018,6.6606,3.018,6.7212,2.9586,6.7212],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,6.6606,3.018,6.6606,3.018,6.7212,2.9586,6.7212],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,6.6229,5.2314,6.6229,5.2314,6.7678,3.214,6.7678],\u0022text\u0022:\u0022Half page ad in program guide\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,6.6229,3.4739,6.6229,3.4739,6.7397,3.214,6.7397],\u0022text\u0022:\u0022Half\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.5224,6.6583,3.8326,6.6583,3.8326,6.7678,3.5224,6.7678],\u0022text\u0022:\u0022page\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.8843,6.6239,4.0315,6.6239,4.0315,6.7397,3.8843,6.7397],\u0022text\u0022:\u0022ad\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.0923,6.6289,4.195,6.6289,4.195,6.7387,4.0923,6.7387],\u0022text\u0022:\u0022in\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.2563,6.6583,4.8148,6.6583,4.8148,6.7678,4.2563,6.7678],\u0022text\u0022:\u0022program\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.8695,6.6239,5.2314,6.6239,5.2314,6.7678,4.8695,6.7678],\u0022text\u0022:\u0022guide\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0923,6.84,2.1362,6.84,2.1362,6.9778,1.0923,6.9778],\u0022text\u0022:\u0022Bronze Sponsor\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0923,6.8417,1.545,6.8417,1.545,6.9497,1.0923,6.9497],\u0022text\u0022:\u0022Bronze\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.5951,6.84,2.1362,6.84,2.1362,6.9778,1.5951,6.9778],\u0022text\u0022:\u0022Sponsor\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,6.879,3.018,6.879,3.018,6.9395,2.9586,6.9395],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,6.879,3.018,6.879,3.018,6.9395,2.9586,6.9395],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,6.8419,3.8726,6.8419,3.8726,6.958,3.214,6.958],\u0022text\u0022:\u0022Full booth\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,6.8419,3.4295,6.8419,3.4295,6.958,3.214,6.958],\u0022text\u0022:\u0022Full\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.492,6.8419,3.8726,6.8419,3.8726,6.958,3.492,6.958],\u0022text\u0022:\u0022booth\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[5.8328,6.8227,6.2829,6.8227,6.2829,6.9718,5.8328,6.9718],\u0022text\u0022:\u0022$1,000\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[5.8328,6.8227,6.2829,6.8227,6.2829,6.9718,5.8328,6.9718],\u0022text\u0022:\u0022$1,000\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,7.0923,3.018,7.0923,3.018,7.1529,2.9586,7.1529],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,7.0923,3.018,7.0923,3.018,7.1529,2.9586,7.1529],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,7.0629,4.2093,7.0629,4.2093,7.1994,3.214,7.1994],\u0022text\u0022:\u0022Logo on poster\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,7.0629,3.5163,7.0629,3.5163,7.1994,3.214,7.1994],\u0022text\u0022:\u0022Logo\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.5686,7.09,3.7244,7.09,3.7244,7.1713,3.5686,7.1713],\u0022text\u0022:\u0022on\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.7888,7.0714,4.2093,7.0714,4.2093,7.1994,3.7888,7.1994],\u0022text\u0022:\u0022poster\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,7.304,3.018,7.304,3.018,7.3645,2.9586,7.3645],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,7.304,3.018,7.304,3.018,7.3645,2.9586,7.3645],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.2082,7.2672,5.3419,7.2672,5.3419,7.4111,3.2082,7.4111],\u0022text\u0022:\u002250% discount on program guide\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.2082,7.2717,3.4817,7.2717,3.4817,7.3845,3.2082,7.3845],\u0022text\u0022:\u002250%\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.533,7.2672,4.1018,7.2672,4.1018,7.383,3.533,7.383],\u0022text\u0022:\u0022discount\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.1512,7.3017,4.307,7.3017,4.307,7.383,4.1512,7.383],\u0022text\u0022:\u0022on\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.3682,7.3017,4.9253,7.3017,4.9253,7.4111,4.3682,7.4111],\u0022text\u0022:\u0022program\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.981,7.2672,5.3419,7.2672,5.3419,7.4111,4.981,7.4111],\u0022text\u0022:\u0022guide\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.2075,7.4706,4.2429,7.4706,4.2429,7.5863,3.2075,7.5863],\u0022text\u0022:\u0022advertisements\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.2075,7.4706,4.2429,7.4706,4.2429,7.5863,3.2075,7.5863],\u0022text\u0022:\u0022advertisements\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0923,7.6819,1.7537,7.6819,1.7537,7.798,1.0923,7.798],\u0022text\u0022:\u0022Full Booth\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0923,7.6819,1.3079,7.6819,1.3079,7.798,1.0923,7.798],\u0022text\u0022:\u0022Full\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.3718,7.6819,1.7537,7.6819,1.7537,7.798,1.3718,7.798],\u0022text\u0022:\u0022Booth\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,7.7273,3.018,7.7273,3.018,7.7879,2.9586,7.7879],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,7.7273,3.018,7.7273,3.018,7.7879,2.9586,7.7879],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,7.6902,3.8726,7.6902,3.8726,7.8063,3.214,7.8063],\u0022text\u0022:\u0022Full booth\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,7.6902,3.4295,7.6902,3.4295,7.8063,3.214,7.8063],\u0022text\u0022:\u0022Full\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.492,7.6902,3.8726,7.6902,3.8726,7.8063,3.492,7.8063],\u0022text\u0022:\u0022booth\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[5.8328,7.6711,6.1586,7.6711,6.1586,7.8165,5.8328,7.8165],\u0022text\u0022:\u0022$600\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[5.8328,7.6711,6.1586,7.6711,6.1586,7.8165,5.8328,7.8165],\u0022text\u0022:\u0022$600\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,7.939,3.018,7.939,3.018,7.9995,2.9586,7.9995],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,7.939,3.018,7.939,3.018,7.9995,2.9586,7.9995],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.2082,7.9022,5.3419,7.9022,5.3419,8.0461,3.2082,8.0461],\u0022text\u0022:\u002250% discount on program guide\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.2082,7.9067,3.4817,7.9067,3.4817,8.0195,3.2082,8.0195],\u0022text\u0022:\u002250%\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.533,7.9022,4.1018,7.9022,4.1018,8.018,3.533,8.018],\u0022text\u0022:\u0022discount\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.1512,7.9367,4.307,7.9367,4.307,8.018,4.1512,8.018],\u0022text\u0022:\u0022on\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.3682,7.9367,4.9253,7.9367,4.9253,8.0461,4.3682,8.0461],\u0022text\u0022:\u0022program\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.981,7.9022,5.3419,7.9022,5.3419,8.0461,4.981,8.0461],\u0022text\u0022:\u0022guide\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.2075,8.1056,4.2429,8.1056,4.2429,8.2213,3.2075,8.2213],\u0022text\u0022:\u0022advertisements\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.2075,8.1056,4.2429,8.1056,4.2429,8.2213,3.2075,8.2213],\u0022text\u0022:\u0022advertisements\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0923,8.3162,1.7854,8.3162,1.7854,8.433,1.0923,8.433],\u0022text\u0022:\u0022Half Booth\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0923,8.3162,1.3522,8.3162,1.3522,8.433,1.0923,8.433],\u0022text\u0022:\u0022Half\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.4022,8.3169,1.7854,8.3169,1.7854,8.433,1.4022,8.433],\u0022text\u0022:\u0022Booth\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,8.3623,3.018,8.3623,3.018,8.4229,2.9586,8.4229],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,8.3623,3.018,8.3623,3.018,8.4229,2.9586,8.4229],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,8.3252,3.8726,8.3252,3.8726,8.4413,3.214,8.4413],\u0022text\u0022:\u0022Full booth\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,8.3252,3.4295,8.3252,3.4295,8.4413,3.214,8.4413],\u0022text\u0022:\u0022Full\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.492,8.3252,3.8726,8.3252,3.8726,8.4413,3.492,8.4413],\u0022text\u0022:\u0022booth\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[5.8328,8.3061,6.1586,8.3061,6.1586,8.4515,5.8328,8.4515],\u0022text\u0022:\u0022$350\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[5.8328,8.3061,6.1586,8.3061,6.1586,8.4515,5.8328,8.4515],\u0022text\u0022:\u0022$350\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,8.574,3.018,8.574,3.018,8.6345,2.9586,8.6345],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,8.574,3.018,8.574,3.018,8.6345,2.9586,8.6345],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.2093,8.5372,5.3419,8.5372,5.3419,8.6811,3.2093,8.6811],\u0022text\u0022:\u002225% discount on program guide\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.2093,8.5417,3.4817,8.5417,3.4817,8.6545,3.2093,8.6545],\u0022text\u0022:\u002225%\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.533,8.5372,4.1018,8.5372,4.1018,8.653,3.533,8.653],\u0022text\u0022:\u0022discount\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.1512,8.5717,4.307,8.5717,4.307,8.653,4.1512,8.653],\u0022text\u0022:\u0022on\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.3682,8.5717,4.9253,8.5717,4.9253,8.6811,4.3682,8.6811],\u0022text\u0022:\u0022program\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.981,8.5372,5.3419,8.5372,5.3419,8.6811,4.981,8.6811],\u0022text\u0022:\u0022guide\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.2075,8.7406,4.2429,8.7406,4.2429,8.8563,3.2075,8.8563],\u0022text\u0022:\u0022advertisements\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.2075,8.7406,4.2429,8.7406,4.2429,8.8563,3.2075,8.8563],\u0022text\u0022:\u0022advertisements\u0022,\u0022confidence\u0022:1}]}],\u0022selectionMarks\u0022:[{\u0022boundingBox\u0022:[0,10.2725,1.0372,10.2725,1.0372,10.9925,0,10.9925],\u0022confidence\u0022:0.69,\u0022state\u0022:\u0022unselected\u0022},{\u0022boundingBox\u0022:[0,10.6019,1.5095,10.6019,1.5095,10.9983,0,10.9983],\u0022confidence\u0022:0.69,\u0022state\u0022:\u0022unselected\u0022},{\u0022boundingBox\u0022:[2.9381,6.9634,3.0388,6.9634,3.0388,7.0736,2.9381,7.0736],\u0022confidence\u0022:0.553,\u0022state\u0022:\u0022unselected\u0022}]},{\u0022page\u0022:2,\u0022angle\u0022:0,\u0022width\u0022:8.5,\u0022height\u0022:11,\u0022unit\u0022:\u0022inch\u0022,\u0022lines\u0022:[{\u0022boundingBox\u0022:[6.1276,1.0667,7.4833,1.0667,7.4833,1.2403,6.1276,1.2403],\u0022text\u0022:\u0022Vendor #:121\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[6.1276,1.0667,6.8657,1.0667,6.8657,1.2403,6.1276,1.2403],\u0022text\u0022:\u0022Vendor\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.9307,1.0759,7.4833,1.0759,7.4833,1.2391,6.9307,1.2391],\u0022text\u0022:\u0022#:121\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0044,2.1771,2.35,2.1771,2.35,2.3315,1.0044,2.3315],\u0022text\u0022:\u0022Vendor Details:\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0044,2.1778,1.6496,2.1778,1.6496,2.3315,1.0044,2.3315],\u0022text\u0022:\u0022Vendor\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.7239,2.1771,2.35,2.1771,2.35,2.3315,1.7239,2.3315],\u0022text\u0022:\u0022Details:\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0065,2.7686,3.3477,2.7686,3.3477,2.9128,1.0065,2.9128],\u0022text\u0022:\u0022Company Name: Southridge Video\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0065,2.7749,1.651,2.7749,1.651,2.9126,1.0065,2.9126],\u0022text\u0022:\u0022Company\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.7019,2.7764,2.1376,2.7764,2.1376,2.885,1.7019,2.885],\u0022text\u0022:\u0022Name:\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.1925,2.7686,2.9184,2.7686,2.9184,2.9128,2.1925,2.9128],\u0022text\u0022:\u0022Southridge\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.9691,2.7689,3.3477,2.7689,3.3477,2.8847,2.9691,2.8847],\u0022text\u0022:\u0022Video\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0065,3.0986,3.5766,3.0986,3.5766,3.2428,1.0065,3.2428],\u0022text\u0022:\u0022Contact: Jamie@southridgevideo.com\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0065,3.1049,1.5706,3.1049,1.5706,3.215,1.0065,3.215],\u0022text\u0022:\u0022Contact:\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.6205,3.0986,3.5766,3.0986,3.5766,3.2428,1.6205,3.2428],\u0022text\u0022:\u0022Jamie@southridgevideo.com\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0115,3.4296,2.6542,3.4296,2.6542,3.5744,1.0115,3.5744],\u0022text\u0022:\u0022Preferred Package: Gold\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0115,3.4296,1.6499,3.4296,1.6499,3.5467,1.0115,3.5467],\u0022text\u0022:\u0022Preferred\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.7092,3.4302,2.2978,3.4302,2.2978,3.5744,1.7092,3.5744],\u0022text\u0022:\u0022Package:\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.3557,3.4302,2.6542,3.4302,2.6542,3.5463,2.3557,3.5463],\u0022text\u0022:\u0022Gold\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0052,3.7537,2.4783,3.7537,2.4783,3.9043,1.0052,3.9043],\u0022text\u0022:\u0022Special Requests: N/a\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0052,3.7602,1.475,3.7602,1.475,3.9043,1.0052,3.9043],\u0022text\u0022:\u0022Special\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.5342,3.7684,2.1899,3.7684,2.1899,3.9043,1.5342,3.9043],\u0022text\u0022:\u0022Requests:\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.254,3.7537,2.4783,3.7537,2.4783,3.8976,2.254,3.8976],\u0022text\u0022:\u0022N/a\u0022,\u0022confidence\u0022:1}]}],\u0022selectionMarks\u0022:[{\u0022boundingBox\u0022:[0.0024,9.869,1.0826,9.869,1.0826,10.9955,0.0024,10.9955],\u0022confidence\u0022:0.833,\u0022state\u0022:\u0022unselected\u0022},{\u0022boundingBox\u0022:[7.6562,1.0157,8.5,1.0157,8.5,2.8293,7.6562,2.8293],\u0022confidence\u0022:0.6,\u0022state\u0022:\u0022unselected\u0022},{\u0022boundingBox\u0022:[0.0008,10.4758,1.8164,10.4758,1.8164,10.9978,0.0008,10.9978],\u0022confidence\u0022:0.6,\u0022state\u0022:\u0022unselected\u0022}]}],\u0022pageResults\u0022:[{\u0022page\u0022:1,\u0022tables\u0022:[{\u0022rows\u0022:20,\u0022columns\u0022:3,\u0022cells\u0022:[{\u0022rowIndex\u0022:0,\u0022columnIndex\u0022:0,\u0022text\u0022:\u0022Package\u0022,\u0022boundingBox\u0022:[1.0033,4.6517,2.625,4.6517,2.625,4.8617,1.0033,4.8617],\u0022elements\u0022:[\u0022#/readResults/0/lines/10/words/0\u0022]},{\u0022rowIndex\u0022:0,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022Included\u0022,\u0022boundingBox\u0022:[2.625,4.6517,5.75,4.6517,5.75,4.8617,2.625,4.8617],\u0022elements\u0022:[\u0022#/readResults/0/lines/11/words/0\u0022]},{\u0022rowIndex\u0022:0,\u0022columnIndex\u0022:2,\u0022text\u0022:\u0022Price\u0022,\u0022boundingBox\u0022:[5.75,4.6517,7.4967,4.6517,7.4967,4.8617,5.75,4.8617],\u0022elements\u0022:[\u0022#/readResults/0/lines/12/words/0\u0022]},{\u0022rowIndex\u0022:1,\u0022columnIndex\u0022:0,\u0022text\u0022:\u0022Gold Sponsor\u0022,\u0022boundingBox\u0022:[1.0033,4.8617,2.625,4.8617,2.625,5.0833,1.0033,5.0833],\u0022elements\u0022:[\u0022#/readResults/0/lines/13/words/0\u0022,\u0022#/readResults/0/lines/13/words/1\u0022]},{\u0022rowIndex\u0022:1,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Full booth\u0022,\u0022boundingBox\u0022:[2.625,4.8617,5.75,4.8617,5.75,5.0833,2.625,5.0833],\u0022elements\u0022:[\u0022#/readResults/0/lines/14/words/0\u0022,\u0022#/readResults/0/lines/15/words/0\u0022,\u0022#/readResults/0/lines/15/words/1\u0022]},{\u0022rowIndex\u0022:1,\u0022columnIndex\u0022:2,\u0022text\u0022:\u0022$1,500\u0022,\u0022boundingBox\u0022:[5.75,4.8617,7.4967,4.8617,7.4967,5.0833,5.75,5.0833],\u0022elements\u0022:[\u0022#/readResults/0/lines/16/words/0\u0022]},{\u0022rowIndex\u0022:2,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Pre-keynote thank you\u0022,\u0022boundingBox\u0022:[2.625,5.0833,5.75,5.0833,5.75,5.3056,2.625,5.3056],\u0022elements\u0022:[\u0022#/readResults/0/lines/17/words/0\u0022,\u0022#/readResults/0/lines/18/words/0\u0022,\u0022#/readResults/0/lines/18/words/1\u0022,\u0022#/readResults/0/lines/18/words/2\u0022]},{\u0022rowIndex\u0022:3,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Logo on poster\u0022,\u0022boundingBox\u0022:[2.625,5.3056,5.75,5.3056,5.75,5.5139,2.625,5.5139],\u0022elements\u0022:[\u0022#/readResults/0/lines/19/words/0\u0022,\u0022#/readResults/0/lines/20/words/0\u0022,\u0022#/readResults/0/lines/20/words/1\u0022,\u0022#/readResults/0/lines/20/words/2\u0022]},{\u0022rowIndex\u0022:4,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Full page ad in program guide\u0022,\u0022boundingBox\u0022:[2.625,5.5139,5.75,5.5139,5.75,5.7361,2.625,5.7361],\u0022elements\u0022:[\u0022#/readResults/0/lines/21/words/0\u0022,\u0022#/readResults/0/lines/22/words/0\u0022,\u0022#/readResults/0/lines/22/words/1\u0022,\u0022#/readResults/0/lines/22/words/2\u0022,\u0022#/readResults/0/lines/22/words/3\u0022,\u0022#/readResults/0/lines/22/words/4\u0022,\u0022#/readResults/0/lines/22/words/5\u0022]},{\u0022rowIndex\u0022:5,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.625,5.7361,5.75,5.7361,5.75,5.93,2.625,5.93],\u0022elements\u0022:[\u0022#/readResults/0/lines/23/words/0\u0022]},{\u0022rowIndex\u0022:6,\u0022columnIndex\u0022:0,\u0022text\u0022:\u0022Silver Sponsor\u0022,\u0022boundingBox\u0022:[1.0033,5.93,2.625,5.93,2.625,6.1528,1.0033,6.1528],\u0022elements\u0022:[\u0022#/readResults/0/lines/24/words/0\u0022,\u0022#/readResults/0/lines/24/words/1\u0022]},{\u0022rowIndex\u0022:6,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Full booth\u0022,\u0022boundingBox\u0022:[2.625,5.93,5.75,5.93,5.75,6.1528,2.625,6.1528],\u0022elements\u0022:[\u0022#/readResults/0/lines/25/words/0\u0022,\u0022#/readResults/0/lines/26/words/0\u0022,\u0022#/readResults/0/lines/26/words/1\u0022]},{\u0022rowIndex\u0022:6,\u0022columnIndex\u0022:2,\u0022text\u0022:\u0022$1,200\u0022,\u0022boundingBox\u0022:[5.75,5.93,7.4967,5.93,7.4967,6.1528,5.75,6.1528],\u0022elements\u0022:[\u0022#/readResults/0/lines/27/words/0\u0022]},{\u0022rowIndex\u0022:7,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Post-keynote thank you\u0022,\u0022boundingBox\u0022:[2.625,6.1528,5.75,6.1528,5.75,6.375,2.625,6.375],\u0022elements\u0022:[\u0022#/readResults/0/lines/28/words/0\u0022,\u0022#/readResults/0/lines/29/words/0\u0022,\u0022#/readResults/0/lines/29/words/1\u0022,\u0022#/readResults/0/lines/29/words/2\u0022]},{\u0022rowIndex\u0022:8,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Logo on poster\u0022,\u0022boundingBox\u0022:[2.625,6.375,5.75,6.375,5.75,6.5833,2.625,6.5833],\u0022elements\u0022:[\u0022#/readResults/0/lines/30/words/0\u0022,\u0022#/readResults/0/lines/31/words/0\u0022,\u0022#/readResults/0/lines/31/words/1\u0022,\u0022#/readResults/0/lines/31/words/2\u0022]},{\u0022rowIndex\u0022:9,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Half page ad in program guide\u0022,\u0022boundingBox\u0022:[2.625,6.5833,5.75,6.5833,5.75,6.7867,2.625,6.7867],\u0022elements\u0022:[\u0022#/readResults/0/lines/32/words/0\u0022,\u0022#/readResults/0/lines/33/words/0\u0022,\u0022#/readResults/0/lines/33/words/1\u0022,\u0022#/readResults/0/lines/33/words/2\u0022,\u0022#/readResults/0/lines/33/words/3\u0022,\u0022#/readResults/0/lines/33/words/4\u0022,\u0022#/readResults/0/lines/33/words/5\u0022]},{\u0022rowIndex\u0022:10,\u0022columnIndex\u0022:0,\u0022text\u0022:\u0022Bronze Sponsor\u0022,\u0022boundingBox\u0022:[1.0033,6.7867,2.625,6.7867,2.625,7.0139,1.0033,7.0139],\u0022elements\u0022:[\u0022#/readResults/0/lines/34/words/0\u0022,\u0022#/readResults/0/lines/34/words/1\u0022]},{\u0022rowIndex\u0022:10,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Full booth\u0022,\u0022boundingBox\u0022:[2.625,6.7867,5.75,6.7867,5.75,7.0139,2.625,7.0139],\u0022elements\u0022:[\u0022#/readResults/0/lines/35/words/0\u0022,\u0022#/readResults/0/lines/36/words/0\u0022,\u0022#/readResults/0/lines/36/words/1\u0022]},{\u0022rowIndex\u0022:10,\u0022columnIndex\u0022:2,\u0022text\u0022:\u0022$1,000\u0022,\u0022boundingBox\u0022:[5.75,6.7867,7.4967,6.7867,7.4967,7.0139,5.75,7.0139],\u0022elements\u0022:[\u0022#/readResults/0/lines/37/words/0\u0022]},{\u0022rowIndex\u0022:11,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Logo on poster\u0022,\u0022boundingBox\u0022:[2.625,7.0139,5.75,7.0139,5.75,7.2222,2.625,7.2222],\u0022elements\u0022:[\u0022#/readResults/0/lines/38/words/0\u0022,\u0022#/readResults/0/lines/39/words/0\u0022,\u0022#/readResults/0/lines/39/words/1\u0022,\u0022#/readResults/0/lines/39/words/2\u0022]},{\u0022rowIndex\u0022:12,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 50% discount on program guide\u0022,\u0022boundingBox\u0022:[2.625,7.2222,5.75,7.2222,5.75,7.4306,2.625,7.4306],\u0022elements\u0022:[\u0022#/readResults/0/lines/40/words/0\u0022,\u0022#/readResults/0/lines/41/words/0\u0022,\u0022#/readResults/0/lines/41/words/1\u0022,\u0022#/readResults/0/lines/41/words/2\u0022,\u0022#/readResults/0/lines/41/words/3\u0022,\u0022#/readResults/0/lines/41/words/4\u0022]},{\u0022rowIndex\u0022:13,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022advertisements\u0022,\u0022boundingBox\u0022:[2.625,7.4306,5.75,7.4306,5.75,7.635,2.625,7.635],\u0022elements\u0022:[\u0022#/readResults/0/lines/42/words/0\u0022]},{\u0022rowIndex\u0022:14,\u0022columnIndex\u0022:0,\u0022text\u0022:\u0022Full Booth\u0022,\u0022boundingBox\u0022:[1.0033,7.635,2.625,7.635,2.625,7.8611,1.0033,7.8611],\u0022elements\u0022:[\u0022#/readResults/0/lines/43/words/0\u0022,\u0022#/readResults/0/lines/43/words/1\u0022]},{\u0022rowIndex\u0022:14,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Full booth\u0022,\u0022boundingBox\u0022:[2.625,7.635,5.75,7.635,5.75,7.8611,2.625,7.8611],\u0022elements\u0022:[\u0022#/readResults/0/lines/44/words/0\u0022,\u0022#/readResults/0/lines/45/words/0\u0022,\u0022#/readResults/0/lines/45/words/1\u0022]},{\u0022rowIndex\u0022:14,\u0022columnIndex\u0022:2,\u0022text\u0022:\u0022$600\u0022,\u0022boundingBox\u0022:[5.75,7.635,7.4967,7.635,7.4967,7.8611,5.75,7.8611],\u0022elements\u0022:[\u0022#/readResults/0/lines/46/words/0\u0022]},{\u0022rowIndex\u0022:15,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 50% discount on program guide\u0022,\u0022boundingBox\u0022:[2.625,7.8611,5.75,7.8611,5.75,8.0694,2.625,8.0694],\u0022elements\u0022:[\u0022#/readResults/0/lines/47/words/0\u0022,\u0022#/readResults/0/lines/48/words/0\u0022,\u0022#/readResults/0/lines/48/words/1\u0022,\u0022#/readResults/0/lines/48/words/2\u0022,\u0022#/readResults/0/lines/48/words/3\u0022,\u0022#/readResults/0/lines/48/words/4\u0022]},{\u0022rowIndex\u0022:16,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022advertisements\u0022,\u0022boundingBox\u0022:[2.625,8.0694,5.75,8.0694,5.75,8.27,2.625,8.27],\u0022elements\u0022:[\u0022#/readResults/0/lines/49/words/0\u0022]},{\u0022rowIndex\u0022:17,\u0022columnIndex\u0022:0,\u0022text\u0022:\u0022Half Booth\u0022,\u0022boundingBox\u0022:[1.0033,8.27,2.625,8.27,2.625,8.4861,1.0033,8.4861],\u0022elements\u0022:[\u0022#/readResults/0/lines/50/words/0\u0022,\u0022#/readResults/0/lines/50/words/1\u0022]},{\u0022rowIndex\u0022:17,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Full booth\u0022,\u0022boundingBox\u0022:[2.625,8.27,5.75,8.27,5.75,8.4861,2.625,8.4861],\u0022elements\u0022:[\u0022#/readResults/0/lines/51/words/0\u0022,\u0022#/readResults/0/lines/52/words/0\u0022,\u0022#/readResults/0/lines/52/words/1\u0022]},{\u0022rowIndex\u0022:17,\u0022columnIndex\u0022:2,\u0022text\u0022:\u0022$350\u0022,\u0022boundingBox\u0022:[5.75,8.27,7.4967,8.27,7.4967,8.4861,5.75,8.4861],\u0022elements\u0022:[\u0022#/readResults/0/lines/53/words/0\u0022]},{\u0022rowIndex\u0022:18,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 25% discount on program guide\u0022,\u0022boundingBox\u0022:[2.625,8.4861,5.75,8.4861,5.75,8.7083,2.625,8.7083],\u0022elements\u0022:[\u0022#/readResults/0/lines/54/words/0\u0022,\u0022#/readResults/0/lines/55/words/0\u0022,\u0022#/readResults/0/lines/55/words/1\u0022,\u0022#/readResults/0/lines/55/words/2\u0022,\u0022#/readResults/0/lines/55/words/3\u0022,\u0022#/readResults/0/lines/55/words/4\u0022]},{\u0022rowIndex\u0022:19,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022advertisements\u0022,\u0022boundingBox\u0022:[2.625,8.7083,5.75,8.7083,5.75,8.905,2.625,8.905],\u0022elements\u0022:[\u0022#/readResults/0/lines/56/words/0\u0022]}]}]},{\u0022page\u0022:2,\u0022tables\u0022:[]}]}}" + "ResponseBody": "{\u0022status\u0022:\u0022succeeded\u0022,\u0022createdDateTime\u0022:\u00222020-10-30T12:57:45Z\u0022,\u0022lastUpdatedDateTime\u0022:\u00222020-10-30T12:57:50Z\u0022,\u0022analyzeResult\u0022:{\u0022version\u0022:\u00222.1.0\u0022,\u0022readResults\u0022:[{\u0022page\u0022:1,\u0022angle\u0022:0,\u0022width\u0022:8.5,\u0022height\u0022:11,\u0022unit\u0022:\u0022inch\u0022,\u0022lines\u0022:[{\u0022boundingBox\u0022:[6.1276,1.0667,7.4833,1.0667,7.4833,1.2403,6.1276,1.2403],\u0022text\u0022:\u0022Vendor #:121\u0022,\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}},\u0022words\u0022:[{\u0022boundingBox\u0022:[6.1276,1.0667,6.8657,1.0667,6.8657,1.2403,6.1276,1.2403],\u0022text\u0022:\u0022Vendor\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.9307,1.0759,7.4833,1.0759,7.4833,1.2391,6.9307,1.2391],\u0022text\u0022:\u0022#:121\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.2268,1.5733,6.2379,1.5733,6.2379,2.005,2.2268,2.005],\u0022text\u0022:\u0022Vendor Registration\u0022,\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}},\u0022words\u0022:[{\u0022boundingBox\u0022:[2.2268,1.5733,3.703,1.5733,3.703,1.9207,2.2268,1.9207],\u0022text\u0022:\u0022Vendor\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.8661,1.5883,6.2379,1.5883,6.2379,2.005,3.8661,2.005],\u0022text\u0022:\u0022Registration\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0078,2.5846,7.0776,2.5846,7.0776,2.7293,1.0078,2.7293],\u0022text\u0022:\u0022Contoso Ltd. Conference will be held on May 28-29, 2020 at the Elm Conference Center in\u0022,\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}},\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0078,2.5919,1.5548,2.5919,1.5548,2.7013,1.0078,2.7013],\u0022text\u0022:\u0022Contoso\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.6125,2.5856,1.843,2.5856,1.843,2.7013,1.6125,2.7013],\u0022text\u0022:\u0022Ltd.\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.8996,2.5846,2.6636,2.5846,2.6636,2.7013,1.8996,2.7013],\u0022text\u0022:\u0022Conference\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.7122,2.5852,2.9307,2.5852,2.9307,2.7003,2.7122,2.7003],\u0022text\u0022:\u0022will\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.9922,2.5852,3.1419,2.5852,3.1419,2.7013,2.9922,2.7013],\u0022text\u0022:\u0022be\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.1987,2.5852,3.4704,2.5852,3.4704,2.7013,3.1987,2.7013],\u0022text\u0022:\u0022held\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.53,2.62,3.6846,2.62,3.6846,2.7013,3.53,2.7013],\u0022text\u0022:\u0022on\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.7498,2.5934,4.0422,2.5934,4.0422,2.7293,3.7498,2.7293],\u0022text\u0022:\u0022May\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.0877,2.5914,4.5042,2.5914,4.5042,2.7236,4.0877,2.7236],\u0022text\u0022:\u002228-29,\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.5586,2.5914,4.884,2.5914,4.884,2.7017,4.5586,2.7017],\u0022text\u0022:\u00222020\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.9351,2.6014,5.0577,2.6014,5.0577,2.7013,4.9351,2.7013],\u0022text\u0022:\u0022at\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[5.1033,2.5852,5.3202,2.5852,5.3202,2.7013,5.1033,2.7013],\u0022text\u0022:\u0022the\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[5.3787,2.5852,5.6051,2.5852,5.6051,2.7003,5.3787,2.7003],\u0022text\u0022:\u0022Elm\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[5.6624,2.5846,6.4263,2.5846,6.4263,2.7013,5.6624,2.7013],\u0022text\u0022:\u0022Conference\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.4796,2.5919,6.9234,2.5919,6.9234,2.7013,6.4796,2.7013],\u0022text\u0022:\u0022Center\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.9765,2.5905,7.0776,2.5905,7.0776,2.7003,6.9765,2.7003],\u0022text\u0022:\u0022in\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.014,2.8029,7.3457,2.8029,7.3457,2.9478,1.014,2.9478],\u0022text\u0022:\u0022Maple City, Massachusetts. The conference has sold out of its 1,500 tickets, with a 400 person\u0022,\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}},\u0022words\u0022:[{\u0022boundingBox\u0022:[1.014,2.8036,1.4242,2.8036,1.4242,2.9478,1.014,2.9478],\u0022text\u0022:\u0022Maple\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.4763,2.8089,1.7576,2.8089,1.7576,2.9478,1.4763,2.9478],\u0022text\u0022:\u0022City,\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.8195,2.8036,2.8383,2.8036,2.8383,2.9197,1.8195,2.9197],\u0022text\u0022:\u0022Massachusetts.\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.8883,2.8036,3.1326,2.8036,3.1326,2.9197,2.8883,2.9197],\u0022text\u0022:\u0022The\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.1842,2.8029,3.9301,2.8029,3.9301,2.9197,3.1842,2.9197],\u0022text\u0022:\u0022conference\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.9871,2.8036,4.2019,2.8036,4.2019,2.9197,3.9871,2.9197],\u0022text\u0022:\u0022has\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.2529,2.8036,4.5104,2.8036,4.5104,2.9197,4.2529,2.9197],\u0022text\u0022:\u0022sold\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.5701,2.8197,4.7871,2.8197,4.7871,2.9197,4.5701,2.9197],\u0022text\u0022:\u0022out\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.8373,2.8029,4.9701,2.8029,4.9701,2.9197,4.8373,2.9197],\u0022text\u0022:\u0022of\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[5.0169,2.8089,5.1601,2.8089,5.1601,2.9197,5.0169,2.9197],\u0022text\u0022:\u0022its\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[5.2167,2.81,5.5766,2.81,5.5766,2.9418,5.2167,2.9418],\u0022text\u0022:\u00221,500\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[5.6227,2.8036,6.0928,2.8036,6.0928,2.9418,5.6227,2.9418],\u0022text\u0022:\u0022tickets,\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.1461,2.8036,6.4308,2.8036,6.4308,2.9195,6.1461,2.9195],\u0022text\u0022:\u0022with\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.488,2.8383,6.548,2.8383,6.548,2.9197,6.488,2.9197],\u0022text\u0022:\u0022a\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.6016,2.81,6.8449,2.81,6.8449,2.9197,6.6016,2.9197],\u0022text\u0022:\u0022400\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.8998,2.8383,7.3457,2.8383,7.3457,2.9478,6.8998,2.9478],\u0022text\u0022:\u0022person\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0043,3.0229,7.2482,3.0229,7.2482,3.1678,1.0043,3.1678],\u0022text\u0022:\u0022waitlist. Vendor applications are being accepted through Feb 28, 2020. Please fill in the form\u0022,\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}},\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0043,3.0236,1.5194,3.0236,1.5194,3.1397,1.0043,3.1397],\u0022text\u0022:\u0022waitlist.\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.5733,3.0239,2.0654,3.0239,2.0654,3.1397,1.5733,3.1397],\u0022text\u0022:\u0022Vendor\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.1132,3.0236,2.9143,3.0236,2.9143,3.1678,2.1132,3.1678],\u0022text\u0022:\u0022applications\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.9675,3.0583,3.1726,3.0583,3.1726,3.1397,2.9675,3.1397],\u0022text\u0022:\u0022are\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.2306,3.0236,3.5889,3.0236,3.5889,3.1678,3.2306,3.1678],\u0022text\u0022:\u0022being\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.6388,3.0239,4.2336,3.0239,4.2336,3.1678,3.6388,3.1678],\u0022text\u0022:\u0022accepted\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.2862,3.0236,4.8127,3.0236,4.8127,3.1678,4.2862,3.1678],\u0022text\u0022:\u0022through\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.8815,3.0236,5.1133,3.0236,5.1133,3.14,4.8815,3.14],\u0022text\u0022:\u0022Feb\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[5.163,3.0297,5.361,3.0297,5.361,3.162,5.163,3.162],\u0022text\u0022:\u002228,\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[5.413,3.0297,5.7774,3.0297,5.7774,3.14,5.413,3.14],\u0022text\u0022:\u00222020.\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[5.8406,3.0236,6.2537,3.0236,6.2537,3.1397,5.8406,3.1397],\u0022text\u0022:\u0022Please\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.3022,3.0229,6.4539,3.0229,6.4539,3.1387,6.3022,3.1387],\u0022text\u0022:\u0022fill\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.5131,3.0289,6.6158,3.0289,6.6158,3.1387,6.5131,3.1387],\u0022text\u0022:\u0022in\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.6673,3.0236,6.8842,3.0236,6.8842,3.1397,6.6673,3.1397],\u0022text\u0022:\u0022the\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.9317,3.0229,7.2482,3.0229,7.2482,3.1397,6.9317,3.1397],\u0022text\u0022:\u0022form\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0125,3.2436,3.6599,3.2436,3.6599,3.3818,1.0125,3.3818],\u0022text\u0022:\u0022below, and attach a check made out to:\u0022,\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}},\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0125,3.2436,1.4459,3.2436,1.4459,3.3818,1.0125,3.3818],\u0022text\u0022:\u0022below,\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.5024,3.2439,1.7371,3.2439,1.7371,3.3597,1.5024,3.3597],\u0022text\u0022:\u0022and\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.7968,3.2436,2.2047,3.2436,2.2047,3.3597,1.7968,3.3597],\u0022text\u0022:\u0022attach\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.2619,3.2783,2.3219,3.2783,2.3219,3.3597,2.2619,3.3597],\u0022text\u0022:\u0022a\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.379,3.2436,2.7529,3.2436,2.7529,3.3597,2.379,3.3597],\u0022text\u0022:\u0022check\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.8076,3.2439,3.17,3.2439,3.17,3.3597,2.8076,3.3597],\u0022text\u0022:\u0022made\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.2251,3.2597,3.4421,3.2597,3.4421,3.3597,3.2251,3.3597],\u0022text\u0022:\u0022out\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.4869,3.2597,3.6599,3.2597,3.6599,3.3597,3.4869,3.3597],\u0022text\u0022:\u0022to:\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0078,3.5739,1.843,3.5739,1.843,3.6897,1.0078,3.6897],\u0022text\u0022:\u0022Contoso Ltd.\u0022,\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}},\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0078,3.5802,1.5548,3.5802,1.5548,3.6897,1.0078,3.6897],\u0022text\u0022:\u0022Contoso\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.6125,3.5739,1.843,3.5739,1.843,3.6897,1.6125,3.6897],\u0022text\u0022:\u0022Ltd.\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0093,3.7939,2.3768,3.7939,2.3768,3.9378,1.0093,3.9378],\u0022text\u0022:\u00222345 Dogwood Lane\u0022,\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}},\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0093,3.8,1.3297,3.8,1.3297,3.9097,1.0093,3.9097],\u0022text\u0022:\u00222345\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.3899,3.7939,2.0149,3.7939,2.0149,3.9378,1.3899,3.9378],\u0022text\u0022:\u0022Dogwood\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.0788,3.8012,2.3768,3.8012,2.3768,3.9097,2.0788,3.9097],\u0022text\u0022:\u0022Lane\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.014,4.0136,2.3377,4.0136,2.3377,4.1518,1.014,4.1518],\u0022text\u0022:\u0022Birch, Kansas 98123\u0022,\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}},\u0022words\u0022:[{\u0022boundingBox\u0022:[1.014,4.0136,1.3745,4.0136,1.3745,4.1518,1.014,4.1518],\u0022text\u0022:\u0022Birch,\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.4375,4.0212,1.8819,4.0212,1.8819,4.1297,1.4375,4.1297],\u0022text\u0022:\u0022Kansas\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.9318,4.02,2.3377,4.02,2.3377,4.1297,1.9318,4.1297],\u0022text\u0022:\u002298123\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0204,4.4248,1.5303,4.4248,1.5303,4.5682,1.0204,4.5682],\u0022text\u0022:\u0022Rates:\u0022,\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}},\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0204,4.4248,1.5303,4.4248,1.5303,4.5682,1.0204,4.5682],\u0022text\u0022:\u0022Rates:\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0923,4.6986,1.6232,4.6986,1.6232,4.8428,1.0923,4.8428],\u0022text\u0022:\u0022Package\u0022,\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}},\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0923,4.6986,1.6232,4.6986,1.6232,4.8428,1.0923,4.8428],\u0022text\u0022:\u0022Package\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.713,4.6986,3.2707,4.6986,3.2707,4.8147,2.713,4.8147],\u0022text\u0022:\u0022Included\u0022,\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}},\u0022words\u0022:[{\u0022boundingBox\u0022:[2.713,4.6986,3.2707,4.6986,3.2707,4.8147,2.713,4.8147],\u0022text\u0022:\u0022Included\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[5.838,4.7039,6.1513,4.7039,6.1513,4.8147,5.838,4.8147],\u0022text\u0022:\u0022Price\u0022,\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}},\u0022words\u0022:[{\u0022boundingBox\u0022:[5.838,4.7039,6.1513,4.7039,6.1513,4.8147,5.838,4.8147],\u0022text\u0022:\u0022Price\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0857,4.9086,1.9831,4.9086,1.9831,5.0528,1.0857,5.0528],\u0022text\u0022:\u0022Gold Sponsor\u0022,\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}},\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0857,4.9086,1.3842,4.9086,1.3842,5.0247,1.0857,5.0247],\u0022text\u0022:\u0022Gold\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.4423,4.915,1.9831,4.915,1.9831,5.0528,1.4423,5.0528],\u0022text\u0022:\u0022Sponsor\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,4.954,3.018,4.954,3.018,5.0145,2.9586,5.0145],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}},\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,4.954,3.018,4.954,3.018,5.0145,2.9586,5.0145],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,4.9169,3.8726,4.9169,3.8726,5.033,3.214,5.033],\u0022text\u0022:\u0022Full booth\u0022,\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}},\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,4.9169,3.4295,4.9169,3.4295,5.033,3.214,5.033],\u0022text\u0022:\u0022Full\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.492,4.9169,3.8726,4.9169,3.8726,5.033,3.492,5.033],\u0022text\u0022:\u0022booth\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[5.8328,4.8977,6.2829,4.8977,6.2829,5.0468,5.8328,5.0468],\u0022text\u0022:\u0022$1,500\u0022,\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}},\u0022words\u0022:[{\u0022boundingBox\u0022:[5.8328,4.8977,6.2829,4.8977,6.2829,5.0468,5.8328,5.0468],\u0022text\u0022:\u0022$1,500\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,5.1673,3.018,5.1673,3.018,5.2279,2.9586,5.2279],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}},\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,5.1673,3.018,5.1673,3.018,5.2279,2.9586,5.2279],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,5.1302,4.7267,5.1302,4.7267,5.2744,3.214,5.2744],\u0022text\u0022:\u0022Pre-keynote thank you\u0022,\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}},\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,5.1302,4.0183,5.1302,4.0183,5.2744,3.214,5.2744],\u0022text\u0022:\u0022Pre-keynote\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.0665,5.1302,4.4475,5.1302,4.4475,5.2463,4.0665,5.2463],\u0022text\u0022:\u0022thank\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.4903,5.165,4.7267,5.165,4.7267,5.2744,4.4903,5.2744],\u0022text\u0022:\u0022you\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,5.379,3.018,5.379,3.018,5.4395,2.9586,5.4395],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}},\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,5.379,3.018,5.379,3.018,5.4395,2.9586,5.4395],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,5.3495,4.2093,5.3495,4.2093,5.4861,3.214,5.4861],\u0022text\u0022:\u0022Logo on poster\u0022,\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}},\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,5.3495,3.5163,5.3495,3.5163,5.4861,3.214,5.4861],\u0022text\u0022:\u0022Logo\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.5686,5.3767,3.7244,5.3767,3.7244,5.458,3.5686,5.458],\u0022text\u0022:\u0022on\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.7888,5.358,4.2093,5.358,4.2093,5.4861,3.7888,5.4861],\u0022text\u0022:\u0022poster\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,5.5923,3.018,5.5923,3.018,5.6529,2.9586,5.6529],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}},\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,5.5923,3.018,5.5923,3.018,5.6529,2.9586,5.6529],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,5.5552,5.201,5.5552,5.201,5.6994,3.214,5.6994],\u0022text\u0022:\u0022Full page ad in program guide\u0022,\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}},\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,5.5552,3.4295,5.5552,3.4295,5.6713,3.214,5.6713],\u0022text\u0022:\u0022Full\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.492,5.59,3.7989,5.59,3.7989,5.6994,3.492,5.6994],\u0022text\u0022:\u0022page\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.8519,5.5556,3.9991,5.5556,3.9991,5.6713,3.8519,5.6713],\u0022text\u0022:\u0022ad\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.0599,5.5605,4.1626,5.5605,4.1626,5.6703,4.0599,5.6703],\u0022text\u0022:\u0022in\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.2248,5.59,4.7839,5.59,4.7839,5.6994,4.2248,5.6994],\u0022text\u0022:\u0022program\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.8367,5.5556,5.201,5.5556,5.201,5.6994,4.8367,5.6994],\u0022text\u0022:\u0022guide\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,5.804,3.018,5.804,3.018,5.8645,2.9586,5.8645],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}},\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,5.804,3.018,5.804,3.018,5.8645,2.9586,5.8645],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0842,5.9786,2.0339,5.9786,2.0339,6.1228,1.0842,6.1228],\u0022text\u0022:\u0022Silver Sponsor\u0022,\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}},\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0842,5.9786,1.4443,5.9786,1.4443,6.0947,1.0842,6.0947],\u0022text\u0022:\u0022Silver\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.4904,5.985,2.0339,5.985,2.0339,6.1228,1.4904,6.1228],\u0022text\u0022:\u0022Sponsor\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,6.024,3.018,6.024,3.018,6.0845,2.9586,6.0845],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}},\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,6.024,3.018,6.024,3.018,6.0845,2.9586,6.0845],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,5.9869,3.8726,5.9869,3.8726,6.103,3.214,6.103],\u0022text\u0022:\u0022Full booth\u0022,\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}},\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,5.9869,3.4295,5.9869,3.4295,6.103,3.214,6.103],\u0022text\u0022:\u0022Full\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.492,5.9869,3.8726,5.9869,3.8726,6.103,3.492,6.103],\u0022text\u0022:\u0022booth\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[5.8328,5.9677,6.2829,5.9677,6.2829,6.1168,5.8328,6.1168],\u0022text\u0022:\u0022$1,200\u0022,\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}},\u0022words\u0022:[{\u0022boundingBox\u0022:[5.8328,5.9677,6.2829,5.9677,6.2829,6.1168,5.8328,6.1168],\u0022text\u0022:\u0022$1,200\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,6.2356,3.018,6.2356,3.018,6.2962,2.9586,6.2962],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}},\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,6.2356,3.018,6.2356,3.018,6.2962,2.9586,6.2962],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,6.1986,4.7938,6.1986,4.7938,6.3428,3.214,6.3428],\u0022text\u0022:\u0022Post-keynote thank you\u0022,\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}},\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,6.1986,4.0878,6.1986,4.0878,6.3428,3.214,6.3428],\u0022text\u0022:\u0022Post-keynote\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.1348,6.1986,4.5158,6.1986,4.5158,6.3147,4.1348,6.3147],\u0022text\u0022:\u0022thank\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.5586,6.2333,4.7938,6.2333,4.7938,6.3428,4.5586,6.3428],\u0022text\u0022:\u0022you\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,6.4473,3.018,6.4473,3.018,6.5079,2.9586,6.5079],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}},\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,6.4473,3.018,6.4473,3.018,6.5079,2.9586,6.5079],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,6.4179,4.2093,6.4179,4.2093,6.5544,3.214,6.5544],\u0022text\u0022:\u0022Logo on poster\u0022,\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}},\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,6.4179,3.5163,6.4179,3.5163,6.5544,3.214,6.5544],\u0022text\u0022:\u0022Logo\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.5686,6.445,3.7244,6.445,3.7244,6.5263,3.5686,6.5263],\u0022text\u0022:\u0022on\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.7888,6.4264,4.2093,6.4264,4.2093,6.5544,3.7888,6.5544],\u0022text\u0022:\u0022poster\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,6.6606,3.018,6.6606,3.018,6.7212,2.9586,6.7212],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}},\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,6.6606,3.018,6.6606,3.018,6.7212,2.9586,6.7212],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,6.6229,5.2314,6.6229,5.2314,6.7678,3.214,6.7678],\u0022text\u0022:\u0022Half page ad in program guide\u0022,\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}},\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,6.6229,3.4739,6.6229,3.4739,6.7397,3.214,6.7397],\u0022text\u0022:\u0022Half\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.5224,6.6583,3.8326,6.6583,3.8326,6.7678,3.5224,6.7678],\u0022text\u0022:\u0022page\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.8843,6.6239,4.0315,6.6239,4.0315,6.7397,3.8843,6.7397],\u0022text\u0022:\u0022ad\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.0923,6.6289,4.195,6.6289,4.195,6.7387,4.0923,6.7387],\u0022text\u0022:\u0022in\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.2563,6.6583,4.8148,6.6583,4.8148,6.7678,4.2563,6.7678],\u0022text\u0022:\u0022program\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.8695,6.6239,5.2314,6.6239,5.2314,6.7678,4.8695,6.7678],\u0022text\u0022:\u0022guide\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0923,6.84,2.1362,6.84,2.1362,6.9778,1.0923,6.9778],\u0022text\u0022:\u0022Bronze Sponsor\u0022,\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}},\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0923,6.8417,1.545,6.8417,1.545,6.9497,1.0923,6.9497],\u0022text\u0022:\u0022Bronze\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.5951,6.84,2.1362,6.84,2.1362,6.9778,1.5951,6.9778],\u0022text\u0022:\u0022Sponsor\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,6.879,3.018,6.879,3.018,6.9395,2.9586,6.9395],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}},\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,6.879,3.018,6.879,3.018,6.9395,2.9586,6.9395],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,6.8419,3.8726,6.8419,3.8726,6.958,3.214,6.958],\u0022text\u0022:\u0022Full booth\u0022,\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}},\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,6.8419,3.4295,6.8419,3.4295,6.958,3.214,6.958],\u0022text\u0022:\u0022Full\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.492,6.8419,3.8726,6.8419,3.8726,6.958,3.492,6.958],\u0022text\u0022:\u0022booth\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[5.8328,6.8227,6.2829,6.8227,6.2829,6.9718,5.8328,6.9718],\u0022text\u0022:\u0022$1,000\u0022,\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}},\u0022words\u0022:[{\u0022boundingBox\u0022:[5.8328,6.8227,6.2829,6.8227,6.2829,6.9718,5.8328,6.9718],\u0022text\u0022:\u0022$1,000\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,7.0923,3.018,7.0923,3.018,7.1529,2.9586,7.1529],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}},\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,7.0923,3.018,7.0923,3.018,7.1529,2.9586,7.1529],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,7.0629,4.2093,7.0629,4.2093,7.1994,3.214,7.1994],\u0022text\u0022:\u0022Logo on poster\u0022,\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}},\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,7.0629,3.5163,7.0629,3.5163,7.1994,3.214,7.1994],\u0022text\u0022:\u0022Logo\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.5686,7.09,3.7244,7.09,3.7244,7.1713,3.5686,7.1713],\u0022text\u0022:\u0022on\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.7888,7.0714,4.2093,7.0714,4.2093,7.1994,3.7888,7.1994],\u0022text\u0022:\u0022poster\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,7.304,3.018,7.304,3.018,7.3645,2.9586,7.3645],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}},\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,7.304,3.018,7.304,3.018,7.3645,2.9586,7.3645],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.2082,7.2672,5.3419,7.2672,5.3419,7.4111,3.2082,7.4111],\u0022text\u0022:\u002250% discount on program guide\u0022,\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}},\u0022words\u0022:[{\u0022boundingBox\u0022:[3.2082,7.2717,3.4817,7.2717,3.4817,7.3845,3.2082,7.3845],\u0022text\u0022:\u002250%\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.533,7.2672,4.1018,7.2672,4.1018,7.383,3.533,7.383],\u0022text\u0022:\u0022discount\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.1512,7.3017,4.307,7.3017,4.307,7.383,4.1512,7.383],\u0022text\u0022:\u0022on\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.3682,7.3017,4.9253,7.3017,4.9253,7.4111,4.3682,7.4111],\u0022text\u0022:\u0022program\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.981,7.2672,5.3419,7.2672,5.3419,7.4111,4.981,7.4111],\u0022text\u0022:\u0022guide\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.2075,7.4706,4.2429,7.4706,4.2429,7.5863,3.2075,7.5863],\u0022text\u0022:\u0022advertisements\u0022,\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}},\u0022words\u0022:[{\u0022boundingBox\u0022:[3.2075,7.4706,4.2429,7.4706,4.2429,7.5863,3.2075,7.5863],\u0022text\u0022:\u0022advertisements\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0923,7.6819,1.7537,7.6819,1.7537,7.798,1.0923,7.798],\u0022text\u0022:\u0022Full Booth\u0022,\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}},\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0923,7.6819,1.3079,7.6819,1.3079,7.798,1.0923,7.798],\u0022text\u0022:\u0022Full\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.3718,7.6819,1.7537,7.6819,1.7537,7.798,1.3718,7.798],\u0022text\u0022:\u0022Booth\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,7.7273,3.018,7.7273,3.018,7.7879,2.9586,7.7879],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}},\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,7.7273,3.018,7.7273,3.018,7.7879,2.9586,7.7879],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,7.6902,3.8726,7.6902,3.8726,7.8063,3.214,7.8063],\u0022text\u0022:\u0022Full booth\u0022,\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}},\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,7.6902,3.4295,7.6902,3.4295,7.8063,3.214,7.8063],\u0022text\u0022:\u0022Full\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.492,7.6902,3.8726,7.6902,3.8726,7.8063,3.492,7.8063],\u0022text\u0022:\u0022booth\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[5.8328,7.6711,6.1586,7.6711,6.1586,7.8165,5.8328,7.8165],\u0022text\u0022:\u0022$600\u0022,\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}},\u0022words\u0022:[{\u0022boundingBox\u0022:[5.8328,7.6711,6.1586,7.6711,6.1586,7.8165,5.8328,7.8165],\u0022text\u0022:\u0022$600\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,7.939,3.018,7.939,3.018,7.9995,2.9586,7.9995],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}},\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,7.939,3.018,7.939,3.018,7.9995,2.9586,7.9995],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.2082,7.9022,5.3419,7.9022,5.3419,8.0461,3.2082,8.0461],\u0022text\u0022:\u002250% discount on program guide\u0022,\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}},\u0022words\u0022:[{\u0022boundingBox\u0022:[3.2082,7.9067,3.4817,7.9067,3.4817,8.0195,3.2082,8.0195],\u0022text\u0022:\u002250%\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.533,7.9022,4.1018,7.9022,4.1018,8.018,3.533,8.018],\u0022text\u0022:\u0022discount\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.1512,7.9367,4.307,7.9367,4.307,8.018,4.1512,8.018],\u0022text\u0022:\u0022on\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.3682,7.9367,4.9253,7.9367,4.9253,8.0461,4.3682,8.0461],\u0022text\u0022:\u0022program\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.981,7.9022,5.3419,7.9022,5.3419,8.0461,4.981,8.0461],\u0022text\u0022:\u0022guide\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.2075,8.1056,4.2429,8.1056,4.2429,8.2213,3.2075,8.2213],\u0022text\u0022:\u0022advertisements\u0022,\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}},\u0022words\u0022:[{\u0022boundingBox\u0022:[3.2075,8.1056,4.2429,8.1056,4.2429,8.2213,3.2075,8.2213],\u0022text\u0022:\u0022advertisements\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0923,8.3162,1.7854,8.3162,1.7854,8.433,1.0923,8.433],\u0022text\u0022:\u0022Half Booth\u0022,\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}},\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0923,8.3162,1.3522,8.3162,1.3522,8.433,1.0923,8.433],\u0022text\u0022:\u0022Half\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.4022,8.3169,1.7854,8.3169,1.7854,8.433,1.4022,8.433],\u0022text\u0022:\u0022Booth\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,8.3623,3.018,8.3623,3.018,8.4229,2.9586,8.4229],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}},\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,8.3623,3.018,8.3623,3.018,8.4229,2.9586,8.4229],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,8.3252,3.8726,8.3252,3.8726,8.4413,3.214,8.4413],\u0022text\u0022:\u0022Full booth\u0022,\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}},\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,8.3252,3.4295,8.3252,3.4295,8.4413,3.214,8.4413],\u0022text\u0022:\u0022Full\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.492,8.3252,3.8726,8.3252,3.8726,8.4413,3.492,8.4413],\u0022text\u0022:\u0022booth\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[5.8328,8.3061,6.1586,8.3061,6.1586,8.4515,5.8328,8.4515],\u0022text\u0022:\u0022$350\u0022,\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}},\u0022words\u0022:[{\u0022boundingBox\u0022:[5.8328,8.3061,6.1586,8.3061,6.1586,8.4515,5.8328,8.4515],\u0022text\u0022:\u0022$350\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,8.574,3.018,8.574,3.018,8.6345,2.9586,8.6345],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}},\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,8.574,3.018,8.574,3.018,8.6345,2.9586,8.6345],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.2093,8.5372,5.3419,8.5372,5.3419,8.6811,3.2093,8.6811],\u0022text\u0022:\u002225% discount on program guide\u0022,\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}},\u0022words\u0022:[{\u0022boundingBox\u0022:[3.2093,8.5417,3.4817,8.5417,3.4817,8.6545,3.2093,8.6545],\u0022text\u0022:\u002225%\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.533,8.5372,4.1018,8.5372,4.1018,8.653,3.533,8.653],\u0022text\u0022:\u0022discount\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.1512,8.5717,4.307,8.5717,4.307,8.653,4.1512,8.653],\u0022text\u0022:\u0022on\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.3682,8.5717,4.9253,8.5717,4.9253,8.6811,4.3682,8.6811],\u0022text\u0022:\u0022program\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.981,8.5372,5.3419,8.5372,5.3419,8.6811,4.981,8.6811],\u0022text\u0022:\u0022guide\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.2075,8.7406,4.2429,8.7406,4.2429,8.8563,3.2075,8.8563],\u0022text\u0022:\u0022advertisements\u0022,\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}},\u0022words\u0022:[{\u0022boundingBox\u0022:[3.2075,8.7406,4.2429,8.7406,4.2429,8.8563,3.2075,8.8563],\u0022text\u0022:\u0022advertisements\u0022,\u0022confidence\u0022:1}]}]},{\u0022page\u0022:2,\u0022angle\u0022:0,\u0022width\u0022:8.5,\u0022height\u0022:11,\u0022unit\u0022:\u0022inch\u0022,\u0022lines\u0022:[{\u0022boundingBox\u0022:[6.1276,1.0667,7.4833,1.0667,7.4833,1.2403,6.1276,1.2403],\u0022text\u0022:\u0022Vendor #:121\u0022,\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}},\u0022words\u0022:[{\u0022boundingBox\u0022:[6.1276,1.0667,6.8657,1.0667,6.8657,1.2403,6.1276,1.2403],\u0022text\u0022:\u0022Vendor\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.9307,1.0759,7.4833,1.0759,7.4833,1.2391,6.9307,1.2391],\u0022text\u0022:\u0022#:121\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0044,2.1771,2.35,2.1771,2.35,2.3315,1.0044,2.3315],\u0022text\u0022:\u0022Vendor Details:\u0022,\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}},\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0044,2.1778,1.6496,2.1778,1.6496,2.3315,1.0044,2.3315],\u0022text\u0022:\u0022Vendor\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.7239,2.1771,2.35,2.1771,2.35,2.3315,1.7239,2.3315],\u0022text\u0022:\u0022Details:\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0065,2.7686,3.3477,2.7686,3.3477,2.9128,1.0065,2.9128],\u0022text\u0022:\u0022Company Name: Southridge Video\u0022,\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}},\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0065,2.7749,1.651,2.7749,1.651,2.9126,1.0065,2.9126],\u0022text\u0022:\u0022Company\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.7019,2.7764,2.1376,2.7764,2.1376,2.885,1.7019,2.885],\u0022text\u0022:\u0022Name:\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.1925,2.7686,2.9184,2.7686,2.9184,2.9128,2.1925,2.9128],\u0022text\u0022:\u0022Southridge\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.9691,2.7689,3.3477,2.7689,3.3477,2.8847,2.9691,2.8847],\u0022text\u0022:\u0022Video\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0065,3.0986,3.5766,3.0986,3.5766,3.2428,1.0065,3.2428],\u0022text\u0022:\u0022Contact: Jamie@southridgevideo.com\u0022,\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}},\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0065,3.1049,1.5706,3.1049,1.5706,3.215,1.0065,3.215],\u0022text\u0022:\u0022Contact:\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.6205,3.0986,3.5766,3.0986,3.5766,3.2428,1.6205,3.2428],\u0022text\u0022:\u0022Jamie@southridgevideo.com\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0115,3.4296,2.6542,3.4296,2.6542,3.5744,1.0115,3.5744],\u0022text\u0022:\u0022Preferred Package: Gold\u0022,\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}},\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0115,3.4296,1.6499,3.4296,1.6499,3.5467,1.0115,3.5467],\u0022text\u0022:\u0022Preferred\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.7092,3.4302,2.2978,3.4302,2.2978,3.5744,1.7092,3.5744],\u0022text\u0022:\u0022Package:\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.3557,3.4302,2.6542,3.4302,2.6542,3.5463,2.3557,3.5463],\u0022text\u0022:\u0022Gold\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0052,3.7537,2.4783,3.7537,2.4783,3.9043,1.0052,3.9043],\u0022text\u0022:\u0022Special Requests: N/a\u0022,\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}},\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0052,3.7602,1.475,3.7602,1.475,3.9043,1.0052,3.9043],\u0022text\u0022:\u0022Special\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.5342,3.7684,2.1899,3.7684,2.1899,3.9043,1.5342,3.9043],\u0022text\u0022:\u0022Requests:\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.254,3.7537,2.4783,3.7537,2.4783,3.8976,2.254,3.8976],\u0022text\u0022:\u0022N/a\u0022,\u0022confidence\u0022:1}]}]}],\u0022pageResults\u0022:[{\u0022page\u0022:1,\u0022tables\u0022:[{\u0022rows\u0022:13,\u0022columns\u0022:4,\u0022cells\u0022:[{\u0022rowIndex\u0022:0,\u0022columnIndex\u0022:0,\u0022text\u0022:\u0022Package\u0022,\u0022boundingBox\u0022:[0.9975,4.6436,2.6168,4.6436,2.6168,4.8578,0.9975,4.8578],\u0022elements\u0022:[\u0022#/readResults/0/lines/10/words/0\u0022]},{\u0022rowIndex\u0022:0,\u0022columnIndex\u0022:1,\u0022columnSpan\u0022:2,\u0022text\u0022:\u0022Included\u0022,\u0022boundingBox\u0022:[2.6168,4.6436,5.7422,4.6436,5.7422,4.8578,2.6168,4.8578],\u0022elements\u0022:[\u0022#/readResults/0/lines/11/words/0\u0022]},{\u0022rowIndex\u0022:0,\u0022columnIndex\u0022:3,\u0022text\u0022:\u0022Price\u0022,\u0022boundingBox\u0022:[5.7422,4.6436,7.4882,4.6436,7.4882,4.8513,5.7422,4.8578],\u0022elements\u0022:[\u0022#/readResults/0/lines/12/words/0\u0022]},{\u0022rowIndex\u0022:1,\u0022columnIndex\u0022:0,\u0022text\u0022:\u0022Gold Sponsor\u0022,\u0022boundingBox\u0022:[0.9975,4.8578,2.6168,4.8578,2.6168,5.0849,0.9975,5.0914],\u0022elements\u0022:[\u0022#/readResults/0/lines/13/words/0\u0022,\u0022#/readResults/0/lines/13/words/1\u0022]},{\u0022rowIndex\u0022:1,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.6168,4.8578,3.15,4.8578,3.15,5.0849,2.6168,5.0849],\u0022elements\u0022:[\u0022#/readResults/0/lines/14/words/0\u0022]},{\u0022rowIndex\u0022:1,\u0022columnIndex\u0022:2,\u0022text\u0022:\u0022Full booth\u0022,\u0022boundingBox\u0022:[3.15,4.8578,5.7422,4.8578,5.7422,5.0849,3.15,5.0849],\u0022elements\u0022:[\u0022#/readResults/0/lines/15/words/0\u0022,\u0022#/readResults/0/lines/15/words/1\u0022]},{\u0022rowIndex\u0022:1,\u0022columnIndex\u0022:3,\u0022text\u0022:\u0022$1,500\u0022,\u0022boundingBox\u0022:[5.7422,4.8578,7.4882,4.8513,7.4882,5.0849,5.7422,5.0849],\u0022elements\u0022:[\u0022#/readResults/0/lines/16/words/0\u0022]},{\u0022rowIndex\u0022:2,\u0022columnIndex\u0022:0,\u0022rowSpan\u0022:3,\u0022text\u0022:\u0022\u0022,\u0022boundingBox\u0022:[0.9975,5.0914,2.6168,5.0849,2.6168,5.9222,0.9975,5.9222],\u0022elements\u0022:[]},{\u0022rowIndex\u0022:2,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 \uF0B7\u0022,\u0022boundingBox\u0022:[2.6168,5.0849,3.15,5.0849,3.15,5.5198,2.6168,5.5198],\u0022elements\u0022:[\u0022#/readResults/0/lines/17/words/0\u0022,\u0022#/readResults/0/lines/19/words/0\u0022]},{\u0022rowIndex\u0022:2,\u0022columnIndex\u0022:2,\u0022text\u0022:\u0022Pre-keynote thank you Logo on poster\u0022,\u0022boundingBox\u0022:[3.15,5.0849,5.7422,5.0849,5.7489,5.5133,3.15,5.5198],\u0022elements\u0022:[\u0022#/readResults/0/lines/18/words/0\u0022,\u0022#/readResults/0/lines/18/words/1\u0022,\u0022#/readResults/0/lines/18/words/2\u0022,\u0022#/readResults/0/lines/20/words/0\u0022,\u0022#/readResults/0/lines/20/words/1\u0022,\u0022#/readResults/0/lines/20/words/2\u0022]},{\u0022rowIndex\u0022:2,\u0022columnIndex\u0022:3,\u0022text\u0022:\u0022\u0022,\u0022boundingBox\u0022:[5.7422,5.0849,7.4882,5.0849,7.4882,5.5198,5.7489,5.5133],\u0022elements\u0022:[]},{\u0022rowIndex\u0022:3,\u0022columnIndex\u0022:1,\u0022columnSpan\u0022:2,\u0022text\u0022:\u0022\uF0B7 Full page ad in program guide\u0022,\u0022boundingBox\u0022:[2.6168,5.5198,5.7489,5.5133,5.7489,5.7404,2.6168,5.7534],\u0022elements\u0022:[\u0022#/readResults/0/lines/21/words/0\u0022,\u0022#/readResults/0/lines/22/words/0\u0022,\u0022#/readResults/0/lines/22/words/1\u0022,\u0022#/readResults/0/lines/22/words/2\u0022,\u0022#/readResults/0/lines/22/words/3\u0022,\u0022#/readResults/0/lines/22/words/4\u0022,\u0022#/readResults/0/lines/22/words/5\u0022]},{\u0022rowIndex\u0022:3,\u0022columnIndex\u0022:3,\u0022text\u0022:\u0022\u0022,\u0022boundingBox\u0022:[5.7489,5.5133,7.4882,5.5198,7.4882,5.7469,5.7489,5.7404],\u0022elements\u0022:[]},{\u0022rowIndex\u0022:4,\u0022columnIndex\u0022:1,\u0022columnSpan\u0022:2,\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.6168,5.7534,5.7489,5.7404,5.7489,5.9222,2.6168,5.9222],\u0022elements\u0022:[\u0022#/readResults/0/lines/23/words/0\u0022]},{\u0022rowIndex\u0022:4,\u0022columnIndex\u0022:3,\u0022text\u0022:\u0022\u0022,\u0022boundingBox\u0022:[5.7489,5.7404,7.4882,5.7469,7.4948,5.9222,5.7489,5.9222],\u0022elements\u0022:[]},{\u0022rowIndex\u0022:5,\u0022columnIndex\u0022:0,\u0022rowSpan\u0022:2,\u0022text\u0022:\u0022Silver Sponsor\u0022,\u0022boundingBox\u0022:[0.9975,5.9222,2.6168,5.9222,2.6168,6.7853,0.9975,6.7788],\u0022elements\u0022:[\u0022#/readResults/0/lines/24/words/0\u0022,\u0022#/readResults/0/lines/24/words/1\u0022]},{\u0022rowIndex\u0022:5,\u0022columnIndex\u0022:1,\u0022rowSpan\u0022:2,\u0022text\u0022:\u0022\uF0B7 \uF0B7 \uF0B7 \uF0B7\u0022,\u0022boundingBox\u0022:[2.6168,5.9222,3.15,5.9222,3.15,6.7853,2.6168,6.7853],\u0022elements\u0022:[\u0022#/readResults/0/lines/25/words/0\u0022,\u0022#/readResults/0/lines/28/words/0\u0022,\u0022#/readResults/0/lines/30/words/0\u0022,\u0022#/readResults/0/lines/32/words/0\u0022]},{\u0022rowIndex\u0022:5,\u0022columnIndex\u0022:2,\u0022rowSpan\u0022:2,\u0022text\u0022:\u0022Full booth Post-keynote thank you Logo on poster Half page ad in program guide\u0022,\u0022boundingBox\u0022:[3.15,5.9222,5.7489,5.9222,5.7489,6.7853,3.15,6.7853],\u0022elements\u0022:[\u0022#/readResults/0/lines/26/words/0\u0022,\u0022#/readResults/0/lines/26/words/1\u0022,\u0022#/readResults/0/lines/29/words/0\u0022,\u0022#/readResults/0/lines/29/words/1\u0022,\u0022#/readResults/0/lines/29/words/2\u0022,\u0022#/readResults/0/lines/31/words/0\u0022,\u0022#/readResults/0/lines/31/words/1\u0022,\u0022#/readResults/0/lines/31/words/2\u0022,\u0022#/readResults/0/lines/33/words/0\u0022,\u0022#/readResults/0/lines/33/words/1\u0022,\u0022#/readResults/0/lines/33/words/2\u0022,\u0022#/readResults/0/lines/33/words/3\u0022,\u0022#/readResults/0/lines/33/words/4\u0022,\u0022#/readResults/0/lines/33/words/5\u0022]},{\u0022rowIndex\u0022:5,\u0022columnIndex\u0022:3,\u0022rowSpan\u0022:2,\u0022text\u0022:\u0022$1,200\u0022,\u0022boundingBox\u0022:[5.7489,5.9222,7.4948,5.9222,7.4948,6.7788,5.7489,6.7853],\u0022elements\u0022:[\u0022#/readResults/0/lines/27/words/0\u0022]},{\u0022rowIndex\u0022:7,\u0022columnIndex\u0022:0,\u0022rowSpan\u0022:2,\u0022text\u0022:\u0022Bronze Sponsor\u0022,\u0022boundingBox\u0022:[0.9975,6.7788,2.6168,6.7853,2.6168,7.6355,0.9975,7.629],\u0022elements\u0022:[\u0022#/readResults/0/lines/34/words/0\u0022,\u0022#/readResults/0/lines/34/words/1\u0022]},{\u0022rowIndex\u0022:7,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.6168,6.7853,3.15,6.7853,3.15,7.019,2.6168,7.019],\u0022elements\u0022:[\u0022#/readResults/0/lines/35/words/0\u0022]},{\u0022rowIndex\u0022:7,\u0022columnIndex\u0022:2,\u0022rowSpan\u0022:2,\u0022text\u0022:\u0022Full booth Logo on poster 50% discount on program guide advertisements\u0022,\u0022boundingBox\u0022:[3.15,6.7853,5.7489,6.7853,5.7489,7.6355,3.1433,7.6355],\u0022elements\u0022:[\u0022#/readResults/0/lines/36/words/0\u0022,\u0022#/readResults/0/lines/36/words/1\u0022,\u0022#/readResults/0/lines/39/words/0\u0022,\u0022#/readResults/0/lines/39/words/1\u0022,\u0022#/readResults/0/lines/39/words/2\u0022,\u0022#/readResults/0/lines/41/words/0\u0022,\u0022#/readResults/0/lines/41/words/1\u0022,\u0022#/readResults/0/lines/41/words/2\u0022,\u0022#/readResults/0/lines/41/words/3\u0022,\u0022#/readResults/0/lines/41/words/4\u0022,\u0022#/readResults/0/lines/42/words/0\u0022]},{\u0022rowIndex\u0022:7,\u0022columnIndex\u0022:3,\u0022rowSpan\u0022:2,\u0022text\u0022:\u0022$1,000\u0022,\u0022boundingBox\u0022:[5.7489,6.7853,7.4948,6.7788,7.4948,7.6355,5.7489,7.6355],\u0022elements\u0022:[\u0022#/readResults/0/lines/37/words/0\u0022]},{\u0022rowIndex\u0022:8,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 \uF0B7\u0022,\u0022boundingBox\u0022:[2.6168,7.019,3.15,7.019,3.1433,7.6355,2.6168,7.6355],\u0022elements\u0022:[\u0022#/readResults/0/lines/38/words/0\u0022,\u0022#/readResults/0/lines/40/words/0\u0022]},{\u0022rowIndex\u0022:9,\u0022columnIndex\u0022:0,\u0022rowSpan\u0022:2,\u0022text\u0022:\u0022Full Booth\u0022,\u0022boundingBox\u0022:[0.9975,7.629,2.6168,7.6355,2.6102,8.2651,0.9975,8.2651],\u0022elements\u0022:[\u0022#/readResults/0/lines/43/words/0\u0022,\u0022#/readResults/0/lines/43/words/1\u0022]},{\u0022rowIndex\u0022:9,\u0022columnIndex\u0022:1,\u0022rowSpan\u0022:2,\u0022columnSpan\u0022:2,\u0022text\u0022:\u0022\uF0B7 Full booth \uF0B7 50% discount on program guide advertisements\u0022,\u0022boundingBox\u0022:[2.6168,7.6355,5.7489,7.6355,5.7489,8.2651,2.6102,8.2651],\u0022elements\u0022:[\u0022#/readResults/0/lines/44/words/0\u0022,\u0022#/readResults/0/lines/45/words/0\u0022,\u0022#/readResults/0/lines/45/words/1\u0022,\u0022#/readResults/0/lines/47/words/0\u0022,\u0022#/readResults/0/lines/48/words/0\u0022,\u0022#/readResults/0/lines/48/words/1\u0022,\u0022#/readResults/0/lines/48/words/2\u0022,\u0022#/readResults/0/lines/48/words/3\u0022,\u0022#/readResults/0/lines/48/words/4\u0022,\u0022#/readResults/0/lines/49/words/0\u0022]},{\u0022rowIndex\u0022:9,\u0022columnIndex\u0022:3,\u0022rowSpan\u0022:2,\u0022text\u0022:\u0022$600\u0022,\u0022boundingBox\u0022:[5.7489,7.6355,7.4948,7.6355,7.4948,8.2651,5.7489,8.2651],\u0022elements\u0022:[\u0022#/readResults/0/lines/46/words/0\u0022]},{\u0022rowIndex\u0022:11,\u0022columnIndex\u0022:0,\u0022rowSpan\u0022:2,\u0022text\u0022:\u0022Half Booth\u0022,\u0022boundingBox\u0022:[0.9975,8.2651,2.6102,8.2651,2.6102,8.9011,0.9975,8.9011],\u0022elements\u0022:[\u0022#/readResults/0/lines/50/words/0\u0022,\u0022#/readResults/0/lines/50/words/1\u0022]},{\u0022rowIndex\u0022:11,\u0022columnIndex\u0022:1,\u0022rowSpan\u0022:2,\u0022columnSpan\u0022:2,\u0022text\u0022:\u0022\uF0B7 Full booth \uF0B7 25% discount on program guide advertisements\u0022,\u0022boundingBox\u0022:[2.6102,8.2651,5.7489,8.2651,5.7489,8.9011,2.6102,8.9011],\u0022elements\u0022:[\u0022#/readResults/0/lines/51/words/0\u0022,\u0022#/readResults/0/lines/52/words/0\u0022,\u0022#/readResults/0/lines/52/words/1\u0022,\u0022#/readResults/0/lines/54/words/0\u0022,\u0022#/readResults/0/lines/55/words/0\u0022,\u0022#/readResults/0/lines/55/words/1\u0022,\u0022#/readResults/0/lines/55/words/2\u0022,\u0022#/readResults/0/lines/55/words/3\u0022,\u0022#/readResults/0/lines/55/words/4\u0022,\u0022#/readResults/0/lines/56/words/0\u0022]},{\u0022rowIndex\u0022:11,\u0022columnIndex\u0022:3,\u0022rowSpan\u0022:2,\u0022text\u0022:\u0022$350\u0022,\u0022boundingBox\u0022:[5.7489,8.2651,7.4948,8.2651,7.4948,8.9011,5.7489,8.9011],\u0022elements\u0022:[\u0022#/readResults/0/lines/53/words/0\u0022]}],\u0022boundingBox\u0022:[0.994,4.6469,7.4953,4.6454,7.4964,8.9061,0.9936,8.9066]}]},{\u0022page\u0022:2,\u0022tables\u0022:[]}]}}" } ], "Variables": { "FORM_RECOGNIZER_API_KEY": "Sanitized", - "FORM_RECOGNIZER_ENDPOINT": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/", + "FORM_RECOGNIZER_ENDPOINT": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/", "RandomSeed": "604484574" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeContentCanParseMultipageFormWithBlankPage.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeContentCanParseMultipageFormWithBlankPage.json index 427267c34e2a7..a61ca7acef602 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeContentCanParseMultipageFormWithBlankPage.json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeContentCanParseMultipageFormWithBlankPage.json @@ -1,17 +1,17 @@ { "Entries": [ { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyze", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/layout/analyze", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "108935", "Content-Type": "application/pdf", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-878ed97af91ee94883d697a78b806c27-0db5aaf5300b4a49-00", + "traceparent": "00-663ec25f3103174c9730ef1f6eee06b7-7349155c5a18af4d-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "18224e7e903fd268274fca724e877247", "x-ms-return-client-request-id": "true" @@ -19,25 +19,25 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "db9e4725-7872-4b98-84b5-be57a311cd5a", + "apim-request-id": "e15b168d-87b3-4fd0-8c48-0c1088f29014", "Content-Length": "0", - "Date": "Wed, 09 Sep 2020 22:28:24 GMT", - "Operation-Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/db9e4725-7872-4b98-84b5-be57a311cd5a", + "Date": "Fri, 30 Oct 2020 12:50:34 GMT", + "Operation-Location": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/layout/analyzeResults/e15b168d-87b3-4fd0-8c48-0c1088f29014", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "53" + "x-envoy-upstream-service-time": "47" }, "ResponseBody": [] }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/db9e4725-7872-4b98-84b5-be57a311cd5a", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/layout/analyzeResults/e15b168d-87b3-4fd0-8c48-0c1088f29014", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "268936ca8ba51d7f5ecca18a2b44caed", "x-ms-return-client-request-id": "true" @@ -45,29 +45,29 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "31a23b48-0288-4848-92a7-128dfccf17fb", + "apim-request-id": "8b74f1e9-d32d-4e3d-9db7-64c8d30a6b45", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:28:24 GMT", + "Date": "Fri, 30 Oct 2020 12:50:35 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "16" + "x-envoy-upstream-service-time": "12" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-09-09T22:28:25Z", - "lastUpdatedDateTime": "2020-09-09T22:28:25Z" + "createdDateTime": "2020-10-30T12:50:35Z", + "lastUpdatedDateTime": "2020-10-30T12:50:35Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/db9e4725-7872-4b98-84b5-be57a311cd5a", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/layout/analyzeResults/e15b168d-87b3-4fd0-8c48-0c1088f29014", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "d64badfd1c33617e2277194c2727765a", "x-ms-return-client-request-id": "true" @@ -75,29 +75,29 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "b2ecda77-ea8c-4417-98ae-89602d01ecae", + "apim-request-id": "e6426592-862c-435e-830f-529464e4748d", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:28:26 GMT", + "Date": "Fri, 30 Oct 2020 12:50:36 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "11" + "x-envoy-upstream-service-time": "13" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-09-09T22:28:25Z", - "lastUpdatedDateTime": "2020-09-09T22:28:25Z" + "createdDateTime": "2020-10-30T12:50:35Z", + "lastUpdatedDateTime": "2020-10-30T12:50:35Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/db9e4725-7872-4b98-84b5-be57a311cd5a", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/layout/analyzeResults/e15b168d-87b3-4fd0-8c48-0c1088f29014", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "3a2274c5e6e2f2cacf05b972eedda6e3", "x-ms-return-client-request-id": "true" @@ -105,29 +105,29 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "5818c046-34f5-4fdd-af9c-da278e812d34", + "apim-request-id": "f117f829-5c27-4815-b027-e2eee57f94e2", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:28:27 GMT", + "Date": "Fri, 30 Oct 2020 12:50:37 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "16" + "x-envoy-upstream-service-time": "12" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-09-09T22:28:25Z", - "lastUpdatedDateTime": "2020-09-09T22:28:25Z" + "createdDateTime": "2020-10-30T12:50:35Z", + "lastUpdatedDateTime": "2020-10-30T12:50:35Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/db9e4725-7872-4b98-84b5-be57a311cd5a", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/layout/analyzeResults/e15b168d-87b3-4fd0-8c48-0c1088f29014", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "a174dc859c3cad14b827032e7232f637", "x-ms-return-client-request-id": "true" @@ -135,29 +135,29 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "9ee4ff0a-6d71-4127-baf0-287cc97113e7", + "apim-request-id": "f4fd9537-31f3-419a-9b1f-80ebd035f94f", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:28:28 GMT", + "Date": "Fri, 30 Oct 2020 12:50:39 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "14" + "x-envoy-upstream-service-time": "13" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-09-09T22:28:25Z", - "lastUpdatedDateTime": "2020-09-09T22:28:25Z" + "createdDateTime": "2020-10-30T12:50:35Z", + "lastUpdatedDateTime": "2020-10-30T12:50:35Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/db9e4725-7872-4b98-84b5-be57a311cd5a", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/layout/analyzeResults/e15b168d-87b3-4fd0-8c48-0c1088f29014", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "b7c547568f21170ae259072d620c7245", "x-ms-return-client-request-id": "true" @@ -165,29 +165,29 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "e9567866-1f4d-4e4b-a679-8df3b19979bd", + "apim-request-id": "d1c48852-723b-4923-b1fd-9f305c0fd5c1", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:28:29 GMT", + "Date": "Fri, 30 Oct 2020 12:50:40 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "17" + "x-envoy-upstream-service-time": "12" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-09-09T22:28:25Z", - "lastUpdatedDateTime": "2020-09-09T22:28:25Z" + "createdDateTime": "2020-10-30T12:50:35Z", + "lastUpdatedDateTime": "2020-10-30T12:50:39Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/db9e4725-7872-4b98-84b5-be57a311cd5a", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/layout/analyzeResults/e15b168d-87b3-4fd0-8c48-0c1088f29014", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "4ac736d0d4b2291e607582bae29c809d", "x-ms-return-client-request-id": "true" @@ -195,48 +195,18 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "5df9b121-366d-418a-a608-23788a39d866", - "Content-Length": "106", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:28:30 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "13" - }, - "ResponseBody": { - "status": "running", - "createdDateTime": "2020-09-09T22:28:25Z", - "lastUpdatedDateTime": "2020-09-09T22:28:29Z" - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/db9e4725-7872-4b98-84b5-be57a311cd5a", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "a71b820fef17f6c1d25dbee395e64aab", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "e63a3004-8a9d-42ab-8ddd-4e271a115aae", - "Content-Length": "28529", + "apim-request-id": "5d5e0079-3afe-49a8-bb1d-e8e79b8529e2", + "Content-Length": "31970", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:28:31 GMT", + "Date": "Fri, 30 Oct 2020 12:50:41 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "45" + "x-envoy-upstream-service-time": "37" }, "ResponseBody": { "status": "succeeded", - "createdDateTime": "2020-09-09T22:28:25Z", - "lastUpdatedDateTime": "2020-09-09T22:28:31Z", + "createdDateTime": "2020-10-30T12:50:35Z", + "lastUpdatedDateTime": "2020-10-30T12:50:40Z", "analyzeResult": { "version": "2.1.0", "readResults": [ @@ -259,6 +229,12 @@ 1.2812 ], "text": "Company A Invoice", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -316,6 +292,12 @@ 1.2121 ], "text": "Invoice For:", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -359,6 +341,12 @@ 1.6155 ], "text": "Address:", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -388,6 +376,12 @@ 1.5931 ], "text": "Bilbo Baggins", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -431,6 +425,12 @@ 1.7854 ], "text": "123 Hobbit Lane", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -488,6 +488,12 @@ 1.9554 ], "text": "567 Main St.", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -545,6 +551,12 @@ 2.0275 ], "text": "Redmond, WA", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -588,6 +600,12 @@ 2.1975 ], "text": "Redmond, WA", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -631,6 +649,12 @@ 2.2254 ], "text": "555-555-5555", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -660,6 +684,12 @@ 2.3954 ], "text": "555-555-5555", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -689,6 +719,12 @@ 3.109 ], "text": "Item", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -718,6 +754,12 @@ 3.1371 ], "text": "Quantity", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -747,6 +789,12 @@ 3.109 ], "text": "Price", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -776,6 +824,12 @@ 3.318 ], "text": "A", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -805,6 +859,12 @@ 3.3176 ], "text": "1", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -834,6 +894,12 @@ 3.319 ], "text": "10.99", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -863,6 +929,12 @@ 3.531 ], "text": "B", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -892,6 +964,12 @@ 3.531 ], "text": "2", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -921,6 +999,12 @@ 3.5323 ], "text": "14.67", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -950,6 +1034,12 @@ 3.7421 ], "text": "C", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -979,6 +1069,12 @@ 3.7413 ], "text": "4", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -1008,6 +1104,12 @@ 3.7423 ], "text": "15.66", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -1037,6 +1139,12 @@ 3.951 ], "text": "D", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -1066,6 +1174,12 @@ 3.951 ], "text": "1", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -1095,6 +1209,12 @@ 3.9523 ], "text": "12.00", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -1124,6 +1244,12 @@ 4.1614 ], "text": "E", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -1153,6 +1279,12 @@ 4.1617 ], "text": "4", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -1182,6 +1314,12 @@ 4.1627 ], "text": "10.00", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -1211,6 +1349,12 @@ 4.3717 ], "text": "F", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -1240,6 +1384,12 @@ 4.3727 ], "text": "6", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -1269,6 +1419,12 @@ 4.3727 ], "text": "12.00", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -1298,6 +1454,12 @@ 4.5827 ], "text": "G", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -1327,6 +1489,12 @@ 4.5827 ], "text": "8", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -1356,6 +1524,12 @@ 4.5827 ], "text": "22.00", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -1385,6 +1559,12 @@ 5.0131 ], "text": "Subtotal: 300.00", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -1428,6 +1608,12 @@ 5.2333 ], "text": "Tax: 30.00", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -1471,6 +1657,12 @@ 5.481 ], "text": "Tip: 100.00", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -1514,6 +1706,12 @@ 5.6733 ], "text": "Total: 430.00", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -1557,6 +1755,12 @@ 6.7981 ], "text": "Signature: ____Bilbo Baggins__________", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -1602,71 +1806,13 @@ } ] } - ], - "selectionMarks": [ - { - "boundingBox": [ - 0, - 9.8745, - 1.1035, - 9.8745, - 1.1035, - 10.9943, - 0, - 10.9943 - ], - "confidence": 0.881, - "state": "unselected" - }, - { - "boundingBox": [ - 0, - 10.4952, - 1.9659, - 10.4952, - 1.9659, - 10.9978, - 0, - 10.9978 - ], - "confidence": 0.8, - "state": "unselected" - }, - { - "boundingBox": [ - 0, - 0.0263, - 1.0499, - 0.0263, - 1.0499, - 1.0117, - 0, - 1.0117 - ], - "confidence": 0.6, - "state": "unselected" - }, - { - "boundingBox": [ - 7.5064, - 9.9415, - 8.4985, - 9.9415, - 8.4985, - 11, - 7.5064, - 11 - ], - "confidence": 0.553, - "state": "unselected" - } ] }, { "page": 2, "angle": 0, - "width": 8.4967, - "height": 10.9967, + "width": 8.5, + "height": 11, "unit": "inch", "lines": [] }, @@ -1689,6 +1835,12 @@ 1.2812 ], "text": "Company B Invoice", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -1746,6 +1898,12 @@ 1.2121 ], "text": "Invoice For:", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -1789,6 +1947,12 @@ 1.6155 ], "text": "Address:", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -1818,6 +1982,12 @@ 1.5931 ], "text": "Frodo Baggins", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -1861,6 +2031,12 @@ 1.7854 ], "text": "123 Hobbit Lane", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -1918,6 +2094,12 @@ 1.9554 ], "text": "567 Main St.", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -1975,6 +2157,12 @@ 2.0275 ], "text": "Redmond, WA", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -2018,6 +2206,12 @@ 2.1975 ], "text": "Redmond, WA", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -2061,6 +2255,12 @@ 2.2254 ], "text": "555-555-5555", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -2090,6 +2290,12 @@ 2.3954 ], "text": "555-555-5555", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -2119,6 +2325,12 @@ 3.109 ], "text": "Item", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -2148,6 +2360,12 @@ 3.1371 ], "text": "Quantity", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -2177,6 +2395,12 @@ 3.109 ], "text": "Price", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -2206,6 +2430,12 @@ 3.318 ], "text": "A", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -2235,6 +2465,12 @@ 3.319 ], "text": "10", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -2264,6 +2500,12 @@ 3.319 ], "text": "100.99", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -2293,6 +2535,12 @@ 3.531 ], "text": "B", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -2322,6 +2570,12 @@ 3.5323 ], "text": "20", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -2351,6 +2605,12 @@ 3.5323 ], "text": "140.67", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -2380,6 +2640,12 @@ 3.7421 ], "text": "C", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -2409,6 +2675,12 @@ 3.7423 ], "text": "40", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -2438,6 +2710,12 @@ 3.7423 ], "text": "150.66", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -2467,6 +2745,12 @@ 3.951 ], "text": "D", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -2496,6 +2780,12 @@ 3.9523 ], "text": "10", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -2525,6 +2815,12 @@ 3.9523 ], "text": "120.00", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -2554,6 +2850,12 @@ 4.1614 ], "text": "E", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -2583,6 +2885,12 @@ 4.1627 ], "text": "40", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -2612,6 +2920,12 @@ 4.1627 ], "text": "100.00", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -2641,6 +2955,12 @@ 4.3717 ], "text": "F", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -2670,6 +2990,12 @@ 4.3727 ], "text": "60", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -2699,6 +3025,12 @@ 4.3727 ], "text": "120.00", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -2728,6 +3060,12 @@ 4.5827 ], "text": "G", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -2757,6 +3095,12 @@ 4.5827 ], "text": "80", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -2786,6 +3130,12 @@ 4.5827 ], "text": "220.00", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -2815,6 +3165,12 @@ 5.0131 ], "text": "Subtotal: 3000.00", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -2858,6 +3214,12 @@ 5.2333 ], "text": "Tax: 300.00", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -2901,6 +3263,12 @@ 5.481 ], "text": "Tip: 1000.00", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -2944,6 +3312,12 @@ 5.6733 ], "text": "Total: 4300.00", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -2987,6 +3361,12 @@ 6.7981 ], "text": "Signature: ____Frodo Baggins__________", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -3032,78 +3412,6 @@ } ] } - ], - "selectionMarks": [ - { - "boundingBox": [ - 0, - 9.877, - 1.1039, - 9.877, - 1.1039, - 10.9946, - 0, - 10.9946 - ], - "confidence": 0.881, - "state": "unselected" - }, - { - "boundingBox": [ - 0, - 10.498, - 1.9897, - 10.498, - 1.9897, - 10.9975, - 0, - 10.9975 - ], - "confidence": 0.833, - "state": "unselected" - }, - { - "boundingBox": [ - 0, - 0.0268, - 1.048, - 0.0268, - 1.048, - 1.0107, - 0, - 1.0107 - ], - "confidence": 0.6, - "state": "unselected" - }, - { - "boundingBox": [ - 6.8221, - 10.6394, - 8.4766, - 10.6394, - 8.4766, - 11, - 6.8221, - 11 - ], - "confidence": 0.6, - "state": "unselected" - }, - { - "boundingBox": [ - 7.5061, - 9.9417, - 8.4988, - 9.9417, - 8.4988, - 11, - 7.5061, - 11 - ], - "confidence": 0.553, - "state": "unselected" - } ] } ], @@ -3120,14 +3428,14 @@ "columnIndex": 0, "text": "Item", "boundingBox": [ - 1.0037, - 2.9443, - 3.1681, - 2.9443, - 3.1681, - 3.1543, - 1.0037, - 3.1543 + 0.9909, + 2.9408, + 3.1582, + 2.9408, + 3.1582, + 3.1528, + 0.9909, + 3.1528 ], "elements": [ "#/readResults/0/lines/10/words/0" @@ -3138,14 +3446,14 @@ "columnIndex": 1, "text": "Quantity", "boundingBox": [ - 3.1681, - 2.9443, - 5.3353, - 2.9443, - 5.3353, - 3.1543, - 3.1681, - 3.1543 + 3.1582, + 2.9408, + 5.3322, + 2.9408, + 5.3322, + 3.1528, + 3.1582, + 3.1528 ], "elements": [ "#/readResults/0/lines/11/words/0" @@ -3156,14 +3464,14 @@ "columnIndex": 2, "text": "Price", "boundingBox": [ - 5.3353, - 2.9443, - 7.4997, - 2.9443, - 7.4997, - 3.1543, - 5.3353, - 3.1543 + 5.3322, + 2.9408, + 7.4928, + 2.947, + 7.4928, + 3.1528, + 5.3322, + 3.1528 ], "elements": [ "#/readResults/0/lines/12/words/0" @@ -3174,14 +3482,14 @@ "columnIndex": 0, "text": "A", "boundingBox": [ - 1.0037, - 3.1543, - 3.1681, - 3.1543, - 3.1681, - 3.3643, - 1.0037, - 3.3643 + 0.9909, + 3.1528, + 3.1582, + 3.1528, + 3.1582, + 3.3649, + 0.9976, + 3.3649 ], "elements": [ "#/readResults/0/lines/13/words/0" @@ -3192,14 +3500,14 @@ "columnIndex": 1, "text": "1", "boundingBox": [ - 3.1681, - 3.1543, - 5.3353, - 3.1543, - 5.3353, - 3.3643, - 3.1681, - 3.3643 + 3.1582, + 3.1528, + 5.3322, + 3.1528, + 5.3322, + 3.3649, + 3.1582, + 3.3649 ], "elements": [ "#/readResults/0/lines/14/words/0" @@ -3210,14 +3518,14 @@ "columnIndex": 2, "text": "10.99", "boundingBox": [ - 5.3353, - 3.1543, - 7.4997, - 3.1543, - 7.4997, - 3.3643, - 5.3353, - 3.3643 + 5.3322, + 3.1528, + 7.4928, + 3.1528, + 7.4995, + 3.3649, + 5.3322, + 3.3649 ], "elements": [ "#/readResults/0/lines/15/words/0" @@ -3228,14 +3536,14 @@ "columnIndex": 0, "text": "B", "boundingBox": [ - 1.0037, - 3.3643, - 3.1681, - 3.3643, - 3.1681, - 3.5776, - 1.0037, - 3.5776 + 0.9976, + 3.3649, + 3.1582, + 3.3649, + 3.1582, + 3.5707, + 0.9976, + 3.5707 ], "elements": [ "#/readResults/0/lines/16/words/0" @@ -3246,14 +3554,14 @@ "columnIndex": 1, "text": "2", "boundingBox": [ - 3.1681, - 3.3643, - 5.3353, - 3.3643, - 5.3353, - 3.5776, - 3.1681, - 3.5776 + 3.1582, + 3.3649, + 5.3322, + 3.3649, + 5.3322, + 3.5707, + 3.1582, + 3.5707 ], "elements": [ "#/readResults/0/lines/17/words/0" @@ -3264,14 +3572,14 @@ "columnIndex": 2, "text": "14.67", "boundingBox": [ - 5.3353, - 3.3643, - 7.4997, - 3.3643, - 7.4997, - 3.5776, - 5.3353, - 3.5776 + 5.3322, + 3.3649, + 7.4995, + 3.3649, + 7.4995, + 3.5707, + 5.3322, + 3.5707 ], "elements": [ "#/readResults/0/lines/18/words/0" @@ -3282,14 +3590,14 @@ "columnIndex": 0, "text": "C", "boundingBox": [ - 1.0037, - 3.5776, - 3.1681, - 3.5776, - 3.1681, - 3.7876, - 1.0037, - 3.7876 + 0.9976, + 3.5707, + 3.1582, + 3.5707, + 3.1582, + 3.7827, + 0.9976, + 3.7827 ], "elements": [ "#/readResults/0/lines/19/words/0" @@ -3300,14 +3608,14 @@ "columnIndex": 1, "text": "4", "boundingBox": [ - 3.1681, - 3.5776, - 5.3353, - 3.5776, - 5.3353, - 3.7876, - 3.1681, - 3.7876 + 3.1582, + 3.5707, + 5.3322, + 3.5707, + 5.3322, + 3.7827, + 3.1582, + 3.7827 ], "elements": [ "#/readResults/0/lines/20/words/0" @@ -3318,14 +3626,14 @@ "columnIndex": 2, "text": "15.66", "boundingBox": [ - 5.3353, - 3.5776, - 7.4997, - 3.5776, - 7.4997, - 3.7876, - 5.3353, - 3.7876 + 5.3322, + 3.5707, + 7.4995, + 3.5707, + 7.4995, + 3.7827, + 5.3322, + 3.7827 ], "elements": [ "#/readResults/0/lines/21/words/0" @@ -3336,14 +3644,14 @@ "columnIndex": 0, "text": "D", "boundingBox": [ - 1.0037, - 3.7876, - 3.1681, - 3.7876, - 3.1681, - 3.9976, - 1.0037, - 3.9976 + 0.9976, + 3.7827, + 3.1582, + 3.7827, + 3.1582, + 3.9885, + 1.0043, + 3.9885 ], "elements": [ "#/readResults/0/lines/22/words/0" @@ -3354,14 +3662,14 @@ "columnIndex": 1, "text": "1", "boundingBox": [ - 3.1681, - 3.7876, - 5.3353, - 3.7876, - 5.3353, - 3.9976, - 3.1681, - 3.9976 + 3.1582, + 3.7827, + 5.3322, + 3.7827, + 5.3322, + 3.9885, + 3.1582, + 3.9885 ], "elements": [ "#/readResults/0/lines/23/words/0" @@ -3372,14 +3680,14 @@ "columnIndex": 2, "text": "12.00", "boundingBox": [ - 5.3353, - 3.7876, - 7.4997, - 3.7876, - 7.4997, - 3.9976, - 5.3353, - 3.9976 + 5.3322, + 3.7827, + 7.4995, + 3.7827, + 7.4995, + 3.9885, + 5.3322, + 3.9885 ], "elements": [ "#/readResults/0/lines/24/words/0" @@ -3390,14 +3698,14 @@ "columnIndex": 0, "text": "E", "boundingBox": [ - 1.0037, - 3.9976, - 3.1681, - 3.9976, - 3.1681, - 4.2081, - 1.0037, - 4.2081 + 1.0043, + 3.9885, + 3.1582, + 3.9885, + 3.1582, + 4.2006, + 1.0043, + 4.2006 ], "elements": [ "#/readResults/0/lines/25/words/0" @@ -3408,14 +3716,14 @@ "columnIndex": 1, "text": "4", "boundingBox": [ - 3.1681, - 3.9976, - 5.3353, - 3.9976, - 5.3353, - 4.2081, - 3.1681, - 4.2081 + 3.1582, + 3.9885, + 5.3322, + 3.9885, + 5.3322, + 4.2006, + 3.1582, + 4.2006 ], "elements": [ "#/readResults/0/lines/26/words/0" @@ -3426,14 +3734,14 @@ "columnIndex": 2, "text": "10.00", "boundingBox": [ - 5.3353, - 3.9976, - 7.4997, - 3.9976, - 7.4997, - 4.2081, - 5.3353, - 4.2081 + 5.3322, + 3.9885, + 7.4995, + 3.9885, + 7.5062, + 4.2006, + 5.3322, + 4.2006 ], "elements": [ "#/readResults/0/lines/27/words/0" @@ -3444,14 +3752,14 @@ "columnIndex": 0, "text": "F", "boundingBox": [ - 1.0037, - 4.2081, - 3.1681, - 4.2081, - 3.1681, - 4.4181, - 1.0037, - 4.4181 + 1.0043, + 4.2006, + 3.1582, + 4.2006, + 3.1582, + 4.4126, + 1.0043, + 4.4126 ], "elements": [ "#/readResults/0/lines/28/words/0" @@ -3462,14 +3770,14 @@ "columnIndex": 1, "text": "6", "boundingBox": [ - 3.1681, - 4.2081, - 5.3353, - 4.2081, - 5.3353, - 4.4181, - 3.1681, - 4.4181 + 3.1582, + 4.2006, + 5.3322, + 4.2006, + 5.3322, + 4.4126, + 3.1582, + 4.4126 ], "elements": [ "#/readResults/0/lines/29/words/0" @@ -3480,14 +3788,14 @@ "columnIndex": 2, "text": "12.00", "boundingBox": [ - 5.3353, - 4.2081, - 7.4997, - 4.2081, - 7.4997, - 4.4181, - 5.3353, - 4.4181 + 5.3322, + 4.2006, + 7.5062, + 4.2006, + 7.5062, + 4.4126, + 5.3322, + 4.4126 ], "elements": [ "#/readResults/0/lines/30/words/0" @@ -3498,14 +3806,14 @@ "columnIndex": 0, "text": "G", "boundingBox": [ - 1.0037, - 4.4181, - 3.1681, - 4.4181, - 3.1681, - 4.6281, - 1.0037, - 4.6281 + 1.0043, + 4.4126, + 3.1582, + 4.4126, + 3.1582, + 4.6184, + 1.011, + 4.6246 ], "elements": [ "#/readResults/0/lines/31/words/0" @@ -3516,14 +3824,14 @@ "columnIndex": 1, "text": "8", "boundingBox": [ - 3.1681, - 4.4181, - 5.3353, - 4.4181, - 5.3353, - 4.6281, - 3.1681, - 4.6281 + 3.1582, + 4.4126, + 5.3322, + 4.4126, + 5.3322, + 4.6184, + 3.1582, + 4.6184 ], "elements": [ "#/readResults/0/lines/32/words/0" @@ -3534,19 +3842,29 @@ "columnIndex": 2, "text": "22.00", "boundingBox": [ - 5.3353, - 4.4181, - 7.4997, - 4.4181, - 7.4997, - 4.6281, - 5.3353, - 4.6281 + 5.3322, + 4.4126, + 7.5062, + 4.4126, + 7.5062, + 4.6246, + 5.3322, + 4.6184 ], "elements": [ "#/readResults/0/lines/33/words/0" ] } + ], + "boundingBox": [ + 0.9957, + 2.9322, + 7.4976, + 2.9326, + 7.4974, + 4.6222, + 0.9944, + 4.6216 ] } ] @@ -3567,14 +3885,14 @@ "columnIndex": 0, "text": "Item", "boundingBox": [ - 1.0037, - 2.9443, - 3.1681, - 2.9443, - 3.1681, - 3.1543, - 1.0037, - 3.1543 + 0.9909, + 2.9408, + 3.1582, + 2.9408, + 3.1582, + 3.1528, + 0.9909, + 3.1528 ], "elements": [ "#/readResults/2/lines/10/words/0" @@ -3585,14 +3903,14 @@ "columnIndex": 1, "text": "Quantity", "boundingBox": [ - 3.1681, - 2.9443, - 5.3353, - 2.9443, - 5.3353, - 3.1543, - 3.1681, - 3.1543 + 3.1582, + 2.9408, + 5.3322, + 2.9408, + 5.3322, + 3.1528, + 3.1582, + 3.1528 ], "elements": [ "#/readResults/2/lines/11/words/0" @@ -3603,14 +3921,14 @@ "columnIndex": 2, "text": "Price", "boundingBox": [ - 5.3353, - 2.9443, - 7.4997, - 2.9443, - 7.4997, - 3.1543, - 5.3353, - 3.1543 + 5.3322, + 2.9408, + 7.4928, + 2.947, + 7.4928, + 3.1528, + 5.3322, + 3.1528 ], "elements": [ "#/readResults/2/lines/12/words/0" @@ -3621,14 +3939,14 @@ "columnIndex": 0, "text": "A", "boundingBox": [ - 1.0037, - 3.1543, - 3.1681, - 3.1543, - 3.1681, - 3.3643, - 1.0037, - 3.3643 + 0.9909, + 3.1528, + 3.1582, + 3.1528, + 3.1582, + 3.3649, + 0.9976, + 3.3649 ], "elements": [ "#/readResults/2/lines/13/words/0" @@ -3639,14 +3957,14 @@ "columnIndex": 1, "text": "10", "boundingBox": [ - 3.1681, - 3.1543, - 5.3353, - 3.1543, - 5.3353, - 3.3643, - 3.1681, - 3.3643 + 3.1582, + 3.1528, + 5.3322, + 3.1528, + 5.3322, + 3.3649, + 3.1582, + 3.3649 ], "elements": [ "#/readResults/2/lines/14/words/0" @@ -3657,14 +3975,14 @@ "columnIndex": 2, "text": "100.99", "boundingBox": [ - 5.3353, - 3.1543, - 7.4997, - 3.1543, - 7.4997, - 3.3643, - 5.3353, - 3.3643 + 5.3322, + 3.1528, + 7.4928, + 3.1528, + 7.4995, + 3.3649, + 5.3322, + 3.3649 ], "elements": [ "#/readResults/2/lines/15/words/0" @@ -3675,14 +3993,14 @@ "columnIndex": 0, "text": "B", "boundingBox": [ - 1.0037, - 3.3643, - 3.1681, - 3.3643, - 3.1681, - 3.5776, - 1.0037, - 3.5776 + 0.9976, + 3.3649, + 3.1582, + 3.3649, + 3.1582, + 3.5707, + 0.9976, + 3.5707 ], "elements": [ "#/readResults/2/lines/16/words/0" @@ -3693,14 +4011,14 @@ "columnIndex": 1, "text": "20", "boundingBox": [ - 3.1681, - 3.3643, - 5.3353, - 3.3643, - 5.3353, - 3.5776, - 3.1681, - 3.5776 + 3.1582, + 3.3649, + 5.3322, + 3.3649, + 5.3322, + 3.5707, + 3.1582, + 3.5707 ], "elements": [ "#/readResults/2/lines/17/words/0" @@ -3711,14 +4029,14 @@ "columnIndex": 2, "text": "140.67", "boundingBox": [ - 5.3353, - 3.3643, - 7.4997, - 3.3643, - 7.4997, - 3.5776, - 5.3353, - 3.5776 + 5.3322, + 3.3649, + 7.4995, + 3.3649, + 7.4995, + 3.5707, + 5.3322, + 3.5707 ], "elements": [ "#/readResults/2/lines/18/words/0" @@ -3729,14 +4047,14 @@ "columnIndex": 0, "text": "C", "boundingBox": [ - 1.0037, - 3.5776, - 3.1681, - 3.5776, - 3.1681, - 3.7876, - 1.0037, - 3.7876 + 0.9976, + 3.5707, + 3.1582, + 3.5707, + 3.1582, + 3.7827, + 0.9976, + 3.7827 ], "elements": [ "#/readResults/2/lines/19/words/0" @@ -3747,14 +4065,14 @@ "columnIndex": 1, "text": "40", "boundingBox": [ - 3.1681, - 3.5776, - 5.3353, - 3.5776, - 5.3353, - 3.7876, - 3.1681, - 3.7876 + 3.1582, + 3.5707, + 5.3322, + 3.5707, + 5.3322, + 3.7827, + 3.1582, + 3.7827 ], "elements": [ "#/readResults/2/lines/20/words/0" @@ -3765,14 +4083,14 @@ "columnIndex": 2, "text": "150.66", "boundingBox": [ - 5.3353, - 3.5776, - 7.4997, - 3.5776, - 7.4997, - 3.7876, - 5.3353, - 3.7876 + 5.3322, + 3.5707, + 7.4995, + 3.5707, + 7.4995, + 3.7827, + 5.3322, + 3.7827 ], "elements": [ "#/readResults/2/lines/21/words/0" @@ -3783,14 +4101,14 @@ "columnIndex": 0, "text": "D", "boundingBox": [ - 1.0037, - 3.7876, - 3.1681, - 3.7876, - 3.1681, - 3.9976, - 1.0037, - 3.9976 + 0.9976, + 3.7827, + 3.1582, + 3.7827, + 3.1582, + 3.9885, + 1.0043, + 3.9885 ], "elements": [ "#/readResults/2/lines/22/words/0" @@ -3801,14 +4119,14 @@ "columnIndex": 1, "text": "10", "boundingBox": [ - 3.1681, - 3.7876, - 5.3353, - 3.7876, - 5.3353, - 3.9976, - 3.1681, - 3.9976 + 3.1582, + 3.7827, + 5.3322, + 3.7827, + 5.3322, + 3.9885, + 3.1582, + 3.9885 ], "elements": [ "#/readResults/2/lines/23/words/0" @@ -3819,14 +4137,14 @@ "columnIndex": 2, "text": "120.00", "boundingBox": [ - 5.3353, - 3.7876, - 7.4997, - 3.7876, - 7.4997, - 3.9976, - 5.3353, - 3.9976 + 5.3322, + 3.7827, + 7.4995, + 3.7827, + 7.4995, + 3.9885, + 5.3322, + 3.9885 ], "elements": [ "#/readResults/2/lines/24/words/0" @@ -3837,14 +4155,14 @@ "columnIndex": 0, "text": "E", "boundingBox": [ - 1.0037, - 3.9976, - 3.1681, - 3.9976, - 3.1681, - 4.2081, - 1.0037, - 4.2081 + 1.0043, + 3.9885, + 3.1582, + 3.9885, + 3.1582, + 4.2006, + 1.0043, + 4.2006 ], "elements": [ "#/readResults/2/lines/25/words/0" @@ -3855,14 +4173,14 @@ "columnIndex": 1, "text": "40", "boundingBox": [ - 3.1681, - 3.9976, - 5.3353, - 3.9976, - 5.3353, - 4.2081, - 3.1681, - 4.2081 + 3.1582, + 3.9885, + 5.3322, + 3.9885, + 5.3322, + 4.2006, + 3.1582, + 4.2006 ], "elements": [ "#/readResults/2/lines/26/words/0" @@ -3873,14 +4191,14 @@ "columnIndex": 2, "text": "100.00", "boundingBox": [ - 5.3353, - 3.9976, - 7.4997, - 3.9976, - 7.4997, - 4.2081, - 5.3353, - 4.2081 + 5.3322, + 3.9885, + 7.4995, + 3.9885, + 7.5062, + 4.2006, + 5.3322, + 4.2006 ], "elements": [ "#/readResults/2/lines/27/words/0" @@ -3891,14 +4209,14 @@ "columnIndex": 0, "text": "F", "boundingBox": [ - 1.0037, - 4.2081, - 3.1681, - 4.2081, - 3.1681, - 4.4181, - 1.0037, - 4.4181 + 1.0043, + 4.2006, + 3.1582, + 4.2006, + 3.1582, + 4.4126, + 1.0043, + 4.4126 ], "elements": [ "#/readResults/2/lines/28/words/0" @@ -3909,14 +4227,14 @@ "columnIndex": 1, "text": "60", "boundingBox": [ - 3.1681, - 4.2081, - 5.3353, - 4.2081, - 5.3353, - 4.4181, - 3.1681, - 4.4181 + 3.1582, + 4.2006, + 5.3322, + 4.2006, + 5.3322, + 4.4126, + 3.1582, + 4.4126 ], "elements": [ "#/readResults/2/lines/29/words/0" @@ -3927,14 +4245,14 @@ "columnIndex": 2, "text": "120.00", "boundingBox": [ - 5.3353, - 4.2081, - 7.4997, - 4.2081, - 7.4997, - 4.4181, - 5.3353, - 4.4181 + 5.3322, + 4.2006, + 7.5062, + 4.2006, + 7.5062, + 4.4126, + 5.3322, + 4.4126 ], "elements": [ "#/readResults/2/lines/30/words/0" @@ -3945,14 +4263,14 @@ "columnIndex": 0, "text": "G", "boundingBox": [ - 1.0037, - 4.4181, - 3.1681, - 4.4181, - 3.1681, - 4.6281, - 1.0037, - 4.6281 + 1.0043, + 4.4126, + 3.1582, + 4.4126, + 3.1582, + 4.6184, + 1.011, + 4.6246 ], "elements": [ "#/readResults/2/lines/31/words/0" @@ -3963,14 +4281,14 @@ "columnIndex": 1, "text": "80", "boundingBox": [ - 3.1681, - 4.4181, - 5.3353, - 4.4181, - 5.3353, - 4.6281, - 3.1681, - 4.6281 + 3.1582, + 4.4126, + 5.3322, + 4.4126, + 5.3322, + 4.6184, + 3.1582, + 4.6184 ], "elements": [ "#/readResults/2/lines/32/words/0" @@ -3981,19 +4299,29 @@ "columnIndex": 2, "text": "220.00", "boundingBox": [ - 5.3353, - 4.4181, - 7.4997, - 4.4181, - 7.4997, - 4.6281, - 5.3353, - 4.6281 + 5.3322, + 4.4126, + 7.5062, + 4.4126, + 7.5062, + 4.6246, + 5.3322, + 4.6184 ], "elements": [ "#/readResults/2/lines/33/words/0" ] } + ], + "boundingBox": [ + 0.996, + 2.9328, + 7.4972, + 2.9334, + 7.4967, + 4.6223, + 0.9946, + 4.6216 ] } ] @@ -4005,7 +4333,7 @@ ], "Variables": { "FORM_RECOGNIZER_API_KEY": "Sanitized", - "FORM_RECOGNIZER_ENDPOINT": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/", + "FORM_RECOGNIZER_ENDPOINT": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/", "RandomSeed": "1412474581" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeContentCanParseMultipageFormWithBlankPageAsync.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeContentCanParseMultipageFormWithBlankPageAsync.json index 7fcdabf5b34c3..3fa046fcb974d 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeContentCanParseMultipageFormWithBlankPageAsync.json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeContentCanParseMultipageFormWithBlankPageAsync.json @@ -1,17 +1,17 @@ { "Entries": [ { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyze", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/layout/analyze", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "108935", "Content-Type": "application/pdf", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-336ab34f08f6454fb77a3a3913c7cde3-730744994bf9e043-00", + "traceparent": "00-5458eeee68830e4db3d2980390d2abfe-baa6c159e40f524e-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "e757498aaaaf306d698f146f13b0c941", "x-ms-return-client-request-id": "true" @@ -19,25 +19,25 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "a16810b9-6962-4235-8a13-4e62c967dd72", + "apim-request-id": "cd40e6d1-2d16-4b71-9aa5-b4615dd655c4", "Content-Length": "0", - "Date": "Wed, 09 Sep 2020 22:33:17 GMT", - "Operation-Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/a16810b9-6962-4235-8a13-4e62c967dd72", + "Date": "Fri, 30 Oct 2020 12:56:48 GMT", + "Operation-Location": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/layout/analyzeResults/cd40e6d1-2d16-4b71-9aa5-b4615dd655c4", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "71" + "x-envoy-upstream-service-time": "56" }, "ResponseBody": [] }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/a16810b9-6962-4235-8a13-4e62c967dd72", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/layout/analyzeResults/cd40e6d1-2d16-4b71-9aa5-b4615dd655c4", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "c6bf9ccd2d26146b3efa6ee17835f431", "x-ms-return-client-request-id": "true" @@ -45,29 +45,29 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "48153ada-ab48-48d7-8c35-180348cbb672", + "apim-request-id": "9ddf201f-1195-417c-819e-f0896785fe17", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:33:17 GMT", + "Date": "Fri, 30 Oct 2020 12:56:50 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "11" + "x-envoy-upstream-service-time": "10" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-09-09T22:33:17Z", - "lastUpdatedDateTime": "2020-09-09T22:33:17Z" + "createdDateTime": "2020-10-30T12:56:49Z", + "lastUpdatedDateTime": "2020-10-30T12:56:49Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/a16810b9-6962-4235-8a13-4e62c967dd72", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/layout/analyzeResults/cd40e6d1-2d16-4b71-9aa5-b4615dd655c4", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "49c77cbf99fde4633744a5a63a33d28f", "x-ms-return-client-request-id": "true" @@ -75,29 +75,29 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "c82de5a1-b557-4607-8801-fba6ce80d778", + "apim-request-id": "74a72063-476a-4488-b910-75cc94b3ca38", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:33:18 GMT", + "Date": "Fri, 30 Oct 2020 12:56:51 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "10" + "x-envoy-upstream-service-time": "11" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-09-09T22:33:17Z", - "lastUpdatedDateTime": "2020-09-09T22:33:17Z" + "createdDateTime": "2020-10-30T12:56:49Z", + "lastUpdatedDateTime": "2020-10-30T12:56:49Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/a16810b9-6962-4235-8a13-4e62c967dd72", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/layout/analyzeResults/cd40e6d1-2d16-4b71-9aa5-b4615dd655c4", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "9e1809403a405d5ede42a8b53b8cb834", "x-ms-return-client-request-id": "true" @@ -105,29 +105,29 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "99eb8252-f5af-49ca-9d65-38b411867546", + "apim-request-id": "76406223-a654-4805-b6c8-bbc2c218a651", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:33:19 GMT", + "Date": "Fri, 30 Oct 2020 12:56:52 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "14" + "x-envoy-upstream-service-time": "13" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-09-09T22:33:17Z", - "lastUpdatedDateTime": "2020-09-09T22:33:17Z" + "createdDateTime": "2020-10-30T12:56:49Z", + "lastUpdatedDateTime": "2020-10-30T12:56:49Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/a16810b9-6962-4235-8a13-4e62c967dd72", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/layout/analyzeResults/cd40e6d1-2d16-4b71-9aa5-b4615dd655c4", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "96b0e29a80e8344338da8fe288c4da0a", "x-ms-return-client-request-id": "true" @@ -135,29 +135,29 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "3c1cb266-b998-43d9-9575-2b35b2753237", + "apim-request-id": "69bb9ade-12b5-4c71-94a0-67d5401bee43", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:33:20 GMT", + "Date": "Fri, 30 Oct 2020 12:56:53 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "16" + "x-envoy-upstream-service-time": "12" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-09-09T22:33:17Z", - "lastUpdatedDateTime": "2020-09-09T22:33:17Z" + "createdDateTime": "2020-10-30T12:56:49Z", + "lastUpdatedDateTime": "2020-10-30T12:56:49Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/a16810b9-6962-4235-8a13-4e62c967dd72", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/layout/analyzeResults/cd40e6d1-2d16-4b71-9aa5-b4615dd655c4", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "6ea1de28561c84f11e696bbbf0aea8aa", "x-ms-return-client-request-id": "true" @@ -165,29 +165,29 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "2297791a-b887-4a5d-af5f-21de9b8411e5", + "apim-request-id": "6934e21c-b900-4514-b96b-fd1451dc32db", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:33:21 GMT", + "Date": "Fri, 30 Oct 2020 12:56:54 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "9" + "x-envoy-upstream-service-time": "12" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-09-09T22:33:17Z", - "lastUpdatedDateTime": "2020-09-09T22:33:17Z" + "createdDateTime": "2020-10-30T12:56:49Z", + "lastUpdatedDateTime": "2020-10-30T12:56:53Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/a16810b9-6962-4235-8a13-4e62c967dd72", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/layout/analyzeResults/cd40e6d1-2d16-4b71-9aa5-b4615dd655c4", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "580c708c3b83bfa6c5e46565ab7cd419", "x-ms-return-client-request-id": "true" @@ -195,48 +195,18 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "1e3abdd4-1f54-486b-b0e2-d2be0544f72b", - "Content-Length": "106", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:33:22 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "16" - }, - "ResponseBody": { - "status": "running", - "createdDateTime": "2020-09-09T22:33:17Z", - "lastUpdatedDateTime": "2020-09-09T22:33:17Z" - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/a16810b9-6962-4235-8a13-4e62c967dd72", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "5c8c9d6849eb4318f12c787e1588438a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "6c541dbd-cc3f-46b6-887e-d1ce8312efcb", - "Content-Length": "28529", + "apim-request-id": "1e009edf-8b55-4b64-9e69-4c05506cf848", + "Content-Length": "31970", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:33:23 GMT", + "Date": "Fri, 30 Oct 2020 12:56:55 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "39" + "x-envoy-upstream-service-time": "36" }, "ResponseBody": { "status": "succeeded", - "createdDateTime": "2020-09-09T22:33:17Z", - "lastUpdatedDateTime": "2020-09-09T22:33:23Z", + "createdDateTime": "2020-10-30T12:56:49Z", + "lastUpdatedDateTime": "2020-10-30T12:56:54Z", "analyzeResult": { "version": "2.1.0", "readResults": [ @@ -259,6 +229,12 @@ 1.2812 ], "text": "Company A Invoice", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -316,6 +292,12 @@ 1.2121 ], "text": "Invoice For:", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -359,6 +341,12 @@ 1.6155 ], "text": "Address:", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -388,6 +376,12 @@ 1.5931 ], "text": "Bilbo Baggins", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -431,6 +425,12 @@ 1.7854 ], "text": "123 Hobbit Lane", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -488,6 +488,12 @@ 1.9554 ], "text": "567 Main St.", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -545,6 +551,12 @@ 2.0275 ], "text": "Redmond, WA", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -588,6 +600,12 @@ 2.1975 ], "text": "Redmond, WA", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -631,6 +649,12 @@ 2.2254 ], "text": "555-555-5555", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -660,6 +684,12 @@ 2.3954 ], "text": "555-555-5555", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -689,6 +719,12 @@ 3.109 ], "text": "Item", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -718,6 +754,12 @@ 3.1371 ], "text": "Quantity", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -747,6 +789,12 @@ 3.109 ], "text": "Price", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -776,6 +824,12 @@ 3.318 ], "text": "A", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -805,6 +859,12 @@ 3.3176 ], "text": "1", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -834,6 +894,12 @@ 3.319 ], "text": "10.99", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -863,6 +929,12 @@ 3.531 ], "text": "B", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -892,6 +964,12 @@ 3.531 ], "text": "2", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -921,6 +999,12 @@ 3.5323 ], "text": "14.67", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -950,6 +1034,12 @@ 3.7421 ], "text": "C", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -979,6 +1069,12 @@ 3.7413 ], "text": "4", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -1008,6 +1104,12 @@ 3.7423 ], "text": "15.66", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -1037,6 +1139,12 @@ 3.951 ], "text": "D", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -1066,6 +1174,12 @@ 3.951 ], "text": "1", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -1095,6 +1209,12 @@ 3.9523 ], "text": "12.00", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -1124,6 +1244,12 @@ 4.1614 ], "text": "E", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -1153,6 +1279,12 @@ 4.1617 ], "text": "4", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -1182,6 +1314,12 @@ 4.1627 ], "text": "10.00", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -1211,6 +1349,12 @@ 4.3717 ], "text": "F", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -1240,6 +1384,12 @@ 4.3727 ], "text": "6", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -1269,6 +1419,12 @@ 4.3727 ], "text": "12.00", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -1298,6 +1454,12 @@ 4.5827 ], "text": "G", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -1327,6 +1489,12 @@ 4.5827 ], "text": "8", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -1356,6 +1524,12 @@ 4.5827 ], "text": "22.00", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -1385,6 +1559,12 @@ 5.0131 ], "text": "Subtotal: 300.00", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -1428,6 +1608,12 @@ 5.2333 ], "text": "Tax: 30.00", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -1471,6 +1657,12 @@ 5.481 ], "text": "Tip: 100.00", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -1514,6 +1706,12 @@ 5.6733 ], "text": "Total: 430.00", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -1557,6 +1755,12 @@ 6.7981 ], "text": "Signature: ____Bilbo Baggins__________", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -1602,71 +1806,13 @@ } ] } - ], - "selectionMarks": [ - { - "boundingBox": [ - 0, - 9.8745, - 1.1035, - 9.8745, - 1.1035, - 10.9943, - 0, - 10.9943 - ], - "confidence": 0.881, - "state": "unselected" - }, - { - "boundingBox": [ - 0, - 10.4952, - 1.9659, - 10.4952, - 1.9659, - 10.9978, - 0, - 10.9978 - ], - "confidence": 0.8, - "state": "unselected" - }, - { - "boundingBox": [ - 0, - 0.0263, - 1.0499, - 0.0263, - 1.0499, - 1.0117, - 0, - 1.0117 - ], - "confidence": 0.6, - "state": "unselected" - }, - { - "boundingBox": [ - 7.5064, - 9.9415, - 8.4985, - 9.9415, - 8.4985, - 11, - 7.5064, - 11 - ], - "confidence": 0.553, - "state": "unselected" - } ] }, { "page": 2, "angle": 0, - "width": 8.4967, - "height": 10.9967, + "width": 8.5, + "height": 11, "unit": "inch", "lines": [] }, @@ -1689,6 +1835,12 @@ 1.2812 ], "text": "Company B Invoice", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -1746,6 +1898,12 @@ 1.2121 ], "text": "Invoice For:", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -1789,6 +1947,12 @@ 1.6155 ], "text": "Address:", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -1818,6 +1982,12 @@ 1.5931 ], "text": "Frodo Baggins", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -1861,6 +2031,12 @@ 1.7854 ], "text": "123 Hobbit Lane", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -1918,6 +2094,12 @@ 1.9554 ], "text": "567 Main St.", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -1975,6 +2157,12 @@ 2.0275 ], "text": "Redmond, WA", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -2018,6 +2206,12 @@ 2.1975 ], "text": "Redmond, WA", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -2061,6 +2255,12 @@ 2.2254 ], "text": "555-555-5555", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -2090,6 +2290,12 @@ 2.3954 ], "text": "555-555-5555", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -2119,6 +2325,12 @@ 3.109 ], "text": "Item", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -2148,6 +2360,12 @@ 3.1371 ], "text": "Quantity", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -2177,6 +2395,12 @@ 3.109 ], "text": "Price", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -2206,6 +2430,12 @@ 3.318 ], "text": "A", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -2235,6 +2465,12 @@ 3.319 ], "text": "10", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -2264,6 +2500,12 @@ 3.319 ], "text": "100.99", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -2293,6 +2535,12 @@ 3.531 ], "text": "B", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -2322,6 +2570,12 @@ 3.5323 ], "text": "20", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -2351,6 +2605,12 @@ 3.5323 ], "text": "140.67", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -2380,6 +2640,12 @@ 3.7421 ], "text": "C", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -2409,6 +2675,12 @@ 3.7423 ], "text": "40", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -2438,6 +2710,12 @@ 3.7423 ], "text": "150.66", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -2467,6 +2745,12 @@ 3.951 ], "text": "D", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -2496,6 +2780,12 @@ 3.9523 ], "text": "10", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -2525,6 +2815,12 @@ 3.9523 ], "text": "120.00", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -2554,6 +2850,12 @@ 4.1614 ], "text": "E", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -2583,6 +2885,12 @@ 4.1627 ], "text": "40", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -2612,6 +2920,12 @@ 4.1627 ], "text": "100.00", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -2641,6 +2955,12 @@ 4.3717 ], "text": "F", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -2670,6 +2990,12 @@ 4.3727 ], "text": "60", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -2699,6 +3025,12 @@ 4.3727 ], "text": "120.00", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -2728,6 +3060,12 @@ 4.5827 ], "text": "G", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -2757,6 +3095,12 @@ 4.5827 ], "text": "80", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -2786,6 +3130,12 @@ 4.5827 ], "text": "220.00", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -2815,6 +3165,12 @@ 5.0131 ], "text": "Subtotal: 3000.00", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -2858,6 +3214,12 @@ 5.2333 ], "text": "Tax: 300.00", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -2901,6 +3263,12 @@ 5.481 ], "text": "Tip: 1000.00", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -2944,6 +3312,12 @@ 5.6733 ], "text": "Total: 4300.00", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -2987,6 +3361,12 @@ 6.7981 ], "text": "Signature: ____Frodo Baggins__________", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -3032,78 +3412,6 @@ } ] } - ], - "selectionMarks": [ - { - "boundingBox": [ - 0, - 9.877, - 1.1039, - 9.877, - 1.1039, - 10.9946, - 0, - 10.9946 - ], - "confidence": 0.881, - "state": "unselected" - }, - { - "boundingBox": [ - 0, - 10.498, - 1.9897, - 10.498, - 1.9897, - 10.9975, - 0, - 10.9975 - ], - "confidence": 0.833, - "state": "unselected" - }, - { - "boundingBox": [ - 0, - 0.0268, - 1.048, - 0.0268, - 1.048, - 1.0107, - 0, - 1.0107 - ], - "confidence": 0.6, - "state": "unselected" - }, - { - "boundingBox": [ - 6.8221, - 10.6394, - 8.4766, - 10.6394, - 8.4766, - 11, - 6.8221, - 11 - ], - "confidence": 0.6, - "state": "unselected" - }, - { - "boundingBox": [ - 7.5061, - 9.9417, - 8.4988, - 9.9417, - 8.4988, - 11, - 7.5061, - 11 - ], - "confidence": 0.553, - "state": "unselected" - } ] } ], @@ -3120,14 +3428,14 @@ "columnIndex": 0, "text": "Item", "boundingBox": [ - 1.0037, - 2.9443, - 3.1681, - 2.9443, - 3.1681, - 3.1543, - 1.0037, - 3.1543 + 0.9909, + 2.9408, + 3.1582, + 2.9408, + 3.1582, + 3.1528, + 0.9909, + 3.1528 ], "elements": [ "#/readResults/0/lines/10/words/0" @@ -3138,14 +3446,14 @@ "columnIndex": 1, "text": "Quantity", "boundingBox": [ - 3.1681, - 2.9443, - 5.3353, - 2.9443, - 5.3353, - 3.1543, - 3.1681, - 3.1543 + 3.1582, + 2.9408, + 5.3322, + 2.9408, + 5.3322, + 3.1528, + 3.1582, + 3.1528 ], "elements": [ "#/readResults/0/lines/11/words/0" @@ -3156,14 +3464,14 @@ "columnIndex": 2, "text": "Price", "boundingBox": [ - 5.3353, - 2.9443, - 7.4997, - 2.9443, - 7.4997, - 3.1543, - 5.3353, - 3.1543 + 5.3322, + 2.9408, + 7.4928, + 2.947, + 7.4928, + 3.1528, + 5.3322, + 3.1528 ], "elements": [ "#/readResults/0/lines/12/words/0" @@ -3174,14 +3482,14 @@ "columnIndex": 0, "text": "A", "boundingBox": [ - 1.0037, - 3.1543, - 3.1681, - 3.1543, - 3.1681, - 3.3643, - 1.0037, - 3.3643 + 0.9909, + 3.1528, + 3.1582, + 3.1528, + 3.1582, + 3.3649, + 0.9976, + 3.3649 ], "elements": [ "#/readResults/0/lines/13/words/0" @@ -3192,14 +3500,14 @@ "columnIndex": 1, "text": "1", "boundingBox": [ - 3.1681, - 3.1543, - 5.3353, - 3.1543, - 5.3353, - 3.3643, - 3.1681, - 3.3643 + 3.1582, + 3.1528, + 5.3322, + 3.1528, + 5.3322, + 3.3649, + 3.1582, + 3.3649 ], "elements": [ "#/readResults/0/lines/14/words/0" @@ -3210,14 +3518,14 @@ "columnIndex": 2, "text": "10.99", "boundingBox": [ - 5.3353, - 3.1543, - 7.4997, - 3.1543, - 7.4997, - 3.3643, - 5.3353, - 3.3643 + 5.3322, + 3.1528, + 7.4928, + 3.1528, + 7.4995, + 3.3649, + 5.3322, + 3.3649 ], "elements": [ "#/readResults/0/lines/15/words/0" @@ -3228,14 +3536,14 @@ "columnIndex": 0, "text": "B", "boundingBox": [ - 1.0037, - 3.3643, - 3.1681, - 3.3643, - 3.1681, - 3.5776, - 1.0037, - 3.5776 + 0.9976, + 3.3649, + 3.1582, + 3.3649, + 3.1582, + 3.5707, + 0.9976, + 3.5707 ], "elements": [ "#/readResults/0/lines/16/words/0" @@ -3246,14 +3554,14 @@ "columnIndex": 1, "text": "2", "boundingBox": [ - 3.1681, - 3.3643, - 5.3353, - 3.3643, - 5.3353, - 3.5776, - 3.1681, - 3.5776 + 3.1582, + 3.3649, + 5.3322, + 3.3649, + 5.3322, + 3.5707, + 3.1582, + 3.5707 ], "elements": [ "#/readResults/0/lines/17/words/0" @@ -3264,14 +3572,14 @@ "columnIndex": 2, "text": "14.67", "boundingBox": [ - 5.3353, - 3.3643, - 7.4997, - 3.3643, - 7.4997, - 3.5776, - 5.3353, - 3.5776 + 5.3322, + 3.3649, + 7.4995, + 3.3649, + 7.4995, + 3.5707, + 5.3322, + 3.5707 ], "elements": [ "#/readResults/0/lines/18/words/0" @@ -3282,14 +3590,14 @@ "columnIndex": 0, "text": "C", "boundingBox": [ - 1.0037, - 3.5776, - 3.1681, - 3.5776, - 3.1681, - 3.7876, - 1.0037, - 3.7876 + 0.9976, + 3.5707, + 3.1582, + 3.5707, + 3.1582, + 3.7827, + 0.9976, + 3.7827 ], "elements": [ "#/readResults/0/lines/19/words/0" @@ -3300,14 +3608,14 @@ "columnIndex": 1, "text": "4", "boundingBox": [ - 3.1681, - 3.5776, - 5.3353, - 3.5776, - 5.3353, - 3.7876, - 3.1681, - 3.7876 + 3.1582, + 3.5707, + 5.3322, + 3.5707, + 5.3322, + 3.7827, + 3.1582, + 3.7827 ], "elements": [ "#/readResults/0/lines/20/words/0" @@ -3318,14 +3626,14 @@ "columnIndex": 2, "text": "15.66", "boundingBox": [ - 5.3353, - 3.5776, - 7.4997, - 3.5776, - 7.4997, - 3.7876, - 5.3353, - 3.7876 + 5.3322, + 3.5707, + 7.4995, + 3.5707, + 7.4995, + 3.7827, + 5.3322, + 3.7827 ], "elements": [ "#/readResults/0/lines/21/words/0" @@ -3336,14 +3644,14 @@ "columnIndex": 0, "text": "D", "boundingBox": [ - 1.0037, - 3.7876, - 3.1681, - 3.7876, - 3.1681, - 3.9976, - 1.0037, - 3.9976 + 0.9976, + 3.7827, + 3.1582, + 3.7827, + 3.1582, + 3.9885, + 1.0043, + 3.9885 ], "elements": [ "#/readResults/0/lines/22/words/0" @@ -3354,14 +3662,14 @@ "columnIndex": 1, "text": "1", "boundingBox": [ - 3.1681, - 3.7876, - 5.3353, - 3.7876, - 5.3353, - 3.9976, - 3.1681, - 3.9976 + 3.1582, + 3.7827, + 5.3322, + 3.7827, + 5.3322, + 3.9885, + 3.1582, + 3.9885 ], "elements": [ "#/readResults/0/lines/23/words/0" @@ -3372,14 +3680,14 @@ "columnIndex": 2, "text": "12.00", "boundingBox": [ - 5.3353, - 3.7876, - 7.4997, - 3.7876, - 7.4997, - 3.9976, - 5.3353, - 3.9976 + 5.3322, + 3.7827, + 7.4995, + 3.7827, + 7.4995, + 3.9885, + 5.3322, + 3.9885 ], "elements": [ "#/readResults/0/lines/24/words/0" @@ -3390,14 +3698,14 @@ "columnIndex": 0, "text": "E", "boundingBox": [ - 1.0037, - 3.9976, - 3.1681, - 3.9976, - 3.1681, - 4.2081, - 1.0037, - 4.2081 + 1.0043, + 3.9885, + 3.1582, + 3.9885, + 3.1582, + 4.2006, + 1.0043, + 4.2006 ], "elements": [ "#/readResults/0/lines/25/words/0" @@ -3408,14 +3716,14 @@ "columnIndex": 1, "text": "4", "boundingBox": [ - 3.1681, - 3.9976, - 5.3353, - 3.9976, - 5.3353, - 4.2081, - 3.1681, - 4.2081 + 3.1582, + 3.9885, + 5.3322, + 3.9885, + 5.3322, + 4.2006, + 3.1582, + 4.2006 ], "elements": [ "#/readResults/0/lines/26/words/0" @@ -3426,14 +3734,14 @@ "columnIndex": 2, "text": "10.00", "boundingBox": [ - 5.3353, - 3.9976, - 7.4997, - 3.9976, - 7.4997, - 4.2081, - 5.3353, - 4.2081 + 5.3322, + 3.9885, + 7.4995, + 3.9885, + 7.5062, + 4.2006, + 5.3322, + 4.2006 ], "elements": [ "#/readResults/0/lines/27/words/0" @@ -3444,14 +3752,14 @@ "columnIndex": 0, "text": "F", "boundingBox": [ - 1.0037, - 4.2081, - 3.1681, - 4.2081, - 3.1681, - 4.4181, - 1.0037, - 4.4181 + 1.0043, + 4.2006, + 3.1582, + 4.2006, + 3.1582, + 4.4126, + 1.0043, + 4.4126 ], "elements": [ "#/readResults/0/lines/28/words/0" @@ -3462,14 +3770,14 @@ "columnIndex": 1, "text": "6", "boundingBox": [ - 3.1681, - 4.2081, - 5.3353, - 4.2081, - 5.3353, - 4.4181, - 3.1681, - 4.4181 + 3.1582, + 4.2006, + 5.3322, + 4.2006, + 5.3322, + 4.4126, + 3.1582, + 4.4126 ], "elements": [ "#/readResults/0/lines/29/words/0" @@ -3480,14 +3788,14 @@ "columnIndex": 2, "text": "12.00", "boundingBox": [ - 5.3353, - 4.2081, - 7.4997, - 4.2081, - 7.4997, - 4.4181, - 5.3353, - 4.4181 + 5.3322, + 4.2006, + 7.5062, + 4.2006, + 7.5062, + 4.4126, + 5.3322, + 4.4126 ], "elements": [ "#/readResults/0/lines/30/words/0" @@ -3498,14 +3806,14 @@ "columnIndex": 0, "text": "G", "boundingBox": [ - 1.0037, - 4.4181, - 3.1681, - 4.4181, - 3.1681, - 4.6281, - 1.0037, - 4.6281 + 1.0043, + 4.4126, + 3.1582, + 4.4126, + 3.1582, + 4.6184, + 1.011, + 4.6246 ], "elements": [ "#/readResults/0/lines/31/words/0" @@ -3516,14 +3824,14 @@ "columnIndex": 1, "text": "8", "boundingBox": [ - 3.1681, - 4.4181, - 5.3353, - 4.4181, - 5.3353, - 4.6281, - 3.1681, - 4.6281 + 3.1582, + 4.4126, + 5.3322, + 4.4126, + 5.3322, + 4.6184, + 3.1582, + 4.6184 ], "elements": [ "#/readResults/0/lines/32/words/0" @@ -3534,19 +3842,29 @@ "columnIndex": 2, "text": "22.00", "boundingBox": [ - 5.3353, - 4.4181, - 7.4997, - 4.4181, - 7.4997, - 4.6281, - 5.3353, - 4.6281 + 5.3322, + 4.4126, + 7.5062, + 4.4126, + 7.5062, + 4.6246, + 5.3322, + 4.6184 ], "elements": [ "#/readResults/0/lines/33/words/0" ] } + ], + "boundingBox": [ + 0.9957, + 2.9322, + 7.4976, + 2.9326, + 7.4974, + 4.6222, + 0.9944, + 4.6216 ] } ] @@ -3567,14 +3885,14 @@ "columnIndex": 0, "text": "Item", "boundingBox": [ - 1.0037, - 2.9443, - 3.1681, - 2.9443, - 3.1681, - 3.1543, - 1.0037, - 3.1543 + 0.9909, + 2.9408, + 3.1582, + 2.9408, + 3.1582, + 3.1528, + 0.9909, + 3.1528 ], "elements": [ "#/readResults/2/lines/10/words/0" @@ -3585,14 +3903,14 @@ "columnIndex": 1, "text": "Quantity", "boundingBox": [ - 3.1681, - 2.9443, - 5.3353, - 2.9443, - 5.3353, - 3.1543, - 3.1681, - 3.1543 + 3.1582, + 2.9408, + 5.3322, + 2.9408, + 5.3322, + 3.1528, + 3.1582, + 3.1528 ], "elements": [ "#/readResults/2/lines/11/words/0" @@ -3603,14 +3921,14 @@ "columnIndex": 2, "text": "Price", "boundingBox": [ - 5.3353, - 2.9443, - 7.4997, - 2.9443, - 7.4997, - 3.1543, - 5.3353, - 3.1543 + 5.3322, + 2.9408, + 7.4928, + 2.947, + 7.4928, + 3.1528, + 5.3322, + 3.1528 ], "elements": [ "#/readResults/2/lines/12/words/0" @@ -3621,14 +3939,14 @@ "columnIndex": 0, "text": "A", "boundingBox": [ - 1.0037, - 3.1543, - 3.1681, - 3.1543, - 3.1681, - 3.3643, - 1.0037, - 3.3643 + 0.9909, + 3.1528, + 3.1582, + 3.1528, + 3.1582, + 3.3649, + 0.9976, + 3.3649 ], "elements": [ "#/readResults/2/lines/13/words/0" @@ -3639,14 +3957,14 @@ "columnIndex": 1, "text": "10", "boundingBox": [ - 3.1681, - 3.1543, - 5.3353, - 3.1543, - 5.3353, - 3.3643, - 3.1681, - 3.3643 + 3.1582, + 3.1528, + 5.3322, + 3.1528, + 5.3322, + 3.3649, + 3.1582, + 3.3649 ], "elements": [ "#/readResults/2/lines/14/words/0" @@ -3657,14 +3975,14 @@ "columnIndex": 2, "text": "100.99", "boundingBox": [ - 5.3353, - 3.1543, - 7.4997, - 3.1543, - 7.4997, - 3.3643, - 5.3353, - 3.3643 + 5.3322, + 3.1528, + 7.4928, + 3.1528, + 7.4995, + 3.3649, + 5.3322, + 3.3649 ], "elements": [ "#/readResults/2/lines/15/words/0" @@ -3675,14 +3993,14 @@ "columnIndex": 0, "text": "B", "boundingBox": [ - 1.0037, - 3.3643, - 3.1681, - 3.3643, - 3.1681, - 3.5776, - 1.0037, - 3.5776 + 0.9976, + 3.3649, + 3.1582, + 3.3649, + 3.1582, + 3.5707, + 0.9976, + 3.5707 ], "elements": [ "#/readResults/2/lines/16/words/0" @@ -3693,14 +4011,14 @@ "columnIndex": 1, "text": "20", "boundingBox": [ - 3.1681, - 3.3643, - 5.3353, - 3.3643, - 5.3353, - 3.5776, - 3.1681, - 3.5776 + 3.1582, + 3.3649, + 5.3322, + 3.3649, + 5.3322, + 3.5707, + 3.1582, + 3.5707 ], "elements": [ "#/readResults/2/lines/17/words/0" @@ -3711,14 +4029,14 @@ "columnIndex": 2, "text": "140.67", "boundingBox": [ - 5.3353, - 3.3643, - 7.4997, - 3.3643, - 7.4997, - 3.5776, - 5.3353, - 3.5776 + 5.3322, + 3.3649, + 7.4995, + 3.3649, + 7.4995, + 3.5707, + 5.3322, + 3.5707 ], "elements": [ "#/readResults/2/lines/18/words/0" @@ -3729,14 +4047,14 @@ "columnIndex": 0, "text": "C", "boundingBox": [ - 1.0037, - 3.5776, - 3.1681, - 3.5776, - 3.1681, - 3.7876, - 1.0037, - 3.7876 + 0.9976, + 3.5707, + 3.1582, + 3.5707, + 3.1582, + 3.7827, + 0.9976, + 3.7827 ], "elements": [ "#/readResults/2/lines/19/words/0" @@ -3747,14 +4065,14 @@ "columnIndex": 1, "text": "40", "boundingBox": [ - 3.1681, - 3.5776, - 5.3353, - 3.5776, - 5.3353, - 3.7876, - 3.1681, - 3.7876 + 3.1582, + 3.5707, + 5.3322, + 3.5707, + 5.3322, + 3.7827, + 3.1582, + 3.7827 ], "elements": [ "#/readResults/2/lines/20/words/0" @@ -3765,14 +4083,14 @@ "columnIndex": 2, "text": "150.66", "boundingBox": [ - 5.3353, - 3.5776, - 7.4997, - 3.5776, - 7.4997, - 3.7876, - 5.3353, - 3.7876 + 5.3322, + 3.5707, + 7.4995, + 3.5707, + 7.4995, + 3.7827, + 5.3322, + 3.7827 ], "elements": [ "#/readResults/2/lines/21/words/0" @@ -3783,14 +4101,14 @@ "columnIndex": 0, "text": "D", "boundingBox": [ - 1.0037, - 3.7876, - 3.1681, - 3.7876, - 3.1681, - 3.9976, - 1.0037, - 3.9976 + 0.9976, + 3.7827, + 3.1582, + 3.7827, + 3.1582, + 3.9885, + 1.0043, + 3.9885 ], "elements": [ "#/readResults/2/lines/22/words/0" @@ -3801,14 +4119,14 @@ "columnIndex": 1, "text": "10", "boundingBox": [ - 3.1681, - 3.7876, - 5.3353, - 3.7876, - 5.3353, - 3.9976, - 3.1681, - 3.9976 + 3.1582, + 3.7827, + 5.3322, + 3.7827, + 5.3322, + 3.9885, + 3.1582, + 3.9885 ], "elements": [ "#/readResults/2/lines/23/words/0" @@ -3819,14 +4137,14 @@ "columnIndex": 2, "text": "120.00", "boundingBox": [ - 5.3353, - 3.7876, - 7.4997, - 3.7876, - 7.4997, - 3.9976, - 5.3353, - 3.9976 + 5.3322, + 3.7827, + 7.4995, + 3.7827, + 7.4995, + 3.9885, + 5.3322, + 3.9885 ], "elements": [ "#/readResults/2/lines/24/words/0" @@ -3837,14 +4155,14 @@ "columnIndex": 0, "text": "E", "boundingBox": [ - 1.0037, - 3.9976, - 3.1681, - 3.9976, - 3.1681, - 4.2081, - 1.0037, - 4.2081 + 1.0043, + 3.9885, + 3.1582, + 3.9885, + 3.1582, + 4.2006, + 1.0043, + 4.2006 ], "elements": [ "#/readResults/2/lines/25/words/0" @@ -3855,14 +4173,14 @@ "columnIndex": 1, "text": "40", "boundingBox": [ - 3.1681, - 3.9976, - 5.3353, - 3.9976, - 5.3353, - 4.2081, - 3.1681, - 4.2081 + 3.1582, + 3.9885, + 5.3322, + 3.9885, + 5.3322, + 4.2006, + 3.1582, + 4.2006 ], "elements": [ "#/readResults/2/lines/26/words/0" @@ -3873,14 +4191,14 @@ "columnIndex": 2, "text": "100.00", "boundingBox": [ - 5.3353, - 3.9976, - 7.4997, - 3.9976, - 7.4997, - 4.2081, - 5.3353, - 4.2081 + 5.3322, + 3.9885, + 7.4995, + 3.9885, + 7.5062, + 4.2006, + 5.3322, + 4.2006 ], "elements": [ "#/readResults/2/lines/27/words/0" @@ -3891,14 +4209,14 @@ "columnIndex": 0, "text": "F", "boundingBox": [ - 1.0037, - 4.2081, - 3.1681, - 4.2081, - 3.1681, - 4.4181, - 1.0037, - 4.4181 + 1.0043, + 4.2006, + 3.1582, + 4.2006, + 3.1582, + 4.4126, + 1.0043, + 4.4126 ], "elements": [ "#/readResults/2/lines/28/words/0" @@ -3909,14 +4227,14 @@ "columnIndex": 1, "text": "60", "boundingBox": [ - 3.1681, - 4.2081, - 5.3353, - 4.2081, - 5.3353, - 4.4181, - 3.1681, - 4.4181 + 3.1582, + 4.2006, + 5.3322, + 4.2006, + 5.3322, + 4.4126, + 3.1582, + 4.4126 ], "elements": [ "#/readResults/2/lines/29/words/0" @@ -3927,14 +4245,14 @@ "columnIndex": 2, "text": "120.00", "boundingBox": [ - 5.3353, - 4.2081, - 7.4997, - 4.2081, - 7.4997, - 4.4181, - 5.3353, - 4.4181 + 5.3322, + 4.2006, + 7.5062, + 4.2006, + 7.5062, + 4.4126, + 5.3322, + 4.4126 ], "elements": [ "#/readResults/2/lines/30/words/0" @@ -3945,14 +4263,14 @@ "columnIndex": 0, "text": "G", "boundingBox": [ - 1.0037, - 4.4181, - 3.1681, - 4.4181, - 3.1681, - 4.6281, - 1.0037, - 4.6281 + 1.0043, + 4.4126, + 3.1582, + 4.4126, + 3.1582, + 4.6184, + 1.011, + 4.6246 ], "elements": [ "#/readResults/2/lines/31/words/0" @@ -3963,14 +4281,14 @@ "columnIndex": 1, "text": "80", "boundingBox": [ - 3.1681, - 4.4181, - 5.3353, - 4.4181, - 5.3353, - 4.6281, - 3.1681, - 4.6281 + 3.1582, + 4.4126, + 5.3322, + 4.4126, + 5.3322, + 4.6184, + 3.1582, + 4.6184 ], "elements": [ "#/readResults/2/lines/32/words/0" @@ -3981,19 +4299,29 @@ "columnIndex": 2, "text": "220.00", "boundingBox": [ - 5.3353, - 4.4181, - 7.4997, - 4.4181, - 7.4997, - 4.6281, - 5.3353, - 4.6281 + 5.3322, + 4.4126, + 7.5062, + 4.4126, + 7.5062, + 4.6246, + 5.3322, + 4.6184 ], "elements": [ "#/readResults/2/lines/33/words/0" ] } + ], + "boundingBox": [ + 0.996, + 2.9328, + 7.4972, + 2.9334, + 7.4967, + 4.6223, + 0.9946, + 4.6216 ] } ] @@ -4005,7 +4333,7 @@ ], "Variables": { "FORM_RECOGNIZER_API_KEY": "Sanitized", - "FORM_RECOGNIZER_ENDPOINT": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/", + "FORM_RECOGNIZER_ENDPOINT": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/", "RandomSeed": "1500463666" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeContentFromUriThrowsForNonExistingContent.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeContentFromUriThrowsForNonExistingContent.json index 18500d1be98f5..5ff90bb05afb4 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeContentFromUriThrowsForNonExistingContent.json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeContentFromUriThrowsForNonExistingContent.json @@ -1,17 +1,17 @@ { "Entries": [ { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyze", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/layout/analyze", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "22", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-2d22a7d3f518b248b8c51052944ea126-c5f7a48f9ba87d4e-00", + "traceparent": "00-e41150c77d257944adccd5c97fd8cb91-a308d74f3aa80446-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "3fb24ee500b907e2e9685db142ae6e9f", "x-ms-return-client-request-id": "true" @@ -21,13 +21,13 @@ }, "StatusCode": 400, "ResponseHeaders": { - "apim-request-id": "9d303fd9-648e-49e5-9e7c-6782cc9ed0af", + "apim-request-id": "181d4e6b-677e-4c9a-aa81-e71a6c292aab", "Content-Length": "95", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:28:31 GMT", + "Date": "Fri, 30 Oct 2020 12:50:42 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "272" + "x-envoy-upstream-service-time": "693" }, "ResponseBody": { "error": { @@ -39,7 +39,7 @@ ], "Variables": { "FORM_RECOGNIZER_API_KEY": "Sanitized", - "FORM_RECOGNIZER_ENDPOINT": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/", + "FORM_RECOGNIZER_ENDPOINT": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/", "RandomSeed": "968130052" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeContentFromUriThrowsForNonExistingContentAsync.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeContentFromUriThrowsForNonExistingContentAsync.json index 0024218b8a5d5..e75d0be5c626d 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeContentFromUriThrowsForNonExistingContentAsync.json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeContentFromUriThrowsForNonExistingContentAsync.json @@ -1,17 +1,17 @@ { "Entries": [ { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyze", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/layout/analyze", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "22", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-e8152bccd1a0374b908b7e0ee7a1ef73-844bb0e623bc8c43-00", + "traceparent": "00-1a7df2c79d7af040bb705d51e1f277f9-4805f648dbcb874a-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "ea9fc6f9db9f68f9a429f642ecc9ca32", "x-ms-return-client-request-id": "true" @@ -21,13 +21,13 @@ }, "StatusCode": 400, "ResponseHeaders": { - "apim-request-id": "789d32a9-13ca-44b5-ba5a-19229377d89f", + "apim-request-id": "19dcefe0-b251-46cc-9aa6-f09f43efc332", "Content-Length": "95", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:33:23 GMT", + "Date": "Fri, 30 Oct 2020 12:56:55 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "153" + "x-envoy-upstream-service-time": "138" }, "ResponseBody": { "error": { @@ -39,7 +39,7 @@ ], "Variables": { "FORM_RECOGNIZER_API_KEY": "Sanitized", - "FORM_RECOGNIZER_ENDPOINT": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/", + "FORM_RECOGNIZER_ENDPOINT": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/", "RandomSeed": "189591610" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeContentPopulatesFormPageJpg(False).json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeContentPopulatesFormPageJpg(False).json index bf461683c8843..cbec4b003969d 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeContentPopulatesFormPageJpg(False).json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeContentPopulatesFormPageJpg(False).json @@ -1,17 +1,17 @@ { "Entries": [ { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyze", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/layout/analyze", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "22", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-830b1f10c3d94f47b7dbd6e9d4b01323-29bf09e06fb62f4a-00", + "traceparent": "00-59f0fdadeec2da4cb4fc975e3f3b4aca-ff90a51107954946-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "ab80dd6ffed61ee9729e79382fb8409b", "x-ms-return-client-request-id": "true" @@ -21,25 +21,25 @@ }, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "eaeee5a3-4705-416d-9e0e-d568c68027dc", + "apim-request-id": "fc463ffb-8b1f-422f-b00e-42af0f23843b", "Content-Length": "0", - "Date": "Wed, 09 Sep 2020 22:29:55 GMT", - "Operation-Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/eaeee5a3-4705-416d-9e0e-d568c68027dc", + "Date": "Fri, 30 Oct 2020 12:46:15 GMT", + "Operation-Location": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/layout/analyzeResults/fc463ffb-8b1f-422f-b00e-42af0f23843b", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "384" + "x-envoy-upstream-service-time": "520" }, "ResponseBody": [] }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/eaeee5a3-4705-416d-9e0e-d568c68027dc", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/layout/analyzeResults/fc463ffb-8b1f-422f-b00e-42af0f23843b", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "64185bfbd9e38aac26d92d9b6e558563", "x-ms-return-client-request-id": "true" @@ -47,29 +47,29 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "7dc2154f-fc94-4e8e-a3bb-f441c6f87746", + "apim-request-id": "f8bfde4d-5804-4d2f-b1f0-161e68f55f4d", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:29:55 GMT", + "Date": "Fri, 30 Oct 2020 12:46:15 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "14" + "x-envoy-upstream-service-time": "12" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-09-09T22:29:55Z", - "lastUpdatedDateTime": "2020-09-09T22:29:55Z" + "createdDateTime": "2020-10-30T12:46:15Z", + "lastUpdatedDateTime": "2020-10-30T12:46:15Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/eaeee5a3-4705-416d-9e0e-d568c68027dc", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/layout/analyzeResults/fc463ffb-8b1f-422f-b00e-42af0f23843b", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "de25e0894a1f6ff476f99a08dfa4f3e9", "x-ms-return-client-request-id": "true" @@ -77,29 +77,29 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "4443e27d-29e1-4040-a6fb-1bac5738319e", + "apim-request-id": "ee9d51d6-adf6-401f-82dc-9cdebc60810b", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:29:56 GMT", + "Date": "Fri, 30 Oct 2020 12:46:17 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "13" + "x-envoy-upstream-service-time": "11" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-09-09T22:29:55Z", - "lastUpdatedDateTime": "2020-09-09T22:29:55Z" + "createdDateTime": "2020-10-30T12:46:15Z", + "lastUpdatedDateTime": "2020-10-30T12:46:15Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/eaeee5a3-4705-416d-9e0e-d568c68027dc", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/layout/analyzeResults/fc463ffb-8b1f-422f-b00e-42af0f23843b", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "c507427a08bb96db30f684fdd14eaf1d", "x-ms-return-client-request-id": "true" @@ -107,29 +107,29 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "b7d4badf-c24c-4dce-9a43-7668460511c4", + "apim-request-id": "2da37eea-97fe-4401-92da-dbbaf8946f51", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:29:57 GMT", + "Date": "Fri, 30 Oct 2020 12:46:18 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "12" + "x-envoy-upstream-service-time": "11" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-09-09T22:29:55Z", - "lastUpdatedDateTime": "2020-09-09T22:29:55Z" + "createdDateTime": "2020-10-30T12:46:15Z", + "lastUpdatedDateTime": "2020-10-30T12:46:15Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/eaeee5a3-4705-416d-9e0e-d568c68027dc", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/layout/analyzeResults/fc463ffb-8b1f-422f-b00e-42af0f23843b", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "4faf15196292b07b66a8eeea3ea4aa82", "x-ms-return-client-request-id": "true" @@ -137,18 +137,18 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "c52bca96-70ab-4d12-b0d6-8324b561fd00", - "Content-Length": "21134", + "apim-request-id": "9fcc6e26-8409-4517-8ab5-3a13f71a3d39", + "Content-Length": "24387", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:29:58 GMT", + "Date": "Fri, 30 Oct 2020 12:46:19 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "26" + "x-envoy-upstream-service-time": "22" }, "ResponseBody": { "status": "succeeded", - "createdDateTime": "2020-09-09T22:29:55Z", - "lastUpdatedDateTime": "2020-09-09T22:29:58Z", + "createdDateTime": "2020-10-30T12:46:15Z", + "lastUpdatedDateTime": "2020-10-30T12:46:19Z", "analyzeResult": { "version": "2.1.0", "readResults": [ @@ -171,6 +171,12 @@ 166 ], "text": "Purchase Order", + "appearance": { + "style": { + "name": "other", + "confidence": 1.0 + } + }, "words": [ { "boundingBox": [ @@ -214,6 +220,12 @@ 266 ], "text": "Hero Limited", + "appearance": { + "style": { + "name": "other", + "confidence": 1.0 + } + }, "words": [ { "boundingBox": [ @@ -257,6 +269,12 @@ 369 ], "text": "Purchase Order", + "appearance": { + "style": { + "name": "other", + "confidence": 1.0 + } + }, "words": [ { "boundingBox": [ @@ -300,6 +318,12 @@ 379 ], "text": "Company Phone: 555-348-6512", + "appearance": { + "style": { + "name": "other", + "confidence": 0.999 + } + }, "words": [ { "boundingBox": [ @@ -357,6 +381,12 @@ 418 ], "text": "Website: www.herolimited.com", + "appearance": { + "style": { + "name": "other", + "confidence": 0.999 + } + }, "words": [ { "boundingBox": [ @@ -400,6 +430,12 @@ 460 ], "text": "Email:", + "appearance": { + "style": { + "name": "other", + "confidence": 0.99 + } + }, "words": [ { "boundingBox": [ @@ -429,6 +465,12 @@ 448 ], "text": "Dated As: 12/20/2020", + "appearance": { + "style": { + "name": "other", + "confidence": 0.998 + } + }, "words": [ { "boundingBox": [ @@ -486,6 +528,12 @@ 503 ], "text": "accounts@herolimited.com", + "appearance": { + "style": { + "name": "other", + "confidence": 0.999 + } + }, "words": [ { "boundingBox": [ @@ -515,6 +563,12 @@ 488 ], "text": "Purchase Order #: 948284", + "appearance": { + "style": { + "name": "other", + "confidence": 0.999 + } + }, "words": [ { "boundingBox": [ @@ -586,6 +640,12 @@ 592 ], "text": "Shipped To", + "appearance": { + "style": { + "name": "other", + "confidence": 1.0 + } + }, "words": [ { "boundingBox": [ @@ -629,6 +689,12 @@ 638 ], "text": "Vendor Name: Hillary Swank", + "appearance": { + "style": { + "name": "other", + "confidence": 0.999 + } + }, "words": [ { "boundingBox": [ @@ -700,6 +766,12 @@ 679 ], "text": "Company Name: Higgly Wiggly Books", + "appearance": { + "style": { + "name": "other", + "confidence": 1.0 + } + }, "words": [ { "boundingBox": [ @@ -785,6 +857,12 @@ 711 ], "text": "Address: 938 NE Burner Road", + "appearance": { + "style": { + "name": "other", + "confidence": 0.999 + } + }, "words": [ { "boundingBox": [ @@ -870,6 +948,12 @@ 751 ], "text": "Boulder City, CO 92848", + "appearance": { + "style": { + "name": "other", + "confidence": 1.0 + } + }, "words": [ { "boundingBox": [ @@ -925,7 +1009,7 @@ 751 ], "text": "92848", - "confidence": 0.977 + "confidence": 0.976 } ] }, @@ -941,6 +1025,12 @@ 748 ], "text": "Phone: 938-294-2949", + "appearance": { + "style": { + "name": "other", + "confidence": 0.998 + } + }, "words": [ { "boundingBox": [ @@ -984,6 +1074,12 @@ 830 ], "text": "Shipped From", + "appearance": { + "style": { + "name": "other", + "confidence": 0.999 + } + }, "words": [ { "boundingBox": [ @@ -1027,6 +1123,12 @@ 879 ], "text": "Name: Bernie Sanders", + "appearance": { + "style": { + "name": "other", + "confidence": 1.0 + } + }, "words": [ { "boundingBox": [ @@ -1040,7 +1142,7 @@ 879 ], "text": "Name:", - "confidence": 0.986 + "confidence": 0.983 }, { "boundingBox": [ @@ -1084,6 +1186,12 @@ 919 ], "text": "Company Name: Jupiter Book Supply", + "appearance": { + "style": { + "name": "other", + "confidence": 1.0 + } + }, "words": [ { "boundingBox": [ @@ -1169,6 +1277,12 @@ 952 ], "text": "Address: 383 N Kinnick Road", + "appearance": { + "style": { + "name": "other", + "confidence": 0.999 + } + }, "words": [ { "boundingBox": [ @@ -1254,6 +1368,12 @@ 991 ], "text": "Seattle, WA 38383", + "appearance": { + "style": { + "name": "other", + "confidence": 0.999 + } + }, "words": [ { "boundingBox": [ @@ -1311,6 +1431,12 @@ 990 ], "text": "Phone: 932-299-0292", + "appearance": { + "style": { + "name": "other", + "confidence": 0.997 + } + }, "words": [ { "boundingBox": [ @@ -1354,6 +1480,12 @@ 1077 ], "text": "Details", + "appearance": { + "style": { + "name": "other", + "confidence": 0.999 + } + }, "words": [ { "boundingBox": [ @@ -1383,6 +1515,12 @@ 1083 ], "text": "Quantity", + "appearance": { + "style": { + "name": "other", + "confidence": 1.0 + } + }, "words": [ { "boundingBox": [ @@ -1412,6 +1550,12 @@ 1077 ], "text": "Unit Price", + "appearance": { + "style": { + "name": "other", + "confidence": 1.0 + } + }, "words": [ { "boundingBox": [ @@ -1455,6 +1599,12 @@ 1077 ], "text": "Total", + "appearance": { + "style": { + "name": "other", + "confidence": 0.997 + } + }, "words": [ { "boundingBox": [ @@ -1484,6 +1634,12 @@ 1121 ], "text": "Bindings", + "appearance": { + "style": { + "name": "other", + "confidence": 1.0 + } + }, "words": [ { "boundingBox": [ @@ -1513,6 +1669,12 @@ 1119 ], "text": "20", + "appearance": { + "style": { + "name": "other", + "confidence": 0.959 + } + }, "words": [ { "boundingBox": [ @@ -1542,6 +1704,12 @@ 1118 ], "text": "1.00", + "appearance": { + "style": { + "name": "other", + "confidence": 1.0 + } + }, "words": [ { "boundingBox": [ @@ -1571,6 +1739,12 @@ 1119 ], "text": "20.00", + "appearance": { + "style": { + "name": "other", + "confidence": 1.0 + } + }, "words": [ { "boundingBox": [ @@ -1600,6 +1774,12 @@ 1161 ], "text": "Covers Small", + "appearance": { + "style": { + "name": "other", + "confidence": 0.999 + } + }, "words": [ { "boundingBox": [ @@ -1643,6 +1823,12 @@ 1160 ], "text": "20", + "appearance": { + "style": { + "name": "other", + "confidence": 0.952 + } + }, "words": [ { "boundingBox": [ @@ -1672,6 +1858,12 @@ 1160 ], "text": "1.00", + "appearance": { + "style": { + "name": "other", + "confidence": 0.999 + } + }, "words": [ { "boundingBox": [ @@ -1701,6 +1893,12 @@ 1160 ], "text": "20.00", + "appearance": { + "style": { + "name": "other", + "confidence": 0.999 + } + }, "words": [ { "boundingBox": [ @@ -1730,6 +1928,12 @@ 1206 ], "text": "Feather Bookmark", + "appearance": { + "style": { + "name": "other", + "confidence": 1.0 + } + }, "words": [ { "boundingBox": [ @@ -1773,6 +1977,12 @@ 1203 ], "text": "20", + "appearance": { + "style": { + "name": "other", + "confidence": 0.842 + } + }, "words": [ { "boundingBox": [ @@ -1802,6 +2012,12 @@ 1204 ], "text": "5.00", + "appearance": { + "style": { + "name": "other", + "confidence": 0.998 + } + }, "words": [ { "boundingBox": [ @@ -1831,6 +2047,12 @@ 1204 ], "text": "100.00", + "appearance": { + "style": { + "name": "other", + "confidence": 1.0 + } + }, "words": [ { "boundingBox": [ @@ -1860,6 +2082,12 @@ 1253 ], "text": "Copper Swirl Marker", + "appearance": { + "style": { + "name": "other", + "confidence": 1.0 + } + }, "words": [ { "boundingBox": [ @@ -1917,6 +2145,12 @@ 1247 ], "text": "20", + "appearance": { + "style": { + "name": "other", + "confidence": 0.985 + } + }, "words": [ { "boundingBox": [ @@ -1946,6 +2180,12 @@ 1247 ], "text": "5.00", + "appearance": { + "style": { + "name": "other", + "confidence": 0.996 + } + }, "words": [ { "boundingBox": [ @@ -1975,6 +2215,12 @@ 1247 ], "text": "100.00", + "appearance": { + "style": { + "name": "other", + "confidence": 1.0 + } + }, "words": [ { "boundingBox": [ @@ -2004,6 +2250,12 @@ 1600 ], "text": "SUBTOTAL", + "appearance": { + "style": { + "name": "other", + "confidence": 0.998 + } + }, "words": [ { "boundingBox": [ @@ -2033,6 +2285,12 @@ 1598 ], "text": "$140.00", + "appearance": { + "style": { + "name": "other", + "confidence": 0.997 + } + }, "words": [ { "boundingBox": [ @@ -2062,6 +2320,12 @@ 1643 ], "text": "TAX", + "appearance": { + "style": { + "name": "other", + "confidence": 1.0 + } + }, "words": [ { "boundingBox": [ @@ -2091,6 +2355,12 @@ 1643 ], "text": "$4.00", + "appearance": { + "style": { + "name": "other", + "confidence": 0.998 + } + }, "words": [ { "boundingBox": [ @@ -2120,6 +2390,12 @@ 1706 ], "text": "Bernie Sanders", + "appearance": { + "style": { + "name": "handwriting", + "confidence": 0.793 + } + }, "words": [ { "boundingBox": [ @@ -2163,6 +2439,12 @@ 1699 ], "text": "TOTAL", + "appearance": { + "style": { + "name": "other", + "confidence": 1.0 + } + }, "words": [ { "boundingBox": [ @@ -2192,6 +2474,12 @@ 1697 ], "text": "$144.00", + "appearance": { + "style": { + "name": "other", + "confidence": 0.995 + } + }, "words": [ { "boundingBox": [ @@ -2221,6 +2509,12 @@ 1741 ], "text": "Bernie Sanders", + "appearance": { + "style": { + "name": "other", + "confidence": 1.0 + } + }, "words": [ { "boundingBox": [ @@ -2264,6 +2558,12 @@ 1776 ], "text": "Manager", + "appearance": { + "style": { + "name": "other", + "confidence": 0.999 + } + }, "words": [ { "boundingBox": [ @@ -2293,6 +2593,12 @@ 1831 ], "text": "Additional Notes:", + "appearance": { + "style": { + "name": "other", + "confidence": 0.998 + } + }, "words": [ { "boundingBox": [ @@ -2336,6 +2642,12 @@ 1908 ], "text": "Do not Jostle Box. Unpack carefully. Enjoy.", + "appearance": { + "style": { + "name": "other", + "confidence": 1.0 + } + }, "words": [ { "boundingBox": [ @@ -2449,6 +2761,12 @@ 1958 ], "text": "Jupiter Book Supply will refund you 50% per book if returned within 60 days of reading and", + "appearance": { + "style": { + "name": "other", + "confidence": 0.998 + } + }, "words": [ { "boundingBox": [ @@ -2702,6 +3020,12 @@ 1991 ], "text": "offer you 25% off you next total purchase.", + "appearance": { + "style": { + "name": "other", + "confidence": 1.0 + } + }, "words": [ { "boundingBox": [ @@ -2817,22 +3141,6 @@ } ] } - ], - "selectionMarks": [ - { - "boundingBox": [ - 2, - 2060, - 195, - 2060, - 195, - 2200, - 2, - 2200 - ], - "confidence": 0.881, - "state": "unselected" - } ] } ], @@ -2841,155 +3149,23 @@ "page": 1, "tables": [ { - "rows": 4, - "columns": 3, - "cells": [ - { - "rowIndex": 1, - "columnIndex": 1, - "text": "SUBTOTAL", - "boundingBox": [ - 1072, - 1566, - 1309, - 1566, - 1309, - 1610, - 1072, - 1610 - ], - "elements": [ - "#/readResults/0/lines/41/words/0" - ] - }, - { - "rowIndex": 1, - "columnIndex": 2, - "text": "$140.00", - "boundingBox": [ - 1309, - 1566, - 1544, - 1566, - 1544, - 1610, - 1309, - 1610 - ], - "elements": [ - "#/readResults/0/lines/42/words/0" - ] - }, - { - "rowIndex": 2, - "columnIndex": 1, - "text": "TAX", - "boundingBox": [ - 1072, - 1610, - 1309, - 1610, - 1309, - 1658, - 1072, - 1658 - ], - "elements": [ - "#/readResults/0/lines/43/words/0" - ] - }, - { - "rowIndex": 2, - "columnIndex": 2, - "text": "$4.00", - "boundingBox": [ - 1309, - 1610, - 1544, - 1610, - 1544, - 1658, - 1309, - 1658 - ], - "elements": [ - "#/readResults/0/lines/44/words/0" - ] - }, - { - "rowIndex": 3, - "columnIndex": 0, - "text": "Bernie Sanders", - "boundingBox": [ - 489, - 1658, - 1072, - 1658, - 1072, - 1708, - 489, - 1708 - ], - "elements": [ - "#/readResults/0/lines/45/words/0", - "#/readResults/0/lines/45/words/1" - ] - }, - { - "rowIndex": 3, - "columnIndex": 1, - "text": "TOTAL", - "boundingBox": [ - 1072, - 1658, - 1309, - 1658, - 1309, - 1708, - 1072, - 1708 - ], - "elements": [ - "#/readResults/0/lines/46/words/0" - ] - }, - { - "rowIndex": 3, - "columnIndex": 2, - "text": "$144.00", - "boundingBox": [ - 1309, - 1658, - 1544, - 1658, - 1544, - 1708, - 1309, - 1708 - ], - "elements": [ - "#/readResults/0/lines/47/words/0" - ] - } - ] - }, - { - "rows": 6, - "columns": 4, + "rows": 5, + "columns": 5, "cells": [ { "rowIndex": 0, "columnIndex": 0, + "columnSpan": 2, "text": "Details", "boundingBox": [ - 156, + 157, 1038, 847, - 1038, + 1037, 847, - 1087, - 156, - 1087 + 1086, + 157, + 1086 ], "elements": [ "#/readResults/0/lines/21/words/0" @@ -2997,17 +3173,17 @@ }, { "rowIndex": 0, - "columnIndex": 1, + "columnIndex": 2, "text": "Quantity", "boundingBox": [ 847, - 1038, - 1072, - 1038, - 1072, - 1087, + 1037, + 1071, + 1037, + 1071, + 1086, 847, - 1087 + 1086 ], "elements": [ "#/readResults/0/lines/22/words/0" @@ -3015,17 +3191,17 @@ }, { "rowIndex": 0, - "columnIndex": 2, + "columnIndex": 3, "text": "Unit Price", "boundingBox": [ - 1072, + 1071, + 1037, + 1310, 1038, - 1309, - 1038, - 1309, - 1087, - 1072, - 1087 + 1310, + 1086, + 1071, + 1086 ], "elements": [ "#/readResults/0/lines/23/words/0", @@ -3034,17 +3210,17 @@ }, { "rowIndex": 0, - "columnIndex": 3, + "columnIndex": 4, "text": "Total", "boundingBox": [ - 1309, + 1310, 1038, - 1544, + 1543, 1038, - 1544, - 1087, - 1309, - 1087 + 1543, + 1086, + 1310, + 1086 ], "elements": [ "#/readResults/0/lines/24/words/0" @@ -3053,15 +3229,16 @@ { "rowIndex": 1, "columnIndex": 0, + "columnSpan": 2, "text": "Bindings", "boundingBox": [ - 156, - 1087, + 157, + 1086, 847, - 1087, + 1086, 847, - 1128, - 156, + 1127, + 157, 1128 ], "elements": [ @@ -3070,17 +3247,17 @@ }, { "rowIndex": 1, - "columnIndex": 1, + "columnIndex": 2, "text": "20", "boundingBox": [ 847, - 1087, - 1072, - 1087, - 1072, - 1128, + 1086, + 1071, + 1086, + 1071, + 1127, 847, - 1128 + 1127 ], "elements": [ "#/readResults/0/lines/26/words/0" @@ -3088,17 +3265,17 @@ }, { "rowIndex": 1, - "columnIndex": 2, + "columnIndex": 3, "text": "1.00", "boundingBox": [ - 1072, - 1087, - 1309, - 1087, - 1309, - 1128, - 1072, - 1128 + 1071, + 1086, + 1310, + 1086, + 1310, + 1127, + 1071, + 1127 ], "elements": [ "#/readResults/0/lines/27/words/0" @@ -3106,17 +3283,17 @@ }, { "rowIndex": 1, - "columnIndex": 3, + "columnIndex": 4, "text": "20.00", "boundingBox": [ - 1309, - 1087, - 1544, - 1087, - 1544, - 1128, - 1309, - 1128 + 1310, + 1086, + 1543, + 1086, + 1543, + 1127, + 1310, + 1127 ], "elements": [ "#/readResults/0/lines/28/words/0" @@ -3125,16 +3302,17 @@ { "rowIndex": 2, "columnIndex": 0, + "columnSpan": 2, "text": "Covers Small", "boundingBox": [ - 156, + 157, 1128, 847, - 1128, + 1127, 847, - 1172, - 156, - 1172 + 1171, + 157, + 1171 ], "elements": [ "#/readResults/0/lines/29/words/0", @@ -3143,17 +3321,17 @@ }, { "rowIndex": 2, - "columnIndex": 1, + "columnIndex": 2, "text": "20", "boundingBox": [ 847, - 1128, - 1072, - 1128, - 1072, - 1172, + 1127, + 1071, + 1127, + 1071, + 1171, 847, - 1172 + 1171 ], "elements": [ "#/readResults/0/lines/30/words/0" @@ -3161,17 +3339,17 @@ }, { "rowIndex": 2, - "columnIndex": 2, + "columnIndex": 3, "text": "1.00", "boundingBox": [ - 1072, - 1128, - 1309, - 1128, - 1309, - 1172, - 1072, - 1172 + 1071, + 1127, + 1310, + 1127, + 1310, + 1171, + 1071, + 1171 ], "elements": [ "#/readResults/0/lines/31/words/0" @@ -3179,17 +3357,17 @@ }, { "rowIndex": 2, - "columnIndex": 3, + "columnIndex": 4, "text": "20.00", "boundingBox": [ - 1309, - 1128, - 1544, - 1128, - 1544, - 1172, - 1309, - 1172 + 1310, + 1127, + 1543, + 1127, + 1543, + 1171, + 1310, + 1171 ], "elements": [ "#/readResults/0/lines/32/words/0" @@ -3198,16 +3376,17 @@ { "rowIndex": 3, "columnIndex": 0, + "columnSpan": 2, "text": "Feather Bookmark", "boundingBox": [ - 156, - 1172, + 157, + 1171, 847, - 1172, + 1171, 847, - 1216, - 156, - 1216 + 1214, + 157, + 1214 ], "elements": [ "#/readResults/0/lines/33/words/0", @@ -3216,17 +3395,17 @@ }, { "rowIndex": 3, - "columnIndex": 1, + "columnIndex": 2, "text": "20", "boundingBox": [ 847, - 1172, - 1072, - 1172, - 1072, - 1216, + 1171, + 1071, + 1171, + 1071, + 1214, 847, - 1216 + 1214 ], "elements": [ "#/readResults/0/lines/34/words/0" @@ -3234,17 +3413,17 @@ }, { "rowIndex": 3, - "columnIndex": 2, + "columnIndex": 3, "text": "5.00", "boundingBox": [ - 1072, - 1172, - 1309, - 1172, - 1309, - 1216, - 1072, - 1216 + 1071, + 1171, + 1310, + 1171, + 1310, + 1214, + 1071, + 1214 ], "elements": [ "#/readResults/0/lines/35/words/0" @@ -3252,17 +3431,17 @@ }, { "rowIndex": 3, - "columnIndex": 3, + "columnIndex": 4, "text": "100.00", "boundingBox": [ - 1309, - 1172, - 1544, - 1172, - 1544, - 1216, - 1309, - 1216 + 1310, + 1171, + 1543, + 1171, + 1543, + 1215, + 1310, + 1214 ], "elements": [ "#/readResults/0/lines/36/words/0" @@ -3271,16 +3450,17 @@ { "rowIndex": 4, "columnIndex": 0, + "columnSpan": 2, "text": "Copper Swirl Marker", "boundingBox": [ - 156, - 1216, + 157, + 1214, 847, - 1216, + 1214, 847, - 1260, - 156, - 1260 + 1258, + 157, + 1258 ], "elements": [ "#/readResults/0/lines/37/words/0", @@ -3290,17 +3470,17 @@ }, { "rowIndex": 4, - "columnIndex": 1, + "columnIndex": 2, "text": "20", "boundingBox": [ 847, - 1216, - 1072, - 1216, - 1072, - 1260, + 1214, + 1071, + 1214, + 1071, + 1258, 847, - 1260 + 1258 ], "elements": [ "#/readResults/0/lines/38/words/0" @@ -3308,17 +3488,17 @@ }, { "rowIndex": 4, - "columnIndex": 2, + "columnIndex": 3, "text": "5.00", "boundingBox": [ - 1072, - 1216, - 1309, - 1216, - 1309, - 1260, - 1072, - 1260 + 1071, + 1214, + 1310, + 1214, + 1310, + 1258, + 1071, + 1258 ], "elements": [ "#/readResults/0/lines/39/words/0" @@ -3326,22 +3506,188 @@ }, { "rowIndex": 4, - "columnIndex": 3, + "columnIndex": 4, "text": "100.00", "boundingBox": [ - 1309, - 1216, - 1544, - 1216, - 1544, + 1310, + 1214, + 1543, + 1215, + 1543, 1260, - 1309, - 1260 + 1310, + 1258 ], "elements": [ "#/readResults/0/lines/40/words/0" ] } + ], + "boundingBox": [ + 153, + 1036, + 1547, + 1037, + 1547, + 1265, + 153, + 1265 + ] + }, + { + "rows": 4, + "columns": 2, + "cells": [ + { + "rowIndex": 0, + "columnIndex": 0, + "text": "SUBTOTAL", + "boundingBox": [ + 1072, + 1564, + 1307, + 1565, + 1308, + 1609, + 1071, + 1608 + ], + "elements": [ + "#/readResults/0/lines/41/words/0" + ] + }, + { + "rowIndex": 0, + "columnIndex": 1, + "text": "$140.00", + "boundingBox": [ + 1307, + 1565, + 1542, + 1564, + 1543, + 1609, + 1308, + 1609 + ], + "elements": [ + "#/readResults/0/lines/42/words/0" + ] + }, + { + "rowIndex": 1, + "columnIndex": 0, + "text": "TAX", + "boundingBox": [ + 1071, + 1608, + 1308, + 1609, + 1308, + 1652, + 1071, + 1651 + ], + "elements": [ + "#/readResults/0/lines/43/words/0" + ] + }, + { + "rowIndex": 1, + "columnIndex": 1, + "text": "$4.00", + "boundingBox": [ + 1308, + 1609, + 1543, + 1609, + 1543, + 1652, + 1308, + 1652 + ], + "elements": [ + "#/readResults/0/lines/44/words/0" + ] + }, + { + "rowIndex": 2, + "columnIndex": 0, + "text": "", + "boundingBox": [ + 1071, + 1651, + 1308, + 1652, + 1308, + 1663, + 1071, + 1663 + ], + "elements": [] + }, + { + "rowIndex": 2, + "columnIndex": 1, + "text": "", + "boundingBox": [ + 1308, + 1652, + 1543, + 1652, + 1543, + 1663, + 1308, + 1663 + ], + "elements": [] + }, + { + "rowIndex": 3, + "columnIndex": 0, + "text": "TOTAL", + "boundingBox": [ + 1071, + 1663, + 1308, + 1663, + 1308, + 1707, + 1071, + 1707 + ], + "elements": [ + "#/readResults/0/lines/46/words/0" + ] + }, + { + "rowIndex": 3, + "columnIndex": 1, + "text": "$144.00", + "boundingBox": [ + 1308, + 1663, + 1543, + 1663, + 1543, + 1708, + 1308, + 1707 + ], + "elements": [ + "#/readResults/0/lines/47/words/0" + ] + } + ], + "boundingBox": [ + 1058, + 1563, + 1555, + 1563, + 1555, + 1707, + 1058, + 1707 ] } ] @@ -3353,7 +3699,7 @@ ], "Variables": { "FORM_RECOGNIZER_API_KEY": "Sanitized", - "FORM_RECOGNIZER_ENDPOINT": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/", + "FORM_RECOGNIZER_ENDPOINT": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/", "RandomSeed": "544470524" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeContentPopulatesFormPageJpg(False)Async.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeContentPopulatesFormPageJpg(False)Async.json index 25dc8bb5be3f1..ca1108e8bfa03 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeContentPopulatesFormPageJpg(False)Async.json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeContentPopulatesFormPageJpg(False)Async.json @@ -1,17 +1,17 @@ { "Entries": [ { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyze", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/layout/analyze", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "22", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-19761488d72d6b44887fa7d435eaa227-1dafb7f9bc8d4849-00", + "traceparent": "00-1406b36509e14b478b8d79af1d335df3-05267e37ca61554d-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "cdd10967c01982270787b334a6afc39d", "x-ms-return-client-request-id": "true" @@ -21,25 +21,25 @@ }, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "1afb0c7e-d4dc-44ce-8a33-c3522085873f", + "apim-request-id": "f10db941-228c-4b7c-921f-8902f24d70ee", "Content-Length": "0", - "Date": "Wed, 09 Sep 2020 22:35:01 GMT", - "Operation-Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/1afb0c7e-d4dc-44ce-8a33-c3522085873f", + "Date": "Fri, 30 Oct 2020 12:46:38 GMT", + "Operation-Location": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/layout/analyzeResults/f10db941-228c-4b7c-921f-8902f24d70ee", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "500" + "x-envoy-upstream-service-time": "415" }, "ResponseBody": [] }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/1afb0c7e-d4dc-44ce-8a33-c3522085873f", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/layout/analyzeResults/f10db941-228c-4b7c-921f-8902f24d70ee", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "709760bed7cd52e4097783df27470087", "x-ms-return-client-request-id": "true" @@ -47,29 +47,29 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "09df5742-2ebc-4fd3-be9f-25cfa989e351", + "apim-request-id": "5b00a8ea-5d25-433f-b580-051c717bb4bf", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:35:01 GMT", + "Date": "Fri, 30 Oct 2020 12:46:38 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "12" + "x-envoy-upstream-service-time": "10" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-09-09T22:35:02Z", - "lastUpdatedDateTime": "2020-09-09T22:35:02Z" + "createdDateTime": "2020-10-30T12:46:38Z", + "lastUpdatedDateTime": "2020-10-30T12:46:38Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/1afb0c7e-d4dc-44ce-8a33-c3522085873f", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/layout/analyzeResults/f10db941-228c-4b7c-921f-8902f24d70ee", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "b4286c37c627033f606b1a0a86641c4f", "x-ms-return-client-request-id": "true" @@ -77,29 +77,29 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "74ad6833-d16f-4813-bf4c-bc62717bec0c", + "apim-request-id": "492c18f3-30fa-4c2a-a698-0748e3466416", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:35:02 GMT", + "Date": "Fri, 30 Oct 2020 12:46:39 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "14" + "x-envoy-upstream-service-time": "12" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-09-09T22:35:02Z", - "lastUpdatedDateTime": "2020-09-09T22:35:02Z" + "createdDateTime": "2020-10-30T12:46:38Z", + "lastUpdatedDateTime": "2020-10-30T12:46:38Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/1afb0c7e-d4dc-44ce-8a33-c3522085873f", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/layout/analyzeResults/f10db941-228c-4b7c-921f-8902f24d70ee", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "4c664511dccb8f50257fc3a13c475bbf", "x-ms-return-client-request-id": "true" @@ -107,29 +107,29 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "62261afe-de60-4f09-8fd4-72be3d14c462", + "apim-request-id": "e9d96ed5-bec9-4d1c-8b5c-27329bf69dc2", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:35:04 GMT", + "Date": "Fri, 30 Oct 2020 12:46:41 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "11" + "x-envoy-upstream-service-time": "13" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-09-09T22:35:02Z", - "lastUpdatedDateTime": "2020-09-09T22:35:02Z" + "createdDateTime": "2020-10-30T12:46:38Z", + "lastUpdatedDateTime": "2020-10-30T12:46:38Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/1afb0c7e-d4dc-44ce-8a33-c3522085873f", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/layout/analyzeResults/f10db941-228c-4b7c-921f-8902f24d70ee", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "39fc2c870f87f87621931061bdd9cba5", "x-ms-return-client-request-id": "true" @@ -137,48 +137,18 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "b6876ca9-8657-49d1-822e-2fb9b8681fcc", - "Content-Length": "106", + "apim-request-id": "addc9399-5c3f-4e13-aecc-97ebb3de3f70", + "Content-Length": "24387", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:35:05 GMT", + "Date": "Fri, 30 Oct 2020 12:46:42 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "27" - }, - "ResponseBody": { - "status": "running", - "createdDateTime": "2020-09-09T22:35:02Z", - "lastUpdatedDateTime": "2020-09-09T22:35:02Z" - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/1afb0c7e-d4dc-44ce-8a33-c3522085873f", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "e2ce345ab3e15bbc1b998ea7029ec719", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "2512396c-eabb-43a1-942b-508fc27ccc02", - "Content-Length": "21134", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:35:06 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "25" + "x-envoy-upstream-service-time": "18" }, "ResponseBody": { "status": "succeeded", - "createdDateTime": "2020-09-09T22:35:02Z", - "lastUpdatedDateTime": "2020-09-09T22:35:05Z", + "createdDateTime": "2020-10-30T12:46:38Z", + "lastUpdatedDateTime": "2020-10-30T12:46:41Z", "analyzeResult": { "version": "2.1.0", "readResults": [ @@ -201,6 +171,12 @@ 166 ], "text": "Purchase Order", + "appearance": { + "style": { + "name": "other", + "confidence": 1.0 + } + }, "words": [ { "boundingBox": [ @@ -244,6 +220,12 @@ 266 ], "text": "Hero Limited", + "appearance": { + "style": { + "name": "other", + "confidence": 1.0 + } + }, "words": [ { "boundingBox": [ @@ -287,6 +269,12 @@ 369 ], "text": "Purchase Order", + "appearance": { + "style": { + "name": "other", + "confidence": 1.0 + } + }, "words": [ { "boundingBox": [ @@ -330,6 +318,12 @@ 379 ], "text": "Company Phone: 555-348-6512", + "appearance": { + "style": { + "name": "other", + "confidence": 0.999 + } + }, "words": [ { "boundingBox": [ @@ -387,6 +381,12 @@ 418 ], "text": "Website: www.herolimited.com", + "appearance": { + "style": { + "name": "other", + "confidence": 0.999 + } + }, "words": [ { "boundingBox": [ @@ -430,6 +430,12 @@ 460 ], "text": "Email:", + "appearance": { + "style": { + "name": "other", + "confidence": 0.99 + } + }, "words": [ { "boundingBox": [ @@ -459,6 +465,12 @@ 448 ], "text": "Dated As: 12/20/2020", + "appearance": { + "style": { + "name": "other", + "confidence": 0.998 + } + }, "words": [ { "boundingBox": [ @@ -516,6 +528,12 @@ 503 ], "text": "accounts@herolimited.com", + "appearance": { + "style": { + "name": "other", + "confidence": 0.999 + } + }, "words": [ { "boundingBox": [ @@ -545,6 +563,12 @@ 488 ], "text": "Purchase Order #: 948284", + "appearance": { + "style": { + "name": "other", + "confidence": 0.999 + } + }, "words": [ { "boundingBox": [ @@ -616,6 +640,12 @@ 592 ], "text": "Shipped To", + "appearance": { + "style": { + "name": "other", + "confidence": 1.0 + } + }, "words": [ { "boundingBox": [ @@ -659,6 +689,12 @@ 638 ], "text": "Vendor Name: Hillary Swank", + "appearance": { + "style": { + "name": "other", + "confidence": 0.999 + } + }, "words": [ { "boundingBox": [ @@ -730,6 +766,12 @@ 679 ], "text": "Company Name: Higgly Wiggly Books", + "appearance": { + "style": { + "name": "other", + "confidence": 1.0 + } + }, "words": [ { "boundingBox": [ @@ -815,6 +857,12 @@ 711 ], "text": "Address: 938 NE Burner Road", + "appearance": { + "style": { + "name": "other", + "confidence": 0.999 + } + }, "words": [ { "boundingBox": [ @@ -900,6 +948,12 @@ 751 ], "text": "Boulder City, CO 92848", + "appearance": { + "style": { + "name": "other", + "confidence": 1.0 + } + }, "words": [ { "boundingBox": [ @@ -955,7 +1009,7 @@ 751 ], "text": "92848", - "confidence": 0.977 + "confidence": 0.976 } ] }, @@ -971,6 +1025,12 @@ 748 ], "text": "Phone: 938-294-2949", + "appearance": { + "style": { + "name": "other", + "confidence": 0.998 + } + }, "words": [ { "boundingBox": [ @@ -1014,6 +1074,12 @@ 830 ], "text": "Shipped From", + "appearance": { + "style": { + "name": "other", + "confidence": 0.999 + } + }, "words": [ { "boundingBox": [ @@ -1057,6 +1123,12 @@ 879 ], "text": "Name: Bernie Sanders", + "appearance": { + "style": { + "name": "other", + "confidence": 1.0 + } + }, "words": [ { "boundingBox": [ @@ -1070,7 +1142,7 @@ 879 ], "text": "Name:", - "confidence": 0.986 + "confidence": 0.983 }, { "boundingBox": [ @@ -1114,6 +1186,12 @@ 919 ], "text": "Company Name: Jupiter Book Supply", + "appearance": { + "style": { + "name": "other", + "confidence": 1.0 + } + }, "words": [ { "boundingBox": [ @@ -1199,6 +1277,12 @@ 952 ], "text": "Address: 383 N Kinnick Road", + "appearance": { + "style": { + "name": "other", + "confidence": 0.999 + } + }, "words": [ { "boundingBox": [ @@ -1284,6 +1368,12 @@ 991 ], "text": "Seattle, WA 38383", + "appearance": { + "style": { + "name": "other", + "confidence": 0.999 + } + }, "words": [ { "boundingBox": [ @@ -1341,6 +1431,12 @@ 990 ], "text": "Phone: 932-299-0292", + "appearance": { + "style": { + "name": "other", + "confidence": 0.997 + } + }, "words": [ { "boundingBox": [ @@ -1384,6 +1480,12 @@ 1077 ], "text": "Details", + "appearance": { + "style": { + "name": "other", + "confidence": 0.999 + } + }, "words": [ { "boundingBox": [ @@ -1413,6 +1515,12 @@ 1083 ], "text": "Quantity", + "appearance": { + "style": { + "name": "other", + "confidence": 1.0 + } + }, "words": [ { "boundingBox": [ @@ -1442,6 +1550,12 @@ 1077 ], "text": "Unit Price", + "appearance": { + "style": { + "name": "other", + "confidence": 1.0 + } + }, "words": [ { "boundingBox": [ @@ -1485,6 +1599,12 @@ 1077 ], "text": "Total", + "appearance": { + "style": { + "name": "other", + "confidence": 0.997 + } + }, "words": [ { "boundingBox": [ @@ -1514,6 +1634,12 @@ 1121 ], "text": "Bindings", + "appearance": { + "style": { + "name": "other", + "confidence": 1.0 + } + }, "words": [ { "boundingBox": [ @@ -1543,6 +1669,12 @@ 1119 ], "text": "20", + "appearance": { + "style": { + "name": "other", + "confidence": 0.959 + } + }, "words": [ { "boundingBox": [ @@ -1572,6 +1704,12 @@ 1118 ], "text": "1.00", + "appearance": { + "style": { + "name": "other", + "confidence": 1.0 + } + }, "words": [ { "boundingBox": [ @@ -1601,6 +1739,12 @@ 1119 ], "text": "20.00", + "appearance": { + "style": { + "name": "other", + "confidence": 1.0 + } + }, "words": [ { "boundingBox": [ @@ -1630,6 +1774,12 @@ 1161 ], "text": "Covers Small", + "appearance": { + "style": { + "name": "other", + "confidence": 0.999 + } + }, "words": [ { "boundingBox": [ @@ -1673,6 +1823,12 @@ 1160 ], "text": "20", + "appearance": { + "style": { + "name": "other", + "confidence": 0.952 + } + }, "words": [ { "boundingBox": [ @@ -1702,6 +1858,12 @@ 1160 ], "text": "1.00", + "appearance": { + "style": { + "name": "other", + "confidence": 0.999 + } + }, "words": [ { "boundingBox": [ @@ -1731,6 +1893,12 @@ 1160 ], "text": "20.00", + "appearance": { + "style": { + "name": "other", + "confidence": 0.999 + } + }, "words": [ { "boundingBox": [ @@ -1760,6 +1928,12 @@ 1206 ], "text": "Feather Bookmark", + "appearance": { + "style": { + "name": "other", + "confidence": 1.0 + } + }, "words": [ { "boundingBox": [ @@ -1803,6 +1977,12 @@ 1203 ], "text": "20", + "appearance": { + "style": { + "name": "other", + "confidence": 0.842 + } + }, "words": [ { "boundingBox": [ @@ -1832,6 +2012,12 @@ 1204 ], "text": "5.00", + "appearance": { + "style": { + "name": "other", + "confidence": 0.998 + } + }, "words": [ { "boundingBox": [ @@ -1861,6 +2047,12 @@ 1204 ], "text": "100.00", + "appearance": { + "style": { + "name": "other", + "confidence": 1.0 + } + }, "words": [ { "boundingBox": [ @@ -1890,6 +2082,12 @@ 1253 ], "text": "Copper Swirl Marker", + "appearance": { + "style": { + "name": "other", + "confidence": 1.0 + } + }, "words": [ { "boundingBox": [ @@ -1947,6 +2145,12 @@ 1247 ], "text": "20", + "appearance": { + "style": { + "name": "other", + "confidence": 0.985 + } + }, "words": [ { "boundingBox": [ @@ -1976,6 +2180,12 @@ 1247 ], "text": "5.00", + "appearance": { + "style": { + "name": "other", + "confidence": 0.996 + } + }, "words": [ { "boundingBox": [ @@ -2005,6 +2215,12 @@ 1247 ], "text": "100.00", + "appearance": { + "style": { + "name": "other", + "confidence": 1.0 + } + }, "words": [ { "boundingBox": [ @@ -2034,6 +2250,12 @@ 1600 ], "text": "SUBTOTAL", + "appearance": { + "style": { + "name": "other", + "confidence": 0.998 + } + }, "words": [ { "boundingBox": [ @@ -2063,6 +2285,12 @@ 1598 ], "text": "$140.00", + "appearance": { + "style": { + "name": "other", + "confidence": 0.997 + } + }, "words": [ { "boundingBox": [ @@ -2092,6 +2320,12 @@ 1643 ], "text": "TAX", + "appearance": { + "style": { + "name": "other", + "confidence": 1.0 + } + }, "words": [ { "boundingBox": [ @@ -2121,6 +2355,12 @@ 1643 ], "text": "$4.00", + "appearance": { + "style": { + "name": "other", + "confidence": 0.998 + } + }, "words": [ { "boundingBox": [ @@ -2150,6 +2390,12 @@ 1706 ], "text": "Bernie Sanders", + "appearance": { + "style": { + "name": "handwriting", + "confidence": 0.793 + } + }, "words": [ { "boundingBox": [ @@ -2193,6 +2439,12 @@ 1699 ], "text": "TOTAL", + "appearance": { + "style": { + "name": "other", + "confidence": 1.0 + } + }, "words": [ { "boundingBox": [ @@ -2222,6 +2474,12 @@ 1697 ], "text": "$144.00", + "appearance": { + "style": { + "name": "other", + "confidence": 0.995 + } + }, "words": [ { "boundingBox": [ @@ -2251,6 +2509,12 @@ 1741 ], "text": "Bernie Sanders", + "appearance": { + "style": { + "name": "other", + "confidence": 1.0 + } + }, "words": [ { "boundingBox": [ @@ -2294,6 +2558,12 @@ 1776 ], "text": "Manager", + "appearance": { + "style": { + "name": "other", + "confidence": 0.999 + } + }, "words": [ { "boundingBox": [ @@ -2323,6 +2593,12 @@ 1831 ], "text": "Additional Notes:", + "appearance": { + "style": { + "name": "other", + "confidence": 0.998 + } + }, "words": [ { "boundingBox": [ @@ -2366,6 +2642,12 @@ 1908 ], "text": "Do not Jostle Box. Unpack carefully. Enjoy.", + "appearance": { + "style": { + "name": "other", + "confidence": 1.0 + } + }, "words": [ { "boundingBox": [ @@ -2479,6 +2761,12 @@ 1958 ], "text": "Jupiter Book Supply will refund you 50% per book if returned within 60 days of reading and", + "appearance": { + "style": { + "name": "other", + "confidence": 0.998 + } + }, "words": [ { "boundingBox": [ @@ -2732,6 +3020,12 @@ 1991 ], "text": "offer you 25% off you next total purchase.", + "appearance": { + "style": { + "name": "other", + "confidence": 1.0 + } + }, "words": [ { "boundingBox": [ @@ -2847,22 +3141,6 @@ } ] } - ], - "selectionMarks": [ - { - "boundingBox": [ - 2, - 2060, - 195, - 2060, - 195, - 2200, - 2, - 2200 - ], - "confidence": 0.881, - "state": "unselected" - } ] } ], @@ -2871,155 +3149,23 @@ "page": 1, "tables": [ { - "rows": 4, - "columns": 3, - "cells": [ - { - "rowIndex": 1, - "columnIndex": 1, - "text": "SUBTOTAL", - "boundingBox": [ - 1072, - 1566, - 1309, - 1566, - 1309, - 1610, - 1072, - 1610 - ], - "elements": [ - "#/readResults/0/lines/41/words/0" - ] - }, - { - "rowIndex": 1, - "columnIndex": 2, - "text": "$140.00", - "boundingBox": [ - 1309, - 1566, - 1544, - 1566, - 1544, - 1610, - 1309, - 1610 - ], - "elements": [ - "#/readResults/0/lines/42/words/0" - ] - }, - { - "rowIndex": 2, - "columnIndex": 1, - "text": "TAX", - "boundingBox": [ - 1072, - 1610, - 1309, - 1610, - 1309, - 1658, - 1072, - 1658 - ], - "elements": [ - "#/readResults/0/lines/43/words/0" - ] - }, - { - "rowIndex": 2, - "columnIndex": 2, - "text": "$4.00", - "boundingBox": [ - 1309, - 1610, - 1544, - 1610, - 1544, - 1658, - 1309, - 1658 - ], - "elements": [ - "#/readResults/0/lines/44/words/0" - ] - }, - { - "rowIndex": 3, - "columnIndex": 0, - "text": "Bernie Sanders", - "boundingBox": [ - 489, - 1658, - 1072, - 1658, - 1072, - 1708, - 489, - 1708 - ], - "elements": [ - "#/readResults/0/lines/45/words/0", - "#/readResults/0/lines/45/words/1" - ] - }, - { - "rowIndex": 3, - "columnIndex": 1, - "text": "TOTAL", - "boundingBox": [ - 1072, - 1658, - 1309, - 1658, - 1309, - 1708, - 1072, - 1708 - ], - "elements": [ - "#/readResults/0/lines/46/words/0" - ] - }, - { - "rowIndex": 3, - "columnIndex": 2, - "text": "$144.00", - "boundingBox": [ - 1309, - 1658, - 1544, - 1658, - 1544, - 1708, - 1309, - 1708 - ], - "elements": [ - "#/readResults/0/lines/47/words/0" - ] - } - ] - }, - { - "rows": 6, - "columns": 4, + "rows": 5, + "columns": 5, "cells": [ { "rowIndex": 0, "columnIndex": 0, + "columnSpan": 2, "text": "Details", "boundingBox": [ - 156, + 157, 1038, 847, - 1038, + 1037, 847, - 1087, - 156, - 1087 + 1086, + 157, + 1086 ], "elements": [ "#/readResults/0/lines/21/words/0" @@ -3027,17 +3173,17 @@ }, { "rowIndex": 0, - "columnIndex": 1, + "columnIndex": 2, "text": "Quantity", "boundingBox": [ 847, - 1038, - 1072, - 1038, - 1072, - 1087, + 1037, + 1071, + 1037, + 1071, + 1086, 847, - 1087 + 1086 ], "elements": [ "#/readResults/0/lines/22/words/0" @@ -3045,17 +3191,17 @@ }, { "rowIndex": 0, - "columnIndex": 2, + "columnIndex": 3, "text": "Unit Price", "boundingBox": [ - 1072, + 1071, + 1037, + 1310, 1038, - 1309, - 1038, - 1309, - 1087, - 1072, - 1087 + 1310, + 1086, + 1071, + 1086 ], "elements": [ "#/readResults/0/lines/23/words/0", @@ -3064,17 +3210,17 @@ }, { "rowIndex": 0, - "columnIndex": 3, + "columnIndex": 4, "text": "Total", "boundingBox": [ - 1309, + 1310, 1038, - 1544, + 1543, 1038, - 1544, - 1087, - 1309, - 1087 + 1543, + 1086, + 1310, + 1086 ], "elements": [ "#/readResults/0/lines/24/words/0" @@ -3083,15 +3229,16 @@ { "rowIndex": 1, "columnIndex": 0, + "columnSpan": 2, "text": "Bindings", "boundingBox": [ - 156, - 1087, + 157, + 1086, 847, - 1087, + 1086, 847, - 1128, - 156, + 1127, + 157, 1128 ], "elements": [ @@ -3100,17 +3247,17 @@ }, { "rowIndex": 1, - "columnIndex": 1, + "columnIndex": 2, "text": "20", "boundingBox": [ 847, - 1087, - 1072, - 1087, - 1072, - 1128, + 1086, + 1071, + 1086, + 1071, + 1127, 847, - 1128 + 1127 ], "elements": [ "#/readResults/0/lines/26/words/0" @@ -3118,17 +3265,17 @@ }, { "rowIndex": 1, - "columnIndex": 2, + "columnIndex": 3, "text": "1.00", "boundingBox": [ - 1072, - 1087, - 1309, - 1087, - 1309, - 1128, - 1072, - 1128 + 1071, + 1086, + 1310, + 1086, + 1310, + 1127, + 1071, + 1127 ], "elements": [ "#/readResults/0/lines/27/words/0" @@ -3136,17 +3283,17 @@ }, { "rowIndex": 1, - "columnIndex": 3, + "columnIndex": 4, "text": "20.00", "boundingBox": [ - 1309, - 1087, - 1544, - 1087, - 1544, - 1128, - 1309, - 1128 + 1310, + 1086, + 1543, + 1086, + 1543, + 1127, + 1310, + 1127 ], "elements": [ "#/readResults/0/lines/28/words/0" @@ -3155,16 +3302,17 @@ { "rowIndex": 2, "columnIndex": 0, + "columnSpan": 2, "text": "Covers Small", "boundingBox": [ - 156, + 157, 1128, 847, - 1128, + 1127, 847, - 1172, - 156, - 1172 + 1171, + 157, + 1171 ], "elements": [ "#/readResults/0/lines/29/words/0", @@ -3173,17 +3321,17 @@ }, { "rowIndex": 2, - "columnIndex": 1, + "columnIndex": 2, "text": "20", "boundingBox": [ 847, - 1128, - 1072, - 1128, - 1072, - 1172, + 1127, + 1071, + 1127, + 1071, + 1171, 847, - 1172 + 1171 ], "elements": [ "#/readResults/0/lines/30/words/0" @@ -3191,17 +3339,17 @@ }, { "rowIndex": 2, - "columnIndex": 2, + "columnIndex": 3, "text": "1.00", "boundingBox": [ - 1072, - 1128, - 1309, - 1128, - 1309, - 1172, - 1072, - 1172 + 1071, + 1127, + 1310, + 1127, + 1310, + 1171, + 1071, + 1171 ], "elements": [ "#/readResults/0/lines/31/words/0" @@ -3209,17 +3357,17 @@ }, { "rowIndex": 2, - "columnIndex": 3, + "columnIndex": 4, "text": "20.00", "boundingBox": [ - 1309, - 1128, - 1544, - 1128, - 1544, - 1172, - 1309, - 1172 + 1310, + 1127, + 1543, + 1127, + 1543, + 1171, + 1310, + 1171 ], "elements": [ "#/readResults/0/lines/32/words/0" @@ -3228,16 +3376,17 @@ { "rowIndex": 3, "columnIndex": 0, + "columnSpan": 2, "text": "Feather Bookmark", "boundingBox": [ - 156, - 1172, + 157, + 1171, 847, - 1172, + 1171, 847, - 1216, - 156, - 1216 + 1214, + 157, + 1214 ], "elements": [ "#/readResults/0/lines/33/words/0", @@ -3246,17 +3395,17 @@ }, { "rowIndex": 3, - "columnIndex": 1, + "columnIndex": 2, "text": "20", "boundingBox": [ 847, - 1172, - 1072, - 1172, - 1072, - 1216, + 1171, + 1071, + 1171, + 1071, + 1214, 847, - 1216 + 1214 ], "elements": [ "#/readResults/0/lines/34/words/0" @@ -3264,17 +3413,17 @@ }, { "rowIndex": 3, - "columnIndex": 2, + "columnIndex": 3, "text": "5.00", "boundingBox": [ - 1072, - 1172, - 1309, - 1172, - 1309, - 1216, - 1072, - 1216 + 1071, + 1171, + 1310, + 1171, + 1310, + 1214, + 1071, + 1214 ], "elements": [ "#/readResults/0/lines/35/words/0" @@ -3282,17 +3431,17 @@ }, { "rowIndex": 3, - "columnIndex": 3, + "columnIndex": 4, "text": "100.00", "boundingBox": [ - 1309, - 1172, - 1544, - 1172, - 1544, - 1216, - 1309, - 1216 + 1310, + 1171, + 1543, + 1171, + 1543, + 1215, + 1310, + 1214 ], "elements": [ "#/readResults/0/lines/36/words/0" @@ -3301,16 +3450,17 @@ { "rowIndex": 4, "columnIndex": 0, + "columnSpan": 2, "text": "Copper Swirl Marker", "boundingBox": [ - 156, - 1216, + 157, + 1214, 847, - 1216, + 1214, 847, - 1260, - 156, - 1260 + 1258, + 157, + 1258 ], "elements": [ "#/readResults/0/lines/37/words/0", @@ -3320,17 +3470,17 @@ }, { "rowIndex": 4, - "columnIndex": 1, + "columnIndex": 2, "text": "20", "boundingBox": [ 847, - 1216, - 1072, - 1216, - 1072, - 1260, + 1214, + 1071, + 1214, + 1071, + 1258, 847, - 1260 + 1258 ], "elements": [ "#/readResults/0/lines/38/words/0" @@ -3338,17 +3488,17 @@ }, { "rowIndex": 4, - "columnIndex": 2, + "columnIndex": 3, "text": "5.00", "boundingBox": [ - 1072, - 1216, - 1309, - 1216, - 1309, - 1260, - 1072, - 1260 + 1071, + 1214, + 1310, + 1214, + 1310, + 1258, + 1071, + 1258 ], "elements": [ "#/readResults/0/lines/39/words/0" @@ -3356,22 +3506,188 @@ }, { "rowIndex": 4, - "columnIndex": 3, + "columnIndex": 4, "text": "100.00", "boundingBox": [ - 1309, - 1216, - 1544, - 1216, - 1544, + 1310, + 1214, + 1543, + 1215, + 1543, 1260, - 1309, - 1260 + 1310, + 1258 ], "elements": [ "#/readResults/0/lines/40/words/0" ] } + ], + "boundingBox": [ + 153, + 1036, + 1547, + 1037, + 1547, + 1265, + 153, + 1265 + ] + }, + { + "rows": 4, + "columns": 2, + "cells": [ + { + "rowIndex": 0, + "columnIndex": 0, + "text": "SUBTOTAL", + "boundingBox": [ + 1072, + 1564, + 1307, + 1565, + 1308, + 1609, + 1071, + 1608 + ], + "elements": [ + "#/readResults/0/lines/41/words/0" + ] + }, + { + "rowIndex": 0, + "columnIndex": 1, + "text": "$140.00", + "boundingBox": [ + 1307, + 1565, + 1542, + 1564, + 1543, + 1609, + 1308, + 1609 + ], + "elements": [ + "#/readResults/0/lines/42/words/0" + ] + }, + { + "rowIndex": 1, + "columnIndex": 0, + "text": "TAX", + "boundingBox": [ + 1071, + 1608, + 1308, + 1609, + 1308, + 1652, + 1071, + 1651 + ], + "elements": [ + "#/readResults/0/lines/43/words/0" + ] + }, + { + "rowIndex": 1, + "columnIndex": 1, + "text": "$4.00", + "boundingBox": [ + 1308, + 1609, + 1543, + 1609, + 1543, + 1652, + 1308, + 1652 + ], + "elements": [ + "#/readResults/0/lines/44/words/0" + ] + }, + { + "rowIndex": 2, + "columnIndex": 0, + "text": "", + "boundingBox": [ + 1071, + 1651, + 1308, + 1652, + 1308, + 1663, + 1071, + 1663 + ], + "elements": [] + }, + { + "rowIndex": 2, + "columnIndex": 1, + "text": "", + "boundingBox": [ + 1308, + 1652, + 1543, + 1652, + 1543, + 1663, + 1308, + 1663 + ], + "elements": [] + }, + { + "rowIndex": 3, + "columnIndex": 0, + "text": "TOTAL", + "boundingBox": [ + 1071, + 1663, + 1308, + 1663, + 1308, + 1707, + 1071, + 1707 + ], + "elements": [ + "#/readResults/0/lines/46/words/0" + ] + }, + { + "rowIndex": 3, + "columnIndex": 1, + "text": "$144.00", + "boundingBox": [ + 1308, + 1663, + 1543, + 1663, + 1543, + 1708, + 1308, + 1707 + ], + "elements": [ + "#/readResults/0/lines/47/words/0" + ] + } + ], + "boundingBox": [ + 1058, + 1563, + 1555, + 1563, + 1555, + 1707, + 1058, + 1707 ] } ] @@ -3383,7 +3699,7 @@ ], "Variables": { "FORM_RECOGNIZER_API_KEY": "Sanitized", - "FORM_RECOGNIZER_ENDPOINT": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/", + "FORM_RECOGNIZER_ENDPOINT": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/", "RandomSeed": "629147399" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeContentPopulatesFormPageJpg(True).json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeContentPopulatesFormPageJpg(True).json index b54eb32edf623..1f969f05107f2 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeContentPopulatesFormPageJpg(True).json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeContentPopulatesFormPageJpg(True).json @@ -1,17 +1,17 @@ { "Entries": [ { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyze", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/layout/analyze", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "479269", "Content-Type": "image/jpeg", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-cbec0a2ab722ef48b2e47a63f7c64c09-bc4405499fa57d4f-00", + "traceparent": "00-b05e1836d4a2a84889793a6ade27a063-45b9a64ae6f9094d-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "7647e5c7a6fbe00ff56f3c683e7d2304", "x-ms-return-client-request-id": "true" @@ -19,25 +19,25 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "0eb8d34c-9409-4ab4-89fe-e2d85ac7429d", + "apim-request-id": "7f181cba-ca09-49f3-a908-07b028a665c6", "Content-Length": "0", - "Date": "Wed, 09 Sep 2020 22:29:51 GMT", - "Operation-Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/0eb8d34c-9409-4ab4-89fe-e2d85ac7429d", + "Date": "Fri, 30 Oct 2020 12:46:10 GMT", + "Operation-Location": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/layout/analyzeResults/7f181cba-ca09-49f3-a908-07b028a665c6", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "169" + "x-envoy-upstream-service-time": "89" }, "ResponseBody": [] }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/0eb8d34c-9409-4ab4-89fe-e2d85ac7429d", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/layout/analyzeResults/7f181cba-ca09-49f3-a908-07b028a665c6", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "e8428e1239dc0a5b2278972bff28ff01", "x-ms-return-client-request-id": "true" @@ -45,29 +45,29 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "c1cb1c6b-f298-418f-9449-28bac13da215", + "apim-request-id": "b5e28bba-28e9-4db7-96b8-10c26fe741ad", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:29:51 GMT", + "Date": "Fri, 30 Oct 2020 12:46:10 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "12" + "x-envoy-upstream-service-time": "10" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-09-09T22:29:52Z", - "lastUpdatedDateTime": "2020-09-09T22:29:52Z" + "createdDateTime": "2020-10-30T12:46:10Z", + "lastUpdatedDateTime": "2020-10-30T12:46:10Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/0eb8d34c-9409-4ab4-89fe-e2d85ac7429d", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/layout/analyzeResults/7f181cba-ca09-49f3-a908-07b028a665c6", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "a2a10a01fd1308f2fb1411f9a79bfd6a", "x-ms-return-client-request-id": "true" @@ -75,29 +75,29 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "c5a6c300-b294-4300-8b2e-85c000a49745", + "apim-request-id": "b365345b-4b88-4169-954b-8bb930e9d934", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:29:52 GMT", + "Date": "Fri, 30 Oct 2020 12:46:11 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "15" + "x-envoy-upstream-service-time": "9" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-09-09T22:29:52Z", - "lastUpdatedDateTime": "2020-09-09T22:29:52Z" + "createdDateTime": "2020-10-30T12:46:10Z", + "lastUpdatedDateTime": "2020-10-30T12:46:10Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/0eb8d34c-9409-4ab4-89fe-e2d85ac7429d", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/layout/analyzeResults/7f181cba-ca09-49f3-a908-07b028a665c6", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "8088827426c78d898a3d53820ee3e0cd", "x-ms-return-client-request-id": "true" @@ -105,29 +105,29 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "b93325fc-3fe6-4e62-879d-36400ee400b2", + "apim-request-id": "1f616e47-e82a-4523-8f73-e330508a5147", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:29:53 GMT", + "Date": "Fri, 30 Oct 2020 12:46:12 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "14" + "x-envoy-upstream-service-time": "9" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-09-09T22:29:52Z", - "lastUpdatedDateTime": "2020-09-09T22:29:52Z" + "createdDateTime": "2020-10-30T12:46:10Z", + "lastUpdatedDateTime": "2020-10-30T12:46:10Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/0eb8d34c-9409-4ab4-89fe-e2d85ac7429d", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/layout/analyzeResults/7f181cba-ca09-49f3-a908-07b028a665c6", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "33673a6f81db15f09c3aecc828616387", "x-ms-return-client-request-id": "true" @@ -135,18 +135,18 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "47f88d61-8bec-4d02-9305-2480ee8c7995", - "Content-Length": "21134", + "apim-request-id": "a9a553b0-27c1-4cb2-bf5c-97057eccdfe5", + "Content-Length": "24387", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:29:55 GMT", + "Date": "Fri, 30 Oct 2020 12:46:13 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": "22" }, "ResponseBody": { "status": "succeeded", - "createdDateTime": "2020-09-09T22:29:52Z", - "lastUpdatedDateTime": "2020-09-09T22:29:55Z", + "createdDateTime": "2020-10-30T12:46:10Z", + "lastUpdatedDateTime": "2020-10-30T12:46:13Z", "analyzeResult": { "version": "2.1.0", "readResults": [ @@ -169,6 +169,12 @@ 166 ], "text": "Purchase Order", + "appearance": { + "style": { + "name": "other", + "confidence": 1.0 + } + }, "words": [ { "boundingBox": [ @@ -212,6 +218,12 @@ 266 ], "text": "Hero Limited", + "appearance": { + "style": { + "name": "other", + "confidence": 1.0 + } + }, "words": [ { "boundingBox": [ @@ -255,6 +267,12 @@ 369 ], "text": "Purchase Order", + "appearance": { + "style": { + "name": "other", + "confidence": 1.0 + } + }, "words": [ { "boundingBox": [ @@ -298,6 +316,12 @@ 379 ], "text": "Company Phone: 555-348-6512", + "appearance": { + "style": { + "name": "other", + "confidence": 0.999 + } + }, "words": [ { "boundingBox": [ @@ -355,6 +379,12 @@ 418 ], "text": "Website: www.herolimited.com", + "appearance": { + "style": { + "name": "other", + "confidence": 0.999 + } + }, "words": [ { "boundingBox": [ @@ -398,6 +428,12 @@ 460 ], "text": "Email:", + "appearance": { + "style": { + "name": "other", + "confidence": 0.99 + } + }, "words": [ { "boundingBox": [ @@ -427,6 +463,12 @@ 448 ], "text": "Dated As: 12/20/2020", + "appearance": { + "style": { + "name": "other", + "confidence": 0.998 + } + }, "words": [ { "boundingBox": [ @@ -484,6 +526,12 @@ 503 ], "text": "accounts@herolimited.com", + "appearance": { + "style": { + "name": "other", + "confidence": 0.999 + } + }, "words": [ { "boundingBox": [ @@ -513,6 +561,12 @@ 488 ], "text": "Purchase Order #: 948284", + "appearance": { + "style": { + "name": "other", + "confidence": 0.999 + } + }, "words": [ { "boundingBox": [ @@ -584,6 +638,12 @@ 592 ], "text": "Shipped To", + "appearance": { + "style": { + "name": "other", + "confidence": 1.0 + } + }, "words": [ { "boundingBox": [ @@ -627,6 +687,12 @@ 638 ], "text": "Vendor Name: Hillary Swank", + "appearance": { + "style": { + "name": "other", + "confidence": 0.999 + } + }, "words": [ { "boundingBox": [ @@ -698,6 +764,12 @@ 679 ], "text": "Company Name: Higgly Wiggly Books", + "appearance": { + "style": { + "name": "other", + "confidence": 1.0 + } + }, "words": [ { "boundingBox": [ @@ -783,6 +855,12 @@ 711 ], "text": "Address: 938 NE Burner Road", + "appearance": { + "style": { + "name": "other", + "confidence": 0.999 + } + }, "words": [ { "boundingBox": [ @@ -868,6 +946,12 @@ 751 ], "text": "Boulder City, CO 92848", + "appearance": { + "style": { + "name": "other", + "confidence": 1.0 + } + }, "words": [ { "boundingBox": [ @@ -923,7 +1007,7 @@ 751 ], "text": "92848", - "confidence": 0.977 + "confidence": 0.976 } ] }, @@ -939,6 +1023,12 @@ 748 ], "text": "Phone: 938-294-2949", + "appearance": { + "style": { + "name": "other", + "confidence": 0.998 + } + }, "words": [ { "boundingBox": [ @@ -982,6 +1072,12 @@ 830 ], "text": "Shipped From", + "appearance": { + "style": { + "name": "other", + "confidence": 0.999 + } + }, "words": [ { "boundingBox": [ @@ -1025,6 +1121,12 @@ 879 ], "text": "Name: Bernie Sanders", + "appearance": { + "style": { + "name": "other", + "confidence": 1.0 + } + }, "words": [ { "boundingBox": [ @@ -1038,7 +1140,7 @@ 879 ], "text": "Name:", - "confidence": 0.986 + "confidence": 0.983 }, { "boundingBox": [ @@ -1082,6 +1184,12 @@ 919 ], "text": "Company Name: Jupiter Book Supply", + "appearance": { + "style": { + "name": "other", + "confidence": 1.0 + } + }, "words": [ { "boundingBox": [ @@ -1167,6 +1275,12 @@ 952 ], "text": "Address: 383 N Kinnick Road", + "appearance": { + "style": { + "name": "other", + "confidence": 0.999 + } + }, "words": [ { "boundingBox": [ @@ -1252,6 +1366,12 @@ 991 ], "text": "Seattle, WA 38383", + "appearance": { + "style": { + "name": "other", + "confidence": 0.999 + } + }, "words": [ { "boundingBox": [ @@ -1309,6 +1429,12 @@ 990 ], "text": "Phone: 932-299-0292", + "appearance": { + "style": { + "name": "other", + "confidence": 0.997 + } + }, "words": [ { "boundingBox": [ @@ -1352,6 +1478,12 @@ 1077 ], "text": "Details", + "appearance": { + "style": { + "name": "other", + "confidence": 0.999 + } + }, "words": [ { "boundingBox": [ @@ -1381,6 +1513,12 @@ 1083 ], "text": "Quantity", + "appearance": { + "style": { + "name": "other", + "confidence": 1.0 + } + }, "words": [ { "boundingBox": [ @@ -1410,6 +1548,12 @@ 1077 ], "text": "Unit Price", + "appearance": { + "style": { + "name": "other", + "confidence": 1.0 + } + }, "words": [ { "boundingBox": [ @@ -1453,6 +1597,12 @@ 1077 ], "text": "Total", + "appearance": { + "style": { + "name": "other", + "confidence": 0.997 + } + }, "words": [ { "boundingBox": [ @@ -1482,6 +1632,12 @@ 1121 ], "text": "Bindings", + "appearance": { + "style": { + "name": "other", + "confidence": 1.0 + } + }, "words": [ { "boundingBox": [ @@ -1511,6 +1667,12 @@ 1119 ], "text": "20", + "appearance": { + "style": { + "name": "other", + "confidence": 0.959 + } + }, "words": [ { "boundingBox": [ @@ -1540,6 +1702,12 @@ 1118 ], "text": "1.00", + "appearance": { + "style": { + "name": "other", + "confidence": 1.0 + } + }, "words": [ { "boundingBox": [ @@ -1569,6 +1737,12 @@ 1119 ], "text": "20.00", + "appearance": { + "style": { + "name": "other", + "confidence": 1.0 + } + }, "words": [ { "boundingBox": [ @@ -1598,6 +1772,12 @@ 1161 ], "text": "Covers Small", + "appearance": { + "style": { + "name": "other", + "confidence": 0.999 + } + }, "words": [ { "boundingBox": [ @@ -1641,6 +1821,12 @@ 1160 ], "text": "20", + "appearance": { + "style": { + "name": "other", + "confidence": 0.952 + } + }, "words": [ { "boundingBox": [ @@ -1670,6 +1856,12 @@ 1160 ], "text": "1.00", + "appearance": { + "style": { + "name": "other", + "confidence": 0.999 + } + }, "words": [ { "boundingBox": [ @@ -1699,6 +1891,12 @@ 1160 ], "text": "20.00", + "appearance": { + "style": { + "name": "other", + "confidence": 0.999 + } + }, "words": [ { "boundingBox": [ @@ -1728,6 +1926,12 @@ 1206 ], "text": "Feather Bookmark", + "appearance": { + "style": { + "name": "other", + "confidence": 1.0 + } + }, "words": [ { "boundingBox": [ @@ -1771,6 +1975,12 @@ 1203 ], "text": "20", + "appearance": { + "style": { + "name": "other", + "confidence": 0.842 + } + }, "words": [ { "boundingBox": [ @@ -1800,6 +2010,12 @@ 1204 ], "text": "5.00", + "appearance": { + "style": { + "name": "other", + "confidence": 0.998 + } + }, "words": [ { "boundingBox": [ @@ -1829,6 +2045,12 @@ 1204 ], "text": "100.00", + "appearance": { + "style": { + "name": "other", + "confidence": 1.0 + } + }, "words": [ { "boundingBox": [ @@ -1858,6 +2080,12 @@ 1253 ], "text": "Copper Swirl Marker", + "appearance": { + "style": { + "name": "other", + "confidence": 1.0 + } + }, "words": [ { "boundingBox": [ @@ -1915,6 +2143,12 @@ 1247 ], "text": "20", + "appearance": { + "style": { + "name": "other", + "confidence": 0.985 + } + }, "words": [ { "boundingBox": [ @@ -1944,6 +2178,12 @@ 1247 ], "text": "5.00", + "appearance": { + "style": { + "name": "other", + "confidence": 0.996 + } + }, "words": [ { "boundingBox": [ @@ -1973,6 +2213,12 @@ 1247 ], "text": "100.00", + "appearance": { + "style": { + "name": "other", + "confidence": 1.0 + } + }, "words": [ { "boundingBox": [ @@ -2002,6 +2248,12 @@ 1600 ], "text": "SUBTOTAL", + "appearance": { + "style": { + "name": "other", + "confidence": 0.998 + } + }, "words": [ { "boundingBox": [ @@ -2031,6 +2283,12 @@ 1598 ], "text": "$140.00", + "appearance": { + "style": { + "name": "other", + "confidence": 0.997 + } + }, "words": [ { "boundingBox": [ @@ -2060,6 +2318,12 @@ 1643 ], "text": "TAX", + "appearance": { + "style": { + "name": "other", + "confidence": 1.0 + } + }, "words": [ { "boundingBox": [ @@ -2089,6 +2353,12 @@ 1643 ], "text": "$4.00", + "appearance": { + "style": { + "name": "other", + "confidence": 0.998 + } + }, "words": [ { "boundingBox": [ @@ -2118,6 +2388,12 @@ 1706 ], "text": "Bernie Sanders", + "appearance": { + "style": { + "name": "handwriting", + "confidence": 0.793 + } + }, "words": [ { "boundingBox": [ @@ -2161,6 +2437,12 @@ 1699 ], "text": "TOTAL", + "appearance": { + "style": { + "name": "other", + "confidence": 1.0 + } + }, "words": [ { "boundingBox": [ @@ -2190,6 +2472,12 @@ 1697 ], "text": "$144.00", + "appearance": { + "style": { + "name": "other", + "confidence": 0.995 + } + }, "words": [ { "boundingBox": [ @@ -2219,6 +2507,12 @@ 1741 ], "text": "Bernie Sanders", + "appearance": { + "style": { + "name": "other", + "confidence": 1.0 + } + }, "words": [ { "boundingBox": [ @@ -2262,6 +2556,12 @@ 1776 ], "text": "Manager", + "appearance": { + "style": { + "name": "other", + "confidence": 0.999 + } + }, "words": [ { "boundingBox": [ @@ -2291,6 +2591,12 @@ 1831 ], "text": "Additional Notes:", + "appearance": { + "style": { + "name": "other", + "confidence": 0.998 + } + }, "words": [ { "boundingBox": [ @@ -2334,6 +2640,12 @@ 1908 ], "text": "Do not Jostle Box. Unpack carefully. Enjoy.", + "appearance": { + "style": { + "name": "other", + "confidence": 1.0 + } + }, "words": [ { "boundingBox": [ @@ -2447,6 +2759,12 @@ 1958 ], "text": "Jupiter Book Supply will refund you 50% per book if returned within 60 days of reading and", + "appearance": { + "style": { + "name": "other", + "confidence": 0.998 + } + }, "words": [ { "boundingBox": [ @@ -2700,6 +3018,12 @@ 1991 ], "text": "offer you 25% off you next total purchase.", + "appearance": { + "style": { + "name": "other", + "confidence": 1.0 + } + }, "words": [ { "boundingBox": [ @@ -2815,22 +3139,6 @@ } ] } - ], - "selectionMarks": [ - { - "boundingBox": [ - 2, - 2060, - 195, - 2060, - 195, - 2200, - 2, - 2200 - ], - "confidence": 0.881, - "state": "unselected" - } ] } ], @@ -2839,155 +3147,23 @@ "page": 1, "tables": [ { - "rows": 4, - "columns": 3, - "cells": [ - { - "rowIndex": 1, - "columnIndex": 1, - "text": "SUBTOTAL", - "boundingBox": [ - 1072, - 1566, - 1309, - 1566, - 1309, - 1610, - 1072, - 1610 - ], - "elements": [ - "#/readResults/0/lines/41/words/0" - ] - }, - { - "rowIndex": 1, - "columnIndex": 2, - "text": "$140.00", - "boundingBox": [ - 1309, - 1566, - 1544, - 1566, - 1544, - 1610, - 1309, - 1610 - ], - "elements": [ - "#/readResults/0/lines/42/words/0" - ] - }, - { - "rowIndex": 2, - "columnIndex": 1, - "text": "TAX", - "boundingBox": [ - 1072, - 1610, - 1309, - 1610, - 1309, - 1658, - 1072, - 1658 - ], - "elements": [ - "#/readResults/0/lines/43/words/0" - ] - }, - { - "rowIndex": 2, - "columnIndex": 2, - "text": "$4.00", - "boundingBox": [ - 1309, - 1610, - 1544, - 1610, - 1544, - 1658, - 1309, - 1658 - ], - "elements": [ - "#/readResults/0/lines/44/words/0" - ] - }, - { - "rowIndex": 3, - "columnIndex": 0, - "text": "Bernie Sanders", - "boundingBox": [ - 489, - 1658, - 1072, - 1658, - 1072, - 1708, - 489, - 1708 - ], - "elements": [ - "#/readResults/0/lines/45/words/0", - "#/readResults/0/lines/45/words/1" - ] - }, - { - "rowIndex": 3, - "columnIndex": 1, - "text": "TOTAL", - "boundingBox": [ - 1072, - 1658, - 1309, - 1658, - 1309, - 1708, - 1072, - 1708 - ], - "elements": [ - "#/readResults/0/lines/46/words/0" - ] - }, - { - "rowIndex": 3, - "columnIndex": 2, - "text": "$144.00", - "boundingBox": [ - 1309, - 1658, - 1544, - 1658, - 1544, - 1708, - 1309, - 1708 - ], - "elements": [ - "#/readResults/0/lines/47/words/0" - ] - } - ] - }, - { - "rows": 6, - "columns": 4, + "rows": 5, + "columns": 5, "cells": [ { "rowIndex": 0, "columnIndex": 0, + "columnSpan": 2, "text": "Details", "boundingBox": [ - 156, + 157, 1038, 847, - 1038, + 1037, 847, - 1087, - 156, - 1087 + 1086, + 157, + 1086 ], "elements": [ "#/readResults/0/lines/21/words/0" @@ -2995,17 +3171,17 @@ }, { "rowIndex": 0, - "columnIndex": 1, + "columnIndex": 2, "text": "Quantity", "boundingBox": [ 847, - 1038, - 1072, - 1038, - 1072, - 1087, + 1037, + 1071, + 1037, + 1071, + 1086, 847, - 1087 + 1086 ], "elements": [ "#/readResults/0/lines/22/words/0" @@ -3013,17 +3189,17 @@ }, { "rowIndex": 0, - "columnIndex": 2, + "columnIndex": 3, "text": "Unit Price", "boundingBox": [ - 1072, - 1038, - 1309, + 1071, + 1037, + 1310, 1038, - 1309, - 1087, - 1072, - 1087 + 1310, + 1086, + 1071, + 1086 ], "elements": [ "#/readResults/0/lines/23/words/0", @@ -3032,17 +3208,17 @@ }, { "rowIndex": 0, - "columnIndex": 3, + "columnIndex": 4, "text": "Total", "boundingBox": [ - 1309, + 1310, 1038, - 1544, + 1543, 1038, - 1544, - 1087, - 1309, - 1087 + 1543, + 1086, + 1310, + 1086 ], "elements": [ "#/readResults/0/lines/24/words/0" @@ -3051,15 +3227,16 @@ { "rowIndex": 1, "columnIndex": 0, + "columnSpan": 2, "text": "Bindings", "boundingBox": [ - 156, - 1087, + 157, + 1086, 847, - 1087, + 1086, 847, - 1128, - 156, + 1127, + 157, 1128 ], "elements": [ @@ -3068,17 +3245,17 @@ }, { "rowIndex": 1, - "columnIndex": 1, + "columnIndex": 2, "text": "20", "boundingBox": [ 847, - 1087, - 1072, - 1087, - 1072, - 1128, + 1086, + 1071, + 1086, + 1071, + 1127, 847, - 1128 + 1127 ], "elements": [ "#/readResults/0/lines/26/words/0" @@ -3086,17 +3263,17 @@ }, { "rowIndex": 1, - "columnIndex": 2, + "columnIndex": 3, "text": "1.00", "boundingBox": [ - 1072, - 1087, - 1309, - 1087, - 1309, - 1128, - 1072, - 1128 + 1071, + 1086, + 1310, + 1086, + 1310, + 1127, + 1071, + 1127 ], "elements": [ "#/readResults/0/lines/27/words/0" @@ -3104,17 +3281,17 @@ }, { "rowIndex": 1, - "columnIndex": 3, + "columnIndex": 4, "text": "20.00", "boundingBox": [ - 1309, - 1087, - 1544, - 1087, - 1544, - 1128, - 1309, - 1128 + 1310, + 1086, + 1543, + 1086, + 1543, + 1127, + 1310, + 1127 ], "elements": [ "#/readResults/0/lines/28/words/0" @@ -3123,16 +3300,17 @@ { "rowIndex": 2, "columnIndex": 0, + "columnSpan": 2, "text": "Covers Small", "boundingBox": [ - 156, + 157, 1128, 847, - 1128, + 1127, 847, - 1172, - 156, - 1172 + 1171, + 157, + 1171 ], "elements": [ "#/readResults/0/lines/29/words/0", @@ -3141,17 +3319,17 @@ }, { "rowIndex": 2, - "columnIndex": 1, + "columnIndex": 2, "text": "20", "boundingBox": [ 847, - 1128, - 1072, - 1128, - 1072, - 1172, + 1127, + 1071, + 1127, + 1071, + 1171, 847, - 1172 + 1171 ], "elements": [ "#/readResults/0/lines/30/words/0" @@ -3159,17 +3337,17 @@ }, { "rowIndex": 2, - "columnIndex": 2, + "columnIndex": 3, "text": "1.00", "boundingBox": [ - 1072, - 1128, - 1309, - 1128, - 1309, - 1172, - 1072, - 1172 + 1071, + 1127, + 1310, + 1127, + 1310, + 1171, + 1071, + 1171 ], "elements": [ "#/readResults/0/lines/31/words/0" @@ -3177,17 +3355,17 @@ }, { "rowIndex": 2, - "columnIndex": 3, + "columnIndex": 4, "text": "20.00", "boundingBox": [ - 1309, - 1128, - 1544, - 1128, - 1544, - 1172, - 1309, - 1172 + 1310, + 1127, + 1543, + 1127, + 1543, + 1171, + 1310, + 1171 ], "elements": [ "#/readResults/0/lines/32/words/0" @@ -3196,16 +3374,17 @@ { "rowIndex": 3, "columnIndex": 0, + "columnSpan": 2, "text": "Feather Bookmark", "boundingBox": [ - 156, - 1172, + 157, + 1171, 847, - 1172, + 1171, 847, - 1216, - 156, - 1216 + 1214, + 157, + 1214 ], "elements": [ "#/readResults/0/lines/33/words/0", @@ -3214,17 +3393,17 @@ }, { "rowIndex": 3, - "columnIndex": 1, + "columnIndex": 2, "text": "20", "boundingBox": [ 847, - 1172, - 1072, - 1172, - 1072, - 1216, + 1171, + 1071, + 1171, + 1071, + 1214, 847, - 1216 + 1214 ], "elements": [ "#/readResults/0/lines/34/words/0" @@ -3232,17 +3411,17 @@ }, { "rowIndex": 3, - "columnIndex": 2, + "columnIndex": 3, "text": "5.00", "boundingBox": [ - 1072, - 1172, - 1309, - 1172, - 1309, - 1216, - 1072, - 1216 + 1071, + 1171, + 1310, + 1171, + 1310, + 1214, + 1071, + 1214 ], "elements": [ "#/readResults/0/lines/35/words/0" @@ -3250,17 +3429,17 @@ }, { "rowIndex": 3, - "columnIndex": 3, + "columnIndex": 4, "text": "100.00", "boundingBox": [ - 1309, - 1172, - 1544, - 1172, - 1544, - 1216, - 1309, - 1216 + 1310, + 1171, + 1543, + 1171, + 1543, + 1215, + 1310, + 1214 ], "elements": [ "#/readResults/0/lines/36/words/0" @@ -3269,16 +3448,17 @@ { "rowIndex": 4, "columnIndex": 0, + "columnSpan": 2, "text": "Copper Swirl Marker", "boundingBox": [ - 156, - 1216, + 157, + 1214, 847, - 1216, + 1214, 847, - 1260, - 156, - 1260 + 1258, + 157, + 1258 ], "elements": [ "#/readResults/0/lines/37/words/0", @@ -3288,17 +3468,17 @@ }, { "rowIndex": 4, - "columnIndex": 1, + "columnIndex": 2, "text": "20", "boundingBox": [ 847, - 1216, - 1072, - 1216, - 1072, - 1260, + 1214, + 1071, + 1214, + 1071, + 1258, 847, - 1260 + 1258 ], "elements": [ "#/readResults/0/lines/38/words/0" @@ -3306,17 +3486,17 @@ }, { "rowIndex": 4, - "columnIndex": 2, + "columnIndex": 3, "text": "5.00", "boundingBox": [ - 1072, - 1216, - 1309, - 1216, - 1309, - 1260, - 1072, - 1260 + 1071, + 1214, + 1310, + 1214, + 1310, + 1258, + 1071, + 1258 ], "elements": [ "#/readResults/0/lines/39/words/0" @@ -3324,22 +3504,188 @@ }, { "rowIndex": 4, - "columnIndex": 3, + "columnIndex": 4, "text": "100.00", "boundingBox": [ - 1309, - 1216, - 1544, - 1216, - 1544, + 1310, + 1214, + 1543, + 1215, + 1543, 1260, - 1309, - 1260 + 1310, + 1258 ], "elements": [ "#/readResults/0/lines/40/words/0" ] } + ], + "boundingBox": [ + 153, + 1036, + 1547, + 1037, + 1547, + 1265, + 153, + 1265 + ] + }, + { + "rows": 4, + "columns": 2, + "cells": [ + { + "rowIndex": 0, + "columnIndex": 0, + "text": "SUBTOTAL", + "boundingBox": [ + 1072, + 1564, + 1307, + 1565, + 1308, + 1609, + 1071, + 1608 + ], + "elements": [ + "#/readResults/0/lines/41/words/0" + ] + }, + { + "rowIndex": 0, + "columnIndex": 1, + "text": "$140.00", + "boundingBox": [ + 1307, + 1565, + 1542, + 1564, + 1543, + 1609, + 1308, + 1609 + ], + "elements": [ + "#/readResults/0/lines/42/words/0" + ] + }, + { + "rowIndex": 1, + "columnIndex": 0, + "text": "TAX", + "boundingBox": [ + 1071, + 1608, + 1308, + 1609, + 1308, + 1652, + 1071, + 1651 + ], + "elements": [ + "#/readResults/0/lines/43/words/0" + ] + }, + { + "rowIndex": 1, + "columnIndex": 1, + "text": "$4.00", + "boundingBox": [ + 1308, + 1609, + 1543, + 1609, + 1543, + 1652, + 1308, + 1652 + ], + "elements": [ + "#/readResults/0/lines/44/words/0" + ] + }, + { + "rowIndex": 2, + "columnIndex": 0, + "text": "", + "boundingBox": [ + 1071, + 1651, + 1308, + 1652, + 1308, + 1663, + 1071, + 1663 + ], + "elements": [] + }, + { + "rowIndex": 2, + "columnIndex": 1, + "text": "", + "boundingBox": [ + 1308, + 1652, + 1543, + 1652, + 1543, + 1663, + 1308, + 1663 + ], + "elements": [] + }, + { + "rowIndex": 3, + "columnIndex": 0, + "text": "TOTAL", + "boundingBox": [ + 1071, + 1663, + 1308, + 1663, + 1308, + 1707, + 1071, + 1707 + ], + "elements": [ + "#/readResults/0/lines/46/words/0" + ] + }, + { + "rowIndex": 3, + "columnIndex": 1, + "text": "$144.00", + "boundingBox": [ + 1308, + 1663, + 1543, + 1663, + 1543, + 1708, + 1308, + 1707 + ], + "elements": [ + "#/readResults/0/lines/47/words/0" + ] + } + ], + "boundingBox": [ + 1058, + 1563, + 1555, + 1563, + 1555, + 1707, + 1058, + 1707 ] } ] @@ -3351,7 +3697,7 @@ ], "Variables": { "FORM_RECOGNIZER_API_KEY": "Sanitized", - "FORM_RECOGNIZER_ENDPOINT": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/", + "FORM_RECOGNIZER_ENDPOINT": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/", "RandomSeed": "1218876654" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeContentPopulatesFormPageJpg(True)Async.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeContentPopulatesFormPageJpg(True)Async.json index bdcaa58da9554..30a1972c0976e 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeContentPopulatesFormPageJpg(True)Async.json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeContentPopulatesFormPageJpg(True)Async.json @@ -1,17 +1,17 @@ { "Entries": [ { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyze", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/layout/analyze", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "479269", "Content-Type": "image/jpeg", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-1b779299755255438d26101996b45e49-083ec1d93bd1014c-00", + "traceparent": "00-7bf34f83e4cf3b449b493956013cd5af-0410c081bc1f6440-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "e59a22f4eabcf314d1ef0fe0bb600981", "x-ms-return-client-request-id": "true" @@ -19,25 +19,25 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "de1ebb5a-11cb-4629-82f3-491d00a2f66b", + "apim-request-id": "0ae8ac16-cb77-4e04-bffd-6f7014e9b030", "Content-Length": "0", - "Date": "Wed, 09 Sep 2020 22:34:57 GMT", - "Operation-Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/de1ebb5a-11cb-4629-82f3-491d00a2f66b", + "Date": "Fri, 30 Oct 2020 12:46:32 GMT", + "Operation-Location": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/layout/analyzeResults/0ae8ac16-cb77-4e04-bffd-6f7014e9b030", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "155" + "x-envoy-upstream-service-time": "88" }, "ResponseBody": [] }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/de1ebb5a-11cb-4629-82f3-491d00a2f66b", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/layout/analyzeResults/0ae8ac16-cb77-4e04-bffd-6f7014e9b030", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "24bdc359347d64841a818f281dc61a60", "x-ms-return-client-request-id": "true" @@ -45,29 +45,29 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "11bb0a16-2fca-4323-b5da-1e4622629e7f", + "apim-request-id": "e20d5935-1f00-4738-9e65-c88188053c3e", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:34:57 GMT", + "Date": "Fri, 30 Oct 2020 12:46:32 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "12" + "x-envoy-upstream-service-time": "9" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-09-09T22:34:58Z", - "lastUpdatedDateTime": "2020-09-09T22:34:58Z" + "createdDateTime": "2020-10-30T12:46:32Z", + "lastUpdatedDateTime": "2020-10-30T12:46:32Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/de1ebb5a-11cb-4629-82f3-491d00a2f66b", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/layout/analyzeResults/0ae8ac16-cb77-4e04-bffd-6f7014e9b030", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "2728eb5cbad352816f14cc0d1eef5731", "x-ms-return-client-request-id": "true" @@ -75,29 +75,29 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "b93148ff-53ea-4a4f-a99a-ab756f06d57d", + "apim-request-id": "8b407d3a-9f60-498b-96af-5e306e6129ec", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:34:58 GMT", + "Date": "Fri, 30 Oct 2020 12:46:33 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "10" + "x-envoy-upstream-service-time": "9" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-09-09T22:34:58Z", - "lastUpdatedDateTime": "2020-09-09T22:34:58Z" + "createdDateTime": "2020-10-30T12:46:32Z", + "lastUpdatedDateTime": "2020-10-30T12:46:32Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/de1ebb5a-11cb-4629-82f3-491d00a2f66b", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/layout/analyzeResults/0ae8ac16-cb77-4e04-bffd-6f7014e9b030", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "d3ba96c54d1ebf249d35ca3b5aecd60a", "x-ms-return-client-request-id": "true" @@ -105,29 +105,29 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "d130e663-27ac-4b19-87db-ed9cd8e371d9", + "apim-request-id": "b38c2f37-b81f-44f8-871f-cfd679c32f53", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:35:00 GMT", + "Date": "Fri, 30 Oct 2020 12:46:34 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "15" + "x-envoy-upstream-service-time": "11" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-09-09T22:34:58Z", - "lastUpdatedDateTime": "2020-09-09T22:34:58Z" + "createdDateTime": "2020-10-30T12:46:32Z", + "lastUpdatedDateTime": "2020-10-30T12:46:32Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/de1ebb5a-11cb-4629-82f3-491d00a2f66b", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/layout/analyzeResults/0ae8ac16-cb77-4e04-bffd-6f7014e9b030", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "cf83afd5e2389fae426ab4686877452b", "x-ms-return-client-request-id": "true" @@ -135,18 +135,48 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "55fd5578-d997-4532-a66c-a892f97ad1e3", - "Content-Length": "21134", + "apim-request-id": "b4247840-0813-4ff1-a4c0-f5dda03ffcab", + "Content-Length": "106", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 30 Oct 2020 12:46:35 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "9" + }, + "ResponseBody": { + "status": "running", + "createdDateTime": "2020-10-30T12:46:32Z", + "lastUpdatedDateTime": "2020-10-30T12:46:32Z" + } + }, + { + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/layout/analyzeResults/0ae8ac16-cb77-4e04-bffd-6f7014e9b030", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "86625e29470c0e41c768899df046f783", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "9505716d-c072-4fdc-89f7-355268ea36ce", + "Content-Length": "24387", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:35:01 GMT", + "Date": "Fri, 30 Oct 2020 12:46:37 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": "20" }, "ResponseBody": { "status": "succeeded", - "createdDateTime": "2020-09-09T22:34:58Z", - "lastUpdatedDateTime": "2020-09-09T22:35:00Z", + "createdDateTime": "2020-10-30T12:46:32Z", + "lastUpdatedDateTime": "2020-10-30T12:46:36Z", "analyzeResult": { "version": "2.1.0", "readResults": [ @@ -169,6 +199,12 @@ 166 ], "text": "Purchase Order", + "appearance": { + "style": { + "name": "other", + "confidence": 1.0 + } + }, "words": [ { "boundingBox": [ @@ -212,6 +248,12 @@ 266 ], "text": "Hero Limited", + "appearance": { + "style": { + "name": "other", + "confidence": 1.0 + } + }, "words": [ { "boundingBox": [ @@ -255,6 +297,12 @@ 369 ], "text": "Purchase Order", + "appearance": { + "style": { + "name": "other", + "confidence": 1.0 + } + }, "words": [ { "boundingBox": [ @@ -298,6 +346,12 @@ 379 ], "text": "Company Phone: 555-348-6512", + "appearance": { + "style": { + "name": "other", + "confidence": 0.999 + } + }, "words": [ { "boundingBox": [ @@ -355,6 +409,12 @@ 418 ], "text": "Website: www.herolimited.com", + "appearance": { + "style": { + "name": "other", + "confidence": 0.999 + } + }, "words": [ { "boundingBox": [ @@ -398,6 +458,12 @@ 460 ], "text": "Email:", + "appearance": { + "style": { + "name": "other", + "confidence": 0.99 + } + }, "words": [ { "boundingBox": [ @@ -427,6 +493,12 @@ 448 ], "text": "Dated As: 12/20/2020", + "appearance": { + "style": { + "name": "other", + "confidence": 0.998 + } + }, "words": [ { "boundingBox": [ @@ -484,6 +556,12 @@ 503 ], "text": "accounts@herolimited.com", + "appearance": { + "style": { + "name": "other", + "confidence": 0.999 + } + }, "words": [ { "boundingBox": [ @@ -513,6 +591,12 @@ 488 ], "text": "Purchase Order #: 948284", + "appearance": { + "style": { + "name": "other", + "confidence": 0.999 + } + }, "words": [ { "boundingBox": [ @@ -584,6 +668,12 @@ 592 ], "text": "Shipped To", + "appearance": { + "style": { + "name": "other", + "confidence": 1.0 + } + }, "words": [ { "boundingBox": [ @@ -627,6 +717,12 @@ 638 ], "text": "Vendor Name: Hillary Swank", + "appearance": { + "style": { + "name": "other", + "confidence": 0.999 + } + }, "words": [ { "boundingBox": [ @@ -640,7 +736,7 @@ 637 ], "text": "Vendor", - "confidence": 0.983 + "confidence": 0.982 }, { "boundingBox": [ @@ -698,6 +794,12 @@ 679 ], "text": "Company Name: Higgly Wiggly Books", + "appearance": { + "style": { + "name": "other", + "confidence": 1.0 + } + }, "words": [ { "boundingBox": [ @@ -783,6 +885,12 @@ 711 ], "text": "Address: 938 NE Burner Road", + "appearance": { + "style": { + "name": "other", + "confidence": 0.999 + } + }, "words": [ { "boundingBox": [ @@ -868,6 +976,12 @@ 751 ], "text": "Boulder City, CO 92848", + "appearance": { + "style": { + "name": "other", + "confidence": 1.0 + } + }, "words": [ { "boundingBox": [ @@ -923,7 +1037,7 @@ 751 ], "text": "92848", - "confidence": 0.977 + "confidence": 0.976 } ] }, @@ -939,6 +1053,12 @@ 748 ], "text": "Phone: 938-294-2949", + "appearance": { + "style": { + "name": "other", + "confidence": 0.998 + } + }, "words": [ { "boundingBox": [ @@ -982,6 +1102,12 @@ 830 ], "text": "Shipped From", + "appearance": { + "style": { + "name": "other", + "confidence": 0.999 + } + }, "words": [ { "boundingBox": [ @@ -1025,6 +1151,12 @@ 879 ], "text": "Name: Bernie Sanders", + "appearance": { + "style": { + "name": "other", + "confidence": 1.0 + } + }, "words": [ { "boundingBox": [ @@ -1082,6 +1214,12 @@ 919 ], "text": "Company Name: Jupiter Book Supply", + "appearance": { + "style": { + "name": "other", + "confidence": 1.0 + } + }, "words": [ { "boundingBox": [ @@ -1167,6 +1305,12 @@ 952 ], "text": "Address: 383 N Kinnick Road", + "appearance": { + "style": { + "name": "other", + "confidence": 0.999 + } + }, "words": [ { "boundingBox": [ @@ -1252,6 +1396,12 @@ 991 ], "text": "Seattle, WA 38383", + "appearance": { + "style": { + "name": "other", + "confidence": 0.999 + } + }, "words": [ { "boundingBox": [ @@ -1309,6 +1459,12 @@ 990 ], "text": "Phone: 932-299-0292", + "appearance": { + "style": { + "name": "other", + "confidence": 0.997 + } + }, "words": [ { "boundingBox": [ @@ -1352,6 +1508,12 @@ 1077 ], "text": "Details", + "appearance": { + "style": { + "name": "other", + "confidence": 0.999 + } + }, "words": [ { "boundingBox": [ @@ -1381,6 +1543,12 @@ 1083 ], "text": "Quantity", + "appearance": { + "style": { + "name": "other", + "confidence": 1.0 + } + }, "words": [ { "boundingBox": [ @@ -1410,6 +1578,12 @@ 1077 ], "text": "Unit Price", + "appearance": { + "style": { + "name": "other", + "confidence": 1.0 + } + }, "words": [ { "boundingBox": [ @@ -1453,6 +1627,12 @@ 1077 ], "text": "Total", + "appearance": { + "style": { + "name": "other", + "confidence": 0.997 + } + }, "words": [ { "boundingBox": [ @@ -1482,6 +1662,12 @@ 1121 ], "text": "Bindings", + "appearance": { + "style": { + "name": "other", + "confidence": 1.0 + } + }, "words": [ { "boundingBox": [ @@ -1511,6 +1697,12 @@ 1119 ], "text": "20", + "appearance": { + "style": { + "name": "other", + "confidence": 0.959 + } + }, "words": [ { "boundingBox": [ @@ -1540,6 +1732,12 @@ 1118 ], "text": "1.00", + "appearance": { + "style": { + "name": "other", + "confidence": 1.0 + } + }, "words": [ { "boundingBox": [ @@ -1569,6 +1767,12 @@ 1119 ], "text": "20.00", + "appearance": { + "style": { + "name": "other", + "confidence": 1.0 + } + }, "words": [ { "boundingBox": [ @@ -1598,6 +1802,12 @@ 1161 ], "text": "Covers Small", + "appearance": { + "style": { + "name": "other", + "confidence": 0.999 + } + }, "words": [ { "boundingBox": [ @@ -1641,6 +1851,12 @@ 1160 ], "text": "20", + "appearance": { + "style": { + "name": "other", + "confidence": 0.952 + } + }, "words": [ { "boundingBox": [ @@ -1670,6 +1886,12 @@ 1160 ], "text": "1.00", + "appearance": { + "style": { + "name": "other", + "confidence": 0.999 + } + }, "words": [ { "boundingBox": [ @@ -1699,6 +1921,12 @@ 1160 ], "text": "20.00", + "appearance": { + "style": { + "name": "other", + "confidence": 0.999 + } + }, "words": [ { "boundingBox": [ @@ -1728,6 +1956,12 @@ 1206 ], "text": "Feather Bookmark", + "appearance": { + "style": { + "name": "other", + "confidence": 1.0 + } + }, "words": [ { "boundingBox": [ @@ -1771,6 +2005,12 @@ 1203 ], "text": "20", + "appearance": { + "style": { + "name": "other", + "confidence": 0.842 + } + }, "words": [ { "boundingBox": [ @@ -1800,6 +2040,12 @@ 1204 ], "text": "5.00", + "appearance": { + "style": { + "name": "other", + "confidence": 0.998 + } + }, "words": [ { "boundingBox": [ @@ -1829,6 +2075,12 @@ 1204 ], "text": "100.00", + "appearance": { + "style": { + "name": "other", + "confidence": 1.0 + } + }, "words": [ { "boundingBox": [ @@ -1858,6 +2110,12 @@ 1253 ], "text": "Copper Swirl Marker", + "appearance": { + "style": { + "name": "other", + "confidence": 1.0 + } + }, "words": [ { "boundingBox": [ @@ -1915,6 +2173,12 @@ 1247 ], "text": "20", + "appearance": { + "style": { + "name": "other", + "confidence": 0.985 + } + }, "words": [ { "boundingBox": [ @@ -1944,6 +2208,12 @@ 1247 ], "text": "5.00", + "appearance": { + "style": { + "name": "other", + "confidence": 0.996 + } + }, "words": [ { "boundingBox": [ @@ -1973,6 +2243,12 @@ 1247 ], "text": "100.00", + "appearance": { + "style": { + "name": "other", + "confidence": 1.0 + } + }, "words": [ { "boundingBox": [ @@ -2002,6 +2278,12 @@ 1600 ], "text": "SUBTOTAL", + "appearance": { + "style": { + "name": "other", + "confidence": 0.998 + } + }, "words": [ { "boundingBox": [ @@ -2031,6 +2313,12 @@ 1598 ], "text": "$140.00", + "appearance": { + "style": { + "name": "other", + "confidence": 0.997 + } + }, "words": [ { "boundingBox": [ @@ -2060,6 +2348,12 @@ 1643 ], "text": "TAX", + "appearance": { + "style": { + "name": "other", + "confidence": 1.0 + } + }, "words": [ { "boundingBox": [ @@ -2089,6 +2383,12 @@ 1643 ], "text": "$4.00", + "appearance": { + "style": { + "name": "other", + "confidence": 0.998 + } + }, "words": [ { "boundingBox": [ @@ -2118,6 +2418,12 @@ 1706 ], "text": "Bernie Sanders", + "appearance": { + "style": { + "name": "handwriting", + "confidence": 0.793 + } + }, "words": [ { "boundingBox": [ @@ -2161,6 +2467,12 @@ 1699 ], "text": "TOTAL", + "appearance": { + "style": { + "name": "other", + "confidence": 1.0 + } + }, "words": [ { "boundingBox": [ @@ -2190,6 +2502,12 @@ 1697 ], "text": "$144.00", + "appearance": { + "style": { + "name": "other", + "confidence": 0.995 + } + }, "words": [ { "boundingBox": [ @@ -2219,6 +2537,12 @@ 1741 ], "text": "Bernie Sanders", + "appearance": { + "style": { + "name": "other", + "confidence": 1.0 + } + }, "words": [ { "boundingBox": [ @@ -2262,6 +2586,12 @@ 1776 ], "text": "Manager", + "appearance": { + "style": { + "name": "other", + "confidence": 0.999 + } + }, "words": [ { "boundingBox": [ @@ -2291,6 +2621,12 @@ 1831 ], "text": "Additional Notes:", + "appearance": { + "style": { + "name": "other", + "confidence": 0.998 + } + }, "words": [ { "boundingBox": [ @@ -2334,6 +2670,12 @@ 1908 ], "text": "Do not Jostle Box. Unpack carefully. Enjoy.", + "appearance": { + "style": { + "name": "other", + "confidence": 1.0 + } + }, "words": [ { "boundingBox": [ @@ -2447,6 +2789,12 @@ 1958 ], "text": "Jupiter Book Supply will refund you 50% per book if returned within 60 days of reading and", + "appearance": { + "style": { + "name": "other", + "confidence": 0.998 + } + }, "words": [ { "boundingBox": [ @@ -2700,6 +3048,12 @@ 1991 ], "text": "offer you 25% off you next total purchase.", + "appearance": { + "style": { + "name": "other", + "confidence": 1.0 + } + }, "words": [ { "boundingBox": [ @@ -2815,22 +3169,6 @@ } ] } - ], - "selectionMarks": [ - { - "boundingBox": [ - 2, - 2060, - 195, - 2060, - 195, - 2200, - 2, - 2200 - ], - "confidence": 0.881, - "state": "unselected" - } ] } ], @@ -2839,155 +3177,23 @@ "page": 1, "tables": [ { - "rows": 4, - "columns": 3, - "cells": [ - { - "rowIndex": 1, - "columnIndex": 1, - "text": "SUBTOTAL", - "boundingBox": [ - 1072, - 1566, - 1309, - 1566, - 1309, - 1610, - 1072, - 1610 - ], - "elements": [ - "#/readResults/0/lines/41/words/0" - ] - }, - { - "rowIndex": 1, - "columnIndex": 2, - "text": "$140.00", - "boundingBox": [ - 1309, - 1566, - 1544, - 1566, - 1544, - 1610, - 1309, - 1610 - ], - "elements": [ - "#/readResults/0/lines/42/words/0" - ] - }, - { - "rowIndex": 2, - "columnIndex": 1, - "text": "TAX", - "boundingBox": [ - 1072, - 1610, - 1309, - 1610, - 1309, - 1658, - 1072, - 1658 - ], - "elements": [ - "#/readResults/0/lines/43/words/0" - ] - }, - { - "rowIndex": 2, - "columnIndex": 2, - "text": "$4.00", - "boundingBox": [ - 1309, - 1610, - 1544, - 1610, - 1544, - 1658, - 1309, - 1658 - ], - "elements": [ - "#/readResults/0/lines/44/words/0" - ] - }, - { - "rowIndex": 3, - "columnIndex": 0, - "text": "Bernie Sanders", - "boundingBox": [ - 489, - 1658, - 1072, - 1658, - 1072, - 1708, - 489, - 1708 - ], - "elements": [ - "#/readResults/0/lines/45/words/0", - "#/readResults/0/lines/45/words/1" - ] - }, - { - "rowIndex": 3, - "columnIndex": 1, - "text": "TOTAL", - "boundingBox": [ - 1072, - 1658, - 1309, - 1658, - 1309, - 1708, - 1072, - 1708 - ], - "elements": [ - "#/readResults/0/lines/46/words/0" - ] - }, - { - "rowIndex": 3, - "columnIndex": 2, - "text": "$144.00", - "boundingBox": [ - 1309, - 1658, - 1544, - 1658, - 1544, - 1708, - 1309, - 1708 - ], - "elements": [ - "#/readResults/0/lines/47/words/0" - ] - } - ] - }, - { - "rows": 6, - "columns": 4, + "rows": 5, + "columns": 5, "cells": [ { "rowIndex": 0, "columnIndex": 0, + "columnSpan": 2, "text": "Details", "boundingBox": [ - 156, + 157, 1038, 847, - 1038, + 1037, 847, - 1087, - 156, - 1087 + 1086, + 157, + 1086 ], "elements": [ "#/readResults/0/lines/21/words/0" @@ -2995,17 +3201,17 @@ }, { "rowIndex": 0, - "columnIndex": 1, + "columnIndex": 2, "text": "Quantity", "boundingBox": [ 847, - 1038, - 1072, - 1038, - 1072, - 1087, + 1037, + 1071, + 1037, + 1071, + 1086, 847, - 1087 + 1086 ], "elements": [ "#/readResults/0/lines/22/words/0" @@ -3013,17 +3219,17 @@ }, { "rowIndex": 0, - "columnIndex": 2, + "columnIndex": 3, "text": "Unit Price", "boundingBox": [ - 1072, + 1071, + 1037, + 1310, 1038, - 1309, - 1038, - 1309, - 1087, - 1072, - 1087 + 1310, + 1086, + 1071, + 1086 ], "elements": [ "#/readResults/0/lines/23/words/0", @@ -3032,17 +3238,17 @@ }, { "rowIndex": 0, - "columnIndex": 3, + "columnIndex": 4, "text": "Total", "boundingBox": [ - 1309, + 1310, 1038, - 1544, + 1543, 1038, - 1544, - 1087, - 1309, - 1087 + 1543, + 1086, + 1310, + 1086 ], "elements": [ "#/readResults/0/lines/24/words/0" @@ -3051,15 +3257,16 @@ { "rowIndex": 1, "columnIndex": 0, + "columnSpan": 2, "text": "Bindings", "boundingBox": [ - 156, - 1087, + 157, + 1086, 847, - 1087, + 1086, 847, - 1128, - 156, + 1127, + 157, 1128 ], "elements": [ @@ -3068,17 +3275,17 @@ }, { "rowIndex": 1, - "columnIndex": 1, + "columnIndex": 2, "text": "20", "boundingBox": [ 847, - 1087, - 1072, - 1087, - 1072, - 1128, + 1086, + 1071, + 1086, + 1071, + 1127, 847, - 1128 + 1127 ], "elements": [ "#/readResults/0/lines/26/words/0" @@ -3086,17 +3293,17 @@ }, { "rowIndex": 1, - "columnIndex": 2, + "columnIndex": 3, "text": "1.00", "boundingBox": [ - 1072, - 1087, - 1309, - 1087, - 1309, - 1128, - 1072, - 1128 + 1071, + 1086, + 1310, + 1086, + 1310, + 1127, + 1071, + 1127 ], "elements": [ "#/readResults/0/lines/27/words/0" @@ -3104,17 +3311,17 @@ }, { "rowIndex": 1, - "columnIndex": 3, + "columnIndex": 4, "text": "20.00", "boundingBox": [ - 1309, - 1087, - 1544, - 1087, - 1544, - 1128, - 1309, - 1128 + 1310, + 1086, + 1543, + 1086, + 1543, + 1127, + 1310, + 1127 ], "elements": [ "#/readResults/0/lines/28/words/0" @@ -3123,16 +3330,17 @@ { "rowIndex": 2, "columnIndex": 0, + "columnSpan": 2, "text": "Covers Small", "boundingBox": [ - 156, + 157, 1128, 847, - 1128, + 1127, 847, - 1172, - 156, - 1172 + 1171, + 157, + 1171 ], "elements": [ "#/readResults/0/lines/29/words/0", @@ -3141,17 +3349,17 @@ }, { "rowIndex": 2, - "columnIndex": 1, + "columnIndex": 2, "text": "20", "boundingBox": [ 847, - 1128, - 1072, - 1128, - 1072, - 1172, + 1127, + 1071, + 1127, + 1071, + 1171, 847, - 1172 + 1171 ], "elements": [ "#/readResults/0/lines/30/words/0" @@ -3159,17 +3367,17 @@ }, { "rowIndex": 2, - "columnIndex": 2, + "columnIndex": 3, "text": "1.00", "boundingBox": [ - 1072, - 1128, - 1309, - 1128, - 1309, - 1172, - 1072, - 1172 + 1071, + 1127, + 1310, + 1127, + 1310, + 1171, + 1071, + 1171 ], "elements": [ "#/readResults/0/lines/31/words/0" @@ -3177,17 +3385,17 @@ }, { "rowIndex": 2, - "columnIndex": 3, + "columnIndex": 4, "text": "20.00", "boundingBox": [ - 1309, - 1128, - 1544, - 1128, - 1544, - 1172, - 1309, - 1172 + 1310, + 1127, + 1543, + 1127, + 1543, + 1171, + 1310, + 1171 ], "elements": [ "#/readResults/0/lines/32/words/0" @@ -3196,16 +3404,17 @@ { "rowIndex": 3, "columnIndex": 0, + "columnSpan": 2, "text": "Feather Bookmark", "boundingBox": [ - 156, - 1172, + 157, + 1171, 847, - 1172, + 1171, 847, - 1216, - 156, - 1216 + 1214, + 157, + 1214 ], "elements": [ "#/readResults/0/lines/33/words/0", @@ -3214,17 +3423,17 @@ }, { "rowIndex": 3, - "columnIndex": 1, + "columnIndex": 2, "text": "20", "boundingBox": [ 847, - 1172, - 1072, - 1172, - 1072, - 1216, + 1171, + 1071, + 1171, + 1071, + 1214, 847, - 1216 + 1214 ], "elements": [ "#/readResults/0/lines/34/words/0" @@ -3232,17 +3441,17 @@ }, { "rowIndex": 3, - "columnIndex": 2, + "columnIndex": 3, "text": "5.00", "boundingBox": [ - 1072, - 1172, - 1309, - 1172, - 1309, - 1216, - 1072, - 1216 + 1071, + 1171, + 1310, + 1171, + 1310, + 1214, + 1071, + 1214 ], "elements": [ "#/readResults/0/lines/35/words/0" @@ -3250,17 +3459,17 @@ }, { "rowIndex": 3, - "columnIndex": 3, + "columnIndex": 4, "text": "100.00", "boundingBox": [ - 1309, - 1172, - 1544, - 1172, - 1544, - 1216, - 1309, - 1216 + 1310, + 1171, + 1543, + 1171, + 1543, + 1215, + 1310, + 1214 ], "elements": [ "#/readResults/0/lines/36/words/0" @@ -3269,16 +3478,17 @@ { "rowIndex": 4, "columnIndex": 0, + "columnSpan": 2, "text": "Copper Swirl Marker", "boundingBox": [ - 156, - 1216, + 157, + 1214, 847, - 1216, + 1214, 847, - 1260, - 156, - 1260 + 1258, + 157, + 1258 ], "elements": [ "#/readResults/0/lines/37/words/0", @@ -3288,17 +3498,17 @@ }, { "rowIndex": 4, - "columnIndex": 1, + "columnIndex": 2, "text": "20", "boundingBox": [ 847, - 1216, - 1072, - 1216, - 1072, - 1260, + 1214, + 1071, + 1214, + 1071, + 1258, 847, - 1260 + 1258 ], "elements": [ "#/readResults/0/lines/38/words/0" @@ -3306,17 +3516,17 @@ }, { "rowIndex": 4, - "columnIndex": 2, + "columnIndex": 3, "text": "5.00", "boundingBox": [ - 1072, - 1216, - 1309, - 1216, - 1309, - 1260, - 1072, - 1260 + 1071, + 1214, + 1310, + 1214, + 1310, + 1258, + 1071, + 1258 ], "elements": [ "#/readResults/0/lines/39/words/0" @@ -3324,22 +3534,188 @@ }, { "rowIndex": 4, - "columnIndex": 3, + "columnIndex": 4, "text": "100.00", "boundingBox": [ - 1309, - 1216, - 1544, - 1216, - 1544, + 1310, + 1214, + 1543, + 1215, + 1543, 1260, - 1309, - 1260 + 1310, + 1258 ], "elements": [ "#/readResults/0/lines/40/words/0" ] } + ], + "boundingBox": [ + 153, + 1036, + 1547, + 1037, + 1547, + 1265, + 153, + 1265 + ] + }, + { + "rows": 4, + "columns": 2, + "cells": [ + { + "rowIndex": 0, + "columnIndex": 0, + "text": "SUBTOTAL", + "boundingBox": [ + 1072, + 1564, + 1307, + 1565, + 1308, + 1609, + 1071, + 1608 + ], + "elements": [ + "#/readResults/0/lines/41/words/0" + ] + }, + { + "rowIndex": 0, + "columnIndex": 1, + "text": "$140.00", + "boundingBox": [ + 1307, + 1565, + 1542, + 1564, + 1543, + 1609, + 1308, + 1609 + ], + "elements": [ + "#/readResults/0/lines/42/words/0" + ] + }, + { + "rowIndex": 1, + "columnIndex": 0, + "text": "TAX", + "boundingBox": [ + 1071, + 1608, + 1308, + 1609, + 1308, + 1652, + 1071, + 1651 + ], + "elements": [ + "#/readResults/0/lines/43/words/0" + ] + }, + { + "rowIndex": 1, + "columnIndex": 1, + "text": "$4.00", + "boundingBox": [ + 1308, + 1609, + 1543, + 1609, + 1543, + 1652, + 1308, + 1652 + ], + "elements": [ + "#/readResults/0/lines/44/words/0" + ] + }, + { + "rowIndex": 2, + "columnIndex": 0, + "text": "", + "boundingBox": [ + 1071, + 1651, + 1308, + 1652, + 1308, + 1663, + 1071, + 1663 + ], + "elements": [] + }, + { + "rowIndex": 2, + "columnIndex": 1, + "text": "", + "boundingBox": [ + 1308, + 1652, + 1543, + 1652, + 1543, + 1663, + 1308, + 1663 + ], + "elements": [] + }, + { + "rowIndex": 3, + "columnIndex": 0, + "text": "TOTAL", + "boundingBox": [ + 1071, + 1663, + 1308, + 1663, + 1308, + 1707, + 1071, + 1707 + ], + "elements": [ + "#/readResults/0/lines/46/words/0" + ] + }, + { + "rowIndex": 3, + "columnIndex": 1, + "text": "$144.00", + "boundingBox": [ + 1308, + 1663, + 1543, + 1663, + 1543, + 1708, + 1308, + 1707 + ], + "elements": [ + "#/readResults/0/lines/47/words/0" + ] + } + ], + "boundingBox": [ + 1058, + 1563, + 1555, + 1563, + 1555, + 1707, + 1058, + 1707 ] } ] @@ -3351,7 +3727,7 @@ ], "Variables": { "FORM_RECOGNIZER_API_KEY": "Sanitized", - "FORM_RECOGNIZER_ENDPOINT": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/", + "FORM_RECOGNIZER_ENDPOINT": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/", "RandomSeed": "505472818" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeContentPopulatesFormPagePdf(False).json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeContentPopulatesFormPagePdf(False).json index 2ce77e0967adb..9a87a6e7cd0b9 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeContentPopulatesFormPagePdf(False).json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeContentPopulatesFormPagePdf(False).json @@ -1,17 +1,17 @@ { "Entries": [ { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyze", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/layout/analyze", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "22", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-65e540630571e04dbef3b1ddc5e7aeac-f7d910eee8efab46-00", + "traceparent": "00-8e565c6fe0ac2141ab8dd94d8ffcf3df-1bc05690bec2334f-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "be1dca6beb90584589aa66afc62b95de", "x-ms-return-client-request-id": "true" @@ -21,25 +21,25 @@ }, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "e448f0dd-f83b-4dc9-8bf4-4ff0823890ff", + "apim-request-id": "66b88f48-22d4-4b9b-9332-419b1f4d06fd", "Content-Length": "0", - "Date": "Wed, 09 Sep 2020 22:30:05 GMT", - "Operation-Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/e448f0dd-f83b-4dc9-8bf4-4ff0823890ff", + "Date": "Fri, 30 Oct 2020 12:46:25 GMT", + "Operation-Location": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/layout/analyzeResults/66b88f48-22d4-4b9b-9332-419b1f4d06fd", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "355" + "x-envoy-upstream-service-time": "401" }, "ResponseBody": [] }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/e448f0dd-f83b-4dc9-8bf4-4ff0823890ff", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/layout/analyzeResults/66b88f48-22d4-4b9b-9332-419b1f4d06fd", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "26b2bf0519c3b2fde4dfe67abc583ece", "x-ms-return-client-request-id": "true" @@ -47,29 +47,29 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "9f838acb-f741-45ee-ba95-d6d04c299f8d", + "apim-request-id": "73f14886-2367-40c1-b43f-0a399d8a5f55", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:30:05 GMT", + "Date": "Fri, 30 Oct 2020 12:46:26 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "11" + "x-envoy-upstream-service-time": "12" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-09-09T22:30:06Z", - "lastUpdatedDateTime": "2020-09-09T22:30:06Z" + "createdDateTime": "2020-10-30T12:46:26Z", + "lastUpdatedDateTime": "2020-10-30T12:46:26Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/e448f0dd-f83b-4dc9-8bf4-4ff0823890ff", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/layout/analyzeResults/66b88f48-22d4-4b9b-9332-419b1f4d06fd", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "ab1ec499b67e10c4529c03a7fec3e67a", "x-ms-return-client-request-id": "true" @@ -77,29 +77,29 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "4a06e463-3156-43b8-a183-4bfc9ec3074c", + "apim-request-id": "5f9f8584-b077-41c8-9c89-daa938f5541f", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:30:06 GMT", + "Date": "Fri, 30 Oct 2020 12:46:27 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "13" + "x-envoy-upstream-service-time": "9" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-09-09T22:30:06Z", - "lastUpdatedDateTime": "2020-09-09T22:30:06Z" + "createdDateTime": "2020-10-30T12:46:26Z", + "lastUpdatedDateTime": "2020-10-30T12:46:26Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/e448f0dd-f83b-4dc9-8bf4-4ff0823890ff", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/layout/analyzeResults/66b88f48-22d4-4b9b-9332-419b1f4d06fd", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "2e0d5bf95d3152a4cc6ad9b005ca9b31", "x-ms-return-client-request-id": "true" @@ -107,29 +107,29 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "31cf04e8-cb05-46b2-8ed7-26c2381f69d8", + "apim-request-id": "d1d0b73c-3971-4eff-9237-0966f10ba484", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:30:07 GMT", + "Date": "Fri, 30 Oct 2020 12:46:29 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "13" + "x-envoy-upstream-service-time": "10" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-09-09T22:30:06Z", - "lastUpdatedDateTime": "2020-09-09T22:30:06Z" + "createdDateTime": "2020-10-30T12:46:26Z", + "lastUpdatedDateTime": "2020-10-30T12:46:26Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/e448f0dd-f83b-4dc9-8bf4-4ff0823890ff", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/layout/analyzeResults/66b88f48-22d4-4b9b-9332-419b1f4d06fd", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "0115976ce90c4f60faa2d3261556b320", "x-ms-return-client-request-id": "true" @@ -137,29 +137,29 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "eba01cab-fb25-4ddb-8546-a86ffff8886b", + "apim-request-id": "cfe84069-331e-4775-94b1-fd56384d92f8", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:30:08 GMT", + "Date": "Fri, 30 Oct 2020 12:46:30 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "11" + "x-envoy-upstream-service-time": "9" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-09-09T22:30:06Z", - "lastUpdatedDateTime": "2020-09-09T22:30:06Z" + "createdDateTime": "2020-10-30T12:46:26Z", + "lastUpdatedDateTime": "2020-10-30T12:46:26Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/e448f0dd-f83b-4dc9-8bf4-4ff0823890ff", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/layout/analyzeResults/66b88f48-22d4-4b9b-9332-419b1f4d06fd", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "60816cf9104b3c9d1fccdf13dc140b87", "x-ms-return-client-request-id": "true" @@ -167,29 +167,29 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "3e260cc7-02f2-48c2-a783-a1fa8a6bad9d", + "apim-request-id": "89028b4a-9419-4d14-bfab-5d65a56b21d4", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:30:09 GMT", + "Date": "Fri, 30 Oct 2020 12:46:31 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "11" + "x-envoy-upstream-service-time": "9" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-09-09T22:30:06Z", - "lastUpdatedDateTime": "2020-09-09T22:30:06Z" + "createdDateTime": "2020-10-30T12:46:26Z", + "lastUpdatedDateTime": "2020-10-30T12:46:31Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/e448f0dd-f83b-4dc9-8bf4-4ff0823890ff", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/layout/analyzeResults/66b88f48-22d4-4b9b-9332-419b1f4d06fd", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "673bd201e4ae0f6efbbe338f897e3c76", "x-ms-return-client-request-id": "true" @@ -197,48 +197,18 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "4f2e4892-093c-4d9b-925a-1318e2f4fbc6", - "Content-Length": "106", + "apim-request-id": "b999241d-e8f0-421b-8603-3541154e017b", + "Content-Length": "8802", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:30:10 GMT", + "Date": "Fri, 30 Oct 2020 12:46:32 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "14" - }, - "ResponseBody": { - "status": "running", - "createdDateTime": "2020-09-09T22:30:06Z", - "lastUpdatedDateTime": "2020-09-09T22:30:06Z" - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/e448f0dd-f83b-4dc9-8bf4-4ff0823890ff", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "98b6b9b73a485ce5fad8e23f0a4d72e6", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "e26a6240-fd9d-480f-a59b-1df0c3805828", - "Content-Length": "7909", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:30:11 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "30" + "x-envoy-upstream-service-time": "18" }, "ResponseBody": { "status": "succeeded", - "createdDateTime": "2020-09-09T22:30:06Z", - "lastUpdatedDateTime": "2020-09-09T22:30:11Z", + "createdDateTime": "2020-10-30T12:46:26Z", + "lastUpdatedDateTime": "2020-10-30T12:46:31Z", "analyzeResult": { "version": "2.1.0", "readResults": [ @@ -261,6 +231,12 @@ 1.3534 ], "text": "Contoso", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -290,6 +266,12 @@ 1.6154 ], "text": "Address:", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -319,6 +301,12 @@ 1.6155 ], "text": "Invoice For: Microsoft", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -376,6 +364,12 @@ 1.8342 ], "text": "1 Redmond way Suite", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -447,6 +441,12 @@ 1.8459 ], "text": "1020 Enterprise Way", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -504,6 +504,12 @@ 2.0171 ], "text": "6000 Redmond, WA", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -561,6 +567,12 @@ 2.0359 ], "text": "Sunnayvale, CA 87659", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -618,6 +630,12 @@ 2.1911 ], "text": "99243", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -647,6 +665,12 @@ 2.9754 ], "text": "Invoice Number", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -690,6 +714,12 @@ 2.9754 ], "text": "Invoice Date", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -733,6 +763,12 @@ 2.9754 ], "text": "Invoice Due Date", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -790,6 +826,12 @@ 3.0035 ], "text": "Charges", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -819,6 +861,12 @@ 2.9736 ], "text": "VAT ID", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -862,6 +910,12 @@ 3.5144 ], "text": "34278587", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -891,6 +945,12 @@ 3.5144 ], "text": "6/18/2017", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -920,6 +980,12 @@ 3.5144 ], "text": "6/24/2017", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -949,6 +1015,12 @@ 3.5321 ], "text": "$56,651.49", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -978,6 +1050,12 @@ 3.5119 ], "text": "PT", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -995,50 +1073,6 @@ } ] } - ], - "selectionMarks": [ - { - "boundingBox": [ - 0, - 9.8562, - 1.1255, - 9.8562, - 1.1255, - 10.9934, - 0, - 10.9934 - ], - "confidence": 0.881, - "state": "unselected" - }, - { - "boundingBox": [ - 0, - 10.4809, - 1.854, - 10.4809, - 1.854, - 10.9976, - 0, - 10.9976 - ], - "confidence": 0.69, - "state": "unselected" - }, - { - "boundingBox": [ - 7.5162, - 10.3545, - 8.4955, - 10.3545, - 8.4955, - 11, - 7.5162, - 11 - ], - "confidence": 0.553, - "state": "unselected" - } ] } ], @@ -1047,7 +1081,7 @@ "page": 1, "tables": [ { - "rows": 2, + "rows": 3, "columns": 6, "cells": [ { @@ -1055,14 +1089,14 @@ "columnIndex": 0, "text": "Invoice Number", "boundingBox": [ - 0.5075, - 2.8088, - 1.9061, - 2.8088, - 1.9061, - 3.3219, - 0.5075, - 3.3219 + 0.5136, + 2.7829, + 1.8978, + 2.79, + 1.8978, + 3.311, + 0.5136, + 3.311 ], "elements": [ "#/readResults/0/lines/8/words/0", @@ -1074,14 +1108,14 @@ "columnIndex": 1, "text": "Invoice Date", "boundingBox": [ - 1.9061, - 2.8088, - 3.3074, - 2.8088, - 3.3074, - 3.3219, - 1.9061, - 3.3219 + 1.8978, + 2.79, + 3.2964, + 2.79, + 3.3036, + 3.311, + 1.8978, + 3.311 ], "elements": [ "#/readResults/0/lines/9/words/0", @@ -1093,14 +1127,14 @@ "columnIndex": 2, "text": "Invoice Due Date", "boundingBox": [ - 3.3074, - 2.8088, - 4.7074, - 2.8088, - 4.7074, - 3.3219, - 3.3074, - 3.3219 + 3.2964, + 2.79, + 4.7022, + 2.79, + 4.7094, + 3.311, + 3.3036, + 3.311 ], "elements": [ "#/readResults/0/lines/10/words/0", @@ -1111,16 +1145,17 @@ { "rowIndex": 0, "columnIndex": 3, + "columnSpan": 2, "text": "Charges", "boundingBox": [ - 4.7074, - 2.8088, - 5.386, - 2.8088, - 5.386, - 3.3219, - 4.7074, - 3.3219 + 4.7022, + 2.79, + 6.1079, + 2.7829, + 6.1079, + 3.311, + 4.7094, + 3.311 ], "elements": [ "#/readResults/0/lines/11/words/0" @@ -1131,14 +1166,14 @@ "columnIndex": 5, "text": "VAT ID", "boundingBox": [ - 6.1051, - 2.8088, - 7.5038, - 2.8088, - 7.5038, - 3.3219, - 6.1051, - 3.3219 + 6.1079, + 2.7829, + 7.485, + 2.7829, + 7.4922, + 3.311, + 6.1079, + 3.311 ], "elements": [ "#/readResults/0/lines/12/words/0", @@ -1148,16 +1183,17 @@ { "rowIndex": 1, "columnIndex": 0, + "rowSpan": 2, "text": "34278587", "boundingBox": [ - 0.5075, - 3.3219, - 1.9061, - 3.3219, - 1.9061, - 3.859, - 0.5075, - 3.859 + 0.5136, + 3.311, + 1.8978, + 3.311, + 1.8978, + 3.8534, + 0.5136, + 3.8534 ], "elements": [ "#/readResults/0/lines/13/words/0" @@ -1166,16 +1202,17 @@ { "rowIndex": 1, "columnIndex": 1, + "rowSpan": 2, "text": "6/18/2017", "boundingBox": [ - 1.9061, - 3.3219, - 3.3074, - 3.3219, - 3.3074, - 3.859, - 1.9061, - 3.859 + 1.8978, + 3.311, + 3.3036, + 3.311, + 3.3036, + 3.8534, + 1.8978, + 3.8534 ], "elements": [ "#/readResults/0/lines/14/words/0" @@ -1184,16 +1221,17 @@ { "rowIndex": 1, "columnIndex": 2, + "rowSpan": 2, "text": "6/24/2017", "boundingBox": [ - 3.3074, - 3.3219, - 4.7074, - 3.3219, - 4.7074, - 3.859, - 3.3074, - 3.859 + 3.3036, + 3.311, + 4.7094, + 3.311, + 4.7165, + 3.8534, + 3.3036, + 3.8534 ], "elements": [ "#/readResults/0/lines/15/words/0" @@ -1202,17 +1240,18 @@ { "rowIndex": 1, "columnIndex": 3, + "rowSpan": 2, "columnSpan": 2, "text": "$56,651.49", "boundingBox": [ - 4.7074, - 3.3219, - 6.1051, - 3.3219, - 6.1051, - 3.859, - 4.7074, - 3.859 + 4.7094, + 3.311, + 6.1079, + 3.311, + 6.1079, + 3.8534, + 4.7165, + 3.8534 ], "elements": [ "#/readResults/0/lines/16/words/0" @@ -1223,19 +1262,45 @@ "columnIndex": 5, "text": "PT", "boundingBox": [ - 6.1051, - 3.3219, - 7.5038, - 3.3219, - 7.5038, - 3.859, - 6.1051, - 3.859 + 6.1079, + 3.311, + 7.4922, + 3.311, + 7.4922, + 3.6393, + 6.1079, + 3.6393 ], "elements": [ "#/readResults/0/lines/17/words/0" ] + }, + { + "rowIndex": 2, + "columnIndex": 5, + "text": "", + "boundingBox": [ + 6.1079, + 3.6393, + 7.4922, + 3.6393, + 7.4922, + 3.8534, + 6.1079, + 3.8534 + ], + "elements": [] } + ], + "boundingBox": [ + 0.4985, + 2.7802, + 7.4933, + 2.7816, + 7.4913, + 3.8459, + 0.4966, + 3.8447 ] } ] @@ -1247,7 +1312,7 @@ ], "Variables": { "FORM_RECOGNIZER_API_KEY": "Sanitized", - "FORM_RECOGNIZER_ENDPOINT": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/", + "FORM_RECOGNIZER_ENDPOINT": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/", "RandomSeed": "1961779992" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeContentPopulatesFormPagePdf(False)Async.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeContentPopulatesFormPagePdf(False)Async.json index f5511b7cfb81a..e0355911db683 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeContentPopulatesFormPagePdf(False)Async.json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeContentPopulatesFormPagePdf(False)Async.json @@ -1,17 +1,17 @@ { "Entries": [ { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyze", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/layout/analyze", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "22", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-5070073a64d9bb46ae1173b71ba2586a-e397f0a157762c47-00", + "traceparent": "00-f356bac3e603554dbf7f2d59b248a61a-60aba3229f3bf241-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "55ed5e40afbfadd717081e0940780ed9", "x-ms-return-client-request-id": "true" @@ -21,25 +21,25 @@ }, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "b4218631-7d51-4bf8-b12a-02cbb88f67de", + "apim-request-id": "974a85f1-890f-4386-9b36-aad4556138e9", "Content-Length": "0", - "Date": "Wed, 09 Sep 2020 22:35:12 GMT", - "Operation-Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/b4218631-7d51-4bf8-b12a-02cbb88f67de", + "Date": "Fri, 30 Oct 2020 12:46:48 GMT", + "Operation-Location": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/layout/analyzeResults/974a85f1-890f-4386-9b36-aad4556138e9", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "365" + "x-envoy-upstream-service-time": "371" }, "ResponseBody": [] }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/b4218631-7d51-4bf8-b12a-02cbb88f67de", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/layout/analyzeResults/974a85f1-890f-4386-9b36-aad4556138e9", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "fa7bd9688d74e63b3584243e66be66cc", "x-ms-return-client-request-id": "true" @@ -47,29 +47,29 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "3444e324-657a-4c37-ba2b-3b11ed9c4a81", + "apim-request-id": "3a873434-eb76-44d0-9e55-e55e2b3cb9e2", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:35:12 GMT", + "Date": "Fri, 30 Oct 2020 12:46:48 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "12" + "x-envoy-upstream-service-time": "10" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-09-09T22:35:13Z", - "lastUpdatedDateTime": "2020-09-09T22:35:13Z" + "createdDateTime": "2020-10-30T12:46:49Z", + "lastUpdatedDateTime": "2020-10-30T12:46:49Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/b4218631-7d51-4bf8-b12a-02cbb88f67de", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/layout/analyzeResults/974a85f1-890f-4386-9b36-aad4556138e9", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "5412a08fed6c527486c00252e8e76ae1", "x-ms-return-client-request-id": "true" @@ -77,168 +77,108 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "9f36768a-8390-44be-bb3b-eaf42df40574", + "apim-request-id": "70cc7a82-424e-4158-b98d-391bc5696691", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:35:14 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "16" - }, - "ResponseBody": { - "status": "running", - "createdDateTime": "2020-09-09T22:35:13Z", - "lastUpdatedDateTime": "2020-09-09T22:35:13Z" - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/b4218631-7d51-4bf8-b12a-02cbb88f67de", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "819dbb972112b2c62206203b8b994759", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "ee82cd6c-2d6a-48d0-86f9-60a45b258321", - "Content-Length": "106", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:35:15 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "21" - }, - "ResponseBody": { - "status": "running", - "createdDateTime": "2020-09-09T22:35:13Z", - "lastUpdatedDateTime": "2020-09-09T22:35:13Z" - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/b4218631-7d51-4bf8-b12a-02cbb88f67de", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "9f7a52a1b9667b6d642973b38be9fe4d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "ebbea5a0-2f93-4e0d-8d93-b46cc28aaa6f", - "Content-Length": "106", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:35:16 GMT", + "Date": "Fri, 30 Oct 2020 12:46:50 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", "x-envoy-upstream-service-time": "10" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-09-09T22:35:13Z", - "lastUpdatedDateTime": "2020-09-09T22:35:13Z" + "createdDateTime": "2020-10-30T12:46:49Z", + "lastUpdatedDateTime": "2020-10-30T12:46:49Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/b4218631-7d51-4bf8-b12a-02cbb88f67de", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/layout/analyzeResults/974a85f1-890f-4386-9b36-aad4556138e9", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "aba74219e4206db9d95f3265cd39c7ed", + "x-ms-client-request-id": "819dbb972112b2c62206203b8b994759", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "a3736371-08a5-43a0-9b19-7539c24bf503", + "apim-request-id": "bc324951-7c03-4508-8078-be8933bef9dd", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:35:17 GMT", + "Date": "Fri, 30 Oct 2020 12:46:51 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", "x-envoy-upstream-service-time": "11" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-09-09T22:35:13Z", - "lastUpdatedDateTime": "2020-09-09T22:35:13Z" + "createdDateTime": "2020-10-30T12:46:49Z", + "lastUpdatedDateTime": "2020-10-30T12:46:49Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/b4218631-7d51-4bf8-b12a-02cbb88f67de", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/layout/analyzeResults/974a85f1-890f-4386-9b36-aad4556138e9", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "96b1a979cb6ddd7b4e221de9ad132738", + "x-ms-client-request-id": "9f7a52a1b9667b6d642973b38be9fe4d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "d470ddf6-d5d0-497a-a08c-a4580119d927", + "apim-request-id": "0758320d-29e0-4cb9-a3aa-7bc0fff38362", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:35:18 GMT", + "Date": "Fri, 30 Oct 2020 12:46:52 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", "x-envoy-upstream-service-time": "13" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-09-09T22:35:13Z", - "lastUpdatedDateTime": "2020-09-09T22:35:13Z" + "createdDateTime": "2020-10-30T12:46:49Z", + "lastUpdatedDateTime": "2020-10-30T12:46:49Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/b4218631-7d51-4bf8-b12a-02cbb88f67de", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/layout/analyzeResults/974a85f1-890f-4386-9b36-aad4556138e9", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "4821d2089cf2bc38980cc5068707ad2b", + "x-ms-client-request-id": "aba74219e4206db9d95f3265cd39c7ed", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "ffc47948-8239-484d-9133-23d8c62ec381", - "Content-Length": "7909", + "apim-request-id": "f74baa45-7ba5-463c-af0b-a08edac56381", + "Content-Length": "8802", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:35:19 GMT", + "Date": "Fri, 30 Oct 2020 12:46:53 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", "x-envoy-upstream-service-time": "31" }, "ResponseBody": { "status": "succeeded", - "createdDateTime": "2020-09-09T22:35:13Z", - "lastUpdatedDateTime": "2020-09-09T22:35:19Z", + "createdDateTime": "2020-10-30T12:46:49Z", + "lastUpdatedDateTime": "2020-10-30T12:46:53Z", "analyzeResult": { "version": "2.1.0", "readResults": [ @@ -261,6 +201,12 @@ 1.3534 ], "text": "Contoso", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -290,6 +236,12 @@ 1.6154 ], "text": "Address:", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -319,6 +271,12 @@ 1.6155 ], "text": "Invoice For: Microsoft", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -376,6 +334,12 @@ 1.8342 ], "text": "1 Redmond way Suite", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -447,6 +411,12 @@ 1.8459 ], "text": "1020 Enterprise Way", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -504,6 +474,12 @@ 2.0171 ], "text": "6000 Redmond, WA", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -561,6 +537,12 @@ 2.0359 ], "text": "Sunnayvale, CA 87659", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -618,6 +600,12 @@ 2.1911 ], "text": "99243", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -647,6 +635,12 @@ 2.9754 ], "text": "Invoice Number", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -690,6 +684,12 @@ 2.9754 ], "text": "Invoice Date", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -733,6 +733,12 @@ 2.9754 ], "text": "Invoice Due Date", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -790,6 +796,12 @@ 3.0035 ], "text": "Charges", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -819,6 +831,12 @@ 2.9736 ], "text": "VAT ID", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -862,6 +880,12 @@ 3.5144 ], "text": "34278587", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -891,6 +915,12 @@ 3.5144 ], "text": "6/18/2017", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -920,6 +950,12 @@ 3.5144 ], "text": "6/24/2017", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -949,6 +985,12 @@ 3.5321 ], "text": "$56,651.49", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -978,6 +1020,12 @@ 3.5119 ], "text": "PT", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -995,50 +1043,6 @@ } ] } - ], - "selectionMarks": [ - { - "boundingBox": [ - 0, - 9.8562, - 1.1255, - 9.8562, - 1.1255, - 10.9934, - 0, - 10.9934 - ], - "confidence": 0.881, - "state": "unselected" - }, - { - "boundingBox": [ - 0, - 10.4809, - 1.854, - 10.4809, - 1.854, - 10.9976, - 0, - 10.9976 - ], - "confidence": 0.69, - "state": "unselected" - }, - { - "boundingBox": [ - 7.5162, - 10.3545, - 8.4955, - 10.3545, - 8.4955, - 11, - 7.5162, - 11 - ], - "confidence": 0.553, - "state": "unselected" - } ] } ], @@ -1047,7 +1051,7 @@ "page": 1, "tables": [ { - "rows": 2, + "rows": 3, "columns": 6, "cells": [ { @@ -1055,14 +1059,14 @@ "columnIndex": 0, "text": "Invoice Number", "boundingBox": [ - 0.5075, - 2.8088, - 1.9061, - 2.8088, - 1.9061, - 3.3219, - 0.5075, - 3.3219 + 0.5136, + 2.7829, + 1.8978, + 2.79, + 1.8978, + 3.311, + 0.5136, + 3.311 ], "elements": [ "#/readResults/0/lines/8/words/0", @@ -1074,14 +1078,14 @@ "columnIndex": 1, "text": "Invoice Date", "boundingBox": [ - 1.9061, - 2.8088, - 3.3074, - 2.8088, - 3.3074, - 3.3219, - 1.9061, - 3.3219 + 1.8978, + 2.79, + 3.2964, + 2.79, + 3.3036, + 3.311, + 1.8978, + 3.311 ], "elements": [ "#/readResults/0/lines/9/words/0", @@ -1093,14 +1097,14 @@ "columnIndex": 2, "text": "Invoice Due Date", "boundingBox": [ - 3.3074, - 2.8088, - 4.7074, - 2.8088, - 4.7074, - 3.3219, - 3.3074, - 3.3219 + 3.2964, + 2.79, + 4.7022, + 2.79, + 4.7094, + 3.311, + 3.3036, + 3.311 ], "elements": [ "#/readResults/0/lines/10/words/0", @@ -1111,16 +1115,17 @@ { "rowIndex": 0, "columnIndex": 3, + "columnSpan": 2, "text": "Charges", "boundingBox": [ - 4.7074, - 2.8088, - 5.386, - 2.8088, - 5.386, - 3.3219, - 4.7074, - 3.3219 + 4.7022, + 2.79, + 6.1079, + 2.7829, + 6.1079, + 3.311, + 4.7094, + 3.311 ], "elements": [ "#/readResults/0/lines/11/words/0" @@ -1131,14 +1136,14 @@ "columnIndex": 5, "text": "VAT ID", "boundingBox": [ - 6.1051, - 2.8088, - 7.5038, - 2.8088, - 7.5038, - 3.3219, - 6.1051, - 3.3219 + 6.1079, + 2.7829, + 7.485, + 2.7829, + 7.4922, + 3.311, + 6.1079, + 3.311 ], "elements": [ "#/readResults/0/lines/12/words/0", @@ -1148,16 +1153,17 @@ { "rowIndex": 1, "columnIndex": 0, + "rowSpan": 2, "text": "34278587", "boundingBox": [ - 0.5075, - 3.3219, - 1.9061, - 3.3219, - 1.9061, - 3.859, - 0.5075, - 3.859 + 0.5136, + 3.311, + 1.8978, + 3.311, + 1.8978, + 3.8534, + 0.5136, + 3.8534 ], "elements": [ "#/readResults/0/lines/13/words/0" @@ -1166,16 +1172,17 @@ { "rowIndex": 1, "columnIndex": 1, + "rowSpan": 2, "text": "6/18/2017", "boundingBox": [ - 1.9061, - 3.3219, - 3.3074, - 3.3219, - 3.3074, - 3.859, - 1.9061, - 3.859 + 1.8978, + 3.311, + 3.3036, + 3.311, + 3.3036, + 3.8534, + 1.8978, + 3.8534 ], "elements": [ "#/readResults/0/lines/14/words/0" @@ -1184,16 +1191,17 @@ { "rowIndex": 1, "columnIndex": 2, + "rowSpan": 2, "text": "6/24/2017", "boundingBox": [ - 3.3074, - 3.3219, - 4.7074, - 3.3219, - 4.7074, - 3.859, - 3.3074, - 3.859 + 3.3036, + 3.311, + 4.7094, + 3.311, + 4.7165, + 3.8534, + 3.3036, + 3.8534 ], "elements": [ "#/readResults/0/lines/15/words/0" @@ -1202,17 +1210,18 @@ { "rowIndex": 1, "columnIndex": 3, + "rowSpan": 2, "columnSpan": 2, "text": "$56,651.49", "boundingBox": [ - 4.7074, - 3.3219, - 6.1051, - 3.3219, - 6.1051, - 3.859, - 4.7074, - 3.859 + 4.7094, + 3.311, + 6.1079, + 3.311, + 6.1079, + 3.8534, + 4.7165, + 3.8534 ], "elements": [ "#/readResults/0/lines/16/words/0" @@ -1223,19 +1232,45 @@ "columnIndex": 5, "text": "PT", "boundingBox": [ - 6.1051, - 3.3219, - 7.5038, - 3.3219, - 7.5038, - 3.859, - 6.1051, - 3.859 + 6.1079, + 3.311, + 7.4922, + 3.311, + 7.4922, + 3.6393, + 6.1079, + 3.6393 ], "elements": [ "#/readResults/0/lines/17/words/0" ] + }, + { + "rowIndex": 2, + "columnIndex": 5, + "text": "", + "boundingBox": [ + 6.1079, + 3.6393, + 7.4922, + 3.6393, + 7.4922, + 3.8534, + 6.1079, + 3.8534 + ], + "elements": [] } + ], + "boundingBox": [ + 0.4985, + 2.7802, + 7.4933, + 2.7816, + 7.4913, + 3.8459, + 0.4966, + 3.8447 ] } ] @@ -1247,7 +1282,7 @@ ], "Variables": { "FORM_RECOGNIZER_API_KEY": "Sanitized", - "FORM_RECOGNIZER_ENDPOINT": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/", + "FORM_RECOGNIZER_ENDPOINT": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/", "RandomSeed": "207737071" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeContentPopulatesFormPagePdf(True).json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeContentPopulatesFormPagePdf(True).json index bb180982b848c..c8c5b920e8671 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeContentPopulatesFormPagePdf(True).json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeContentPopulatesFormPagePdf(True).json @@ -1,17 +1,17 @@ { "Entries": [ { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyze", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/layout/analyze", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "147362", "Content-Type": "application/pdf", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-0b8ff23c06c20b4c86511b6bc0dcf130-7470a8aa07bd134d-00", + "traceparent": "00-2a8343fdd4afc44eaf980c6da878cce4-20e9caac8646f64a-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "7f32f9a65bd486217881e37d7fd5efed", "x-ms-return-client-request-id": "true" @@ -19,25 +19,25 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "1ae9cfc4-597e-4624-a0db-34852fef37f6", + "apim-request-id": "63960475-8a49-45cc-9b22-ffdb3fcd923a", "Content-Length": "0", - "Date": "Wed, 09 Sep 2020 22:29:59 GMT", - "Operation-Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/1ae9cfc4-597e-4624-a0db-34852fef37f6", + "Date": "Fri, 30 Oct 2020 12:46:19 GMT", + "Operation-Location": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/layout/analyzeResults/63960475-8a49-45cc-9b22-ffdb3fcd923a", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "84" + "x-envoy-upstream-service-time": "76" }, "ResponseBody": [] }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/1ae9cfc4-597e-4624-a0db-34852fef37f6", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/layout/analyzeResults/63960475-8a49-45cc-9b22-ffdb3fcd923a", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "028aa01c1914805860a592f737623c22", "x-ms-return-client-request-id": "true" @@ -45,29 +45,29 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "b19d9f6d-cae4-4c78-a6be-c1c71b9a3de9", + "apim-request-id": "f21526ea-2a2c-478a-9247-3437f8fa1317", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:29:59 GMT", + "Date": "Fri, 30 Oct 2020 12:46:20 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "11" + "x-envoy-upstream-service-time": "12" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-09-09T22:29:59Z", - "lastUpdatedDateTime": "2020-09-09T22:29:59Z" + "createdDateTime": "2020-10-30T12:46:20Z", + "lastUpdatedDateTime": "2020-10-30T12:46:20Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/1ae9cfc4-597e-4624-a0db-34852fef37f6", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/layout/analyzeResults/63960475-8a49-45cc-9b22-ffdb3fcd923a", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "d3fdcfb00fdc634f0ebbaf78a5b9622f", "x-ms-return-client-request-id": "true" @@ -75,29 +75,29 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "37505cee-1ec1-409b-a5e6-78db57f32123", + "apim-request-id": "03cf7c1c-6982-4f8e-83bf-77751af22680", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:30:00 GMT", + "Date": "Fri, 30 Oct 2020 12:46:21 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", "x-envoy-upstream-service-time": "12" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-09-09T22:29:59Z", - "lastUpdatedDateTime": "2020-09-09T22:29:59Z" + "createdDateTime": "2020-10-30T12:46:20Z", + "lastUpdatedDateTime": "2020-10-30T12:46:20Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/1ae9cfc4-597e-4624-a0db-34852fef37f6", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/layout/analyzeResults/63960475-8a49-45cc-9b22-ffdb3fcd923a", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "0cf913d597598dc4a0b21e2ec8294f16", "x-ms-return-client-request-id": "true" @@ -105,29 +105,29 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "faa95694-e57f-4528-b494-d5e54d681748", + "apim-request-id": "f6c01d8b-29cb-443d-bb3a-c39609f445ed", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:30:01 GMT", + "Date": "Fri, 30 Oct 2020 12:46:23 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "15" + "x-envoy-upstream-service-time": "10" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-09-09T22:29:59Z", - "lastUpdatedDateTime": "2020-09-09T22:29:59Z" + "createdDateTime": "2020-10-30T12:46:20Z", + "lastUpdatedDateTime": "2020-10-30T12:46:20Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/1ae9cfc4-597e-4624-a0db-34852fef37f6", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/layout/analyzeResults/63960475-8a49-45cc-9b22-ffdb3fcd923a", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "afcdc1441bd70d115126f45969e0daa7", "x-ms-return-client-request-id": "true" @@ -135,29 +135,29 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "2822c002-d06c-4563-aa46-57e2ecb0fc9b", + "apim-request-id": "91720dc2-b2d2-426a-b13c-8e774ec14de0", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:30:02 GMT", + "Date": "Fri, 30 Oct 2020 12:46:24 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "14" + "x-envoy-upstream-service-time": "11" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-09-09T22:29:59Z", - "lastUpdatedDateTime": "2020-09-09T22:29:59Z" + "createdDateTime": "2020-10-30T12:46:20Z", + "lastUpdatedDateTime": "2020-10-30T12:46:20Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/1ae9cfc4-597e-4624-a0db-34852fef37f6", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/layout/analyzeResults/63960475-8a49-45cc-9b22-ffdb3fcd923a", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "23226342306819c80b6f3329f0209be4", "x-ms-return-client-request-id": "true" @@ -165,78 +165,18 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "f6a8b0fd-eee3-42fa-81ad-57c347cb9e5b", - "Content-Length": "106", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:30:03 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "12" - }, - "ResponseBody": { - "status": "running", - "createdDateTime": "2020-09-09T22:29:59Z", - "lastUpdatedDateTime": "2020-09-09T22:29:59Z" - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/1ae9cfc4-597e-4624-a0db-34852fef37f6", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "e433996cb2ecba5702ecbb32a26b23c0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "f7f3d381-8602-42c0-b69b-11a036c34579", - "Content-Length": "106", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:30:04 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "12" - }, - "ResponseBody": { - "status": "running", - "createdDateTime": "2020-09-09T22:29:59Z", - "lastUpdatedDateTime": "2020-09-09T22:29:59Z" - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/1ae9cfc4-597e-4624-a0db-34852fef37f6", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "65eb76d82b0714adf8b3a467e8e71c30", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "67e02dee-21a4-4f27-b271-0dbe1bcb246f", - "Content-Length": "7909", + "apim-request-id": "6d43db44-a5f3-4375-a1b8-3ef436c9b640", + "Content-Length": "8802", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:30:05 GMT", + "Date": "Fri, 30 Oct 2020 12:46:25 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "20" + "x-envoy-upstream-service-time": "16" }, "ResponseBody": { "status": "succeeded", - "createdDateTime": "2020-09-09T22:29:59Z", - "lastUpdatedDateTime": "2020-09-09T22:30:05Z", + "createdDateTime": "2020-10-30T12:46:20Z", + "lastUpdatedDateTime": "2020-10-30T12:46:24Z", "analyzeResult": { "version": "2.1.0", "readResults": [ @@ -259,6 +199,12 @@ 1.3534 ], "text": "Contoso", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -288,6 +234,12 @@ 1.6154 ], "text": "Address:", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -317,6 +269,12 @@ 1.6155 ], "text": "Invoice For: Microsoft", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -374,6 +332,12 @@ 1.8342 ], "text": "1 Redmond way Suite", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -445,6 +409,12 @@ 1.8459 ], "text": "1020 Enterprise Way", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -502,6 +472,12 @@ 2.0171 ], "text": "6000 Redmond, WA", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -559,6 +535,12 @@ 2.0359 ], "text": "Sunnayvale, CA 87659", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -616,6 +598,12 @@ 2.1911 ], "text": "99243", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -645,6 +633,12 @@ 2.9754 ], "text": "Invoice Number", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -688,6 +682,12 @@ 2.9754 ], "text": "Invoice Date", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -731,6 +731,12 @@ 2.9754 ], "text": "Invoice Due Date", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -788,6 +794,12 @@ 3.0035 ], "text": "Charges", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -817,6 +829,12 @@ 2.9736 ], "text": "VAT ID", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -860,6 +878,12 @@ 3.5144 ], "text": "34278587", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -889,6 +913,12 @@ 3.5144 ], "text": "6/18/2017", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -918,6 +948,12 @@ 3.5144 ], "text": "6/24/2017", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -947,6 +983,12 @@ 3.5321 ], "text": "$56,651.49", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -976,6 +1018,12 @@ 3.5119 ], "text": "PT", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -993,50 +1041,6 @@ } ] } - ], - "selectionMarks": [ - { - "boundingBox": [ - 0, - 9.8562, - 1.1255, - 9.8562, - 1.1255, - 10.9934, - 0, - 10.9934 - ], - "confidence": 0.881, - "state": "unselected" - }, - { - "boundingBox": [ - 0, - 10.4809, - 1.854, - 10.4809, - 1.854, - 10.9976, - 0, - 10.9976 - ], - "confidence": 0.69, - "state": "unselected" - }, - { - "boundingBox": [ - 7.5162, - 10.3545, - 8.4955, - 10.3545, - 8.4955, - 11, - 7.5162, - 11 - ], - "confidence": 0.553, - "state": "unselected" - } ] } ], @@ -1045,7 +1049,7 @@ "page": 1, "tables": [ { - "rows": 2, + "rows": 3, "columns": 6, "cells": [ { @@ -1053,14 +1057,14 @@ "columnIndex": 0, "text": "Invoice Number", "boundingBox": [ - 0.5075, - 2.8088, - 1.9061, - 2.8088, - 1.9061, - 3.3219, - 0.5075, - 3.3219 + 0.5136, + 2.7829, + 1.8978, + 2.79, + 1.8978, + 3.311, + 0.5136, + 3.311 ], "elements": [ "#/readResults/0/lines/8/words/0", @@ -1072,14 +1076,14 @@ "columnIndex": 1, "text": "Invoice Date", "boundingBox": [ - 1.9061, - 2.8088, - 3.3074, - 2.8088, - 3.3074, - 3.3219, - 1.9061, - 3.3219 + 1.8978, + 2.79, + 3.2964, + 2.79, + 3.3036, + 3.311, + 1.8978, + 3.311 ], "elements": [ "#/readResults/0/lines/9/words/0", @@ -1091,14 +1095,14 @@ "columnIndex": 2, "text": "Invoice Due Date", "boundingBox": [ - 3.3074, - 2.8088, - 4.7074, - 2.8088, - 4.7074, - 3.3219, - 3.3074, - 3.3219 + 3.2964, + 2.79, + 4.7022, + 2.79, + 4.7094, + 3.311, + 3.3036, + 3.311 ], "elements": [ "#/readResults/0/lines/10/words/0", @@ -1109,16 +1113,17 @@ { "rowIndex": 0, "columnIndex": 3, + "columnSpan": 2, "text": "Charges", "boundingBox": [ - 4.7074, - 2.8088, - 5.386, - 2.8088, - 5.386, - 3.3219, - 4.7074, - 3.3219 + 4.7022, + 2.79, + 6.1079, + 2.7829, + 6.1079, + 3.311, + 4.7094, + 3.311 ], "elements": [ "#/readResults/0/lines/11/words/0" @@ -1129,14 +1134,14 @@ "columnIndex": 5, "text": "VAT ID", "boundingBox": [ - 6.1051, - 2.8088, - 7.5038, - 2.8088, - 7.5038, - 3.3219, - 6.1051, - 3.3219 + 6.1079, + 2.7829, + 7.485, + 2.7829, + 7.4922, + 3.311, + 6.1079, + 3.311 ], "elements": [ "#/readResults/0/lines/12/words/0", @@ -1146,16 +1151,17 @@ { "rowIndex": 1, "columnIndex": 0, + "rowSpan": 2, "text": "34278587", "boundingBox": [ - 0.5075, - 3.3219, - 1.9061, - 3.3219, - 1.9061, - 3.859, - 0.5075, - 3.859 + 0.5136, + 3.311, + 1.8978, + 3.311, + 1.8978, + 3.8534, + 0.5136, + 3.8534 ], "elements": [ "#/readResults/0/lines/13/words/0" @@ -1164,16 +1170,17 @@ { "rowIndex": 1, "columnIndex": 1, + "rowSpan": 2, "text": "6/18/2017", "boundingBox": [ - 1.9061, - 3.3219, - 3.3074, - 3.3219, - 3.3074, - 3.859, - 1.9061, - 3.859 + 1.8978, + 3.311, + 3.3036, + 3.311, + 3.3036, + 3.8534, + 1.8978, + 3.8534 ], "elements": [ "#/readResults/0/lines/14/words/0" @@ -1182,16 +1189,17 @@ { "rowIndex": 1, "columnIndex": 2, + "rowSpan": 2, "text": "6/24/2017", "boundingBox": [ - 3.3074, - 3.3219, - 4.7074, - 3.3219, - 4.7074, - 3.859, - 3.3074, - 3.859 + 3.3036, + 3.311, + 4.7094, + 3.311, + 4.7165, + 3.8534, + 3.3036, + 3.8534 ], "elements": [ "#/readResults/0/lines/15/words/0" @@ -1200,17 +1208,18 @@ { "rowIndex": 1, "columnIndex": 3, + "rowSpan": 2, "columnSpan": 2, "text": "$56,651.49", "boundingBox": [ - 4.7074, - 3.3219, - 6.1051, - 3.3219, - 6.1051, - 3.859, - 4.7074, - 3.859 + 4.7094, + 3.311, + 6.1079, + 3.311, + 6.1079, + 3.8534, + 4.7165, + 3.8534 ], "elements": [ "#/readResults/0/lines/16/words/0" @@ -1221,19 +1230,45 @@ "columnIndex": 5, "text": "PT", "boundingBox": [ - 6.1051, - 3.3219, - 7.5038, - 3.3219, - 7.5038, - 3.859, - 6.1051, - 3.859 + 6.1079, + 3.311, + 7.4922, + 3.311, + 7.4922, + 3.6393, + 6.1079, + 3.6393 ], "elements": [ "#/readResults/0/lines/17/words/0" ] + }, + { + "rowIndex": 2, + "columnIndex": 5, + "text": "", + "boundingBox": [ + 6.1079, + 3.6393, + 7.4922, + 3.6393, + 7.4922, + 3.8534, + 6.1079, + 3.8534 + ], + "elements": [] } + ], + "boundingBox": [ + 0.4985, + 2.7802, + 7.4933, + 2.7816, + 7.4913, + 3.8459, + 0.4966, + 3.8447 ] } ] @@ -1245,7 +1280,7 @@ ], "Variables": { "FORM_RECOGNIZER_API_KEY": "Sanitized", - "FORM_RECOGNIZER_ENDPOINT": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/", + "FORM_RECOGNIZER_ENDPOINT": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/", "RandomSeed": "910307420" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeContentPopulatesFormPagePdf(True)Async.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeContentPopulatesFormPagePdf(True)Async.json index fcec3ea1c96df..f4aec0b6045b2 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeContentPopulatesFormPagePdf(True)Async.json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeContentPopulatesFormPagePdf(True)Async.json @@ -1,17 +1,17 @@ { "Entries": [ { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyze", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/layout/analyze", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "147362", "Content-Type": "application/pdf", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-8b0a9703c6cb0a46aa9582f222c2e466-5efe8c17eaa79c47-00", + "traceparent": "00-c982174d5f28cd40b57d5bdc5342c41b-0f691fd31d11fc44-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "6a73106b4de94123baca33861a5d6c7f", "x-ms-return-client-request-id": "true" @@ -19,10 +19,10 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "59a5c548-2635-43a7-a93c-72b46041b59a", + "apim-request-id": "ed310278-7544-4a6b-89fd-e422e86b4519", "Content-Length": "0", - "Date": "Wed, 09 Sep 2020 22:35:06 GMT", - "Operation-Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/59a5c548-2635-43a7-a93c-72b46041b59a", + "Date": "Fri, 30 Oct 2020 12:46:42 GMT", + "Operation-Location": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/layout/analyzeResults/ed310278-7544-4a6b-89fd-e422e86b4519", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", "x-envoy-upstream-service-time": "77" @@ -30,14 +30,14 @@ "ResponseBody": [] }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/59a5c548-2635-43a7-a93c-72b46041b59a", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/layout/analyzeResults/ed310278-7544-4a6b-89fd-e422e86b4519", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "122f3fccd305a64aa3a05dd18d65a1c8", "x-ms-return-client-request-id": "true" @@ -45,29 +45,29 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "3fe51d9d-3d11-4b34-bf74-2b779a427d10", + "apim-request-id": "cae383dd-2426-4216-8855-96a6127359b7", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:35:06 GMT", + "Date": "Fri, 30 Oct 2020 12:46:42 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "13" + "x-envoy-upstream-service-time": "8" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-09-09T22:35:06Z", - "lastUpdatedDateTime": "2020-09-09T22:35:06Z" + "createdDateTime": "2020-10-30T12:46:43Z", + "lastUpdatedDateTime": "2020-10-30T12:46:43Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/59a5c548-2635-43a7-a93c-72b46041b59a", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/layout/analyzeResults/ed310278-7544-4a6b-89fd-e422e86b4519", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "f94c59dfcd938c75df7d0eb0ee58e486", "x-ms-return-client-request-id": "true" @@ -75,29 +75,29 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "f9bafbc1-0258-49c0-ba17-a00af97e115c", + "apim-request-id": "9fe4c87a-41ff-421a-ac76-d04bed29cc67", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:35:07 GMT", + "Date": "Fri, 30 Oct 2020 12:46:43 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "10" + "x-envoy-upstream-service-time": "9" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-09-09T22:35:06Z", - "lastUpdatedDateTime": "2020-09-09T22:35:06Z" + "createdDateTime": "2020-10-30T12:46:43Z", + "lastUpdatedDateTime": "2020-10-30T12:46:43Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/59a5c548-2635-43a7-a93c-72b46041b59a", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/layout/analyzeResults/ed310278-7544-4a6b-89fd-e422e86b4519", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "8850605665d89762c6cdc649f052b354", "x-ms-return-client-request-id": "true" @@ -105,29 +105,29 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "29530113-315e-44a1-b1a0-b004d8463636", + "apim-request-id": "a37ccfbc-2c52-465b-821d-ca9d1e4f24cd", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:35:08 GMT", + "Date": "Fri, 30 Oct 2020 12:46:44 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "9" + "x-envoy-upstream-service-time": "11" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-09-09T22:35:06Z", - "lastUpdatedDateTime": "2020-09-09T22:35:06Z" + "createdDateTime": "2020-10-30T12:46:43Z", + "lastUpdatedDateTime": "2020-10-30T12:46:43Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/59a5c548-2635-43a7-a93c-72b46041b59a", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/layout/analyzeResults/ed310278-7544-4a6b-89fd-e422e86b4519", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "c1a66b297310ffebc9a33288c599b74a", "x-ms-return-client-request-id": "true" @@ -135,29 +135,29 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "62b3766e-92bc-46d9-b923-706e07516d00", + "apim-request-id": "45833ad2-2aa0-403f-96b0-63c7c8f58d4e", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:35:09 GMT", + "Date": "Fri, 30 Oct 2020 12:46:46 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "16" + "x-envoy-upstream-service-time": "10" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-09-09T22:35:06Z", - "lastUpdatedDateTime": "2020-09-09T22:35:06Z" + "createdDateTime": "2020-10-30T12:46:43Z", + "lastUpdatedDateTime": "2020-10-30T12:46:43Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/59a5c548-2635-43a7-a93c-72b46041b59a", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/layout/analyzeResults/ed310278-7544-4a6b-89fd-e422e86b4519", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "2c7ad7bc181579f0f7b533c6072c9c8c", "x-ms-return-client-request-id": "true" @@ -165,29 +165,29 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "fe4023f3-c4ee-4e6f-aa3c-f415cecad02b", + "apim-request-id": "067f7da6-db74-44c4-aafb-9a8b2b634aa6", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:35:10 GMT", + "Date": "Fri, 30 Oct 2020 12:46:47 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "11" + "x-envoy-upstream-service-time": "9" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-09-09T22:35:06Z", - "lastUpdatedDateTime": "2020-09-09T22:35:06Z" + "createdDateTime": "2020-10-30T12:46:43Z", + "lastUpdatedDateTime": "2020-10-30T12:46:43Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/59a5c548-2635-43a7-a93c-72b46041b59a", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/layout/analyzeResults/ed310278-7544-4a6b-89fd-e422e86b4519", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "8387b9c922b2e3757551be3432dad22c", "x-ms-return-client-request-id": "true" @@ -195,48 +195,18 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "2a5d045b-6877-461d-a590-635f334f8c50", - "Content-Length": "106", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:35:11 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "12" - }, - "ResponseBody": { - "status": "running", - "createdDateTime": "2020-09-09T22:35:06Z", - "lastUpdatedDateTime": "2020-09-09T22:35:06Z" - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/59a5c548-2635-43a7-a93c-72b46041b59a", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "188c7c1587d7103f7a2cc95b3f25f79d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "540b108f-1574-4bc7-8af7-26c39c873021", - "Content-Length": "7909", + "apim-request-id": "b958fbcf-47b8-4bf2-8dad-ab18cc7e87d5", + "Content-Length": "8802", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:35:12 GMT", + "Date": "Fri, 30 Oct 2020 12:46:48 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": "17" }, "ResponseBody": { "status": "succeeded", - "createdDateTime": "2020-09-09T22:35:06Z", - "lastUpdatedDateTime": "2020-09-09T22:35:12Z", + "createdDateTime": "2020-10-30T12:46:43Z", + "lastUpdatedDateTime": "2020-10-30T12:46:48Z", "analyzeResult": { "version": "2.1.0", "readResults": [ @@ -259,6 +229,12 @@ 1.3534 ], "text": "Contoso", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -288,6 +264,12 @@ 1.6154 ], "text": "Address:", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -317,6 +299,12 @@ 1.6155 ], "text": "Invoice For: Microsoft", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -374,6 +362,12 @@ 1.8342 ], "text": "1 Redmond way Suite", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -445,6 +439,12 @@ 1.8459 ], "text": "1020 Enterprise Way", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -502,6 +502,12 @@ 2.0171 ], "text": "6000 Redmond, WA", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -559,6 +565,12 @@ 2.0359 ], "text": "Sunnayvale, CA 87659", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -616,6 +628,12 @@ 2.1911 ], "text": "99243", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -645,6 +663,12 @@ 2.9754 ], "text": "Invoice Number", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -688,6 +712,12 @@ 2.9754 ], "text": "Invoice Date", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -731,6 +761,12 @@ 2.9754 ], "text": "Invoice Due Date", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -788,6 +824,12 @@ 3.0035 ], "text": "Charges", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -817,6 +859,12 @@ 2.9736 ], "text": "VAT ID", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -860,6 +908,12 @@ 3.5144 ], "text": "34278587", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -889,6 +943,12 @@ 3.5144 ], "text": "6/18/2017", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -918,6 +978,12 @@ 3.5144 ], "text": "6/24/2017", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -947,6 +1013,12 @@ 3.5321 ], "text": "$56,651.49", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -976,6 +1048,12 @@ 3.5119 ], "text": "PT", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -993,50 +1071,6 @@ } ] } - ], - "selectionMarks": [ - { - "boundingBox": [ - 0, - 9.8562, - 1.1255, - 9.8562, - 1.1255, - 10.9934, - 0, - 10.9934 - ], - "confidence": 0.881, - "state": "unselected" - }, - { - "boundingBox": [ - 0, - 10.4809, - 1.854, - 10.4809, - 1.854, - 10.9976, - 0, - 10.9976 - ], - "confidence": 0.69, - "state": "unselected" - }, - { - "boundingBox": [ - 7.5162, - 10.3545, - 8.4955, - 10.3545, - 8.4955, - 11, - 7.5162, - 11 - ], - "confidence": 0.553, - "state": "unselected" - } ] } ], @@ -1045,7 +1079,7 @@ "page": 1, "tables": [ { - "rows": 2, + "rows": 3, "columns": 6, "cells": [ { @@ -1053,14 +1087,14 @@ "columnIndex": 0, "text": "Invoice Number", "boundingBox": [ - 0.5075, - 2.8088, - 1.9061, - 2.8088, - 1.9061, - 3.3219, - 0.5075, - 3.3219 + 0.5136, + 2.7829, + 1.8978, + 2.79, + 1.8978, + 3.311, + 0.5136, + 3.311 ], "elements": [ "#/readResults/0/lines/8/words/0", @@ -1072,14 +1106,14 @@ "columnIndex": 1, "text": "Invoice Date", "boundingBox": [ - 1.9061, - 2.8088, - 3.3074, - 2.8088, - 3.3074, - 3.3219, - 1.9061, - 3.3219 + 1.8978, + 2.79, + 3.2964, + 2.79, + 3.3036, + 3.311, + 1.8978, + 3.311 ], "elements": [ "#/readResults/0/lines/9/words/0", @@ -1091,14 +1125,14 @@ "columnIndex": 2, "text": "Invoice Due Date", "boundingBox": [ - 3.3074, - 2.8088, - 4.7074, - 2.8088, - 4.7074, - 3.3219, - 3.3074, - 3.3219 + 3.2964, + 2.79, + 4.7022, + 2.79, + 4.7094, + 3.311, + 3.3036, + 3.311 ], "elements": [ "#/readResults/0/lines/10/words/0", @@ -1109,16 +1143,17 @@ { "rowIndex": 0, "columnIndex": 3, + "columnSpan": 2, "text": "Charges", "boundingBox": [ - 4.7074, - 2.8088, - 5.386, - 2.8088, - 5.386, - 3.3219, - 4.7074, - 3.3219 + 4.7022, + 2.79, + 6.1079, + 2.7829, + 6.1079, + 3.311, + 4.7094, + 3.311 ], "elements": [ "#/readResults/0/lines/11/words/0" @@ -1129,14 +1164,14 @@ "columnIndex": 5, "text": "VAT ID", "boundingBox": [ - 6.1051, - 2.8088, - 7.5038, - 2.8088, - 7.5038, - 3.3219, - 6.1051, - 3.3219 + 6.1079, + 2.7829, + 7.485, + 2.7829, + 7.4922, + 3.311, + 6.1079, + 3.311 ], "elements": [ "#/readResults/0/lines/12/words/0", @@ -1146,16 +1181,17 @@ { "rowIndex": 1, "columnIndex": 0, + "rowSpan": 2, "text": "34278587", "boundingBox": [ - 0.5075, - 3.3219, - 1.9061, - 3.3219, - 1.9061, - 3.859, - 0.5075, - 3.859 + 0.5136, + 3.311, + 1.8978, + 3.311, + 1.8978, + 3.8534, + 0.5136, + 3.8534 ], "elements": [ "#/readResults/0/lines/13/words/0" @@ -1164,16 +1200,17 @@ { "rowIndex": 1, "columnIndex": 1, + "rowSpan": 2, "text": "6/18/2017", "boundingBox": [ - 1.9061, - 3.3219, - 3.3074, - 3.3219, - 3.3074, - 3.859, - 1.9061, - 3.859 + 1.8978, + 3.311, + 3.3036, + 3.311, + 3.3036, + 3.8534, + 1.8978, + 3.8534 ], "elements": [ "#/readResults/0/lines/14/words/0" @@ -1182,16 +1219,17 @@ { "rowIndex": 1, "columnIndex": 2, + "rowSpan": 2, "text": "6/24/2017", "boundingBox": [ - 3.3074, - 3.3219, - 4.7074, - 3.3219, - 4.7074, - 3.859, - 3.3074, - 3.859 + 3.3036, + 3.311, + 4.7094, + 3.311, + 4.7165, + 3.8534, + 3.3036, + 3.8534 ], "elements": [ "#/readResults/0/lines/15/words/0" @@ -1200,17 +1238,18 @@ { "rowIndex": 1, "columnIndex": 3, + "rowSpan": 2, "columnSpan": 2, "text": "$56,651.49", "boundingBox": [ - 4.7074, - 3.3219, - 6.1051, - 3.3219, - 6.1051, - 3.859, - 4.7074, - 3.859 + 4.7094, + 3.311, + 6.1079, + 3.311, + 6.1079, + 3.8534, + 4.7165, + 3.8534 ], "elements": [ "#/readResults/0/lines/16/words/0" @@ -1221,19 +1260,45 @@ "columnIndex": 5, "text": "PT", "boundingBox": [ - 6.1051, - 3.3219, - 7.5038, - 3.3219, - 7.5038, - 3.859, - 6.1051, - 3.859 + 6.1079, + 3.311, + 7.4922, + 3.311, + 7.4922, + 3.6393, + 6.1079, + 3.6393 ], "elements": [ "#/readResults/0/lines/17/words/0" ] + }, + { + "rowIndex": 2, + "columnIndex": 5, + "text": "", + "boundingBox": [ + 6.1079, + 3.6393, + 7.4922, + 3.6393, + 7.4922, + 3.8534, + 6.1079, + 3.8534 + ], + "elements": [] } + ], + "boundingBox": [ + 0.4985, + 2.7802, + 7.4933, + 2.7816, + 7.4913, + 3.8459, + 0.4966, + 3.8447 ] } ] @@ -1245,7 +1310,7 @@ ], "Variables": { "FORM_RECOGNIZER_API_KEY": "Sanitized", - "FORM_RECOGNIZER_ENDPOINT": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/", + "FORM_RECOGNIZER_ENDPOINT": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/", "RandomSeed": "1963836148" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeContentThrowsForDamagedFile.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeContentThrowsForDamagedFile.json index 839ebb2b3b93d..a6e9d3c274cbd 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeContentThrowsForDamagedFile.json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeContentThrowsForDamagedFile.json @@ -1,17 +1,17 @@ { "Entries": [ { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyze", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/layout/analyze", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "7", "Content-Type": "application/pdf", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-9d7f33c15b20a54b9d3c8556ab7370aa-24f904ab6b5a394a-00", + "traceparent": "00-c4e99235f8671743b2d5d19f6da0c11d-e59a3179fa1e7340-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "4f12a39c2e25754c898fc0118dad94f6", "x-ms-return-client-request-id": "true" @@ -19,10 +19,10 @@ "RequestBody": "JVBERlVVVQ==", "StatusCode": 400, "ResponseHeaders": { - "apim-request-id": "151ae9dc-6cce-4c72-86f2-322f84f440a2", - "Content-Length": "104", + "apim-request-id": "8f7420cf-e609-4fcf-86d7-521d213c6716", + "Content-Length": "270", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:28:31 GMT", + "Date": "Fri, 30 Oct 2020 12:50:42 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", "x-envoy-upstream-service-time": "4" @@ -30,14 +30,14 @@ "ResponseBody": { "error": { "code": "InvalidImage", - "message": "The input data is not a valid image or password protected." + "message": "The file submitted couldn\u0027t be parsed. This can be due to one of the following reasons: the file format is not supported ( Supported formats include JPEG, PNG, BMP, PDF and TIFF), the file is corrupted or password protected." } } } ], "Variables": { "FORM_RECOGNIZER_API_KEY": "Sanitized", - "FORM_RECOGNIZER_ENDPOINT": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/", + "FORM_RECOGNIZER_ENDPOINT": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/", "RandomSeed": "1402749806" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeContentThrowsForDamagedFileAsync.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeContentThrowsForDamagedFileAsync.json index 93feeb4d271e7..7e769c93b5905 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeContentThrowsForDamagedFileAsync.json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeContentThrowsForDamagedFileAsync.json @@ -1,17 +1,17 @@ { "Entries": [ { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyze", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/layout/analyze", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "7", "Content-Type": "application/pdf", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-d568f562538971439c1b2731123da83e-70e8e6b453dceb45-00", + "traceparent": "00-d09ca7551c473145a541f20a7b070f47-4aa5e446b513824a-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "1a96039add4c15f6353ec7154c8a5229", "x-ms-return-client-request-id": "true" @@ -19,25 +19,25 @@ "RequestBody": "JVBERlVVVQ==", "StatusCode": 400, "ResponseHeaders": { - "apim-request-id": "e60ce567-8ab3-4b9f-bd83-842acf8e21d9", - "Content-Length": "104", + "apim-request-id": "fd6a6e92-d2f9-4d96-8763-7557fb2639db", + "Content-Length": "270", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:33:23 GMT", + "Date": "Fri, 30 Oct 2020 12:56:55 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "3" + "x-envoy-upstream-service-time": "6" }, "ResponseBody": { "error": { "code": "InvalidImage", - "message": "The input data is not a valid image or password protected." + "message": "The file submitted couldn\u0027t be parsed. This can be due to one of the following reasons: the file format is not supported ( Supported formats include JPEG, PNG, BMP, PDF and TIFF), the file is corrupted or password protected." } } } ], "Variables": { "FORM_RECOGNIZER_API_KEY": "Sanitized", - "FORM_RECOGNIZER_ENDPOINT": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/", + "FORM_RECOGNIZER_ENDPOINT": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/", "RandomSeed": "842876107" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeContentWithLanguage(%%).json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeContentWithLanguage(%%).json new file mode 100644 index 0000000000000..741727a763709 --- /dev/null +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeContentWithLanguage(%%).json @@ -0,0 +1,3705 @@ +{ + "Entries": [ + { + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/layout/analyze?language=", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Content-Length": "22", + "Content-Type": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "traceparent": "00-16857cbba4020e48b11054f27de39d7e-07aaaaedf41b2640-00", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201111.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "d296e4e67319a75e58269007ef6108ec", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "source": "Sanitized" + }, + "StatusCode": 202, + "ResponseHeaders": { + "apim-request-id": "45fcff6d-4f51-47f2-a3ef-9f4b3374a240", + "Content-Length": "0", + "Date": "Wed, 11 Nov 2020 20:57:05 GMT", + "Operation-Location": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/layout/analyzeResults/45fcff6d-4f51-47f2-a3ef-9f4b3374a240", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "369" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/layout/analyzeResults/45fcff6d-4f51-47f2-a3ef-9f4b3374a240", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201111.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "c75fa6f8ee3894b870687a0c9c7ed416", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "f1cc1ecb-7c76-4727-8d3c-ca83f0ff65af", + "Content-Length": "106", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 11 Nov 2020 20:57:05 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "9" + }, + "ResponseBody": { + "status": "running", + "createdDateTime": "2020-11-11T20:57:05Z", + "lastUpdatedDateTime": "2020-11-11T20:57:05Z" + } + }, + { + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/layout/analyzeResults/45fcff6d-4f51-47f2-a3ef-9f4b3374a240", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201111.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "ce481f95e03454bcb64739c520c4b765", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "19581fd0-5b22-4631-8b83-8a3fa02141d3", + "Content-Length": "106", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 11 Nov 2020 20:57:06 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "8" + }, + "ResponseBody": { + "status": "running", + "createdDateTime": "2020-11-11T20:57:05Z", + "lastUpdatedDateTime": "2020-11-11T20:57:05Z" + } + }, + { + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/layout/analyzeResults/45fcff6d-4f51-47f2-a3ef-9f4b3374a240", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201111.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "c56170692ddaf7fa2c0161b0f9510bda", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "918f41de-2cb9-41f5-b545-d4ac22c8fe5f", + "Content-Length": "106", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 11 Nov 2020 20:57:07 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "10" + }, + "ResponseBody": { + "status": "running", + "createdDateTime": "2020-11-11T20:57:05Z", + "lastUpdatedDateTime": "2020-11-11T20:57:05Z" + } + }, + { + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/layout/analyzeResults/45fcff6d-4f51-47f2-a3ef-9f4b3374a240", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201111.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "cf727a523a1917b8ea0b11f1b4f274ac", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "d7a82f5f-ea48-41eb-a556-4b0fe0a8c409", + "Content-Length": "24387", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 11 Nov 2020 20:57:09 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "20" + }, + "ResponseBody": { + "status": "succeeded", + "createdDateTime": "2020-11-11T20:57:05Z", + "lastUpdatedDateTime": "2020-11-11T20:57:09Z", + "analyzeResult": { + "version": "2.1.0", + "readResults": [ + { + "page": 1, + "angle": 0, + "width": 1700, + "height": 2200, + "unit": "pixel", + "lines": [ + { + "boundingBox": [ + 136, + 139, + 351, + 138, + 351, + 166, + 136, + 166 + ], + "text": "Purchase Order", + "appearance": { + "style": { + "name": "other", + "confidence": 1.0 + } + }, + "words": [ + { + "boundingBox": [ + 137, + 140, + 264, + 139, + 263, + 167, + 137, + 167 + ], + "text": "Purchase", + "confidence": 0.984 + }, + { + "boundingBox": [ + 269, + 139, + 351, + 139, + 351, + 167, + 269, + 167 + ], + "text": "Order", + "confidence": 0.986 + } + ] + }, + { + "boundingBox": [ + 620, + 205, + 1074, + 204, + 1075, + 265, + 620, + 266 + ], + "text": "Hero Limited", + "appearance": { + "style": { + "name": "other", + "confidence": 1.0 + } + }, + "words": [ + { + "boundingBox": [ + 621, + 208, + 794, + 205, + 793, + 266, + 620, + 266 + ], + "text": "Hero", + "confidence": 0.987 + }, + { + "boundingBox": [ + 806, + 205, + 1075, + 205, + 1074, + 266, + 805, + 266 + ], + "text": "Limited", + "confidence": 0.985 + } + ] + }, + { + "boundingBox": [ + 1112, + 321, + 1554, + 321, + 1554, + 369, + 1112, + 369 + ], + "text": "Purchase Order", + "appearance": { + "style": { + "name": "other", + "confidence": 1.0 + } + }, + "words": [ + { + "boundingBox": [ + 1113, + 322, + 1381, + 321, + 1380, + 370, + 1113, + 368 + ], + "text": "Purchase", + "confidence": 0.983 + }, + { + "boundingBox": [ + 1390, + 321, + 1554, + 321, + 1553, + 370, + 1389, + 370 + ], + "text": "Order", + "confidence": 0.983 + } + ] + }, + { + "boundingBox": [ + 163, + 352, + 528, + 350, + 528, + 376, + 163, + 379 + ], + "text": "Company Phone: 555-348-6512", + "appearance": { + "style": { + "name": "other", + "confidence": 0.999 + } + }, + "words": [ + { + "boundingBox": [ + 163, + 353, + 274, + 351, + 275, + 379, + 164, + 378 + ], + "text": "Company", + "confidence": 0.985 + }, + { + "boundingBox": [ + 279, + 351, + 359, + 351, + 360, + 378, + 280, + 378 + ], + "text": "Phone:", + "confidence": 0.984 + }, + { + "boundingBox": [ + 364, + 351, + 528, + 351, + 528, + 374, + 364, + 378 + ], + "text": "555-348-6512", + "confidence": 0.975 + } + ] + }, + { + "boundingBox": [ + 166, + 393, + 533, + 393, + 533, + 418, + 166, + 418 + ], + "text": "Website: www.herolimited.com", + "appearance": { + "style": { + "name": "other", + "confidence": 0.999 + } + }, + "words": [ + { + "boundingBox": [ + 167, + 394, + 269, + 393, + 269, + 418, + 167, + 417 + ], + "text": "Website:", + "confidence": 0.981 + }, + { + "boundingBox": [ + 273, + 393, + 531, + 393, + 530, + 418, + 273, + 418 + ], + "text": "www.herolimited.com", + "confidence": 0.945 + } + ] + }, + { + "boundingBox": [ + 165, + 435, + 237, + 435, + 237, + 460, + 165, + 460 + ], + "text": "Email:", + "appearance": { + "style": { + "name": "other", + "confidence": 0.99 + } + }, + "words": [ + { + "boundingBox": [ + 165, + 435, + 237, + 435, + 237, + 460, + 165, + 460 + ], + "text": "Email:", + "confidence": 0.985 + } + ] + }, + { + "boundingBox": [ + 1024, + 419, + 1317, + 420, + 1317, + 448, + 1024, + 448 + ], + "text": "Dated As: 12/20/2020", + "appearance": { + "style": { + "name": "other", + "confidence": 0.998 + } + }, + "words": [ + { + "boundingBox": [ + 1025, + 421, + 1108, + 420, + 1108, + 448, + 1025, + 448 + ], + "text": "Dated", + "confidence": 0.986 + }, + { + "boundingBox": [ + 1114, + 420, + 1160, + 420, + 1160, + 448, + 1114, + 448 + ], + "text": "As:", + "confidence": 0.987 + }, + { + "boundingBox": [ + 1165, + 420, + 1317, + 421, + 1316, + 449, + 1165, + 448 + ], + "text": "12/20/2020", + "confidence": 0.982 + } + ] + }, + { + "boundingBox": [ + 164, + 479, + 482, + 478, + 483, + 502, + 164, + 503 + ], + "text": "accounts@herolimited.com", + "appearance": { + "style": { + "name": "other", + "confidence": 0.999 + } + }, + "words": [ + { + "boundingBox": [ + 164, + 481, + 478, + 479, + 478, + 503, + 165, + 503 + ], + "text": "accounts@herolimited.com", + "confidence": 0.952 + } + ] + }, + { + "boundingBox": [ + 1023, + 461, + 1376, + 461, + 1376, + 489, + 1023, + 488 + ], + "text": "Purchase Order #: 948284", + "appearance": { + "style": { + "name": "other", + "confidence": 0.999 + } + }, + "words": [ + { + "boundingBox": [ + 1023, + 461, + 1152, + 461, + 1152, + 489, + 1023, + 488 + ], + "text": "Purchase", + "confidence": 0.984 + }, + { + "boundingBox": [ + 1157, + 461, + 1238, + 461, + 1239, + 489, + 1157, + 489 + ], + "text": "Order", + "confidence": 0.986 + }, + { + "boundingBox": [ + 1244, + 461, + 1272, + 461, + 1272, + 489, + 1244, + 489 + ], + "text": "#:", + "confidence": 0.987 + }, + { + "boundingBox": [ + 1277, + 461, + 1376, + 462, + 1376, + 489, + 1277, + 489 + ], + "text": "948284", + "confidence": 0.983 + } + ] + }, + { + "boundingBox": [ + 167, + 547, + 397, + 546, + 397, + 591, + 167, + 592 + ], + "text": "Shipped To", + "appearance": { + "style": { + "name": "other", + "confidence": 1.0 + } + }, + "words": [ + { + "boundingBox": [ + 167, + 547, + 333, + 547, + 332, + 592, + 168, + 592 + ], + "text": "Shipped", + "confidence": 0.985 + }, + { + "boundingBox": [ + 341, + 547, + 397, + 547, + 396, + 591, + 341, + 592 + ], + "text": "To", + "confidence": 0.988 + } + ] + }, + { + "boundingBox": [ + 159, + 609, + 520, + 609, + 520, + 638, + 159, + 638 + ], + "text": "Vendor Name: Hillary Swank", + "appearance": { + "style": { + "name": "other", + "confidence": 0.999 + } + }, + "words": [ + { + "boundingBox": [ + 160, + 611, + 254, + 610, + 254, + 638, + 160, + 637 + ], + "text": "Vendor", + "confidence": 0.982 + }, + { + "boundingBox": [ + 259, + 610, + 344, + 609, + 344, + 639, + 259, + 638 + ], + "text": "Name:", + "confidence": 0.986 + }, + { + "boundingBox": [ + 350, + 609, + 430, + 609, + 430, + 639, + 349, + 639 + ], + "text": "Hillary", + "confidence": 0.985 + }, + { + "boundingBox": [ + 435, + 609, + 521, + 610, + 520, + 639, + 435, + 639 + ], + "text": "Swank", + "confidence": 0.986 + } + ] + }, + { + "boundingBox": [ + 159, + 647, + 629, + 646, + 629, + 677, + 160, + 679 + ], + "text": "Company Name: Higgly Wiggly Books", + "appearance": { + "style": { + "name": "other", + "confidence": 1.0 + } + }, + "words": [ + { + "boundingBox": [ + 160, + 649, + 278, + 647, + 279, + 678, + 161, + 676 + ], + "text": "Company", + "confidence": 0.985 + }, + { + "boundingBox": [ + 284, + 647, + 370, + 647, + 370, + 679, + 284, + 678 + ], + "text": "Name:", + "confidence": 0.983 + }, + { + "boundingBox": [ + 375, + 647, + 453, + 646, + 453, + 679, + 375, + 679 + ], + "text": "Higgly", + "confidence": 0.986 + }, + { + "boundingBox": [ + 459, + 646, + 545, + 646, + 544, + 678, + 459, + 679 + ], + "text": "Wiggly", + "confidence": 0.986 + }, + { + "boundingBox": [ + 550, + 646, + 629, + 646, + 628, + 676, + 550, + 678 + ], + "text": "Books", + "confidence": 0.986 + } + ] + }, + { + "boundingBox": [ + 160, + 684, + 526, + 684, + 526, + 712, + 160, + 711 + ], + "text": "Address: 938 NE Burner Road", + "appearance": { + "style": { + "name": "other", + "confidence": 0.999 + } + }, + "words": [ + { + "boundingBox": [ + 161, + 685, + 269, + 685, + 268, + 712, + 160, + 711 + ], + "text": "Address:", + "confidence": 0.981 + }, + { + "boundingBox": [ + 274, + 685, + 324, + 685, + 323, + 713, + 273, + 712 + ], + "text": "938", + "confidence": 0.987 + }, + { + "boundingBox": [ + 329, + 685, + 365, + 685, + 364, + 713, + 328, + 713 + ], + "text": "NE", + "confidence": 0.988 + }, + { + "boundingBox": [ + 370, + 685, + 455, + 685, + 455, + 713, + 369, + 713 + ], + "text": "Burner", + "confidence": 0.985 + }, + { + "boundingBox": [ + 460, + 685, + 527, + 685, + 527, + 713, + 460, + 713 + ], + "text": "Road", + "confidence": 0.987 + } + ] + }, + { + "boundingBox": [ + 279, + 722, + 566, + 721, + 566, + 750, + 279, + 751 + ], + "text": "Boulder City, CO 92848", + "appearance": { + "style": { + "name": "other", + "confidence": 1.0 + } + }, + "words": [ + { + "boundingBox": [ + 279, + 722, + 371, + 722, + 372, + 751, + 280, + 750 + ], + "text": "Boulder", + "confidence": 0.985 + }, + { + "boundingBox": [ + 377, + 722, + 433, + 722, + 434, + 751, + 378, + 751 + ], + "text": "City,", + "confidence": 0.986 + }, + { + "boundingBox": [ + 439, + 722, + 477, + 722, + 477, + 751, + 439, + 751 + ], + "text": "CO", + "confidence": 0.988 + }, + { + "boundingBox": [ + 482, + 722, + 565, + 722, + 565, + 749, + 482, + 751 + ], + "text": "92848", + "confidence": 0.976 + } + ] + }, + { + "boundingBox": [ + 612, + 721, + 885, + 721, + 885, + 747, + 612, + 748 + ], + "text": "Phone: 938-294-2949", + "appearance": { + "style": { + "name": "other", + "confidence": 0.998 + } + }, + "words": [ + { + "boundingBox": [ + 613, + 722, + 702, + 722, + 702, + 749, + 613, + 749 + ], + "text": "Phone:", + "confidence": 0.983 + }, + { + "boundingBox": [ + 708, + 722, + 885, + 722, + 884, + 748, + 708, + 749 + ], + "text": "938-294-2949", + "confidence": 0.976 + } + ] + }, + { + "boundingBox": [ + 167, + 784, + 453, + 784, + 453, + 829, + 167, + 830 + ], + "text": "Shipped From", + "appearance": { + "style": { + "name": "other", + "confidence": 0.999 + } + }, + "words": [ + { + "boundingBox": [ + 167, + 784, + 330, + 785, + 330, + 830, + 169, + 830 + ], + "text": "Shipped", + "confidence": 0.982 + }, + { + "boundingBox": [ + 339, + 785, + 448, + 785, + 448, + 826, + 339, + 830 + ], + "text": "From", + "confidence": 0.987 + } + ] + }, + { + "boundingBox": [ + 165, + 852, + 445, + 851, + 445, + 878, + 165, + 879 + ], + "text": "Name: Bernie Sanders", + "appearance": { + "style": { + "name": "other", + "confidence": 1.0 + } + }, + "words": [ + { + "boundingBox": [ + 166, + 853, + 250, + 853, + 250, + 879, + 166, + 879 + ], + "text": "Name:", + "confidence": 0.983 + }, + { + "boundingBox": [ + 255, + 852, + 338, + 852, + 337, + 880, + 255, + 879 + ], + "text": "Bernie", + "confidence": 0.985 + }, + { + "boundingBox": [ + 343, + 852, + 446, + 852, + 445, + 879, + 343, + 880 + ], + "text": "Sanders", + "confidence": 0.983 + } + ] + }, + { + "boundingBox": [ + 164, + 889, + 629, + 889, + 629, + 919, + 164, + 919 + ], + "text": "Company Name: Jupiter Book Supply", + "appearance": { + "style": { + "name": "other", + "confidence": 1.0 + } + }, + "words": [ + { + "boundingBox": [ + 164, + 890, + 282, + 890, + 283, + 919, + 165, + 919 + ], + "text": "Company", + "confidence": 0.984 + }, + { + "boundingBox": [ + 288, + 890, + 374, + 889, + 375, + 919, + 289, + 919 + ], + "text": "Name:", + "confidence": 0.985 + }, + { + "boundingBox": [ + 380, + 889, + 466, + 889, + 466, + 919, + 380, + 919 + ], + "text": "Jupiter", + "confidence": 0.983 + }, + { + "boundingBox": [ + 471, + 889, + 536, + 889, + 536, + 920, + 472, + 919 + ], + "text": "Book", + "confidence": 0.983 + }, + { + "boundingBox": [ + 542, + 889, + 630, + 890, + 629, + 920, + 542, + 920 + ], + "text": "Supply", + "confidence": 0.986 + } + ] + }, + { + "boundingBox": [ + 165, + 925, + 521, + 926, + 521, + 953, + 165, + 952 + ], + "text": "Address: 383 N Kinnick Road", + "appearance": { + "style": { + "name": "other", + "confidence": 0.999 + } + }, + "words": [ + { + "boundingBox": [ + 166, + 926, + 273, + 925, + 273, + 953, + 166, + 953 + ], + "text": "Address:", + "confidence": 0.982 + }, + { + "boundingBox": [ + 279, + 925, + 327, + 925, + 327, + 953, + 278, + 953 + ], + "text": "383", + "confidence": 0.987 + }, + { + "boundingBox": [ + 332, + 926, + 353, + 926, + 353, + 953, + 332, + 953 + ], + "text": "N", + "confidence": 0.983 + }, + { + "boundingBox": [ + 358, + 926, + 448, + 926, + 448, + 954, + 358, + 953 + ], + "text": "Kinnick", + "confidence": 0.984 + }, + { + "boundingBox": [ + 453, + 926, + 521, + 927, + 520, + 954, + 453, + 954 + ], + "text": "Road", + "confidence": 0.987 + } + ] + }, + { + "boundingBox": [ + 280, + 963, + 514, + 962, + 514, + 990, + 281, + 991 + ], + "text": "Seattle, WA 38383", + "appearance": { + "style": { + "name": "other", + "confidence": 0.999 + } + }, + "words": [ + { + "boundingBox": [ + 281, + 965, + 377, + 964, + 378, + 991, + 283, + 991 + ], + "text": "Seattle,", + "confidence": 0.981 + }, + { + "boundingBox": [ + 382, + 964, + 429, + 964, + 430, + 991, + 383, + 991 + ], + "text": "WA", + "confidence": 0.988 + }, + { + "boundingBox": [ + 434, + 964, + 514, + 962, + 514, + 990, + 435, + 991 + ], + "text": "38383", + "confidence": 0.975 + } + ] + }, + { + "boundingBox": [ + 760, + 963, + 1032, + 963, + 1032, + 989, + 760, + 990 + ], + "text": "Phone: 932-299-0292", + "appearance": { + "style": { + "name": "other", + "confidence": 0.997 + } + }, + "words": [ + { + "boundingBox": [ + 760, + 964, + 849, + 964, + 849, + 990, + 760, + 990 + ], + "text": "Phone:", + "confidence": 0.983 + }, + { + "boundingBox": [ + 855, + 964, + 1033, + 963, + 1032, + 990, + 854, + 990 + ], + "text": "932-299-0292", + "confidence": 0.978 + } + ] + }, + { + "boundingBox": [ + 446, + 1047, + 558, + 1047, + 558, + 1077, + 446, + 1077 + ], + "text": "Details", + "appearance": { + "style": { + "name": "other", + "confidence": 0.999 + } + }, + "words": [ + { + "boundingBox": [ + 447, + 1048, + 558, + 1048, + 558, + 1077, + 446, + 1078 + ], + "text": "Details", + "confidence": 0.985 + } + ] + }, + { + "boundingBox": [ + 885, + 1047, + 1034, + 1047, + 1034, + 1083, + 886, + 1083 + ], + "text": "Quantity", + "appearance": { + "style": { + "name": "other", + "confidence": 1.0 + } + }, + "words": [ + { + "boundingBox": [ + 886, + 1048, + 1034, + 1047, + 1034, + 1084, + 886, + 1084 + ], + "text": "Quantity", + "confidence": 0.981 + } + ] + }, + { + "boundingBox": [ + 1111, + 1047, + 1270, + 1047, + 1269, + 1078, + 1111, + 1077 + ], + "text": "Unit Price", + "appearance": { + "style": { + "name": "other", + "confidence": 1.0 + } + }, + "words": [ + { + "boundingBox": [ + 1112, + 1047, + 1181, + 1047, + 1180, + 1078, + 1111, + 1078 + ], + "text": "Unit", + "confidence": 0.987 + }, + { + "boundingBox": [ + 1187, + 1047, + 1270, + 1049, + 1269, + 1078, + 1186, + 1078 + ], + "text": "Price", + "confidence": 0.986 + } + ] + }, + { + "boundingBox": [ + 1382, + 1047, + 1468, + 1047, + 1467, + 1077, + 1382, + 1077 + ], + "text": "Total", + "appearance": { + "style": { + "name": "other", + "confidence": 0.997 + } + }, + "words": [ + { + "boundingBox": [ + 1384, + 1047, + 1468, + 1047, + 1468, + 1077, + 1384, + 1077 + ], + "text": "Total", + "confidence": 0.986 + } + ] + }, + { + "boundingBox": [ + 172, + 1093, + 279, + 1095, + 279, + 1123, + 172, + 1121 + ], + "text": "Bindings", + "appearance": { + "style": { + "name": "other", + "confidence": 1.0 + } + }, + "words": [ + { + "boundingBox": [ + 172, + 1094, + 278, + 1097, + 278, + 1123, + 173, + 1122 + ], + "text": "Bindings", + "confidence": 0.984 + } + ] + }, + { + "boundingBox": [ + 859, + 1094, + 893, + 1094, + 893, + 1119, + 859, + 1119 + ], + "text": "20", + "appearance": { + "style": { + "name": "other", + "confidence": 0.959 + } + }, + "words": [ + { + "boundingBox": [ + 861, + 1094, + 892, + 1094, + 892, + 1119, + 861, + 1119 + ], + "text": "20", + "confidence": 0.988 + } + ] + }, + { + "boundingBox": [ + 1240, + 1096, + 1295, + 1094, + 1294, + 1118, + 1241, + 1118 + ], + "text": "1.00", + "appearance": { + "style": { + "name": "other", + "confidence": 1.0 + } + }, + "words": [ + { + "boundingBox": [ + 1241, + 1095, + 1293, + 1094, + 1294, + 1117, + 1242, + 1118 + ], + "text": "1.00", + "confidence": 0.986 + } + ] + }, + { + "boundingBox": [ + 1458, + 1095, + 1530, + 1095, + 1530, + 1119, + 1458, + 1119 + ], + "text": "20.00", + "appearance": { + "style": { + "name": "other", + "confidence": 1.0 + } + }, + "words": [ + { + "boundingBox": [ + 1458, + 1096, + 1531, + 1095, + 1530, + 1120, + 1459, + 1119 + ], + "text": "20.00", + "confidence": 0.983 + } + ] + }, + { + "boundingBox": [ + 169, + 1135, + 332, + 1134, + 333, + 1160, + 169, + 1161 + ], + "text": "Covers Small", + "appearance": { + "style": { + "name": "other", + "confidence": 0.999 + } + }, + "words": [ + { + "boundingBox": [ + 170, + 1136, + 254, + 1136, + 253, + 1161, + 170, + 1161 + ], + "text": "Covers", + "confidence": 0.985 + }, + { + "boundingBox": [ + 259, + 1136, + 333, + 1135, + 332, + 1161, + 258, + 1161 + ], + "text": "Small", + "confidence": 0.982 + } + ] + }, + { + "boundingBox": [ + 859, + 1135, + 894, + 1135, + 891, + 1160, + 860, + 1160 + ], + "text": "20", + "appearance": { + "style": { + "name": "other", + "confidence": 0.952 + } + }, + "words": [ + { + "boundingBox": [ + 861, + 1135, + 894, + 1135, + 894, + 1160, + 861, + 1160 + ], + "text": "20", + "confidence": 0.988 + } + ] + }, + { + "boundingBox": [ + 1239, + 1135, + 1295, + 1135, + 1294, + 1159, + 1239, + 1160 + ], + "text": "1.00", + "appearance": { + "style": { + "name": "other", + "confidence": 0.999 + } + }, + "words": [ + { + "boundingBox": [ + 1240, + 1135, + 1294, + 1135, + 1294, + 1159, + 1241, + 1160 + ], + "text": "1.00", + "confidence": 0.986 + } + ] + }, + { + "boundingBox": [ + 1458, + 1135, + 1530, + 1135, + 1530, + 1159, + 1459, + 1160 + ], + "text": "20.00", + "appearance": { + "style": { + "name": "other", + "confidence": 0.999 + } + }, + "words": [ + { + "boundingBox": [ + 1458, + 1135, + 1529, + 1135, + 1530, + 1159, + 1458, + 1160 + ], + "text": "20.00", + "confidence": 0.985 + } + ] + }, + { + "boundingBox": [ + 173, + 1178, + 403, + 1177, + 403, + 1205, + 173, + 1206 + ], + "text": "Feather Bookmark", + "appearance": { + "style": { + "name": "other", + "confidence": 1.0 + } + }, + "words": [ + { + "boundingBox": [ + 173, + 1180, + 266, + 1179, + 267, + 1206, + 174, + 1206 + ], + "text": "Feather", + "confidence": 0.983 + }, + { + "boundingBox": [ + 271, + 1179, + 402, + 1178, + 403, + 1206, + 272, + 1206 + ], + "text": "Bookmark", + "confidence": 0.984 + } + ] + }, + { + "boundingBox": [ + 860, + 1179, + 892, + 1179, + 891, + 1204, + 860, + 1203 + ], + "text": "20", + "appearance": { + "style": { + "name": "other", + "confidence": 0.842 + } + }, + "words": [ + { + "boundingBox": [ + 863, + 1179, + 892, + 1179, + 891, + 1204, + 863, + 1204 + ], + "text": "20", + "confidence": 0.986 + } + ] + }, + { + "boundingBox": [ + 1239, + 1179, + 1295, + 1178, + 1295, + 1203, + 1239, + 1204 + ], + "text": "5.00", + "appearance": { + "style": { + "name": "other", + "confidence": 0.998 + } + }, + "words": [ + { + "boundingBox": [ + 1239, + 1179, + 1294, + 1178, + 1294, + 1203, + 1239, + 1204 + ], + "text": "5.00", + "confidence": 0.986 + } + ] + }, + { + "boundingBox": [ + 1442, + 1180, + 1530, + 1180, + 1530, + 1203, + 1443, + 1204 + ], + "text": "100.00", + "appearance": { + "style": { + "name": "other", + "confidence": 1.0 + } + }, + "words": [ + { + "boundingBox": [ + 1443, + 1181, + 1529, + 1180, + 1529, + 1204, + 1443, + 1205 + ], + "text": "100.00", + "confidence": 0.984 + } + ] + }, + { + "boundingBox": [ + 169, + 1223, + 429, + 1222, + 430, + 1249, + 169, + 1253 + ], + "text": "Copper Swirl Marker", + "appearance": { + "style": { + "name": "other", + "confidence": 1.0 + } + }, + "words": [ + { + "boundingBox": [ + 170, + 1223, + 259, + 1222, + 259, + 1252, + 170, + 1253 + ], + "text": "Copper", + "confidence": 0.985 + }, + { + "boundingBox": [ + 265, + 1222, + 328, + 1222, + 328, + 1251, + 265, + 1252 + ], + "text": "Swirl", + "confidence": 0.986 + }, + { + "boundingBox": [ + 334, + 1222, + 429, + 1223, + 428, + 1248, + 334, + 1251 + ], + "text": "Marker", + "confidence": 0.983 + } + ] + }, + { + "boundingBox": [ + 860, + 1223, + 893, + 1223, + 893, + 1247, + 860, + 1247 + ], + "text": "20", + "appearance": { + "style": { + "name": "other", + "confidence": 0.985 + } + }, + "words": [ + { + "boundingBox": [ + 860, + 1223, + 892, + 1223, + 892, + 1247, + 860, + 1247 + ], + "text": "20", + "confidence": 0.988 + } + ] + }, + { + "boundingBox": [ + 1239, + 1221, + 1294, + 1222, + 1294, + 1246, + 1239, + 1247 + ], + "text": "5.00", + "appearance": { + "style": { + "name": "other", + "confidence": 0.996 + } + }, + "words": [ + { + "boundingBox": [ + 1239, + 1221, + 1293, + 1221, + 1293, + 1247, + 1239, + 1247 + ], + "text": "5.00", + "confidence": 0.983 + } + ] + }, + { + "boundingBox": [ + 1443, + 1223, + 1530, + 1222, + 1530, + 1246, + 1444, + 1247 + ], + "text": "100.00", + "appearance": { + "style": { + "name": "other", + "confidence": 1.0 + } + }, + "words": [ + { + "boundingBox": [ + 1444, + 1224, + 1530, + 1223, + 1529, + 1247, + 1444, + 1248 + ], + "text": "100.00", + "confidence": 0.982 + } + ] + }, + { + "boundingBox": [ + 1146, + 1573, + 1296, + 1573, + 1296, + 1600, + 1146, + 1600 + ], + "text": "SUBTOTAL", + "appearance": { + "style": { + "name": "other", + "confidence": 0.998 + } + }, + "words": [ + { + "boundingBox": [ + 1147, + 1575, + 1295, + 1575, + 1294, + 1600, + 1147, + 1600 + ], + "text": "SUBTOTAL", + "confidence": 0.984 + } + ] + }, + { + "boundingBox": [ + 1426, + 1571, + 1530, + 1571, + 1530, + 1597, + 1426, + 1598 + ], + "text": "$140.00", + "appearance": { + "style": { + "name": "other", + "confidence": 0.997 + } + }, + "words": [ + { + "boundingBox": [ + 1426, + 1572, + 1531, + 1572, + 1531, + 1597, + 1427, + 1599 + ], + "text": "$140.00", + "confidence": 0.982 + } + ] + }, + { + "boundingBox": [ + 1236, + 1618, + 1296, + 1618, + 1295, + 1643, + 1236, + 1643 + ], + "text": "TAX", + "appearance": { + "style": { + "name": "other", + "confidence": 1.0 + } + }, + "words": [ + { + "boundingBox": [ + 1238, + 1618, + 1296, + 1618, + 1296, + 1643, + 1238, + 1643 + ], + "text": "TAX", + "confidence": 0.987 + } + ] + }, + { + "boundingBox": [ + 1458, + 1615, + 1529, + 1615, + 1528, + 1641, + 1458, + 1643 + ], + "text": "$4.00", + "appearance": { + "style": { + "name": "other", + "confidence": 0.998 + } + }, + "words": [ + { + "boundingBox": [ + 1458, + 1615, + 1529, + 1615, + 1529, + 1642, + 1458, + 1643 + ], + "text": "$4.00", + "confidence": 0.983 + } + ] + }, + { + "boundingBox": [ + 484, + 1670, + 764, + 1670, + 764, + 1707, + 484, + 1706 + ], + "text": "Bernie Sanders", + "appearance": { + "style": { + "name": "handwriting", + "confidence": 0.793 + } + }, + "words": [ + { + "boundingBox": [ + 489, + 1671, + 609, + 1671, + 609, + 1706, + 489, + 1706 + ], + "text": "Bernie", + "confidence": 0.979 + }, + { + "boundingBox": [ + 616, + 1671, + 764, + 1670, + 765, + 1708, + 616, + 1706 + ], + "text": "Sanders", + "confidence": 0.979 + } + ] + }, + { + "boundingBox": [ + 1203, + 1673, + 1297, + 1673, + 1297, + 1698, + 1204, + 1699 + ], + "text": "TOTAL", + "appearance": { + "style": { + "name": "other", + "confidence": 1.0 + } + }, + "words": [ + { + "boundingBox": [ + 1204, + 1674, + 1297, + 1673, + 1297, + 1699, + 1205, + 1699 + ], + "text": "TOTAL", + "confidence": 0.983 + } + ] + }, + { + "boundingBox": [ + 1427, + 1670, + 1529, + 1669, + 1530, + 1696, + 1427, + 1697 + ], + "text": "$144.00", + "appearance": { + "style": { + "name": "other", + "confidence": 0.995 + } + }, + "words": [ + { + "boundingBox": [ + 1427, + 1671, + 1529, + 1669, + 1529, + 1697, + 1429, + 1698 + ], + "text": "$144.00", + "confidence": 0.984 + } + ] + }, + { + "boundingBox": [ + 542, + 1718, + 718, + 1719, + 718, + 1742, + 542, + 1741 + ], + "text": "Bernie Sanders", + "appearance": { + "style": { + "name": "other", + "confidence": 1.0 + } + }, + "words": [ + { + "boundingBox": [ + 542, + 1719, + 617, + 1719, + 618, + 1742, + 544, + 1742 + ], + "text": "Bernie", + "confidence": 0.985 + }, + { + "boundingBox": [ + 621, + 1719, + 717, + 1719, + 717, + 1743, + 622, + 1742 + ], + "text": "Sanders", + "confidence": 0.985 + } + ] + }, + { + "boundingBox": [ + 577, + 1753, + 681, + 1755, + 681, + 1778, + 577, + 1776 + ], + "text": "Manager", + "appearance": { + "style": { + "name": "other", + "confidence": 0.999 + } + }, + "words": [ + { + "boundingBox": [ + 577, + 1754, + 681, + 1756, + 680, + 1778, + 578, + 1776 + ], + "text": "Manager", + "confidence": 0.985 + } + ] + }, + { + "boundingBox": [ + 172, + 1796, + 478, + 1796, + 478, + 1832, + 172, + 1831 + ], + "text": "Additional Notes:", + "appearance": { + "style": { + "name": "other", + "confidence": 0.998 + } + }, + "words": [ + { + "boundingBox": [ + 173, + 1796, + 355, + 1796, + 354, + 1832, + 173, + 1831 + ], + "text": "Additional", + "confidence": 0.98 + }, + { + "boundingBox": [ + 361, + 1796, + 479, + 1797, + 478, + 1833, + 361, + 1832 + ], + "text": "Notes:", + "confidence": 0.985 + } + ] + }, + { + "boundingBox": [ + 174, + 1879, + 707, + 1880, + 707, + 1911, + 174, + 1908 + ], + "text": "Do not Jostle Box. Unpack carefully. Enjoy.", + "appearance": { + "style": { + "name": "other", + "confidence": 1.0 + } + }, + "words": [ + { + "boundingBox": [ + 175, + 1881, + 205, + 1881, + 205, + 1907, + 175, + 1907 + ], + "text": "Do", + "confidence": 0.988 + }, + { + "boundingBox": [ + 210, + 1881, + 256, + 1880, + 257, + 1908, + 210, + 1907 + ], + "text": "not", + "confidence": 0.987 + }, + { + "boundingBox": [ + 261, + 1880, + 335, + 1880, + 335, + 1909, + 262, + 1908 + ], + "text": "Jostle", + "confidence": 0.982 + }, + { + "boundingBox": [ + 340, + 1880, + 401, + 1880, + 402, + 1909, + 340, + 1909 + ], + "text": "Box.", + "confidence": 0.986 + }, + { + "boundingBox": [ + 406, + 1880, + 500, + 1880, + 500, + 1910, + 407, + 1909 + ], + "text": "Unpack", + "confidence": 0.985 + }, + { + "boundingBox": [ + 505, + 1880, + 623, + 1880, + 623, + 1911, + 505, + 1910 + ], + "text": "carefully.", + "confidence": 0.975 + }, + { + "boundingBox": [ + 628, + 1880, + 707, + 1881, + 707, + 1912, + 628, + 1911 + ], + "text": "Enjoy.", + "confidence": 0.984 + } + ] + }, + { + "boundingBox": [ + 168, + 1923, + 1510, + 1923, + 1510, + 1957, + 168, + 1958 + ], + "text": "Jupiter Book Supply will refund you 50% per book if returned within 60 days of reading and", + "appearance": { + "style": { + "name": "other", + "confidence": 0.998 + } + }, + "words": [ + { + "boundingBox": [ + 169, + 1924, + 270, + 1924, + 270, + 1959, + 169, + 1959 + ], + "text": "Jupiter", + "confidence": 0.984 + }, + { + "boundingBox": [ + 277, + 1924, + 355, + 1924, + 355, + 1958, + 277, + 1959 + ], + "text": "Book", + "confidence": 0.986 + }, + { + "boundingBox": [ + 361, + 1924, + 465, + 1924, + 465, + 1958, + 361, + 1958 + ], + "text": "Supply", + "confidence": 0.983 + }, + { + "boundingBox": [ + 472, + 1924, + 517, + 1924, + 517, + 1958, + 471, + 1958 + ], + "text": "will", + "confidence": 0.986 + }, + { + "boundingBox": [ + 524, + 1924, + 623, + 1924, + 623, + 1958, + 524, + 1958 + ], + "text": "refund", + "confidence": 0.984 + }, + { + "boundingBox": [ + 630, + 1924, + 687, + 1924, + 687, + 1958, + 629, + 1958 + ], + "text": "you", + "confidence": 0.987 + }, + { + "boundingBox": [ + 694, + 1924, + 763, + 1924, + 762, + 1958, + 694, + 1958 + ], + "text": "50%", + "confidence": 0.983 + }, + { + "boundingBox": [ + 770, + 1924, + 820, + 1924, + 819, + 1958, + 769, + 1958 + ], + "text": "per", + "confidence": 0.987 + }, + { + "boundingBox": [ + 827, + 1924, + 900, + 1924, + 900, + 1958, + 826, + 1958 + ], + "text": "book", + "confidence": 0.987 + }, + { + "boundingBox": [ + 907, + 1924, + 926, + 1924, + 925, + 1958, + 907, + 1958 + ], + "text": "if", + "confidence": 0.985 + }, + { + "boundingBox": [ + 932, + 1924, + 1061, + 1924, + 1060, + 1958, + 932, + 1958 + ], + "text": "returned", + "confidence": 0.981 + }, + { + "boundingBox": [ + 1068, + 1924, + 1157, + 1924, + 1156, + 1958, + 1067, + 1958 + ], + "text": "within", + "confidence": 0.981 + }, + { + "boundingBox": [ + 1164, + 1924, + 1201, + 1924, + 1200, + 1958, + 1163, + 1958 + ], + "text": "60", + "confidence": 0.987 + }, + { + "boundingBox": [ + 1208, + 1924, + 1283, + 1924, + 1282, + 1958, + 1206, + 1958 + ], + "text": "days", + "confidence": 0.985 + }, + { + "boundingBox": [ + 1290, + 1924, + 1318, + 1924, + 1316, + 1958, + 1289, + 1958 + ], + "text": "of", + "confidence": 0.988 + }, + { + "boundingBox": [ + 1325, + 1924, + 1439, + 1924, + 1438, + 1958, + 1323, + 1958 + ], + "text": "reading", + "confidence": 0.983 + }, + { + "boundingBox": [ + 1446, + 1924, + 1510, + 1924, + 1509, + 1958, + 1445, + 1958 + ], + "text": "and", + "confidence": 0.987 + } + ] + }, + { + "boundingBox": [ + 168, + 1957, + 786, + 1958, + 786, + 1991, + 168, + 1991 + ], + "text": "offer you 25% off you next total purchase.", + "appearance": { + "style": { + "name": "other", + "confidence": 1.0 + } + }, + "words": [ + { + "boundingBox": [ + 169, + 1958, + 235, + 1958, + 236, + 1991, + 169, + 1991 + ], + "text": "offer", + "confidence": 0.985 + }, + { + "boundingBox": [ + 242, + 1958, + 299, + 1958, + 300, + 1992, + 242, + 1991 + ], + "text": "you", + "confidence": 0.987 + }, + { + "boundingBox": [ + 306, + 1958, + 374, + 1958, + 374, + 1992, + 306, + 1992 + ], + "text": "25%", + "confidence": 0.983 + }, + { + "boundingBox": [ + 380, + 1958, + 421, + 1958, + 421, + 1992, + 381, + 1992 + ], + "text": "off", + "confidence": 0.987 + }, + { + "boundingBox": [ + 427, + 1958, + 483, + 1958, + 483, + 1992, + 428, + 1992 + ], + "text": "you", + "confidence": 0.987 + }, + { + "boundingBox": [ + 489, + 1958, + 555, + 1959, + 556, + 1992, + 490, + 1992 + ], + "text": "next", + "confidence": 0.986 + }, + { + "boundingBox": [ + 562, + 1959, + 628, + 1959, + 628, + 1991, + 562, + 1992 + ], + "text": "total", + "confidence": 0.986 + }, + { + "boundingBox": [ + 634, + 1959, + 786, + 1961, + 786, + 1990, + 635, + 1991 + ], + "text": "purchase.", + "confidence": 0.967 + } + ] + } + ] + } + ], + "pageResults": [ + { + "page": 1, + "tables": [ + { + "rows": 5, + "columns": 5, + "cells": [ + { + "rowIndex": 0, + "columnIndex": 0, + "columnSpan": 2, + "text": "Details", + "boundingBox": [ + 157, + 1038, + 847, + 1037, + 847, + 1086, + 157, + 1086 + ], + "elements": [ + "#/readResults/0/lines/21/words/0" + ] + }, + { + "rowIndex": 0, + "columnIndex": 2, + "text": "Quantity", + "boundingBox": [ + 847, + 1037, + 1071, + 1037, + 1071, + 1086, + 847, + 1086 + ], + "elements": [ + "#/readResults/0/lines/22/words/0" + ] + }, + { + "rowIndex": 0, + "columnIndex": 3, + "text": "Unit Price", + "boundingBox": [ + 1071, + 1037, + 1310, + 1038, + 1310, + 1086, + 1071, + 1086 + ], + "elements": [ + "#/readResults/0/lines/23/words/0", + "#/readResults/0/lines/23/words/1" + ] + }, + { + "rowIndex": 0, + "columnIndex": 4, + "text": "Total", + "boundingBox": [ + 1310, + 1038, + 1543, + 1038, + 1543, + 1086, + 1310, + 1086 + ], + "elements": [ + "#/readResults/0/lines/24/words/0" + ] + }, + { + "rowIndex": 1, + "columnIndex": 0, + "columnSpan": 2, + "text": "Bindings", + "boundingBox": [ + 157, + 1086, + 847, + 1086, + 847, + 1127, + 157, + 1128 + ], + "elements": [ + "#/readResults/0/lines/25/words/0" + ] + }, + { + "rowIndex": 1, + "columnIndex": 2, + "text": "20", + "boundingBox": [ + 847, + 1086, + 1071, + 1086, + 1071, + 1127, + 847, + 1127 + ], + "elements": [ + "#/readResults/0/lines/26/words/0" + ] + }, + { + "rowIndex": 1, + "columnIndex": 3, + "text": "1.00", + "boundingBox": [ + 1071, + 1086, + 1310, + 1086, + 1310, + 1127, + 1071, + 1127 + ], + "elements": [ + "#/readResults/0/lines/27/words/0" + ] + }, + { + "rowIndex": 1, + "columnIndex": 4, + "text": "20.00", + "boundingBox": [ + 1310, + 1086, + 1543, + 1086, + 1543, + 1127, + 1310, + 1127 + ], + "elements": [ + "#/readResults/0/lines/28/words/0" + ] + }, + { + "rowIndex": 2, + "columnIndex": 0, + "columnSpan": 2, + "text": "Covers Small", + "boundingBox": [ + 157, + 1128, + 847, + 1127, + 847, + 1171, + 157, + 1171 + ], + "elements": [ + "#/readResults/0/lines/29/words/0", + "#/readResults/0/lines/29/words/1" + ] + }, + { + "rowIndex": 2, + "columnIndex": 2, + "text": "20", + "boundingBox": [ + 847, + 1127, + 1071, + 1127, + 1071, + 1171, + 847, + 1171 + ], + "elements": [ + "#/readResults/0/lines/30/words/0" + ] + }, + { + "rowIndex": 2, + "columnIndex": 3, + "text": "1.00", + "boundingBox": [ + 1071, + 1127, + 1310, + 1127, + 1310, + 1171, + 1071, + 1171 + ], + "elements": [ + "#/readResults/0/lines/31/words/0" + ] + }, + { + "rowIndex": 2, + "columnIndex": 4, + "text": "20.00", + "boundingBox": [ + 1310, + 1127, + 1543, + 1127, + 1543, + 1171, + 1310, + 1171 + ], + "elements": [ + "#/readResults/0/lines/32/words/0" + ] + }, + { + "rowIndex": 3, + "columnIndex": 0, + "columnSpan": 2, + "text": "Feather Bookmark", + "boundingBox": [ + 157, + 1171, + 847, + 1171, + 847, + 1214, + 157, + 1214 + ], + "elements": [ + "#/readResults/0/lines/33/words/0", + "#/readResults/0/lines/33/words/1" + ] + }, + { + "rowIndex": 3, + "columnIndex": 2, + "text": "20", + "boundingBox": [ + 847, + 1171, + 1071, + 1171, + 1071, + 1214, + 847, + 1214 + ], + "elements": [ + "#/readResults/0/lines/34/words/0" + ] + }, + { + "rowIndex": 3, + "columnIndex": 3, + "text": "5.00", + "boundingBox": [ + 1071, + 1171, + 1310, + 1171, + 1310, + 1214, + 1071, + 1214 + ], + "elements": [ + "#/readResults/0/lines/35/words/0" + ] + }, + { + "rowIndex": 3, + "columnIndex": 4, + "text": "100.00", + "boundingBox": [ + 1310, + 1171, + 1543, + 1171, + 1543, + 1215, + 1310, + 1214 + ], + "elements": [ + "#/readResults/0/lines/36/words/0" + ] + }, + { + "rowIndex": 4, + "columnIndex": 0, + "columnSpan": 2, + "text": "Copper Swirl Marker", + "boundingBox": [ + 157, + 1214, + 847, + 1214, + 847, + 1258, + 157, + 1258 + ], + "elements": [ + "#/readResults/0/lines/37/words/0", + "#/readResults/0/lines/37/words/1", + "#/readResults/0/lines/37/words/2" + ] + }, + { + "rowIndex": 4, + "columnIndex": 2, + "text": "20", + "boundingBox": [ + 847, + 1214, + 1071, + 1214, + 1071, + 1258, + 847, + 1258 + ], + "elements": [ + "#/readResults/0/lines/38/words/0" + ] + }, + { + "rowIndex": 4, + "columnIndex": 3, + "text": "5.00", + "boundingBox": [ + 1071, + 1214, + 1310, + 1214, + 1310, + 1258, + 1071, + 1258 + ], + "elements": [ + "#/readResults/0/lines/39/words/0" + ] + }, + { + "rowIndex": 4, + "columnIndex": 4, + "text": "100.00", + "boundingBox": [ + 1310, + 1214, + 1543, + 1215, + 1543, + 1260, + 1310, + 1258 + ], + "elements": [ + "#/readResults/0/lines/40/words/0" + ] + } + ], + "boundingBox": [ + 153, + 1036, + 1547, + 1037, + 1547, + 1265, + 153, + 1265 + ] + }, + { + "rows": 4, + "columns": 2, + "cells": [ + { + "rowIndex": 0, + "columnIndex": 0, + "text": "SUBTOTAL", + "boundingBox": [ + 1072, + 1564, + 1307, + 1565, + 1308, + 1609, + 1071, + 1608 + ], + "elements": [ + "#/readResults/0/lines/41/words/0" + ] + }, + { + "rowIndex": 0, + "columnIndex": 1, + "text": "$140.00", + "boundingBox": [ + 1307, + 1565, + 1542, + 1564, + 1543, + 1609, + 1308, + 1609 + ], + "elements": [ + "#/readResults/0/lines/42/words/0" + ] + }, + { + "rowIndex": 1, + "columnIndex": 0, + "text": "TAX", + "boundingBox": [ + 1071, + 1608, + 1308, + 1609, + 1308, + 1652, + 1071, + 1651 + ], + "elements": [ + "#/readResults/0/lines/43/words/0" + ] + }, + { + "rowIndex": 1, + "columnIndex": 1, + "text": "$4.00", + "boundingBox": [ + 1308, + 1609, + 1543, + 1609, + 1543, + 1652, + 1308, + 1652 + ], + "elements": [ + "#/readResults/0/lines/44/words/0" + ] + }, + { + "rowIndex": 2, + "columnIndex": 0, + "text": "", + "boundingBox": [ + 1071, + 1651, + 1308, + 1652, + 1308, + 1663, + 1071, + 1663 + ], + "elements": [] + }, + { + "rowIndex": 2, + "columnIndex": 1, + "text": "", + "boundingBox": [ + 1308, + 1652, + 1543, + 1652, + 1543, + 1663, + 1308, + 1663 + ], + "elements": [] + }, + { + "rowIndex": 3, + "columnIndex": 0, + "text": "TOTAL", + "boundingBox": [ + 1071, + 1663, + 1308, + 1663, + 1308, + 1707, + 1071, + 1707 + ], + "elements": [ + "#/readResults/0/lines/46/words/0" + ] + }, + { + "rowIndex": 3, + "columnIndex": 1, + "text": "$144.00", + "boundingBox": [ + 1308, + 1663, + 1543, + 1663, + 1543, + 1708, + 1308, + 1707 + ], + "elements": [ + "#/readResults/0/lines/47/words/0" + ] + } + ], + "boundingBox": [ + 1058, + 1563, + 1555, + 1563, + 1555, + 1707, + 1058, + 1707 + ] + } + ] + } + ] + } + } + } + ], + "Variables": { + "FORM_RECOGNIZER_API_KEY": "Sanitized", + "FORM_RECOGNIZER_ENDPOINT": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/", + "RandomSeed": "1751412136" + } +} \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeContentWithLanguage(%%)Async.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeContentWithLanguage(%%)Async.json new file mode 100644 index 0000000000000..3f811b3869305 --- /dev/null +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeContentWithLanguage(%%)Async.json @@ -0,0 +1,3705 @@ +{ + "Entries": [ + { + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/layout/analyze?language=", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Content-Length": "22", + "Content-Type": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "traceparent": "00-6609670ace505342b8fdb67df22f6f15-bc9413a18ecd8e4c-00", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201111.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "92af4448d4c0344e0a2aeb7f1525381a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "source": "Sanitized" + }, + "StatusCode": 202, + "ResponseHeaders": { + "apim-request-id": "9f893699-59a2-47d9-8cd8-eb0c2c2ef353", + "Content-Length": "0", + "Date": "Wed, 11 Nov 2020 20:57:14 GMT", + "Operation-Location": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/layout/analyzeResults/9f893699-59a2-47d9-8cd8-eb0c2c2ef353", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "351" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/layout/analyzeResults/9f893699-59a2-47d9-8cd8-eb0c2c2ef353", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201111.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "16cbb266c0ee5cc19e917312e25c80eb", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "319a5b63-b216-4672-95f0-a0bb8f59739e", + "Content-Length": "106", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 11 Nov 2020 20:57:15 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "9" + }, + "ResponseBody": { + "status": "running", + "createdDateTime": "2020-11-11T20:57:15Z", + "lastUpdatedDateTime": "2020-11-11T20:57:15Z" + } + }, + { + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/layout/analyzeResults/9f893699-59a2-47d9-8cd8-eb0c2c2ef353", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201111.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "f9c55ff60df5c6d194dcd17b5801a685", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "65a85b76-e391-4f47-baff-c15595964304", + "Content-Length": "106", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 11 Nov 2020 20:57:16 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "8" + }, + "ResponseBody": { + "status": "running", + "createdDateTime": "2020-11-11T20:57:15Z", + "lastUpdatedDateTime": "2020-11-11T20:57:15Z" + } + }, + { + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/layout/analyzeResults/9f893699-59a2-47d9-8cd8-eb0c2c2ef353", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201111.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "a51b634c303987fc8353f42f613b51ae", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "ac12ca55-d678-4934-83d4-7d47a033e9eb", + "Content-Length": "106", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 11 Nov 2020 20:57:17 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "10" + }, + "ResponseBody": { + "status": "running", + "createdDateTime": "2020-11-11T20:57:15Z", + "lastUpdatedDateTime": "2020-11-11T20:57:15Z" + } + }, + { + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/layout/analyzeResults/9f893699-59a2-47d9-8cd8-eb0c2c2ef353", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201111.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "b588ffaa3f605924e1058111ee45039d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "d0226cb8-65bb-4956-967f-fa868d75b504", + "Content-Length": "24387", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 11 Nov 2020 20:57:18 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "18" + }, + "ResponseBody": { + "status": "succeeded", + "createdDateTime": "2020-11-11T20:57:15Z", + "lastUpdatedDateTime": "2020-11-11T20:57:18Z", + "analyzeResult": { + "version": "2.1.0", + "readResults": [ + { + "page": 1, + "angle": 0, + "width": 1700, + "height": 2200, + "unit": "pixel", + "lines": [ + { + "boundingBox": [ + 136, + 139, + 351, + 138, + 351, + 166, + 136, + 166 + ], + "text": "Purchase Order", + "appearance": { + "style": { + "name": "other", + "confidence": 1.0 + } + }, + "words": [ + { + "boundingBox": [ + 137, + 140, + 264, + 139, + 263, + 167, + 137, + 167 + ], + "text": "Purchase", + "confidence": 0.984 + }, + { + "boundingBox": [ + 269, + 139, + 351, + 139, + 351, + 167, + 269, + 167 + ], + "text": "Order", + "confidence": 0.986 + } + ] + }, + { + "boundingBox": [ + 620, + 205, + 1074, + 204, + 1075, + 265, + 620, + 266 + ], + "text": "Hero Limited", + "appearance": { + "style": { + "name": "other", + "confidence": 1.0 + } + }, + "words": [ + { + "boundingBox": [ + 621, + 208, + 794, + 205, + 793, + 266, + 620, + 266 + ], + "text": "Hero", + "confidence": 0.987 + }, + { + "boundingBox": [ + 806, + 205, + 1075, + 205, + 1074, + 266, + 805, + 266 + ], + "text": "Limited", + "confidence": 0.985 + } + ] + }, + { + "boundingBox": [ + 1112, + 321, + 1554, + 321, + 1554, + 369, + 1112, + 369 + ], + "text": "Purchase Order", + "appearance": { + "style": { + "name": "other", + "confidence": 1.0 + } + }, + "words": [ + { + "boundingBox": [ + 1113, + 322, + 1381, + 321, + 1380, + 370, + 1113, + 368 + ], + "text": "Purchase", + "confidence": 0.983 + }, + { + "boundingBox": [ + 1390, + 321, + 1554, + 321, + 1553, + 370, + 1389, + 370 + ], + "text": "Order", + "confidence": 0.983 + } + ] + }, + { + "boundingBox": [ + 163, + 352, + 528, + 350, + 528, + 376, + 163, + 379 + ], + "text": "Company Phone: 555-348-6512", + "appearance": { + "style": { + "name": "other", + "confidence": 0.999 + } + }, + "words": [ + { + "boundingBox": [ + 163, + 353, + 274, + 351, + 275, + 379, + 164, + 378 + ], + "text": "Company", + "confidence": 0.985 + }, + { + "boundingBox": [ + 279, + 351, + 359, + 351, + 360, + 378, + 280, + 378 + ], + "text": "Phone:", + "confidence": 0.984 + }, + { + "boundingBox": [ + 364, + 351, + 528, + 351, + 528, + 374, + 364, + 378 + ], + "text": "555-348-6512", + "confidence": 0.975 + } + ] + }, + { + "boundingBox": [ + 166, + 393, + 533, + 393, + 533, + 418, + 166, + 418 + ], + "text": "Website: www.herolimited.com", + "appearance": { + "style": { + "name": "other", + "confidence": 0.999 + } + }, + "words": [ + { + "boundingBox": [ + 167, + 394, + 269, + 393, + 269, + 418, + 167, + 417 + ], + "text": "Website:", + "confidence": 0.981 + }, + { + "boundingBox": [ + 273, + 393, + 531, + 393, + 530, + 418, + 273, + 418 + ], + "text": "www.herolimited.com", + "confidence": 0.945 + } + ] + }, + { + "boundingBox": [ + 165, + 435, + 237, + 435, + 237, + 460, + 165, + 460 + ], + "text": "Email:", + "appearance": { + "style": { + "name": "other", + "confidence": 0.99 + } + }, + "words": [ + { + "boundingBox": [ + 165, + 435, + 237, + 435, + 237, + 460, + 165, + 460 + ], + "text": "Email:", + "confidence": 0.985 + } + ] + }, + { + "boundingBox": [ + 1024, + 419, + 1317, + 420, + 1317, + 448, + 1024, + 448 + ], + "text": "Dated As: 12/20/2020", + "appearance": { + "style": { + "name": "other", + "confidence": 0.998 + } + }, + "words": [ + { + "boundingBox": [ + 1025, + 421, + 1108, + 420, + 1108, + 448, + 1025, + 448 + ], + "text": "Dated", + "confidence": 0.986 + }, + { + "boundingBox": [ + 1114, + 420, + 1160, + 420, + 1160, + 448, + 1114, + 448 + ], + "text": "As:", + "confidence": 0.987 + }, + { + "boundingBox": [ + 1165, + 420, + 1317, + 421, + 1316, + 449, + 1165, + 448 + ], + "text": "12/20/2020", + "confidence": 0.982 + } + ] + }, + { + "boundingBox": [ + 164, + 479, + 482, + 478, + 483, + 502, + 164, + 503 + ], + "text": "accounts@herolimited.com", + "appearance": { + "style": { + "name": "other", + "confidence": 0.999 + } + }, + "words": [ + { + "boundingBox": [ + 164, + 481, + 478, + 479, + 478, + 503, + 165, + 503 + ], + "text": "accounts@herolimited.com", + "confidence": 0.952 + } + ] + }, + { + "boundingBox": [ + 1023, + 461, + 1376, + 461, + 1376, + 489, + 1023, + 488 + ], + "text": "Purchase Order #: 948284", + "appearance": { + "style": { + "name": "other", + "confidence": 0.999 + } + }, + "words": [ + { + "boundingBox": [ + 1023, + 461, + 1152, + 461, + 1152, + 489, + 1023, + 488 + ], + "text": "Purchase", + "confidence": 0.984 + }, + { + "boundingBox": [ + 1157, + 461, + 1238, + 461, + 1239, + 489, + 1157, + 489 + ], + "text": "Order", + "confidence": 0.986 + }, + { + "boundingBox": [ + 1244, + 461, + 1272, + 461, + 1272, + 489, + 1244, + 489 + ], + "text": "#:", + "confidence": 0.987 + }, + { + "boundingBox": [ + 1277, + 461, + 1376, + 462, + 1376, + 489, + 1277, + 489 + ], + "text": "948284", + "confidence": 0.983 + } + ] + }, + { + "boundingBox": [ + 167, + 547, + 397, + 546, + 397, + 591, + 167, + 592 + ], + "text": "Shipped To", + "appearance": { + "style": { + "name": "other", + "confidence": 1.0 + } + }, + "words": [ + { + "boundingBox": [ + 167, + 547, + 333, + 547, + 332, + 592, + 168, + 592 + ], + "text": "Shipped", + "confidence": 0.985 + }, + { + "boundingBox": [ + 341, + 547, + 397, + 547, + 396, + 591, + 341, + 592 + ], + "text": "To", + "confidence": 0.988 + } + ] + }, + { + "boundingBox": [ + 159, + 609, + 520, + 609, + 520, + 638, + 159, + 638 + ], + "text": "Vendor Name: Hillary Swank", + "appearance": { + "style": { + "name": "other", + "confidence": 0.999 + } + }, + "words": [ + { + "boundingBox": [ + 160, + 611, + 254, + 610, + 254, + 638, + 160, + 637 + ], + "text": "Vendor", + "confidence": 0.982 + }, + { + "boundingBox": [ + 259, + 610, + 344, + 609, + 344, + 639, + 259, + 638 + ], + "text": "Name:", + "confidence": 0.986 + }, + { + "boundingBox": [ + 350, + 609, + 430, + 609, + 430, + 639, + 349, + 639 + ], + "text": "Hillary", + "confidence": 0.985 + }, + { + "boundingBox": [ + 435, + 609, + 521, + 610, + 520, + 639, + 435, + 639 + ], + "text": "Swank", + "confidence": 0.986 + } + ] + }, + { + "boundingBox": [ + 159, + 647, + 629, + 646, + 629, + 677, + 160, + 679 + ], + "text": "Company Name: Higgly Wiggly Books", + "appearance": { + "style": { + "name": "other", + "confidence": 1.0 + } + }, + "words": [ + { + "boundingBox": [ + 160, + 649, + 278, + 647, + 279, + 678, + 161, + 676 + ], + "text": "Company", + "confidence": 0.985 + }, + { + "boundingBox": [ + 284, + 647, + 370, + 647, + 370, + 679, + 284, + 678 + ], + "text": "Name:", + "confidence": 0.983 + }, + { + "boundingBox": [ + 375, + 647, + 453, + 646, + 453, + 679, + 375, + 679 + ], + "text": "Higgly", + "confidence": 0.986 + }, + { + "boundingBox": [ + 459, + 646, + 545, + 646, + 544, + 678, + 459, + 679 + ], + "text": "Wiggly", + "confidence": 0.986 + }, + { + "boundingBox": [ + 550, + 646, + 629, + 646, + 628, + 676, + 550, + 678 + ], + "text": "Books", + "confidence": 0.986 + } + ] + }, + { + "boundingBox": [ + 160, + 684, + 526, + 684, + 526, + 712, + 160, + 711 + ], + "text": "Address: 938 NE Burner Road", + "appearance": { + "style": { + "name": "other", + "confidence": 0.999 + } + }, + "words": [ + { + "boundingBox": [ + 161, + 685, + 269, + 685, + 268, + 712, + 160, + 711 + ], + "text": "Address:", + "confidence": 0.981 + }, + { + "boundingBox": [ + 274, + 685, + 324, + 685, + 323, + 713, + 273, + 712 + ], + "text": "938", + "confidence": 0.987 + }, + { + "boundingBox": [ + 329, + 685, + 365, + 685, + 364, + 713, + 328, + 713 + ], + "text": "NE", + "confidence": 0.988 + }, + { + "boundingBox": [ + 370, + 685, + 455, + 685, + 455, + 713, + 369, + 713 + ], + "text": "Burner", + "confidence": 0.985 + }, + { + "boundingBox": [ + 460, + 685, + 527, + 685, + 527, + 713, + 460, + 713 + ], + "text": "Road", + "confidence": 0.987 + } + ] + }, + { + "boundingBox": [ + 279, + 722, + 566, + 721, + 566, + 750, + 279, + 751 + ], + "text": "Boulder City, CO 92848", + "appearance": { + "style": { + "name": "other", + "confidence": 1.0 + } + }, + "words": [ + { + "boundingBox": [ + 279, + 722, + 371, + 722, + 372, + 751, + 280, + 750 + ], + "text": "Boulder", + "confidence": 0.985 + }, + { + "boundingBox": [ + 377, + 722, + 433, + 722, + 434, + 751, + 378, + 751 + ], + "text": "City,", + "confidence": 0.986 + }, + { + "boundingBox": [ + 439, + 722, + 477, + 722, + 477, + 751, + 439, + 751 + ], + "text": "CO", + "confidence": 0.988 + }, + { + "boundingBox": [ + 482, + 722, + 565, + 722, + 565, + 749, + 482, + 751 + ], + "text": "92848", + "confidence": 0.976 + } + ] + }, + { + "boundingBox": [ + 612, + 721, + 885, + 721, + 885, + 747, + 612, + 748 + ], + "text": "Phone: 938-294-2949", + "appearance": { + "style": { + "name": "other", + "confidence": 0.998 + } + }, + "words": [ + { + "boundingBox": [ + 613, + 722, + 702, + 722, + 702, + 749, + 613, + 749 + ], + "text": "Phone:", + "confidence": 0.983 + }, + { + "boundingBox": [ + 708, + 722, + 885, + 722, + 884, + 748, + 708, + 749 + ], + "text": "938-294-2949", + "confidence": 0.976 + } + ] + }, + { + "boundingBox": [ + 167, + 784, + 453, + 784, + 453, + 829, + 167, + 830 + ], + "text": "Shipped From", + "appearance": { + "style": { + "name": "other", + "confidence": 0.999 + } + }, + "words": [ + { + "boundingBox": [ + 167, + 784, + 330, + 785, + 330, + 830, + 169, + 830 + ], + "text": "Shipped", + "confidence": 0.982 + }, + { + "boundingBox": [ + 339, + 785, + 448, + 785, + 448, + 826, + 339, + 830 + ], + "text": "From", + "confidence": 0.987 + } + ] + }, + { + "boundingBox": [ + 165, + 852, + 445, + 851, + 445, + 878, + 165, + 879 + ], + "text": "Name: Bernie Sanders", + "appearance": { + "style": { + "name": "other", + "confidence": 1.0 + } + }, + "words": [ + { + "boundingBox": [ + 166, + 853, + 250, + 853, + 250, + 879, + 166, + 879 + ], + "text": "Name:", + "confidence": 0.983 + }, + { + "boundingBox": [ + 255, + 852, + 338, + 852, + 337, + 880, + 255, + 879 + ], + "text": "Bernie", + "confidence": 0.985 + }, + { + "boundingBox": [ + 343, + 852, + 446, + 852, + 445, + 879, + 343, + 880 + ], + "text": "Sanders", + "confidence": 0.983 + } + ] + }, + { + "boundingBox": [ + 164, + 889, + 629, + 889, + 629, + 919, + 164, + 919 + ], + "text": "Company Name: Jupiter Book Supply", + "appearance": { + "style": { + "name": "other", + "confidence": 1.0 + } + }, + "words": [ + { + "boundingBox": [ + 164, + 890, + 282, + 890, + 283, + 919, + 165, + 919 + ], + "text": "Company", + "confidence": 0.984 + }, + { + "boundingBox": [ + 288, + 890, + 374, + 889, + 375, + 919, + 289, + 919 + ], + "text": "Name:", + "confidence": 0.985 + }, + { + "boundingBox": [ + 380, + 889, + 466, + 889, + 466, + 919, + 380, + 919 + ], + "text": "Jupiter", + "confidence": 0.983 + }, + { + "boundingBox": [ + 471, + 889, + 536, + 889, + 536, + 920, + 472, + 919 + ], + "text": "Book", + "confidence": 0.983 + }, + { + "boundingBox": [ + 542, + 889, + 630, + 890, + 629, + 920, + 542, + 920 + ], + "text": "Supply", + "confidence": 0.986 + } + ] + }, + { + "boundingBox": [ + 165, + 925, + 521, + 926, + 521, + 953, + 165, + 952 + ], + "text": "Address: 383 N Kinnick Road", + "appearance": { + "style": { + "name": "other", + "confidence": 0.999 + } + }, + "words": [ + { + "boundingBox": [ + 166, + 926, + 273, + 925, + 273, + 953, + 166, + 953 + ], + "text": "Address:", + "confidence": 0.982 + }, + { + "boundingBox": [ + 279, + 925, + 327, + 925, + 327, + 953, + 278, + 953 + ], + "text": "383", + "confidence": 0.987 + }, + { + "boundingBox": [ + 332, + 926, + 353, + 926, + 353, + 953, + 332, + 953 + ], + "text": "N", + "confidence": 0.983 + }, + { + "boundingBox": [ + 358, + 926, + 448, + 926, + 448, + 954, + 358, + 953 + ], + "text": "Kinnick", + "confidence": 0.984 + }, + { + "boundingBox": [ + 453, + 926, + 521, + 927, + 520, + 954, + 453, + 954 + ], + "text": "Road", + "confidence": 0.987 + } + ] + }, + { + "boundingBox": [ + 280, + 963, + 514, + 962, + 514, + 990, + 281, + 991 + ], + "text": "Seattle, WA 38383", + "appearance": { + "style": { + "name": "other", + "confidence": 0.999 + } + }, + "words": [ + { + "boundingBox": [ + 281, + 965, + 377, + 964, + 378, + 991, + 283, + 991 + ], + "text": "Seattle,", + "confidence": 0.981 + }, + { + "boundingBox": [ + 382, + 964, + 429, + 964, + 430, + 991, + 383, + 991 + ], + "text": "WA", + "confidence": 0.988 + }, + { + "boundingBox": [ + 434, + 964, + 514, + 962, + 514, + 990, + 435, + 991 + ], + "text": "38383", + "confidence": 0.975 + } + ] + }, + { + "boundingBox": [ + 760, + 963, + 1032, + 963, + 1032, + 989, + 760, + 990 + ], + "text": "Phone: 932-299-0292", + "appearance": { + "style": { + "name": "other", + "confidence": 0.997 + } + }, + "words": [ + { + "boundingBox": [ + 760, + 964, + 849, + 964, + 849, + 990, + 760, + 990 + ], + "text": "Phone:", + "confidence": 0.983 + }, + { + "boundingBox": [ + 855, + 964, + 1033, + 963, + 1032, + 990, + 854, + 990 + ], + "text": "932-299-0292", + "confidence": 0.978 + } + ] + }, + { + "boundingBox": [ + 446, + 1047, + 558, + 1047, + 558, + 1077, + 446, + 1077 + ], + "text": "Details", + "appearance": { + "style": { + "name": "other", + "confidence": 0.999 + } + }, + "words": [ + { + "boundingBox": [ + 447, + 1048, + 558, + 1048, + 558, + 1077, + 446, + 1078 + ], + "text": "Details", + "confidence": 0.985 + } + ] + }, + { + "boundingBox": [ + 885, + 1047, + 1034, + 1047, + 1034, + 1083, + 886, + 1083 + ], + "text": "Quantity", + "appearance": { + "style": { + "name": "other", + "confidence": 1.0 + } + }, + "words": [ + { + "boundingBox": [ + 886, + 1048, + 1034, + 1047, + 1034, + 1084, + 886, + 1084 + ], + "text": "Quantity", + "confidence": 0.981 + } + ] + }, + { + "boundingBox": [ + 1111, + 1047, + 1270, + 1047, + 1269, + 1078, + 1111, + 1077 + ], + "text": "Unit Price", + "appearance": { + "style": { + "name": "other", + "confidence": 1.0 + } + }, + "words": [ + { + "boundingBox": [ + 1112, + 1047, + 1181, + 1047, + 1180, + 1078, + 1111, + 1078 + ], + "text": "Unit", + "confidence": 0.987 + }, + { + "boundingBox": [ + 1187, + 1047, + 1270, + 1049, + 1269, + 1078, + 1186, + 1078 + ], + "text": "Price", + "confidence": 0.986 + } + ] + }, + { + "boundingBox": [ + 1382, + 1047, + 1468, + 1047, + 1467, + 1077, + 1382, + 1077 + ], + "text": "Total", + "appearance": { + "style": { + "name": "other", + "confidence": 0.997 + } + }, + "words": [ + { + "boundingBox": [ + 1384, + 1047, + 1468, + 1047, + 1468, + 1077, + 1384, + 1077 + ], + "text": "Total", + "confidence": 0.986 + } + ] + }, + { + "boundingBox": [ + 172, + 1093, + 279, + 1095, + 279, + 1123, + 172, + 1121 + ], + "text": "Bindings", + "appearance": { + "style": { + "name": "other", + "confidence": 1.0 + } + }, + "words": [ + { + "boundingBox": [ + 172, + 1094, + 278, + 1097, + 278, + 1123, + 173, + 1122 + ], + "text": "Bindings", + "confidence": 0.984 + } + ] + }, + { + "boundingBox": [ + 859, + 1094, + 893, + 1094, + 893, + 1119, + 859, + 1119 + ], + "text": "20", + "appearance": { + "style": { + "name": "other", + "confidence": 0.959 + } + }, + "words": [ + { + "boundingBox": [ + 861, + 1094, + 892, + 1094, + 892, + 1119, + 861, + 1119 + ], + "text": "20", + "confidence": 0.988 + } + ] + }, + { + "boundingBox": [ + 1240, + 1096, + 1295, + 1094, + 1294, + 1118, + 1241, + 1118 + ], + "text": "1.00", + "appearance": { + "style": { + "name": "other", + "confidence": 1.0 + } + }, + "words": [ + { + "boundingBox": [ + 1241, + 1095, + 1293, + 1094, + 1294, + 1117, + 1242, + 1118 + ], + "text": "1.00", + "confidence": 0.986 + } + ] + }, + { + "boundingBox": [ + 1458, + 1095, + 1530, + 1095, + 1530, + 1119, + 1458, + 1119 + ], + "text": "20.00", + "appearance": { + "style": { + "name": "other", + "confidence": 1.0 + } + }, + "words": [ + { + "boundingBox": [ + 1458, + 1096, + 1531, + 1095, + 1530, + 1120, + 1459, + 1119 + ], + "text": "20.00", + "confidence": 0.983 + } + ] + }, + { + "boundingBox": [ + 169, + 1135, + 332, + 1134, + 333, + 1160, + 169, + 1161 + ], + "text": "Covers Small", + "appearance": { + "style": { + "name": "other", + "confidence": 0.999 + } + }, + "words": [ + { + "boundingBox": [ + 170, + 1136, + 254, + 1136, + 253, + 1161, + 170, + 1161 + ], + "text": "Covers", + "confidence": 0.985 + }, + { + "boundingBox": [ + 259, + 1136, + 333, + 1135, + 332, + 1161, + 258, + 1161 + ], + "text": "Small", + "confidence": 0.982 + } + ] + }, + { + "boundingBox": [ + 859, + 1135, + 894, + 1135, + 891, + 1160, + 860, + 1160 + ], + "text": "20", + "appearance": { + "style": { + "name": "other", + "confidence": 0.952 + } + }, + "words": [ + { + "boundingBox": [ + 861, + 1135, + 894, + 1135, + 894, + 1160, + 861, + 1160 + ], + "text": "20", + "confidence": 0.988 + } + ] + }, + { + "boundingBox": [ + 1239, + 1135, + 1295, + 1135, + 1294, + 1159, + 1239, + 1160 + ], + "text": "1.00", + "appearance": { + "style": { + "name": "other", + "confidence": 0.999 + } + }, + "words": [ + { + "boundingBox": [ + 1240, + 1135, + 1294, + 1135, + 1294, + 1159, + 1241, + 1160 + ], + "text": "1.00", + "confidence": 0.986 + } + ] + }, + { + "boundingBox": [ + 1458, + 1135, + 1530, + 1135, + 1530, + 1159, + 1459, + 1160 + ], + "text": "20.00", + "appearance": { + "style": { + "name": "other", + "confidence": 0.999 + } + }, + "words": [ + { + "boundingBox": [ + 1458, + 1135, + 1529, + 1135, + 1530, + 1159, + 1458, + 1160 + ], + "text": "20.00", + "confidence": 0.985 + } + ] + }, + { + "boundingBox": [ + 173, + 1178, + 403, + 1177, + 403, + 1205, + 173, + 1206 + ], + "text": "Feather Bookmark", + "appearance": { + "style": { + "name": "other", + "confidence": 1.0 + } + }, + "words": [ + { + "boundingBox": [ + 173, + 1180, + 266, + 1179, + 267, + 1206, + 174, + 1206 + ], + "text": "Feather", + "confidence": 0.983 + }, + { + "boundingBox": [ + 271, + 1179, + 402, + 1178, + 403, + 1206, + 272, + 1206 + ], + "text": "Bookmark", + "confidence": 0.984 + } + ] + }, + { + "boundingBox": [ + 860, + 1179, + 892, + 1179, + 891, + 1204, + 860, + 1203 + ], + "text": "20", + "appearance": { + "style": { + "name": "other", + "confidence": 0.842 + } + }, + "words": [ + { + "boundingBox": [ + 863, + 1179, + 892, + 1179, + 891, + 1204, + 863, + 1204 + ], + "text": "20", + "confidence": 0.986 + } + ] + }, + { + "boundingBox": [ + 1239, + 1179, + 1295, + 1178, + 1295, + 1203, + 1239, + 1204 + ], + "text": "5.00", + "appearance": { + "style": { + "name": "other", + "confidence": 0.998 + } + }, + "words": [ + { + "boundingBox": [ + 1239, + 1179, + 1294, + 1178, + 1294, + 1203, + 1239, + 1204 + ], + "text": "5.00", + "confidence": 0.986 + } + ] + }, + { + "boundingBox": [ + 1442, + 1180, + 1530, + 1180, + 1530, + 1203, + 1443, + 1204 + ], + "text": "100.00", + "appearance": { + "style": { + "name": "other", + "confidence": 1.0 + } + }, + "words": [ + { + "boundingBox": [ + 1443, + 1181, + 1529, + 1180, + 1529, + 1204, + 1443, + 1205 + ], + "text": "100.00", + "confidence": 0.984 + } + ] + }, + { + "boundingBox": [ + 169, + 1223, + 429, + 1222, + 430, + 1249, + 169, + 1253 + ], + "text": "Copper Swirl Marker", + "appearance": { + "style": { + "name": "other", + "confidence": 1.0 + } + }, + "words": [ + { + "boundingBox": [ + 170, + 1223, + 259, + 1222, + 259, + 1252, + 170, + 1253 + ], + "text": "Copper", + "confidence": 0.985 + }, + { + "boundingBox": [ + 265, + 1222, + 328, + 1222, + 328, + 1251, + 265, + 1252 + ], + "text": "Swirl", + "confidence": 0.986 + }, + { + "boundingBox": [ + 334, + 1222, + 429, + 1223, + 428, + 1248, + 334, + 1251 + ], + "text": "Marker", + "confidence": 0.983 + } + ] + }, + { + "boundingBox": [ + 860, + 1223, + 893, + 1223, + 893, + 1247, + 860, + 1247 + ], + "text": "20", + "appearance": { + "style": { + "name": "other", + "confidence": 0.985 + } + }, + "words": [ + { + "boundingBox": [ + 860, + 1223, + 892, + 1223, + 892, + 1247, + 860, + 1247 + ], + "text": "20", + "confidence": 0.988 + } + ] + }, + { + "boundingBox": [ + 1239, + 1221, + 1294, + 1222, + 1294, + 1246, + 1239, + 1247 + ], + "text": "5.00", + "appearance": { + "style": { + "name": "other", + "confidence": 0.996 + } + }, + "words": [ + { + "boundingBox": [ + 1239, + 1221, + 1293, + 1221, + 1293, + 1247, + 1239, + 1247 + ], + "text": "5.00", + "confidence": 0.983 + } + ] + }, + { + "boundingBox": [ + 1443, + 1223, + 1530, + 1222, + 1530, + 1246, + 1444, + 1247 + ], + "text": "100.00", + "appearance": { + "style": { + "name": "other", + "confidence": 1.0 + } + }, + "words": [ + { + "boundingBox": [ + 1444, + 1224, + 1530, + 1223, + 1529, + 1247, + 1444, + 1248 + ], + "text": "100.00", + "confidence": 0.982 + } + ] + }, + { + "boundingBox": [ + 1146, + 1573, + 1296, + 1573, + 1296, + 1600, + 1146, + 1600 + ], + "text": "SUBTOTAL", + "appearance": { + "style": { + "name": "other", + "confidence": 0.998 + } + }, + "words": [ + { + "boundingBox": [ + 1147, + 1575, + 1295, + 1575, + 1294, + 1600, + 1147, + 1600 + ], + "text": "SUBTOTAL", + "confidence": 0.984 + } + ] + }, + { + "boundingBox": [ + 1426, + 1571, + 1530, + 1571, + 1530, + 1597, + 1426, + 1598 + ], + "text": "$140.00", + "appearance": { + "style": { + "name": "other", + "confidence": 0.997 + } + }, + "words": [ + { + "boundingBox": [ + 1426, + 1572, + 1531, + 1572, + 1531, + 1597, + 1427, + 1599 + ], + "text": "$140.00", + "confidence": 0.982 + } + ] + }, + { + "boundingBox": [ + 1236, + 1618, + 1296, + 1618, + 1295, + 1643, + 1236, + 1643 + ], + "text": "TAX", + "appearance": { + "style": { + "name": "other", + "confidence": 1.0 + } + }, + "words": [ + { + "boundingBox": [ + 1238, + 1618, + 1296, + 1618, + 1296, + 1643, + 1238, + 1643 + ], + "text": "TAX", + "confidence": 0.987 + } + ] + }, + { + "boundingBox": [ + 1458, + 1615, + 1529, + 1615, + 1528, + 1641, + 1458, + 1643 + ], + "text": "$4.00", + "appearance": { + "style": { + "name": "other", + "confidence": 0.998 + } + }, + "words": [ + { + "boundingBox": [ + 1458, + 1615, + 1529, + 1615, + 1529, + 1642, + 1458, + 1643 + ], + "text": "$4.00", + "confidence": 0.983 + } + ] + }, + { + "boundingBox": [ + 484, + 1670, + 764, + 1670, + 764, + 1707, + 484, + 1706 + ], + "text": "Bernie Sanders", + "appearance": { + "style": { + "name": "handwriting", + "confidence": 0.793 + } + }, + "words": [ + { + "boundingBox": [ + 489, + 1671, + 609, + 1671, + 609, + 1706, + 489, + 1706 + ], + "text": "Bernie", + "confidence": 0.979 + }, + { + "boundingBox": [ + 616, + 1671, + 764, + 1670, + 765, + 1708, + 616, + 1706 + ], + "text": "Sanders", + "confidence": 0.979 + } + ] + }, + { + "boundingBox": [ + 1203, + 1673, + 1297, + 1673, + 1297, + 1698, + 1204, + 1699 + ], + "text": "TOTAL", + "appearance": { + "style": { + "name": "other", + "confidence": 1.0 + } + }, + "words": [ + { + "boundingBox": [ + 1204, + 1674, + 1297, + 1673, + 1297, + 1699, + 1205, + 1699 + ], + "text": "TOTAL", + "confidence": 0.983 + } + ] + }, + { + "boundingBox": [ + 1427, + 1670, + 1529, + 1669, + 1530, + 1696, + 1427, + 1697 + ], + "text": "$144.00", + "appearance": { + "style": { + "name": "other", + "confidence": 0.995 + } + }, + "words": [ + { + "boundingBox": [ + 1427, + 1671, + 1529, + 1669, + 1529, + 1697, + 1429, + 1698 + ], + "text": "$144.00", + "confidence": 0.984 + } + ] + }, + { + "boundingBox": [ + 542, + 1718, + 718, + 1719, + 718, + 1742, + 542, + 1741 + ], + "text": "Bernie Sanders", + "appearance": { + "style": { + "name": "other", + "confidence": 1.0 + } + }, + "words": [ + { + "boundingBox": [ + 542, + 1719, + 617, + 1719, + 618, + 1742, + 544, + 1742 + ], + "text": "Bernie", + "confidence": 0.985 + }, + { + "boundingBox": [ + 621, + 1719, + 717, + 1719, + 717, + 1743, + 622, + 1742 + ], + "text": "Sanders", + "confidence": 0.985 + } + ] + }, + { + "boundingBox": [ + 577, + 1753, + 681, + 1755, + 681, + 1778, + 577, + 1776 + ], + "text": "Manager", + "appearance": { + "style": { + "name": "other", + "confidence": 0.999 + } + }, + "words": [ + { + "boundingBox": [ + 577, + 1754, + 681, + 1756, + 680, + 1778, + 578, + 1776 + ], + "text": "Manager", + "confidence": 0.985 + } + ] + }, + { + "boundingBox": [ + 172, + 1796, + 478, + 1796, + 478, + 1832, + 172, + 1831 + ], + "text": "Additional Notes:", + "appearance": { + "style": { + "name": "other", + "confidence": 0.998 + } + }, + "words": [ + { + "boundingBox": [ + 173, + 1796, + 355, + 1796, + 354, + 1832, + 173, + 1831 + ], + "text": "Additional", + "confidence": 0.98 + }, + { + "boundingBox": [ + 361, + 1796, + 479, + 1797, + 478, + 1833, + 361, + 1832 + ], + "text": "Notes:", + "confidence": 0.985 + } + ] + }, + { + "boundingBox": [ + 174, + 1879, + 707, + 1880, + 707, + 1911, + 174, + 1908 + ], + "text": "Do not Jostle Box. Unpack carefully. Enjoy.", + "appearance": { + "style": { + "name": "other", + "confidence": 1.0 + } + }, + "words": [ + { + "boundingBox": [ + 175, + 1881, + 205, + 1881, + 205, + 1907, + 175, + 1907 + ], + "text": "Do", + "confidence": 0.988 + }, + { + "boundingBox": [ + 210, + 1881, + 256, + 1880, + 257, + 1908, + 210, + 1907 + ], + "text": "not", + "confidence": 0.987 + }, + { + "boundingBox": [ + 261, + 1880, + 335, + 1880, + 335, + 1909, + 262, + 1908 + ], + "text": "Jostle", + "confidence": 0.982 + }, + { + "boundingBox": [ + 340, + 1880, + 401, + 1880, + 402, + 1909, + 340, + 1909 + ], + "text": "Box.", + "confidence": 0.986 + }, + { + "boundingBox": [ + 406, + 1880, + 500, + 1880, + 500, + 1910, + 407, + 1909 + ], + "text": "Unpack", + "confidence": 0.985 + }, + { + "boundingBox": [ + 505, + 1880, + 623, + 1880, + 623, + 1911, + 505, + 1910 + ], + "text": "carefully.", + "confidence": 0.975 + }, + { + "boundingBox": [ + 628, + 1880, + 707, + 1881, + 707, + 1912, + 628, + 1911 + ], + "text": "Enjoy.", + "confidence": 0.984 + } + ] + }, + { + "boundingBox": [ + 168, + 1923, + 1510, + 1923, + 1510, + 1957, + 168, + 1958 + ], + "text": "Jupiter Book Supply will refund you 50% per book if returned within 60 days of reading and", + "appearance": { + "style": { + "name": "other", + "confidence": 0.998 + } + }, + "words": [ + { + "boundingBox": [ + 169, + 1924, + 270, + 1924, + 270, + 1959, + 169, + 1959 + ], + "text": "Jupiter", + "confidence": 0.984 + }, + { + "boundingBox": [ + 277, + 1924, + 355, + 1924, + 355, + 1958, + 277, + 1959 + ], + "text": "Book", + "confidence": 0.986 + }, + { + "boundingBox": [ + 361, + 1924, + 465, + 1924, + 465, + 1958, + 361, + 1958 + ], + "text": "Supply", + "confidence": 0.983 + }, + { + "boundingBox": [ + 472, + 1924, + 517, + 1924, + 517, + 1958, + 471, + 1958 + ], + "text": "will", + "confidence": 0.986 + }, + { + "boundingBox": [ + 524, + 1924, + 623, + 1924, + 623, + 1958, + 524, + 1958 + ], + "text": "refund", + "confidence": 0.984 + }, + { + "boundingBox": [ + 630, + 1924, + 687, + 1924, + 687, + 1958, + 629, + 1958 + ], + "text": "you", + "confidence": 0.987 + }, + { + "boundingBox": [ + 694, + 1924, + 763, + 1924, + 762, + 1958, + 694, + 1958 + ], + "text": "50%", + "confidence": 0.983 + }, + { + "boundingBox": [ + 770, + 1924, + 820, + 1924, + 819, + 1958, + 769, + 1958 + ], + "text": "per", + "confidence": 0.987 + }, + { + "boundingBox": [ + 827, + 1924, + 900, + 1924, + 900, + 1958, + 826, + 1958 + ], + "text": "book", + "confidence": 0.987 + }, + { + "boundingBox": [ + 907, + 1924, + 926, + 1924, + 925, + 1958, + 907, + 1958 + ], + "text": "if", + "confidence": 0.985 + }, + { + "boundingBox": [ + 932, + 1924, + 1061, + 1924, + 1060, + 1958, + 932, + 1958 + ], + "text": "returned", + "confidence": 0.981 + }, + { + "boundingBox": [ + 1068, + 1924, + 1157, + 1924, + 1156, + 1958, + 1067, + 1958 + ], + "text": "within", + "confidence": 0.981 + }, + { + "boundingBox": [ + 1164, + 1924, + 1201, + 1924, + 1200, + 1958, + 1163, + 1958 + ], + "text": "60", + "confidence": 0.987 + }, + { + "boundingBox": [ + 1208, + 1924, + 1283, + 1924, + 1282, + 1958, + 1206, + 1958 + ], + "text": "days", + "confidence": 0.985 + }, + { + "boundingBox": [ + 1290, + 1924, + 1318, + 1924, + 1316, + 1958, + 1289, + 1958 + ], + "text": "of", + "confidence": 0.988 + }, + { + "boundingBox": [ + 1325, + 1924, + 1439, + 1924, + 1438, + 1958, + 1323, + 1958 + ], + "text": "reading", + "confidence": 0.983 + }, + { + "boundingBox": [ + 1446, + 1924, + 1510, + 1924, + 1509, + 1958, + 1445, + 1958 + ], + "text": "and", + "confidence": 0.987 + } + ] + }, + { + "boundingBox": [ + 168, + 1957, + 786, + 1958, + 786, + 1991, + 168, + 1991 + ], + "text": "offer you 25% off you next total purchase.", + "appearance": { + "style": { + "name": "other", + "confidence": 1.0 + } + }, + "words": [ + { + "boundingBox": [ + 169, + 1958, + 235, + 1958, + 236, + 1991, + 169, + 1991 + ], + "text": "offer", + "confidence": 0.985 + }, + { + "boundingBox": [ + 242, + 1958, + 299, + 1958, + 300, + 1992, + 242, + 1991 + ], + "text": "you", + "confidence": 0.987 + }, + { + "boundingBox": [ + 306, + 1958, + 374, + 1958, + 374, + 1992, + 306, + 1992 + ], + "text": "25%", + "confidence": 0.983 + }, + { + "boundingBox": [ + 380, + 1958, + 421, + 1958, + 421, + 1992, + 381, + 1992 + ], + "text": "off", + "confidence": 0.987 + }, + { + "boundingBox": [ + 427, + 1958, + 483, + 1958, + 483, + 1992, + 428, + 1992 + ], + "text": "you", + "confidence": 0.987 + }, + { + "boundingBox": [ + 489, + 1958, + 555, + 1959, + 556, + 1992, + 490, + 1992 + ], + "text": "next", + "confidence": 0.986 + }, + { + "boundingBox": [ + 562, + 1959, + 628, + 1959, + 628, + 1991, + 562, + 1992 + ], + "text": "total", + "confidence": 0.986 + }, + { + "boundingBox": [ + 634, + 1959, + 786, + 1961, + 786, + 1990, + 635, + 1991 + ], + "text": "purchase.", + "confidence": 0.967 + } + ] + } + ] + } + ], + "pageResults": [ + { + "page": 1, + "tables": [ + { + "rows": 5, + "columns": 5, + "cells": [ + { + "rowIndex": 0, + "columnIndex": 0, + "columnSpan": 2, + "text": "Details", + "boundingBox": [ + 157, + 1038, + 847, + 1037, + 847, + 1086, + 157, + 1086 + ], + "elements": [ + "#/readResults/0/lines/21/words/0" + ] + }, + { + "rowIndex": 0, + "columnIndex": 2, + "text": "Quantity", + "boundingBox": [ + 847, + 1037, + 1071, + 1037, + 1071, + 1086, + 847, + 1086 + ], + "elements": [ + "#/readResults/0/lines/22/words/0" + ] + }, + { + "rowIndex": 0, + "columnIndex": 3, + "text": "Unit Price", + "boundingBox": [ + 1071, + 1037, + 1310, + 1038, + 1310, + 1086, + 1071, + 1086 + ], + "elements": [ + "#/readResults/0/lines/23/words/0", + "#/readResults/0/lines/23/words/1" + ] + }, + { + "rowIndex": 0, + "columnIndex": 4, + "text": "Total", + "boundingBox": [ + 1310, + 1038, + 1543, + 1038, + 1543, + 1086, + 1310, + 1086 + ], + "elements": [ + "#/readResults/0/lines/24/words/0" + ] + }, + { + "rowIndex": 1, + "columnIndex": 0, + "columnSpan": 2, + "text": "Bindings", + "boundingBox": [ + 157, + 1086, + 847, + 1086, + 847, + 1127, + 157, + 1128 + ], + "elements": [ + "#/readResults/0/lines/25/words/0" + ] + }, + { + "rowIndex": 1, + "columnIndex": 2, + "text": "20", + "boundingBox": [ + 847, + 1086, + 1071, + 1086, + 1071, + 1127, + 847, + 1127 + ], + "elements": [ + "#/readResults/0/lines/26/words/0" + ] + }, + { + "rowIndex": 1, + "columnIndex": 3, + "text": "1.00", + "boundingBox": [ + 1071, + 1086, + 1310, + 1086, + 1310, + 1127, + 1071, + 1127 + ], + "elements": [ + "#/readResults/0/lines/27/words/0" + ] + }, + { + "rowIndex": 1, + "columnIndex": 4, + "text": "20.00", + "boundingBox": [ + 1310, + 1086, + 1543, + 1086, + 1543, + 1127, + 1310, + 1127 + ], + "elements": [ + "#/readResults/0/lines/28/words/0" + ] + }, + { + "rowIndex": 2, + "columnIndex": 0, + "columnSpan": 2, + "text": "Covers Small", + "boundingBox": [ + 157, + 1128, + 847, + 1127, + 847, + 1171, + 157, + 1171 + ], + "elements": [ + "#/readResults/0/lines/29/words/0", + "#/readResults/0/lines/29/words/1" + ] + }, + { + "rowIndex": 2, + "columnIndex": 2, + "text": "20", + "boundingBox": [ + 847, + 1127, + 1071, + 1127, + 1071, + 1171, + 847, + 1171 + ], + "elements": [ + "#/readResults/0/lines/30/words/0" + ] + }, + { + "rowIndex": 2, + "columnIndex": 3, + "text": "1.00", + "boundingBox": [ + 1071, + 1127, + 1310, + 1127, + 1310, + 1171, + 1071, + 1171 + ], + "elements": [ + "#/readResults/0/lines/31/words/0" + ] + }, + { + "rowIndex": 2, + "columnIndex": 4, + "text": "20.00", + "boundingBox": [ + 1310, + 1127, + 1543, + 1127, + 1543, + 1171, + 1310, + 1171 + ], + "elements": [ + "#/readResults/0/lines/32/words/0" + ] + }, + { + "rowIndex": 3, + "columnIndex": 0, + "columnSpan": 2, + "text": "Feather Bookmark", + "boundingBox": [ + 157, + 1171, + 847, + 1171, + 847, + 1214, + 157, + 1214 + ], + "elements": [ + "#/readResults/0/lines/33/words/0", + "#/readResults/0/lines/33/words/1" + ] + }, + { + "rowIndex": 3, + "columnIndex": 2, + "text": "20", + "boundingBox": [ + 847, + 1171, + 1071, + 1171, + 1071, + 1214, + 847, + 1214 + ], + "elements": [ + "#/readResults/0/lines/34/words/0" + ] + }, + { + "rowIndex": 3, + "columnIndex": 3, + "text": "5.00", + "boundingBox": [ + 1071, + 1171, + 1310, + 1171, + 1310, + 1214, + 1071, + 1214 + ], + "elements": [ + "#/readResults/0/lines/35/words/0" + ] + }, + { + "rowIndex": 3, + "columnIndex": 4, + "text": "100.00", + "boundingBox": [ + 1310, + 1171, + 1543, + 1171, + 1543, + 1215, + 1310, + 1214 + ], + "elements": [ + "#/readResults/0/lines/36/words/0" + ] + }, + { + "rowIndex": 4, + "columnIndex": 0, + "columnSpan": 2, + "text": "Copper Swirl Marker", + "boundingBox": [ + 157, + 1214, + 847, + 1214, + 847, + 1258, + 157, + 1258 + ], + "elements": [ + "#/readResults/0/lines/37/words/0", + "#/readResults/0/lines/37/words/1", + "#/readResults/0/lines/37/words/2" + ] + }, + { + "rowIndex": 4, + "columnIndex": 2, + "text": "20", + "boundingBox": [ + 847, + 1214, + 1071, + 1214, + 1071, + 1258, + 847, + 1258 + ], + "elements": [ + "#/readResults/0/lines/38/words/0" + ] + }, + { + "rowIndex": 4, + "columnIndex": 3, + "text": "5.00", + "boundingBox": [ + 1071, + 1214, + 1310, + 1214, + 1310, + 1258, + 1071, + 1258 + ], + "elements": [ + "#/readResults/0/lines/39/words/0" + ] + }, + { + "rowIndex": 4, + "columnIndex": 4, + "text": "100.00", + "boundingBox": [ + 1310, + 1214, + 1543, + 1215, + 1543, + 1260, + 1310, + 1258 + ], + "elements": [ + "#/readResults/0/lines/40/words/0" + ] + } + ], + "boundingBox": [ + 153, + 1036, + 1547, + 1037, + 1547, + 1265, + 153, + 1265 + ] + }, + { + "rows": 4, + "columns": 2, + "cells": [ + { + "rowIndex": 0, + "columnIndex": 0, + "text": "SUBTOTAL", + "boundingBox": [ + 1072, + 1564, + 1307, + 1565, + 1308, + 1609, + 1071, + 1608 + ], + "elements": [ + "#/readResults/0/lines/41/words/0" + ] + }, + { + "rowIndex": 0, + "columnIndex": 1, + "text": "$140.00", + "boundingBox": [ + 1307, + 1565, + 1542, + 1564, + 1543, + 1609, + 1308, + 1609 + ], + "elements": [ + "#/readResults/0/lines/42/words/0" + ] + }, + { + "rowIndex": 1, + "columnIndex": 0, + "text": "TAX", + "boundingBox": [ + 1071, + 1608, + 1308, + 1609, + 1308, + 1652, + 1071, + 1651 + ], + "elements": [ + "#/readResults/0/lines/43/words/0" + ] + }, + { + "rowIndex": 1, + "columnIndex": 1, + "text": "$4.00", + "boundingBox": [ + 1308, + 1609, + 1543, + 1609, + 1543, + 1652, + 1308, + 1652 + ], + "elements": [ + "#/readResults/0/lines/44/words/0" + ] + }, + { + "rowIndex": 2, + "columnIndex": 0, + "text": "", + "boundingBox": [ + 1071, + 1651, + 1308, + 1652, + 1308, + 1663, + 1071, + 1663 + ], + "elements": [] + }, + { + "rowIndex": 2, + "columnIndex": 1, + "text": "", + "boundingBox": [ + 1308, + 1652, + 1543, + 1652, + 1543, + 1663, + 1308, + 1663 + ], + "elements": [] + }, + { + "rowIndex": 3, + "columnIndex": 0, + "text": "TOTAL", + "boundingBox": [ + 1071, + 1663, + 1308, + 1663, + 1308, + 1707, + 1071, + 1707 + ], + "elements": [ + "#/readResults/0/lines/46/words/0" + ] + }, + { + "rowIndex": 3, + "columnIndex": 1, + "text": "$144.00", + "boundingBox": [ + 1308, + 1663, + 1543, + 1663, + 1543, + 1708, + 1308, + 1707 + ], + "elements": [ + "#/readResults/0/lines/47/words/0" + ] + } + ], + "boundingBox": [ + 1058, + 1563, + 1555, + 1563, + 1555, + 1707, + 1058, + 1707 + ] + } + ] + } + ] + } + } + } + ], + "Variables": { + "FORM_RECOGNIZER_API_KEY": "Sanitized", + "FORM_RECOGNIZER_ENDPOINT": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/", + "RandomSeed": "1559909134" + } +} \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeContentWithLanguage(%en%).json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeContentWithLanguage(%en%).json new file mode 100644 index 0000000000000..33395669912cc --- /dev/null +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeContentWithLanguage(%en%).json @@ -0,0 +1,3736 @@ +{ + "Entries": [ + { + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/layout/analyze?language=en", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Content-Length": "22", + "Content-Type": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "traceparent": "00-619154335da7c241b2be39657f163d11-f6296c9c2ef45c4b-00", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201111.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "899cd044b8113d47aa522826fbbd5cb3", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "source": "Sanitized" + }, + "StatusCode": 202, + "ResponseHeaders": { + "apim-request-id": "7fb90364-3e4f-46a7-8740-f6df7ddac590", + "Content-Length": "0", + "Date": "Wed, 11 Nov 2020 20:56:59 GMT", + "Operation-Location": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/layout/analyzeResults/7fb90364-3e4f-46a7-8740-f6df7ddac590", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "623" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/layout/analyzeResults/7fb90364-3e4f-46a7-8740-f6df7ddac590", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201111.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "7405d23b965cc0d6f3d41e41d171c3a7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "83096503-ed66-46bf-ab58-c7f180fc9c9e", + "Content-Length": "106", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 11 Nov 2020 20:56:59 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "8" + }, + "ResponseBody": { + "status": "running", + "createdDateTime": "2020-11-11T20:56:59Z", + "lastUpdatedDateTime": "2020-11-11T20:56:59Z" + } + }, + { + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/layout/analyzeResults/7fb90364-3e4f-46a7-8740-f6df7ddac590", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201111.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "b175794d78b08e012236ec332825397e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "d58e1aac-3df3-48b2-bb67-308dcf8cecbd", + "Content-Length": "106", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 11 Nov 2020 20:57:00 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "9" + }, + "ResponseBody": { + "status": "running", + "createdDateTime": "2020-11-11T20:56:59Z", + "lastUpdatedDateTime": "2020-11-11T20:56:59Z" + } + }, + { + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/layout/analyzeResults/7fb90364-3e4f-46a7-8740-f6df7ddac590", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201111.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "57e43ee85939ade9fadb963d9a056b39", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "2946f8d0-4e7c-4ee0-aef8-33f7de89db2b", + "Content-Length": "106", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 11 Nov 2020 20:57:01 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "8" + }, + "ResponseBody": { + "status": "running", + "createdDateTime": "2020-11-11T20:56:59Z", + "lastUpdatedDateTime": "2020-11-11T20:56:59Z" + } + }, + { + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/layout/analyzeResults/7fb90364-3e4f-46a7-8740-f6df7ddac590", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201111.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "81d9818fab47c303d0765125aaa298cd", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "8119020e-0d5a-40d2-9c38-77fa0019f016", + "Content-Length": "106", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 11 Nov 2020 20:57:02 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "10" + }, + "ResponseBody": { + "status": "running", + "createdDateTime": "2020-11-11T20:56:59Z", + "lastUpdatedDateTime": "2020-11-11T20:56:59Z" + } + }, + { + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/layout/analyzeResults/7fb90364-3e4f-46a7-8740-f6df7ddac590", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201111.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "92599f9a6b8cf36e90c7b7d4e1c4f41d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "f076752a-3da1-42fb-aecc-9c974bf208fd", + "Content-Length": "24403", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 11 Nov 2020 20:57:04 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "19" + }, + "ResponseBody": { + "status": "succeeded", + "createdDateTime": "2020-11-11T20:56:59Z", + "lastUpdatedDateTime": "2020-11-11T20:57:03Z", + "analyzeResult": { + "version": "2.1.0", + "readResults": [ + { + "page": 1, + "angle": 0, + "width": 1700, + "height": 2200, + "unit": "pixel", + "language": "en", + "lines": [ + { + "boundingBox": [ + 136, + 139, + 351, + 138, + 351, + 166, + 136, + 166 + ], + "text": "Purchase Order", + "appearance": { + "style": { + "name": "other", + "confidence": 1.0 + } + }, + "words": [ + { + "boundingBox": [ + 137, + 140, + 264, + 139, + 263, + 167, + 137, + 167 + ], + "text": "Purchase", + "confidence": 0.984 + }, + { + "boundingBox": [ + 269, + 139, + 351, + 139, + 351, + 167, + 269, + 167 + ], + "text": "Order", + "confidence": 0.986 + } + ] + }, + { + "boundingBox": [ + 620, + 205, + 1074, + 204, + 1075, + 265, + 620, + 266 + ], + "text": "Hero Limited", + "appearance": { + "style": { + "name": "other", + "confidence": 1.0 + } + }, + "words": [ + { + "boundingBox": [ + 621, + 208, + 794, + 205, + 793, + 266, + 620, + 266 + ], + "text": "Hero", + "confidence": 0.987 + }, + { + "boundingBox": [ + 806, + 205, + 1075, + 205, + 1074, + 266, + 805, + 266 + ], + "text": "Limited", + "confidence": 0.985 + } + ] + }, + { + "boundingBox": [ + 1112, + 321, + 1554, + 321, + 1554, + 369, + 1112, + 369 + ], + "text": "Purchase Order", + "appearance": { + "style": { + "name": "other", + "confidence": 1.0 + } + }, + "words": [ + { + "boundingBox": [ + 1113, + 322, + 1381, + 321, + 1380, + 370, + 1113, + 368 + ], + "text": "Purchase", + "confidence": 0.983 + }, + { + "boundingBox": [ + 1390, + 321, + 1554, + 321, + 1553, + 370, + 1389, + 370 + ], + "text": "Order", + "confidence": 0.983 + } + ] + }, + { + "boundingBox": [ + 163, + 352, + 528, + 350, + 528, + 376, + 163, + 379 + ], + "text": "Company Phone: 555-348-6512", + "appearance": { + "style": { + "name": "other", + "confidence": 0.999 + } + }, + "words": [ + { + "boundingBox": [ + 163, + 353, + 274, + 351, + 275, + 379, + 164, + 378 + ], + "text": "Company", + "confidence": 0.985 + }, + { + "boundingBox": [ + 279, + 351, + 359, + 351, + 360, + 378, + 280, + 378 + ], + "text": "Phone:", + "confidence": 0.984 + }, + { + "boundingBox": [ + 364, + 351, + 528, + 351, + 528, + 374, + 364, + 378 + ], + "text": "555-348-6512", + "confidence": 0.975 + } + ] + }, + { + "boundingBox": [ + 166, + 393, + 533, + 393, + 533, + 418, + 166, + 418 + ], + "text": "Website: www.herolimited.com", + "appearance": { + "style": { + "name": "other", + "confidence": 0.999 + } + }, + "words": [ + { + "boundingBox": [ + 167, + 394, + 269, + 393, + 269, + 418, + 167, + 417 + ], + "text": "Website:", + "confidence": 0.981 + }, + { + "boundingBox": [ + 273, + 393, + 531, + 393, + 530, + 418, + 273, + 418 + ], + "text": "www.herolimited.com", + "confidence": 0.945 + } + ] + }, + { + "boundingBox": [ + 165, + 435, + 237, + 435, + 237, + 460, + 165, + 460 + ], + "text": "Email:", + "appearance": { + "style": { + "name": "other", + "confidence": 0.99 + } + }, + "words": [ + { + "boundingBox": [ + 165, + 435, + 237, + 435, + 237, + 460, + 165, + 460 + ], + "text": "Email:", + "confidence": 0.985 + } + ] + }, + { + "boundingBox": [ + 1024, + 419, + 1317, + 420, + 1317, + 448, + 1024, + 448 + ], + "text": "Dated As: 12/20/2020", + "appearance": { + "style": { + "name": "other", + "confidence": 0.998 + } + }, + "words": [ + { + "boundingBox": [ + 1025, + 421, + 1108, + 420, + 1108, + 448, + 1025, + 448 + ], + "text": "Dated", + "confidence": 0.986 + }, + { + "boundingBox": [ + 1114, + 420, + 1160, + 420, + 1160, + 448, + 1114, + 448 + ], + "text": "As:", + "confidence": 0.987 + }, + { + "boundingBox": [ + 1165, + 420, + 1317, + 421, + 1316, + 449, + 1165, + 448 + ], + "text": "12/20/2020", + "confidence": 0.982 + } + ] + }, + { + "boundingBox": [ + 164, + 479, + 482, + 478, + 483, + 502, + 164, + 503 + ], + "text": "accounts@herolimited.com", + "appearance": { + "style": { + "name": "other", + "confidence": 0.999 + } + }, + "words": [ + { + "boundingBox": [ + 164, + 481, + 478, + 479, + 478, + 503, + 165, + 503 + ], + "text": "accounts@herolimited.com", + "confidence": 0.952 + } + ] + }, + { + "boundingBox": [ + 1023, + 461, + 1376, + 461, + 1376, + 489, + 1023, + 488 + ], + "text": "Purchase Order #: 948284", + "appearance": { + "style": { + "name": "other", + "confidence": 0.999 + } + }, + "words": [ + { + "boundingBox": [ + 1023, + 461, + 1152, + 461, + 1152, + 489, + 1023, + 488 + ], + "text": "Purchase", + "confidence": 0.984 + }, + { + "boundingBox": [ + 1157, + 461, + 1238, + 461, + 1239, + 489, + 1157, + 489 + ], + "text": "Order", + "confidence": 0.986 + }, + { + "boundingBox": [ + 1244, + 461, + 1272, + 461, + 1272, + 489, + 1244, + 489 + ], + "text": "#:", + "confidence": 0.987 + }, + { + "boundingBox": [ + 1277, + 461, + 1376, + 462, + 1376, + 489, + 1277, + 489 + ], + "text": "948284", + "confidence": 0.983 + } + ] + }, + { + "boundingBox": [ + 167, + 547, + 397, + 546, + 397, + 591, + 167, + 592 + ], + "text": "Shipped To", + "appearance": { + "style": { + "name": "other", + "confidence": 1.0 + } + }, + "words": [ + { + "boundingBox": [ + 167, + 547, + 333, + 547, + 332, + 592, + 168, + 592 + ], + "text": "Shipped", + "confidence": 0.985 + }, + { + "boundingBox": [ + 341, + 547, + 397, + 547, + 396, + 591, + 341, + 592 + ], + "text": "To", + "confidence": 0.988 + } + ] + }, + { + "boundingBox": [ + 159, + 609, + 520, + 609, + 520, + 638, + 159, + 638 + ], + "text": "Vendor Name: Hillary Swank", + "appearance": { + "style": { + "name": "other", + "confidence": 0.999 + } + }, + "words": [ + { + "boundingBox": [ + 160, + 611, + 254, + 610, + 254, + 638, + 160, + 637 + ], + "text": "Vendor", + "confidence": 0.982 + }, + { + "boundingBox": [ + 259, + 610, + 344, + 609, + 344, + 639, + 259, + 638 + ], + "text": "Name:", + "confidence": 0.986 + }, + { + "boundingBox": [ + 350, + 609, + 430, + 609, + 430, + 639, + 349, + 639 + ], + "text": "Hillary", + "confidence": 0.985 + }, + { + "boundingBox": [ + 435, + 609, + 521, + 610, + 520, + 639, + 435, + 639 + ], + "text": "Swank", + "confidence": 0.986 + } + ] + }, + { + "boundingBox": [ + 159, + 647, + 629, + 646, + 629, + 677, + 160, + 679 + ], + "text": "Company Name: Higgly Wiggly Books", + "appearance": { + "style": { + "name": "other", + "confidence": 1.0 + } + }, + "words": [ + { + "boundingBox": [ + 160, + 649, + 278, + 647, + 279, + 678, + 161, + 676 + ], + "text": "Company", + "confidence": 0.985 + }, + { + "boundingBox": [ + 284, + 647, + 370, + 647, + 370, + 679, + 284, + 678 + ], + "text": "Name:", + "confidence": 0.983 + }, + { + "boundingBox": [ + 375, + 647, + 453, + 646, + 453, + 679, + 375, + 679 + ], + "text": "Higgly", + "confidence": 0.986 + }, + { + "boundingBox": [ + 459, + 646, + 545, + 646, + 544, + 678, + 459, + 679 + ], + "text": "Wiggly", + "confidence": 0.986 + }, + { + "boundingBox": [ + 550, + 646, + 629, + 646, + 628, + 676, + 550, + 678 + ], + "text": "Books", + "confidence": 0.986 + } + ] + }, + { + "boundingBox": [ + 160, + 684, + 526, + 684, + 526, + 712, + 160, + 711 + ], + "text": "Address: 938 NE Burner Road", + "appearance": { + "style": { + "name": "other", + "confidence": 0.999 + } + }, + "words": [ + { + "boundingBox": [ + 161, + 685, + 269, + 685, + 268, + 712, + 160, + 711 + ], + "text": "Address:", + "confidence": 0.981 + }, + { + "boundingBox": [ + 274, + 685, + 324, + 685, + 323, + 713, + 273, + 712 + ], + "text": "938", + "confidence": 0.987 + }, + { + "boundingBox": [ + 329, + 685, + 365, + 685, + 364, + 713, + 328, + 713 + ], + "text": "NE", + "confidence": 0.988 + }, + { + "boundingBox": [ + 370, + 685, + 455, + 685, + 455, + 713, + 369, + 713 + ], + "text": "Burner", + "confidence": 0.985 + }, + { + "boundingBox": [ + 460, + 685, + 527, + 685, + 527, + 713, + 460, + 713 + ], + "text": "Road", + "confidence": 0.987 + } + ] + }, + { + "boundingBox": [ + 279, + 722, + 566, + 721, + 566, + 750, + 279, + 751 + ], + "text": "Boulder City, CO 92848", + "appearance": { + "style": { + "name": "other", + "confidence": 1.0 + } + }, + "words": [ + { + "boundingBox": [ + 279, + 722, + 371, + 722, + 372, + 751, + 280, + 750 + ], + "text": "Boulder", + "confidence": 0.985 + }, + { + "boundingBox": [ + 377, + 722, + 433, + 722, + 434, + 751, + 378, + 751 + ], + "text": "City,", + "confidence": 0.986 + }, + { + "boundingBox": [ + 439, + 722, + 477, + 722, + 477, + 751, + 439, + 751 + ], + "text": "CO", + "confidence": 0.988 + }, + { + "boundingBox": [ + 482, + 722, + 565, + 722, + 565, + 749, + 482, + 751 + ], + "text": "92848", + "confidence": 0.976 + } + ] + }, + { + "boundingBox": [ + 612, + 721, + 885, + 721, + 885, + 747, + 612, + 748 + ], + "text": "Phone: 938-294-2949", + "appearance": { + "style": { + "name": "other", + "confidence": 0.998 + } + }, + "words": [ + { + "boundingBox": [ + 613, + 722, + 702, + 722, + 702, + 749, + 613, + 749 + ], + "text": "Phone:", + "confidence": 0.983 + }, + { + "boundingBox": [ + 708, + 722, + 885, + 722, + 884, + 748, + 708, + 749 + ], + "text": "938-294-2949", + "confidence": 0.976 + } + ] + }, + { + "boundingBox": [ + 167, + 784, + 453, + 784, + 453, + 829, + 167, + 830 + ], + "text": "Shipped From", + "appearance": { + "style": { + "name": "other", + "confidence": 0.999 + } + }, + "words": [ + { + "boundingBox": [ + 167, + 784, + 330, + 785, + 330, + 830, + 169, + 830 + ], + "text": "Shipped", + "confidence": 0.982 + }, + { + "boundingBox": [ + 339, + 785, + 448, + 785, + 448, + 826, + 339, + 830 + ], + "text": "From", + "confidence": 0.987 + } + ] + }, + { + "boundingBox": [ + 165, + 852, + 445, + 851, + 445, + 878, + 165, + 879 + ], + "text": "Name: Bernie Sanders", + "appearance": { + "style": { + "name": "other", + "confidence": 1.0 + } + }, + "words": [ + { + "boundingBox": [ + 166, + 853, + 250, + 853, + 250, + 879, + 166, + 879 + ], + "text": "Name:", + "confidence": 0.983 + }, + { + "boundingBox": [ + 255, + 852, + 338, + 852, + 337, + 880, + 255, + 879 + ], + "text": "Bernie", + "confidence": 0.985 + }, + { + "boundingBox": [ + 343, + 852, + 446, + 852, + 445, + 879, + 343, + 880 + ], + "text": "Sanders", + "confidence": 0.983 + } + ] + }, + { + "boundingBox": [ + 164, + 889, + 629, + 889, + 629, + 919, + 164, + 919 + ], + "text": "Company Name: Jupiter Book Supply", + "appearance": { + "style": { + "name": "other", + "confidence": 1.0 + } + }, + "words": [ + { + "boundingBox": [ + 164, + 890, + 282, + 890, + 283, + 919, + 165, + 919 + ], + "text": "Company", + "confidence": 0.984 + }, + { + "boundingBox": [ + 288, + 890, + 374, + 889, + 375, + 919, + 289, + 919 + ], + "text": "Name:", + "confidence": 0.985 + }, + { + "boundingBox": [ + 380, + 889, + 466, + 889, + 466, + 919, + 380, + 919 + ], + "text": "Jupiter", + "confidence": 0.983 + }, + { + "boundingBox": [ + 471, + 889, + 536, + 889, + 536, + 920, + 472, + 919 + ], + "text": "Book", + "confidence": 0.983 + }, + { + "boundingBox": [ + 542, + 889, + 630, + 890, + 629, + 920, + 542, + 920 + ], + "text": "Supply", + "confidence": 0.986 + } + ] + }, + { + "boundingBox": [ + 165, + 925, + 521, + 926, + 521, + 953, + 165, + 952 + ], + "text": "Address: 383 N Kinnick Road", + "appearance": { + "style": { + "name": "other", + "confidence": 0.999 + } + }, + "words": [ + { + "boundingBox": [ + 166, + 926, + 273, + 925, + 273, + 953, + 166, + 953 + ], + "text": "Address:", + "confidence": 0.982 + }, + { + "boundingBox": [ + 279, + 925, + 327, + 925, + 327, + 953, + 278, + 953 + ], + "text": "383", + "confidence": 0.987 + }, + { + "boundingBox": [ + 332, + 926, + 353, + 926, + 353, + 953, + 332, + 953 + ], + "text": "N", + "confidence": 0.983 + }, + { + "boundingBox": [ + 358, + 926, + 448, + 926, + 448, + 954, + 358, + 953 + ], + "text": "Kinnick", + "confidence": 0.984 + }, + { + "boundingBox": [ + 453, + 926, + 521, + 927, + 520, + 954, + 453, + 954 + ], + "text": "Road", + "confidence": 0.987 + } + ] + }, + { + "boundingBox": [ + 280, + 963, + 514, + 962, + 514, + 990, + 281, + 991 + ], + "text": "Seattle, WA 38383", + "appearance": { + "style": { + "name": "other", + "confidence": 0.999 + } + }, + "words": [ + { + "boundingBox": [ + 281, + 965, + 377, + 964, + 378, + 991, + 283, + 991 + ], + "text": "Seattle,", + "confidence": 0.981 + }, + { + "boundingBox": [ + 382, + 964, + 429, + 964, + 430, + 991, + 383, + 991 + ], + "text": "WA", + "confidence": 0.988 + }, + { + "boundingBox": [ + 434, + 964, + 514, + 962, + 514, + 990, + 435, + 991 + ], + "text": "38383", + "confidence": 0.975 + } + ] + }, + { + "boundingBox": [ + 760, + 963, + 1032, + 963, + 1032, + 989, + 760, + 990 + ], + "text": "Phone: 932-299-0292", + "appearance": { + "style": { + "name": "other", + "confidence": 0.997 + } + }, + "words": [ + { + "boundingBox": [ + 760, + 964, + 849, + 964, + 849, + 990, + 760, + 990 + ], + "text": "Phone:", + "confidence": 0.983 + }, + { + "boundingBox": [ + 855, + 964, + 1033, + 963, + 1032, + 990, + 854, + 990 + ], + "text": "932-299-0292", + "confidence": 0.978 + } + ] + }, + { + "boundingBox": [ + 446, + 1047, + 558, + 1047, + 558, + 1077, + 446, + 1077 + ], + "text": "Details", + "appearance": { + "style": { + "name": "other", + "confidence": 0.999 + } + }, + "words": [ + { + "boundingBox": [ + 447, + 1048, + 558, + 1048, + 558, + 1077, + 446, + 1078 + ], + "text": "Details", + "confidence": 0.985 + } + ] + }, + { + "boundingBox": [ + 885, + 1047, + 1034, + 1047, + 1034, + 1083, + 886, + 1083 + ], + "text": "Quantity", + "appearance": { + "style": { + "name": "other", + "confidence": 1.0 + } + }, + "words": [ + { + "boundingBox": [ + 886, + 1048, + 1034, + 1047, + 1034, + 1084, + 886, + 1084 + ], + "text": "Quantity", + "confidence": 0.981 + } + ] + }, + { + "boundingBox": [ + 1111, + 1047, + 1270, + 1047, + 1269, + 1078, + 1111, + 1077 + ], + "text": "Unit Price", + "appearance": { + "style": { + "name": "other", + "confidence": 1.0 + } + }, + "words": [ + { + "boundingBox": [ + 1112, + 1047, + 1181, + 1047, + 1180, + 1078, + 1111, + 1078 + ], + "text": "Unit", + "confidence": 0.987 + }, + { + "boundingBox": [ + 1187, + 1047, + 1270, + 1049, + 1269, + 1078, + 1186, + 1078 + ], + "text": "Price", + "confidence": 0.986 + } + ] + }, + { + "boundingBox": [ + 1382, + 1047, + 1468, + 1047, + 1467, + 1077, + 1382, + 1077 + ], + "text": "Total", + "appearance": { + "style": { + "name": "other", + "confidence": 0.997 + } + }, + "words": [ + { + "boundingBox": [ + 1384, + 1047, + 1468, + 1047, + 1468, + 1077, + 1384, + 1077 + ], + "text": "Total", + "confidence": 0.986 + } + ] + }, + { + "boundingBox": [ + 172, + 1093, + 279, + 1095, + 279, + 1123, + 172, + 1121 + ], + "text": "Bindings", + "appearance": { + "style": { + "name": "other", + "confidence": 1.0 + } + }, + "words": [ + { + "boundingBox": [ + 172, + 1094, + 278, + 1097, + 278, + 1123, + 173, + 1122 + ], + "text": "Bindings", + "confidence": 0.984 + } + ] + }, + { + "boundingBox": [ + 859, + 1094, + 893, + 1094, + 893, + 1119, + 859, + 1119 + ], + "text": "20", + "appearance": { + "style": { + "name": "other", + "confidence": 0.959 + } + }, + "words": [ + { + "boundingBox": [ + 861, + 1094, + 892, + 1094, + 892, + 1119, + 861, + 1119 + ], + "text": "20", + "confidence": 0.988 + } + ] + }, + { + "boundingBox": [ + 1240, + 1096, + 1295, + 1094, + 1294, + 1118, + 1241, + 1118 + ], + "text": "1.00", + "appearance": { + "style": { + "name": "other", + "confidence": 1.0 + } + }, + "words": [ + { + "boundingBox": [ + 1241, + 1095, + 1293, + 1094, + 1294, + 1117, + 1242, + 1118 + ], + "text": "1.00", + "confidence": 0.986 + } + ] + }, + { + "boundingBox": [ + 1458, + 1095, + 1530, + 1095, + 1530, + 1119, + 1458, + 1119 + ], + "text": "20.00", + "appearance": { + "style": { + "name": "other", + "confidence": 1.0 + } + }, + "words": [ + { + "boundingBox": [ + 1458, + 1096, + 1531, + 1095, + 1530, + 1120, + 1459, + 1119 + ], + "text": "20.00", + "confidence": 0.983 + } + ] + }, + { + "boundingBox": [ + 169, + 1135, + 332, + 1134, + 333, + 1160, + 169, + 1161 + ], + "text": "Covers Small", + "appearance": { + "style": { + "name": "other", + "confidence": 0.999 + } + }, + "words": [ + { + "boundingBox": [ + 170, + 1136, + 254, + 1136, + 253, + 1161, + 170, + 1161 + ], + "text": "Covers", + "confidence": 0.985 + }, + { + "boundingBox": [ + 259, + 1136, + 333, + 1135, + 332, + 1161, + 258, + 1161 + ], + "text": "Small", + "confidence": 0.982 + } + ] + }, + { + "boundingBox": [ + 859, + 1135, + 894, + 1135, + 891, + 1160, + 860, + 1160 + ], + "text": "20", + "appearance": { + "style": { + "name": "other", + "confidence": 0.952 + } + }, + "words": [ + { + "boundingBox": [ + 861, + 1135, + 894, + 1135, + 894, + 1160, + 861, + 1160 + ], + "text": "20", + "confidence": 0.988 + } + ] + }, + { + "boundingBox": [ + 1239, + 1135, + 1295, + 1135, + 1294, + 1159, + 1239, + 1160 + ], + "text": "1.00", + "appearance": { + "style": { + "name": "other", + "confidence": 0.999 + } + }, + "words": [ + { + "boundingBox": [ + 1240, + 1135, + 1294, + 1135, + 1294, + 1159, + 1241, + 1160 + ], + "text": "1.00", + "confidence": 0.986 + } + ] + }, + { + "boundingBox": [ + 1458, + 1135, + 1530, + 1135, + 1530, + 1159, + 1459, + 1160 + ], + "text": "20.00", + "appearance": { + "style": { + "name": "other", + "confidence": 0.999 + } + }, + "words": [ + { + "boundingBox": [ + 1458, + 1135, + 1529, + 1135, + 1530, + 1159, + 1458, + 1160 + ], + "text": "20.00", + "confidence": 0.985 + } + ] + }, + { + "boundingBox": [ + 173, + 1178, + 403, + 1177, + 403, + 1205, + 173, + 1206 + ], + "text": "Feather Bookmark", + "appearance": { + "style": { + "name": "other", + "confidence": 1.0 + } + }, + "words": [ + { + "boundingBox": [ + 173, + 1180, + 266, + 1179, + 267, + 1206, + 174, + 1206 + ], + "text": "Feather", + "confidence": 0.983 + }, + { + "boundingBox": [ + 271, + 1179, + 402, + 1178, + 403, + 1206, + 272, + 1206 + ], + "text": "Bookmark", + "confidence": 0.984 + } + ] + }, + { + "boundingBox": [ + 860, + 1179, + 892, + 1179, + 891, + 1204, + 860, + 1203 + ], + "text": "20", + "appearance": { + "style": { + "name": "other", + "confidence": 0.842 + } + }, + "words": [ + { + "boundingBox": [ + 863, + 1179, + 892, + 1179, + 891, + 1204, + 863, + 1204 + ], + "text": "20", + "confidence": 0.986 + } + ] + }, + { + "boundingBox": [ + 1239, + 1179, + 1295, + 1178, + 1295, + 1203, + 1239, + 1204 + ], + "text": "5.00", + "appearance": { + "style": { + "name": "other", + "confidence": 0.998 + } + }, + "words": [ + { + "boundingBox": [ + 1239, + 1179, + 1294, + 1178, + 1294, + 1203, + 1239, + 1204 + ], + "text": "5.00", + "confidence": 0.986 + } + ] + }, + { + "boundingBox": [ + 1442, + 1180, + 1530, + 1180, + 1530, + 1203, + 1443, + 1204 + ], + "text": "100.00", + "appearance": { + "style": { + "name": "other", + "confidence": 1.0 + } + }, + "words": [ + { + "boundingBox": [ + 1443, + 1181, + 1529, + 1180, + 1529, + 1204, + 1443, + 1205 + ], + "text": "100.00", + "confidence": 0.984 + } + ] + }, + { + "boundingBox": [ + 169, + 1223, + 429, + 1222, + 430, + 1249, + 169, + 1253 + ], + "text": "Copper Swirl Marker", + "appearance": { + "style": { + "name": "other", + "confidence": 1.0 + } + }, + "words": [ + { + "boundingBox": [ + 170, + 1223, + 259, + 1222, + 259, + 1252, + 170, + 1253 + ], + "text": "Copper", + "confidence": 0.985 + }, + { + "boundingBox": [ + 265, + 1222, + 328, + 1222, + 328, + 1251, + 265, + 1252 + ], + "text": "Swirl", + "confidence": 0.986 + }, + { + "boundingBox": [ + 334, + 1222, + 429, + 1223, + 428, + 1248, + 334, + 1251 + ], + "text": "Marker", + "confidence": 0.983 + } + ] + }, + { + "boundingBox": [ + 860, + 1223, + 893, + 1223, + 893, + 1247, + 860, + 1247 + ], + "text": "20", + "appearance": { + "style": { + "name": "other", + "confidence": 0.985 + } + }, + "words": [ + { + "boundingBox": [ + 860, + 1223, + 892, + 1223, + 892, + 1247, + 860, + 1247 + ], + "text": "20", + "confidence": 0.988 + } + ] + }, + { + "boundingBox": [ + 1239, + 1221, + 1294, + 1222, + 1294, + 1246, + 1239, + 1247 + ], + "text": "5.00", + "appearance": { + "style": { + "name": "other", + "confidence": 0.996 + } + }, + "words": [ + { + "boundingBox": [ + 1239, + 1221, + 1293, + 1221, + 1293, + 1247, + 1239, + 1247 + ], + "text": "5.00", + "confidence": 0.983 + } + ] + }, + { + "boundingBox": [ + 1443, + 1223, + 1530, + 1222, + 1530, + 1246, + 1444, + 1247 + ], + "text": "100.00", + "appearance": { + "style": { + "name": "other", + "confidence": 1.0 + } + }, + "words": [ + { + "boundingBox": [ + 1444, + 1224, + 1530, + 1223, + 1529, + 1247, + 1444, + 1248 + ], + "text": "100.00", + "confidence": 0.982 + } + ] + }, + { + "boundingBox": [ + 1146, + 1573, + 1296, + 1573, + 1296, + 1600, + 1146, + 1600 + ], + "text": "SUBTOTAL", + "appearance": { + "style": { + "name": "other", + "confidence": 0.998 + } + }, + "words": [ + { + "boundingBox": [ + 1147, + 1575, + 1295, + 1575, + 1294, + 1600, + 1147, + 1600 + ], + "text": "SUBTOTAL", + "confidence": 0.984 + } + ] + }, + { + "boundingBox": [ + 1426, + 1571, + 1530, + 1571, + 1530, + 1597, + 1426, + 1598 + ], + "text": "$140.00", + "appearance": { + "style": { + "name": "other", + "confidence": 0.997 + } + }, + "words": [ + { + "boundingBox": [ + 1426, + 1572, + 1531, + 1572, + 1531, + 1597, + 1427, + 1599 + ], + "text": "$140.00", + "confidence": 0.982 + } + ] + }, + { + "boundingBox": [ + 1236, + 1618, + 1296, + 1618, + 1295, + 1643, + 1236, + 1643 + ], + "text": "TAX", + "appearance": { + "style": { + "name": "other", + "confidence": 1.0 + } + }, + "words": [ + { + "boundingBox": [ + 1238, + 1618, + 1296, + 1618, + 1296, + 1643, + 1238, + 1643 + ], + "text": "TAX", + "confidence": 0.987 + } + ] + }, + { + "boundingBox": [ + 1458, + 1615, + 1529, + 1615, + 1528, + 1641, + 1458, + 1643 + ], + "text": "$4.00", + "appearance": { + "style": { + "name": "other", + "confidence": 0.998 + } + }, + "words": [ + { + "boundingBox": [ + 1458, + 1615, + 1529, + 1615, + 1529, + 1642, + 1458, + 1643 + ], + "text": "$4.00", + "confidence": 0.983 + } + ] + }, + { + "boundingBox": [ + 484, + 1670, + 764, + 1670, + 764, + 1707, + 484, + 1706 + ], + "text": "Bernie Sanders", + "appearance": { + "style": { + "name": "handwriting", + "confidence": 0.793 + } + }, + "words": [ + { + "boundingBox": [ + 489, + 1671, + 609, + 1671, + 609, + 1706, + 489, + 1706 + ], + "text": "Bernie", + "confidence": 0.979 + }, + { + "boundingBox": [ + 616, + 1671, + 764, + 1670, + 765, + 1708, + 616, + 1706 + ], + "text": "Sanders", + "confidence": 0.979 + } + ] + }, + { + "boundingBox": [ + 1203, + 1673, + 1297, + 1673, + 1297, + 1698, + 1204, + 1699 + ], + "text": "TOTAL", + "appearance": { + "style": { + "name": "other", + "confidence": 1.0 + } + }, + "words": [ + { + "boundingBox": [ + 1204, + 1674, + 1297, + 1673, + 1297, + 1699, + 1205, + 1699 + ], + "text": "TOTAL", + "confidence": 0.983 + } + ] + }, + { + "boundingBox": [ + 1427, + 1670, + 1529, + 1669, + 1530, + 1696, + 1427, + 1697 + ], + "text": "$144.00", + "appearance": { + "style": { + "name": "other", + "confidence": 0.995 + } + }, + "words": [ + { + "boundingBox": [ + 1427, + 1671, + 1529, + 1669, + 1529, + 1697, + 1429, + 1698 + ], + "text": "$144.00", + "confidence": 0.984 + } + ] + }, + { + "boundingBox": [ + 542, + 1718, + 718, + 1719, + 718, + 1742, + 542, + 1741 + ], + "text": "Bernie Sanders", + "appearance": { + "style": { + "name": "other", + "confidence": 1.0 + } + }, + "words": [ + { + "boundingBox": [ + 542, + 1719, + 617, + 1719, + 618, + 1742, + 544, + 1742 + ], + "text": "Bernie", + "confidence": 0.985 + }, + { + "boundingBox": [ + 621, + 1719, + 717, + 1719, + 717, + 1743, + 622, + 1742 + ], + "text": "Sanders", + "confidence": 0.985 + } + ] + }, + { + "boundingBox": [ + 577, + 1753, + 681, + 1755, + 681, + 1778, + 577, + 1776 + ], + "text": "Manager", + "appearance": { + "style": { + "name": "other", + "confidence": 0.999 + } + }, + "words": [ + { + "boundingBox": [ + 577, + 1754, + 681, + 1756, + 680, + 1778, + 578, + 1776 + ], + "text": "Manager", + "confidence": 0.985 + } + ] + }, + { + "boundingBox": [ + 172, + 1796, + 478, + 1796, + 478, + 1832, + 172, + 1831 + ], + "text": "Additional Notes:", + "appearance": { + "style": { + "name": "other", + "confidence": 0.998 + } + }, + "words": [ + { + "boundingBox": [ + 173, + 1796, + 355, + 1796, + 354, + 1832, + 173, + 1831 + ], + "text": "Additional", + "confidence": 0.98 + }, + { + "boundingBox": [ + 361, + 1796, + 479, + 1797, + 478, + 1833, + 361, + 1832 + ], + "text": "Notes:", + "confidence": 0.985 + } + ] + }, + { + "boundingBox": [ + 174, + 1879, + 707, + 1880, + 707, + 1911, + 174, + 1908 + ], + "text": "Do not Jostle Box. Unpack carefully. Enjoy.", + "appearance": { + "style": { + "name": "other", + "confidence": 1.0 + } + }, + "words": [ + { + "boundingBox": [ + 175, + 1881, + 205, + 1881, + 205, + 1907, + 175, + 1907 + ], + "text": "Do", + "confidence": 0.988 + }, + { + "boundingBox": [ + 210, + 1881, + 256, + 1880, + 257, + 1908, + 210, + 1907 + ], + "text": "not", + "confidence": 0.987 + }, + { + "boundingBox": [ + 261, + 1880, + 335, + 1880, + 335, + 1909, + 262, + 1908 + ], + "text": "Jostle", + "confidence": 0.982 + }, + { + "boundingBox": [ + 340, + 1880, + 401, + 1880, + 402, + 1909, + 340, + 1909 + ], + "text": "Box.", + "confidence": 0.986 + }, + { + "boundingBox": [ + 406, + 1880, + 500, + 1880, + 500, + 1910, + 407, + 1909 + ], + "text": "Unpack", + "confidence": 0.985 + }, + { + "boundingBox": [ + 505, + 1880, + 623, + 1880, + 623, + 1911, + 505, + 1910 + ], + "text": "carefully.", + "confidence": 0.975 + }, + { + "boundingBox": [ + 628, + 1880, + 707, + 1881, + 707, + 1912, + 628, + 1911 + ], + "text": "Enjoy.", + "confidence": 0.984 + } + ] + }, + { + "boundingBox": [ + 168, + 1923, + 1510, + 1923, + 1510, + 1957, + 168, + 1958 + ], + "text": "Jupiter Book Supply will refund you 50% per book if returned within 60 days of reading and", + "appearance": { + "style": { + "name": "other", + "confidence": 0.998 + } + }, + "words": [ + { + "boundingBox": [ + 169, + 1924, + 270, + 1924, + 270, + 1959, + 169, + 1959 + ], + "text": "Jupiter", + "confidence": 0.984 + }, + { + "boundingBox": [ + 277, + 1924, + 355, + 1924, + 355, + 1958, + 277, + 1959 + ], + "text": "Book", + "confidence": 0.986 + }, + { + "boundingBox": [ + 361, + 1924, + 465, + 1924, + 465, + 1958, + 361, + 1958 + ], + "text": "Supply", + "confidence": 0.983 + }, + { + "boundingBox": [ + 472, + 1924, + 517, + 1924, + 517, + 1958, + 471, + 1958 + ], + "text": "will", + "confidence": 0.986 + }, + { + "boundingBox": [ + 524, + 1924, + 623, + 1924, + 623, + 1958, + 524, + 1958 + ], + "text": "refund", + "confidence": 0.984 + }, + { + "boundingBox": [ + 630, + 1924, + 687, + 1924, + 687, + 1958, + 629, + 1958 + ], + "text": "you", + "confidence": 0.987 + }, + { + "boundingBox": [ + 694, + 1924, + 763, + 1924, + 762, + 1958, + 694, + 1958 + ], + "text": "50%", + "confidence": 0.983 + }, + { + "boundingBox": [ + 770, + 1924, + 820, + 1924, + 819, + 1958, + 769, + 1958 + ], + "text": "per", + "confidence": 0.987 + }, + { + "boundingBox": [ + 827, + 1924, + 900, + 1924, + 900, + 1958, + 826, + 1958 + ], + "text": "book", + "confidence": 0.987 + }, + { + "boundingBox": [ + 907, + 1924, + 926, + 1924, + 925, + 1958, + 907, + 1958 + ], + "text": "if", + "confidence": 0.985 + }, + { + "boundingBox": [ + 932, + 1924, + 1061, + 1924, + 1060, + 1958, + 932, + 1958 + ], + "text": "returned", + "confidence": 0.981 + }, + { + "boundingBox": [ + 1068, + 1924, + 1157, + 1924, + 1156, + 1958, + 1067, + 1958 + ], + "text": "within", + "confidence": 0.981 + }, + { + "boundingBox": [ + 1164, + 1924, + 1201, + 1924, + 1200, + 1958, + 1163, + 1958 + ], + "text": "60", + "confidence": 0.987 + }, + { + "boundingBox": [ + 1208, + 1924, + 1283, + 1924, + 1282, + 1958, + 1206, + 1958 + ], + "text": "days", + "confidence": 0.985 + }, + { + "boundingBox": [ + 1290, + 1924, + 1318, + 1924, + 1316, + 1958, + 1289, + 1958 + ], + "text": "of", + "confidence": 0.988 + }, + { + "boundingBox": [ + 1325, + 1924, + 1439, + 1924, + 1438, + 1958, + 1323, + 1958 + ], + "text": "reading", + "confidence": 0.983 + }, + { + "boundingBox": [ + 1446, + 1924, + 1510, + 1924, + 1509, + 1958, + 1445, + 1958 + ], + "text": "and", + "confidence": 0.987 + } + ] + }, + { + "boundingBox": [ + 168, + 1957, + 786, + 1958, + 786, + 1991, + 168, + 1991 + ], + "text": "offer you 25% off you next total purchase.", + "appearance": { + "style": { + "name": "other", + "confidence": 1.0 + } + }, + "words": [ + { + "boundingBox": [ + 169, + 1958, + 235, + 1958, + 236, + 1991, + 169, + 1991 + ], + "text": "offer", + "confidence": 0.985 + }, + { + "boundingBox": [ + 242, + 1958, + 299, + 1958, + 300, + 1992, + 242, + 1991 + ], + "text": "you", + "confidence": 0.987 + }, + { + "boundingBox": [ + 306, + 1958, + 374, + 1958, + 374, + 1992, + 306, + 1992 + ], + "text": "25%", + "confidence": 0.983 + }, + { + "boundingBox": [ + 380, + 1958, + 421, + 1958, + 421, + 1992, + 381, + 1992 + ], + "text": "off", + "confidence": 0.987 + }, + { + "boundingBox": [ + 427, + 1958, + 483, + 1958, + 483, + 1992, + 428, + 1992 + ], + "text": "you", + "confidence": 0.987 + }, + { + "boundingBox": [ + 489, + 1958, + 555, + 1959, + 556, + 1992, + 490, + 1992 + ], + "text": "next", + "confidence": 0.986 + }, + { + "boundingBox": [ + 562, + 1959, + 628, + 1959, + 628, + 1991, + 562, + 1992 + ], + "text": "total", + "confidence": 0.986 + }, + { + "boundingBox": [ + 634, + 1959, + 786, + 1961, + 786, + 1990, + 635, + 1991 + ], + "text": "purchase.", + "confidence": 0.967 + } + ] + } + ] + } + ], + "pageResults": [ + { + "page": 1, + "tables": [ + { + "rows": 5, + "columns": 5, + "cells": [ + { + "rowIndex": 0, + "columnIndex": 0, + "columnSpan": 2, + "text": "Details", + "boundingBox": [ + 157, + 1038, + 847, + 1037, + 847, + 1086, + 157, + 1086 + ], + "elements": [ + "#/readResults/0/lines/21/words/0" + ] + }, + { + "rowIndex": 0, + "columnIndex": 2, + "text": "Quantity", + "boundingBox": [ + 847, + 1037, + 1071, + 1037, + 1071, + 1086, + 847, + 1086 + ], + "elements": [ + "#/readResults/0/lines/22/words/0" + ] + }, + { + "rowIndex": 0, + "columnIndex": 3, + "text": "Unit Price", + "boundingBox": [ + 1071, + 1037, + 1310, + 1038, + 1310, + 1086, + 1071, + 1086 + ], + "elements": [ + "#/readResults/0/lines/23/words/0", + "#/readResults/0/lines/23/words/1" + ] + }, + { + "rowIndex": 0, + "columnIndex": 4, + "text": "Total", + "boundingBox": [ + 1310, + 1038, + 1543, + 1038, + 1543, + 1086, + 1310, + 1086 + ], + "elements": [ + "#/readResults/0/lines/24/words/0" + ] + }, + { + "rowIndex": 1, + "columnIndex": 0, + "columnSpan": 2, + "text": "Bindings", + "boundingBox": [ + 157, + 1086, + 847, + 1086, + 847, + 1127, + 157, + 1128 + ], + "elements": [ + "#/readResults/0/lines/25/words/0" + ] + }, + { + "rowIndex": 1, + "columnIndex": 2, + "text": "20", + "boundingBox": [ + 847, + 1086, + 1071, + 1086, + 1071, + 1127, + 847, + 1127 + ], + "elements": [ + "#/readResults/0/lines/26/words/0" + ] + }, + { + "rowIndex": 1, + "columnIndex": 3, + "text": "1.00", + "boundingBox": [ + 1071, + 1086, + 1310, + 1086, + 1310, + 1127, + 1071, + 1127 + ], + "elements": [ + "#/readResults/0/lines/27/words/0" + ] + }, + { + "rowIndex": 1, + "columnIndex": 4, + "text": "20.00", + "boundingBox": [ + 1310, + 1086, + 1543, + 1086, + 1543, + 1127, + 1310, + 1127 + ], + "elements": [ + "#/readResults/0/lines/28/words/0" + ] + }, + { + "rowIndex": 2, + "columnIndex": 0, + "columnSpan": 2, + "text": "Covers Small", + "boundingBox": [ + 157, + 1128, + 847, + 1127, + 847, + 1171, + 157, + 1171 + ], + "elements": [ + "#/readResults/0/lines/29/words/0", + "#/readResults/0/lines/29/words/1" + ] + }, + { + "rowIndex": 2, + "columnIndex": 2, + "text": "20", + "boundingBox": [ + 847, + 1127, + 1071, + 1127, + 1071, + 1171, + 847, + 1171 + ], + "elements": [ + "#/readResults/0/lines/30/words/0" + ] + }, + { + "rowIndex": 2, + "columnIndex": 3, + "text": "1.00", + "boundingBox": [ + 1071, + 1127, + 1310, + 1127, + 1310, + 1171, + 1071, + 1171 + ], + "elements": [ + "#/readResults/0/lines/31/words/0" + ] + }, + { + "rowIndex": 2, + "columnIndex": 4, + "text": "20.00", + "boundingBox": [ + 1310, + 1127, + 1543, + 1127, + 1543, + 1171, + 1310, + 1171 + ], + "elements": [ + "#/readResults/0/lines/32/words/0" + ] + }, + { + "rowIndex": 3, + "columnIndex": 0, + "columnSpan": 2, + "text": "Feather Bookmark", + "boundingBox": [ + 157, + 1171, + 847, + 1171, + 847, + 1214, + 157, + 1214 + ], + "elements": [ + "#/readResults/0/lines/33/words/0", + "#/readResults/0/lines/33/words/1" + ] + }, + { + "rowIndex": 3, + "columnIndex": 2, + "text": "20", + "boundingBox": [ + 847, + 1171, + 1071, + 1171, + 1071, + 1214, + 847, + 1214 + ], + "elements": [ + "#/readResults/0/lines/34/words/0" + ] + }, + { + "rowIndex": 3, + "columnIndex": 3, + "text": "5.00", + "boundingBox": [ + 1071, + 1171, + 1310, + 1171, + 1310, + 1214, + 1071, + 1214 + ], + "elements": [ + "#/readResults/0/lines/35/words/0" + ] + }, + { + "rowIndex": 3, + "columnIndex": 4, + "text": "100.00", + "boundingBox": [ + 1310, + 1171, + 1543, + 1171, + 1543, + 1215, + 1310, + 1214 + ], + "elements": [ + "#/readResults/0/lines/36/words/0" + ] + }, + { + "rowIndex": 4, + "columnIndex": 0, + "columnSpan": 2, + "text": "Copper Swirl Marker", + "boundingBox": [ + 157, + 1214, + 847, + 1214, + 847, + 1258, + 157, + 1258 + ], + "elements": [ + "#/readResults/0/lines/37/words/0", + "#/readResults/0/lines/37/words/1", + "#/readResults/0/lines/37/words/2" + ] + }, + { + "rowIndex": 4, + "columnIndex": 2, + "text": "20", + "boundingBox": [ + 847, + 1214, + 1071, + 1214, + 1071, + 1258, + 847, + 1258 + ], + "elements": [ + "#/readResults/0/lines/38/words/0" + ] + }, + { + "rowIndex": 4, + "columnIndex": 3, + "text": "5.00", + "boundingBox": [ + 1071, + 1214, + 1310, + 1214, + 1310, + 1258, + 1071, + 1258 + ], + "elements": [ + "#/readResults/0/lines/39/words/0" + ] + }, + { + "rowIndex": 4, + "columnIndex": 4, + "text": "100.00", + "boundingBox": [ + 1310, + 1214, + 1543, + 1215, + 1543, + 1260, + 1310, + 1258 + ], + "elements": [ + "#/readResults/0/lines/40/words/0" + ] + } + ], + "boundingBox": [ + 153, + 1036, + 1547, + 1037, + 1547, + 1265, + 153, + 1265 + ] + }, + { + "rows": 4, + "columns": 2, + "cells": [ + { + "rowIndex": 0, + "columnIndex": 0, + "text": "SUBTOTAL", + "boundingBox": [ + 1072, + 1564, + 1307, + 1565, + 1308, + 1609, + 1071, + 1608 + ], + "elements": [ + "#/readResults/0/lines/41/words/0" + ] + }, + { + "rowIndex": 0, + "columnIndex": 1, + "text": "$140.00", + "boundingBox": [ + 1307, + 1565, + 1542, + 1564, + 1543, + 1609, + 1308, + 1609 + ], + "elements": [ + "#/readResults/0/lines/42/words/0" + ] + }, + { + "rowIndex": 1, + "columnIndex": 0, + "text": "TAX", + "boundingBox": [ + 1071, + 1608, + 1308, + 1609, + 1308, + 1652, + 1071, + 1651 + ], + "elements": [ + "#/readResults/0/lines/43/words/0" + ] + }, + { + "rowIndex": 1, + "columnIndex": 1, + "text": "$4.00", + "boundingBox": [ + 1308, + 1609, + 1543, + 1609, + 1543, + 1652, + 1308, + 1652 + ], + "elements": [ + "#/readResults/0/lines/44/words/0" + ] + }, + { + "rowIndex": 2, + "columnIndex": 0, + "text": "", + "boundingBox": [ + 1071, + 1651, + 1308, + 1652, + 1308, + 1663, + 1071, + 1663 + ], + "elements": [] + }, + { + "rowIndex": 2, + "columnIndex": 1, + "text": "", + "boundingBox": [ + 1308, + 1652, + 1543, + 1652, + 1543, + 1663, + 1308, + 1663 + ], + "elements": [] + }, + { + "rowIndex": 3, + "columnIndex": 0, + "text": "TOTAL", + "boundingBox": [ + 1071, + 1663, + 1308, + 1663, + 1308, + 1707, + 1071, + 1707 + ], + "elements": [ + "#/readResults/0/lines/46/words/0" + ] + }, + { + "rowIndex": 3, + "columnIndex": 1, + "text": "$144.00", + "boundingBox": [ + 1308, + 1663, + 1543, + 1663, + 1543, + 1708, + 1308, + 1707 + ], + "elements": [ + "#/readResults/0/lines/47/words/0" + ] + } + ], + "boundingBox": [ + 1058, + 1563, + 1555, + 1563, + 1555, + 1707, + 1058, + 1707 + ] + } + ] + } + ] + } + } + } + ], + "Variables": { + "FORM_RECOGNIZER_API_KEY": "Sanitized", + "FORM_RECOGNIZER_ENDPOINT": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/", + "RandomSeed": "1720756276" + } +} \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeContentWithLanguage(%en%)Async.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeContentWithLanguage(%en%)Async.json new file mode 100644 index 0000000000000..bcac4694df68c --- /dev/null +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeContentWithLanguage(%en%)Async.json @@ -0,0 +1,3736 @@ +{ + "Entries": [ + { + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/layout/analyze?language=en", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Content-Length": "22", + "Content-Type": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "traceparent": "00-55c289313dd41d4cb8babe7a0c5c1111-bda85bfd15aa2e4e-00", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201111.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "9dd5fa67ed3967f949480334a196cd6f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "source": "Sanitized" + }, + "StatusCode": 202, + "ResponseHeaders": { + "apim-request-id": "6d898bbb-8280-4ea2-a2a9-5aa58620506b", + "Content-Length": "0", + "Date": "Wed, 11 Nov 2020 20:57:10 GMT", + "Operation-Location": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/layout/analyzeResults/6d898bbb-8280-4ea2-a2a9-5aa58620506b", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "339" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/layout/analyzeResults/6d898bbb-8280-4ea2-a2a9-5aa58620506b", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201111.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "625a12065eb690ca84a218152a498d23", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "5298d354-96bf-4026-8e6d-86034d39e6f9", + "Content-Length": "106", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 11 Nov 2020 20:57:10 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "8" + }, + "ResponseBody": { + "status": "running", + "createdDateTime": "2020-11-11T20:57:10Z", + "lastUpdatedDateTime": "2020-11-11T20:57:10Z" + } + }, + { + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/layout/analyzeResults/6d898bbb-8280-4ea2-a2a9-5aa58620506b", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201111.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "93d906fb171fb0f52a18e0b220ccfc8d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "4c689898-3524-4022-b1e6-baafa7e28400", + "Content-Length": "106", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 11 Nov 2020 20:57:11 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "8" + }, + "ResponseBody": { + "status": "running", + "createdDateTime": "2020-11-11T20:57:10Z", + "lastUpdatedDateTime": "2020-11-11T20:57:10Z" + } + }, + { + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/layout/analyzeResults/6d898bbb-8280-4ea2-a2a9-5aa58620506b", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201111.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "fca5a4efd7d109752f451997d5e33cff", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "9e2c802d-4bbb-472e-832c-cd995d1e8566", + "Content-Length": "106", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 11 Nov 2020 20:57:12 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "9" + }, + "ResponseBody": { + "status": "running", + "createdDateTime": "2020-11-11T20:57:10Z", + "lastUpdatedDateTime": "2020-11-11T20:57:10Z" + } + }, + { + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/layout/analyzeResults/6d898bbb-8280-4ea2-a2a9-5aa58620506b", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201111.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "9a39e0ba3abdee4f1da9379e7d1870b8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "2cf02ddc-71ef-4840-81f6-49be1fbf968c", + "Content-Length": "106", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 11 Nov 2020 20:57:13 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "8" + }, + "ResponseBody": { + "status": "running", + "createdDateTime": "2020-11-11T20:57:10Z", + "lastUpdatedDateTime": "2020-11-11T20:57:10Z" + } + }, + { + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/layout/analyzeResults/6d898bbb-8280-4ea2-a2a9-5aa58620506b", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201111.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "86268aa590a4245190d063dafe5dda46", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "98f8ada1-d588-40b4-8029-7f6b0e4006c3", + "Content-Length": "24403", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 11 Nov 2020 20:57:14 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "19" + }, + "ResponseBody": { + "status": "succeeded", + "createdDateTime": "2020-11-11T20:57:10Z", + "lastUpdatedDateTime": "2020-11-11T20:57:14Z", + "analyzeResult": { + "version": "2.1.0", + "readResults": [ + { + "page": 1, + "angle": 0, + "width": 1700, + "height": 2200, + "unit": "pixel", + "language": "en", + "lines": [ + { + "boundingBox": [ + 136, + 139, + 351, + 138, + 351, + 166, + 136, + 166 + ], + "text": "Purchase Order", + "appearance": { + "style": { + "name": "other", + "confidence": 1.0 + } + }, + "words": [ + { + "boundingBox": [ + 137, + 140, + 264, + 139, + 263, + 167, + 137, + 167 + ], + "text": "Purchase", + "confidence": 0.984 + }, + { + "boundingBox": [ + 269, + 139, + 351, + 139, + 351, + 167, + 269, + 167 + ], + "text": "Order", + "confidence": 0.986 + } + ] + }, + { + "boundingBox": [ + 620, + 205, + 1074, + 204, + 1075, + 265, + 620, + 266 + ], + "text": "Hero Limited", + "appearance": { + "style": { + "name": "other", + "confidence": 1.0 + } + }, + "words": [ + { + "boundingBox": [ + 621, + 208, + 794, + 205, + 793, + 266, + 620, + 266 + ], + "text": "Hero", + "confidence": 0.987 + }, + { + "boundingBox": [ + 806, + 205, + 1075, + 205, + 1074, + 266, + 805, + 266 + ], + "text": "Limited", + "confidence": 0.985 + } + ] + }, + { + "boundingBox": [ + 1112, + 321, + 1554, + 321, + 1554, + 369, + 1112, + 369 + ], + "text": "Purchase Order", + "appearance": { + "style": { + "name": "other", + "confidence": 1.0 + } + }, + "words": [ + { + "boundingBox": [ + 1113, + 322, + 1381, + 321, + 1380, + 370, + 1113, + 368 + ], + "text": "Purchase", + "confidence": 0.983 + }, + { + "boundingBox": [ + 1390, + 321, + 1554, + 321, + 1553, + 370, + 1389, + 370 + ], + "text": "Order", + "confidence": 0.983 + } + ] + }, + { + "boundingBox": [ + 163, + 352, + 528, + 350, + 528, + 376, + 163, + 379 + ], + "text": "Company Phone: 555-348-6512", + "appearance": { + "style": { + "name": "other", + "confidence": 0.999 + } + }, + "words": [ + { + "boundingBox": [ + 163, + 353, + 274, + 351, + 275, + 379, + 164, + 378 + ], + "text": "Company", + "confidence": 0.985 + }, + { + "boundingBox": [ + 279, + 351, + 359, + 351, + 360, + 378, + 280, + 378 + ], + "text": "Phone:", + "confidence": 0.984 + }, + { + "boundingBox": [ + 364, + 351, + 528, + 351, + 528, + 374, + 364, + 378 + ], + "text": "555-348-6512", + "confidence": 0.975 + } + ] + }, + { + "boundingBox": [ + 166, + 393, + 533, + 393, + 533, + 418, + 166, + 418 + ], + "text": "Website: www.herolimited.com", + "appearance": { + "style": { + "name": "other", + "confidence": 0.999 + } + }, + "words": [ + { + "boundingBox": [ + 167, + 394, + 269, + 393, + 269, + 418, + 167, + 417 + ], + "text": "Website:", + "confidence": 0.981 + }, + { + "boundingBox": [ + 273, + 393, + 531, + 393, + 530, + 418, + 273, + 418 + ], + "text": "www.herolimited.com", + "confidence": 0.945 + } + ] + }, + { + "boundingBox": [ + 165, + 435, + 237, + 435, + 237, + 460, + 165, + 460 + ], + "text": "Email:", + "appearance": { + "style": { + "name": "other", + "confidence": 0.99 + } + }, + "words": [ + { + "boundingBox": [ + 165, + 435, + 237, + 435, + 237, + 460, + 165, + 460 + ], + "text": "Email:", + "confidence": 0.985 + } + ] + }, + { + "boundingBox": [ + 1024, + 419, + 1317, + 420, + 1317, + 448, + 1024, + 448 + ], + "text": "Dated As: 12/20/2020", + "appearance": { + "style": { + "name": "other", + "confidence": 0.998 + } + }, + "words": [ + { + "boundingBox": [ + 1025, + 421, + 1108, + 420, + 1108, + 448, + 1025, + 448 + ], + "text": "Dated", + "confidence": 0.986 + }, + { + "boundingBox": [ + 1114, + 420, + 1160, + 420, + 1160, + 448, + 1114, + 448 + ], + "text": "As:", + "confidence": 0.987 + }, + { + "boundingBox": [ + 1165, + 420, + 1317, + 421, + 1316, + 449, + 1165, + 448 + ], + "text": "12/20/2020", + "confidence": 0.982 + } + ] + }, + { + "boundingBox": [ + 164, + 479, + 482, + 478, + 483, + 502, + 164, + 503 + ], + "text": "accounts@herolimited.com", + "appearance": { + "style": { + "name": "other", + "confidence": 0.999 + } + }, + "words": [ + { + "boundingBox": [ + 164, + 481, + 478, + 479, + 478, + 503, + 165, + 503 + ], + "text": "accounts@herolimited.com", + "confidence": 0.952 + } + ] + }, + { + "boundingBox": [ + 1023, + 461, + 1376, + 461, + 1376, + 489, + 1023, + 488 + ], + "text": "Purchase Order #: 948284", + "appearance": { + "style": { + "name": "other", + "confidence": 0.999 + } + }, + "words": [ + { + "boundingBox": [ + 1023, + 461, + 1152, + 461, + 1152, + 489, + 1023, + 488 + ], + "text": "Purchase", + "confidence": 0.984 + }, + { + "boundingBox": [ + 1157, + 461, + 1238, + 461, + 1239, + 489, + 1157, + 489 + ], + "text": "Order", + "confidence": 0.986 + }, + { + "boundingBox": [ + 1244, + 461, + 1272, + 461, + 1272, + 489, + 1244, + 489 + ], + "text": "#:", + "confidence": 0.987 + }, + { + "boundingBox": [ + 1277, + 461, + 1376, + 462, + 1376, + 489, + 1277, + 489 + ], + "text": "948284", + "confidence": 0.983 + } + ] + }, + { + "boundingBox": [ + 167, + 547, + 397, + 546, + 397, + 591, + 167, + 592 + ], + "text": "Shipped To", + "appearance": { + "style": { + "name": "other", + "confidence": 1.0 + } + }, + "words": [ + { + "boundingBox": [ + 167, + 547, + 333, + 547, + 332, + 592, + 168, + 592 + ], + "text": "Shipped", + "confidence": 0.985 + }, + { + "boundingBox": [ + 341, + 547, + 397, + 547, + 396, + 591, + 341, + 592 + ], + "text": "To", + "confidence": 0.988 + } + ] + }, + { + "boundingBox": [ + 159, + 609, + 520, + 609, + 520, + 638, + 159, + 638 + ], + "text": "Vendor Name: Hillary Swank", + "appearance": { + "style": { + "name": "other", + "confidence": 0.999 + } + }, + "words": [ + { + "boundingBox": [ + 160, + 611, + 254, + 610, + 254, + 638, + 160, + 637 + ], + "text": "Vendor", + "confidence": 0.982 + }, + { + "boundingBox": [ + 259, + 610, + 344, + 609, + 344, + 639, + 259, + 638 + ], + "text": "Name:", + "confidence": 0.986 + }, + { + "boundingBox": [ + 350, + 609, + 430, + 609, + 430, + 639, + 349, + 639 + ], + "text": "Hillary", + "confidence": 0.985 + }, + { + "boundingBox": [ + 435, + 609, + 521, + 610, + 520, + 639, + 435, + 639 + ], + "text": "Swank", + "confidence": 0.986 + } + ] + }, + { + "boundingBox": [ + 159, + 647, + 629, + 646, + 629, + 677, + 160, + 679 + ], + "text": "Company Name: Higgly Wiggly Books", + "appearance": { + "style": { + "name": "other", + "confidence": 1.0 + } + }, + "words": [ + { + "boundingBox": [ + 160, + 649, + 278, + 647, + 279, + 678, + 161, + 676 + ], + "text": "Company", + "confidence": 0.985 + }, + { + "boundingBox": [ + 284, + 647, + 370, + 647, + 370, + 679, + 284, + 678 + ], + "text": "Name:", + "confidence": 0.983 + }, + { + "boundingBox": [ + 375, + 647, + 453, + 646, + 453, + 679, + 375, + 679 + ], + "text": "Higgly", + "confidence": 0.986 + }, + { + "boundingBox": [ + 459, + 646, + 545, + 646, + 544, + 678, + 459, + 679 + ], + "text": "Wiggly", + "confidence": 0.986 + }, + { + "boundingBox": [ + 550, + 646, + 629, + 646, + 628, + 676, + 550, + 678 + ], + "text": "Books", + "confidence": 0.986 + } + ] + }, + { + "boundingBox": [ + 160, + 684, + 526, + 684, + 526, + 712, + 160, + 711 + ], + "text": "Address: 938 NE Burner Road", + "appearance": { + "style": { + "name": "other", + "confidence": 0.999 + } + }, + "words": [ + { + "boundingBox": [ + 161, + 685, + 269, + 685, + 268, + 712, + 160, + 711 + ], + "text": "Address:", + "confidence": 0.981 + }, + { + "boundingBox": [ + 274, + 685, + 324, + 685, + 323, + 713, + 273, + 712 + ], + "text": "938", + "confidence": 0.987 + }, + { + "boundingBox": [ + 329, + 685, + 365, + 685, + 364, + 713, + 328, + 713 + ], + "text": "NE", + "confidence": 0.988 + }, + { + "boundingBox": [ + 370, + 685, + 455, + 685, + 455, + 713, + 369, + 713 + ], + "text": "Burner", + "confidence": 0.985 + }, + { + "boundingBox": [ + 460, + 685, + 527, + 685, + 527, + 713, + 460, + 713 + ], + "text": "Road", + "confidence": 0.987 + } + ] + }, + { + "boundingBox": [ + 279, + 722, + 566, + 721, + 566, + 750, + 279, + 751 + ], + "text": "Boulder City, CO 92848", + "appearance": { + "style": { + "name": "other", + "confidence": 1.0 + } + }, + "words": [ + { + "boundingBox": [ + 279, + 722, + 371, + 722, + 372, + 751, + 280, + 750 + ], + "text": "Boulder", + "confidence": 0.985 + }, + { + "boundingBox": [ + 377, + 722, + 433, + 722, + 434, + 751, + 378, + 751 + ], + "text": "City,", + "confidence": 0.986 + }, + { + "boundingBox": [ + 439, + 722, + 477, + 722, + 477, + 751, + 439, + 751 + ], + "text": "CO", + "confidence": 0.988 + }, + { + "boundingBox": [ + 482, + 722, + 565, + 722, + 565, + 749, + 482, + 751 + ], + "text": "92848", + "confidence": 0.976 + } + ] + }, + { + "boundingBox": [ + 612, + 721, + 885, + 721, + 885, + 747, + 612, + 748 + ], + "text": "Phone: 938-294-2949", + "appearance": { + "style": { + "name": "other", + "confidence": 0.998 + } + }, + "words": [ + { + "boundingBox": [ + 613, + 722, + 702, + 722, + 702, + 749, + 613, + 749 + ], + "text": "Phone:", + "confidence": 0.983 + }, + { + "boundingBox": [ + 708, + 722, + 885, + 722, + 884, + 748, + 708, + 749 + ], + "text": "938-294-2949", + "confidence": 0.976 + } + ] + }, + { + "boundingBox": [ + 167, + 784, + 453, + 784, + 453, + 829, + 167, + 830 + ], + "text": "Shipped From", + "appearance": { + "style": { + "name": "other", + "confidence": 0.999 + } + }, + "words": [ + { + "boundingBox": [ + 167, + 784, + 330, + 785, + 330, + 830, + 169, + 830 + ], + "text": "Shipped", + "confidence": 0.982 + }, + { + "boundingBox": [ + 339, + 785, + 448, + 785, + 448, + 826, + 339, + 830 + ], + "text": "From", + "confidence": 0.987 + } + ] + }, + { + "boundingBox": [ + 165, + 852, + 445, + 851, + 445, + 878, + 165, + 879 + ], + "text": "Name: Bernie Sanders", + "appearance": { + "style": { + "name": "other", + "confidence": 1.0 + } + }, + "words": [ + { + "boundingBox": [ + 166, + 853, + 250, + 853, + 250, + 879, + 166, + 879 + ], + "text": "Name:", + "confidence": 0.983 + }, + { + "boundingBox": [ + 255, + 852, + 338, + 852, + 337, + 880, + 255, + 879 + ], + "text": "Bernie", + "confidence": 0.985 + }, + { + "boundingBox": [ + 343, + 852, + 446, + 852, + 445, + 879, + 343, + 880 + ], + "text": "Sanders", + "confidence": 0.983 + } + ] + }, + { + "boundingBox": [ + 164, + 889, + 629, + 889, + 629, + 919, + 164, + 919 + ], + "text": "Company Name: Jupiter Book Supply", + "appearance": { + "style": { + "name": "other", + "confidence": 1.0 + } + }, + "words": [ + { + "boundingBox": [ + 164, + 890, + 282, + 890, + 283, + 919, + 165, + 919 + ], + "text": "Company", + "confidence": 0.984 + }, + { + "boundingBox": [ + 288, + 890, + 374, + 889, + 375, + 919, + 289, + 919 + ], + "text": "Name:", + "confidence": 0.985 + }, + { + "boundingBox": [ + 380, + 889, + 466, + 889, + 466, + 919, + 380, + 919 + ], + "text": "Jupiter", + "confidence": 0.983 + }, + { + "boundingBox": [ + 471, + 889, + 536, + 889, + 536, + 920, + 472, + 919 + ], + "text": "Book", + "confidence": 0.983 + }, + { + "boundingBox": [ + 542, + 889, + 630, + 890, + 629, + 920, + 542, + 920 + ], + "text": "Supply", + "confidence": 0.986 + } + ] + }, + { + "boundingBox": [ + 165, + 925, + 521, + 926, + 521, + 953, + 165, + 952 + ], + "text": "Address: 383 N Kinnick Road", + "appearance": { + "style": { + "name": "other", + "confidence": 0.999 + } + }, + "words": [ + { + "boundingBox": [ + 166, + 926, + 273, + 925, + 273, + 953, + 166, + 953 + ], + "text": "Address:", + "confidence": 0.982 + }, + { + "boundingBox": [ + 279, + 925, + 327, + 925, + 327, + 953, + 278, + 953 + ], + "text": "383", + "confidence": 0.987 + }, + { + "boundingBox": [ + 332, + 926, + 353, + 926, + 353, + 953, + 332, + 953 + ], + "text": "N", + "confidence": 0.983 + }, + { + "boundingBox": [ + 358, + 926, + 448, + 926, + 448, + 954, + 358, + 953 + ], + "text": "Kinnick", + "confidence": 0.984 + }, + { + "boundingBox": [ + 453, + 926, + 521, + 927, + 520, + 954, + 453, + 954 + ], + "text": "Road", + "confidence": 0.987 + } + ] + }, + { + "boundingBox": [ + 280, + 963, + 514, + 962, + 514, + 990, + 281, + 991 + ], + "text": "Seattle, WA 38383", + "appearance": { + "style": { + "name": "other", + "confidence": 0.999 + } + }, + "words": [ + { + "boundingBox": [ + 281, + 965, + 377, + 964, + 378, + 991, + 283, + 991 + ], + "text": "Seattle,", + "confidence": 0.981 + }, + { + "boundingBox": [ + 382, + 964, + 429, + 964, + 430, + 991, + 383, + 991 + ], + "text": "WA", + "confidence": 0.988 + }, + { + "boundingBox": [ + 434, + 964, + 514, + 962, + 514, + 990, + 435, + 991 + ], + "text": "38383", + "confidence": 0.975 + } + ] + }, + { + "boundingBox": [ + 760, + 963, + 1032, + 963, + 1032, + 989, + 760, + 990 + ], + "text": "Phone: 932-299-0292", + "appearance": { + "style": { + "name": "other", + "confidence": 0.997 + } + }, + "words": [ + { + "boundingBox": [ + 760, + 964, + 849, + 964, + 849, + 990, + 760, + 990 + ], + "text": "Phone:", + "confidence": 0.983 + }, + { + "boundingBox": [ + 855, + 964, + 1033, + 963, + 1032, + 990, + 854, + 990 + ], + "text": "932-299-0292", + "confidence": 0.978 + } + ] + }, + { + "boundingBox": [ + 446, + 1047, + 558, + 1047, + 558, + 1077, + 446, + 1077 + ], + "text": "Details", + "appearance": { + "style": { + "name": "other", + "confidence": 0.999 + } + }, + "words": [ + { + "boundingBox": [ + 447, + 1048, + 558, + 1048, + 558, + 1077, + 446, + 1078 + ], + "text": "Details", + "confidence": 0.985 + } + ] + }, + { + "boundingBox": [ + 885, + 1047, + 1034, + 1047, + 1034, + 1083, + 886, + 1083 + ], + "text": "Quantity", + "appearance": { + "style": { + "name": "other", + "confidence": 1.0 + } + }, + "words": [ + { + "boundingBox": [ + 886, + 1048, + 1034, + 1047, + 1034, + 1084, + 886, + 1084 + ], + "text": "Quantity", + "confidence": 0.981 + } + ] + }, + { + "boundingBox": [ + 1111, + 1047, + 1270, + 1047, + 1269, + 1078, + 1111, + 1077 + ], + "text": "Unit Price", + "appearance": { + "style": { + "name": "other", + "confidence": 1.0 + } + }, + "words": [ + { + "boundingBox": [ + 1112, + 1047, + 1181, + 1047, + 1180, + 1078, + 1111, + 1078 + ], + "text": "Unit", + "confidence": 0.987 + }, + { + "boundingBox": [ + 1187, + 1047, + 1270, + 1049, + 1269, + 1078, + 1186, + 1078 + ], + "text": "Price", + "confidence": 0.986 + } + ] + }, + { + "boundingBox": [ + 1382, + 1047, + 1468, + 1047, + 1467, + 1077, + 1382, + 1077 + ], + "text": "Total", + "appearance": { + "style": { + "name": "other", + "confidence": 0.997 + } + }, + "words": [ + { + "boundingBox": [ + 1384, + 1047, + 1468, + 1047, + 1468, + 1077, + 1384, + 1077 + ], + "text": "Total", + "confidence": 0.986 + } + ] + }, + { + "boundingBox": [ + 172, + 1093, + 279, + 1095, + 279, + 1123, + 172, + 1121 + ], + "text": "Bindings", + "appearance": { + "style": { + "name": "other", + "confidence": 1.0 + } + }, + "words": [ + { + "boundingBox": [ + 172, + 1094, + 278, + 1097, + 278, + 1123, + 173, + 1122 + ], + "text": "Bindings", + "confidence": 0.984 + } + ] + }, + { + "boundingBox": [ + 859, + 1094, + 893, + 1094, + 893, + 1119, + 859, + 1119 + ], + "text": "20", + "appearance": { + "style": { + "name": "other", + "confidence": 0.959 + } + }, + "words": [ + { + "boundingBox": [ + 861, + 1094, + 892, + 1094, + 892, + 1119, + 861, + 1119 + ], + "text": "20", + "confidence": 0.988 + } + ] + }, + { + "boundingBox": [ + 1240, + 1096, + 1295, + 1094, + 1294, + 1118, + 1241, + 1118 + ], + "text": "1.00", + "appearance": { + "style": { + "name": "other", + "confidence": 1.0 + } + }, + "words": [ + { + "boundingBox": [ + 1241, + 1095, + 1293, + 1094, + 1294, + 1117, + 1242, + 1118 + ], + "text": "1.00", + "confidence": 0.986 + } + ] + }, + { + "boundingBox": [ + 1458, + 1095, + 1530, + 1095, + 1530, + 1119, + 1458, + 1119 + ], + "text": "20.00", + "appearance": { + "style": { + "name": "other", + "confidence": 1.0 + } + }, + "words": [ + { + "boundingBox": [ + 1458, + 1096, + 1531, + 1095, + 1530, + 1120, + 1459, + 1119 + ], + "text": "20.00", + "confidence": 0.983 + } + ] + }, + { + "boundingBox": [ + 169, + 1135, + 332, + 1134, + 333, + 1160, + 169, + 1161 + ], + "text": "Covers Small", + "appearance": { + "style": { + "name": "other", + "confidence": 0.999 + } + }, + "words": [ + { + "boundingBox": [ + 170, + 1136, + 254, + 1136, + 253, + 1161, + 170, + 1161 + ], + "text": "Covers", + "confidence": 0.985 + }, + { + "boundingBox": [ + 259, + 1136, + 333, + 1135, + 332, + 1161, + 258, + 1161 + ], + "text": "Small", + "confidence": 0.982 + } + ] + }, + { + "boundingBox": [ + 859, + 1135, + 894, + 1135, + 891, + 1160, + 860, + 1160 + ], + "text": "20", + "appearance": { + "style": { + "name": "other", + "confidence": 0.952 + } + }, + "words": [ + { + "boundingBox": [ + 861, + 1135, + 894, + 1135, + 894, + 1160, + 861, + 1160 + ], + "text": "20", + "confidence": 0.988 + } + ] + }, + { + "boundingBox": [ + 1239, + 1135, + 1295, + 1135, + 1294, + 1159, + 1239, + 1160 + ], + "text": "1.00", + "appearance": { + "style": { + "name": "other", + "confidence": 0.999 + } + }, + "words": [ + { + "boundingBox": [ + 1240, + 1135, + 1294, + 1135, + 1294, + 1159, + 1241, + 1160 + ], + "text": "1.00", + "confidence": 0.986 + } + ] + }, + { + "boundingBox": [ + 1458, + 1135, + 1530, + 1135, + 1530, + 1159, + 1459, + 1160 + ], + "text": "20.00", + "appearance": { + "style": { + "name": "other", + "confidence": 0.999 + } + }, + "words": [ + { + "boundingBox": [ + 1458, + 1135, + 1529, + 1135, + 1530, + 1159, + 1458, + 1160 + ], + "text": "20.00", + "confidence": 0.985 + } + ] + }, + { + "boundingBox": [ + 173, + 1178, + 403, + 1177, + 403, + 1205, + 173, + 1206 + ], + "text": "Feather Bookmark", + "appearance": { + "style": { + "name": "other", + "confidence": 1.0 + } + }, + "words": [ + { + "boundingBox": [ + 173, + 1180, + 266, + 1179, + 267, + 1206, + 174, + 1206 + ], + "text": "Feather", + "confidence": 0.983 + }, + { + "boundingBox": [ + 271, + 1179, + 402, + 1178, + 403, + 1206, + 272, + 1206 + ], + "text": "Bookmark", + "confidence": 0.984 + } + ] + }, + { + "boundingBox": [ + 860, + 1179, + 892, + 1179, + 891, + 1204, + 860, + 1203 + ], + "text": "20", + "appearance": { + "style": { + "name": "other", + "confidence": 0.842 + } + }, + "words": [ + { + "boundingBox": [ + 863, + 1179, + 892, + 1179, + 891, + 1204, + 863, + 1204 + ], + "text": "20", + "confidence": 0.986 + } + ] + }, + { + "boundingBox": [ + 1239, + 1179, + 1295, + 1178, + 1295, + 1203, + 1239, + 1204 + ], + "text": "5.00", + "appearance": { + "style": { + "name": "other", + "confidence": 0.998 + } + }, + "words": [ + { + "boundingBox": [ + 1239, + 1179, + 1294, + 1178, + 1294, + 1203, + 1239, + 1204 + ], + "text": "5.00", + "confidence": 0.986 + } + ] + }, + { + "boundingBox": [ + 1442, + 1180, + 1530, + 1180, + 1530, + 1203, + 1443, + 1204 + ], + "text": "100.00", + "appearance": { + "style": { + "name": "other", + "confidence": 1.0 + } + }, + "words": [ + { + "boundingBox": [ + 1443, + 1181, + 1529, + 1180, + 1529, + 1204, + 1443, + 1205 + ], + "text": "100.00", + "confidence": 0.984 + } + ] + }, + { + "boundingBox": [ + 169, + 1223, + 429, + 1222, + 430, + 1249, + 169, + 1253 + ], + "text": "Copper Swirl Marker", + "appearance": { + "style": { + "name": "other", + "confidence": 1.0 + } + }, + "words": [ + { + "boundingBox": [ + 170, + 1223, + 259, + 1222, + 259, + 1252, + 170, + 1253 + ], + "text": "Copper", + "confidence": 0.985 + }, + { + "boundingBox": [ + 265, + 1222, + 328, + 1222, + 328, + 1251, + 265, + 1252 + ], + "text": "Swirl", + "confidence": 0.986 + }, + { + "boundingBox": [ + 334, + 1222, + 429, + 1223, + 428, + 1248, + 334, + 1251 + ], + "text": "Marker", + "confidence": 0.983 + } + ] + }, + { + "boundingBox": [ + 860, + 1223, + 893, + 1223, + 893, + 1247, + 860, + 1247 + ], + "text": "20", + "appearance": { + "style": { + "name": "other", + "confidence": 0.985 + } + }, + "words": [ + { + "boundingBox": [ + 860, + 1223, + 892, + 1223, + 892, + 1247, + 860, + 1247 + ], + "text": "20", + "confidence": 0.988 + } + ] + }, + { + "boundingBox": [ + 1239, + 1221, + 1294, + 1222, + 1294, + 1246, + 1239, + 1247 + ], + "text": "5.00", + "appearance": { + "style": { + "name": "other", + "confidence": 0.996 + } + }, + "words": [ + { + "boundingBox": [ + 1239, + 1221, + 1293, + 1221, + 1293, + 1247, + 1239, + 1247 + ], + "text": "5.00", + "confidence": 0.983 + } + ] + }, + { + "boundingBox": [ + 1443, + 1223, + 1530, + 1222, + 1530, + 1246, + 1444, + 1247 + ], + "text": "100.00", + "appearance": { + "style": { + "name": "other", + "confidence": 1.0 + } + }, + "words": [ + { + "boundingBox": [ + 1444, + 1224, + 1530, + 1223, + 1529, + 1247, + 1444, + 1248 + ], + "text": "100.00", + "confidence": 0.982 + } + ] + }, + { + "boundingBox": [ + 1146, + 1573, + 1296, + 1573, + 1296, + 1600, + 1146, + 1600 + ], + "text": "SUBTOTAL", + "appearance": { + "style": { + "name": "other", + "confidence": 0.998 + } + }, + "words": [ + { + "boundingBox": [ + 1147, + 1575, + 1295, + 1575, + 1294, + 1600, + 1147, + 1600 + ], + "text": "SUBTOTAL", + "confidence": 0.984 + } + ] + }, + { + "boundingBox": [ + 1426, + 1571, + 1530, + 1571, + 1530, + 1597, + 1426, + 1598 + ], + "text": "$140.00", + "appearance": { + "style": { + "name": "other", + "confidence": 0.997 + } + }, + "words": [ + { + "boundingBox": [ + 1426, + 1572, + 1531, + 1572, + 1531, + 1597, + 1427, + 1599 + ], + "text": "$140.00", + "confidence": 0.982 + } + ] + }, + { + "boundingBox": [ + 1236, + 1618, + 1296, + 1618, + 1295, + 1643, + 1236, + 1643 + ], + "text": "TAX", + "appearance": { + "style": { + "name": "other", + "confidence": 1.0 + } + }, + "words": [ + { + "boundingBox": [ + 1238, + 1618, + 1296, + 1618, + 1296, + 1643, + 1238, + 1643 + ], + "text": "TAX", + "confidence": 0.987 + } + ] + }, + { + "boundingBox": [ + 1458, + 1615, + 1529, + 1615, + 1528, + 1641, + 1458, + 1643 + ], + "text": "$4.00", + "appearance": { + "style": { + "name": "other", + "confidence": 0.998 + } + }, + "words": [ + { + "boundingBox": [ + 1458, + 1615, + 1529, + 1615, + 1529, + 1642, + 1458, + 1643 + ], + "text": "$4.00", + "confidence": 0.983 + } + ] + }, + { + "boundingBox": [ + 484, + 1670, + 764, + 1670, + 764, + 1707, + 484, + 1706 + ], + "text": "Bernie Sanders", + "appearance": { + "style": { + "name": "handwriting", + "confidence": 0.793 + } + }, + "words": [ + { + "boundingBox": [ + 489, + 1671, + 609, + 1671, + 609, + 1706, + 489, + 1706 + ], + "text": "Bernie", + "confidence": 0.979 + }, + { + "boundingBox": [ + 616, + 1671, + 764, + 1670, + 765, + 1708, + 616, + 1706 + ], + "text": "Sanders", + "confidence": 0.979 + } + ] + }, + { + "boundingBox": [ + 1203, + 1673, + 1297, + 1673, + 1297, + 1698, + 1204, + 1699 + ], + "text": "TOTAL", + "appearance": { + "style": { + "name": "other", + "confidence": 1.0 + } + }, + "words": [ + { + "boundingBox": [ + 1204, + 1674, + 1297, + 1673, + 1297, + 1699, + 1205, + 1699 + ], + "text": "TOTAL", + "confidence": 0.983 + } + ] + }, + { + "boundingBox": [ + 1427, + 1670, + 1529, + 1669, + 1530, + 1696, + 1427, + 1697 + ], + "text": "$144.00", + "appearance": { + "style": { + "name": "other", + "confidence": 0.995 + } + }, + "words": [ + { + "boundingBox": [ + 1427, + 1671, + 1529, + 1669, + 1529, + 1697, + 1429, + 1698 + ], + "text": "$144.00", + "confidence": 0.984 + } + ] + }, + { + "boundingBox": [ + 542, + 1718, + 718, + 1719, + 718, + 1742, + 542, + 1741 + ], + "text": "Bernie Sanders", + "appearance": { + "style": { + "name": "other", + "confidence": 1.0 + } + }, + "words": [ + { + "boundingBox": [ + 542, + 1719, + 617, + 1719, + 618, + 1742, + 544, + 1742 + ], + "text": "Bernie", + "confidence": 0.985 + }, + { + "boundingBox": [ + 621, + 1719, + 717, + 1719, + 717, + 1743, + 622, + 1742 + ], + "text": "Sanders", + "confidence": 0.985 + } + ] + }, + { + "boundingBox": [ + 577, + 1753, + 681, + 1755, + 681, + 1778, + 577, + 1776 + ], + "text": "Manager", + "appearance": { + "style": { + "name": "other", + "confidence": 0.999 + } + }, + "words": [ + { + "boundingBox": [ + 577, + 1754, + 681, + 1756, + 680, + 1778, + 578, + 1776 + ], + "text": "Manager", + "confidence": 0.985 + } + ] + }, + { + "boundingBox": [ + 172, + 1796, + 478, + 1796, + 478, + 1832, + 172, + 1831 + ], + "text": "Additional Notes:", + "appearance": { + "style": { + "name": "other", + "confidence": 0.998 + } + }, + "words": [ + { + "boundingBox": [ + 173, + 1796, + 355, + 1796, + 354, + 1832, + 173, + 1831 + ], + "text": "Additional", + "confidence": 0.98 + }, + { + "boundingBox": [ + 361, + 1796, + 479, + 1797, + 478, + 1833, + 361, + 1832 + ], + "text": "Notes:", + "confidence": 0.985 + } + ] + }, + { + "boundingBox": [ + 174, + 1879, + 707, + 1880, + 707, + 1911, + 174, + 1908 + ], + "text": "Do not Jostle Box. Unpack carefully. Enjoy.", + "appearance": { + "style": { + "name": "other", + "confidence": 1.0 + } + }, + "words": [ + { + "boundingBox": [ + 175, + 1881, + 205, + 1881, + 205, + 1907, + 175, + 1907 + ], + "text": "Do", + "confidence": 0.988 + }, + { + "boundingBox": [ + 210, + 1881, + 256, + 1880, + 257, + 1908, + 210, + 1907 + ], + "text": "not", + "confidence": 0.987 + }, + { + "boundingBox": [ + 261, + 1880, + 335, + 1880, + 335, + 1909, + 262, + 1908 + ], + "text": "Jostle", + "confidence": 0.982 + }, + { + "boundingBox": [ + 340, + 1880, + 401, + 1880, + 402, + 1909, + 340, + 1909 + ], + "text": "Box.", + "confidence": 0.986 + }, + { + "boundingBox": [ + 406, + 1880, + 500, + 1880, + 500, + 1910, + 407, + 1909 + ], + "text": "Unpack", + "confidence": 0.985 + }, + { + "boundingBox": [ + 505, + 1880, + 623, + 1880, + 623, + 1911, + 505, + 1910 + ], + "text": "carefully.", + "confidence": 0.975 + }, + { + "boundingBox": [ + 628, + 1880, + 707, + 1881, + 707, + 1912, + 628, + 1911 + ], + "text": "Enjoy.", + "confidence": 0.984 + } + ] + }, + { + "boundingBox": [ + 168, + 1923, + 1510, + 1923, + 1510, + 1957, + 168, + 1958 + ], + "text": "Jupiter Book Supply will refund you 50% per book if returned within 60 days of reading and", + "appearance": { + "style": { + "name": "other", + "confidence": 0.998 + } + }, + "words": [ + { + "boundingBox": [ + 169, + 1924, + 270, + 1924, + 270, + 1959, + 169, + 1959 + ], + "text": "Jupiter", + "confidence": 0.984 + }, + { + "boundingBox": [ + 277, + 1924, + 355, + 1924, + 355, + 1958, + 277, + 1959 + ], + "text": "Book", + "confidence": 0.986 + }, + { + "boundingBox": [ + 361, + 1924, + 465, + 1924, + 465, + 1958, + 361, + 1958 + ], + "text": "Supply", + "confidence": 0.983 + }, + { + "boundingBox": [ + 472, + 1924, + 517, + 1924, + 517, + 1958, + 471, + 1958 + ], + "text": "will", + "confidence": 0.986 + }, + { + "boundingBox": [ + 524, + 1924, + 623, + 1924, + 623, + 1958, + 524, + 1958 + ], + "text": "refund", + "confidence": 0.984 + }, + { + "boundingBox": [ + 630, + 1924, + 687, + 1924, + 687, + 1958, + 629, + 1958 + ], + "text": "you", + "confidence": 0.987 + }, + { + "boundingBox": [ + 694, + 1924, + 763, + 1924, + 762, + 1958, + 694, + 1958 + ], + "text": "50%", + "confidence": 0.983 + }, + { + "boundingBox": [ + 770, + 1924, + 820, + 1924, + 819, + 1958, + 769, + 1958 + ], + "text": "per", + "confidence": 0.987 + }, + { + "boundingBox": [ + 827, + 1924, + 900, + 1924, + 900, + 1958, + 826, + 1958 + ], + "text": "book", + "confidence": 0.987 + }, + { + "boundingBox": [ + 907, + 1924, + 926, + 1924, + 925, + 1958, + 907, + 1958 + ], + "text": "if", + "confidence": 0.985 + }, + { + "boundingBox": [ + 932, + 1924, + 1061, + 1924, + 1060, + 1958, + 932, + 1958 + ], + "text": "returned", + "confidence": 0.981 + }, + { + "boundingBox": [ + 1068, + 1924, + 1157, + 1924, + 1156, + 1958, + 1067, + 1958 + ], + "text": "within", + "confidence": 0.981 + }, + { + "boundingBox": [ + 1164, + 1924, + 1201, + 1924, + 1200, + 1958, + 1163, + 1958 + ], + "text": "60", + "confidence": 0.987 + }, + { + "boundingBox": [ + 1208, + 1924, + 1283, + 1924, + 1282, + 1958, + 1206, + 1958 + ], + "text": "days", + "confidence": 0.985 + }, + { + "boundingBox": [ + 1290, + 1924, + 1318, + 1924, + 1316, + 1958, + 1289, + 1958 + ], + "text": "of", + "confidence": 0.988 + }, + { + "boundingBox": [ + 1325, + 1924, + 1439, + 1924, + 1438, + 1958, + 1323, + 1958 + ], + "text": "reading", + "confidence": 0.983 + }, + { + "boundingBox": [ + 1446, + 1924, + 1510, + 1924, + 1509, + 1958, + 1445, + 1958 + ], + "text": "and", + "confidence": 0.987 + } + ] + }, + { + "boundingBox": [ + 168, + 1957, + 786, + 1958, + 786, + 1991, + 168, + 1991 + ], + "text": "offer you 25% off you next total purchase.", + "appearance": { + "style": { + "name": "other", + "confidence": 1.0 + } + }, + "words": [ + { + "boundingBox": [ + 169, + 1958, + 235, + 1958, + 236, + 1991, + 169, + 1991 + ], + "text": "offer", + "confidence": 0.985 + }, + { + "boundingBox": [ + 242, + 1958, + 299, + 1958, + 300, + 1992, + 242, + 1991 + ], + "text": "you", + "confidence": 0.987 + }, + { + "boundingBox": [ + 306, + 1958, + 374, + 1958, + 374, + 1992, + 306, + 1992 + ], + "text": "25%", + "confidence": 0.983 + }, + { + "boundingBox": [ + 380, + 1958, + 421, + 1958, + 421, + 1992, + 381, + 1992 + ], + "text": "off", + "confidence": 0.987 + }, + { + "boundingBox": [ + 427, + 1958, + 483, + 1958, + 483, + 1992, + 428, + 1992 + ], + "text": "you", + "confidence": 0.987 + }, + { + "boundingBox": [ + 489, + 1958, + 555, + 1959, + 556, + 1992, + 490, + 1992 + ], + "text": "next", + "confidence": 0.986 + }, + { + "boundingBox": [ + 562, + 1959, + 628, + 1959, + 628, + 1991, + 562, + 1992 + ], + "text": "total", + "confidence": 0.986 + }, + { + "boundingBox": [ + 634, + 1959, + 786, + 1961, + 786, + 1990, + 635, + 1991 + ], + "text": "purchase.", + "confidence": 0.967 + } + ] + } + ] + } + ], + "pageResults": [ + { + "page": 1, + "tables": [ + { + "rows": 5, + "columns": 5, + "cells": [ + { + "rowIndex": 0, + "columnIndex": 0, + "columnSpan": 2, + "text": "Details", + "boundingBox": [ + 157, + 1038, + 847, + 1037, + 847, + 1086, + 157, + 1086 + ], + "elements": [ + "#/readResults/0/lines/21/words/0" + ] + }, + { + "rowIndex": 0, + "columnIndex": 2, + "text": "Quantity", + "boundingBox": [ + 847, + 1037, + 1071, + 1037, + 1071, + 1086, + 847, + 1086 + ], + "elements": [ + "#/readResults/0/lines/22/words/0" + ] + }, + { + "rowIndex": 0, + "columnIndex": 3, + "text": "Unit Price", + "boundingBox": [ + 1071, + 1037, + 1310, + 1038, + 1310, + 1086, + 1071, + 1086 + ], + "elements": [ + "#/readResults/0/lines/23/words/0", + "#/readResults/0/lines/23/words/1" + ] + }, + { + "rowIndex": 0, + "columnIndex": 4, + "text": "Total", + "boundingBox": [ + 1310, + 1038, + 1543, + 1038, + 1543, + 1086, + 1310, + 1086 + ], + "elements": [ + "#/readResults/0/lines/24/words/0" + ] + }, + { + "rowIndex": 1, + "columnIndex": 0, + "columnSpan": 2, + "text": "Bindings", + "boundingBox": [ + 157, + 1086, + 847, + 1086, + 847, + 1127, + 157, + 1128 + ], + "elements": [ + "#/readResults/0/lines/25/words/0" + ] + }, + { + "rowIndex": 1, + "columnIndex": 2, + "text": "20", + "boundingBox": [ + 847, + 1086, + 1071, + 1086, + 1071, + 1127, + 847, + 1127 + ], + "elements": [ + "#/readResults/0/lines/26/words/0" + ] + }, + { + "rowIndex": 1, + "columnIndex": 3, + "text": "1.00", + "boundingBox": [ + 1071, + 1086, + 1310, + 1086, + 1310, + 1127, + 1071, + 1127 + ], + "elements": [ + "#/readResults/0/lines/27/words/0" + ] + }, + { + "rowIndex": 1, + "columnIndex": 4, + "text": "20.00", + "boundingBox": [ + 1310, + 1086, + 1543, + 1086, + 1543, + 1127, + 1310, + 1127 + ], + "elements": [ + "#/readResults/0/lines/28/words/0" + ] + }, + { + "rowIndex": 2, + "columnIndex": 0, + "columnSpan": 2, + "text": "Covers Small", + "boundingBox": [ + 157, + 1128, + 847, + 1127, + 847, + 1171, + 157, + 1171 + ], + "elements": [ + "#/readResults/0/lines/29/words/0", + "#/readResults/0/lines/29/words/1" + ] + }, + { + "rowIndex": 2, + "columnIndex": 2, + "text": "20", + "boundingBox": [ + 847, + 1127, + 1071, + 1127, + 1071, + 1171, + 847, + 1171 + ], + "elements": [ + "#/readResults/0/lines/30/words/0" + ] + }, + { + "rowIndex": 2, + "columnIndex": 3, + "text": "1.00", + "boundingBox": [ + 1071, + 1127, + 1310, + 1127, + 1310, + 1171, + 1071, + 1171 + ], + "elements": [ + "#/readResults/0/lines/31/words/0" + ] + }, + { + "rowIndex": 2, + "columnIndex": 4, + "text": "20.00", + "boundingBox": [ + 1310, + 1127, + 1543, + 1127, + 1543, + 1171, + 1310, + 1171 + ], + "elements": [ + "#/readResults/0/lines/32/words/0" + ] + }, + { + "rowIndex": 3, + "columnIndex": 0, + "columnSpan": 2, + "text": "Feather Bookmark", + "boundingBox": [ + 157, + 1171, + 847, + 1171, + 847, + 1214, + 157, + 1214 + ], + "elements": [ + "#/readResults/0/lines/33/words/0", + "#/readResults/0/lines/33/words/1" + ] + }, + { + "rowIndex": 3, + "columnIndex": 2, + "text": "20", + "boundingBox": [ + 847, + 1171, + 1071, + 1171, + 1071, + 1214, + 847, + 1214 + ], + "elements": [ + "#/readResults/0/lines/34/words/0" + ] + }, + { + "rowIndex": 3, + "columnIndex": 3, + "text": "5.00", + "boundingBox": [ + 1071, + 1171, + 1310, + 1171, + 1310, + 1214, + 1071, + 1214 + ], + "elements": [ + "#/readResults/0/lines/35/words/0" + ] + }, + { + "rowIndex": 3, + "columnIndex": 4, + "text": "100.00", + "boundingBox": [ + 1310, + 1171, + 1543, + 1171, + 1543, + 1215, + 1310, + 1214 + ], + "elements": [ + "#/readResults/0/lines/36/words/0" + ] + }, + { + "rowIndex": 4, + "columnIndex": 0, + "columnSpan": 2, + "text": "Copper Swirl Marker", + "boundingBox": [ + 157, + 1214, + 847, + 1214, + 847, + 1258, + 157, + 1258 + ], + "elements": [ + "#/readResults/0/lines/37/words/0", + "#/readResults/0/lines/37/words/1", + "#/readResults/0/lines/37/words/2" + ] + }, + { + "rowIndex": 4, + "columnIndex": 2, + "text": "20", + "boundingBox": [ + 847, + 1214, + 1071, + 1214, + 1071, + 1258, + 847, + 1258 + ], + "elements": [ + "#/readResults/0/lines/38/words/0" + ] + }, + { + "rowIndex": 4, + "columnIndex": 3, + "text": "5.00", + "boundingBox": [ + 1071, + 1214, + 1310, + 1214, + 1310, + 1258, + 1071, + 1258 + ], + "elements": [ + "#/readResults/0/lines/39/words/0" + ] + }, + { + "rowIndex": 4, + "columnIndex": 4, + "text": "100.00", + "boundingBox": [ + 1310, + 1214, + 1543, + 1215, + 1543, + 1260, + 1310, + 1258 + ], + "elements": [ + "#/readResults/0/lines/40/words/0" + ] + } + ], + "boundingBox": [ + 153, + 1036, + 1547, + 1037, + 1547, + 1265, + 153, + 1265 + ] + }, + { + "rows": 4, + "columns": 2, + "cells": [ + { + "rowIndex": 0, + "columnIndex": 0, + "text": "SUBTOTAL", + "boundingBox": [ + 1072, + 1564, + 1307, + 1565, + 1308, + 1609, + 1071, + 1608 + ], + "elements": [ + "#/readResults/0/lines/41/words/0" + ] + }, + { + "rowIndex": 0, + "columnIndex": 1, + "text": "$140.00", + "boundingBox": [ + 1307, + 1565, + 1542, + 1564, + 1543, + 1609, + 1308, + 1609 + ], + "elements": [ + "#/readResults/0/lines/42/words/0" + ] + }, + { + "rowIndex": 1, + "columnIndex": 0, + "text": "TAX", + "boundingBox": [ + 1071, + 1608, + 1308, + 1609, + 1308, + 1652, + 1071, + 1651 + ], + "elements": [ + "#/readResults/0/lines/43/words/0" + ] + }, + { + "rowIndex": 1, + "columnIndex": 1, + "text": "$4.00", + "boundingBox": [ + 1308, + 1609, + 1543, + 1609, + 1543, + 1652, + 1308, + 1652 + ], + "elements": [ + "#/readResults/0/lines/44/words/0" + ] + }, + { + "rowIndex": 2, + "columnIndex": 0, + "text": "", + "boundingBox": [ + 1071, + 1651, + 1308, + 1652, + 1308, + 1663, + 1071, + 1663 + ], + "elements": [] + }, + { + "rowIndex": 2, + "columnIndex": 1, + "text": "", + "boundingBox": [ + 1308, + 1652, + 1543, + 1652, + 1543, + 1663, + 1308, + 1663 + ], + "elements": [] + }, + { + "rowIndex": 3, + "columnIndex": 0, + "text": "TOTAL", + "boundingBox": [ + 1071, + 1663, + 1308, + 1663, + 1308, + 1707, + 1071, + 1707 + ], + "elements": [ + "#/readResults/0/lines/46/words/0" + ] + }, + { + "rowIndex": 3, + "columnIndex": 1, + "text": "$144.00", + "boundingBox": [ + 1308, + 1663, + 1543, + 1663, + 1543, + 1708, + 1308, + 1707 + ], + "elements": [ + "#/readResults/0/lines/47/words/0" + ] + } + ], + "boundingBox": [ + 1058, + 1563, + 1555, + 1563, + 1555, + 1707, + 1058, + 1707 + ] + } + ] + } + ] + } + } + } + ], + "Variables": { + "FORM_RECOGNIZER_API_KEY": "Sanitized", + "FORM_RECOGNIZER_ENDPOINT": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/", + "RandomSeed": "1146283962" + } +} \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeContentWithMultiplePageArgument(%1%,%3%,2).json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeContentWithMultiplePageArgument(%1%,%3%,2).json new file mode 100644 index 0000000000000..14ef92306fc20 --- /dev/null +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeContentWithMultiplePageArgument(%1%,%3%,2).json @@ -0,0 +1,4327 @@ +{ + "Entries": [ + { + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/layout/analyze?Pages=1%2C3", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Content-Length": "108935", + "Content-Type": "application/pdf", + "Ocp-Apim-Subscription-Key": "Sanitized", + "traceparent": "00-8c8e83255c89a94680c749f20e136674-11623b46f5b8d348-00", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201110.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "06faf7147fbe5c128217f65076270d2c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "apim-request-id": "14bcaa2e-75e1-4cef-8e30-99e2aa88013f", + "Content-Length": "0", + "Date": "Tue, 10 Nov 2020 21:07:15 GMT", + "Operation-Location": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/layout/analyzeResults/14bcaa2e-75e1-4cef-8e30-99e2aa88013f", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "73" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/layout/analyzeResults/14bcaa2e-75e1-4cef-8e30-99e2aa88013f", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201110.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "3ff54badf6f883aeb80b59503b0a1649", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "63d9e638-6fcb-4aa7-b117-d71e84c1888b", + "Content-Length": "106", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 10 Nov 2020 21:07:15 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "16" + }, + "ResponseBody": { + "status": "running", + "createdDateTime": "2020-11-10T21:07:16Z", + "lastUpdatedDateTime": "2020-11-10T21:07:16Z" + } + }, + { + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/layout/analyzeResults/14bcaa2e-75e1-4cef-8e30-99e2aa88013f", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201110.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "518b73f4467f3ebbede8d433cbe496cf", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "4f7f2f07-f0a2-4ecd-87fa-bd83151b5127", + "Content-Length": "106", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 10 Nov 2020 21:07:16 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "11" + }, + "ResponseBody": { + "status": "running", + "createdDateTime": "2020-11-10T21:07:16Z", + "lastUpdatedDateTime": "2020-11-10T21:07:16Z" + } + }, + { + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/layout/analyzeResults/14bcaa2e-75e1-4cef-8e30-99e2aa88013f", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201110.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "fb67955f47381d7c48774db225c22077", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "156e237e-1030-4b94-bda7-234192a1555f", + "Content-Length": "106", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 10 Nov 2020 21:07:18 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "10" + }, + "ResponseBody": { + "status": "running", + "createdDateTime": "2020-11-10T21:07:16Z", + "lastUpdatedDateTime": "2020-11-10T21:07:16Z" + } + }, + { + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/layout/analyzeResults/14bcaa2e-75e1-4cef-8e30-99e2aa88013f", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201110.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "025bad00bc9b66ac90b75210227ab7d3", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "dfb9ed22-6571-4162-8fe7-2236ea523ea0", + "Content-Length": "106", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 10 Nov 2020 21:07:19 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "11" + }, + "ResponseBody": { + "status": "running", + "createdDateTime": "2020-11-10T21:07:16Z", + "lastUpdatedDateTime": "2020-11-10T21:07:16Z" + } + }, + { + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/layout/analyzeResults/14bcaa2e-75e1-4cef-8e30-99e2aa88013f", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201110.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "a5f18a741aa3ac10f76e0808f908182b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "507cc929-fa23-4f17-9004-96628d648307", + "Content-Length": "106", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 10 Nov 2020 21:07:20 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "12" + }, + "ResponseBody": { + "status": "running", + "createdDateTime": "2020-11-10T21:07:16Z", + "lastUpdatedDateTime": "2020-11-10T21:07:16Z" + } + }, + { + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/layout/analyzeResults/14bcaa2e-75e1-4cef-8e30-99e2aa88013f", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201110.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "1e325cc79489a333e9006b80f56bfbce", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "75823f98-3df2-4ec0-ad07-2623077dcd23", + "Content-Length": "31877", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 10 Nov 2020 21:07:22 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "41" + }, + "ResponseBody": { + "status": "succeeded", + "createdDateTime": "2020-11-10T21:07:16Z", + "lastUpdatedDateTime": "2020-11-10T21:07:22Z", + "analyzeResult": { + "version": "2.1.0", + "readResults": [ + { + "page": 1, + "angle": 0, + "width": 8.5, + "height": 11, + "unit": "inch", + "lines": [ + { + "boundingBox": [ + 0.8861, + 1.1217, + 2.3783, + 1.1217, + 2.3783, + 1.2812, + 0.8861, + 1.2812 + ], + "text": "Company A Invoice", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 0.8861, + 1.1232, + 1.6203, + 1.1232, + 1.6203, + 1.2812, + 0.8861, + 1.2812 + ], + "text": "Company", + "confidence": 1 + }, + { + "boundingBox": [ + 1.6696, + 1.1242, + 1.7749, + 1.1242, + 1.7749, + 1.2473, + 1.6696, + 1.2473 + ], + "text": "A", + "confidence": 1 + }, + { + "boundingBox": [ + 1.8389, + 1.1217, + 2.3783, + 1.1217, + 2.3783, + 1.2485, + 1.8389, + 1.2485 + ], + "text": "Invoice", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 6.0211, + 1.0656, + 7.0357, + 1.0656, + 7.0357, + 1.2121, + 6.0211, + 1.2121 + ], + "text": "Invoice For:", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 6.0211, + 1.0656, + 6.6362, + 1.0656, + 6.6362, + 1.2121, + 6.0211, + 1.2121 + ], + "text": "Invoice", + "confidence": 1 + }, + { + "boundingBox": [ + 6.7147, + 1.0691, + 7.0357, + 1.0691, + 7.0357, + 1.2121, + 6.7147, + 1.2121 + ], + "text": "For:", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 0.8791, + 1.4825, + 1.5657, + 1.4825, + 1.5657, + 1.6155, + 0.8791, + 1.6155 + ], + "text": "Address:", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 0.8791, + 1.4825, + 1.5657, + 1.4825, + 1.5657, + 1.6155, + 0.8791, + 1.6155 + ], + "text": "Address:", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 6.0164, + 1.4503, + 6.8967, + 1.4503, + 6.8967, + 1.5931, + 6.0164, + 1.5931 + ], + "text": "Bilbo Baggins", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 6.0164, + 1.4503, + 6.3392, + 1.4503, + 6.3392, + 1.5649, + 6.0164, + 1.5649 + ], + "text": "Bilbo", + "confidence": 1 + }, + { + "boundingBox": [ + 6.396, + 1.4556, + 6.8967, + 1.4556, + 6.8967, + 1.5931, + 6.396, + 1.5931 + ], + "text": "Baggins", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 6.0165, + 1.6707, + 7.1006, + 1.6707, + 7.1006, + 1.7854, + 6.0165, + 1.7854 + ], + "text": "123 Hobbit Lane", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 6.0165, + 1.6772, + 6.2434, + 1.6772, + 6.2434, + 1.7854, + 6.0165, + 1.7854 + ], + "text": "123", + "confidence": 1 + }, + { + "boundingBox": [ + 6.3033, + 1.6707, + 6.7463, + 1.6707, + 6.7463, + 1.7854, + 6.3033, + 1.7854 + ], + "text": "Hobbit", + "confidence": 1 + }, + { + "boundingBox": [ + 6.803, + 1.6782, + 7.1006, + 1.6782, + 7.1006, + 1.7854, + 6.803, + 1.7854 + ], + "text": "Lane", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 0.8852, + 1.846, + 1.713, + 1.846, + 1.713, + 1.9554, + 0.8852, + 1.9554 + ], + "text": "567 Main St.", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 0.8852, + 1.8472, + 1.1203, + 1.8472, + 1.1203, + 1.9554, + 0.8852, + 1.9554 + ], + "text": "567", + "confidence": 1 + }, + { + "boundingBox": [ + 1.1777, + 1.846, + 1.5022, + 1.846, + 1.5022, + 1.9554, + 1.1777, + 1.9554 + ], + "text": "Main", + "confidence": 1 + }, + { + "boundingBox": [ + 1.5558, + 1.8472, + 1.713, + 1.8472, + 1.713, + 1.9554, + 1.5558, + 1.9554 + ], + "text": "St.", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 6.0164, + 1.891, + 6.9793, + 1.891, + 6.9793, + 2.0275, + 6.0164, + 2.0275 + ], + "text": "Redmond, WA", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 6.0164, + 1.891, + 6.6861, + 1.891, + 6.6861, + 2.0275, + 6.0164, + 2.0275 + ], + "text": "Redmond,", + "confidence": 1 + }, + { + "boundingBox": [ + 6.7408, + 1.8982, + 6.9793, + 1.8982, + 6.9793, + 2.0044, + 6.7408, + 2.0044 + ], + "text": "WA", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 0.891, + 2.061, + 1.8537, + 2.061, + 1.8537, + 2.1975, + 0.891, + 2.1975 + ], + "text": "Redmond, WA", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 0.891, + 2.061, + 1.5605, + 2.061, + 1.5605, + 2.1975, + 0.891, + 2.1975 + ], + "text": "Redmond,", + "confidence": 1 + }, + { + "boundingBox": [ + 1.6152, + 2.0682, + 1.8537, + 2.0682, + 1.8537, + 2.1744, + 1.6152, + 2.1744 + ], + "text": "WA", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 6.0105, + 2.1187, + 6.9371, + 2.1187, + 6.9371, + 2.2254, + 6.0105, + 2.2254 + ], + "text": "555-555-5555", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 6.0105, + 2.1187, + 6.9371, + 2.1187, + 6.9371, + 2.2254, + 6.0105, + 2.2254 + ], + "text": "555-555-5555", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 0.8852, + 2.2887, + 1.8119, + 2.2887, + 1.8119, + 2.3954, + 0.8852, + 2.3954 + ], + "text": "555-555-5555", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 0.8852, + 2.2887, + 1.8119, + 2.2887, + 1.8119, + 2.3954, + 0.8852, + 2.3954 + ], + "text": "555-555-5555", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 1.0943, + 3.0018, + 1.3842, + 3.0018, + 1.3842, + 3.109, + 1.0943, + 3.109 + ], + "text": "Item", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 1.0943, + 3.0018, + 1.3842, + 3.0018, + 1.3842, + 3.109, + 1.0943, + 3.109 + ], + "text": "Item", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 3.2527, + 2.9996, + 3.8367, + 2.9996, + 3.8367, + 3.1371, + 3.2527, + 3.1371 + ], + "text": "Quantity", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 3.2527, + 2.9996, + 3.8367, + 2.9996, + 3.8367, + 3.1371, + 3.2527, + 3.1371 + ], + "text": "Quantity", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 5.423, + 2.9996, + 5.7372, + 2.9996, + 5.7372, + 3.109, + 5.423, + 3.109 + ], + "text": "Price", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 5.423, + 2.9996, + 5.7372, + 2.9996, + 5.7372, + 3.109, + 5.423, + 3.109 + ], + "text": "Price", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 1.0832, + 3.2118, + 1.174, + 3.2118, + 1.174, + 3.318, + 1.0832, + 3.318 + ], + "text": "A", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 1.0832, + 3.2118, + 1.174, + 3.2118, + 1.174, + 3.318, + 1.0832, + 3.318 + ], + "text": "A", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 3.2589, + 3.2116, + 3.3202, + 3.2116, + 3.3202, + 3.3176, + 3.2589, + 3.3176 + ], + "text": "1", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 3.2589, + 3.2116, + 3.3202, + 3.2116, + 3.3202, + 3.3176, + 3.2589, + 3.3176 + ], + "text": "1", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 5.4232, + 3.2108, + 5.7784, + 3.2108, + 5.7784, + 3.319, + 5.4232, + 3.319 + ], + "text": "10.99", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 5.4232, + 3.2108, + 5.7784, + 3.2108, + 5.7784, + 3.319, + 5.4232, + 3.319 + ], + "text": "10.99", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 1.0943, + 3.4256, + 1.1637, + 3.4256, + 1.1637, + 3.531, + 1.0943, + 3.531 + ], + "text": "B", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 1.0943, + 3.4256, + 1.1637, + 3.4256, + 1.1637, + 3.531, + 1.0943, + 3.531 + ], + "text": "B", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 3.2541, + 3.4241, + 3.3199, + 3.4241, + 3.3199, + 3.531, + 3.2541, + 3.531 + ], + "text": "2", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 3.2541, + 3.4241, + 3.3199, + 3.4241, + 3.3199, + 3.531, + 3.2541, + 3.531 + ], + "text": "2", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 5.4232, + 3.4241, + 5.7789, + 3.4241, + 5.7789, + 3.5323, + 5.4232, + 3.5323 + ], + "text": "14.67", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 5.4232, + 3.4241, + 5.7789, + 3.4241, + 5.7789, + 3.5323, + 5.4232, + 3.5323 + ], + "text": "14.67", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 1.0882, + 3.6343, + 1.1647, + 3.6343, + 1.1647, + 3.7421, + 1.0882, + 3.7421 + ], + "text": "C", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 1.0882, + 3.6343, + 1.1647, + 3.6343, + 1.1647, + 3.7421, + 1.0882, + 3.7421 + ], + "text": "C", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 3.2486, + 3.6351, + 3.3244, + 3.6351, + 3.3244, + 3.7413, + 3.2486, + 3.7413 + ], + "text": "4", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 3.2486, + 3.6351, + 3.3244, + 3.6351, + 3.3244, + 3.7413, + 3.2486, + 3.7413 + ], + "text": "4", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 5.4232, + 3.6341, + 5.78, + 3.6341, + 5.78, + 3.7423, + 5.4232, + 3.7423 + ], + "text": "15.66", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 5.4232, + 3.6341, + 5.78, + 3.6341, + 5.78, + 3.7423, + 5.4232, + 3.7423 + ], + "text": "15.66", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 1.0943, + 3.8456, + 1.1753, + 3.8456, + 1.1753, + 3.951, + 1.0943, + 3.951 + ], + "text": "D", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 1.0943, + 3.8456, + 1.1753, + 3.8456, + 1.1753, + 3.951, + 1.0943, + 3.951 + ], + "text": "D", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 3.2589, + 3.845, + 3.3202, + 3.845, + 3.3202, + 3.951, + 3.2589, + 3.951 + ], + "text": "1", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 3.2589, + 3.845, + 3.3202, + 3.845, + 3.3202, + 3.951, + 3.2589, + 3.951 + ], + "text": "1", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 5.4232, + 3.8441, + 5.7809, + 3.8441, + 5.7809, + 3.9523, + 5.4232, + 3.9523 + ], + "text": "12.00", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 5.4232, + 3.8441, + 5.7809, + 3.8441, + 5.7809, + 3.9523, + 5.4232, + 3.9523 + ], + "text": "12.00", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 1.0943, + 4.0561, + 1.153, + 4.0561, + 1.153, + 4.1614, + 1.0943, + 4.1614 + ], + "text": "E", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 1.0943, + 4.0561, + 1.153, + 4.0561, + 1.153, + 4.1614, + 1.0943, + 4.1614 + ], + "text": "E", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 3.2486, + 4.0556, + 3.3244, + 4.0556, + 3.3244, + 4.1617, + 3.2486, + 4.1617 + ], + "text": "4", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 3.2486, + 4.0556, + 3.3244, + 4.0556, + 3.3244, + 4.1617, + 3.2486, + 4.1617 + ], + "text": "4", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 5.4232, + 4.0546, + 5.781, + 4.0546, + 5.781, + 4.1627, + 5.4232, + 4.1627 + ], + "text": "10.00", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 5.4232, + 4.0546, + 5.781, + 4.0546, + 5.781, + 4.1627, + 5.4232, + 4.1627 + ], + "text": "10.00", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 1.0943, + 4.2661, + 1.1497, + 4.2661, + 1.1497, + 4.3717, + 1.0943, + 4.3717 + ], + "text": "F", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 1.0943, + 4.2661, + 1.1497, + 4.2661, + 1.1497, + 4.3717, + 1.0943, + 4.3717 + ], + "text": "F", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 3.2534, + 4.2646, + 3.3226, + 4.2646, + 3.3226, + 4.3727, + 3.2534, + 4.3727 + ], + "text": "6", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 3.2534, + 4.2646, + 3.3226, + 4.2646, + 3.3226, + 4.3727, + 3.2534, + 4.3727 + ], + "text": "6", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 5.4232, + 4.2646, + 5.7809, + 4.2646, + 5.7809, + 4.3727, + 5.4232, + 4.3727 + ], + "text": "12.00", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 5.4232, + 4.2646, + 5.7809, + 4.2646, + 5.7809, + 4.3727, + 5.4232, + 4.3727 + ], + "text": "12.00", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 1.0877, + 4.4746, + 1.1735, + 4.4746, + 1.1735, + 4.5827, + 1.0877, + 4.5827 + ], + "text": "G", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 1.0877, + 4.4746, + 1.1735, + 4.4746, + 1.1735, + 4.5827, + 1.0877, + 4.5827 + ], + "text": "G", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 3.2514, + 4.4746, + 3.3224, + 4.4746, + 3.3224, + 4.5827, + 3.2514, + 4.5827 + ], + "text": "8", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 3.2514, + 4.4746, + 3.3224, + 4.4746, + 3.3224, + 4.5827, + 3.2514, + 4.5827 + ], + "text": "8", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 5.4184, + 4.4746, + 5.781, + 4.4746, + 5.781, + 4.5827, + 5.4184, + 4.5827 + ], + "text": "22.00", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 5.4184, + 4.4746, + 5.781, + 4.4746, + 5.781, + 4.5827, + 5.4184, + 4.5827 + ], + "text": "22.00", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 5.5075, + 4.8981, + 6.632, + 4.8981, + 6.632, + 5.0131, + 5.5075, + 5.0131 + ], + "text": "Subtotal: 300.00", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 5.5075, + 4.8981, + 6.1249, + 4.8981, + 6.1249, + 5.0131, + 5.5075, + 5.0131 + ], + "text": "Subtotal:", + "confidence": 1 + }, + { + "boundingBox": [ + 6.1794, + 4.9042, + 6.632, + 4.9042, + 6.632, + 5.0131, + 6.1794, + 5.0131 + ], + "text": "300.00", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 5.5034, + 5.1245, + 6.2022, + 5.1245, + 6.2022, + 5.2333, + 5.5034, + 5.2333 + ], + "text": "Tax: 30.00", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 5.5034, + 5.1263, + 5.7812, + 5.1263, + 5.7812, + 5.2333, + 5.5034, + 5.2333 + ], + "text": "Tax:", + "confidence": 1 + }, + { + "boundingBox": [ + 5.836, + 5.1245, + 6.2022, + 5.1245, + 6.2022, + 5.2333, + 5.836, + 5.2333 + ], + "text": "30.00", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 5.5034, + 5.3412, + 6.2587, + 5.3412, + 6.2587, + 5.481, + 5.5034, + 5.481 + ], + "text": "Tip: 100.00", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 5.5034, + 5.3412, + 5.7515, + 5.3412, + 5.7515, + 5.481, + 5.5034, + 5.481 + ], + "text": "Tip:", + "confidence": 1 + }, + { + "boundingBox": [ + 5.811, + 5.3445, + 6.2587, + 5.3445, + 6.2587, + 5.4533, + 5.811, + 5.4533 + ], + "text": "100.00", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 5.5034, + 5.5583, + 6.3987, + 5.5583, + 6.3987, + 5.6733, + 5.5034, + 5.6733 + ], + "text": "Total: 430.00", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 5.5034, + 5.5583, + 5.8915, + 5.5583, + 5.8915, + 5.6733, + 5.5034, + 5.6733 + ], + "text": "Total:", + "confidence": 1 + }, + { + "boundingBox": [ + 5.942, + 5.5645, + 6.3987, + 5.5645, + 6.3987, + 5.6733, + 5.942, + 5.6733 + ], + "text": "430.00", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 1.0055, + 6.6553, + 3.8342, + 6.6553, + 3.8342, + 6.7981, + 1.0055, + 6.7981 + ], + "text": "Signature: ____Bilbo Baggins__________", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 1.0055, + 6.6581, + 1.6987, + 6.6581, + 1.6987, + 6.7981, + 1.0055, + 6.7981 + ], + "text": "Signature:", + "confidence": 1 + }, + { + "boundingBox": [ + 1.747, + 6.6553, + 2.4278, + 6.6553, + 2.4278, + 6.7981, + 1.747, + 6.7981 + ], + "text": "____Bilbo", + "confidence": 1 + }, + { + "boundingBox": [ + 2.4823, + 6.6581, + 3.8342, + 6.6581, + 3.8342, + 6.7981, + 2.4823, + 6.7981 + ], + "text": "Baggins__________", + "confidence": 1 + } + ] + } + ] + }, + { + "page": 3, + "angle": 0, + "width": 8.5, + "height": 11, + "unit": "inch", + "lines": [ + { + "boundingBox": [ + 0.8861, + 1.1217, + 2.3734, + 1.1217, + 2.3734, + 1.2812, + 0.8861, + 1.2812 + ], + "text": "Company B Invoice", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 0.8861, + 1.1232, + 1.6203, + 1.1232, + 1.6203, + 1.2812, + 0.8861, + 1.2812 + ], + "text": "Company", + "confidence": 1 + }, + { + "boundingBox": [ + 1.6836, + 1.1248, + 1.764, + 1.1248, + 1.764, + 1.2469, + 1.6836, + 1.2469 + ], + "text": "B", + "confidence": 1 + }, + { + "boundingBox": [ + 1.8336, + 1.1217, + 2.3734, + 1.1217, + 2.3734, + 1.2485, + 1.8336, + 1.2485 + ], + "text": "Invoice", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 6.0211, + 1.0656, + 7.0357, + 1.0656, + 7.0357, + 1.2121, + 6.0211, + 1.2121 + ], + "text": "Invoice For:", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 6.0211, + 1.0656, + 6.6362, + 1.0656, + 6.6362, + 1.2121, + 6.0211, + 1.2121 + ], + "text": "Invoice", + "confidence": 1 + }, + { + "boundingBox": [ + 6.7147, + 1.0691, + 7.0357, + 1.0691, + 7.0357, + 1.2121, + 6.7147, + 1.2121 + ], + "text": "For:", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 0.8791, + 1.4825, + 1.5657, + 1.4825, + 1.5657, + 1.6155, + 0.8791, + 1.6155 + ], + "text": "Address:", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 0.8791, + 1.4825, + 1.5657, + 1.4825, + 1.5657, + 1.6155, + 0.8791, + 1.6155 + ], + "text": "Address:", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 6.0164, + 1.4506, + 6.9506, + 1.4506, + 6.9506, + 1.5931, + 6.0164, + 1.5931 + ], + "text": "Frodo Baggins", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 6.0164, + 1.4506, + 6.3895, + 1.4506, + 6.3895, + 1.5649, + 6.0164, + 1.5649 + ], + "text": "Frodo", + "confidence": 1 + }, + { + "boundingBox": [ + 6.45, + 1.4556, + 6.9506, + 1.4556, + 6.9506, + 1.5931, + 6.45, + 1.5931 + ], + "text": "Baggins", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 6.0165, + 1.6707, + 7.1006, + 1.6707, + 7.1006, + 1.7854, + 6.0165, + 1.7854 + ], + "text": "123 Hobbit Lane", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 6.0165, + 1.6772, + 6.2434, + 1.6772, + 6.2434, + 1.7854, + 6.0165, + 1.7854 + ], + "text": "123", + "confidence": 1 + }, + { + "boundingBox": [ + 6.3033, + 1.6707, + 6.7463, + 1.6707, + 6.7463, + 1.7854, + 6.3033, + 1.7854 + ], + "text": "Hobbit", + "confidence": 1 + }, + { + "boundingBox": [ + 6.803, + 1.6782, + 7.1006, + 1.6782, + 7.1006, + 1.7854, + 6.803, + 1.7854 + ], + "text": "Lane", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 0.8852, + 1.846, + 1.713, + 1.846, + 1.713, + 1.9554, + 0.8852, + 1.9554 + ], + "text": "567 Main St.", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 0.8852, + 1.8472, + 1.1203, + 1.8472, + 1.1203, + 1.9554, + 0.8852, + 1.9554 + ], + "text": "567", + "confidence": 1 + }, + { + "boundingBox": [ + 1.1777, + 1.846, + 1.5022, + 1.846, + 1.5022, + 1.9554, + 1.1777, + 1.9554 + ], + "text": "Main", + "confidence": 1 + }, + { + "boundingBox": [ + 1.5558, + 1.8472, + 1.713, + 1.8472, + 1.713, + 1.9554, + 1.5558, + 1.9554 + ], + "text": "St.", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 6.0164, + 1.891, + 6.9793, + 1.891, + 6.9793, + 2.0275, + 6.0164, + 2.0275 + ], + "text": "Redmond, WA", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 6.0164, + 1.891, + 6.6861, + 1.891, + 6.6861, + 2.0275, + 6.0164, + 2.0275 + ], + "text": "Redmond,", + "confidence": 1 + }, + { + "boundingBox": [ + 6.7408, + 1.8982, + 6.9793, + 1.8982, + 6.9793, + 2.0044, + 6.7408, + 2.0044 + ], + "text": "WA", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 0.891, + 2.061, + 1.8537, + 2.061, + 1.8537, + 2.1975, + 0.891, + 2.1975 + ], + "text": "Redmond, WA", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 0.891, + 2.061, + 1.5605, + 2.061, + 1.5605, + 2.1975, + 0.891, + 2.1975 + ], + "text": "Redmond,", + "confidence": 1 + }, + { + "boundingBox": [ + 1.6152, + 2.0682, + 1.8537, + 2.0682, + 1.8537, + 2.1744, + 1.6152, + 2.1744 + ], + "text": "WA", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 6.0105, + 2.1187, + 6.9371, + 2.1187, + 6.9371, + 2.2254, + 6.0105, + 2.2254 + ], + "text": "555-555-5555", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 6.0105, + 2.1187, + 6.9371, + 2.1187, + 6.9371, + 2.2254, + 6.0105, + 2.2254 + ], + "text": "555-555-5555", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 0.8852, + 2.2887, + 1.8119, + 2.2887, + 1.8119, + 2.3954, + 0.8852, + 2.3954 + ], + "text": "555-555-5555", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 0.8852, + 2.2887, + 1.8119, + 2.2887, + 1.8119, + 2.3954, + 0.8852, + 2.3954 + ], + "text": "555-555-5555", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 1.0943, + 3.0018, + 1.3842, + 3.0018, + 1.3842, + 3.109, + 1.0943, + 3.109 + ], + "text": "Item", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 1.0943, + 3.0018, + 1.3842, + 3.0018, + 1.3842, + 3.109, + 1.0943, + 3.109 + ], + "text": "Item", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 3.2527, + 2.9996, + 3.8367, + 2.9996, + 3.8367, + 3.1371, + 3.2527, + 3.1371 + ], + "text": "Quantity", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 3.2527, + 2.9996, + 3.8367, + 2.9996, + 3.8367, + 3.1371, + 3.2527, + 3.1371 + ], + "text": "Quantity", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 5.423, + 2.9996, + 5.7372, + 2.9996, + 5.7372, + 3.109, + 5.423, + 3.109 + ], + "text": "Price", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 5.423, + 2.9996, + 5.7372, + 2.9996, + 5.7372, + 3.109, + 5.423, + 3.109 + ], + "text": "Price", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 1.0832, + 3.2118, + 1.174, + 3.2118, + 1.174, + 3.318, + 1.0832, + 3.318 + ], + "text": "A", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 1.0832, + 3.2118, + 1.174, + 3.2118, + 1.174, + 3.318, + 1.0832, + 3.318 + ], + "text": "A", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 3.2589, + 3.2108, + 3.4067, + 3.2108, + 3.4067, + 3.319, + 3.2589, + 3.319 + ], + "text": "10", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 3.2589, + 3.2108, + 3.4067, + 3.2108, + 3.4067, + 3.319, + 3.2589, + 3.319 + ], + "text": "10", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 5.4232, + 3.2108, + 5.8617, + 3.2108, + 5.8617, + 3.319, + 5.4232, + 3.319 + ], + "text": "100.99", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 5.4232, + 3.2108, + 5.8617, + 3.2108, + 5.8617, + 3.319, + 5.4232, + 3.319 + ], + "text": "100.99", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 1.0943, + 3.4256, + 1.1637, + 3.4256, + 1.1637, + 3.531, + 1.0943, + 3.531 + ], + "text": "B", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 1.0943, + 3.4256, + 1.1637, + 3.4256, + 1.1637, + 3.531, + 1.0943, + 3.531 + ], + "text": "B", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 3.2541, + 3.4241, + 3.4067, + 3.4241, + 3.4067, + 3.5323, + 3.2541, + 3.5323 + ], + "text": "20", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 3.2541, + 3.4241, + 3.4067, + 3.4241, + 3.4067, + 3.5323, + 3.2541, + 3.5323 + ], + "text": "20", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 5.4232, + 3.4241, + 5.8622, + 3.4241, + 5.8622, + 3.5323, + 5.4232, + 3.5323 + ], + "text": "140.67", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 5.4232, + 3.4241, + 5.8622, + 3.4241, + 5.8622, + 3.5323, + 5.4232, + 3.5323 + ], + "text": "140.67", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 1.0882, + 3.6343, + 1.1647, + 3.6343, + 1.1647, + 3.7421, + 1.0882, + 3.7421 + ], + "text": "C", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 1.0882, + 3.6343, + 1.1647, + 3.6343, + 1.1647, + 3.7421, + 1.0882, + 3.7421 + ], + "text": "C", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 3.2486, + 3.6341, + 3.4067, + 3.6341, + 3.4067, + 3.7423, + 3.2486, + 3.7423 + ], + "text": "40", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 3.2486, + 3.6341, + 3.4067, + 3.6341, + 3.4067, + 3.7423, + 3.2486, + 3.7423 + ], + "text": "40", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 5.4232, + 3.6341, + 5.8634, + 3.6341, + 5.8634, + 3.7423, + 5.4232, + 3.7423 + ], + "text": "150.66", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 5.4232, + 3.6341, + 5.8634, + 3.6341, + 5.8634, + 3.7423, + 5.4232, + 3.7423 + ], + "text": "150.66", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 1.0943, + 3.8456, + 1.1753, + 3.8456, + 1.1753, + 3.951, + 1.0943, + 3.951 + ], + "text": "D", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 1.0943, + 3.8456, + 1.1753, + 3.8456, + 1.1753, + 3.951, + 1.0943, + 3.951 + ], + "text": "D", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 3.2589, + 3.8441, + 3.4067, + 3.8441, + 3.4067, + 3.9523, + 3.2589, + 3.9523 + ], + "text": "10", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 3.2589, + 3.8441, + 3.4067, + 3.8441, + 3.4067, + 3.9523, + 3.2589, + 3.9523 + ], + "text": "10", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 5.4232, + 3.8441, + 5.8642, + 3.8441, + 5.8642, + 3.9523, + 5.4232, + 3.9523 + ], + "text": "120.00", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 5.4232, + 3.8441, + 5.8642, + 3.8441, + 5.8642, + 3.9523, + 5.4232, + 3.9523 + ], + "text": "120.00", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 1.0943, + 4.0561, + 1.153, + 4.0561, + 1.153, + 4.1614, + 1.0943, + 4.1614 + ], + "text": "E", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 1.0943, + 4.0561, + 1.153, + 4.0561, + 1.153, + 4.1614, + 1.0943, + 4.1614 + ], + "text": "E", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 3.2486, + 4.0546, + 3.4067, + 4.0546, + 3.4067, + 4.1627, + 3.2486, + 4.1627 + ], + "text": "40", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 3.2486, + 4.0546, + 3.4067, + 4.0546, + 3.4067, + 4.1627, + 3.2486, + 4.1627 + ], + "text": "40", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 5.4232, + 4.0546, + 5.8644, + 4.0546, + 5.8644, + 4.1627, + 5.4232, + 4.1627 + ], + "text": "100.00", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 5.4232, + 4.0546, + 5.8644, + 4.0546, + 5.8644, + 4.1627, + 5.4232, + 4.1627 + ], + "text": "100.00", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 1.0943, + 4.2661, + 1.1497, + 4.2661, + 1.1497, + 4.3717, + 1.0943, + 4.3717 + ], + "text": "F", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 1.0943, + 4.2661, + 1.1497, + 4.2661, + 1.1497, + 4.3717, + 1.0943, + 4.3717 + ], + "text": "F", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 3.2534, + 4.2646, + 3.4067, + 4.2646, + 3.4067, + 4.3727, + 3.2534, + 4.3727 + ], + "text": "60", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 3.2534, + 4.2646, + 3.4067, + 4.2646, + 3.4067, + 4.3727, + 3.2534, + 4.3727 + ], + "text": "60", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 5.4232, + 4.2646, + 5.8642, + 4.2646, + 5.8642, + 4.3727, + 5.4232, + 4.3727 + ], + "text": "120.00", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 5.4232, + 4.2646, + 5.8642, + 4.2646, + 5.8642, + 4.3727, + 5.4232, + 4.3727 + ], + "text": "120.00", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 1.0877, + 4.4746, + 1.1735, + 4.4746, + 1.1735, + 4.5827, + 1.0877, + 4.5827 + ], + "text": "G", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 1.0877, + 4.4746, + 1.1735, + 4.4746, + 1.1735, + 4.5827, + 1.0877, + 4.5827 + ], + "text": "G", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 3.2514, + 4.4746, + 3.4067, + 4.4746, + 3.4067, + 4.5827, + 3.2514, + 4.5827 + ], + "text": "80", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 3.2514, + 4.4746, + 3.4067, + 4.4746, + 3.4067, + 4.5827, + 3.2514, + 4.5827 + ], + "text": "80", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 5.4184, + 4.4746, + 5.8644, + 4.4746, + 5.8644, + 4.5827, + 5.4184, + 4.5827 + ], + "text": "220.00", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 5.4184, + 4.4746, + 5.8644, + 4.4746, + 5.8644, + 4.5827, + 5.4184, + 4.5827 + ], + "text": "220.00", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 5.5075, + 4.8981, + 6.7158, + 4.8981, + 6.7158, + 5.0131, + 5.5075, + 5.0131 + ], + "text": "Subtotal: 3000.00", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 5.5075, + 4.8981, + 6.1249, + 4.8981, + 6.1249, + 5.0131, + 5.5075, + 5.0131 + ], + "text": "Subtotal:", + "confidence": 1 + }, + { + "boundingBox": [ + 6.1794, + 4.9042, + 6.7158, + 4.9042, + 6.7158, + 5.0131, + 6.1794, + 5.0131 + ], + "text": "3000.00", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 5.5034, + 5.1245, + 6.2887, + 5.1245, + 6.2887, + 5.2333, + 5.5034, + 5.2333 + ], + "text": "Tax: 300.00", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 5.5034, + 5.1263, + 5.7812, + 5.1263, + 5.7812, + 5.2333, + 5.5034, + 5.2333 + ], + "text": "Tax:", + "confidence": 1 + }, + { + "boundingBox": [ + 5.836, + 5.1245, + 6.2887, + 5.1245, + 6.2887, + 5.2333, + 5.836, + 5.2333 + ], + "text": "300.00", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 5.5034, + 5.3412, + 6.3422, + 5.3412, + 6.3422, + 5.481, + 5.5034, + 5.481 + ], + "text": "Tip: 1000.00", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 5.5034, + 5.3412, + 5.7515, + 5.3412, + 5.7515, + 5.481, + 5.5034, + 5.481 + ], + "text": "Tip:", + "confidence": 1 + }, + { + "boundingBox": [ + 5.811, + 5.3445, + 6.3422, + 5.3445, + 6.3422, + 5.4533, + 5.811, + 5.4533 + ], + "text": "1000.00", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 5.5034, + 5.5583, + 6.4825, + 5.5583, + 6.4825, + 5.6733, + 5.5034, + 5.6733 + ], + "text": "Total: 4300.00", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 5.5034, + 5.5583, + 5.8915, + 5.5583, + 5.8915, + 5.6733, + 5.5034, + 5.6733 + ], + "text": "Total:", + "confidence": 1 + }, + { + "boundingBox": [ + 5.942, + 5.5645, + 6.4825, + 5.5645, + 6.4825, + 5.6733, + 5.942, + 5.6733 + ], + "text": "4300.00", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 1.0055, + 6.6556, + 3.8842, + 6.6556, + 3.8842, + 6.7981, + 1.0055, + 6.7981 + ], + "text": "Signature: ____Frodo Baggins__________", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 1.0055, + 6.6581, + 1.6987, + 6.6581, + 1.6987, + 6.7981, + 1.0055, + 6.7981 + ], + "text": "Signature:", + "confidence": 1 + }, + { + "boundingBox": [ + 1.747, + 6.6556, + 2.4778, + 6.6556, + 2.4778, + 6.7981, + 1.747, + 6.7981 + ], + "text": "____Frodo", + "confidence": 1 + }, + { + "boundingBox": [ + 2.5325, + 6.6581, + 3.8842, + 6.6581, + 3.8842, + 6.7981, + 2.5325, + 6.7981 + ], + "text": "Baggins__________", + "confidence": 1 + } + ] + } + ] + } + ], + "pageResults": [ + { + "page": 1, + "tables": [ + { + "rows": 8, + "columns": 3, + "cells": [ + { + "rowIndex": 0, + "columnIndex": 0, + "text": "Item", + "boundingBox": [ + 0.9909, + 2.9408, + 3.1582, + 2.9408, + 3.1582, + 3.1528, + 0.9909, + 3.1528 + ], + "elements": [ + "#/readResults/0/lines/10/words/0" + ] + }, + { + "rowIndex": 0, + "columnIndex": 1, + "text": "Quantity", + "boundingBox": [ + 3.1582, + 2.9408, + 5.3322, + 2.9408, + 5.3322, + 3.1528, + 3.1582, + 3.1528 + ], + "elements": [ + "#/readResults/0/lines/11/words/0" + ] + }, + { + "rowIndex": 0, + "columnIndex": 2, + "text": "Price", + "boundingBox": [ + 5.3322, + 2.9408, + 7.4928, + 2.947, + 7.4928, + 3.1528, + 5.3322, + 3.1528 + ], + "elements": [ + "#/readResults/0/lines/12/words/0" + ] + }, + { + "rowIndex": 1, + "columnIndex": 0, + "text": "A", + "boundingBox": [ + 0.9909, + 3.1528, + 3.1582, + 3.1528, + 3.1582, + 3.3649, + 0.9976, + 3.3649 + ], + "elements": [ + "#/readResults/0/lines/13/words/0" + ] + }, + { + "rowIndex": 1, + "columnIndex": 1, + "text": "1", + "boundingBox": [ + 3.1582, + 3.1528, + 5.3322, + 3.1528, + 5.3322, + 3.3649, + 3.1582, + 3.3649 + ], + "elements": [ + "#/readResults/0/lines/14/words/0" + ] + }, + { + "rowIndex": 1, + "columnIndex": 2, + "text": "10.99", + "boundingBox": [ + 5.3322, + 3.1528, + 7.4928, + 3.1528, + 7.4995, + 3.3649, + 5.3322, + 3.3649 + ], + "elements": [ + "#/readResults/0/lines/15/words/0" + ] + }, + { + "rowIndex": 2, + "columnIndex": 0, + "text": "B", + "boundingBox": [ + 0.9976, + 3.3649, + 3.1582, + 3.3649, + 3.1582, + 3.5707, + 0.9976, + 3.5707 + ], + "elements": [ + "#/readResults/0/lines/16/words/0" + ] + }, + { + "rowIndex": 2, + "columnIndex": 1, + "text": "2", + "boundingBox": [ + 3.1582, + 3.3649, + 5.3322, + 3.3649, + 5.3322, + 3.5707, + 3.1582, + 3.5707 + ], + "elements": [ + "#/readResults/0/lines/17/words/0" + ] + }, + { + "rowIndex": 2, + "columnIndex": 2, + "text": "14.67", + "boundingBox": [ + 5.3322, + 3.3649, + 7.4995, + 3.3649, + 7.4995, + 3.5707, + 5.3322, + 3.5707 + ], + "elements": [ + "#/readResults/0/lines/18/words/0" + ] + }, + { + "rowIndex": 3, + "columnIndex": 0, + "text": "C", + "boundingBox": [ + 0.9976, + 3.5707, + 3.1582, + 3.5707, + 3.1582, + 3.7827, + 0.9976, + 3.7827 + ], + "elements": [ + "#/readResults/0/lines/19/words/0" + ] + }, + { + "rowIndex": 3, + "columnIndex": 1, + "text": "4", + "boundingBox": [ + 3.1582, + 3.5707, + 5.3322, + 3.5707, + 5.3322, + 3.7827, + 3.1582, + 3.7827 + ], + "elements": [ + "#/readResults/0/lines/20/words/0" + ] + }, + { + "rowIndex": 3, + "columnIndex": 2, + "text": "15.66", + "boundingBox": [ + 5.3322, + 3.5707, + 7.4995, + 3.5707, + 7.4995, + 3.7827, + 5.3322, + 3.7827 + ], + "elements": [ + "#/readResults/0/lines/21/words/0" + ] + }, + { + "rowIndex": 4, + "columnIndex": 0, + "text": "D", + "boundingBox": [ + 0.9976, + 3.7827, + 3.1582, + 3.7827, + 3.1582, + 3.9885, + 1.0043, + 3.9885 + ], + "elements": [ + "#/readResults/0/lines/22/words/0" + ] + }, + { + "rowIndex": 4, + "columnIndex": 1, + "text": "1", + "boundingBox": [ + 3.1582, + 3.7827, + 5.3322, + 3.7827, + 5.3322, + 3.9885, + 3.1582, + 3.9885 + ], + "elements": [ + "#/readResults/0/lines/23/words/0" + ] + }, + { + "rowIndex": 4, + "columnIndex": 2, + "text": "12.00", + "boundingBox": [ + 5.3322, + 3.7827, + 7.4995, + 3.7827, + 7.4995, + 3.9885, + 5.3322, + 3.9885 + ], + "elements": [ + "#/readResults/0/lines/24/words/0" + ] + }, + { + "rowIndex": 5, + "columnIndex": 0, + "text": "E", + "boundingBox": [ + 1.0043, + 3.9885, + 3.1582, + 3.9885, + 3.1582, + 4.2006, + 1.0043, + 4.2006 + ], + "elements": [ + "#/readResults/0/lines/25/words/0" + ] + }, + { + "rowIndex": 5, + "columnIndex": 1, + "text": "4", + "boundingBox": [ + 3.1582, + 3.9885, + 5.3322, + 3.9885, + 5.3322, + 4.2006, + 3.1582, + 4.2006 + ], + "elements": [ + "#/readResults/0/lines/26/words/0" + ] + }, + { + "rowIndex": 5, + "columnIndex": 2, + "text": "10.00", + "boundingBox": [ + 5.3322, + 3.9885, + 7.4995, + 3.9885, + 7.5062, + 4.2006, + 5.3322, + 4.2006 + ], + "elements": [ + "#/readResults/0/lines/27/words/0" + ] + }, + { + "rowIndex": 6, + "columnIndex": 0, + "text": "F", + "boundingBox": [ + 1.0043, + 4.2006, + 3.1582, + 4.2006, + 3.1582, + 4.4126, + 1.0043, + 4.4126 + ], + "elements": [ + "#/readResults/0/lines/28/words/0" + ] + }, + { + "rowIndex": 6, + "columnIndex": 1, + "text": "6", + "boundingBox": [ + 3.1582, + 4.2006, + 5.3322, + 4.2006, + 5.3322, + 4.4126, + 3.1582, + 4.4126 + ], + "elements": [ + "#/readResults/0/lines/29/words/0" + ] + }, + { + "rowIndex": 6, + "columnIndex": 2, + "text": "12.00", + "boundingBox": [ + 5.3322, + 4.2006, + 7.5062, + 4.2006, + 7.5062, + 4.4126, + 5.3322, + 4.4126 + ], + "elements": [ + "#/readResults/0/lines/30/words/0" + ] + }, + { + "rowIndex": 7, + "columnIndex": 0, + "text": "G", + "boundingBox": [ + 1.0043, + 4.4126, + 3.1582, + 4.4126, + 3.1582, + 4.6184, + 1.011, + 4.6246 + ], + "elements": [ + "#/readResults/0/lines/31/words/0" + ] + }, + { + "rowIndex": 7, + "columnIndex": 1, + "text": "8", + "boundingBox": [ + 3.1582, + 4.4126, + 5.3322, + 4.4126, + 5.3322, + 4.6184, + 3.1582, + 4.6184 + ], + "elements": [ + "#/readResults/0/lines/32/words/0" + ] + }, + { + "rowIndex": 7, + "columnIndex": 2, + "text": "22.00", + "boundingBox": [ + 5.3322, + 4.4126, + 7.5062, + 4.4126, + 7.5062, + 4.6246, + 5.3322, + 4.6184 + ], + "elements": [ + "#/readResults/0/lines/33/words/0" + ] + } + ], + "boundingBox": [ + 0.9957, + 2.9322, + 7.4976, + 2.9326, + 7.4974, + 4.6222, + 0.9944, + 4.6216 + ] + } + ] + }, + { + "page": 3, + "tables": [ + { + "rows": 8, + "columns": 3, + "cells": [ + { + "rowIndex": 0, + "columnIndex": 0, + "text": "Item", + "boundingBox": [ + 0.9909, + 2.9408, + 3.1582, + 2.9408, + 3.1582, + 3.1528, + 0.9909, + 3.1528 + ], + "elements": [ + "#/readResults/1/lines/10/words/0" + ] + }, + { + "rowIndex": 0, + "columnIndex": 1, + "text": "Quantity", + "boundingBox": [ + 3.1582, + 2.9408, + 5.3322, + 2.9408, + 5.3322, + 3.1528, + 3.1582, + 3.1528 + ], + "elements": [ + "#/readResults/1/lines/11/words/0" + ] + }, + { + "rowIndex": 0, + "columnIndex": 2, + "text": "Price", + "boundingBox": [ + 5.3322, + 2.9408, + 7.4928, + 2.947, + 7.4928, + 3.1528, + 5.3322, + 3.1528 + ], + "elements": [ + "#/readResults/1/lines/12/words/0" + ] + }, + { + "rowIndex": 1, + "columnIndex": 0, + "text": "A", + "boundingBox": [ + 0.9909, + 3.1528, + 3.1582, + 3.1528, + 3.1582, + 3.3649, + 0.9976, + 3.3649 + ], + "elements": [ + "#/readResults/1/lines/13/words/0" + ] + }, + { + "rowIndex": 1, + "columnIndex": 1, + "text": "10", + "boundingBox": [ + 3.1582, + 3.1528, + 5.3322, + 3.1528, + 5.3322, + 3.3649, + 3.1582, + 3.3649 + ], + "elements": [ + "#/readResults/1/lines/14/words/0" + ] + }, + { + "rowIndex": 1, + "columnIndex": 2, + "text": "100.99", + "boundingBox": [ + 5.3322, + 3.1528, + 7.4928, + 3.1528, + 7.4995, + 3.3649, + 5.3322, + 3.3649 + ], + "elements": [ + "#/readResults/1/lines/15/words/0" + ] + }, + { + "rowIndex": 2, + "columnIndex": 0, + "text": "B", + "boundingBox": [ + 0.9976, + 3.3649, + 3.1582, + 3.3649, + 3.1582, + 3.5707, + 0.9976, + 3.5707 + ], + "elements": [ + "#/readResults/1/lines/16/words/0" + ] + }, + { + "rowIndex": 2, + "columnIndex": 1, + "text": "20", + "boundingBox": [ + 3.1582, + 3.3649, + 5.3322, + 3.3649, + 5.3322, + 3.5707, + 3.1582, + 3.5707 + ], + "elements": [ + "#/readResults/1/lines/17/words/0" + ] + }, + { + "rowIndex": 2, + "columnIndex": 2, + "text": "140.67", + "boundingBox": [ + 5.3322, + 3.3649, + 7.4995, + 3.3649, + 7.4995, + 3.5707, + 5.3322, + 3.5707 + ], + "elements": [ + "#/readResults/1/lines/18/words/0" + ] + }, + { + "rowIndex": 3, + "columnIndex": 0, + "text": "C", + "boundingBox": [ + 0.9976, + 3.5707, + 3.1582, + 3.5707, + 3.1582, + 3.7827, + 0.9976, + 3.7827 + ], + "elements": [ + "#/readResults/1/lines/19/words/0" + ] + }, + { + "rowIndex": 3, + "columnIndex": 1, + "text": "40", + "boundingBox": [ + 3.1582, + 3.5707, + 5.3322, + 3.5707, + 5.3322, + 3.7827, + 3.1582, + 3.7827 + ], + "elements": [ + "#/readResults/1/lines/20/words/0" + ] + }, + { + "rowIndex": 3, + "columnIndex": 2, + "text": "150.66", + "boundingBox": [ + 5.3322, + 3.5707, + 7.4995, + 3.5707, + 7.4995, + 3.7827, + 5.3322, + 3.7827 + ], + "elements": [ + "#/readResults/1/lines/21/words/0" + ] + }, + { + "rowIndex": 4, + "columnIndex": 0, + "text": "D", + "boundingBox": [ + 0.9976, + 3.7827, + 3.1582, + 3.7827, + 3.1582, + 3.9885, + 1.0043, + 3.9885 + ], + "elements": [ + "#/readResults/1/lines/22/words/0" + ] + }, + { + "rowIndex": 4, + "columnIndex": 1, + "text": "10", + "boundingBox": [ + 3.1582, + 3.7827, + 5.3322, + 3.7827, + 5.3322, + 3.9885, + 3.1582, + 3.9885 + ], + "elements": [ + "#/readResults/1/lines/23/words/0" + ] + }, + { + "rowIndex": 4, + "columnIndex": 2, + "text": "120.00", + "boundingBox": [ + 5.3322, + 3.7827, + 7.4995, + 3.7827, + 7.4995, + 3.9885, + 5.3322, + 3.9885 + ], + "elements": [ + "#/readResults/1/lines/24/words/0" + ] + }, + { + "rowIndex": 5, + "columnIndex": 0, + "text": "E", + "boundingBox": [ + 1.0043, + 3.9885, + 3.1582, + 3.9885, + 3.1582, + 4.2006, + 1.0043, + 4.2006 + ], + "elements": [ + "#/readResults/1/lines/25/words/0" + ] + }, + { + "rowIndex": 5, + "columnIndex": 1, + "text": "40", + "boundingBox": [ + 3.1582, + 3.9885, + 5.3322, + 3.9885, + 5.3322, + 4.2006, + 3.1582, + 4.2006 + ], + "elements": [ + "#/readResults/1/lines/26/words/0" + ] + }, + { + "rowIndex": 5, + "columnIndex": 2, + "text": "100.00", + "boundingBox": [ + 5.3322, + 3.9885, + 7.4995, + 3.9885, + 7.5062, + 4.2006, + 5.3322, + 4.2006 + ], + "elements": [ + "#/readResults/1/lines/27/words/0" + ] + }, + { + "rowIndex": 6, + "columnIndex": 0, + "text": "F", + "boundingBox": [ + 1.0043, + 4.2006, + 3.1582, + 4.2006, + 3.1582, + 4.4126, + 1.0043, + 4.4126 + ], + "elements": [ + "#/readResults/1/lines/28/words/0" + ] + }, + { + "rowIndex": 6, + "columnIndex": 1, + "text": "60", + "boundingBox": [ + 3.1582, + 4.2006, + 5.3322, + 4.2006, + 5.3322, + 4.4126, + 3.1582, + 4.4126 + ], + "elements": [ + "#/readResults/1/lines/29/words/0" + ] + }, + { + "rowIndex": 6, + "columnIndex": 2, + "text": "120.00", + "boundingBox": [ + 5.3322, + 4.2006, + 7.5062, + 4.2006, + 7.5062, + 4.4126, + 5.3322, + 4.4126 + ], + "elements": [ + "#/readResults/1/lines/30/words/0" + ] + }, + { + "rowIndex": 7, + "columnIndex": 0, + "text": "G", + "boundingBox": [ + 1.0043, + 4.4126, + 3.1582, + 4.4126, + 3.1582, + 4.6184, + 1.011, + 4.6246 + ], + "elements": [ + "#/readResults/1/lines/31/words/0" + ] + }, + { + "rowIndex": 7, + "columnIndex": 1, + "text": "80", + "boundingBox": [ + 3.1582, + 4.4126, + 5.3322, + 4.4126, + 5.3322, + 4.6184, + 3.1582, + 4.6184 + ], + "elements": [ + "#/readResults/1/lines/32/words/0" + ] + }, + { + "rowIndex": 7, + "columnIndex": 2, + "text": "220.00", + "boundingBox": [ + 5.3322, + 4.4126, + 7.5062, + 4.4126, + 7.5062, + 4.6246, + 5.3322, + 4.6184 + ], + "elements": [ + "#/readResults/1/lines/33/words/0" + ] + } + ], + "boundingBox": [ + 0.996, + 2.9328, + 7.4972, + 2.9334, + 7.4967, + 4.6223, + 0.9946, + 4.6216 + ] + } + ] + } + ] + } + } + } + ], + "Variables": { + "FORM_RECOGNIZER_API_KEY": "Sanitized", + "FORM_RECOGNIZER_ENDPOINT": "https://mariari-centraluseuap.cognitiveservices.azure.com/", + "RandomSeed": "11234462" + } +} \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeContentWithMultiplePageArgument(%1%,%3%,2)Async.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeContentWithMultiplePageArgument(%1%,%3%,2)Async.json new file mode 100644 index 0000000000000..0bb32fc1c1609 --- /dev/null +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeContentWithMultiplePageArgument(%1%,%3%,2)Async.json @@ -0,0 +1,4327 @@ +{ + "Entries": [ + { + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/layout/analyze?Pages=1%2C3", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Content-Length": "108935", + "Content-Type": "application/pdf", + "Ocp-Apim-Subscription-Key": "Sanitized", + "traceparent": "00-a5e615d07811c44dbf9d101e5a8cf664-92f6ab484f148b4f-00", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201110.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "3ed5e933fbcc12562a4c112f09d40952", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "apim-request-id": "abed5621-fdd3-4d62-bebe-9d6b16f06f9e", + "Content-Length": "0", + "Date": "Tue, 10 Nov 2020 21:07:29 GMT", + "Operation-Location": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/layout/analyzeResults/abed5621-fdd3-4d62-bebe-9d6b16f06f9e", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "72" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/layout/analyzeResults/abed5621-fdd3-4d62-bebe-9d6b16f06f9e", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201110.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "d735366267eefbde05dfbd37ded02e92", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "4d3d3e33-c2c9-4d2c-9ae4-fd5b7e29dd99", + "Content-Length": "106", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 10 Nov 2020 21:07:29 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "14" + }, + "ResponseBody": { + "status": "running", + "createdDateTime": "2020-11-10T21:07:29Z", + "lastUpdatedDateTime": "2020-11-10T21:07:29Z" + } + }, + { + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/layout/analyzeResults/abed5621-fdd3-4d62-bebe-9d6b16f06f9e", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201110.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "20532861b98833f6e966352f0d49af31", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "329d80cb-9956-47a7-8f7e-c287dd08f678", + "Content-Length": "106", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 10 Nov 2020 21:07:30 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "12" + }, + "ResponseBody": { + "status": "running", + "createdDateTime": "2020-11-10T21:07:29Z", + "lastUpdatedDateTime": "2020-11-10T21:07:29Z" + } + }, + { + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/layout/analyzeResults/abed5621-fdd3-4d62-bebe-9d6b16f06f9e", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201110.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "5cb409c49b95cb690bd939ec3d1f3459", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "db8c1974-8911-40a2-b1dd-45e92ef4755f", + "Content-Length": "106", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 10 Nov 2020 21:07:31 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "12" + }, + "ResponseBody": { + "status": "running", + "createdDateTime": "2020-11-10T21:07:29Z", + "lastUpdatedDateTime": "2020-11-10T21:07:29Z" + } + }, + { + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/layout/analyzeResults/abed5621-fdd3-4d62-bebe-9d6b16f06f9e", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201110.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "e0cd7f1ee980a9c93f01ed8832afedbb", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "0da64b7c-45f0-44bf-98b8-bcb18f2b33cc", + "Content-Length": "106", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 10 Nov 2020 21:07:33 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "11" + }, + "ResponseBody": { + "status": "running", + "createdDateTime": "2020-11-10T21:07:29Z", + "lastUpdatedDateTime": "2020-11-10T21:07:29Z" + } + }, + { + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/layout/analyzeResults/abed5621-fdd3-4d62-bebe-9d6b16f06f9e", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201110.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "d4728c30d11cc6fcbe8815ae7f09f5ca", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "2390eea2-17f2-475a-80ab-044f2b967584", + "Content-Length": "106", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 10 Nov 2020 21:07:34 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "16" + }, + "ResponseBody": { + "status": "running", + "createdDateTime": "2020-11-10T21:07:29Z", + "lastUpdatedDateTime": "2020-11-10T21:07:29Z" + } + }, + { + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/layout/analyzeResults/abed5621-fdd3-4d62-bebe-9d6b16f06f9e", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201110.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "8d11db31cf7bdbb0400b1c94ade0985c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "6afc8cb5-4e2e-4281-8b0f-a271486853d1", + "Content-Length": "31877", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 10 Nov 2020 21:07:35 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "39" + }, + "ResponseBody": { + "status": "succeeded", + "createdDateTime": "2020-11-10T21:07:29Z", + "lastUpdatedDateTime": "2020-11-10T21:07:35Z", + "analyzeResult": { + "version": "2.1.0", + "readResults": [ + { + "page": 1, + "angle": 0, + "width": 8.5, + "height": 11, + "unit": "inch", + "lines": [ + { + "boundingBox": [ + 0.8861, + 1.1217, + 2.3783, + 1.1217, + 2.3783, + 1.2812, + 0.8861, + 1.2812 + ], + "text": "Company A Invoice", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 0.8861, + 1.1232, + 1.6203, + 1.1232, + 1.6203, + 1.2812, + 0.8861, + 1.2812 + ], + "text": "Company", + "confidence": 1 + }, + { + "boundingBox": [ + 1.6696, + 1.1242, + 1.7749, + 1.1242, + 1.7749, + 1.2473, + 1.6696, + 1.2473 + ], + "text": "A", + "confidence": 1 + }, + { + "boundingBox": [ + 1.8389, + 1.1217, + 2.3783, + 1.1217, + 2.3783, + 1.2485, + 1.8389, + 1.2485 + ], + "text": "Invoice", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 6.0211, + 1.0656, + 7.0357, + 1.0656, + 7.0357, + 1.2121, + 6.0211, + 1.2121 + ], + "text": "Invoice For:", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 6.0211, + 1.0656, + 6.6362, + 1.0656, + 6.6362, + 1.2121, + 6.0211, + 1.2121 + ], + "text": "Invoice", + "confidence": 1 + }, + { + "boundingBox": [ + 6.7147, + 1.0691, + 7.0357, + 1.0691, + 7.0357, + 1.2121, + 6.7147, + 1.2121 + ], + "text": "For:", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 0.8791, + 1.4825, + 1.5657, + 1.4825, + 1.5657, + 1.6155, + 0.8791, + 1.6155 + ], + "text": "Address:", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 0.8791, + 1.4825, + 1.5657, + 1.4825, + 1.5657, + 1.6155, + 0.8791, + 1.6155 + ], + "text": "Address:", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 6.0164, + 1.4503, + 6.8967, + 1.4503, + 6.8967, + 1.5931, + 6.0164, + 1.5931 + ], + "text": "Bilbo Baggins", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 6.0164, + 1.4503, + 6.3392, + 1.4503, + 6.3392, + 1.5649, + 6.0164, + 1.5649 + ], + "text": "Bilbo", + "confidence": 1 + }, + { + "boundingBox": [ + 6.396, + 1.4556, + 6.8967, + 1.4556, + 6.8967, + 1.5931, + 6.396, + 1.5931 + ], + "text": "Baggins", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 6.0165, + 1.6707, + 7.1006, + 1.6707, + 7.1006, + 1.7854, + 6.0165, + 1.7854 + ], + "text": "123 Hobbit Lane", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 6.0165, + 1.6772, + 6.2434, + 1.6772, + 6.2434, + 1.7854, + 6.0165, + 1.7854 + ], + "text": "123", + "confidence": 1 + }, + { + "boundingBox": [ + 6.3033, + 1.6707, + 6.7463, + 1.6707, + 6.7463, + 1.7854, + 6.3033, + 1.7854 + ], + "text": "Hobbit", + "confidence": 1 + }, + { + "boundingBox": [ + 6.803, + 1.6782, + 7.1006, + 1.6782, + 7.1006, + 1.7854, + 6.803, + 1.7854 + ], + "text": "Lane", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 0.8852, + 1.846, + 1.713, + 1.846, + 1.713, + 1.9554, + 0.8852, + 1.9554 + ], + "text": "567 Main St.", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 0.8852, + 1.8472, + 1.1203, + 1.8472, + 1.1203, + 1.9554, + 0.8852, + 1.9554 + ], + "text": "567", + "confidence": 1 + }, + { + "boundingBox": [ + 1.1777, + 1.846, + 1.5022, + 1.846, + 1.5022, + 1.9554, + 1.1777, + 1.9554 + ], + "text": "Main", + "confidence": 1 + }, + { + "boundingBox": [ + 1.5558, + 1.8472, + 1.713, + 1.8472, + 1.713, + 1.9554, + 1.5558, + 1.9554 + ], + "text": "St.", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 6.0164, + 1.891, + 6.9793, + 1.891, + 6.9793, + 2.0275, + 6.0164, + 2.0275 + ], + "text": "Redmond, WA", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 6.0164, + 1.891, + 6.6861, + 1.891, + 6.6861, + 2.0275, + 6.0164, + 2.0275 + ], + "text": "Redmond,", + "confidence": 1 + }, + { + "boundingBox": [ + 6.7408, + 1.8982, + 6.9793, + 1.8982, + 6.9793, + 2.0044, + 6.7408, + 2.0044 + ], + "text": "WA", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 0.891, + 2.061, + 1.8537, + 2.061, + 1.8537, + 2.1975, + 0.891, + 2.1975 + ], + "text": "Redmond, WA", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 0.891, + 2.061, + 1.5605, + 2.061, + 1.5605, + 2.1975, + 0.891, + 2.1975 + ], + "text": "Redmond,", + "confidence": 1 + }, + { + "boundingBox": [ + 1.6152, + 2.0682, + 1.8537, + 2.0682, + 1.8537, + 2.1744, + 1.6152, + 2.1744 + ], + "text": "WA", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 6.0105, + 2.1187, + 6.9371, + 2.1187, + 6.9371, + 2.2254, + 6.0105, + 2.2254 + ], + "text": "555-555-5555", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 6.0105, + 2.1187, + 6.9371, + 2.1187, + 6.9371, + 2.2254, + 6.0105, + 2.2254 + ], + "text": "555-555-5555", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 0.8852, + 2.2887, + 1.8119, + 2.2887, + 1.8119, + 2.3954, + 0.8852, + 2.3954 + ], + "text": "555-555-5555", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 0.8852, + 2.2887, + 1.8119, + 2.2887, + 1.8119, + 2.3954, + 0.8852, + 2.3954 + ], + "text": "555-555-5555", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 1.0943, + 3.0018, + 1.3842, + 3.0018, + 1.3842, + 3.109, + 1.0943, + 3.109 + ], + "text": "Item", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 1.0943, + 3.0018, + 1.3842, + 3.0018, + 1.3842, + 3.109, + 1.0943, + 3.109 + ], + "text": "Item", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 3.2527, + 2.9996, + 3.8367, + 2.9996, + 3.8367, + 3.1371, + 3.2527, + 3.1371 + ], + "text": "Quantity", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 3.2527, + 2.9996, + 3.8367, + 2.9996, + 3.8367, + 3.1371, + 3.2527, + 3.1371 + ], + "text": "Quantity", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 5.423, + 2.9996, + 5.7372, + 2.9996, + 5.7372, + 3.109, + 5.423, + 3.109 + ], + "text": "Price", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 5.423, + 2.9996, + 5.7372, + 2.9996, + 5.7372, + 3.109, + 5.423, + 3.109 + ], + "text": "Price", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 1.0832, + 3.2118, + 1.174, + 3.2118, + 1.174, + 3.318, + 1.0832, + 3.318 + ], + "text": "A", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 1.0832, + 3.2118, + 1.174, + 3.2118, + 1.174, + 3.318, + 1.0832, + 3.318 + ], + "text": "A", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 3.2589, + 3.2116, + 3.3202, + 3.2116, + 3.3202, + 3.3176, + 3.2589, + 3.3176 + ], + "text": "1", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 3.2589, + 3.2116, + 3.3202, + 3.2116, + 3.3202, + 3.3176, + 3.2589, + 3.3176 + ], + "text": "1", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 5.4232, + 3.2108, + 5.7784, + 3.2108, + 5.7784, + 3.319, + 5.4232, + 3.319 + ], + "text": "10.99", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 5.4232, + 3.2108, + 5.7784, + 3.2108, + 5.7784, + 3.319, + 5.4232, + 3.319 + ], + "text": "10.99", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 1.0943, + 3.4256, + 1.1637, + 3.4256, + 1.1637, + 3.531, + 1.0943, + 3.531 + ], + "text": "B", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 1.0943, + 3.4256, + 1.1637, + 3.4256, + 1.1637, + 3.531, + 1.0943, + 3.531 + ], + "text": "B", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 3.2541, + 3.4241, + 3.3199, + 3.4241, + 3.3199, + 3.531, + 3.2541, + 3.531 + ], + "text": "2", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 3.2541, + 3.4241, + 3.3199, + 3.4241, + 3.3199, + 3.531, + 3.2541, + 3.531 + ], + "text": "2", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 5.4232, + 3.4241, + 5.7789, + 3.4241, + 5.7789, + 3.5323, + 5.4232, + 3.5323 + ], + "text": "14.67", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 5.4232, + 3.4241, + 5.7789, + 3.4241, + 5.7789, + 3.5323, + 5.4232, + 3.5323 + ], + "text": "14.67", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 1.0882, + 3.6343, + 1.1647, + 3.6343, + 1.1647, + 3.7421, + 1.0882, + 3.7421 + ], + "text": "C", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 1.0882, + 3.6343, + 1.1647, + 3.6343, + 1.1647, + 3.7421, + 1.0882, + 3.7421 + ], + "text": "C", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 3.2486, + 3.6351, + 3.3244, + 3.6351, + 3.3244, + 3.7413, + 3.2486, + 3.7413 + ], + "text": "4", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 3.2486, + 3.6351, + 3.3244, + 3.6351, + 3.3244, + 3.7413, + 3.2486, + 3.7413 + ], + "text": "4", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 5.4232, + 3.6341, + 5.78, + 3.6341, + 5.78, + 3.7423, + 5.4232, + 3.7423 + ], + "text": "15.66", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 5.4232, + 3.6341, + 5.78, + 3.6341, + 5.78, + 3.7423, + 5.4232, + 3.7423 + ], + "text": "15.66", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 1.0943, + 3.8456, + 1.1753, + 3.8456, + 1.1753, + 3.951, + 1.0943, + 3.951 + ], + "text": "D", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 1.0943, + 3.8456, + 1.1753, + 3.8456, + 1.1753, + 3.951, + 1.0943, + 3.951 + ], + "text": "D", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 3.2589, + 3.845, + 3.3202, + 3.845, + 3.3202, + 3.951, + 3.2589, + 3.951 + ], + "text": "1", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 3.2589, + 3.845, + 3.3202, + 3.845, + 3.3202, + 3.951, + 3.2589, + 3.951 + ], + "text": "1", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 5.4232, + 3.8441, + 5.7809, + 3.8441, + 5.7809, + 3.9523, + 5.4232, + 3.9523 + ], + "text": "12.00", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 5.4232, + 3.8441, + 5.7809, + 3.8441, + 5.7809, + 3.9523, + 5.4232, + 3.9523 + ], + "text": "12.00", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 1.0943, + 4.0561, + 1.153, + 4.0561, + 1.153, + 4.1614, + 1.0943, + 4.1614 + ], + "text": "E", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 1.0943, + 4.0561, + 1.153, + 4.0561, + 1.153, + 4.1614, + 1.0943, + 4.1614 + ], + "text": "E", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 3.2486, + 4.0556, + 3.3244, + 4.0556, + 3.3244, + 4.1617, + 3.2486, + 4.1617 + ], + "text": "4", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 3.2486, + 4.0556, + 3.3244, + 4.0556, + 3.3244, + 4.1617, + 3.2486, + 4.1617 + ], + "text": "4", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 5.4232, + 4.0546, + 5.781, + 4.0546, + 5.781, + 4.1627, + 5.4232, + 4.1627 + ], + "text": "10.00", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 5.4232, + 4.0546, + 5.781, + 4.0546, + 5.781, + 4.1627, + 5.4232, + 4.1627 + ], + "text": "10.00", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 1.0943, + 4.2661, + 1.1497, + 4.2661, + 1.1497, + 4.3717, + 1.0943, + 4.3717 + ], + "text": "F", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 1.0943, + 4.2661, + 1.1497, + 4.2661, + 1.1497, + 4.3717, + 1.0943, + 4.3717 + ], + "text": "F", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 3.2534, + 4.2646, + 3.3226, + 4.2646, + 3.3226, + 4.3727, + 3.2534, + 4.3727 + ], + "text": "6", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 3.2534, + 4.2646, + 3.3226, + 4.2646, + 3.3226, + 4.3727, + 3.2534, + 4.3727 + ], + "text": "6", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 5.4232, + 4.2646, + 5.7809, + 4.2646, + 5.7809, + 4.3727, + 5.4232, + 4.3727 + ], + "text": "12.00", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 5.4232, + 4.2646, + 5.7809, + 4.2646, + 5.7809, + 4.3727, + 5.4232, + 4.3727 + ], + "text": "12.00", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 1.0877, + 4.4746, + 1.1735, + 4.4746, + 1.1735, + 4.5827, + 1.0877, + 4.5827 + ], + "text": "G", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 1.0877, + 4.4746, + 1.1735, + 4.4746, + 1.1735, + 4.5827, + 1.0877, + 4.5827 + ], + "text": "G", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 3.2514, + 4.4746, + 3.3224, + 4.4746, + 3.3224, + 4.5827, + 3.2514, + 4.5827 + ], + "text": "8", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 3.2514, + 4.4746, + 3.3224, + 4.4746, + 3.3224, + 4.5827, + 3.2514, + 4.5827 + ], + "text": "8", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 5.4184, + 4.4746, + 5.781, + 4.4746, + 5.781, + 4.5827, + 5.4184, + 4.5827 + ], + "text": "22.00", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 5.4184, + 4.4746, + 5.781, + 4.4746, + 5.781, + 4.5827, + 5.4184, + 4.5827 + ], + "text": "22.00", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 5.5075, + 4.8981, + 6.632, + 4.8981, + 6.632, + 5.0131, + 5.5075, + 5.0131 + ], + "text": "Subtotal: 300.00", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 5.5075, + 4.8981, + 6.1249, + 4.8981, + 6.1249, + 5.0131, + 5.5075, + 5.0131 + ], + "text": "Subtotal:", + "confidence": 1 + }, + { + "boundingBox": [ + 6.1794, + 4.9042, + 6.632, + 4.9042, + 6.632, + 5.0131, + 6.1794, + 5.0131 + ], + "text": "300.00", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 5.5034, + 5.1245, + 6.2022, + 5.1245, + 6.2022, + 5.2333, + 5.5034, + 5.2333 + ], + "text": "Tax: 30.00", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 5.5034, + 5.1263, + 5.7812, + 5.1263, + 5.7812, + 5.2333, + 5.5034, + 5.2333 + ], + "text": "Tax:", + "confidence": 1 + }, + { + "boundingBox": [ + 5.836, + 5.1245, + 6.2022, + 5.1245, + 6.2022, + 5.2333, + 5.836, + 5.2333 + ], + "text": "30.00", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 5.5034, + 5.3412, + 6.2587, + 5.3412, + 6.2587, + 5.481, + 5.5034, + 5.481 + ], + "text": "Tip: 100.00", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 5.5034, + 5.3412, + 5.7515, + 5.3412, + 5.7515, + 5.481, + 5.5034, + 5.481 + ], + "text": "Tip:", + "confidence": 1 + }, + { + "boundingBox": [ + 5.811, + 5.3445, + 6.2587, + 5.3445, + 6.2587, + 5.4533, + 5.811, + 5.4533 + ], + "text": "100.00", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 5.5034, + 5.5583, + 6.3987, + 5.5583, + 6.3987, + 5.6733, + 5.5034, + 5.6733 + ], + "text": "Total: 430.00", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 5.5034, + 5.5583, + 5.8915, + 5.5583, + 5.8915, + 5.6733, + 5.5034, + 5.6733 + ], + "text": "Total:", + "confidence": 1 + }, + { + "boundingBox": [ + 5.942, + 5.5645, + 6.3987, + 5.5645, + 6.3987, + 5.6733, + 5.942, + 5.6733 + ], + "text": "430.00", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 1.0055, + 6.6553, + 3.8342, + 6.6553, + 3.8342, + 6.7981, + 1.0055, + 6.7981 + ], + "text": "Signature: ____Bilbo Baggins__________", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 1.0055, + 6.6581, + 1.6987, + 6.6581, + 1.6987, + 6.7981, + 1.0055, + 6.7981 + ], + "text": "Signature:", + "confidence": 1 + }, + { + "boundingBox": [ + 1.747, + 6.6553, + 2.4278, + 6.6553, + 2.4278, + 6.7981, + 1.747, + 6.7981 + ], + "text": "____Bilbo", + "confidence": 1 + }, + { + "boundingBox": [ + 2.4823, + 6.6581, + 3.8342, + 6.6581, + 3.8342, + 6.7981, + 2.4823, + 6.7981 + ], + "text": "Baggins__________", + "confidence": 1 + } + ] + } + ] + }, + { + "page": 3, + "angle": 0, + "width": 8.5, + "height": 11, + "unit": "inch", + "lines": [ + { + "boundingBox": [ + 0.8861, + 1.1217, + 2.3734, + 1.1217, + 2.3734, + 1.2812, + 0.8861, + 1.2812 + ], + "text": "Company B Invoice", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 0.8861, + 1.1232, + 1.6203, + 1.1232, + 1.6203, + 1.2812, + 0.8861, + 1.2812 + ], + "text": "Company", + "confidence": 1 + }, + { + "boundingBox": [ + 1.6836, + 1.1248, + 1.764, + 1.1248, + 1.764, + 1.2469, + 1.6836, + 1.2469 + ], + "text": "B", + "confidence": 1 + }, + { + "boundingBox": [ + 1.8336, + 1.1217, + 2.3734, + 1.1217, + 2.3734, + 1.2485, + 1.8336, + 1.2485 + ], + "text": "Invoice", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 6.0211, + 1.0656, + 7.0357, + 1.0656, + 7.0357, + 1.2121, + 6.0211, + 1.2121 + ], + "text": "Invoice For:", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 6.0211, + 1.0656, + 6.6362, + 1.0656, + 6.6362, + 1.2121, + 6.0211, + 1.2121 + ], + "text": "Invoice", + "confidence": 1 + }, + { + "boundingBox": [ + 6.7147, + 1.0691, + 7.0357, + 1.0691, + 7.0357, + 1.2121, + 6.7147, + 1.2121 + ], + "text": "For:", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 0.8791, + 1.4825, + 1.5657, + 1.4825, + 1.5657, + 1.6155, + 0.8791, + 1.6155 + ], + "text": "Address:", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 0.8791, + 1.4825, + 1.5657, + 1.4825, + 1.5657, + 1.6155, + 0.8791, + 1.6155 + ], + "text": "Address:", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 6.0164, + 1.4506, + 6.9506, + 1.4506, + 6.9506, + 1.5931, + 6.0164, + 1.5931 + ], + "text": "Frodo Baggins", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 6.0164, + 1.4506, + 6.3895, + 1.4506, + 6.3895, + 1.5649, + 6.0164, + 1.5649 + ], + "text": "Frodo", + "confidence": 1 + }, + { + "boundingBox": [ + 6.45, + 1.4556, + 6.9506, + 1.4556, + 6.9506, + 1.5931, + 6.45, + 1.5931 + ], + "text": "Baggins", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 6.0165, + 1.6707, + 7.1006, + 1.6707, + 7.1006, + 1.7854, + 6.0165, + 1.7854 + ], + "text": "123 Hobbit Lane", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 6.0165, + 1.6772, + 6.2434, + 1.6772, + 6.2434, + 1.7854, + 6.0165, + 1.7854 + ], + "text": "123", + "confidence": 1 + }, + { + "boundingBox": [ + 6.3033, + 1.6707, + 6.7463, + 1.6707, + 6.7463, + 1.7854, + 6.3033, + 1.7854 + ], + "text": "Hobbit", + "confidence": 1 + }, + { + "boundingBox": [ + 6.803, + 1.6782, + 7.1006, + 1.6782, + 7.1006, + 1.7854, + 6.803, + 1.7854 + ], + "text": "Lane", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 0.8852, + 1.846, + 1.713, + 1.846, + 1.713, + 1.9554, + 0.8852, + 1.9554 + ], + "text": "567 Main St.", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 0.8852, + 1.8472, + 1.1203, + 1.8472, + 1.1203, + 1.9554, + 0.8852, + 1.9554 + ], + "text": "567", + "confidence": 1 + }, + { + "boundingBox": [ + 1.1777, + 1.846, + 1.5022, + 1.846, + 1.5022, + 1.9554, + 1.1777, + 1.9554 + ], + "text": "Main", + "confidence": 1 + }, + { + "boundingBox": [ + 1.5558, + 1.8472, + 1.713, + 1.8472, + 1.713, + 1.9554, + 1.5558, + 1.9554 + ], + "text": "St.", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 6.0164, + 1.891, + 6.9793, + 1.891, + 6.9793, + 2.0275, + 6.0164, + 2.0275 + ], + "text": "Redmond, WA", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 6.0164, + 1.891, + 6.6861, + 1.891, + 6.6861, + 2.0275, + 6.0164, + 2.0275 + ], + "text": "Redmond,", + "confidence": 1 + }, + { + "boundingBox": [ + 6.7408, + 1.8982, + 6.9793, + 1.8982, + 6.9793, + 2.0044, + 6.7408, + 2.0044 + ], + "text": "WA", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 0.891, + 2.061, + 1.8537, + 2.061, + 1.8537, + 2.1975, + 0.891, + 2.1975 + ], + "text": "Redmond, WA", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 0.891, + 2.061, + 1.5605, + 2.061, + 1.5605, + 2.1975, + 0.891, + 2.1975 + ], + "text": "Redmond,", + "confidence": 1 + }, + { + "boundingBox": [ + 1.6152, + 2.0682, + 1.8537, + 2.0682, + 1.8537, + 2.1744, + 1.6152, + 2.1744 + ], + "text": "WA", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 6.0105, + 2.1187, + 6.9371, + 2.1187, + 6.9371, + 2.2254, + 6.0105, + 2.2254 + ], + "text": "555-555-5555", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 6.0105, + 2.1187, + 6.9371, + 2.1187, + 6.9371, + 2.2254, + 6.0105, + 2.2254 + ], + "text": "555-555-5555", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 0.8852, + 2.2887, + 1.8119, + 2.2887, + 1.8119, + 2.3954, + 0.8852, + 2.3954 + ], + "text": "555-555-5555", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 0.8852, + 2.2887, + 1.8119, + 2.2887, + 1.8119, + 2.3954, + 0.8852, + 2.3954 + ], + "text": "555-555-5555", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 1.0943, + 3.0018, + 1.3842, + 3.0018, + 1.3842, + 3.109, + 1.0943, + 3.109 + ], + "text": "Item", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 1.0943, + 3.0018, + 1.3842, + 3.0018, + 1.3842, + 3.109, + 1.0943, + 3.109 + ], + "text": "Item", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 3.2527, + 2.9996, + 3.8367, + 2.9996, + 3.8367, + 3.1371, + 3.2527, + 3.1371 + ], + "text": "Quantity", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 3.2527, + 2.9996, + 3.8367, + 2.9996, + 3.8367, + 3.1371, + 3.2527, + 3.1371 + ], + "text": "Quantity", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 5.423, + 2.9996, + 5.7372, + 2.9996, + 5.7372, + 3.109, + 5.423, + 3.109 + ], + "text": "Price", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 5.423, + 2.9996, + 5.7372, + 2.9996, + 5.7372, + 3.109, + 5.423, + 3.109 + ], + "text": "Price", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 1.0832, + 3.2118, + 1.174, + 3.2118, + 1.174, + 3.318, + 1.0832, + 3.318 + ], + "text": "A", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 1.0832, + 3.2118, + 1.174, + 3.2118, + 1.174, + 3.318, + 1.0832, + 3.318 + ], + "text": "A", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 3.2589, + 3.2108, + 3.4067, + 3.2108, + 3.4067, + 3.319, + 3.2589, + 3.319 + ], + "text": "10", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 3.2589, + 3.2108, + 3.4067, + 3.2108, + 3.4067, + 3.319, + 3.2589, + 3.319 + ], + "text": "10", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 5.4232, + 3.2108, + 5.8617, + 3.2108, + 5.8617, + 3.319, + 5.4232, + 3.319 + ], + "text": "100.99", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 5.4232, + 3.2108, + 5.8617, + 3.2108, + 5.8617, + 3.319, + 5.4232, + 3.319 + ], + "text": "100.99", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 1.0943, + 3.4256, + 1.1637, + 3.4256, + 1.1637, + 3.531, + 1.0943, + 3.531 + ], + "text": "B", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 1.0943, + 3.4256, + 1.1637, + 3.4256, + 1.1637, + 3.531, + 1.0943, + 3.531 + ], + "text": "B", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 3.2541, + 3.4241, + 3.4067, + 3.4241, + 3.4067, + 3.5323, + 3.2541, + 3.5323 + ], + "text": "20", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 3.2541, + 3.4241, + 3.4067, + 3.4241, + 3.4067, + 3.5323, + 3.2541, + 3.5323 + ], + "text": "20", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 5.4232, + 3.4241, + 5.8622, + 3.4241, + 5.8622, + 3.5323, + 5.4232, + 3.5323 + ], + "text": "140.67", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 5.4232, + 3.4241, + 5.8622, + 3.4241, + 5.8622, + 3.5323, + 5.4232, + 3.5323 + ], + "text": "140.67", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 1.0882, + 3.6343, + 1.1647, + 3.6343, + 1.1647, + 3.7421, + 1.0882, + 3.7421 + ], + "text": "C", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 1.0882, + 3.6343, + 1.1647, + 3.6343, + 1.1647, + 3.7421, + 1.0882, + 3.7421 + ], + "text": "C", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 3.2486, + 3.6341, + 3.4067, + 3.6341, + 3.4067, + 3.7423, + 3.2486, + 3.7423 + ], + "text": "40", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 3.2486, + 3.6341, + 3.4067, + 3.6341, + 3.4067, + 3.7423, + 3.2486, + 3.7423 + ], + "text": "40", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 5.4232, + 3.6341, + 5.8634, + 3.6341, + 5.8634, + 3.7423, + 5.4232, + 3.7423 + ], + "text": "150.66", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 5.4232, + 3.6341, + 5.8634, + 3.6341, + 5.8634, + 3.7423, + 5.4232, + 3.7423 + ], + "text": "150.66", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 1.0943, + 3.8456, + 1.1753, + 3.8456, + 1.1753, + 3.951, + 1.0943, + 3.951 + ], + "text": "D", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 1.0943, + 3.8456, + 1.1753, + 3.8456, + 1.1753, + 3.951, + 1.0943, + 3.951 + ], + "text": "D", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 3.2589, + 3.8441, + 3.4067, + 3.8441, + 3.4067, + 3.9523, + 3.2589, + 3.9523 + ], + "text": "10", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 3.2589, + 3.8441, + 3.4067, + 3.8441, + 3.4067, + 3.9523, + 3.2589, + 3.9523 + ], + "text": "10", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 5.4232, + 3.8441, + 5.8642, + 3.8441, + 5.8642, + 3.9523, + 5.4232, + 3.9523 + ], + "text": "120.00", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 5.4232, + 3.8441, + 5.8642, + 3.8441, + 5.8642, + 3.9523, + 5.4232, + 3.9523 + ], + "text": "120.00", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 1.0943, + 4.0561, + 1.153, + 4.0561, + 1.153, + 4.1614, + 1.0943, + 4.1614 + ], + "text": "E", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 1.0943, + 4.0561, + 1.153, + 4.0561, + 1.153, + 4.1614, + 1.0943, + 4.1614 + ], + "text": "E", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 3.2486, + 4.0546, + 3.4067, + 4.0546, + 3.4067, + 4.1627, + 3.2486, + 4.1627 + ], + "text": "40", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 3.2486, + 4.0546, + 3.4067, + 4.0546, + 3.4067, + 4.1627, + 3.2486, + 4.1627 + ], + "text": "40", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 5.4232, + 4.0546, + 5.8644, + 4.0546, + 5.8644, + 4.1627, + 5.4232, + 4.1627 + ], + "text": "100.00", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 5.4232, + 4.0546, + 5.8644, + 4.0546, + 5.8644, + 4.1627, + 5.4232, + 4.1627 + ], + "text": "100.00", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 1.0943, + 4.2661, + 1.1497, + 4.2661, + 1.1497, + 4.3717, + 1.0943, + 4.3717 + ], + "text": "F", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 1.0943, + 4.2661, + 1.1497, + 4.2661, + 1.1497, + 4.3717, + 1.0943, + 4.3717 + ], + "text": "F", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 3.2534, + 4.2646, + 3.4067, + 4.2646, + 3.4067, + 4.3727, + 3.2534, + 4.3727 + ], + "text": "60", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 3.2534, + 4.2646, + 3.4067, + 4.2646, + 3.4067, + 4.3727, + 3.2534, + 4.3727 + ], + "text": "60", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 5.4232, + 4.2646, + 5.8642, + 4.2646, + 5.8642, + 4.3727, + 5.4232, + 4.3727 + ], + "text": "120.00", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 5.4232, + 4.2646, + 5.8642, + 4.2646, + 5.8642, + 4.3727, + 5.4232, + 4.3727 + ], + "text": "120.00", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 1.0877, + 4.4746, + 1.1735, + 4.4746, + 1.1735, + 4.5827, + 1.0877, + 4.5827 + ], + "text": "G", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 1.0877, + 4.4746, + 1.1735, + 4.4746, + 1.1735, + 4.5827, + 1.0877, + 4.5827 + ], + "text": "G", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 3.2514, + 4.4746, + 3.4067, + 4.4746, + 3.4067, + 4.5827, + 3.2514, + 4.5827 + ], + "text": "80", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 3.2514, + 4.4746, + 3.4067, + 4.4746, + 3.4067, + 4.5827, + 3.2514, + 4.5827 + ], + "text": "80", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 5.4184, + 4.4746, + 5.8644, + 4.4746, + 5.8644, + 4.5827, + 5.4184, + 4.5827 + ], + "text": "220.00", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 5.4184, + 4.4746, + 5.8644, + 4.4746, + 5.8644, + 4.5827, + 5.4184, + 4.5827 + ], + "text": "220.00", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 5.5075, + 4.8981, + 6.7158, + 4.8981, + 6.7158, + 5.0131, + 5.5075, + 5.0131 + ], + "text": "Subtotal: 3000.00", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 5.5075, + 4.8981, + 6.1249, + 4.8981, + 6.1249, + 5.0131, + 5.5075, + 5.0131 + ], + "text": "Subtotal:", + "confidence": 1 + }, + { + "boundingBox": [ + 6.1794, + 4.9042, + 6.7158, + 4.9042, + 6.7158, + 5.0131, + 6.1794, + 5.0131 + ], + "text": "3000.00", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 5.5034, + 5.1245, + 6.2887, + 5.1245, + 6.2887, + 5.2333, + 5.5034, + 5.2333 + ], + "text": "Tax: 300.00", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 5.5034, + 5.1263, + 5.7812, + 5.1263, + 5.7812, + 5.2333, + 5.5034, + 5.2333 + ], + "text": "Tax:", + "confidence": 1 + }, + { + "boundingBox": [ + 5.836, + 5.1245, + 6.2887, + 5.1245, + 6.2887, + 5.2333, + 5.836, + 5.2333 + ], + "text": "300.00", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 5.5034, + 5.3412, + 6.3422, + 5.3412, + 6.3422, + 5.481, + 5.5034, + 5.481 + ], + "text": "Tip: 1000.00", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 5.5034, + 5.3412, + 5.7515, + 5.3412, + 5.7515, + 5.481, + 5.5034, + 5.481 + ], + "text": "Tip:", + "confidence": 1 + }, + { + "boundingBox": [ + 5.811, + 5.3445, + 6.3422, + 5.3445, + 6.3422, + 5.4533, + 5.811, + 5.4533 + ], + "text": "1000.00", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 5.5034, + 5.5583, + 6.4825, + 5.5583, + 6.4825, + 5.6733, + 5.5034, + 5.6733 + ], + "text": "Total: 4300.00", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 5.5034, + 5.5583, + 5.8915, + 5.5583, + 5.8915, + 5.6733, + 5.5034, + 5.6733 + ], + "text": "Total:", + "confidence": 1 + }, + { + "boundingBox": [ + 5.942, + 5.5645, + 6.4825, + 5.5645, + 6.4825, + 5.6733, + 5.942, + 5.6733 + ], + "text": "4300.00", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 1.0055, + 6.6556, + 3.8842, + 6.6556, + 3.8842, + 6.7981, + 1.0055, + 6.7981 + ], + "text": "Signature: ____Frodo Baggins__________", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 1.0055, + 6.6581, + 1.6987, + 6.6581, + 1.6987, + 6.7981, + 1.0055, + 6.7981 + ], + "text": "Signature:", + "confidence": 1 + }, + { + "boundingBox": [ + 1.747, + 6.6556, + 2.4778, + 6.6556, + 2.4778, + 6.7981, + 1.747, + 6.7981 + ], + "text": "____Frodo", + "confidence": 1 + }, + { + "boundingBox": [ + 2.5325, + 6.6581, + 3.8842, + 6.6581, + 3.8842, + 6.7981, + 2.5325, + 6.7981 + ], + "text": "Baggins__________", + "confidence": 1 + } + ] + } + ] + } + ], + "pageResults": [ + { + "page": 1, + "tables": [ + { + "rows": 8, + "columns": 3, + "cells": [ + { + "rowIndex": 0, + "columnIndex": 0, + "text": "Item", + "boundingBox": [ + 0.9909, + 2.9408, + 3.1582, + 2.9408, + 3.1582, + 3.1528, + 0.9909, + 3.1528 + ], + "elements": [ + "#/readResults/0/lines/10/words/0" + ] + }, + { + "rowIndex": 0, + "columnIndex": 1, + "text": "Quantity", + "boundingBox": [ + 3.1582, + 2.9408, + 5.3322, + 2.9408, + 5.3322, + 3.1528, + 3.1582, + 3.1528 + ], + "elements": [ + "#/readResults/0/lines/11/words/0" + ] + }, + { + "rowIndex": 0, + "columnIndex": 2, + "text": "Price", + "boundingBox": [ + 5.3322, + 2.9408, + 7.4928, + 2.947, + 7.4928, + 3.1528, + 5.3322, + 3.1528 + ], + "elements": [ + "#/readResults/0/lines/12/words/0" + ] + }, + { + "rowIndex": 1, + "columnIndex": 0, + "text": "A", + "boundingBox": [ + 0.9909, + 3.1528, + 3.1582, + 3.1528, + 3.1582, + 3.3649, + 0.9976, + 3.3649 + ], + "elements": [ + "#/readResults/0/lines/13/words/0" + ] + }, + { + "rowIndex": 1, + "columnIndex": 1, + "text": "1", + "boundingBox": [ + 3.1582, + 3.1528, + 5.3322, + 3.1528, + 5.3322, + 3.3649, + 3.1582, + 3.3649 + ], + "elements": [ + "#/readResults/0/lines/14/words/0" + ] + }, + { + "rowIndex": 1, + "columnIndex": 2, + "text": "10.99", + "boundingBox": [ + 5.3322, + 3.1528, + 7.4928, + 3.1528, + 7.4995, + 3.3649, + 5.3322, + 3.3649 + ], + "elements": [ + "#/readResults/0/lines/15/words/0" + ] + }, + { + "rowIndex": 2, + "columnIndex": 0, + "text": "B", + "boundingBox": [ + 0.9976, + 3.3649, + 3.1582, + 3.3649, + 3.1582, + 3.5707, + 0.9976, + 3.5707 + ], + "elements": [ + "#/readResults/0/lines/16/words/0" + ] + }, + { + "rowIndex": 2, + "columnIndex": 1, + "text": "2", + "boundingBox": [ + 3.1582, + 3.3649, + 5.3322, + 3.3649, + 5.3322, + 3.5707, + 3.1582, + 3.5707 + ], + "elements": [ + "#/readResults/0/lines/17/words/0" + ] + }, + { + "rowIndex": 2, + "columnIndex": 2, + "text": "14.67", + "boundingBox": [ + 5.3322, + 3.3649, + 7.4995, + 3.3649, + 7.4995, + 3.5707, + 5.3322, + 3.5707 + ], + "elements": [ + "#/readResults/0/lines/18/words/0" + ] + }, + { + "rowIndex": 3, + "columnIndex": 0, + "text": "C", + "boundingBox": [ + 0.9976, + 3.5707, + 3.1582, + 3.5707, + 3.1582, + 3.7827, + 0.9976, + 3.7827 + ], + "elements": [ + "#/readResults/0/lines/19/words/0" + ] + }, + { + "rowIndex": 3, + "columnIndex": 1, + "text": "4", + "boundingBox": [ + 3.1582, + 3.5707, + 5.3322, + 3.5707, + 5.3322, + 3.7827, + 3.1582, + 3.7827 + ], + "elements": [ + "#/readResults/0/lines/20/words/0" + ] + }, + { + "rowIndex": 3, + "columnIndex": 2, + "text": "15.66", + "boundingBox": [ + 5.3322, + 3.5707, + 7.4995, + 3.5707, + 7.4995, + 3.7827, + 5.3322, + 3.7827 + ], + "elements": [ + "#/readResults/0/lines/21/words/0" + ] + }, + { + "rowIndex": 4, + "columnIndex": 0, + "text": "D", + "boundingBox": [ + 0.9976, + 3.7827, + 3.1582, + 3.7827, + 3.1582, + 3.9885, + 1.0043, + 3.9885 + ], + "elements": [ + "#/readResults/0/lines/22/words/0" + ] + }, + { + "rowIndex": 4, + "columnIndex": 1, + "text": "1", + "boundingBox": [ + 3.1582, + 3.7827, + 5.3322, + 3.7827, + 5.3322, + 3.9885, + 3.1582, + 3.9885 + ], + "elements": [ + "#/readResults/0/lines/23/words/0" + ] + }, + { + "rowIndex": 4, + "columnIndex": 2, + "text": "12.00", + "boundingBox": [ + 5.3322, + 3.7827, + 7.4995, + 3.7827, + 7.4995, + 3.9885, + 5.3322, + 3.9885 + ], + "elements": [ + "#/readResults/0/lines/24/words/0" + ] + }, + { + "rowIndex": 5, + "columnIndex": 0, + "text": "E", + "boundingBox": [ + 1.0043, + 3.9885, + 3.1582, + 3.9885, + 3.1582, + 4.2006, + 1.0043, + 4.2006 + ], + "elements": [ + "#/readResults/0/lines/25/words/0" + ] + }, + { + "rowIndex": 5, + "columnIndex": 1, + "text": "4", + "boundingBox": [ + 3.1582, + 3.9885, + 5.3322, + 3.9885, + 5.3322, + 4.2006, + 3.1582, + 4.2006 + ], + "elements": [ + "#/readResults/0/lines/26/words/0" + ] + }, + { + "rowIndex": 5, + "columnIndex": 2, + "text": "10.00", + "boundingBox": [ + 5.3322, + 3.9885, + 7.4995, + 3.9885, + 7.5062, + 4.2006, + 5.3322, + 4.2006 + ], + "elements": [ + "#/readResults/0/lines/27/words/0" + ] + }, + { + "rowIndex": 6, + "columnIndex": 0, + "text": "F", + "boundingBox": [ + 1.0043, + 4.2006, + 3.1582, + 4.2006, + 3.1582, + 4.4126, + 1.0043, + 4.4126 + ], + "elements": [ + "#/readResults/0/lines/28/words/0" + ] + }, + { + "rowIndex": 6, + "columnIndex": 1, + "text": "6", + "boundingBox": [ + 3.1582, + 4.2006, + 5.3322, + 4.2006, + 5.3322, + 4.4126, + 3.1582, + 4.4126 + ], + "elements": [ + "#/readResults/0/lines/29/words/0" + ] + }, + { + "rowIndex": 6, + "columnIndex": 2, + "text": "12.00", + "boundingBox": [ + 5.3322, + 4.2006, + 7.5062, + 4.2006, + 7.5062, + 4.4126, + 5.3322, + 4.4126 + ], + "elements": [ + "#/readResults/0/lines/30/words/0" + ] + }, + { + "rowIndex": 7, + "columnIndex": 0, + "text": "G", + "boundingBox": [ + 1.0043, + 4.4126, + 3.1582, + 4.4126, + 3.1582, + 4.6184, + 1.011, + 4.6246 + ], + "elements": [ + "#/readResults/0/lines/31/words/0" + ] + }, + { + "rowIndex": 7, + "columnIndex": 1, + "text": "8", + "boundingBox": [ + 3.1582, + 4.4126, + 5.3322, + 4.4126, + 5.3322, + 4.6184, + 3.1582, + 4.6184 + ], + "elements": [ + "#/readResults/0/lines/32/words/0" + ] + }, + { + "rowIndex": 7, + "columnIndex": 2, + "text": "22.00", + "boundingBox": [ + 5.3322, + 4.4126, + 7.5062, + 4.4126, + 7.5062, + 4.6246, + 5.3322, + 4.6184 + ], + "elements": [ + "#/readResults/0/lines/33/words/0" + ] + } + ], + "boundingBox": [ + 0.9957, + 2.9322, + 7.4976, + 2.9326, + 7.4974, + 4.6222, + 0.9944, + 4.6216 + ] + } + ] + }, + { + "page": 3, + "tables": [ + { + "rows": 8, + "columns": 3, + "cells": [ + { + "rowIndex": 0, + "columnIndex": 0, + "text": "Item", + "boundingBox": [ + 0.9909, + 2.9408, + 3.1582, + 2.9408, + 3.1582, + 3.1528, + 0.9909, + 3.1528 + ], + "elements": [ + "#/readResults/1/lines/10/words/0" + ] + }, + { + "rowIndex": 0, + "columnIndex": 1, + "text": "Quantity", + "boundingBox": [ + 3.1582, + 2.9408, + 5.3322, + 2.9408, + 5.3322, + 3.1528, + 3.1582, + 3.1528 + ], + "elements": [ + "#/readResults/1/lines/11/words/0" + ] + }, + { + "rowIndex": 0, + "columnIndex": 2, + "text": "Price", + "boundingBox": [ + 5.3322, + 2.9408, + 7.4928, + 2.947, + 7.4928, + 3.1528, + 5.3322, + 3.1528 + ], + "elements": [ + "#/readResults/1/lines/12/words/0" + ] + }, + { + "rowIndex": 1, + "columnIndex": 0, + "text": "A", + "boundingBox": [ + 0.9909, + 3.1528, + 3.1582, + 3.1528, + 3.1582, + 3.3649, + 0.9976, + 3.3649 + ], + "elements": [ + "#/readResults/1/lines/13/words/0" + ] + }, + { + "rowIndex": 1, + "columnIndex": 1, + "text": "10", + "boundingBox": [ + 3.1582, + 3.1528, + 5.3322, + 3.1528, + 5.3322, + 3.3649, + 3.1582, + 3.3649 + ], + "elements": [ + "#/readResults/1/lines/14/words/0" + ] + }, + { + "rowIndex": 1, + "columnIndex": 2, + "text": "100.99", + "boundingBox": [ + 5.3322, + 3.1528, + 7.4928, + 3.1528, + 7.4995, + 3.3649, + 5.3322, + 3.3649 + ], + "elements": [ + "#/readResults/1/lines/15/words/0" + ] + }, + { + "rowIndex": 2, + "columnIndex": 0, + "text": "B", + "boundingBox": [ + 0.9976, + 3.3649, + 3.1582, + 3.3649, + 3.1582, + 3.5707, + 0.9976, + 3.5707 + ], + "elements": [ + "#/readResults/1/lines/16/words/0" + ] + }, + { + "rowIndex": 2, + "columnIndex": 1, + "text": "20", + "boundingBox": [ + 3.1582, + 3.3649, + 5.3322, + 3.3649, + 5.3322, + 3.5707, + 3.1582, + 3.5707 + ], + "elements": [ + "#/readResults/1/lines/17/words/0" + ] + }, + { + "rowIndex": 2, + "columnIndex": 2, + "text": "140.67", + "boundingBox": [ + 5.3322, + 3.3649, + 7.4995, + 3.3649, + 7.4995, + 3.5707, + 5.3322, + 3.5707 + ], + "elements": [ + "#/readResults/1/lines/18/words/0" + ] + }, + { + "rowIndex": 3, + "columnIndex": 0, + "text": "C", + "boundingBox": [ + 0.9976, + 3.5707, + 3.1582, + 3.5707, + 3.1582, + 3.7827, + 0.9976, + 3.7827 + ], + "elements": [ + "#/readResults/1/lines/19/words/0" + ] + }, + { + "rowIndex": 3, + "columnIndex": 1, + "text": "40", + "boundingBox": [ + 3.1582, + 3.5707, + 5.3322, + 3.5707, + 5.3322, + 3.7827, + 3.1582, + 3.7827 + ], + "elements": [ + "#/readResults/1/lines/20/words/0" + ] + }, + { + "rowIndex": 3, + "columnIndex": 2, + "text": "150.66", + "boundingBox": [ + 5.3322, + 3.5707, + 7.4995, + 3.5707, + 7.4995, + 3.7827, + 5.3322, + 3.7827 + ], + "elements": [ + "#/readResults/1/lines/21/words/0" + ] + }, + { + "rowIndex": 4, + "columnIndex": 0, + "text": "D", + "boundingBox": [ + 0.9976, + 3.7827, + 3.1582, + 3.7827, + 3.1582, + 3.9885, + 1.0043, + 3.9885 + ], + "elements": [ + "#/readResults/1/lines/22/words/0" + ] + }, + { + "rowIndex": 4, + "columnIndex": 1, + "text": "10", + "boundingBox": [ + 3.1582, + 3.7827, + 5.3322, + 3.7827, + 5.3322, + 3.9885, + 3.1582, + 3.9885 + ], + "elements": [ + "#/readResults/1/lines/23/words/0" + ] + }, + { + "rowIndex": 4, + "columnIndex": 2, + "text": "120.00", + "boundingBox": [ + 5.3322, + 3.7827, + 7.4995, + 3.7827, + 7.4995, + 3.9885, + 5.3322, + 3.9885 + ], + "elements": [ + "#/readResults/1/lines/24/words/0" + ] + }, + { + "rowIndex": 5, + "columnIndex": 0, + "text": "E", + "boundingBox": [ + 1.0043, + 3.9885, + 3.1582, + 3.9885, + 3.1582, + 4.2006, + 1.0043, + 4.2006 + ], + "elements": [ + "#/readResults/1/lines/25/words/0" + ] + }, + { + "rowIndex": 5, + "columnIndex": 1, + "text": "40", + "boundingBox": [ + 3.1582, + 3.9885, + 5.3322, + 3.9885, + 5.3322, + 4.2006, + 3.1582, + 4.2006 + ], + "elements": [ + "#/readResults/1/lines/26/words/0" + ] + }, + { + "rowIndex": 5, + "columnIndex": 2, + "text": "100.00", + "boundingBox": [ + 5.3322, + 3.9885, + 7.4995, + 3.9885, + 7.5062, + 4.2006, + 5.3322, + 4.2006 + ], + "elements": [ + "#/readResults/1/lines/27/words/0" + ] + }, + { + "rowIndex": 6, + "columnIndex": 0, + "text": "F", + "boundingBox": [ + 1.0043, + 4.2006, + 3.1582, + 4.2006, + 3.1582, + 4.4126, + 1.0043, + 4.4126 + ], + "elements": [ + "#/readResults/1/lines/28/words/0" + ] + }, + { + "rowIndex": 6, + "columnIndex": 1, + "text": "60", + "boundingBox": [ + 3.1582, + 4.2006, + 5.3322, + 4.2006, + 5.3322, + 4.4126, + 3.1582, + 4.4126 + ], + "elements": [ + "#/readResults/1/lines/29/words/0" + ] + }, + { + "rowIndex": 6, + "columnIndex": 2, + "text": "120.00", + "boundingBox": [ + 5.3322, + 4.2006, + 7.5062, + 4.2006, + 7.5062, + 4.4126, + 5.3322, + 4.4126 + ], + "elements": [ + "#/readResults/1/lines/30/words/0" + ] + }, + { + "rowIndex": 7, + "columnIndex": 0, + "text": "G", + "boundingBox": [ + 1.0043, + 4.4126, + 3.1582, + 4.4126, + 3.1582, + 4.6184, + 1.011, + 4.6246 + ], + "elements": [ + "#/readResults/1/lines/31/words/0" + ] + }, + { + "rowIndex": 7, + "columnIndex": 1, + "text": "80", + "boundingBox": [ + 3.1582, + 4.4126, + 5.3322, + 4.4126, + 5.3322, + 4.6184, + 3.1582, + 4.6184 + ], + "elements": [ + "#/readResults/1/lines/32/words/0" + ] + }, + { + "rowIndex": 7, + "columnIndex": 2, + "text": "220.00", + "boundingBox": [ + 5.3322, + 4.4126, + 7.5062, + 4.4126, + 7.5062, + 4.6246, + 5.3322, + 4.6184 + ], + "elements": [ + "#/readResults/1/lines/33/words/0" + ] + } + ], + "boundingBox": [ + 0.996, + 2.9328, + 7.4972, + 2.9334, + 7.4967, + 4.6223, + 0.9946, + 4.6216 + ] + } + ] + } + ] + } + } + } + ], + "Variables": { + "FORM_RECOGNIZER_API_KEY": "Sanitized", + "FORM_RECOGNIZER_ENDPOINT": "https://mariari-centraluseuap.cognitiveservices.azure.com/", + "RandomSeed": "625891791" + } +} \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeContentWithMultiplePageArgument(%1-2%,%3%,3).json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeContentWithMultiplePageArgument(%1-2%,%3%,3).json new file mode 100644 index 0000000000000..753581044464d --- /dev/null +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeContentWithMultiplePageArgument(%1-2%,%3%,3).json @@ -0,0 +1,4339 @@ +{ + "Entries": [ + { + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/layout/analyze?Pages=1-2%2C3", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Content-Length": "108935", + "Content-Type": "application/pdf", + "Ocp-Apim-Subscription-Key": "Sanitized", + "traceparent": "00-fabc1672b822a14b96ed9ba732260609-cece65ae6b1dc047-00", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201110.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "4e68ad62ac2752ffad4925fc00765e8c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "apim-request-id": "b938fe9d-d9e9-4037-bbd1-34b76a2ef621", + "Content-Length": "0", + "Date": "Tue, 10 Nov 2020 21:07:23 GMT", + "Operation-Location": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/layout/analyzeResults/b938fe9d-d9e9-4037-bbd1-34b76a2ef621", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "89" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/layout/analyzeResults/b938fe9d-d9e9-4037-bbd1-34b76a2ef621", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201110.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "cfb6fa93a3b1f4008578da7ad78118c6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "e7975564-4337-4ba0-a236-311911a12790", + "Content-Length": "106", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 10 Nov 2020 21:07:23 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "13" + }, + "ResponseBody": { + "status": "running", + "createdDateTime": "2020-11-10T21:07:23Z", + "lastUpdatedDateTime": "2020-11-10T21:07:23Z" + } + }, + { + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/layout/analyzeResults/b938fe9d-d9e9-4037-bbd1-34b76a2ef621", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201110.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "a0d19128542834e1855c88310348e358", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "e756f2f9-7f87-4e1f-9edf-719281db10e1", + "Content-Length": "106", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 10 Nov 2020 21:07:24 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "11" + }, + "ResponseBody": { + "status": "running", + "createdDateTime": "2020-11-10T21:07:23Z", + "lastUpdatedDateTime": "2020-11-10T21:07:23Z" + } + }, + { + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/layout/analyzeResults/b938fe9d-d9e9-4037-bbd1-34b76a2ef621", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201110.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "50c51fd80700be9fac73c9aed1857a2b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "034c4ebb-9b9e-462d-9065-f0fe714bcf51", + "Content-Length": "106", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 10 Nov 2020 21:07:25 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "15" + }, + "ResponseBody": { + "status": "running", + "createdDateTime": "2020-11-10T21:07:23Z", + "lastUpdatedDateTime": "2020-11-10T21:07:23Z" + } + }, + { + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/layout/analyzeResults/b938fe9d-d9e9-4037-bbd1-34b76a2ef621", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201110.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "6fd45e30bda43e64198149551acff13c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "469ac7ec-66b8-4b45-a241-b26142854a4f", + "Content-Length": "106", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 10 Nov 2020 21:07:26 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "13" + }, + "ResponseBody": { + "status": "running", + "createdDateTime": "2020-11-10T21:07:23Z", + "lastUpdatedDateTime": "2020-11-10T21:07:23Z" + } + }, + { + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/layout/analyzeResults/b938fe9d-d9e9-4037-bbd1-34b76a2ef621", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201110.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "b7a18295c8bb21c6f113f3b48b326200", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "d0561943-f593-4936-898c-2e690963bd80", + "Content-Length": "106", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 10 Nov 2020 21:07:27 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "19" + }, + "ResponseBody": { + "status": "running", + "createdDateTime": "2020-11-10T21:07:23Z", + "lastUpdatedDateTime": "2020-11-10T21:07:23Z" + } + }, + { + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/layout/analyzeResults/b938fe9d-d9e9-4037-bbd1-34b76a2ef621", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201110.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "a4005de174741ab3bb87377ebd4aa4dd", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "89c3594e-979f-4743-9255-3ea815a66af7", + "Content-Length": "31970", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 10 Nov 2020 21:07:29 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "41" + }, + "ResponseBody": { + "status": "succeeded", + "createdDateTime": "2020-11-10T21:07:23Z", + "lastUpdatedDateTime": "2020-11-10T21:07:28Z", + "analyzeResult": { + "version": "2.1.0", + "readResults": [ + { + "page": 1, + "angle": 0, + "width": 8.5, + "height": 11, + "unit": "inch", + "lines": [ + { + "boundingBox": [ + 0.8861, + 1.1217, + 2.3783, + 1.1217, + 2.3783, + 1.2812, + 0.8861, + 1.2812 + ], + "text": "Company A Invoice", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 0.8861, + 1.1232, + 1.6203, + 1.1232, + 1.6203, + 1.2812, + 0.8861, + 1.2812 + ], + "text": "Company", + "confidence": 1 + }, + { + "boundingBox": [ + 1.6696, + 1.1242, + 1.7749, + 1.1242, + 1.7749, + 1.2473, + 1.6696, + 1.2473 + ], + "text": "A", + "confidence": 1 + }, + { + "boundingBox": [ + 1.8389, + 1.1217, + 2.3783, + 1.1217, + 2.3783, + 1.2485, + 1.8389, + 1.2485 + ], + "text": "Invoice", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 6.0211, + 1.0656, + 7.0357, + 1.0656, + 7.0357, + 1.2121, + 6.0211, + 1.2121 + ], + "text": "Invoice For:", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 6.0211, + 1.0656, + 6.6362, + 1.0656, + 6.6362, + 1.2121, + 6.0211, + 1.2121 + ], + "text": "Invoice", + "confidence": 1 + }, + { + "boundingBox": [ + 6.7147, + 1.0691, + 7.0357, + 1.0691, + 7.0357, + 1.2121, + 6.7147, + 1.2121 + ], + "text": "For:", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 0.8791, + 1.4825, + 1.5657, + 1.4825, + 1.5657, + 1.6155, + 0.8791, + 1.6155 + ], + "text": "Address:", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 0.8791, + 1.4825, + 1.5657, + 1.4825, + 1.5657, + 1.6155, + 0.8791, + 1.6155 + ], + "text": "Address:", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 6.0164, + 1.4503, + 6.8967, + 1.4503, + 6.8967, + 1.5931, + 6.0164, + 1.5931 + ], + "text": "Bilbo Baggins", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 6.0164, + 1.4503, + 6.3392, + 1.4503, + 6.3392, + 1.5649, + 6.0164, + 1.5649 + ], + "text": "Bilbo", + "confidence": 1 + }, + { + "boundingBox": [ + 6.396, + 1.4556, + 6.8967, + 1.4556, + 6.8967, + 1.5931, + 6.396, + 1.5931 + ], + "text": "Baggins", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 6.0165, + 1.6707, + 7.1006, + 1.6707, + 7.1006, + 1.7854, + 6.0165, + 1.7854 + ], + "text": "123 Hobbit Lane", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 6.0165, + 1.6772, + 6.2434, + 1.6772, + 6.2434, + 1.7854, + 6.0165, + 1.7854 + ], + "text": "123", + "confidence": 1 + }, + { + "boundingBox": [ + 6.3033, + 1.6707, + 6.7463, + 1.6707, + 6.7463, + 1.7854, + 6.3033, + 1.7854 + ], + "text": "Hobbit", + "confidence": 1 + }, + { + "boundingBox": [ + 6.803, + 1.6782, + 7.1006, + 1.6782, + 7.1006, + 1.7854, + 6.803, + 1.7854 + ], + "text": "Lane", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 0.8852, + 1.846, + 1.713, + 1.846, + 1.713, + 1.9554, + 0.8852, + 1.9554 + ], + "text": "567 Main St.", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 0.8852, + 1.8472, + 1.1203, + 1.8472, + 1.1203, + 1.9554, + 0.8852, + 1.9554 + ], + "text": "567", + "confidence": 1 + }, + { + "boundingBox": [ + 1.1777, + 1.846, + 1.5022, + 1.846, + 1.5022, + 1.9554, + 1.1777, + 1.9554 + ], + "text": "Main", + "confidence": 1 + }, + { + "boundingBox": [ + 1.5558, + 1.8472, + 1.713, + 1.8472, + 1.713, + 1.9554, + 1.5558, + 1.9554 + ], + "text": "St.", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 6.0164, + 1.891, + 6.9793, + 1.891, + 6.9793, + 2.0275, + 6.0164, + 2.0275 + ], + "text": "Redmond, WA", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 6.0164, + 1.891, + 6.6861, + 1.891, + 6.6861, + 2.0275, + 6.0164, + 2.0275 + ], + "text": "Redmond,", + "confidence": 1 + }, + { + "boundingBox": [ + 6.7408, + 1.8982, + 6.9793, + 1.8982, + 6.9793, + 2.0044, + 6.7408, + 2.0044 + ], + "text": "WA", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 0.891, + 2.061, + 1.8537, + 2.061, + 1.8537, + 2.1975, + 0.891, + 2.1975 + ], + "text": "Redmond, WA", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 0.891, + 2.061, + 1.5605, + 2.061, + 1.5605, + 2.1975, + 0.891, + 2.1975 + ], + "text": "Redmond,", + "confidence": 1 + }, + { + "boundingBox": [ + 1.6152, + 2.0682, + 1.8537, + 2.0682, + 1.8537, + 2.1744, + 1.6152, + 2.1744 + ], + "text": "WA", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 6.0105, + 2.1187, + 6.9371, + 2.1187, + 6.9371, + 2.2254, + 6.0105, + 2.2254 + ], + "text": "555-555-5555", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 6.0105, + 2.1187, + 6.9371, + 2.1187, + 6.9371, + 2.2254, + 6.0105, + 2.2254 + ], + "text": "555-555-5555", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 0.8852, + 2.2887, + 1.8119, + 2.2887, + 1.8119, + 2.3954, + 0.8852, + 2.3954 + ], + "text": "555-555-5555", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 0.8852, + 2.2887, + 1.8119, + 2.2887, + 1.8119, + 2.3954, + 0.8852, + 2.3954 + ], + "text": "555-555-5555", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 1.0943, + 3.0018, + 1.3842, + 3.0018, + 1.3842, + 3.109, + 1.0943, + 3.109 + ], + "text": "Item", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 1.0943, + 3.0018, + 1.3842, + 3.0018, + 1.3842, + 3.109, + 1.0943, + 3.109 + ], + "text": "Item", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 3.2527, + 2.9996, + 3.8367, + 2.9996, + 3.8367, + 3.1371, + 3.2527, + 3.1371 + ], + "text": "Quantity", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 3.2527, + 2.9996, + 3.8367, + 2.9996, + 3.8367, + 3.1371, + 3.2527, + 3.1371 + ], + "text": "Quantity", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 5.423, + 2.9996, + 5.7372, + 2.9996, + 5.7372, + 3.109, + 5.423, + 3.109 + ], + "text": "Price", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 5.423, + 2.9996, + 5.7372, + 2.9996, + 5.7372, + 3.109, + 5.423, + 3.109 + ], + "text": "Price", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 1.0832, + 3.2118, + 1.174, + 3.2118, + 1.174, + 3.318, + 1.0832, + 3.318 + ], + "text": "A", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 1.0832, + 3.2118, + 1.174, + 3.2118, + 1.174, + 3.318, + 1.0832, + 3.318 + ], + "text": "A", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 3.2589, + 3.2116, + 3.3202, + 3.2116, + 3.3202, + 3.3176, + 3.2589, + 3.3176 + ], + "text": "1", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 3.2589, + 3.2116, + 3.3202, + 3.2116, + 3.3202, + 3.3176, + 3.2589, + 3.3176 + ], + "text": "1", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 5.4232, + 3.2108, + 5.7784, + 3.2108, + 5.7784, + 3.319, + 5.4232, + 3.319 + ], + "text": "10.99", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 5.4232, + 3.2108, + 5.7784, + 3.2108, + 5.7784, + 3.319, + 5.4232, + 3.319 + ], + "text": "10.99", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 1.0943, + 3.4256, + 1.1637, + 3.4256, + 1.1637, + 3.531, + 1.0943, + 3.531 + ], + "text": "B", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 1.0943, + 3.4256, + 1.1637, + 3.4256, + 1.1637, + 3.531, + 1.0943, + 3.531 + ], + "text": "B", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 3.2541, + 3.4241, + 3.3199, + 3.4241, + 3.3199, + 3.531, + 3.2541, + 3.531 + ], + "text": "2", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 3.2541, + 3.4241, + 3.3199, + 3.4241, + 3.3199, + 3.531, + 3.2541, + 3.531 + ], + "text": "2", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 5.4232, + 3.4241, + 5.7789, + 3.4241, + 5.7789, + 3.5323, + 5.4232, + 3.5323 + ], + "text": "14.67", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 5.4232, + 3.4241, + 5.7789, + 3.4241, + 5.7789, + 3.5323, + 5.4232, + 3.5323 + ], + "text": "14.67", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 1.0882, + 3.6343, + 1.1647, + 3.6343, + 1.1647, + 3.7421, + 1.0882, + 3.7421 + ], + "text": "C", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 1.0882, + 3.6343, + 1.1647, + 3.6343, + 1.1647, + 3.7421, + 1.0882, + 3.7421 + ], + "text": "C", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 3.2486, + 3.6351, + 3.3244, + 3.6351, + 3.3244, + 3.7413, + 3.2486, + 3.7413 + ], + "text": "4", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 3.2486, + 3.6351, + 3.3244, + 3.6351, + 3.3244, + 3.7413, + 3.2486, + 3.7413 + ], + "text": "4", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 5.4232, + 3.6341, + 5.78, + 3.6341, + 5.78, + 3.7423, + 5.4232, + 3.7423 + ], + "text": "15.66", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 5.4232, + 3.6341, + 5.78, + 3.6341, + 5.78, + 3.7423, + 5.4232, + 3.7423 + ], + "text": "15.66", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 1.0943, + 3.8456, + 1.1753, + 3.8456, + 1.1753, + 3.951, + 1.0943, + 3.951 + ], + "text": "D", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 1.0943, + 3.8456, + 1.1753, + 3.8456, + 1.1753, + 3.951, + 1.0943, + 3.951 + ], + "text": "D", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 3.2589, + 3.845, + 3.3202, + 3.845, + 3.3202, + 3.951, + 3.2589, + 3.951 + ], + "text": "1", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 3.2589, + 3.845, + 3.3202, + 3.845, + 3.3202, + 3.951, + 3.2589, + 3.951 + ], + "text": "1", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 5.4232, + 3.8441, + 5.7809, + 3.8441, + 5.7809, + 3.9523, + 5.4232, + 3.9523 + ], + "text": "12.00", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 5.4232, + 3.8441, + 5.7809, + 3.8441, + 5.7809, + 3.9523, + 5.4232, + 3.9523 + ], + "text": "12.00", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 1.0943, + 4.0561, + 1.153, + 4.0561, + 1.153, + 4.1614, + 1.0943, + 4.1614 + ], + "text": "E", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 1.0943, + 4.0561, + 1.153, + 4.0561, + 1.153, + 4.1614, + 1.0943, + 4.1614 + ], + "text": "E", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 3.2486, + 4.0556, + 3.3244, + 4.0556, + 3.3244, + 4.1617, + 3.2486, + 4.1617 + ], + "text": "4", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 3.2486, + 4.0556, + 3.3244, + 4.0556, + 3.3244, + 4.1617, + 3.2486, + 4.1617 + ], + "text": "4", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 5.4232, + 4.0546, + 5.781, + 4.0546, + 5.781, + 4.1627, + 5.4232, + 4.1627 + ], + "text": "10.00", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 5.4232, + 4.0546, + 5.781, + 4.0546, + 5.781, + 4.1627, + 5.4232, + 4.1627 + ], + "text": "10.00", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 1.0943, + 4.2661, + 1.1497, + 4.2661, + 1.1497, + 4.3717, + 1.0943, + 4.3717 + ], + "text": "F", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 1.0943, + 4.2661, + 1.1497, + 4.2661, + 1.1497, + 4.3717, + 1.0943, + 4.3717 + ], + "text": "F", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 3.2534, + 4.2646, + 3.3226, + 4.2646, + 3.3226, + 4.3727, + 3.2534, + 4.3727 + ], + "text": "6", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 3.2534, + 4.2646, + 3.3226, + 4.2646, + 3.3226, + 4.3727, + 3.2534, + 4.3727 + ], + "text": "6", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 5.4232, + 4.2646, + 5.7809, + 4.2646, + 5.7809, + 4.3727, + 5.4232, + 4.3727 + ], + "text": "12.00", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 5.4232, + 4.2646, + 5.7809, + 4.2646, + 5.7809, + 4.3727, + 5.4232, + 4.3727 + ], + "text": "12.00", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 1.0877, + 4.4746, + 1.1735, + 4.4746, + 1.1735, + 4.5827, + 1.0877, + 4.5827 + ], + "text": "G", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 1.0877, + 4.4746, + 1.1735, + 4.4746, + 1.1735, + 4.5827, + 1.0877, + 4.5827 + ], + "text": "G", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 3.2514, + 4.4746, + 3.3224, + 4.4746, + 3.3224, + 4.5827, + 3.2514, + 4.5827 + ], + "text": "8", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 3.2514, + 4.4746, + 3.3224, + 4.4746, + 3.3224, + 4.5827, + 3.2514, + 4.5827 + ], + "text": "8", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 5.4184, + 4.4746, + 5.781, + 4.4746, + 5.781, + 4.5827, + 5.4184, + 4.5827 + ], + "text": "22.00", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 5.4184, + 4.4746, + 5.781, + 4.4746, + 5.781, + 4.5827, + 5.4184, + 4.5827 + ], + "text": "22.00", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 5.5075, + 4.8981, + 6.632, + 4.8981, + 6.632, + 5.0131, + 5.5075, + 5.0131 + ], + "text": "Subtotal: 300.00", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 5.5075, + 4.8981, + 6.1249, + 4.8981, + 6.1249, + 5.0131, + 5.5075, + 5.0131 + ], + "text": "Subtotal:", + "confidence": 1 + }, + { + "boundingBox": [ + 6.1794, + 4.9042, + 6.632, + 4.9042, + 6.632, + 5.0131, + 6.1794, + 5.0131 + ], + "text": "300.00", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 5.5034, + 5.1245, + 6.2022, + 5.1245, + 6.2022, + 5.2333, + 5.5034, + 5.2333 + ], + "text": "Tax: 30.00", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 5.5034, + 5.1263, + 5.7812, + 5.1263, + 5.7812, + 5.2333, + 5.5034, + 5.2333 + ], + "text": "Tax:", + "confidence": 1 + }, + { + "boundingBox": [ + 5.836, + 5.1245, + 6.2022, + 5.1245, + 6.2022, + 5.2333, + 5.836, + 5.2333 + ], + "text": "30.00", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 5.5034, + 5.3412, + 6.2587, + 5.3412, + 6.2587, + 5.481, + 5.5034, + 5.481 + ], + "text": "Tip: 100.00", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 5.5034, + 5.3412, + 5.7515, + 5.3412, + 5.7515, + 5.481, + 5.5034, + 5.481 + ], + "text": "Tip:", + "confidence": 1 + }, + { + "boundingBox": [ + 5.811, + 5.3445, + 6.2587, + 5.3445, + 6.2587, + 5.4533, + 5.811, + 5.4533 + ], + "text": "100.00", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 5.5034, + 5.5583, + 6.3987, + 5.5583, + 6.3987, + 5.6733, + 5.5034, + 5.6733 + ], + "text": "Total: 430.00", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 5.5034, + 5.5583, + 5.8915, + 5.5583, + 5.8915, + 5.6733, + 5.5034, + 5.6733 + ], + "text": "Total:", + "confidence": 1 + }, + { + "boundingBox": [ + 5.942, + 5.5645, + 6.3987, + 5.5645, + 6.3987, + 5.6733, + 5.942, + 5.6733 + ], + "text": "430.00", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 1.0055, + 6.6553, + 3.8342, + 6.6553, + 3.8342, + 6.7981, + 1.0055, + 6.7981 + ], + "text": "Signature: ____Bilbo Baggins__________", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 1.0055, + 6.6581, + 1.6987, + 6.6581, + 1.6987, + 6.7981, + 1.0055, + 6.7981 + ], + "text": "Signature:", + "confidence": 1 + }, + { + "boundingBox": [ + 1.747, + 6.6553, + 2.4278, + 6.6553, + 2.4278, + 6.7981, + 1.747, + 6.7981 + ], + "text": "____Bilbo", + "confidence": 1 + }, + { + "boundingBox": [ + 2.4823, + 6.6581, + 3.8342, + 6.6581, + 3.8342, + 6.7981, + 2.4823, + 6.7981 + ], + "text": "Baggins__________", + "confidence": 1 + } + ] + } + ] + }, + { + "page": 2, + "angle": 0, + "width": 8.5, + "height": 11, + "unit": "inch", + "lines": [] + }, + { + "page": 3, + "angle": 0, + "width": 8.5, + "height": 11, + "unit": "inch", + "lines": [ + { + "boundingBox": [ + 0.8861, + 1.1217, + 2.3734, + 1.1217, + 2.3734, + 1.2812, + 0.8861, + 1.2812 + ], + "text": "Company B Invoice", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 0.8861, + 1.1232, + 1.6203, + 1.1232, + 1.6203, + 1.2812, + 0.8861, + 1.2812 + ], + "text": "Company", + "confidence": 1 + }, + { + "boundingBox": [ + 1.6836, + 1.1248, + 1.764, + 1.1248, + 1.764, + 1.2469, + 1.6836, + 1.2469 + ], + "text": "B", + "confidence": 1 + }, + { + "boundingBox": [ + 1.8336, + 1.1217, + 2.3734, + 1.1217, + 2.3734, + 1.2485, + 1.8336, + 1.2485 + ], + "text": "Invoice", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 6.0211, + 1.0656, + 7.0357, + 1.0656, + 7.0357, + 1.2121, + 6.0211, + 1.2121 + ], + "text": "Invoice For:", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 6.0211, + 1.0656, + 6.6362, + 1.0656, + 6.6362, + 1.2121, + 6.0211, + 1.2121 + ], + "text": "Invoice", + "confidence": 1 + }, + { + "boundingBox": [ + 6.7147, + 1.0691, + 7.0357, + 1.0691, + 7.0357, + 1.2121, + 6.7147, + 1.2121 + ], + "text": "For:", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 0.8791, + 1.4825, + 1.5657, + 1.4825, + 1.5657, + 1.6155, + 0.8791, + 1.6155 + ], + "text": "Address:", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 0.8791, + 1.4825, + 1.5657, + 1.4825, + 1.5657, + 1.6155, + 0.8791, + 1.6155 + ], + "text": "Address:", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 6.0164, + 1.4506, + 6.9506, + 1.4506, + 6.9506, + 1.5931, + 6.0164, + 1.5931 + ], + "text": "Frodo Baggins", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 6.0164, + 1.4506, + 6.3895, + 1.4506, + 6.3895, + 1.5649, + 6.0164, + 1.5649 + ], + "text": "Frodo", + "confidence": 1 + }, + { + "boundingBox": [ + 6.45, + 1.4556, + 6.9506, + 1.4556, + 6.9506, + 1.5931, + 6.45, + 1.5931 + ], + "text": "Baggins", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 6.0165, + 1.6707, + 7.1006, + 1.6707, + 7.1006, + 1.7854, + 6.0165, + 1.7854 + ], + "text": "123 Hobbit Lane", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 6.0165, + 1.6772, + 6.2434, + 1.6772, + 6.2434, + 1.7854, + 6.0165, + 1.7854 + ], + "text": "123", + "confidence": 1 + }, + { + "boundingBox": [ + 6.3033, + 1.6707, + 6.7463, + 1.6707, + 6.7463, + 1.7854, + 6.3033, + 1.7854 + ], + "text": "Hobbit", + "confidence": 1 + }, + { + "boundingBox": [ + 6.803, + 1.6782, + 7.1006, + 1.6782, + 7.1006, + 1.7854, + 6.803, + 1.7854 + ], + "text": "Lane", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 0.8852, + 1.846, + 1.713, + 1.846, + 1.713, + 1.9554, + 0.8852, + 1.9554 + ], + "text": "567 Main St.", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 0.8852, + 1.8472, + 1.1203, + 1.8472, + 1.1203, + 1.9554, + 0.8852, + 1.9554 + ], + "text": "567", + "confidence": 1 + }, + { + "boundingBox": [ + 1.1777, + 1.846, + 1.5022, + 1.846, + 1.5022, + 1.9554, + 1.1777, + 1.9554 + ], + "text": "Main", + "confidence": 1 + }, + { + "boundingBox": [ + 1.5558, + 1.8472, + 1.713, + 1.8472, + 1.713, + 1.9554, + 1.5558, + 1.9554 + ], + "text": "St.", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 6.0164, + 1.891, + 6.9793, + 1.891, + 6.9793, + 2.0275, + 6.0164, + 2.0275 + ], + "text": "Redmond, WA", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 6.0164, + 1.891, + 6.6861, + 1.891, + 6.6861, + 2.0275, + 6.0164, + 2.0275 + ], + "text": "Redmond,", + "confidence": 1 + }, + { + "boundingBox": [ + 6.7408, + 1.8982, + 6.9793, + 1.8982, + 6.9793, + 2.0044, + 6.7408, + 2.0044 + ], + "text": "WA", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 0.891, + 2.061, + 1.8537, + 2.061, + 1.8537, + 2.1975, + 0.891, + 2.1975 + ], + "text": "Redmond, WA", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 0.891, + 2.061, + 1.5605, + 2.061, + 1.5605, + 2.1975, + 0.891, + 2.1975 + ], + "text": "Redmond,", + "confidence": 1 + }, + { + "boundingBox": [ + 1.6152, + 2.0682, + 1.8537, + 2.0682, + 1.8537, + 2.1744, + 1.6152, + 2.1744 + ], + "text": "WA", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 6.0105, + 2.1187, + 6.9371, + 2.1187, + 6.9371, + 2.2254, + 6.0105, + 2.2254 + ], + "text": "555-555-5555", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 6.0105, + 2.1187, + 6.9371, + 2.1187, + 6.9371, + 2.2254, + 6.0105, + 2.2254 + ], + "text": "555-555-5555", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 0.8852, + 2.2887, + 1.8119, + 2.2887, + 1.8119, + 2.3954, + 0.8852, + 2.3954 + ], + "text": "555-555-5555", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 0.8852, + 2.2887, + 1.8119, + 2.2887, + 1.8119, + 2.3954, + 0.8852, + 2.3954 + ], + "text": "555-555-5555", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 1.0943, + 3.0018, + 1.3842, + 3.0018, + 1.3842, + 3.109, + 1.0943, + 3.109 + ], + "text": "Item", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 1.0943, + 3.0018, + 1.3842, + 3.0018, + 1.3842, + 3.109, + 1.0943, + 3.109 + ], + "text": "Item", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 3.2527, + 2.9996, + 3.8367, + 2.9996, + 3.8367, + 3.1371, + 3.2527, + 3.1371 + ], + "text": "Quantity", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 3.2527, + 2.9996, + 3.8367, + 2.9996, + 3.8367, + 3.1371, + 3.2527, + 3.1371 + ], + "text": "Quantity", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 5.423, + 2.9996, + 5.7372, + 2.9996, + 5.7372, + 3.109, + 5.423, + 3.109 + ], + "text": "Price", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 5.423, + 2.9996, + 5.7372, + 2.9996, + 5.7372, + 3.109, + 5.423, + 3.109 + ], + "text": "Price", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 1.0832, + 3.2118, + 1.174, + 3.2118, + 1.174, + 3.318, + 1.0832, + 3.318 + ], + "text": "A", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 1.0832, + 3.2118, + 1.174, + 3.2118, + 1.174, + 3.318, + 1.0832, + 3.318 + ], + "text": "A", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 3.2589, + 3.2108, + 3.4067, + 3.2108, + 3.4067, + 3.319, + 3.2589, + 3.319 + ], + "text": "10", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 3.2589, + 3.2108, + 3.4067, + 3.2108, + 3.4067, + 3.319, + 3.2589, + 3.319 + ], + "text": "10", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 5.4232, + 3.2108, + 5.8617, + 3.2108, + 5.8617, + 3.319, + 5.4232, + 3.319 + ], + "text": "100.99", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 5.4232, + 3.2108, + 5.8617, + 3.2108, + 5.8617, + 3.319, + 5.4232, + 3.319 + ], + "text": "100.99", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 1.0943, + 3.4256, + 1.1637, + 3.4256, + 1.1637, + 3.531, + 1.0943, + 3.531 + ], + "text": "B", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 1.0943, + 3.4256, + 1.1637, + 3.4256, + 1.1637, + 3.531, + 1.0943, + 3.531 + ], + "text": "B", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 3.2541, + 3.4241, + 3.4067, + 3.4241, + 3.4067, + 3.5323, + 3.2541, + 3.5323 + ], + "text": "20", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 3.2541, + 3.4241, + 3.4067, + 3.4241, + 3.4067, + 3.5323, + 3.2541, + 3.5323 + ], + "text": "20", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 5.4232, + 3.4241, + 5.8622, + 3.4241, + 5.8622, + 3.5323, + 5.4232, + 3.5323 + ], + "text": "140.67", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 5.4232, + 3.4241, + 5.8622, + 3.4241, + 5.8622, + 3.5323, + 5.4232, + 3.5323 + ], + "text": "140.67", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 1.0882, + 3.6343, + 1.1647, + 3.6343, + 1.1647, + 3.7421, + 1.0882, + 3.7421 + ], + "text": "C", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 1.0882, + 3.6343, + 1.1647, + 3.6343, + 1.1647, + 3.7421, + 1.0882, + 3.7421 + ], + "text": "C", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 3.2486, + 3.6341, + 3.4067, + 3.6341, + 3.4067, + 3.7423, + 3.2486, + 3.7423 + ], + "text": "40", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 3.2486, + 3.6341, + 3.4067, + 3.6341, + 3.4067, + 3.7423, + 3.2486, + 3.7423 + ], + "text": "40", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 5.4232, + 3.6341, + 5.8634, + 3.6341, + 5.8634, + 3.7423, + 5.4232, + 3.7423 + ], + "text": "150.66", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 5.4232, + 3.6341, + 5.8634, + 3.6341, + 5.8634, + 3.7423, + 5.4232, + 3.7423 + ], + "text": "150.66", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 1.0943, + 3.8456, + 1.1753, + 3.8456, + 1.1753, + 3.951, + 1.0943, + 3.951 + ], + "text": "D", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 1.0943, + 3.8456, + 1.1753, + 3.8456, + 1.1753, + 3.951, + 1.0943, + 3.951 + ], + "text": "D", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 3.2589, + 3.8441, + 3.4067, + 3.8441, + 3.4067, + 3.9523, + 3.2589, + 3.9523 + ], + "text": "10", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 3.2589, + 3.8441, + 3.4067, + 3.8441, + 3.4067, + 3.9523, + 3.2589, + 3.9523 + ], + "text": "10", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 5.4232, + 3.8441, + 5.8642, + 3.8441, + 5.8642, + 3.9523, + 5.4232, + 3.9523 + ], + "text": "120.00", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 5.4232, + 3.8441, + 5.8642, + 3.8441, + 5.8642, + 3.9523, + 5.4232, + 3.9523 + ], + "text": "120.00", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 1.0943, + 4.0561, + 1.153, + 4.0561, + 1.153, + 4.1614, + 1.0943, + 4.1614 + ], + "text": "E", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 1.0943, + 4.0561, + 1.153, + 4.0561, + 1.153, + 4.1614, + 1.0943, + 4.1614 + ], + "text": "E", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 3.2486, + 4.0546, + 3.4067, + 4.0546, + 3.4067, + 4.1627, + 3.2486, + 4.1627 + ], + "text": "40", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 3.2486, + 4.0546, + 3.4067, + 4.0546, + 3.4067, + 4.1627, + 3.2486, + 4.1627 + ], + "text": "40", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 5.4232, + 4.0546, + 5.8644, + 4.0546, + 5.8644, + 4.1627, + 5.4232, + 4.1627 + ], + "text": "100.00", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 5.4232, + 4.0546, + 5.8644, + 4.0546, + 5.8644, + 4.1627, + 5.4232, + 4.1627 + ], + "text": "100.00", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 1.0943, + 4.2661, + 1.1497, + 4.2661, + 1.1497, + 4.3717, + 1.0943, + 4.3717 + ], + "text": "F", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 1.0943, + 4.2661, + 1.1497, + 4.2661, + 1.1497, + 4.3717, + 1.0943, + 4.3717 + ], + "text": "F", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 3.2534, + 4.2646, + 3.4067, + 4.2646, + 3.4067, + 4.3727, + 3.2534, + 4.3727 + ], + "text": "60", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 3.2534, + 4.2646, + 3.4067, + 4.2646, + 3.4067, + 4.3727, + 3.2534, + 4.3727 + ], + "text": "60", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 5.4232, + 4.2646, + 5.8642, + 4.2646, + 5.8642, + 4.3727, + 5.4232, + 4.3727 + ], + "text": "120.00", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 5.4232, + 4.2646, + 5.8642, + 4.2646, + 5.8642, + 4.3727, + 5.4232, + 4.3727 + ], + "text": "120.00", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 1.0877, + 4.4746, + 1.1735, + 4.4746, + 1.1735, + 4.5827, + 1.0877, + 4.5827 + ], + "text": "G", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 1.0877, + 4.4746, + 1.1735, + 4.4746, + 1.1735, + 4.5827, + 1.0877, + 4.5827 + ], + "text": "G", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 3.2514, + 4.4746, + 3.4067, + 4.4746, + 3.4067, + 4.5827, + 3.2514, + 4.5827 + ], + "text": "80", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 3.2514, + 4.4746, + 3.4067, + 4.4746, + 3.4067, + 4.5827, + 3.2514, + 4.5827 + ], + "text": "80", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 5.4184, + 4.4746, + 5.8644, + 4.4746, + 5.8644, + 4.5827, + 5.4184, + 4.5827 + ], + "text": "220.00", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 5.4184, + 4.4746, + 5.8644, + 4.4746, + 5.8644, + 4.5827, + 5.4184, + 4.5827 + ], + "text": "220.00", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 5.5075, + 4.8981, + 6.7158, + 4.8981, + 6.7158, + 5.0131, + 5.5075, + 5.0131 + ], + "text": "Subtotal: 3000.00", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 5.5075, + 4.8981, + 6.1249, + 4.8981, + 6.1249, + 5.0131, + 5.5075, + 5.0131 + ], + "text": "Subtotal:", + "confidence": 1 + }, + { + "boundingBox": [ + 6.1794, + 4.9042, + 6.7158, + 4.9042, + 6.7158, + 5.0131, + 6.1794, + 5.0131 + ], + "text": "3000.00", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 5.5034, + 5.1245, + 6.2887, + 5.1245, + 6.2887, + 5.2333, + 5.5034, + 5.2333 + ], + "text": "Tax: 300.00", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 5.5034, + 5.1263, + 5.7812, + 5.1263, + 5.7812, + 5.2333, + 5.5034, + 5.2333 + ], + "text": "Tax:", + "confidence": 1 + }, + { + "boundingBox": [ + 5.836, + 5.1245, + 6.2887, + 5.1245, + 6.2887, + 5.2333, + 5.836, + 5.2333 + ], + "text": "300.00", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 5.5034, + 5.3412, + 6.3422, + 5.3412, + 6.3422, + 5.481, + 5.5034, + 5.481 + ], + "text": "Tip: 1000.00", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 5.5034, + 5.3412, + 5.7515, + 5.3412, + 5.7515, + 5.481, + 5.5034, + 5.481 + ], + "text": "Tip:", + "confidence": 1 + }, + { + "boundingBox": [ + 5.811, + 5.3445, + 6.3422, + 5.3445, + 6.3422, + 5.4533, + 5.811, + 5.4533 + ], + "text": "1000.00", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 5.5034, + 5.5583, + 6.4825, + 5.5583, + 6.4825, + 5.6733, + 5.5034, + 5.6733 + ], + "text": "Total: 4300.00", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 5.5034, + 5.5583, + 5.8915, + 5.5583, + 5.8915, + 5.6733, + 5.5034, + 5.6733 + ], + "text": "Total:", + "confidence": 1 + }, + { + "boundingBox": [ + 5.942, + 5.5645, + 6.4825, + 5.5645, + 6.4825, + 5.6733, + 5.942, + 5.6733 + ], + "text": "4300.00", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 1.0055, + 6.6556, + 3.8842, + 6.6556, + 3.8842, + 6.7981, + 1.0055, + 6.7981 + ], + "text": "Signature: ____Frodo Baggins__________", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 1.0055, + 6.6581, + 1.6987, + 6.6581, + 1.6987, + 6.7981, + 1.0055, + 6.7981 + ], + "text": "Signature:", + "confidence": 1 + }, + { + "boundingBox": [ + 1.747, + 6.6556, + 2.4778, + 6.6556, + 2.4778, + 6.7981, + 1.747, + 6.7981 + ], + "text": "____Frodo", + "confidence": 1 + }, + { + "boundingBox": [ + 2.5325, + 6.6581, + 3.8842, + 6.6581, + 3.8842, + 6.7981, + 2.5325, + 6.7981 + ], + "text": "Baggins__________", + "confidence": 1 + } + ] + } + ] + } + ], + "pageResults": [ + { + "page": 1, + "tables": [ + { + "rows": 8, + "columns": 3, + "cells": [ + { + "rowIndex": 0, + "columnIndex": 0, + "text": "Item", + "boundingBox": [ + 0.9909, + 2.9408, + 3.1582, + 2.9408, + 3.1582, + 3.1528, + 0.9909, + 3.1528 + ], + "elements": [ + "#/readResults/0/lines/10/words/0" + ] + }, + { + "rowIndex": 0, + "columnIndex": 1, + "text": "Quantity", + "boundingBox": [ + 3.1582, + 2.9408, + 5.3322, + 2.9408, + 5.3322, + 3.1528, + 3.1582, + 3.1528 + ], + "elements": [ + "#/readResults/0/lines/11/words/0" + ] + }, + { + "rowIndex": 0, + "columnIndex": 2, + "text": "Price", + "boundingBox": [ + 5.3322, + 2.9408, + 7.4928, + 2.947, + 7.4928, + 3.1528, + 5.3322, + 3.1528 + ], + "elements": [ + "#/readResults/0/lines/12/words/0" + ] + }, + { + "rowIndex": 1, + "columnIndex": 0, + "text": "A", + "boundingBox": [ + 0.9909, + 3.1528, + 3.1582, + 3.1528, + 3.1582, + 3.3649, + 0.9976, + 3.3649 + ], + "elements": [ + "#/readResults/0/lines/13/words/0" + ] + }, + { + "rowIndex": 1, + "columnIndex": 1, + "text": "1", + "boundingBox": [ + 3.1582, + 3.1528, + 5.3322, + 3.1528, + 5.3322, + 3.3649, + 3.1582, + 3.3649 + ], + "elements": [ + "#/readResults/0/lines/14/words/0" + ] + }, + { + "rowIndex": 1, + "columnIndex": 2, + "text": "10.99", + "boundingBox": [ + 5.3322, + 3.1528, + 7.4928, + 3.1528, + 7.4995, + 3.3649, + 5.3322, + 3.3649 + ], + "elements": [ + "#/readResults/0/lines/15/words/0" + ] + }, + { + "rowIndex": 2, + "columnIndex": 0, + "text": "B", + "boundingBox": [ + 0.9976, + 3.3649, + 3.1582, + 3.3649, + 3.1582, + 3.5707, + 0.9976, + 3.5707 + ], + "elements": [ + "#/readResults/0/lines/16/words/0" + ] + }, + { + "rowIndex": 2, + "columnIndex": 1, + "text": "2", + "boundingBox": [ + 3.1582, + 3.3649, + 5.3322, + 3.3649, + 5.3322, + 3.5707, + 3.1582, + 3.5707 + ], + "elements": [ + "#/readResults/0/lines/17/words/0" + ] + }, + { + "rowIndex": 2, + "columnIndex": 2, + "text": "14.67", + "boundingBox": [ + 5.3322, + 3.3649, + 7.4995, + 3.3649, + 7.4995, + 3.5707, + 5.3322, + 3.5707 + ], + "elements": [ + "#/readResults/0/lines/18/words/0" + ] + }, + { + "rowIndex": 3, + "columnIndex": 0, + "text": "C", + "boundingBox": [ + 0.9976, + 3.5707, + 3.1582, + 3.5707, + 3.1582, + 3.7827, + 0.9976, + 3.7827 + ], + "elements": [ + "#/readResults/0/lines/19/words/0" + ] + }, + { + "rowIndex": 3, + "columnIndex": 1, + "text": "4", + "boundingBox": [ + 3.1582, + 3.5707, + 5.3322, + 3.5707, + 5.3322, + 3.7827, + 3.1582, + 3.7827 + ], + "elements": [ + "#/readResults/0/lines/20/words/0" + ] + }, + { + "rowIndex": 3, + "columnIndex": 2, + "text": "15.66", + "boundingBox": [ + 5.3322, + 3.5707, + 7.4995, + 3.5707, + 7.4995, + 3.7827, + 5.3322, + 3.7827 + ], + "elements": [ + "#/readResults/0/lines/21/words/0" + ] + }, + { + "rowIndex": 4, + "columnIndex": 0, + "text": "D", + "boundingBox": [ + 0.9976, + 3.7827, + 3.1582, + 3.7827, + 3.1582, + 3.9885, + 1.0043, + 3.9885 + ], + "elements": [ + "#/readResults/0/lines/22/words/0" + ] + }, + { + "rowIndex": 4, + "columnIndex": 1, + "text": "1", + "boundingBox": [ + 3.1582, + 3.7827, + 5.3322, + 3.7827, + 5.3322, + 3.9885, + 3.1582, + 3.9885 + ], + "elements": [ + "#/readResults/0/lines/23/words/0" + ] + }, + { + "rowIndex": 4, + "columnIndex": 2, + "text": "12.00", + "boundingBox": [ + 5.3322, + 3.7827, + 7.4995, + 3.7827, + 7.4995, + 3.9885, + 5.3322, + 3.9885 + ], + "elements": [ + "#/readResults/0/lines/24/words/0" + ] + }, + { + "rowIndex": 5, + "columnIndex": 0, + "text": "E", + "boundingBox": [ + 1.0043, + 3.9885, + 3.1582, + 3.9885, + 3.1582, + 4.2006, + 1.0043, + 4.2006 + ], + "elements": [ + "#/readResults/0/lines/25/words/0" + ] + }, + { + "rowIndex": 5, + "columnIndex": 1, + "text": "4", + "boundingBox": [ + 3.1582, + 3.9885, + 5.3322, + 3.9885, + 5.3322, + 4.2006, + 3.1582, + 4.2006 + ], + "elements": [ + "#/readResults/0/lines/26/words/0" + ] + }, + { + "rowIndex": 5, + "columnIndex": 2, + "text": "10.00", + "boundingBox": [ + 5.3322, + 3.9885, + 7.4995, + 3.9885, + 7.5062, + 4.2006, + 5.3322, + 4.2006 + ], + "elements": [ + "#/readResults/0/lines/27/words/0" + ] + }, + { + "rowIndex": 6, + "columnIndex": 0, + "text": "F", + "boundingBox": [ + 1.0043, + 4.2006, + 3.1582, + 4.2006, + 3.1582, + 4.4126, + 1.0043, + 4.4126 + ], + "elements": [ + "#/readResults/0/lines/28/words/0" + ] + }, + { + "rowIndex": 6, + "columnIndex": 1, + "text": "6", + "boundingBox": [ + 3.1582, + 4.2006, + 5.3322, + 4.2006, + 5.3322, + 4.4126, + 3.1582, + 4.4126 + ], + "elements": [ + "#/readResults/0/lines/29/words/0" + ] + }, + { + "rowIndex": 6, + "columnIndex": 2, + "text": "12.00", + "boundingBox": [ + 5.3322, + 4.2006, + 7.5062, + 4.2006, + 7.5062, + 4.4126, + 5.3322, + 4.4126 + ], + "elements": [ + "#/readResults/0/lines/30/words/0" + ] + }, + { + "rowIndex": 7, + "columnIndex": 0, + "text": "G", + "boundingBox": [ + 1.0043, + 4.4126, + 3.1582, + 4.4126, + 3.1582, + 4.6184, + 1.011, + 4.6246 + ], + "elements": [ + "#/readResults/0/lines/31/words/0" + ] + }, + { + "rowIndex": 7, + "columnIndex": 1, + "text": "8", + "boundingBox": [ + 3.1582, + 4.4126, + 5.3322, + 4.4126, + 5.3322, + 4.6184, + 3.1582, + 4.6184 + ], + "elements": [ + "#/readResults/0/lines/32/words/0" + ] + }, + { + "rowIndex": 7, + "columnIndex": 2, + "text": "22.00", + "boundingBox": [ + 5.3322, + 4.4126, + 7.5062, + 4.4126, + 7.5062, + 4.6246, + 5.3322, + 4.6184 + ], + "elements": [ + "#/readResults/0/lines/33/words/0" + ] + } + ], + "boundingBox": [ + 0.9957, + 2.9322, + 7.4976, + 2.9326, + 7.4974, + 4.6222, + 0.9944, + 4.6216 + ] + } + ] + }, + { + "page": 2, + "tables": [] + }, + { + "page": 3, + "tables": [ + { + "rows": 8, + "columns": 3, + "cells": [ + { + "rowIndex": 0, + "columnIndex": 0, + "text": "Item", + "boundingBox": [ + 0.9909, + 2.9408, + 3.1582, + 2.9408, + 3.1582, + 3.1528, + 0.9909, + 3.1528 + ], + "elements": [ + "#/readResults/2/lines/10/words/0" + ] + }, + { + "rowIndex": 0, + "columnIndex": 1, + "text": "Quantity", + "boundingBox": [ + 3.1582, + 2.9408, + 5.3322, + 2.9408, + 5.3322, + 3.1528, + 3.1582, + 3.1528 + ], + "elements": [ + "#/readResults/2/lines/11/words/0" + ] + }, + { + "rowIndex": 0, + "columnIndex": 2, + "text": "Price", + "boundingBox": [ + 5.3322, + 2.9408, + 7.4928, + 2.947, + 7.4928, + 3.1528, + 5.3322, + 3.1528 + ], + "elements": [ + "#/readResults/2/lines/12/words/0" + ] + }, + { + "rowIndex": 1, + "columnIndex": 0, + "text": "A", + "boundingBox": [ + 0.9909, + 3.1528, + 3.1582, + 3.1528, + 3.1582, + 3.3649, + 0.9976, + 3.3649 + ], + "elements": [ + "#/readResults/2/lines/13/words/0" + ] + }, + { + "rowIndex": 1, + "columnIndex": 1, + "text": "10", + "boundingBox": [ + 3.1582, + 3.1528, + 5.3322, + 3.1528, + 5.3322, + 3.3649, + 3.1582, + 3.3649 + ], + "elements": [ + "#/readResults/2/lines/14/words/0" + ] + }, + { + "rowIndex": 1, + "columnIndex": 2, + "text": "100.99", + "boundingBox": [ + 5.3322, + 3.1528, + 7.4928, + 3.1528, + 7.4995, + 3.3649, + 5.3322, + 3.3649 + ], + "elements": [ + "#/readResults/2/lines/15/words/0" + ] + }, + { + "rowIndex": 2, + "columnIndex": 0, + "text": "B", + "boundingBox": [ + 0.9976, + 3.3649, + 3.1582, + 3.3649, + 3.1582, + 3.5707, + 0.9976, + 3.5707 + ], + "elements": [ + "#/readResults/2/lines/16/words/0" + ] + }, + { + "rowIndex": 2, + "columnIndex": 1, + "text": "20", + "boundingBox": [ + 3.1582, + 3.3649, + 5.3322, + 3.3649, + 5.3322, + 3.5707, + 3.1582, + 3.5707 + ], + "elements": [ + "#/readResults/2/lines/17/words/0" + ] + }, + { + "rowIndex": 2, + "columnIndex": 2, + "text": "140.67", + "boundingBox": [ + 5.3322, + 3.3649, + 7.4995, + 3.3649, + 7.4995, + 3.5707, + 5.3322, + 3.5707 + ], + "elements": [ + "#/readResults/2/lines/18/words/0" + ] + }, + { + "rowIndex": 3, + "columnIndex": 0, + "text": "C", + "boundingBox": [ + 0.9976, + 3.5707, + 3.1582, + 3.5707, + 3.1582, + 3.7827, + 0.9976, + 3.7827 + ], + "elements": [ + "#/readResults/2/lines/19/words/0" + ] + }, + { + "rowIndex": 3, + "columnIndex": 1, + "text": "40", + "boundingBox": [ + 3.1582, + 3.5707, + 5.3322, + 3.5707, + 5.3322, + 3.7827, + 3.1582, + 3.7827 + ], + "elements": [ + "#/readResults/2/lines/20/words/0" + ] + }, + { + "rowIndex": 3, + "columnIndex": 2, + "text": "150.66", + "boundingBox": [ + 5.3322, + 3.5707, + 7.4995, + 3.5707, + 7.4995, + 3.7827, + 5.3322, + 3.7827 + ], + "elements": [ + "#/readResults/2/lines/21/words/0" + ] + }, + { + "rowIndex": 4, + "columnIndex": 0, + "text": "D", + "boundingBox": [ + 0.9976, + 3.7827, + 3.1582, + 3.7827, + 3.1582, + 3.9885, + 1.0043, + 3.9885 + ], + "elements": [ + "#/readResults/2/lines/22/words/0" + ] + }, + { + "rowIndex": 4, + "columnIndex": 1, + "text": "10", + "boundingBox": [ + 3.1582, + 3.7827, + 5.3322, + 3.7827, + 5.3322, + 3.9885, + 3.1582, + 3.9885 + ], + "elements": [ + "#/readResults/2/lines/23/words/0" + ] + }, + { + "rowIndex": 4, + "columnIndex": 2, + "text": "120.00", + "boundingBox": [ + 5.3322, + 3.7827, + 7.4995, + 3.7827, + 7.4995, + 3.9885, + 5.3322, + 3.9885 + ], + "elements": [ + "#/readResults/2/lines/24/words/0" + ] + }, + { + "rowIndex": 5, + "columnIndex": 0, + "text": "E", + "boundingBox": [ + 1.0043, + 3.9885, + 3.1582, + 3.9885, + 3.1582, + 4.2006, + 1.0043, + 4.2006 + ], + "elements": [ + "#/readResults/2/lines/25/words/0" + ] + }, + { + "rowIndex": 5, + "columnIndex": 1, + "text": "40", + "boundingBox": [ + 3.1582, + 3.9885, + 5.3322, + 3.9885, + 5.3322, + 4.2006, + 3.1582, + 4.2006 + ], + "elements": [ + "#/readResults/2/lines/26/words/0" + ] + }, + { + "rowIndex": 5, + "columnIndex": 2, + "text": "100.00", + "boundingBox": [ + 5.3322, + 3.9885, + 7.4995, + 3.9885, + 7.5062, + 4.2006, + 5.3322, + 4.2006 + ], + "elements": [ + "#/readResults/2/lines/27/words/0" + ] + }, + { + "rowIndex": 6, + "columnIndex": 0, + "text": "F", + "boundingBox": [ + 1.0043, + 4.2006, + 3.1582, + 4.2006, + 3.1582, + 4.4126, + 1.0043, + 4.4126 + ], + "elements": [ + "#/readResults/2/lines/28/words/0" + ] + }, + { + "rowIndex": 6, + "columnIndex": 1, + "text": "60", + "boundingBox": [ + 3.1582, + 4.2006, + 5.3322, + 4.2006, + 5.3322, + 4.4126, + 3.1582, + 4.4126 + ], + "elements": [ + "#/readResults/2/lines/29/words/0" + ] + }, + { + "rowIndex": 6, + "columnIndex": 2, + "text": "120.00", + "boundingBox": [ + 5.3322, + 4.2006, + 7.5062, + 4.2006, + 7.5062, + 4.4126, + 5.3322, + 4.4126 + ], + "elements": [ + "#/readResults/2/lines/30/words/0" + ] + }, + { + "rowIndex": 7, + "columnIndex": 0, + "text": "G", + "boundingBox": [ + 1.0043, + 4.4126, + 3.1582, + 4.4126, + 3.1582, + 4.6184, + 1.011, + 4.6246 + ], + "elements": [ + "#/readResults/2/lines/31/words/0" + ] + }, + { + "rowIndex": 7, + "columnIndex": 1, + "text": "80", + "boundingBox": [ + 3.1582, + 4.4126, + 5.3322, + 4.4126, + 5.3322, + 4.6184, + 3.1582, + 4.6184 + ], + "elements": [ + "#/readResults/2/lines/32/words/0" + ] + }, + { + "rowIndex": 7, + "columnIndex": 2, + "text": "220.00", + "boundingBox": [ + 5.3322, + 4.4126, + 7.5062, + 4.4126, + 7.5062, + 4.6246, + 5.3322, + 4.6184 + ], + "elements": [ + "#/readResults/2/lines/33/words/0" + ] + } + ], + "boundingBox": [ + 0.996, + 2.9328, + 7.4972, + 2.9334, + 7.4967, + 4.6223, + 0.9946, + 4.6216 + ] + } + ] + } + ] + } + } + } + ], + "Variables": { + "FORM_RECOGNIZER_API_KEY": "Sanitized", + "FORM_RECOGNIZER_ENDPOINT": "https://mariari-centraluseuap.cognitiveservices.azure.com/", + "RandomSeed": "1880220437" + } +} \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeContentWithMultiplePageArgument(%1-2%,%3%,3)Async.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeContentWithMultiplePageArgument(%1-2%,%3%,3)Async.json new file mode 100644 index 0000000000000..ed847beb857e0 --- /dev/null +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeContentWithMultiplePageArgument(%1-2%,%3%,3)Async.json @@ -0,0 +1,4369 @@ +{ + "Entries": [ + { + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/layout/analyze?Pages=1-2%2C3", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Content-Length": "108935", + "Content-Type": "application/pdf", + "Ocp-Apim-Subscription-Key": "Sanitized", + "traceparent": "00-a3d1efedbab84d479da2739845d7f3e8-ee8dfa85e111b34a-00", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201110.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "b4e3240ac72d9445b9ff834b3de62a41", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "apim-request-id": "2a20e98b-3c72-47fb-a17b-d5c5c91fd724", + "Content-Length": "0", + "Date": "Tue, 10 Nov 2020 21:07:35 GMT", + "Operation-Location": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/layout/analyzeResults/2a20e98b-3c72-47fb-a17b-d5c5c91fd724", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "70" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/layout/analyzeResults/2a20e98b-3c72-47fb-a17b-d5c5c91fd724", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201110.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "e4a23a709e59aac5e492687d55ac84c6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "0502f14b-31a4-4138-b904-563bd8d3f79a", + "Content-Length": "106", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 10 Nov 2020 21:07:35 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "11" + }, + "ResponseBody": { + "status": "running", + "createdDateTime": "2020-11-10T21:07:35Z", + "lastUpdatedDateTime": "2020-11-10T21:07:35Z" + } + }, + { + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/layout/analyzeResults/2a20e98b-3c72-47fb-a17b-d5c5c91fd724", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201110.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "6fc3d89978c0e9f0973df6b6ffec0440", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "e5abc89f-3eb0-4c2e-b5d2-c663939896b2", + "Content-Length": "106", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 10 Nov 2020 21:07:36 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "10" + }, + "ResponseBody": { + "status": "running", + "createdDateTime": "2020-11-10T21:07:35Z", + "lastUpdatedDateTime": "2020-11-10T21:07:35Z" + } + }, + { + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/layout/analyzeResults/2a20e98b-3c72-47fb-a17b-d5c5c91fd724", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201110.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "37fe22917d276c335e39d09b5fc83e0d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "abe606a1-2621-4951-997a-4510022090c1", + "Content-Length": "106", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 10 Nov 2020 21:07:38 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "16" + }, + "ResponseBody": { + "status": "running", + "createdDateTime": "2020-11-10T21:07:35Z", + "lastUpdatedDateTime": "2020-11-10T21:07:35Z" + } + }, + { + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/layout/analyzeResults/2a20e98b-3c72-47fb-a17b-d5c5c91fd724", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201110.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "64b1bd7aba23f78049b94d1ca80eaaf7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "5a271207-406f-422d-b224-e5a4bc49abb5", + "Content-Length": "106", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 10 Nov 2020 21:07:39 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "10" + }, + "ResponseBody": { + "status": "running", + "createdDateTime": "2020-11-10T21:07:35Z", + "lastUpdatedDateTime": "2020-11-10T21:07:35Z" + } + }, + { + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/layout/analyzeResults/2a20e98b-3c72-47fb-a17b-d5c5c91fd724", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201110.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "33eb288e4cad1c9fa5561186a8558acf", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "64773be6-e202-48c4-9130-e7737f9c8cbf", + "Content-Length": "106", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 10 Nov 2020 21:07:40 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "11" + }, + "ResponseBody": { + "status": "running", + "createdDateTime": "2020-11-10T21:07:35Z", + "lastUpdatedDateTime": "2020-11-10T21:07:35Z" + } + }, + { + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/layout/analyzeResults/2a20e98b-3c72-47fb-a17b-d5c5c91fd724", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201110.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "423ce8fe9f3bd71ca106ee6d3016c44f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "bdf47996-fe01-4ece-b45d-9d66ddddf286", + "Content-Length": "106", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 10 Nov 2020 21:07:41 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "13" + }, + "ResponseBody": { + "status": "running", + "createdDateTime": "2020-11-10T21:07:35Z", + "lastUpdatedDateTime": "2020-11-10T21:07:41Z" + } + }, + { + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/layout/analyzeResults/2a20e98b-3c72-47fb-a17b-d5c5c91fd724", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201110.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "370cd88f0bdc2d5f1e94bfcca9f94ff3", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "dc381e4e-c79a-43fa-9790-443911982f9f", + "Content-Length": "31970", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 10 Nov 2020 21:07:42 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "40" + }, + "ResponseBody": { + "status": "succeeded", + "createdDateTime": "2020-11-10T21:07:35Z", + "lastUpdatedDateTime": "2020-11-10T21:07:41Z", + "analyzeResult": { + "version": "2.1.0", + "readResults": [ + { + "page": 1, + "angle": 0, + "width": 8.5, + "height": 11, + "unit": "inch", + "lines": [ + { + "boundingBox": [ + 0.8861, + 1.1217, + 2.3783, + 1.1217, + 2.3783, + 1.2812, + 0.8861, + 1.2812 + ], + "text": "Company A Invoice", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 0.8861, + 1.1232, + 1.6203, + 1.1232, + 1.6203, + 1.2812, + 0.8861, + 1.2812 + ], + "text": "Company", + "confidence": 1 + }, + { + "boundingBox": [ + 1.6696, + 1.1242, + 1.7749, + 1.1242, + 1.7749, + 1.2473, + 1.6696, + 1.2473 + ], + "text": "A", + "confidence": 1 + }, + { + "boundingBox": [ + 1.8389, + 1.1217, + 2.3783, + 1.1217, + 2.3783, + 1.2485, + 1.8389, + 1.2485 + ], + "text": "Invoice", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 6.0211, + 1.0656, + 7.0357, + 1.0656, + 7.0357, + 1.2121, + 6.0211, + 1.2121 + ], + "text": "Invoice For:", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 6.0211, + 1.0656, + 6.6362, + 1.0656, + 6.6362, + 1.2121, + 6.0211, + 1.2121 + ], + "text": "Invoice", + "confidence": 1 + }, + { + "boundingBox": [ + 6.7147, + 1.0691, + 7.0357, + 1.0691, + 7.0357, + 1.2121, + 6.7147, + 1.2121 + ], + "text": "For:", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 0.8791, + 1.4825, + 1.5657, + 1.4825, + 1.5657, + 1.6155, + 0.8791, + 1.6155 + ], + "text": "Address:", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 0.8791, + 1.4825, + 1.5657, + 1.4825, + 1.5657, + 1.6155, + 0.8791, + 1.6155 + ], + "text": "Address:", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 6.0164, + 1.4503, + 6.8967, + 1.4503, + 6.8967, + 1.5931, + 6.0164, + 1.5931 + ], + "text": "Bilbo Baggins", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 6.0164, + 1.4503, + 6.3392, + 1.4503, + 6.3392, + 1.5649, + 6.0164, + 1.5649 + ], + "text": "Bilbo", + "confidence": 1 + }, + { + "boundingBox": [ + 6.396, + 1.4556, + 6.8967, + 1.4556, + 6.8967, + 1.5931, + 6.396, + 1.5931 + ], + "text": "Baggins", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 6.0165, + 1.6707, + 7.1006, + 1.6707, + 7.1006, + 1.7854, + 6.0165, + 1.7854 + ], + "text": "123 Hobbit Lane", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 6.0165, + 1.6772, + 6.2434, + 1.6772, + 6.2434, + 1.7854, + 6.0165, + 1.7854 + ], + "text": "123", + "confidence": 1 + }, + { + "boundingBox": [ + 6.3033, + 1.6707, + 6.7463, + 1.6707, + 6.7463, + 1.7854, + 6.3033, + 1.7854 + ], + "text": "Hobbit", + "confidence": 1 + }, + { + "boundingBox": [ + 6.803, + 1.6782, + 7.1006, + 1.6782, + 7.1006, + 1.7854, + 6.803, + 1.7854 + ], + "text": "Lane", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 0.8852, + 1.846, + 1.713, + 1.846, + 1.713, + 1.9554, + 0.8852, + 1.9554 + ], + "text": "567 Main St.", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 0.8852, + 1.8472, + 1.1203, + 1.8472, + 1.1203, + 1.9554, + 0.8852, + 1.9554 + ], + "text": "567", + "confidence": 1 + }, + { + "boundingBox": [ + 1.1777, + 1.846, + 1.5022, + 1.846, + 1.5022, + 1.9554, + 1.1777, + 1.9554 + ], + "text": "Main", + "confidence": 1 + }, + { + "boundingBox": [ + 1.5558, + 1.8472, + 1.713, + 1.8472, + 1.713, + 1.9554, + 1.5558, + 1.9554 + ], + "text": "St.", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 6.0164, + 1.891, + 6.9793, + 1.891, + 6.9793, + 2.0275, + 6.0164, + 2.0275 + ], + "text": "Redmond, WA", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 6.0164, + 1.891, + 6.6861, + 1.891, + 6.6861, + 2.0275, + 6.0164, + 2.0275 + ], + "text": "Redmond,", + "confidence": 1 + }, + { + "boundingBox": [ + 6.7408, + 1.8982, + 6.9793, + 1.8982, + 6.9793, + 2.0044, + 6.7408, + 2.0044 + ], + "text": "WA", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 0.891, + 2.061, + 1.8537, + 2.061, + 1.8537, + 2.1975, + 0.891, + 2.1975 + ], + "text": "Redmond, WA", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 0.891, + 2.061, + 1.5605, + 2.061, + 1.5605, + 2.1975, + 0.891, + 2.1975 + ], + "text": "Redmond,", + "confidence": 1 + }, + { + "boundingBox": [ + 1.6152, + 2.0682, + 1.8537, + 2.0682, + 1.8537, + 2.1744, + 1.6152, + 2.1744 + ], + "text": "WA", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 6.0105, + 2.1187, + 6.9371, + 2.1187, + 6.9371, + 2.2254, + 6.0105, + 2.2254 + ], + "text": "555-555-5555", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 6.0105, + 2.1187, + 6.9371, + 2.1187, + 6.9371, + 2.2254, + 6.0105, + 2.2254 + ], + "text": "555-555-5555", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 0.8852, + 2.2887, + 1.8119, + 2.2887, + 1.8119, + 2.3954, + 0.8852, + 2.3954 + ], + "text": "555-555-5555", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 0.8852, + 2.2887, + 1.8119, + 2.2887, + 1.8119, + 2.3954, + 0.8852, + 2.3954 + ], + "text": "555-555-5555", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 1.0943, + 3.0018, + 1.3842, + 3.0018, + 1.3842, + 3.109, + 1.0943, + 3.109 + ], + "text": "Item", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 1.0943, + 3.0018, + 1.3842, + 3.0018, + 1.3842, + 3.109, + 1.0943, + 3.109 + ], + "text": "Item", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 3.2527, + 2.9996, + 3.8367, + 2.9996, + 3.8367, + 3.1371, + 3.2527, + 3.1371 + ], + "text": "Quantity", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 3.2527, + 2.9996, + 3.8367, + 2.9996, + 3.8367, + 3.1371, + 3.2527, + 3.1371 + ], + "text": "Quantity", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 5.423, + 2.9996, + 5.7372, + 2.9996, + 5.7372, + 3.109, + 5.423, + 3.109 + ], + "text": "Price", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 5.423, + 2.9996, + 5.7372, + 2.9996, + 5.7372, + 3.109, + 5.423, + 3.109 + ], + "text": "Price", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 1.0832, + 3.2118, + 1.174, + 3.2118, + 1.174, + 3.318, + 1.0832, + 3.318 + ], + "text": "A", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 1.0832, + 3.2118, + 1.174, + 3.2118, + 1.174, + 3.318, + 1.0832, + 3.318 + ], + "text": "A", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 3.2589, + 3.2116, + 3.3202, + 3.2116, + 3.3202, + 3.3176, + 3.2589, + 3.3176 + ], + "text": "1", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 3.2589, + 3.2116, + 3.3202, + 3.2116, + 3.3202, + 3.3176, + 3.2589, + 3.3176 + ], + "text": "1", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 5.4232, + 3.2108, + 5.7784, + 3.2108, + 5.7784, + 3.319, + 5.4232, + 3.319 + ], + "text": "10.99", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 5.4232, + 3.2108, + 5.7784, + 3.2108, + 5.7784, + 3.319, + 5.4232, + 3.319 + ], + "text": "10.99", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 1.0943, + 3.4256, + 1.1637, + 3.4256, + 1.1637, + 3.531, + 1.0943, + 3.531 + ], + "text": "B", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 1.0943, + 3.4256, + 1.1637, + 3.4256, + 1.1637, + 3.531, + 1.0943, + 3.531 + ], + "text": "B", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 3.2541, + 3.4241, + 3.3199, + 3.4241, + 3.3199, + 3.531, + 3.2541, + 3.531 + ], + "text": "2", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 3.2541, + 3.4241, + 3.3199, + 3.4241, + 3.3199, + 3.531, + 3.2541, + 3.531 + ], + "text": "2", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 5.4232, + 3.4241, + 5.7789, + 3.4241, + 5.7789, + 3.5323, + 5.4232, + 3.5323 + ], + "text": "14.67", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 5.4232, + 3.4241, + 5.7789, + 3.4241, + 5.7789, + 3.5323, + 5.4232, + 3.5323 + ], + "text": "14.67", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 1.0882, + 3.6343, + 1.1647, + 3.6343, + 1.1647, + 3.7421, + 1.0882, + 3.7421 + ], + "text": "C", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 1.0882, + 3.6343, + 1.1647, + 3.6343, + 1.1647, + 3.7421, + 1.0882, + 3.7421 + ], + "text": "C", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 3.2486, + 3.6351, + 3.3244, + 3.6351, + 3.3244, + 3.7413, + 3.2486, + 3.7413 + ], + "text": "4", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 3.2486, + 3.6351, + 3.3244, + 3.6351, + 3.3244, + 3.7413, + 3.2486, + 3.7413 + ], + "text": "4", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 5.4232, + 3.6341, + 5.78, + 3.6341, + 5.78, + 3.7423, + 5.4232, + 3.7423 + ], + "text": "15.66", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 5.4232, + 3.6341, + 5.78, + 3.6341, + 5.78, + 3.7423, + 5.4232, + 3.7423 + ], + "text": "15.66", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 1.0943, + 3.8456, + 1.1753, + 3.8456, + 1.1753, + 3.951, + 1.0943, + 3.951 + ], + "text": "D", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 1.0943, + 3.8456, + 1.1753, + 3.8456, + 1.1753, + 3.951, + 1.0943, + 3.951 + ], + "text": "D", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 3.2589, + 3.845, + 3.3202, + 3.845, + 3.3202, + 3.951, + 3.2589, + 3.951 + ], + "text": "1", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 3.2589, + 3.845, + 3.3202, + 3.845, + 3.3202, + 3.951, + 3.2589, + 3.951 + ], + "text": "1", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 5.4232, + 3.8441, + 5.7809, + 3.8441, + 5.7809, + 3.9523, + 5.4232, + 3.9523 + ], + "text": "12.00", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 5.4232, + 3.8441, + 5.7809, + 3.8441, + 5.7809, + 3.9523, + 5.4232, + 3.9523 + ], + "text": "12.00", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 1.0943, + 4.0561, + 1.153, + 4.0561, + 1.153, + 4.1614, + 1.0943, + 4.1614 + ], + "text": "E", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 1.0943, + 4.0561, + 1.153, + 4.0561, + 1.153, + 4.1614, + 1.0943, + 4.1614 + ], + "text": "E", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 3.2486, + 4.0556, + 3.3244, + 4.0556, + 3.3244, + 4.1617, + 3.2486, + 4.1617 + ], + "text": "4", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 3.2486, + 4.0556, + 3.3244, + 4.0556, + 3.3244, + 4.1617, + 3.2486, + 4.1617 + ], + "text": "4", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 5.4232, + 4.0546, + 5.781, + 4.0546, + 5.781, + 4.1627, + 5.4232, + 4.1627 + ], + "text": "10.00", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 5.4232, + 4.0546, + 5.781, + 4.0546, + 5.781, + 4.1627, + 5.4232, + 4.1627 + ], + "text": "10.00", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 1.0943, + 4.2661, + 1.1497, + 4.2661, + 1.1497, + 4.3717, + 1.0943, + 4.3717 + ], + "text": "F", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 1.0943, + 4.2661, + 1.1497, + 4.2661, + 1.1497, + 4.3717, + 1.0943, + 4.3717 + ], + "text": "F", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 3.2534, + 4.2646, + 3.3226, + 4.2646, + 3.3226, + 4.3727, + 3.2534, + 4.3727 + ], + "text": "6", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 3.2534, + 4.2646, + 3.3226, + 4.2646, + 3.3226, + 4.3727, + 3.2534, + 4.3727 + ], + "text": "6", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 5.4232, + 4.2646, + 5.7809, + 4.2646, + 5.7809, + 4.3727, + 5.4232, + 4.3727 + ], + "text": "12.00", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 5.4232, + 4.2646, + 5.7809, + 4.2646, + 5.7809, + 4.3727, + 5.4232, + 4.3727 + ], + "text": "12.00", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 1.0877, + 4.4746, + 1.1735, + 4.4746, + 1.1735, + 4.5827, + 1.0877, + 4.5827 + ], + "text": "G", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 1.0877, + 4.4746, + 1.1735, + 4.4746, + 1.1735, + 4.5827, + 1.0877, + 4.5827 + ], + "text": "G", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 3.2514, + 4.4746, + 3.3224, + 4.4746, + 3.3224, + 4.5827, + 3.2514, + 4.5827 + ], + "text": "8", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 3.2514, + 4.4746, + 3.3224, + 4.4746, + 3.3224, + 4.5827, + 3.2514, + 4.5827 + ], + "text": "8", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 5.4184, + 4.4746, + 5.781, + 4.4746, + 5.781, + 4.5827, + 5.4184, + 4.5827 + ], + "text": "22.00", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 5.4184, + 4.4746, + 5.781, + 4.4746, + 5.781, + 4.5827, + 5.4184, + 4.5827 + ], + "text": "22.00", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 5.5075, + 4.8981, + 6.632, + 4.8981, + 6.632, + 5.0131, + 5.5075, + 5.0131 + ], + "text": "Subtotal: 300.00", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 5.5075, + 4.8981, + 6.1249, + 4.8981, + 6.1249, + 5.0131, + 5.5075, + 5.0131 + ], + "text": "Subtotal:", + "confidence": 1 + }, + { + "boundingBox": [ + 6.1794, + 4.9042, + 6.632, + 4.9042, + 6.632, + 5.0131, + 6.1794, + 5.0131 + ], + "text": "300.00", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 5.5034, + 5.1245, + 6.2022, + 5.1245, + 6.2022, + 5.2333, + 5.5034, + 5.2333 + ], + "text": "Tax: 30.00", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 5.5034, + 5.1263, + 5.7812, + 5.1263, + 5.7812, + 5.2333, + 5.5034, + 5.2333 + ], + "text": "Tax:", + "confidence": 1 + }, + { + "boundingBox": [ + 5.836, + 5.1245, + 6.2022, + 5.1245, + 6.2022, + 5.2333, + 5.836, + 5.2333 + ], + "text": "30.00", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 5.5034, + 5.3412, + 6.2587, + 5.3412, + 6.2587, + 5.481, + 5.5034, + 5.481 + ], + "text": "Tip: 100.00", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 5.5034, + 5.3412, + 5.7515, + 5.3412, + 5.7515, + 5.481, + 5.5034, + 5.481 + ], + "text": "Tip:", + "confidence": 1 + }, + { + "boundingBox": [ + 5.811, + 5.3445, + 6.2587, + 5.3445, + 6.2587, + 5.4533, + 5.811, + 5.4533 + ], + "text": "100.00", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 5.5034, + 5.5583, + 6.3987, + 5.5583, + 6.3987, + 5.6733, + 5.5034, + 5.6733 + ], + "text": "Total: 430.00", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 5.5034, + 5.5583, + 5.8915, + 5.5583, + 5.8915, + 5.6733, + 5.5034, + 5.6733 + ], + "text": "Total:", + "confidence": 1 + }, + { + "boundingBox": [ + 5.942, + 5.5645, + 6.3987, + 5.5645, + 6.3987, + 5.6733, + 5.942, + 5.6733 + ], + "text": "430.00", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 1.0055, + 6.6553, + 3.8342, + 6.6553, + 3.8342, + 6.7981, + 1.0055, + 6.7981 + ], + "text": "Signature: ____Bilbo Baggins__________", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 1.0055, + 6.6581, + 1.6987, + 6.6581, + 1.6987, + 6.7981, + 1.0055, + 6.7981 + ], + "text": "Signature:", + "confidence": 1 + }, + { + "boundingBox": [ + 1.747, + 6.6553, + 2.4278, + 6.6553, + 2.4278, + 6.7981, + 1.747, + 6.7981 + ], + "text": "____Bilbo", + "confidence": 1 + }, + { + "boundingBox": [ + 2.4823, + 6.6581, + 3.8342, + 6.6581, + 3.8342, + 6.7981, + 2.4823, + 6.7981 + ], + "text": "Baggins__________", + "confidence": 1 + } + ] + } + ] + }, + { + "page": 2, + "angle": 0, + "width": 8.5, + "height": 11, + "unit": "inch", + "lines": [] + }, + { + "page": 3, + "angle": 0, + "width": 8.5, + "height": 11, + "unit": "inch", + "lines": [ + { + "boundingBox": [ + 0.8861, + 1.1217, + 2.3734, + 1.1217, + 2.3734, + 1.2812, + 0.8861, + 1.2812 + ], + "text": "Company B Invoice", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 0.8861, + 1.1232, + 1.6203, + 1.1232, + 1.6203, + 1.2812, + 0.8861, + 1.2812 + ], + "text": "Company", + "confidence": 1 + }, + { + "boundingBox": [ + 1.6836, + 1.1248, + 1.764, + 1.1248, + 1.764, + 1.2469, + 1.6836, + 1.2469 + ], + "text": "B", + "confidence": 1 + }, + { + "boundingBox": [ + 1.8336, + 1.1217, + 2.3734, + 1.1217, + 2.3734, + 1.2485, + 1.8336, + 1.2485 + ], + "text": "Invoice", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 6.0211, + 1.0656, + 7.0357, + 1.0656, + 7.0357, + 1.2121, + 6.0211, + 1.2121 + ], + "text": "Invoice For:", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 6.0211, + 1.0656, + 6.6362, + 1.0656, + 6.6362, + 1.2121, + 6.0211, + 1.2121 + ], + "text": "Invoice", + "confidence": 1 + }, + { + "boundingBox": [ + 6.7147, + 1.0691, + 7.0357, + 1.0691, + 7.0357, + 1.2121, + 6.7147, + 1.2121 + ], + "text": "For:", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 0.8791, + 1.4825, + 1.5657, + 1.4825, + 1.5657, + 1.6155, + 0.8791, + 1.6155 + ], + "text": "Address:", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 0.8791, + 1.4825, + 1.5657, + 1.4825, + 1.5657, + 1.6155, + 0.8791, + 1.6155 + ], + "text": "Address:", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 6.0164, + 1.4506, + 6.9506, + 1.4506, + 6.9506, + 1.5931, + 6.0164, + 1.5931 + ], + "text": "Frodo Baggins", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 6.0164, + 1.4506, + 6.3895, + 1.4506, + 6.3895, + 1.5649, + 6.0164, + 1.5649 + ], + "text": "Frodo", + "confidence": 1 + }, + { + "boundingBox": [ + 6.45, + 1.4556, + 6.9506, + 1.4556, + 6.9506, + 1.5931, + 6.45, + 1.5931 + ], + "text": "Baggins", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 6.0165, + 1.6707, + 7.1006, + 1.6707, + 7.1006, + 1.7854, + 6.0165, + 1.7854 + ], + "text": "123 Hobbit Lane", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 6.0165, + 1.6772, + 6.2434, + 1.6772, + 6.2434, + 1.7854, + 6.0165, + 1.7854 + ], + "text": "123", + "confidence": 1 + }, + { + "boundingBox": [ + 6.3033, + 1.6707, + 6.7463, + 1.6707, + 6.7463, + 1.7854, + 6.3033, + 1.7854 + ], + "text": "Hobbit", + "confidence": 1 + }, + { + "boundingBox": [ + 6.803, + 1.6782, + 7.1006, + 1.6782, + 7.1006, + 1.7854, + 6.803, + 1.7854 + ], + "text": "Lane", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 0.8852, + 1.846, + 1.713, + 1.846, + 1.713, + 1.9554, + 0.8852, + 1.9554 + ], + "text": "567 Main St.", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 0.8852, + 1.8472, + 1.1203, + 1.8472, + 1.1203, + 1.9554, + 0.8852, + 1.9554 + ], + "text": "567", + "confidence": 1 + }, + { + "boundingBox": [ + 1.1777, + 1.846, + 1.5022, + 1.846, + 1.5022, + 1.9554, + 1.1777, + 1.9554 + ], + "text": "Main", + "confidence": 1 + }, + { + "boundingBox": [ + 1.5558, + 1.8472, + 1.713, + 1.8472, + 1.713, + 1.9554, + 1.5558, + 1.9554 + ], + "text": "St.", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 6.0164, + 1.891, + 6.9793, + 1.891, + 6.9793, + 2.0275, + 6.0164, + 2.0275 + ], + "text": "Redmond, WA", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 6.0164, + 1.891, + 6.6861, + 1.891, + 6.6861, + 2.0275, + 6.0164, + 2.0275 + ], + "text": "Redmond,", + "confidence": 1 + }, + { + "boundingBox": [ + 6.7408, + 1.8982, + 6.9793, + 1.8982, + 6.9793, + 2.0044, + 6.7408, + 2.0044 + ], + "text": "WA", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 0.891, + 2.061, + 1.8537, + 2.061, + 1.8537, + 2.1975, + 0.891, + 2.1975 + ], + "text": "Redmond, WA", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 0.891, + 2.061, + 1.5605, + 2.061, + 1.5605, + 2.1975, + 0.891, + 2.1975 + ], + "text": "Redmond,", + "confidence": 1 + }, + { + "boundingBox": [ + 1.6152, + 2.0682, + 1.8537, + 2.0682, + 1.8537, + 2.1744, + 1.6152, + 2.1744 + ], + "text": "WA", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 6.0105, + 2.1187, + 6.9371, + 2.1187, + 6.9371, + 2.2254, + 6.0105, + 2.2254 + ], + "text": "555-555-5555", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 6.0105, + 2.1187, + 6.9371, + 2.1187, + 6.9371, + 2.2254, + 6.0105, + 2.2254 + ], + "text": "555-555-5555", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 0.8852, + 2.2887, + 1.8119, + 2.2887, + 1.8119, + 2.3954, + 0.8852, + 2.3954 + ], + "text": "555-555-5555", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 0.8852, + 2.2887, + 1.8119, + 2.2887, + 1.8119, + 2.3954, + 0.8852, + 2.3954 + ], + "text": "555-555-5555", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 1.0943, + 3.0018, + 1.3842, + 3.0018, + 1.3842, + 3.109, + 1.0943, + 3.109 + ], + "text": "Item", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 1.0943, + 3.0018, + 1.3842, + 3.0018, + 1.3842, + 3.109, + 1.0943, + 3.109 + ], + "text": "Item", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 3.2527, + 2.9996, + 3.8367, + 2.9996, + 3.8367, + 3.1371, + 3.2527, + 3.1371 + ], + "text": "Quantity", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 3.2527, + 2.9996, + 3.8367, + 2.9996, + 3.8367, + 3.1371, + 3.2527, + 3.1371 + ], + "text": "Quantity", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 5.423, + 2.9996, + 5.7372, + 2.9996, + 5.7372, + 3.109, + 5.423, + 3.109 + ], + "text": "Price", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 5.423, + 2.9996, + 5.7372, + 2.9996, + 5.7372, + 3.109, + 5.423, + 3.109 + ], + "text": "Price", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 1.0832, + 3.2118, + 1.174, + 3.2118, + 1.174, + 3.318, + 1.0832, + 3.318 + ], + "text": "A", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 1.0832, + 3.2118, + 1.174, + 3.2118, + 1.174, + 3.318, + 1.0832, + 3.318 + ], + "text": "A", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 3.2589, + 3.2108, + 3.4067, + 3.2108, + 3.4067, + 3.319, + 3.2589, + 3.319 + ], + "text": "10", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 3.2589, + 3.2108, + 3.4067, + 3.2108, + 3.4067, + 3.319, + 3.2589, + 3.319 + ], + "text": "10", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 5.4232, + 3.2108, + 5.8617, + 3.2108, + 5.8617, + 3.319, + 5.4232, + 3.319 + ], + "text": "100.99", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 5.4232, + 3.2108, + 5.8617, + 3.2108, + 5.8617, + 3.319, + 5.4232, + 3.319 + ], + "text": "100.99", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 1.0943, + 3.4256, + 1.1637, + 3.4256, + 1.1637, + 3.531, + 1.0943, + 3.531 + ], + "text": "B", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 1.0943, + 3.4256, + 1.1637, + 3.4256, + 1.1637, + 3.531, + 1.0943, + 3.531 + ], + "text": "B", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 3.2541, + 3.4241, + 3.4067, + 3.4241, + 3.4067, + 3.5323, + 3.2541, + 3.5323 + ], + "text": "20", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 3.2541, + 3.4241, + 3.4067, + 3.4241, + 3.4067, + 3.5323, + 3.2541, + 3.5323 + ], + "text": "20", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 5.4232, + 3.4241, + 5.8622, + 3.4241, + 5.8622, + 3.5323, + 5.4232, + 3.5323 + ], + "text": "140.67", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 5.4232, + 3.4241, + 5.8622, + 3.4241, + 5.8622, + 3.5323, + 5.4232, + 3.5323 + ], + "text": "140.67", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 1.0882, + 3.6343, + 1.1647, + 3.6343, + 1.1647, + 3.7421, + 1.0882, + 3.7421 + ], + "text": "C", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 1.0882, + 3.6343, + 1.1647, + 3.6343, + 1.1647, + 3.7421, + 1.0882, + 3.7421 + ], + "text": "C", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 3.2486, + 3.6341, + 3.4067, + 3.6341, + 3.4067, + 3.7423, + 3.2486, + 3.7423 + ], + "text": "40", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 3.2486, + 3.6341, + 3.4067, + 3.6341, + 3.4067, + 3.7423, + 3.2486, + 3.7423 + ], + "text": "40", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 5.4232, + 3.6341, + 5.8634, + 3.6341, + 5.8634, + 3.7423, + 5.4232, + 3.7423 + ], + "text": "150.66", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 5.4232, + 3.6341, + 5.8634, + 3.6341, + 5.8634, + 3.7423, + 5.4232, + 3.7423 + ], + "text": "150.66", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 1.0943, + 3.8456, + 1.1753, + 3.8456, + 1.1753, + 3.951, + 1.0943, + 3.951 + ], + "text": "D", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 1.0943, + 3.8456, + 1.1753, + 3.8456, + 1.1753, + 3.951, + 1.0943, + 3.951 + ], + "text": "D", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 3.2589, + 3.8441, + 3.4067, + 3.8441, + 3.4067, + 3.9523, + 3.2589, + 3.9523 + ], + "text": "10", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 3.2589, + 3.8441, + 3.4067, + 3.8441, + 3.4067, + 3.9523, + 3.2589, + 3.9523 + ], + "text": "10", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 5.4232, + 3.8441, + 5.8642, + 3.8441, + 5.8642, + 3.9523, + 5.4232, + 3.9523 + ], + "text": "120.00", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 5.4232, + 3.8441, + 5.8642, + 3.8441, + 5.8642, + 3.9523, + 5.4232, + 3.9523 + ], + "text": "120.00", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 1.0943, + 4.0561, + 1.153, + 4.0561, + 1.153, + 4.1614, + 1.0943, + 4.1614 + ], + "text": "E", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 1.0943, + 4.0561, + 1.153, + 4.0561, + 1.153, + 4.1614, + 1.0943, + 4.1614 + ], + "text": "E", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 3.2486, + 4.0546, + 3.4067, + 4.0546, + 3.4067, + 4.1627, + 3.2486, + 4.1627 + ], + "text": "40", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 3.2486, + 4.0546, + 3.4067, + 4.0546, + 3.4067, + 4.1627, + 3.2486, + 4.1627 + ], + "text": "40", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 5.4232, + 4.0546, + 5.8644, + 4.0546, + 5.8644, + 4.1627, + 5.4232, + 4.1627 + ], + "text": "100.00", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 5.4232, + 4.0546, + 5.8644, + 4.0546, + 5.8644, + 4.1627, + 5.4232, + 4.1627 + ], + "text": "100.00", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 1.0943, + 4.2661, + 1.1497, + 4.2661, + 1.1497, + 4.3717, + 1.0943, + 4.3717 + ], + "text": "F", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 1.0943, + 4.2661, + 1.1497, + 4.2661, + 1.1497, + 4.3717, + 1.0943, + 4.3717 + ], + "text": "F", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 3.2534, + 4.2646, + 3.4067, + 4.2646, + 3.4067, + 4.3727, + 3.2534, + 4.3727 + ], + "text": "60", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 3.2534, + 4.2646, + 3.4067, + 4.2646, + 3.4067, + 4.3727, + 3.2534, + 4.3727 + ], + "text": "60", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 5.4232, + 4.2646, + 5.8642, + 4.2646, + 5.8642, + 4.3727, + 5.4232, + 4.3727 + ], + "text": "120.00", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 5.4232, + 4.2646, + 5.8642, + 4.2646, + 5.8642, + 4.3727, + 5.4232, + 4.3727 + ], + "text": "120.00", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 1.0877, + 4.4746, + 1.1735, + 4.4746, + 1.1735, + 4.5827, + 1.0877, + 4.5827 + ], + "text": "G", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 1.0877, + 4.4746, + 1.1735, + 4.4746, + 1.1735, + 4.5827, + 1.0877, + 4.5827 + ], + "text": "G", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 3.2514, + 4.4746, + 3.4067, + 4.4746, + 3.4067, + 4.5827, + 3.2514, + 4.5827 + ], + "text": "80", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 3.2514, + 4.4746, + 3.4067, + 4.4746, + 3.4067, + 4.5827, + 3.2514, + 4.5827 + ], + "text": "80", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 5.4184, + 4.4746, + 5.8644, + 4.4746, + 5.8644, + 4.5827, + 5.4184, + 4.5827 + ], + "text": "220.00", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 5.4184, + 4.4746, + 5.8644, + 4.4746, + 5.8644, + 4.5827, + 5.4184, + 4.5827 + ], + "text": "220.00", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 5.5075, + 4.8981, + 6.7158, + 4.8981, + 6.7158, + 5.0131, + 5.5075, + 5.0131 + ], + "text": "Subtotal: 3000.00", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 5.5075, + 4.8981, + 6.1249, + 4.8981, + 6.1249, + 5.0131, + 5.5075, + 5.0131 + ], + "text": "Subtotal:", + "confidence": 1 + }, + { + "boundingBox": [ + 6.1794, + 4.9042, + 6.7158, + 4.9042, + 6.7158, + 5.0131, + 6.1794, + 5.0131 + ], + "text": "3000.00", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 5.5034, + 5.1245, + 6.2887, + 5.1245, + 6.2887, + 5.2333, + 5.5034, + 5.2333 + ], + "text": "Tax: 300.00", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 5.5034, + 5.1263, + 5.7812, + 5.1263, + 5.7812, + 5.2333, + 5.5034, + 5.2333 + ], + "text": "Tax:", + "confidence": 1 + }, + { + "boundingBox": [ + 5.836, + 5.1245, + 6.2887, + 5.1245, + 6.2887, + 5.2333, + 5.836, + 5.2333 + ], + "text": "300.00", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 5.5034, + 5.3412, + 6.3422, + 5.3412, + 6.3422, + 5.481, + 5.5034, + 5.481 + ], + "text": "Tip: 1000.00", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 5.5034, + 5.3412, + 5.7515, + 5.3412, + 5.7515, + 5.481, + 5.5034, + 5.481 + ], + "text": "Tip:", + "confidence": 1 + }, + { + "boundingBox": [ + 5.811, + 5.3445, + 6.3422, + 5.3445, + 6.3422, + 5.4533, + 5.811, + 5.4533 + ], + "text": "1000.00", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 5.5034, + 5.5583, + 6.4825, + 5.5583, + 6.4825, + 5.6733, + 5.5034, + 5.6733 + ], + "text": "Total: 4300.00", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 5.5034, + 5.5583, + 5.8915, + 5.5583, + 5.8915, + 5.6733, + 5.5034, + 5.6733 + ], + "text": "Total:", + "confidence": 1 + }, + { + "boundingBox": [ + 5.942, + 5.5645, + 6.4825, + 5.5645, + 6.4825, + 5.6733, + 5.942, + 5.6733 + ], + "text": "4300.00", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 1.0055, + 6.6556, + 3.8842, + 6.6556, + 3.8842, + 6.7981, + 1.0055, + 6.7981 + ], + "text": "Signature: ____Frodo Baggins__________", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 1.0055, + 6.6581, + 1.6987, + 6.6581, + 1.6987, + 6.7981, + 1.0055, + 6.7981 + ], + "text": "Signature:", + "confidence": 1 + }, + { + "boundingBox": [ + 1.747, + 6.6556, + 2.4778, + 6.6556, + 2.4778, + 6.7981, + 1.747, + 6.7981 + ], + "text": "____Frodo", + "confidence": 1 + }, + { + "boundingBox": [ + 2.5325, + 6.6581, + 3.8842, + 6.6581, + 3.8842, + 6.7981, + 2.5325, + 6.7981 + ], + "text": "Baggins__________", + "confidence": 1 + } + ] + } + ] + } + ], + "pageResults": [ + { + "page": 1, + "tables": [ + { + "rows": 8, + "columns": 3, + "cells": [ + { + "rowIndex": 0, + "columnIndex": 0, + "text": "Item", + "boundingBox": [ + 0.9909, + 2.9408, + 3.1582, + 2.9408, + 3.1582, + 3.1528, + 0.9909, + 3.1528 + ], + "elements": [ + "#/readResults/0/lines/10/words/0" + ] + }, + { + "rowIndex": 0, + "columnIndex": 1, + "text": "Quantity", + "boundingBox": [ + 3.1582, + 2.9408, + 5.3322, + 2.9408, + 5.3322, + 3.1528, + 3.1582, + 3.1528 + ], + "elements": [ + "#/readResults/0/lines/11/words/0" + ] + }, + { + "rowIndex": 0, + "columnIndex": 2, + "text": "Price", + "boundingBox": [ + 5.3322, + 2.9408, + 7.4928, + 2.947, + 7.4928, + 3.1528, + 5.3322, + 3.1528 + ], + "elements": [ + "#/readResults/0/lines/12/words/0" + ] + }, + { + "rowIndex": 1, + "columnIndex": 0, + "text": "A", + "boundingBox": [ + 0.9909, + 3.1528, + 3.1582, + 3.1528, + 3.1582, + 3.3649, + 0.9976, + 3.3649 + ], + "elements": [ + "#/readResults/0/lines/13/words/0" + ] + }, + { + "rowIndex": 1, + "columnIndex": 1, + "text": "1", + "boundingBox": [ + 3.1582, + 3.1528, + 5.3322, + 3.1528, + 5.3322, + 3.3649, + 3.1582, + 3.3649 + ], + "elements": [ + "#/readResults/0/lines/14/words/0" + ] + }, + { + "rowIndex": 1, + "columnIndex": 2, + "text": "10.99", + "boundingBox": [ + 5.3322, + 3.1528, + 7.4928, + 3.1528, + 7.4995, + 3.3649, + 5.3322, + 3.3649 + ], + "elements": [ + "#/readResults/0/lines/15/words/0" + ] + }, + { + "rowIndex": 2, + "columnIndex": 0, + "text": "B", + "boundingBox": [ + 0.9976, + 3.3649, + 3.1582, + 3.3649, + 3.1582, + 3.5707, + 0.9976, + 3.5707 + ], + "elements": [ + "#/readResults/0/lines/16/words/0" + ] + }, + { + "rowIndex": 2, + "columnIndex": 1, + "text": "2", + "boundingBox": [ + 3.1582, + 3.3649, + 5.3322, + 3.3649, + 5.3322, + 3.5707, + 3.1582, + 3.5707 + ], + "elements": [ + "#/readResults/0/lines/17/words/0" + ] + }, + { + "rowIndex": 2, + "columnIndex": 2, + "text": "14.67", + "boundingBox": [ + 5.3322, + 3.3649, + 7.4995, + 3.3649, + 7.4995, + 3.5707, + 5.3322, + 3.5707 + ], + "elements": [ + "#/readResults/0/lines/18/words/0" + ] + }, + { + "rowIndex": 3, + "columnIndex": 0, + "text": "C", + "boundingBox": [ + 0.9976, + 3.5707, + 3.1582, + 3.5707, + 3.1582, + 3.7827, + 0.9976, + 3.7827 + ], + "elements": [ + "#/readResults/0/lines/19/words/0" + ] + }, + { + "rowIndex": 3, + "columnIndex": 1, + "text": "4", + "boundingBox": [ + 3.1582, + 3.5707, + 5.3322, + 3.5707, + 5.3322, + 3.7827, + 3.1582, + 3.7827 + ], + "elements": [ + "#/readResults/0/lines/20/words/0" + ] + }, + { + "rowIndex": 3, + "columnIndex": 2, + "text": "15.66", + "boundingBox": [ + 5.3322, + 3.5707, + 7.4995, + 3.5707, + 7.4995, + 3.7827, + 5.3322, + 3.7827 + ], + "elements": [ + "#/readResults/0/lines/21/words/0" + ] + }, + { + "rowIndex": 4, + "columnIndex": 0, + "text": "D", + "boundingBox": [ + 0.9976, + 3.7827, + 3.1582, + 3.7827, + 3.1582, + 3.9885, + 1.0043, + 3.9885 + ], + "elements": [ + "#/readResults/0/lines/22/words/0" + ] + }, + { + "rowIndex": 4, + "columnIndex": 1, + "text": "1", + "boundingBox": [ + 3.1582, + 3.7827, + 5.3322, + 3.7827, + 5.3322, + 3.9885, + 3.1582, + 3.9885 + ], + "elements": [ + "#/readResults/0/lines/23/words/0" + ] + }, + { + "rowIndex": 4, + "columnIndex": 2, + "text": "12.00", + "boundingBox": [ + 5.3322, + 3.7827, + 7.4995, + 3.7827, + 7.4995, + 3.9885, + 5.3322, + 3.9885 + ], + "elements": [ + "#/readResults/0/lines/24/words/0" + ] + }, + { + "rowIndex": 5, + "columnIndex": 0, + "text": "E", + "boundingBox": [ + 1.0043, + 3.9885, + 3.1582, + 3.9885, + 3.1582, + 4.2006, + 1.0043, + 4.2006 + ], + "elements": [ + "#/readResults/0/lines/25/words/0" + ] + }, + { + "rowIndex": 5, + "columnIndex": 1, + "text": "4", + "boundingBox": [ + 3.1582, + 3.9885, + 5.3322, + 3.9885, + 5.3322, + 4.2006, + 3.1582, + 4.2006 + ], + "elements": [ + "#/readResults/0/lines/26/words/0" + ] + }, + { + "rowIndex": 5, + "columnIndex": 2, + "text": "10.00", + "boundingBox": [ + 5.3322, + 3.9885, + 7.4995, + 3.9885, + 7.5062, + 4.2006, + 5.3322, + 4.2006 + ], + "elements": [ + "#/readResults/0/lines/27/words/0" + ] + }, + { + "rowIndex": 6, + "columnIndex": 0, + "text": "F", + "boundingBox": [ + 1.0043, + 4.2006, + 3.1582, + 4.2006, + 3.1582, + 4.4126, + 1.0043, + 4.4126 + ], + "elements": [ + "#/readResults/0/lines/28/words/0" + ] + }, + { + "rowIndex": 6, + "columnIndex": 1, + "text": "6", + "boundingBox": [ + 3.1582, + 4.2006, + 5.3322, + 4.2006, + 5.3322, + 4.4126, + 3.1582, + 4.4126 + ], + "elements": [ + "#/readResults/0/lines/29/words/0" + ] + }, + { + "rowIndex": 6, + "columnIndex": 2, + "text": "12.00", + "boundingBox": [ + 5.3322, + 4.2006, + 7.5062, + 4.2006, + 7.5062, + 4.4126, + 5.3322, + 4.4126 + ], + "elements": [ + "#/readResults/0/lines/30/words/0" + ] + }, + { + "rowIndex": 7, + "columnIndex": 0, + "text": "G", + "boundingBox": [ + 1.0043, + 4.4126, + 3.1582, + 4.4126, + 3.1582, + 4.6184, + 1.011, + 4.6246 + ], + "elements": [ + "#/readResults/0/lines/31/words/0" + ] + }, + { + "rowIndex": 7, + "columnIndex": 1, + "text": "8", + "boundingBox": [ + 3.1582, + 4.4126, + 5.3322, + 4.4126, + 5.3322, + 4.6184, + 3.1582, + 4.6184 + ], + "elements": [ + "#/readResults/0/lines/32/words/0" + ] + }, + { + "rowIndex": 7, + "columnIndex": 2, + "text": "22.00", + "boundingBox": [ + 5.3322, + 4.4126, + 7.5062, + 4.4126, + 7.5062, + 4.6246, + 5.3322, + 4.6184 + ], + "elements": [ + "#/readResults/0/lines/33/words/0" + ] + } + ], + "boundingBox": [ + 0.9957, + 2.9322, + 7.4976, + 2.9326, + 7.4974, + 4.6222, + 0.9944, + 4.6216 + ] + } + ] + }, + { + "page": 2, + "tables": [] + }, + { + "page": 3, + "tables": [ + { + "rows": 8, + "columns": 3, + "cells": [ + { + "rowIndex": 0, + "columnIndex": 0, + "text": "Item", + "boundingBox": [ + 0.9909, + 2.9408, + 3.1582, + 2.9408, + 3.1582, + 3.1528, + 0.9909, + 3.1528 + ], + "elements": [ + "#/readResults/2/lines/10/words/0" + ] + }, + { + "rowIndex": 0, + "columnIndex": 1, + "text": "Quantity", + "boundingBox": [ + 3.1582, + 2.9408, + 5.3322, + 2.9408, + 5.3322, + 3.1528, + 3.1582, + 3.1528 + ], + "elements": [ + "#/readResults/2/lines/11/words/0" + ] + }, + { + "rowIndex": 0, + "columnIndex": 2, + "text": "Price", + "boundingBox": [ + 5.3322, + 2.9408, + 7.4928, + 2.947, + 7.4928, + 3.1528, + 5.3322, + 3.1528 + ], + "elements": [ + "#/readResults/2/lines/12/words/0" + ] + }, + { + "rowIndex": 1, + "columnIndex": 0, + "text": "A", + "boundingBox": [ + 0.9909, + 3.1528, + 3.1582, + 3.1528, + 3.1582, + 3.3649, + 0.9976, + 3.3649 + ], + "elements": [ + "#/readResults/2/lines/13/words/0" + ] + }, + { + "rowIndex": 1, + "columnIndex": 1, + "text": "10", + "boundingBox": [ + 3.1582, + 3.1528, + 5.3322, + 3.1528, + 5.3322, + 3.3649, + 3.1582, + 3.3649 + ], + "elements": [ + "#/readResults/2/lines/14/words/0" + ] + }, + { + "rowIndex": 1, + "columnIndex": 2, + "text": "100.99", + "boundingBox": [ + 5.3322, + 3.1528, + 7.4928, + 3.1528, + 7.4995, + 3.3649, + 5.3322, + 3.3649 + ], + "elements": [ + "#/readResults/2/lines/15/words/0" + ] + }, + { + "rowIndex": 2, + "columnIndex": 0, + "text": "B", + "boundingBox": [ + 0.9976, + 3.3649, + 3.1582, + 3.3649, + 3.1582, + 3.5707, + 0.9976, + 3.5707 + ], + "elements": [ + "#/readResults/2/lines/16/words/0" + ] + }, + { + "rowIndex": 2, + "columnIndex": 1, + "text": "20", + "boundingBox": [ + 3.1582, + 3.3649, + 5.3322, + 3.3649, + 5.3322, + 3.5707, + 3.1582, + 3.5707 + ], + "elements": [ + "#/readResults/2/lines/17/words/0" + ] + }, + { + "rowIndex": 2, + "columnIndex": 2, + "text": "140.67", + "boundingBox": [ + 5.3322, + 3.3649, + 7.4995, + 3.3649, + 7.4995, + 3.5707, + 5.3322, + 3.5707 + ], + "elements": [ + "#/readResults/2/lines/18/words/0" + ] + }, + { + "rowIndex": 3, + "columnIndex": 0, + "text": "C", + "boundingBox": [ + 0.9976, + 3.5707, + 3.1582, + 3.5707, + 3.1582, + 3.7827, + 0.9976, + 3.7827 + ], + "elements": [ + "#/readResults/2/lines/19/words/0" + ] + }, + { + "rowIndex": 3, + "columnIndex": 1, + "text": "40", + "boundingBox": [ + 3.1582, + 3.5707, + 5.3322, + 3.5707, + 5.3322, + 3.7827, + 3.1582, + 3.7827 + ], + "elements": [ + "#/readResults/2/lines/20/words/0" + ] + }, + { + "rowIndex": 3, + "columnIndex": 2, + "text": "150.66", + "boundingBox": [ + 5.3322, + 3.5707, + 7.4995, + 3.5707, + 7.4995, + 3.7827, + 5.3322, + 3.7827 + ], + "elements": [ + "#/readResults/2/lines/21/words/0" + ] + }, + { + "rowIndex": 4, + "columnIndex": 0, + "text": "D", + "boundingBox": [ + 0.9976, + 3.7827, + 3.1582, + 3.7827, + 3.1582, + 3.9885, + 1.0043, + 3.9885 + ], + "elements": [ + "#/readResults/2/lines/22/words/0" + ] + }, + { + "rowIndex": 4, + "columnIndex": 1, + "text": "10", + "boundingBox": [ + 3.1582, + 3.7827, + 5.3322, + 3.7827, + 5.3322, + 3.9885, + 3.1582, + 3.9885 + ], + "elements": [ + "#/readResults/2/lines/23/words/0" + ] + }, + { + "rowIndex": 4, + "columnIndex": 2, + "text": "120.00", + "boundingBox": [ + 5.3322, + 3.7827, + 7.4995, + 3.7827, + 7.4995, + 3.9885, + 5.3322, + 3.9885 + ], + "elements": [ + "#/readResults/2/lines/24/words/0" + ] + }, + { + "rowIndex": 5, + "columnIndex": 0, + "text": "E", + "boundingBox": [ + 1.0043, + 3.9885, + 3.1582, + 3.9885, + 3.1582, + 4.2006, + 1.0043, + 4.2006 + ], + "elements": [ + "#/readResults/2/lines/25/words/0" + ] + }, + { + "rowIndex": 5, + "columnIndex": 1, + "text": "40", + "boundingBox": [ + 3.1582, + 3.9885, + 5.3322, + 3.9885, + 5.3322, + 4.2006, + 3.1582, + 4.2006 + ], + "elements": [ + "#/readResults/2/lines/26/words/0" + ] + }, + { + "rowIndex": 5, + "columnIndex": 2, + "text": "100.00", + "boundingBox": [ + 5.3322, + 3.9885, + 7.4995, + 3.9885, + 7.5062, + 4.2006, + 5.3322, + 4.2006 + ], + "elements": [ + "#/readResults/2/lines/27/words/0" + ] + }, + { + "rowIndex": 6, + "columnIndex": 0, + "text": "F", + "boundingBox": [ + 1.0043, + 4.2006, + 3.1582, + 4.2006, + 3.1582, + 4.4126, + 1.0043, + 4.4126 + ], + "elements": [ + "#/readResults/2/lines/28/words/0" + ] + }, + { + "rowIndex": 6, + "columnIndex": 1, + "text": "60", + "boundingBox": [ + 3.1582, + 4.2006, + 5.3322, + 4.2006, + 5.3322, + 4.4126, + 3.1582, + 4.4126 + ], + "elements": [ + "#/readResults/2/lines/29/words/0" + ] + }, + { + "rowIndex": 6, + "columnIndex": 2, + "text": "120.00", + "boundingBox": [ + 5.3322, + 4.2006, + 7.5062, + 4.2006, + 7.5062, + 4.4126, + 5.3322, + 4.4126 + ], + "elements": [ + "#/readResults/2/lines/30/words/0" + ] + }, + { + "rowIndex": 7, + "columnIndex": 0, + "text": "G", + "boundingBox": [ + 1.0043, + 4.4126, + 3.1582, + 4.4126, + 3.1582, + 4.6184, + 1.011, + 4.6246 + ], + "elements": [ + "#/readResults/2/lines/31/words/0" + ] + }, + { + "rowIndex": 7, + "columnIndex": 1, + "text": "80", + "boundingBox": [ + 3.1582, + 4.4126, + 5.3322, + 4.4126, + 5.3322, + 4.6184, + 3.1582, + 4.6184 + ], + "elements": [ + "#/readResults/2/lines/32/words/0" + ] + }, + { + "rowIndex": 7, + "columnIndex": 2, + "text": "220.00", + "boundingBox": [ + 5.3322, + 4.4126, + 7.5062, + 4.4126, + 7.5062, + 4.6246, + 5.3322, + 4.6184 + ], + "elements": [ + "#/readResults/2/lines/33/words/0" + ] + } + ], + "boundingBox": [ + 0.996, + 2.9328, + 7.4972, + 2.9334, + 7.4967, + 4.6223, + 0.9946, + 4.6216 + ] + } + ] + } + ] + } + } + } + ], + "Variables": { + "FORM_RECOGNIZER_API_KEY": "Sanitized", + "FORM_RECOGNIZER_ENDPOINT": "https://mariari-centraluseuap.cognitiveservices.azure.com/", + "RandomSeed": "1649500728" + } +} \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeContentWithNoSupporttedLanguage.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeContentWithNoSupporttedLanguage.json new file mode 100644 index 0000000000000..cd38d260d8c4e --- /dev/null +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeContentWithNoSupporttedLanguage.json @@ -0,0 +1,45 @@ +{ + "Entries": [ + { + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/layout/analyze?language=not%20language", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Content-Length": "22", + "Content-Type": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "traceparent": "00-eb2430e019e50644b2c7832e050ec193-7184a91f8c9e5c45-00", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201111.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "5d75de53dbce7591367619a456191216", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "source": "Sanitized" + }, + "StatusCode": 400, + "ResponseHeaders": { + "apim-request-id": "24d17189-1663-4c3e-a57d-4d53707b958d", + "Content-Length": "121", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 11 Nov 2020 20:58:35 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "4" + }, + "ResponseBody": { + "error": { + "code": "NotSupportedLanguage", + "message": "The requested operation is not supported in the language specified." + } + } + } + ], + "Variables": { + "FORM_RECOGNIZER_API_KEY": "Sanitized", + "FORM_RECOGNIZER_ENDPOINT": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/", + "RandomSeed": "1060328887" + } +} \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeContentWithNoSupporttedLanguageAsync.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeContentWithNoSupporttedLanguageAsync.json new file mode 100644 index 0000000000000..4a8021b242353 --- /dev/null +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeContentWithNoSupporttedLanguageAsync.json @@ -0,0 +1,45 @@ +{ + "Entries": [ + { + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/layout/analyze?language=not%20language", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Content-Length": "22", + "Content-Type": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "traceparent": "00-fc93c62bc1a098478adc000978fe574e-6e6f9cc6094ea64f-00", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201111.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "df0aa2b9951521d1e53fe305515526f1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "source": "Sanitized" + }, + "StatusCode": 400, + "ResponseHeaders": { + "apim-request-id": "42f51b5f-bf5c-4153-b263-f2c0e41e1362", + "Content-Length": "121", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 11 Nov 2020 20:58:36 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "3" + }, + "ResponseBody": { + "error": { + "code": "NotSupportedLanguage", + "message": "The requested operation is not supported in the language specified." + } + } + } + ], + "Variables": { + "FORM_RECOGNIZER_API_KEY": "Sanitized", + "FORM_RECOGNIZER_ENDPOINT": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/", + "RandomSeed": "1798371418" + } +} \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeContentWithOnePageArgument(%1%,1).json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeContentWithOnePageArgument(%1%,1).json new file mode 100644 index 0000000000000..be0d73ae20101 --- /dev/null +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeContentWithOnePageArgument(%1%,1).json @@ -0,0 +1,2306 @@ +{ + "Entries": [ + { + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/layout/analyze?Pages=1", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Content-Length": "108935", + "Content-Type": "application/pdf", + "Ocp-Apim-Subscription-Key": "Sanitized", + "traceparent": "00-cb36613510dfb044a0b8bfd5b1b2119c-9c7c2972c160cb47-00", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201110.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "5c609b4678bf729c68e16fad70b25de3", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "apim-request-id": "640aa55b-cc2c-4cf9-9218-f5d20bfdf7b3", + "Content-Length": "0", + "Date": "Tue, 10 Nov 2020 21:05:44 GMT", + "Operation-Location": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/layout/analyzeResults/640aa55b-cc2c-4cf9-9218-f5d20bfdf7b3", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "82" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/layout/analyzeResults/640aa55b-cc2c-4cf9-9218-f5d20bfdf7b3", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201110.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "e2c69a8d1bb0fe2ca24c3a840c28fee9", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "9afeaf31-0280-480a-bca5-6ffdc3e8e158", + "Content-Length": "106", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 10 Nov 2020 21:05:44 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "18" + }, + "ResponseBody": { + "status": "running", + "createdDateTime": "2020-11-10T21:05:45Z", + "lastUpdatedDateTime": "2020-11-10T21:05:45Z" + } + }, + { + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/layout/analyzeResults/640aa55b-cc2c-4cf9-9218-f5d20bfdf7b3", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201110.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "b23587fd221cd37cf64871d71281a448", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "d86382a3-451d-4e9d-b991-aeadaab4e8fc", + "Content-Length": "106", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 10 Nov 2020 21:05:45 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "16" + }, + "ResponseBody": { + "status": "running", + "createdDateTime": "2020-11-10T21:05:45Z", + "lastUpdatedDateTime": "2020-11-10T21:05:45Z" + } + }, + { + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/layout/analyzeResults/640aa55b-cc2c-4cf9-9218-f5d20bfdf7b3", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201110.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "ff0776b48a9f2bee6e61b9723d17663f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "9af12b5f-8074-461a-931d-65419ebf671b", + "Content-Length": "106", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 10 Nov 2020 21:05:47 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "14" + }, + "ResponseBody": { + "status": "running", + "createdDateTime": "2020-11-10T21:05:45Z", + "lastUpdatedDateTime": "2020-11-10T21:05:45Z" + } + }, + { + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/layout/analyzeResults/640aa55b-cc2c-4cf9-9218-f5d20bfdf7b3", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201110.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "e8b086e2ab7d6ac71df3eb67a955ec20", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "3ccce153-af0e-411e-8cc9-663549284e95", + "Content-Length": "106", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 10 Nov 2020 21:05:48 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "12" + }, + "ResponseBody": { + "status": "running", + "createdDateTime": "2020-11-10T21:05:45Z", + "lastUpdatedDateTime": "2020-11-10T21:05:45Z" + } + }, + { + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/layout/analyzeResults/640aa55b-cc2c-4cf9-9218-f5d20bfdf7b3", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201110.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "96d0f2a8fe20724a980943ba680995de", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "6562e711-a9ab-4787-9664-a0ef511e91a8", + "Content-Length": "106", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 10 Nov 2020 21:05:49 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "15" + }, + "ResponseBody": { + "status": "running", + "createdDateTime": "2020-11-10T21:05:45Z", + "lastUpdatedDateTime": "2020-11-10T21:05:45Z" + } + }, + { + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/layout/analyzeResults/640aa55b-cc2c-4cf9-9218-f5d20bfdf7b3", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201110.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "8cf431e2bbd108caae9ce2ab9f868118", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "76b1140f-3372-4687-891f-d695f2c7c491", + "Content-Length": "106", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 10 Nov 2020 21:05:51 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "15" + }, + "ResponseBody": { + "status": "running", + "createdDateTime": "2020-11-10T21:05:45Z", + "lastUpdatedDateTime": "2020-11-10T21:05:45Z" + } + }, + { + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/layout/analyzeResults/640aa55b-cc2c-4cf9-9218-f5d20bfdf7b3", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201110.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "4bca9975cf47e31f3c3e4f73670d0214", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "888ba72d-0624-4d37-aef0-2c6c2370b0a3", + "Content-Length": "15990", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 10 Nov 2020 21:05:52 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "26" + }, + "ResponseBody": { + "status": "succeeded", + "createdDateTime": "2020-11-10T21:05:45Z", + "lastUpdatedDateTime": "2020-11-10T21:05:51Z", + "analyzeResult": { + "version": "2.1.0", + "readResults": [ + { + "page": 1, + "angle": 0, + "width": 8.5, + "height": 11, + "unit": "inch", + "lines": [ + { + "boundingBox": [ + 0.8861, + 1.1217, + 2.3783, + 1.1217, + 2.3783, + 1.2812, + 0.8861, + 1.2812 + ], + "text": "Company A Invoice", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 0.8861, + 1.1232, + 1.6203, + 1.1232, + 1.6203, + 1.2812, + 0.8861, + 1.2812 + ], + "text": "Company", + "confidence": 1 + }, + { + "boundingBox": [ + 1.6696, + 1.1242, + 1.7749, + 1.1242, + 1.7749, + 1.2473, + 1.6696, + 1.2473 + ], + "text": "A", + "confidence": 1 + }, + { + "boundingBox": [ + 1.8389, + 1.1217, + 2.3783, + 1.1217, + 2.3783, + 1.2485, + 1.8389, + 1.2485 + ], + "text": "Invoice", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 6.0211, + 1.0656, + 7.0357, + 1.0656, + 7.0357, + 1.2121, + 6.0211, + 1.2121 + ], + "text": "Invoice For:", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 6.0211, + 1.0656, + 6.6362, + 1.0656, + 6.6362, + 1.2121, + 6.0211, + 1.2121 + ], + "text": "Invoice", + "confidence": 1 + }, + { + "boundingBox": [ + 6.7147, + 1.0691, + 7.0357, + 1.0691, + 7.0357, + 1.2121, + 6.7147, + 1.2121 + ], + "text": "For:", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 0.8791, + 1.4825, + 1.5657, + 1.4825, + 1.5657, + 1.6155, + 0.8791, + 1.6155 + ], + "text": "Address:", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 0.8791, + 1.4825, + 1.5657, + 1.4825, + 1.5657, + 1.6155, + 0.8791, + 1.6155 + ], + "text": "Address:", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 6.0164, + 1.4503, + 6.8967, + 1.4503, + 6.8967, + 1.5931, + 6.0164, + 1.5931 + ], + "text": "Bilbo Baggins", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 6.0164, + 1.4503, + 6.3392, + 1.4503, + 6.3392, + 1.5649, + 6.0164, + 1.5649 + ], + "text": "Bilbo", + "confidence": 1 + }, + { + "boundingBox": [ + 6.396, + 1.4556, + 6.8967, + 1.4556, + 6.8967, + 1.5931, + 6.396, + 1.5931 + ], + "text": "Baggins", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 6.0165, + 1.6707, + 7.1006, + 1.6707, + 7.1006, + 1.7854, + 6.0165, + 1.7854 + ], + "text": "123 Hobbit Lane", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 6.0165, + 1.6772, + 6.2434, + 1.6772, + 6.2434, + 1.7854, + 6.0165, + 1.7854 + ], + "text": "123", + "confidence": 1 + }, + { + "boundingBox": [ + 6.3033, + 1.6707, + 6.7463, + 1.6707, + 6.7463, + 1.7854, + 6.3033, + 1.7854 + ], + "text": "Hobbit", + "confidence": 1 + }, + { + "boundingBox": [ + 6.803, + 1.6782, + 7.1006, + 1.6782, + 7.1006, + 1.7854, + 6.803, + 1.7854 + ], + "text": "Lane", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 0.8852, + 1.846, + 1.713, + 1.846, + 1.713, + 1.9554, + 0.8852, + 1.9554 + ], + "text": "567 Main St.", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 0.8852, + 1.8472, + 1.1203, + 1.8472, + 1.1203, + 1.9554, + 0.8852, + 1.9554 + ], + "text": "567", + "confidence": 1 + }, + { + "boundingBox": [ + 1.1777, + 1.846, + 1.5022, + 1.846, + 1.5022, + 1.9554, + 1.1777, + 1.9554 + ], + "text": "Main", + "confidence": 1 + }, + { + "boundingBox": [ + 1.5558, + 1.8472, + 1.713, + 1.8472, + 1.713, + 1.9554, + 1.5558, + 1.9554 + ], + "text": "St.", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 6.0164, + 1.891, + 6.9793, + 1.891, + 6.9793, + 2.0275, + 6.0164, + 2.0275 + ], + "text": "Redmond, WA", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 6.0164, + 1.891, + 6.6861, + 1.891, + 6.6861, + 2.0275, + 6.0164, + 2.0275 + ], + "text": "Redmond,", + "confidence": 1 + }, + { + "boundingBox": [ + 6.7408, + 1.8982, + 6.9793, + 1.8982, + 6.9793, + 2.0044, + 6.7408, + 2.0044 + ], + "text": "WA", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 0.891, + 2.061, + 1.8537, + 2.061, + 1.8537, + 2.1975, + 0.891, + 2.1975 + ], + "text": "Redmond, WA", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 0.891, + 2.061, + 1.5605, + 2.061, + 1.5605, + 2.1975, + 0.891, + 2.1975 + ], + "text": "Redmond,", + "confidence": 1 + }, + { + "boundingBox": [ + 1.6152, + 2.0682, + 1.8537, + 2.0682, + 1.8537, + 2.1744, + 1.6152, + 2.1744 + ], + "text": "WA", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 6.0105, + 2.1187, + 6.9371, + 2.1187, + 6.9371, + 2.2254, + 6.0105, + 2.2254 + ], + "text": "555-555-5555", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 6.0105, + 2.1187, + 6.9371, + 2.1187, + 6.9371, + 2.2254, + 6.0105, + 2.2254 + ], + "text": "555-555-5555", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 0.8852, + 2.2887, + 1.8119, + 2.2887, + 1.8119, + 2.3954, + 0.8852, + 2.3954 + ], + "text": "555-555-5555", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 0.8852, + 2.2887, + 1.8119, + 2.2887, + 1.8119, + 2.3954, + 0.8852, + 2.3954 + ], + "text": "555-555-5555", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 1.0943, + 3.0018, + 1.3842, + 3.0018, + 1.3842, + 3.109, + 1.0943, + 3.109 + ], + "text": "Item", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 1.0943, + 3.0018, + 1.3842, + 3.0018, + 1.3842, + 3.109, + 1.0943, + 3.109 + ], + "text": "Item", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 3.2527, + 2.9996, + 3.8367, + 2.9996, + 3.8367, + 3.1371, + 3.2527, + 3.1371 + ], + "text": "Quantity", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 3.2527, + 2.9996, + 3.8367, + 2.9996, + 3.8367, + 3.1371, + 3.2527, + 3.1371 + ], + "text": "Quantity", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 5.423, + 2.9996, + 5.7372, + 2.9996, + 5.7372, + 3.109, + 5.423, + 3.109 + ], + "text": "Price", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 5.423, + 2.9996, + 5.7372, + 2.9996, + 5.7372, + 3.109, + 5.423, + 3.109 + ], + "text": "Price", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 1.0832, + 3.2118, + 1.174, + 3.2118, + 1.174, + 3.318, + 1.0832, + 3.318 + ], + "text": "A", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 1.0832, + 3.2118, + 1.174, + 3.2118, + 1.174, + 3.318, + 1.0832, + 3.318 + ], + "text": "A", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 3.2589, + 3.2116, + 3.3202, + 3.2116, + 3.3202, + 3.3176, + 3.2589, + 3.3176 + ], + "text": "1", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 3.2589, + 3.2116, + 3.3202, + 3.2116, + 3.3202, + 3.3176, + 3.2589, + 3.3176 + ], + "text": "1", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 5.4232, + 3.2108, + 5.7784, + 3.2108, + 5.7784, + 3.319, + 5.4232, + 3.319 + ], + "text": "10.99", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 5.4232, + 3.2108, + 5.7784, + 3.2108, + 5.7784, + 3.319, + 5.4232, + 3.319 + ], + "text": "10.99", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 1.0943, + 3.4256, + 1.1637, + 3.4256, + 1.1637, + 3.531, + 1.0943, + 3.531 + ], + "text": "B", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 1.0943, + 3.4256, + 1.1637, + 3.4256, + 1.1637, + 3.531, + 1.0943, + 3.531 + ], + "text": "B", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 3.2541, + 3.4241, + 3.3199, + 3.4241, + 3.3199, + 3.531, + 3.2541, + 3.531 + ], + "text": "2", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 3.2541, + 3.4241, + 3.3199, + 3.4241, + 3.3199, + 3.531, + 3.2541, + 3.531 + ], + "text": "2", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 5.4232, + 3.4241, + 5.7789, + 3.4241, + 5.7789, + 3.5323, + 5.4232, + 3.5323 + ], + "text": "14.67", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 5.4232, + 3.4241, + 5.7789, + 3.4241, + 5.7789, + 3.5323, + 5.4232, + 3.5323 + ], + "text": "14.67", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 1.0882, + 3.6343, + 1.1647, + 3.6343, + 1.1647, + 3.7421, + 1.0882, + 3.7421 + ], + "text": "C", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 1.0882, + 3.6343, + 1.1647, + 3.6343, + 1.1647, + 3.7421, + 1.0882, + 3.7421 + ], + "text": "C", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 3.2486, + 3.6351, + 3.3244, + 3.6351, + 3.3244, + 3.7413, + 3.2486, + 3.7413 + ], + "text": "4", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 3.2486, + 3.6351, + 3.3244, + 3.6351, + 3.3244, + 3.7413, + 3.2486, + 3.7413 + ], + "text": "4", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 5.4232, + 3.6341, + 5.78, + 3.6341, + 5.78, + 3.7423, + 5.4232, + 3.7423 + ], + "text": "15.66", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 5.4232, + 3.6341, + 5.78, + 3.6341, + 5.78, + 3.7423, + 5.4232, + 3.7423 + ], + "text": "15.66", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 1.0943, + 3.8456, + 1.1753, + 3.8456, + 1.1753, + 3.951, + 1.0943, + 3.951 + ], + "text": "D", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 1.0943, + 3.8456, + 1.1753, + 3.8456, + 1.1753, + 3.951, + 1.0943, + 3.951 + ], + "text": "D", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 3.2589, + 3.845, + 3.3202, + 3.845, + 3.3202, + 3.951, + 3.2589, + 3.951 + ], + "text": "1", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 3.2589, + 3.845, + 3.3202, + 3.845, + 3.3202, + 3.951, + 3.2589, + 3.951 + ], + "text": "1", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 5.4232, + 3.8441, + 5.7809, + 3.8441, + 5.7809, + 3.9523, + 5.4232, + 3.9523 + ], + "text": "12.00", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 5.4232, + 3.8441, + 5.7809, + 3.8441, + 5.7809, + 3.9523, + 5.4232, + 3.9523 + ], + "text": "12.00", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 1.0943, + 4.0561, + 1.153, + 4.0561, + 1.153, + 4.1614, + 1.0943, + 4.1614 + ], + "text": "E", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 1.0943, + 4.0561, + 1.153, + 4.0561, + 1.153, + 4.1614, + 1.0943, + 4.1614 + ], + "text": "E", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 3.2486, + 4.0556, + 3.3244, + 4.0556, + 3.3244, + 4.1617, + 3.2486, + 4.1617 + ], + "text": "4", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 3.2486, + 4.0556, + 3.3244, + 4.0556, + 3.3244, + 4.1617, + 3.2486, + 4.1617 + ], + "text": "4", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 5.4232, + 4.0546, + 5.781, + 4.0546, + 5.781, + 4.1627, + 5.4232, + 4.1627 + ], + "text": "10.00", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 5.4232, + 4.0546, + 5.781, + 4.0546, + 5.781, + 4.1627, + 5.4232, + 4.1627 + ], + "text": "10.00", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 1.0943, + 4.2661, + 1.1497, + 4.2661, + 1.1497, + 4.3717, + 1.0943, + 4.3717 + ], + "text": "F", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 1.0943, + 4.2661, + 1.1497, + 4.2661, + 1.1497, + 4.3717, + 1.0943, + 4.3717 + ], + "text": "F", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 3.2534, + 4.2646, + 3.3226, + 4.2646, + 3.3226, + 4.3727, + 3.2534, + 4.3727 + ], + "text": "6", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 3.2534, + 4.2646, + 3.3226, + 4.2646, + 3.3226, + 4.3727, + 3.2534, + 4.3727 + ], + "text": "6", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 5.4232, + 4.2646, + 5.7809, + 4.2646, + 5.7809, + 4.3727, + 5.4232, + 4.3727 + ], + "text": "12.00", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 5.4232, + 4.2646, + 5.7809, + 4.2646, + 5.7809, + 4.3727, + 5.4232, + 4.3727 + ], + "text": "12.00", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 1.0877, + 4.4746, + 1.1735, + 4.4746, + 1.1735, + 4.5827, + 1.0877, + 4.5827 + ], + "text": "G", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 1.0877, + 4.4746, + 1.1735, + 4.4746, + 1.1735, + 4.5827, + 1.0877, + 4.5827 + ], + "text": "G", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 3.2514, + 4.4746, + 3.3224, + 4.4746, + 3.3224, + 4.5827, + 3.2514, + 4.5827 + ], + "text": "8", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 3.2514, + 4.4746, + 3.3224, + 4.4746, + 3.3224, + 4.5827, + 3.2514, + 4.5827 + ], + "text": "8", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 5.4184, + 4.4746, + 5.781, + 4.4746, + 5.781, + 4.5827, + 5.4184, + 4.5827 + ], + "text": "22.00", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 5.4184, + 4.4746, + 5.781, + 4.4746, + 5.781, + 4.5827, + 5.4184, + 4.5827 + ], + "text": "22.00", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 5.5075, + 4.8981, + 6.632, + 4.8981, + 6.632, + 5.0131, + 5.5075, + 5.0131 + ], + "text": "Subtotal: 300.00", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 5.5075, + 4.8981, + 6.1249, + 4.8981, + 6.1249, + 5.0131, + 5.5075, + 5.0131 + ], + "text": "Subtotal:", + "confidence": 1 + }, + { + "boundingBox": [ + 6.1794, + 4.9042, + 6.632, + 4.9042, + 6.632, + 5.0131, + 6.1794, + 5.0131 + ], + "text": "300.00", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 5.5034, + 5.1245, + 6.2022, + 5.1245, + 6.2022, + 5.2333, + 5.5034, + 5.2333 + ], + "text": "Tax: 30.00", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 5.5034, + 5.1263, + 5.7812, + 5.1263, + 5.7812, + 5.2333, + 5.5034, + 5.2333 + ], + "text": "Tax:", + "confidence": 1 + }, + { + "boundingBox": [ + 5.836, + 5.1245, + 6.2022, + 5.1245, + 6.2022, + 5.2333, + 5.836, + 5.2333 + ], + "text": "30.00", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 5.5034, + 5.3412, + 6.2587, + 5.3412, + 6.2587, + 5.481, + 5.5034, + 5.481 + ], + "text": "Tip: 100.00", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 5.5034, + 5.3412, + 5.7515, + 5.3412, + 5.7515, + 5.481, + 5.5034, + 5.481 + ], + "text": "Tip:", + "confidence": 1 + }, + { + "boundingBox": [ + 5.811, + 5.3445, + 6.2587, + 5.3445, + 6.2587, + 5.4533, + 5.811, + 5.4533 + ], + "text": "100.00", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 5.5034, + 5.5583, + 6.3987, + 5.5583, + 6.3987, + 5.6733, + 5.5034, + 5.6733 + ], + "text": "Total: 430.00", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 5.5034, + 5.5583, + 5.8915, + 5.5583, + 5.8915, + 5.6733, + 5.5034, + 5.6733 + ], + "text": "Total:", + "confidence": 1 + }, + { + "boundingBox": [ + 5.942, + 5.5645, + 6.3987, + 5.5645, + 6.3987, + 5.6733, + 5.942, + 5.6733 + ], + "text": "430.00", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 1.0055, + 6.6553, + 3.8342, + 6.6553, + 3.8342, + 6.7981, + 1.0055, + 6.7981 + ], + "text": "Signature: ____Bilbo Baggins__________", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 1.0055, + 6.6581, + 1.6987, + 6.6581, + 1.6987, + 6.7981, + 1.0055, + 6.7981 + ], + "text": "Signature:", + "confidence": 1 + }, + { + "boundingBox": [ + 1.747, + 6.6553, + 2.4278, + 6.6553, + 2.4278, + 6.7981, + 1.747, + 6.7981 + ], + "text": "____Bilbo", + "confidence": 1 + }, + { + "boundingBox": [ + 2.4823, + 6.6581, + 3.8342, + 6.6581, + 3.8342, + 6.7981, + 2.4823, + 6.7981 + ], + "text": "Baggins__________", + "confidence": 1 + } + ] + } + ] + } + ], + "pageResults": [ + { + "page": 1, + "tables": [ + { + "rows": 8, + "columns": 3, + "cells": [ + { + "rowIndex": 0, + "columnIndex": 0, + "text": "Item", + "boundingBox": [ + 0.9909, + 2.9408, + 3.1582, + 2.9408, + 3.1582, + 3.1528, + 0.9909, + 3.1528 + ], + "elements": [ + "#/readResults/0/lines/10/words/0" + ] + }, + { + "rowIndex": 0, + "columnIndex": 1, + "text": "Quantity", + "boundingBox": [ + 3.1582, + 2.9408, + 5.3322, + 2.9408, + 5.3322, + 3.1528, + 3.1582, + 3.1528 + ], + "elements": [ + "#/readResults/0/lines/11/words/0" + ] + }, + { + "rowIndex": 0, + "columnIndex": 2, + "text": "Price", + "boundingBox": [ + 5.3322, + 2.9408, + 7.4928, + 2.947, + 7.4928, + 3.1528, + 5.3322, + 3.1528 + ], + "elements": [ + "#/readResults/0/lines/12/words/0" + ] + }, + { + "rowIndex": 1, + "columnIndex": 0, + "text": "A", + "boundingBox": [ + 0.9909, + 3.1528, + 3.1582, + 3.1528, + 3.1582, + 3.3649, + 0.9976, + 3.3649 + ], + "elements": [ + "#/readResults/0/lines/13/words/0" + ] + }, + { + "rowIndex": 1, + "columnIndex": 1, + "text": "1", + "boundingBox": [ + 3.1582, + 3.1528, + 5.3322, + 3.1528, + 5.3322, + 3.3649, + 3.1582, + 3.3649 + ], + "elements": [ + "#/readResults/0/lines/14/words/0" + ] + }, + { + "rowIndex": 1, + "columnIndex": 2, + "text": "10.99", + "boundingBox": [ + 5.3322, + 3.1528, + 7.4928, + 3.1528, + 7.4995, + 3.3649, + 5.3322, + 3.3649 + ], + "elements": [ + "#/readResults/0/lines/15/words/0" + ] + }, + { + "rowIndex": 2, + "columnIndex": 0, + "text": "B", + "boundingBox": [ + 0.9976, + 3.3649, + 3.1582, + 3.3649, + 3.1582, + 3.5707, + 0.9976, + 3.5707 + ], + "elements": [ + "#/readResults/0/lines/16/words/0" + ] + }, + { + "rowIndex": 2, + "columnIndex": 1, + "text": "2", + "boundingBox": [ + 3.1582, + 3.3649, + 5.3322, + 3.3649, + 5.3322, + 3.5707, + 3.1582, + 3.5707 + ], + "elements": [ + "#/readResults/0/lines/17/words/0" + ] + }, + { + "rowIndex": 2, + "columnIndex": 2, + "text": "14.67", + "boundingBox": [ + 5.3322, + 3.3649, + 7.4995, + 3.3649, + 7.4995, + 3.5707, + 5.3322, + 3.5707 + ], + "elements": [ + "#/readResults/0/lines/18/words/0" + ] + }, + { + "rowIndex": 3, + "columnIndex": 0, + "text": "C", + "boundingBox": [ + 0.9976, + 3.5707, + 3.1582, + 3.5707, + 3.1582, + 3.7827, + 0.9976, + 3.7827 + ], + "elements": [ + "#/readResults/0/lines/19/words/0" + ] + }, + { + "rowIndex": 3, + "columnIndex": 1, + "text": "4", + "boundingBox": [ + 3.1582, + 3.5707, + 5.3322, + 3.5707, + 5.3322, + 3.7827, + 3.1582, + 3.7827 + ], + "elements": [ + "#/readResults/0/lines/20/words/0" + ] + }, + { + "rowIndex": 3, + "columnIndex": 2, + "text": "15.66", + "boundingBox": [ + 5.3322, + 3.5707, + 7.4995, + 3.5707, + 7.4995, + 3.7827, + 5.3322, + 3.7827 + ], + "elements": [ + "#/readResults/0/lines/21/words/0" + ] + }, + { + "rowIndex": 4, + "columnIndex": 0, + "text": "D", + "boundingBox": [ + 0.9976, + 3.7827, + 3.1582, + 3.7827, + 3.1582, + 3.9885, + 1.0043, + 3.9885 + ], + "elements": [ + "#/readResults/0/lines/22/words/0" + ] + }, + { + "rowIndex": 4, + "columnIndex": 1, + "text": "1", + "boundingBox": [ + 3.1582, + 3.7827, + 5.3322, + 3.7827, + 5.3322, + 3.9885, + 3.1582, + 3.9885 + ], + "elements": [ + "#/readResults/0/lines/23/words/0" + ] + }, + { + "rowIndex": 4, + "columnIndex": 2, + "text": "12.00", + "boundingBox": [ + 5.3322, + 3.7827, + 7.4995, + 3.7827, + 7.4995, + 3.9885, + 5.3322, + 3.9885 + ], + "elements": [ + "#/readResults/0/lines/24/words/0" + ] + }, + { + "rowIndex": 5, + "columnIndex": 0, + "text": "E", + "boundingBox": [ + 1.0043, + 3.9885, + 3.1582, + 3.9885, + 3.1582, + 4.2006, + 1.0043, + 4.2006 + ], + "elements": [ + "#/readResults/0/lines/25/words/0" + ] + }, + { + "rowIndex": 5, + "columnIndex": 1, + "text": "4", + "boundingBox": [ + 3.1582, + 3.9885, + 5.3322, + 3.9885, + 5.3322, + 4.2006, + 3.1582, + 4.2006 + ], + "elements": [ + "#/readResults/0/lines/26/words/0" + ] + }, + { + "rowIndex": 5, + "columnIndex": 2, + "text": "10.00", + "boundingBox": [ + 5.3322, + 3.9885, + 7.4995, + 3.9885, + 7.5062, + 4.2006, + 5.3322, + 4.2006 + ], + "elements": [ + "#/readResults/0/lines/27/words/0" + ] + }, + { + "rowIndex": 6, + "columnIndex": 0, + "text": "F", + "boundingBox": [ + 1.0043, + 4.2006, + 3.1582, + 4.2006, + 3.1582, + 4.4126, + 1.0043, + 4.4126 + ], + "elements": [ + "#/readResults/0/lines/28/words/0" + ] + }, + { + "rowIndex": 6, + "columnIndex": 1, + "text": "6", + "boundingBox": [ + 3.1582, + 4.2006, + 5.3322, + 4.2006, + 5.3322, + 4.4126, + 3.1582, + 4.4126 + ], + "elements": [ + "#/readResults/0/lines/29/words/0" + ] + }, + { + "rowIndex": 6, + "columnIndex": 2, + "text": "12.00", + "boundingBox": [ + 5.3322, + 4.2006, + 7.5062, + 4.2006, + 7.5062, + 4.4126, + 5.3322, + 4.4126 + ], + "elements": [ + "#/readResults/0/lines/30/words/0" + ] + }, + { + "rowIndex": 7, + "columnIndex": 0, + "text": "G", + "boundingBox": [ + 1.0043, + 4.4126, + 3.1582, + 4.4126, + 3.1582, + 4.6184, + 1.011, + 4.6246 + ], + "elements": [ + "#/readResults/0/lines/31/words/0" + ] + }, + { + "rowIndex": 7, + "columnIndex": 1, + "text": "8", + "boundingBox": [ + 3.1582, + 4.4126, + 5.3322, + 4.4126, + 5.3322, + 4.6184, + 3.1582, + 4.6184 + ], + "elements": [ + "#/readResults/0/lines/32/words/0" + ] + }, + { + "rowIndex": 7, + "columnIndex": 2, + "text": "22.00", + "boundingBox": [ + 5.3322, + 4.4126, + 7.5062, + 4.4126, + 7.5062, + 4.6246, + 5.3322, + 4.6184 + ], + "elements": [ + "#/readResults/0/lines/33/words/0" + ] + } + ], + "boundingBox": [ + 0.9957, + 2.9322, + 7.4976, + 2.9326, + 7.4974, + 4.6222, + 0.9944, + 4.6216 + ] + } + ] + } + ] + } + } + } + ], + "Variables": { + "FORM_RECOGNIZER_API_KEY": "Sanitized", + "FORM_RECOGNIZER_ENDPOINT": "https://mariari-centraluseuap.cognitiveservices.azure.com/", + "RandomSeed": "2111607165" + } +} \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeContentWithOnePageArgument(%1%,1)Async.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeContentWithOnePageArgument(%1%,1)Async.json new file mode 100644 index 0000000000000..765c086ed3717 --- /dev/null +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeContentWithOnePageArgument(%1%,1)Async.json @@ -0,0 +1,2306 @@ +{ + "Entries": [ + { + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/layout/analyze?Pages=1", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Content-Length": "108935", + "Content-Type": "application/pdf", + "Ocp-Apim-Subscription-Key": "Sanitized", + "traceparent": "00-d1e7f0dce9a198409b18cfd09daa795f-405fb80f46e8a545-00", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201110.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "9688e2bdb0f32724bc19a8369a152880", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "apim-request-id": "e85ed4d3-2699-4266-86aa-069ec2c1bc70", + "Content-Length": "0", + "Date": "Tue, 10 Nov 2020 21:06:01 GMT", + "Operation-Location": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/layout/analyzeResults/e85ed4d3-2699-4266-86aa-069ec2c1bc70", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "53" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/layout/analyzeResults/e85ed4d3-2699-4266-86aa-069ec2c1bc70", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201110.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "3587596772029e1aa5ccf10735bbb6ca", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "94617a36-ad73-4dd9-897c-960cdc047b9f", + "Content-Length": "106", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 10 Nov 2020 21:06:01 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "11" + }, + "ResponseBody": { + "status": "running", + "createdDateTime": "2020-11-10T21:06:02Z", + "lastUpdatedDateTime": "2020-11-10T21:06:02Z" + } + }, + { + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/layout/analyzeResults/e85ed4d3-2699-4266-86aa-069ec2c1bc70", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201110.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "b860e7bce1e33c9098b497cbbe2fa5a1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "fd28276b-3298-4982-8eac-5b08e913c5ac", + "Content-Length": "106", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 10 Nov 2020 21:06:03 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "15" + }, + "ResponseBody": { + "status": "running", + "createdDateTime": "2020-11-10T21:06:02Z", + "lastUpdatedDateTime": "2020-11-10T21:06:02Z" + } + }, + { + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/layout/analyzeResults/e85ed4d3-2699-4266-86aa-069ec2c1bc70", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201110.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "7591952cbd214bebc8e9f126be1df200", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "b39ebbae-d441-43ec-8aea-15e3a50c56d2", + "Content-Length": "106", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 10 Nov 2020 21:06:04 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "12" + }, + "ResponseBody": { + "status": "running", + "createdDateTime": "2020-11-10T21:06:02Z", + "lastUpdatedDateTime": "2020-11-10T21:06:02Z" + } + }, + { + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/layout/analyzeResults/e85ed4d3-2699-4266-86aa-069ec2c1bc70", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201110.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "b279dd636fb4869dc84a9d4eda4ee075", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "7bc6a9a6-1def-4c7c-b487-ef7c3d46cefc", + "Content-Length": "106", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 10 Nov 2020 21:06:05 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "11" + }, + "ResponseBody": { + "status": "running", + "createdDateTime": "2020-11-10T21:06:02Z", + "lastUpdatedDateTime": "2020-11-10T21:06:02Z" + } + }, + { + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/layout/analyzeResults/e85ed4d3-2699-4266-86aa-069ec2c1bc70", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201110.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "9fdb50274029fea9fb15eff9f0697e7a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "9b9e4ed6-5acc-470a-af47-1d887fa2bfb2", + "Content-Length": "106", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 10 Nov 2020 21:06:07 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "14" + }, + "ResponseBody": { + "status": "running", + "createdDateTime": "2020-11-10T21:06:02Z", + "lastUpdatedDateTime": "2020-11-10T21:06:02Z" + } + }, + { + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/layout/analyzeResults/e85ed4d3-2699-4266-86aa-069ec2c1bc70", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201110.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "e06797c2f2b5bcecf80bacd7209d7079", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "30d59532-3635-41aa-8c76-ffe337f63636", + "Content-Length": "106", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 10 Nov 2020 21:06:08 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "10" + }, + "ResponseBody": { + "status": "running", + "createdDateTime": "2020-11-10T21:06:02Z", + "lastUpdatedDateTime": "2020-11-10T21:06:02Z" + } + }, + { + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/layout/analyzeResults/e85ed4d3-2699-4266-86aa-069ec2c1bc70", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201110.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "6dff7c09524122d6347bb79f7fa3955f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "4075b8b9-c259-44e0-b28d-2e97f99dd4b6", + "Content-Length": "15990", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 10 Nov 2020 21:06:09 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "44" + }, + "ResponseBody": { + "status": "succeeded", + "createdDateTime": "2020-11-10T21:06:02Z", + "lastUpdatedDateTime": "2020-11-10T21:06:08Z", + "analyzeResult": { + "version": "2.1.0", + "readResults": [ + { + "page": 1, + "angle": 0, + "width": 8.5, + "height": 11, + "unit": "inch", + "lines": [ + { + "boundingBox": [ + 0.8861, + 1.1217, + 2.3783, + 1.1217, + 2.3783, + 1.2812, + 0.8861, + 1.2812 + ], + "text": "Company A Invoice", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 0.8861, + 1.1232, + 1.6203, + 1.1232, + 1.6203, + 1.2812, + 0.8861, + 1.2812 + ], + "text": "Company", + "confidence": 1 + }, + { + "boundingBox": [ + 1.6696, + 1.1242, + 1.7749, + 1.1242, + 1.7749, + 1.2473, + 1.6696, + 1.2473 + ], + "text": "A", + "confidence": 1 + }, + { + "boundingBox": [ + 1.8389, + 1.1217, + 2.3783, + 1.1217, + 2.3783, + 1.2485, + 1.8389, + 1.2485 + ], + "text": "Invoice", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 6.0211, + 1.0656, + 7.0357, + 1.0656, + 7.0357, + 1.2121, + 6.0211, + 1.2121 + ], + "text": "Invoice For:", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 6.0211, + 1.0656, + 6.6362, + 1.0656, + 6.6362, + 1.2121, + 6.0211, + 1.2121 + ], + "text": "Invoice", + "confidence": 1 + }, + { + "boundingBox": [ + 6.7147, + 1.0691, + 7.0357, + 1.0691, + 7.0357, + 1.2121, + 6.7147, + 1.2121 + ], + "text": "For:", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 0.8791, + 1.4825, + 1.5657, + 1.4825, + 1.5657, + 1.6155, + 0.8791, + 1.6155 + ], + "text": "Address:", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 0.8791, + 1.4825, + 1.5657, + 1.4825, + 1.5657, + 1.6155, + 0.8791, + 1.6155 + ], + "text": "Address:", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 6.0164, + 1.4503, + 6.8967, + 1.4503, + 6.8967, + 1.5931, + 6.0164, + 1.5931 + ], + "text": "Bilbo Baggins", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 6.0164, + 1.4503, + 6.3392, + 1.4503, + 6.3392, + 1.5649, + 6.0164, + 1.5649 + ], + "text": "Bilbo", + "confidence": 1 + }, + { + "boundingBox": [ + 6.396, + 1.4556, + 6.8967, + 1.4556, + 6.8967, + 1.5931, + 6.396, + 1.5931 + ], + "text": "Baggins", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 6.0165, + 1.6707, + 7.1006, + 1.6707, + 7.1006, + 1.7854, + 6.0165, + 1.7854 + ], + "text": "123 Hobbit Lane", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 6.0165, + 1.6772, + 6.2434, + 1.6772, + 6.2434, + 1.7854, + 6.0165, + 1.7854 + ], + "text": "123", + "confidence": 1 + }, + { + "boundingBox": [ + 6.3033, + 1.6707, + 6.7463, + 1.6707, + 6.7463, + 1.7854, + 6.3033, + 1.7854 + ], + "text": "Hobbit", + "confidence": 1 + }, + { + "boundingBox": [ + 6.803, + 1.6782, + 7.1006, + 1.6782, + 7.1006, + 1.7854, + 6.803, + 1.7854 + ], + "text": "Lane", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 0.8852, + 1.846, + 1.713, + 1.846, + 1.713, + 1.9554, + 0.8852, + 1.9554 + ], + "text": "567 Main St.", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 0.8852, + 1.8472, + 1.1203, + 1.8472, + 1.1203, + 1.9554, + 0.8852, + 1.9554 + ], + "text": "567", + "confidence": 1 + }, + { + "boundingBox": [ + 1.1777, + 1.846, + 1.5022, + 1.846, + 1.5022, + 1.9554, + 1.1777, + 1.9554 + ], + "text": "Main", + "confidence": 1 + }, + { + "boundingBox": [ + 1.5558, + 1.8472, + 1.713, + 1.8472, + 1.713, + 1.9554, + 1.5558, + 1.9554 + ], + "text": "St.", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 6.0164, + 1.891, + 6.9793, + 1.891, + 6.9793, + 2.0275, + 6.0164, + 2.0275 + ], + "text": "Redmond, WA", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 6.0164, + 1.891, + 6.6861, + 1.891, + 6.6861, + 2.0275, + 6.0164, + 2.0275 + ], + "text": "Redmond,", + "confidence": 1 + }, + { + "boundingBox": [ + 6.7408, + 1.8982, + 6.9793, + 1.8982, + 6.9793, + 2.0044, + 6.7408, + 2.0044 + ], + "text": "WA", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 0.891, + 2.061, + 1.8537, + 2.061, + 1.8537, + 2.1975, + 0.891, + 2.1975 + ], + "text": "Redmond, WA", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 0.891, + 2.061, + 1.5605, + 2.061, + 1.5605, + 2.1975, + 0.891, + 2.1975 + ], + "text": "Redmond,", + "confidence": 1 + }, + { + "boundingBox": [ + 1.6152, + 2.0682, + 1.8537, + 2.0682, + 1.8537, + 2.1744, + 1.6152, + 2.1744 + ], + "text": "WA", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 6.0105, + 2.1187, + 6.9371, + 2.1187, + 6.9371, + 2.2254, + 6.0105, + 2.2254 + ], + "text": "555-555-5555", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 6.0105, + 2.1187, + 6.9371, + 2.1187, + 6.9371, + 2.2254, + 6.0105, + 2.2254 + ], + "text": "555-555-5555", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 0.8852, + 2.2887, + 1.8119, + 2.2887, + 1.8119, + 2.3954, + 0.8852, + 2.3954 + ], + "text": "555-555-5555", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 0.8852, + 2.2887, + 1.8119, + 2.2887, + 1.8119, + 2.3954, + 0.8852, + 2.3954 + ], + "text": "555-555-5555", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 1.0943, + 3.0018, + 1.3842, + 3.0018, + 1.3842, + 3.109, + 1.0943, + 3.109 + ], + "text": "Item", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 1.0943, + 3.0018, + 1.3842, + 3.0018, + 1.3842, + 3.109, + 1.0943, + 3.109 + ], + "text": "Item", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 3.2527, + 2.9996, + 3.8367, + 2.9996, + 3.8367, + 3.1371, + 3.2527, + 3.1371 + ], + "text": "Quantity", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 3.2527, + 2.9996, + 3.8367, + 2.9996, + 3.8367, + 3.1371, + 3.2527, + 3.1371 + ], + "text": "Quantity", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 5.423, + 2.9996, + 5.7372, + 2.9996, + 5.7372, + 3.109, + 5.423, + 3.109 + ], + "text": "Price", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 5.423, + 2.9996, + 5.7372, + 2.9996, + 5.7372, + 3.109, + 5.423, + 3.109 + ], + "text": "Price", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 1.0832, + 3.2118, + 1.174, + 3.2118, + 1.174, + 3.318, + 1.0832, + 3.318 + ], + "text": "A", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 1.0832, + 3.2118, + 1.174, + 3.2118, + 1.174, + 3.318, + 1.0832, + 3.318 + ], + "text": "A", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 3.2589, + 3.2116, + 3.3202, + 3.2116, + 3.3202, + 3.3176, + 3.2589, + 3.3176 + ], + "text": "1", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 3.2589, + 3.2116, + 3.3202, + 3.2116, + 3.3202, + 3.3176, + 3.2589, + 3.3176 + ], + "text": "1", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 5.4232, + 3.2108, + 5.7784, + 3.2108, + 5.7784, + 3.319, + 5.4232, + 3.319 + ], + "text": "10.99", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 5.4232, + 3.2108, + 5.7784, + 3.2108, + 5.7784, + 3.319, + 5.4232, + 3.319 + ], + "text": "10.99", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 1.0943, + 3.4256, + 1.1637, + 3.4256, + 1.1637, + 3.531, + 1.0943, + 3.531 + ], + "text": "B", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 1.0943, + 3.4256, + 1.1637, + 3.4256, + 1.1637, + 3.531, + 1.0943, + 3.531 + ], + "text": "B", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 3.2541, + 3.4241, + 3.3199, + 3.4241, + 3.3199, + 3.531, + 3.2541, + 3.531 + ], + "text": "2", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 3.2541, + 3.4241, + 3.3199, + 3.4241, + 3.3199, + 3.531, + 3.2541, + 3.531 + ], + "text": "2", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 5.4232, + 3.4241, + 5.7789, + 3.4241, + 5.7789, + 3.5323, + 5.4232, + 3.5323 + ], + "text": "14.67", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 5.4232, + 3.4241, + 5.7789, + 3.4241, + 5.7789, + 3.5323, + 5.4232, + 3.5323 + ], + "text": "14.67", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 1.0882, + 3.6343, + 1.1647, + 3.6343, + 1.1647, + 3.7421, + 1.0882, + 3.7421 + ], + "text": "C", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 1.0882, + 3.6343, + 1.1647, + 3.6343, + 1.1647, + 3.7421, + 1.0882, + 3.7421 + ], + "text": "C", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 3.2486, + 3.6351, + 3.3244, + 3.6351, + 3.3244, + 3.7413, + 3.2486, + 3.7413 + ], + "text": "4", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 3.2486, + 3.6351, + 3.3244, + 3.6351, + 3.3244, + 3.7413, + 3.2486, + 3.7413 + ], + "text": "4", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 5.4232, + 3.6341, + 5.78, + 3.6341, + 5.78, + 3.7423, + 5.4232, + 3.7423 + ], + "text": "15.66", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 5.4232, + 3.6341, + 5.78, + 3.6341, + 5.78, + 3.7423, + 5.4232, + 3.7423 + ], + "text": "15.66", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 1.0943, + 3.8456, + 1.1753, + 3.8456, + 1.1753, + 3.951, + 1.0943, + 3.951 + ], + "text": "D", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 1.0943, + 3.8456, + 1.1753, + 3.8456, + 1.1753, + 3.951, + 1.0943, + 3.951 + ], + "text": "D", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 3.2589, + 3.845, + 3.3202, + 3.845, + 3.3202, + 3.951, + 3.2589, + 3.951 + ], + "text": "1", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 3.2589, + 3.845, + 3.3202, + 3.845, + 3.3202, + 3.951, + 3.2589, + 3.951 + ], + "text": "1", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 5.4232, + 3.8441, + 5.7809, + 3.8441, + 5.7809, + 3.9523, + 5.4232, + 3.9523 + ], + "text": "12.00", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 5.4232, + 3.8441, + 5.7809, + 3.8441, + 5.7809, + 3.9523, + 5.4232, + 3.9523 + ], + "text": "12.00", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 1.0943, + 4.0561, + 1.153, + 4.0561, + 1.153, + 4.1614, + 1.0943, + 4.1614 + ], + "text": "E", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 1.0943, + 4.0561, + 1.153, + 4.0561, + 1.153, + 4.1614, + 1.0943, + 4.1614 + ], + "text": "E", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 3.2486, + 4.0556, + 3.3244, + 4.0556, + 3.3244, + 4.1617, + 3.2486, + 4.1617 + ], + "text": "4", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 3.2486, + 4.0556, + 3.3244, + 4.0556, + 3.3244, + 4.1617, + 3.2486, + 4.1617 + ], + "text": "4", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 5.4232, + 4.0546, + 5.781, + 4.0546, + 5.781, + 4.1627, + 5.4232, + 4.1627 + ], + "text": "10.00", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 5.4232, + 4.0546, + 5.781, + 4.0546, + 5.781, + 4.1627, + 5.4232, + 4.1627 + ], + "text": "10.00", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 1.0943, + 4.2661, + 1.1497, + 4.2661, + 1.1497, + 4.3717, + 1.0943, + 4.3717 + ], + "text": "F", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 1.0943, + 4.2661, + 1.1497, + 4.2661, + 1.1497, + 4.3717, + 1.0943, + 4.3717 + ], + "text": "F", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 3.2534, + 4.2646, + 3.3226, + 4.2646, + 3.3226, + 4.3727, + 3.2534, + 4.3727 + ], + "text": "6", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 3.2534, + 4.2646, + 3.3226, + 4.2646, + 3.3226, + 4.3727, + 3.2534, + 4.3727 + ], + "text": "6", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 5.4232, + 4.2646, + 5.7809, + 4.2646, + 5.7809, + 4.3727, + 5.4232, + 4.3727 + ], + "text": "12.00", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 5.4232, + 4.2646, + 5.7809, + 4.2646, + 5.7809, + 4.3727, + 5.4232, + 4.3727 + ], + "text": "12.00", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 1.0877, + 4.4746, + 1.1735, + 4.4746, + 1.1735, + 4.5827, + 1.0877, + 4.5827 + ], + "text": "G", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 1.0877, + 4.4746, + 1.1735, + 4.4746, + 1.1735, + 4.5827, + 1.0877, + 4.5827 + ], + "text": "G", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 3.2514, + 4.4746, + 3.3224, + 4.4746, + 3.3224, + 4.5827, + 3.2514, + 4.5827 + ], + "text": "8", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 3.2514, + 4.4746, + 3.3224, + 4.4746, + 3.3224, + 4.5827, + 3.2514, + 4.5827 + ], + "text": "8", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 5.4184, + 4.4746, + 5.781, + 4.4746, + 5.781, + 4.5827, + 5.4184, + 4.5827 + ], + "text": "22.00", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 5.4184, + 4.4746, + 5.781, + 4.4746, + 5.781, + 4.5827, + 5.4184, + 4.5827 + ], + "text": "22.00", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 5.5075, + 4.8981, + 6.632, + 4.8981, + 6.632, + 5.0131, + 5.5075, + 5.0131 + ], + "text": "Subtotal: 300.00", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 5.5075, + 4.8981, + 6.1249, + 4.8981, + 6.1249, + 5.0131, + 5.5075, + 5.0131 + ], + "text": "Subtotal:", + "confidence": 1 + }, + { + "boundingBox": [ + 6.1794, + 4.9042, + 6.632, + 4.9042, + 6.632, + 5.0131, + 6.1794, + 5.0131 + ], + "text": "300.00", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 5.5034, + 5.1245, + 6.2022, + 5.1245, + 6.2022, + 5.2333, + 5.5034, + 5.2333 + ], + "text": "Tax: 30.00", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 5.5034, + 5.1263, + 5.7812, + 5.1263, + 5.7812, + 5.2333, + 5.5034, + 5.2333 + ], + "text": "Tax:", + "confidence": 1 + }, + { + "boundingBox": [ + 5.836, + 5.1245, + 6.2022, + 5.1245, + 6.2022, + 5.2333, + 5.836, + 5.2333 + ], + "text": "30.00", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 5.5034, + 5.3412, + 6.2587, + 5.3412, + 6.2587, + 5.481, + 5.5034, + 5.481 + ], + "text": "Tip: 100.00", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 5.5034, + 5.3412, + 5.7515, + 5.3412, + 5.7515, + 5.481, + 5.5034, + 5.481 + ], + "text": "Tip:", + "confidence": 1 + }, + { + "boundingBox": [ + 5.811, + 5.3445, + 6.2587, + 5.3445, + 6.2587, + 5.4533, + 5.811, + 5.4533 + ], + "text": "100.00", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 5.5034, + 5.5583, + 6.3987, + 5.5583, + 6.3987, + 5.6733, + 5.5034, + 5.6733 + ], + "text": "Total: 430.00", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 5.5034, + 5.5583, + 5.8915, + 5.5583, + 5.8915, + 5.6733, + 5.5034, + 5.6733 + ], + "text": "Total:", + "confidence": 1 + }, + { + "boundingBox": [ + 5.942, + 5.5645, + 6.3987, + 5.5645, + 6.3987, + 5.6733, + 5.942, + 5.6733 + ], + "text": "430.00", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 1.0055, + 6.6553, + 3.8342, + 6.6553, + 3.8342, + 6.7981, + 1.0055, + 6.7981 + ], + "text": "Signature: ____Bilbo Baggins__________", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 1.0055, + 6.6581, + 1.6987, + 6.6581, + 1.6987, + 6.7981, + 1.0055, + 6.7981 + ], + "text": "Signature:", + "confidence": 1 + }, + { + "boundingBox": [ + 1.747, + 6.6553, + 2.4278, + 6.6553, + 2.4278, + 6.7981, + 1.747, + 6.7981 + ], + "text": "____Bilbo", + "confidence": 1 + }, + { + "boundingBox": [ + 2.4823, + 6.6581, + 3.8342, + 6.6581, + 3.8342, + 6.7981, + 2.4823, + 6.7981 + ], + "text": "Baggins__________", + "confidence": 1 + } + ] + } + ] + } + ], + "pageResults": [ + { + "page": 1, + "tables": [ + { + "rows": 8, + "columns": 3, + "cells": [ + { + "rowIndex": 0, + "columnIndex": 0, + "text": "Item", + "boundingBox": [ + 0.9909, + 2.9408, + 3.1582, + 2.9408, + 3.1582, + 3.1528, + 0.9909, + 3.1528 + ], + "elements": [ + "#/readResults/0/lines/10/words/0" + ] + }, + { + "rowIndex": 0, + "columnIndex": 1, + "text": "Quantity", + "boundingBox": [ + 3.1582, + 2.9408, + 5.3322, + 2.9408, + 5.3322, + 3.1528, + 3.1582, + 3.1528 + ], + "elements": [ + "#/readResults/0/lines/11/words/0" + ] + }, + { + "rowIndex": 0, + "columnIndex": 2, + "text": "Price", + "boundingBox": [ + 5.3322, + 2.9408, + 7.4928, + 2.947, + 7.4928, + 3.1528, + 5.3322, + 3.1528 + ], + "elements": [ + "#/readResults/0/lines/12/words/0" + ] + }, + { + "rowIndex": 1, + "columnIndex": 0, + "text": "A", + "boundingBox": [ + 0.9909, + 3.1528, + 3.1582, + 3.1528, + 3.1582, + 3.3649, + 0.9976, + 3.3649 + ], + "elements": [ + "#/readResults/0/lines/13/words/0" + ] + }, + { + "rowIndex": 1, + "columnIndex": 1, + "text": "1", + "boundingBox": [ + 3.1582, + 3.1528, + 5.3322, + 3.1528, + 5.3322, + 3.3649, + 3.1582, + 3.3649 + ], + "elements": [ + "#/readResults/0/lines/14/words/0" + ] + }, + { + "rowIndex": 1, + "columnIndex": 2, + "text": "10.99", + "boundingBox": [ + 5.3322, + 3.1528, + 7.4928, + 3.1528, + 7.4995, + 3.3649, + 5.3322, + 3.3649 + ], + "elements": [ + "#/readResults/0/lines/15/words/0" + ] + }, + { + "rowIndex": 2, + "columnIndex": 0, + "text": "B", + "boundingBox": [ + 0.9976, + 3.3649, + 3.1582, + 3.3649, + 3.1582, + 3.5707, + 0.9976, + 3.5707 + ], + "elements": [ + "#/readResults/0/lines/16/words/0" + ] + }, + { + "rowIndex": 2, + "columnIndex": 1, + "text": "2", + "boundingBox": [ + 3.1582, + 3.3649, + 5.3322, + 3.3649, + 5.3322, + 3.5707, + 3.1582, + 3.5707 + ], + "elements": [ + "#/readResults/0/lines/17/words/0" + ] + }, + { + "rowIndex": 2, + "columnIndex": 2, + "text": "14.67", + "boundingBox": [ + 5.3322, + 3.3649, + 7.4995, + 3.3649, + 7.4995, + 3.5707, + 5.3322, + 3.5707 + ], + "elements": [ + "#/readResults/0/lines/18/words/0" + ] + }, + { + "rowIndex": 3, + "columnIndex": 0, + "text": "C", + "boundingBox": [ + 0.9976, + 3.5707, + 3.1582, + 3.5707, + 3.1582, + 3.7827, + 0.9976, + 3.7827 + ], + "elements": [ + "#/readResults/0/lines/19/words/0" + ] + }, + { + "rowIndex": 3, + "columnIndex": 1, + "text": "4", + "boundingBox": [ + 3.1582, + 3.5707, + 5.3322, + 3.5707, + 5.3322, + 3.7827, + 3.1582, + 3.7827 + ], + "elements": [ + "#/readResults/0/lines/20/words/0" + ] + }, + { + "rowIndex": 3, + "columnIndex": 2, + "text": "15.66", + "boundingBox": [ + 5.3322, + 3.5707, + 7.4995, + 3.5707, + 7.4995, + 3.7827, + 5.3322, + 3.7827 + ], + "elements": [ + "#/readResults/0/lines/21/words/0" + ] + }, + { + "rowIndex": 4, + "columnIndex": 0, + "text": "D", + "boundingBox": [ + 0.9976, + 3.7827, + 3.1582, + 3.7827, + 3.1582, + 3.9885, + 1.0043, + 3.9885 + ], + "elements": [ + "#/readResults/0/lines/22/words/0" + ] + }, + { + "rowIndex": 4, + "columnIndex": 1, + "text": "1", + "boundingBox": [ + 3.1582, + 3.7827, + 5.3322, + 3.7827, + 5.3322, + 3.9885, + 3.1582, + 3.9885 + ], + "elements": [ + "#/readResults/0/lines/23/words/0" + ] + }, + { + "rowIndex": 4, + "columnIndex": 2, + "text": "12.00", + "boundingBox": [ + 5.3322, + 3.7827, + 7.4995, + 3.7827, + 7.4995, + 3.9885, + 5.3322, + 3.9885 + ], + "elements": [ + "#/readResults/0/lines/24/words/0" + ] + }, + { + "rowIndex": 5, + "columnIndex": 0, + "text": "E", + "boundingBox": [ + 1.0043, + 3.9885, + 3.1582, + 3.9885, + 3.1582, + 4.2006, + 1.0043, + 4.2006 + ], + "elements": [ + "#/readResults/0/lines/25/words/0" + ] + }, + { + "rowIndex": 5, + "columnIndex": 1, + "text": "4", + "boundingBox": [ + 3.1582, + 3.9885, + 5.3322, + 3.9885, + 5.3322, + 4.2006, + 3.1582, + 4.2006 + ], + "elements": [ + "#/readResults/0/lines/26/words/0" + ] + }, + { + "rowIndex": 5, + "columnIndex": 2, + "text": "10.00", + "boundingBox": [ + 5.3322, + 3.9885, + 7.4995, + 3.9885, + 7.5062, + 4.2006, + 5.3322, + 4.2006 + ], + "elements": [ + "#/readResults/0/lines/27/words/0" + ] + }, + { + "rowIndex": 6, + "columnIndex": 0, + "text": "F", + "boundingBox": [ + 1.0043, + 4.2006, + 3.1582, + 4.2006, + 3.1582, + 4.4126, + 1.0043, + 4.4126 + ], + "elements": [ + "#/readResults/0/lines/28/words/0" + ] + }, + { + "rowIndex": 6, + "columnIndex": 1, + "text": "6", + "boundingBox": [ + 3.1582, + 4.2006, + 5.3322, + 4.2006, + 5.3322, + 4.4126, + 3.1582, + 4.4126 + ], + "elements": [ + "#/readResults/0/lines/29/words/0" + ] + }, + { + "rowIndex": 6, + "columnIndex": 2, + "text": "12.00", + "boundingBox": [ + 5.3322, + 4.2006, + 7.5062, + 4.2006, + 7.5062, + 4.4126, + 5.3322, + 4.4126 + ], + "elements": [ + "#/readResults/0/lines/30/words/0" + ] + }, + { + "rowIndex": 7, + "columnIndex": 0, + "text": "G", + "boundingBox": [ + 1.0043, + 4.4126, + 3.1582, + 4.4126, + 3.1582, + 4.6184, + 1.011, + 4.6246 + ], + "elements": [ + "#/readResults/0/lines/31/words/0" + ] + }, + { + "rowIndex": 7, + "columnIndex": 1, + "text": "8", + "boundingBox": [ + 3.1582, + 4.4126, + 5.3322, + 4.4126, + 5.3322, + 4.6184, + 3.1582, + 4.6184 + ], + "elements": [ + "#/readResults/0/lines/32/words/0" + ] + }, + { + "rowIndex": 7, + "columnIndex": 2, + "text": "22.00", + "boundingBox": [ + 5.3322, + 4.4126, + 7.5062, + 4.4126, + 7.5062, + 4.6246, + 5.3322, + 4.6184 + ], + "elements": [ + "#/readResults/0/lines/33/words/0" + ] + } + ], + "boundingBox": [ + 0.9957, + 2.9322, + 7.4976, + 2.9326, + 7.4974, + 4.6222, + 0.9944, + 4.6216 + ] + } + ] + } + ] + } + } + } + ], + "Variables": { + "FORM_RECOGNIZER_API_KEY": "Sanitized", + "FORM_RECOGNIZER_ENDPOINT": "https://mariari-centraluseuap.cognitiveservices.azure.com/", + "RandomSeed": "1790723409" + } +} \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeContentWithOnePageArgument(%1-2%,2).json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeContentWithOnePageArgument(%1-2%,2).json new file mode 100644 index 0000000000000..d7f60556f6812 --- /dev/null +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeContentWithOnePageArgument(%1-2%,2).json @@ -0,0 +1,2288 @@ +{ + "Entries": [ + { + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/layout/analyze?Pages=1-2", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Content-Length": "108935", + "Content-Type": "application/pdf", + "Ocp-Apim-Subscription-Key": "Sanitized", + "traceparent": "00-32338614849223429bb7a09c8011266d-ea0b148efb62f549-00", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201110.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "4fb377b8e4598f57705c114817953225", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "apim-request-id": "ec298476-09f4-42db-8f29-87fad91f05ba", + "Content-Length": "0", + "Date": "Tue, 10 Nov 2020 21:05:54 GMT", + "Operation-Location": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/layout/analyzeResults/ec298476-09f4-42db-8f29-87fad91f05ba", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "75" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/layout/analyzeResults/ec298476-09f4-42db-8f29-87fad91f05ba", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201110.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "187554ab69c8625ae1f1b10c4630e904", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "287e0a15-f1ff-4b37-8625-516dc44752ef", + "Content-Length": "106", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 10 Nov 2020 21:05:54 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "15" + }, + "ResponseBody": { + "status": "running", + "createdDateTime": "2020-11-10T21:05:55Z", + "lastUpdatedDateTime": "2020-11-10T21:05:55Z" + } + }, + { + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/layout/analyzeResults/ec298476-09f4-42db-8f29-87fad91f05ba", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201110.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "f12396576815ba4330caaa4318c32595", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "ff9fd532-b88b-438b-b27e-5b19e4d1fc11", + "Content-Length": "106", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 10 Nov 2020 21:05:55 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "15" + }, + "ResponseBody": { + "status": "running", + "createdDateTime": "2020-11-10T21:05:55Z", + "lastUpdatedDateTime": "2020-11-10T21:05:55Z" + } + }, + { + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/layout/analyzeResults/ec298476-09f4-42db-8f29-87fad91f05ba", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201110.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "c07d0eeb1b1c4fba1d506e68334b483f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "027aa648-5263-4527-913c-97f3d51ef284", + "Content-Length": "106", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 10 Nov 2020 21:05:57 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "11" + }, + "ResponseBody": { + "status": "running", + "createdDateTime": "2020-11-10T21:05:55Z", + "lastUpdatedDateTime": "2020-11-10T21:05:55Z" + } + }, + { + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/layout/analyzeResults/ec298476-09f4-42db-8f29-87fad91f05ba", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201110.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "81f10c734071430f10bbe8febe16491e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "42784a03-429f-4d7e-932d-f71efc77e612", + "Content-Length": "106", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 10 Nov 2020 21:05:59 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "14" + }, + "ResponseBody": { + "status": "running", + "createdDateTime": "2020-11-10T21:05:55Z", + "lastUpdatedDateTime": "2020-11-10T21:05:55Z" + } + }, + { + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/layout/analyzeResults/ec298476-09f4-42db-8f29-87fad91f05ba", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201110.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "38201bcb28b23be8dcd4d4c5f9db86e4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "1f08a6c8-0c40-4d25-b1c2-799d6cb2c8ba", + "Content-Length": "106", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 10 Nov 2020 21:06:00 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "61" + }, + "ResponseBody": { + "status": "running", + "createdDateTime": "2020-11-10T21:05:55Z", + "lastUpdatedDateTime": "2020-11-10T21:06:00Z" + } + }, + { + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/layout/analyzeResults/ec298476-09f4-42db-8f29-87fad91f05ba", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201110.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "0cd06a81a4d1aa23fe3ab06133bc9007", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "c762c921-fb80-4eba-85dc-9517ca064050", + "Content-Length": "16083", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 10 Nov 2020 21:06:01 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "30" + }, + "ResponseBody": { + "status": "succeeded", + "createdDateTime": "2020-11-10T21:05:55Z", + "lastUpdatedDateTime": "2020-11-10T21:06:00Z", + "analyzeResult": { + "version": "2.1.0", + "readResults": [ + { + "page": 1, + "angle": 0, + "width": 8.5, + "height": 11, + "unit": "inch", + "lines": [ + { + "boundingBox": [ + 0.8861, + 1.1217, + 2.3783, + 1.1217, + 2.3783, + 1.2812, + 0.8861, + 1.2812 + ], + "text": "Company A Invoice", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 0.8861, + 1.1232, + 1.6203, + 1.1232, + 1.6203, + 1.2812, + 0.8861, + 1.2812 + ], + "text": "Company", + "confidence": 1 + }, + { + "boundingBox": [ + 1.6696, + 1.1242, + 1.7749, + 1.1242, + 1.7749, + 1.2473, + 1.6696, + 1.2473 + ], + "text": "A", + "confidence": 1 + }, + { + "boundingBox": [ + 1.8389, + 1.1217, + 2.3783, + 1.1217, + 2.3783, + 1.2485, + 1.8389, + 1.2485 + ], + "text": "Invoice", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 6.0211, + 1.0656, + 7.0357, + 1.0656, + 7.0357, + 1.2121, + 6.0211, + 1.2121 + ], + "text": "Invoice For:", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 6.0211, + 1.0656, + 6.6362, + 1.0656, + 6.6362, + 1.2121, + 6.0211, + 1.2121 + ], + "text": "Invoice", + "confidence": 1 + }, + { + "boundingBox": [ + 6.7147, + 1.0691, + 7.0357, + 1.0691, + 7.0357, + 1.2121, + 6.7147, + 1.2121 + ], + "text": "For:", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 0.8791, + 1.4825, + 1.5657, + 1.4825, + 1.5657, + 1.6155, + 0.8791, + 1.6155 + ], + "text": "Address:", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 0.8791, + 1.4825, + 1.5657, + 1.4825, + 1.5657, + 1.6155, + 0.8791, + 1.6155 + ], + "text": "Address:", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 6.0164, + 1.4503, + 6.8967, + 1.4503, + 6.8967, + 1.5931, + 6.0164, + 1.5931 + ], + "text": "Bilbo Baggins", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 6.0164, + 1.4503, + 6.3392, + 1.4503, + 6.3392, + 1.5649, + 6.0164, + 1.5649 + ], + "text": "Bilbo", + "confidence": 1 + }, + { + "boundingBox": [ + 6.396, + 1.4556, + 6.8967, + 1.4556, + 6.8967, + 1.5931, + 6.396, + 1.5931 + ], + "text": "Baggins", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 6.0165, + 1.6707, + 7.1006, + 1.6707, + 7.1006, + 1.7854, + 6.0165, + 1.7854 + ], + "text": "123 Hobbit Lane", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 6.0165, + 1.6772, + 6.2434, + 1.6772, + 6.2434, + 1.7854, + 6.0165, + 1.7854 + ], + "text": "123", + "confidence": 1 + }, + { + "boundingBox": [ + 6.3033, + 1.6707, + 6.7463, + 1.6707, + 6.7463, + 1.7854, + 6.3033, + 1.7854 + ], + "text": "Hobbit", + "confidence": 1 + }, + { + "boundingBox": [ + 6.803, + 1.6782, + 7.1006, + 1.6782, + 7.1006, + 1.7854, + 6.803, + 1.7854 + ], + "text": "Lane", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 0.8852, + 1.846, + 1.713, + 1.846, + 1.713, + 1.9554, + 0.8852, + 1.9554 + ], + "text": "567 Main St.", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 0.8852, + 1.8472, + 1.1203, + 1.8472, + 1.1203, + 1.9554, + 0.8852, + 1.9554 + ], + "text": "567", + "confidence": 1 + }, + { + "boundingBox": [ + 1.1777, + 1.846, + 1.5022, + 1.846, + 1.5022, + 1.9554, + 1.1777, + 1.9554 + ], + "text": "Main", + "confidence": 1 + }, + { + "boundingBox": [ + 1.5558, + 1.8472, + 1.713, + 1.8472, + 1.713, + 1.9554, + 1.5558, + 1.9554 + ], + "text": "St.", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 6.0164, + 1.891, + 6.9793, + 1.891, + 6.9793, + 2.0275, + 6.0164, + 2.0275 + ], + "text": "Redmond, WA", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 6.0164, + 1.891, + 6.6861, + 1.891, + 6.6861, + 2.0275, + 6.0164, + 2.0275 + ], + "text": "Redmond,", + "confidence": 1 + }, + { + "boundingBox": [ + 6.7408, + 1.8982, + 6.9793, + 1.8982, + 6.9793, + 2.0044, + 6.7408, + 2.0044 + ], + "text": "WA", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 0.891, + 2.061, + 1.8537, + 2.061, + 1.8537, + 2.1975, + 0.891, + 2.1975 + ], + "text": "Redmond, WA", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 0.891, + 2.061, + 1.5605, + 2.061, + 1.5605, + 2.1975, + 0.891, + 2.1975 + ], + "text": "Redmond,", + "confidence": 1 + }, + { + "boundingBox": [ + 1.6152, + 2.0682, + 1.8537, + 2.0682, + 1.8537, + 2.1744, + 1.6152, + 2.1744 + ], + "text": "WA", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 6.0105, + 2.1187, + 6.9371, + 2.1187, + 6.9371, + 2.2254, + 6.0105, + 2.2254 + ], + "text": "555-555-5555", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 6.0105, + 2.1187, + 6.9371, + 2.1187, + 6.9371, + 2.2254, + 6.0105, + 2.2254 + ], + "text": "555-555-5555", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 0.8852, + 2.2887, + 1.8119, + 2.2887, + 1.8119, + 2.3954, + 0.8852, + 2.3954 + ], + "text": "555-555-5555", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 0.8852, + 2.2887, + 1.8119, + 2.2887, + 1.8119, + 2.3954, + 0.8852, + 2.3954 + ], + "text": "555-555-5555", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 1.0943, + 3.0018, + 1.3842, + 3.0018, + 1.3842, + 3.109, + 1.0943, + 3.109 + ], + "text": "Item", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 1.0943, + 3.0018, + 1.3842, + 3.0018, + 1.3842, + 3.109, + 1.0943, + 3.109 + ], + "text": "Item", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 3.2527, + 2.9996, + 3.8367, + 2.9996, + 3.8367, + 3.1371, + 3.2527, + 3.1371 + ], + "text": "Quantity", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 3.2527, + 2.9996, + 3.8367, + 2.9996, + 3.8367, + 3.1371, + 3.2527, + 3.1371 + ], + "text": "Quantity", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 5.423, + 2.9996, + 5.7372, + 2.9996, + 5.7372, + 3.109, + 5.423, + 3.109 + ], + "text": "Price", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 5.423, + 2.9996, + 5.7372, + 2.9996, + 5.7372, + 3.109, + 5.423, + 3.109 + ], + "text": "Price", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 1.0832, + 3.2118, + 1.174, + 3.2118, + 1.174, + 3.318, + 1.0832, + 3.318 + ], + "text": "A", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 1.0832, + 3.2118, + 1.174, + 3.2118, + 1.174, + 3.318, + 1.0832, + 3.318 + ], + "text": "A", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 3.2589, + 3.2116, + 3.3202, + 3.2116, + 3.3202, + 3.3176, + 3.2589, + 3.3176 + ], + "text": "1", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 3.2589, + 3.2116, + 3.3202, + 3.2116, + 3.3202, + 3.3176, + 3.2589, + 3.3176 + ], + "text": "1", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 5.4232, + 3.2108, + 5.7784, + 3.2108, + 5.7784, + 3.319, + 5.4232, + 3.319 + ], + "text": "10.99", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 5.4232, + 3.2108, + 5.7784, + 3.2108, + 5.7784, + 3.319, + 5.4232, + 3.319 + ], + "text": "10.99", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 1.0943, + 3.4256, + 1.1637, + 3.4256, + 1.1637, + 3.531, + 1.0943, + 3.531 + ], + "text": "B", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 1.0943, + 3.4256, + 1.1637, + 3.4256, + 1.1637, + 3.531, + 1.0943, + 3.531 + ], + "text": "B", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 3.2541, + 3.4241, + 3.3199, + 3.4241, + 3.3199, + 3.531, + 3.2541, + 3.531 + ], + "text": "2", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 3.2541, + 3.4241, + 3.3199, + 3.4241, + 3.3199, + 3.531, + 3.2541, + 3.531 + ], + "text": "2", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 5.4232, + 3.4241, + 5.7789, + 3.4241, + 5.7789, + 3.5323, + 5.4232, + 3.5323 + ], + "text": "14.67", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 5.4232, + 3.4241, + 5.7789, + 3.4241, + 5.7789, + 3.5323, + 5.4232, + 3.5323 + ], + "text": "14.67", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 1.0882, + 3.6343, + 1.1647, + 3.6343, + 1.1647, + 3.7421, + 1.0882, + 3.7421 + ], + "text": "C", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 1.0882, + 3.6343, + 1.1647, + 3.6343, + 1.1647, + 3.7421, + 1.0882, + 3.7421 + ], + "text": "C", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 3.2486, + 3.6351, + 3.3244, + 3.6351, + 3.3244, + 3.7413, + 3.2486, + 3.7413 + ], + "text": "4", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 3.2486, + 3.6351, + 3.3244, + 3.6351, + 3.3244, + 3.7413, + 3.2486, + 3.7413 + ], + "text": "4", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 5.4232, + 3.6341, + 5.78, + 3.6341, + 5.78, + 3.7423, + 5.4232, + 3.7423 + ], + "text": "15.66", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 5.4232, + 3.6341, + 5.78, + 3.6341, + 5.78, + 3.7423, + 5.4232, + 3.7423 + ], + "text": "15.66", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 1.0943, + 3.8456, + 1.1753, + 3.8456, + 1.1753, + 3.951, + 1.0943, + 3.951 + ], + "text": "D", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 1.0943, + 3.8456, + 1.1753, + 3.8456, + 1.1753, + 3.951, + 1.0943, + 3.951 + ], + "text": "D", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 3.2589, + 3.845, + 3.3202, + 3.845, + 3.3202, + 3.951, + 3.2589, + 3.951 + ], + "text": "1", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 3.2589, + 3.845, + 3.3202, + 3.845, + 3.3202, + 3.951, + 3.2589, + 3.951 + ], + "text": "1", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 5.4232, + 3.8441, + 5.7809, + 3.8441, + 5.7809, + 3.9523, + 5.4232, + 3.9523 + ], + "text": "12.00", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 5.4232, + 3.8441, + 5.7809, + 3.8441, + 5.7809, + 3.9523, + 5.4232, + 3.9523 + ], + "text": "12.00", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 1.0943, + 4.0561, + 1.153, + 4.0561, + 1.153, + 4.1614, + 1.0943, + 4.1614 + ], + "text": "E", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 1.0943, + 4.0561, + 1.153, + 4.0561, + 1.153, + 4.1614, + 1.0943, + 4.1614 + ], + "text": "E", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 3.2486, + 4.0556, + 3.3244, + 4.0556, + 3.3244, + 4.1617, + 3.2486, + 4.1617 + ], + "text": "4", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 3.2486, + 4.0556, + 3.3244, + 4.0556, + 3.3244, + 4.1617, + 3.2486, + 4.1617 + ], + "text": "4", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 5.4232, + 4.0546, + 5.781, + 4.0546, + 5.781, + 4.1627, + 5.4232, + 4.1627 + ], + "text": "10.00", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 5.4232, + 4.0546, + 5.781, + 4.0546, + 5.781, + 4.1627, + 5.4232, + 4.1627 + ], + "text": "10.00", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 1.0943, + 4.2661, + 1.1497, + 4.2661, + 1.1497, + 4.3717, + 1.0943, + 4.3717 + ], + "text": "F", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 1.0943, + 4.2661, + 1.1497, + 4.2661, + 1.1497, + 4.3717, + 1.0943, + 4.3717 + ], + "text": "F", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 3.2534, + 4.2646, + 3.3226, + 4.2646, + 3.3226, + 4.3727, + 3.2534, + 4.3727 + ], + "text": "6", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 3.2534, + 4.2646, + 3.3226, + 4.2646, + 3.3226, + 4.3727, + 3.2534, + 4.3727 + ], + "text": "6", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 5.4232, + 4.2646, + 5.7809, + 4.2646, + 5.7809, + 4.3727, + 5.4232, + 4.3727 + ], + "text": "12.00", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 5.4232, + 4.2646, + 5.7809, + 4.2646, + 5.7809, + 4.3727, + 5.4232, + 4.3727 + ], + "text": "12.00", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 1.0877, + 4.4746, + 1.1735, + 4.4746, + 1.1735, + 4.5827, + 1.0877, + 4.5827 + ], + "text": "G", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 1.0877, + 4.4746, + 1.1735, + 4.4746, + 1.1735, + 4.5827, + 1.0877, + 4.5827 + ], + "text": "G", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 3.2514, + 4.4746, + 3.3224, + 4.4746, + 3.3224, + 4.5827, + 3.2514, + 4.5827 + ], + "text": "8", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 3.2514, + 4.4746, + 3.3224, + 4.4746, + 3.3224, + 4.5827, + 3.2514, + 4.5827 + ], + "text": "8", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 5.4184, + 4.4746, + 5.781, + 4.4746, + 5.781, + 4.5827, + 5.4184, + 4.5827 + ], + "text": "22.00", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 5.4184, + 4.4746, + 5.781, + 4.4746, + 5.781, + 4.5827, + 5.4184, + 4.5827 + ], + "text": "22.00", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 5.5075, + 4.8981, + 6.632, + 4.8981, + 6.632, + 5.0131, + 5.5075, + 5.0131 + ], + "text": "Subtotal: 300.00", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 5.5075, + 4.8981, + 6.1249, + 4.8981, + 6.1249, + 5.0131, + 5.5075, + 5.0131 + ], + "text": "Subtotal:", + "confidence": 1 + }, + { + "boundingBox": [ + 6.1794, + 4.9042, + 6.632, + 4.9042, + 6.632, + 5.0131, + 6.1794, + 5.0131 + ], + "text": "300.00", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 5.5034, + 5.1245, + 6.2022, + 5.1245, + 6.2022, + 5.2333, + 5.5034, + 5.2333 + ], + "text": "Tax: 30.00", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 5.5034, + 5.1263, + 5.7812, + 5.1263, + 5.7812, + 5.2333, + 5.5034, + 5.2333 + ], + "text": "Tax:", + "confidence": 1 + }, + { + "boundingBox": [ + 5.836, + 5.1245, + 6.2022, + 5.1245, + 6.2022, + 5.2333, + 5.836, + 5.2333 + ], + "text": "30.00", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 5.5034, + 5.3412, + 6.2587, + 5.3412, + 6.2587, + 5.481, + 5.5034, + 5.481 + ], + "text": "Tip: 100.00", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 5.5034, + 5.3412, + 5.7515, + 5.3412, + 5.7515, + 5.481, + 5.5034, + 5.481 + ], + "text": "Tip:", + "confidence": 1 + }, + { + "boundingBox": [ + 5.811, + 5.3445, + 6.2587, + 5.3445, + 6.2587, + 5.4533, + 5.811, + 5.4533 + ], + "text": "100.00", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 5.5034, + 5.5583, + 6.3987, + 5.5583, + 6.3987, + 5.6733, + 5.5034, + 5.6733 + ], + "text": "Total: 430.00", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 5.5034, + 5.5583, + 5.8915, + 5.5583, + 5.8915, + 5.6733, + 5.5034, + 5.6733 + ], + "text": "Total:", + "confidence": 1 + }, + { + "boundingBox": [ + 5.942, + 5.5645, + 6.3987, + 5.5645, + 6.3987, + 5.6733, + 5.942, + 5.6733 + ], + "text": "430.00", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 1.0055, + 6.6553, + 3.8342, + 6.6553, + 3.8342, + 6.7981, + 1.0055, + 6.7981 + ], + "text": "Signature: ____Bilbo Baggins__________", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 1.0055, + 6.6581, + 1.6987, + 6.6581, + 1.6987, + 6.7981, + 1.0055, + 6.7981 + ], + "text": "Signature:", + "confidence": 1 + }, + { + "boundingBox": [ + 1.747, + 6.6553, + 2.4278, + 6.6553, + 2.4278, + 6.7981, + 1.747, + 6.7981 + ], + "text": "____Bilbo", + "confidence": 1 + }, + { + "boundingBox": [ + 2.4823, + 6.6581, + 3.8342, + 6.6581, + 3.8342, + 6.7981, + 2.4823, + 6.7981 + ], + "text": "Baggins__________", + "confidence": 1 + } + ] + } + ] + }, + { + "page": 2, + "angle": 0, + "width": 8.5, + "height": 11, + "unit": "inch", + "lines": [] + } + ], + "pageResults": [ + { + "page": 1, + "tables": [ + { + "rows": 8, + "columns": 3, + "cells": [ + { + "rowIndex": 0, + "columnIndex": 0, + "text": "Item", + "boundingBox": [ + 0.9909, + 2.9408, + 3.1582, + 2.9408, + 3.1582, + 3.1528, + 0.9909, + 3.1528 + ], + "elements": [ + "#/readResults/0/lines/10/words/0" + ] + }, + { + "rowIndex": 0, + "columnIndex": 1, + "text": "Quantity", + "boundingBox": [ + 3.1582, + 2.9408, + 5.3322, + 2.9408, + 5.3322, + 3.1528, + 3.1582, + 3.1528 + ], + "elements": [ + "#/readResults/0/lines/11/words/0" + ] + }, + { + "rowIndex": 0, + "columnIndex": 2, + "text": "Price", + "boundingBox": [ + 5.3322, + 2.9408, + 7.4928, + 2.947, + 7.4928, + 3.1528, + 5.3322, + 3.1528 + ], + "elements": [ + "#/readResults/0/lines/12/words/0" + ] + }, + { + "rowIndex": 1, + "columnIndex": 0, + "text": "A", + "boundingBox": [ + 0.9909, + 3.1528, + 3.1582, + 3.1528, + 3.1582, + 3.3649, + 0.9976, + 3.3649 + ], + "elements": [ + "#/readResults/0/lines/13/words/0" + ] + }, + { + "rowIndex": 1, + "columnIndex": 1, + "text": "1", + "boundingBox": [ + 3.1582, + 3.1528, + 5.3322, + 3.1528, + 5.3322, + 3.3649, + 3.1582, + 3.3649 + ], + "elements": [ + "#/readResults/0/lines/14/words/0" + ] + }, + { + "rowIndex": 1, + "columnIndex": 2, + "text": "10.99", + "boundingBox": [ + 5.3322, + 3.1528, + 7.4928, + 3.1528, + 7.4995, + 3.3649, + 5.3322, + 3.3649 + ], + "elements": [ + "#/readResults/0/lines/15/words/0" + ] + }, + { + "rowIndex": 2, + "columnIndex": 0, + "text": "B", + "boundingBox": [ + 0.9976, + 3.3649, + 3.1582, + 3.3649, + 3.1582, + 3.5707, + 0.9976, + 3.5707 + ], + "elements": [ + "#/readResults/0/lines/16/words/0" + ] + }, + { + "rowIndex": 2, + "columnIndex": 1, + "text": "2", + "boundingBox": [ + 3.1582, + 3.3649, + 5.3322, + 3.3649, + 5.3322, + 3.5707, + 3.1582, + 3.5707 + ], + "elements": [ + "#/readResults/0/lines/17/words/0" + ] + }, + { + "rowIndex": 2, + "columnIndex": 2, + "text": "14.67", + "boundingBox": [ + 5.3322, + 3.3649, + 7.4995, + 3.3649, + 7.4995, + 3.5707, + 5.3322, + 3.5707 + ], + "elements": [ + "#/readResults/0/lines/18/words/0" + ] + }, + { + "rowIndex": 3, + "columnIndex": 0, + "text": "C", + "boundingBox": [ + 0.9976, + 3.5707, + 3.1582, + 3.5707, + 3.1582, + 3.7827, + 0.9976, + 3.7827 + ], + "elements": [ + "#/readResults/0/lines/19/words/0" + ] + }, + { + "rowIndex": 3, + "columnIndex": 1, + "text": "4", + "boundingBox": [ + 3.1582, + 3.5707, + 5.3322, + 3.5707, + 5.3322, + 3.7827, + 3.1582, + 3.7827 + ], + "elements": [ + "#/readResults/0/lines/20/words/0" + ] + }, + { + "rowIndex": 3, + "columnIndex": 2, + "text": "15.66", + "boundingBox": [ + 5.3322, + 3.5707, + 7.4995, + 3.5707, + 7.4995, + 3.7827, + 5.3322, + 3.7827 + ], + "elements": [ + "#/readResults/0/lines/21/words/0" + ] + }, + { + "rowIndex": 4, + "columnIndex": 0, + "text": "D", + "boundingBox": [ + 0.9976, + 3.7827, + 3.1582, + 3.7827, + 3.1582, + 3.9885, + 1.0043, + 3.9885 + ], + "elements": [ + "#/readResults/0/lines/22/words/0" + ] + }, + { + "rowIndex": 4, + "columnIndex": 1, + "text": "1", + "boundingBox": [ + 3.1582, + 3.7827, + 5.3322, + 3.7827, + 5.3322, + 3.9885, + 3.1582, + 3.9885 + ], + "elements": [ + "#/readResults/0/lines/23/words/0" + ] + }, + { + "rowIndex": 4, + "columnIndex": 2, + "text": "12.00", + "boundingBox": [ + 5.3322, + 3.7827, + 7.4995, + 3.7827, + 7.4995, + 3.9885, + 5.3322, + 3.9885 + ], + "elements": [ + "#/readResults/0/lines/24/words/0" + ] + }, + { + "rowIndex": 5, + "columnIndex": 0, + "text": "E", + "boundingBox": [ + 1.0043, + 3.9885, + 3.1582, + 3.9885, + 3.1582, + 4.2006, + 1.0043, + 4.2006 + ], + "elements": [ + "#/readResults/0/lines/25/words/0" + ] + }, + { + "rowIndex": 5, + "columnIndex": 1, + "text": "4", + "boundingBox": [ + 3.1582, + 3.9885, + 5.3322, + 3.9885, + 5.3322, + 4.2006, + 3.1582, + 4.2006 + ], + "elements": [ + "#/readResults/0/lines/26/words/0" + ] + }, + { + "rowIndex": 5, + "columnIndex": 2, + "text": "10.00", + "boundingBox": [ + 5.3322, + 3.9885, + 7.4995, + 3.9885, + 7.5062, + 4.2006, + 5.3322, + 4.2006 + ], + "elements": [ + "#/readResults/0/lines/27/words/0" + ] + }, + { + "rowIndex": 6, + "columnIndex": 0, + "text": "F", + "boundingBox": [ + 1.0043, + 4.2006, + 3.1582, + 4.2006, + 3.1582, + 4.4126, + 1.0043, + 4.4126 + ], + "elements": [ + "#/readResults/0/lines/28/words/0" + ] + }, + { + "rowIndex": 6, + "columnIndex": 1, + "text": "6", + "boundingBox": [ + 3.1582, + 4.2006, + 5.3322, + 4.2006, + 5.3322, + 4.4126, + 3.1582, + 4.4126 + ], + "elements": [ + "#/readResults/0/lines/29/words/0" + ] + }, + { + "rowIndex": 6, + "columnIndex": 2, + "text": "12.00", + "boundingBox": [ + 5.3322, + 4.2006, + 7.5062, + 4.2006, + 7.5062, + 4.4126, + 5.3322, + 4.4126 + ], + "elements": [ + "#/readResults/0/lines/30/words/0" + ] + }, + { + "rowIndex": 7, + "columnIndex": 0, + "text": "G", + "boundingBox": [ + 1.0043, + 4.4126, + 3.1582, + 4.4126, + 3.1582, + 4.6184, + 1.011, + 4.6246 + ], + "elements": [ + "#/readResults/0/lines/31/words/0" + ] + }, + { + "rowIndex": 7, + "columnIndex": 1, + "text": "8", + "boundingBox": [ + 3.1582, + 4.4126, + 5.3322, + 4.4126, + 5.3322, + 4.6184, + 3.1582, + 4.6184 + ], + "elements": [ + "#/readResults/0/lines/32/words/0" + ] + }, + { + "rowIndex": 7, + "columnIndex": 2, + "text": "22.00", + "boundingBox": [ + 5.3322, + 4.4126, + 7.5062, + 4.4126, + 7.5062, + 4.6246, + 5.3322, + 4.6184 + ], + "elements": [ + "#/readResults/0/lines/33/words/0" + ] + } + ], + "boundingBox": [ + 0.9957, + 2.9322, + 7.4976, + 2.9326, + 7.4974, + 4.6222, + 0.9944, + 4.6216 + ] + } + ] + }, + { + "page": 2, + "tables": [] + } + ] + } + } + } + ], + "Variables": { + "FORM_RECOGNIZER_API_KEY": "Sanitized", + "FORM_RECOGNIZER_ENDPOINT": "https://mariari-centraluseuap.cognitiveservices.azure.com/", + "RandomSeed": "1239208350" + } +} \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeContentWithOnePageArgument(%1-2%,2)Async.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeContentWithOnePageArgument(%1-2%,2)Async.json new file mode 100644 index 0000000000000..f448b13239a6a --- /dev/null +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeContentWithOnePageArgument(%1-2%,2)Async.json @@ -0,0 +1,2288 @@ +{ + "Entries": [ + { + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/layout/analyze?Pages=1-2", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Content-Length": "108935", + "Content-Type": "application/pdf", + "Ocp-Apim-Subscription-Key": "Sanitized", + "traceparent": "00-7ff3d1cfd213fd429272d93a738b2338-57b2c0a2c103704d-00", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201110.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "c6ca34d679cabd1ffe67b88e4b26b188", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "apim-request-id": "45cc521c-4260-43b3-a2a6-e517065af122", + "Content-Length": "0", + "Date": "Tue, 10 Nov 2020 21:06:09 GMT", + "Operation-Location": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/layout/analyzeResults/45cc521c-4260-43b3-a2a6-e517065af122", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "56" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/layout/analyzeResults/45cc521c-4260-43b3-a2a6-e517065af122", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201110.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "71cddbc623b00d9f61360995c927e340", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "40236159-11b6-46fa-9939-d44119fdd233", + "Content-Length": "106", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 10 Nov 2020 21:06:09 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "13" + }, + "ResponseBody": { + "status": "running", + "createdDateTime": "2020-11-10T21:06:10Z", + "lastUpdatedDateTime": "2020-11-10T21:06:10Z" + } + }, + { + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/layout/analyzeResults/45cc521c-4260-43b3-a2a6-e517065af122", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201110.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "0154b700dd8feb2f7b872a273d9e1dcb", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "9f6118fd-a52c-4ebd-9b6d-5a3d03a3b8b6", + "Content-Length": "106", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 10 Nov 2020 21:06:11 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "13" + }, + "ResponseBody": { + "status": "running", + "createdDateTime": "2020-11-10T21:06:10Z", + "lastUpdatedDateTime": "2020-11-10T21:06:10Z" + } + }, + { + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/layout/analyzeResults/45cc521c-4260-43b3-a2a6-e517065af122", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201110.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "6628b958eea4b2c095bc65947089f4d7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "380dca32-b294-42d1-a1f8-d28d0d262191", + "Content-Length": "106", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 10 Nov 2020 21:06:12 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "11" + }, + "ResponseBody": { + "status": "running", + "createdDateTime": "2020-11-10T21:06:10Z", + "lastUpdatedDateTime": "2020-11-10T21:06:10Z" + } + }, + { + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/layout/analyzeResults/45cc521c-4260-43b3-a2a6-e517065af122", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201110.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "938e7884b0d1e8f8abe1f628f978d0c2", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "5f583367-43bd-405a-8956-09330e4a9bbb", + "Content-Length": "106", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 10 Nov 2020 21:06:13 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "13" + }, + "ResponseBody": { + "status": "running", + "createdDateTime": "2020-11-10T21:06:10Z", + "lastUpdatedDateTime": "2020-11-10T21:06:10Z" + } + }, + { + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/layout/analyzeResults/45cc521c-4260-43b3-a2a6-e517065af122", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201110.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "0f3c3d187cfe119bf6a26bd3789b7bf1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "cf39f381-f25f-4684-8bdc-5f089459824c", + "Content-Length": "106", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 10 Nov 2020 21:06:15 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "10" + }, + "ResponseBody": { + "status": "running", + "createdDateTime": "2020-11-10T21:06:10Z", + "lastUpdatedDateTime": "2020-11-10T21:06:10Z" + } + }, + { + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/layout/analyzeResults/45cc521c-4260-43b3-a2a6-e517065af122", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201110.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "c5a353938910a8fac03fbac2f897b91d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "948bb0cc-fbcb-425f-b7df-658603865762", + "Content-Length": "16083", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 10 Nov 2020 21:06:16 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "33" + }, + "ResponseBody": { + "status": "succeeded", + "createdDateTime": "2020-11-10T21:06:10Z", + "lastUpdatedDateTime": "2020-11-10T21:06:15Z", + "analyzeResult": { + "version": "2.1.0", + "readResults": [ + { + "page": 1, + "angle": 0, + "width": 8.5, + "height": 11, + "unit": "inch", + "lines": [ + { + "boundingBox": [ + 0.8861, + 1.1217, + 2.3783, + 1.1217, + 2.3783, + 1.2812, + 0.8861, + 1.2812 + ], + "text": "Company A Invoice", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 0.8861, + 1.1232, + 1.6203, + 1.1232, + 1.6203, + 1.2812, + 0.8861, + 1.2812 + ], + "text": "Company", + "confidence": 1 + }, + { + "boundingBox": [ + 1.6696, + 1.1242, + 1.7749, + 1.1242, + 1.7749, + 1.2473, + 1.6696, + 1.2473 + ], + "text": "A", + "confidence": 1 + }, + { + "boundingBox": [ + 1.8389, + 1.1217, + 2.3783, + 1.1217, + 2.3783, + 1.2485, + 1.8389, + 1.2485 + ], + "text": "Invoice", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 6.0211, + 1.0656, + 7.0357, + 1.0656, + 7.0357, + 1.2121, + 6.0211, + 1.2121 + ], + "text": "Invoice For:", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 6.0211, + 1.0656, + 6.6362, + 1.0656, + 6.6362, + 1.2121, + 6.0211, + 1.2121 + ], + "text": "Invoice", + "confidence": 1 + }, + { + "boundingBox": [ + 6.7147, + 1.0691, + 7.0357, + 1.0691, + 7.0357, + 1.2121, + 6.7147, + 1.2121 + ], + "text": "For:", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 0.8791, + 1.4825, + 1.5657, + 1.4825, + 1.5657, + 1.6155, + 0.8791, + 1.6155 + ], + "text": "Address:", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 0.8791, + 1.4825, + 1.5657, + 1.4825, + 1.5657, + 1.6155, + 0.8791, + 1.6155 + ], + "text": "Address:", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 6.0164, + 1.4503, + 6.8967, + 1.4503, + 6.8967, + 1.5931, + 6.0164, + 1.5931 + ], + "text": "Bilbo Baggins", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 6.0164, + 1.4503, + 6.3392, + 1.4503, + 6.3392, + 1.5649, + 6.0164, + 1.5649 + ], + "text": "Bilbo", + "confidence": 1 + }, + { + "boundingBox": [ + 6.396, + 1.4556, + 6.8967, + 1.4556, + 6.8967, + 1.5931, + 6.396, + 1.5931 + ], + "text": "Baggins", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 6.0165, + 1.6707, + 7.1006, + 1.6707, + 7.1006, + 1.7854, + 6.0165, + 1.7854 + ], + "text": "123 Hobbit Lane", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 6.0165, + 1.6772, + 6.2434, + 1.6772, + 6.2434, + 1.7854, + 6.0165, + 1.7854 + ], + "text": "123", + "confidence": 1 + }, + { + "boundingBox": [ + 6.3033, + 1.6707, + 6.7463, + 1.6707, + 6.7463, + 1.7854, + 6.3033, + 1.7854 + ], + "text": "Hobbit", + "confidence": 1 + }, + { + "boundingBox": [ + 6.803, + 1.6782, + 7.1006, + 1.6782, + 7.1006, + 1.7854, + 6.803, + 1.7854 + ], + "text": "Lane", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 0.8852, + 1.846, + 1.713, + 1.846, + 1.713, + 1.9554, + 0.8852, + 1.9554 + ], + "text": "567 Main St.", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 0.8852, + 1.8472, + 1.1203, + 1.8472, + 1.1203, + 1.9554, + 0.8852, + 1.9554 + ], + "text": "567", + "confidence": 1 + }, + { + "boundingBox": [ + 1.1777, + 1.846, + 1.5022, + 1.846, + 1.5022, + 1.9554, + 1.1777, + 1.9554 + ], + "text": "Main", + "confidence": 1 + }, + { + "boundingBox": [ + 1.5558, + 1.8472, + 1.713, + 1.8472, + 1.713, + 1.9554, + 1.5558, + 1.9554 + ], + "text": "St.", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 6.0164, + 1.891, + 6.9793, + 1.891, + 6.9793, + 2.0275, + 6.0164, + 2.0275 + ], + "text": "Redmond, WA", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 6.0164, + 1.891, + 6.6861, + 1.891, + 6.6861, + 2.0275, + 6.0164, + 2.0275 + ], + "text": "Redmond,", + "confidence": 1 + }, + { + "boundingBox": [ + 6.7408, + 1.8982, + 6.9793, + 1.8982, + 6.9793, + 2.0044, + 6.7408, + 2.0044 + ], + "text": "WA", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 0.891, + 2.061, + 1.8537, + 2.061, + 1.8537, + 2.1975, + 0.891, + 2.1975 + ], + "text": "Redmond, WA", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 0.891, + 2.061, + 1.5605, + 2.061, + 1.5605, + 2.1975, + 0.891, + 2.1975 + ], + "text": "Redmond,", + "confidence": 1 + }, + { + "boundingBox": [ + 1.6152, + 2.0682, + 1.8537, + 2.0682, + 1.8537, + 2.1744, + 1.6152, + 2.1744 + ], + "text": "WA", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 6.0105, + 2.1187, + 6.9371, + 2.1187, + 6.9371, + 2.2254, + 6.0105, + 2.2254 + ], + "text": "555-555-5555", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 6.0105, + 2.1187, + 6.9371, + 2.1187, + 6.9371, + 2.2254, + 6.0105, + 2.2254 + ], + "text": "555-555-5555", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 0.8852, + 2.2887, + 1.8119, + 2.2887, + 1.8119, + 2.3954, + 0.8852, + 2.3954 + ], + "text": "555-555-5555", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 0.8852, + 2.2887, + 1.8119, + 2.2887, + 1.8119, + 2.3954, + 0.8852, + 2.3954 + ], + "text": "555-555-5555", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 1.0943, + 3.0018, + 1.3842, + 3.0018, + 1.3842, + 3.109, + 1.0943, + 3.109 + ], + "text": "Item", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 1.0943, + 3.0018, + 1.3842, + 3.0018, + 1.3842, + 3.109, + 1.0943, + 3.109 + ], + "text": "Item", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 3.2527, + 2.9996, + 3.8367, + 2.9996, + 3.8367, + 3.1371, + 3.2527, + 3.1371 + ], + "text": "Quantity", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 3.2527, + 2.9996, + 3.8367, + 2.9996, + 3.8367, + 3.1371, + 3.2527, + 3.1371 + ], + "text": "Quantity", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 5.423, + 2.9996, + 5.7372, + 2.9996, + 5.7372, + 3.109, + 5.423, + 3.109 + ], + "text": "Price", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 5.423, + 2.9996, + 5.7372, + 2.9996, + 5.7372, + 3.109, + 5.423, + 3.109 + ], + "text": "Price", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 1.0832, + 3.2118, + 1.174, + 3.2118, + 1.174, + 3.318, + 1.0832, + 3.318 + ], + "text": "A", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 1.0832, + 3.2118, + 1.174, + 3.2118, + 1.174, + 3.318, + 1.0832, + 3.318 + ], + "text": "A", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 3.2589, + 3.2116, + 3.3202, + 3.2116, + 3.3202, + 3.3176, + 3.2589, + 3.3176 + ], + "text": "1", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 3.2589, + 3.2116, + 3.3202, + 3.2116, + 3.3202, + 3.3176, + 3.2589, + 3.3176 + ], + "text": "1", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 5.4232, + 3.2108, + 5.7784, + 3.2108, + 5.7784, + 3.319, + 5.4232, + 3.319 + ], + "text": "10.99", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 5.4232, + 3.2108, + 5.7784, + 3.2108, + 5.7784, + 3.319, + 5.4232, + 3.319 + ], + "text": "10.99", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 1.0943, + 3.4256, + 1.1637, + 3.4256, + 1.1637, + 3.531, + 1.0943, + 3.531 + ], + "text": "B", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 1.0943, + 3.4256, + 1.1637, + 3.4256, + 1.1637, + 3.531, + 1.0943, + 3.531 + ], + "text": "B", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 3.2541, + 3.4241, + 3.3199, + 3.4241, + 3.3199, + 3.531, + 3.2541, + 3.531 + ], + "text": "2", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 3.2541, + 3.4241, + 3.3199, + 3.4241, + 3.3199, + 3.531, + 3.2541, + 3.531 + ], + "text": "2", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 5.4232, + 3.4241, + 5.7789, + 3.4241, + 5.7789, + 3.5323, + 5.4232, + 3.5323 + ], + "text": "14.67", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 5.4232, + 3.4241, + 5.7789, + 3.4241, + 5.7789, + 3.5323, + 5.4232, + 3.5323 + ], + "text": "14.67", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 1.0882, + 3.6343, + 1.1647, + 3.6343, + 1.1647, + 3.7421, + 1.0882, + 3.7421 + ], + "text": "C", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 1.0882, + 3.6343, + 1.1647, + 3.6343, + 1.1647, + 3.7421, + 1.0882, + 3.7421 + ], + "text": "C", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 3.2486, + 3.6351, + 3.3244, + 3.6351, + 3.3244, + 3.7413, + 3.2486, + 3.7413 + ], + "text": "4", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 3.2486, + 3.6351, + 3.3244, + 3.6351, + 3.3244, + 3.7413, + 3.2486, + 3.7413 + ], + "text": "4", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 5.4232, + 3.6341, + 5.78, + 3.6341, + 5.78, + 3.7423, + 5.4232, + 3.7423 + ], + "text": "15.66", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 5.4232, + 3.6341, + 5.78, + 3.6341, + 5.78, + 3.7423, + 5.4232, + 3.7423 + ], + "text": "15.66", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 1.0943, + 3.8456, + 1.1753, + 3.8456, + 1.1753, + 3.951, + 1.0943, + 3.951 + ], + "text": "D", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 1.0943, + 3.8456, + 1.1753, + 3.8456, + 1.1753, + 3.951, + 1.0943, + 3.951 + ], + "text": "D", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 3.2589, + 3.845, + 3.3202, + 3.845, + 3.3202, + 3.951, + 3.2589, + 3.951 + ], + "text": "1", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 3.2589, + 3.845, + 3.3202, + 3.845, + 3.3202, + 3.951, + 3.2589, + 3.951 + ], + "text": "1", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 5.4232, + 3.8441, + 5.7809, + 3.8441, + 5.7809, + 3.9523, + 5.4232, + 3.9523 + ], + "text": "12.00", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 5.4232, + 3.8441, + 5.7809, + 3.8441, + 5.7809, + 3.9523, + 5.4232, + 3.9523 + ], + "text": "12.00", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 1.0943, + 4.0561, + 1.153, + 4.0561, + 1.153, + 4.1614, + 1.0943, + 4.1614 + ], + "text": "E", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 1.0943, + 4.0561, + 1.153, + 4.0561, + 1.153, + 4.1614, + 1.0943, + 4.1614 + ], + "text": "E", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 3.2486, + 4.0556, + 3.3244, + 4.0556, + 3.3244, + 4.1617, + 3.2486, + 4.1617 + ], + "text": "4", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 3.2486, + 4.0556, + 3.3244, + 4.0556, + 3.3244, + 4.1617, + 3.2486, + 4.1617 + ], + "text": "4", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 5.4232, + 4.0546, + 5.781, + 4.0546, + 5.781, + 4.1627, + 5.4232, + 4.1627 + ], + "text": "10.00", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 5.4232, + 4.0546, + 5.781, + 4.0546, + 5.781, + 4.1627, + 5.4232, + 4.1627 + ], + "text": "10.00", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 1.0943, + 4.2661, + 1.1497, + 4.2661, + 1.1497, + 4.3717, + 1.0943, + 4.3717 + ], + "text": "F", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 1.0943, + 4.2661, + 1.1497, + 4.2661, + 1.1497, + 4.3717, + 1.0943, + 4.3717 + ], + "text": "F", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 3.2534, + 4.2646, + 3.3226, + 4.2646, + 3.3226, + 4.3727, + 3.2534, + 4.3727 + ], + "text": "6", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 3.2534, + 4.2646, + 3.3226, + 4.2646, + 3.3226, + 4.3727, + 3.2534, + 4.3727 + ], + "text": "6", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 5.4232, + 4.2646, + 5.7809, + 4.2646, + 5.7809, + 4.3727, + 5.4232, + 4.3727 + ], + "text": "12.00", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 5.4232, + 4.2646, + 5.7809, + 4.2646, + 5.7809, + 4.3727, + 5.4232, + 4.3727 + ], + "text": "12.00", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 1.0877, + 4.4746, + 1.1735, + 4.4746, + 1.1735, + 4.5827, + 1.0877, + 4.5827 + ], + "text": "G", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 1.0877, + 4.4746, + 1.1735, + 4.4746, + 1.1735, + 4.5827, + 1.0877, + 4.5827 + ], + "text": "G", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 3.2514, + 4.4746, + 3.3224, + 4.4746, + 3.3224, + 4.5827, + 3.2514, + 4.5827 + ], + "text": "8", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 3.2514, + 4.4746, + 3.3224, + 4.4746, + 3.3224, + 4.5827, + 3.2514, + 4.5827 + ], + "text": "8", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 5.4184, + 4.4746, + 5.781, + 4.4746, + 5.781, + 4.5827, + 5.4184, + 4.5827 + ], + "text": "22.00", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 5.4184, + 4.4746, + 5.781, + 4.4746, + 5.781, + 4.5827, + 5.4184, + 4.5827 + ], + "text": "22.00", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 5.5075, + 4.8981, + 6.632, + 4.8981, + 6.632, + 5.0131, + 5.5075, + 5.0131 + ], + "text": "Subtotal: 300.00", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 5.5075, + 4.8981, + 6.1249, + 4.8981, + 6.1249, + 5.0131, + 5.5075, + 5.0131 + ], + "text": "Subtotal:", + "confidence": 1 + }, + { + "boundingBox": [ + 6.1794, + 4.9042, + 6.632, + 4.9042, + 6.632, + 5.0131, + 6.1794, + 5.0131 + ], + "text": "300.00", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 5.5034, + 5.1245, + 6.2022, + 5.1245, + 6.2022, + 5.2333, + 5.5034, + 5.2333 + ], + "text": "Tax: 30.00", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 5.5034, + 5.1263, + 5.7812, + 5.1263, + 5.7812, + 5.2333, + 5.5034, + 5.2333 + ], + "text": "Tax:", + "confidence": 1 + }, + { + "boundingBox": [ + 5.836, + 5.1245, + 6.2022, + 5.1245, + 6.2022, + 5.2333, + 5.836, + 5.2333 + ], + "text": "30.00", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 5.5034, + 5.3412, + 6.2587, + 5.3412, + 6.2587, + 5.481, + 5.5034, + 5.481 + ], + "text": "Tip: 100.00", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 5.5034, + 5.3412, + 5.7515, + 5.3412, + 5.7515, + 5.481, + 5.5034, + 5.481 + ], + "text": "Tip:", + "confidence": 1 + }, + { + "boundingBox": [ + 5.811, + 5.3445, + 6.2587, + 5.3445, + 6.2587, + 5.4533, + 5.811, + 5.4533 + ], + "text": "100.00", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 5.5034, + 5.5583, + 6.3987, + 5.5583, + 6.3987, + 5.6733, + 5.5034, + 5.6733 + ], + "text": "Total: 430.00", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 5.5034, + 5.5583, + 5.8915, + 5.5583, + 5.8915, + 5.6733, + 5.5034, + 5.6733 + ], + "text": "Total:", + "confidence": 1 + }, + { + "boundingBox": [ + 5.942, + 5.5645, + 6.3987, + 5.5645, + 6.3987, + 5.6733, + 5.942, + 5.6733 + ], + "text": "430.00", + "confidence": 1 + } + ] + }, + { + "boundingBox": [ + 1.0055, + 6.6553, + 3.8342, + 6.6553, + 3.8342, + 6.7981, + 1.0055, + 6.7981 + ], + "text": "Signature: ____Bilbo Baggins__________", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 1.0055, + 6.6581, + 1.6987, + 6.6581, + 1.6987, + 6.7981, + 1.0055, + 6.7981 + ], + "text": "Signature:", + "confidence": 1 + }, + { + "boundingBox": [ + 1.747, + 6.6553, + 2.4278, + 6.6553, + 2.4278, + 6.7981, + 1.747, + 6.7981 + ], + "text": "____Bilbo", + "confidence": 1 + }, + { + "boundingBox": [ + 2.4823, + 6.6581, + 3.8342, + 6.6581, + 3.8342, + 6.7981, + 2.4823, + 6.7981 + ], + "text": "Baggins__________", + "confidence": 1 + } + ] + } + ] + }, + { + "page": 2, + "angle": 0, + "width": 8.5, + "height": 11, + "unit": "inch", + "lines": [] + } + ], + "pageResults": [ + { + "page": 1, + "tables": [ + { + "rows": 8, + "columns": 3, + "cells": [ + { + "rowIndex": 0, + "columnIndex": 0, + "text": "Item", + "boundingBox": [ + 0.9909, + 2.9408, + 3.1582, + 2.9408, + 3.1582, + 3.1528, + 0.9909, + 3.1528 + ], + "elements": [ + "#/readResults/0/lines/10/words/0" + ] + }, + { + "rowIndex": 0, + "columnIndex": 1, + "text": "Quantity", + "boundingBox": [ + 3.1582, + 2.9408, + 5.3322, + 2.9408, + 5.3322, + 3.1528, + 3.1582, + 3.1528 + ], + "elements": [ + "#/readResults/0/lines/11/words/0" + ] + }, + { + "rowIndex": 0, + "columnIndex": 2, + "text": "Price", + "boundingBox": [ + 5.3322, + 2.9408, + 7.4928, + 2.947, + 7.4928, + 3.1528, + 5.3322, + 3.1528 + ], + "elements": [ + "#/readResults/0/lines/12/words/0" + ] + }, + { + "rowIndex": 1, + "columnIndex": 0, + "text": "A", + "boundingBox": [ + 0.9909, + 3.1528, + 3.1582, + 3.1528, + 3.1582, + 3.3649, + 0.9976, + 3.3649 + ], + "elements": [ + "#/readResults/0/lines/13/words/0" + ] + }, + { + "rowIndex": 1, + "columnIndex": 1, + "text": "1", + "boundingBox": [ + 3.1582, + 3.1528, + 5.3322, + 3.1528, + 5.3322, + 3.3649, + 3.1582, + 3.3649 + ], + "elements": [ + "#/readResults/0/lines/14/words/0" + ] + }, + { + "rowIndex": 1, + "columnIndex": 2, + "text": "10.99", + "boundingBox": [ + 5.3322, + 3.1528, + 7.4928, + 3.1528, + 7.4995, + 3.3649, + 5.3322, + 3.3649 + ], + "elements": [ + "#/readResults/0/lines/15/words/0" + ] + }, + { + "rowIndex": 2, + "columnIndex": 0, + "text": "B", + "boundingBox": [ + 0.9976, + 3.3649, + 3.1582, + 3.3649, + 3.1582, + 3.5707, + 0.9976, + 3.5707 + ], + "elements": [ + "#/readResults/0/lines/16/words/0" + ] + }, + { + "rowIndex": 2, + "columnIndex": 1, + "text": "2", + "boundingBox": [ + 3.1582, + 3.3649, + 5.3322, + 3.3649, + 5.3322, + 3.5707, + 3.1582, + 3.5707 + ], + "elements": [ + "#/readResults/0/lines/17/words/0" + ] + }, + { + "rowIndex": 2, + "columnIndex": 2, + "text": "14.67", + "boundingBox": [ + 5.3322, + 3.3649, + 7.4995, + 3.3649, + 7.4995, + 3.5707, + 5.3322, + 3.5707 + ], + "elements": [ + "#/readResults/0/lines/18/words/0" + ] + }, + { + "rowIndex": 3, + "columnIndex": 0, + "text": "C", + "boundingBox": [ + 0.9976, + 3.5707, + 3.1582, + 3.5707, + 3.1582, + 3.7827, + 0.9976, + 3.7827 + ], + "elements": [ + "#/readResults/0/lines/19/words/0" + ] + }, + { + "rowIndex": 3, + "columnIndex": 1, + "text": "4", + "boundingBox": [ + 3.1582, + 3.5707, + 5.3322, + 3.5707, + 5.3322, + 3.7827, + 3.1582, + 3.7827 + ], + "elements": [ + "#/readResults/0/lines/20/words/0" + ] + }, + { + "rowIndex": 3, + "columnIndex": 2, + "text": "15.66", + "boundingBox": [ + 5.3322, + 3.5707, + 7.4995, + 3.5707, + 7.4995, + 3.7827, + 5.3322, + 3.7827 + ], + "elements": [ + "#/readResults/0/lines/21/words/0" + ] + }, + { + "rowIndex": 4, + "columnIndex": 0, + "text": "D", + "boundingBox": [ + 0.9976, + 3.7827, + 3.1582, + 3.7827, + 3.1582, + 3.9885, + 1.0043, + 3.9885 + ], + "elements": [ + "#/readResults/0/lines/22/words/0" + ] + }, + { + "rowIndex": 4, + "columnIndex": 1, + "text": "1", + "boundingBox": [ + 3.1582, + 3.7827, + 5.3322, + 3.7827, + 5.3322, + 3.9885, + 3.1582, + 3.9885 + ], + "elements": [ + "#/readResults/0/lines/23/words/0" + ] + }, + { + "rowIndex": 4, + "columnIndex": 2, + "text": "12.00", + "boundingBox": [ + 5.3322, + 3.7827, + 7.4995, + 3.7827, + 7.4995, + 3.9885, + 5.3322, + 3.9885 + ], + "elements": [ + "#/readResults/0/lines/24/words/0" + ] + }, + { + "rowIndex": 5, + "columnIndex": 0, + "text": "E", + "boundingBox": [ + 1.0043, + 3.9885, + 3.1582, + 3.9885, + 3.1582, + 4.2006, + 1.0043, + 4.2006 + ], + "elements": [ + "#/readResults/0/lines/25/words/0" + ] + }, + { + "rowIndex": 5, + "columnIndex": 1, + "text": "4", + "boundingBox": [ + 3.1582, + 3.9885, + 5.3322, + 3.9885, + 5.3322, + 4.2006, + 3.1582, + 4.2006 + ], + "elements": [ + "#/readResults/0/lines/26/words/0" + ] + }, + { + "rowIndex": 5, + "columnIndex": 2, + "text": "10.00", + "boundingBox": [ + 5.3322, + 3.9885, + 7.4995, + 3.9885, + 7.5062, + 4.2006, + 5.3322, + 4.2006 + ], + "elements": [ + "#/readResults/0/lines/27/words/0" + ] + }, + { + "rowIndex": 6, + "columnIndex": 0, + "text": "F", + "boundingBox": [ + 1.0043, + 4.2006, + 3.1582, + 4.2006, + 3.1582, + 4.4126, + 1.0043, + 4.4126 + ], + "elements": [ + "#/readResults/0/lines/28/words/0" + ] + }, + { + "rowIndex": 6, + "columnIndex": 1, + "text": "6", + "boundingBox": [ + 3.1582, + 4.2006, + 5.3322, + 4.2006, + 5.3322, + 4.4126, + 3.1582, + 4.4126 + ], + "elements": [ + "#/readResults/0/lines/29/words/0" + ] + }, + { + "rowIndex": 6, + "columnIndex": 2, + "text": "12.00", + "boundingBox": [ + 5.3322, + 4.2006, + 7.5062, + 4.2006, + 7.5062, + 4.4126, + 5.3322, + 4.4126 + ], + "elements": [ + "#/readResults/0/lines/30/words/0" + ] + }, + { + "rowIndex": 7, + "columnIndex": 0, + "text": "G", + "boundingBox": [ + 1.0043, + 4.4126, + 3.1582, + 4.4126, + 3.1582, + 4.6184, + 1.011, + 4.6246 + ], + "elements": [ + "#/readResults/0/lines/31/words/0" + ] + }, + { + "rowIndex": 7, + "columnIndex": 1, + "text": "8", + "boundingBox": [ + 3.1582, + 4.4126, + 5.3322, + 4.4126, + 5.3322, + 4.6184, + 3.1582, + 4.6184 + ], + "elements": [ + "#/readResults/0/lines/32/words/0" + ] + }, + { + "rowIndex": 7, + "columnIndex": 2, + "text": "22.00", + "boundingBox": [ + 5.3322, + 4.4126, + 7.5062, + 4.4126, + 7.5062, + 4.6246, + 5.3322, + 4.6184 + ], + "elements": [ + "#/readResults/0/lines/33/words/0" + ] + } + ], + "boundingBox": [ + 0.9957, + 2.9322, + 7.4976, + 2.9326, + 7.4974, + 4.6222, + 0.9944, + 4.6216 + ] + } + ] + }, + { + "page": 2, + "tables": [] + } + ] + } + } + } + ], + "Variables": { + "FORM_RECOGNIZER_API_KEY": "Sanitized", + "FORM_RECOGNIZER_ENDPOINT": "https://mariari-centraluseuap.cognitiveservices.azure.com/", + "RandomSeed": "189204719" + } +} \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeContentWithSelectionMarks(False).json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeContentWithSelectionMarks(False).json index 707123254724f..e74520091a4b3 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeContentWithSelectionMarks(False).json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeContentWithSelectionMarks(False).json @@ -1,16 +1,16 @@ { "Entries": [ { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyze", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/layout/analyze", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "22", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-86d3b150a272cb48ba4fe8a9284671fd-2a314872216e1e41-00", + "traceparent": "00-6c321efe270c3f40b0aa78f813182e10-af451da9fdbb2540-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201016.1", + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "369536c3adcad4d896a6c15a3ba36ef9", @@ -21,24 +21,24 @@ }, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "a24dbf3b-3419-42ff-92c6-f86ba108cd43", + "apim-request-id": "5230fab7-2cdb-44d5-89f7-eb2782f47c41", "Content-Length": "0", - "Date": "Fri, 16 Oct 2020 20:23:43 GMT", - "Operation-Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/a24dbf3b-3419-42ff-92c6-f86ba108cd43", + "Date": "Fri, 30 Oct 2020 12:51:49 GMT", + "Operation-Location": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/layout/analyzeResults/5230fab7-2cdb-44d5-89f7-eb2782f47c41", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "423" + "x-envoy-upstream-service-time": "586" }, "ResponseBody": [] }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/a24dbf3b-3419-42ff-92c6-f86ba108cd43", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/layout/analyzeResults/5230fab7-2cdb-44d5-89f7-eb2782f47c41", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201016.1", + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "31eced7b31987ead575984d3eb32e867", @@ -47,28 +47,28 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "ede313cc-8375-4585-96b3-133504c7e1d0", + "apim-request-id": "ddff9291-7435-491d-b755-fa061f43dbcd", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 16 Oct 2020 20:23:44 GMT", + "Date": "Fri, 30 Oct 2020 12:51:50 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "10" + "x-envoy-upstream-service-time": "11" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-10-16T20:23:44Z", - "lastUpdatedDateTime": "2020-10-16T20:23:44Z" + "createdDateTime": "2020-10-30T12:51:50Z", + "lastUpdatedDateTime": "2020-10-30T12:51:50Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/a24dbf3b-3419-42ff-92c6-f86ba108cd43", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/layout/analyzeResults/5230fab7-2cdb-44d5-89f7-eb2782f47c41", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201016.1", + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "168ac53949d138e4ac72e6e4ffc504a8", @@ -77,28 +77,28 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "78c71530-4ce6-44a7-ba82-250076f97132", + "apim-request-id": "f6fd1764-e9af-45fd-8a1d-ca2aeef58eaa", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 16 Oct 2020 20:23:45 GMT", + "Date": "Fri, 30 Oct 2020 12:51:51 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "12" + "x-envoy-upstream-service-time": "11" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-10-16T20:23:44Z", - "lastUpdatedDateTime": "2020-10-16T20:23:44Z" + "createdDateTime": "2020-10-30T12:51:50Z", + "lastUpdatedDateTime": "2020-10-30T12:51:50Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/a24dbf3b-3419-42ff-92c6-f86ba108cd43", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/layout/analyzeResults/5230fab7-2cdb-44d5-89f7-eb2782f47c41", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201016.1", + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "eb9e4878731e921d8916de712805e963", @@ -107,28 +107,28 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "4afd96bf-c446-4679-ba1c-1491348b66ee", + "apim-request-id": "622c31cf-96f3-47fe-a903-873a0f5fd4e1", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 16 Oct 2020 20:23:46 GMT", + "Date": "Fri, 30 Oct 2020 12:51:52 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "16" + "x-envoy-upstream-service-time": "10" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-10-16T20:23:44Z", - "lastUpdatedDateTime": "2020-10-16T20:23:44Z" + "createdDateTime": "2020-10-30T12:51:50Z", + "lastUpdatedDateTime": "2020-10-30T12:51:50Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/a24dbf3b-3419-42ff-92c6-f86ba108cd43", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/layout/analyzeResults/5230fab7-2cdb-44d5-89f7-eb2782f47c41", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201016.1", + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "762059be5718322708b484254ac87f92", @@ -137,28 +137,28 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "1642304e-92c3-433c-b560-18689265404e", + "apim-request-id": "c6f4299b-fd2f-4a96-9ed4-c6b75e795915", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 16 Oct 2020 20:23:47 GMT", + "Date": "Fri, 30 Oct 2020 12:51:53 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "11" + "x-envoy-upstream-service-time": "10" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-10-16T20:23:44Z", - "lastUpdatedDateTime": "2020-10-16T20:23:44Z" + "createdDateTime": "2020-10-30T12:51:50Z", + "lastUpdatedDateTime": "2020-10-30T12:51:50Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/a24dbf3b-3419-42ff-92c6-f86ba108cd43", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/layout/analyzeResults/5230fab7-2cdb-44d5-89f7-eb2782f47c41", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201016.1", + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "a35adc55fc94c649a7f88dbb6a730fa7", @@ -167,78 +167,18 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "f8095b70-3bcd-468c-b505-637e38d5d094", - "Content-Length": "106", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 16 Oct 2020 20:23:48 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "16" - }, - "ResponseBody": { - "status": "running", - "createdDateTime": "2020-10-16T20:23:44Z", - "lastUpdatedDateTime": "2020-10-16T20:23:44Z" - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/a24dbf3b-3419-42ff-92c6-f86ba108cd43", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201016.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "a52682898da4218f206ce269eef848c1", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "5796e9e0-fe8b-4188-b335-4a85da1ac567", - "Content-Length": "106", + "apim-request-id": "3525a4b8-d514-431b-a1f0-eabbc0b371be", + "Content-Length": "33902", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 16 Oct 2020 20:23:49 GMT", + "Date": "Fri, 30 Oct 2020 12:51:54 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "11" - }, - "ResponseBody": { - "status": "running", - "createdDateTime": "2020-10-16T20:23:44Z", - "lastUpdatedDateTime": "2020-10-16T20:23:44Z" - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/a24dbf3b-3419-42ff-92c6-f86ba108cd43", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201016.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "4c1c4c9745aac2cf105ace20ca6cc795", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "34ff6739-93cd-4c04-8144-e8f7b3e962ba", - "Content-Length": "34588", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 16 Oct 2020 20:23:51 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "54" + "x-envoy-upstream-service-time": "22" }, "ResponseBody": { "status": "succeeded", - "createdDateTime": "2020-10-16T20:23:44Z", - "lastUpdatedDateTime": "2020-10-16T20:23:50Z", + "createdDateTime": "2020-10-30T12:51:50Z", + "lastUpdatedDateTime": "2020-10-30T12:51:54Z", "analyzeResult": { "version": "2.1.0", "readResults": [ @@ -249,6 +189,41 @@ "height": 11, "unit": "inch", "lines": [ + { + "boundingBox": [ + 0.5301, + 0.697, + 2.3829, + 0.7018, + 2.3829, + 1.3034, + 0.5301, + 1.2986 + ], + "text": "Contoso", + "appearance": { + "style": { + "name": "other", + "confidence": 0.899 + } + }, + "words": [ + { + "boundingBox": [ + 0.5348, + 0.7066, + 2.3876, + 0.826, + 2.3781, + 1.1888, + 0.5587, + 1.3034 + ], + "text": "Contoso", + "confidence": 0.952 + } + ] + }, { "boundingBox": [ 3.2791, @@ -261,6 +236,12 @@ 0.8109 ], "text": "STATE OF CALIFORNIA: CONTOSO", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -320,35 +301,6 @@ } ] }, - { - "boundingBox": [ - 0.5367, - 0.7, - 2.3833, - 0.7067, - 2.38, - 1.2967, - 0.5367, - 1.2933 - ], - "text": "Contoso", - "words": [ - { - "boundingBox": [ - 0.576, - 0.7124, - 2.3577, - 0.8224, - 2.3498, - 1.1995, - 0.6019, - 1.2967 - ], - "text": "Contoso", - "confidence": 0.973 - } - ] - }, { "boundingBox": [ 3.4183, @@ -361,6 +313,12 @@ 0.9561 ], "text": "BUREAU OF INSURANCE", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -418,6 +376,12 @@ 1.1001 ], "text": "124 Main Street Palo Alto CA 842325", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -531,6 +495,12 @@ 1.2694 ], "text": "(650)768-2322", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -560,6 +530,12 @@ 2.333 ], "text": "AUTHORIZATION OF CREDIT CARD PAYMENT", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -635,44 +611,50 @@ }, { "boundingBox": [ - 3.3533, - 3.0267, - 5.1867, - 3.0267, - 5.1867, - 3.2267, - 3.3533, - 3.23 + 3.3522, + 3.0269, + 5.186, + 3.0269, + 5.186, + 3.2274, + 3.3522, + 3.2274 ], "text": "CONTOSO BANK", + "appearance": { + "style": { + "name": "other", + "confidence": 1.0 + } + }, "words": [ { "boundingBox": [ - 3.3563, - 3.0304, - 4.5105, - 3.0286, - 4.5106, - 3.2286, - 3.3624, - 3.2333 + 3.357, + 3.0317, + 4.5126, + 3.0269, + 4.5126, + 3.2274, + 3.3618, + 3.2322 ], "text": "CONTOSO", "confidence": 0.985 }, { "boundingBox": [ - 4.5508, - 3.0286, - 5.1816, - 3.0301, - 5.1782, - 3.2286, - 4.5507, - 3.2286 + 4.5556, + 3.0269, + 5.186, + 3.0317, + 5.186, + 3.2274, + 4.5556, + 3.2274 ], "text": "BANK", - "confidence": 0.987 + "confidence": 0.986 } ] }, @@ -688,6 +670,12 @@ 3.6446 ], "text": "Fees owed to this Department may be paid by the use of a credit card. If you wish to pay your fee(s)", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -1011,6 +999,12 @@ 3.8101 ], "text": "with your credit card, please complete this form and send it with your paperwork. Payment through", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -1250,6 +1244,12 @@ 3.9764 ], "text": "credit cards will not be processed without this authorization form. Please print or type clearly.", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -1475,6 +1475,12 @@ 4.3316 ], "text": "Name (company/individual for whom payment is being made) (Please Include License # and SSN/FEIN):", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -1577,9 +1583,9 @@ { "boundingBox": [ 4.1727, - 4.2083, + 4.2082, 4.5281, - 4.2083, + 4.2082, 4.5281, 4.3259, 4.1727, @@ -1591,9 +1597,9 @@ { "boundingBox": [ 4.5718, - 4.2083, + 4.2082, 5.0014, - 4.2083, + 4.2082, 5.0014, 4.3259, 4.5718, @@ -1686,6 +1692,12 @@ 4.4867 ], "text": "Contoso Insurance 54353T7A, 36-1222985", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -1757,6 +1769,12 @@ 5.068 ], "text": "Purpose of Payment:", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -1814,6 +1832,12 @@ 5.034 ], "text": "Balance on Account", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -1871,6 +1895,12 @@ 5.5929 ], "text": "Card Type: \u2751Visa", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -1928,6 +1958,12 @@ 5.5922 ], "text": "\u2751x AMEX", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -1971,6 +2007,12 @@ 5.6108 ], "text": "\u2751Master Card", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -2014,6 +2056,12 @@ 5.8125 ], "text": "Name of Cardholder:", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -2071,6 +2119,12 @@ 5.8923 ], "text": "John Singer", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -2114,6 +2168,12 @@ 5.8091 ], "text": "Contact persons phone #, if questions with this", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -2241,6 +2301,12 @@ 5.9847 ], "text": "form. Telephone #: (", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -2312,6 +2378,12 @@ 5.9672 ], "text": "425", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -2341,6 +2413,12 @@ 5.9847 ], "text": ")", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -2358,35 +2436,6 @@ } ] }, - { - "boundingBox": [ - 7.3783, - 5.9042, - 7.4157, - 5.9042, - 7.4157, - 5.918, - 7.3783, - 5.918 - ], - "text": "-", - "words": [ - { - "boundingBox": [ - 7.3783, - 5.9042, - 7.4157, - 5.9042, - 7.4157, - 5.918, - 7.3783, - 5.918 - ], - "text": "-", - "confidence": 1 - } - ] - }, { "boundingBox": [ 7.1288, @@ -2399,6 +2448,12 @@ 5.9672 ], "text": "779 3479", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -2430,6 +2485,41 @@ } ] }, + { + "boundingBox": [ + 7.3783, + 5.9042, + 7.4157, + 5.9042, + 7.4157, + 5.918, + 7.3783, + 5.918 + ], + "text": "-", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 7.3783, + 5.9042, + 7.4157, + 5.9042, + 7.4157, + 5.918, + 7.3783, + 5.918 + ], + "text": "-", + "confidence": 1 + } + ] + }, { "boundingBox": [ 0.8964, @@ -2442,6 +2532,12 @@ 6.1393 ], "text": "Email Address:", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -2485,6 +2581,12 @@ 6.1753 ], "text": "johnsinger@hotmail.com", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -2514,6 +2616,12 @@ 6.4101 ], "text": "Mailing Address:", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -2557,6 +2665,12 @@ 6.4186 ], "text": "472 SE 74th ST", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -2628,6 +2742,12 @@ 6.6721 ], "text": "City:", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -2657,6 +2777,12 @@ 6.6774 ], "text": "Lakewood", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -2686,6 +2812,12 @@ 6.645 ], "text": "State:", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -2715,6 +2847,12 @@ 6.6518 ], "text": "WA", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -2744,6 +2882,12 @@ 6.6712 ], "text": "Zip Code:", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -2787,6 +2931,12 @@ 6.6473 ], "text": "98712", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -2816,6 +2966,12 @@ 7.1067 ], "text": "I authorize Contoso Department of Professional and Financial Regulation, Bureau of Insurance", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -2999,6 +3155,12 @@ 7.2983 ], "text": "to charge my: Visa", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -3070,6 +3232,12 @@ 7.9603 ], "text": "4872876432425423", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -3099,6 +3267,12 @@ 8.0411 ], "text": "Expiration date:", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -3142,6 +3316,12 @@ 7.9982 ], "text": "09", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -3171,6 +3351,12 @@ 8.012 ], "text": "/", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -3200,6 +3386,12 @@ 8.0002 ], "text": "21", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -3229,6 +3421,12 @@ 8.0289 ], "text": "in the amount of: $__________________", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -3314,6 +3512,12 @@ 7.9962 ], "text": "263.00", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -3343,6 +3547,12 @@ 8.0307 ], "text": "____________________________", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -3372,6 +3582,12 @@ 8.1896 ], "text": "(Card number \u2013 Please print clearly)", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -3461,44 +3677,50 @@ }, { "boundingBox": [ - 1.89, - 8.26, - 3.2367, - 8.27, - 3.2333, - 8.5567, - 1.89, - 8.5533 + 1.8862, + 8.2595, + 3.2329, + 8.2691, + 3.2329, + 8.5556, + 1.8862, + 8.5508 ], "text": "John Singer", + "appearance": { + "style": { + "name": "handwriting", + "confidence": 0.848 + } + }, "words": [ { "boundingBox": [ - 1.9698, - 8.2645, - 2.519, - 8.2845, - 2.5195, - 8.5409, - 1.9695, - 8.5567 + 1.9674, + 8.2643, + 2.5166, + 8.2834, + 2.5166, + 8.5412, + 1.9674, + 8.5556 ], "text": "John", - "confidence": 0.97 + "confidence": 0.979 }, { "boundingBox": [ - 2.5778, - 8.2865, - 3.2251, - 8.3065, - 3.2268, - 8.5309, - 2.5784, - 8.5396 + 2.5739, + 8.2834, + 3.2233, + 8.3073, + 3.2233, + 8.5317, + 2.5787, + 8.5412 ], "text": "Singer", - "confidence": 0.948 + "confidence": 0.945 } ] }, @@ -3506,14 +3728,20 @@ "boundingBox": [ 0.8059, 8.3968, - 6.1697, + 5.2429, 8.3968, - 6.1697, + 5.2429, 8.5421, 0.8059, 8.5421 ], - "text": "Signature: ___________________________________________ Date: ______", + "text": "Signature: ___________________________________________", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -3542,34 +3770,6 @@ ], "text": "___________________________________________", "confidence": 1 - }, - { - "boundingBox": [ - 5.2557, - 8.3997, - 5.6041, - 8.3997, - 5.6041, - 8.5111, - 5.2557, - 8.5111 - ], - "text": "Date:", - "confidence": 1 - }, - { - "boundingBox": [ - 5.66, - 8.5205, - 6.1697, - 8.5205, - 6.1697, - 8.5281, - 5.66, - 8.5281 - ], - "text": "______", - "confidence": 1 } ] }, @@ -3585,6 +3785,12 @@ 8.4835 ], "text": "08", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -3602,35 +3808,6 @@ } ] }, - { - "boundingBox": [ - 6.1674, - 8.3968, - 6.2149, - 8.3968, - 6.2149, - 8.5119, - 6.1674, - 8.5119 - ], - "text": "/", - "words": [ - { - "boundingBox": [ - 6.1674, - 8.3968, - 6.2149, - 8.3968, - 6.2149, - 8.5119, - 6.1674, - 8.5119 - ], - "text": "/", - "confidence": 1 - } - ] - }, { "boundingBox": [ 6.5359, @@ -3643,6 +3820,12 @@ 8.4716 ], "text": "23", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -3660,35 +3843,6 @@ } ] }, - { - "boundingBox": [ - 6.7199, - 8.3968, - 6.7673, - 8.3968, - 6.7673, - 8.5119, - 6.7199, - 8.5119 - ], - "text": "/", - "words": [ - { - "boundingBox": [ - 6.7199, - 8.3968, - 6.7673, - 8.3968, - 6.7673, - 8.5119, - 6.7199, - 8.5119 - ], - "text": "/", - "confidence": 1 - } - ] - }, { "boundingBox": [ 7.0358, @@ -3701,6 +3855,12 @@ 8.4715 ], "text": "2018", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -3720,58 +3880,35 @@ }, { "boundingBox": [ - 6.2125, + 5.66, 8.5205, - 6.7221, + 6.1697, 8.5205, - 6.7221, + 6.1697, 8.5281, - 6.2125, + 5.66, 8.5281 ], "text": "______", - "words": [ - { - "boundingBox": [ - 6.2125, - 8.5205, - 6.7221, - 8.5205, - 6.7221, - 8.5281, - 6.2125, - 8.5281 - ], - "text": "______", + "appearance": { + "style": { + "name": "other", "confidence": 1 } - ] - }, - { - "boundingBox": [ - 6.7649, - 8.5205, - 7.4445, - 8.5205, - 7.4445, - 8.5281, - 6.7649, - 8.5281 - ], - "text": "________", + }, "words": [ { "boundingBox": [ - 6.7649, + 5.66, 8.5205, - 7.4445, + 6.1697, 8.5205, - 7.4445, + 6.1697, 8.5281, - 6.7649, + 5.66, 8.5281 ], - "text": "________", + "text": "______", "confidence": 1 } ] @@ -3788,6 +3925,12 @@ 8.7284 ], "text": "(must be signed by authorized person to validate)", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -3915,6 +4058,12 @@ 9.2816 ], "text": "Form is available on our website: www.contoso.com/insurance You may fax the form to:", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -4112,6 +4261,12 @@ 9.4677 ], "text": "650-768-2322 or e-mail to: insurance@contoso.com", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -4197,6 +4352,12 @@ 9.8468 ], "text": "OFFICES LOCATED AT 24 Main Street Palo Alto CA 842325", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -4352,6 +4513,12 @@ 9.9709 ], "text": "www.contoso.com/insurance", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -4373,114 +4540,44 @@ "selectionMarks": [ { "boundingBox": [ - 3.0724, - 5.4394, - 3.2498, - 5.4394, - 3.2498, - 5.6098, - 3.0724, - 5.6098 - ], - "confidence": 0.991, - "state": "unselected" - }, - { - "boundingBox": [ - 1.6064, - 5.4233, - 1.7774, - 5.4233, - 1.7774, - 5.5937, - 1.6064, - 5.5937 + 1.6159, + 5.4302, + 1.7762, + 5.4302, + 1.7762, + 5.5929, + 1.6159, + 5.5929 ], - "confidence": 0.99, + "confidence": 1, "state": "unselected" }, { "boundingBox": [ - 2.2849, - 5.4179, - 2.4652, - 5.4179, - 2.4652, - 5.5969, - 2.2849, - 5.5969 + 2.3779, + 5.4731, + 2.4454, + 5.4731, + 2.4454, + 5.5463, + 2.3779, + 5.5463 ], - "confidence": 0.881, + "confidence": 1, "state": "selected" }, { "boundingBox": [ - 0, - 10.296, - 1.0459, - 10.296, - 1.0459, - 10.9982, - 0, - 10.9982 - ], - "confidence": 0.833, - "state": "unselected" - }, - { - "boundingBox": [ - 0, - 10.6052, - 1.5019, - 10.6052, - 1.5019, - 11.0, - 0, - 11.0 - ], - "confidence": 0.69, - "state": "unselected" - }, - { - "boundingBox": [ - 2.2887, - 5.4204, - 2.4633, - 5.4204, - 2.4633, - 5.5937, - 2.2887, - 5.5937 - ], - "confidence": 0.609, - "state": "unselected" - }, - { - "boundingBox": [ - 3.3758, - 5.6907, - 4.9999, - 5.6907, - 4.9999, - 5.9387, - 3.3758, - 5.9387 - ], - "confidence": 0.553, - "state": "unselected" - }, - { - "boundingBox": [ - 0, - 10.7248, - 0.539, - 10.7248, - 0.539, - 11, - 0, - 11 + 3.0846, + 5.4481, + 3.2448, + 5.4481, + 3.2448, + 5.6108, + 3.0846, + 5.6108 ], - "confidence": 0.553, + "confidence": 1, "state": "unselected" } ] @@ -4489,172 +4586,7 @@ "pageResults": [ { "page": 1, - "tables": [ - { - "rows": 4, - "columns": 4, - "cells": [ - { - "rowIndex": 0, - "columnIndex": 0, - "text": "Name of Cardholder: John Singer", - "boundingBox": [ - 0.8104, - 5.6546, - 4.1554, - 5.6546, - 4.1554, - 5.9962, - 0.8104, - 5.9962 - ], - "elements": [ - "#/readResults/0/lines/17/words/0", - "#/readResults/0/lines/17/words/1", - "#/readResults/0/lines/17/words/2", - "#/readResults/0/lines/18/words/0", - "#/readResults/0/lines/18/words/1" - ] - }, - { - "rowIndex": 0, - "columnIndex": 2, - "columnSpan": 2, - "text": "Contact persons phone #, if questions with this form. Telephone #: ( ) - 425 779 3479", - "boundingBox": [ - 5.1496, - 5.6546, - 8.2604, - 5.6546, - 8.2604, - 5.9962, - 5.1496, - 5.9962 - ], - "elements": [ - "#/readResults/0/lines/19/words/0", - "#/readResults/0/lines/19/words/1", - "#/readResults/0/lines/19/words/2", - "#/readResults/0/lines/19/words/3", - "#/readResults/0/lines/19/words/4", - "#/readResults/0/lines/19/words/5", - "#/readResults/0/lines/19/words/6", - "#/readResults/0/lines/19/words/7", - "#/readResults/0/lines/20/words/0", - "#/readResults/0/lines/20/words/1", - "#/readResults/0/lines/20/words/2", - "#/readResults/0/lines/20/words/3", - "#/readResults/0/lines/22/words/0", - "#/readResults/0/lines/23/words/0", - "#/readResults/0/lines/21/words/0", - "#/readResults/0/lines/24/words/0", - "#/readResults/0/lines/24/words/1" - ] - }, - { - "rowIndex": 1, - "columnIndex": 0, - "text": "Email Address: johnsinger@hotmail.com", - "boundingBox": [ - 0.8104, - 5.9962, - 4.1554, - 5.9962, - 4.1554, - 6.2262, - 0.8104, - 6.2262 - ], - "elements": [ - "#/readResults/0/lines/25/words/0", - "#/readResults/0/lines/25/words/1", - "#/readResults/0/lines/26/words/0" - ] - }, - { - "rowIndex": 2, - "columnIndex": 0, - "text": "Mailing Address: 472 SE 74th ST", - "boundingBox": [ - 0.8104, - 6.2262, - 4.1554, - 6.2262, - 4.1554, - 6.5021, - 0.8104, - 6.5021 - ], - "elements": [ - "#/readResults/0/lines/27/words/0", - "#/readResults/0/lines/27/words/1", - "#/readResults/0/lines/28/words/0", - "#/readResults/0/lines/28/words/1", - "#/readResults/0/lines/28/words/2", - "#/readResults/0/lines/28/words/3" - ] - }, - { - "rowIndex": 3, - "columnIndex": 0, - "text": "City: Lakewood", - "boundingBox": [ - 0.8104, - 6.5021, - 4.1554, - 6.5021, - 4.1554, - 6.7146, - 0.8104, - 6.7146 - ], - "elements": [ - "#/readResults/0/lines/29/words/0", - "#/readResults/0/lines/30/words/0" - ] - }, - { - "rowIndex": 3, - "columnIndex": 1, - "text": "State: WA", - "boundingBox": [ - 4.1554, - 6.5021, - 5.1496, - 6.5021, - 5.1496, - 6.7146, - 4.1554, - 6.7146 - ], - "elements": [ - "#/readResults/0/lines/31/words/0", - "#/readResults/0/lines/32/words/0" - ] - }, - { - "rowIndex": 3, - "columnIndex": 3, - "text": "Zip Code: 98712", - "boundingBox": [ - 6.4104, - 6.5021, - 8.2604, - 6.5021, - 8.2604, - 6.7146, - 6.4104, - 6.7146 - ], - "elements": [ - "#/readResults/0/lines/33/words/0", - "#/readResults/0/lines/33/words/1", - "#/readResults/0/lines/34/words/0" - ] - } - ] - } - ] + "tables": [] } ] } @@ -4663,7 +4595,7 @@ ], "Variables": { "FORM_RECOGNIZER_API_KEY": "Sanitized", - "FORM_RECOGNIZER_ENDPOINT": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/", + "FORM_RECOGNIZER_ENDPOINT": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/", "RandomSeed": "996624128" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeContentWithSelectionMarks(False)Async.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeContentWithSelectionMarks(False)Async.json index 188152f516d88..9e51cb8399ab8 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeContentWithSelectionMarks(False)Async.json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeContentWithSelectionMarks(False)Async.json @@ -1,16 +1,16 @@ { "Entries": [ { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyze", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/layout/analyze", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "22", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-1ec74ad6abfb6a44ba7356c9c65b763a-8042da055668d44d-00", + "traceparent": "00-69c421bfe15d0b48a769dfb42c477d54-fea506a09df77641-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201016.1", + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "08a5a26f353874140e76795a33cc673e", @@ -21,24 +21,24 @@ }, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "0febf5cb-e78e-4f12-94a3-7c220130ec98", + "apim-request-id": "fafc0695-7c41-4ef2-904b-69ae7ad5edb0", "Content-Length": "0", - "Date": "Fri, 16 Oct 2020 20:23:58 GMT", - "Operation-Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/0febf5cb-e78e-4f12-94a3-7c220130ec98", + "Date": "Fri, 30 Oct 2020 12:58:07 GMT", + "Operation-Location": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/layout/analyzeResults/fafc0695-7c41-4ef2-904b-69ae7ad5edb0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "246" + "x-envoy-upstream-service-time": "629" }, "ResponseBody": [] }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/0febf5cb-e78e-4f12-94a3-7c220130ec98", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/layout/analyzeResults/fafc0695-7c41-4ef2-904b-69ae7ad5edb0", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201016.1", + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "3eba08152300fc5f4fa9dada2963feb8", @@ -47,28 +47,28 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "403b1a1b-331a-4670-86dc-43d31a05a4c5", + "apim-request-id": "17e954dc-b54d-4490-b2c7-d882c4730ab0", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 16 Oct 2020 20:23:58 GMT", + "Date": "Fri, 30 Oct 2020 12:58:07 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "10" + "x-envoy-upstream-service-time": "9" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-10-16T20:23:58Z", - "lastUpdatedDateTime": "2020-10-16T20:23:58Z" + "createdDateTime": "2020-10-30T12:58:07Z", + "lastUpdatedDateTime": "2020-10-30T12:58:07Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/0febf5cb-e78e-4f12-94a3-7c220130ec98", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/layout/analyzeResults/fafc0695-7c41-4ef2-904b-69ae7ad5edb0", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201016.1", + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "ee3e2f2112e709ad01195cfbd37f987f", @@ -77,28 +77,28 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "268457fd-f79e-4b63-bbc9-141c55a4eff0", + "apim-request-id": "6126690d-f47d-433b-809e-96df30998fcc", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 16 Oct 2020 20:23:59 GMT", + "Date": "Fri, 30 Oct 2020 12:58:08 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "13" + "x-envoy-upstream-service-time": "8" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-10-16T20:23:58Z", - "lastUpdatedDateTime": "2020-10-16T20:23:58Z" + "createdDateTime": "2020-10-30T12:58:07Z", + "lastUpdatedDateTime": "2020-10-30T12:58:07Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/0febf5cb-e78e-4f12-94a3-7c220130ec98", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/layout/analyzeResults/fafc0695-7c41-4ef2-904b-69ae7ad5edb0", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201016.1", + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "5801630dfc3d4b0c42a9b88e5a394baa", @@ -107,28 +107,28 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "9a5f6b28-f8ef-4e33-8aed-f6ac32c15cdd", + "apim-request-id": "528c6a3b-e2ef-44ea-88c0-5baa327d2a12", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 16 Oct 2020 20:24:00 GMT", + "Date": "Fri, 30 Oct 2020 12:58:09 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "10" + "x-envoy-upstream-service-time": "11" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-10-16T20:23:58Z", - "lastUpdatedDateTime": "2020-10-16T20:23:58Z" + "createdDateTime": "2020-10-30T12:58:07Z", + "lastUpdatedDateTime": "2020-10-30T12:58:07Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/0febf5cb-e78e-4f12-94a3-7c220130ec98", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/layout/analyzeResults/fafc0695-7c41-4ef2-904b-69ae7ad5edb0", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201016.1", + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "0339c178788e02575bb03ce6c66429d0", @@ -137,138 +137,48 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "a63bc477-65e1-42ab-9352-6a0e5c384525", - "Content-Length": "106", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 16 Oct 2020 20:24:01 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "20" - }, - "ResponseBody": { - "status": "running", - "createdDateTime": "2020-10-16T20:23:58Z", - "lastUpdatedDateTime": "2020-10-16T20:23:58Z" - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/0febf5cb-e78e-4f12-94a3-7c220130ec98", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201016.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "c5cc5b10a561247b23f2ac3d5a1eafc8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "cad66f5a-e8b1-4772-aa35-2935601146e7", - "Content-Length": "106", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 16 Oct 2020 20:24:02 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "10" - }, - "ResponseBody": { - "status": "running", - "createdDateTime": "2020-10-16T20:23:58Z", - "lastUpdatedDateTime": "2020-10-16T20:23:58Z" - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/0febf5cb-e78e-4f12-94a3-7c220130ec98", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201016.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "1282b1ce954594f10cfefd8cbf2584de", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "22ef3f01-aea0-49eb-9cb5-42de71f203b6", + "apim-request-id": "d5b36f9c-ae13-42d8-8330-1a8d5fd7e364", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 16 Oct 2020 20:24:03 GMT", + "Date": "Fri, 30 Oct 2020 12:58:11 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", "x-envoy-upstream-service-time": "10" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-10-16T20:23:58Z", - "lastUpdatedDateTime": "2020-10-16T20:23:58Z" + "createdDateTime": "2020-10-30T12:58:07Z", + "lastUpdatedDateTime": "2020-10-30T12:58:07Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/0febf5cb-e78e-4f12-94a3-7c220130ec98", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/layout/analyzeResults/fafc0695-7c41-4ef2-904b-69ae7ad5edb0", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201016.1", + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "ff7ee780866dd3494614e09bcc19a83c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "9fc68069-795d-49e0-8369-34ec8b171874", - "Content-Length": "106", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 16 Oct 2020 20:24:04 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "10" - }, - "ResponseBody": { - "status": "running", - "createdDateTime": "2020-10-16T20:23:58Z", - "lastUpdatedDateTime": "2020-10-16T20:23:58Z" - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/0febf5cb-e78e-4f12-94a3-7c220130ec98", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201016.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "1518740016e17b8b6937b863a7ee65fd", + "x-ms-client-request-id": "c5cc5b10a561247b23f2ac3d5a1eafc8", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "eb73d754-321c-4e2c-897f-66ec2a6d5103", - "Content-Length": "34588", + "apim-request-id": "1e420b74-b2ca-4901-a181-e7e0eb754d11", + "Content-Length": "33902", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 16 Oct 2020 20:24:06 GMT", + "Date": "Fri, 30 Oct 2020 12:58:12 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "36" + "x-envoy-upstream-service-time": "20" }, "ResponseBody": { "status": "succeeded", - "createdDateTime": "2020-10-16T20:23:58Z", - "lastUpdatedDateTime": "2020-10-16T20:24:05Z", + "createdDateTime": "2020-10-30T12:58:07Z", + "lastUpdatedDateTime": "2020-10-30T12:58:12Z", "analyzeResult": { "version": "2.1.0", "readResults": [ @@ -279,6 +189,41 @@ "height": 11, "unit": "inch", "lines": [ + { + "boundingBox": [ + 0.5301, + 0.697, + 2.3829, + 0.7018, + 2.3829, + 1.3034, + 0.5301, + 1.2986 + ], + "text": "Contoso", + "appearance": { + "style": { + "name": "other", + "confidence": 0.899 + } + }, + "words": [ + { + "boundingBox": [ + 0.5348, + 0.7066, + 2.3876, + 0.826, + 2.3781, + 1.1888, + 0.5587, + 1.3034 + ], + "text": "Contoso", + "confidence": 0.952 + } + ] + }, { "boundingBox": [ 3.2791, @@ -291,6 +236,12 @@ 0.8109 ], "text": "STATE OF CALIFORNIA: CONTOSO", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -350,35 +301,6 @@ } ] }, - { - "boundingBox": [ - 0.5367, - 0.7, - 2.3833, - 0.7067, - 2.38, - 1.2967, - 0.5367, - 1.2933 - ], - "text": "Contoso", - "words": [ - { - "boundingBox": [ - 0.576, - 0.7124, - 2.3577, - 0.8224, - 2.3498, - 1.1995, - 0.6019, - 1.2967 - ], - "text": "Contoso", - "confidence": 0.973 - } - ] - }, { "boundingBox": [ 3.4183, @@ -391,6 +313,12 @@ 0.9561 ], "text": "BUREAU OF INSURANCE", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -448,6 +376,12 @@ 1.1001 ], "text": "124 Main Street Palo Alto CA 842325", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -561,6 +495,12 @@ 1.2694 ], "text": "(650)768-2322", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -590,6 +530,12 @@ 2.333 ], "text": "AUTHORIZATION OF CREDIT CARD PAYMENT", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -665,44 +611,50 @@ }, { "boundingBox": [ - 3.3533, - 3.0267, - 5.1867, - 3.0267, - 5.1867, - 3.2267, - 3.3533, - 3.23 + 3.3522, + 3.0269, + 5.186, + 3.0269, + 5.186, + 3.2274, + 3.3522, + 3.2274 ], "text": "CONTOSO BANK", + "appearance": { + "style": { + "name": "other", + "confidence": 1.0 + } + }, "words": [ { "boundingBox": [ - 3.3563, - 3.0304, - 4.5105, - 3.0286, - 4.5106, - 3.2286, - 3.3624, - 3.2333 + 3.357, + 3.0317, + 4.5126, + 3.0269, + 4.5126, + 3.2274, + 3.3618, + 3.2322 ], "text": "CONTOSO", "confidence": 0.985 }, { "boundingBox": [ - 4.5508, - 3.0286, - 5.1816, - 3.0301, - 5.1782, - 3.2286, - 4.5507, - 3.2286 + 4.5556, + 3.0269, + 5.186, + 3.0317, + 5.186, + 3.2274, + 4.5556, + 3.2274 ], "text": "BANK", - "confidence": 0.987 + "confidence": 0.986 } ] }, @@ -718,6 +670,12 @@ 3.6446 ], "text": "Fees owed to this Department may be paid by the use of a credit card. If you wish to pay your fee(s)", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -1041,6 +999,12 @@ 3.8101 ], "text": "with your credit card, please complete this form and send it with your paperwork. Payment through", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -1280,6 +1244,12 @@ 3.9764 ], "text": "credit cards will not be processed without this authorization form. Please print or type clearly.", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -1505,6 +1475,12 @@ 4.3316 ], "text": "Name (company/individual for whom payment is being made) (Please Include License # and SSN/FEIN):", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -1607,9 +1583,9 @@ { "boundingBox": [ 4.1727, - 4.2083, + 4.2082, 4.5281, - 4.2083, + 4.2082, 4.5281, 4.3259, 4.1727, @@ -1621,9 +1597,9 @@ { "boundingBox": [ 4.5718, - 4.2083, + 4.2082, 5.0014, - 4.2083, + 4.2082, 5.0014, 4.3259, 4.5718, @@ -1716,6 +1692,12 @@ 4.4867 ], "text": "Contoso Insurance 54353T7A, 36-1222985", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -1787,6 +1769,12 @@ 5.068 ], "text": "Purpose of Payment:", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -1844,6 +1832,12 @@ 5.034 ], "text": "Balance on Account", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -1901,6 +1895,12 @@ 5.5929 ], "text": "Card Type: \u2751Visa", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -1958,6 +1958,12 @@ 5.5922 ], "text": "\u2751x AMEX", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -2001,6 +2007,12 @@ 5.6108 ], "text": "\u2751Master Card", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -2044,6 +2056,12 @@ 5.8125 ], "text": "Name of Cardholder:", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -2101,6 +2119,12 @@ 5.8923 ], "text": "John Singer", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -2144,6 +2168,12 @@ 5.8091 ], "text": "Contact persons phone #, if questions with this", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -2271,6 +2301,12 @@ 5.9847 ], "text": "form. Telephone #: (", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -2342,6 +2378,12 @@ 5.9672 ], "text": "425", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -2371,6 +2413,12 @@ 5.9847 ], "text": ")", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -2388,35 +2436,6 @@ } ] }, - { - "boundingBox": [ - 7.3783, - 5.9042, - 7.4157, - 5.9042, - 7.4157, - 5.918, - 7.3783, - 5.918 - ], - "text": "-", - "words": [ - { - "boundingBox": [ - 7.3783, - 5.9042, - 7.4157, - 5.9042, - 7.4157, - 5.918, - 7.3783, - 5.918 - ], - "text": "-", - "confidence": 1 - } - ] - }, { "boundingBox": [ 7.1288, @@ -2429,6 +2448,12 @@ 5.9672 ], "text": "779 3479", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -2460,6 +2485,41 @@ } ] }, + { + "boundingBox": [ + 7.3783, + 5.9042, + 7.4157, + 5.9042, + 7.4157, + 5.918, + 7.3783, + 5.918 + ], + "text": "-", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 7.3783, + 5.9042, + 7.4157, + 5.9042, + 7.4157, + 5.918, + 7.3783, + 5.918 + ], + "text": "-", + "confidence": 1 + } + ] + }, { "boundingBox": [ 0.8964, @@ -2472,6 +2532,12 @@ 6.1393 ], "text": "Email Address:", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -2515,6 +2581,12 @@ 6.1753 ], "text": "johnsinger@hotmail.com", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -2544,6 +2616,12 @@ 6.4101 ], "text": "Mailing Address:", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -2587,6 +2665,12 @@ 6.4186 ], "text": "472 SE 74th ST", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -2658,6 +2742,12 @@ 6.6721 ], "text": "City:", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -2687,6 +2777,12 @@ 6.6774 ], "text": "Lakewood", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -2716,6 +2812,12 @@ 6.645 ], "text": "State:", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -2745,6 +2847,12 @@ 6.6518 ], "text": "WA", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -2774,6 +2882,12 @@ 6.6712 ], "text": "Zip Code:", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -2817,6 +2931,12 @@ 6.6473 ], "text": "98712", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -2846,6 +2966,12 @@ 7.1067 ], "text": "I authorize Contoso Department of Professional and Financial Regulation, Bureau of Insurance", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -3029,6 +3155,12 @@ 7.2983 ], "text": "to charge my: Visa", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -3100,6 +3232,12 @@ 7.9603 ], "text": "4872876432425423", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -3129,6 +3267,12 @@ 8.0411 ], "text": "Expiration date:", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -3172,6 +3316,12 @@ 7.9982 ], "text": "09", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -3201,6 +3351,12 @@ 8.012 ], "text": "/", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -3230,6 +3386,12 @@ 8.0002 ], "text": "21", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -3259,6 +3421,12 @@ 8.0289 ], "text": "in the amount of: $__________________", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -3344,6 +3512,12 @@ 7.9962 ], "text": "263.00", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -3373,6 +3547,12 @@ 8.0307 ], "text": "____________________________", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -3402,6 +3582,12 @@ 8.1896 ], "text": "(Card number \u2013 Please print clearly)", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -3491,44 +3677,50 @@ }, { "boundingBox": [ - 1.89, - 8.26, - 3.2367, - 8.27, - 3.2333, - 8.5567, - 1.89, - 8.5533 + 1.8862, + 8.2595, + 3.2329, + 8.2691, + 3.2329, + 8.5556, + 1.8862, + 8.5508 ], "text": "John Singer", + "appearance": { + "style": { + "name": "handwriting", + "confidence": 0.848 + } + }, "words": [ { "boundingBox": [ - 1.9698, - 8.2645, - 2.519, - 8.2845, - 2.5195, - 8.5409, - 1.9695, - 8.5567 + 1.9674, + 8.2643, + 2.5166, + 8.2834, + 2.5166, + 8.5412, + 1.9674, + 8.5556 ], "text": "John", - "confidence": 0.97 + "confidence": 0.979 }, { "boundingBox": [ - 2.5778, - 8.2865, - 3.2251, - 8.3065, - 3.2268, - 8.5309, - 2.5784, - 8.5396 + 2.5739, + 8.2834, + 3.2233, + 8.3073, + 3.2233, + 8.5317, + 2.5787, + 8.5412 ], "text": "Singer", - "confidence": 0.947 + "confidence": 0.945 } ] }, @@ -3536,14 +3728,20 @@ "boundingBox": [ 0.8059, 8.3968, - 6.1697, + 5.2429, 8.3968, - 6.1697, + 5.2429, 8.5421, 0.8059, 8.5421 ], - "text": "Signature: ___________________________________________ Date: ______", + "text": "Signature: ___________________________________________", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -3572,34 +3770,6 @@ ], "text": "___________________________________________", "confidence": 1 - }, - { - "boundingBox": [ - 5.2557, - 8.3997, - 5.6041, - 8.3997, - 5.6041, - 8.5111, - 5.2557, - 8.5111 - ], - "text": "Date:", - "confidence": 1 - }, - { - "boundingBox": [ - 5.66, - 8.5205, - 6.1697, - 8.5205, - 6.1697, - 8.5281, - 5.66, - 8.5281 - ], - "text": "______", - "confidence": 1 } ] }, @@ -3615,6 +3785,12 @@ 8.4835 ], "text": "08", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -3632,35 +3808,6 @@ } ] }, - { - "boundingBox": [ - 6.1674, - 8.3968, - 6.2149, - 8.3968, - 6.2149, - 8.5119, - 6.1674, - 8.5119 - ], - "text": "/", - "words": [ - { - "boundingBox": [ - 6.1674, - 8.3968, - 6.2149, - 8.3968, - 6.2149, - 8.5119, - 6.1674, - 8.5119 - ], - "text": "/", - "confidence": 1 - } - ] - }, { "boundingBox": [ 6.5359, @@ -3673,6 +3820,12 @@ 8.4716 ], "text": "23", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -3690,35 +3843,6 @@ } ] }, - { - "boundingBox": [ - 6.7199, - 8.3968, - 6.7673, - 8.3968, - 6.7673, - 8.5119, - 6.7199, - 8.5119 - ], - "text": "/", - "words": [ - { - "boundingBox": [ - 6.7199, - 8.3968, - 6.7673, - 8.3968, - 6.7673, - 8.5119, - 6.7199, - 8.5119 - ], - "text": "/", - "confidence": 1 - } - ] - }, { "boundingBox": [ 7.0358, @@ -3731,6 +3855,12 @@ 8.4715 ], "text": "2018", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -3750,58 +3880,35 @@ }, { "boundingBox": [ - 6.2125, + 5.66, 8.5205, - 6.7221, + 6.1697, 8.5205, - 6.7221, + 6.1697, 8.5281, - 6.2125, + 5.66, 8.5281 ], "text": "______", - "words": [ - { - "boundingBox": [ - 6.2125, - 8.5205, - 6.7221, - 8.5205, - 6.7221, - 8.5281, - 6.2125, - 8.5281 - ], - "text": "______", + "appearance": { + "style": { + "name": "other", "confidence": 1 } - ] - }, - { - "boundingBox": [ - 6.7649, - 8.5205, - 7.4445, - 8.5205, - 7.4445, - 8.5281, - 6.7649, - 8.5281 - ], - "text": "________", + }, "words": [ { "boundingBox": [ - 6.7649, + 5.66, 8.5205, - 7.4445, + 6.1697, 8.5205, - 7.4445, + 6.1697, 8.5281, - 6.7649, + 5.66, 8.5281 ], - "text": "________", + "text": "______", "confidence": 1 } ] @@ -3818,6 +3925,12 @@ 8.7284 ], "text": "(must be signed by authorized person to validate)", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -3945,6 +4058,12 @@ 9.2816 ], "text": "Form is available on our website: www.contoso.com/insurance You may fax the form to:", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -4142,6 +4261,12 @@ 9.4677 ], "text": "650-768-2322 or e-mail to: insurance@contoso.com", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -4227,6 +4352,12 @@ 9.8468 ], "text": "OFFICES LOCATED AT 24 Main Street Palo Alto CA 842325", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -4382,6 +4513,12 @@ 9.9709 ], "text": "www.contoso.com/insurance", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -4403,114 +4540,44 @@ "selectionMarks": [ { "boundingBox": [ - 3.0724, - 5.4394, - 3.2498, - 5.4394, - 3.2498, - 5.6098, - 3.0724, - 5.6098 - ], - "confidence": 0.991, - "state": "unselected" - }, - { - "boundingBox": [ - 1.6064, - 5.4233, - 1.7774, - 5.4233, - 1.7774, - 5.5937, - 1.6064, - 5.5937 + 1.6159, + 5.4302, + 1.7762, + 5.4302, + 1.7762, + 5.5929, + 1.6159, + 5.5929 ], - "confidence": 0.99, + "confidence": 1, "state": "unselected" }, { "boundingBox": [ - 2.2849, - 5.4179, - 2.4652, - 5.4179, - 2.4652, - 5.5969, - 2.2849, - 5.5969 + 2.3779, + 5.4731, + 2.4454, + 5.4731, + 2.4454, + 5.5463, + 2.3779, + 5.5463 ], - "confidence": 0.881, + "confidence": 1, "state": "selected" }, { "boundingBox": [ - 0, - 10.296, - 1.0459, - 10.296, - 1.0459, - 10.9982, - 0, - 10.9982 - ], - "confidence": 0.833, - "state": "unselected" - }, - { - "boundingBox": [ - 0, - 10.6052, - 1.5019, - 10.6052, - 1.5019, - 11.0, - 0, - 11.0 - ], - "confidence": 0.69, - "state": "unselected" - }, - { - "boundingBox": [ - 2.2887, - 5.4204, - 2.4633, - 5.4204, - 2.4633, - 5.5937, - 2.2887, - 5.5937 - ], - "confidence": 0.609, - "state": "unselected" - }, - { - "boundingBox": [ - 3.3758, - 5.6907, - 4.9999, - 5.6907, - 4.9999, - 5.9387, - 3.3758, - 5.9387 - ], - "confidence": 0.553, - "state": "unselected" - }, - { - "boundingBox": [ - 0, - 10.7248, - 0.539, - 10.7248, - 0.539, - 11, - 0, - 11 + 3.0846, + 5.4481, + 3.2448, + 5.4481, + 3.2448, + 5.6108, + 3.0846, + 5.6108 ], - "confidence": 0.553, + "confidence": 1, "state": "unselected" } ] @@ -4519,172 +4586,7 @@ "pageResults": [ { "page": 1, - "tables": [ - { - "rows": 4, - "columns": 4, - "cells": [ - { - "rowIndex": 0, - "columnIndex": 0, - "text": "Name of Cardholder: John Singer", - "boundingBox": [ - 0.8104, - 5.6546, - 4.1554, - 5.6546, - 4.1554, - 5.9962, - 0.8104, - 5.9962 - ], - "elements": [ - "#/readResults/0/lines/17/words/0", - "#/readResults/0/lines/17/words/1", - "#/readResults/0/lines/17/words/2", - "#/readResults/0/lines/18/words/0", - "#/readResults/0/lines/18/words/1" - ] - }, - { - "rowIndex": 0, - "columnIndex": 2, - "columnSpan": 2, - "text": "Contact persons phone #, if questions with this form. Telephone #: ( ) - 425 779 3479", - "boundingBox": [ - 5.1496, - 5.6546, - 8.2604, - 5.6546, - 8.2604, - 5.9962, - 5.1496, - 5.9962 - ], - "elements": [ - "#/readResults/0/lines/19/words/0", - "#/readResults/0/lines/19/words/1", - "#/readResults/0/lines/19/words/2", - "#/readResults/0/lines/19/words/3", - "#/readResults/0/lines/19/words/4", - "#/readResults/0/lines/19/words/5", - "#/readResults/0/lines/19/words/6", - "#/readResults/0/lines/19/words/7", - "#/readResults/0/lines/20/words/0", - "#/readResults/0/lines/20/words/1", - "#/readResults/0/lines/20/words/2", - "#/readResults/0/lines/20/words/3", - "#/readResults/0/lines/22/words/0", - "#/readResults/0/lines/23/words/0", - "#/readResults/0/lines/21/words/0", - "#/readResults/0/lines/24/words/0", - "#/readResults/0/lines/24/words/1" - ] - }, - { - "rowIndex": 1, - "columnIndex": 0, - "text": "Email Address: johnsinger@hotmail.com", - "boundingBox": [ - 0.8104, - 5.9962, - 4.1554, - 5.9962, - 4.1554, - 6.2262, - 0.8104, - 6.2262 - ], - "elements": [ - "#/readResults/0/lines/25/words/0", - "#/readResults/0/lines/25/words/1", - "#/readResults/0/lines/26/words/0" - ] - }, - { - "rowIndex": 2, - "columnIndex": 0, - "text": "Mailing Address: 472 SE 74th ST", - "boundingBox": [ - 0.8104, - 6.2262, - 4.1554, - 6.2262, - 4.1554, - 6.5021, - 0.8104, - 6.5021 - ], - "elements": [ - "#/readResults/0/lines/27/words/0", - "#/readResults/0/lines/27/words/1", - "#/readResults/0/lines/28/words/0", - "#/readResults/0/lines/28/words/1", - "#/readResults/0/lines/28/words/2", - "#/readResults/0/lines/28/words/3" - ] - }, - { - "rowIndex": 3, - "columnIndex": 0, - "text": "City: Lakewood", - "boundingBox": [ - 0.8104, - 6.5021, - 4.1554, - 6.5021, - 4.1554, - 6.7146, - 0.8104, - 6.7146 - ], - "elements": [ - "#/readResults/0/lines/29/words/0", - "#/readResults/0/lines/30/words/0" - ] - }, - { - "rowIndex": 3, - "columnIndex": 1, - "text": "State: WA", - "boundingBox": [ - 4.1554, - 6.5021, - 5.1496, - 6.5021, - 5.1496, - 6.7146, - 4.1554, - 6.7146 - ], - "elements": [ - "#/readResults/0/lines/31/words/0", - "#/readResults/0/lines/32/words/0" - ] - }, - { - "rowIndex": 3, - "columnIndex": 3, - "text": "Zip Code: 98712", - "boundingBox": [ - 6.4104, - 6.5021, - 8.2604, - 6.5021, - 8.2604, - 6.7146, - 6.4104, - 6.7146 - ], - "elements": [ - "#/readResults/0/lines/33/words/0", - "#/readResults/0/lines/33/words/1", - "#/readResults/0/lines/34/words/0" - ] - } - ] - } - ] + "tables": [] } ] } @@ -4693,7 +4595,7 @@ ], "Variables": { "FORM_RECOGNIZER_API_KEY": "Sanitized", - "FORM_RECOGNIZER_ENDPOINT": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/", + "FORM_RECOGNIZER_ENDPOINT": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/", "RandomSeed": "136672503" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeContentWithSelectionMarks(True).json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeContentWithSelectionMarks(True).json index 9541636d0f91a..51e8aac397ea9 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeContentWithSelectionMarks(True).json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeContentWithSelectionMarks(True).json @@ -1,16 +1,16 @@ { "Entries": [ { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyze", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/layout/analyze", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "251215", "Content-Type": "application/pdf", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-71b51b825d18ed438a8462b686218d19-0254ebd07f424a4c-00", + "traceparent": "00-9ae34e1884152a4382eda9bd411896b3-23cdcfda536baa42-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201016.1", + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "6328e6ceb1225450de39cc6386f4830a", @@ -19,24 +19,24 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "6a831792-7a18-4b61-ab20-d6667f8464d7", + "apim-request-id": "f9cc5109-bbf3-4543-b42b-c125cbd33c3b", "Content-Length": "0", - "Date": "Fri, 16 Oct 2020 18:19:03 GMT", - "Operation-Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/6a831792-7a18-4b61-ab20-d6667f8464d7", + "Date": "Fri, 30 Oct 2020 12:51:42 GMT", + "Operation-Location": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/layout/analyzeResults/f9cc5109-bbf3-4543-b42b-c125cbd33c3b", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "170" + "x-envoy-upstream-service-time": "107" }, "ResponseBody": [] }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/6a831792-7a18-4b61-ab20-d6667f8464d7", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/layout/analyzeResults/f9cc5109-bbf3-4543-b42b-c125cbd33c3b", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201016.1", + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "7659e1ba48c7a92e9e6feb44ebb8985f", @@ -45,28 +45,28 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "5dc0a428-3037-4ea7-9e64-266cc6cf1255", + "apim-request-id": "0be64556-cf82-4808-94ea-351f717762e2", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 16 Oct 2020 18:19:03 GMT", + "Date": "Fri, 30 Oct 2020 12:51:42 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "14" + "x-envoy-upstream-service-time": "9" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-10-16T18:19:03Z", - "lastUpdatedDateTime": "2020-10-16T18:19:03Z" + "createdDateTime": "2020-10-30T12:51:43Z", + "lastUpdatedDateTime": "2020-10-30T12:51:43Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/6a831792-7a18-4b61-ab20-d6667f8464d7", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/layout/analyzeResults/f9cc5109-bbf3-4543-b42b-c125cbd33c3b", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201016.1", + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "bace1fdd207af21720a53c3067c11783", @@ -75,28 +75,28 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "38e9a0fb-9ef6-48df-b4f8-f2faa7f34964", + "apim-request-id": "90571118-bce4-468c-9b1d-aa5f616fa3b1", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 16 Oct 2020 18:19:04 GMT", + "Date": "Fri, 30 Oct 2020 12:51:43 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "11" + "x-envoy-upstream-service-time": "13" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-10-16T18:19:03Z", - "lastUpdatedDateTime": "2020-10-16T18:19:03Z" + "createdDateTime": "2020-10-30T12:51:43Z", + "lastUpdatedDateTime": "2020-10-30T12:51:43Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/6a831792-7a18-4b61-ab20-d6667f8464d7", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/layout/analyzeResults/f9cc5109-bbf3-4543-b42b-c125cbd33c3b", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201016.1", + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "71f6c2a3ba54864ab87ec5b3c50c6825", @@ -105,28 +105,28 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "787a9cdd-9032-4e6e-a328-4bd5960d18e2", + "apim-request-id": "36cde477-f35b-48b6-a2d1-8f82c7817ca7", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 16 Oct 2020 18:19:05 GMT", + "Date": "Fri, 30 Oct 2020 12:51:44 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "12" + "x-envoy-upstream-service-time": "8" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-10-16T18:19:03Z", - "lastUpdatedDateTime": "2020-10-16T18:19:03Z" + "createdDateTime": "2020-10-30T12:51:43Z", + "lastUpdatedDateTime": "2020-10-30T12:51:43Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/6a831792-7a18-4b61-ab20-d6667f8464d7", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/layout/analyzeResults/f9cc5109-bbf3-4543-b42b-c125cbd33c3b", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201016.1", + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "66866ca1c8269990ca6755210cfd41dc", @@ -135,28 +135,28 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "6c0f57b3-3d2a-4a64-b07c-cc976d7a4bb8", + "apim-request-id": "f77fc43e-0799-4ad8-a4c2-dd854edfa1fc", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 16 Oct 2020 18:19:06 GMT", + "Date": "Fri, 30 Oct 2020 12:51:45 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "13" + "x-envoy-upstream-service-time": "9" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-10-16T18:19:03Z", - "lastUpdatedDateTime": "2020-10-16T18:19:03Z" + "createdDateTime": "2020-10-30T12:51:43Z", + "lastUpdatedDateTime": "2020-10-30T12:51:43Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/6a831792-7a18-4b61-ab20-d6667f8464d7", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/layout/analyzeResults/f9cc5109-bbf3-4543-b42b-c125cbd33c3b", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201016.1", + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "29a1685726c2220bd54702fb5b632c14", @@ -165,28 +165,28 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "93a7209e-b53e-4825-9f2f-5f4ed3154786", + "apim-request-id": "7e8f0c89-c56a-4671-bbb8-44b47f9ed581", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 16 Oct 2020 18:19:07 GMT", + "Date": "Fri, 30 Oct 2020 12:51:46 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "12" + "x-envoy-upstream-service-time": "8" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-10-16T18:19:03Z", - "lastUpdatedDateTime": "2020-10-16T18:19:03Z" + "createdDateTime": "2020-10-30T12:51:43Z", + "lastUpdatedDateTime": "2020-10-30T12:51:43Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/6a831792-7a18-4b61-ab20-d6667f8464d7", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/layout/analyzeResults/f9cc5109-bbf3-4543-b42b-c125cbd33c3b", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201016.1", + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "fa8e163cb13ada5c325ca7ed65287aba", @@ -195,78 +195,18 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "2d9a9f11-af5e-472d-aaaa-af0acd1a2f8e", - "Content-Length": "106", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 16 Oct 2020 18:19:08 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "14" - }, - "ResponseBody": { - "status": "running", - "createdDateTime": "2020-10-16T18:19:03Z", - "lastUpdatedDateTime": "2020-10-16T18:19:03Z" - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/6a831792-7a18-4b61-ab20-d6667f8464d7", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201016.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "5d5ce83d3f6a7b63616490dec5943d67", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "a8b733ee-9afa-4483-8af3-fff329b01c47", - "Content-Length": "106", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 16 Oct 2020 18:19:09 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "11" - }, - "ResponseBody": { - "status": "running", - "createdDateTime": "2020-10-16T18:19:03Z", - "lastUpdatedDateTime": "2020-10-16T18:19:03Z" - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/6a831792-7a18-4b61-ab20-d6667f8464d7", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201016.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "f5e5403a466fa5a20cc6f7657e1dbcac", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "221ee33c-7318-49be-b6db-d3f28c169a85", - "Content-Length": "34588", + "apim-request-id": "258374ca-9772-4848-b3da-2ebeab17f61e", + "Content-Length": "33902", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 16 Oct 2020 18:19:10 GMT", + "Date": "Fri, 30 Oct 2020 12:51:49 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "26" + "x-envoy-upstream-service-time": "24" }, "ResponseBody": { "status": "succeeded", - "createdDateTime": "2020-10-16T18:19:03Z", - "lastUpdatedDateTime": "2020-10-16T18:19:10Z", + "createdDateTime": "2020-10-30T12:51:43Z", + "lastUpdatedDateTime": "2020-10-30T12:51:48Z", "analyzeResult": { "version": "2.1.0", "readResults": [ @@ -277,6 +217,41 @@ "height": 11, "unit": "inch", "lines": [ + { + "boundingBox": [ + 0.5301, + 0.697, + 2.3829, + 0.7018, + 2.3829, + 1.3034, + 0.5301, + 1.2986 + ], + "text": "Contoso", + "appearance": { + "style": { + "name": "other", + "confidence": 0.899 + } + }, + "words": [ + { + "boundingBox": [ + 0.5348, + 0.7066, + 2.3876, + 0.826, + 2.3781, + 1.1888, + 0.5587, + 1.3034 + ], + "text": "Contoso", + "confidence": 0.952 + } + ] + }, { "boundingBox": [ 3.2791, @@ -289,6 +264,12 @@ 0.8109 ], "text": "STATE OF CALIFORNIA: CONTOSO", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -348,35 +329,6 @@ } ] }, - { - "boundingBox": [ - 0.5367, - 0.7, - 2.3833, - 0.7067, - 2.38, - 1.2967, - 0.5367, - 1.2933 - ], - "text": "Contoso", - "words": [ - { - "boundingBox": [ - 0.576, - 0.7124, - 2.3577, - 0.8224, - 2.3498, - 1.1995, - 0.6019, - 1.2967 - ], - "text": "Contoso", - "confidence": 0.973 - } - ] - }, { "boundingBox": [ 3.4183, @@ -389,6 +341,12 @@ 0.9561 ], "text": "BUREAU OF INSURANCE", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -446,6 +404,12 @@ 1.1001 ], "text": "124 Main Street Palo Alto CA 842325", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -559,6 +523,12 @@ 1.2694 ], "text": "(650)768-2322", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -588,6 +558,12 @@ 2.333 ], "text": "AUTHORIZATION OF CREDIT CARD PAYMENT", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -663,44 +639,50 @@ }, { "boundingBox": [ - 3.3533, - 3.0267, - 5.1867, - 3.0267, - 5.1867, - 3.2267, - 3.3533, - 3.23 + 3.3522, + 3.0269, + 5.186, + 3.0269, + 5.186, + 3.2274, + 3.3522, + 3.2274 ], "text": "CONTOSO BANK", + "appearance": { + "style": { + "name": "other", + "confidence": 1.0 + } + }, "words": [ { "boundingBox": [ - 3.3563, - 3.0304, - 4.5105, - 3.0286, - 4.5106, - 3.2286, - 3.3624, - 3.2333 + 3.357, + 3.0317, + 4.5126, + 3.0269, + 4.5126, + 3.2274, + 3.3618, + 3.2322 ], "text": "CONTOSO", "confidence": 0.985 }, { "boundingBox": [ - 4.5508, - 3.0286, - 5.1816, - 3.0301, - 5.1782, - 3.2286, - 4.5507, - 3.2286 + 4.5556, + 3.0269, + 5.186, + 3.0317, + 5.186, + 3.2274, + 4.5556, + 3.2274 ], "text": "BANK", - "confidence": 0.987 + "confidence": 0.986 } ] }, @@ -716,6 +698,12 @@ 3.6446 ], "text": "Fees owed to this Department may be paid by the use of a credit card. If you wish to pay your fee(s)", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -1039,6 +1027,12 @@ 3.8101 ], "text": "with your credit card, please complete this form and send it with your paperwork. Payment through", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -1278,6 +1272,12 @@ 3.9764 ], "text": "credit cards will not be processed without this authorization form. Please print or type clearly.", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -1503,6 +1503,12 @@ 4.3316 ], "text": "Name (company/individual for whom payment is being made) (Please Include License # and SSN/FEIN):", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -1605,9 +1611,9 @@ { "boundingBox": [ 4.1727, - 4.2083, + 4.2082, 4.5281, - 4.2083, + 4.2082, 4.5281, 4.3259, 4.1727, @@ -1619,9 +1625,9 @@ { "boundingBox": [ 4.5718, - 4.2083, + 4.2082, 5.0014, - 4.2083, + 4.2082, 5.0014, 4.3259, 4.5718, @@ -1714,6 +1720,12 @@ 4.4867 ], "text": "Contoso Insurance 54353T7A, 36-1222985", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -1785,6 +1797,12 @@ 5.068 ], "text": "Purpose of Payment:", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -1842,6 +1860,12 @@ 5.034 ], "text": "Balance on Account", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -1899,6 +1923,12 @@ 5.5929 ], "text": "Card Type: \u2751Visa", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -1956,6 +1986,12 @@ 5.5922 ], "text": "\u2751x AMEX", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -1999,6 +2035,12 @@ 5.6108 ], "text": "\u2751Master Card", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -2042,6 +2084,12 @@ 5.8125 ], "text": "Name of Cardholder:", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -2099,6 +2147,12 @@ 5.8923 ], "text": "John Singer", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -2142,6 +2196,12 @@ 5.8091 ], "text": "Contact persons phone #, if questions with this", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -2269,6 +2329,12 @@ 5.9847 ], "text": "form. Telephone #: (", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -2340,6 +2406,12 @@ 5.9672 ], "text": "425", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -2369,6 +2441,12 @@ 5.9847 ], "text": ")", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -2386,35 +2464,6 @@ } ] }, - { - "boundingBox": [ - 7.3783, - 5.9042, - 7.4157, - 5.9042, - 7.4157, - 5.918, - 7.3783, - 5.918 - ], - "text": "-", - "words": [ - { - "boundingBox": [ - 7.3783, - 5.9042, - 7.4157, - 5.9042, - 7.4157, - 5.918, - 7.3783, - 5.918 - ], - "text": "-", - "confidence": 1 - } - ] - }, { "boundingBox": [ 7.1288, @@ -2427,6 +2476,12 @@ 5.9672 ], "text": "779 3479", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -2458,6 +2513,41 @@ } ] }, + { + "boundingBox": [ + 7.3783, + 5.9042, + 7.4157, + 5.9042, + 7.4157, + 5.918, + 7.3783, + 5.918 + ], + "text": "-", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 7.3783, + 5.9042, + 7.4157, + 5.9042, + 7.4157, + 5.918, + 7.3783, + 5.918 + ], + "text": "-", + "confidence": 1 + } + ] + }, { "boundingBox": [ 0.8964, @@ -2470,6 +2560,12 @@ 6.1393 ], "text": "Email Address:", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -2513,6 +2609,12 @@ 6.1753 ], "text": "johnsinger@hotmail.com", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -2542,6 +2644,12 @@ 6.4101 ], "text": "Mailing Address:", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -2585,6 +2693,12 @@ 6.4186 ], "text": "472 SE 74th ST", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -2656,6 +2770,12 @@ 6.6721 ], "text": "City:", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -2685,6 +2805,12 @@ 6.6774 ], "text": "Lakewood", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -2714,6 +2840,12 @@ 6.645 ], "text": "State:", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -2743,6 +2875,12 @@ 6.6518 ], "text": "WA", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -2772,6 +2910,12 @@ 6.6712 ], "text": "Zip Code:", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -2815,6 +2959,12 @@ 6.6473 ], "text": "98712", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -2844,6 +2994,12 @@ 7.1067 ], "text": "I authorize Contoso Department of Professional and Financial Regulation, Bureau of Insurance", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -3027,6 +3183,12 @@ 7.2983 ], "text": "to charge my: Visa", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -3098,6 +3260,12 @@ 7.9603 ], "text": "4872876432425423", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -3127,6 +3295,12 @@ 8.0411 ], "text": "Expiration date:", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -3170,6 +3344,12 @@ 7.9982 ], "text": "09", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -3199,6 +3379,12 @@ 8.012 ], "text": "/", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -3228,6 +3414,12 @@ 8.0002 ], "text": "21", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -3257,6 +3449,12 @@ 8.0289 ], "text": "in the amount of: $__________________", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -3342,6 +3540,12 @@ 7.9962 ], "text": "263.00", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -3371,6 +3575,12 @@ 8.0307 ], "text": "____________________________", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -3400,6 +3610,12 @@ 8.1896 ], "text": "(Card number \u2013 Please print clearly)", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -3489,44 +3705,50 @@ }, { "boundingBox": [ - 1.89, - 8.26, - 3.2367, - 8.27, - 3.2333, - 8.5567, - 1.89, - 8.5533 + 1.8862, + 8.2595, + 3.2329, + 8.2691, + 3.2329, + 8.5556, + 1.8862, + 8.5508 ], "text": "John Singer", + "appearance": { + "style": { + "name": "handwriting", + "confidence": 0.848 + } + }, "words": [ { "boundingBox": [ - 1.9698, - 8.2645, - 2.519, - 8.2845, - 2.5195, - 8.5409, - 1.9695, - 8.5567 + 1.9674, + 8.2643, + 2.5166, + 8.2834, + 2.5166, + 8.5412, + 1.9674, + 8.5556 ], "text": "John", - "confidence": 0.97 + "confidence": 0.979 }, { "boundingBox": [ - 2.5778, - 8.2865, - 3.2251, - 8.3065, - 3.2268, - 8.5309, - 2.5784, - 8.5396 + 2.5739, + 8.2834, + 3.2233, + 8.3073, + 3.2233, + 8.5317, + 2.5787, + 8.5412 ], "text": "Singer", - "confidence": 0.948 + "confidence": 0.945 } ] }, @@ -3534,14 +3756,20 @@ "boundingBox": [ 0.8059, 8.3968, - 6.1697, + 5.2429, 8.3968, - 6.1697, + 5.2429, 8.5421, 0.8059, 8.5421 ], - "text": "Signature: ___________________________________________ Date: ______", + "text": "Signature: ___________________________________________", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -3570,34 +3798,6 @@ ], "text": "___________________________________________", "confidence": 1 - }, - { - "boundingBox": [ - 5.2557, - 8.3997, - 5.6041, - 8.3997, - 5.6041, - 8.5111, - 5.2557, - 8.5111 - ], - "text": "Date:", - "confidence": 1 - }, - { - "boundingBox": [ - 5.66, - 8.5205, - 6.1697, - 8.5205, - 6.1697, - 8.5281, - 5.66, - 8.5281 - ], - "text": "______", - "confidence": 1 } ] }, @@ -3613,6 +3813,12 @@ 8.4835 ], "text": "08", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -3630,35 +3836,6 @@ } ] }, - { - "boundingBox": [ - 6.1674, - 8.3968, - 6.2149, - 8.3968, - 6.2149, - 8.5119, - 6.1674, - 8.5119 - ], - "text": "/", - "words": [ - { - "boundingBox": [ - 6.1674, - 8.3968, - 6.2149, - 8.3968, - 6.2149, - 8.5119, - 6.1674, - 8.5119 - ], - "text": "/", - "confidence": 1 - } - ] - }, { "boundingBox": [ 6.5359, @@ -3671,6 +3848,12 @@ 8.4716 ], "text": "23", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -3688,35 +3871,6 @@ } ] }, - { - "boundingBox": [ - 6.7199, - 8.3968, - 6.7673, - 8.3968, - 6.7673, - 8.5119, - 6.7199, - 8.5119 - ], - "text": "/", - "words": [ - { - "boundingBox": [ - 6.7199, - 8.3968, - 6.7673, - 8.3968, - 6.7673, - 8.5119, - 6.7199, - 8.5119 - ], - "text": "/", - "confidence": 1 - } - ] - }, { "boundingBox": [ 7.0358, @@ -3729,6 +3883,12 @@ 8.4715 ], "text": "2018", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -3748,58 +3908,35 @@ }, { "boundingBox": [ - 6.2125, + 5.66, 8.5205, - 6.7221, + 6.1697, 8.5205, - 6.7221, + 6.1697, 8.5281, - 6.2125, + 5.66, 8.5281 ], "text": "______", - "words": [ - { - "boundingBox": [ - 6.2125, - 8.5205, - 6.7221, - 8.5205, - 6.7221, - 8.5281, - 6.2125, - 8.5281 - ], - "text": "______", + "appearance": { + "style": { + "name": "other", "confidence": 1 } - ] - }, - { - "boundingBox": [ - 6.7649, - 8.5205, - 7.4445, - 8.5205, - 7.4445, - 8.5281, - 6.7649, - 8.5281 - ], - "text": "________", + }, "words": [ { "boundingBox": [ - 6.7649, + 5.66, 8.5205, - 7.4445, + 6.1697, 8.5205, - 7.4445, + 6.1697, 8.5281, - 6.7649, + 5.66, 8.5281 ], - "text": "________", + "text": "______", "confidence": 1 } ] @@ -3816,6 +3953,12 @@ 8.7284 ], "text": "(must be signed by authorized person to validate)", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -3943,6 +4086,12 @@ 9.2816 ], "text": "Form is available on our website: www.contoso.com/insurance You may fax the form to:", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -4140,6 +4289,12 @@ 9.4677 ], "text": "650-768-2322 or e-mail to: insurance@contoso.com", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -4225,6 +4380,12 @@ 9.8468 ], "text": "OFFICES LOCATED AT 24 Main Street Palo Alto CA 842325", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -4380,6 +4541,12 @@ 9.9709 ], "text": "www.contoso.com/insurance", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -4401,114 +4568,44 @@ "selectionMarks": [ { "boundingBox": [ - 3.0724, - 5.4394, - 3.2498, - 5.4394, - 3.2498, - 5.6098, - 3.0724, - 5.6098 - ], - "confidence": 0.991, - "state": "unselected" - }, - { - "boundingBox": [ - 1.6064, - 5.4233, - 1.7774, - 5.4233, - 1.7774, - 5.5937, - 1.6064, - 5.5937 + 1.6159, + 5.4302, + 1.7762, + 5.4302, + 1.7762, + 5.5929, + 1.6159, + 5.5929 ], - "confidence": 0.99, + "confidence": 1, "state": "unselected" }, { "boundingBox": [ - 2.2849, - 5.4179, - 2.4652, - 5.4179, - 2.4652, - 5.5969, - 2.2849, - 5.5969 + 2.3779, + 5.4731, + 2.4454, + 5.4731, + 2.4454, + 5.5463, + 2.3779, + 5.5463 ], - "confidence": 0.881, + "confidence": 1, "state": "selected" }, { "boundingBox": [ - 0, - 10.296, - 1.0459, - 10.296, - 1.0459, - 10.9982, - 0, - 10.9982 - ], - "confidence": 0.833, - "state": "unselected" - }, - { - "boundingBox": [ - 0, - 10.6052, - 1.5019, - 10.6052, - 1.5019, - 11.0, - 0, - 11.0 - ], - "confidence": 0.69, - "state": "unselected" - }, - { - "boundingBox": [ - 2.2887, - 5.4204, - 2.4633, - 5.4204, - 2.4633, - 5.5937, - 2.2887, - 5.5937 - ], - "confidence": 0.609, - "state": "unselected" - }, - { - "boundingBox": [ - 3.3758, - 5.6907, - 4.9999, - 5.6907, - 4.9999, - 5.9387, - 3.3758, - 5.9387 - ], - "confidence": 0.553, - "state": "unselected" - }, - { - "boundingBox": [ - 0, - 10.7248, - 0.539, - 10.7248, - 0.539, - 11, - 0, - 11 + 3.0846, + 5.4481, + 3.2448, + 5.4481, + 3.2448, + 5.6108, + 3.0846, + 5.6108 ], - "confidence": 0.553, + "confidence": 1, "state": "unselected" } ] @@ -4517,172 +4614,7 @@ "pageResults": [ { "page": 1, - "tables": [ - { - "rows": 4, - "columns": 4, - "cells": [ - { - "rowIndex": 0, - "columnIndex": 0, - "text": "Name of Cardholder: John Singer", - "boundingBox": [ - 0.8104, - 5.6546, - 4.1554, - 5.6546, - 4.1554, - 5.9962, - 0.8104, - 5.9962 - ], - "elements": [ - "#/readResults/0/lines/17/words/0", - "#/readResults/0/lines/17/words/1", - "#/readResults/0/lines/17/words/2", - "#/readResults/0/lines/18/words/0", - "#/readResults/0/lines/18/words/1" - ] - }, - { - "rowIndex": 0, - "columnIndex": 2, - "columnSpan": 2, - "text": "Contact persons phone #, if questions with this form. Telephone #: ( ) - 425 779 3479", - "boundingBox": [ - 5.1496, - 5.6546, - 8.2604, - 5.6546, - 8.2604, - 5.9962, - 5.1496, - 5.9962 - ], - "elements": [ - "#/readResults/0/lines/19/words/0", - "#/readResults/0/lines/19/words/1", - "#/readResults/0/lines/19/words/2", - "#/readResults/0/lines/19/words/3", - "#/readResults/0/lines/19/words/4", - "#/readResults/0/lines/19/words/5", - "#/readResults/0/lines/19/words/6", - "#/readResults/0/lines/19/words/7", - "#/readResults/0/lines/20/words/0", - "#/readResults/0/lines/20/words/1", - "#/readResults/0/lines/20/words/2", - "#/readResults/0/lines/20/words/3", - "#/readResults/0/lines/22/words/0", - "#/readResults/0/lines/23/words/0", - "#/readResults/0/lines/21/words/0", - "#/readResults/0/lines/24/words/0", - "#/readResults/0/lines/24/words/1" - ] - }, - { - "rowIndex": 1, - "columnIndex": 0, - "text": "Email Address: johnsinger@hotmail.com", - "boundingBox": [ - 0.8104, - 5.9962, - 4.1554, - 5.9962, - 4.1554, - 6.2262, - 0.8104, - 6.2262 - ], - "elements": [ - "#/readResults/0/lines/25/words/0", - "#/readResults/0/lines/25/words/1", - "#/readResults/0/lines/26/words/0" - ] - }, - { - "rowIndex": 2, - "columnIndex": 0, - "text": "Mailing Address: 472 SE 74th ST", - "boundingBox": [ - 0.8104, - 6.2262, - 4.1554, - 6.2262, - 4.1554, - 6.5021, - 0.8104, - 6.5021 - ], - "elements": [ - "#/readResults/0/lines/27/words/0", - "#/readResults/0/lines/27/words/1", - "#/readResults/0/lines/28/words/0", - "#/readResults/0/lines/28/words/1", - "#/readResults/0/lines/28/words/2", - "#/readResults/0/lines/28/words/3" - ] - }, - { - "rowIndex": 3, - "columnIndex": 0, - "text": "City: Lakewood", - "boundingBox": [ - 0.8104, - 6.5021, - 4.1554, - 6.5021, - 4.1554, - 6.7146, - 0.8104, - 6.7146 - ], - "elements": [ - "#/readResults/0/lines/29/words/0", - "#/readResults/0/lines/30/words/0" - ] - }, - { - "rowIndex": 3, - "columnIndex": 1, - "text": "State: WA", - "boundingBox": [ - 4.1554, - 6.5021, - 5.1496, - 6.5021, - 5.1496, - 6.7146, - 4.1554, - 6.7146 - ], - "elements": [ - "#/readResults/0/lines/31/words/0", - "#/readResults/0/lines/32/words/0" - ] - }, - { - "rowIndex": 3, - "columnIndex": 3, - "text": "Zip Code: 98712", - "boundingBox": [ - 6.4104, - 6.5021, - 8.2604, - 6.5021, - 8.2604, - 6.7146, - 6.4104, - 6.7146 - ], - "elements": [ - "#/readResults/0/lines/33/words/0", - "#/readResults/0/lines/33/words/1", - "#/readResults/0/lines/34/words/0" - ] - } - ] - } - ] + "tables": [] } ] } @@ -4691,7 +4623,7 @@ ], "Variables": { "FORM_RECOGNIZER_API_KEY": "Sanitized", - "FORM_RECOGNIZER_ENDPOINT": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/", + "FORM_RECOGNIZER_ENDPOINT": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/", "RandomSeed": "173751680" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeContentWithSelectionMarks(True)Async.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeContentWithSelectionMarks(True)Async.json index 62fb15cba25ec..3a5b0874975f0 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeContentWithSelectionMarks(True)Async.json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeContentWithSelectionMarks(True)Async.json @@ -1,16 +1,16 @@ { "Entries": [ { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyze", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/layout/analyze", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "251215", "Content-Type": "application/pdf", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-aa1198f43a6482469e9e134709eadae6-eddb72794f912f40-00", + "traceparent": "00-96e107d249ad3248bdc421005c648760-01a14e93c4402641-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201016.1", + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "bd98e9d211fd68d68a945a7b1afa13d9", @@ -19,24 +19,24 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "4a32334e-1b09-482d-80d3-56ac74158bf9", + "apim-request-id": "de0aa916-b0e8-43fa-91ff-a21c895c49b3", "Content-Length": "0", - "Date": "Fri, 16 Oct 2020 18:19:36 GMT", - "Operation-Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/4a32334e-1b09-482d-80d3-56ac74158bf9", + "Date": "Fri, 30 Oct 2020 12:58:00 GMT", + "Operation-Location": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/layout/analyzeResults/de0aa916-b0e8-43fa-91ff-a21c895c49b3", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "118" + "x-envoy-upstream-service-time": "122" }, "ResponseBody": [] }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/4a32334e-1b09-482d-80d3-56ac74158bf9", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/layout/analyzeResults/de0aa916-b0e8-43fa-91ff-a21c895c49b3", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201016.1", + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "830f999f1d2c09daef79f9e662997a71", @@ -45,28 +45,28 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "4e822885-4dad-4950-84ec-0d438ca548de", + "apim-request-id": "7285612f-9549-461f-a325-d52bfbd062ce", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 16 Oct 2020 18:19:36 GMT", + "Date": "Fri, 30 Oct 2020 12:58:00 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "12" + "x-envoy-upstream-service-time": "8" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-10-16T18:19:37Z", - "lastUpdatedDateTime": "2020-10-16T18:19:37Z" + "createdDateTime": "2020-10-30T12:58:00Z", + "lastUpdatedDateTime": "2020-10-30T12:58:00Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/4a32334e-1b09-482d-80d3-56ac74158bf9", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/layout/analyzeResults/de0aa916-b0e8-43fa-91ff-a21c895c49b3", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201016.1", + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "983c3943d091957dac2ad5e64ea2253c", @@ -75,28 +75,28 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "0972167f-8df3-46c0-8117-57c6f9df3fec", + "apim-request-id": "67b74e17-b606-4a84-8dc9-383b82549105", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 16 Oct 2020 18:19:37 GMT", + "Date": "Fri, 30 Oct 2020 12:58:02 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", "x-envoy-upstream-service-time": "10" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-10-16T18:19:37Z", - "lastUpdatedDateTime": "2020-10-16T18:19:37Z" + "createdDateTime": "2020-10-30T12:58:00Z", + "lastUpdatedDateTime": "2020-10-30T12:58:00Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/4a32334e-1b09-482d-80d3-56ac74158bf9", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/layout/analyzeResults/de0aa916-b0e8-43fa-91ff-a21c895c49b3", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201016.1", + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "5862df42ec2db5160f8ecd8417f006f1", @@ -105,28 +105,28 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "7851bef1-677f-4823-9068-2c7acf6ab69c", + "apim-request-id": "37657f08-b03a-4ab1-84df-5bf9fc91248a", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 16 Oct 2020 18:19:38 GMT", + "Date": "Fri, 30 Oct 2020 12:58:03 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "33" + "x-envoy-upstream-service-time": "11" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-10-16T18:19:37Z", - "lastUpdatedDateTime": "2020-10-16T18:19:37Z" + "createdDateTime": "2020-10-30T12:58:00Z", + "lastUpdatedDateTime": "2020-10-30T12:58:00Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/4a32334e-1b09-482d-80d3-56ac74158bf9", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/layout/analyzeResults/de0aa916-b0e8-43fa-91ff-a21c895c49b3", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201016.1", + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "e138e91a7bbecf471c7ad70247f3bb4c", @@ -135,28 +135,28 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "c6be66e7-7271-4c3a-9013-fbf524643df7", + "apim-request-id": "9533de06-b285-445c-ad0d-3d6aaa8013a0", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 16 Oct 2020 18:19:39 GMT", + "Date": "Fri, 30 Oct 2020 12:58:04 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "9" + "x-envoy-upstream-service-time": "10" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-10-16T18:19:37Z", - "lastUpdatedDateTime": "2020-10-16T18:19:37Z" + "createdDateTime": "2020-10-30T12:58:00Z", + "lastUpdatedDateTime": "2020-10-30T12:58:00Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/4a32334e-1b09-482d-80d3-56ac74158bf9", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/layout/analyzeResults/de0aa916-b0e8-43fa-91ff-a21c895c49b3", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201016.1", + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "82a4bc53213756432287880302f87dbc", @@ -165,108 +165,48 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "35ea82c0-0551-4cab-8bb7-898518ab998d", - "Content-Length": "106", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 16 Oct 2020 18:19:42 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "20" - }, - "ResponseBody": { - "status": "running", - "createdDateTime": "2020-10-16T18:19:37Z", - "lastUpdatedDateTime": "2020-10-16T18:19:37Z" - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/4a32334e-1b09-482d-80d3-56ac74158bf9", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201016.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "65cce423446ac77e98923cb315146e1b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "f19393d9-c26d-44a0-a7ca-5289fb81273d", - "Content-Length": "106", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 16 Oct 2020 18:19:43 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "11" - }, - "ResponseBody": { - "status": "running", - "createdDateTime": "2020-10-16T18:19:37Z", - "lastUpdatedDateTime": "2020-10-16T18:19:37Z" - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/4a32334e-1b09-482d-80d3-56ac74158bf9", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201016.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "5a3181d3834bf8baa5e1be37f244cd24", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "6825e84d-754b-4c08-a181-4e93dd1f8b73", + "apim-request-id": "e31fba31-cf80-459d-bd0d-3ff6931ca5b1", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 16 Oct 2020 18:19:44 GMT", + "Date": "Fri, 30 Oct 2020 12:58:05 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", "x-envoy-upstream-service-time": "11" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-10-16T18:19:37Z", - "lastUpdatedDateTime": "2020-10-16T18:19:37Z" + "createdDateTime": "2020-10-30T12:58:00Z", + "lastUpdatedDateTime": "2020-10-30T12:58:00Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/4a32334e-1b09-482d-80d3-56ac74158bf9", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/layout/analyzeResults/de0aa916-b0e8-43fa-91ff-a21c895c49b3", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201016.1", + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "62de1bfc55270fe13edceaa4e490410e", + "x-ms-client-request-id": "65cce423446ac77e98923cb315146e1b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "b9e260a1-cd3a-4c94-a277-1b6e24ae9914", - "Content-Length": "34588", + "apim-request-id": "d3e40bee-baa0-4024-a6b6-39dcba95f05f", + "Content-Length": "33902", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 16 Oct 2020 18:19:45 GMT", + "Date": "Fri, 30 Oct 2020 12:58:06 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "25" + "x-envoy-upstream-service-time": "19" }, "ResponseBody": { "status": "succeeded", - "createdDateTime": "2020-10-16T18:19:37Z", - "lastUpdatedDateTime": "2020-10-16T18:19:44Z", + "createdDateTime": "2020-10-30T12:58:00Z", + "lastUpdatedDateTime": "2020-10-30T12:58:05Z", "analyzeResult": { "version": "2.1.0", "readResults": [ @@ -277,6 +217,41 @@ "height": 11, "unit": "inch", "lines": [ + { + "boundingBox": [ + 0.5301, + 0.697, + 2.3829, + 0.7018, + 2.3829, + 1.3034, + 0.5301, + 1.2986 + ], + "text": "Contoso", + "appearance": { + "style": { + "name": "other", + "confidence": 0.899 + } + }, + "words": [ + { + "boundingBox": [ + 0.5348, + 0.7066, + 2.3876, + 0.826, + 2.3781, + 1.1888, + 0.5587, + 1.3034 + ], + "text": "Contoso", + "confidence": 0.952 + } + ] + }, { "boundingBox": [ 3.2791, @@ -289,6 +264,12 @@ 0.8109 ], "text": "STATE OF CALIFORNIA: CONTOSO", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -348,35 +329,6 @@ } ] }, - { - "boundingBox": [ - 0.5367, - 0.7, - 2.3833, - 0.7067, - 2.38, - 1.2967, - 0.5367, - 1.2933 - ], - "text": "Contoso", - "words": [ - { - "boundingBox": [ - 0.576, - 0.7124, - 2.3577, - 0.8224, - 2.3498, - 1.1995, - 0.6019, - 1.2967 - ], - "text": "Contoso", - "confidence": 0.973 - } - ] - }, { "boundingBox": [ 3.4183, @@ -389,6 +341,12 @@ 0.9561 ], "text": "BUREAU OF INSURANCE", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -446,6 +404,12 @@ 1.1001 ], "text": "124 Main Street Palo Alto CA 842325", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -559,6 +523,12 @@ 1.2694 ], "text": "(650)768-2322", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -588,6 +558,12 @@ 2.333 ], "text": "AUTHORIZATION OF CREDIT CARD PAYMENT", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -663,44 +639,50 @@ }, { "boundingBox": [ - 3.3533, - 3.0267, - 5.1867, - 3.0267, - 5.1867, - 3.2267, - 3.3533, - 3.23 + 3.3522, + 3.0269, + 5.186, + 3.0269, + 5.186, + 3.2274, + 3.3522, + 3.2274 ], "text": "CONTOSO BANK", + "appearance": { + "style": { + "name": "other", + "confidence": 1.0 + } + }, "words": [ { "boundingBox": [ - 3.3563, - 3.0304, - 4.5105, - 3.0286, - 4.5106, - 3.2286, - 3.3624, - 3.2333 + 3.357, + 3.0317, + 4.5126, + 3.0269, + 4.5126, + 3.2274, + 3.3618, + 3.2322 ], "text": "CONTOSO", "confidence": 0.985 }, { "boundingBox": [ - 4.5508, - 3.0286, - 5.1816, - 3.0301, - 5.1782, - 3.2286, - 4.5507, - 3.2286 + 4.5556, + 3.0269, + 5.186, + 3.0317, + 5.186, + 3.2274, + 4.5556, + 3.2274 ], "text": "BANK", - "confidence": 0.987 + "confidence": 0.986 } ] }, @@ -716,6 +698,12 @@ 3.6446 ], "text": "Fees owed to this Department may be paid by the use of a credit card. If you wish to pay your fee(s)", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -1039,6 +1027,12 @@ 3.8101 ], "text": "with your credit card, please complete this form and send it with your paperwork. Payment through", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -1278,6 +1272,12 @@ 3.9764 ], "text": "credit cards will not be processed without this authorization form. Please print or type clearly.", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -1503,6 +1503,12 @@ 4.3316 ], "text": "Name (company/individual for whom payment is being made) (Please Include License # and SSN/FEIN):", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -1605,9 +1611,9 @@ { "boundingBox": [ 4.1727, - 4.2083, + 4.2082, 4.5281, - 4.2083, + 4.2082, 4.5281, 4.3259, 4.1727, @@ -1619,9 +1625,9 @@ { "boundingBox": [ 4.5718, - 4.2083, + 4.2082, 5.0014, - 4.2083, + 4.2082, 5.0014, 4.3259, 4.5718, @@ -1714,6 +1720,12 @@ 4.4867 ], "text": "Contoso Insurance 54353T7A, 36-1222985", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -1785,6 +1797,12 @@ 5.068 ], "text": "Purpose of Payment:", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -1842,6 +1860,12 @@ 5.034 ], "text": "Balance on Account", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -1899,6 +1923,12 @@ 5.5929 ], "text": "Card Type: \u2751Visa", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -1956,6 +1986,12 @@ 5.5922 ], "text": "\u2751x AMEX", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -1999,6 +2035,12 @@ 5.6108 ], "text": "\u2751Master Card", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -2042,6 +2084,12 @@ 5.8125 ], "text": "Name of Cardholder:", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -2099,6 +2147,12 @@ 5.8923 ], "text": "John Singer", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -2142,6 +2196,12 @@ 5.8091 ], "text": "Contact persons phone #, if questions with this", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -2269,6 +2329,12 @@ 5.9847 ], "text": "form. Telephone #: (", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -2340,6 +2406,12 @@ 5.9672 ], "text": "425", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -2369,6 +2441,12 @@ 5.9847 ], "text": ")", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -2386,35 +2464,6 @@ } ] }, - { - "boundingBox": [ - 7.3783, - 5.9042, - 7.4157, - 5.9042, - 7.4157, - 5.918, - 7.3783, - 5.918 - ], - "text": "-", - "words": [ - { - "boundingBox": [ - 7.3783, - 5.9042, - 7.4157, - 5.9042, - 7.4157, - 5.918, - 7.3783, - 5.918 - ], - "text": "-", - "confidence": 1 - } - ] - }, { "boundingBox": [ 7.1288, @@ -2427,6 +2476,12 @@ 5.9672 ], "text": "779 3479", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -2458,6 +2513,41 @@ } ] }, + { + "boundingBox": [ + 7.3783, + 5.9042, + 7.4157, + 5.9042, + 7.4157, + 5.918, + 7.3783, + 5.918 + ], + "text": "-", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, + "words": [ + { + "boundingBox": [ + 7.3783, + 5.9042, + 7.4157, + 5.9042, + 7.4157, + 5.918, + 7.3783, + 5.918 + ], + "text": "-", + "confidence": 1 + } + ] + }, { "boundingBox": [ 0.8964, @@ -2470,6 +2560,12 @@ 6.1393 ], "text": "Email Address:", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -2513,6 +2609,12 @@ 6.1753 ], "text": "johnsinger@hotmail.com", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -2542,6 +2644,12 @@ 6.4101 ], "text": "Mailing Address:", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -2585,6 +2693,12 @@ 6.4186 ], "text": "472 SE 74th ST", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -2656,6 +2770,12 @@ 6.6721 ], "text": "City:", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -2685,6 +2805,12 @@ 6.6774 ], "text": "Lakewood", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -2714,6 +2840,12 @@ 6.645 ], "text": "State:", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -2743,6 +2875,12 @@ 6.6518 ], "text": "WA", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -2772,6 +2910,12 @@ 6.6712 ], "text": "Zip Code:", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -2815,6 +2959,12 @@ 6.6473 ], "text": "98712", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -2844,6 +2994,12 @@ 7.1067 ], "text": "I authorize Contoso Department of Professional and Financial Regulation, Bureau of Insurance", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -3027,6 +3183,12 @@ 7.2983 ], "text": "to charge my: Visa", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -3098,6 +3260,12 @@ 7.9603 ], "text": "4872876432425423", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -3127,6 +3295,12 @@ 8.0411 ], "text": "Expiration date:", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -3170,6 +3344,12 @@ 7.9982 ], "text": "09", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -3199,6 +3379,12 @@ 8.012 ], "text": "/", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -3228,6 +3414,12 @@ 8.0002 ], "text": "21", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -3257,6 +3449,12 @@ 8.0289 ], "text": "in the amount of: $__________________", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -3342,6 +3540,12 @@ 7.9962 ], "text": "263.00", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -3371,6 +3575,12 @@ 8.0307 ], "text": "____________________________", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -3400,6 +3610,12 @@ 8.1896 ], "text": "(Card number \u2013 Please print clearly)", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -3489,44 +3705,50 @@ }, { "boundingBox": [ - 1.89, - 8.26, - 3.2367, - 8.27, - 3.2333, - 8.5567, - 1.89, - 8.5533 + 1.8862, + 8.2595, + 3.2329, + 8.2691, + 3.2329, + 8.5556, + 1.8862, + 8.5508 ], "text": "John Singer", + "appearance": { + "style": { + "name": "handwriting", + "confidence": 0.848 + } + }, "words": [ { "boundingBox": [ - 1.9698, - 8.2645, - 2.519, - 8.2845, - 2.5195, - 8.5409, - 1.9695, - 8.5567 + 1.9674, + 8.2643, + 2.5166, + 8.2834, + 2.5166, + 8.5412, + 1.9674, + 8.5556 ], "text": "John", - "confidence": 0.97 + "confidence": 0.979 }, { "boundingBox": [ - 2.5778, - 8.2865, - 3.2251, - 8.3065, - 3.2268, - 8.5309, - 2.5784, - 8.5396 + 2.5739, + 8.2834, + 3.2233, + 8.3073, + 3.2233, + 8.5317, + 2.5787, + 8.5412 ], "text": "Singer", - "confidence": 0.947 + "confidence": 0.945 } ] }, @@ -3534,14 +3756,20 @@ "boundingBox": [ 0.8059, 8.3968, - 6.1697, + 5.2429, 8.3968, - 6.1697, + 5.2429, 8.5421, 0.8059, 8.5421 ], - "text": "Signature: ___________________________________________ Date: ______", + "text": "Signature: ___________________________________________", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -3570,34 +3798,6 @@ ], "text": "___________________________________________", "confidence": 1 - }, - { - "boundingBox": [ - 5.2557, - 8.3997, - 5.6041, - 8.3997, - 5.6041, - 8.5111, - 5.2557, - 8.5111 - ], - "text": "Date:", - "confidence": 1 - }, - { - "boundingBox": [ - 5.66, - 8.5205, - 6.1697, - 8.5205, - 6.1697, - 8.5281, - 5.66, - 8.5281 - ], - "text": "______", - "confidence": 1 } ] }, @@ -3613,6 +3813,12 @@ 8.4835 ], "text": "08", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -3630,35 +3836,6 @@ } ] }, - { - "boundingBox": [ - 6.1674, - 8.3968, - 6.2149, - 8.3968, - 6.2149, - 8.5119, - 6.1674, - 8.5119 - ], - "text": "/", - "words": [ - { - "boundingBox": [ - 6.1674, - 8.3968, - 6.2149, - 8.3968, - 6.2149, - 8.5119, - 6.1674, - 8.5119 - ], - "text": "/", - "confidence": 1 - } - ] - }, { "boundingBox": [ 6.5359, @@ -3671,6 +3848,12 @@ 8.4716 ], "text": "23", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -3688,35 +3871,6 @@ } ] }, - { - "boundingBox": [ - 6.7199, - 8.3968, - 6.7673, - 8.3968, - 6.7673, - 8.5119, - 6.7199, - 8.5119 - ], - "text": "/", - "words": [ - { - "boundingBox": [ - 6.7199, - 8.3968, - 6.7673, - 8.3968, - 6.7673, - 8.5119, - 6.7199, - 8.5119 - ], - "text": "/", - "confidence": 1 - } - ] - }, { "boundingBox": [ 7.0358, @@ -3729,6 +3883,12 @@ 8.4715 ], "text": "2018", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -3748,58 +3908,35 @@ }, { "boundingBox": [ - 6.2125, + 5.66, 8.5205, - 6.7221, + 6.1697, 8.5205, - 6.7221, + 6.1697, 8.5281, - 6.2125, + 5.66, 8.5281 ], "text": "______", - "words": [ - { - "boundingBox": [ - 6.2125, - 8.5205, - 6.7221, - 8.5205, - 6.7221, - 8.5281, - 6.2125, - 8.5281 - ], - "text": "______", + "appearance": { + "style": { + "name": "other", "confidence": 1 } - ] - }, - { - "boundingBox": [ - 6.7649, - 8.5205, - 7.4445, - 8.5205, - 7.4445, - 8.5281, - 6.7649, - 8.5281 - ], - "text": "________", + }, "words": [ { "boundingBox": [ - 6.7649, + 5.66, 8.5205, - 7.4445, + 6.1697, 8.5205, - 7.4445, + 6.1697, 8.5281, - 6.7649, + 5.66, 8.5281 ], - "text": "________", + "text": "______", "confidence": 1 } ] @@ -3816,6 +3953,12 @@ 8.7284 ], "text": "(must be signed by authorized person to validate)", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -3943,6 +4086,12 @@ 9.2816 ], "text": "Form is available on our website: www.contoso.com/insurance You may fax the form to:", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -4140,6 +4289,12 @@ 9.4677 ], "text": "650-768-2322 or e-mail to: insurance@contoso.com", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -4225,6 +4380,12 @@ 9.8468 ], "text": "OFFICES LOCATED AT 24 Main Street Palo Alto CA 842325", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -4380,6 +4541,12 @@ 9.9709 ], "text": "www.contoso.com/insurance", + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + }, "words": [ { "boundingBox": [ @@ -4401,114 +4568,44 @@ "selectionMarks": [ { "boundingBox": [ - 3.0724, - 5.4394, - 3.2498, - 5.4394, - 3.2498, - 5.6098, - 3.0724, - 5.6098 - ], - "confidence": 0.991, - "state": "unselected" - }, - { - "boundingBox": [ - 1.6064, - 5.4233, - 1.7774, - 5.4233, - 1.7774, - 5.5937, - 1.6064, - 5.5937 + 1.6159, + 5.4302, + 1.7762, + 5.4302, + 1.7762, + 5.5929, + 1.6159, + 5.5929 ], - "confidence": 0.99, + "confidence": 1, "state": "unselected" }, { "boundingBox": [ - 2.2849, - 5.4179, - 2.4652, - 5.4179, - 2.4652, - 5.5969, - 2.2849, - 5.5969 + 2.3779, + 5.4731, + 2.4454, + 5.4731, + 2.4454, + 5.5463, + 2.3779, + 5.5463 ], - "confidence": 0.881, + "confidence": 1, "state": "selected" }, { "boundingBox": [ - 0, - 10.296, - 1.0459, - 10.296, - 1.0459, - 10.9982, - 0, - 10.9982 - ], - "confidence": 0.833, - "state": "unselected" - }, - { - "boundingBox": [ - 0, - 10.6052, - 1.5019, - 10.6052, - 1.5019, - 11.0, - 0, - 11.0 - ], - "confidence": 0.69, - "state": "unselected" - }, - { - "boundingBox": [ - 2.2887, - 5.4204, - 2.4633, - 5.4204, - 2.4633, - 5.5937, - 2.2887, - 5.5937 - ], - "confidence": 0.609, - "state": "unselected" - }, - { - "boundingBox": [ - 3.3758, - 5.6907, - 4.9999, - 5.6907, - 4.9999, - 5.9387, - 3.3758, - 5.9387 - ], - "confidence": 0.553, - "state": "unselected" - }, - { - "boundingBox": [ - 0, - 10.7248, - 0.539, - 10.7248, - 0.539, - 11, - 0, - 11 + 3.0846, + 5.4481, + 3.2448, + 5.4481, + 3.2448, + 5.6108, + 3.0846, + 5.6108 ], - "confidence": 0.553, + "confidence": 1, "state": "unselected" } ] @@ -4517,172 +4614,7 @@ "pageResults": [ { "page": 1, - "tables": [ - { - "rows": 4, - "columns": 4, - "cells": [ - { - "rowIndex": 0, - "columnIndex": 0, - "text": "Name of Cardholder: John Singer", - "boundingBox": [ - 0.8104, - 5.6546, - 4.1554, - 5.6546, - 4.1554, - 5.9962, - 0.8104, - 5.9962 - ], - "elements": [ - "#/readResults/0/lines/17/words/0", - "#/readResults/0/lines/17/words/1", - "#/readResults/0/lines/17/words/2", - "#/readResults/0/lines/18/words/0", - "#/readResults/0/lines/18/words/1" - ] - }, - { - "rowIndex": 0, - "columnIndex": 2, - "columnSpan": 2, - "text": "Contact persons phone #, if questions with this form. Telephone #: ( ) - 425 779 3479", - "boundingBox": [ - 5.1496, - 5.6546, - 8.2604, - 5.6546, - 8.2604, - 5.9962, - 5.1496, - 5.9962 - ], - "elements": [ - "#/readResults/0/lines/19/words/0", - "#/readResults/0/lines/19/words/1", - "#/readResults/0/lines/19/words/2", - "#/readResults/0/lines/19/words/3", - "#/readResults/0/lines/19/words/4", - "#/readResults/0/lines/19/words/5", - "#/readResults/0/lines/19/words/6", - "#/readResults/0/lines/19/words/7", - "#/readResults/0/lines/20/words/0", - "#/readResults/0/lines/20/words/1", - "#/readResults/0/lines/20/words/2", - "#/readResults/0/lines/20/words/3", - "#/readResults/0/lines/22/words/0", - "#/readResults/0/lines/23/words/0", - "#/readResults/0/lines/21/words/0", - "#/readResults/0/lines/24/words/0", - "#/readResults/0/lines/24/words/1" - ] - }, - { - "rowIndex": 1, - "columnIndex": 0, - "text": "Email Address: johnsinger@hotmail.com", - "boundingBox": [ - 0.8104, - 5.9962, - 4.1554, - 5.9962, - 4.1554, - 6.2262, - 0.8104, - 6.2262 - ], - "elements": [ - "#/readResults/0/lines/25/words/0", - "#/readResults/0/lines/25/words/1", - "#/readResults/0/lines/26/words/0" - ] - }, - { - "rowIndex": 2, - "columnIndex": 0, - "text": "Mailing Address: 472 SE 74th ST", - "boundingBox": [ - 0.8104, - 6.2262, - 4.1554, - 6.2262, - 4.1554, - 6.5021, - 0.8104, - 6.5021 - ], - "elements": [ - "#/readResults/0/lines/27/words/0", - "#/readResults/0/lines/27/words/1", - "#/readResults/0/lines/28/words/0", - "#/readResults/0/lines/28/words/1", - "#/readResults/0/lines/28/words/2", - "#/readResults/0/lines/28/words/3" - ] - }, - { - "rowIndex": 3, - "columnIndex": 0, - "text": "City: Lakewood", - "boundingBox": [ - 0.8104, - 6.5021, - 4.1554, - 6.5021, - 4.1554, - 6.7146, - 0.8104, - 6.7146 - ], - "elements": [ - "#/readResults/0/lines/29/words/0", - "#/readResults/0/lines/30/words/0" - ] - }, - { - "rowIndex": 3, - "columnIndex": 1, - "text": "State: WA", - "boundingBox": [ - 4.1554, - 6.5021, - 5.1496, - 6.5021, - 5.1496, - 6.7146, - 4.1554, - 6.7146 - ], - "elements": [ - "#/readResults/0/lines/31/words/0", - "#/readResults/0/lines/32/words/0" - ] - }, - { - "rowIndex": 3, - "columnIndex": 3, - "text": "Zip Code: 98712", - "boundingBox": [ - 6.4104, - 6.5021, - 8.2604, - 6.5021, - 8.2604, - 6.7146, - 6.4104, - 6.7146 - ], - "elements": [ - "#/readResults/0/lines/33/words/0", - "#/readResults/0/lines/33/words/1", - "#/readResults/0/lines/34/words/0" - ] - } - ] - } - ] + "tables": [] } ] } @@ -4691,7 +4623,7 @@ ], "Variables": { "FORM_RECOGNIZER_API_KEY": "Sanitized", - "FORM_RECOGNIZER_ENDPOINT": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/", + "FORM_RECOGNIZER_ENDPOINT": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/", "RandomSeed": "1749249609" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsFromUriThrowsForNonExistingContent(False).json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsFromUriThrowsForNonExistingContent(False).json index 533983b310281..ce48aca859c79 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsFromUriThrowsForNonExistingContent(False).json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsFromUriThrowsForNonExistingContent(False).json @@ -1,17 +1,17 @@ { "Entries": [ { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "43", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-a2d3389e669a964cb0437d5843625bf1-bd33f427a93fec46-00", + "traceparent": "00-ad550eef9fbb4d47b06282122424dd7c-dc7e4dceb0b5b74e-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "6d18b00586fb7bc74fb85fb1e05c83da", "x-ms-return-client-request-id": "true" @@ -22,25 +22,25 @@ }, "StatusCode": 201, "ResponseHeaders": { - "apim-request-id": "a6c87873-74d6-42e2-9d67-d66119dbd261", + "apim-request-id": "6ff2adaa-90dc-49f4-a8e4-dc874620f026", "Content-Length": "0", - "Date": "Wed, 09 Sep 2020 22:30:16 GMT", - "Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/4717d1d2-f407-4a37-9554-c6868ecd5e57", + "Date": "Fri, 30 Oct 2020 12:51:59 GMT", + "Location": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/95bbf67b-f3c3-473b-bb6b-605dd34b2e10", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "248" + "x-envoy-upstream-service-time": "115" }, "ResponseBody": [] }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/4717d1d2-f407-4a37-9554-c6868ecd5e57?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/95bbf67b-f3c3-473b-bb6b-605dd34b2e10?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "8e312b72bed9ab41c81ee53ba0bd285b", "x-ms-return-client-request-id": "true" @@ -48,32 +48,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "6727c894-02fd-41fc-88cd-d8daf43bc54b", + "apim-request-id": "3d78b440-df23-4327-9a15-891cd652a688", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:30:16 GMT", + "Date": "Fri, 30 Oct 2020 12:52:00 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "18" + "x-envoy-upstream-service-time": "20" }, "ResponseBody": { "modelInfo": { - "modelId": "4717d1d2-f407-4a37-9554-c6868ecd5e57", + "modelId": "95bbf67b-f3c3-473b-bb6b-605dd34b2e10", "status": "creating", - "createdDateTime": "2020-09-09T22:30:17Z", - "lastUpdatedDateTime": "2020-09-09T22:30:17Z" + "createdDateTime": "2020-10-30T12:52:00Z", + "lastUpdatedDateTime": "2020-10-30T12:52:00Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/4717d1d2-f407-4a37-9554-c6868ecd5e57?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/95bbf67b-f3c3-473b-bb6b-605dd34b2e10?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "55fef41bb2966a71fa41802e6943e7e9", "x-ms-return-client-request-id": "true" @@ -81,32 +81,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "7c5652d6-fd15-419b-a141-22da53b9d610", + "apim-request-id": "b2015f32-14af-4aa2-bcd8-3c895384e0e8", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:30:18 GMT", + "Date": "Fri, 30 Oct 2020 12:52:01 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": "21" }, "ResponseBody": { "modelInfo": { - "modelId": "4717d1d2-f407-4a37-9554-c6868ecd5e57", + "modelId": "95bbf67b-f3c3-473b-bb6b-605dd34b2e10", "status": "creating", - "createdDateTime": "2020-09-09T22:30:17Z", - "lastUpdatedDateTime": "2020-09-09T22:30:17Z" + "createdDateTime": "2020-10-30T12:52:00Z", + "lastUpdatedDateTime": "2020-10-30T12:52:00Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/4717d1d2-f407-4a37-9554-c6868ecd5e57?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/95bbf67b-f3c3-473b-bb6b-605dd34b2e10?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "afa5060f49b547f76e6da5dda18cda92", "x-ms-return-client-request-id": "true" @@ -114,32 +114,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "1043715a-58c8-488e-99aa-14f9388c28f2", + "apim-request-id": "6fc10ad5-5a17-4723-9094-77486d1c1337", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:30:19 GMT", + "Date": "Fri, 30 Oct 2020 12:52:02 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": "4717d1d2-f407-4a37-9554-c6868ecd5e57", + "modelId": "95bbf67b-f3c3-473b-bb6b-605dd34b2e10", "status": "creating", - "createdDateTime": "2020-09-09T22:30:17Z", - "lastUpdatedDateTime": "2020-09-09T22:30:17Z" + "createdDateTime": "2020-10-30T12:52:00Z", + "lastUpdatedDateTime": "2020-10-30T12:52:00Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/4717d1d2-f407-4a37-9554-c6868ecd5e57?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/95bbf67b-f3c3-473b-bb6b-605dd34b2e10?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "eb95038f2e5ec043bac793973d124185", "x-ms-return-client-request-id": "true" @@ -147,9 +147,9 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "f786521b-afd6-44ac-b783-d11f544e61e4", + "apim-request-id": "8bc91090-a234-40d5-aed7-3291b509ba60", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:30:20 GMT", + "Date": "Fri, 30 Oct 2020 12:52:04 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", @@ -157,22 +157,22 @@ }, "ResponseBody": { "modelInfo": { - "modelId": "4717d1d2-f407-4a37-9554-c6868ecd5e57", + "modelId": "95bbf67b-f3c3-473b-bb6b-605dd34b2e10", "status": "creating", - "createdDateTime": "2020-09-09T22:30:17Z", - "lastUpdatedDateTime": "2020-09-09T22:30:17Z" + "createdDateTime": "2020-10-30T12:52:00Z", + "lastUpdatedDateTime": "2020-10-30T12:52:00Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/4717d1d2-f407-4a37-9554-c6868ecd5e57?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/95bbf67b-f3c3-473b-bb6b-605dd34b2e10?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "9a2bfc377818d2a5fcb6e6290c94c96e", "x-ms-return-client-request-id": "true" @@ -180,32 +180,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "28991ef7-895f-4766-b33b-69f473cd6a14", + "apim-request-id": "5da7134c-c055-4137-a26f-f6845bcee6b7", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:30:21 GMT", + "Date": "Fri, 30 Oct 2020 12:52:05 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": "22" }, "ResponseBody": { "modelInfo": { - "modelId": "4717d1d2-f407-4a37-9554-c6868ecd5e57", + "modelId": "95bbf67b-f3c3-473b-bb6b-605dd34b2e10", "status": "creating", - "createdDateTime": "2020-09-09T22:30:17Z", - "lastUpdatedDateTime": "2020-09-09T22:30:17Z" + "createdDateTime": "2020-10-30T12:52:00Z", + "lastUpdatedDateTime": "2020-10-30T12:52:00Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/4717d1d2-f407-4a37-9554-c6868ecd5e57?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/95bbf67b-f3c3-473b-bb6b-605dd34b2e10?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "659fee66fbade18ac2e4f5eeb660095c", "x-ms-return-client-request-id": "true" @@ -213,32 +213,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "438628ad-779e-4e89-a1bf-f59c24357f8e", + "apim-request-id": "85095243-2ab9-4a89-b8a3-562902e90d88", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:30:22 GMT", + "Date": "Fri, 30 Oct 2020 12:52:06 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "40" + "x-envoy-upstream-service-time": "24" }, "ResponseBody": { "modelInfo": { - "modelId": "4717d1d2-f407-4a37-9554-c6868ecd5e57", + "modelId": "95bbf67b-f3c3-473b-bb6b-605dd34b2e10", "status": "creating", - "createdDateTime": "2020-09-09T22:30:17Z", - "lastUpdatedDateTime": "2020-09-09T22:30:17Z" + "createdDateTime": "2020-10-30T12:52:00Z", + "lastUpdatedDateTime": "2020-10-30T12:52:00Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/4717d1d2-f407-4a37-9554-c6868ecd5e57?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/95bbf67b-f3c3-473b-bb6b-605dd34b2e10?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "a4a61f2b406016795ec3efa7471ab325", "x-ms-return-client-request-id": "true" @@ -246,32 +246,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "1c2ee7a3-a04d-4b1d-ab4b-88b391594407", + "apim-request-id": "d0b4ca86-8be8-47fc-b672-4d31d1db3c2a", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:30:23 GMT", + "Date": "Fri, 30 Oct 2020 12:52:08 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "32" + "x-envoy-upstream-service-time": "21" }, "ResponseBody": { "modelInfo": { - "modelId": "4717d1d2-f407-4a37-9554-c6868ecd5e57", + "modelId": "95bbf67b-f3c3-473b-bb6b-605dd34b2e10", "status": "creating", - "createdDateTime": "2020-09-09T22:30:17Z", - "lastUpdatedDateTime": "2020-09-09T22:30:17Z" + "createdDateTime": "2020-10-30T12:52:00Z", + "lastUpdatedDateTime": "2020-10-30T12:52:00Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/4717d1d2-f407-4a37-9554-c6868ecd5e57?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/95bbf67b-f3c3-473b-bb6b-605dd34b2e10?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "4f3025fedc733bd7714ad83382b71b9b", "x-ms-return-client-request-id": "true" @@ -279,32 +279,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "96503c00-1762-4287-8c16-cb01afdb390f", + "apim-request-id": "1d8c109c-819f-48c4-ac86-27f7210742f9", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:30:24 GMT", + "Date": "Fri, 30 Oct 2020 12:52:09 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": "24" }, "ResponseBody": { "modelInfo": { - "modelId": "4717d1d2-f407-4a37-9554-c6868ecd5e57", + "modelId": "95bbf67b-f3c3-473b-bb6b-605dd34b2e10", "status": "creating", - "createdDateTime": "2020-09-09T22:30:17Z", - "lastUpdatedDateTime": "2020-09-09T22:30:17Z" + "createdDateTime": "2020-10-30T12:52:00Z", + "lastUpdatedDateTime": "2020-10-30T12:52:00Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/4717d1d2-f407-4a37-9554-c6868ecd5e57?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/95bbf67b-f3c3-473b-bb6b-605dd34b2e10?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "ecfe8aad24ed260d748807e90be399a7", "x-ms-return-client-request-id": "true" @@ -312,32 +312,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "f075c497-c1c6-4dfc-b8c4-341a131dd898", + "apim-request-id": "2fe6c7ad-664c-424d-94c2-76b5d046f9c2", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:30:25 GMT", + "Date": "Fri, 30 Oct 2020 12:52:10 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "22" + "x-envoy-upstream-service-time": "18" }, "ResponseBody": { "modelInfo": { - "modelId": "4717d1d2-f407-4a37-9554-c6868ecd5e57", + "modelId": "95bbf67b-f3c3-473b-bb6b-605dd34b2e10", "status": "creating", - "createdDateTime": "2020-09-09T22:30:17Z", - "lastUpdatedDateTime": "2020-09-09T22:30:17Z" + "createdDateTime": "2020-10-30T12:52:00Z", + "lastUpdatedDateTime": "2020-10-30T12:52:00Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/4717d1d2-f407-4a37-9554-c6868ecd5e57?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/95bbf67b-f3c3-473b-bb6b-605dd34b2e10?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "91f0cf31ba2f4fe8486a3216674693a6", "x-ms-return-client-request-id": "true" @@ -345,32 +345,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "7227efe5-059c-4675-a17d-328c8a270b8d", + "apim-request-id": "a7ed615f-c463-47e8-928e-f2a5efb03cb1", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:30:26 GMT", + "Date": "Fri, 30 Oct 2020 12:52:11 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "30" + "x-envoy-upstream-service-time": "21" }, "ResponseBody": { "modelInfo": { - "modelId": "4717d1d2-f407-4a37-9554-c6868ecd5e57", + "modelId": "95bbf67b-f3c3-473b-bb6b-605dd34b2e10", "status": "creating", - "createdDateTime": "2020-09-09T22:30:17Z", - "lastUpdatedDateTime": "2020-09-09T22:30:17Z" + "createdDateTime": "2020-10-30T12:52:00Z", + "lastUpdatedDateTime": "2020-10-30T12:52:00Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/4717d1d2-f407-4a37-9554-c6868ecd5e57?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/95bbf67b-f3c3-473b-bb6b-605dd34b2e10?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "bdf953a8c61cd938170adaead4ee2f8e", "x-ms-return-client-request-id": "true" @@ -378,152 +378,20 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "06b80179-8b64-4485-9b89-faf949fda24d", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:30:27 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "33" - }, - "ResponseBody": { - "modelInfo": { - "modelId": "4717d1d2-f407-4a37-9554-c6868ecd5e57", - "status": "creating", - "createdDateTime": "2020-09-09T22:30:17Z", - "lastUpdatedDateTime": "2020-09-09T22:30:17Z" - } - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/4717d1d2-f407-4a37-9554-c6868ecd5e57?includeKeys=true", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "b30230b08ac7f36ca1aea483f2f7be2e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "4c944815-6ba3-4b32-9cd9-8a6b0b9ff49a", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:30:28 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": "4717d1d2-f407-4a37-9554-c6868ecd5e57", - "status": "creating", - "createdDateTime": "2020-09-09T22:30:17Z", - "lastUpdatedDateTime": "2020-09-09T22:30:17Z" - } - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/4717d1d2-f407-4a37-9554-c6868ecd5e57?includeKeys=true", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "b84161f5dbe96a8b97167925dffe7b59", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "d70472e7-047d-4282-b0b1-d34266dfa370", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:30:29 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "20" - }, - "ResponseBody": { - "modelInfo": { - "modelId": "4717d1d2-f407-4a37-9554-c6868ecd5e57", - "status": "creating", - "createdDateTime": "2020-09-09T22:30:17Z", - "lastUpdatedDateTime": "2020-09-09T22:30:17Z" - } - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/4717d1d2-f407-4a37-9554-c6868ecd5e57?includeKeys=true", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "3766a33ae0441ddfe7061c6d22b4e720", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "2317de20-b92b-4a9b-a10e-5f801e19ddd5", + "apim-request-id": "f5b83414-2f5d-4877-b62f-c7fbcece868f", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:30:30 GMT", + "Date": "Fri, 30 Oct 2020 12:52:12 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": "4717d1d2-f407-4a37-9554-c6868ecd5e57", - "status": "creating", - "createdDateTime": "2020-09-09T22:30:17Z", - "lastUpdatedDateTime": "2020-09-09T22:30:17Z" - } - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/4717d1d2-f407-4a37-9554-c6868ecd5e57?includeKeys=true", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "73f5ac4b77acd4a5a5981bb1104614a3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "5cee6ac2-f91f-4b2a-9e55-88a3eb483d8a", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:30:31 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": "22" }, "ResponseBody": { "modelInfo": { - "modelId": "4717d1d2-f407-4a37-9554-c6868ecd5e57", + "modelId": "95bbf67b-f3c3-473b-bb6b-605dd34b2e10", "status": "ready", - "createdDateTime": "2020-09-09T22:30:17Z", - "lastUpdatedDateTime": "2020-09-09T22:30:31Z" + "createdDateTime": "2020-10-30T12:52:00Z", + "lastUpdatedDateTime": "2020-10-30T12:52:11Z" }, "keys": { "clusters": { @@ -593,19 +461,19 @@ } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/4717d1d2-f407-4a37-9554-c6868ecd5e57/analyze?includeTextDetails=false", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/95bbf67b-f3c3-473b-bb6b-605dd34b2e10/analyze?includeTextDetails=false", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "22", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-77a0868ede27234fb3f0e74215d768f2-907f54bd923e824d-00", + "traceparent": "00-fc61cfcc281dec4b8d0f45aba78935fd-9d692d9765eab143-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "4e484b33879114e98124d1e2bf1d47e3", + "x-ms-client-request-id": "b30230b08ac7f36ca1aea483f2f7be2e", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -613,96 +481,66 @@ }, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "65d1647c-013c-4b9d-8459-3068ffcec00f", + "apim-request-id": "5165ffe1-bc54-4cd0-80ca-4b347662648a", "Content-Length": "0", - "Date": "Wed, 09 Sep 2020 22:30:32 GMT", - "Operation-Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/4717d1d2-f407-4a37-9554-c6868ecd5e57/analyzeresults/6c54439a-2e98-43b0-8693-b6f759d77c98", + "Date": "Fri, 30 Oct 2020 12:52:12 GMT", + "Operation-Location": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/95bbf67b-f3c3-473b-bb6b-605dd34b2e10/analyzeresults/79156d92-e58c-4a4c-a16b-ba981b7c26c2", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "162" + "x-envoy-upstream-service-time": "84" }, "ResponseBody": [] }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/4717d1d2-f407-4a37-9554-c6868ecd5e57/analyzeResults/6c54439a-2e98-43b0-8693-b6f759d77c98", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/95bbf67b-f3c3-473b-bb6b-605dd34b2e10/analyzeResults/79156d92-e58c-4a4c-a16b-ba981b7c26c2", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "32da592e0708c3adfd9191acc52e0ca1", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "1cfc1b3d-55fd-4772-95d8-b607289122b9", - "Content-Length": "109", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:30:32 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "25" - }, - "ResponseBody": { - "status": "notStarted", - "createdDateTime": "2020-09-09T22:30:32Z", - "lastUpdatedDateTime": "2020-09-09T22:30:32Z" - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/4717d1d2-f407-4a37-9554-c6868ecd5e57/analyzeResults/6c54439a-2e98-43b0-8693-b6f759d77c98", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "d73979f2996bc38ec2e1f188a6c31487", + "x-ms-client-request-id": "b84161f5dbe96a8b97167925dffe7b59", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "f3007d32-b5da-44de-9a3f-8c386ae67366", + "apim-request-id": "22e24d30-316d-4af7-9ec4-7ded8c69e453", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:30:33 GMT", + "Date": "Fri, 30 Oct 2020 12:52:12 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": "27" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-09-09T22:30:32Z", - "lastUpdatedDateTime": "2020-09-09T22:30:32Z" + "createdDateTime": "2020-10-30T12:52:13Z", + "lastUpdatedDateTime": "2020-10-30T12:52:13Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/4717d1d2-f407-4a37-9554-c6868ecd5e57/analyzeResults/6c54439a-2e98-43b0-8693-b6f759d77c98", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/95bbf67b-f3c3-473b-bb6b-605dd34b2e10/analyzeResults/79156d92-e58c-4a4c-a16b-ba981b7c26c2", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "b7823750e16b2b9a9e8550fff53d4f53", + "x-ms-client-request-id": "3766a33ae0441ddfe7061c6d22b4e720", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "ab52288b-45ae-4d62-a67a-15679ac29dc9", + "apim-request-id": "d49de696-f027-4c19-a55a-07739459e9a3", "Content-Length": "284", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:30:34 GMT", + "Date": "Fri, 30 Oct 2020 12:52:14 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", "x-envoy-upstream-service-time": "29", @@ -710,8 +548,8 @@ }, "ResponseBody": { "status": "failed", - "createdDateTime": "2020-09-09T22:30:32Z", - "lastUpdatedDateTime": "2020-09-09T22:30:33Z", + "createdDateTime": "2020-10-30T12:52:13Z", + "lastUpdatedDateTime": "2020-10-30T12:52:14Z", "analyzeResult": { "version": null, "readResults": null, @@ -727,28 +565,28 @@ } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/4717d1d2-f407-4a37-9554-c6868ecd5e57", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/95bbf67b-f3c3-473b-bb6b-605dd34b2e10", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-f75905e55066d948b8c33e5728702a8f-fe01bf5a01521140-00", + "traceparent": "00-b2ed7f4844ad174bacf0cde5e6970325-a66458e16538d64e-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "46f0301770e49577ca166f2716241c3a", + "x-ms-client-request-id": "73f5ac4b77acd4a5a5981bb1104614a3", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 204, "ResponseHeaders": { - "apim-request-id": "35aef973-3beb-400c-ac5a-ae3f0ab3fc28", + "apim-request-id": "c8051cc8-c44e-4c8a-805a-b3e490e8fb8a", "Content-Length": "0", - "Date": "Wed, 09 Sep 2020 22:30:34 GMT", + "Date": "Fri, 30 Oct 2020 12:52:15 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "35" + "x-envoy-upstream-service-time": "27" }, "ResponseBody": [] } @@ -756,7 +594,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-westcentralus.cognitiveservices.azure.com/", "RandomSeed": "2090463583" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsFromUriThrowsForNonExistingContent(False)Async.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsFromUriThrowsForNonExistingContent(False)Async.json index 17b0d626b8d90..107d66de83c61 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsFromUriThrowsForNonExistingContent(False)Async.json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsFromUriThrowsForNonExistingContent(False)Async.json @@ -1,17 +1,17 @@ { "Entries": [ { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "43", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-4afaa19c6f4add46823fc8eeedd7ca68-52f5a8d8c3441f41-00", + "traceparent": "00-158186dd3823f344b6d40e74c2ddd89a-5c5e33e58648764f-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "c4682048d9fb9dd24cc04b238066424b", "x-ms-return-client-request-id": "true" @@ -22,25 +22,25 @@ }, "StatusCode": 201, "ResponseHeaders": { - "apim-request-id": "8dc7a81f-5fc4-49b3-987c-13182bbab96a", + "apim-request-id": "dc4defbf-aa60-4fdd-8bdf-ab2e20457857", "Content-Length": "0", - "Date": "Wed, 09 Sep 2020 22:35:26 GMT", - "Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/9b45d057-c7cc-4c09-ab74-6a8ab5db7490", + "Date": "Fri, 30 Oct 2020 12:58:16 GMT", + "Location": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/295bd921-a407-492a-b0fa-fe7024ad8859", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "127" + "x-envoy-upstream-service-time": "80" }, "ResponseBody": [] }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/9b45d057-c7cc-4c09-ab74-6a8ab5db7490?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/295bd921-a407-492a-b0fa-fe7024ad8859?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "bdd4c9d02b379373bd5a8845ce45ecc2", "x-ms-return-client-request-id": "true" @@ -48,32 +48,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "9eea5485-4c84-4631-ad2a-208405bfde14", + "apim-request-id": "6fef685c-f575-4f68-b5bd-3fd4f1ae1b12", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:35:26 GMT", + "Date": "Fri, 30 Oct 2020 12:58:17 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": "9b45d057-c7cc-4c09-ab74-6a8ab5db7490", + "modelId": "295bd921-a407-492a-b0fa-fe7024ad8859", "status": "creating", - "createdDateTime": "2020-09-09T22:35:26Z", - "lastUpdatedDateTime": "2020-09-09T22:35:26Z" + "createdDateTime": "2020-10-30T12:58:17Z", + "lastUpdatedDateTime": "2020-10-30T12:58:17Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/9b45d057-c7cc-4c09-ab74-6a8ab5db7490?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/295bd921-a407-492a-b0fa-fe7024ad8859?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "9b49aa08ee8244944976eb0d4e23ee84", "x-ms-return-client-request-id": "true" @@ -81,32 +81,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "51acc36e-caf1-4154-b46c-7e76fcfbeabd", + "apim-request-id": "913dca9a-718e-4e1e-a54e-cf5358eecb7b", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:35:27 GMT", + "Date": "Fri, 30 Oct 2020 12:58:18 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": "26" }, "ResponseBody": { "modelInfo": { - "modelId": "9b45d057-c7cc-4c09-ab74-6a8ab5db7490", + "modelId": "295bd921-a407-492a-b0fa-fe7024ad8859", "status": "creating", - "createdDateTime": "2020-09-09T22:35:26Z", - "lastUpdatedDateTime": "2020-09-09T22:35:26Z" + "createdDateTime": "2020-10-30T12:58:17Z", + "lastUpdatedDateTime": "2020-10-30T12:58:17Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/9b45d057-c7cc-4c09-ab74-6a8ab5db7490?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/295bd921-a407-492a-b0fa-fe7024ad8859?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "c6ee4fa2523b1c9cadd406a0508dcf07", "x-ms-return-client-request-id": "true" @@ -114,32 +114,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "ecceab15-142b-41f1-a587-e00d69f6d2aa", + "apim-request-id": "bd70fa4c-a156-4629-bfe5-75f81ecef076", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:35:28 GMT", + "Date": "Fri, 30 Oct 2020 12:58:19 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": "22" }, "ResponseBody": { "modelInfo": { - "modelId": "9b45d057-c7cc-4c09-ab74-6a8ab5db7490", + "modelId": "295bd921-a407-492a-b0fa-fe7024ad8859", "status": "creating", - "createdDateTime": "2020-09-09T22:35:26Z", - "lastUpdatedDateTime": "2020-09-09T22:35:26Z" + "createdDateTime": "2020-10-30T12:58:17Z", + "lastUpdatedDateTime": "2020-10-30T12:58:17Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/9b45d057-c7cc-4c09-ab74-6a8ab5db7490?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/295bd921-a407-492a-b0fa-fe7024ad8859?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "d61b89d3a71de1c8358f74c04065459a", "x-ms-return-client-request-id": "true" @@ -147,32 +147,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "294113f5-69ca-40bb-92b5-cd18584294ba", + "apim-request-id": "23fbe077-2e50-44ab-85c1-4717f6ba0edb", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:35:29 GMT", + "Date": "Fri, 30 Oct 2020 12:58:21 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "47" + "x-envoy-upstream-service-time": "24" }, "ResponseBody": { "modelInfo": { - "modelId": "9b45d057-c7cc-4c09-ab74-6a8ab5db7490", + "modelId": "295bd921-a407-492a-b0fa-fe7024ad8859", "status": "creating", - "createdDateTime": "2020-09-09T22:35:26Z", - "lastUpdatedDateTime": "2020-09-09T22:35:26Z" + "createdDateTime": "2020-10-30T12:58:17Z", + "lastUpdatedDateTime": "2020-10-30T12:58:17Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/9b45d057-c7cc-4c09-ab74-6a8ab5db7490?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/295bd921-a407-492a-b0fa-fe7024ad8859?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "7ea2036b2656b6860e2ceeade8f4f4bc", "x-ms-return-client-request-id": "true" @@ -180,32 +180,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "429b7555-e378-478c-a1e7-ce80b60d15d6", + "apim-request-id": "34a8d4cd-5e5b-4057-a7ce-74f50406e1fd", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:35:30 GMT", + "Date": "Fri, 30 Oct 2020 12:58:22 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": "18" }, "ResponseBody": { "modelInfo": { - "modelId": "9b45d057-c7cc-4c09-ab74-6a8ab5db7490", + "modelId": "295bd921-a407-492a-b0fa-fe7024ad8859", "status": "creating", - "createdDateTime": "2020-09-09T22:35:26Z", - "lastUpdatedDateTime": "2020-09-09T22:35:26Z" + "createdDateTime": "2020-10-30T12:58:17Z", + "lastUpdatedDateTime": "2020-10-30T12:58:17Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/9b45d057-c7cc-4c09-ab74-6a8ab5db7490?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/295bd921-a407-492a-b0fa-fe7024ad8859?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "c539e3a71808fb66860c91abdedbdc47", "x-ms-return-client-request-id": "true" @@ -213,32 +213,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "5aa1a2f6-f456-498c-9b63-2fb218a56d35", + "apim-request-id": "6a274a3f-afc7-4d2a-b349-2a3656564037", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:35:31 GMT", + "Date": "Fri, 30 Oct 2020 12:58:23 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": "20" }, "ResponseBody": { "modelInfo": { - "modelId": "9b45d057-c7cc-4c09-ab74-6a8ab5db7490", + "modelId": "295bd921-a407-492a-b0fa-fe7024ad8859", "status": "creating", - "createdDateTime": "2020-09-09T22:35:26Z", - "lastUpdatedDateTime": "2020-09-09T22:35:26Z" + "createdDateTime": "2020-10-30T12:58:17Z", + "lastUpdatedDateTime": "2020-10-30T12:58:17Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/9b45d057-c7cc-4c09-ab74-6a8ab5db7490?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/295bd921-a407-492a-b0fa-fe7024ad8859?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "4c346b8f50eaadb00264c7f1b81af940", "x-ms-return-client-request-id": "true" @@ -246,32 +246,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "d1b056fc-20fb-450f-a4ca-6c7d323f9e17", + "apim-request-id": "6c8758e2-56be-4581-9d32-49ce4671cec8", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:35:32 GMT", + "Date": "Fri, 30 Oct 2020 12:58:25 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": "30" }, "ResponseBody": { "modelInfo": { - "modelId": "9b45d057-c7cc-4c09-ab74-6a8ab5db7490", + "modelId": "295bd921-a407-492a-b0fa-fe7024ad8859", "status": "creating", - "createdDateTime": "2020-09-09T22:35:26Z", - "lastUpdatedDateTime": "2020-09-09T22:35:26Z" + "createdDateTime": "2020-10-30T12:58:17Z", + "lastUpdatedDateTime": "2020-10-30T12:58:17Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/9b45d057-c7cc-4c09-ab74-6a8ab5db7490?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/295bd921-a407-492a-b0fa-fe7024ad8859?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "5c18b89b7f2c53929da7f84a95dbd832", "x-ms-return-client-request-id": "true" @@ -279,32 +279,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "be422d0b-8f8b-4a69-b267-d86033b03e05", + "apim-request-id": "ae0ae330-7002-4774-94b6-3a2263c34efa", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:35:33 GMT", + "Date": "Fri, 30 Oct 2020 12:58:26 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "22" + "x-envoy-upstream-service-time": "25" }, "ResponseBody": { "modelInfo": { - "modelId": "9b45d057-c7cc-4c09-ab74-6a8ab5db7490", + "modelId": "295bd921-a407-492a-b0fa-fe7024ad8859", "status": "creating", - "createdDateTime": "2020-09-09T22:35:26Z", - "lastUpdatedDateTime": "2020-09-09T22:35:26Z" + "createdDateTime": "2020-10-30T12:58:17Z", + "lastUpdatedDateTime": "2020-10-30T12:58:17Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/9b45d057-c7cc-4c09-ab74-6a8ab5db7490?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/295bd921-a407-492a-b0fa-fe7024ad8859?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "7d1ea64fa7bf57d1338bc3a35075426b", "x-ms-return-client-request-id": "true" @@ -312,251 +312,20 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "fdb3f8d4-3974-4e60-bec4-b7001b96c3f7", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:35:34 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "27" - }, - "ResponseBody": { - "modelInfo": { - "modelId": "9b45d057-c7cc-4c09-ab74-6a8ab5db7490", - "status": "creating", - "createdDateTime": "2020-09-09T22:35:26Z", - "lastUpdatedDateTime": "2020-09-09T22:35:26Z" - } - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/9b45d057-c7cc-4c09-ab74-6a8ab5db7490?includeKeys=true", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "250f501380c20f1bd8e1af4358651826", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "c03117d6-198c-4397-9574-cff6950a6f20", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:35:35 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "26" - }, - "ResponseBody": { - "modelInfo": { - "modelId": "9b45d057-c7cc-4c09-ab74-6a8ab5db7490", - "status": "creating", - "createdDateTime": "2020-09-09T22:35:26Z", - "lastUpdatedDateTime": "2020-09-09T22:35:26Z" - } - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/9b45d057-c7cc-4c09-ab74-6a8ab5db7490?includeKeys=true", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "12a2958c7cfcf481e6c128a0bcef0227", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "44f47cc0-43ea-4a17-ab56-e296b82139c2", + "apim-request-id": "5c893054-4fb4-46fc-a183-08fa92e38144", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:35:36 GMT", + "Date": "Fri, 30 Oct 2020 12:58:28 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": "9b45d057-c7cc-4c09-ab74-6a8ab5db7490", - "status": "creating", - "createdDateTime": "2020-09-09T22:35:26Z", - "lastUpdatedDateTime": "2020-09-09T22:35:26Z" - } - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/9b45d057-c7cc-4c09-ab74-6a8ab5db7490?includeKeys=true", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "44378c64b2cccf6f8a0fa4def78efecd", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "82879a54-18ee-4e6b-bbfd-f65967ec81f4", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:35:37 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": "9b45d057-c7cc-4c09-ab74-6a8ab5db7490", - "status": "creating", - "createdDateTime": "2020-09-09T22:35:26Z", - "lastUpdatedDateTime": "2020-09-09T22:35:26Z" - } - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/9b45d057-c7cc-4c09-ab74-6a8ab5db7490?includeKeys=true", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "bb179c7330d3976fce1a3f01577b52e8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "a84f87ef-3fa5-4e36-90b1-dc1d8929c5f5", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22: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": "9b45d057-c7cc-4c09-ab74-6a8ab5db7490", - "status": "creating", - "createdDateTime": "2020-09-09T22:35:26Z", - "lastUpdatedDateTime": "2020-09-09T22:35:26Z" - } - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/9b45d057-c7cc-4c09-ab74-6a8ab5db7490?includeKeys=true", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "ccde88ded32ed95a25d387ecd7a3fc58", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "d8b3b180-1747-4edf-b831-732b60b10922", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:35:39 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": "9b45d057-c7cc-4c09-ab74-6a8ab5db7490", - "status": "creating", - "createdDateTime": "2020-09-09T22:35:26Z", - "lastUpdatedDateTime": "2020-09-09T22:35:26Z" - } - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/9b45d057-c7cc-4c09-ab74-6a8ab5db7490?includeKeys=true", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "1f2c5bc347d834541ca075b1736e770f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "2739d297-20b5-4e49-92ff-15bfcab3138f", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:35:40 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "27" - }, - "ResponseBody": { - "modelInfo": { - "modelId": "9b45d057-c7cc-4c09-ab74-6a8ab5db7490", - "status": "creating", - "createdDateTime": "2020-09-09T22:35:26Z", - "lastUpdatedDateTime": "2020-09-09T22:35:26Z" - } - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/9b45d057-c7cc-4c09-ab74-6a8ab5db7490?includeKeys=true", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "6fffbbbc32b09f9e423d9500a982bf2b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "28c41ee0-e447-4690-9707-2d34a6b1c894", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:35:41 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "46" + "x-envoy-upstream-service-time": "22" }, "ResponseBody": { "modelInfo": { - "modelId": "9b45d057-c7cc-4c09-ab74-6a8ab5db7490", + "modelId": "295bd921-a407-492a-b0fa-fe7024ad8859", "status": "ready", - "createdDateTime": "2020-09-09T22:35:26Z", - "lastUpdatedDateTime": "2020-09-09T22:35:41Z" + "createdDateTime": "2020-10-30T12:58:17Z", + "lastUpdatedDateTime": "2020-10-30T12:58:28Z" }, "keys": { "clusters": { @@ -626,19 +395,19 @@ } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/9b45d057-c7cc-4c09-ab74-6a8ab5db7490/analyze?includeTextDetails=false", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/295bd921-a407-492a-b0fa-fe7024ad8859/analyze?includeTextDetails=false", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "22", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-86631228896db449b1dd5b7e313a2558-7287b8f7ba8e644a-00", + "traceparent": "00-e60100399d2fa0408b06d716ce6fd5b5-4cc55c15e36fdb4b-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "fc3de61e324f971033a9af8e5da866b7", + "x-ms-client-request-id": "250f501380c20f1bd8e1af4358651826", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -646,75 +415,75 @@ }, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "cf9052fa-9a05-4b5b-accc-e1544e73087c", + "apim-request-id": "13ff2d99-2dd0-4c08-b0d4-ef6ec2f1b56f", "Content-Length": "0", - "Date": "Wed, 09 Sep 2020 22:35:42 GMT", - "Operation-Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/9b45d057-c7cc-4c09-ab74-6a8ab5db7490/analyzeresults/0fff7bb3-dc39-48aa-a938-2f046d16b2e4", + "Date": "Fri, 30 Oct 2020 12:58:28 GMT", + "Operation-Location": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/295bd921-a407-492a-b0fa-fe7024ad8859/analyzeresults/c63eef76-9412-4f5d-a128-794129032a01", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "85" + "x-envoy-upstream-service-time": "71" }, "ResponseBody": [] }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/9b45d057-c7cc-4c09-ab74-6a8ab5db7490/analyzeResults/0fff7bb3-dc39-48aa-a938-2f046d16b2e4", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/295bd921-a407-492a-b0fa-fe7024ad8859/analyzeResults/c63eef76-9412-4f5d-a128-794129032a01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "1b30775b8da490a8bc8cdd9bb1538b9a", + "x-ms-client-request-id": "12a2958c7cfcf481e6c128a0bcef0227", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "7a607adf-ea25-43e0-8b50-d44582e20281", + "apim-request-id": "af6c1242-ff68-490e-9857-06b5e1f9d6bf", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:35:42 GMT", + "Date": "Fri, 30 Oct 2020 12:58:28 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "35" + "x-envoy-upstream-service-time": "25" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-09-09T22:35:42Z", - "lastUpdatedDateTime": "2020-09-09T22:35:42Z" + "createdDateTime": "2020-10-30T12:58:28Z", + "lastUpdatedDateTime": "2020-10-30T12:58:28Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/9b45d057-c7cc-4c09-ab74-6a8ab5db7490/analyzeResults/0fff7bb3-dc39-48aa-a938-2f046d16b2e4", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/295bd921-a407-492a-b0fa-fe7024ad8859/analyzeResults/c63eef76-9412-4f5d-a128-794129032a01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "8c924ae07b3089c0ab673b0683104199", + "x-ms-client-request-id": "44378c64b2cccf6f8a0fa4def78efecd", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "b776f359-1fb1-434b-aac6-492c12545c80", + "apim-request-id": "7e76251f-4d74-4aca-8765-b1edcf6418b1", "Content-Length": "284", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:35:43 GMT", + "Date": "Fri, 30 Oct 2020 12:58:29 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", "x-ms-cs-error-code": "2003" }, "ResponseBody": { "status": "failed", - "createdDateTime": "2020-09-09T22:35:42Z", - "lastUpdatedDateTime": "2020-09-09T22:35:43Z", + "createdDateTime": "2020-10-30T12:58:28Z", + "lastUpdatedDateTime": "2020-10-30T12:58:29Z", "analyzeResult": { "version": null, "readResults": null, @@ -730,28 +499,28 @@ } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/9b45d057-c7cc-4c09-ab74-6a8ab5db7490", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/295bd921-a407-492a-b0fa-fe7024ad8859", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-ee1e2536a3c37e439a3909cf893c92e0-d1b8a30d199ff74a-00", + "traceparent": "00-9fd2ef91a7d623409f2669ac4132e567-522b757316d4de49-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "31a4ddd6a35291873ead3fc25574e5df", + "x-ms-client-request-id": "bb179c7330d3976fce1a3f01577b52e8", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 204, "ResponseHeaders": { - "apim-request-id": "17d47982-3b64-40bf-b6da-d15520396052", + "apim-request-id": "9677a1fc-6905-47e1-b1cc-d1e084071ca1", "Content-Length": "0", - "Date": "Wed, 09 Sep 2020 22:35:43 GMT", + "Date": "Fri, 30 Oct 2020 12:58:29 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "27" + "x-envoy-upstream-service-time": "34" }, "ResponseBody": [] } @@ -759,7 +528,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-westcentralus.cognitiveservices.azure.com/", "RandomSeed": "1420711756" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsFromUriThrowsForNonExistingContent(True).json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsFromUriThrowsForNonExistingContent(True).json index 726b81885e09e..9f5efef919357 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsFromUriThrowsForNonExistingContent(True).json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsFromUriThrowsForNonExistingContent(True).json @@ -1,17 +1,17 @@ { "Entries": [ { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "42", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-8bbd493d4cbef14b83739f02e32a50d0-a28f91e3f8670a41-00", + "traceparent": "00-cec2b3bff7024149b0fbb2683fbf6639-97e4403ed12c3844-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "3225f516544b04b5cbd89664f321bf89", "x-ms-return-client-request-id": "true" @@ -22,25 +22,25 @@ }, "StatusCode": 201, "ResponseHeaders": { - "apim-request-id": "40de020b-5045-47ca-b671-31b10a2f2596", + "apim-request-id": "486be18b-9449-48c9-b832-5fc052563a84", "Content-Length": "0", - "Date": "Wed, 09 Sep 2020 22:30:11 GMT", - "Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/65a69a6a-8b4a-47c2-9e6e-0ad1fab14119", + "Date": "Fri, 30 Oct 2020 12:51:54 GMT", + "Location": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/09eb88d1-3aee-49c0-9506-930e16afc33e", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "88" + "x-envoy-upstream-service-time": "118" }, "ResponseBody": [] }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/65a69a6a-8b4a-47c2-9e6e-0ad1fab14119?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/09eb88d1-3aee-49c0-9506-930e16afc33e?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "4cb92333247ea597cfd7a66ed2ce4b06", "x-ms-return-client-request-id": "true" @@ -48,32 +48,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "fdf595af-8d2c-43de-98ba-ca655700648e", + "apim-request-id": "24776878-8a30-41e4-b7f0-fdaa051ac315", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:30:11 GMT", + "Date": "Fri, 30 Oct 2020 12:51:54 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "28" + "x-envoy-upstream-service-time": "30" }, "ResponseBody": { "modelInfo": { - "modelId": "65a69a6a-8b4a-47c2-9e6e-0ad1fab14119", + "modelId": "09eb88d1-3aee-49c0-9506-930e16afc33e", "status": "creating", - "createdDateTime": "2020-09-09T22:30:12Z", - "lastUpdatedDateTime": "2020-09-09T22:30:12Z" + "createdDateTime": "2020-10-30T12:51:54Z", + "lastUpdatedDateTime": "2020-10-30T12:51:54Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/65a69a6a-8b4a-47c2-9e6e-0ad1fab14119?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/09eb88d1-3aee-49c0-9506-930e16afc33e?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "c9c7080c91aafe563713bf4580776a6b", "x-ms-return-client-request-id": "true" @@ -81,32 +81,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "191ee54c-9ee7-4201-bec5-c4039b342f7e", + "apim-request-id": "513e5151-cc46-4123-ba96-2b18bde52267", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:30:12 GMT", + "Date": "Fri, 30 Oct 2020 12:51: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": "65a69a6a-8b4a-47c2-9e6e-0ad1fab14119", + "modelId": "09eb88d1-3aee-49c0-9506-930e16afc33e", "status": "creating", - "createdDateTime": "2020-09-09T22:30:12Z", - "lastUpdatedDateTime": "2020-09-09T22:30:12Z" + "createdDateTime": "2020-10-30T12:51:54Z", + "lastUpdatedDateTime": "2020-10-30T12:51:54Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/65a69a6a-8b4a-47c2-9e6e-0ad1fab14119?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/09eb88d1-3aee-49c0-9506-930e16afc33e?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "2c5ba19a2de8f2e25d7f6374ad4731fd", "x-ms-return-client-request-id": "true" @@ -114,56 +114,23 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "0929368d-7ba7-46d2-ab7b-98a5b98e1550", + "apim-request-id": "44ddab47-de42-4a7a-80e6-14e9cc2e6358", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:30:13 GMT", + "Date": "Fri, 30 Oct 2020 12:51:57 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "28" + "x-envoy-upstream-service-time": "57" }, "ResponseBody": { "modelInfo": { - "modelId": "65a69a6a-8b4a-47c2-9e6e-0ad1fab14119", - "status": "creating", - "createdDateTime": "2020-09-09T22:30:12Z", - "lastUpdatedDateTime": "2020-09-09T22:30:12Z" - } - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/65a69a6a-8b4a-47c2-9e6e-0ad1fab14119?includeKeys=true", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "eb58908df65aa2decdbb146a64522457", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "edbd550a-4348-4d3f-8845-ac8b2d7b4642", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:30:14 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "29" - }, - "ResponseBody": { - "modelInfo": { - "modelId": "65a69a6a-8b4a-47c2-9e6e-0ad1fab14119", + "modelId": "09eb88d1-3aee-49c0-9506-930e16afc33e", "attributes": { "isComposed": false }, "status": "ready", - "createdDateTime": "2020-09-09T22:30:12Z", - "lastUpdatedDateTime": "2020-09-09T22:30:15Z" + "createdDateTime": "2020-10-30T12:51:54Z", + "lastUpdatedDateTime": "2020-10-30T12:51:57Z" }, "trainResult": { "averageModelAccuracy": 0.96, @@ -261,19 +228,19 @@ } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/65a69a6a-8b4a-47c2-9e6e-0ad1fab14119/analyze?includeTextDetails=false", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/09eb88d1-3aee-49c0-9506-930e16afc33e/analyze?includeTextDetails=false", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "22", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-59623c46ba3d8f4eb8b4e7fe9ab84ffa-817b96f4f1716641-00", + "traceparent": "00-cc287ddb3e3f5f47b6c4468536a16f70-ab1762748dbbe848-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "31d43b6d1e72df1d26d46b2a2de150f0", + "x-ms-client-request-id": "eb58908df65aa2decdbb146a64522457", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -281,75 +248,75 @@ }, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "07a31ffb-851c-4830-9728-95bb8f54cfd2", + "apim-request-id": "279faa14-7b2b-4534-b92a-d44e0fe53846", "Content-Length": "0", - "Date": "Wed, 09 Sep 2020 22:30:15 GMT", - "Operation-Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/65a69a6a-8b4a-47c2-9e6e-0ad1fab14119/analyzeresults/5966de5a-dad8-4f66-b70e-367d1d02b46c", + "Date": "Fri, 30 Oct 2020 12:51:58 GMT", + "Operation-Location": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/09eb88d1-3aee-49c0-9506-930e16afc33e/analyzeresults/6f569c24-b40d-44e4-a636-4c3b8ba9dc44", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "138" + "x-envoy-upstream-service-time": "79" }, "ResponseBody": [] }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/65a69a6a-8b4a-47c2-9e6e-0ad1fab14119/analyzeResults/5966de5a-dad8-4f66-b70e-367d1d02b46c", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/09eb88d1-3aee-49c0-9506-930e16afc33e/analyzeResults/6f569c24-b40d-44e4-a636-4c3b8ba9dc44", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "f0b8c2e27e1fa410c2b85f2d18778e0b", + "x-ms-client-request-id": "31d43b6d1e72df1d26d46b2a2de150f0", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "0ed22f66-355e-4510-b5c6-2dff7ac0ce5d", + "apim-request-id": "bd7b26fb-2ff6-4cc8-83ee-a48ff45606bc", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:30:15 GMT", + "Date": "Fri, 30 Oct 2020 12:51:58 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", "x-envoy-upstream-service-time": "25" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-09-09T22:30:16Z", - "lastUpdatedDateTime": "2020-09-09T22:30:16Z" + "createdDateTime": "2020-10-30T12:51:59Z", + "lastUpdatedDateTime": "2020-10-30T12:51:59Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/65a69a6a-8b4a-47c2-9e6e-0ad1fab14119/analyzeResults/5966de5a-dad8-4f66-b70e-367d1d02b46c", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/09eb88d1-3aee-49c0-9506-930e16afc33e/analyzeResults/6f569c24-b40d-44e4-a636-4c3b8ba9dc44", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "71070c5b00736e8a7278c5858ab374eb", + "x-ms-client-request-id": "f0b8c2e27e1fa410c2b85f2d18778e0b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "d30e263d-cab4-4481-b4ec-fa9a9c82edd4", + "apim-request-id": "8dccdfef-5343-4c80-89aa-d7fd103bef8f", "Content-Length": "221", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:30:16 GMT", + "Date": "Fri, 30 Oct 2020 12:51:59 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "32", + "x-envoy-upstream-service-time": "28", "x-ms-cs-error-code": "2003" }, "ResponseBody": { "status": "failed", - "createdDateTime": "2020-09-09T22:30:16Z", - "lastUpdatedDateTime": "2020-09-09T22:30:16Z", + "createdDateTime": "2020-10-30T12:51:59Z", + "lastUpdatedDateTime": "2020-10-30T12:52:00Z", "analyzeResult": { "version": "2.1.0", "errors": [ @@ -362,28 +329,28 @@ } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/65a69a6a-8b4a-47c2-9e6e-0ad1fab14119", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/09eb88d1-3aee-49c0-9506-930e16afc33e", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-6930ae4a8652a64992c2bbd0876bc9f0-57122f4f75e8e345-00", + "traceparent": "00-4f106f8de9d03e4483ba31b6dd432d1f-4adc1b944f671343-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "a288246a339aee382a306ebabeefc6ae", + "x-ms-client-request-id": "71070c5b00736e8a7278c5858ab374eb", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 204, "ResponseHeaders": { - "apim-request-id": "cb7f875e-0e5c-41a4-9ad9-99722ba632c9", + "apim-request-id": "ad9906a5-1347-4e85-a44c-cdbff0791c0b", "Content-Length": "0", - "Date": "Wed, 09 Sep 2020 22:30:16 GMT", + "Date": "Fri, 30 Oct 2020 12:51:59 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": "59" }, "ResponseBody": [] } @@ -391,7 +358,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-westcentralus.cognitiveservices.azure.com/", "RandomSeed": "1222564615" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsFromUriThrowsForNonExistingContent(True)Async.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsFromUriThrowsForNonExistingContent(True)Async.json index d4302db88913d..b07fe01a5c621 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsFromUriThrowsForNonExistingContent(True)Async.json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsFromUriThrowsForNonExistingContent(True)Async.json @@ -1,17 +1,17 @@ { "Entries": [ { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "42", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-d775d9ef42a3a047bdb7762153e6e793-b99738e943675d4e-00", + "traceparent": "00-1245afad6a08e2488c8cd563b83c894a-e87f421ce8e8474d-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "7a03c769d88ff4d8168cdc6afdc82414", "x-ms-return-client-request-id": "true" @@ -22,25 +22,25 @@ }, "StatusCode": 201, "ResponseHeaders": { - "apim-request-id": "cb3e6398-1402-40ff-bafe-73acb66d2fa7", + "apim-request-id": "2d884b56-0175-4785-b29d-366f5793880d", "Content-Length": "0", - "Date": "Wed, 09 Sep 2020 22:35:19 GMT", - "Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/2e4d6094-a7b4-491c-9e7b-de29ccfcdd07", + "Date": "Fri, 30 Oct 2020 12:58:12 GMT", + "Location": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/28420c09-4dae-400a-a001-7d5054734db6", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "287" + "x-envoy-upstream-service-time": "108" }, "ResponseBody": [] }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/2e4d6094-a7b4-491c-9e7b-de29ccfcdd07?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/28420c09-4dae-400a-a001-7d5054734db6?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "97fca1aee26fc2fa652a1111a70c5148", "x-ms-return-client-request-id": "true" @@ -48,32 +48,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "de1b4854-6778-47a3-b8db-be76d22f1561", + "apim-request-id": "6c4ddaaa-d2d3-4249-aafe-e17b0316806a", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:35:19 GMT", + "Date": "Fri, 30 Oct 2020 12:58:12 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": "20" }, "ResponseBody": { "modelInfo": { - "modelId": "2e4d6094-a7b4-491c-9e7b-de29ccfcdd07", + "modelId": "28420c09-4dae-400a-a001-7d5054734db6", "status": "creating", - "createdDateTime": "2020-09-09T22:35:20Z", - "lastUpdatedDateTime": "2020-09-09T22:35:20Z" + "createdDateTime": "2020-10-30T12:58:12Z", + "lastUpdatedDateTime": "2020-10-30T12:58:12Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/2e4d6094-a7b4-491c-9e7b-de29ccfcdd07?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/28420c09-4dae-400a-a001-7d5054734db6?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "7206322408c87e53524290541338bd93", "x-ms-return-client-request-id": "true" @@ -81,122 +81,23 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "8a6ea9bc-f8fe-4b4e-9821-5b57ebec1dcb", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:35:20 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": "2e4d6094-a7b4-491c-9e7b-de29ccfcdd07", - "status": "creating", - "createdDateTime": "2020-09-09T22:35:20Z", - "lastUpdatedDateTime": "2020-09-09T22:35:20Z" - } - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/2e4d6094-a7b4-491c-9e7b-de29ccfcdd07?includeKeys=true", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "5992ebd0536386cccd401464c7c74d0a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "dd23c25e-d47c-4861-b0bd-c9beaf33a2e0", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:35:22 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": "2e4d6094-a7b4-491c-9e7b-de29ccfcdd07", - "status": "creating", - "createdDateTime": "2020-09-09T22:35:20Z", - "lastUpdatedDateTime": "2020-09-09T22:35:20Z" - } - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/2e4d6094-a7b4-491c-9e7b-de29ccfcdd07?includeKeys=true", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "ca46943ab1c1a64c4d7e452d52a5ae2d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "53a415bb-b7c3-4763-b3cc-1d37a4d95bab", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:35:23 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": "2e4d6094-a7b4-491c-9e7b-de29ccfcdd07", - "status": "creating", - "createdDateTime": "2020-09-09T22:35:20Z", - "lastUpdatedDateTime": "2020-09-09T22:35:20Z" - } - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/2e4d6094-a7b4-491c-9e7b-de29ccfcdd07?includeKeys=true", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "bc407d6df879d0e46580a587f3efb68b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "d421b5fc-62ff-4b2a-91b2-5dc1511d4c12", + "apim-request-id": "6b20b826-be88-4d4a-9dba-c714d11eacb9", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:35:24 GMT", + "Date": "Fri, 30 Oct 2020 12:58:13 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": "21" }, "ResponseBody": { "modelInfo": { - "modelId": "2e4d6094-a7b4-491c-9e7b-de29ccfcdd07", + "modelId": "28420c09-4dae-400a-a001-7d5054734db6", "attributes": { "isComposed": false }, "status": "ready", - "createdDateTime": "2020-09-09T22:35:20Z", - "lastUpdatedDateTime": "2020-09-09T22:35:23Z" + "createdDateTime": "2020-10-30T12:58:12Z", + "lastUpdatedDateTime": "2020-10-30T12:58:14Z" }, "trainResult": { "averageModelAccuracy": 0.96, @@ -294,19 +195,19 @@ } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/2e4d6094-a7b4-491c-9e7b-de29ccfcdd07/analyze?includeTextDetails=false", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/28420c09-4dae-400a-a001-7d5054734db6/analyze?includeTextDetails=false", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "22", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-15a3b7959a75244b9f0284925af4954a-a5fc126ba55ae645-00", + "traceparent": "00-559b66d6c5573144b6c32a54c57a6cd0-a53060c2b6f9ca4d-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "7f1a85f4f3f21ed29fec0be50e9f3428", + "x-ms-client-request-id": "5992ebd0536386cccd401464c7c74d0a", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -314,75 +215,75 @@ }, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "12fc0357-2630-462b-8890-7ce4e2120d84", + "apim-request-id": "ad6b3bcd-f971-4899-8e42-90b146214dd6", "Content-Length": "0", - "Date": "Wed, 09 Sep 2020 22:35:24 GMT", - "Operation-Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/2e4d6094-a7b4-491c-9e7b-de29ccfcdd07/analyzeresults/7e9a3646-8eb9-4056-a547-d962aab0c74f", + "Date": "Fri, 30 Oct 2020 12:58:14 GMT", + "Operation-Location": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/28420c09-4dae-400a-a001-7d5054734db6/analyzeresults/0fbb6c78-01d9-45c9-a3b0-54aa244ef7b5", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "83" + "x-envoy-upstream-service-time": "160" }, "ResponseBody": [] }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/2e4d6094-a7b4-491c-9e7b-de29ccfcdd07/analyzeResults/7e9a3646-8eb9-4056-a547-d962aab0c74f", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/28420c09-4dae-400a-a001-7d5054734db6/analyzeResults/0fbb6c78-01d9-45c9-a3b0-54aa244ef7b5", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "4af7e79190864191af7564410cc4b25e", + "x-ms-client-request-id": "ca46943ab1c1a64c4d7e452d52a5ae2d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "c96c3191-6acb-4c95-b92e-4c7572189f12", + "apim-request-id": "5af5e13c-24d1-49da-a71d-87f991409fa5", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:35:24 GMT", + "Date": "Fri, 30 Oct 2020 12:58:14 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "19" + "x-envoy-upstream-service-time": "24" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-09-09T22:35:24Z", - "lastUpdatedDateTime": "2020-09-09T22:35:24Z" + "createdDateTime": "2020-10-30T12:58:14Z", + "lastUpdatedDateTime": "2020-10-30T12:58:14Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/2e4d6094-a7b4-491c-9e7b-de29ccfcdd07/analyzeResults/7e9a3646-8eb9-4056-a547-d962aab0c74f", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/28420c09-4dae-400a-a001-7d5054734db6/analyzeResults/0fbb6c78-01d9-45c9-a3b0-54aa244ef7b5", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "cc38b9c72f8a793bab211d8cecffc1c6", + "x-ms-client-request-id": "bc407d6df879d0e46580a587f3efb68b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "5257ee9d-600b-42aa-991d-d2b3eb002015", + "apim-request-id": "4a87db8f-cfa2-4e5f-85c4-cfeba8ccd52b", "Content-Length": "221", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:35:25 GMT", + "Date": "Fri, 30 Oct 2020 12:58:15 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "19", + "x-envoy-upstream-service-time": "61", "x-ms-cs-error-code": "2003" }, "ResponseBody": { "status": "failed", - "createdDateTime": "2020-09-09T22:35:24Z", - "lastUpdatedDateTime": "2020-09-09T22:35:25Z", + "createdDateTime": "2020-10-30T12:58:14Z", + "lastUpdatedDateTime": "2020-10-30T12:58:15Z", "analyzeResult": { "version": "2.1.0", "errors": [ @@ -395,28 +296,28 @@ } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/2e4d6094-a7b4-491c-9e7b-de29ccfcdd07", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/28420c09-4dae-400a-a001-7d5054734db6", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-2fd32a4ab75eb34d8f5219032a0c6f07-d24090cfe4248f41-00", + "traceparent": "00-617c97d7d93b224e91c5e8d96f7adf92-a3a5c3b3a72a9f4a-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "0cf57d4b6cf86404f3d8cf7c8e9012da", + "x-ms-client-request-id": "7f1a85f4f3f21ed29fec0be50e9f3428", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 204, "ResponseHeaders": { - "apim-request-id": "094c1bda-a9be-4527-a060-985bd9281f62", + "apim-request-id": "a533b3e0-3fbb-4462-8336-f74eb628dff4", "Content-Length": "0", - "Date": "Wed, 09 Sep 2020 22:35:25 GMT", + "Date": "Fri, 30 Oct 2020 12:58:16 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "140" + "x-envoy-upstream-service-time": "31" }, "ResponseBody": [] } @@ -424,7 +325,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-westcentralus.cognitiveservices.azure.com/", "RandomSeed": "2067142432" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsThrowsForDamagedFile(False).json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsThrowsForDamagedFile(False).json index c55c14a46e230..dbf5df940175b 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsThrowsForDamagedFile(False).json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsThrowsForDamagedFile(False).json @@ -1,17 +1,17 @@ { "Entries": [ { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "43", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-8dc7e9e5da529346a92eacffa97ba3e4-4afbf8b864375d40-00", + "traceparent": "00-a94423d10c37124f9c099ab99598d594-a03d4b13a28e5346-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "673ef15ebcc8b837b5ef84616be4d94c", "x-ms-return-client-request-id": "true" @@ -22,25 +22,25 @@ }, "StatusCode": 201, "ResponseHeaders": { - "apim-request-id": "bb6e9116-11ad-4ee8-a287-b63a1cc9b046", + "apim-request-id": "1165ee2d-df9b-417f-b0f0-04ff7ec897a0", "Content-Length": "0", - "Date": "Wed, 09 Sep 2020 22:30:38 GMT", - "Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/a4474d0a-edeb-4c1f-b3c2-e76070a70f6a", + "Date": "Fri, 30 Oct 2020 12:52:19 GMT", + "Location": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/ddaffbd6-09c2-4dac-a8ee-392d7bfbad57", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "85" + "x-envoy-upstream-service-time": "107" }, "ResponseBody": [] }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/a4474d0a-edeb-4c1f-b3c2-e76070a70f6a?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/ddaffbd6-09c2-4dac-a8ee-392d7bfbad57?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "0b9417dde267d44ca977ee906786891e", "x-ms-return-client-request-id": "true" @@ -48,32 +48,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "3a05fb47-36af-4f58-ae44-150e25923600", + "apim-request-id": "64e22a9e-55c0-4290-8399-d477f2603f2f", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:30:38 GMT", + "Date": "Fri, 30 Oct 2020 12:52:19 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": "a4474d0a-edeb-4c1f-b3c2-e76070a70f6a", + "modelId": "ddaffbd6-09c2-4dac-a8ee-392d7bfbad57", "status": "creating", - "createdDateTime": "2020-09-09T22:30:39Z", - "lastUpdatedDateTime": "2020-09-09T22:30:39Z" + "createdDateTime": "2020-10-30T12:52:19Z", + "lastUpdatedDateTime": "2020-10-30T12:52:19Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/a4474d0a-edeb-4c1f-b3c2-e76070a70f6a?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/ddaffbd6-09c2-4dac-a8ee-392d7bfbad57?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "c52e841ebc442e56ee5195b9aee17283", "x-ms-return-client-request-id": "true" @@ -81,32 +81,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "a452de5e-c098-4dcb-8785-125b34c9341d", + "apim-request-id": "5c478ac4-7346-4e69-9fc4-31799878986d", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:30:40 GMT", + "Date": "Fri, 30 Oct 2020 12:52:20 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": "23" }, "ResponseBody": { "modelInfo": { - "modelId": "a4474d0a-edeb-4c1f-b3c2-e76070a70f6a", + "modelId": "ddaffbd6-09c2-4dac-a8ee-392d7bfbad57", "status": "creating", - "createdDateTime": "2020-09-09T22:30:39Z", - "lastUpdatedDateTime": "2020-09-09T22:30:39Z" + "createdDateTime": "2020-10-30T12:52:19Z", + "lastUpdatedDateTime": "2020-10-30T12:52:19Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/a4474d0a-edeb-4c1f-b3c2-e76070a70f6a?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/ddaffbd6-09c2-4dac-a8ee-392d7bfbad57?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "765bb9ce32967b73a469be51cea7512f", "x-ms-return-client-request-id": "true" @@ -114,32 +114,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "6795d2b7-6d95-4620-bfc3-355e079dd93d", + "apim-request-id": "84651d59-a201-4839-bc79-fd077f582a1b", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:30:41 GMT", + "Date": "Fri, 30 Oct 2020 12:52:22 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": "23" }, "ResponseBody": { "modelInfo": { - "modelId": "a4474d0a-edeb-4c1f-b3c2-e76070a70f6a", + "modelId": "ddaffbd6-09c2-4dac-a8ee-392d7bfbad57", "status": "creating", - "createdDateTime": "2020-09-09T22:30:39Z", - "lastUpdatedDateTime": "2020-09-09T22:30:39Z" + "createdDateTime": "2020-10-30T12:52:19Z", + "lastUpdatedDateTime": "2020-10-30T12:52:19Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/a4474d0a-edeb-4c1f-b3c2-e76070a70f6a?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/ddaffbd6-09c2-4dac-a8ee-392d7bfbad57?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "e642656613b62108c1651c164d9326c7", "x-ms-return-client-request-id": "true" @@ -147,32 +147,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "87f82429-7334-498f-851c-8fd938582087", + "apim-request-id": "7c1c667e-7b21-406e-9c6b-bd336fbcf3a2", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:30:42 GMT", + "Date": "Fri, 30 Oct 2020 12:52:23 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": "22" }, "ResponseBody": { "modelInfo": { - "modelId": "a4474d0a-edeb-4c1f-b3c2-e76070a70f6a", + "modelId": "ddaffbd6-09c2-4dac-a8ee-392d7bfbad57", "status": "creating", - "createdDateTime": "2020-09-09T22:30:39Z", - "lastUpdatedDateTime": "2020-09-09T22:30:39Z" + "createdDateTime": "2020-10-30T12:52:19Z", + "lastUpdatedDateTime": "2020-10-30T12:52:19Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/a4474d0a-edeb-4c1f-b3c2-e76070a70f6a?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/ddaffbd6-09c2-4dac-a8ee-392d7bfbad57?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "adc26b04122aec8810b220dafe046047", "x-ms-return-client-request-id": "true" @@ -180,32 +180,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "2bd62b88-c3a9-461e-aebe-9d4d3b92aa35", + "apim-request-id": "90025191-c643-4c00-a645-be8d1c483299", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:30:43 GMT", + "Date": "Fri, 30 Oct 2020 12:52:24 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": "18" }, "ResponseBody": { "modelInfo": { - "modelId": "a4474d0a-edeb-4c1f-b3c2-e76070a70f6a", + "modelId": "ddaffbd6-09c2-4dac-a8ee-392d7bfbad57", "status": "creating", - "createdDateTime": "2020-09-09T22:30:39Z", - "lastUpdatedDateTime": "2020-09-09T22:30:39Z" + "createdDateTime": "2020-10-30T12:52:19Z", + "lastUpdatedDateTime": "2020-10-30T12:52:19Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/a4474d0a-edeb-4c1f-b3c2-e76070a70f6a?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/ddaffbd6-09c2-4dac-a8ee-392d7bfbad57?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "485265008b9ebacdb13ab431165d2e11", "x-ms-return-client-request-id": "true" @@ -213,32 +213,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "beec7d76-3bc7-42bf-8ec2-dea5163652cf", + "apim-request-id": "f6be0904-3477-4020-b2ee-a42df5386125", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:30:44 GMT", + "Date": "Fri, 30 Oct 2020 12:52:26 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "32" + "x-envoy-upstream-service-time": "21" }, "ResponseBody": { "modelInfo": { - "modelId": "a4474d0a-edeb-4c1f-b3c2-e76070a70f6a", + "modelId": "ddaffbd6-09c2-4dac-a8ee-392d7bfbad57", "status": "creating", - "createdDateTime": "2020-09-09T22:30:39Z", - "lastUpdatedDateTime": "2020-09-09T22:30:39Z" + "createdDateTime": "2020-10-30T12:52:19Z", + "lastUpdatedDateTime": "2020-10-30T12:52:19Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/a4474d0a-edeb-4c1f-b3c2-e76070a70f6a?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/ddaffbd6-09c2-4dac-a8ee-392d7bfbad57?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "634cf643a3e45404dd56d603f22e22bd", "x-ms-return-client-request-id": "true" @@ -246,32 +246,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "fefaf1ac-3a85-4a1e-86d7-e11cc9ba7bf9", + "apim-request-id": "9d0528e3-7174-405a-8514-41a41e74c040", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:30:45 GMT", + "Date": "Fri, 30 Oct 2020 12:52:27 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": "20" }, "ResponseBody": { "modelInfo": { - "modelId": "a4474d0a-edeb-4c1f-b3c2-e76070a70f6a", + "modelId": "ddaffbd6-09c2-4dac-a8ee-392d7bfbad57", "status": "creating", - "createdDateTime": "2020-09-09T22:30:39Z", - "lastUpdatedDateTime": "2020-09-09T22:30:39Z" + "createdDateTime": "2020-10-30T12:52:19Z", + "lastUpdatedDateTime": "2020-10-30T12:52:19Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/a4474d0a-edeb-4c1f-b3c2-e76070a70f6a?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/ddaffbd6-09c2-4dac-a8ee-392d7bfbad57?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "e716d405de4178289d08fcf05d56d5b2", "x-ms-return-client-request-id": "true" @@ -279,32 +279,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "0681c99d-002a-4e1d-8c0c-045aacc279fa", + "apim-request-id": "b4cc2831-0ce7-4400-8593-924cffacabdf", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:30:46 GMT", + "Date": "Fri, 30 Oct 2020 12:52:28 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "38" + "x-envoy-upstream-service-time": "17" }, "ResponseBody": { "modelInfo": { - "modelId": "a4474d0a-edeb-4c1f-b3c2-e76070a70f6a", + "modelId": "ddaffbd6-09c2-4dac-a8ee-392d7bfbad57", "status": "creating", - "createdDateTime": "2020-09-09T22:30:39Z", - "lastUpdatedDateTime": "2020-09-09T22:30:39Z" + "createdDateTime": "2020-10-30T12:52:19Z", + "lastUpdatedDateTime": "2020-10-30T12:52:19Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/a4474d0a-edeb-4c1f-b3c2-e76070a70f6a?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/ddaffbd6-09c2-4dac-a8ee-392d7bfbad57?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "08960f83fdb75c6360fe6a47b5c9c782", "x-ms-return-client-request-id": "true" @@ -312,32 +312,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "4264a4cb-52f6-4d01-8571-8b92f0f0b44b", + "apim-request-id": "3f193afa-2e63-44b6-aa1f-5884ea2f6163", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:30:47 GMT", + "Date": "Fri, 30 Oct 2020 12:52:30 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": "a4474d0a-edeb-4c1f-b3c2-e76070a70f6a", + "modelId": "ddaffbd6-09c2-4dac-a8ee-392d7bfbad57", "status": "creating", - "createdDateTime": "2020-09-09T22:30:39Z", - "lastUpdatedDateTime": "2020-09-09T22:30:39Z" + "createdDateTime": "2020-10-30T12:52:19Z", + "lastUpdatedDateTime": "2020-10-30T12:52:19Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/a4474d0a-edeb-4c1f-b3c2-e76070a70f6a?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/ddaffbd6-09c2-4dac-a8ee-392d7bfbad57?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "412cf717474765d0cdd4c5dca714f686", "x-ms-return-client-request-id": "true" @@ -345,152 +345,20 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "088b731d-7f45-41d0-a416-cd9631134311", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:30:48 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": "a4474d0a-edeb-4c1f-b3c2-e76070a70f6a", - "status": "creating", - "createdDateTime": "2020-09-09T22:30:39Z", - "lastUpdatedDateTime": "2020-09-09T22:30:39Z" - } - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/a4474d0a-edeb-4c1f-b3c2-e76070a70f6a?includeKeys=true", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "e38023801a97080571b9864273e1c2d4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "42470b0d-4e51-4e18-a82e-953439842626", + "apim-request-id": "9af9f83e-6b93-44d6-8355-03f4d7c05e9c", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:30:49 GMT", + "Date": "Fri, 30 Oct 2020 12:52:31 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": "a4474d0a-edeb-4c1f-b3c2-e76070a70f6a", - "status": "creating", - "createdDateTime": "2020-09-09T22:30:39Z", - "lastUpdatedDateTime": "2020-09-09T22:30:39Z" - } - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/a4474d0a-edeb-4c1f-b3c2-e76070a70f6a?includeKeys=true", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "65d87940942a3c6b3f313ae33786b54c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "7c762fee-628d-44ff-bb93-47515731ce8c", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:30:50 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "28" - }, - "ResponseBody": { - "modelInfo": { - "modelId": "a4474d0a-edeb-4c1f-b3c2-e76070a70f6a", - "status": "creating", - "createdDateTime": "2020-09-09T22:30:39Z", - "lastUpdatedDateTime": "2020-09-09T22:30:39Z" - } - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/a4474d0a-edeb-4c1f-b3c2-e76070a70f6a?includeKeys=true", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "92c7e307e448fdebf224cf8ec08df1ec", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "95061478-2da4-40fd-bf8d-bfdaee0d8afa", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:30:51 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": "a4474d0a-edeb-4c1f-b3c2-e76070a70f6a", - "status": "creating", - "createdDateTime": "2020-09-09T22:30:39Z", - "lastUpdatedDateTime": "2020-09-09T22:30:39Z" - } - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/a4474d0a-edeb-4c1f-b3c2-e76070a70f6a?includeKeys=true", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "2d9cf111903bec5bb844a465df21d0ea", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "a6176067-d248-4e35-adb2-476b5b143269", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:30:52 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "38" + "x-envoy-upstream-service-time": "21" }, "ResponseBody": { "modelInfo": { - "modelId": "a4474d0a-edeb-4c1f-b3c2-e76070a70f6a", + "modelId": "ddaffbd6-09c2-4dac-a8ee-392d7bfbad57", "status": "ready", - "createdDateTime": "2020-09-09T22:30:39Z", - "lastUpdatedDateTime": "2020-09-09T22:30:52Z" + "createdDateTime": "2020-10-30T12:52:19Z", + "lastUpdatedDateTime": "2020-10-30T12:52:31Z" }, "keys": { "clusters": { @@ -560,93 +428,93 @@ } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/a4474d0a-edeb-4c1f-b3c2-e76070a70f6a/analyze?includeTextDetails=false", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/ddaffbd6-09c2-4dac-a8ee-392d7bfbad57/analyze?includeTextDetails=false", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "7", "Content-Type": "application/pdf", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-cd21320f4dcf194f8f957f4bb7d46d57-f4c241a352e8f148-00", + "traceparent": "00-5bb14ef947bb0d47923b7a95d6ea95a0-205e10cf503e184b-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "8f3a3904301a5b8b8edb7306c4dc7bb1", + "x-ms-client-request-id": "e38023801a97080571b9864273e1c2d4", "x-ms-return-client-request-id": "true" }, "RequestBody": "JVBERlVVVQ==", "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "3f7b1e65-324e-4bb9-a4e1-006c4e7c79af", + "apim-request-id": "e3626182-b37f-44de-8303-6a6c2a455834", "Content-Length": "0", - "Date": "Wed, 09 Sep 2020 22:30:53 GMT", - "Operation-Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/a4474d0a-edeb-4c1f-b3c2-e76070a70f6a/analyzeresults/ca682625-a39a-4439-8b75-3765d49e6b43", + "Date": "Fri, 30 Oct 2020 12:52:32 GMT", + "Operation-Location": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/ddaffbd6-09c2-4dac-a8ee-392d7bfbad57/analyzeresults/5d7cb87a-c10f-4191-9c30-862ce4dbfb3b", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "122" + "x-envoy-upstream-service-time": "85" }, "ResponseBody": [] }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/a4474d0a-edeb-4c1f-b3c2-e76070a70f6a/analyzeResults/ca682625-a39a-4439-8b75-3765d49e6b43", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/ddaffbd6-09c2-4dac-a8ee-392d7bfbad57/analyzeResults/5d7cb87a-c10f-4191-9c30-862ce4dbfb3b", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "46d24e4088ea771187dada0440851dd0", + "x-ms-client-request-id": "65d87940942a3c6b3f313ae33786b54c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "6afa5778-d9bb-4351-9f8f-de3b08b4032e", + "apim-request-id": "7b18be25-1bf6-44b1-a5f2-ab8e1c2045c2", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:30:53 GMT", + "Date": "Fri, 30 Oct 2020 12:52:32 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", "x-envoy-upstream-service-time": "25" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-09-09T22:30:53Z", - "lastUpdatedDateTime": "2020-09-09T22:30:53Z" + "createdDateTime": "2020-10-30T12:52:32Z", + "lastUpdatedDateTime": "2020-10-30T12:52:32Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/a4474d0a-edeb-4c1f-b3c2-e76070a70f6a/analyzeResults/ca682625-a39a-4439-8b75-3765d49e6b43", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/ddaffbd6-09c2-4dac-a8ee-392d7bfbad57/analyzeResults/5d7cb87a-c10f-4191-9c30-862ce4dbfb3b", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "868ae5536152e0d265409e5f1d5527db", + "x-ms-client-request-id": "92c7e307e448fdebf224cf8ec08df1ec", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "36f7148b-7251-4f55-9019-4e825e9a43c6", + "apim-request-id": "fea85f31-0929-4f8c-8e75-5f137e138022", "Content-Length": "256", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:30:54 GMT", + "Date": "Fri, 30 Oct 2020 12:52:33 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": "25", "x-ms-cs-error-code": "2005" }, "ResponseBody": { "status": "failed", - "createdDateTime": "2020-09-09T22:30:53Z", - "lastUpdatedDateTime": "2020-09-09T22:30:54Z", + "createdDateTime": "2020-10-30T12:52:32Z", + "lastUpdatedDateTime": "2020-10-30T12:52:33Z", "analyzeResult": { "version": "2.1.0", "readResults": [], @@ -662,28 +530,28 @@ } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/a4474d0a-edeb-4c1f-b3c2-e76070a70f6a", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/ddaffbd6-09c2-4dac-a8ee-392d7bfbad57", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-f436a698d04324478b511a59e9e4c61a-f97ee2047a0f5f43-00", + "traceparent": "00-f6b0e9ef4d185c45ab92b7eed256cbe2-fd7fede73e7f2a42-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "9125f2c88a4f7c0028c3073f55871b09", + "x-ms-client-request-id": "2d9cf111903bec5bb844a465df21d0ea", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 204, "ResponseHeaders": { - "apim-request-id": "3fe6ac06-738b-4dc8-bce9-ec96439c6537", + "apim-request-id": "fc3e3db6-68e7-4ea0-be12-f31893a06b8c", "Content-Length": "0", - "Date": "Wed, 09 Sep 2020 22:30:54 GMT", + "Date": "Fri, 30 Oct 2020 12:52:34 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "158" + "x-envoy-upstream-service-time": "29" }, "ResponseBody": [] } @@ -691,7 +559,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-westcentralus.cognitiveservices.azure.com/", "RandomSeed": "947280452" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsThrowsForDamagedFile(False)Async.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsThrowsForDamagedFile(False)Async.json index a2d696b736af6..684b2a05a9dd1 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsThrowsForDamagedFile(False)Async.json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsThrowsForDamagedFile(False)Async.json @@ -1,17 +1,17 @@ { "Entries": [ { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "43", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-647864c267a89447be92aa0e2da32ac4-a49404942a98b14d-00", + "traceparent": "00-e00c7977a9eb074eb8f880a83f768883-167fa4b28198754b-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "ea80d9de97e2b60490fbf3c8fe6089a5", "x-ms-return-client-request-id": "true" @@ -22,25 +22,25 @@ }, "StatusCode": 201, "ResponseHeaders": { - "apim-request-id": "52b82bbf-db8a-491f-8c20-859cca54fece", + "apim-request-id": "6a84575f-5165-4f52-a5a2-da2693c9e823", "Content-Length": "0", - "Date": "Wed, 09 Sep 2020 22:35:47 GMT", - "Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/26c07c3a-5892-4bc0-a0e2-f3eb5e3094bd", + "Date": "Fri, 30 Oct 2020 12:58:32 GMT", + "Location": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/432a1149-0fb4-4748-bad0-5931567a8a87", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "99" + "x-envoy-upstream-service-time": "112" }, "ResponseBody": [] }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/26c07c3a-5892-4bc0-a0e2-f3eb5e3094bd?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/432a1149-0fb4-4748-bad0-5931567a8a87?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "06ce6534329ac860ee9e0ca044fb7157", "x-ms-return-client-request-id": "true" @@ -48,32 +48,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "9b87d257-2629-423d-8b47-811e8c3396f7", + "apim-request-id": "4c9425ce-77b8-47db-944e-f0910ea2d523", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:35:47 GMT", + "Date": "Fri, 30 Oct 2020 12:58:32 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "28" + "x-envoy-upstream-service-time": "21" }, "ResponseBody": { "modelInfo": { - "modelId": "26c07c3a-5892-4bc0-a0e2-f3eb5e3094bd", + "modelId": "432a1149-0fb4-4748-bad0-5931567a8a87", "status": "creating", - "createdDateTime": "2020-09-09T22:35:48Z", - "lastUpdatedDateTime": "2020-09-09T22:35:48Z" + "createdDateTime": "2020-10-30T12:58:33Z", + "lastUpdatedDateTime": "2020-10-30T12:58:33Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/26c07c3a-5892-4bc0-a0e2-f3eb5e3094bd?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/432a1149-0fb4-4748-bad0-5931567a8a87?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "46da0644ab04a138328e8f700bf0535a", "x-ms-return-client-request-id": "true" @@ -81,32 +81,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "253cc69c-2a43-454b-b07b-fed8a0cf0d9a", + "apim-request-id": "1c2d29d4-2faa-4f3a-a3f2-f487a112e2bb", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:35:49 GMT", + "Date": "Fri, 30 Oct 2020 12:58:34 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": "34" }, "ResponseBody": { "modelInfo": { - "modelId": "26c07c3a-5892-4bc0-a0e2-f3eb5e3094bd", + "modelId": "432a1149-0fb4-4748-bad0-5931567a8a87", "status": "creating", - "createdDateTime": "2020-09-09T22:35:48Z", - "lastUpdatedDateTime": "2020-09-09T22:35:48Z" + "createdDateTime": "2020-10-30T12:58:33Z", + "lastUpdatedDateTime": "2020-10-30T12:58:33Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/26c07c3a-5892-4bc0-a0e2-f3eb5e3094bd?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/432a1149-0fb4-4748-bad0-5931567a8a87?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "a41a873458c5acbf79b8fb448a647295", "x-ms-return-client-request-id": "true" @@ -114,32 +114,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "35d9b793-dd99-406f-8ba0-fedf87faff8f", + "apim-request-id": "2e0dbad6-f672-4c9e-9121-59a879f9df16", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:35:50 GMT", + "Date": "Fri, 30 Oct 2020 12:58:35 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": "46" }, "ResponseBody": { "modelInfo": { - "modelId": "26c07c3a-5892-4bc0-a0e2-f3eb5e3094bd", + "modelId": "432a1149-0fb4-4748-bad0-5931567a8a87", "status": "creating", - "createdDateTime": "2020-09-09T22:35:48Z", - "lastUpdatedDateTime": "2020-09-09T22:35:48Z" + "createdDateTime": "2020-10-30T12:58:33Z", + "lastUpdatedDateTime": "2020-10-30T12:58:33Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/26c07c3a-5892-4bc0-a0e2-f3eb5e3094bd?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/432a1149-0fb4-4748-bad0-5931567a8a87?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "f7849c89428688a12c2cd30ba2efbdfe", "x-ms-return-client-request-id": "true" @@ -147,32 +147,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "71c82d23-ac14-4b0a-a8d8-21de608b4057", + "apim-request-id": "61b13646-94ed-4ac7-8dee-b17bf7e759c2", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:35:51 GMT", + "Date": "Fri, 30 Oct 2020 12:58:36 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "31" + "x-envoy-upstream-service-time": "18" }, "ResponseBody": { "modelInfo": { - "modelId": "26c07c3a-5892-4bc0-a0e2-f3eb5e3094bd", + "modelId": "432a1149-0fb4-4748-bad0-5931567a8a87", "status": "creating", - "createdDateTime": "2020-09-09T22:35:48Z", - "lastUpdatedDateTime": "2020-09-09T22:35:48Z" + "createdDateTime": "2020-10-30T12:58:33Z", + "lastUpdatedDateTime": "2020-10-30T12:58:33Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/26c07c3a-5892-4bc0-a0e2-f3eb5e3094bd?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/432a1149-0fb4-4748-bad0-5931567a8a87?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "bc6cb24bcde1ec91462ecd4cb0f416ce", "x-ms-return-client-request-id": "true" @@ -180,32 +180,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "1d8af1e6-c964-4d8b-b992-63f7e56a34d6", + "apim-request-id": "38c85630-55d2-4ead-a822-a6c6390be374", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:35:52 GMT", + "Date": "Fri, 30 Oct 2020 12:58:38 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": "23" }, "ResponseBody": { "modelInfo": { - "modelId": "26c07c3a-5892-4bc0-a0e2-f3eb5e3094bd", + "modelId": "432a1149-0fb4-4748-bad0-5931567a8a87", "status": "creating", - "createdDateTime": "2020-09-09T22:35:48Z", - "lastUpdatedDateTime": "2020-09-09T22:35:48Z" + "createdDateTime": "2020-10-30T12:58:33Z", + "lastUpdatedDateTime": "2020-10-30T12:58:33Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/26c07c3a-5892-4bc0-a0e2-f3eb5e3094bd?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/432a1149-0fb4-4748-bad0-5931567a8a87?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "6fe7fa1c5c6cf1d3e591779885b3098a", "x-ms-return-client-request-id": "true" @@ -213,32 +213,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "c027b870-87c5-4c96-b505-6c010232c326", + "apim-request-id": "cd9c8bba-2185-4b09-bb07-6f5fde15bbdb", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:35:53 GMT", + "Date": "Fri, 30 Oct 2020 12:58:39 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": "18" }, "ResponseBody": { "modelInfo": { - "modelId": "26c07c3a-5892-4bc0-a0e2-f3eb5e3094bd", + "modelId": "432a1149-0fb4-4748-bad0-5931567a8a87", "status": "creating", - "createdDateTime": "2020-09-09T22:35:48Z", - "lastUpdatedDateTime": "2020-09-09T22:35:48Z" + "createdDateTime": "2020-10-30T12:58:33Z", + "lastUpdatedDateTime": "2020-10-30T12:58:33Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/26c07c3a-5892-4bc0-a0e2-f3eb5e3094bd?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/432a1149-0fb4-4748-bad0-5931567a8a87?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "d8f9fcfab5f7bbb30a98b0587555d838", "x-ms-return-client-request-id": "true" @@ -246,32 +246,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "8ba7deb2-9b6f-4d9e-80a6-fe25ff713309", + "apim-request-id": "59f62d73-eaef-415c-9ab9-9e8e8aa5e09f", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:35:54 GMT", + "Date": "Fri, 30 Oct 2020 12:58:41 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "22" + "x-envoy-upstream-service-time": "35" }, "ResponseBody": { "modelInfo": { - "modelId": "26c07c3a-5892-4bc0-a0e2-f3eb5e3094bd", + "modelId": "432a1149-0fb4-4748-bad0-5931567a8a87", "status": "creating", - "createdDateTime": "2020-09-09T22:35:48Z", - "lastUpdatedDateTime": "2020-09-09T22:35:48Z" + "createdDateTime": "2020-10-30T12:58:33Z", + "lastUpdatedDateTime": "2020-10-30T12:58:33Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/26c07c3a-5892-4bc0-a0e2-f3eb5e3094bd?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/432a1149-0fb4-4748-bad0-5931567a8a87?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "a8ef04154e07ef92df7bd75056f96692", "x-ms-return-client-request-id": "true" @@ -279,32 +279,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "9b1aae0a-a66e-437e-94fd-a71fa14d2c92", + "apim-request-id": "039ddde7-67ec-4d5d-9de4-e796615f993f", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:35:55 GMT", + "Date": "Fri, 30 Oct 2020 12:58:42 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": "31" }, "ResponseBody": { "modelInfo": { - "modelId": "26c07c3a-5892-4bc0-a0e2-f3eb5e3094bd", + "modelId": "432a1149-0fb4-4748-bad0-5931567a8a87", "status": "creating", - "createdDateTime": "2020-09-09T22:35:48Z", - "lastUpdatedDateTime": "2020-09-09T22:35:48Z" + "createdDateTime": "2020-10-30T12:58:33Z", + "lastUpdatedDateTime": "2020-10-30T12:58:33Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/26c07c3a-5892-4bc0-a0e2-f3eb5e3094bd?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/432a1149-0fb4-4748-bad0-5931567a8a87?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "b35142243efb67d6462c64d4ab7b7b90", "x-ms-return-client-request-id": "true" @@ -312,9 +312,9 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "f141e106-92c9-446f-8f4a-d865e3fe8ca3", + "apim-request-id": "b4f5a64d-3ce0-4d7d-8baf-c9015f1e4ab2", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:35:56 GMT", + "Date": "Fri, 30 Oct 2020 12:58:43 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", @@ -322,22 +322,22 @@ }, "ResponseBody": { "modelInfo": { - "modelId": "26c07c3a-5892-4bc0-a0e2-f3eb5e3094bd", + "modelId": "432a1149-0fb4-4748-bad0-5931567a8a87", "status": "creating", - "createdDateTime": "2020-09-09T22:35:48Z", - "lastUpdatedDateTime": "2020-09-09T22:35:48Z" + "createdDateTime": "2020-10-30T12:58:33Z", + "lastUpdatedDateTime": "2020-10-30T12:58:33Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/26c07c3a-5892-4bc0-a0e2-f3eb5e3094bd?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/432a1149-0fb4-4748-bad0-5931567a8a87?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "80823eb961c4ac836a0af97cdd636511", "x-ms-return-client-request-id": "true" @@ -345,185 +345,20 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "b7f92876-8213-47df-a53b-668332cbc262", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22: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" - }, - "ResponseBody": { - "modelInfo": { - "modelId": "26c07c3a-5892-4bc0-a0e2-f3eb5e3094bd", - "status": "creating", - "createdDateTime": "2020-09-09T22:35:48Z", - "lastUpdatedDateTime": "2020-09-09T22:35:48Z" - } - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/26c07c3a-5892-4bc0-a0e2-f3eb5e3094bd?includeKeys=true", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "33331e312404d73d2e8861dbe9bd4463", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "9d70c40a-8ec9-4367-9cad-550a939e57a9", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:35:58 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": "26c07c3a-5892-4bc0-a0e2-f3eb5e3094bd", - "status": "creating", - "createdDateTime": "2020-09-09T22:35:48Z", - "lastUpdatedDateTime": "2020-09-09T22:35:48Z" - } - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/26c07c3a-5892-4bc0-a0e2-f3eb5e3094bd?includeKeys=true", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "17974700e676c3cebfa448f1455a89e3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "817663bf-826a-49dd-945a-b3fc417ef21e", + "apim-request-id": "6e61a28f-2b47-41d2-855e-610c22df85d7", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:35:59 GMT", + "Date": "Fri, 30 Oct 2020 12:58:44 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "22" + "x-envoy-upstream-service-time": "18" }, "ResponseBody": { "modelInfo": { - "modelId": "26c07c3a-5892-4bc0-a0e2-f3eb5e3094bd", - "status": "creating", - "createdDateTime": "2020-09-09T22:35:48Z", - "lastUpdatedDateTime": "2020-09-09T22:35:48Z" - } - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/26c07c3a-5892-4bc0-a0e2-f3eb5e3094bd?includeKeys=true", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "8ca353c64748948b01ab523cffa8c3ac", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "bcd6348d-527d-450b-86fd-1279e03310b0", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:36:00 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "26" - }, - "ResponseBody": { - "modelInfo": { - "modelId": "26c07c3a-5892-4bc0-a0e2-f3eb5e3094bd", - "status": "creating", - "createdDateTime": "2020-09-09T22:35:48Z", - "lastUpdatedDateTime": "2020-09-09T22:35:48Z" - } - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/26c07c3a-5892-4bc0-a0e2-f3eb5e3094bd?includeKeys=true", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "967c95c54ecb4a9a4f6f735fdb4c91d3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "4b47ee1d-f2c1-4656-adcd-f9fadc8413b7", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:36:01 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": "26c07c3a-5892-4bc0-a0e2-f3eb5e3094bd", - "status": "creating", - "createdDateTime": "2020-09-09T22:35:48Z", - "lastUpdatedDateTime": "2020-09-09T22:35:48Z" - } - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/26c07c3a-5892-4bc0-a0e2-f3eb5e3094bd?includeKeys=true", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "95147dfeb71ab81bbb0216ca9392c317", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "04a58d18-effb-401b-9326-51fdc86035fb", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:36:02 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": "26c07c3a-5892-4bc0-a0e2-f3eb5e3094bd", + "modelId": "432a1149-0fb4-4748-bad0-5931567a8a87", "status": "ready", - "createdDateTime": "2020-09-09T22:35:48Z", - "lastUpdatedDateTime": "2020-09-09T22:36:02Z" + "createdDateTime": "2020-10-30T12:58:33Z", + "lastUpdatedDateTime": "2020-10-30T12:58:44Z" }, "keys": { "clusters": { @@ -593,93 +428,63 @@ } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/26c07c3a-5892-4bc0-a0e2-f3eb5e3094bd/analyze?includeTextDetails=false", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/432a1149-0fb4-4748-bad0-5931567a8a87/analyze?includeTextDetails=false", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "7", "Content-Type": "application/pdf", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-4fa6e985781c7d46b5b45d02be0756cd-20f897ffce380545-00", + "traceparent": "00-915545bc12ebee44931e3c6a25948012-8a84175ca6aa014c-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "b02b9ce1f2dd7818b8583dd8d32cb8b4", + "x-ms-client-request-id": "33331e312404d73d2e8861dbe9bd4463", "x-ms-return-client-request-id": "true" }, "RequestBody": "JVBERlVVVQ==", "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "0e57f88d-c030-402d-a975-5ea48fcebf67", + "apim-request-id": "eb0efafd-77c7-44ea-a526-252d16d26611", "Content-Length": "0", - "Date": "Wed, 09 Sep 2020 22:36:02 GMT", - "Operation-Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/26c07c3a-5892-4bc0-a0e2-f3eb5e3094bd/analyzeresults/a1fe3991-009b-4f68-ae28-4443c8107d15", + "Date": "Fri, 30 Oct 2020 12:58:45 GMT", + "Operation-Location": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/432a1149-0fb4-4748-bad0-5931567a8a87/analyzeresults/fe8f1dea-8974-4283-9011-9e685d50c59c", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "84" + "x-envoy-upstream-service-time": "117" }, "ResponseBody": [] }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/26c07c3a-5892-4bc0-a0e2-f3eb5e3094bd/analyzeResults/a1fe3991-009b-4f68-ae28-4443c8107d15", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "823d7e1a2d930e9179c3dbc838d0b6bd", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "58e67ca8-e8f7-4fdc-b358-290165345467", - "Content-Length": "109", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:36:02 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "25" - }, - "ResponseBody": { - "status": "notStarted", - "createdDateTime": "2020-09-09T22:36:03Z", - "lastUpdatedDateTime": "2020-09-09T22:36:03Z" - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/26c07c3a-5892-4bc0-a0e2-f3eb5e3094bd/analyzeResults/a1fe3991-009b-4f68-ae28-4443c8107d15", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/432a1149-0fb4-4748-bad0-5931567a8a87/analyzeResults/fe8f1dea-8974-4283-9011-9e685d50c59c", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "3f7d5cabe1210cf6659cddc27943e48e", + "x-ms-client-request-id": "17974700e676c3cebfa448f1455a89e3", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "29228dd4-b39b-4cf7-9e8e-91ed76e4537b", + "apim-request-id": "d4294af9-d9ea-4374-b2d8-1d00c8477d62", "Content-Length": "256", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:36:03 GMT", + "Date": "Fri, 30 Oct 2020 12:58:45 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": "24", "x-ms-cs-error-code": "2005" }, "ResponseBody": { "status": "failed", - "createdDateTime": "2020-09-09T22:36:03Z", - "lastUpdatedDateTime": "2020-09-09T22:36:04Z", + "createdDateTime": "2020-10-30T12:58:45Z", + "lastUpdatedDateTime": "2020-10-30T12:58:46Z", "analyzeResult": { "version": "2.1.0", "readResults": [], @@ -695,28 +500,28 @@ } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/26c07c3a-5892-4bc0-a0e2-f3eb5e3094bd", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/432a1149-0fb4-4748-bad0-5931567a8a87", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-1fcbe2514b1b8744aa43a293f5d13f66-79b03d17fcd05d49-00", + "traceparent": "00-fe3dc12b3d745842bdac5564d5eedac6-6227d38910cc4947-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "15b0614a4154b4830a1c361a174f40e8", + "x-ms-client-request-id": "8ca353c64748948b01ab523cffa8c3ac", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 204, "ResponseHeaders": { - "apim-request-id": "7d2a4378-085a-4700-8656-534bbda686a6", + "apim-request-id": "7dbf4896-0aeb-45d0-b149-444d4e8099ed", "Content-Length": "0", - "Date": "Wed, 09 Sep 2020 22:36:03 GMT", + "Date": "Fri, 30 Oct 2020 12:58:46 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "28" + "x-envoy-upstream-service-time": "32" }, "ResponseBody": [] } @@ -724,7 +529,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-westcentralus.cognitiveservices.azure.com/", "RandomSeed": "1711115058" } } \ No newline at end of file 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 9a8299fd0cbae..a2863ce139edf 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,17 +1,17 @@ { "Entries": [ { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "42", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-45c02c07203fa843bcf25d4676306a3a-255abf4ae3d1b74e-00", + "traceparent": "00-da09b229df839f4eb6c59cbfc072f541-b5385ad801f8084d-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "7ae9de870515cb24ed37c6614e76e750", "x-ms-return-client-request-id": "true" @@ -22,25 +22,25 @@ }, "StatusCode": 201, "ResponseHeaders": { - "apim-request-id": "2d2b7308-baee-42db-8275-373e1bacf357", + "apim-request-id": "b232a7ac-b620-4f26-9b6b-67483123c41b", "Content-Length": "0", - "Date": "Wed, 09 Sep 2020 22:30:34 GMT", - "Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/f7ac52c6-a804-4056-a9ed-8521c88c3e4a", + "Date": "Fri, 30 Oct 2020 12:52:15 GMT", + "Location": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/ad14368c-5ad7-442f-93c4-e24ddc5ab58c", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "238" + "x-envoy-upstream-service-time": "94" }, "ResponseBody": [] }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/f7ac52c6-a804-4056-a9ed-8521c88c3e4a?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/ad14368c-5ad7-442f-93c4-e24ddc5ab58c?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "7fd685307ca63ff463c5cb4a220a3008", "x-ms-return-client-request-id": "true" @@ -48,32 +48,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "9c3def53-e93d-484e-be04-88c66571fe31", + "apim-request-id": "572e4938-5aba-4771-af44-284b869e9dfb", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:30:34 GMT", + "Date": "Fri, 30 Oct 2020 12:52:16 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": "f7ac52c6-a804-4056-a9ed-8521c88c3e4a", + "modelId": "ad14368c-5ad7-442f-93c4-e24ddc5ab58c", "status": "creating", - "createdDateTime": "2020-09-09T22:30:35Z", - "lastUpdatedDateTime": "2020-09-09T22:30:35Z" + "createdDateTime": "2020-10-30T12:52:15Z", + "lastUpdatedDateTime": "2020-10-30T12:52:15Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/f7ac52c6-a804-4056-a9ed-8521c88c3e4a?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/ad14368c-5ad7-442f-93c4-e24ddc5ab58c?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "181c6f6a511d96691d7ef5d3bb18d055", "x-ms-return-client-request-id": "true" @@ -81,32 +81,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "3e4f2496-6904-4fdc-b77f-d27c3013f815", + "apim-request-id": "7eed5751-d547-4c78-ba54-1068b0eb408d", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:30:35 GMT", + "Date": "Fri, 30 Oct 2020 12:52:17 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": "25" }, "ResponseBody": { "modelInfo": { - "modelId": "f7ac52c6-a804-4056-a9ed-8521c88c3e4a", + "modelId": "ad14368c-5ad7-442f-93c4-e24ddc5ab58c", "status": "creating", - "createdDateTime": "2020-09-09T22:30:35Z", - "lastUpdatedDateTime": "2020-09-09T22:30:35Z" + "createdDateTime": "2020-10-30T12:52:15Z", + "lastUpdatedDateTime": "2020-10-30T12:52:15Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/f7ac52c6-a804-4056-a9ed-8521c88c3e4a?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/ad14368c-5ad7-442f-93c4-e24ddc5ab58c?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "cad65f396df60b94eaa9174f3adaa8e3", "x-ms-return-client-request-id": "true" @@ -114,23 +114,23 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "0255706d-46c2-4614-b3be-32a49d59d91b", + "apim-request-id": "61f28485-585b-4d2f-ade9-f723aa0586dc", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:30:36 GMT", + "Date": "Fri, 30 Oct 2020 12:52:18 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "28" + "x-envoy-upstream-service-time": "24" }, "ResponseBody": { "modelInfo": { - "modelId": "f7ac52c6-a804-4056-a9ed-8521c88c3e4a", + "modelId": "ad14368c-5ad7-442f-93c4-e24ddc5ab58c", "attributes": { "isComposed": false }, "status": "ready", - "createdDateTime": "2020-09-09T22:30:35Z", - "lastUpdatedDateTime": "2020-09-09T22:30:37Z" + "createdDateTime": "2020-10-30T12:52:15Z", + "lastUpdatedDateTime": "2020-10-30T12:52:17Z" }, "trainResult": { "averageModelAccuracy": 0.96, @@ -228,17 +228,17 @@ } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/f7ac52c6-a804-4056-a9ed-8521c88c3e4a/analyze?includeTextDetails=false", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/ad14368c-5ad7-442f-93c4-e24ddc5ab58c/analyze?includeTextDetails=false", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "7", "Content-Type": "application/pdf", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-3fcc5d21acf68b4bbd67170094d310f4-f37240add26bc343-00", + "traceparent": "00-33ffa7a530f4ad41b2264d63cd5c892c-9abbdab2d90d484d-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "def7bd07ce5ade321c3f62288621844b", "x-ms-return-client-request-id": "true" @@ -246,25 +246,25 @@ "RequestBody": "JVBERlVVVQ==", "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "6af23671-0b1d-4edc-bdbc-b7c7477f7d58", + "apim-request-id": "e79983d1-f24c-4a59-8650-71a34524bc64", "Content-Length": "0", - "Date": "Wed, 09 Sep 2020 22:30:36 GMT", - "Operation-Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/f7ac52c6-a804-4056-a9ed-8521c88c3e4a/analyzeresults/0c1e6359-b6b7-4dd5-b766-207a4e628018", + "Date": "Fri, 30 Oct 2020 12:52:18 GMT", + "Operation-Location": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/ad14368c-5ad7-442f-93c4-e24ddc5ab58c/analyzeresults/8d598e9d-05ff-4832-9280-94ba6773db80", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "74" + "x-envoy-upstream-service-time": "92" }, "ResponseBody": [] }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/f7ac52c6-a804-4056-a9ed-8521c88c3e4a/analyzeResults/0c1e6359-b6b7-4dd5-b766-207a4e628018", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/ad14368c-5ad7-442f-93c4-e24ddc5ab58c/analyzeResults/8d598e9d-05ff-4832-9280-94ba6773db80", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "c21075f46534fc12db102e743a195b42", "x-ms-return-client-request-id": "true" @@ -272,40 +272,10 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "cc968246-36ec-42b7-a522-2d3951f5f226", - "Content-Length": "109", + "apim-request-id": "ce355ac8-bb06-4e30-8b4f-35eabf9fdbc1", + "Content-Length": "405", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:30:36 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "24" - }, - "ResponseBody": { - "status": "notStarted", - "createdDateTime": "2020-09-09T22:30:37Z", - "lastUpdatedDateTime": "2020-09-09T22:30:37Z" - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/f7ac52c6-a804-4056-a9ed-8521c88c3e4a/analyzeResults/0c1e6359-b6b7-4dd5-b766-207a4e628018", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "fdcc12d5f2206bfb2cf7aeb60b6c85c8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "e13bdc58-65fd-4917-b3d7-f46a9f5bf132", - "Content-Length": "239", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:30:37 GMT", + "Date": "Fri, 30 Oct 2020 12:52:18 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", "x-envoy-upstream-service-time": "31", @@ -313,42 +283,42 @@ }, "ResponseBody": { "status": "failed", - "createdDateTime": "2020-09-09T22:30:37Z", - "lastUpdatedDateTime": "2020-09-09T22:30:38Z", + "createdDateTime": "2020-10-30T12:52:18Z", + "lastUpdatedDateTime": "2020-10-30T12:52:19Z", "analyzeResult": { "version": "2.1.0", "errors": [ { "code": "2005", - "message": "The input data is not a valid image or password protected." + "message": "The file submitted couldn\u0027t be parsed. This can be due to one of the following reasons: the file format is not supported ( Supported formats include JPEG, PNG, BMP, PDF and TIFF), the file is corrupted or password protected." } ] } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/f7ac52c6-a804-4056-a9ed-8521c88c3e4a", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/ad14368c-5ad7-442f-93c4-e24ddc5ab58c", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-b1b3285335b78449aaf3ab857facf4d4-15d4208deb578347-00", + "traceparent": "00-b53e446ec189c44590dfa1140a0b5006-78bb12e4349c6a41-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "c45bcc25e5c9a1afabfa0349a0bea402", + "x-ms-client-request-id": "fdcc12d5f2206bfb2cf7aeb60b6c85c8", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 204, "ResponseHeaders": { - "apim-request-id": "4c4c7e50-734b-43f5-9991-18c3d014b2ac", + "apim-request-id": "7a2a7055-f389-4488-b55c-19da35e4d4aa", "Content-Length": "0", - "Date": "Wed, 09 Sep 2020 22:30:38 GMT", + "Date": "Fri, 30 Oct 2020 12:52:18 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "167" + "x-envoy-upstream-service-time": "34" }, "ResponseBody": [] } @@ -356,7 +326,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-westcentralus.cognitiveservices.azure.com/", "RandomSeed": "1867083717" } } \ 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 d0a30d84e3889..1c0557a636f01 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,17 +1,17 @@ { "Entries": [ { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "42", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-24b794892564af4fa69ce123f9d9126f-dc4f79cc9328574c-00", + "traceparent": "00-6a956165ff534e429c5e22268dd69cea-0b6276325ef1054d-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "ed63cc4483dbc975159b68fa2761279f", "x-ms-return-client-request-id": "true" @@ -22,25 +22,25 @@ }, "StatusCode": 201, "ResponseHeaders": { - "apim-request-id": "efb5c717-3b0d-47f2-8f85-2637d6be6f79", + "apim-request-id": "aec826b6-e3dc-4953-a5e4-101c6c16a75a", "Content-Length": "0", - "Date": "Wed, 09 Sep 2020 22:35:43 GMT", - "Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/034e3604-d196-467b-a804-b8ec53effec7", + "Date": "Fri, 30 Oct 2020 12:58:30 GMT", + "Location": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/a8ab651d-e208-463d-ab19-ab027b012ae3", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "257" + "x-envoy-upstream-service-time": "109" }, "ResponseBody": [] }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/034e3604-d196-467b-a804-b8ec53effec7?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/a8ab651d-e208-463d-ab19-ab027b012ae3?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "0396934394e6a47e85f0e7a559c9f768", "x-ms-return-client-request-id": "true" @@ -48,32 +48,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "89800dee-cbe4-4be1-a067-ce1271c18af0", + "apim-request-id": "2295721a-f689-4231-b7e8-83881df74259", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:35:43 GMT", + "Date": "Fri, 30 Oct 2020 12:58:30 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "332" + "x-envoy-upstream-service-time": "25" }, "ResponseBody": { "modelInfo": { - "modelId": "034e3604-d196-467b-a804-b8ec53effec7", + "modelId": "a8ab651d-e208-463d-ab19-ab027b012ae3", "status": "creating", - "createdDateTime": "2020-09-09T22:35:44Z", - "lastUpdatedDateTime": "2020-09-09T22:35:44Z" + "createdDateTime": "2020-10-30T12:58:30Z", + "lastUpdatedDateTime": "2020-10-30T12:58:30Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/034e3604-d196-467b-a804-b8ec53effec7?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/a8ab651d-e208-463d-ab19-ab027b012ae3?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "37cf48a5a0c672a78ef06becc85b0d2a", "x-ms-return-client-request-id": "true" @@ -81,32 +81,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "2a23de50-d451-4e5b-8079-ec67c0fde243", + "apim-request-id": "42b92701-a9aa-44fe-b374-6e9336edd7a8", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:35:44 GMT", + "Date": "Fri, 30 Oct 2020 12:58:31 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "18" + "x-envoy-upstream-service-time": "22" }, "ResponseBody": { "modelInfo": { - "modelId": "034e3604-d196-467b-a804-b8ec53effec7", + "modelId": "a8ab651d-e208-463d-ab19-ab027b012ae3", "status": "creating", - "createdDateTime": "2020-09-09T22:35:44Z", - "lastUpdatedDateTime": "2020-09-09T22:35:44Z" + "createdDateTime": "2020-10-30T12:58:30Z", + "lastUpdatedDateTime": "2020-10-30T12:58:30Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/034e3604-d196-467b-a804-b8ec53effec7?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/a8ab651d-e208-463d-ab19-ab027b012ae3?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "890fd0288f50af144dbf67ea9bd0704c", "x-ms-return-client-request-id": "true" @@ -114,23 +114,23 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "ad896f4f-b130-49fd-89d3-6d4b8786a8ce", + "apim-request-id": "3a104fd8-c402-48d5-ab70-ab87066a9985", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:35:46 GMT", + "Date": "Fri, 30 Oct 2020 12:58:32 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": "25" }, "ResponseBody": { "modelInfo": { - "modelId": "034e3604-d196-467b-a804-b8ec53effec7", + "modelId": "a8ab651d-e208-463d-ab19-ab027b012ae3", "attributes": { "isComposed": false }, "status": "ready", - "createdDateTime": "2020-09-09T22:35:44Z", - "lastUpdatedDateTime": "2020-09-09T22:35:46Z" + "createdDateTime": "2020-10-30T12:58:30Z", + "lastUpdatedDateTime": "2020-10-30T12:58:31Z" }, "trainResult": { "averageModelAccuracy": 0.96, @@ -228,17 +228,17 @@ } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/034e3604-d196-467b-a804-b8ec53effec7/analyze?includeTextDetails=false", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/a8ab651d-e208-463d-ab19-ab027b012ae3/analyze?includeTextDetails=false", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "7", "Content-Type": "application/pdf", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-a552875d2982a242ad579d9da7995fb2-032aa137c2976044-00", + "traceparent": "00-8294b5b3eeee864aaad6a7752bf1e158-0107cb9337244045-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "df55ffa3ef91a3d8ec2475f62992dc29", "x-ms-return-client-request-id": "true" @@ -246,25 +246,25 @@ "RequestBody": "JVBERlVVVQ==", "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "7c140f98-2c7e-4566-97aa-224094217323", + "apim-request-id": "0936d091-90d3-403d-9baa-49c16f07bf85", "Content-Length": "0", - "Date": "Wed, 09 Sep 2020 22:35:46 GMT", - "Operation-Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/034e3604-d196-467b-a804-b8ec53effec7/analyzeresults/18e3c60f-f3b5-4366-a17b-09753ce72dc4", + "Date": "Fri, 30 Oct 2020 12:58:32 GMT", + "Operation-Location": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/a8ab651d-e208-463d-ab19-ab027b012ae3/analyzeresults/f43e1193-a3dd-4993-82e9-031b7e393267", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "76" + "x-envoy-upstream-service-time": "97" }, "ResponseBody": [] }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/034e3604-d196-467b-a804-b8ec53effec7/analyzeResults/18e3c60f-f3b5-4366-a17b-09753ce72dc4", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/a8ab651d-e208-463d-ab19-ab027b012ae3/analyzeResults/f43e1193-a3dd-4993-82e9-031b7e393267", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "887dbde36db915173320ea0738bdd6bd", "x-ms-return-client-request-id": "true" @@ -272,83 +272,53 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "3fa62b9d-ac6d-45a8-91f4-041ccbbf91fc", - "Content-Length": "109", + "apim-request-id": "713d5301-980e-417e-a5fb-edf20943b475", + "Content-Length": "405", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:35:46 GMT", + "Date": "Fri, 30 Oct 2020 12:58:32 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "53" - }, - "ResponseBody": { - "status": "notStarted", - "createdDateTime": "2020-09-09T22:35:47Z", - "lastUpdatedDateTime": "2020-09-09T22:35:47Z" - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/034e3604-d196-467b-a804-b8ec53effec7/analyzeResults/18e3c60f-f3b5-4366-a17b-09753ce72dc4", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "c9481e7f2d063899f86c9d2c1a1e86ba", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "350c5f9d-dc29-4bb7-8cae-5538c0bef380", - "Content-Length": "239", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:35:47 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "28", + "x-envoy-upstream-service-time": "39", "x-ms-cs-error-code": "2005" }, "ResponseBody": { "status": "failed", - "createdDateTime": "2020-09-09T22:35:47Z", - "lastUpdatedDateTime": "2020-09-09T22:35:47Z", + "createdDateTime": "2020-10-30T12:58:32Z", + "lastUpdatedDateTime": "2020-10-30T12:58:33Z", "analyzeResult": { "version": "2.1.0", "errors": [ { "code": "2005", - "message": "The input data is not a valid image or password protected." + "message": "The file submitted couldn\u0027t be parsed. This can be due to one of the following reasons: the file format is not supported ( Supported formats include JPEG, PNG, BMP, PDF and TIFF), the file is corrupted or password protected." } ] } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/034e3604-d196-467b-a804-b8ec53effec7", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/a8ab651d-e208-463d-ab19-ab027b012ae3", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-bad9d0eb27ae594c813d5ddb164f2d27-d50b232a099ae74f-00", + "traceparent": "00-7775e7bf89e493479a1ff986a1a15acc-60d6937957485d4c-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "de063ee2e8523593e740ac7104d16b2e", + "x-ms-client-request-id": "c9481e7f2d063899f86c9d2c1a1e86ba", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 204, "ResponseHeaders": { - "apim-request-id": "63e7049d-aad7-4f8e-bdd8-ccdff69f41a6", + "apim-request-id": "22ecda8e-78d6-49bf-8b5b-5a0bc658b400", "Content-Length": "0", - "Date": "Wed, 09 Sep 2020 22:35:47 GMT", + "Date": "Fri, 30 Oct 2020 12:58:32 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "33" + "x-envoy-upstream-service-time": "37" }, "ResponseBody": [] } @@ -356,7 +326,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-westcentralus.cognitiveservices.azure.com/", "RandomSeed": "509420641" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsWithLabels(False,False).json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsWithLabels(False,False).json index c18369afd3696..629c78f988709 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsWithLabels(False,False).json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsWithLabels(False,False).json @@ -1,17 +1,17 @@ { "Entries": [ { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "42", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-996813d327a6e64ca29d0802c3efc8dd-a36f8d11ad9d5f47-00", + "traceparent": "00-f1ced5005271534ea5c8c1192949feda-9763decc4b250048-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "94b41b8df484352b9af2b14f7548995a", "x-ms-return-client-request-id": "true" @@ -22,25 +22,25 @@ }, "StatusCode": 201, "ResponseHeaders": { - "apim-request-id": "0e09da79-17ab-48c5-b573-ca9eb21fbc6d", + "apim-request-id": "fba47eba-18b6-4555-bf0a-b5bb32c5ea2a", "Content-Length": "0", - "Date": "Thu, 10 Sep 2020 23:51:15 GMT", - "Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/451ceee9-2134-44b6-9321-6e2c02495c10", + "Date": "Fri, 30 Oct 2020 12:52:58 GMT", + "Location": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/d47bdf9c-d5c2-45f6-ae7c-8f86a7b5d8ff", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "102" + "x-envoy-upstream-service-time": "69" }, "ResponseBody": [] }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/451ceee9-2134-44b6-9321-6e2c02495c10?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/d47bdf9c-d5c2-45f6-ae7c-8f86a7b5d8ff?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "1af0a7485e323a42615be2d62fa8a2f9", "x-ms-return-client-request-id": "true" @@ -48,9 +48,9 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "36c9ec05-677a-4245-81b3-f02646c157a0", + "apim-request-id": "8535a912-8b05-4d32-a9a4-1e2901fada0a", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 10 Sep 2020 23:51:15 GMT", + "Date": "Fri, 30 Oct 2020 12:52:58 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", @@ -58,22 +58,22 @@ }, "ResponseBody": { "modelInfo": { - "modelId": "451ceee9-2134-44b6-9321-6e2c02495c10", + "modelId": "d47bdf9c-d5c2-45f6-ae7c-8f86a7b5d8ff", "status": "creating", - "createdDateTime": "2020-09-10T23:51:15Z", - "lastUpdatedDateTime": "2020-09-10T23:51:15Z" + "createdDateTime": "2020-10-30T12:52:58Z", + "lastUpdatedDateTime": "2020-10-30T12:52:58Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/451ceee9-2134-44b6-9321-6e2c02495c10?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/d47bdf9c-d5c2-45f6-ae7c-8f86a7b5d8ff?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "f6bb41b7b089de4d877d24df22355f4c", "x-ms-return-client-request-id": "true" @@ -81,32 +81,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "37d597d3-68ae-4892-a308-dbdca8ea51b1", + "apim-request-id": "e9100c2b-0a65-4a52-a075-5424e9d425a0", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 10 Sep 2020 23:51:16 GMT", + "Date": "Fri, 30 Oct 2020 12:52:59 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "65" + "x-envoy-upstream-service-time": "21" }, "ResponseBody": { "modelInfo": { - "modelId": "451ceee9-2134-44b6-9321-6e2c02495c10", + "modelId": "d47bdf9c-d5c2-45f6-ae7c-8f86a7b5d8ff", "status": "creating", - "createdDateTime": "2020-09-10T23:51:15Z", - "lastUpdatedDateTime": "2020-09-10T23:51:15Z" + "createdDateTime": "2020-10-30T12:52:58Z", + "lastUpdatedDateTime": "2020-10-30T12:52:58Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/451ceee9-2134-44b6-9321-6e2c02495c10?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/d47bdf9c-d5c2-45f6-ae7c-8f86a7b5d8ff?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "a7da11c070fd2efad8793328115506f2", "x-ms-return-client-request-id": "true" @@ -114,23 +114,23 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "336dcaba-990d-41c3-8137-a7af9371f0b0", + "apim-request-id": "57da80be-bf6f-451a-93d4-4c13be629c6e", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 10 Sep 2020 23:51:17 GMT", + "Date": "Fri, 30 Oct 2020 12:53:01 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "67" + "x-envoy-upstream-service-time": "21" }, "ResponseBody": { "modelInfo": { - "modelId": "451ceee9-2134-44b6-9321-6e2c02495c10", + "modelId": "d47bdf9c-d5c2-45f6-ae7c-8f86a7b5d8ff", "attributes": { "isComposed": false }, "status": "ready", - "createdDateTime": "2020-09-10T23:51:15Z", - "lastUpdatedDateTime": "2020-09-10T23:51:17Z" + "createdDateTime": "2020-10-30T12:52:58Z", + "lastUpdatedDateTime": "2020-10-30T12:53:00Z" }, "trainResult": { "averageModelAccuracy": 0.96, @@ -228,17 +228,17 @@ } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/451ceee9-2134-44b6-9321-6e2c02495c10/analyze?includeTextDetails=false", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/d47bdf9c-d5c2-45f6-ae7c-8f86a7b5d8ff/analyze?includeTextDetails=false", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "22", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-83b1be3132b931499eef14f5298b62ee-6271cd9354e5d141-00", + "traceparent": "00-da0bb1f40e3d5c4a960f1c0a0f37cc02-7bd61ae50a72b44a-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "3498b84fa38c97d05a1192b53a63182c", "x-ms-return-client-request-id": "true" @@ -248,10 +248,10 @@ }, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "94251339-1b01-49c7-a395-60e88c01e81e", + "apim-request-id": "4a8bfa22-1eef-485e-ac9e-a82ec8051244", "Content-Length": "0", - "Date": "Thu, 10 Sep 2020 23:51:18 GMT", - "Operation-Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/451ceee9-2134-44b6-9321-6e2c02495c10/analyzeresults/bfa07a70-bc87-41bc-933e-b6b35836d088", + "Date": "Fri, 30 Oct 2020 12:53:01 GMT", + "Operation-Location": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/d47bdf9c-d5c2-45f6-ae7c-8f86a7b5d8ff/analyzeresults/494d96d2-67f1-4af2-9e94-a09ea2110182", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", "x-envoy-upstream-service-time": "73" @@ -259,14 +259,14 @@ "ResponseBody": [] }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/451ceee9-2134-44b6-9321-6e2c02495c10/analyzeResults/bfa07a70-bc87-41bc-933e-b6b35836d088", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/d47bdf9c-d5c2-45f6-ae7c-8f86a7b5d8ff/analyzeResults/494d96d2-67f1-4af2-9e94-a09ea2110182", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "1d1696fcfacd46fb468d1d0f7d24cc32", "x-ms-return-client-request-id": "true" @@ -274,29 +274,29 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "96b03cf4-5d73-41db-9db9-eb4ae33e041d", + "apim-request-id": "1ffcdcc6-c720-48cd-adbc-fac803d7c2fe", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 10 Sep 2020 23:51:18 GMT", + "Date": "Fri, 30 Oct 2020 12:53:01 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": "26" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-09-10T23:51:18Z", - "lastUpdatedDateTime": "2020-09-10T23:51:18Z" + "createdDateTime": "2020-10-30T12:53:01Z", + "lastUpdatedDateTime": "2020-10-30T12:53:01Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/451ceee9-2134-44b6-9321-6e2c02495c10/analyzeResults/bfa07a70-bc87-41bc-933e-b6b35836d088", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/d47bdf9c-d5c2-45f6-ae7c-8f86a7b5d8ff/analyzeResults/494d96d2-67f1-4af2-9e94-a09ea2110182", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "6a8f32772a9d1dbf41434debdd45f475", "x-ms-return-client-request-id": "true" @@ -304,29 +304,29 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "9e5d94e0-d0c8-43ea-8b67-fcdc1ceddb6e", + "apim-request-id": "387796c1-9b8e-492f-acd0-33b65c731906", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 10 Sep 2020 23:51:19 GMT", + "Date": "Fri, 30 Oct 2020 12:53:02 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "43" + "x-envoy-upstream-service-time": "27" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-09-10T23:51:18Z", - "lastUpdatedDateTime": "2020-09-10T23:51:18Z" + "createdDateTime": "2020-10-30T12:53:01Z", + "lastUpdatedDateTime": "2020-10-30T12:53:02Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/451ceee9-2134-44b6-9321-6e2c02495c10/analyzeResults/bfa07a70-bc87-41bc-933e-b6b35836d088", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/d47bdf9c-d5c2-45f6-ae7c-8f86a7b5d8ff/analyzeResults/494d96d2-67f1-4af2-9e94-a09ea2110182", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "7b2b0761e83e5524bc51eeff85c01935", "x-ms-return-client-request-id": "true" @@ -334,29 +334,29 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "79be4922-8443-46bb-89b8-051fa60dbd3d", + "apim-request-id": "63ff21ab-60cb-40a5-9d12-e7a984e96389", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 10 Sep 2020 23:51:20 GMT", + "Date": "Fri, 30 Oct 2020 12:53:03 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "20" + "x-envoy-upstream-service-time": "24" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-09-10T23:51:18Z", - "lastUpdatedDateTime": "2020-09-10T23:51:18Z" + "createdDateTime": "2020-10-30T12:53:01Z", + "lastUpdatedDateTime": "2020-10-30T12:53:02Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/451ceee9-2134-44b6-9321-6e2c02495c10/analyzeResults/bfa07a70-bc87-41bc-933e-b6b35836d088", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/d47bdf9c-d5c2-45f6-ae7c-8f86a7b5d8ff/analyzeResults/494d96d2-67f1-4af2-9e94-a09ea2110182", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "073e6045aed3d28fd6f9dc8aad0f6901", "x-ms-return-client-request-id": "true" @@ -364,29 +364,29 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "2cf9d5c8-9028-4319-987e-0dee25a40bc9", + "apim-request-id": "bfb9d0c0-eb1c-4932-b5c3-47a57046d640", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 10 Sep 2020 23:51:21 GMT", + "Date": "Fri, 30 Oct 2020 12:53:05 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "48" + "x-envoy-upstream-service-time": "27" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-09-10T23:51:18Z", - "lastUpdatedDateTime": "2020-09-10T23:51:18Z" + "createdDateTime": "2020-10-30T12:53:01Z", + "lastUpdatedDateTime": "2020-10-30T12:53:02Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/451ceee9-2134-44b6-9321-6e2c02495c10/analyzeResults/bfa07a70-bc87-41bc-933e-b6b35836d088", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/d47bdf9c-d5c2-45f6-ae7c-8f86a7b5d8ff/analyzeResults/494d96d2-67f1-4af2-9e94-a09ea2110182", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "76aea89950f98ff30d3aad4b3cc09780", "x-ms-return-client-request-id": "true" @@ -394,18 +394,18 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "9a7550e3-2fb4-48f2-8974-85e75857f516", + "apim-request-id": "f0a4cc52-fbf8-4e2e-bc33-8348f28ae126", "Content-Length": "6054", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 10 Sep 2020 23:51:22 GMT", + "Date": "Fri, 30 Oct 2020 12:53:06 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "23" + "x-envoy-upstream-service-time": "26" }, "ResponseBody": { "status": "succeeded", - "createdDateTime": "2020-09-10T23:51:18Z", - "lastUpdatedDateTime": "2020-09-10T23:51:22Z", + "createdDateTime": "2020-10-30T12:53:01Z", + "lastUpdatedDateTime": "2020-10-30T12:53:06Z", "analyzeResult": { "version": "2.1.0", "readResults": [ @@ -859,29 +859,80 @@ ], "documentResults": [ { - "docType": "custom:451ceee9-2134-44b6-9321-6e2c02495c10", - "modelId": "451ceee9-2134-44b6-9321-6e2c02495c10", + "docType": "custom:d47bdf9c-d5c2-45f6-ae7c-8f86a7b5d8ff", + "modelId": "d47bdf9c-d5c2-45f6-ae7c-8f86a7b5d8ff", "pageRange": [ 1, 1 ], "fields": { - "Tax": { + "Total": { "type": "string", - "valueString": "$4.00", - "text": "$4.00", + "valueString": "$144.00", + "text": "$144.00", "page": 1, "boundingBox": [ - 1458.0, - 1615.0, + 1427.0, + 1669.0, 1529.0, - 1615.0, + 1669.0, 1529.0, - 1643.0, - 1458.0, - 1643.0 + 1698.0, + 1427.0, + 1698.0 ], - "confidence": 0.994 + "confidence": 0.991 + }, + "DatedAs": { + "type": "string", + "valueString": "12/20/2020", + "text": "12/20/2020", + "page": 1, + "boundingBox": [ + 1165.0, + 420.0, + 1317.0, + 420.0, + 1317.0, + 449.0, + 1165.0, + 449.0 + ], + "confidence": 0.99 + }, + "VendorName": { + "type": "string", + "valueString": "Hillary Swank", + "text": "Hillary Swank", + "page": 1, + "boundingBox": [ + 349.0, + 609.0, + 521.0, + 609.0, + 521.0, + 639.0, + 349.0, + 639.0 + ], + "confidence": 0.93 + }, + "Email": { + "type": "string", + "valueString": "accounts@herolimited.com", + "text": "accounts@herolimited.com", + "page": 1, + "boundingBox": [ + 164.0, + 479.0, + 478.0, + 479.0, + 478.0, + 503.0, + 164.0, + 503.0 + ], + "confidence": 1.0 }, "Website": { "type": "string", @@ -900,22 +951,38 @@ ], "confidence": 0.95 }, - "CompanyName": { + "Signature": { "type": "string", - "valueString": "Higgly Wiggly Books", - "text": "Higgly Wiggly Books", + "valueString": "Bernie Sanders", + "text": "Bernie Sanders", "page": 1, "boundingBox": [ - 375.0, - 646.0, - 629.0, - 646.0, - 629.0, - 679.0, - 375.0, - 679.0 + 489.0, + 1670.0, + 765.0, + 1670.0, + 765.0, + 1708.0, + 489.0, + 1708.0 ], - "confidence": 0.95 + "confidence": 0.998 + }, + "Quantity": { + "type": "number", + "text": "20", + "page": 1, + "boundingBox": [ + 861.0, + 1094.0, + 892.0, + 1094.0, + 892.0, + 1119.0, + 861.0, + 1119.0 + ], + "confidence": 0.962 }, "CompanyPhoneNumber": { "type": "string", @@ -934,22 +1001,22 @@ ], "confidence": 1.0 }, - "Signature": { + "Tax": { "type": "string", - "valueString": "Bernie Sanders", - "text": "Bernie Sanders", + "valueString": "$4.00", + "text": "$4.00", "page": 1, "boundingBox": [ - 489.0, - 1670.0, - 765.0, - 1670.0, - 765.0, - 1708.0, - 489.0, - 1708.0 + 1458.0, + 1615.0, + 1529.0, + 1615.0, + 1529.0, + 1643.0, + 1458.0, + 1643.0 ], - "confidence": 0.998 + "confidence": 0.994 }, "PurchaseOrderNumber": { "type": "string", @@ -968,6 +1035,23 @@ ], "confidence": 0.94 }, + "CompanyAddress": { + "type": "string", + "valueString": "938 NE Burner Road Boulder City, CO 92848", + "text": "938 NE Burner Road Boulder City, CO 92848", + "page": 1, + "boundingBox": [ + 273.0, + 685.0, + 565.0, + 685.0, + 565.0, + 751.0, + 273.0, + 751.0 + ], + "confidence": 1.0 + }, "Merchant": { "type": "string", "valueString": "Hero Limited", @@ -985,40 +1069,6 @@ ], "confidence": 0.97 }, - "DatedAs": { - "type": "string", - "valueString": "12/20/2020", - "text": "12/20/2020", - "page": 1, - "boundingBox": [ - 1165.0, - 420.0, - 1317.0, - 420.0, - 1317.0, - 449.0, - 1165.0, - 449.0 - ], - "confidence": 0.99 - }, - "Subtotal": { - "type": "string", - "valueString": "$140.00", - "text": "$140.00", - "page": 1, - "boundingBox": [ - 1426.0, - 1572.0, - 1531.0, - 1572.0, - 1531.0, - 1599.0, - 1426.0, - 1599.0 - ], - "confidence": 0.984 - }, "PhoneNumber": { "type": "string", "valueString": "555-348-6512", @@ -1036,89 +1086,39 @@ ], "confidence": 0.89 }, - "VendorName": { - "type": "string", - "valueString": "Hillary Swank", - "text": "Hillary Swank", - "page": 1, - "boundingBox": [ - 349.0, - 609.0, - 521.0, - 609.0, - 521.0, - 639.0, - 349.0, - 639.0 - ], - "confidence": 0.93 - }, - "Total": { - "type": "string", - "valueString": "$144.00", - "text": "$144.00", - "page": 1, - "boundingBox": [ - 1427.0, - 1669.0, - 1529.0, - 1669.0, - 1529.0, - 1698.0, - 1427.0, - 1698.0 - ], - "confidence": 0.991 - }, - "CompanyAddress": { + "CompanyName": { "type": "string", - "valueString": "938 NE Burner Road Boulder City, CO 92848", - "text": "938 NE Burner Road Boulder City, CO 92848", - "page": 1, - "boundingBox": [ - 273.0, - 685.0, - 565.0, - 685.0, - 565.0, - 751.0, - 273.0, - 751.0 - ], - "confidence": 1.0 - }, - "Quantity": { - "type": "number", - "text": "20", + "valueString": "Higgly Wiggly Books", + "text": "Higgly Wiggly Books", "page": 1, "boundingBox": [ - 861.0, - 1094.0, - 892.0, - 1094.0, - 892.0, - 1119.0, - 861.0, - 1119.0 + 375.0, + 646.0, + 629.0, + 646.0, + 629.0, + 679.0, + 375.0, + 679.0 ], - "confidence": 0.962 + "confidence": 0.95 }, - "Email": { + "Subtotal": { "type": "string", - "valueString": "accounts@herolimited.com", - "text": "accounts@herolimited.com", + "valueString": "$140.00", + "text": "$140.00", "page": 1, "boundingBox": [ - 164.0, - 479.0, - 478.0, - 479.0, - 478.0, - 503.0, - 164.0, - 503.0 + 1426.0, + 1572.0, + 1531.0, + 1572.0, + 1531.0, + 1599.0, + 1426.0, + 1599.0 ], - "confidence": 1.0 + "confidence": 0.984 } }, "docTypeConfidence": 1.0 @@ -1129,15 +1129,15 @@ } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/451ceee9-2134-44b6-9321-6e2c02495c10", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/d47bdf9c-d5c2-45f6-ae7c-8f86a7b5d8ff", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-013acf70e26bc34d965363f3d0120436-51234fcb0e8a2042-00", + "traceparent": "00-875a97192a936e4d9250d2fa14c923af-907d815adb59f24a-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "7da61729ec06b3a17759a5450b9aa7ad", "x-ms-return-client-request-id": "true" @@ -1145,12 +1145,12 @@ "RequestBody": null, "StatusCode": 204, "ResponseHeaders": { - "apim-request-id": "56c1f4ac-a742-4bdb-ae56-425957b3d5da", + "apim-request-id": "58fa374c-f57e-47bf-88c5-a1912e779655", "Content-Length": "0", - "Date": "Thu, 10 Sep 2020 23:51:22 GMT", + "Date": "Fri, 30 Oct 2020 12:53:06 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "30" + "x-envoy-upstream-service-time": "35" }, "ResponseBody": [] } @@ -1158,7 +1158,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-westcentralus.cognitiveservices.azure.com/", "RandomSeed": "1947286724" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsWithLabels(False,False)Async.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsWithLabels(False,False)Async.json index 6495713cedbf1..37dd2c9087f7e 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsWithLabels(False,False)Async.json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsWithLabels(False,False)Async.json @@ -1,17 +1,17 @@ { "Entries": [ { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "42", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-448acb328709274d9df62daa5b2ccdd8-88690dd49036244e-00", + "traceparent": "00-6874939025283e40955178b4fa579e5d-64946aed65c32f4b-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "945a680945569d3a4e6c05ae0ce417a3", "x-ms-return-client-request-id": "true" @@ -22,25 +22,25 @@ }, "StatusCode": 201, "ResponseHeaders": { - "apim-request-id": "4c8475b3-1383-4db5-b7d0-acfea270fa0e", + "apim-request-id": "56f3f15f-8b93-4cc3-b7d2-fafe648bae5a", "Content-Length": "0", - "Date": "Thu, 10 Sep 2020 23:53:33 GMT", - "Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/3c9f059d-4474-4ad7-aad2-4a4c0cb4ef5b", + "Date": "Fri, 30 Oct 2020 12:59:13 GMT", + "Location": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/e549fd59-adb7-49e9-833b-9a3a7f06a80f", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "75" + "x-envoy-upstream-service-time": "107" }, "ResponseBody": [] }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/3c9f059d-4474-4ad7-aad2-4a4c0cb4ef5b?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/e549fd59-adb7-49e9-833b-9a3a7f06a80f?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "be64b4f120983fc49e7bc30bc5a267a4", "x-ms-return-client-request-id": "true" @@ -48,32 +48,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "16a92655-be1a-4491-838f-ced98f434313", + "apim-request-id": "1b1cf406-52c2-4c75-9ad8-5d91849dd660", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 10 Sep 2020 23:53:33 GMT", + "Date": "Fri, 30 Oct 2020 12:59:14 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": "18" }, "ResponseBody": { "modelInfo": { - "modelId": "3c9f059d-4474-4ad7-aad2-4a4c0cb4ef5b", + "modelId": "e549fd59-adb7-49e9-833b-9a3a7f06a80f", "status": "creating", - "createdDateTime": "2020-09-10T23:53:34Z", - "lastUpdatedDateTime": "2020-09-10T23:53:34Z" + "createdDateTime": "2020-10-30T12:59:13Z", + "lastUpdatedDateTime": "2020-10-30T12:59:13Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/3c9f059d-4474-4ad7-aad2-4a4c0cb4ef5b?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/e549fd59-adb7-49e9-833b-9a3a7f06a80f?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "bc6242a1c83084b8b7193bcc70562d58", "x-ms-return-client-request-id": "true" @@ -81,32 +81,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "7ccde122-e7f3-496d-b0bb-3537bff399c4", + "apim-request-id": "67441020-a161-4504-8c8b-35bca24a8f1f", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 10 Sep 2020 23:53:35 GMT", + "Date": "Fri, 30 Oct 2020 12:59:15 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": "3c9f059d-4474-4ad7-aad2-4a4c0cb4ef5b", + "modelId": "e549fd59-adb7-49e9-833b-9a3a7f06a80f", "status": "creating", - "createdDateTime": "2020-09-10T23:53:34Z", - "lastUpdatedDateTime": "2020-09-10T23:53:34Z" + "createdDateTime": "2020-10-30T12:59:13Z", + "lastUpdatedDateTime": "2020-10-30T12:59:13Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/3c9f059d-4474-4ad7-aad2-4a4c0cb4ef5b?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/e549fd59-adb7-49e9-833b-9a3a7f06a80f?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "cfaef709e1f6e9f9a31af5da822ed8ab", "x-ms-return-client-request-id": "true" @@ -114,23 +114,23 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "87a68132-9fdc-4820-97b5-e6045b4ab845", + "apim-request-id": "3ea4b0be-e6f9-4c4a-8704-84d636c823b6", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 10 Sep 2020 23:53:36 GMT", + "Date": "Fri, 30 Oct 2020 12:59:16 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": "19" }, "ResponseBody": { "modelInfo": { - "modelId": "3c9f059d-4474-4ad7-aad2-4a4c0cb4ef5b", + "modelId": "e549fd59-adb7-49e9-833b-9a3a7f06a80f", "attributes": { "isComposed": false }, "status": "ready", - "createdDateTime": "2020-09-10T23:53:34Z", - "lastUpdatedDateTime": "2020-09-10T23:53:35Z" + "createdDateTime": "2020-10-30T12:59:13Z", + "lastUpdatedDateTime": "2020-10-30T12:59:15Z" }, "trainResult": { "averageModelAccuracy": 0.96, @@ -228,17 +228,17 @@ } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/3c9f059d-4474-4ad7-aad2-4a4c0cb4ef5b/analyze?includeTextDetails=false", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/e549fd59-adb7-49e9-833b-9a3a7f06a80f/analyze?includeTextDetails=false", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "22", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-1c97e5c7d0710b41819f831fe58830ab-df832864387f4a48-00", + "traceparent": "00-697df471543d2a4fbbe8ee1f33674bdd-3ca74c0d2073fb46-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "ca0c61055a812972fbdf067fe4f8cf48", "x-ms-return-client-request-id": "true" @@ -248,25 +248,25 @@ }, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "d0d123aa-c2f6-4dc3-b8c2-831e6c7f393a", + "apim-request-id": "003194b6-71be-4686-b83b-b2b6740f0b8a", "Content-Length": "0", - "Date": "Thu, 10 Sep 2020 23:53:36 GMT", - "Operation-Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/3c9f059d-4474-4ad7-aad2-4a4c0cb4ef5b/analyzeresults/2b83156a-670d-40f7-a079-4cf45c323aee", + "Date": "Fri, 30 Oct 2020 12:59:17 GMT", + "Operation-Location": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/e549fd59-adb7-49e9-833b-9a3a7f06a80f/analyzeresults/ad92fc84-1b40-4a42-a0f3-40176b66217c", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "77" + "x-envoy-upstream-service-time": "103" }, "ResponseBody": [] }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/3c9f059d-4474-4ad7-aad2-4a4c0cb4ef5b/analyzeResults/2b83156a-670d-40f7-a079-4cf45c323aee", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/e549fd59-adb7-49e9-833b-9a3a7f06a80f/analyzeResults/ad92fc84-1b40-4a42-a0f3-40176b66217c", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "cd016b4d97f4bfad48791815d2dd0188", "x-ms-return-client-request-id": "true" @@ -274,29 +274,29 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "a608b34a-0c14-4f13-980a-96f17c50872e", + "apim-request-id": "7b4d147a-9f93-4c90-bb9a-883c0c386944", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 10 Sep 2020 23:53:36 GMT", + "Date": "Fri, 30 Oct 2020 12:59:17 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": "25" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-09-10T23:53:36Z", - "lastUpdatedDateTime": "2020-09-10T23:53:36Z" + "createdDateTime": "2020-10-30T12:59:17Z", + "lastUpdatedDateTime": "2020-10-30T12:59:17Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/3c9f059d-4474-4ad7-aad2-4a4c0cb4ef5b/analyzeResults/2b83156a-670d-40f7-a079-4cf45c323aee", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/e549fd59-adb7-49e9-833b-9a3a7f06a80f/analyzeResults/ad92fc84-1b40-4a42-a0f3-40176b66217c", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "0fc790416249aed68584d316da7904ab", "x-ms-return-client-request-id": "true" @@ -304,29 +304,29 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "85d15f0a-248f-4ffd-a6b6-21b86473f395", + "apim-request-id": "8dc72955-bd36-46bc-9190-281bd8de128d", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 10 Sep 2020 23:53:37 GMT", + "Date": "Fri, 30 Oct 2020 12:59:18 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "72" + "x-envoy-upstream-service-time": "27" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-09-10T23:53:36Z", - "lastUpdatedDateTime": "2020-09-10T23:53:36Z" + "createdDateTime": "2020-10-30T12:59:17Z", + "lastUpdatedDateTime": "2020-10-30T12:59:18Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/3c9f059d-4474-4ad7-aad2-4a4c0cb4ef5b/analyzeResults/2b83156a-670d-40f7-a079-4cf45c323aee", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/e549fd59-adb7-49e9-833b-9a3a7f06a80f/analyzeResults/ad92fc84-1b40-4a42-a0f3-40176b66217c", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "178dad4b0a2c6db7b34d8208415c561e", "x-ms-return-client-request-id": "true" @@ -334,29 +334,29 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "9c7613d9-e559-437a-8441-46f835e57f2f", + "apim-request-id": "3479dbeb-103c-4967-8630-88c4f750727c", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 10 Sep 2020 23:53:38 GMT", + "Date": "Fri, 30 Oct 2020 12:59:19 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "25" + "x-envoy-upstream-service-time": "57" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-09-10T23:53:36Z", - "lastUpdatedDateTime": "2020-09-10T23:53:36Z" + "createdDateTime": "2020-10-30T12:59:17Z", + "lastUpdatedDateTime": "2020-10-30T12:59:18Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/3c9f059d-4474-4ad7-aad2-4a4c0cb4ef5b/analyzeResults/2b83156a-670d-40f7-a079-4cf45c323aee", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/e549fd59-adb7-49e9-833b-9a3a7f06a80f/analyzeResults/ad92fc84-1b40-4a42-a0f3-40176b66217c", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "543e7dddbf31eaff9452476fc396e4cf", "x-ms-return-client-request-id": "true" @@ -364,138 +364,18 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "0913caf2-8555-4299-9a19-420d5b1024c1", - "Content-Length": "109", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 10 Sep 2020 23:53:39 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "25" - }, - "ResponseBody": { - "status": "notStarted", - "createdDateTime": "2020-09-10T23:53:36Z", - "lastUpdatedDateTime": "2020-09-10T23:53:36Z" - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/3c9f059d-4474-4ad7-aad2-4a4c0cb4ef5b/analyzeResults/2b83156a-670d-40f7-a079-4cf45c323aee", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "25c96d75ea50365cd8595bfce0cd6c28", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "7c2aa13b-2186-4057-bf51-031e3c085563", - "Content-Length": "109", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 10 Sep 2020 23:53:40 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "28" - }, - "ResponseBody": { - "status": "notStarted", - "createdDateTime": "2020-09-10T23:53:36Z", - "lastUpdatedDateTime": "2020-09-10T23:53:40Z" - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/3c9f059d-4474-4ad7-aad2-4a4c0cb4ef5b/analyzeResults/2b83156a-670d-40f7-a079-4cf45c323aee", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "5d38b52eaf3a8c7aada382d9c248aa1c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "e9754731-f3f6-44e8-b98f-37efe88d4bae", - "Content-Length": "109", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 10 Sep 2020 23:53:41 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "22" - }, - "ResponseBody": { - "status": "notStarted", - "createdDateTime": "2020-09-10T23:53:36Z", - "lastUpdatedDateTime": "2020-09-10T23:53:40Z" - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/3c9f059d-4474-4ad7-aad2-4a4c0cb4ef5b/analyzeResults/2b83156a-670d-40f7-a079-4cf45c323aee", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "d493b2683093f3cd21087cd7630309c6", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "4a021147-0c5e-4fcb-9917-f78fa2dae1b9", - "Content-Length": "109", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 10 Sep 2020 23:53:42 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "20" - }, - "ResponseBody": { - "status": "notStarted", - "createdDateTime": "2020-09-10T23:53:36Z", - "lastUpdatedDateTime": "2020-09-10T23:53:40Z" - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/3c9f059d-4474-4ad7-aad2-4a4c0cb4ef5b/analyzeResults/2b83156a-670d-40f7-a079-4cf45c323aee", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "0d401fe6875ec594f33d77ac67827390", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "a413e289-effc-41c6-87db-5902fbdb7fd8", + "apim-request-id": "e41ebb35-4aae-4434-b557-89de1fbebee1", "Content-Length": "6054", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 10 Sep 2020 23:53:43 GMT", + "Date": "Fri, 30 Oct 2020 12:59:20 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "89" + "x-envoy-upstream-service-time": "27" }, "ResponseBody": { "status": "succeeded", - "createdDateTime": "2020-09-10T23:53:36Z", - "lastUpdatedDateTime": "2020-09-10T23:53:43Z", + "createdDateTime": "2020-10-30T12:59:17Z", + "lastUpdatedDateTime": "2020-10-30T12:59:21Z", "analyzeResult": { "version": "2.1.0", "readResults": [ @@ -949,46 +829,29 @@ ], "documentResults": [ { - "docType": "custom:3c9f059d-4474-4ad7-aad2-4a4c0cb4ef5b", - "modelId": "3c9f059d-4474-4ad7-aad2-4a4c0cb4ef5b", + "docType": "custom:e549fd59-adb7-49e9-833b-9a3a7f06a80f", + "modelId": "e549fd59-adb7-49e9-833b-9a3a7f06a80f", "pageRange": [ 1, 1 ], "fields": { - "Tax": { - "type": "string", - "valueString": "$4.00", - "text": "$4.00", - "page": 1, - "boundingBox": [ - 1458.0, - 1615.0, - 1529.0, - 1615.0, - 1529.0, - 1643.0, - 1458.0, - 1643.0 - ], - "confidence": 0.994 - }, - "Website": { + "Merchant": { "type": "string", - "valueString": "www.herolimited.com", - "text": "www.herolimited.com", + "valueString": "Hero Limited", + "text": "Hero Limited", "page": 1, "boundingBox": [ - 273.0, - 393.0, - 531.0, - 393.0, - 531.0, - 418.0, - 273.0, - 418.0 + 620.0, + 205.0, + 1075.0, + 205.0, + 1075.0, + 266.0, + 620.0, + 266.0 ], - "confidence": 0.95 + "confidence": 0.97 }, "CompanyName": { "type": "string", @@ -1007,40 +870,6 @@ ], "confidence": 0.95 }, - "CompanyPhoneNumber": { - "type": "string", - "valueString": "938-294-2949", - "text": "938-294-2949", - "page": 1, - "boundingBox": [ - 708.0, - 722.0, - 885.0, - 722.0, - 885.0, - 749.0, - 708.0, - 749.0 - ], - "confidence": 1.0 - }, - "Signature": { - "type": "string", - "valueString": "Bernie Sanders", - "text": "Bernie Sanders", - "page": 1, - "boundingBox": [ - 489.0, - 1670.0, - 765.0, - 1670.0, - 765.0, - 1708.0, - 489.0, - 1708.0 - ], - "confidence": 0.998 - }, "PurchaseOrderNumber": { "type": "string", "valueString": "948284", @@ -1058,56 +887,73 @@ ], "confidence": 0.94 }, - "Merchant": { + "Tax": { "type": "string", - "valueString": "Hero Limited", - "text": "Hero Limited", + "valueString": "$4.00", + "text": "$4.00", "page": 1, "boundingBox": [ - 620.0, - 205.0, - 1075.0, - 205.0, - 1075.0, - 266.0, - 620.0, - 266.0 + 1458.0, + 1615.0, + 1529.0, + 1615.0, + 1529.0, + 1643.0, + 1458.0, + 1643.0 ], - "confidence": 0.97 + "confidence": 0.994 }, - "DatedAs": { + "Signature": { "type": "string", - "valueString": "12/20/2020", - "text": "12/20/2020", + "valueString": "Bernie Sanders", + "text": "Bernie Sanders", "page": 1, "boundingBox": [ - 1165.0, - 420.0, - 1317.0, - 420.0, - 1317.0, - 449.0, - 1165.0, - 449.0 + 489.0, + 1670.0, + 765.0, + 1670.0, + 765.0, + 1708.0, + 489.0, + 1708.0 ], - "confidence": 0.99 + "confidence": 0.998 }, - "Subtotal": { + "VendorName": { "type": "string", - "valueString": "$140.00", - "text": "$140.00", + "valueString": "Hillary Swank", + "text": "Hillary Swank", "page": 1, "boundingBox": [ - 1426.0, - 1572.0, - 1531.0, - 1572.0, - 1531.0, - 1599.0, - 1426.0, - 1599.0 + 349.0, + 609.0, + 521.0, + 609.0, + 521.0, + 639.0, + 349.0, + 639.0 ], - "confidence": 0.984 + "confidence": 0.93 + }, + "Website": { + "type": "string", + "valueString": "www.herolimited.com", + "text": "www.herolimited.com", + "page": 1, + "boundingBox": [ + 273.0, + 393.0, + 531.0, + 393.0, + 531.0, + 418.0, + 273.0, + 418.0 + ], + "confidence": 0.95 }, "PhoneNumber": { "type": "string", @@ -1126,22 +972,56 @@ ], "confidence": 0.89 }, - "VendorName": { + "CompanyAddress": { "type": "string", - "valueString": "Hillary Swank", - "text": "Hillary Swank", + "valueString": "938 NE Burner Road Boulder City, CO 92848", + "text": "938 NE Burner Road Boulder City, CO 92848", "page": 1, "boundingBox": [ - 349.0, - 609.0, - 521.0, - 609.0, - 521.0, - 639.0, - 349.0, - 639.0 + 273.0, + 685.0, + 565.0, + 685.0, + 565.0, + 751.0, + 273.0, + 751.0 ], - "confidence": 0.93 + "confidence": 1.0 + }, + "CompanyPhoneNumber": { + "type": "string", + "valueString": "938-294-2949", + "text": "938-294-2949", + "page": 1, + "boundingBox": [ + 708.0, + 722.0, + 885.0, + 722.0, + 885.0, + 749.0, + 708.0, + 749.0 + ], + "confidence": 1.0 + }, + "DatedAs": { + "type": "string", + "valueString": "12/20/2020", + "text": "12/20/2020", + "page": 1, + "boundingBox": [ + 1165.0, + 420.0, + 1317.0, + 420.0, + 1317.0, + 449.0, + 1165.0, + 449.0 + ], + "confidence": 0.99 }, "Total": { "type": "string", @@ -1160,22 +1040,22 @@ ], "confidence": 0.991 }, - "CompanyAddress": { + "Subtotal": { "type": "string", - "valueString": "938 NE Burner Road Boulder City, CO 92848", - "text": "938 NE Burner Road Boulder City, CO 92848", + "valueString": "$140.00", + "text": "$140.00", "page": 1, "boundingBox": [ - 273.0, - 685.0, - 565.0, - 685.0, - 565.0, - 751.0, - 273.0, - 751.0 + 1426.0, + 1572.0, + 1531.0, + 1572.0, + 1531.0, + 1599.0, + 1426.0, + 1599.0 ], - "confidence": 1.0 + "confidence": 0.984 }, "Quantity": { "type": "number", @@ -1219,28 +1099,28 @@ } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/3c9f059d-4474-4ad7-aad2-4a4c0cb4ef5b", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/e549fd59-adb7-49e9-833b-9a3a7f06a80f", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-f745d6dfdc9c9f47930dc78ef54ccb04-ef47a0b47ad7a94a-00", + "traceparent": "00-e2fb1df89b98184bbcf9972bdaec5f64-8e9902006aea3a4a-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "2e933fae983afd95e7453b3233a228aa", + "x-ms-client-request-id": "25c96d75ea50365cd8595bfce0cd6c28", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 204, "ResponseHeaders": { - "apim-request-id": "d5783eb3-9c58-4005-99f7-f2c66064f5c0", + "apim-request-id": "54947061-cab4-4015-8f84-155bd291ea5b", "Content-Length": "0", - "Date": "Thu, 10 Sep 2020 23:53:43 GMT", + "Date": "Fri, 30 Oct 2020 12:59:20 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": "30" }, "ResponseBody": [] } @@ -1248,7 +1128,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-westcentralus.cognitiveservices.azure.com/", "RandomSeed": "1936632850" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsWithLabels(False,True).json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsWithLabels(False,True).json index c5250a15873fd..321d19f183285 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsWithLabels(False,True).json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsWithLabels(False,True).json @@ -1,17 +1,17 @@ { "Entries": [ { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "42", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-89d2f15d18dcdf4ea66bd49791360d82-5eb4e4e864a9ff4a-00", + "traceparent": "00-ba36bea643e15e4c95f9930c852d748c-2f65a45582332f49-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "275b42df23c247f17c2206a849accc90", "x-ms-return-client-request-id": "true" @@ -22,25 +22,25 @@ }, "StatusCode": 201, "ResponseHeaders": { - "apim-request-id": "ca3129b1-b76e-4532-b840-f584629b444e", + "apim-request-id": "e133b8b4-3bab-4ce1-89a4-d41d3c63301b", "Content-Length": "0", - "Date": "Thu, 10 Sep 2020 23:51:00 GMT", - "Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/33821ae9-da54-4a5b-92d2-19f474783d66", + "Date": "Fri, 30 Oct 2020 12:52:51 GMT", + "Location": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/555c45ad-384b-4409-b5e4-274dd9726aab", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "138" + "x-envoy-upstream-service-time": "82" }, "ResponseBody": [] }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/33821ae9-da54-4a5b-92d2-19f474783d66?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/555c45ad-384b-4409-b5e4-274dd9726aab?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "82ed64f6c2dfa2cdea583abf8f1800c1", "x-ms-return-client-request-id": "true" @@ -48,32 +48,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "f4edfa29-6c30-40c2-b633-4179420a71a0", + "apim-request-id": "1c62d677-a08e-4c3f-b19a-b4fad06d62e0", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 10 Sep 2020 23:51:01 GMT", + "Date": "Fri, 30 Oct 2020 12:52:51 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "22" + "x-envoy-upstream-service-time": "19" }, "ResponseBody": { "modelInfo": { - "modelId": "33821ae9-da54-4a5b-92d2-19f474783d66", + "modelId": "555c45ad-384b-4409-b5e4-274dd9726aab", "status": "creating", - "createdDateTime": "2020-09-10T23:51:01Z", - "lastUpdatedDateTime": "2020-09-10T23:51:01Z" + "createdDateTime": "2020-10-30T12:52:51Z", + "lastUpdatedDateTime": "2020-10-30T12:52:51Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/33821ae9-da54-4a5b-92d2-19f474783d66?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/555c45ad-384b-4409-b5e4-274dd9726aab?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "bae01ab5899e266707f51974fd30776e", "x-ms-return-client-request-id": "true" @@ -81,89 +81,23 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "1ceeba3c-3a07-48d1-8fbd-92f18e0bd891", + "apim-request-id": "ab8a6227-0ac9-47a6-bf21-c799a4738256", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 10 Sep 2020 23:51:02 GMT", + "Date": "Fri, 30 Oct 2020 12:52:52 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": "33821ae9-da54-4a5b-92d2-19f474783d66", - "status": "creating", - "createdDateTime": "2020-09-10T23:51:01Z", - "lastUpdatedDateTime": "2020-09-10T23:51:01Z" - } - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/33821ae9-da54-4a5b-92d2-19f474783d66?includeKeys=true", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "f69c584f00281c5574b83d6ae831b863", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "b0bf2fd0-4484-439a-b1c3-7ae73f21e660", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 10 Sep 2020 23:51:03 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "20" - }, - "ResponseBody": { - "modelInfo": { - "modelId": "33821ae9-da54-4a5b-92d2-19f474783d66", - "status": "creating", - "createdDateTime": "2020-09-10T23:51:01Z", - "lastUpdatedDateTime": "2020-09-10T23:51:01Z" - } - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/33821ae9-da54-4a5b-92d2-19f474783d66?includeKeys=true", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "2ef2452111cb6df1fdc67aeaa959a5b9", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "c4c901ea-87bb-4ecd-9f98-91d6e75f88a7", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 10 Sep 2020 23:51:04 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": "18" }, "ResponseBody": { "modelInfo": { - "modelId": "33821ae9-da54-4a5b-92d2-19f474783d66", + "modelId": "555c45ad-384b-4409-b5e4-274dd9726aab", "attributes": { "isComposed": false }, "status": "ready", - "createdDateTime": "2020-09-10T23:51:01Z", - "lastUpdatedDateTime": "2020-09-10T23:51:03Z" + "createdDateTime": "2020-10-30T12:52:51Z", + "lastUpdatedDateTime": "2020-10-30T12:52:52Z" }, "trainResult": { "averageModelAccuracy": 0.96, @@ -261,19 +195,19 @@ } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/33821ae9-da54-4a5b-92d2-19f474783d66/analyze?includeTextDetails=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/555c45ad-384b-4409-b5e4-274dd9726aab/analyze?includeTextDetails=true", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "22", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-6997f66e514d1044848c288b04239548-5c4357323950e045-00", + "traceparent": "00-27c0fe71ccea10449cf3fb42ee1b807c-cbde647999b6a542-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "366fcce00a7bb598c5c346e64cfc3dd5", + "x-ms-client-request-id": "f69c584f00281c5574b83d6ae831b863", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -281,194 +215,134 @@ }, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "09b6b738-0ef3-4072-b2c7-1035832a35a7", + "apim-request-id": "5b2c7358-e8c1-47d0-9e12-8fc83cf334ca", "Content-Length": "0", - "Date": "Thu, 10 Sep 2020 23:51:04 GMT", - "Operation-Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/33821ae9-da54-4a5b-92d2-19f474783d66/analyzeresults/50c2796f-4039-4d28-ac77-3d02d137ef59", + "Date": "Fri, 30 Oct 2020 12:52:52 GMT", + "Operation-Location": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/555c45ad-384b-4409-b5e4-274dd9726aab/analyzeresults/f933edd9-af2d-4cb2-9433-1f5fee214b90", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "101" + "x-envoy-upstream-service-time": "78" }, "ResponseBody": [] }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/33821ae9-da54-4a5b-92d2-19f474783d66/analyzeResults/50c2796f-4039-4d28-ac77-3d02d137ef59", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/555c45ad-384b-4409-b5e4-274dd9726aab/analyzeResults/f933edd9-af2d-4cb2-9433-1f5fee214b90", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "b853b53c493e3da2672ff861856b731b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "ee24c654-0961-4896-b670-ca61bb19fe2b", - "Content-Length": "109", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 10 Sep 2020 23:51:04 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-09-10T23:51:05Z", - "lastUpdatedDateTime": "2020-09-10T23:51:05Z" - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/33821ae9-da54-4a5b-92d2-19f474783d66/analyzeResults/50c2796f-4039-4d28-ac77-3d02d137ef59", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "1c89841382c216e7ac3d6908cb0b2000", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "99a59d9c-6fd6-4824-b5b4-2ca43f257b0e", - "Content-Length": "109", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 10 Sep 2020 23:51:05 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "22" - }, - "ResponseBody": { - "status": "notStarted", - "createdDateTime": "2020-09-10T23:51:05Z", - "lastUpdatedDateTime": "2020-09-10T23:51:05Z" - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/33821ae9-da54-4a5b-92d2-19f474783d66/analyzeResults/50c2796f-4039-4d28-ac77-3d02d137ef59", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "f4ada489ec05977a2932cf4c11372f59", + "x-ms-client-request-id": "2ef2452111cb6df1fdc67aeaa959a5b9", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "5d11ee56-18e5-4e74-8c63-486b5a8da0f7", + "apim-request-id": "5454bc70-0f82-4033-83fc-ae98160471fd", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 10 Sep 2020 23:51:06 GMT", + "Date": "Fri, 30 Oct 2020 12:52:53 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "46" + "x-envoy-upstream-service-time": "26" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-09-10T23:51:05Z", - "lastUpdatedDateTime": "2020-09-10T23:51:05Z" + "createdDateTime": "2020-10-30T12:52:53Z", + "lastUpdatedDateTime": "2020-10-30T12:52:53Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/33821ae9-da54-4a5b-92d2-19f474783d66/analyzeResults/50c2796f-4039-4d28-ac77-3d02d137ef59", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/555c45ad-384b-4409-b5e4-274dd9726aab/analyzeResults/f933edd9-af2d-4cb2-9433-1f5fee214b90", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "c7d22b4f2173ba13cd3c0b00df99725b", + "x-ms-client-request-id": "366fcce00a7bb598c5c346e64cfc3dd5", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "48c4fde8-19ab-418e-ada8-c196b5997e5d", + "apim-request-id": "ca1a7cf3-aace-4b44-b418-67603529b69e", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 10 Sep 2020 23:51:08 GMT", + "Date": "Fri, 30 Oct 2020 12:52:55 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "55" + "x-envoy-upstream-service-time": "28" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-09-10T23:51:05Z", - "lastUpdatedDateTime": "2020-09-10T23:51:05Z" + "createdDateTime": "2020-10-30T12:52:53Z", + "lastUpdatedDateTime": "2020-10-30T12:52:54Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/33821ae9-da54-4a5b-92d2-19f474783d66/analyzeResults/50c2796f-4039-4d28-ac77-3d02d137ef59", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/555c45ad-384b-4409-b5e4-274dd9726aab/analyzeResults/f933edd9-af2d-4cb2-9433-1f5fee214b90", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "e1d8f80e7ebd261509f1f290b29b0475", + "x-ms-client-request-id": "b853b53c493e3da2672ff861856b731b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "2a56121a-5576-4d13-8deb-2a290f4e447a", + "apim-request-id": "fcdeab02-45ee-4e2e-82fb-f623ae38164e", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 10 Sep 2020 23:51:09 GMT", + "Date": "Fri, 30 Oct 2020 12:52:56 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": "notStarted", - "createdDateTime": "2020-09-10T23:51:05Z", - "lastUpdatedDateTime": "2020-09-10T23:51:05Z" + "createdDateTime": "2020-10-30T12:52:53Z", + "lastUpdatedDateTime": "2020-10-30T12:52:54Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/33821ae9-da54-4a5b-92d2-19f474783d66/analyzeResults/50c2796f-4039-4d28-ac77-3d02d137ef59", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/555c45ad-384b-4409-b5e4-274dd9726aab/analyzeResults/f933edd9-af2d-4cb2-9433-1f5fee214b90", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "9fb80f0e5838678c91f326c9e17ab790", + "x-ms-client-request-id": "1c89841382c216e7ac3d6908cb0b2000", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "cc731583-b0e2-494d-a298-4b7d2d78b4a1", + "apim-request-id": "2441938c-05e4-465c-b105-7cdb6cb1c87c", "Content-Length": "25118", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 10 Sep 2020 23:51:15 GMT", + "Date": "Fri, 30 Oct 2020 12:52:57 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "5088" + "x-envoy-upstream-service-time": "30" }, "ResponseBody": { "status": "succeeded", - "createdDateTime": "2020-09-10T23:51:05Z", - "lastUpdatedDateTime": "2020-09-10T23:51:13Z", + "createdDateTime": "2020-10-30T12:52:53Z", + "lastUpdatedDateTime": "2020-10-30T12:52:57Z", "analyzeResult": { "version": "2.1.0", "readResults": [ @@ -1245,7 +1119,7 @@ 751 ], "text": "92848", - "confidence": 0.977 + "confidence": 0.976 } ] }, @@ -1360,7 +1234,7 @@ 879 ], "text": "Name:", - "confidence": 0.986 + "confidence": 0.983 }, { "boundingBox": [ @@ -3669,13 +3543,34 @@ ], "documentResults": [ { - "docType": "custom:33821ae9-da54-4a5b-92d2-19f474783d66", - "modelId": "33821ae9-da54-4a5b-92d2-19f474783d66", + "docType": "custom:555c45ad-384b-4409-b5e4-274dd9726aab", + "modelId": "555c45ad-384b-4409-b5e4-274dd9726aab", "pageRange": [ 1, 1 ], "fields": { + "Signature": { + "type": "string", + "valueString": "Bernie Sanders", + "text": "Bernie Sanders", + "page": 1, + "boundingBox": [ + 489.0, + 1670.0, + 765.0, + 1670.0, + 765.0, + 1708.0, + 489.0, + 1708.0 + ], + "confidence": 0.998, + "elements": [ + "#/readResults/0/lines/45/words/0", + "#/readResults/0/lines/45/words/1" + ] + }, "Quantity": { "type": "number", "text": "20", @@ -3695,24 +3590,71 @@ "#/readResults/0/lines/26/words/0" ] }, - "Tax": { + "CompanyAddress": { "type": "string", - "valueString": "$4.00", - "text": "$4.00", + "valueString": "938 NE Burner Road Boulder City, CO 92848", + "text": "938 NE Burner Road Boulder City, CO 92848", "page": 1, "boundingBox": [ - 1458.0, - 1615.0, - 1529.0, - 1615.0, - 1529.0, - 1643.0, - 1458.0, - 1643.0 + 273.0, + 685.0, + 565.0, + 685.0, + 565.0, + 751.0, + 273.0, + 751.0 ], - "confidence": 0.994, + "confidence": 1.0, "elements": [ - "#/readResults/0/lines/44/words/0" + "#/readResults/0/lines/12/words/1", + "#/readResults/0/lines/12/words/2", + "#/readResults/0/lines/12/words/3", + "#/readResults/0/lines/12/words/4", + "#/readResults/0/lines/13/words/0", + "#/readResults/0/lines/13/words/1", + "#/readResults/0/lines/13/words/2", + "#/readResults/0/lines/13/words/3" + ] + }, + "PurchaseOrderNumber": { + "type": "string", + "valueString": "948284", + "text": "948284", + "page": 1, + "boundingBox": [ + 1277.0, + 461.0, + 1376.0, + 461.0, + 1376.0, + 489.0, + 1277.0, + 489.0 + ], + "confidence": 0.94, + "elements": [ + "#/readResults/0/lines/8/words/3" + ] + }, + "Website": { + "type": "string", + "valueString": "www.herolimited.com", + "text": "www.herolimited.com", + "page": 1, + "boundingBox": [ + 273.0, + 393.0, + 531.0, + 393.0, + 531.0, + 418.0, + 273.0, + 418.0 + ], + "confidence": 0.95, + "elements": [ + "#/readResults/0/lines/4/words/1" ] }, "PhoneNumber": { @@ -3735,6 +3677,26 @@ "#/readResults/0/lines/3/words/2" ] }, + "CompanyPhoneNumber": { + "type": "string", + "valueString": "938-294-2949", + "text": "938-294-2949", + "page": 1, + "boundingBox": [ + 708.0, + 722.0, + 885.0, + 722.0, + 885.0, + 749.0, + 708.0, + 749.0 + ], + "confidence": 1.0, + "elements": [ + "#/readResults/0/lines/14/words/1" + ] + }, "VendorName": { "type": "string", "valueString": "Hillary Swank", @@ -3756,33 +3718,6 @@ "#/readResults/0/lines/10/words/3" ] }, - "CompanyAddress": { - "type": "string", - "valueString": "938 NE Burner Road Boulder City, CO 92848", - "text": "938 NE Burner Road Boulder City, CO 92848", - "page": 1, - "boundingBox": [ - 273.0, - 685.0, - 565.0, - 685.0, - 565.0, - 751.0, - 273.0, - 751.0 - ], - "confidence": 1.0, - "elements": [ - "#/readResults/0/lines/12/words/1", - "#/readResults/0/lines/12/words/2", - "#/readResults/0/lines/12/words/3", - "#/readResults/0/lines/12/words/4", - "#/readResults/0/lines/13/words/0", - "#/readResults/0/lines/13/words/1", - "#/readResults/0/lines/13/words/2", - "#/readResults/0/lines/13/words/3" - ] - }, "Email": { "type": "string", "valueString": "accounts@herolimited.com", @@ -3803,24 +3738,44 @@ "#/readResults/0/lines/7/words/0" ] }, - "Website": { + "Tax": { "type": "string", - "valueString": "www.herolimited.com", - "text": "www.herolimited.com", + "valueString": "$4.00", + "text": "$4.00", "page": 1, "boundingBox": [ - 273.0, - 393.0, - 531.0, - 393.0, - 531.0, - 418.0, - 273.0, - 418.0 + 1458.0, + 1615.0, + 1529.0, + 1615.0, + 1529.0, + 1643.0, + 1458.0, + 1643.0 ], - "confidence": 0.95, + "confidence": 0.994, "elements": [ - "#/readResults/0/lines/4/words/1" + "#/readResults/0/lines/44/words/0" + ] + }, + "DatedAs": { + "type": "string", + "valueString": "12/20/2020", + "text": "12/20/2020", + "page": 1, + "boundingBox": [ + 1165.0, + 420.0, + 1317.0, + 420.0, + 1317.0, + 449.0, + 1165.0, + 449.0 + ], + "confidence": 0.99, + "elements": [ + "#/readResults/0/lines/6/words/2" ] }, "Total": { @@ -3843,67 +3798,6 @@ "#/readResults/0/lines/47/words/0" ] }, - "Subtotal": { - "type": "string", - "valueString": "$140.00", - "text": "$140.00", - "page": 1, - "boundingBox": [ - 1426.0, - 1572.0, - 1531.0, - 1572.0, - 1531.0, - 1599.0, - 1426.0, - 1599.0 - ], - "confidence": 0.984, - "elements": [ - "#/readResults/0/lines/42/words/0" - ] - }, - "Merchant": { - "type": "string", - "valueString": "Hero Limited", - "text": "Hero Limited", - "page": 1, - "boundingBox": [ - 620.0, - 205.0, - 1075.0, - 205.0, - 1075.0, - 266.0, - 620.0, - 266.0 - ], - "confidence": 0.97, - "elements": [ - "#/readResults/0/lines/1/words/0", - "#/readResults/0/lines/1/words/1" - ] - }, - "CompanyPhoneNumber": { - "type": "string", - "valueString": "938-294-2949", - "text": "938-294-2949", - "page": 1, - "boundingBox": [ - 708.0, - 722.0, - 885.0, - 722.0, - 885.0, - 749.0, - 708.0, - 749.0 - ], - "confidence": 1.0, - "elements": [ - "#/readResults/0/lines/14/words/1" - ] - }, "CompanyName": { "type": "string", "valueString": "Higgly Wiggly Books", @@ -3926,65 +3820,45 @@ "#/readResults/0/lines/11/words/4" ] }, - "PurchaseOrderNumber": { - "type": "string", - "valueString": "948284", - "text": "948284", - "page": 1, - "boundingBox": [ - 1277.0, - 461.0, - 1376.0, - 461.0, - 1376.0, - 489.0, - 1277.0, - 489.0 - ], - "confidence": 0.94, - "elements": [ - "#/readResults/0/lines/8/words/3" - ] - }, - "DatedAs": { + "Merchant": { "type": "string", - "valueString": "12/20/2020", - "text": "12/20/2020", + "valueString": "Hero Limited", + "text": "Hero Limited", "page": 1, "boundingBox": [ - 1165.0, - 420.0, - 1317.0, - 420.0, - 1317.0, - 449.0, - 1165.0, - 449.0 + 620.0, + 205.0, + 1075.0, + 205.0, + 1075.0, + 266.0, + 620.0, + 266.0 ], - "confidence": 0.99, + "confidence": 0.97, "elements": [ - "#/readResults/0/lines/6/words/2" + "#/readResults/0/lines/1/words/0", + "#/readResults/0/lines/1/words/1" ] }, - "Signature": { + "Subtotal": { "type": "string", - "valueString": "Bernie Sanders", - "text": "Bernie Sanders", + "valueString": "$140.00", + "text": "$140.00", "page": 1, "boundingBox": [ - 489.0, - 1670.0, - 765.0, - 1670.0, - 765.0, - 1708.0, - 489.0, - 1708.0 + 1426.0, + 1572.0, + 1531.0, + 1572.0, + 1531.0, + 1599.0, + 1426.0, + 1599.0 ], - "confidence": 0.998, + "confidence": 0.984, "elements": [ - "#/readResults/0/lines/45/words/0", - "#/readResults/0/lines/45/words/1" + "#/readResults/0/lines/42/words/0" ] } }, @@ -3996,28 +3870,28 @@ } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/33821ae9-da54-4a5b-92d2-19f474783d66", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/555c45ad-384b-4409-b5e4-274dd9726aab", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-f492469296cb3f4780a6a0ad168f57bd-67179cd9d7f73347-00", + "traceparent": "00-c0ec17904963ba47ba1900a7642648ca-f6ce2d569216da4b-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "193d73bf4e5ed09b15acbe822e830731", + "x-ms-client-request-id": "f4ada489ec05977a2932cf4c11372f59", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 204, "ResponseHeaders": { - "apim-request-id": "348e42d6-4c58-4832-bd6d-559ab1a7affb", + "apim-request-id": "0c10f6a6-503b-48d5-aa56-12fc459b3d81", "Content-Length": "0", - "Date": "Thu, 10 Sep 2020 23:51:15 GMT", + "Date": "Fri, 30 Oct 2020 12:52:57 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "25" + "x-envoy-upstream-service-time": "26" }, "ResponseBody": [] } @@ -4025,7 +3899,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-westcentralus.cognitiveservices.azure.com/", "RandomSeed": "1025329176" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsWithLabels(False,True)Async.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsWithLabels(False,True)Async.json index 5b46ef5cf4f1e..e01a6d4995611 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsWithLabels(False,True)Async.json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsWithLabels(False,True)Async.json @@ -1,17 +1,17 @@ { "Entries": [ { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "42", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-96583fd90f88d646b810392924a3b2a5-751d8eadf2fcf147-00", + "traceparent": "00-4fd090ce8afe484e8bd562e41f8140a6-049ea1c826ddc44e-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "858525356662885e073bec0aa713b192", "x-ms-return-client-request-id": "true" @@ -22,25 +22,25 @@ }, "StatusCode": 201, "ResponseHeaders": { - "apim-request-id": "de03fad8-5fd7-4794-887f-38712237efd0", + "apim-request-id": "c6d75b5e-3746-4f40-80de-60b005dcf1ad", "Content-Length": "0", - "Date": "Thu, 10 Sep 2020 23:53:27 GMT", - "Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/e2df7503-e7c1-4a29-94f6-896d80265285", + "Date": "Fri, 30 Oct 2020 12:59:01 GMT", + "Location": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/922fd77f-7188-440b-b88e-17b86911049a", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "71" + "x-envoy-upstream-service-time": "95" }, "ResponseBody": [] }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/e2df7503-e7c1-4a29-94f6-896d80265285?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/922fd77f-7188-440b-b88e-17b86911049a?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "cb82ecbbc609e1bc3ae6310c7d0e1d18", "x-ms-return-client-request-id": "true" @@ -48,32 +48,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "b8a2c93b-442e-4303-b282-b950b78cdfbb", + "apim-request-id": "02cf444e-2c7f-4fa6-8d7d-adf780d72f02", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 10 Sep 2020 23:53:27 GMT", + "Date": "Fri, 30 Oct 2020 12:59:02 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": "19" }, "ResponseBody": { "modelInfo": { - "modelId": "e2df7503-e7c1-4a29-94f6-896d80265285", + "modelId": "922fd77f-7188-440b-b88e-17b86911049a", "status": "creating", - "createdDateTime": "2020-09-10T23:53:27Z", - "lastUpdatedDateTime": "2020-09-10T23:53:27Z" + "createdDateTime": "2020-10-30T12:59:01Z", + "lastUpdatedDateTime": "2020-10-30T12:59:01Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/e2df7503-e7c1-4a29-94f6-896d80265285?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/922fd77f-7188-440b-b88e-17b86911049a?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "fac21691e586b495aebf156b57f4f168", "x-ms-return-client-request-id": "true" @@ -81,32 +81,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "003c9afa-5824-42d8-a117-3e468994c59e", + "apim-request-id": "11ddb85b-c79f-401a-a703-387f9b0dd5d5", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 10 Sep 2020 23:53:28 GMT", + "Date": "Fri, 30 Oct 2020 12:59:03 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "46" + "x-envoy-upstream-service-time": "22" }, "ResponseBody": { "modelInfo": { - "modelId": "e2df7503-e7c1-4a29-94f6-896d80265285", + "modelId": "922fd77f-7188-440b-b88e-17b86911049a", "status": "creating", - "createdDateTime": "2020-09-10T23:53:27Z", - "lastUpdatedDateTime": "2020-09-10T23:53:27Z" + "createdDateTime": "2020-10-30T12:59:01Z", + "lastUpdatedDateTime": "2020-10-30T12:59:01Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/e2df7503-e7c1-4a29-94f6-896d80265285?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/922fd77f-7188-440b-b88e-17b86911049a?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "71f29a91626a6eda69a44a7c35510af8", "x-ms-return-client-request-id": "true" @@ -114,23 +114,23 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "a421b14f-4d31-441b-b6c2-d24d85b04e9b", + "apim-request-id": "66319576-eb7d-4368-aea7-1672f9cc5bfe", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 10 Sep 2020 23:53:29 GMT", + "Date": "Fri, 30 Oct 2020 12:59:04 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "152" + "x-envoy-upstream-service-time": "25" }, "ResponseBody": { "modelInfo": { - "modelId": "e2df7503-e7c1-4a29-94f6-896d80265285", + "modelId": "922fd77f-7188-440b-b88e-17b86911049a", "attributes": { "isComposed": false }, "status": "ready", - "createdDateTime": "2020-09-10T23:53:27Z", - "lastUpdatedDateTime": "2020-09-10T23:53:28Z" + "createdDateTime": "2020-10-30T12:59:01Z", + "lastUpdatedDateTime": "2020-10-30T12:59:03Z" }, "trainResult": { "averageModelAccuracy": 0.96, @@ -228,17 +228,17 @@ } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/e2df7503-e7c1-4a29-94f6-896d80265285/analyze?includeTextDetails=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/922fd77f-7188-440b-b88e-17b86911049a/analyze?includeTextDetails=true", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "22", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-f03cd5853a12b04bae3aa9f70bf5cb55-ecb368d2e9fd7840-00", + "traceparent": "00-f76d37d51f554a4188b06a0e317cf56c-7487f7fc64654e47-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "9178d31db751d50b57ce1d4ab1508946", "x-ms-return-client-request-id": "true" @@ -248,25 +248,25 @@ }, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "44b5ebaf-66dd-40b3-9fdb-e2e0199aaf4a", + "apim-request-id": "e9d61f42-5acf-4cf0-b4c1-2c5b4c7cebfb", "Content-Length": "0", - "Date": "Thu, 10 Sep 2020 23:53:29 GMT", - "Operation-Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/e2df7503-e7c1-4a29-94f6-896d80265285/analyzeresults/79fe5132-54cf-4baf-97d4-6919bc116301", + "Date": "Fri, 30 Oct 2020 12:59:04 GMT", + "Operation-Location": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/922fd77f-7188-440b-b88e-17b86911049a/analyzeresults/632e4a12-8a61-4747-9ea3-e68bbac551fd", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "78" + "x-envoy-upstream-service-time": "84" }, "ResponseBody": [] }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/e2df7503-e7c1-4a29-94f6-896d80265285/analyzeResults/79fe5132-54cf-4baf-97d4-6919bc116301", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/922fd77f-7188-440b-b88e-17b86911049a/analyzeResults/632e4a12-8a61-4747-9ea3-e68bbac551fd", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "e37bc8f4ab1b2fad3b5390e29b187e5c", "x-ms-return-client-request-id": "true" @@ -274,29 +274,29 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "b8f9b2f9-6219-45f9-9737-30d67515d6a4", + "apim-request-id": "b93fc3ef-d1f3-4389-b772-508a6d88ee59", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 10 Sep 2020 23:53:29 GMT", + "Date": "Fri, 30 Oct 2020 12:59:04 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": "23" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-09-10T23:53:29Z", - "lastUpdatedDateTime": "2020-09-10T23:53:29Z" + "createdDateTime": "2020-10-30T12:59:04Z", + "lastUpdatedDateTime": "2020-10-30T12:59:04Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/e2df7503-e7c1-4a29-94f6-896d80265285/analyzeResults/79fe5132-54cf-4baf-97d4-6919bc116301", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/922fd77f-7188-440b-b88e-17b86911049a/analyzeResults/632e4a12-8a61-4747-9ea3-e68bbac551fd", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "834d1cb45f7cd9178f1d199c4590bc18", "x-ms-return-client-request-id": "true" @@ -304,29 +304,29 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "c8262e22-90c0-498f-83a5-c38fb30ecb20", + "apim-request-id": "62d092eb-5b49-4b0f-841e-ce3135740d6b", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 10 Sep 2020 23:53:30 GMT", + "Date": "Fri, 30 Oct 2020 12:59:06 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "26" + "x-envoy-upstream-service-time": "31" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-09-10T23:53:29Z", - "lastUpdatedDateTime": "2020-09-10T23:53:30Z" + "createdDateTime": "2020-10-30T12:59:04Z", + "lastUpdatedDateTime": "2020-10-30T12:59:05Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/e2df7503-e7c1-4a29-94f6-896d80265285/analyzeResults/79fe5132-54cf-4baf-97d4-6919bc116301", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/922fd77f-7188-440b-b88e-17b86911049a/analyzeResults/632e4a12-8a61-4747-9ea3-e68bbac551fd", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "6d88041a27d672dd264956fd27293a3f", "x-ms-return-client-request-id": "true" @@ -334,29 +334,29 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "dc744cb0-b164-4fad-9834-aaa0fcd0078c", + "apim-request-id": "8fd2b9b1-778a-4d09-bc31-6cfb321edad6", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 10 Sep 2020 23:53:31 GMT", + "Date": "Fri, 30 Oct 2020 12:59:07 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "23" + "x-envoy-upstream-service-time": "27" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-09-10T23:53:29Z", - "lastUpdatedDateTime": "2020-09-10T23:53:30Z" + "createdDateTime": "2020-10-30T12:59:04Z", + "lastUpdatedDateTime": "2020-10-30T12:59:05Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/e2df7503-e7c1-4a29-94f6-896d80265285/analyzeResults/79fe5132-54cf-4baf-97d4-6919bc116301", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/922fd77f-7188-440b-b88e-17b86911049a/analyzeResults/632e4a12-8a61-4747-9ea3-e68bbac551fd", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "9595c04f050394cab0a154fe9111eaab", "x-ms-return-client-request-id": "true" @@ -364,29 +364,29 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "076f78fc-5162-4200-b44d-ece1e2d1cc02", + "apim-request-id": "35a12aae-074c-44f2-9786-d791778b15ac", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 10 Sep 2020 23:53:32 GMT", + "Date": "Fri, 30 Oct 2020 12:59: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": "27" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-09-10T23:53:29Z", - "lastUpdatedDateTime": "2020-09-10T23:53:30Z" + "createdDateTime": "2020-10-30T12:59:04Z", + "lastUpdatedDateTime": "2020-10-30T12:59:09Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/e2df7503-e7c1-4a29-94f6-896d80265285/analyzeResults/79fe5132-54cf-4baf-97d4-6919bc116301", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/922fd77f-7188-440b-b88e-17b86911049a/analyzeResults/632e4a12-8a61-4747-9ea3-e68bbac551fd", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "96c7779611908d863fdb5d33091ab266", "x-ms-return-client-request-id": "true" @@ -394,18 +394,78 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "d50de99a-ee0e-437d-91cd-dd9ff85309e5", + "apim-request-id": "026d30ba-26cf-4a53-8fa3-03dadcaff32d", + "Content-Length": "109", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 30 Oct 2020 12:59:09 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-10-30T12:59:04Z", + "lastUpdatedDateTime": "2020-10-30T12:59:09Z" + } + }, + { + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/922fd77f-7188-440b-b88e-17b86911049a/analyzeResults/632e4a12-8a61-4747-9ea3-e68bbac551fd", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "854cdae227fa15153af3bc35d2dee014", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "1243427b-210c-46a7-99de-0390223e138e", + "Content-Length": "109", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 30 Oct 2020 12:59:10 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-10-30T12:59:04Z", + "lastUpdatedDateTime": "2020-10-30T12:59:09Z" + } + }, + { + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/922fd77f-7188-440b-b88e-17b86911049a/analyzeResults/632e4a12-8a61-4747-9ea3-e68bbac551fd", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "af66ab5fa3613daf39075628a7978a96", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "1c4ad3d5-e6f0-4dcc-ab9d-5f2fe32323e7", "Content-Length": "25118", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 10 Sep 2020 23:53:33 GMT", + "Date": "Fri, 30 Oct 2020 12:59:12 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "30" + "x-envoy-upstream-service-time": "41" }, "ResponseBody": { "status": "succeeded", - "createdDateTime": "2020-09-10T23:53:29Z", - "lastUpdatedDateTime": "2020-09-10T23:53:33Z", + "createdDateTime": "2020-10-30T12:59:04Z", + "lastUpdatedDateTime": "2020-10-30T12:59:12Z", "analyzeResult": { "version": "2.1.0", "readResults": [ @@ -1182,7 +1242,7 @@ 751 ], "text": "92848", - "confidence": 0.977 + "confidence": 0.976 } ] }, @@ -1297,7 +1357,7 @@ 879 ], "text": "Name:", - "confidence": 0.986 + "confidence": 0.983 }, { "boundingBox": [ @@ -3606,13 +3666,96 @@ ], "documentResults": [ { - "docType": "custom:e2df7503-e7c1-4a29-94f6-896d80265285", - "modelId": "e2df7503-e7c1-4a29-94f6-896d80265285", + "docType": "custom:922fd77f-7188-440b-b88e-17b86911049a", + "modelId": "922fd77f-7188-440b-b88e-17b86911049a", "pageRange": [ 1, 1 ], "fields": { + "Subtotal": { + "type": "string", + "valueString": "$140.00", + "text": "$140.00", + "page": 1, + "boundingBox": [ + 1426.0, + 1572.0, + 1531.0, + 1572.0, + 1531.0, + 1599.0, + 1426.0, + 1599.0 + ], + "confidence": 0.984, + "elements": [ + "#/readResults/0/lines/42/words/0" + ] + }, + "CompanyName": { + "type": "string", + "valueString": "Higgly Wiggly Books", + "text": "Higgly Wiggly Books", + "page": 1, + "boundingBox": [ + 375.0, + 646.0, + 629.0, + 646.0, + 629.0, + 679.0, + 375.0, + 679.0 + ], + "confidence": 0.95, + "elements": [ + "#/readResults/0/lines/11/words/2", + "#/readResults/0/lines/11/words/3", + "#/readResults/0/lines/11/words/4" + ] + }, + "PhoneNumber": { + "type": "string", + "valueString": "555-348-6512", + "text": "555-348-6512", + "page": 1, + "boundingBox": [ + 364.0, + 351.0, + 528.0, + 351.0, + 528.0, + 378.0, + 364.0, + 378.0 + ], + "confidence": 0.89, + "elements": [ + "#/readResults/0/lines/3/words/2" + ] + }, + "Signature": { + "type": "string", + "valueString": "Bernie Sanders", + "text": "Bernie Sanders", + "page": 1, + "boundingBox": [ + 489.0, + 1670.0, + 765.0, + 1670.0, + 765.0, + 1708.0, + 489.0, + 1708.0 + ], + "confidence": 0.998, + "elements": [ + "#/readResults/0/lines/45/words/0", + "#/readResults/0/lines/45/words/1" + ] + }, "Tax": { "type": "string", "valueString": "$4.00", @@ -3633,24 +3776,52 @@ "#/readResults/0/lines/44/words/0" ] }, - "Total": { + "Merchant": { "type": "string", - "valueString": "$144.00", - "text": "$144.00", + "valueString": "Hero Limited", + "text": "Hero Limited", "page": 1, "boundingBox": [ - 1427.0, - 1669.0, - 1529.0, - 1669.0, - 1529.0, - 1698.0, - 1427.0, - 1698.0 + 620.0, + 205.0, + 1075.0, + 205.0, + 1075.0, + 266.0, + 620.0, + 266.0 ], - "confidence": 0.991, + "confidence": 0.97, "elements": [ - "#/readResults/0/lines/47/words/0" + "#/readResults/0/lines/1/words/0", + "#/readResults/0/lines/1/words/1" + ] + }, + "CompanyAddress": { + "type": "string", + "valueString": "938 NE Burner Road Boulder City, CO 92848", + "text": "938 NE Burner Road Boulder City, CO 92848", + "page": 1, + "boundingBox": [ + 273.0, + 685.0, + 565.0, + 685.0, + 565.0, + 751.0, + 273.0, + 751.0 + ], + "confidence": 1.0, + "elements": [ + "#/readResults/0/lines/12/words/1", + "#/readResults/0/lines/12/words/2", + "#/readResults/0/lines/12/words/3", + "#/readResults/0/lines/12/words/4", + "#/readResults/0/lines/13/words/0", + "#/readResults/0/lines/13/words/1", + "#/readResults/0/lines/13/words/2", + "#/readResults/0/lines/13/words/3" ] }, "DatedAs": { @@ -3673,28 +3844,6 @@ "#/readResults/0/lines/6/words/2" ] }, - "CompanyName": { - "type": "string", - "valueString": "Higgly Wiggly Books", - "text": "Higgly Wiggly Books", - "page": 1, - "boundingBox": [ - 375.0, - 646.0, - 629.0, - 646.0, - 629.0, - 679.0, - 375.0, - 679.0 - ], - "confidence": 0.95, - "elements": [ - "#/readResults/0/lines/11/words/2", - "#/readResults/0/lines/11/words/3", - "#/readResults/0/lines/11/words/4" - ] - }, "Email": { "type": "string", "valueString": "accounts@herolimited.com", @@ -3715,84 +3864,64 @@ "#/readResults/0/lines/7/words/0" ] }, - "CompanyPhoneNumber": { + "Website": { "type": "string", - "valueString": "938-294-2949", - "text": "938-294-2949", + "valueString": "www.herolimited.com", + "text": "www.herolimited.com", "page": 1, "boundingBox": [ - 708.0, - 722.0, - 885.0, - 722.0, - 885.0, - 749.0, - 708.0, - 749.0 + 273.0, + 393.0, + 531.0, + 393.0, + 531.0, + 418.0, + 273.0, + 418.0 ], - "confidence": 1.0, + "confidence": 0.95, "elements": [ - "#/readResults/0/lines/14/words/1" + "#/readResults/0/lines/4/words/1" ] }, - "PurchaseOrderNumber": { + "Total": { "type": "string", - "valueString": "948284", - "text": "948284", - "page": 1, - "boundingBox": [ - 1277.0, - 461.0, - 1376.0, - 461.0, - 1376.0, - 489.0, - 1277.0, - 489.0 - ], - "confidence": 0.94, - "elements": [ - "#/readResults/0/lines/8/words/3" - ] - }, - "Quantity": { - "type": "number", - "text": "20", + "valueString": "$144.00", + "text": "$144.00", "page": 1, "boundingBox": [ - 861.0, - 1094.0, - 892.0, - 1094.0, - 892.0, - 1119.0, - 861.0, - 1119.0 + 1427.0, + 1669.0, + 1529.0, + 1669.0, + 1529.0, + 1698.0, + 1427.0, + 1698.0 ], - "confidence": 0.962, + "confidence": 0.991, "elements": [ - "#/readResults/0/lines/26/words/0" + "#/readResults/0/lines/47/words/0" ] }, - "Signature": { + "CompanyPhoneNumber": { "type": "string", - "valueString": "Bernie Sanders", - "text": "Bernie Sanders", + "valueString": "938-294-2949", + "text": "938-294-2949", "page": 1, "boundingBox": [ - 489.0, - 1670.0, - 765.0, - 1670.0, - 765.0, - 1708.0, - 489.0, - 1708.0 + 708.0, + 722.0, + 885.0, + 722.0, + 885.0, + 749.0, + 708.0, + 749.0 ], - "confidence": 0.998, + "confidence": 1.0, "elements": [ - "#/readResults/0/lines/45/words/0", - "#/readResults/0/lines/45/words/1" + "#/readResults/0/lines/14/words/1" ] }, "VendorName": { @@ -3816,112 +3945,43 @@ "#/readResults/0/lines/10/words/3" ] }, - "PhoneNumber": { - "type": "string", - "valueString": "555-348-6512", - "text": "555-348-6512", - "page": 1, - "boundingBox": [ - 364.0, - 351.0, - 528.0, - 351.0, - 528.0, - 378.0, - 364.0, - 378.0 - ], - "confidence": 0.89, - "elements": [ - "#/readResults/0/lines/3/words/2" - ] - }, - "Website": { - "type": "string", - "valueString": "www.herolimited.com", - "text": "www.herolimited.com", - "page": 1, - "boundingBox": [ - 273.0, - 393.0, - 531.0, - 393.0, - 531.0, - 418.0, - 273.0, - 418.0 - ], - "confidence": 0.95, - "elements": [ - "#/readResults/0/lines/4/words/1" - ] - }, - "Merchant": { - "type": "string", - "valueString": "Hero Limited", - "text": "Hero Limited", - "page": 1, - "boundingBox": [ - 620.0, - 205.0, - 1075.0, - 205.0, - 1075.0, - 266.0, - 620.0, - 266.0 - ], - "confidence": 0.97, - "elements": [ - "#/readResults/0/lines/1/words/0", - "#/readResults/0/lines/1/words/1" - ] - }, - "Subtotal": { - "type": "string", - "valueString": "$140.00", - "text": "$140.00", + "Quantity": { + "type": "number", + "text": "20", "page": 1, "boundingBox": [ - 1426.0, - 1572.0, - 1531.0, - 1572.0, - 1531.0, - 1599.0, - 1426.0, - 1599.0 + 861.0, + 1094.0, + 892.0, + 1094.0, + 892.0, + 1119.0, + 861.0, + 1119.0 ], - "confidence": 0.984, + "confidence": 0.962, "elements": [ - "#/readResults/0/lines/42/words/0" + "#/readResults/0/lines/26/words/0" ] }, - "CompanyAddress": { + "PurchaseOrderNumber": { "type": "string", - "valueString": "938 NE Burner Road Boulder City, CO 92848", - "text": "938 NE Burner Road Boulder City, CO 92848", + "valueString": "948284", + "text": "948284", "page": 1, "boundingBox": [ - 273.0, - 685.0, - 565.0, - 685.0, - 565.0, - 751.0, - 273.0, - 751.0 + 1277.0, + 461.0, + 1376.0, + 461.0, + 1376.0, + 489.0, + 1277.0, + 489.0 ], - "confidence": 1.0, + "confidence": 0.94, "elements": [ - "#/readResults/0/lines/12/words/1", - "#/readResults/0/lines/12/words/2", - "#/readResults/0/lines/12/words/3", - "#/readResults/0/lines/12/words/4", - "#/readResults/0/lines/13/words/0", - "#/readResults/0/lines/13/words/1", - "#/readResults/0/lines/13/words/2", - "#/readResults/0/lines/13/words/3" + "#/readResults/0/lines/8/words/3" ] } }, @@ -3933,28 +3993,28 @@ } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/e2df7503-e7c1-4a29-94f6-896d80265285", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/922fd77f-7188-440b-b88e-17b86911049a", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-c2269afabf28a9419ec1f6763ac8459b-3eff88039de33f48-00", + "traceparent": "00-35df2363e7f56d4ead5cb8c789110032-f5f89ffc125e994c-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "854cdae227fa15153af3bc35d2dee014", + "x-ms-client-request-id": "b71cedee64c46fb062b15c9c5451ba60", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 204, "ResponseHeaders": { - "apim-request-id": "aa1176da-fd23-4c42-b8cd-31b24fde322d", + "apim-request-id": "84b8ea45-9b0e-4d3d-b618-fb077d324867", "Content-Length": "0", - "Date": "Thu, 10 Sep 2020 23:53:33 GMT", + "Date": "Fri, 30 Oct 2020 12:59:13 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "42" + "x-envoy-upstream-service-time": "28" }, "ResponseBody": [] } @@ -3962,7 +4022,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-westcentralus.cognitiveservices.azure.com/", "RandomSeed": "734149158" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsWithLabels(True,False).json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsWithLabels(True,False).json index b56ec76d35ae4..c89fbde54053a 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsWithLabels(True,False).json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsWithLabels(True,False).json @@ -1,17 +1,17 @@ { "Entries": [ { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "42", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-e3c4f2b224d3774387e3e57b55882c8b-202a68cd68a9b048-00", + "traceparent": "00-625e1e59a68f504da315ac4c7b165bf6-c18b767df14e874e-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "d4329c7873f7995b4092daff7c3d8998", "x-ms-return-client-request-id": "true" @@ -22,25 +22,25 @@ }, "StatusCode": 201, "ResponseHeaders": { - "apim-request-id": "21e93260-53ee-4508-9a94-26cf1ae27c49", + "apim-request-id": "7d58e4db-1de2-4f7c-826e-50e070d8eb2b", "Content-Length": "0", - "Date": "Thu, 10 Sep 2020 23:50:51 GMT", - "Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/178d8804-25f5-43ca-aae0-afe36477c39c", + "Date": "Fri, 30 Oct 2020 12:52:44 GMT", + "Location": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/f1041901-6370-42d2-a9fe-2c4607e49d63", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "79" + "x-envoy-upstream-service-time": "83" }, "ResponseBody": [] }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/178d8804-25f5-43ca-aae0-afe36477c39c?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/f1041901-6370-42d2-a9fe-2c4607e49d63?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "787c226c636f03b3b9dd5a86ca09b225", "x-ms-return-client-request-id": "true" @@ -48,32 +48,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "0ef3d45b-c4d7-48cd-bc41-c9ce409db2d0", + "apim-request-id": "31137030-c220-45ea-b833-d231baa2850d", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 10 Sep 2020 23:50:51 GMT", + "Date": "Fri, 30 Oct 2020 12:52:44 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "22" + "x-envoy-upstream-service-time": "19" }, "ResponseBody": { "modelInfo": { - "modelId": "178d8804-25f5-43ca-aae0-afe36477c39c", + "modelId": "f1041901-6370-42d2-a9fe-2c4607e49d63", "status": "creating", - "createdDateTime": "2020-09-10T23:50:51Z", - "lastUpdatedDateTime": "2020-09-10T23:50:51Z" + "createdDateTime": "2020-10-30T12:52:44Z", + "lastUpdatedDateTime": "2020-10-30T12:52:44Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/178d8804-25f5-43ca-aae0-afe36477c39c?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/f1041901-6370-42d2-a9fe-2c4607e49d63?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "816e150197beda4f81d0bc309168426a", "x-ms-return-client-request-id": "true" @@ -81,56 +81,23 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "395e96ee-7522-4096-9bda-2f8f7f4d8db3", + "apim-request-id": "c99e20f4-d5d0-4ca7-b03c-79e6745d52d1", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 10 Sep 2020 23:50:52 GMT", + "Date": "Fri, 30 Oct 2020 12:52:46 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": "23" }, "ResponseBody": { "modelInfo": { - "modelId": "178d8804-25f5-43ca-aae0-afe36477c39c", - "status": "creating", - "createdDateTime": "2020-09-10T23:50:51Z", - "lastUpdatedDateTime": "2020-09-10T23:50:51Z" - } - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/178d8804-25f5-43ca-aae0-afe36477c39c?includeKeys=true", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "e39b1c606df615ffe92e1b1a19d4cf37", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "5962eec9-cade-47ad-afa8-5b410ca06334", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 10 Sep 2020 23:50:53 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "30" - }, - "ResponseBody": { - "modelInfo": { - "modelId": "178d8804-25f5-43ca-aae0-afe36477c39c", + "modelId": "f1041901-6370-42d2-a9fe-2c4607e49d63", "attributes": { "isComposed": false }, "status": "ready", - "createdDateTime": "2020-09-10T23:50:51Z", - "lastUpdatedDateTime": "2020-09-10T23:50:52Z" + "createdDateTime": "2020-10-30T12:52:44Z", + "lastUpdatedDateTime": "2020-10-30T12:52:46Z" }, "trainResult": { "averageModelAccuracy": 0.96, @@ -228,272 +195,152 @@ } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/178d8804-25f5-43ca-aae0-afe36477c39c/analyze?includeTextDetails=false", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/f1041901-6370-42d2-a9fe-2c4607e49d63/analyze?includeTextDetails=false", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "479269", "Content-Type": "image/jpeg", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-18a4612707d89f4e83aff0ef66d949a8-bfba1a8bfb07f649-00", + "traceparent": "00-64d47d9c794ec541b049564d5ee6b0bc-0fc8bab9be81b145-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "67fdb5df08cfd5d9d2a2f79fa6827250", + "x-ms-client-request-id": "e39b1c606df615ffe92e1b1a19d4cf37", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "fdfa7027-6ad3-44df-b75b-4b83996df3f4", + "apim-request-id": "668183f0-af84-4cf8-bb0f-c2f905202730", "Content-Length": "0", - "Date": "Thu, 10 Sep 2020 23:50:53 GMT", - "Operation-Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/178d8804-25f5-43ca-aae0-afe36477c39c/analyzeresults/150aad16-39b9-4897-b3df-da316a99ce62", + "Date": "Fri, 30 Oct 2020 12:52:47 GMT", + "Operation-Location": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/f1041901-6370-42d2-a9fe-2c4607e49d63/analyzeresults/6368c374-82fa-4e65-b285-03d5ac0293c6", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "198" + "x-envoy-upstream-service-time": "75" }, "ResponseBody": [] }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/178d8804-25f5-43ca-aae0-afe36477c39c/analyzeResults/150aad16-39b9-4897-b3df-da316a99ce62", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/f1041901-6370-42d2-a9fe-2c4607e49d63/analyzeResults/6368c374-82fa-4e65-b285-03d5ac0293c6", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "ad26ef9acf6d942f1559988f7b35c0ad", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "5e6e140c-0565-45d4-ba1f-e3ce8fdbd78a", - "Content-Length": "109", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 10 Sep 2020 23:50:53 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "22" - }, - "ResponseBody": { - "status": "notStarted", - "createdDateTime": "2020-09-10T23:50:53Z", - "lastUpdatedDateTime": "2020-09-10T23:50:53Z" - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/178d8804-25f5-43ca-aae0-afe36477c39c/analyzeResults/150aad16-39b9-4897-b3df-da316a99ce62", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "db518401db6a579b42c6105376606e66", + "x-ms-client-request-id": "67fdb5df08cfd5d9d2a2f79fa6827250", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "7f69b1e3-085e-4d88-9208-4ce9837a61bd", + "apim-request-id": "fbf05df1-8f0c-48f4-95de-38b6efc4d280", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 10 Sep 2020 23:50:54 GMT", + "Date": "Fri, 30 Oct 2020 12:52:47 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "62" + "x-envoy-upstream-service-time": "87" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-09-10T23:50:53Z", - "lastUpdatedDateTime": "2020-09-10T23:50:54Z" + "createdDateTime": "2020-10-30T12:52:47Z", + "lastUpdatedDateTime": "2020-10-30T12:52:47Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/178d8804-25f5-43ca-aae0-afe36477c39c/analyzeResults/150aad16-39b9-4897-b3df-da316a99ce62", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/f1041901-6370-42d2-a9fe-2c4607e49d63/analyzeResults/6368c374-82fa-4e65-b285-03d5ac0293c6", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "297fcabc21ae10ca86695276704a599d", + "x-ms-client-request-id": "ad26ef9acf6d942f1559988f7b35c0ad", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "73a5473b-fd65-4dc7-82a0-51f1155afacc", + "apim-request-id": "90407396-cd37-43e5-ad53-56510eeaab93", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 10 Sep 2020 23:50:55 GMT", + "Date": "Fri, 30 Oct 2020 12:52:48 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "20" + "x-envoy-upstream-service-time": "129" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-09-10T23:50:53Z", - "lastUpdatedDateTime": "2020-09-10T23:50:54Z" + "createdDateTime": "2020-10-30T12:52:47Z", + "lastUpdatedDateTime": "2020-10-30T12:52:48Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/178d8804-25f5-43ca-aae0-afe36477c39c/analyzeResults/150aad16-39b9-4897-b3df-da316a99ce62", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/f1041901-6370-42d2-a9fe-2c4607e49d63/analyzeResults/6368c374-82fa-4e65-b285-03d5ac0293c6", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "229e4ae19631bfe654ce6aa6bedb1db5", + "x-ms-client-request-id": "db518401db6a579b42c6105376606e66", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "9e564899-8c7d-4f05-bbc8-0d8e0516e460", + "apim-request-id": "481f8d5f-a15b-40f2-8639-a1f414e61e48", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 10 Sep 2020 23:50:56 GMT", + "Date": "Fri, 30 Oct 2020 12:52:50 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-09-10T23:50:53Z", - "lastUpdatedDateTime": "2020-09-10T23:50:54Z" + "createdDateTime": "2020-10-30T12:52:47Z", + "lastUpdatedDateTime": "2020-10-30T12:52:48Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/178d8804-25f5-43ca-aae0-afe36477c39c/analyzeResults/150aad16-39b9-4897-b3df-da316a99ce62", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/f1041901-6370-42d2-a9fe-2c4607e49d63/analyzeResults/6368c374-82fa-4e65-b285-03d5ac0293c6", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "b0d231ea97b5dffeba4155008924e7f8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "bb429985-bdb0-4d51-915d-1be7b8dbd5ef", - "Content-Length": "109", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 10 Sep 2020 23:50:57 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "28" - }, - "ResponseBody": { - "status": "notStarted", - "createdDateTime": "2020-09-10T23:50:53Z", - "lastUpdatedDateTime": "2020-09-10T23:50:57Z" - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/178d8804-25f5-43ca-aae0-afe36477c39c/analyzeResults/150aad16-39b9-4897-b3df-da316a99ce62", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "2c72736d4cc12635e4c0d4dfb72351ab", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "583c96cb-c7ff-4c69-9df6-8cadd44376f4", - "Content-Length": "109", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 10 Sep 2020 23:50:58 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "24" - }, - "ResponseBody": { - "status": "notStarted", - "createdDateTime": "2020-09-10T23:50:53Z", - "lastUpdatedDateTime": "2020-09-10T23:50:57Z" - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/178d8804-25f5-43ca-aae0-afe36477c39c/analyzeResults/150aad16-39b9-4897-b3df-da316a99ce62", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "3e8b9d4ca87749e84bbf67f040e5362f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "362363fa-2261-430d-ba39-1102d859ba38", - "Content-Length": "109", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 10 Sep 2020 23:50:59 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "20" - }, - "ResponseBody": { - "status": "notStarted", - "createdDateTime": "2020-09-10T23:50:53Z", - "lastUpdatedDateTime": "2020-09-10T23:50:57Z" - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/178d8804-25f5-43ca-aae0-afe36477c39c/analyzeResults/150aad16-39b9-4897-b3df-da316a99ce62", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "4b3972e7f1699ef3fcacccf4c31e2896", + "x-ms-client-request-id": "297fcabc21ae10ca86695276704a599d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "303a614a-d8b2-485c-85d9-b05e7fa1eaab", + "apim-request-id": "dc6cc0d6-f924-41f8-8dcb-3181876c40a1", "Content-Length": "6054", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 10 Sep 2020 23:51:00 GMT", + "Date": "Fri, 30 Oct 2020 12:52:51 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "25" + "x-envoy-upstream-service-time": "46" }, "ResponseBody": { "status": "succeeded", - "createdDateTime": "2020-09-10T23:50:53Z", - "lastUpdatedDateTime": "2020-09-10T23:51:00Z", + "createdDateTime": "2020-10-30T12:52:47Z", + "lastUpdatedDateTime": "2020-10-30T12:52:51Z", "analyzeResult": { "version": "2.1.0", "readResults": [ @@ -947,97 +794,13 @@ ], "documentResults": [ { - "docType": "custom:178d8804-25f5-43ca-aae0-afe36477c39c", - "modelId": "178d8804-25f5-43ca-aae0-afe36477c39c", + "docType": "custom:f1041901-6370-42d2-a9fe-2c4607e49d63", + "modelId": "f1041901-6370-42d2-a9fe-2c4607e49d63", "pageRange": [ 1, 1 ], "fields": { - "Quantity": { - "type": "number", - "text": "20", - "page": 1, - "boundingBox": [ - 861.0, - 1094.0, - 892.0, - 1094.0, - 892.0, - 1119.0, - 861.0, - 1119.0 - ], - "confidence": 0.962 - }, - "Signature": { - "type": "string", - "valueString": "Bernie Sanders", - "text": "Bernie Sanders", - "page": 1, - "boundingBox": [ - 489.0, - 1670.0, - 765.0, - 1670.0, - 765.0, - 1708.0, - 489.0, - 1708.0 - ], - "confidence": 0.998 - }, - "Merchant": { - "type": "string", - "valueString": "Hero Limited", - "text": "Hero Limited", - "page": 1, - "boundingBox": [ - 620.0, - 205.0, - 1075.0, - 205.0, - 1075.0, - 266.0, - 620.0, - 266.0 - ], - "confidence": 0.97 - }, - "Tax": { - "type": "string", - "valueString": "$4.00", - "text": "$4.00", - "page": 1, - "boundingBox": [ - 1458.0, - 1615.0, - 1529.0, - 1615.0, - 1529.0, - 1643.0, - 1458.0, - 1643.0 - ], - "confidence": 0.994 - }, - "CompanyName": { - "type": "string", - "valueString": "Higgly Wiggly Books", - "text": "Higgly Wiggly Books", - "page": 1, - "boundingBox": [ - 375.0, - 646.0, - 629.0, - 646.0, - 629.0, - 679.0, - 375.0, - 679.0 - ], - "confidence": 0.95 - }, "DatedAs": { "type": "string", "valueString": "12/20/2020", @@ -1055,39 +818,39 @@ ], "confidence": 0.99 }, - "PurchaseOrderNumber": { + "Email": { "type": "string", - "valueString": "948284", - "text": "948284", + "valueString": "accounts@herolimited.com", + "text": "accounts@herolimited.com", "page": 1, "boundingBox": [ - 1277.0, - 461.0, - 1376.0, - 461.0, - 1376.0, - 489.0, - 1277.0, - 489.0 + 164.0, + 479.0, + 478.0, + 479.0, + 478.0, + 503.0, + 164.0, + 503.0 ], - "confidence": 0.94 + "confidence": 1.0 }, - "CompanyAddress": { + "Website": { "type": "string", - "valueString": "938 NE Burner Road Boulder City, CO 92848", - "text": "938 NE Burner Road Boulder City, CO 92848", + "valueString": "www.herolimited.com", + "text": "www.herolimited.com", "page": 1, "boundingBox": [ 273.0, - 685.0, - 565.0, - 685.0, - 565.0, - 751.0, + 393.0, + 531.0, + 393.0, + 531.0, + 418.0, 273.0, - 751.0 + 418.0 ], - "confidence": 1.0 + "confidence": 0.95 }, "VendorName": { "type": "string", @@ -1106,22 +869,38 @@ ], "confidence": 0.93 }, - "CompanyPhoneNumber": { + "Quantity": { + "type": "number", + "text": "20", + "page": 1, + "boundingBox": [ + 861.0, + 1094.0, + 892.0, + 1094.0, + 892.0, + 1119.0, + 861.0, + 1119.0 + ], + "confidence": 0.962 + }, + "PhoneNumber": { "type": "string", - "valueString": "938-294-2949", - "text": "938-294-2949", + "valueString": "555-348-6512", + "text": "555-348-6512", "page": 1, "boundingBox": [ - 708.0, - 722.0, - 885.0, - 722.0, - 885.0, - 749.0, - 708.0, - 749.0 + 364.0, + 351.0, + 528.0, + 351.0, + 528.0, + 378.0, + 364.0, + 378.0 ], - "confidence": 1.0 + "confidence": 0.89 }, "Subtotal": { "type": "string", @@ -1140,54 +919,71 @@ ], "confidence": 0.984 }, - "PhoneNumber": { + "PurchaseOrderNumber": { "type": "string", - "valueString": "555-348-6512", - "text": "555-348-6512", + "valueString": "948284", + "text": "948284", "page": 1, "boundingBox": [ - 364.0, - 351.0, - 528.0, - 351.0, - 528.0, - 378.0, - 364.0, - 378.0 + 1277.0, + 461.0, + 1376.0, + 461.0, + 1376.0, + 489.0, + 1277.0, + 489.0 ], - "confidence": 0.89 + "confidence": 0.94 }, - "Website": { + "Tax": { "type": "string", - "valueString": "www.herolimited.com", - "text": "www.herolimited.com", + "valueString": "$4.00", + "text": "$4.00", "page": 1, "boundingBox": [ - 273.0, - 393.0, - 531.0, - 393.0, - 531.0, - 418.0, - 273.0, - 418.0 + 1458.0, + 1615.0, + 1529.0, + 1615.0, + 1529.0, + 1643.0, + 1458.0, + 1643.0 ], - "confidence": 0.95 + "confidence": 0.994 }, - "Email": { + "CompanyPhoneNumber": { "type": "string", - "valueString": "accounts@herolimited.com", - "text": "accounts@herolimited.com", + "valueString": "938-294-2949", + "text": "938-294-2949", "page": 1, "boundingBox": [ - 164.0, - 479.0, - 478.0, - 479.0, - 478.0, - 503.0, - 164.0, - 503.0 + 708.0, + 722.0, + 885.0, + 722.0, + 885.0, + 749.0, + 708.0, + 749.0 + ], + "confidence": 1.0 + }, + "CompanyAddress": { + "type": "string", + "valueString": "938 NE Burner Road Boulder City, CO 92848", + "text": "938 NE Burner Road Boulder City, CO 92848", + "page": 1, + "boundingBox": [ + 273.0, + 685.0, + 565.0, + 685.0, + 565.0, + 751.0, + 273.0, + 751.0 ], "confidence": 1.0 }, @@ -1207,6 +1003,57 @@ 1698.0 ], "confidence": 0.991 + }, + "CompanyName": { + "type": "string", + "valueString": "Higgly Wiggly Books", + "text": "Higgly Wiggly Books", + "page": 1, + "boundingBox": [ + 375.0, + 646.0, + 629.0, + 646.0, + 629.0, + 679.0, + 375.0, + 679.0 + ], + "confidence": 0.95 + }, + "Signature": { + "type": "string", + "valueString": "Bernie Sanders", + "text": "Bernie Sanders", + "page": 1, + "boundingBox": [ + 489.0, + 1670.0, + 765.0, + 1670.0, + 765.0, + 1708.0, + 489.0, + 1708.0 + ], + "confidence": 0.998 + }, + "Merchant": { + "type": "string", + "valueString": "Hero Limited", + "text": "Hero Limited", + "page": 1, + "boundingBox": [ + 620.0, + 205.0, + 1075.0, + 205.0, + 1075.0, + 266.0, + 620.0, + 266.0 + ], + "confidence": 0.97 } }, "docTypeConfidence": 1.0 @@ -1217,25 +1064,25 @@ } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/178d8804-25f5-43ca-aae0-afe36477c39c", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/f1041901-6370-42d2-a9fe-2c4607e49d63", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-ea8bd01712c53741aafb94d5cdb48e4c-d3fe61de6865794f-00", + "traceparent": "00-647cc77fd4b72d4a99c2eba8de2e97ff-121de87cbbf6c54f-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "ecb4aaefa899c5818b28e002e445e6fe", + "x-ms-client-request-id": "229e4ae19631bfe654ce6aa6bedb1db5", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 204, "ResponseHeaders": { - "apim-request-id": "f949888e-3646-4e4c-ad8a-939827a2a907", + "apim-request-id": "70803bef-da93-4b02-96ca-d206311d6fc2", "Content-Length": "0", - "Date": "Thu, 10 Sep 2020 23:51:00 GMT", + "Date": "Fri, 30 Oct 2020 12:52:51 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", "x-envoy-upstream-service-time": "29" @@ -1246,7 +1093,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-westcentralus.cognitiveservices.azure.com/", "RandomSeed": "1628084924" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsWithLabels(True,False)Async.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsWithLabels(True,False)Async.json index 363e7c1c54858..1de8d91728651 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsWithLabels(True,False)Async.json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsWithLabels(True,False)Async.json @@ -1,17 +1,17 @@ { "Entries": [ { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "42", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-5d8b4eda718779448c509cd60392ec6b-c9da886e39b84044-00", + "traceparent": "00-a95fa508bc028246972f9a3783ae8d9a-cb0bc5f876101e49-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "cd4cb3670b38c3797d04c7c9e10c7c97", "x-ms-return-client-request-id": "true" @@ -22,25 +22,25 @@ }, "StatusCode": 201, "ResponseHeaders": { - "apim-request-id": "f045f49b-d993-4f57-a12a-9ec37c2a8a09", + "apim-request-id": "0ea1fc9b-6e70-43ac-a72a-63e3b457e820", "Content-Length": "0", - "Date": "Thu, 10 Sep 2020 23:53:14 GMT", - "Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/ac749eeb-910a-456f-92be-c920ef58ee5d", + "Date": "Fri, 30 Oct 2020 12:58:53 GMT", + "Location": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/c4072b8a-2868-4020-bb7c-bbe4103dbc96", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "66" + "x-envoy-upstream-service-time": "155" }, "ResponseBody": [] }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/ac749eeb-910a-456f-92be-c920ef58ee5d?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/c4072b8a-2868-4020-bb7c-bbe4103dbc96?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "5af6bc9413e02e154215e2d769ff3252", "x-ms-return-client-request-id": "true" @@ -48,32 +48,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "c1c70698-d515-4263-868d-8c5275f50863", + "apim-request-id": "f5017906-6526-4799-9857-f9cc80efac50", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 10 Sep 2020 23:53:14 GMT", + "Date": "Fri, 30 Oct 2020 12:58:53 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "22" + "x-envoy-upstream-service-time": "57" }, "ResponseBody": { "modelInfo": { - "modelId": "ac749eeb-910a-456f-92be-c920ef58ee5d", + "modelId": "c4072b8a-2868-4020-bb7c-bbe4103dbc96", "status": "creating", - "createdDateTime": "2020-09-10T23:53:14Z", - "lastUpdatedDateTime": "2020-09-10T23:53:14Z" + "createdDateTime": "2020-10-30T12:58:53Z", + "lastUpdatedDateTime": "2020-10-30T12:58:53Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/ac749eeb-910a-456f-92be-c920ef58ee5d?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/c4072b8a-2868-4020-bb7c-bbe4103dbc96?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "4dead455c03ce9d911d020cfa3511d31", "x-ms-return-client-request-id": "true" @@ -81,32 +81,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "b099851f-dea4-4077-97ec-33dad8a89f4d", + "apim-request-id": "b2ce8994-3a7c-439b-ba29-7071d43b71e7", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 10 Sep 2020 23:53:15 GMT", + "Date": "Fri, 30 Oct 2020 12:58:54 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": "18" }, "ResponseBody": { "modelInfo": { - "modelId": "ac749eeb-910a-456f-92be-c920ef58ee5d", + "modelId": "c4072b8a-2868-4020-bb7c-bbe4103dbc96", "status": "creating", - "createdDateTime": "2020-09-10T23:53:14Z", - "lastUpdatedDateTime": "2020-09-10T23:53:14Z" + "createdDateTime": "2020-10-30T12:58:53Z", + "lastUpdatedDateTime": "2020-10-30T12:58:53Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/ac749eeb-910a-456f-92be-c920ef58ee5d?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/c4072b8a-2868-4020-bb7c-bbe4103dbc96?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "80d4b950f006534a9e1e8a2328a15a7d", "x-ms-return-client-request-id": "true" @@ -114,188 +114,23 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "c6e5ab90-e127-4745-a963-076ae56155fe", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 10 Sep 2020 23:53:17 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": "ac749eeb-910a-456f-92be-c920ef58ee5d", - "status": "creating", - "createdDateTime": "2020-09-10T23:53:14Z", - "lastUpdatedDateTime": "2020-09-10T23:53:14Z" - } - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/ac749eeb-910a-456f-92be-c920ef58ee5d?includeKeys=true", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "0d7474d12f21d45ae20c4910f3468bf1", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "cd5bf80e-d7ea-4738-84ce-964d74e4efa9", + "apim-request-id": "78737e17-aeac-451e-a3a5-eeb0493736b2", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 10 Sep 2020 23:53:18 GMT", + "Date": "Fri, 30 Oct 2020 12:58: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": "48" }, "ResponseBody": { "modelInfo": { - "modelId": "ac749eeb-910a-456f-92be-c920ef58ee5d", - "status": "creating", - "createdDateTime": "2020-09-10T23:53:14Z", - "lastUpdatedDateTime": "2020-09-10T23:53:14Z" - } - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/ac749eeb-910a-456f-92be-c920ef58ee5d?includeKeys=true", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "af87b1f8b22b654b8997ae1e35b6c16f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "d7e97e66-f5fe-4dd5-8d8c-c5368e705a45", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 10 Sep 2020 23:53:19 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "28" - }, - "ResponseBody": { - "modelInfo": { - "modelId": "ac749eeb-910a-456f-92be-c920ef58ee5d", - "status": "creating", - "createdDateTime": "2020-09-10T23:53:14Z", - "lastUpdatedDateTime": "2020-09-10T23:53:14Z" - } - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/ac749eeb-910a-456f-92be-c920ef58ee5d?includeKeys=true", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "2efda2760fdc210f5f009df9a63a5f57", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "2522714e-39ae-44e9-b970-dbde9a2570eb", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 10 Sep 2020 23:53:20 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "20" - }, - "ResponseBody": { - "modelInfo": { - "modelId": "ac749eeb-910a-456f-92be-c920ef58ee5d", - "status": "creating", - "createdDateTime": "2020-09-10T23:53:14Z", - "lastUpdatedDateTime": "2020-09-10T23:53:14Z" - } - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/ac749eeb-910a-456f-92be-c920ef58ee5d?includeKeys=true", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "772b9993aa1a1f52290f848a803c9e2b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "154ebd55-e5a9-42a6-a6bd-6a7133dc8603", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 10 Sep 2020 23:53:21 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": "ac749eeb-910a-456f-92be-c920ef58ee5d", - "status": "creating", - "createdDateTime": "2020-09-10T23:53:14Z", - "lastUpdatedDateTime": "2020-09-10T23:53:14Z" - } - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/ac749eeb-910a-456f-92be-c920ef58ee5d?includeKeys=true", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "519ada4b5c48e814a165502b1452be4e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "fd67e06b-62c7-42a4-b020-012a7bb45cc2", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 10 Sep 2020 23:53:22 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "46" - }, - "ResponseBody": { - "modelInfo": { - "modelId": "ac749eeb-910a-456f-92be-c920ef58ee5d", + "modelId": "c4072b8a-2868-4020-bb7c-bbe4103dbc96", "attributes": { "isComposed": false }, "status": "ready", - "createdDateTime": "2020-09-10T23:53:14Z", - "lastUpdatedDateTime": "2020-09-10T23:53:21Z" + "createdDateTime": "2020-10-30T12:58:53Z", + "lastUpdatedDateTime": "2020-10-30T12:58:55Z" }, "trainResult": { "averageModelAccuracy": 0.96, @@ -393,182 +228,152 @@ } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/ac749eeb-910a-456f-92be-c920ef58ee5d/analyze?includeTextDetails=false", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/c4072b8a-2868-4020-bb7c-bbe4103dbc96/analyze?includeTextDetails=false", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "479269", "Content-Type": "image/jpeg", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-fec711b3c851cc4d85927f2115ffa83a-d82187a6f610a244-00", + "traceparent": "00-34909c7b0470c946b7d7d2d4794fe76b-81c55362124d2e4a-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "9b8b5737498bcb554fde05cd8b84a022", + "x-ms-client-request-id": "0d7474d12f21d45ae20c4910f3468bf1", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "44013966-3e3a-4ccb-b429-334933af9227", + "apim-request-id": "f2dcd726-4b6c-4b9d-ab3b-d43b95e0dc0f", "Content-Length": "0", - "Date": "Thu, 10 Sep 2020 23:53:22 GMT", - "Operation-Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/ac749eeb-910a-456f-92be-c920ef58ee5d/analyzeresults/98eaa2af-4bd5-4069-a0f0-10ee563d93df", + "Date": "Fri, 30 Oct 2020 12:58:56 GMT", + "Operation-Location": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/c4072b8a-2868-4020-bb7c-bbe4103dbc96/analyzeresults/d23167b9-865f-430c-acd7-e11e52842208", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "176" + "x-envoy-upstream-service-time": "181" }, "ResponseBody": [] }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/ac749eeb-910a-456f-92be-c920ef58ee5d/analyzeResults/98eaa2af-4bd5-4069-a0f0-10ee563d93df", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "cbad71610ea0360f8542d5b45a270ad6", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "ccaedad2-83bf-49b8-a14b-5a8657a986e2", - "Content-Length": "109", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 10 Sep 2020 23:53:22 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "25" - }, - "ResponseBody": { - "status": "notStarted", - "createdDateTime": "2020-09-10T23:53:22Z", - "lastUpdatedDateTime": "2020-09-10T23:53:22Z" - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/ac749eeb-910a-456f-92be-c920ef58ee5d/analyzeResults/98eaa2af-4bd5-4069-a0f0-10ee563d93df", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/c4072b8a-2868-4020-bb7c-bbe4103dbc96/analyzeResults/d23167b9-865f-430c-acd7-e11e52842208", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "2953355003b102a085ce016957465d1c", + "x-ms-client-request-id": "af87b1f8b22b654b8997ae1e35b6c16f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "f6c9e638-aab6-4933-9e87-87b2a126c3d3", + "apim-request-id": "72c139a8-a107-4608-b85e-bb30a861e125", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 10 Sep 2020 23:53:23 GMT", + "Date": "Fri, 30 Oct 2020 12:58:57 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "20" + "x-envoy-upstream-service-time": "23" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-09-10T23:53:22Z", - "lastUpdatedDateTime": "2020-09-10T23:53:22Z" + "createdDateTime": "2020-10-30T12:58:57Z", + "lastUpdatedDateTime": "2020-10-30T12:58:57Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/ac749eeb-910a-456f-92be-c920ef58ee5d/analyzeResults/98eaa2af-4bd5-4069-a0f0-10ee563d93df", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/c4072b8a-2868-4020-bb7c-bbe4103dbc96/analyzeResults/d23167b9-865f-430c-acd7-e11e52842208", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "a2c92dc4f3a428ae4754164873a07028", + "x-ms-client-request-id": "2efda2760fdc210f5f009df9a63a5f57", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "cfd11038-3d9e-4a61-8182-cceb58b8eec3", + "apim-request-id": "e3adf7b4-c8e0-4601-b849-5a355e58415d", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 10 Sep 2020 23:53:24 GMT", + "Date": "Fri, 30 Oct 2020 12:58:58 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": "28" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-09-10T23:53:22Z", - "lastUpdatedDateTime": "2020-09-10T23:53:22Z" + "createdDateTime": "2020-10-30T12:58:57Z", + "lastUpdatedDateTime": "2020-10-30T12:58:57Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/ac749eeb-910a-456f-92be-c920ef58ee5d/analyzeResults/98eaa2af-4bd5-4069-a0f0-10ee563d93df", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/c4072b8a-2868-4020-bb7c-bbe4103dbc96/analyzeResults/d23167b9-865f-430c-acd7-e11e52842208", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "557d2ed477315e71d1ab46d10ca5df3e", + "x-ms-client-request-id": "772b9993aa1a1f52290f848a803c9e2b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "470162c1-af12-43da-8f95-5df36bf63482", + "apim-request-id": "f5c0c9ae-4db1-426a-82e3-d18dccef7b47", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 10 Sep 2020 23:53:25 GMT", + "Date": "Fri, 30 Oct 2020 12:59:00 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "19" + "x-envoy-upstream-service-time": "74" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-09-10T23:53:22Z", - "lastUpdatedDateTime": "2020-09-10T23:53:22Z" + "createdDateTime": "2020-10-30T12:58:57Z", + "lastUpdatedDateTime": "2020-10-30T12:58:57Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/ac749eeb-910a-456f-92be-c920ef58ee5d/analyzeResults/98eaa2af-4bd5-4069-a0f0-10ee563d93df", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/c4072b8a-2868-4020-bb7c-bbe4103dbc96/analyzeResults/d23167b9-865f-430c-acd7-e11e52842208", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "2defb9e5675d5d31862ae15dec578ee4", + "x-ms-client-request-id": "519ada4b5c48e814a165502b1452be4e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "b156d10e-be8e-4510-b7dc-0ff9cf2266b7", + "apim-request-id": "7ca61657-6105-4d7e-929c-d6f81d809f4d", "Content-Length": "6054", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 10 Sep 2020 23:53:26 GMT", + "Date": "Fri, 30 Oct 2020 12:59:01 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "28" + "x-envoy-upstream-service-time": "29" }, "ResponseBody": { "status": "succeeded", - "createdDateTime": "2020-09-10T23:53:22Z", - "lastUpdatedDateTime": "2020-09-10T23:53:26Z", + "createdDateTime": "2020-10-30T12:58:57Z", + "lastUpdatedDateTime": "2020-10-30T12:59:00Z", "analyzeResult": { "version": "2.1.0", "readResults": [ @@ -1022,13 +827,46 @@ ], "documentResults": [ { - "docType": "custom:ac749eeb-910a-456f-92be-c920ef58ee5d", - "modelId": "ac749eeb-910a-456f-92be-c920ef58ee5d", + "docType": "custom:c4072b8a-2868-4020-bb7c-bbe4103dbc96", + "modelId": "c4072b8a-2868-4020-bb7c-bbe4103dbc96", "pageRange": [ 1, 1 ], "fields": { + "Quantity": { + "type": "number", + "text": "20", + "page": 1, + "boundingBox": [ + 861.0, + 1094.0, + 892.0, + 1094.0, + 892.0, + 1119.0, + 861.0, + 1119.0 + ], + "confidence": 0.962 + }, + "CompanyPhoneNumber": { + "type": "string", + "valueString": "938-294-2949", + "text": "938-294-2949", + "page": 1, + "boundingBox": [ + 708.0, + 722.0, + 885.0, + 722.0, + 885.0, + 749.0, + 708.0, + 749.0 + ], + "confidence": 1.0 + }, "Tax": { "type": "string", "valueString": "$4.00", @@ -1046,22 +884,22 @@ ], "confidence": 0.994 }, - "Total": { + "Merchant": { "type": "string", - "valueString": "$144.00", - "text": "$144.00", + "valueString": "Hero Limited", + "text": "Hero Limited", "page": 1, "boundingBox": [ - 1427.0, - 1669.0, - 1529.0, - 1669.0, - 1529.0, - 1698.0, - 1427.0, - 1698.0 + 620.0, + 205.0, + 1075.0, + 205.0, + 1075.0, + 266.0, + 620.0, + 266.0 ], - "confidence": 0.991 + "confidence": 0.97 }, "DatedAs": { "type": "string", @@ -1080,56 +918,39 @@ ], "confidence": 0.99 }, - "CompanyName": { - "type": "string", - "valueString": "Higgly Wiggly Books", - "text": "Higgly Wiggly Books", - "page": 1, - "boundingBox": [ - 375.0, - 646.0, - 629.0, - 646.0, - 629.0, - 679.0, - 375.0, - 679.0 - ], - "confidence": 0.95 - }, - "Email": { + "Subtotal": { "type": "string", - "valueString": "accounts@herolimited.com", - "text": "accounts@herolimited.com", + "valueString": "$140.00", + "text": "$140.00", "page": 1, "boundingBox": [ - 164.0, - 479.0, - 478.0, - 479.0, - 478.0, - 503.0, - 164.0, - 503.0 + 1426.0, + 1572.0, + 1531.0, + 1572.0, + 1531.0, + 1599.0, + 1426.0, + 1599.0 ], - "confidence": 1.0 + "confidence": 0.984 }, - "CompanyPhoneNumber": { + "Website": { "type": "string", - "valueString": "938-294-2949", - "text": "938-294-2949", + "valueString": "www.herolimited.com", + "text": "www.herolimited.com", "page": 1, "boundingBox": [ - 708.0, - 722.0, - 885.0, - 722.0, - 885.0, - 749.0, - 708.0, - 749.0 + 273.0, + 393.0, + 531.0, + 393.0, + 531.0, + 418.0, + 273.0, + 418.0 ], - "confidence": 1.0 + "confidence": 0.95 }, "PurchaseOrderNumber": { "type": "string", @@ -1148,55 +969,56 @@ ], "confidence": 0.94 }, - "Quantity": { - "type": "number", - "text": "20", + "Total": { + "type": "string", + "valueString": "$144.00", + "text": "$144.00", "page": 1, "boundingBox": [ - 861.0, - 1094.0, - 892.0, - 1094.0, - 892.0, - 1119.0, - 861.0, - 1119.0 + 1427.0, + 1669.0, + 1529.0, + 1669.0, + 1529.0, + 1698.0, + 1427.0, + 1698.0 ], - "confidence": 0.962 + "confidence": 0.991 }, - "Signature": { + "Email": { "type": "string", - "valueString": "Bernie Sanders", - "text": "Bernie Sanders", + "valueString": "accounts@herolimited.com", + "text": "accounts@herolimited.com", "page": 1, "boundingBox": [ - 489.0, - 1670.0, - 765.0, - 1670.0, - 765.0, - 1708.0, - 489.0, - 1708.0 + 164.0, + 479.0, + 478.0, + 479.0, + 478.0, + 503.0, + 164.0, + 503.0 ], - "confidence": 0.998 + "confidence": 1.0 }, - "VendorName": { + "CompanyName": { "type": "string", - "valueString": "Hillary Swank", - "text": "Hillary Swank", + "valueString": "Higgly Wiggly Books", + "text": "Higgly Wiggly Books", "page": 1, "boundingBox": [ - 349.0, - 609.0, - 521.0, - 609.0, - 521.0, - 639.0, - 349.0, - 639.0 + 375.0, + 646.0, + 629.0, + 646.0, + 629.0, + 679.0, + 375.0, + 679.0 ], - "confidence": 0.93 + "confidence": 0.95 }, "PhoneNumber": { "type": "string", @@ -1215,57 +1037,6 @@ ], "confidence": 0.89 }, - "Website": { - "type": "string", - "valueString": "www.herolimited.com", - "text": "www.herolimited.com", - "page": 1, - "boundingBox": [ - 273.0, - 393.0, - 531.0, - 393.0, - 531.0, - 418.0, - 273.0, - 418.0 - ], - "confidence": 0.95 - }, - "Merchant": { - "type": "string", - "valueString": "Hero Limited", - "text": "Hero Limited", - "page": 1, - "boundingBox": [ - 620.0, - 205.0, - 1075.0, - 205.0, - 1075.0, - 266.0, - 620.0, - 266.0 - ], - "confidence": 0.97 - }, - "Subtotal": { - "type": "string", - "valueString": "$140.00", - "text": "$140.00", - "page": 1, - "boundingBox": [ - 1426.0, - 1572.0, - 1531.0, - 1572.0, - 1531.0, - 1599.0, - 1426.0, - 1599.0 - ], - "confidence": 0.984 - }, "CompanyAddress": { "type": "string", "valueString": "938 NE Burner Road Boulder City, CO 92848", @@ -1282,6 +1053,40 @@ 751.0 ], "confidence": 1.0 + }, + "VendorName": { + "type": "string", + "valueString": "Hillary Swank", + "text": "Hillary Swank", + "page": 1, + "boundingBox": [ + 349.0, + 609.0, + 521.0, + 609.0, + 521.0, + 639.0, + 349.0, + 639.0 + ], + "confidence": 0.93 + }, + "Signature": { + "type": "string", + "valueString": "Bernie Sanders", + "text": "Bernie Sanders", + "page": 1, + "boundingBox": [ + 489.0, + 1670.0, + 765.0, + 1670.0, + 765.0, + 1708.0, + 489.0, + 1708.0 + ], + "confidence": 0.998 } }, "docTypeConfidence": 1.0 @@ -1292,28 +1097,28 @@ } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/ac749eeb-910a-456f-92be-c920ef58ee5d", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/c4072b8a-2868-4020-bb7c-bbe4103dbc96", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-209d69f42faced4d9577cb1592ef97df-9ffdc100cbeffa46-00", + "traceparent": "00-34e73601ca06914caf1d52e399e818c7-c9ae180630f25a46-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "2895d85e07c84debbc6bd0f9acdd1ca2", + "x-ms-client-request-id": "9b8b5737498bcb554fde05cd8b84a022", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 204, "ResponseHeaders": { - "apim-request-id": "0017fa89-719d-46c4-a71c-1951748cfad7", + "apim-request-id": "274d1a48-df5e-41b7-a39d-7eb0553dcaf3", "Content-Length": "0", - "Date": "Thu, 10 Sep 2020 23:53:26 GMT", + "Date": "Fri, 30 Oct 2020 12:59:01 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "28" + "x-envoy-upstream-service-time": "31" }, "ResponseBody": [] } @@ -1321,7 +1126,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-westcentralus.cognitiveservices.azure.com/", "RandomSeed": "761765626" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsWithLabels(True,True).json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsWithLabels(True,True).json index aadbd17caffa4..9177f34ff9067 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsWithLabels(True,True).json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsWithLabels(True,True).json @@ -1,17 +1,17 @@ { "Entries": [ { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "42", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-b90c8c593c278444a65d6bdd73fa69c8-6b772141eb755d42-00", + "traceparent": "00-9cb4ec4932e8ea4f8a9478d61d1738a3-35902b69c0173c41-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "9367673adbaf8f9d6d55cf47afa5af79", "x-ms-return-client-request-id": "true" @@ -22,25 +22,25 @@ }, "StatusCode": 201, "ResponseHeaders": { - "apim-request-id": "b893ca5f-b8c6-44bb-a269-f2f48710edd0", + "apim-request-id": "6f5f05db-655f-4bad-9d5b-e6cfe5263e1a", "Content-Length": "0", - "Date": "Thu, 10 Sep 2020 23:50:39 GMT", - "Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/a459bc46-45c3-4dd1-ad22-93ddbc0c6476", + "Date": "Fri, 30 Oct 2020 12:52:34 GMT", + "Location": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/ec8ed71a-80bc-403c-9af0-54cabf99565a", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "99" + "x-envoy-upstream-service-time": "87" }, "ResponseBody": [] }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/a459bc46-45c3-4dd1-ad22-93ddbc0c6476?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/ec8ed71a-80bc-403c-9af0-54cabf99565a?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "a388ae70e29e74f637db81dfc47fbd5d", "x-ms-return-client-request-id": "true" @@ -48,32 +48,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "8a5ca339-4d24-4494-8247-c8ae3d64d682", + "apim-request-id": "f9e8f12a-3398-41d1-ad33-68e9a31cbf17", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 10 Sep 2020 23:50:39 GMT", + "Date": "Fri, 30 Oct 2020 12:52:34 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": "20" }, "ResponseBody": { "modelInfo": { - "modelId": "a459bc46-45c3-4dd1-ad22-93ddbc0c6476", + "modelId": "ec8ed71a-80bc-403c-9af0-54cabf99565a", "status": "creating", - "createdDateTime": "2020-09-10T23:50:40Z", - "lastUpdatedDateTime": "2020-09-10T23:50:40Z" + "createdDateTime": "2020-10-30T12:52:35Z", + "lastUpdatedDateTime": "2020-10-30T12:52:35Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/a459bc46-45c3-4dd1-ad22-93ddbc0c6476?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/ec8ed71a-80bc-403c-9af0-54cabf99565a?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "e4e2b17a2bd600ccafe4534ece788a44", "x-ms-return-client-request-id": "true" @@ -81,32 +81,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "6986ce81-b0e2-477f-b586-a2d9b1527681", + "apim-request-id": "f7c9160d-8a5f-4f69-8d86-6cabd701ed7b", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 10 Sep 2020 23:50:40 GMT", + "Date": "Fri, 30 Oct 2020 12:52:35 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": "a459bc46-45c3-4dd1-ad22-93ddbc0c6476", + "modelId": "ec8ed71a-80bc-403c-9af0-54cabf99565a", "status": "creating", - "createdDateTime": "2020-09-10T23:50:40Z", - "lastUpdatedDateTime": "2020-09-10T23:50:40Z" + "createdDateTime": "2020-10-30T12:52:35Z", + "lastUpdatedDateTime": "2020-10-30T12:52:35Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/a459bc46-45c3-4dd1-ad22-93ddbc0c6476?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/ec8ed71a-80bc-403c-9af0-54cabf99565a?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "b95afc4e564c588970f35bd45abecaed", "x-ms-return-client-request-id": "true" @@ -114,23 +114,23 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "020cb028-c22f-4bf1-833c-6276a8631351", + "apim-request-id": "78542810-4876-4814-b0b0-b54ab053ccd0", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 10 Sep 2020 23:50:41 GMT", + "Date": "Fri, 30 Oct 2020 12:52:37 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "99" + "x-envoy-upstream-service-time": "20" }, "ResponseBody": { "modelInfo": { - "modelId": "a459bc46-45c3-4dd1-ad22-93ddbc0c6476", + "modelId": "ec8ed71a-80bc-403c-9af0-54cabf99565a", "attributes": { "isComposed": false }, "status": "ready", - "createdDateTime": "2020-09-10T23:50:40Z", - "lastUpdatedDateTime": "2020-09-10T23:50:42Z" + "createdDateTime": "2020-10-30T12:52:35Z", + "lastUpdatedDateTime": "2020-10-30T12:52:36Z" }, "trainResult": { "averageModelAccuracy": 0.96, @@ -228,17 +228,17 @@ } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/a459bc46-45c3-4dd1-ad22-93ddbc0c6476/analyze?includeTextDetails=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/ec8ed71a-80bc-403c-9af0-54cabf99565a/analyze?includeTextDetails=true", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "479269", "Content-Type": "image/jpeg", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-eb1ec82d4b938546bfb2276ed2247910-bd930ce9c10cd340-00", + "traceparent": "00-bb68a742ec0b2c49a09039c618e9d299-dd0d6a83c97ba247-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "fecc7197cac345a2e187f4ba8fa7a6be", "x-ms-return-client-request-id": "true" @@ -246,25 +246,25 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "ed8a13d7-2c81-4295-ad12-4c5f0652c40e", + "apim-request-id": "c9270b0d-2a0d-4669-9026-62431f1ddd4d", "Content-Length": "0", - "Date": "Thu, 10 Sep 2020 23:50:42 GMT", - "Operation-Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/a459bc46-45c3-4dd1-ad22-93ddbc0c6476/analyzeresults/0e8a9118-693c-4b28-a053-bd69e1f75072", + "Date": "Fri, 30 Oct 2020 12:52:38 GMT", + "Operation-Location": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/ec8ed71a-80bc-403c-9af0-54cabf99565a/analyzeresults/f7b624c7-fd48-4d9f-8489-437eca01c6af", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "115" + "x-envoy-upstream-service-time": "572" }, "ResponseBody": [] }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/a459bc46-45c3-4dd1-ad22-93ddbc0c6476/analyzeResults/0e8a9118-693c-4b28-a053-bd69e1f75072", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/ec8ed71a-80bc-403c-9af0-54cabf99565a/analyzeResults/f7b624c7-fd48-4d9f-8489-437eca01c6af", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "c8903c5003252411288a73e3cff7a6f0", "x-ms-return-client-request-id": "true" @@ -272,29 +272,29 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "c321b0c6-d40b-43f5-ade9-0e89c3cb4c36", + "apim-request-id": "d2097ad9-9e23-44b6-88fe-11fbd7e43cd1", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 10 Sep 2020 23:50:42 GMT", + "Date": "Fri, 30 Oct 2020 12:52:39 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": "notStarted", - "createdDateTime": "2020-09-10T23:50:43Z", - "lastUpdatedDateTime": "2020-09-10T23:50:43Z" + "createdDateTime": "2020-10-30T12:52:39Z", + "lastUpdatedDateTime": "2020-10-30T12:52:39Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/a459bc46-45c3-4dd1-ad22-93ddbc0c6476/analyzeResults/0e8a9118-693c-4b28-a053-bd69e1f75072", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/ec8ed71a-80bc-403c-9af0-54cabf99565a/analyzeResults/f7b624c7-fd48-4d9f-8489-437eca01c6af", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "5cb766198cac83815915d8c561cfc8c9", "x-ms-return-client-request-id": "true" @@ -302,29 +302,29 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "477e4714-2853-434b-87fb-0c5b6df60864", + "apim-request-id": "089ea962-7046-4f6f-945a-6ca94196c3a5", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 10 Sep 2020 23:50:43 GMT", + "Date": "Fri, 30 Oct 2020 12:52:41 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": "28" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-09-10T23:50:43Z", - "lastUpdatedDateTime": "2020-09-10T23:50:43Z" + "createdDateTime": "2020-10-30T12:52:39Z", + "lastUpdatedDateTime": "2020-10-30T12:52:39Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/a459bc46-45c3-4dd1-ad22-93ddbc0c6476/analyzeResults/0e8a9118-693c-4b28-a053-bd69e1f75072", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/ec8ed71a-80bc-403c-9af0-54cabf99565a/analyzeResults/f7b624c7-fd48-4d9f-8489-437eca01c6af", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "1d849c4c022d93c760a8d53857bf75e9", "x-ms-return-client-request-id": "true" @@ -332,29 +332,29 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "ce60eed8-340a-496c-a400-7ba1d435f71a", + "apim-request-id": "05d11c52-f76b-423d-83aa-1fd013397af9", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 10 Sep 2020 23:50:44 GMT", + "Date": "Fri, 30 Oct 2020 12:52:42 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": "179" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-09-10T23:50:43Z", - "lastUpdatedDateTime": "2020-09-10T23:50:43Z" + "createdDateTime": "2020-10-30T12:52:39Z", + "lastUpdatedDateTime": "2020-10-30T12:52:39Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/a459bc46-45c3-4dd1-ad22-93ddbc0c6476/analyzeResults/0e8a9118-693c-4b28-a053-bd69e1f75072", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/ec8ed71a-80bc-403c-9af0-54cabf99565a/analyzeResults/f7b624c7-fd48-4d9f-8489-437eca01c6af", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "29a003e04af0c412bb0d6e0f2b4cc259", "x-ms-return-client-request-id": "true" @@ -362,138 +362,18 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "af54b65a-78d9-4f64-baeb-6b2cfbc7500e", - "Content-Length": "109", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 10 Sep 2020 23:50:46 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "21" - }, - "ResponseBody": { - "status": "notStarted", - "createdDateTime": "2020-09-10T23:50:43Z", - "lastUpdatedDateTime": "2020-09-10T23:50:43Z" - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/a459bc46-45c3-4dd1-ad22-93ddbc0c6476/analyzeResults/0e8a9118-693c-4b28-a053-bd69e1f75072", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "3296aac1897316c39e23fb04b6482b99", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "e39fb8a8-f2d7-4b22-b5a5-78801e45c972", - "Content-Length": "109", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 10 Sep 2020 23:50:47 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "29" - }, - "ResponseBody": { - "status": "notStarted", - "createdDateTime": "2020-09-10T23:50:43Z", - "lastUpdatedDateTime": "2020-09-10T23:50:46Z" - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/a459bc46-45c3-4dd1-ad22-93ddbc0c6476/analyzeResults/0e8a9118-693c-4b28-a053-bd69e1f75072", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "5de4eea09f2e02d88abf611f93b86814", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "73eab3af-1b79-418d-82df-14ba682f57fa", - "Content-Length": "109", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 10 Sep 2020 23:50:48 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "38" - }, - "ResponseBody": { - "status": "notStarted", - "createdDateTime": "2020-09-10T23:50:43Z", - "lastUpdatedDateTime": "2020-09-10T23:50:46Z" - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/a459bc46-45c3-4dd1-ad22-93ddbc0c6476/analyzeResults/0e8a9118-693c-4b28-a053-bd69e1f75072", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "ad767ce54329577640898bcc4e0e0e72", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "66967b13-ad96-4d6e-8a5e-4014703ecb7e", - "Content-Length": "109", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 10 Sep 2020 23:50:49 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "35" - }, - "ResponseBody": { - "status": "notStarted", - "createdDateTime": "2020-09-10T23:50:43Z", - "lastUpdatedDateTime": "2020-09-10T23:50:46Z" - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/a459bc46-45c3-4dd1-ad22-93ddbc0c6476/analyzeResults/0e8a9118-693c-4b28-a053-bd69e1f75072", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "3c6fd4e26467222bd193a8b427a383e6", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "4074c641-09dc-4053-9b47-c70a371ce114", + "apim-request-id": "2a638796-dfee-4456-a137-2906748483e2", "Content-Length": "25118", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 10 Sep 2020 23:50:50 GMT", + "Date": "Fri, 30 Oct 2020 12:52:43 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "28" + "x-envoy-upstream-service-time": "84" }, "ResponseBody": { "status": "succeeded", - "createdDateTime": "2020-09-10T23:50:43Z", - "lastUpdatedDateTime": "2020-09-10T23:50:49Z", + "createdDateTime": "2020-10-30T12:52:39Z", + "lastUpdatedDateTime": "2020-10-30T12:52:43Z", "analyzeResult": { "version": "2.1.0", "readResults": [ @@ -1270,7 +1150,7 @@ 751 ], "text": "92848", - "confidence": 0.977 + "confidence": 0.976 } ] }, @@ -1385,7 +1265,7 @@ 879 ], "text": "Name:", - "confidence": 0.986 + "confidence": 0.983 }, { "boundingBox": [ @@ -3694,131 +3574,91 @@ ], "documentResults": [ { - "docType": "custom:a459bc46-45c3-4dd1-ad22-93ddbc0c6476", - "modelId": "a459bc46-45c3-4dd1-ad22-93ddbc0c6476", + "docType": "custom:ec8ed71a-80bc-403c-9af0-54cabf99565a", + "modelId": "ec8ed71a-80bc-403c-9af0-54cabf99565a", "pageRange": [ 1, 1 ], "fields": { - "Website": { + "VendorName": { "type": "string", - "valueString": "www.herolimited.com", - "text": "www.herolimited.com", - "page": 1, - "boundingBox": [ - 273.0, - 393.0, - 531.0, - 393.0, - 531.0, - 418.0, - 273.0, - 418.0 - ], - "confidence": 0.95, - "elements": [ - "#/readResults/0/lines/4/words/1" - ] - }, - "Quantity": { - "type": "number", - "text": "20", + "valueString": "Hillary Swank", + "text": "Hillary Swank", "page": 1, "boundingBox": [ - 861.0, - 1094.0, - 892.0, - 1094.0, - 892.0, - 1119.0, - 861.0, - 1119.0 + 349.0, + 609.0, + 521.0, + 609.0, + 521.0, + 639.0, + 349.0, + 639.0 ], - "confidence": 0.962, + "confidence": 0.93, "elements": [ - "#/readResults/0/lines/26/words/0" + "#/readResults/0/lines/10/words/2", + "#/readResults/0/lines/10/words/3" ] }, - "Subtotal": { + "PhoneNumber": { "type": "string", - "valueString": "$140.00", - "text": "$140.00", + "valueString": "555-348-6512", + "text": "555-348-6512", "page": 1, "boundingBox": [ - 1426.0, - 1572.0, - 1531.0, - 1572.0, - 1531.0, - 1599.0, - 1426.0, - 1599.0 + 364.0, + 351.0, + 528.0, + 351.0, + 528.0, + 378.0, + 364.0, + 378.0 ], - "confidence": 0.984, + "confidence": 0.89, "elements": [ - "#/readResults/0/lines/42/words/0" + "#/readResults/0/lines/3/words/2" ] }, - "Total": { + "Tax": { "type": "string", - "valueString": "$144.00", - "text": "$144.00", + "valueString": "$4.00", + "text": "$4.00", "page": 1, "boundingBox": [ - 1427.0, - 1669.0, + 1458.0, + 1615.0, 1529.0, - 1669.0, + 1615.0, 1529.0, - 1698.0, - 1427.0, - 1698.0 - ], - "confidence": 0.991, - "elements": [ - "#/readResults/0/lines/47/words/0" - ] - }, - "VendorName": { - "type": "string", - "valueString": "Hillary Swank", - "text": "Hillary Swank", - "page": 1, - "boundingBox": [ - 349.0, - 609.0, - 521.0, - 609.0, - 521.0, - 639.0, - 349.0, - 639.0 + 1643.0, + 1458.0, + 1643.0 ], - "confidence": 0.93, + "confidence": 0.994, "elements": [ - "#/readResults/0/lines/10/words/2", - "#/readResults/0/lines/10/words/3" + "#/readResults/0/lines/44/words/0" ] }, - "CompanyPhoneNumber": { - "type": "string", - "valueString": "938-294-2949", - "text": "938-294-2949", + "Quantity": { + "type": "number", + "text": "20", "page": 1, "boundingBox": [ - 708.0, - 722.0, - 885.0, - 722.0, - 885.0, - 749.0, - 708.0, - 749.0 + 861.0, + 1094.0, + 892.0, + 1094.0, + 892.0, + 1119.0, + 861.0, + 1119.0 ], - "confidence": 1.0, + "confidence": 0.962, "elements": [ - "#/readResults/0/lines/14/words/1" + "#/readResults/0/lines/26/words/0" ] }, "Merchant": { @@ -3842,44 +3682,71 @@ "#/readResults/0/lines/1/words/1" ] }, - "PhoneNumber": { + "DatedAs": { "type": "string", - "valueString": "555-348-6512", - "text": "555-348-6512", + "valueString": "12/20/2020", + "text": "12/20/2020", "page": 1, "boundingBox": [ - 364.0, - 351.0, - 528.0, - 351.0, - 528.0, - 378.0, - 364.0, - 378.0 + 1165.0, + 420.0, + 1317.0, + 420.0, + 1317.0, + 449.0, + 1165.0, + 449.0 ], - "confidence": 0.89, + "confidence": 0.99, "elements": [ - "#/readResults/0/lines/3/words/2" + "#/readResults/0/lines/6/words/2" ] }, - "Email": { + "CompanyAddress": { "type": "string", - "valueString": "accounts@herolimited.com", - "text": "accounts@herolimited.com", + "valueString": "938 NE Burner Road Boulder City, CO 92848", + "text": "938 NE Burner Road Boulder City, CO 92848", "page": 1, "boundingBox": [ - 164.0, - 479.0, - 478.0, - 479.0, - 478.0, - 503.0, - 164.0, - 503.0 + 273.0, + 685.0, + 565.0, + 685.0, + 565.0, + 751.0, + 273.0, + 751.0 ], "confidence": 1.0, "elements": [ - "#/readResults/0/lines/7/words/0" + "#/readResults/0/lines/12/words/1", + "#/readResults/0/lines/12/words/2", + "#/readResults/0/lines/12/words/3", + "#/readResults/0/lines/12/words/4", + "#/readResults/0/lines/13/words/0", + "#/readResults/0/lines/13/words/1", + "#/readResults/0/lines/13/words/2", + "#/readResults/0/lines/13/words/3" + ] + }, + "Subtotal": { + "type": "string", + "valueString": "$140.00", + "text": "$140.00", + "page": 1, + "boundingBox": [ + 1426.0, + 1572.0, + 1531.0, + 1572.0, + 1531.0, + 1599.0, + 1426.0, + 1599.0 + ], + "confidence": 0.984, + "elements": [ + "#/readResults/0/lines/42/words/0" ] }, "PurchaseOrderNumber": { @@ -3902,26 +3769,6 @@ "#/readResults/0/lines/8/words/3" ] }, - "DatedAs": { - "type": "string", - "valueString": "12/20/2020", - "text": "12/20/2020", - "page": 1, - "boundingBox": [ - 1165.0, - 420.0, - 1317.0, - 420.0, - 1317.0, - 449.0, - 1165.0, - 449.0 - ], - "confidence": 0.99, - "elements": [ - "#/readResults/0/lines/6/words/2" - ] - }, "CompanyName": { "type": "string", "valueString": "Higgly Wiggly Books", @@ -3965,51 +3812,84 @@ "#/readResults/0/lines/45/words/1" ] }, - "Tax": { + "Email": { "type": "string", - "valueString": "$4.00", - "text": "$4.00", + "valueString": "accounts@herolimited.com", + "text": "accounts@herolimited.com", "page": 1, "boundingBox": [ - 1458.0, - 1615.0, + 164.0, + 479.0, + 478.0, + 479.0, + 478.0, + 503.0, + 164.0, + 503.0 + ], + "confidence": 1.0, + "elements": [ + "#/readResults/0/lines/7/words/0" + ] + }, + "CompanyPhoneNumber": { + "type": "string", + "valueString": "938-294-2949", + "text": "938-294-2949", + "page": 1, + "boundingBox": [ + 708.0, + 722.0, + 885.0, + 722.0, + 885.0, + 749.0, + 708.0, + 749.0 + ], + "confidence": 1.0, + "elements": [ + "#/readResults/0/lines/14/words/1" + ] + }, + "Total": { + "type": "string", + "valueString": "$144.00", + "text": "$144.00", + "page": 1, + "boundingBox": [ + 1427.0, + 1669.0, 1529.0, - 1615.0, + 1669.0, 1529.0, - 1643.0, - 1458.0, - 1643.0 + 1698.0, + 1427.0, + 1698.0 ], - "confidence": 0.994, + "confidence": 0.991, "elements": [ - "#/readResults/0/lines/44/words/0" + "#/readResults/0/lines/47/words/0" ] }, - "CompanyAddress": { + "Website": { "type": "string", - "valueString": "938 NE Burner Road Boulder City, CO 92848", - "text": "938 NE Burner Road Boulder City, CO 92848", + "valueString": "www.herolimited.com", + "text": "www.herolimited.com", "page": 1, "boundingBox": [ 273.0, - 685.0, - 565.0, - 685.0, - 565.0, - 751.0, + 393.0, + 531.0, + 393.0, + 531.0, + 418.0, 273.0, - 751.0 + 418.0 ], - "confidence": 1.0, + "confidence": 0.95, "elements": [ - "#/readResults/0/lines/12/words/1", - "#/readResults/0/lines/12/words/2", - "#/readResults/0/lines/12/words/3", - "#/readResults/0/lines/12/words/4", - "#/readResults/0/lines/13/words/0", - "#/readResults/0/lines/13/words/1", - "#/readResults/0/lines/13/words/2", - "#/readResults/0/lines/13/words/3" + "#/readResults/0/lines/4/words/1" ] } }, @@ -4021,28 +3901,28 @@ } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/a459bc46-45c3-4dd1-ad22-93ddbc0c6476", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/ec8ed71a-80bc-403c-9af0-54cabf99565a", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-64cf2d31b0cf1c4aa8f1c76d3120805f-ecda8b747fb1744b-00", + "traceparent": "00-e29b9abee4cc384880ed451e6d50d327-8d1fa1000fc50745-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "3a1ee7bb7ed25c70788c1da4140bb47b", + "x-ms-client-request-id": "3296aac1897316c39e23fb04b6482b99", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 204, "ResponseHeaders": { - "apim-request-id": "c67f1502-0ac9-4f9b-8024-dfdd4f56d93f", + "apim-request-id": "62cdf569-ac6d-4519-b8db-e174ccaa4525", "Content-Length": "0", - "Date": "Thu, 10 Sep 2020 23:50:50 GMT", + "Date": "Fri, 30 Oct 2020 12:52:43 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "25" + "x-envoy-upstream-service-time": "31" }, "ResponseBody": [] } @@ -4050,7 +3930,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-westcentralus.cognitiveservices.azure.com/", "RandomSeed": "1966338678" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsWithLabels(True,True)Async.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsWithLabels(True,True)Async.json index c335868a0dd6f..9db71168e103a 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsWithLabels(True,True)Async.json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsWithLabels(True,True)Async.json @@ -1,17 +1,17 @@ { "Entries": [ { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "42", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-c482b59e6cf86b4ab02462621eebde22-36f103af11659645-00", + "traceparent": "00-f8835a1c5df47a48a3cfc9ba6b5ba296-fe319c5e322e974b-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "ba344c2e3e0a2f5218151a827513e9cf", "x-ms-return-client-request-id": "true" @@ -22,25 +22,25 @@ }, "StatusCode": 201, "ResponseHeaders": { - "apim-request-id": "f0152a22-cf32-4c53-878b-179070140473", + "apim-request-id": "9af79c24-adeb-4ce2-a78f-ec349e91a5c3", "Content-Length": "0", - "Date": "Thu, 10 Sep 2020 23:53:06 GMT", - "Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/f5a17c08-3061-4e3a-a440-c2106cbbae21", + "Date": "Fri, 30 Oct 2020 12:58:46 GMT", + "Location": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/80e9f7bc-1ec3-4218-a5c8-63a258217fcd", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "82" + "x-envoy-upstream-service-time": "106" }, "ResponseBody": [] }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/f5a17c08-3061-4e3a-a440-c2106cbbae21?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/80e9f7bc-1ec3-4218-a5c8-63a258217fcd?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "5472efd286226efb0b85e616049db75f", "x-ms-return-client-request-id": "true" @@ -48,32 +48,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "c35b7359-076c-4925-8fb3-a17b7aeec62a", + "apim-request-id": "a7179ecc-2313-4574-9e0b-2cce24769412", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 10 Sep 2020 23:53:06 GMT", + "Date": "Fri, 30 Oct 2020 12:58:46 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": "17" }, "ResponseBody": { "modelInfo": { - "modelId": "f5a17c08-3061-4e3a-a440-c2106cbbae21", + "modelId": "80e9f7bc-1ec3-4218-a5c8-63a258217fcd", "status": "creating", - "createdDateTime": "2020-09-10T23:53:07Z", - "lastUpdatedDateTime": "2020-09-10T23:53:07Z" + "createdDateTime": "2020-10-30T12:58:46Z", + "lastUpdatedDateTime": "2020-10-30T12:58:46Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/f5a17c08-3061-4e3a-a440-c2106cbbae21?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/80e9f7bc-1ec3-4218-a5c8-63a258217fcd?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "156de92959d84d98b50078a9b7b232f8", "x-ms-return-client-request-id": "true" @@ -81,56 +81,23 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "c245f280-7199-45c7-8c2b-86ec37dc6200", + "apim-request-id": "39b9935e-4e95-4d00-8224-21a4e4c12be6", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 10 Sep 2020 23:53:08 GMT", + "Date": "Fri, 30 Oct 2020 12:58:47 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": "f5a17c08-3061-4e3a-a440-c2106cbbae21", - "status": "creating", - "createdDateTime": "2020-09-10T23:53:07Z", - "lastUpdatedDateTime": "2020-09-10T23:53:07Z" - } - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/f5a17c08-3061-4e3a-a440-c2106cbbae21?includeKeys=true", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "389171302e7fa82d51c6af85583b2b7a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "b57f52b7-19ae-4dff-9d47-d46d11def8c7", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 10 Sep 2020 23:53:09 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "22" + "x-envoy-upstream-service-time": "21" }, "ResponseBody": { "modelInfo": { - "modelId": "f5a17c08-3061-4e3a-a440-c2106cbbae21", + "modelId": "80e9f7bc-1ec3-4218-a5c8-63a258217fcd", "attributes": { "isComposed": false }, "status": "ready", - "createdDateTime": "2020-09-10T23:53:07Z", - "lastUpdatedDateTime": "2020-09-10T23:53:09Z" + "createdDateTime": "2020-10-30T12:58:46Z", + "lastUpdatedDateTime": "2020-10-30T12:58:48Z" }, "trainResult": { "averageModelAccuracy": 0.96, @@ -228,182 +195,152 @@ } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/f5a17c08-3061-4e3a-a440-c2106cbbae21/analyze?includeTextDetails=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/80e9f7bc-1ec3-4218-a5c8-63a258217fcd/analyze?includeTextDetails=true", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "479269", "Content-Type": "image/jpeg", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-cddf56e5b3130540a92dd1563f93f902-77b1a44f177dec45-00", + "traceparent": "00-080d41766d119d4a9180395c05a7aece-440512b0bbd57543-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "8b59ba5dd3a578f656249e220d51b658", + "x-ms-client-request-id": "389171302e7fa82d51c6af85583b2b7a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "46e64168-b9ba-4bfc-a1fe-9cde39c83259", + "apim-request-id": "035fbc00-0dd0-4522-837e-6eadeca586b5", "Content-Length": "0", - "Date": "Thu, 10 Sep 2020 23:53:10 GMT", - "Operation-Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/f5a17c08-3061-4e3a-a440-c2106cbbae21/analyzeresults/aa62c685-64df-4f37-a8ee-0d3c02bb508b", + "Date": "Fri, 30 Oct 2020 12:58:48 GMT", + "Operation-Location": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/80e9f7bc-1ec3-4218-a5c8-63a258217fcd/analyzeresults/02617510-76e9-419c-9362-c67d3197df26", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "95" + "x-envoy-upstream-service-time": "88" }, "ResponseBody": [] }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/f5a17c08-3061-4e3a-a440-c2106cbbae21/analyzeResults/aa62c685-64df-4f37-a8ee-0d3c02bb508b", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/80e9f7bc-1ec3-4218-a5c8-63a258217fcd/analyzeResults/02617510-76e9-419c-9362-c67d3197df26", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "92e6ed527f0cfae0bbc4c411aa13f579", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "c0836ce9-3e0e-4440-8758-97117cc095b2", - "Content-Length": "109", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 10 Sep 2020 23:53:10 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-09-10T23:53:10Z", - "lastUpdatedDateTime": "2020-09-10T23:53:10Z" - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/f5a17c08-3061-4e3a-a440-c2106cbbae21/analyzeResults/aa62c685-64df-4f37-a8ee-0d3c02bb508b", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "fd4bfed4a6585d527b19e15b8f0b9bff", + "x-ms-client-request-id": "8b59ba5dd3a578f656249e220d51b658", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "d8377e26-3f1d-40df-87ab-0efdc2fa59b2", + "apim-request-id": "c1613706-2dc1-4b11-aed9-4c11999521b5", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 10 Sep 2020 23:53:11 GMT", + "Date": "Fri, 30 Oct 2020 12:58:48 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": "25" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-09-10T23:53:10Z", - "lastUpdatedDateTime": "2020-09-10T23:53:10Z" + "createdDateTime": "2020-10-30T12:58:48Z", + "lastUpdatedDateTime": "2020-10-30T12:58:48Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/f5a17c08-3061-4e3a-a440-c2106cbbae21/analyzeResults/aa62c685-64df-4f37-a8ee-0d3c02bb508b", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/80e9f7bc-1ec3-4218-a5c8-63a258217fcd/analyzeResults/02617510-76e9-419c-9362-c67d3197df26", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "6a32560f9855de6ed95fd0e10fe4cd43", + "x-ms-client-request-id": "92e6ed527f0cfae0bbc4c411aa13f579", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "f79941f5-db59-472f-95ca-573dd5c00088", + "apim-request-id": "20d69975-bc58-4fa5-8161-0ee7a67042b8", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 10 Sep 2020 23:53:12 GMT", + "Date": "Fri, 30 Oct 2020 12:58:49 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "236" + "x-envoy-upstream-service-time": "25" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-09-10T23:53:10Z", - "lastUpdatedDateTime": "2020-09-10T23:53:10Z" + "createdDateTime": "2020-10-30T12:58:48Z", + "lastUpdatedDateTime": "2020-10-30T12:58:49Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/f5a17c08-3061-4e3a-a440-c2106cbbae21/analyzeResults/aa62c685-64df-4f37-a8ee-0d3c02bb508b", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/80e9f7bc-1ec3-4218-a5c8-63a258217fcd/analyzeResults/02617510-76e9-419c-9362-c67d3197df26", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "0f4d252fb906ab009a8817f29e856ab0", + "x-ms-client-request-id": "fd4bfed4a6585d527b19e15b8f0b9bff", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "01805fb1-4cf0-40b2-a74d-35de6f892700", + "apim-request-id": "2b8a711e-53a1-4f62-aabf-1b3253af9ee3", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 10 Sep 2020 23:53:13 GMT", + "Date": "Fri, 30 Oct 2020 12:58:51 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": "46" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-09-10T23:53:10Z", - "lastUpdatedDateTime": "2020-09-10T23:53:10Z" + "createdDateTime": "2020-10-30T12:58:48Z", + "lastUpdatedDateTime": "2020-10-30T12:58:49Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/f5a17c08-3061-4e3a-a440-c2106cbbae21/analyzeResults/aa62c685-64df-4f37-a8ee-0d3c02bb508b", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/80e9f7bc-1ec3-4218-a5c8-63a258217fcd/analyzeResults/02617510-76e9-419c-9362-c67d3197df26", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "5302c4288be03c248f6d23f9d6714d96", + "x-ms-client-request-id": "6a32560f9855de6ed95fd0e10fe4cd43", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "f45a5eb0-dcc8-4941-be69-f8f85d258d34", + "apim-request-id": "ea7f5f4d-0cad-4137-94d5-5cd24e1870a5", "Content-Length": "25118", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 10 Sep 2020 23:53:14 GMT", + "Date": "Fri, 30 Oct 2020 12:58:52 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "30" + "x-envoy-upstream-service-time": "60" }, "ResponseBody": { "status": "succeeded", - "createdDateTime": "2020-09-10T23:53:10Z", - "lastUpdatedDateTime": "2020-09-10T23:53:13Z", + "createdDateTime": "2020-10-30T12:58:48Z", + "lastUpdatedDateTime": "2020-10-30T12:58:52Z", "analyzeResult": { "version": "2.1.0", "readResults": [ @@ -1180,7 +1117,7 @@ 751 ], "text": "92848", - "confidence": 0.977 + "confidence": 0.976 } ] }, @@ -1295,7 +1232,7 @@ 879 ], "text": "Name:", - "confidence": 0.986 + "confidence": 0.983 }, { "boundingBox": [ @@ -3604,90 +3541,115 @@ ], "documentResults": [ { - "docType": "custom:f5a17c08-3061-4e3a-a440-c2106cbbae21", - "modelId": "f5a17c08-3061-4e3a-a440-c2106cbbae21", + "docType": "custom:80e9f7bc-1ec3-4218-a5c8-63a258217fcd", + "modelId": "80e9f7bc-1ec3-4218-a5c8-63a258217fcd", "pageRange": [ 1, 1 ], "fields": { - "Website": { + "Merchant": { "type": "string", - "valueString": "www.herolimited.com", - "text": "www.herolimited.com", + "valueString": "Hero Limited", + "text": "Hero Limited", "page": 1, "boundingBox": [ - 273.0, - 393.0, - 531.0, - 393.0, - 531.0, - 418.0, - 273.0, - 418.0 + 620.0, + 205.0, + 1075.0, + 205.0, + 1075.0, + 266.0, + 620.0, + 266.0 ], - "confidence": 0.95, + "confidence": 0.97, "elements": [ - "#/readResults/0/lines/4/words/1" + "#/readResults/0/lines/1/words/0", + "#/readResults/0/lines/1/words/1" ] }, - "Quantity": { - "type": "number", - "text": "20", + "CompanyName": { + "type": "string", + "valueString": "Higgly Wiggly Books", + "text": "Higgly Wiggly Books", "page": 1, "boundingBox": [ - 861.0, - 1094.0, - 892.0, - 1094.0, - 892.0, - 1119.0, - 861.0, - 1119.0 + 375.0, + 646.0, + 629.0, + 646.0, + 629.0, + 679.0, + 375.0, + 679.0 ], - "confidence": 0.962, + "confidence": 0.95, "elements": [ - "#/readResults/0/lines/26/words/0" + "#/readResults/0/lines/11/words/2", + "#/readResults/0/lines/11/words/3", + "#/readResults/0/lines/11/words/4" ] }, - "Subtotal": { + "PurchaseOrderNumber": { "type": "string", - "valueString": "$140.00", - "text": "$140.00", + "valueString": "948284", + "text": "948284", "page": 1, "boundingBox": [ - 1426.0, - 1572.0, - 1531.0, - 1572.0, - 1531.0, - 1599.0, - 1426.0, - 1599.0 + 1277.0, + 461.0, + 1376.0, + 461.0, + 1376.0, + 489.0, + 1277.0, + 489.0 ], - "confidence": 0.984, + "confidence": 0.94, "elements": [ - "#/readResults/0/lines/42/words/0" + "#/readResults/0/lines/8/words/3" ] }, - "Total": { + "Tax": { "type": "string", - "valueString": "$144.00", - "text": "$144.00", + "valueString": "$4.00", + "text": "$4.00", "page": 1, "boundingBox": [ - 1427.0, - 1669.0, + 1458.0, + 1615.0, 1529.0, - 1669.0, + 1615.0, 1529.0, - 1698.0, - 1427.0, - 1698.0 + 1643.0, + 1458.0, + 1643.0 ], - "confidence": 0.991, + "confidence": 0.994, "elements": [ - "#/readResults/0/lines/47/words/0" + "#/readResults/0/lines/44/words/0" + ] + }, + "Signature": { + "type": "string", + "valueString": "Bernie Sanders", + "text": "Bernie Sanders", + "page": 1, + "boundingBox": [ + 489.0, + 1670.0, + 765.0, + 1670.0, + 765.0, + 1708.0, + 489.0, + 1708.0 + ], + "confidence": 0.998, + "elements": [ + "#/readResults/0/lines/45/words/0", + "#/readResults/0/lines/45/words/1" ] }, "VendorName": { @@ -3711,45 +3673,24 @@ "#/readResults/0/lines/10/words/3" ] }, - "CompanyPhoneNumber": { - "type": "string", - "valueString": "938-294-2949", - "text": "938-294-2949", - "page": 1, - "boundingBox": [ - 708.0, - 722.0, - 885.0, - 722.0, - 885.0, - 749.0, - 708.0, - 749.0 - ], - "confidence": 1.0, - "elements": [ - "#/readResults/0/lines/14/words/1" - ] - }, - "Merchant": { + "Website": { "type": "string", - "valueString": "Hero Limited", - "text": "Hero Limited", + "valueString": "www.herolimited.com", + "text": "www.herolimited.com", "page": 1, "boundingBox": [ - 620.0, - 205.0, - 1075.0, - 205.0, - 1075.0, - 266.0, - 620.0, - 266.0 + 273.0, + 393.0, + 531.0, + 393.0, + 531.0, + 418.0, + 273.0, + 418.0 ], - "confidence": 0.97, + "confidence": 0.95, "elements": [ - "#/readResults/0/lines/1/words/0", - "#/readResults/0/lines/1/words/1" + "#/readResults/0/lines/4/words/1" ] }, "PhoneNumber": { @@ -3772,44 +3713,51 @@ "#/readResults/0/lines/3/words/2" ] }, - "Email": { + "CompanyAddress": { "type": "string", - "valueString": "accounts@herolimited.com", - "text": "accounts@herolimited.com", + "valueString": "938 NE Burner Road Boulder City, CO 92848", + "text": "938 NE Burner Road Boulder City, CO 92848", "page": 1, "boundingBox": [ - 164.0, - 479.0, - 478.0, - 479.0, - 478.0, - 503.0, - 164.0, - 503.0 + 273.0, + 685.0, + 565.0, + 685.0, + 565.0, + 751.0, + 273.0, + 751.0 ], "confidence": 1.0, "elements": [ - "#/readResults/0/lines/7/words/0" + "#/readResults/0/lines/12/words/1", + "#/readResults/0/lines/12/words/2", + "#/readResults/0/lines/12/words/3", + "#/readResults/0/lines/12/words/4", + "#/readResults/0/lines/13/words/0", + "#/readResults/0/lines/13/words/1", + "#/readResults/0/lines/13/words/2", + "#/readResults/0/lines/13/words/3" ] }, - "PurchaseOrderNumber": { + "CompanyPhoneNumber": { "type": "string", - "valueString": "948284", - "text": "948284", + "valueString": "938-294-2949", + "text": "938-294-2949", "page": 1, "boundingBox": [ - 1277.0, - 461.0, - 1376.0, - 461.0, - 1376.0, - 489.0, - 1277.0, - 489.0 + 708.0, + 722.0, + 885.0, + 722.0, + 885.0, + 749.0, + 708.0, + 749.0 ], - "confidence": 0.94, + "confidence": 1.0, "elements": [ - "#/readResults/0/lines/8/words/3" + "#/readResults/0/lines/14/words/1" ] }, "DatedAs": { @@ -3832,94 +3780,83 @@ "#/readResults/0/lines/6/words/2" ] }, - "CompanyName": { + "Total": { "type": "string", - "valueString": "Higgly Wiggly Books", - "text": "Higgly Wiggly Books", + "valueString": "$144.00", + "text": "$144.00", "page": 1, "boundingBox": [ - 375.0, - 646.0, - 629.0, - 646.0, - 629.0, - 679.0, - 375.0, - 679.0 + 1427.0, + 1669.0, + 1529.0, + 1669.0, + 1529.0, + 1698.0, + 1427.0, + 1698.0 ], - "confidence": 0.95, + "confidence": 0.991, "elements": [ - "#/readResults/0/lines/11/words/2", - "#/readResults/0/lines/11/words/3", - "#/readResults/0/lines/11/words/4" + "#/readResults/0/lines/47/words/0" ] }, - "Signature": { + "Subtotal": { "type": "string", - "valueString": "Bernie Sanders", - "text": "Bernie Sanders", + "valueString": "$140.00", + "text": "$140.00", "page": 1, "boundingBox": [ - 489.0, - 1670.0, - 765.0, - 1670.0, - 765.0, - 1708.0, - 489.0, - 1708.0 + 1426.0, + 1572.0, + 1531.0, + 1572.0, + 1531.0, + 1599.0, + 1426.0, + 1599.0 ], - "confidence": 0.998, + "confidence": 0.984, "elements": [ - "#/readResults/0/lines/45/words/0", - "#/readResults/0/lines/45/words/1" + "#/readResults/0/lines/42/words/0" ] }, - "Tax": { - "type": "string", - "valueString": "$4.00", - "text": "$4.00", + "Quantity": { + "type": "number", + "text": "20", "page": 1, "boundingBox": [ - 1458.0, - 1615.0, - 1529.0, - 1615.0, - 1529.0, - 1643.0, - 1458.0, - 1643.0 + 861.0, + 1094.0, + 892.0, + 1094.0, + 892.0, + 1119.0, + 861.0, + 1119.0 ], - "confidence": 0.994, + "confidence": 0.962, "elements": [ - "#/readResults/0/lines/44/words/0" + "#/readResults/0/lines/26/words/0" ] }, - "CompanyAddress": { + "Email": { "type": "string", - "valueString": "938 NE Burner Road Boulder City, CO 92848", - "text": "938 NE Burner Road Boulder City, CO 92848", + "valueString": "accounts@herolimited.com", + "text": "accounts@herolimited.com", "page": 1, "boundingBox": [ - 273.0, - 685.0, - 565.0, - 685.0, - 565.0, - 751.0, - 273.0, - 751.0 + 164.0, + 479.0, + 478.0, + 479.0, + 478.0, + 503.0, + 164.0, + 503.0 ], "confidence": 1.0, "elements": [ - "#/readResults/0/lines/12/words/1", - "#/readResults/0/lines/12/words/2", - "#/readResults/0/lines/12/words/3", - "#/readResults/0/lines/12/words/4", - "#/readResults/0/lines/13/words/0", - "#/readResults/0/lines/13/words/1", - "#/readResults/0/lines/13/words/2", - "#/readResults/0/lines/13/words/3" + "#/readResults/0/lines/7/words/0" ] } }, @@ -3931,28 +3868,28 @@ } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/f5a17c08-3061-4e3a-a440-c2106cbbae21", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/80e9f7bc-1ec3-4218-a5c8-63a258217fcd", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-f33350265a24624f8e567e3bad8276b8-a0a5a95595e61f4a-00", + "traceparent": "00-82edff0770860e4caeb8abe9a3f1595b-b69b46bfae009c4b-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "6a2b9d4b8cbd56f95686cfcc817b4054", + "x-ms-client-request-id": "0f4d252fb906ab009a8817f29e856ab0", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 204, "ResponseHeaders": { - "apim-request-id": "2a784219-498a-4687-a59e-0b4b2d02625d", + "apim-request-id": "eee6911e-fa96-4b10-882e-376f6335dfb0", "Content-Length": "0", - "Date": "Thu, 10 Sep 2020 23:53:14 GMT", + "Date": "Fri, 30 Oct 2020 12:58:53 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "25" + "x-envoy-upstream-service-time": "31" }, "ResponseBody": [] } @@ -3960,7 +3897,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-westcentralus.cognitiveservices.azure.com/", "RandomSeed": "1153916353" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsWithLabelsAndSelectionMarks(False).json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsWithLabelsAndSelectionMarks(False).json index 94d0008493396..0c99409beb4b4 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsWithLabelsAndSelectionMarks(False).json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsWithLabelsAndSelectionMarks(False).json @@ -1,16 +1,16 @@ { "Entries": [ { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "42", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-7e108b82bee8bc408eeca0d1205496ce-704df362b7e9ff48-00", + "traceparent": "00-a6f78f8f24da0e44886aad299cec1a53-8d4bae9481e22042-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201016.1", + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "ac2c8bffc78c57622dfaa0943e71bc4f", @@ -22,24 +22,24 @@ }, "StatusCode": 201, "ResponseHeaders": { - "apim-request-id": "cf50a0f3-ddcf-4736-8efa-8d569ceaff25", + "apim-request-id": "e6575c45-0da2-4e22-8ff1-f767899d209f", "Content-Length": "0", - "Date": "Fri, 16 Oct 2020 18:19:27 GMT", - "Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/e968eef3-7415-4644-90b1-5efc3b46a95d", + "Date": "Fri, 30 Oct 2020 12:53:18 GMT", + "Location": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/6e1b2ccc-c43b-40ef-a1d9-9f6298a7fd23", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "842" + "x-envoy-upstream-service-time": "105" }, "ResponseBody": [] }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/e968eef3-7415-4644-90b1-5efc3b46a95d?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/6e1b2ccc-c43b-40ef-a1d9-9f6298a7fd23?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201016.1", + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "b90af338273fafd3fa86adda20e11257", @@ -48,9 +48,9 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "200365a0-6899-49d7-8dec-72bef1cf5528", + "apim-request-id": "c4cf669e-6a03-45de-b2e0-ef30c7144622", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 16 Oct 2020 18:19:27 GMT", + "Date": "Fri, 30 Oct 2020 12:53:19 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", @@ -58,21 +58,21 @@ }, "ResponseBody": { "modelInfo": { - "modelId": "e968eef3-7415-4644-90b1-5efc3b46a95d", + "modelId": "6e1b2ccc-c43b-40ef-a1d9-9f6298a7fd23", "status": "creating", - "createdDateTime": "2020-10-16T18:19:26Z", - "lastUpdatedDateTime": "2020-10-16T18:19:26Z" + "createdDateTime": "2020-10-30T12:53:18Z", + "lastUpdatedDateTime": "2020-10-30T12:53:18Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/e968eef3-7415-4644-90b1-5efc3b46a95d?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/6e1b2ccc-c43b-40ef-a1d9-9f6298a7fd23?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201016.1", + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "ea1606298c9055b7b337758d7455f144", @@ -81,9 +81,9 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "89eca759-9da1-43df-b67e-424798a1553f", + "apim-request-id": "524bf95e-80b1-4de8-a702-ece21a81126a", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 16 Oct 2020 18:19:28 GMT", + "Date": "Fri, 30 Oct 2020 12:53:20 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", @@ -91,46 +91,13 @@ }, "ResponseBody": { "modelInfo": { - "modelId": "e968eef3-7415-4644-90b1-5efc3b46a95d", - "status": "creating", - "createdDateTime": "2020-10-16T18:19:26Z", - "lastUpdatedDateTime": "2020-10-16T18:19:26Z" - } - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/e968eef3-7415-4644-90b1-5efc3b46a95d?includeKeys=true", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201016.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "5238165c1f1ed72cb87cb2061a87364b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "6eb98db5-d357-4309-9791-89f87105ca53", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 16 Oct 2020 18:19:29 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": "e968eef3-7415-4644-90b1-5efc3b46a95d", + "modelId": "6e1b2ccc-c43b-40ef-a1d9-9f6298a7fd23", "attributes": { "isComposed": false }, "status": "ready", - "createdDateTime": "2020-10-16T18:19:26Z", - "lastUpdatedDateTime": "2020-10-16T18:19:29Z" + "createdDateTime": "2020-10-30T12:53:18Z", + "lastUpdatedDateTime": "2020-10-30T12:53:20Z" }, "trainResult": { "averageModelAccuracy": 1.0, @@ -180,272 +147,242 @@ } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/e968eef3-7415-4644-90b1-5efc3b46a95d/analyze?includeTextDetails=false", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/6e1b2ccc-c43b-40ef-a1d9-9f6298a7fd23/analyze?includeTextDetails=false", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "251215", "Content-Type": "application/pdf", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-bf0acd4cd7b69b4988ca0439f69def7d-196b66b9ce8ed64a-00", + "traceparent": "00-e407bf0d18d666468ca3a78de835db6c-b98785cac9807248-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201016.1", + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "386b48e7d15babbf3cb50607b2453ba4", + "x-ms-client-request-id": "5238165c1f1ed72cb87cb2061a87364b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "bc30d763-52c8-4004-a9b2-2c501a79068a", + "apim-request-id": "437ba23b-917a-4e87-9b6c-4ad22381fb3e", "Content-Length": "0", - "Date": "Fri, 16 Oct 2020 18:19:29 GMT", - "Operation-Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/e968eef3-7415-4644-90b1-5efc3b46a95d/analyzeresults/2fd632ab-0827-4561-961e-5b10107f3631", + "Date": "Fri, 30 Oct 2020 12:53:21 GMT", + "Operation-Location": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/6e1b2ccc-c43b-40ef-a1d9-9f6298a7fd23/analyzeresults/771dccb2-f150-4f02-9f0a-7c6cc655e5ec", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "183" + "x-envoy-upstream-service-time": "79" }, "ResponseBody": [] }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/e968eef3-7415-4644-90b1-5efc3b46a95d/analyzeResults/2fd632ab-0827-4561-961e-5b10107f3631", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/6e1b2ccc-c43b-40ef-a1d9-9f6298a7fd23/analyzeResults/771dccb2-f150-4f02-9f0a-7c6cc655e5ec", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201016.1", + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "097e6894c0a80939da3e3213d9b03b2b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "98686da7-eb8a-43c5-8f23-900b37287573", - "Content-Length": "109", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 16 Oct 2020 18:19:29 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "30" - }, - "ResponseBody": { - "status": "notStarted", - "createdDateTime": "2020-10-16T18:19:29Z", - "lastUpdatedDateTime": "2020-10-16T18:19:29Z" - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/e968eef3-7415-4644-90b1-5efc3b46a95d/analyzeResults/2fd632ab-0827-4561-961e-5b10107f3631", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201016.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "2ba62900b9ea8ae9568d166919242472", + "x-ms-client-request-id": "386b48e7d15babbf3cb50607b2453ba4", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "42b04d6d-1d0d-4452-ba46-2f6f0e457ab6", + "apim-request-id": "f7ce8cb4-7bfd-43c7-804a-0e17b193f63d", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 16 Oct 2020 18:19:30 GMT", + "Date": "Fri, 30 Oct 2020 12:53:21 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "34" + "x-envoy-upstream-service-time": "26" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-10-16T18:19:29Z", - "lastUpdatedDateTime": "2020-10-16T18:19:29Z" + "createdDateTime": "2020-10-30T12:53:21Z", + "lastUpdatedDateTime": "2020-10-30T12:53:21Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/e968eef3-7415-4644-90b1-5efc3b46a95d/analyzeResults/2fd632ab-0827-4561-961e-5b10107f3631", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/6e1b2ccc-c43b-40ef-a1d9-9f6298a7fd23/analyzeResults/771dccb2-f150-4f02-9f0a-7c6cc655e5ec", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201016.1", + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "b1710e402d0927a30f615e1c9eacd18b", + "x-ms-client-request-id": "097e6894c0a80939da3e3213d9b03b2b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "b2969db3-1467-4e95-b5e1-f7655003208d", + "apim-request-id": "005c78f0-9ac2-4179-b8e0-f6038dafe8fc", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 16 Oct 2020 18:19:31 GMT", + "Date": "Fri, 30 Oct 2020 12:53:23 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "50" + "x-envoy-upstream-service-time": "25" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-10-16T18:19:29Z", - "lastUpdatedDateTime": "2020-10-16T18:19:30Z" + "createdDateTime": "2020-10-30T12:53:21Z", + "lastUpdatedDateTime": "2020-10-30T12:53:22Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/e968eef3-7415-4644-90b1-5efc3b46a95d/analyzeResults/2fd632ab-0827-4561-961e-5b10107f3631", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/6e1b2ccc-c43b-40ef-a1d9-9f6298a7fd23/analyzeResults/771dccb2-f150-4f02-9f0a-7c6cc655e5ec", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201016.1", + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "8906db790f9fdbb97ff3b21baacff0b5", + "x-ms-client-request-id": "2ba62900b9ea8ae9568d166919242472", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "352e144a-3637-40c3-a61b-44e0a75e34dd", + "apim-request-id": "587713ec-361b-4809-b70d-038f8fd4d646", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 16 Oct 2020 18:19:32 GMT", + "Date": "Fri, 30 Oct 2020 12:53:24 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "34" + "x-envoy-upstream-service-time": "30" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-10-16T18:19:29Z", - "lastUpdatedDateTime": "2020-10-16T18:19:30Z" + "createdDateTime": "2020-10-30T12:53:21Z", + "lastUpdatedDateTime": "2020-10-30T12:53:22Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/e968eef3-7415-4644-90b1-5efc3b46a95d/analyzeResults/2fd632ab-0827-4561-961e-5b10107f3631", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/6e1b2ccc-c43b-40ef-a1d9-9f6298a7fd23/analyzeResults/771dccb2-f150-4f02-9f0a-7c6cc655e5ec", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201016.1", + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "cbd2bf19893ed321857e1b885bccecaa", + "x-ms-client-request-id": "b1710e402d0927a30f615e1c9eacd18b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "a6d9c682-136b-4440-a990-4f51dd87fecc", + "apim-request-id": "a2c51b79-def1-4941-8b03-32f22ce254bc", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 16 Oct 2020 18:19:33 GMT", + "Date": "Fri, 30 Oct 2020 12:53:25 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "35" + "x-envoy-upstream-service-time": "26" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-10-16T18:19:29Z", - "lastUpdatedDateTime": "2020-10-16T18:19:34Z" + "createdDateTime": "2020-10-30T12:53:21Z", + "lastUpdatedDateTime": "2020-10-30T12:53:25Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/e968eef3-7415-4644-90b1-5efc3b46a95d/analyzeResults/2fd632ab-0827-4561-961e-5b10107f3631", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/6e1b2ccc-c43b-40ef-a1d9-9f6298a7fd23/analyzeResults/771dccb2-f150-4f02-9f0a-7c6cc655e5ec", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201016.1", + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "3eef8abb9b1e31d3549632157a887c3f", + "x-ms-client-request-id": "8906db790f9fdbb97ff3b21baacff0b5", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "03629354-1735-4bef-8be3-e0a4f13eccbe", + "apim-request-id": "e1947279-117a-4438-96b1-8b3271f72ec2", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 16 Oct 2020 18:19:34 GMT", + "Date": "Fri, 30 Oct 2020 12:53:26 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": "26" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-10-16T18:19:29Z", - "lastUpdatedDateTime": "2020-10-16T18:19:34Z" + "createdDateTime": "2020-10-30T12:53:21Z", + "lastUpdatedDateTime": "2020-10-30T12:53:25Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/e968eef3-7415-4644-90b1-5efc3b46a95d/analyzeResults/2fd632ab-0827-4561-961e-5b10107f3631", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/6e1b2ccc-c43b-40ef-a1d9-9f6298a7fd23/analyzeResults/771dccb2-f150-4f02-9f0a-7c6cc655e5ec", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201016.1", + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "de03a87106d9f04cb9320420f33080b2", + "x-ms-client-request-id": "cbd2bf19893ed321857e1b885bccecaa", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "d853ce21-172c-4200-83d3-b5e264758993", + "apim-request-id": "7f174a45-fc6f-4159-9b91-1c384c952b19", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 16 Oct 2020 18:19:35 GMT", + "Date": "Fri, 30 Oct 2020 12:53:28 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "32" + "x-envoy-upstream-service-time": "28" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-10-16T18:19:29Z", - "lastUpdatedDateTime": "2020-10-16T18:19:34Z" + "createdDateTime": "2020-10-30T12:53:21Z", + "lastUpdatedDateTime": "2020-10-30T12:53:25Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/e968eef3-7415-4644-90b1-5efc3b46a95d/analyzeResults/2fd632ab-0827-4561-961e-5b10107f3631", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/6e1b2ccc-c43b-40ef-a1d9-9f6298a7fd23/analyzeResults/771dccb2-f150-4f02-9f0a-7c6cc655e5ec", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201016.1", + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "205f0807b2e07e97eca176a8570c59fd", + "x-ms-client-request-id": "3eef8abb9b1e31d3549632157a887c3f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "3ae499ad-81ba-4395-b4d9-6c2b2be14d51", + "apim-request-id": "25450976-a053-4090-97b8-f8402353086b", "Content-Length": "2864", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 16 Oct 2020 18:19:36 GMT", + "Date": "Fri, 30 Oct 2020 12:53:29 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": "23" }, "ResponseBody": { "status": "succeeded", - "createdDateTime": "2020-10-16T18:19:29Z", - "lastUpdatedDateTime": "2020-10-16T18:19:37Z", + "createdDateTime": "2020-10-30T12:53:21Z", + "lastUpdatedDateTime": "2020-10-30T12:53:28Z", "analyzeResult": { "version": "2.1.0", "readResults": [ @@ -692,26 +629,26 @@ ], "documentResults": [ { - "docType": "custom:e968eef3-7415-4644-90b1-5efc3b46a95d", - "modelId": "e968eef3-7415-4644-90b1-5efc3b46a95d", + "docType": "custom:6e1b2ccc-c43b-40ef-a1d9-9f6298a7fd23", + "modelId": "6e1b2ccc-c43b-40ef-a1d9-9f6298a7fd23", "pageRange": [ 1, 1 ], "fields": { - "MASTERCARD_SELECTION_MARK": { + "AMEX_SELECTION_MARK": { "type": "selectionMark", - "text": "unselected", + "text": "selected", "page": 1, "boundingBox": [ - 3.07, - 5.44, - 3.25, - 5.44, - 3.25, - 5.61, - 3.07, - 5.61 + 2.285, + 5.42, + 2.465, + 5.42, + 2.465, + 5.595, + 2.285, + 5.595 ], "confidence": 1.0 }, @@ -731,19 +668,19 @@ ], "confidence": 1.0 }, - "AMEX_SELECTION_MARK": { + "MASTERCARD_SELECTION_MARK": { "type": "selectionMark", - "text": "selected", + "text": "unselected", "page": 1, "boundingBox": [ - 2.285, - 5.42, - 2.465, - 5.42, - 2.465, - 5.595, - 2.285, - 5.595 + 3.07, + 5.44, + 3.25, + 5.44, + 3.25, + 5.61, + 3.07, + 5.61 ], "confidence": 1.0 } @@ -756,35 +693,35 @@ } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/e968eef3-7415-4644-90b1-5efc3b46a95d", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/6e1b2ccc-c43b-40ef-a1d9-9f6298a7fd23", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-c43d0ef1dad15c4f92382472ab839e37-5de095f68a3f5d4b-00", + "traceparent": "00-586a6dac11ad4c4ba30b9271924550e7-28416d5cdfbff843-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201016.1", + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "b217dc020ec9b4d13dff84eb96b33d23", + "x-ms-client-request-id": "de03a87106d9f04cb9320420f33080b2", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 204, "ResponseHeaders": { - "apim-request-id": "4c1b39b9-e13d-49dd-bdc0-8867ea9d5cc5", + "apim-request-id": "76ffeb52-2166-4744-89b5-e033685cc81e", "Content-Length": "0", - "Date": "Fri, 16 Oct 2020 18:19:36 GMT", + "Date": "Fri, 30 Oct 2020 12:53:29 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": "31" }, "ResponseBody": [] } ], "Variables": { "FORM_RECOGNIZER_API_KEY": "Sanitized", - "FORM_RECOGNIZER_ENDPOINT": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/", + "FORM_RECOGNIZER_ENDPOINT": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/", "FORM_RECOGNIZER_SELECTION_MARK_BLOB_CONTAINER_SAS_URL": "https://sanitized.blob.core.windows.net", "RandomSeed": "704831820" } diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsWithLabelsAndSelectionMarks(False)Async.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsWithLabelsAndSelectionMarks(False)Async.json index 9664f91da8939..878dcc6f017eb 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsWithLabelsAndSelectionMarks(False)Async.json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsWithLabelsAndSelectionMarks(False)Async.json @@ -1,16 +1,16 @@ { "Entries": [ { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "42", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-4b335eeb65b86848aad592ab5577e6e2-d35d2e138e034240-00", + "traceparent": "00-675b00b6977b844a95e1a3f6e5d287ac-a571dece1a9f5e42-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201016.1", + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "b89f7af0200413a6cf9a628d9bedd030", @@ -22,24 +22,24 @@ }, "StatusCode": 201, "ResponseHeaders": { - "apim-request-id": "6230176e-a0b7-40c5-8bf2-0644165a277d", + "apim-request-id": "453f1375-8320-41de-92c6-9b0c552d5c86", "Content-Length": "0", - "Date": "Fri, 16 Oct 2020 18:20:00 GMT", - "Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/45578351-b6d7-4b77-9d2c-bb5359369c91", + "Date": "Fri, 30 Oct 2020 12:59:33 GMT", + "Location": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/f5977848-ab31-4f75-b128-ade4e4f15d0a", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "670" + "x-envoy-upstream-service-time": "100" }, "ResponseBody": [] }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/45578351-b6d7-4b77-9d2c-bb5359369c91?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/f5977848-ab31-4f75-b128-ade4e4f15d0a?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201016.1", + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "c2be96bc7bab0a4cd675a99f9a7656d4", @@ -48,31 +48,31 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "057a9e42-884d-47ad-af92-697a2f1084a5", + "apim-request-id": "58f75c24-b849-4a27-b6d0-f8a5b60bfb38", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 16 Oct 2020 18:20:00 GMT", + "Date": "Fri, 30 Oct 2020 12:59:33 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": "45578351-b6d7-4b77-9d2c-bb5359369c91", + "modelId": "f5977848-ab31-4f75-b128-ade4e4f15d0a", "status": "creating", - "createdDateTime": "2020-10-16T18:20:00Z", - "lastUpdatedDateTime": "2020-10-16T18:20:00Z" + "createdDateTime": "2020-10-30T12:59:33Z", + "lastUpdatedDateTime": "2020-10-30T12:59:33Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/45578351-b6d7-4b77-9d2c-bb5359369c91?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/f5977848-ab31-4f75-b128-ade4e4f15d0a?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201016.1", + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "5f5d11875f1a4f59301a5fc7bbcffb22", @@ -81,31 +81,31 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "0d8d3645-5455-47f9-9deb-72465dc01321", + "apim-request-id": "14eb94ee-f7f5-4fe7-9a08-2365320b4e62", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 16 Oct 2020 18:20:01 GMT", + "Date": "Fri, 30 Oct 2020 12:59:34 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "84" + "x-envoy-upstream-service-time": "65" }, "ResponseBody": { "modelInfo": { - "modelId": "45578351-b6d7-4b77-9d2c-bb5359369c91", + "modelId": "f5977848-ab31-4f75-b128-ade4e4f15d0a", "status": "creating", - "createdDateTime": "2020-10-16T18:20:00Z", - "lastUpdatedDateTime": "2020-10-16T18:20:00Z" + "createdDateTime": "2020-10-30T12:59:33Z", + "lastUpdatedDateTime": "2020-10-30T12:59:33Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/45578351-b6d7-4b77-9d2c-bb5359369c91?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/f5977848-ab31-4f75-b128-ade4e4f15d0a?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201016.1", + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "b1b6a39c3fa774752d94e28e76077859", @@ -114,23 +114,23 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "865a8579-e705-47c2-abc8-ba5b9e23a766", + "apim-request-id": "42103b68-f0c4-41e4-a412-f9f8702b947a", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 16 Oct 2020 18:20:02 GMT", + "Date": "Fri, 30 Oct 2020 12:59:35 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "28" + "x-envoy-upstream-service-time": "29" }, "ResponseBody": { "modelInfo": { - "modelId": "45578351-b6d7-4b77-9d2c-bb5359369c91", + "modelId": "f5977848-ab31-4f75-b128-ade4e4f15d0a", "attributes": { "isComposed": false }, "status": "ready", - "createdDateTime": "2020-10-16T18:20:00Z", - "lastUpdatedDateTime": "2020-10-16T18:20:03Z" + "createdDateTime": "2020-10-30T12:59:33Z", + "lastUpdatedDateTime": "2020-10-30T12:59:34Z" }, "trainResult": { "averageModelAccuracy": 1.0, @@ -180,16 +180,16 @@ } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/45578351-b6d7-4b77-9d2c-bb5359369c91/analyze?includeTextDetails=false", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/f5977848-ab31-4f75-b128-ade4e4f15d0a/analyze?includeTextDetails=false", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "251215", "Content-Type": "application/pdf", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-dfe2f6f09646ff4591ce02930587673c-6844cbad4798c84e-00", + "traceparent": "00-b937b1dae8abfc4abceecea6b6d07d02-4ba74760624a6048-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201016.1", + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "8a058e4371905c163d6f92901c854f06", @@ -198,24 +198,24 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "c2809338-cb59-4f9e-80bd-60e8631f0eb8", + "apim-request-id": "5348305a-ee50-4413-8a6b-049edaba8768", "Content-Length": "0", - "Date": "Fri, 16 Oct 2020 18:20:02 GMT", - "Operation-Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/45578351-b6d7-4b77-9d2c-bb5359369c91/analyzeresults/c2610aef-2f0e-4b5c-a4c2-b8a3ece20158", + "Date": "Fri, 30 Oct 2020 12:59:36 GMT", + "Operation-Location": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/f5977848-ab31-4f75-b128-ade4e4f15d0a/analyzeresults/deff016c-0073-468c-b894-498cd64d420a", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "123" + "x-envoy-upstream-service-time": "70" }, "ResponseBody": [] }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/45578351-b6d7-4b77-9d2c-bb5359369c91/analyzeResults/c2610aef-2f0e-4b5c-a4c2-b8a3ece20158", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/f5977848-ab31-4f75-b128-ade4e4f15d0a/analyzeResults/deff016c-0073-468c-b894-498cd64d420a", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201016.1", + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "f602867aa4bf482c9be831857dcad828", @@ -224,28 +224,28 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "1fe9224c-ceb6-44d8-a719-ef7f02d9c9ca", + "apim-request-id": "f6a38f3f-2433-4790-b5d1-9c155dc1d9c0", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 16 Oct 2020 18:20:02 GMT", + "Date": "Fri, 30 Oct 2020 12:59:36 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "58" + "x-envoy-upstream-service-time": "26" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-10-16T18:20:03Z", - "lastUpdatedDateTime": "2020-10-16T18:20:03Z" + "createdDateTime": "2020-10-30T12:59:36Z", + "lastUpdatedDateTime": "2020-10-30T12:59:36Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/45578351-b6d7-4b77-9d2c-bb5359369c91/analyzeResults/c2610aef-2f0e-4b5c-a4c2-b8a3ece20158", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/f5977848-ab31-4f75-b128-ade4e4f15d0a/analyzeResults/deff016c-0073-468c-b894-498cd64d420a", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201016.1", + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "2d8305a271c92b928d5a7438ade558a7", @@ -254,28 +254,28 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "c16e6a25-957e-4576-bfcd-0664b8ccba2c", + "apim-request-id": "a3851609-1f9b-4d6b-881c-540081c5fa0c", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 16 Oct 2020 18:20:04 GMT", + "Date": "Fri, 30 Oct 2020 12:59:37 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "26" + "x-envoy-upstream-service-time": "28" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-10-16T18:20:03Z", - "lastUpdatedDateTime": "2020-10-16T18:20:04Z" + "createdDateTime": "2020-10-30T12:59:36Z", + "lastUpdatedDateTime": "2020-10-30T12:59:36Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/45578351-b6d7-4b77-9d2c-bb5359369c91/analyzeResults/c2610aef-2f0e-4b5c-a4c2-b8a3ece20158", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/f5977848-ab31-4f75-b128-ade4e4f15d0a/analyzeResults/deff016c-0073-468c-b894-498cd64d420a", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201016.1", + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "f014db4582059f9961bdeea73f90df72", @@ -284,28 +284,28 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "51af95ec-1aa6-46d3-a529-760b30c619a9", + "apim-request-id": "5baa27f6-49a2-4e05-82aa-efbdbcf3ce6c", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 16 Oct 2020 18:20:06 GMT", + "Date": "Fri, 30 Oct 2020 12:59:39 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": "29" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-10-16T18:20:03Z", - "lastUpdatedDateTime": "2020-10-16T18:20:04Z" + "createdDateTime": "2020-10-30T12:59:36Z", + "lastUpdatedDateTime": "2020-10-30T12:59:36Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/45578351-b6d7-4b77-9d2c-bb5359369c91/analyzeResults/c2610aef-2f0e-4b5c-a4c2-b8a3ece20158", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/f5977848-ab31-4f75-b128-ade4e4f15d0a/analyzeResults/deff016c-0073-468c-b894-498cd64d420a", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201016.1", + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "16ee69962202083df3d668652ff39ab6", @@ -314,28 +314,28 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "2c714940-2c0f-4d5e-b082-09977b4294d7", + "apim-request-id": "8ed408c5-7c00-4b8b-a6a1-0ac6315b75f9", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 16 Oct 2020 18:20:07 GMT", + "Date": "Fri, 30 Oct 2020 12:59:40 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "38" + "x-envoy-upstream-service-time": "25" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-10-16T18:20:03Z", - "lastUpdatedDateTime": "2020-10-16T18:20:04Z" + "createdDateTime": "2020-10-30T12:59:36Z", + "lastUpdatedDateTime": "2020-10-30T12:59:40Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/45578351-b6d7-4b77-9d2c-bb5359369c91/analyzeResults/c2610aef-2f0e-4b5c-a4c2-b8a3ece20158", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/f5977848-ab31-4f75-b128-ade4e4f15d0a/analyzeResults/deff016c-0073-468c-b894-498cd64d420a", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201016.1", + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "a1408990e7b620236ce3cb0b83ebecfd", @@ -344,28 +344,28 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "da1ce64f-b796-4ccc-9260-b70eccda3f95", + "apim-request-id": "9fe5fdd5-4345-4769-a8ab-3a7ff9be9c92", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 16 Oct 2020 18:20:08 GMT", + "Date": "Fri, 30 Oct 2020 12:59:41 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "59" + "x-envoy-upstream-service-time": "25" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-10-16T18:20:03Z", - "lastUpdatedDateTime": "2020-10-16T18:20:07Z" + "createdDateTime": "2020-10-30T12:59:36Z", + "lastUpdatedDateTime": "2020-10-30T12:59:40Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/45578351-b6d7-4b77-9d2c-bb5359369c91/analyzeResults/c2610aef-2f0e-4b5c-a4c2-b8a3ece20158", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/f5977848-ab31-4f75-b128-ade4e4f15d0a/analyzeResults/deff016c-0073-468c-b894-498cd64d420a", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201016.1", + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "43a1027b42f723a59d0cfc2e1933706e", @@ -374,28 +374,28 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "933bb9aa-4a31-4ba9-a66f-b5d837567b28", + "apim-request-id": "09e276b6-1833-4bdb-8ec7-f11bf60910f3", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 16 Oct 2020 18:20:09 GMT", + "Date": "Fri, 30 Oct 2020 12:59:42 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "26" + "x-envoy-upstream-service-time": "27" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-10-16T18:20:03Z", - "lastUpdatedDateTime": "2020-10-16T18:20:07Z" + "createdDateTime": "2020-10-30T12:59:36Z", + "lastUpdatedDateTime": "2020-10-30T12:59:40Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/45578351-b6d7-4b77-9d2c-bb5359369c91/analyzeResults/c2610aef-2f0e-4b5c-a4c2-b8a3ece20158", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/f5977848-ab31-4f75-b128-ade4e4f15d0a/analyzeResults/deff016c-0073-468c-b894-498cd64d420a", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201016.1", + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "b51738223e50afbc45cda91e57328508", @@ -404,138 +404,18 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "16f421ca-cb83-4b6e-866a-861b776631cf", - "Content-Length": "109", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 16 Oct 2020 18:20:10 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "34" - }, - "ResponseBody": { - "status": "notStarted", - "createdDateTime": "2020-10-16T18:20:03Z", - "lastUpdatedDateTime": "2020-10-16T18:20:07Z" - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/45578351-b6d7-4b77-9d2c-bb5359369c91/analyzeResults/c2610aef-2f0e-4b5c-a4c2-b8a3ece20158", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201016.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "2cea6aea57514ebee41d03a9eaf50639", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "814ec074-32e1-4aaf-8a0e-f927d08cc694", - "Content-Length": "109", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 16 Oct 2020 18:20:11 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "38" - }, - "ResponseBody": { - "status": "notStarted", - "createdDateTime": "2020-10-16T18:20:03Z", - "lastUpdatedDateTime": "2020-10-16T18:20:10Z" - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/45578351-b6d7-4b77-9d2c-bb5359369c91/analyzeResults/c2610aef-2f0e-4b5c-a4c2-b8a3ece20158", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201016.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "4ae85d7336d43cad46f2fe299886cb6b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "37fe8359-a1f4-4fad-af0a-5197eaff3e7a", - "Content-Length": "109", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 16 Oct 2020 18:20:12 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "30" - }, - "ResponseBody": { - "status": "notStarted", - "createdDateTime": "2020-10-16T18:20:03Z", - "lastUpdatedDateTime": "2020-10-16T18:20:10Z" - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/45578351-b6d7-4b77-9d2c-bb5359369c91/analyzeResults/c2610aef-2f0e-4b5c-a4c2-b8a3ece20158", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201016.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "ae44f4864349cb1c79c8d1323a12c450", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "17316d59-6607-4f26-b1c3-a935f59bc9cd", - "Content-Length": "109", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 16 Oct 2020 18:20:13 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-10-16T18:20:03Z", - "lastUpdatedDateTime": "2020-10-16T18:20:10Z" - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/45578351-b6d7-4b77-9d2c-bb5359369c91/analyzeResults/c2610aef-2f0e-4b5c-a4c2-b8a3ece20158", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201016.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "f9ab70c73a4ab333bdade65e5995b55d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "8b9b2e64-d4a6-4894-ba0e-2492b04d5667", + "apim-request-id": "cb89d054-5be1-4489-aed7-f27acc42daf1", "Content-Length": "2864", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 16 Oct 2020 18:20:14 GMT", + "Date": "Fri, 30 Oct 2020 12:59:43 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": "succeeded", - "createdDateTime": "2020-10-16T18:20:03Z", - "lastUpdatedDateTime": "2020-10-16T18:20:14Z", + "createdDateTime": "2020-10-30T12:59:36Z", + "lastUpdatedDateTime": "2020-10-30T12:59:43Z", "analyzeResult": { "version": "2.1.0", "readResults": [ @@ -782,25 +662,25 @@ ], "documentResults": [ { - "docType": "custom:45578351-b6d7-4b77-9d2c-bb5359369c91", - "modelId": "45578351-b6d7-4b77-9d2c-bb5359369c91", + "docType": "custom:f5977848-ab31-4f75-b128-ade4e4f15d0a", + "modelId": "f5977848-ab31-4f75-b128-ade4e4f15d0a", "pageRange": [ 1, 1 ], "fields": { - "AMEX_SELECTION_MARK": { + "VISA_SELECTION_MARK": { "type": "selectionMark", - "text": "selected", + "text": "unselected", "page": 1, "boundingBox": [ - 2.285, - 5.42, - 2.465, - 5.42, - 2.465, + 1.605, + 5.425, + 1.775, + 5.425, + 1.775, 5.595, - 2.285, + 1.605, 5.595 ], "confidence": 1.0 @@ -821,18 +701,18 @@ ], "confidence": 1.0 }, - "VISA_SELECTION_MARK": { + "AMEX_SELECTION_MARK": { "type": "selectionMark", - "text": "unselected", + "text": "selected", "page": 1, "boundingBox": [ - 1.605, - 5.425, - 1.775, - 5.425, - 1.775, + 2.285, + 5.42, + 2.465, + 5.42, + 2.465, 5.595, - 1.605, + 2.285, 5.595 ], "confidence": 1.0 @@ -846,35 +726,35 @@ } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/45578351-b6d7-4b77-9d2c-bb5359369c91", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/f5977848-ab31-4f75-b128-ade4e4f15d0a", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-6beba53a1a5769498cd38f40a8ba68e6-01ce2dfaf5ea1042-00", + "traceparent": "00-ee09fbfdaf9aa342a18f6e437fb762a7-81b3ffb0fad4b04d-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201016.1", + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "f523975157b12ff0401cd10b657a0233", + "x-ms-client-request-id": "2cea6aea57514ebee41d03a9eaf50639", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 204, "ResponseHeaders": { - "apim-request-id": "262fafc0-3693-44c8-b77b-b763846f9524", + "apim-request-id": "bec95bc4-9cb2-49db-a666-13789e3f0c75", "Content-Length": "0", - "Date": "Fri, 16 Oct 2020 18:20:14 GMT", + "Date": "Fri, 30 Oct 2020 12:59:43 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "60" + "x-envoy-upstream-service-time": "31" }, "ResponseBody": [] } ], "Variables": { "FORM_RECOGNIZER_API_KEY": "Sanitized", - "FORM_RECOGNIZER_ENDPOINT": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/", + "FORM_RECOGNIZER_ENDPOINT": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/", "FORM_RECOGNIZER_SELECTION_MARK_BLOB_CONTAINER_SAS_URL": "https://sanitized.blob.core.windows.net", "RandomSeed": "1278783287" } diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsWithLabelsAndSelectionMarks(True).json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsWithLabelsAndSelectionMarks(True).json index 795942ecbde02..c772f388d76cd 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsWithLabelsAndSelectionMarks(True).json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsWithLabelsAndSelectionMarks(True).json @@ -1,16 +1,16 @@ { "Entries": [ { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "42", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-8070d8c4318c9e45ba716113177cb8e1-9d273c5186791349-00", + "traceparent": "00-20f08d191801dc41899b5c074bdc3d1c-0d5ab2050089ee42-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201016.1", + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "a5ff30bf5dcde7922209a203b5a7a57e", @@ -22,24 +22,24 @@ }, "StatusCode": 201, "ResponseHeaders": { - "apim-request-id": "2666737f-f0f8-4251-b5d7-8f74ae8f6676", + "apim-request-id": "02e2f351-f045-451c-a95a-f6b75c68ea92", "Content-Length": "0", - "Date": "Fri, 16 Oct 2020 18:19:11 GMT", - "Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/63304745-836a-476b-b734-0add2e6b8a8a", + "Date": "Fri, 30 Oct 2020 12:53:07 GMT", + "Location": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/d10ff484-5c63-4d65-bf8c-efae6e9d5dce", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "767" + "x-envoy-upstream-service-time": "160" }, "ResponseBody": [] }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/63304745-836a-476b-b734-0add2e6b8a8a?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/d10ff484-5c63-4d65-bf8c-efae6e9d5dce?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201016.1", + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "4a74b1f3bcafccdbb3407799347701e5", @@ -48,31 +48,31 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "8212127b-9ecd-41dc-9668-062021424ccd", + "apim-request-id": "59d3ea51-536d-442b-9bf5-b6ce7e0bffb9", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 16 Oct 2020 18:19:11 GMT", + "Date": "Fri, 30 Oct 2020 12:53:07 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "22" + "x-envoy-upstream-service-time": "19" }, "ResponseBody": { "modelInfo": { - "modelId": "63304745-836a-476b-b734-0add2e6b8a8a", + "modelId": "d10ff484-5c63-4d65-bf8c-efae6e9d5dce", "status": "creating", - "createdDateTime": "2020-10-16T18:19:11Z", - "lastUpdatedDateTime": "2020-10-16T18:19:11Z" + "createdDateTime": "2020-10-30T12:53:07Z", + "lastUpdatedDateTime": "2020-10-30T12:53:07Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/63304745-836a-476b-b734-0add2e6b8a8a?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/d10ff484-5c63-4d65-bf8c-efae6e9d5dce?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201016.1", + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "47a5f79344c007140a828ea8de42560b", @@ -81,31 +81,31 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "e40c2ff5-dc98-4be1-b001-fe7335d777e9", + "apim-request-id": "f7799ad4-a741-4c53-b9c6-82524b3fde99", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 16 Oct 2020 18:19:12 GMT", + "Date": "Fri, 30 Oct 2020 12:53:08 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": "17" }, "ResponseBody": { "modelInfo": { - "modelId": "63304745-836a-476b-b734-0add2e6b8a8a", + "modelId": "d10ff484-5c63-4d65-bf8c-efae6e9d5dce", "status": "creating", - "createdDateTime": "2020-10-16T18:19:11Z", - "lastUpdatedDateTime": "2020-10-16T18:19:11Z" + "createdDateTime": "2020-10-30T12:53:07Z", + "lastUpdatedDateTime": "2020-10-30T12:53:07Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/63304745-836a-476b-b734-0add2e6b8a8a?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/d10ff484-5c63-4d65-bf8c-efae6e9d5dce?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201016.1", + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "d4521a017188038d5532f18de6f9b3aa", @@ -114,56 +114,23 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "6018554e-81f8-4fd8-ba5d-f2fa94426e4c", + "apim-request-id": "54739b18-65be-4ffe-b01f-ec92e375f944", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 16 Oct 2020 18:19:13 GMT", + "Date": "Fri, 30 Oct 2020 12:53:10 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": "20" }, "ResponseBody": { "modelInfo": { - "modelId": "63304745-836a-476b-b734-0add2e6b8a8a", - "status": "creating", - "createdDateTime": "2020-10-16T18:19:11Z", - "lastUpdatedDateTime": "2020-10-16T18:19:11Z" - } - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/63304745-836a-476b-b734-0add2e6b8a8a?includeKeys=true", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201016.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "bd70bd075e02afbe9c6c402d2e32ee70", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "c1ba8a8f-c11f-4c13-bb9c-5fbdd52599a8", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 16 Oct 2020 18:19:14 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "26" - }, - "ResponseBody": { - "modelInfo": { - "modelId": "63304745-836a-476b-b734-0add2e6b8a8a", + "modelId": "d10ff484-5c63-4d65-bf8c-efae6e9d5dce", "attributes": { "isComposed": false }, "status": "ready", - "createdDateTime": "2020-10-16T18:19:11Z", - "lastUpdatedDateTime": "2020-10-16T18:19:15Z" + "createdDateTime": "2020-10-30T12:53:07Z", + "lastUpdatedDateTime": "2020-10-30T12:53:09Z" }, "trainResult": { "averageModelAccuracy": 1.0, @@ -213,332 +180,212 @@ } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/63304745-836a-476b-b734-0add2e6b8a8a/analyze?includeTextDetails=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/d10ff484-5c63-4d65-bf8c-efae6e9d5dce/analyze?includeTextDetails=true", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "251215", "Content-Type": "application/pdf", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-31f70ddf9855a048aa96ba170c36aaed-f618d4fb3c24304c-00", + "traceparent": "00-863e581e10c6414197a782b6cd1d0b6d-b6619c5fc3f9a147-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201016.1", + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "19976be92d25225c6aa2f18d52862111", + "x-ms-client-request-id": "bd70bd075e02afbe9c6c402d2e32ee70", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "6851476d-d823-426a-87f1-d7ebec699c57", + "apim-request-id": "e3501d4b-2951-451e-a953-956ff450b0d2", "Content-Length": "0", - "Date": "Fri, 16 Oct 2020 18:19:15 GMT", - "Operation-Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/63304745-836a-476b-b734-0add2e6b8a8a/analyzeresults/a7fa6265-bd08-4342-9d9f-e1018698fe55", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "152" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/63304745-836a-476b-b734-0add2e6b8a8a/analyzeResults/a7fa6265-bd08-4342-9d9f-e1018698fe55", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201016.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "21a0e4ce99d2a3095ba3371b3060d522", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "20059168-c62c-4b25-8623-522a4b5a6d0c", - "Content-Length": "109", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 16 Oct 2020 18:19:15 GMT", + "Date": "Fri, 30 Oct 2020 12:53:10 GMT", + "Operation-Location": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/d10ff484-5c63-4d65-bf8c-efae6e9d5dce/analyzeresults/866c2e8e-9a10-4a22-a00b-c35d97e7d542", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", "x-envoy-upstream-service-time": "81" }, - "ResponseBody": { - "status": "notStarted", - "createdDateTime": "2020-10-16T18:19:16Z", - "lastUpdatedDateTime": "2020-10-16T18:19:16Z" - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/63304745-836a-476b-b734-0add2e6b8a8a/analyzeResults/a7fa6265-bd08-4342-9d9f-e1018698fe55", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201016.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "7aa481439a61da84604d525f6d315c16", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "ab7f90e9-9bd1-4be7-8956-9bf857f4b8cc", - "Content-Length": "109", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 16 Oct 2020 18:19:16 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "31" - }, - "ResponseBody": { - "status": "notStarted", - "createdDateTime": "2020-10-16T18:19:16Z", - "lastUpdatedDateTime": "2020-10-16T18:19:16Z" - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/63304745-836a-476b-b734-0add2e6b8a8a/analyzeResults/a7fa6265-bd08-4342-9d9f-e1018698fe55", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201016.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "495e2f4bcd92509e61f4bd82f541f10a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "6272b5db-c4d2-4212-ab99-2a49ef919be4", - "Content-Length": "109", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 16 Oct 2020 18:19: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-10-16T18:19:16Z", - "lastUpdatedDateTime": "2020-10-16T18:19:16Z" - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/63304745-836a-476b-b734-0add2e6b8a8a/analyzeResults/a7fa6265-bd08-4342-9d9f-e1018698fe55", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201016.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "d149cecda6e234af5fc5c18446aa352a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "ef3c3073-3d96-4ffe-b101-9146c89314cb", - "Content-Length": "109", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 16 Oct 2020 18:19:18 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "105" - }, - "ResponseBody": { - "status": "notStarted", - "createdDateTime": "2020-10-16T18:19:16Z", - "lastUpdatedDateTime": "2020-10-16T18:19:16Z" - } + "ResponseBody": [] }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/63304745-836a-476b-b734-0add2e6b8a8a/analyzeResults/a7fa6265-bd08-4342-9d9f-e1018698fe55", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/d10ff484-5c63-4d65-bf8c-efae6e9d5dce/analyzeResults/866c2e8e-9a10-4a22-a00b-c35d97e7d542", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201016.1", + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "01cf21468b017690e254186cdc02e51e", + "x-ms-client-request-id": "19976be92d25225c6aa2f18d52862111", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "56b20dff-30dc-4275-bccb-205fd57b886f", + "apim-request-id": "3afefbf8-1f06-4d98-a5c4-2799fc2b781b", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 16 Oct 2020 18:19:20 GMT", + "Date": "Fri, 30 Oct 2020 12:53:11 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": "22" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-10-16T18:19:16Z", - "lastUpdatedDateTime": "2020-10-16T18:19:19Z" + "createdDateTime": "2020-10-30T12:53:10Z", + "lastUpdatedDateTime": "2020-10-30T12:53:10Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/63304745-836a-476b-b734-0add2e6b8a8a/analyzeResults/a7fa6265-bd08-4342-9d9f-e1018698fe55", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/d10ff484-5c63-4d65-bf8c-efae6e9d5dce/analyzeResults/866c2e8e-9a10-4a22-a00b-c35d97e7d542", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201016.1", + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "9e91485c8be7a4337f29eacc0c1909b7", + "x-ms-client-request-id": "21a0e4ce99d2a3095ba3371b3060d522", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "5b050e31-96ab-4daa-a2ed-811198e12a50", + "apim-request-id": "bda272bb-f1b5-4023-9226-c3d45fe9a14c", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 16 Oct 2020 18:19:21 GMT", + "Date": "Fri, 30 Oct 2020 12:53:12 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": "30" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-10-16T18:19:16Z", - "lastUpdatedDateTime": "2020-10-16T18:19:19Z" + "createdDateTime": "2020-10-30T12:53:10Z", + "lastUpdatedDateTime": "2020-10-30T12:53:11Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/63304745-836a-476b-b734-0add2e6b8a8a/analyzeResults/a7fa6265-bd08-4342-9d9f-e1018698fe55", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/d10ff484-5c63-4d65-bf8c-efae6e9d5dce/analyzeResults/866c2e8e-9a10-4a22-a00b-c35d97e7d542", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201016.1", + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "d33c92beef7142083ed2ee8e8d43585d", + "x-ms-client-request-id": "7aa481439a61da84604d525f6d315c16", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "7b25fb1f-0d44-4e48-bada-4e28b7bd0dbf", + "apim-request-id": "7a2da6a4-30f0-4811-b388-5733450fb331", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 16 Oct 2020 18:19:22 GMT", + "Date": "Fri, 30 Oct 2020 12:53:13 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": "23" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-10-16T18:19:16Z", - "lastUpdatedDateTime": "2020-10-16T18:19:19Z" + "createdDateTime": "2020-10-30T12:53:10Z", + "lastUpdatedDateTime": "2020-10-30T12:53:11Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/63304745-836a-476b-b734-0add2e6b8a8a/analyzeResults/a7fa6265-bd08-4342-9d9f-e1018698fe55", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/d10ff484-5c63-4d65-bf8c-efae6e9d5dce/analyzeResults/866c2e8e-9a10-4a22-a00b-c35d97e7d542", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201016.1", + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "fd28a2e09718ba42ee2a82d7a0c36ac8", + "x-ms-client-request-id": "495e2f4bcd92509e61f4bd82f541f10a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "d19055fa-dde7-4df2-aa7c-2f475cb62215", + "apim-request-id": "738db16b-f184-4b99-a167-a72b7b8f050f", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 16 Oct 2020 18:19:23 GMT", + "Date": "Fri, 30 Oct 2020 12:53:14 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "26" + "x-envoy-upstream-service-time": "132" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-10-16T18:19:16Z", - "lastUpdatedDateTime": "2020-10-16T18:19:22Z" + "createdDateTime": "2020-10-30T12:53:10Z", + "lastUpdatedDateTime": "2020-10-30T12:53:14Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/63304745-836a-476b-b734-0add2e6b8a8a/analyzeResults/a7fa6265-bd08-4342-9d9f-e1018698fe55", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/d10ff484-5c63-4d65-bf8c-efae6e9d5dce/analyzeResults/866c2e8e-9a10-4a22-a00b-c35d97e7d542", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201016.1", + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "4aad614a12c56cad3f4f60149ca5173c", + "x-ms-client-request-id": "d149cecda6e234af5fc5c18446aa352a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "d14d83c7-8657-4655-b367-ec3838f27c0c", + "apim-request-id": "24271cb2-9004-4db7-a87a-8157454ca31e", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 16 Oct 2020 18:19:24 GMT", + "Date": "Fri, 30 Oct 2020 12:53:15 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "160" + "x-envoy-upstream-service-time": "23" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-10-16T18:19:16Z", - "lastUpdatedDateTime": "2020-10-16T18:19:22Z" + "createdDateTime": "2020-10-30T12:53:10Z", + "lastUpdatedDateTime": "2020-10-30T12:53:14Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/63304745-836a-476b-b734-0add2e6b8a8a/analyzeResults/a7fa6265-bd08-4342-9d9f-e1018698fe55", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/d10ff484-5c63-4d65-bf8c-efae6e9d5dce/analyzeResults/866c2e8e-9a10-4a22-a00b-c35d97e7d542", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201016.1", + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "6aec8dd10cf1279f4f81e5466d31a17b", + "x-ms-client-request-id": "01cf21468b017690e254186cdc02e51e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "cd7ef986-33d5-471d-bc6f-e12a12e60895", + "apim-request-id": "c66a4bb4-d7f5-442e-8859-3c68db5bf528", "Content-Length": "35389", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 16 Oct 2020 18:19:25 GMT", + "Date": "Fri, 30 Oct 2020 12:53:18 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "60" + "x-envoy-upstream-service-time": "34" }, "ResponseBody": { "status": "succeeded", - "createdDateTime": "2020-10-16T18:19:16Z", - "lastUpdatedDateTime": "2020-10-16T18:19:26Z", + "createdDateTime": "2020-10-30T12:53:10Z", + "lastUpdatedDateTime": "2020-10-30T12:53:18Z", "analyzeResult": { "version": "2.1.0", "readResults": [ @@ -3798,7 +3645,7 @@ 8.5396 ], "text": "Singer", - "confidence": 0.948 + "confidence": 0.947 } ] }, @@ -4959,13 +4806,32 @@ ], "documentResults": [ { - "docType": "custom:63304745-836a-476b-b734-0add2e6b8a8a", - "modelId": "63304745-836a-476b-b734-0add2e6b8a8a", + "docType": "custom:d10ff484-5c63-4d65-bf8c-efae6e9d5dce", + "modelId": "d10ff484-5c63-4d65-bf8c-efae6e9d5dce", "pageRange": [ 1, 1 ], "fields": { + "AMEX_SELECTION_MARK": { + "type": "selectionMark", + "text": "selected", + "page": 1, + "boundingBox": [ + 2.285, + 5.42, + 2.465, + 5.42, + 2.465, + 5.595, + 2.285, + 5.595 + ], + "confidence": 1.0, + "elements": [ + "#/readResults/0/selectionMarks/2" + ] + }, "MASTERCARD_SELECTION_MARK": { "type": "selectionMark", "text": "unselected", @@ -5003,25 +4869,6 @@ "elements": [ "#/readResults/0/selectionMarks/1" ] - }, - "AMEX_SELECTION_MARK": { - "type": "selectionMark", - "text": "selected", - "page": 1, - "boundingBox": [ - 2.285, - 5.42, - 2.465, - 5.42, - 2.465, - 5.595, - 2.285, - 5.595 - ], - "confidence": 1.0, - "elements": [ - "#/readResults/0/selectionMarks/2" - ] } }, "docTypeConfidence": 1.0 @@ -5032,35 +4879,35 @@ } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/63304745-836a-476b-b734-0add2e6b8a8a", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/d10ff484-5c63-4d65-bf8c-efae6e9d5dce", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-f14325f58b2b3143943a0afab8ca09be-1b8ae8f903c64845-00", + "traceparent": "00-28e705accfc8274b9da00c2caced17f7-4afd8b012640c449-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201016.1", + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "2c4426680d95cd97f5bbbdc9372e1d48", + "x-ms-client-request-id": "9e91485c8be7a4337f29eacc0c1909b7", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 204, "ResponseHeaders": { - "apim-request-id": "b90ee4e8-13fa-4afa-8c18-e36b36649579", + "apim-request-id": "addd7c99-f0b6-498c-94c0-fceafb3291cc", "Content-Length": "0", - "Date": "Fri, 16 Oct 2020 18:19:26 GMT", + "Date": "Fri, 30 Oct 2020 12:53:18 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "41" + "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-westcentralus.cognitiveservices.azure.com/", "FORM_RECOGNIZER_SELECTION_MARK_BLOB_CONTAINER_SAS_URL": "https://sanitized.blob.core.windows.net", "RandomSeed": "113080749" } diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsWithLabelsAndSelectionMarks(True)Async.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsWithLabelsAndSelectionMarks(True)Async.json index 488519d291c78..ad205b97acb26 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsWithLabelsAndSelectionMarks(True)Async.json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsWithLabelsAndSelectionMarks(True)Async.json @@ -1,16 +1,16 @@ { "Entries": [ { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "42", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-eea3c244fe4b2240bf3945d5ec98659c-485d699a8743c94b-00", + "traceparent": "00-285f633a3f81824d9c0487316f89ef34-15daf75743901749-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201016.1", + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "c8ed64c1e42ba69f82de0b9db1d36b4b", @@ -22,24 +22,24 @@ }, "StatusCode": 201, "ResponseHeaders": { - "apim-request-id": "84c2496b-56a0-4082-be50-e55f22ea7845", + "apim-request-id": "2948f004-f0a4-45ea-9844-648bfdf19da4", "Content-Length": "0", - "Date": "Fri, 16 Oct 2020 18:19:46 GMT", - "Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/170967ac-4cb2-4c7c-a763-83882b04cc86", + "Date": "Fri, 30 Oct 2020 12:59:21 GMT", + "Location": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/a2d836e2-cd0e-4af5-b572-87643ea4f76f", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "738" + "x-envoy-upstream-service-time": "109" }, "ResponseBody": [] }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/170967ac-4cb2-4c7c-a763-83882b04cc86?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/a2d836e2-cd0e-4af5-b572-87643ea4f76f?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201016.1", + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "b6e0a500e19c2e304c51407c5ac34e5e", @@ -48,31 +48,31 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "d261ff16-270d-4b61-819c-524a94430e71", + "apim-request-id": "68daf405-afa0-4d61-aac0-78120799860e", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 16 Oct 2020 18:19:46 GMT", + "Date": "Fri, 30 Oct 2020 12:59:21 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": "170967ac-4cb2-4c7c-a763-83882b04cc86", + "modelId": "a2d836e2-cd0e-4af5-b572-87643ea4f76f", "status": "creating", - "createdDateTime": "2020-10-16T18:19:45Z", - "lastUpdatedDateTime": "2020-10-16T18:19:45Z" + "createdDateTime": "2020-10-30T12:59:22Z", + "lastUpdatedDateTime": "2020-10-30T12:59:22Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/170967ac-4cb2-4c7c-a763-83882b04cc86?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/a2d836e2-cd0e-4af5-b572-87643ea4f76f?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201016.1", + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "a8cace134b4242324943149263608cde", @@ -81,89 +81,23 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "9f78876f-f376-4570-976a-4ea74886cf01", + "apim-request-id": "32e6836f-1066-42b7-913c-defea9b9eda7", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 16 Oct 2020 18:19:47 GMT", + "Date": "Fri, 30 Oct 2020 12:59:23 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "90" + "x-envoy-upstream-service-time": "21" }, "ResponseBody": { "modelInfo": { - "modelId": "170967ac-4cb2-4c7c-a763-83882b04cc86", - "status": "creating", - "createdDateTime": "2020-10-16T18:19:45Z", - "lastUpdatedDateTime": "2020-10-16T18:19:45Z" - } - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/170967ac-4cb2-4c7c-a763-83882b04cc86?includeKeys=true", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201016.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "b41f38fe0a28e0e133bf7bd9a4234cbe", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "ebafcc31-e211-4934-9402-52d70368c125", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 16 Oct 2020 18:19:48 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": "170967ac-4cb2-4c7c-a763-83882b04cc86", - "status": "creating", - "createdDateTime": "2020-10-16T18:19:45Z", - "lastUpdatedDateTime": "2020-10-16T18:19:45Z" - } - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/170967ac-4cb2-4c7c-a763-83882b04cc86?includeKeys=true", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201016.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "e28aac90c208b408729d6c59cc9dcbeb", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "f1be015d-7bd5-4d05-aa98-57874512efcd", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 16 Oct 2020 18:19:49 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": "170967ac-4cb2-4c7c-a763-83882b04cc86", + "modelId": "a2d836e2-cd0e-4af5-b572-87643ea4f76f", "attributes": { "isComposed": false }, "status": "ready", - "createdDateTime": "2020-10-16T18:19:45Z", - "lastUpdatedDateTime": "2020-10-16T18:19:49Z" + "createdDateTime": "2020-10-30T12:59:22Z", + "lastUpdatedDateTime": "2020-10-30T12:59:23Z" }, "trainResult": { "averageModelAccuracy": 1.0, @@ -213,362 +147,242 @@ } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/170967ac-4cb2-4c7c-a763-83882b04cc86/analyze?includeTextDetails=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/a2d836e2-cd0e-4af5-b572-87643ea4f76f/analyze?includeTextDetails=true", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "251215", "Content-Type": "application/pdf", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-c1e38e4b40e38640899d9ec8eb65d1b1-bfad86fcc909964b-00", + "traceparent": "00-b93fcd29f5a220449a4f497293ff3f5f-b309ab176bbcff40-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201016.1", + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "227e61c499a40836edea7483d0589e26", + "x-ms-client-request-id": "b41f38fe0a28e0e133bf7bd9a4234cbe", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "4c9e255f-524f-4200-9362-c1cab59f85d8", + "apim-request-id": "f6d7f176-0b57-4937-be0c-d02b0673df1d", "Content-Length": "0", - "Date": "Fri, 16 Oct 2020 18:19:49 GMT", - "Operation-Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/170967ac-4cb2-4c7c-a763-83882b04cc86/analyzeresults/61441bdb-ceb0-4b2f-947f-8511c12d65b7", + "Date": "Fri, 30 Oct 2020 12:59:25 GMT", + "Operation-Location": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/a2d836e2-cd0e-4af5-b572-87643ea4f76f/analyzeresults/7c550008-4dd6-44ac-8e55-d0cef532a7e3", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "81" + "x-envoy-upstream-service-time": "79" }, "ResponseBody": [] }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/170967ac-4cb2-4c7c-a763-83882b04cc86/analyzeResults/61441bdb-ceb0-4b2f-947f-8511c12d65b7", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/a2d836e2-cd0e-4af5-b572-87643ea4f76f/analyzeResults/7c550008-4dd6-44ac-8e55-d0cef532a7e3", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201016.1", + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "b60256f6aad63cd52f6a418a9d871396", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "d5b134c2-d229-443e-aa29-2e5555b73727", - "Content-Length": "109", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 16 Oct 2020 18:19:49 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "27" - }, - "ResponseBody": { - "status": "notStarted", - "createdDateTime": "2020-10-16T18:19:49Z", - "lastUpdatedDateTime": "2020-10-16T18:19:49Z" - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/170967ac-4cb2-4c7c-a763-83882b04cc86/analyzeResults/61441bdb-ceb0-4b2f-947f-8511c12d65b7", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201016.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "42158ff329a5f6197581f51e4d84e41a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "3e80b4c2-c651-45f1-ba70-89bcab603c16", - "Content-Length": "109", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 16 Oct 2020 18:19:50 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "30" - }, - "ResponseBody": { - "status": "notStarted", - "createdDateTime": "2020-10-16T18:19:49Z", - "lastUpdatedDateTime": "2020-10-16T18:19:50Z" - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/170967ac-4cb2-4c7c-a763-83882b04cc86/analyzeResults/61441bdb-ceb0-4b2f-947f-8511c12d65b7", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201016.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "766246ff149b1a158b42f23958ab6b65", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "02b64de6-9cfb-4b7f-8123-74477257b82d", - "Content-Length": "109", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 16 Oct 2020 18:19:51 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "35" - }, - "ResponseBody": { - "status": "notStarted", - "createdDateTime": "2020-10-16T18:19:49Z", - "lastUpdatedDateTime": "2020-10-16T18:19:50Z" - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/170967ac-4cb2-4c7c-a763-83882b04cc86/analyzeResults/61441bdb-ceb0-4b2f-947f-8511c12d65b7", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201016.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "4090ded75b43cc813c0b4154b4b7eeab", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "083b3e7a-2236-456a-aba5-3533a28ffe49", - "Content-Length": "109", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 16 Oct 2020 18:19:52 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "29" - }, - "ResponseBody": { - "status": "notStarted", - "createdDateTime": "2020-10-16T18:19:49Z", - "lastUpdatedDateTime": "2020-10-16T18:19:50Z" - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/170967ac-4cb2-4c7c-a763-83882b04cc86/analyzeResults/61441bdb-ceb0-4b2f-947f-8511c12d65b7", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201016.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "578b27869c25defb79fab66337e09ec9", + "x-ms-client-request-id": "e28aac90c208b408729d6c59cc9dcbeb", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "6b9ec095-6673-4d7f-9108-594adfea8e5a", + "apim-request-id": "ae67bc25-330f-499e-be10-b9d031977acf", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 16 Oct 2020 18:19:53 GMT", + "Date": "Fri, 30 Oct 2020 12:59:25 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "27" + "x-envoy-upstream-service-time": "47" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-10-16T18:19:49Z", - "lastUpdatedDateTime": "2020-10-16T18:19:53Z" + "createdDateTime": "2020-10-30T12:59:25Z", + "lastUpdatedDateTime": "2020-10-30T12:59:25Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/170967ac-4cb2-4c7c-a763-83882b04cc86/analyzeResults/61441bdb-ceb0-4b2f-947f-8511c12d65b7", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/a2d836e2-cd0e-4af5-b572-87643ea4f76f/analyzeResults/7c550008-4dd6-44ac-8e55-d0cef532a7e3", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201016.1", + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "6f479016a4f4a3d7c4953a8fd3c166d4", + "x-ms-client-request-id": "227e61c499a40836edea7483d0589e26", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "5b11fb56-fedc-4795-977d-9948e5bee2b4", + "apim-request-id": "5103acff-917b-4654-bf5a-2942efa7044f", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 16 Oct 2020 18:19:54 GMT", + "Date": "Fri, 30 Oct 2020 12:59:26 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "155" + "x-envoy-upstream-service-time": "25" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-10-16T18:19:49Z", - "lastUpdatedDateTime": "2020-10-16T18:19:53Z" + "createdDateTime": "2020-10-30T12:59:25Z", + "lastUpdatedDateTime": "2020-10-30T12:59:25Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/170967ac-4cb2-4c7c-a763-83882b04cc86/analyzeResults/61441bdb-ceb0-4b2f-947f-8511c12d65b7", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/a2d836e2-cd0e-4af5-b572-87643ea4f76f/analyzeResults/7c550008-4dd6-44ac-8e55-d0cef532a7e3", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201016.1", + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "30b3465313203a3fe3b1c648a41e955c", + "x-ms-client-request-id": "b60256f6aad63cd52f6a418a9d871396", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "7c158d48-4e5f-4ea4-b64f-0dde1c181696", + "apim-request-id": "52f7f32e-ca9e-47ea-9f2b-3b26397c44cb", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 16 Oct 2020 18:19:55 GMT", + "Date": "Fri, 30 Oct 2020 12:59:27 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "28" + "x-envoy-upstream-service-time": "22" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-10-16T18:19:49Z", - "lastUpdatedDateTime": "2020-10-16T18:19:53Z" + "createdDateTime": "2020-10-30T12:59:25Z", + "lastUpdatedDateTime": "2020-10-30T12:59:25Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/170967ac-4cb2-4c7c-a763-83882b04cc86/analyzeResults/61441bdb-ceb0-4b2f-947f-8511c12d65b7", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/a2d836e2-cd0e-4af5-b572-87643ea4f76f/analyzeResults/7c550008-4dd6-44ac-8e55-d0cef532a7e3", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201016.1", + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "233e776d7f6fe1b750e8938f616c0bb8", + "x-ms-client-request-id": "42158ff329a5f6197581f51e4d84e41a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "622e92b4-2455-450d-a54f-0f0c98ce5873", + "apim-request-id": "fb447d53-1501-459a-b9aa-c3070a6e7fc0", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 16 Oct 2020 18:19:56 GMT", + "Date": "Fri, 30 Oct 2020 12:59:28 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "56" + "x-envoy-upstream-service-time": "31" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-10-16T18:19:49Z", - "lastUpdatedDateTime": "2020-10-16T18:19:56Z" + "createdDateTime": "2020-10-30T12:59:25Z", + "lastUpdatedDateTime": "2020-10-30T12:59:28Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/170967ac-4cb2-4c7c-a763-83882b04cc86/analyzeResults/61441bdb-ceb0-4b2f-947f-8511c12d65b7", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/a2d836e2-cd0e-4af5-b572-87643ea4f76f/analyzeResults/7c550008-4dd6-44ac-8e55-d0cef532a7e3", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201016.1", + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "f00fe2946d2c02a9500c8c43de8efea5", + "x-ms-client-request-id": "766246ff149b1a158b42f23958ab6b65", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "dd35bd5e-22d0-429c-9151-85ed05374e39", + "apim-request-id": "e7b36150-62f8-4e82-ac35-4b339526e337", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 16 Oct 2020 18:19:57 GMT", + "Date": "Fri, 30 Oct 2020 12:59:29 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": "25" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-10-16T18:19:49Z", - "lastUpdatedDateTime": "2020-10-16T18:19:56Z" + "createdDateTime": "2020-10-30T12:59:25Z", + "lastUpdatedDateTime": "2020-10-30T12:59:28Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/170967ac-4cb2-4c7c-a763-83882b04cc86/analyzeResults/61441bdb-ceb0-4b2f-947f-8511c12d65b7", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/a2d836e2-cd0e-4af5-b572-87643ea4f76f/analyzeResults/7c550008-4dd6-44ac-8e55-d0cef532a7e3", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201016.1", + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "5c21de004282d4648fd1e03880b0d876", + "x-ms-client-request-id": "4090ded75b43cc813c0b4154b4b7eeab", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "6fd2adab-bbda-4bdc-9d3b-3690da8c20ef", + "apim-request-id": "588aed91-ca67-4770-a3e3-f4b8975466a7", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 16 Oct 2020 18:19:58 GMT", + "Date": "Fri, 30 Oct 2020 12:59:31 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "34" + "x-envoy-upstream-service-time": "23" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-10-16T18:19:49Z", - "lastUpdatedDateTime": "2020-10-16T18:19:56Z" + "createdDateTime": "2020-10-30T12:59:25Z", + "lastUpdatedDateTime": "2020-10-30T12:59:28Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/170967ac-4cb2-4c7c-a763-83882b04cc86/analyzeResults/61441bdb-ceb0-4b2f-947f-8511c12d65b7", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/a2d836e2-cd0e-4af5-b572-87643ea4f76f/analyzeResults/7c550008-4dd6-44ac-8e55-d0cef532a7e3", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201016.1", + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "c2b30da5a40fff2fcd3bd363f27403c1", + "x-ms-client-request-id": "578b27869c25defb79fab66337e09ec9", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "e01c5a3f-0494-48f8-9e12-cc4290fe82db", + "apim-request-id": "a4a7f896-f63b-4472-8429-99f276aa6216", "Content-Length": "35389", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 16 Oct 2020 18:19:59 GMT", + "Date": "Fri, 30 Oct 2020 12:59:32 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", "x-envoy-upstream-service-time": "33" }, "ResponseBody": { "status": "succeeded", - "createdDateTime": "2020-10-16T18:19:49Z", - "lastUpdatedDateTime": "2020-10-16T18:19:59Z", + "createdDateTime": "2020-10-30T12:59:25Z", + "lastUpdatedDateTime": "2020-10-30T12:59:31Z", "analyzeResult": { "version": "2.1.0", "readResults": [ @@ -4989,30 +4803,30 @@ ], "documentResults": [ { - "docType": "custom:170967ac-4cb2-4c7c-a763-83882b04cc86", - "modelId": "170967ac-4cb2-4c7c-a763-83882b04cc86", + "docType": "custom:a2d836e2-cd0e-4af5-b572-87643ea4f76f", + "modelId": "a2d836e2-cd0e-4af5-b572-87643ea4f76f", "pageRange": [ 1, 1 ], "fields": { - "VISA_SELECTION_MARK": { + "AMEX_SELECTION_MARK": { "type": "selectionMark", - "text": "unselected", + "text": "selected", "page": 1, "boundingBox": [ - 1.605, - 5.425, - 1.775, - 5.425, - 1.775, + 2.285, + 5.42, + 2.465, + 5.42, + 2.465, 5.595, - 1.605, + 2.285, 5.595 ], "confidence": 1.0, "elements": [ - "#/readResults/0/selectionMarks/1" + "#/readResults/0/selectionMarks/2" ] }, "MASTERCARD_SELECTION_MARK": { @@ -5034,23 +4848,23 @@ "#/readResults/0/selectionMarks/0" ] }, - "AMEX_SELECTION_MARK": { + "VISA_SELECTION_MARK": { "type": "selectionMark", - "text": "selected", + "text": "unselected", "page": 1, "boundingBox": [ - 2.285, - 5.42, - 2.465, - 5.42, - 2.465, + 1.605, + 5.425, + 1.775, + 5.425, + 1.775, 5.595, - 2.285, + 1.605, 5.595 ], "confidence": 1.0, "elements": [ - "#/readResults/0/selectionMarks/2" + "#/readResults/0/selectionMarks/1" ] } }, @@ -5062,25 +4876,25 @@ } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/170967ac-4cb2-4c7c-a763-83882b04cc86", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/a2d836e2-cd0e-4af5-b572-87643ea4f76f", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-186a5ff6d829d54bb6a5ccb8ac449202-81583bd0b2936144-00", + "traceparent": "00-069b7f7fbd8d6547b1a146132d6eaa0e-511010951e329148-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201016.1", + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "838fede9af4a52367d3a615a8c7082a0", + "x-ms-client-request-id": "6f479016a4f4a3d7c4953a8fd3c166d4", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 204, "ResponseHeaders": { - "apim-request-id": "7246385b-26bd-4233-99aa-520e79361754", + "apim-request-id": "0d00b7d0-dc46-485a-a245-f922bf7a5cc2", "Content-Length": "0", - "Date": "Fri, 16 Oct 2020 18:19:59 GMT", + "Date": "Fri, 30 Oct 2020 12:59:32 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", "x-envoy-upstream-service-time": "32" @@ -5090,7 +4904,7 @@ ], "Variables": { "FORM_RECOGNIZER_API_KEY": "Sanitized", - "FORM_RECOGNIZER_ENDPOINT": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/", + "FORM_RECOGNIZER_ENDPOINT": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/", "FORM_RECOGNIZER_SELECTION_MARK_BLOB_CONTAINER_SAS_URL": "https://sanitized.blob.core.windows.net", "RandomSeed": "1190978338" } diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsWithLabelsCanParseBlankPage.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsWithLabelsCanParseBlankPage.json index b3a5aa946d76c..e15845bb75670 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsWithLabelsCanParseBlankPage.json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsWithLabelsCanParseBlankPage.json @@ -1,17 +1,17 @@ { "Entries": [ { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "42", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-4f28bfcd7973a14bb70827a28bd45c59-b4ffcfbab6bc3b44-00", + "traceparent": "00-92a4d5ba77d6834a9fb386c1382b5469-1ac5d87df09c7f4c-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "cd613dd032dfb3c02a02c836a2d59792", "x-ms-return-client-request-id": "true" @@ -22,25 +22,25 @@ }, "StatusCode": 201, "ResponseHeaders": { - "apim-request-id": "bc413410-d237-4350-b420-9c499365d9e4", + "apim-request-id": "8a8fa17d-5a5b-411d-8af4-9d5a0ef01eed", "Content-Length": "0", - "Date": "Wed, 09 Sep 2020 22:28:32 GMT", - "Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/34fe23d4-7756-4e94-b878-0f0f3128931e", + "Date": "Fri, 30 Oct 2020 12:50:43 GMT", + "Location": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/fe00a8fe-a50f-4c90-926c-a1bcc2a8d57e", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "253" + "x-envoy-upstream-service-time": "529" }, "ResponseBody": [] }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/34fe23d4-7756-4e94-b878-0f0f3128931e?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/fe00a8fe-a50f-4c90-926c-a1bcc2a8d57e?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "f1de004151442f5c9dbcc1e5552acbe9", "x-ms-return-client-request-id": "true" @@ -48,32 +48,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "cc8cef65-99da-4d52-8761-247f43803ab9", + "apim-request-id": "8c1f625e-b361-4640-81a1-36c2afaffefa", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:28:32 GMT", + "Date": "Fri, 30 Oct 2020 12:50:43 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": "199" }, "ResponseBody": { "modelInfo": { - "modelId": "34fe23d4-7756-4e94-b878-0f0f3128931e", + "modelId": "fe00a8fe-a50f-4c90-926c-a1bcc2a8d57e", "status": "creating", - "createdDateTime": "2020-09-09T22:28:32Z", - "lastUpdatedDateTime": "2020-09-09T22:28:32Z" + "createdDateTime": "2020-10-30T12:50:43Z", + "lastUpdatedDateTime": "2020-10-30T12:50:43Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/34fe23d4-7756-4e94-b878-0f0f3128931e?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/fe00a8fe-a50f-4c90-926c-a1bcc2a8d57e?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "7aecc22c98e24e0e420b500c78c56c9f", "x-ms-return-client-request-id": "true" @@ -81,32 +81,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "bc55eee0-8db5-48e7-8061-7ebaf366ca34", + "apim-request-id": "07b34407-1738-4590-80d0-aa4ca4cb738b", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:28:33 GMT", + "Date": "Fri, 30 Oct 2020 12:50:44 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "53" + "x-envoy-upstream-service-time": "224" }, "ResponseBody": { "modelInfo": { - "modelId": "34fe23d4-7756-4e94-b878-0f0f3128931e", + "modelId": "fe00a8fe-a50f-4c90-926c-a1bcc2a8d57e", "status": "creating", - "createdDateTime": "2020-09-09T22:28:32Z", - "lastUpdatedDateTime": "2020-09-09T22:28:32Z" + "createdDateTime": "2020-10-30T12:50:43Z", + "lastUpdatedDateTime": "2020-10-30T12:50:43Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/34fe23d4-7756-4e94-b878-0f0f3128931e?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/fe00a8fe-a50f-4c90-926c-a1bcc2a8d57e?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "d72eadef59c37fefe031302370da5dff", "x-ms-return-client-request-id": "true" @@ -114,23 +114,23 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "64f1974d-5322-4d06-95bd-e8e2cecf2bbb", + "apim-request-id": "4684d7ce-a969-40ec-a5dd-0d2a2d472830", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:28:34 GMT", + "Date": "Fri, 30 Oct 2020 12:50:47 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "32" + "x-envoy-upstream-service-time": "165" }, "ResponseBody": { "modelInfo": { - "modelId": "34fe23d4-7756-4e94-b878-0f0f3128931e", + "modelId": "fe00a8fe-a50f-4c90-926c-a1bcc2a8d57e", "attributes": { "isComposed": false }, "status": "ready", - "createdDateTime": "2020-09-09T22:28:32Z", - "lastUpdatedDateTime": "2020-09-09T22:28:34Z" + "createdDateTime": "2020-10-30T12:50:43Z", + "lastUpdatedDateTime": "2020-10-30T12:50:45Z" }, "trainResult": { "averageModelAccuracy": 0.96, @@ -228,17 +228,17 @@ } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/34fe23d4-7756-4e94-b878-0f0f3128931e/analyze?includeTextDetails=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/fe00a8fe-a50f-4c90-926c-a1bcc2a8d57e/analyze?includeTextDetails=true", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "25662", "Content-Type": "application/pdf", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-d85ff93ef09e224faf78cd1dbada2fe7-50a1815cfea99f4c-00", + "traceparent": "00-c71624f471e6e6478d10e4bcddbc3916-42ad017e7cd4c84b-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "df09df371de9a8aff18faf38014fb7d7", "x-ms-return-client-request-id": "true" @@ -246,25 +246,25 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "e062dd41-a5c7-4b0a-8acb-3d6cca3b6a36", + "apim-request-id": "1976c4d8-362b-46c5-b366-c33343b40d2d", "Content-Length": "0", - "Date": "Wed, 09 Sep 2020 22:28:34 GMT", - "Operation-Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/34fe23d4-7756-4e94-b878-0f0f3128931e/analyzeresults/d668fc2e-1e52-4c3b-91e6-2448a5038636", + "Date": "Fri, 30 Oct 2020 12:50:47 GMT", + "Operation-Location": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/fe00a8fe-a50f-4c90-926c-a1bcc2a8d57e/analyzeresults/81a7cea1-9725-4568-b350-92c396e5bd51", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "74" + "x-envoy-upstream-service-time": "211" }, "ResponseBody": [] }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/34fe23d4-7756-4e94-b878-0f0f3128931e/analyzeResults/d668fc2e-1e52-4c3b-91e6-2448a5038636", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/fe00a8fe-a50f-4c90-926c-a1bcc2a8d57e/analyzeResults/81a7cea1-9725-4568-b350-92c396e5bd51", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "a8f6214ff3fbd325d26c99b067ebdd67", "x-ms-return-client-request-id": "true" @@ -272,29 +272,29 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "4193c8f8-384a-4baf-beb7-71c420b1657f", + "apim-request-id": "c39265b7-373b-4650-ba07-590409718dd0", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:28:34 GMT", + "Date": "Fri, 30 Oct 2020 12:50:47 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "45" + "x-envoy-upstream-service-time": "159" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-09-09T22:28:35Z", - "lastUpdatedDateTime": "2020-09-09T22:28:35Z" + "createdDateTime": "2020-10-30T12:50:47Z", + "lastUpdatedDateTime": "2020-10-30T12:50:48Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/34fe23d4-7756-4e94-b878-0f0f3128931e/analyzeResults/d668fc2e-1e52-4c3b-91e6-2448a5038636", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/fe00a8fe-a50f-4c90-926c-a1bcc2a8d57e/analyzeResults/81a7cea1-9725-4568-b350-92c396e5bd51", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "99d550ae8dbbd1b6fd86e533aab67e90", "x-ms-return-client-request-id": "true" @@ -302,29 +302,29 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "5f7a6f6a-5469-4e8e-aff5-c108ab39bd27", + "apim-request-id": "6cd4019e-8dd6-4ebb-a5e1-4370a48ce364", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:28:35 GMT", + "Date": "Fri, 30 Oct 2020 12:50:49 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "57" + "x-envoy-upstream-service-time": "228" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-09-09T22:28:35Z", - "lastUpdatedDateTime": "2020-09-09T22:28:35Z" + "createdDateTime": "2020-10-30T12:50:47Z", + "lastUpdatedDateTime": "2020-10-30T12:50:48Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/34fe23d4-7756-4e94-b878-0f0f3128931e/analyzeResults/d668fc2e-1e52-4c3b-91e6-2448a5038636", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/fe00a8fe-a50f-4c90-926c-a1bcc2a8d57e/analyzeResults/81a7cea1-9725-4568-b350-92c396e5bd51", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "4fd3597ab4e34304b9360c7d83fe4006", "x-ms-return-client-request-id": "true" @@ -332,29 +332,29 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "b3f0d671-2cb8-4b80-9709-ffb786f5f8bc", + "apim-request-id": "c0bce2ac-e87f-49e2-9671-b294f808b4c3", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:28:36 GMT", + "Date": "Fri, 30 Oct 2020 12:50:50 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "45" + "x-envoy-upstream-service-time": "151" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-09-09T22:28:35Z", - "lastUpdatedDateTime": "2020-09-09T22:28:35Z" + "createdDateTime": "2020-10-30T12:50:47Z", + "lastUpdatedDateTime": "2020-10-30T12:50:48Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/34fe23d4-7756-4e94-b878-0f0f3128931e/analyzeResults/d668fc2e-1e52-4c3b-91e6-2448a5038636", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/fe00a8fe-a50f-4c90-926c-a1bcc2a8d57e/analyzeResults/81a7cea1-9725-4568-b350-92c396e5bd51", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "b08a48b21d7ac21b6a25aa750ef1291c", "x-ms-return-client-request-id": "true" @@ -362,29 +362,29 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "892ae01b-2435-423c-8c24-ff888483d13e", + "apim-request-id": "ffe20d42-2a7e-45a8-8669-dadf94fb1def", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:28:38 GMT", + "Date": "Fri, 30 Oct 2020 12:50:52 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "77" + "x-envoy-upstream-service-time": "119" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-09-09T22:28:35Z", - "lastUpdatedDateTime": "2020-09-09T22:28:38Z" + "createdDateTime": "2020-10-30T12:50:47Z", + "lastUpdatedDateTime": "2020-10-30T12:50:51Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/34fe23d4-7756-4e94-b878-0f0f3128931e/analyzeResults/d668fc2e-1e52-4c3b-91e6-2448a5038636", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/fe00a8fe-a50f-4c90-926c-a1bcc2a8d57e/analyzeResults/81a7cea1-9725-4568-b350-92c396e5bd51", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "0e3609ee8e17f9834c91df8580394eff", "x-ms-return-client-request-id": "true" @@ -392,29 +392,29 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "8a8ea769-5b3f-40f5-be6b-53a37e6ee244", + "apim-request-id": "aff294e8-ca4f-41ea-85e0-f6dc5eba60ec", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:28:39 GMT", + "Date": "Fri, 30 Oct 2020 12:50:53 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": "120" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-09-09T22:28:35Z", - "lastUpdatedDateTime": "2020-09-09T22:28:38Z" + "createdDateTime": "2020-10-30T12:50:47Z", + "lastUpdatedDateTime": "2020-10-30T12:50:51Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/34fe23d4-7756-4e94-b878-0f0f3128931e/analyzeResults/d668fc2e-1e52-4c3b-91e6-2448a5038636", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/fe00a8fe-a50f-4c90-926c-a1bcc2a8d57e/analyzeResults/81a7cea1-9725-4568-b350-92c396e5bd51", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "6181df45cd2c5c153e11e4be0a8e35c8", "x-ms-return-client-request-id": "true" @@ -422,48 +422,18 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "1f655508-9068-4912-99b7-28ecdf28ead8", - "Content-Length": "109", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:28:40 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "46" - }, - "ResponseBody": { - "status": "notStarted", - "createdDateTime": "2020-09-09T22:28:35Z", - "lastUpdatedDateTime": "2020-09-09T22:28:38Z" - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/34fe23d4-7756-4e94-b878-0f0f3128931e/analyzeResults/d668fc2e-1e52-4c3b-91e6-2448a5038636", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "7a8ef00d32c824eec49164e93e954131", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "54923dc0-581c-455c-81ed-f6d0666e6c21", + "apim-request-id": "ee1041d6-853d-4981-8945-477fce64512a", "Content-Length": "732", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:28:41 GMT", + "Date": "Fri, 30 Oct 2020 12:50:54 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "30" + "x-envoy-upstream-service-time": "185" }, "ResponseBody": { "status": "succeeded", - "createdDateTime": "2020-09-09T22:28:35Z", - "lastUpdatedDateTime": "2020-09-09T22:28:41Z", + "createdDateTime": "2020-10-30T12:50:47Z", + "lastUpdatedDateTime": "2020-10-30T12:50:54Z", "analyzeResult": { "version": "2.1.0", "readResults": [ @@ -484,8 +454,8 @@ ], "documentResults": [ { - "docType": "custom:34fe23d4-7756-4e94-b878-0f0f3128931e", - "modelId": "34fe23d4-7756-4e94-b878-0f0f3128931e", + "docType": "custom:fe00a8fe-a50f-4c90-926c-a1bcc2a8d57e", + "modelId": "fe00a8fe-a50f-4c90-926c-a1bcc2a8d57e", "pageRange": [ 1, 1 @@ -515,28 +485,28 @@ } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/34fe23d4-7756-4e94-b878-0f0f3128931e", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/fe00a8fe-a50f-4c90-926c-a1bcc2a8d57e", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-a3828ecf2b01e543a7be3bb7dd5c9fb0-ad6c27bfcf57a347-00", + "traceparent": "00-eaa15ee2db193f4fa5fb4d4c851b01e5-6c7dcac6f875af45-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "2e2fabd6c76f21f0f3d9cf05a9c4eebd", + "x-ms-client-request-id": "7a8ef00d32c824eec49164e93e954131", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 204, "ResponseHeaders": { - "apim-request-id": "d74e9273-7035-43ef-96c0-c47fab73cedf", + "apim-request-id": "cc1f026a-8acc-4b51-a26c-9335e2ef8be3", "Content-Length": "0", - "Date": "Wed, 09 Sep 2020 22:28:41 GMT", + "Date": "Fri, 30 Oct 2020 12:50:55 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "55" + "x-envoy-upstream-service-time": "146" }, "ResponseBody": [] } @@ -544,7 +514,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-westcentralus.cognitiveservices.azure.com/", "RandomSeed": "651268351" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsWithLabelsCanParseBlankPageAsync.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsWithLabelsCanParseBlankPageAsync.json index 68276406b4bb9..923c60e7d8bc1 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsWithLabelsCanParseBlankPageAsync.json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsWithLabelsCanParseBlankPageAsync.json @@ -1,17 +1,17 @@ { "Entries": [ { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "42", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-b13b21c70cd5534ebe1ee54b0aa7e9d0-dc9583add306424e-00", + "traceparent": "00-32e41f27034f7045b3de2c2e19b352ab-03796f90d0031e4d-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "daa2e13da3cd17ec207df3b52476893a", "x-ms-return-client-request-id": "true" @@ -22,25 +22,25 @@ }, "StatusCode": 201, "ResponseHeaders": { - "apim-request-id": "a1b0bbc1-2ef4-43af-89ee-614b71343212", + "apim-request-id": "53088fa7-d9b9-49cd-aca3-7197331736dc", "Content-Length": "0", - "Date": "Wed, 09 Sep 2020 22:33:23 GMT", - "Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/2a2ff14d-a6ba-4a8f-b1c7-a9390a998d22", + "Date": "Fri, 30 Oct 2020 12:56:56 GMT", + "Location": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/1870e55a-1216-45b9-a5a1-f597d51d5e6a", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "246" + "x-envoy-upstream-service-time": "70" }, "ResponseBody": [] }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/2a2ff14d-a6ba-4a8f-b1c7-a9390a998d22?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/1870e55a-1216-45b9-a5a1-f597d51d5e6a?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "5520161ee2286ca806b6fd4751e45bef", "x-ms-return-client-request-id": "true" @@ -48,32 +48,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "c1dd4b11-57fc-4832-b2ee-64b26d3e28f1", + "apim-request-id": "fcca1ef4-a223-4cbc-bf31-2848d720dff5", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:33:23 GMT", + "Date": "Fri, 30 Oct 2020 12:56:56 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": "18" }, "ResponseBody": { "modelInfo": { - "modelId": "2a2ff14d-a6ba-4a8f-b1c7-a9390a998d22", + "modelId": "1870e55a-1216-45b9-a5a1-f597d51d5e6a", "status": "creating", - "createdDateTime": "2020-09-09T22:33:24Z", - "lastUpdatedDateTime": "2020-09-09T22:33:24Z" + "createdDateTime": "2020-10-30T12:56:56Z", + "lastUpdatedDateTime": "2020-10-30T12:56:56Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/2a2ff14d-a6ba-4a8f-b1c7-a9390a998d22?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/1870e55a-1216-45b9-a5a1-f597d51d5e6a?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "8a0ff588e6e21462392872b3b4d8ac3f", "x-ms-return-client-request-id": "true" @@ -81,32 +81,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "135bc230-bc30-4284-a8f1-b63aea087738", + "apim-request-id": "5afc9b02-4f97-4e53-8ca5-7839f462fb7a", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:33:24 GMT", + "Date": "Fri, 30 Oct 2020 12:56:57 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "28" + "x-envoy-upstream-service-time": "21" }, "ResponseBody": { "modelInfo": { - "modelId": "2a2ff14d-a6ba-4a8f-b1c7-a9390a998d22", + "modelId": "1870e55a-1216-45b9-a5a1-f597d51d5e6a", "status": "creating", - "createdDateTime": "2020-09-09T22:33:24Z", - "lastUpdatedDateTime": "2020-09-09T22:33:24Z" + "createdDateTime": "2020-10-30T12:56:56Z", + "lastUpdatedDateTime": "2020-10-30T12:56:56Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/2a2ff14d-a6ba-4a8f-b1c7-a9390a998d22?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/1870e55a-1216-45b9-a5a1-f597d51d5e6a?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "3d9ba14b91f45beb3936d317a6a4c53b", "x-ms-return-client-request-id": "true" @@ -114,9 +114,9 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "a95fd00e-1807-4a19-b0af-2c382d5040a6", + "apim-request-id": "cc4b7a6d-5942-48eb-b795-2d212b33b39c", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:33:25 GMT", + "Date": "Fri, 30 Oct 2020 12:56:58 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", @@ -124,211 +124,13 @@ }, "ResponseBody": { "modelInfo": { - "modelId": "2a2ff14d-a6ba-4a8f-b1c7-a9390a998d22", - "status": "creating", - "createdDateTime": "2020-09-09T22:33:24Z", - "lastUpdatedDateTime": "2020-09-09T22:33:24Z" - } - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/2a2ff14d-a6ba-4a8f-b1c7-a9390a998d22?includeKeys=true", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "2e2c0421fe673857b30c1bff6ff5b72d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "bed5bece-bd10-4d10-a973-889f394abea6", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:33:26 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "32" - }, - "ResponseBody": { - "modelInfo": { - "modelId": "2a2ff14d-a6ba-4a8f-b1c7-a9390a998d22", - "status": "creating", - "createdDateTime": "2020-09-09T22:33:24Z", - "lastUpdatedDateTime": "2020-09-09T22:33:24Z" - } - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/2a2ff14d-a6ba-4a8f-b1c7-a9390a998d22?includeKeys=true", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "b0fcbd0a1e48f7fa0ab450ac124b6d94", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "7c36a1a6-8c2a-422b-8ac7-2767aa955737", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:33:28 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "26" - }, - "ResponseBody": { - "modelInfo": { - "modelId": "2a2ff14d-a6ba-4a8f-b1c7-a9390a998d22", - "status": "creating", - "createdDateTime": "2020-09-09T22:33:24Z", - "lastUpdatedDateTime": "2020-09-09T22:33:24Z" - } - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/2a2ff14d-a6ba-4a8f-b1c7-a9390a998d22?includeKeys=true", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "b09136627dac4cd84a6389e875ebeb44", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "a2ba8aad-b3fc-405b-a914-aaa0009ea916", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:33:29 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": "2a2ff14d-a6ba-4a8f-b1c7-a9390a998d22", - "status": "creating", - "createdDateTime": "2020-09-09T22:33:24Z", - "lastUpdatedDateTime": "2020-09-09T22:33:24Z" - } - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/2a2ff14d-a6ba-4a8f-b1c7-a9390a998d22?includeKeys=true", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "e80da67e15a803f30a3423b2aeaa2668", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "39a7027b-089a-4707-940e-4446b435eb4a", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:33:31 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "97" - }, - "ResponseBody": { - "modelInfo": { - "modelId": "2a2ff14d-a6ba-4a8f-b1c7-a9390a998d22", - "status": "creating", - "createdDateTime": "2020-09-09T22:33:24Z", - "lastUpdatedDateTime": "2020-09-09T22:33:24Z" - } - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/2a2ff14d-a6ba-4a8f-b1c7-a9390a998d22?includeKeys=true", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "389c869f07638c81e5b065e59412821f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "3c7e454e-9d58-44ac-9244-3530e5ba2141", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:33:32 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "29" - }, - "ResponseBody": { - "modelInfo": { - "modelId": "2a2ff14d-a6ba-4a8f-b1c7-a9390a998d22", - "status": "creating", - "createdDateTime": "2020-09-09T22:33:24Z", - "lastUpdatedDateTime": "2020-09-09T22:33:24Z" - } - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/2a2ff14d-a6ba-4a8f-b1c7-a9390a998d22?includeKeys=true", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "6b2d0cc8843e4dec438ea5775a259e9f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "2cb359c5-6c8a-4f0e-9f91-9e757d66198b", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:33:33 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "29" - }, - "ResponseBody": { - "modelInfo": { - "modelId": "2a2ff14d-a6ba-4a8f-b1c7-a9390a998d22", + "modelId": "1870e55a-1216-45b9-a5a1-f597d51d5e6a", "attributes": { "isComposed": false }, "status": "ready", - "createdDateTime": "2020-09-09T22:33:24Z", - "lastUpdatedDateTime": "2020-09-09T22:33:32Z" + "createdDateTime": "2020-10-30T12:56:56Z", + "lastUpdatedDateTime": "2020-10-30T12:56:58Z" }, "trainResult": { "averageModelAccuracy": 0.96, @@ -426,212 +228,242 @@ } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/2a2ff14d-a6ba-4a8f-b1c7-a9390a998d22/analyze?includeTextDetails=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/1870e55a-1216-45b9-a5a1-f597d51d5e6a/analyze?includeTextDetails=true", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "25662", "Content-Type": "application/pdf", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-203434fb75c2b94e8a6d304c142c5a30-73ce32f4e02d0342-00", + "traceparent": "00-44decf7f16411d418c8aabd3c3ea1ae2-4acd3036a48f224e-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "ee49203cb34e77e0258003f8af0e6ef8", + "x-ms-client-request-id": "2e2c0421fe673857b30c1bff6ff5b72d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "29c1f199-baea-495e-8c97-3efac8cbefa5", + "apim-request-id": "972252d7-6e07-4892-9779-e382d8cd1bab", "Content-Length": "0", - "Date": "Wed, 09 Sep 2020 22:33:33 GMT", - "Operation-Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/2a2ff14d-a6ba-4a8f-b1c7-a9390a998d22/analyzeresults/bb886207-58e6-4003-a8f6-5c5f4a95222e", + "Date": "Fri, 30 Oct 2020 12:56:58 GMT", + "Operation-Location": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/1870e55a-1216-45b9-a5a1-f597d51d5e6a/analyzeresults/d5e2dd1f-411f-459e-a545-a45855bc0c95", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "81" + "x-envoy-upstream-service-time": "69" }, "ResponseBody": [] }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/2a2ff14d-a6ba-4a8f-b1c7-a9390a998d22/analyzeResults/bb886207-58e6-4003-a8f6-5c5f4a95222e", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/1870e55a-1216-45b9-a5a1-f597d51d5e6a/analyzeResults/d5e2dd1f-411f-459e-a545-a45855bc0c95", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "a1ea04b2ba7d1a2a9a4ff4d5610932c0", + "x-ms-client-request-id": "b0fcbd0a1e48f7fa0ab450ac124b6d94", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "59d0fbb9-a811-4dcc-a1ed-ce33d6ea31a4", + "apim-request-id": "518848f7-5e38-4c51-ab4b-badad7dc539b", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:33:33 GMT", + "Date": "Fri, 30 Oct 2020 12:56:58 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "32" + "x-envoy-upstream-service-time": "25" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-09-09T22:33:33Z", - "lastUpdatedDateTime": "2020-09-09T22:33:33Z" + "createdDateTime": "2020-10-30T12:56:59Z", + "lastUpdatedDateTime": "2020-10-30T12:56:59Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/2a2ff14d-a6ba-4a8f-b1c7-a9390a998d22/analyzeResults/bb886207-58e6-4003-a8f6-5c5f4a95222e", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/1870e55a-1216-45b9-a5a1-f597d51d5e6a/analyzeResults/d5e2dd1f-411f-459e-a545-a45855bc0c95", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "74a8c61293c815d12bb546bd81f49d35", + "x-ms-client-request-id": "b09136627dac4cd84a6389e875ebeb44", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "950de75c-f4ad-49d8-8b89-3a82fedf4047", + "apim-request-id": "45ce5c7a-2266-46d9-8362-2d638f7b4f56", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:33:34 GMT", + "Date": "Fri, 30 Oct 2020 12:57:01 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "28" + "x-envoy-upstream-service-time": "37" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-09-09T22:33:33Z", - "lastUpdatedDateTime": "2020-09-09T22:33:33Z" + "createdDateTime": "2020-10-30T12:56:59Z", + "lastUpdatedDateTime": "2020-10-30T12:56:59Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/2a2ff14d-a6ba-4a8f-b1c7-a9390a998d22/analyzeResults/bb886207-58e6-4003-a8f6-5c5f4a95222e", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/1870e55a-1216-45b9-a5a1-f597d51d5e6a/analyzeResults/d5e2dd1f-411f-459e-a545-a45855bc0c95", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "55c4ad1ffc3a8221f52e54febe0b161b", + "x-ms-client-request-id": "e80da67e15a803f30a3423b2aeaa2668", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "106d9622-d566-47a3-8eaa-e35f52f9c1a2", + "apim-request-id": "07642db3-5696-4862-ade2-e2df665680ac", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:33:35 GMT", + "Date": "Fri, 30 Oct 2020 12:57:02 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": "notStarted", - "createdDateTime": "2020-09-09T22:33:33Z", - "lastUpdatedDateTime": "2020-09-09T22:33:33Z" + "createdDateTime": "2020-10-30T12:56:59Z", + "lastUpdatedDateTime": "2020-10-30T12:56:59Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/2a2ff14d-a6ba-4a8f-b1c7-a9390a998d22/analyzeResults/bb886207-58e6-4003-a8f6-5c5f4a95222e", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/1870e55a-1216-45b9-a5a1-f597d51d5e6a/analyzeResults/d5e2dd1f-411f-459e-a545-a45855bc0c95", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "e9e5424ef9651f2f33d575c7736d98a6", + "x-ms-client-request-id": "389c869f07638c81e5b065e59412821f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "d8bc748d-e109-4dd8-adfa-5eee89e77191", + "apim-request-id": "cbdbbc3b-a53c-4550-a108-5a5e75a66ade", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:33:36 GMT", + "Date": "Fri, 30 Oct 2020 12:57:03 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": "49" + }, + "ResponseBody": { + "status": "notStarted", + "createdDateTime": "2020-10-30T12:56:59Z", + "lastUpdatedDateTime": "2020-10-30T12:57:03Z" + } + }, + { + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/1870e55a-1216-45b9-a5a1-f597d51d5e6a/analyzeResults/d5e2dd1f-411f-459e-a545-a45855bc0c95", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "6b2d0cc8843e4dec438ea5775a259e9f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "db986eca-7bff-430a-a8a0-95cc22113411", + "Content-Length": "109", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 30 Oct 2020 12:57:04 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "28" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-09-09T22:33:33Z", - "lastUpdatedDateTime": "2020-09-09T22:33:33Z" + "createdDateTime": "2020-10-30T12:56:59Z", + "lastUpdatedDateTime": "2020-10-30T12:57:03Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/2a2ff14d-a6ba-4a8f-b1c7-a9390a998d22/analyzeResults/bb886207-58e6-4003-a8f6-5c5f4a95222e", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/1870e55a-1216-45b9-a5a1-f597d51d5e6a/analyzeResults/d5e2dd1f-411f-459e-a545-a45855bc0c95", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "b3b5bfb2dc441585a4257e993fd25620", + "x-ms-client-request-id": "ee49203cb34e77e0258003f8af0e6ef8", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "3686302c-3dce-4a76-b6a0-57db35450d7b", + "apim-request-id": "fc7a9472-6194-468c-ba0b-297e692b365f", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:33:37 GMT", + "Date": "Fri, 30 Oct 2020 12:57:05 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", "x-envoy-upstream-service-time": "29" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-09-09T22:33:33Z", - "lastUpdatedDateTime": "2020-09-09T22:33:36Z" + "createdDateTime": "2020-10-30T12:56:59Z", + "lastUpdatedDateTime": "2020-10-30T12:57:03Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/2a2ff14d-a6ba-4a8f-b1c7-a9390a998d22/analyzeResults/bb886207-58e6-4003-a8f6-5c5f4a95222e", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/1870e55a-1216-45b9-a5a1-f597d51d5e6a/analyzeResults/d5e2dd1f-411f-459e-a545-a45855bc0c95", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "3f6e2a9fb40e25cf7ea52265875a0e87", + "x-ms-client-request-id": "a1ea04b2ba7d1a2a9a4ff4d5610932c0", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "bedefd46-1c2a-4b56-b825-87632c863d9f", + "apim-request-id": "2dba7009-e68f-450f-a8a6-b3e5e3f1ed7d", "Content-Length": "732", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:33:43 GMT", + "Date": "Fri, 30 Oct 2020 12:57:06 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "5053" + "x-envoy-upstream-service-time": "40" }, "ResponseBody": { "status": "succeeded", - "createdDateTime": "2020-09-09T22:33:33Z", - "lastUpdatedDateTime": "2020-09-09T22:33:39Z", + "createdDateTime": "2020-10-30T12:56:59Z", + "lastUpdatedDateTime": "2020-10-30T12:57:06Z", "analyzeResult": { "version": "2.1.0", "readResults": [ @@ -652,8 +484,8 @@ ], "documentResults": [ { - "docType": "custom:2a2ff14d-a6ba-4a8f-b1c7-a9390a998d22", - "modelId": "2a2ff14d-a6ba-4a8f-b1c7-a9390a998d22", + "docType": "custom:1870e55a-1216-45b9-a5a1-f597d51d5e6a", + "modelId": "1870e55a-1216-45b9-a5a1-f597d51d5e6a", "pageRange": [ 1, 1 @@ -683,28 +515,28 @@ } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/2a2ff14d-a6ba-4a8f-b1c7-a9390a998d22", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/1870e55a-1216-45b9-a5a1-f597d51d5e6a", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-86a28a3be22e684f856c2da84d7e841d-0701b5a8a5e9024d-00", + "traceparent": "00-158b542f9963bf478190dc05ea9119c1-8a48ebc2f9772d4d-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "fe4bad96625671d7bcd044407b95df60", + "x-ms-client-request-id": "74a8c61293c815d12bb546bd81f49d35", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 204, "ResponseHeaders": { - "apim-request-id": "230100bd-bbfb-49ee-a801-d33095221547", + "apim-request-id": "16db8428-71b3-47d6-912e-f24c3ded3c20", "Content-Length": "0", - "Date": "Wed, 09 Sep 2020 22:33:43 GMT", + "Date": "Fri, 30 Oct 2020 12:57:06 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "52" + "x-envoy-upstream-service-time": "31" }, "ResponseBody": [] } @@ -712,7 +544,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-westcentralus.cognitiveservices.azure.com/", "RandomSeed": "1410966940" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsWithLabelsCanParseDifferentTypeOfForm.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsWithLabelsCanParseDifferentTypeOfForm.json index 9fe4edf1820f0..80370c08e0792 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsWithLabelsCanParseDifferentTypeOfForm.json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsWithLabelsCanParseDifferentTypeOfForm.json @@ -1,17 +1,17 @@ { "Entries": [ { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "42", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-c5c4efc76b4e204c9ea1e244dfdd865d-81b7b789bb2fd543-00", + "traceparent": "00-2e82e151860dc64982d2352a6bee32da-5355c25ee1bec04e-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "a1298fa55ac31405377f260ca9705b95", "x-ms-return-client-request-id": "true" @@ -22,25 +22,25 @@ }, "StatusCode": 201, "ResponseHeaders": { - "apim-request-id": "22f6ad37-e315-49b2-949d-72a900c2cad0", + "apim-request-id": "3576d5e7-9274-4474-a0a8-9d541eca4518", "Content-Length": "0", - "Date": "Wed, 09 Sep 2020 22:28:42 GMT", - "Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/17342abd-c1a1-471c-97b4-509743fec8fa", + "Date": "Fri, 30 Oct 2020 12:50:55 GMT", + "Location": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/51e94b9f-27e0-4781-9b67-16411373648c", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "311" + "x-envoy-upstream-service-time": "183" }, "ResponseBody": [] }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/17342abd-c1a1-471c-97b4-509743fec8fa?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/51e94b9f-27e0-4781-9b67-16411373648c?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "70e8c89cb2c2ffe4bacabe2a7d84f6e3", "x-ms-return-client-request-id": "true" @@ -48,32 +48,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "054a7651-152d-4aa1-ae4e-fa154b485d7b", + "apim-request-id": "7b4c6764-f949-4988-89a1-bc8fa1e56e19", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:28:42 GMT", + "Date": "Fri, 30 Oct 2020 12:50:55 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "54" + "x-envoy-upstream-service-time": "92" }, "ResponseBody": { "modelInfo": { - "modelId": "17342abd-c1a1-471c-97b4-509743fec8fa", + "modelId": "51e94b9f-27e0-4781-9b67-16411373648c", "status": "creating", - "createdDateTime": "2020-09-09T22:28:42Z", - "lastUpdatedDateTime": "2020-09-09T22:28:42Z" + "createdDateTime": "2020-10-30T12:50:55Z", + "lastUpdatedDateTime": "2020-10-30T12:50:55Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/17342abd-c1a1-471c-97b4-509743fec8fa?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/51e94b9f-27e0-4781-9b67-16411373648c?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "0d28b2ea1e320cdd30fa66ecfebe8766", "x-ms-return-client-request-id": "true" @@ -81,89 +81,23 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "8ff7733e-5cef-43ea-890a-257adb2ae35c", + "apim-request-id": "a858c763-6fb9-4e46-b345-934ed5c48a74", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:28:43 GMT", + "Date": "Fri, 30 Oct 2020 12:50:57 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "34" + "x-envoy-upstream-service-time": "137" }, "ResponseBody": { "modelInfo": { - "modelId": "17342abd-c1a1-471c-97b4-509743fec8fa", - "status": "creating", - "createdDateTime": "2020-09-09T22:28:42Z", - "lastUpdatedDateTime": "2020-09-09T22:28:42Z" - } - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/17342abd-c1a1-471c-97b4-509743fec8fa?includeKeys=true", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "0413c0083ac8f219ab2ae6f99cda97b2", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "d1794945-cb54-4348-8143-7e506f46f3b7", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:28:44 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "71" - }, - "ResponseBody": { - "modelInfo": { - "modelId": "17342abd-c1a1-471c-97b4-509743fec8fa", - "status": "creating", - "createdDateTime": "2020-09-09T22:28:42Z", - "lastUpdatedDateTime": "2020-09-09T22:28:42Z" - } - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/17342abd-c1a1-471c-97b4-509743fec8fa?includeKeys=true", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "f62143884e477d62ebdb3fc84cf800fc", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "54babc50-83da-4803-bf8c-a0c3b79b9a0a", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:28:45 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "112" - }, - "ResponseBody": { - "modelInfo": { - "modelId": "17342abd-c1a1-471c-97b4-509743fec8fa", + "modelId": "51e94b9f-27e0-4781-9b67-16411373648c", "attributes": { "isComposed": false }, "status": "ready", - "createdDateTime": "2020-09-09T22:28:42Z", - "lastUpdatedDateTime": "2020-09-09T22:28:44Z" + "createdDateTime": "2020-10-30T12:50:55Z", + "lastUpdatedDateTime": "2020-10-30T12:50:57Z" }, "trainResult": { "averageModelAccuracy": 0.96, @@ -261,242 +195,212 @@ } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/17342abd-c1a1-471c-97b4-509743fec8fa/analyze?includeTextDetails=false", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/51e94b9f-27e0-4781-9b67-16411373648c/analyze?includeTextDetails=false", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "147362", "Content-Type": "application/pdf", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-eb0c8a52b6f8b24ab61256853bb52ff7-aeee6bfa87df6241-00", + "traceparent": "00-5e98c30341708148ae9d8f24691b9e83-716c085db4a86b41-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "bd225742f271af1a9936620838e47056", + "x-ms-client-request-id": "0413c0083ac8f219ab2ae6f99cda97b2", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "9f5bd0f3-0164-4f51-bbc5-b20d571c1656", + "apim-request-id": "0a3fb44e-5fc3-4031-933a-26346b0a27ea", "Content-Length": "0", - "Date": "Wed, 09 Sep 2020 22:28:46 GMT", - "Operation-Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/17342abd-c1a1-471c-97b4-509743fec8fa/analyzeresults/8c64d062-d7ab-4b3b-b77a-e4a459f1ff3e", + "Date": "Fri, 30 Oct 2020 12:50:57 GMT", + "Operation-Location": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/51e94b9f-27e0-4781-9b67-16411373648c/analyzeresults/2a75478c-5af4-492d-a72d-e5e3e40381d2", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "83" + "x-envoy-upstream-service-time": "231" }, "ResponseBody": [] }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/17342abd-c1a1-471c-97b4-509743fec8fa/analyzeResults/8c64d062-d7ab-4b3b-b77a-e4a459f1ff3e", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "ba63b462919cba1f5d9519ecfb50a5b3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "c74259ba-2a62-40d3-894a-e3534476df90", - "Content-Length": "109", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:28:46 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "52" - }, - "ResponseBody": { - "status": "notStarted", - "createdDateTime": "2020-09-09T22:28:46Z", - "lastUpdatedDateTime": "2020-09-09T22:28:46Z" - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/17342abd-c1a1-471c-97b4-509743fec8fa/analyzeResults/8c64d062-d7ab-4b3b-b77a-e4a459f1ff3e", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/51e94b9f-27e0-4781-9b67-16411373648c/analyzeResults/2a75478c-5af4-492d-a72d-e5e3e40381d2", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "45b7e929dab7964128725d10ec5a4507", + "x-ms-client-request-id": "f62143884e477d62ebdb3fc84cf800fc", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "2a215e69-a709-4e4e-90a3-045c7a7393c9", + "apim-request-id": "868a9bf0-b9d9-4b27-9215-c9294c1f4b36", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:28:47 GMT", + "Date": "Fri, 30 Oct 2020 12:50:58 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "32" + "x-envoy-upstream-service-time": "121" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-09-09T22:28:46Z", - "lastUpdatedDateTime": "2020-09-09T22:28:46Z" + "createdDateTime": "2020-10-30T12:50:58Z", + "lastUpdatedDateTime": "2020-10-30T12:50:58Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/17342abd-c1a1-471c-97b4-509743fec8fa/analyzeResults/8c64d062-d7ab-4b3b-b77a-e4a459f1ff3e", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/51e94b9f-27e0-4781-9b67-16411373648c/analyzeResults/2a75478c-5af4-492d-a72d-e5e3e40381d2", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "9865e96b4694b05f386860dcd92eb449", + "x-ms-client-request-id": "bd225742f271af1a9936620838e47056", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "fb8290f5-ac85-4267-a5f3-5d1ff2b33da6", + "apim-request-id": "4ee8a82e-fbb4-41d9-a8bc-6d64c14ce4b9", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:28:48 GMT", + "Date": "Fri, 30 Oct 2020 12:50:59 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "44" + "x-envoy-upstream-service-time": "132" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-09-09T22:28:46Z", - "lastUpdatedDateTime": "2020-09-09T22:28:46Z" + "createdDateTime": "2020-10-30T12:50:58Z", + "lastUpdatedDateTime": "2020-10-30T12:50:58Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/17342abd-c1a1-471c-97b4-509743fec8fa/analyzeResults/8c64d062-d7ab-4b3b-b77a-e4a459f1ff3e", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/51e94b9f-27e0-4781-9b67-16411373648c/analyzeResults/2a75478c-5af4-492d-a72d-e5e3e40381d2", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "4edeae912b2d889e73cd922a340ecd02", + "x-ms-client-request-id": "ba63b462919cba1f5d9519ecfb50a5b3", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "e8ad3641-99a1-4b1b-9b3f-13a7ee8b28e3", + "apim-request-id": "68bfe50b-da65-420c-8cda-69dea6fffe8e", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:28:49 GMT", + "Date": "Fri, 30 Oct 2020 12:51:00 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": "191" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-09-09T22:28:46Z", - "lastUpdatedDateTime": "2020-09-09T22:28:46Z" + "createdDateTime": "2020-10-30T12:50:58Z", + "lastUpdatedDateTime": "2020-10-30T12:50:58Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/17342abd-c1a1-471c-97b4-509743fec8fa/analyzeResults/8c64d062-d7ab-4b3b-b77a-e4a459f1ff3e", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/51e94b9f-27e0-4781-9b67-16411373648c/analyzeResults/2a75478c-5af4-492d-a72d-e5e3e40381d2", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "1181124f0deae31e8a060c4f7a64bdfa", + "x-ms-client-request-id": "45b7e929dab7964128725d10ec5a4507", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "d0fdcf02-c55c-482e-9d1d-39a7f6674f71", + "apim-request-id": "4fd1ce0c-a373-4075-a311-edbc2d4f4c07", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:28:50 GMT", + "Date": "Fri, 30 Oct 2020 12:51:02 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": "144" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-09-09T22:28:46Z", - "lastUpdatedDateTime": "2020-09-09T22:28:49Z" + "createdDateTime": "2020-10-30T12:50:58Z", + "lastUpdatedDateTime": "2020-10-30T12:51:01Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/17342abd-c1a1-471c-97b4-509743fec8fa/analyzeResults/8c64d062-d7ab-4b3b-b77a-e4a459f1ff3e", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/51e94b9f-27e0-4781-9b67-16411373648c/analyzeResults/2a75478c-5af4-492d-a72d-e5e3e40381d2", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "3d7f13bdf67b3fda4add25c7b4357c29", + "x-ms-client-request-id": "9865e96b4694b05f386860dcd92eb449", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "6c0938c3-2627-43d5-94b9-ec566e04f5c5", + "apim-request-id": "ccbc4e6a-5c9a-4b88-88bb-04206f43e015", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:28:51 GMT", + "Date": "Fri, 30 Oct 2020 12:51:03 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "71" + "x-envoy-upstream-service-time": "149" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-09-09T22:28:46Z", - "lastUpdatedDateTime": "2020-09-09T22:28:49Z" + "createdDateTime": "2020-10-30T12:50:58Z", + "lastUpdatedDateTime": "2020-10-30T12:51:01Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/17342abd-c1a1-471c-97b4-509743fec8fa/analyzeResults/8c64d062-d7ab-4b3b-b77a-e4a459f1ff3e", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/51e94b9f-27e0-4781-9b67-16411373648c/analyzeResults/2a75478c-5af4-492d-a72d-e5e3e40381d2", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "c68c5d9aa2ad835e90fbc4261e4e0e0e", + "x-ms-client-request-id": "4edeae912b2d889e73cd922a340ecd02", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "fe3769b0-30a6-4c58-88cd-a7366d4863f7", + "apim-request-id": "0fceeeeb-8eea-46b5-90e5-c0a166e65836", "Content-Length": "3213", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:28:57 GMT", + "Date": "Fri, 30 Oct 2020 12:51:04 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "5053" + "x-envoy-upstream-service-time": "99" }, "ResponseBody": { "status": "succeeded", - "createdDateTime": "2020-09-09T22:28:46Z", - "lastUpdatedDateTime": "2020-09-09T22:28:52Z", + "createdDateTime": "2020-10-30T12:50:58Z", + "lastUpdatedDateTime": "2020-10-30T12:51:04Z", "analyzeResult": { "version": "2.1.0", "readResults": [ @@ -718,29 +622,29 @@ ], "documentResults": [ { - "docType": "custom:17342abd-c1a1-471c-97b4-509743fec8fa", - "modelId": "17342abd-c1a1-471c-97b4-509743fec8fa", + "docType": "custom:51e94b9f-27e0-4781-9b67-16411373648c", + "modelId": "51e94b9f-27e0-4781-9b67-16411373648c", "pageRange": [ 1, 1 ], "fields": { - "CompanyAddress": { + "Merchant": { "type": "string", - "valueString": "1 Redmond way Suite 6000 Redmond, WA", - "text": "1 Redmond way Suite 6000 Redmond, WA", + "valueString": "Invoice For:", + "text": "Invoice For:", "page": 1, "boundingBox": [ - 0.8, - 1.705, - 2.145, - 1.705, - 2.145, - 2.015, - 0.8, - 2.015 + 4.405, + 1.515, + 5.1, + 1.515, + 5.1, + 1.615, + 4.405, + 1.615 ], - "confidence": 0.258 + "confidence": 0.116 }, "VendorName": { "type": "string", @@ -759,39 +663,39 @@ ], "confidence": 0.145 }, - "Merchant": { + "CompanyPhoneNumber": { "type": "string", - "valueString": "Invoice For:", - "text": "Invoice For:", + "valueString": "$56,651.49", + "text": "$56,651.49", "page": 1, "boundingBox": [ - 4.405, - 1.515, - 5.1, - 1.515, - 5.1, - 1.615, - 4.405, - 1.615 + 5.385, + 3.405, + 6.07, + 3.405, + 6.07, + 3.53, + 5.385, + 3.53 ], - "confidence": 0.116 + "confidence": 0.249 }, - "Website": { + "CompanyAddress": { "type": "string", - "valueString": "99243", - "text": "99243", + "valueString": "1 Redmond way Suite 6000 Redmond, WA", + "text": "1 Redmond way Suite 6000 Redmond, WA", "page": 1, "boundingBox": [ 0.8, - 2.09, - 1.175, - 2.09, - 1.175, - 2.19, + 1.705, + 2.145, + 1.705, + 2.145, + 2.015, 0.8, - 2.19 + 2.015 ], - "confidence": 0.114 + "confidence": 0.258 }, "CompanyName": { "type": "string", @@ -810,22 +714,22 @@ ], "confidence": 0.245 }, - "CompanyPhoneNumber": { + "Website": { "type": "string", - "valueString": "$56,651.49", - "text": "$56,651.49", + "valueString": "99243", + "text": "99243", "page": 1, "boundingBox": [ - 5.385, - 3.405, - 6.07, - 3.405, - 6.07, - 3.53, - 5.385, - 3.53 + 0.8, + 2.09, + 1.175, + 2.09, + 1.175, + 2.19, + 0.8, + 2.19 ], - "confidence": 0.249 + "confidence": 0.114 }, "DatedAs": null, "Email": null, @@ -845,28 +749,28 @@ } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/17342abd-c1a1-471c-97b4-509743fec8fa", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/51e94b9f-27e0-4781-9b67-16411373648c", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-73dd800291f8834093ef93130a2eff04-f08f8c22df96784b-00", + "traceparent": "00-e77ea783d0fc294cbeb93b05c4e7d0a2-00ecf4bd34f18f48-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "206c970f908f58863841c70de8562f54", + "x-ms-client-request-id": "1181124f0deae31e8a060c4f7a64bdfa", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 204, "ResponseHeaders": { - "apim-request-id": "1443ffcc-1683-4dcf-85ea-2cf27ef820e1", + "apim-request-id": "eb466e56-161b-4ea9-b600-82d33c4a099d", "Content-Length": "0", - "Date": "Wed, 09 Sep 2020 22:28:57 GMT", + "Date": "Fri, 30 Oct 2020 12:51:05 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "59" + "x-envoy-upstream-service-time": "147" }, "ResponseBody": [] } @@ -874,7 +778,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-westcentralus.cognitiveservices.azure.com/", "RandomSeed": "1059968756" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsWithLabelsCanParseDifferentTypeOfFormAsync.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsWithLabelsCanParseDifferentTypeOfFormAsync.json index e96e5eb8c085f..0d5b077cc856b 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsWithLabelsCanParseDifferentTypeOfFormAsync.json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsWithLabelsCanParseDifferentTypeOfFormAsync.json @@ -1,17 +1,17 @@ { "Entries": [ { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "42", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-803bb1431b06df428b8542daab66b3d6-418e367f73bdb341-00", + "traceparent": "00-d6d01989f9712a48b560c16b793de8b1-81d1bab6e169b647-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "3667d0c2ade31c17847ec925bcc53541", "x-ms-return-client-request-id": "true" @@ -22,25 +22,25 @@ }, "StatusCode": 201, "ResponseHeaders": { - "apim-request-id": "f0515b8a-bd06-4164-b661-21243910bf35", + "apim-request-id": "99e8ed8b-9c57-430a-b25d-589e68b988dd", "Content-Length": "0", - "Date": "Wed, 09 Sep 2020 22:33:43 GMT", - "Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/583f3bbc-e9e8-4a1a-8ae7-db104bf7497e", + "Date": "Fri, 30 Oct 2020 12:57:07 GMT", + "Location": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/42ff3400-ac64-4f73-8a8e-fc5eec6fcbc9", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "256" + "x-envoy-upstream-service-time": "74" }, "ResponseBody": [] }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/583f3bbc-e9e8-4a1a-8ae7-db104bf7497e?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/42ff3400-ac64-4f73-8a8e-fc5eec6fcbc9?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "4d2ba277ea7061f614f32e8879092315", "x-ms-return-client-request-id": "true" @@ -48,32 +48,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "7afe2ae4-4ed9-48e0-b92f-b25a3d37b8e0", + "apim-request-id": "6729e182-5edf-4ae3-9ba9-846f2f4782a1", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:33:44 GMT", + "Date": "Fri, 30 Oct 2020 12:57:07 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "182" + "x-envoy-upstream-service-time": "23" }, "ResponseBody": { "modelInfo": { - "modelId": "583f3bbc-e9e8-4a1a-8ae7-db104bf7497e", + "modelId": "42ff3400-ac64-4f73-8a8e-fc5eec6fcbc9", "status": "creating", - "createdDateTime": "2020-09-09T22:33:44Z", - "lastUpdatedDateTime": "2020-09-09T22:33:44Z" + "createdDateTime": "2020-10-30T12:57:07Z", + "lastUpdatedDateTime": "2020-10-30T12:57:07Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/583f3bbc-e9e8-4a1a-8ae7-db104bf7497e?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/42ff3400-ac64-4f73-8a8e-fc5eec6fcbc9?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "46b105208982632bd981026a53781120", "x-ms-return-client-request-id": "true" @@ -81,32 +81,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "c4d48908-fecc-44dd-8abe-4754eeded111", + "apim-request-id": "eb86036a-0fb8-4120-ad0d-4d5aa9d792ac", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:33:45 GMT", + "Date": "Fri, 30 Oct 2020 12:57:09 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "66" + "x-envoy-upstream-service-time": "23" }, "ResponseBody": { "modelInfo": { - "modelId": "583f3bbc-e9e8-4a1a-8ae7-db104bf7497e", + "modelId": "42ff3400-ac64-4f73-8a8e-fc5eec6fcbc9", "status": "creating", - "createdDateTime": "2020-09-09T22:33:44Z", - "lastUpdatedDateTime": "2020-09-09T22:33:44Z" + "createdDateTime": "2020-10-30T12:57:07Z", + "lastUpdatedDateTime": "2020-10-30T12:57:07Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/583f3bbc-e9e8-4a1a-8ae7-db104bf7497e?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/42ff3400-ac64-4f73-8a8e-fc5eec6fcbc9?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "9acccedb8a2cd874d90521ef7f8ea27a", "x-ms-return-client-request-id": "true" @@ -114,23 +114,23 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "24af0e47-2a29-4b23-96d5-61339720b522", + "apim-request-id": "cf964d4a-de9c-4671-9e1c-e8b11a11f65a", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:33:46 GMT", + "Date": "Fri, 30 Oct 2020 12:57:10 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": "23" }, "ResponseBody": { "modelInfo": { - "modelId": "583f3bbc-e9e8-4a1a-8ae7-db104bf7497e", + "modelId": "42ff3400-ac64-4f73-8a8e-fc5eec6fcbc9", "attributes": { "isComposed": false }, "status": "ready", - "createdDateTime": "2020-09-09T22:33:44Z", - "lastUpdatedDateTime": "2020-09-09T22:33:46Z" + "createdDateTime": "2020-10-30T12:57:07Z", + "lastUpdatedDateTime": "2020-10-30T12:57:09Z" }, "trainResult": { "averageModelAccuracy": 0.96, @@ -228,17 +228,17 @@ } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/583f3bbc-e9e8-4a1a-8ae7-db104bf7497e/analyze?includeTextDetails=false", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/42ff3400-ac64-4f73-8a8e-fc5eec6fcbc9/analyze?includeTextDetails=false", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "147362", "Content-Type": "application/pdf", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-140181974f4da34d9e7e462dfe19cf34-fd65c0286763254e-00", + "traceparent": "00-86c7351539b2ff449b9a3549279970ef-a5b305b50778bd44-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "b605b45bef14edbf76c773eee78c0e9c", "x-ms-return-client-request-id": "true" @@ -246,25 +246,25 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "55458fc8-ca27-4376-b312-2042b4d28859", + "apim-request-id": "6bfe5f8f-f45e-49c0-9dad-357f0b4c5e91", "Content-Length": "0", - "Date": "Wed, 09 Sep 2020 22:33:46 GMT", - "Operation-Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/583f3bbc-e9e8-4a1a-8ae7-db104bf7497e/analyzeresults/4598564b-bfae-4939-81c1-f9675615f947", + "Date": "Fri, 30 Oct 2020 12:57:11 GMT", + "Operation-Location": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/42ff3400-ac64-4f73-8a8e-fc5eec6fcbc9/analyzeresults/43ae417c-a840-4ab8-9f4d-57f1992ff7bc", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "98" + "x-envoy-upstream-service-time": "79" }, "ResponseBody": [] }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/583f3bbc-e9e8-4a1a-8ae7-db104bf7497e/analyzeResults/4598564b-bfae-4939-81c1-f9675615f947", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/42ff3400-ac64-4f73-8a8e-fc5eec6fcbc9/analyzeResults/43ae417c-a840-4ab8-9f4d-57f1992ff7bc", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "aaac0de1883c95e890d86d7c673be44b", "x-ms-return-client-request-id": "true" @@ -272,29 +272,29 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "f3d2b229-ae00-4eb7-9a33-f40a21b9ba6d", + "apim-request-id": "e198958f-01b3-4a3a-9306-1bf7fa600933", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:33:46 GMT", + "Date": "Fri, 30 Oct 2020 12:57:11 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "49" + "x-envoy-upstream-service-time": "28" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-09-09T22:33:47Z", - "lastUpdatedDateTime": "2020-09-09T22:33:47Z" + "createdDateTime": "2020-10-30T12:57:11Z", + "lastUpdatedDateTime": "2020-10-30T12:57:11Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/583f3bbc-e9e8-4a1a-8ae7-db104bf7497e/analyzeResults/4598564b-bfae-4939-81c1-f9675615f947", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/42ff3400-ac64-4f73-8a8e-fc5eec6fcbc9/analyzeResults/43ae417c-a840-4ab8-9f4d-57f1992ff7bc", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "9e0f87de5a72ec0c0fde24641686f04d", "x-ms-return-client-request-id": "true" @@ -302,29 +302,29 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "52e9aab8-5541-4ae0-9b7f-177335496ba2", + "apim-request-id": "397e6c70-5b42-44b5-8eba-7b0c4ed93176", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:33:47 GMT", + "Date": "Fri, 30 Oct 2020 12:57:12 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "49" + "x-envoy-upstream-service-time": "27" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-09-09T22:33:47Z", - "lastUpdatedDateTime": "2020-09-09T22:33:47Z" + "createdDateTime": "2020-10-30T12:57:11Z", + "lastUpdatedDateTime": "2020-10-30T12:57:11Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/583f3bbc-e9e8-4a1a-8ae7-db104bf7497e/analyzeResults/4598564b-bfae-4939-81c1-f9675615f947", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/42ff3400-ac64-4f73-8a8e-fc5eec6fcbc9/analyzeResults/43ae417c-a840-4ab8-9f4d-57f1992ff7bc", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "710e85f7f8e1d23ecc6f263b8142863a", "x-ms-return-client-request-id": "true" @@ -332,29 +332,29 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "ceae8d04-375c-4ad5-9a37-6fd7fcb47ff0", + "apim-request-id": "50117cc3-f1c8-484f-8a61-c4e33368f737", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:33:53 GMT", + "Date": "Fri, 30 Oct 2020 12:57:14 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "5049" + "x-envoy-upstream-service-time": "26" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-09-09T22:33:47Z", - "lastUpdatedDateTime": "2020-09-09T22:33:47Z" + "createdDateTime": "2020-10-30T12:57:11Z", + "lastUpdatedDateTime": "2020-10-30T12:57:11Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/583f3bbc-e9e8-4a1a-8ae7-db104bf7497e/analyzeResults/4598564b-bfae-4939-81c1-f9675615f947", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/42ff3400-ac64-4f73-8a8e-fc5eec6fcbc9/analyzeResults/43ae417c-a840-4ab8-9f4d-57f1992ff7bc", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "600f28e36f7c872901c09b5d64837e0a", "x-ms-return-client-request-id": "true" @@ -362,29 +362,29 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "234291b8-b351-47db-bcd0-1a9192e8648d", + "apim-request-id": "a7c93367-9610-465e-ad2e-adc7d159dfea", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:33:54 GMT", + "Date": "Fri, 30 Oct 2020 12:57:16 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", "x-envoy-upstream-service-time": "30" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-09-09T22:33:47Z", - "lastUpdatedDateTime": "2020-09-09T22:33:47Z" + "createdDateTime": "2020-10-30T12:57:11Z", + "lastUpdatedDateTime": "2020-10-30T12:57:15Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/583f3bbc-e9e8-4a1a-8ae7-db104bf7497e/analyzeResults/4598564b-bfae-4939-81c1-f9675615f947", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/42ff3400-ac64-4f73-8a8e-fc5eec6fcbc9/analyzeResults/43ae417c-a840-4ab8-9f4d-57f1992ff7bc", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "e2851fe8722de669493cd20234d06acc", "x-ms-return-client-request-id": "true" @@ -392,18 +392,48 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "a7bfbbae-04c6-41a5-b96a-fc63a27ed418", + "apim-request-id": "68dc4c94-bc44-4cdc-a974-8aab604b6f28", + "Content-Length": "109", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 30 Oct 2020 12:57:17 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-10-30T12:57:11Z", + "lastUpdatedDateTime": "2020-10-30T12:57:15Z" + } + }, + { + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/42ff3400-ac64-4f73-8a8e-fc5eec6fcbc9/analyzeResults/43ae417c-a840-4ab8-9f4d-57f1992ff7bc", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "ed81e958907688d05b8770215de06d48", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "fcec8397-7018-4bf9-a884-2409d2beae60", "Content-Length": "3213", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:33:56 GMT", + "Date": "Fri, 30 Oct 2020 12:57:18 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "35" + "x-envoy-upstream-service-time": "26" }, "ResponseBody": { "status": "succeeded", - "createdDateTime": "2020-09-09T22:33:47Z", - "lastUpdatedDateTime": "2020-09-09T22:33:55Z", + "createdDateTime": "2020-10-30T12:57:11Z", + "lastUpdatedDateTime": "2020-10-30T12:57:18Z", "analyzeResult": { "version": "2.1.0", "readResults": [ @@ -625,8 +655,8 @@ ], "documentResults": [ { - "docType": "custom:583f3bbc-e9e8-4a1a-8ae7-db104bf7497e", - "modelId": "583f3bbc-e9e8-4a1a-8ae7-db104bf7497e", + "docType": "custom:42ff3400-ac64-4f73-8a8e-fc5eec6fcbc9", + "modelId": "42ff3400-ac64-4f73-8a8e-fc5eec6fcbc9", "pageRange": [ 1, 1 @@ -666,22 +696,22 @@ ], "confidence": 0.114 }, - "Merchant": { + "VendorName": { "type": "string", - "valueString": "Invoice For:", - "text": "Invoice For:", + "valueString": "Charges", + "text": "Charges", "page": 1, "boundingBox": [ - 4.405, - 1.515, - 5.1, - 1.515, - 5.1, - 1.615, - 4.405, - 1.615 + 4.745, + 2.87, + 5.29, + 2.87, + 5.29, + 3.005, + 4.745, + 3.005 ], - "confidence": 0.116 + "confidence": 0.145 }, "CompanyName": { "type": "string", @@ -700,22 +730,22 @@ ], "confidence": 0.245 }, - "VendorName": { + "Merchant": { "type": "string", - "valueString": "Charges", - "text": "Charges", + "valueString": "Invoice For:", + "text": "Invoice For:", "page": 1, "boundingBox": [ - 4.745, - 2.87, - 5.29, - 2.87, - 5.29, - 3.005, - 4.745, - 3.005 + 4.405, + 1.515, + 5.1, + 1.515, + 5.1, + 1.615, + 4.405, + 1.615 ], - "confidence": 0.145 + "confidence": 0.116 }, "CompanyPhoneNumber": { "type": "string", @@ -752,28 +782,28 @@ } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/583f3bbc-e9e8-4a1a-8ae7-db104bf7497e", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/42ff3400-ac64-4f73-8a8e-fc5eec6fcbc9", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-f66dd202da7ed245ac8790e5f7634b8d-489c0f34f04ede4d-00", + "traceparent": "00-15e3af3f1c18b740bdcb839a8b77d02a-7f8de95e68505549-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "ed81e958907688d05b8770215de06d48", + "x-ms-client-request-id": "62531cf1a3bd700dbf29163f9d275330", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 204, "ResponseHeaders": { - "apim-request-id": "0e5c2d3d-e7de-4660-916b-62ac1122827a", + "apim-request-id": "98b68519-c74b-4e45-b495-29ec6c0abf97", "Content-Length": "0", - "Date": "Wed, 09 Sep 2020 22:33:56 GMT", + "Date": "Fri, 30 Oct 2020 12:57:18 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "36" + "x-envoy-upstream-service-time": "33" }, "ResponseBody": [] } @@ -781,7 +811,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-westcentralus.cognitiveservices.azure.com/", "RandomSeed": "1908054441" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsWithLabelsCanParseMultipageForm(False).json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsWithLabelsCanParseMultipageForm(False).json index 1b24b4b9d3958..7b37ee7e9b162 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsWithLabelsCanParseMultipageForm(False).json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsWithLabelsCanParseMultipageForm(False).json @@ -1,17 +1,17 @@ { "Entries": [ { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "42", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-96bdf82ca55ebf468004a4107d0408ad-b005a7ba1afa8446-00", + "traceparent": "00-12dbbf114d2a0443b891bdb100c093dd-46ef21ec7867c84d-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "20a9efd71143ca39ea975f4dd213c03b", "x-ms-return-client-request-id": "true" @@ -22,25 +22,25 @@ }, "StatusCode": 201, "ResponseHeaders": { - "apim-request-id": "7b5d5a4f-512c-48ba-8d1c-ece0d9cff020", + "apim-request-id": "4c6e0f17-48c8-4358-ae09-85ec1d711019", "Content-Length": "0", - "Date": "Wed, 09 Sep 2020 22:31:05 GMT", - "Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/4279fa29-3a06-4741-8e25-4b9809380078", + "Date": "Fri, 30 Oct 2020 12:53:40 GMT", + "Location": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/78587410-9600-48fd-b4a3-d05533035b44", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "244" + "x-envoy-upstream-service-time": "220" }, "ResponseBody": [] }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/4279fa29-3a06-4741-8e25-4b9809380078?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/78587410-9600-48fd-b4a3-d05533035b44?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "9605b91498bb34d00b9d79f6287b9bb1", "x-ms-return-client-request-id": "true" @@ -48,32 +48,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "e1d90f9f-5619-4449-9747-f0ef5c99ebb6", + "apim-request-id": "04453f89-f0ab-4a23-a082-9bfea4b129b4", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:31:05 GMT", + "Date": "Fri, 30 Oct 2020 12:53:40 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": "20" }, "ResponseBody": { "modelInfo": { - "modelId": "4279fa29-3a06-4741-8e25-4b9809380078", + "modelId": "78587410-9600-48fd-b4a3-d05533035b44", "status": "creating", - "createdDateTime": "2020-09-09T22:31:06Z", - "lastUpdatedDateTime": "2020-09-09T22:31:06Z" + "createdDateTime": "2020-10-30T12:53:40Z", + "lastUpdatedDateTime": "2020-10-30T12:53:40Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/4279fa29-3a06-4741-8e25-4b9809380078?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/78587410-9600-48fd-b4a3-d05533035b44?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "d60dc4f1b373d6ffeea573da8a4d9bf5", "x-ms-return-client-request-id": "true" @@ -81,32 +81,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "aa0bb4c0-e87d-4b9a-a85e-3aeeb8c8032d", + "apim-request-id": "025766c0-48c5-40cf-909d-e12b55ffaa0b", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:31:06 GMT", + "Date": "Fri, 30 Oct 2020 12:53:41 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": "19" }, "ResponseBody": { "modelInfo": { - "modelId": "4279fa29-3a06-4741-8e25-4b9809380078", + "modelId": "78587410-9600-48fd-b4a3-d05533035b44", "status": "creating", - "createdDateTime": "2020-09-09T22:31:06Z", - "lastUpdatedDateTime": "2020-09-09T22:31:06Z" + "createdDateTime": "2020-10-30T12:53:40Z", + "lastUpdatedDateTime": "2020-10-30T12:53:40Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/4279fa29-3a06-4741-8e25-4b9809380078?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/78587410-9600-48fd-b4a3-d05533035b44?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "6b2a74144bde3ffa1f7414a59743a16f", "x-ms-return-client-request-id": "true" @@ -114,23 +114,23 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "992c606d-643b-4976-9efc-1d6ac66f1cca", + "apim-request-id": "d9cbaa60-7320-4ea0-8f50-673cc31b746f", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:31:07 GMT", + "Date": "Fri, 30 Oct 2020 12:53:42 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": "18" }, "ResponseBody": { "modelInfo": { - "modelId": "4279fa29-3a06-4741-8e25-4b9809380078", + "modelId": "78587410-9600-48fd-b4a3-d05533035b44", "attributes": { "isComposed": false }, "status": "ready", - "createdDateTime": "2020-09-09T22:31:06Z", - "lastUpdatedDateTime": "2020-09-09T22:31:07Z" + "createdDateTime": "2020-10-30T12:53:40Z", + "lastUpdatedDateTime": "2020-10-30T12:53:42Z" }, "trainResult": { "averageModelAccuracy": 0.971, @@ -196,17 +196,17 @@ } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/4279fa29-3a06-4741-8e25-4b9809380078/analyze?includeTextDetails=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/78587410-9600-48fd-b4a3-d05533035b44/analyze?includeTextDetails=true", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "22", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-be430c36b1cec347a24fdaa2bea9103d-1c696e229053914c-00", + "traceparent": "00-6cbfbdeca7c2784fb52b8500e08f59aa-d72e2c4c724a5346-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "0e5badfce90660c7ba2ea81625f5aabd", "x-ms-return-client-request-id": "true" @@ -216,25 +216,25 @@ }, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "ef98f3b0-755d-45c9-90a9-0d5f80d25405", + "apim-request-id": "9108278a-5caf-4fe8-a76c-a3c342c1ed68", "Content-Length": "0", - "Date": "Wed, 09 Sep 2020 22:31:07 GMT", - "Operation-Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/4279fa29-3a06-4741-8e25-4b9809380078/analyzeresults/db062ddc-505c-43a0-9b7e-449e47306422", + "Date": "Fri, 30 Oct 2020 12:53:42 GMT", + "Operation-Location": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/78587410-9600-48fd-b4a3-d05533035b44/analyzeresults/09ccb374-bc01-4ba5-99fa-0a83a5350ef0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "90" + "x-envoy-upstream-service-time": "69" }, "ResponseBody": [] }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/4279fa29-3a06-4741-8e25-4b9809380078/analyzeResults/db062ddc-505c-43a0-9b7e-449e47306422", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/78587410-9600-48fd-b4a3-d05533035b44/analyzeResults/09ccb374-bc01-4ba5-99fa-0a83a5350ef0", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "b4e284023051a6d2c9ceb7fe9f593fab", "x-ms-return-client-request-id": "true" @@ -242,29 +242,29 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "64bdc5c3-27c0-4745-b53d-2a620d58840a", + "apim-request-id": "dcb32722-5278-4071-902b-8d9144aab7c4", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:31:07 GMT", + "Date": "Fri, 30 Oct 2020 12:53:42 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "18" + "x-envoy-upstream-service-time": "24" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-09-09T22:31:08Z", - "lastUpdatedDateTime": "2020-09-09T22:31:08Z" + "createdDateTime": "2020-10-30T12:53:43Z", + "lastUpdatedDateTime": "2020-10-30T12:53:43Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/4279fa29-3a06-4741-8e25-4b9809380078/analyzeResults/db062ddc-505c-43a0-9b7e-449e47306422", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/78587410-9600-48fd-b4a3-d05533035b44/analyzeResults/09ccb374-bc01-4ba5-99fa-0a83a5350ef0", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "dcde03038cf12aefacc9b1b0a2e41a29", "x-ms-return-client-request-id": "true" @@ -272,29 +272,29 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "61afbf69-fc29-4594-9a48-f5788a21d170", + "apim-request-id": "943dbcb1-fc57-47a0-921c-40cc20d84f10", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:31:08 GMT", + "Date": "Fri, 30 Oct 2020 12:53:44 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": "24" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-09-09T22:31:08Z", - "lastUpdatedDateTime": "2020-09-09T22:31:08Z" + "createdDateTime": "2020-10-30T12:53:43Z", + "lastUpdatedDateTime": "2020-10-30T12:53:44Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/4279fa29-3a06-4741-8e25-4b9809380078/analyzeResults/db062ddc-505c-43a0-9b7e-449e47306422", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/78587410-9600-48fd-b4a3-d05533035b44/analyzeResults/09ccb374-bc01-4ba5-99fa-0a83a5350ef0", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "13a357c9ed60cc1ddbb5453832c8c160", "x-ms-return-client-request-id": "true" @@ -302,29 +302,29 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "235a09f5-1c77-400e-91c7-9a5ae27e365b", + "apim-request-id": "4d7c658d-3564-4778-ae4a-0d810bd91b94", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:31:09 GMT", + "Date": "Fri, 30 Oct 2020 12:53:46 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "26" + "x-envoy-upstream-service-time": "30" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-09-09T22:31:08Z", - "lastUpdatedDateTime": "2020-09-09T22:31:08Z" + "createdDateTime": "2020-10-30T12:53:43Z", + "lastUpdatedDateTime": "2020-10-30T12:53:44Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/4279fa29-3a06-4741-8e25-4b9809380078/analyzeResults/db062ddc-505c-43a0-9b7e-449e47306422", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/78587410-9600-48fd-b4a3-d05533035b44/analyzeResults/09ccb374-bc01-4ba5-99fa-0a83a5350ef0", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "2113fdeece1775cc94b807877e2203e4", "x-ms-return-client-request-id": "true" @@ -332,29 +332,29 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "860e5e3a-05e1-4569-9c86-c3bda605860b", + "apim-request-id": "db97ab1f-e635-45ef-9c92-1f0efcfccbc4", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:31:10 GMT", + "Date": "Fri, 30 Oct 2020 12:53:47 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "19" + "x-envoy-upstream-service-time": "36" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-09-09T22:31:08Z", - "lastUpdatedDateTime": "2020-09-09T22:31:08Z" + "createdDateTime": "2020-10-30T12:53:43Z", + "lastUpdatedDateTime": "2020-10-30T12:53:47Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/4279fa29-3a06-4741-8e25-4b9809380078/analyzeResults/db062ddc-505c-43a0-9b7e-449e47306422", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/78587410-9600-48fd-b4a3-d05533035b44/analyzeResults/09ccb374-bc01-4ba5-99fa-0a83a5350ef0", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "47358db32cb6154ae612013c47b7f7e4", "x-ms-return-client-request-id": "true" @@ -362,29 +362,29 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "f52829b2-0576-4f30-a780-0cc40c7b8914", + "apim-request-id": "b463a236-f5ee-49b8-b006-811c49b02777", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:31:11 GMT", + "Date": "Fri, 30 Oct 2020 12:53:48 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": "28" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-09-09T22:31:08Z", - "lastUpdatedDateTime": "2020-09-09T22:31:11Z" + "createdDateTime": "2020-10-30T12:53:43Z", + "lastUpdatedDateTime": "2020-10-30T12:53:47Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/4279fa29-3a06-4741-8e25-4b9809380078/analyzeResults/db062ddc-505c-43a0-9b7e-449e47306422", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/78587410-9600-48fd-b4a3-d05533035b44/analyzeResults/09ccb374-bc01-4ba5-99fa-0a83a5350ef0", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "a5c15008f9d0fb128a2d7ea8e6954db8", "x-ms-return-client-request-id": "true" @@ -392,29 +392,29 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "fe35cc5b-a76f-4ec8-8224-e4cc3cf49f0e", + "apim-request-id": "a7637fb1-1b82-476e-b39d-558ff74761e4", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:31:12 GMT", + "Date": "Fri, 30 Oct 2020 12:53:49 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "20" + "x-envoy-upstream-service-time": "26" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-09-09T22:31:08Z", - "lastUpdatedDateTime": "2020-09-09T22:31:11Z" + "createdDateTime": "2020-10-30T12:53:43Z", + "lastUpdatedDateTime": "2020-10-30T12:53:47Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/4279fa29-3a06-4741-8e25-4b9809380078/analyzeResults/db062ddc-505c-43a0-9b7e-449e47306422", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/78587410-9600-48fd-b4a3-d05533035b44/analyzeResults/09ccb374-bc01-4ba5-99fa-0a83a5350ef0", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "a48460b17993c2a9b3fd3a04cd8f2edc", "x-ms-return-client-request-id": "true" @@ -422,76 +422,46 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "665b21b7-1045-4549-bf8c-4df444bdbac7", - "Content-Length": "109", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:31:14 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "19" - }, - "ResponseBody": { - "status": "notStarted", - "createdDateTime": "2020-09-09T22:31:08Z", - "lastUpdatedDateTime": "2020-09-09T22:31:11Z" - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/4279fa29-3a06-4741-8e25-4b9809380078/analyzeResults/db062ddc-505c-43a0-9b7e-449e47306422", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "2d7f23c05e60ba147b39bd88ada12f50", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "df002023-f683-438d-960a-bbd2905e3d42", + "apim-request-id": "6e245041-89fd-42d7-97e6-cdbe0771e0f1", "Content-Length": "34822", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:31:15 GMT", + "Date": "Fri, 30 Oct 2020 12:53:50 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "38" + "x-envoy-upstream-service-time": "32" }, - "ResponseBody": "{\u0022status\u0022:\u0022succeeded\u0022,\u0022createdDateTime\u0022:\u00222020-09-09T22:31:08Z\u0022,\u0022lastUpdatedDateTime\u0022:\u00222020-09-09T22:31:15Z\u0022,\u0022analyzeResult\u0022:{\u0022version\u0022:\u00222.1.0\u0022,\u0022readResults\u0022:[{\u0022page\u0022:1,\u0022angle\u0022:0,\u0022width\u0022:8.5,\u0022height\u0022:11,\u0022unit\u0022:\u0022inch\u0022,\u0022lines\u0022:[{\u0022boundingBox\u0022:[6.1276,1.0667,7.4833,1.0667,7.4833,1.2403,6.1276,1.2403],\u0022text\u0022:\u0022Vendor #:121\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[6.1276,1.0667,6.8657,1.0667,6.8657,1.2403,6.1276,1.2403],\u0022text\u0022:\u0022Vendor\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.9307,1.0759,7.4833,1.0759,7.4833,1.2391,6.9307,1.2391],\u0022text\u0022:\u0022#:121\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.2268,1.5733,6.2379,1.5733,6.2379,2.005,2.2268,2.005],\u0022text\u0022:\u0022Vendor Registration\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.2268,1.5733,3.703,1.5733,3.703,1.9207,2.2268,1.9207],\u0022text\u0022:\u0022Vendor\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.8661,1.5883,6.2379,1.5883,6.2379,2.005,3.8661,2.005],\u0022text\u0022:\u0022Registration\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0078,2.5846,7.0776,2.5846,7.0776,2.7293,1.0078,2.7293],\u0022text\u0022:\u0022Contoso Ltd. Conference will be held on May 28-29, 2020 at the Elm Conference Center in\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0078,2.5919,1.5548,2.5919,1.5548,2.7013,1.0078,2.7013],\u0022text\u0022:\u0022Contoso\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.6125,2.5856,1.843,2.5856,1.843,2.7013,1.6125,2.7013],\u0022text\u0022:\u0022Ltd.\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.8996,2.5846,2.6636,2.5846,2.6636,2.7013,1.8996,2.7013],\u0022text\u0022:\u0022Conference\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.7122,2.5852,2.9307,2.5852,2.9307,2.7003,2.7122,2.7003],\u0022text\u0022:\u0022will\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.9922,2.5852,3.1419,2.5852,3.1419,2.7013,2.9922,2.7013],\u0022text\u0022:\u0022be\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.1987,2.5852,3.4704,2.5852,3.4704,2.7013,3.1987,2.7013],\u0022text\u0022:\u0022held\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.53,2.62,3.6846,2.62,3.6846,2.7013,3.53,2.7013],\u0022text\u0022:\u0022on\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.7498,2.5934,4.0422,2.5934,4.0422,2.7293,3.7498,2.7293],\u0022text\u0022:\u0022May\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.0877,2.5914,4.5042,2.5914,4.5042,2.7236,4.0877,2.7236],\u0022text\u0022:\u002228-29,\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.5586,2.5914,4.884,2.5914,4.884,2.7017,4.5586,2.7017],\u0022text\u0022:\u00222020\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.9351,2.6014,5.0577,2.6014,5.0577,2.7013,4.9351,2.7013],\u0022text\u0022:\u0022at\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[5.1033,2.5852,5.3202,2.5852,5.3202,2.7013,5.1033,2.7013],\u0022text\u0022:\u0022the\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[5.3787,2.5852,5.6051,2.5852,5.6051,2.7003,5.3787,2.7003],\u0022text\u0022:\u0022Elm\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[5.6624,2.5846,6.4263,2.5846,6.4263,2.7013,5.6624,2.7013],\u0022text\u0022:\u0022Conference\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.4796,2.5919,6.9234,2.5919,6.9234,2.7013,6.4796,2.7013],\u0022text\u0022:\u0022Center\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.9765,2.5905,7.0776,2.5905,7.0776,2.7003,6.9765,2.7003],\u0022text\u0022:\u0022in\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.014,2.8029,7.3457,2.8029,7.3457,2.9478,1.014,2.9478],\u0022text\u0022:\u0022Maple City, Massachusetts. The conference has sold out of its 1,500 tickets, with a 400 person\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.014,2.8036,1.4242,2.8036,1.4242,2.9478,1.014,2.9478],\u0022text\u0022:\u0022Maple\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.4763,2.8089,1.7576,2.8089,1.7576,2.9478,1.4763,2.9478],\u0022text\u0022:\u0022City,\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.8195,2.8036,2.8383,2.8036,2.8383,2.9197,1.8195,2.9197],\u0022text\u0022:\u0022Massachusetts.\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.8883,2.8036,3.1326,2.8036,3.1326,2.9197,2.8883,2.9197],\u0022text\u0022:\u0022The\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.1842,2.8029,3.9301,2.8029,3.9301,2.9197,3.1842,2.9197],\u0022text\u0022:\u0022conference\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.9871,2.8036,4.2019,2.8036,4.2019,2.9197,3.9871,2.9197],\u0022text\u0022:\u0022has\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.2529,2.8036,4.5104,2.8036,4.5104,2.9197,4.2529,2.9197],\u0022text\u0022:\u0022sold\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.5701,2.8197,4.7871,2.8197,4.7871,2.9197,4.5701,2.9197],\u0022text\u0022:\u0022out\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.8373,2.8029,4.9701,2.8029,4.9701,2.9197,4.8373,2.9197],\u0022text\u0022:\u0022of\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[5.0169,2.8089,5.1601,2.8089,5.1601,2.9197,5.0169,2.9197],\u0022text\u0022:\u0022its\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[5.2167,2.81,5.5766,2.81,5.5766,2.9418,5.2167,2.9418],\u0022text\u0022:\u00221,500\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[5.6227,2.8036,6.0928,2.8036,6.0928,2.9418,5.6227,2.9418],\u0022text\u0022:\u0022tickets,\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.1461,2.8036,6.4308,2.8036,6.4308,2.9195,6.1461,2.9195],\u0022text\u0022:\u0022with\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.488,2.8383,6.548,2.8383,6.548,2.9197,6.488,2.9197],\u0022text\u0022:\u0022a\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.6016,2.81,6.8449,2.81,6.8449,2.9197,6.6016,2.9197],\u0022text\u0022:\u0022400\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.8998,2.8383,7.3457,2.8383,7.3457,2.9478,6.8998,2.9478],\u0022text\u0022:\u0022person\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0043,3.0229,7.2482,3.0229,7.2482,3.1678,1.0043,3.1678],\u0022text\u0022:\u0022waitlist. Vendor applications are being accepted through Feb 28, 2020. Please fill in the form\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0043,3.0236,1.5194,3.0236,1.5194,3.1397,1.0043,3.1397],\u0022text\u0022:\u0022waitlist.\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.5733,3.0239,2.0654,3.0239,2.0654,3.1397,1.5733,3.1397],\u0022text\u0022:\u0022Vendor\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.1132,3.0236,2.9143,3.0236,2.9143,3.1678,2.1132,3.1678],\u0022text\u0022:\u0022applications\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.9675,3.0583,3.1726,3.0583,3.1726,3.1397,2.9675,3.1397],\u0022text\u0022:\u0022are\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.2306,3.0236,3.5889,3.0236,3.5889,3.1678,3.2306,3.1678],\u0022text\u0022:\u0022being\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.6388,3.0239,4.2336,3.0239,4.2336,3.1678,3.6388,3.1678],\u0022text\u0022:\u0022accepted\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.2862,3.0236,4.8127,3.0236,4.8127,3.1678,4.2862,3.1678],\u0022text\u0022:\u0022through\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.8815,3.0236,5.1133,3.0236,5.1133,3.14,4.8815,3.14],\u0022text\u0022:\u0022Feb\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[5.163,3.0297,5.361,3.0297,5.361,3.162,5.163,3.162],\u0022text\u0022:\u002228,\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[5.413,3.0297,5.7774,3.0297,5.7774,3.14,5.413,3.14],\u0022text\u0022:\u00222020.\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[5.8406,3.0236,6.2537,3.0236,6.2537,3.1397,5.8406,3.1397],\u0022text\u0022:\u0022Please\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.3022,3.0229,6.4539,3.0229,6.4539,3.1387,6.3022,3.1387],\u0022text\u0022:\u0022fill\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.5131,3.0289,6.6158,3.0289,6.6158,3.1387,6.5131,3.1387],\u0022text\u0022:\u0022in\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.6673,3.0236,6.8842,3.0236,6.8842,3.1397,6.6673,3.1397],\u0022text\u0022:\u0022the\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.9317,3.0229,7.2482,3.0229,7.2482,3.1397,6.9317,3.1397],\u0022text\u0022:\u0022form\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0125,3.2436,3.6599,3.2436,3.6599,3.3818,1.0125,3.3818],\u0022text\u0022:\u0022below, and attach a check made out to:\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0125,3.2436,1.4459,3.2436,1.4459,3.3818,1.0125,3.3818],\u0022text\u0022:\u0022below,\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.5024,3.2439,1.7371,3.2439,1.7371,3.3597,1.5024,3.3597],\u0022text\u0022:\u0022and\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.7968,3.2436,2.2047,3.2436,2.2047,3.3597,1.7968,3.3597],\u0022text\u0022:\u0022attach\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.2619,3.2783,2.3219,3.2783,2.3219,3.3597,2.2619,3.3597],\u0022text\u0022:\u0022a\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.379,3.2436,2.7529,3.2436,2.7529,3.3597,2.379,3.3597],\u0022text\u0022:\u0022check\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.8076,3.2439,3.17,3.2439,3.17,3.3597,2.8076,3.3597],\u0022text\u0022:\u0022made\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.2251,3.2597,3.4421,3.2597,3.4421,3.3597,3.2251,3.3597],\u0022text\u0022:\u0022out\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.4869,3.2597,3.6599,3.2597,3.6599,3.3597,3.4869,3.3597],\u0022text\u0022:\u0022to:\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0078,3.5739,1.843,3.5739,1.843,3.6897,1.0078,3.6897],\u0022text\u0022:\u0022Contoso Ltd.\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0078,3.5802,1.5548,3.5802,1.5548,3.6897,1.0078,3.6897],\u0022text\u0022:\u0022Contoso\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.6125,3.5739,1.843,3.5739,1.843,3.6897,1.6125,3.6897],\u0022text\u0022:\u0022Ltd.\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0093,3.7939,2.3768,3.7939,2.3768,3.9378,1.0093,3.9378],\u0022text\u0022:\u00222345 Dogwood Lane\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0093,3.8,1.3297,3.8,1.3297,3.9097,1.0093,3.9097],\u0022text\u0022:\u00222345\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.3899,3.7939,2.0149,3.7939,2.0149,3.9378,1.3899,3.9378],\u0022text\u0022:\u0022Dogwood\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.0788,3.8012,2.3768,3.8012,2.3768,3.9097,2.0788,3.9097],\u0022text\u0022:\u0022Lane\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.014,4.0136,2.3377,4.0136,2.3377,4.1518,1.014,4.1518],\u0022text\u0022:\u0022Birch, Kansas 98123\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.014,4.0136,1.3745,4.0136,1.3745,4.1518,1.014,4.1518],\u0022text\u0022:\u0022Birch,\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.4375,4.0212,1.8819,4.0212,1.8819,4.1297,1.4375,4.1297],\u0022text\u0022:\u0022Kansas\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.9318,4.02,2.3377,4.02,2.3377,4.1297,1.9318,4.1297],\u0022text\u0022:\u002298123\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0204,4.4248,1.5303,4.4248,1.5303,4.5682,1.0204,4.5682],\u0022text\u0022:\u0022Rates:\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0204,4.4248,1.5303,4.4248,1.5303,4.5682,1.0204,4.5682],\u0022text\u0022:\u0022Rates:\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0923,4.6986,1.6232,4.6986,1.6232,4.8428,1.0923,4.8428],\u0022text\u0022:\u0022Package\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0923,4.6986,1.6232,4.6986,1.6232,4.8428,1.0923,4.8428],\u0022text\u0022:\u0022Package\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.713,4.6986,3.2707,4.6986,3.2707,4.8147,2.713,4.8147],\u0022text\u0022:\u0022Included\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.713,4.6986,3.2707,4.6986,3.2707,4.8147,2.713,4.8147],\u0022text\u0022:\u0022Included\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[5.838,4.7039,6.1513,4.7039,6.1513,4.8147,5.838,4.8147],\u0022text\u0022:\u0022Price\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[5.838,4.7039,6.1513,4.7039,6.1513,4.8147,5.838,4.8147],\u0022text\u0022:\u0022Price\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0857,4.9086,1.9831,4.9086,1.9831,5.0528,1.0857,5.0528],\u0022text\u0022:\u0022Gold Sponsor\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0857,4.9086,1.3842,4.9086,1.3842,5.0247,1.0857,5.0247],\u0022text\u0022:\u0022Gold\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.4423,4.915,1.9831,4.915,1.9831,5.0528,1.4423,5.0528],\u0022text\u0022:\u0022Sponsor\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,4.954,3.018,4.954,3.018,5.0145,2.9586,5.0145],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,4.954,3.018,4.954,3.018,5.0145,2.9586,5.0145],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,4.9169,3.8726,4.9169,3.8726,5.033,3.214,5.033],\u0022text\u0022:\u0022Full booth\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,4.9169,3.4295,4.9169,3.4295,5.033,3.214,5.033],\u0022text\u0022:\u0022Full\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.492,4.9169,3.8726,4.9169,3.8726,5.033,3.492,5.033],\u0022text\u0022:\u0022booth\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[5.8328,4.8977,6.2829,4.8977,6.2829,5.0468,5.8328,5.0468],\u0022text\u0022:\u0022$1,500\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[5.8328,4.8977,6.2829,4.8977,6.2829,5.0468,5.8328,5.0468],\u0022text\u0022:\u0022$1,500\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,5.1673,3.018,5.1673,3.018,5.2279,2.9586,5.2279],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,5.1673,3.018,5.1673,3.018,5.2279,2.9586,5.2279],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,5.1302,4.7267,5.1302,4.7267,5.2744,3.214,5.2744],\u0022text\u0022:\u0022Pre-keynote thank you\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,5.1302,4.0183,5.1302,4.0183,5.2744,3.214,5.2744],\u0022text\u0022:\u0022Pre-keynote\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.0665,5.1302,4.4475,5.1302,4.4475,5.2463,4.0665,5.2463],\u0022text\u0022:\u0022thank\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.4903,5.165,4.7267,5.165,4.7267,5.2744,4.4903,5.2744],\u0022text\u0022:\u0022you\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,5.379,3.018,5.379,3.018,5.4395,2.9586,5.4395],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,5.379,3.018,5.379,3.018,5.4395,2.9586,5.4395],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,5.3495,4.2093,5.3495,4.2093,5.4861,3.214,5.4861],\u0022text\u0022:\u0022Logo on poster\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,5.3495,3.5163,5.3495,3.5163,5.4861,3.214,5.4861],\u0022text\u0022:\u0022Logo\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.5686,5.3767,3.7244,5.3767,3.7244,5.458,3.5686,5.458],\u0022text\u0022:\u0022on\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.7888,5.358,4.2093,5.358,4.2093,5.4861,3.7888,5.4861],\u0022text\u0022:\u0022poster\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,5.5923,3.018,5.5923,3.018,5.6529,2.9586,5.6529],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,5.5923,3.018,5.5923,3.018,5.6529,2.9586,5.6529],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,5.5552,5.201,5.5552,5.201,5.6994,3.214,5.6994],\u0022text\u0022:\u0022Full page ad in program guide\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,5.5552,3.4295,5.5552,3.4295,5.6713,3.214,5.6713],\u0022text\u0022:\u0022Full\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.492,5.59,3.7989,5.59,3.7989,5.6994,3.492,5.6994],\u0022text\u0022:\u0022page\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.8519,5.5556,3.9991,5.5556,3.9991,5.6713,3.8519,5.6713],\u0022text\u0022:\u0022ad\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.0599,5.5605,4.1626,5.5605,4.1626,5.6703,4.0599,5.6703],\u0022text\u0022:\u0022in\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.2248,5.59,4.7839,5.59,4.7839,5.6994,4.2248,5.6994],\u0022text\u0022:\u0022program\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.8367,5.5556,5.201,5.5556,5.201,5.6994,4.8367,5.6994],\u0022text\u0022:\u0022guide\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,5.804,3.018,5.804,3.018,5.8645,2.9586,5.8645],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,5.804,3.018,5.804,3.018,5.8645,2.9586,5.8645],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0842,5.9786,2.0339,5.9786,2.0339,6.1228,1.0842,6.1228],\u0022text\u0022:\u0022Silver Sponsor\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0842,5.9786,1.4443,5.9786,1.4443,6.0947,1.0842,6.0947],\u0022text\u0022:\u0022Silver\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.4904,5.985,2.0339,5.985,2.0339,6.1228,1.4904,6.1228],\u0022text\u0022:\u0022Sponsor\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,6.024,3.018,6.024,3.018,6.0845,2.9586,6.0845],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,6.024,3.018,6.024,3.018,6.0845,2.9586,6.0845],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,5.9869,3.8726,5.9869,3.8726,6.103,3.214,6.103],\u0022text\u0022:\u0022Full booth\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,5.9869,3.4295,5.9869,3.4295,6.103,3.214,6.103],\u0022text\u0022:\u0022Full\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.492,5.9869,3.8726,5.9869,3.8726,6.103,3.492,6.103],\u0022text\u0022:\u0022booth\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[5.8328,5.9677,6.2829,5.9677,6.2829,6.1168,5.8328,6.1168],\u0022text\u0022:\u0022$1,200\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[5.8328,5.9677,6.2829,5.9677,6.2829,6.1168,5.8328,6.1168],\u0022text\u0022:\u0022$1,200\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,6.2356,3.018,6.2356,3.018,6.2962,2.9586,6.2962],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,6.2356,3.018,6.2356,3.018,6.2962,2.9586,6.2962],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,6.1986,4.7938,6.1986,4.7938,6.3428,3.214,6.3428],\u0022text\u0022:\u0022Post-keynote thank you\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,6.1986,4.0878,6.1986,4.0878,6.3428,3.214,6.3428],\u0022text\u0022:\u0022Post-keynote\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.1348,6.1986,4.5158,6.1986,4.5158,6.3147,4.1348,6.3147],\u0022text\u0022:\u0022thank\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.5586,6.2333,4.7938,6.2333,4.7938,6.3428,4.5586,6.3428],\u0022text\u0022:\u0022you\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,6.4473,3.018,6.4473,3.018,6.5079,2.9586,6.5079],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,6.4473,3.018,6.4473,3.018,6.5079,2.9586,6.5079],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,6.4179,4.2093,6.4179,4.2093,6.5544,3.214,6.5544],\u0022text\u0022:\u0022Logo on poster\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,6.4179,3.5163,6.4179,3.5163,6.5544,3.214,6.5544],\u0022text\u0022:\u0022Logo\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.5686,6.445,3.7244,6.445,3.7244,6.5263,3.5686,6.5263],\u0022text\u0022:\u0022on\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.7888,6.4264,4.2093,6.4264,4.2093,6.5544,3.7888,6.5544],\u0022text\u0022:\u0022poster\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,6.6606,3.018,6.6606,3.018,6.7212,2.9586,6.7212],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,6.6606,3.018,6.6606,3.018,6.7212,2.9586,6.7212],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,6.6229,5.2314,6.6229,5.2314,6.7678,3.214,6.7678],\u0022text\u0022:\u0022Half page ad in program guide\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,6.6229,3.4739,6.6229,3.4739,6.7397,3.214,6.7397],\u0022text\u0022:\u0022Half\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.5224,6.6583,3.8326,6.6583,3.8326,6.7678,3.5224,6.7678],\u0022text\u0022:\u0022page\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.8843,6.6239,4.0315,6.6239,4.0315,6.7397,3.8843,6.7397],\u0022text\u0022:\u0022ad\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.0923,6.6289,4.195,6.6289,4.195,6.7387,4.0923,6.7387],\u0022text\u0022:\u0022in\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.2563,6.6583,4.8148,6.6583,4.8148,6.7678,4.2563,6.7678],\u0022text\u0022:\u0022program\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.8695,6.6239,5.2314,6.6239,5.2314,6.7678,4.8695,6.7678],\u0022text\u0022:\u0022guide\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0923,6.84,2.1362,6.84,2.1362,6.9778,1.0923,6.9778],\u0022text\u0022:\u0022Bronze Sponsor\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0923,6.8417,1.545,6.8417,1.545,6.9497,1.0923,6.9497],\u0022text\u0022:\u0022Bronze\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.5951,6.84,2.1362,6.84,2.1362,6.9778,1.5951,6.9778],\u0022text\u0022:\u0022Sponsor\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,6.879,3.018,6.879,3.018,6.9395,2.9586,6.9395],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,6.879,3.018,6.879,3.018,6.9395,2.9586,6.9395],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,6.8419,3.8726,6.8419,3.8726,6.958,3.214,6.958],\u0022text\u0022:\u0022Full booth\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,6.8419,3.4295,6.8419,3.4295,6.958,3.214,6.958],\u0022text\u0022:\u0022Full\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.492,6.8419,3.8726,6.8419,3.8726,6.958,3.492,6.958],\u0022text\u0022:\u0022booth\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[5.8328,6.8227,6.2829,6.8227,6.2829,6.9718,5.8328,6.9718],\u0022text\u0022:\u0022$1,000\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[5.8328,6.8227,6.2829,6.8227,6.2829,6.9718,5.8328,6.9718],\u0022text\u0022:\u0022$1,000\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,7.0923,3.018,7.0923,3.018,7.1529,2.9586,7.1529],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,7.0923,3.018,7.0923,3.018,7.1529,2.9586,7.1529],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,7.0629,4.2093,7.0629,4.2093,7.1994,3.214,7.1994],\u0022text\u0022:\u0022Logo on poster\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,7.0629,3.5163,7.0629,3.5163,7.1994,3.214,7.1994],\u0022text\u0022:\u0022Logo\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.5686,7.09,3.7244,7.09,3.7244,7.1713,3.5686,7.1713],\u0022text\u0022:\u0022on\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.7888,7.0714,4.2093,7.0714,4.2093,7.1994,3.7888,7.1994],\u0022text\u0022:\u0022poster\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,7.304,3.018,7.304,3.018,7.3645,2.9586,7.3645],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,7.304,3.018,7.304,3.018,7.3645,2.9586,7.3645],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.2082,7.2672,5.3419,7.2672,5.3419,7.4111,3.2082,7.4111],\u0022text\u0022:\u002250% discount on program guide\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.2082,7.2717,3.4817,7.2717,3.4817,7.3845,3.2082,7.3845],\u0022text\u0022:\u002250%\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.533,7.2672,4.1018,7.2672,4.1018,7.383,3.533,7.383],\u0022text\u0022:\u0022discount\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.1512,7.3017,4.307,7.3017,4.307,7.383,4.1512,7.383],\u0022text\u0022:\u0022on\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.3682,7.3017,4.9253,7.3017,4.9253,7.4111,4.3682,7.4111],\u0022text\u0022:\u0022program\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.981,7.2672,5.3419,7.2672,5.3419,7.4111,4.981,7.4111],\u0022text\u0022:\u0022guide\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.2075,7.4706,4.2429,7.4706,4.2429,7.5863,3.2075,7.5863],\u0022text\u0022:\u0022advertisements\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.2075,7.4706,4.2429,7.4706,4.2429,7.5863,3.2075,7.5863],\u0022text\u0022:\u0022advertisements\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0923,7.6819,1.7537,7.6819,1.7537,7.798,1.0923,7.798],\u0022text\u0022:\u0022Full Booth\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0923,7.6819,1.3079,7.6819,1.3079,7.798,1.0923,7.798],\u0022text\u0022:\u0022Full\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.3718,7.6819,1.7537,7.6819,1.7537,7.798,1.3718,7.798],\u0022text\u0022:\u0022Booth\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,7.7273,3.018,7.7273,3.018,7.7879,2.9586,7.7879],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,7.7273,3.018,7.7273,3.018,7.7879,2.9586,7.7879],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,7.6902,3.8726,7.6902,3.8726,7.8063,3.214,7.8063],\u0022text\u0022:\u0022Full booth\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,7.6902,3.4295,7.6902,3.4295,7.8063,3.214,7.8063],\u0022text\u0022:\u0022Full\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.492,7.6902,3.8726,7.6902,3.8726,7.8063,3.492,7.8063],\u0022text\u0022:\u0022booth\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[5.8328,7.6711,6.1586,7.6711,6.1586,7.8165,5.8328,7.8165],\u0022text\u0022:\u0022$600\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[5.8328,7.6711,6.1586,7.6711,6.1586,7.8165,5.8328,7.8165],\u0022text\u0022:\u0022$600\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,7.939,3.018,7.939,3.018,7.9995,2.9586,7.9995],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,7.939,3.018,7.939,3.018,7.9995,2.9586,7.9995],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.2082,7.9022,5.3419,7.9022,5.3419,8.0461,3.2082,8.0461],\u0022text\u0022:\u002250% discount on program guide\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.2082,7.9067,3.4817,7.9067,3.4817,8.0195,3.2082,8.0195],\u0022text\u0022:\u002250%\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.533,7.9022,4.1018,7.9022,4.1018,8.018,3.533,8.018],\u0022text\u0022:\u0022discount\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.1512,7.9367,4.307,7.9367,4.307,8.018,4.1512,8.018],\u0022text\u0022:\u0022on\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.3682,7.9367,4.9253,7.9367,4.9253,8.0461,4.3682,8.0461],\u0022text\u0022:\u0022program\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.981,7.9022,5.3419,7.9022,5.3419,8.0461,4.981,8.0461],\u0022text\u0022:\u0022guide\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.2075,8.1056,4.2429,8.1056,4.2429,8.2213,3.2075,8.2213],\u0022text\u0022:\u0022advertisements\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.2075,8.1056,4.2429,8.1056,4.2429,8.2213,3.2075,8.2213],\u0022text\u0022:\u0022advertisements\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0923,8.3162,1.7854,8.3162,1.7854,8.433,1.0923,8.433],\u0022text\u0022:\u0022Half Booth\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0923,8.3162,1.3522,8.3162,1.3522,8.433,1.0923,8.433],\u0022text\u0022:\u0022Half\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.4022,8.3169,1.7854,8.3169,1.7854,8.433,1.4022,8.433],\u0022text\u0022:\u0022Booth\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,8.3623,3.018,8.3623,3.018,8.4229,2.9586,8.4229],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,8.3623,3.018,8.3623,3.018,8.4229,2.9586,8.4229],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,8.3252,3.8726,8.3252,3.8726,8.4413,3.214,8.4413],\u0022text\u0022:\u0022Full booth\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,8.3252,3.4295,8.3252,3.4295,8.4413,3.214,8.4413],\u0022text\u0022:\u0022Full\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.492,8.3252,3.8726,8.3252,3.8726,8.4413,3.492,8.4413],\u0022text\u0022:\u0022booth\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[5.8328,8.3061,6.1586,8.3061,6.1586,8.4515,5.8328,8.4515],\u0022text\u0022:\u0022$350\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[5.8328,8.3061,6.1586,8.3061,6.1586,8.4515,5.8328,8.4515],\u0022text\u0022:\u0022$350\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,8.574,3.018,8.574,3.018,8.6345,2.9586,8.6345],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,8.574,3.018,8.574,3.018,8.6345,2.9586,8.6345],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.2093,8.5372,5.3419,8.5372,5.3419,8.6811,3.2093,8.6811],\u0022text\u0022:\u002225% discount on program guide\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.2093,8.5417,3.4817,8.5417,3.4817,8.6545,3.2093,8.6545],\u0022text\u0022:\u002225%\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.533,8.5372,4.1018,8.5372,4.1018,8.653,3.533,8.653],\u0022text\u0022:\u0022discount\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.1512,8.5717,4.307,8.5717,4.307,8.653,4.1512,8.653],\u0022text\u0022:\u0022on\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.3682,8.5717,4.9253,8.5717,4.9253,8.6811,4.3682,8.6811],\u0022text\u0022:\u0022program\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.981,8.5372,5.3419,8.5372,5.3419,8.6811,4.981,8.6811],\u0022text\u0022:\u0022guide\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.2075,8.7406,4.2429,8.7406,4.2429,8.8563,3.2075,8.8563],\u0022text\u0022:\u0022advertisements\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.2075,8.7406,4.2429,8.7406,4.2429,8.8563,3.2075,8.8563],\u0022text\u0022:\u0022advertisements\u0022,\u0022confidence\u0022:1}]}],\u0022selectionMarks\u0022:[{\u0022boundingBox\u0022:[0,10.2725,1.0372,10.2725,1.0372,10.9925,0,10.9925],\u0022confidence\u0022:0.69,\u0022state\u0022:\u0022unselected\u0022},{\u0022boundingBox\u0022:[0,10.6019,1.5095,10.6019,1.5095,10.9983,0,10.9983],\u0022confidence\u0022:0.69,\u0022state\u0022:\u0022unselected\u0022},{\u0022boundingBox\u0022:[2.9381,6.9634,3.0388,6.9634,3.0388,7.0736,2.9381,7.0736],\u0022confidence\u0022:0.553,\u0022state\u0022:\u0022unselected\u0022}]},{\u0022page\u0022:2,\u0022angle\u0022:0,\u0022width\u0022:8.5,\u0022height\u0022:11,\u0022unit\u0022:\u0022inch\u0022,\u0022lines\u0022:[{\u0022boundingBox\u0022:[6.1276,1.0667,7.4833,1.0667,7.4833,1.2403,6.1276,1.2403],\u0022text\u0022:\u0022Vendor #:121\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[6.1276,1.0667,6.8657,1.0667,6.8657,1.2403,6.1276,1.2403],\u0022text\u0022:\u0022Vendor\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.9307,1.0759,7.4833,1.0759,7.4833,1.2391,6.9307,1.2391],\u0022text\u0022:\u0022#:121\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0044,2.1771,2.35,2.1771,2.35,2.3315,1.0044,2.3315],\u0022text\u0022:\u0022Vendor Details:\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0044,2.1778,1.6496,2.1778,1.6496,2.3315,1.0044,2.3315],\u0022text\u0022:\u0022Vendor\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.7239,2.1771,2.35,2.1771,2.35,2.3315,1.7239,2.3315],\u0022text\u0022:\u0022Details:\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0065,2.7686,3.3477,2.7686,3.3477,2.9128,1.0065,2.9128],\u0022text\u0022:\u0022Company Name: Southridge Video\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0065,2.7749,1.651,2.7749,1.651,2.9126,1.0065,2.9126],\u0022text\u0022:\u0022Company\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.7019,2.7764,2.1376,2.7764,2.1376,2.885,1.7019,2.885],\u0022text\u0022:\u0022Name:\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.1925,2.7686,2.9184,2.7686,2.9184,2.9128,2.1925,2.9128],\u0022text\u0022:\u0022Southridge\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.9691,2.7689,3.3477,2.7689,3.3477,2.8847,2.9691,2.8847],\u0022text\u0022:\u0022Video\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0065,3.0986,3.5766,3.0986,3.5766,3.2428,1.0065,3.2428],\u0022text\u0022:\u0022Contact: Jamie@southridgevideo.com\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0065,3.1049,1.5706,3.1049,1.5706,3.215,1.0065,3.215],\u0022text\u0022:\u0022Contact:\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.6205,3.0986,3.5766,3.0986,3.5766,3.2428,1.6205,3.2428],\u0022text\u0022:\u0022Jamie@southridgevideo.com\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0115,3.4296,2.6542,3.4296,2.6542,3.5744,1.0115,3.5744],\u0022text\u0022:\u0022Preferred Package: Gold\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0115,3.4296,1.6499,3.4296,1.6499,3.5467,1.0115,3.5467],\u0022text\u0022:\u0022Preferred\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.7092,3.4302,2.2978,3.4302,2.2978,3.5744,1.7092,3.5744],\u0022text\u0022:\u0022Package:\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.3557,3.4302,2.6542,3.4302,2.6542,3.5463,2.3557,3.5463],\u0022text\u0022:\u0022Gold\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0052,3.7537,2.4783,3.7537,2.4783,3.9043,1.0052,3.9043],\u0022text\u0022:\u0022Special Requests: N/a\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0052,3.7602,1.475,3.7602,1.475,3.9043,1.0052,3.9043],\u0022text\u0022:\u0022Special\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.5342,3.7684,2.1899,3.7684,2.1899,3.9043,1.5342,3.9043],\u0022text\u0022:\u0022Requests:\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.254,3.7537,2.4783,3.7537,2.4783,3.8976,2.254,3.8976],\u0022text\u0022:\u0022N/a\u0022,\u0022confidence\u0022:1}]}],\u0022selectionMarks\u0022:[{\u0022boundingBox\u0022:[0.0024,9.869,1.0826,9.869,1.0826,10.9955,0.0024,10.9955],\u0022confidence\u0022:0.833,\u0022state\u0022:\u0022unselected\u0022},{\u0022boundingBox\u0022:[7.6562,1.0157,8.5,1.0157,8.5,2.8293,7.6562,2.8293],\u0022confidence\u0022:0.6,\u0022state\u0022:\u0022unselected\u0022},{\u0022boundingBox\u0022:[0.0008,10.4758,1.8164,10.4758,1.8164,10.9978,0.0008,10.9978],\u0022confidence\u0022:0.6,\u0022state\u0022:\u0022unselected\u0022}]}],\u0022pageResults\u0022:[{\u0022page\u0022:1,\u0022tables\u0022:[{\u0022rows\u0022:20,\u0022columns\u0022:3,\u0022cells\u0022:[{\u0022rowIndex\u0022:0,\u0022columnIndex\u0022:0,\u0022text\u0022:\u0022Package\u0022,\u0022boundingBox\u0022:[1.0033,4.6517,2.625,4.6517,2.625,4.8617,1.0033,4.8617],\u0022elements\u0022:[\u0022#/readResults/0/lines/10/words/0\u0022]},{\u0022rowIndex\u0022:0,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022Included\u0022,\u0022boundingBox\u0022:[2.625,4.6517,5.75,4.6517,5.75,4.8617,2.625,4.8617],\u0022elements\u0022:[\u0022#/readResults/0/lines/11/words/0\u0022]},{\u0022rowIndex\u0022:0,\u0022columnIndex\u0022:2,\u0022text\u0022:\u0022Price\u0022,\u0022boundingBox\u0022:[5.75,4.6517,7.4967,4.6517,7.4967,4.8617,5.75,4.8617],\u0022elements\u0022:[\u0022#/readResults/0/lines/12/words/0\u0022]},{\u0022rowIndex\u0022:1,\u0022columnIndex\u0022:0,\u0022text\u0022:\u0022Gold Sponsor\u0022,\u0022boundingBox\u0022:[1.0033,4.8617,2.625,4.8617,2.625,5.0833,1.0033,5.0833],\u0022elements\u0022:[\u0022#/readResults/0/lines/13/words/0\u0022,\u0022#/readResults/0/lines/13/words/1\u0022]},{\u0022rowIndex\u0022:1,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Full booth\u0022,\u0022boundingBox\u0022:[2.625,4.8617,5.75,4.8617,5.75,5.0833,2.625,5.0833],\u0022elements\u0022:[\u0022#/readResults/0/lines/14/words/0\u0022,\u0022#/readResults/0/lines/15/words/0\u0022,\u0022#/readResults/0/lines/15/words/1\u0022]},{\u0022rowIndex\u0022:1,\u0022columnIndex\u0022:2,\u0022text\u0022:\u0022$1,500\u0022,\u0022boundingBox\u0022:[5.75,4.8617,7.4967,4.8617,7.4967,5.0833,5.75,5.0833],\u0022elements\u0022:[\u0022#/readResults/0/lines/16/words/0\u0022]},{\u0022rowIndex\u0022:2,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Pre-keynote thank you\u0022,\u0022boundingBox\u0022:[2.625,5.0833,5.75,5.0833,5.75,5.3056,2.625,5.3056],\u0022elements\u0022:[\u0022#/readResults/0/lines/17/words/0\u0022,\u0022#/readResults/0/lines/18/words/0\u0022,\u0022#/readResults/0/lines/18/words/1\u0022,\u0022#/readResults/0/lines/18/words/2\u0022]},{\u0022rowIndex\u0022:3,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Logo on poster\u0022,\u0022boundingBox\u0022:[2.625,5.3056,5.75,5.3056,5.75,5.5139,2.625,5.5139],\u0022elements\u0022:[\u0022#/readResults/0/lines/19/words/0\u0022,\u0022#/readResults/0/lines/20/words/0\u0022,\u0022#/readResults/0/lines/20/words/1\u0022,\u0022#/readResults/0/lines/20/words/2\u0022]},{\u0022rowIndex\u0022:4,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Full page ad in program guide\u0022,\u0022boundingBox\u0022:[2.625,5.5139,5.75,5.5139,5.75,5.7361,2.625,5.7361],\u0022elements\u0022:[\u0022#/readResults/0/lines/21/words/0\u0022,\u0022#/readResults/0/lines/22/words/0\u0022,\u0022#/readResults/0/lines/22/words/1\u0022,\u0022#/readResults/0/lines/22/words/2\u0022,\u0022#/readResults/0/lines/22/words/3\u0022,\u0022#/readResults/0/lines/22/words/4\u0022,\u0022#/readResults/0/lines/22/words/5\u0022]},{\u0022rowIndex\u0022:5,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.625,5.7361,5.75,5.7361,5.75,5.93,2.625,5.93],\u0022elements\u0022:[\u0022#/readResults/0/lines/23/words/0\u0022]},{\u0022rowIndex\u0022:6,\u0022columnIndex\u0022:0,\u0022text\u0022:\u0022Silver Sponsor\u0022,\u0022boundingBox\u0022:[1.0033,5.93,2.625,5.93,2.625,6.1528,1.0033,6.1528],\u0022elements\u0022:[\u0022#/readResults/0/lines/24/words/0\u0022,\u0022#/readResults/0/lines/24/words/1\u0022]},{\u0022rowIndex\u0022:6,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Full booth\u0022,\u0022boundingBox\u0022:[2.625,5.93,5.75,5.93,5.75,6.1528,2.625,6.1528],\u0022elements\u0022:[\u0022#/readResults/0/lines/25/words/0\u0022,\u0022#/readResults/0/lines/26/words/0\u0022,\u0022#/readResults/0/lines/26/words/1\u0022]},{\u0022rowIndex\u0022:6,\u0022columnIndex\u0022:2,\u0022text\u0022:\u0022$1,200\u0022,\u0022boundingBox\u0022:[5.75,5.93,7.4967,5.93,7.4967,6.1528,5.75,6.1528],\u0022elements\u0022:[\u0022#/readResults/0/lines/27/words/0\u0022]},{\u0022rowIndex\u0022:7,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Post-keynote thank you\u0022,\u0022boundingBox\u0022:[2.625,6.1528,5.75,6.1528,5.75,6.375,2.625,6.375],\u0022elements\u0022:[\u0022#/readResults/0/lines/28/words/0\u0022,\u0022#/readResults/0/lines/29/words/0\u0022,\u0022#/readResults/0/lines/29/words/1\u0022,\u0022#/readResults/0/lines/29/words/2\u0022]},{\u0022rowIndex\u0022:8,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Logo on poster\u0022,\u0022boundingBox\u0022:[2.625,6.375,5.75,6.375,5.75,6.5833,2.625,6.5833],\u0022elements\u0022:[\u0022#/readResults/0/lines/30/words/0\u0022,\u0022#/readResults/0/lines/31/words/0\u0022,\u0022#/readResults/0/lines/31/words/1\u0022,\u0022#/readResults/0/lines/31/words/2\u0022]},{\u0022rowIndex\u0022:9,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Half page ad in program guide\u0022,\u0022boundingBox\u0022:[2.625,6.5833,5.75,6.5833,5.75,6.7867,2.625,6.7867],\u0022elements\u0022:[\u0022#/readResults/0/lines/32/words/0\u0022,\u0022#/readResults/0/lines/33/words/0\u0022,\u0022#/readResults/0/lines/33/words/1\u0022,\u0022#/readResults/0/lines/33/words/2\u0022,\u0022#/readResults/0/lines/33/words/3\u0022,\u0022#/readResults/0/lines/33/words/4\u0022,\u0022#/readResults/0/lines/33/words/5\u0022]},{\u0022rowIndex\u0022:10,\u0022columnIndex\u0022:0,\u0022text\u0022:\u0022Bronze Sponsor\u0022,\u0022boundingBox\u0022:[1.0033,6.7867,2.625,6.7867,2.625,7.0139,1.0033,7.0139],\u0022elements\u0022:[\u0022#/readResults/0/lines/34/words/0\u0022,\u0022#/readResults/0/lines/34/words/1\u0022]},{\u0022rowIndex\u0022:10,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Full booth\u0022,\u0022boundingBox\u0022:[2.625,6.7867,5.75,6.7867,5.75,7.0139,2.625,7.0139],\u0022elements\u0022:[\u0022#/readResults/0/lines/35/words/0\u0022,\u0022#/readResults/0/lines/36/words/0\u0022,\u0022#/readResults/0/lines/36/words/1\u0022]},{\u0022rowIndex\u0022:10,\u0022columnIndex\u0022:2,\u0022text\u0022:\u0022$1,000\u0022,\u0022boundingBox\u0022:[5.75,6.7867,7.4967,6.7867,7.4967,7.0139,5.75,7.0139],\u0022elements\u0022:[\u0022#/readResults/0/lines/37/words/0\u0022]},{\u0022rowIndex\u0022:11,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Logo on poster\u0022,\u0022boundingBox\u0022:[2.625,7.0139,5.75,7.0139,5.75,7.2222,2.625,7.2222],\u0022elements\u0022:[\u0022#/readResults/0/lines/38/words/0\u0022,\u0022#/readResults/0/lines/39/words/0\u0022,\u0022#/readResults/0/lines/39/words/1\u0022,\u0022#/readResults/0/lines/39/words/2\u0022]},{\u0022rowIndex\u0022:12,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 50% discount on program guide\u0022,\u0022boundingBox\u0022:[2.625,7.2222,5.75,7.2222,5.75,7.4306,2.625,7.4306],\u0022elements\u0022:[\u0022#/readResults/0/lines/40/words/0\u0022,\u0022#/readResults/0/lines/41/words/0\u0022,\u0022#/readResults/0/lines/41/words/1\u0022,\u0022#/readResults/0/lines/41/words/2\u0022,\u0022#/readResults/0/lines/41/words/3\u0022,\u0022#/readResults/0/lines/41/words/4\u0022]},{\u0022rowIndex\u0022:13,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022advertisements\u0022,\u0022boundingBox\u0022:[2.625,7.4306,5.75,7.4306,5.75,7.635,2.625,7.635],\u0022elements\u0022:[\u0022#/readResults/0/lines/42/words/0\u0022]},{\u0022rowIndex\u0022:14,\u0022columnIndex\u0022:0,\u0022text\u0022:\u0022Full Booth\u0022,\u0022boundingBox\u0022:[1.0033,7.635,2.625,7.635,2.625,7.8611,1.0033,7.8611],\u0022elements\u0022:[\u0022#/readResults/0/lines/43/words/0\u0022,\u0022#/readResults/0/lines/43/words/1\u0022]},{\u0022rowIndex\u0022:14,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Full booth\u0022,\u0022boundingBox\u0022:[2.625,7.635,5.75,7.635,5.75,7.8611,2.625,7.8611],\u0022elements\u0022:[\u0022#/readResults/0/lines/44/words/0\u0022,\u0022#/readResults/0/lines/45/words/0\u0022,\u0022#/readResults/0/lines/45/words/1\u0022]},{\u0022rowIndex\u0022:14,\u0022columnIndex\u0022:2,\u0022text\u0022:\u0022$600\u0022,\u0022boundingBox\u0022:[5.75,7.635,7.4967,7.635,7.4967,7.8611,5.75,7.8611],\u0022elements\u0022:[\u0022#/readResults/0/lines/46/words/0\u0022]},{\u0022rowIndex\u0022:15,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 50% discount on program guide\u0022,\u0022boundingBox\u0022:[2.625,7.8611,5.75,7.8611,5.75,8.0694,2.625,8.0694],\u0022elements\u0022:[\u0022#/readResults/0/lines/47/words/0\u0022,\u0022#/readResults/0/lines/48/words/0\u0022,\u0022#/readResults/0/lines/48/words/1\u0022,\u0022#/readResults/0/lines/48/words/2\u0022,\u0022#/readResults/0/lines/48/words/3\u0022,\u0022#/readResults/0/lines/48/words/4\u0022]},{\u0022rowIndex\u0022:16,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022advertisements\u0022,\u0022boundingBox\u0022:[2.625,8.0694,5.75,8.0694,5.75,8.27,2.625,8.27],\u0022elements\u0022:[\u0022#/readResults/0/lines/49/words/0\u0022]},{\u0022rowIndex\u0022:17,\u0022columnIndex\u0022:0,\u0022text\u0022:\u0022Half Booth\u0022,\u0022boundingBox\u0022:[1.0033,8.27,2.625,8.27,2.625,8.4861,1.0033,8.4861],\u0022elements\u0022:[\u0022#/readResults/0/lines/50/words/0\u0022,\u0022#/readResults/0/lines/50/words/1\u0022]},{\u0022rowIndex\u0022:17,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Full booth\u0022,\u0022boundingBox\u0022:[2.625,8.27,5.75,8.27,5.75,8.4861,2.625,8.4861],\u0022elements\u0022:[\u0022#/readResults/0/lines/51/words/0\u0022,\u0022#/readResults/0/lines/52/words/0\u0022,\u0022#/readResults/0/lines/52/words/1\u0022]},{\u0022rowIndex\u0022:17,\u0022columnIndex\u0022:2,\u0022text\u0022:\u0022$350\u0022,\u0022boundingBox\u0022:[5.75,8.27,7.4967,8.27,7.4967,8.4861,5.75,8.4861],\u0022elements\u0022:[\u0022#/readResults/0/lines/53/words/0\u0022]},{\u0022rowIndex\u0022:18,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 25% discount on program guide\u0022,\u0022boundingBox\u0022:[2.625,8.4861,5.75,8.4861,5.75,8.7083,2.625,8.7083],\u0022elements\u0022:[\u0022#/readResults/0/lines/54/words/0\u0022,\u0022#/readResults/0/lines/55/words/0\u0022,\u0022#/readResults/0/lines/55/words/1\u0022,\u0022#/readResults/0/lines/55/words/2\u0022,\u0022#/readResults/0/lines/55/words/3\u0022,\u0022#/readResults/0/lines/55/words/4\u0022]},{\u0022rowIndex\u0022:19,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022advertisements\u0022,\u0022boundingBox\u0022:[2.625,8.7083,5.75,8.7083,5.75,8.905,2.625,8.905],\u0022elements\u0022:[\u0022#/readResults/0/lines/56/words/0\u0022]}]}]},{\u0022page\u0022:2,\u0022tables\u0022:[]}],\u0022documentResults\u0022:[{\u0022docType\u0022:\u0022custom:4279fa29-3a06-4741-8e25-4b9809380078\u0022,\u0022modelId\u0022:\u00224279fa29-3a06-4741-8e25-4b9809380078\u0022,\u0022pageRange\u0022:[1,2],\u0022fields\u0022:{\u0022Gold\u0022:{\u0022type\u0022:\u0022string\u0022,\u0022valueString\u0022:\u0022$1,500\u0022,\u0022text\u0022:\u0022$1,500\u0022,\u0022page\u0022:1,\u0022boundingBox\u0022:[5.835,4.9,6.285,4.9,6.285,5.045,5.835,5.045],\u0022confidence\u0022:1.0,\u0022elements\u0022:[\u0022#/readResults/0/lines/16/words/0\u0022]},\u0022CompanyName\u0022:{\u0022type\u0022:\u0022string\u0022,\u0022valueString\u0022:\u0022Southridge Video\u0022,\u0022text\u0022:\u0022Southridge Video\u0022,\u0022page\u0022:2,\u0022boundingBox\u0022:[2.19,2.77,3.35,2.77,3.35,2.915,2.19,2.915],\u0022confidence\u0022:1.0,\u0022elements\u0022:[\u0022#/readResults/1/lines/2/words/2\u0022,\u0022#/readResults/1/lines/2/words/3\u0022]},\u0022Half\u0022:{\u0022type\u0022:\u0022string\u0022,\u0022valueString\u0022:\u0022$350\u0022,\u0022text\u0022:\u0022$350\u0022,\u0022page\u0022:1,\u0022boundingBox\u0022:[5.835,8.305,6.16,8.305,6.16,8.45,5.835,8.45],\u0022confidence\u0022:1.0,\u0022elements\u0022:[\u0022#/readResults/0/lines/53/words/0\u0022]},\u0022Silver\u0022:{\u0022type\u0022:\u0022string\u0022,\u0022valueString\u0022:\u0022$1,200\u0022,\u0022text\u0022:\u0022$1,200\u0022,\u0022page\u0022:1,\u0022boundingBox\u0022:[5.835,5.97,6.285,5.97,6.285,6.115,5.835,6.115],\u0022confidence\u0022:1.0,\u0022elements\u0022:[\u0022#/readResults/0/lines/27/words/0\u0022]},\u0022Full\u0022:{\u0022type\u0022:\u0022string\u0022,\u0022valueString\u0022:\u0022$600\u0022,\u0022text\u0022:\u0022$600\u0022,\u0022page\u0022:1,\u0022boundingBox\u0022:[5.835,7.67,6.16,7.67,6.16,7.815,5.835,7.815],\u0022confidence\u0022:1.0,\u0022elements\u0022:[\u0022#/readResults/0/lines/46/words/0\u0022]},\u0022Contact\u0022:{\u0022type\u0022:\u0022string\u0022,\u0022valueString\u0022:\u0022Jamie@southridgevideo.com\u0022,\u0022text\u0022:\u0022Jamie@southridgevideo.com\u0022,\u0022page\u0022:2,\u0022boundingBox\u0022:[1.62,3.1,3.575,3.1,3.575,3.245,1.62,3.245],\u0022confidence\u0022:1.0,\u0022elements\u0022:[\u0022#/readResults/1/lines/3/words/1\u0022]},\u0022Bronze\u0022:{\u0022type\u0022:\u0022string\u0022,\u0022valueString\u0022:\u0022$1,000\u0022,\u0022text\u0022:\u0022$1,000\u0022,\u0022page\u0022:1,\u0022boundingBox\u0022:[5.835,6.825,6.285,6.825,6.285,6.97,5.835,6.97],\u0022confidence\u0022:1.0,\u0022elements\u0022:[\u0022#/readResults/0/lines/37/words/0\u0022]}},\u0022docTypeConfidence\u0022:1.0}],\u0022errors\u0022:[]}}" + "ResponseBody": "{\u0022status\u0022:\u0022succeeded\u0022,\u0022createdDateTime\u0022:\u00222020-10-30T12:53:43Z\u0022,\u0022lastUpdatedDateTime\u0022:\u00222020-10-30T12:53:50Z\u0022,\u0022analyzeResult\u0022:{\u0022version\u0022:\u00222.1.0\u0022,\u0022readResults\u0022:[{\u0022page\u0022:1,\u0022angle\u0022:0,\u0022width\u0022:8.5,\u0022height\u0022:11,\u0022unit\u0022:\u0022inch\u0022,\u0022lines\u0022:[{\u0022boundingBox\u0022:[6.1276,1.0667,7.4833,1.0667,7.4833,1.2403,6.1276,1.2403],\u0022text\u0022:\u0022Vendor #:121\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[6.1276,1.0667,6.8657,1.0667,6.8657,1.2403,6.1276,1.2403],\u0022text\u0022:\u0022Vendor\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.9307,1.0759,7.4833,1.0759,7.4833,1.2391,6.9307,1.2391],\u0022text\u0022:\u0022#:121\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.2268,1.5733,6.2379,1.5733,6.2379,2.005,2.2268,2.005],\u0022text\u0022:\u0022Vendor Registration\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.2268,1.5733,3.703,1.5733,3.703,1.9207,2.2268,1.9207],\u0022text\u0022:\u0022Vendor\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.8661,1.5883,6.2379,1.5883,6.2379,2.005,3.8661,2.005],\u0022text\u0022:\u0022Registration\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0078,2.5846,7.0776,2.5846,7.0776,2.7293,1.0078,2.7293],\u0022text\u0022:\u0022Contoso Ltd. Conference will be held on May 28-29, 2020 at the Elm Conference Center in\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0078,2.5919,1.5548,2.5919,1.5548,2.7013,1.0078,2.7013],\u0022text\u0022:\u0022Contoso\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.6125,2.5856,1.843,2.5856,1.843,2.7013,1.6125,2.7013],\u0022text\u0022:\u0022Ltd.\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.8996,2.5846,2.6636,2.5846,2.6636,2.7013,1.8996,2.7013],\u0022text\u0022:\u0022Conference\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.7122,2.5852,2.9307,2.5852,2.9307,2.7003,2.7122,2.7003],\u0022text\u0022:\u0022will\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.9922,2.5852,3.1419,2.5852,3.1419,2.7013,2.9922,2.7013],\u0022text\u0022:\u0022be\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.1987,2.5852,3.4704,2.5852,3.4704,2.7013,3.1987,2.7013],\u0022text\u0022:\u0022held\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.53,2.62,3.6846,2.62,3.6846,2.7013,3.53,2.7013],\u0022text\u0022:\u0022on\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.7498,2.5934,4.0422,2.5934,4.0422,2.7293,3.7498,2.7293],\u0022text\u0022:\u0022May\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.0877,2.5914,4.5042,2.5914,4.5042,2.7236,4.0877,2.7236],\u0022text\u0022:\u002228-29,\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.5586,2.5914,4.884,2.5914,4.884,2.7017,4.5586,2.7017],\u0022text\u0022:\u00222020\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.9351,2.6014,5.0577,2.6014,5.0577,2.7013,4.9351,2.7013],\u0022text\u0022:\u0022at\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[5.1033,2.5852,5.3202,2.5852,5.3202,2.7013,5.1033,2.7013],\u0022text\u0022:\u0022the\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[5.3787,2.5852,5.6051,2.5852,5.6051,2.7003,5.3787,2.7003],\u0022text\u0022:\u0022Elm\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[5.6624,2.5846,6.4263,2.5846,6.4263,2.7013,5.6624,2.7013],\u0022text\u0022:\u0022Conference\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.4796,2.5919,6.9234,2.5919,6.9234,2.7013,6.4796,2.7013],\u0022text\u0022:\u0022Center\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.9765,2.5905,7.0776,2.5905,7.0776,2.7003,6.9765,2.7003],\u0022text\u0022:\u0022in\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.014,2.8029,7.3457,2.8029,7.3457,2.9478,1.014,2.9478],\u0022text\u0022:\u0022Maple City, Massachusetts. The conference has sold out of its 1,500 tickets, with a 400 person\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.014,2.8036,1.4242,2.8036,1.4242,2.9478,1.014,2.9478],\u0022text\u0022:\u0022Maple\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.4763,2.8089,1.7576,2.8089,1.7576,2.9478,1.4763,2.9478],\u0022text\u0022:\u0022City,\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.8195,2.8036,2.8383,2.8036,2.8383,2.9197,1.8195,2.9197],\u0022text\u0022:\u0022Massachusetts.\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.8883,2.8036,3.1326,2.8036,3.1326,2.9197,2.8883,2.9197],\u0022text\u0022:\u0022The\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.1842,2.8029,3.9301,2.8029,3.9301,2.9197,3.1842,2.9197],\u0022text\u0022:\u0022conference\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.9871,2.8036,4.2019,2.8036,4.2019,2.9197,3.9871,2.9197],\u0022text\u0022:\u0022has\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.2529,2.8036,4.5104,2.8036,4.5104,2.9197,4.2529,2.9197],\u0022text\u0022:\u0022sold\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.5701,2.8197,4.7871,2.8197,4.7871,2.9197,4.5701,2.9197],\u0022text\u0022:\u0022out\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.8373,2.8029,4.9701,2.8029,4.9701,2.9197,4.8373,2.9197],\u0022text\u0022:\u0022of\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[5.0169,2.8089,5.1601,2.8089,5.1601,2.9197,5.0169,2.9197],\u0022text\u0022:\u0022its\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[5.2167,2.81,5.5766,2.81,5.5766,2.9418,5.2167,2.9418],\u0022text\u0022:\u00221,500\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[5.6227,2.8036,6.0928,2.8036,6.0928,2.9418,5.6227,2.9418],\u0022text\u0022:\u0022tickets,\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.1461,2.8036,6.4308,2.8036,6.4308,2.9195,6.1461,2.9195],\u0022text\u0022:\u0022with\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.488,2.8383,6.548,2.8383,6.548,2.9197,6.488,2.9197],\u0022text\u0022:\u0022a\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.6016,2.81,6.8449,2.81,6.8449,2.9197,6.6016,2.9197],\u0022text\u0022:\u0022400\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.8998,2.8383,7.3457,2.8383,7.3457,2.9478,6.8998,2.9478],\u0022text\u0022:\u0022person\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0043,3.0229,7.2482,3.0229,7.2482,3.1678,1.0043,3.1678],\u0022text\u0022:\u0022waitlist. Vendor applications are being accepted through Feb 28, 2020. Please fill in the form\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0043,3.0236,1.5194,3.0236,1.5194,3.1397,1.0043,3.1397],\u0022text\u0022:\u0022waitlist.\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.5733,3.0239,2.0654,3.0239,2.0654,3.1397,1.5733,3.1397],\u0022text\u0022:\u0022Vendor\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.1132,3.0236,2.9143,3.0236,2.9143,3.1678,2.1132,3.1678],\u0022text\u0022:\u0022applications\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.9675,3.0583,3.1726,3.0583,3.1726,3.1397,2.9675,3.1397],\u0022text\u0022:\u0022are\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.2306,3.0236,3.5889,3.0236,3.5889,3.1678,3.2306,3.1678],\u0022text\u0022:\u0022being\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.6388,3.0239,4.2336,3.0239,4.2336,3.1678,3.6388,3.1678],\u0022text\u0022:\u0022accepted\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.2862,3.0236,4.8127,3.0236,4.8127,3.1678,4.2862,3.1678],\u0022text\u0022:\u0022through\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.8815,3.0236,5.1133,3.0236,5.1133,3.14,4.8815,3.14],\u0022text\u0022:\u0022Feb\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[5.163,3.0297,5.361,3.0297,5.361,3.162,5.163,3.162],\u0022text\u0022:\u002228,\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[5.413,3.0297,5.7774,3.0297,5.7774,3.14,5.413,3.14],\u0022text\u0022:\u00222020.\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[5.8406,3.0236,6.2537,3.0236,6.2537,3.1397,5.8406,3.1397],\u0022text\u0022:\u0022Please\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.3022,3.0229,6.4539,3.0229,6.4539,3.1387,6.3022,3.1387],\u0022text\u0022:\u0022fill\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.5131,3.0289,6.6158,3.0289,6.6158,3.1387,6.5131,3.1387],\u0022text\u0022:\u0022in\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.6673,3.0236,6.8842,3.0236,6.8842,3.1397,6.6673,3.1397],\u0022text\u0022:\u0022the\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.9317,3.0229,7.2482,3.0229,7.2482,3.1397,6.9317,3.1397],\u0022text\u0022:\u0022form\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0125,3.2436,3.6599,3.2436,3.6599,3.3818,1.0125,3.3818],\u0022text\u0022:\u0022below, and attach a check made out to:\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0125,3.2436,1.4459,3.2436,1.4459,3.3818,1.0125,3.3818],\u0022text\u0022:\u0022below,\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.5024,3.2439,1.7371,3.2439,1.7371,3.3597,1.5024,3.3597],\u0022text\u0022:\u0022and\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.7968,3.2436,2.2047,3.2436,2.2047,3.3597,1.7968,3.3597],\u0022text\u0022:\u0022attach\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.2619,3.2783,2.3219,3.2783,2.3219,3.3597,2.2619,3.3597],\u0022text\u0022:\u0022a\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.379,3.2436,2.7529,3.2436,2.7529,3.3597,2.379,3.3597],\u0022text\u0022:\u0022check\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.8076,3.2439,3.17,3.2439,3.17,3.3597,2.8076,3.3597],\u0022text\u0022:\u0022made\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.2251,3.2597,3.4421,3.2597,3.4421,3.3597,3.2251,3.3597],\u0022text\u0022:\u0022out\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.4869,3.2597,3.6599,3.2597,3.6599,3.3597,3.4869,3.3597],\u0022text\u0022:\u0022to:\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0078,3.5739,1.843,3.5739,1.843,3.6897,1.0078,3.6897],\u0022text\u0022:\u0022Contoso Ltd.\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0078,3.5802,1.5548,3.5802,1.5548,3.6897,1.0078,3.6897],\u0022text\u0022:\u0022Contoso\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.6125,3.5739,1.843,3.5739,1.843,3.6897,1.6125,3.6897],\u0022text\u0022:\u0022Ltd.\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0093,3.7939,2.3768,3.7939,2.3768,3.9378,1.0093,3.9378],\u0022text\u0022:\u00222345 Dogwood Lane\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0093,3.8,1.3297,3.8,1.3297,3.9097,1.0093,3.9097],\u0022text\u0022:\u00222345\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.3899,3.7939,2.0149,3.7939,2.0149,3.9378,1.3899,3.9378],\u0022text\u0022:\u0022Dogwood\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.0788,3.8012,2.3768,3.8012,2.3768,3.9097,2.0788,3.9097],\u0022text\u0022:\u0022Lane\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.014,4.0136,2.3377,4.0136,2.3377,4.1518,1.014,4.1518],\u0022text\u0022:\u0022Birch, Kansas 98123\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.014,4.0136,1.3745,4.0136,1.3745,4.1518,1.014,4.1518],\u0022text\u0022:\u0022Birch,\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.4375,4.0212,1.8819,4.0212,1.8819,4.1297,1.4375,4.1297],\u0022text\u0022:\u0022Kansas\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.9318,4.02,2.3377,4.02,2.3377,4.1297,1.9318,4.1297],\u0022text\u0022:\u002298123\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0204,4.4248,1.5303,4.4248,1.5303,4.5682,1.0204,4.5682],\u0022text\u0022:\u0022Rates:\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0204,4.4248,1.5303,4.4248,1.5303,4.5682,1.0204,4.5682],\u0022text\u0022:\u0022Rates:\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0923,4.6986,1.6232,4.6986,1.6232,4.8428,1.0923,4.8428],\u0022text\u0022:\u0022Package\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0923,4.6986,1.6232,4.6986,1.6232,4.8428,1.0923,4.8428],\u0022text\u0022:\u0022Package\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.713,4.6986,3.2707,4.6986,3.2707,4.8147,2.713,4.8147],\u0022text\u0022:\u0022Included\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.713,4.6986,3.2707,4.6986,3.2707,4.8147,2.713,4.8147],\u0022text\u0022:\u0022Included\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[5.838,4.7039,6.1513,4.7039,6.1513,4.8147,5.838,4.8147],\u0022text\u0022:\u0022Price\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[5.838,4.7039,6.1513,4.7039,6.1513,4.8147,5.838,4.8147],\u0022text\u0022:\u0022Price\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0857,4.9086,1.9831,4.9086,1.9831,5.0528,1.0857,5.0528],\u0022text\u0022:\u0022Gold Sponsor\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0857,4.9086,1.3842,4.9086,1.3842,5.0247,1.0857,5.0247],\u0022text\u0022:\u0022Gold\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.4423,4.915,1.9831,4.915,1.9831,5.0528,1.4423,5.0528],\u0022text\u0022:\u0022Sponsor\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,4.954,3.018,4.954,3.018,5.0145,2.9586,5.0145],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,4.954,3.018,4.954,3.018,5.0145,2.9586,5.0145],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,4.9169,3.8726,4.9169,3.8726,5.033,3.214,5.033],\u0022text\u0022:\u0022Full booth\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,4.9169,3.4295,4.9169,3.4295,5.033,3.214,5.033],\u0022text\u0022:\u0022Full\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.492,4.9169,3.8726,4.9169,3.8726,5.033,3.492,5.033],\u0022text\u0022:\u0022booth\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[5.8328,4.8977,6.2829,4.8977,6.2829,5.0468,5.8328,5.0468],\u0022text\u0022:\u0022$1,500\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[5.8328,4.8977,6.2829,4.8977,6.2829,5.0468,5.8328,5.0468],\u0022text\u0022:\u0022$1,500\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,5.1673,3.018,5.1673,3.018,5.2279,2.9586,5.2279],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,5.1673,3.018,5.1673,3.018,5.2279,2.9586,5.2279],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,5.1302,4.7267,5.1302,4.7267,5.2744,3.214,5.2744],\u0022text\u0022:\u0022Pre-keynote thank you\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,5.1302,4.0183,5.1302,4.0183,5.2744,3.214,5.2744],\u0022text\u0022:\u0022Pre-keynote\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.0665,5.1302,4.4475,5.1302,4.4475,5.2463,4.0665,5.2463],\u0022text\u0022:\u0022thank\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.4903,5.165,4.7267,5.165,4.7267,5.2744,4.4903,5.2744],\u0022text\u0022:\u0022you\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,5.379,3.018,5.379,3.018,5.4395,2.9586,5.4395],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,5.379,3.018,5.379,3.018,5.4395,2.9586,5.4395],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,5.3495,4.2093,5.3495,4.2093,5.4861,3.214,5.4861],\u0022text\u0022:\u0022Logo on poster\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,5.3495,3.5163,5.3495,3.5163,5.4861,3.214,5.4861],\u0022text\u0022:\u0022Logo\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.5686,5.3767,3.7244,5.3767,3.7244,5.458,3.5686,5.458],\u0022text\u0022:\u0022on\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.7888,5.358,4.2093,5.358,4.2093,5.4861,3.7888,5.4861],\u0022text\u0022:\u0022poster\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,5.5923,3.018,5.5923,3.018,5.6529,2.9586,5.6529],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,5.5923,3.018,5.5923,3.018,5.6529,2.9586,5.6529],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,5.5552,5.201,5.5552,5.201,5.6994,3.214,5.6994],\u0022text\u0022:\u0022Full page ad in program guide\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,5.5552,3.4295,5.5552,3.4295,5.6713,3.214,5.6713],\u0022text\u0022:\u0022Full\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.492,5.59,3.7989,5.59,3.7989,5.6994,3.492,5.6994],\u0022text\u0022:\u0022page\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.8519,5.5556,3.9991,5.5556,3.9991,5.6713,3.8519,5.6713],\u0022text\u0022:\u0022ad\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.0599,5.5605,4.1626,5.5605,4.1626,5.6703,4.0599,5.6703],\u0022text\u0022:\u0022in\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.2248,5.59,4.7839,5.59,4.7839,5.6994,4.2248,5.6994],\u0022text\u0022:\u0022program\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.8367,5.5556,5.201,5.5556,5.201,5.6994,4.8367,5.6994],\u0022text\u0022:\u0022guide\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,5.804,3.018,5.804,3.018,5.8645,2.9586,5.8645],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,5.804,3.018,5.804,3.018,5.8645,2.9586,5.8645],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0842,5.9786,2.0339,5.9786,2.0339,6.1228,1.0842,6.1228],\u0022text\u0022:\u0022Silver Sponsor\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0842,5.9786,1.4443,5.9786,1.4443,6.0947,1.0842,6.0947],\u0022text\u0022:\u0022Silver\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.4904,5.985,2.0339,5.985,2.0339,6.1228,1.4904,6.1228],\u0022text\u0022:\u0022Sponsor\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,6.024,3.018,6.024,3.018,6.0845,2.9586,6.0845],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,6.024,3.018,6.024,3.018,6.0845,2.9586,6.0845],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,5.9869,3.8726,5.9869,3.8726,6.103,3.214,6.103],\u0022text\u0022:\u0022Full booth\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,5.9869,3.4295,5.9869,3.4295,6.103,3.214,6.103],\u0022text\u0022:\u0022Full\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.492,5.9869,3.8726,5.9869,3.8726,6.103,3.492,6.103],\u0022text\u0022:\u0022booth\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[5.8328,5.9677,6.2829,5.9677,6.2829,6.1168,5.8328,6.1168],\u0022text\u0022:\u0022$1,200\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[5.8328,5.9677,6.2829,5.9677,6.2829,6.1168,5.8328,6.1168],\u0022text\u0022:\u0022$1,200\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,6.2356,3.018,6.2356,3.018,6.2962,2.9586,6.2962],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,6.2356,3.018,6.2356,3.018,6.2962,2.9586,6.2962],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,6.1986,4.7938,6.1986,4.7938,6.3428,3.214,6.3428],\u0022text\u0022:\u0022Post-keynote thank you\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,6.1986,4.0878,6.1986,4.0878,6.3428,3.214,6.3428],\u0022text\u0022:\u0022Post-keynote\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.1348,6.1986,4.5158,6.1986,4.5158,6.3147,4.1348,6.3147],\u0022text\u0022:\u0022thank\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.5586,6.2333,4.7938,6.2333,4.7938,6.3428,4.5586,6.3428],\u0022text\u0022:\u0022you\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,6.4473,3.018,6.4473,3.018,6.5079,2.9586,6.5079],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,6.4473,3.018,6.4473,3.018,6.5079,2.9586,6.5079],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,6.4179,4.2093,6.4179,4.2093,6.5544,3.214,6.5544],\u0022text\u0022:\u0022Logo on poster\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,6.4179,3.5163,6.4179,3.5163,6.5544,3.214,6.5544],\u0022text\u0022:\u0022Logo\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.5686,6.445,3.7244,6.445,3.7244,6.5263,3.5686,6.5263],\u0022text\u0022:\u0022on\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.7888,6.4264,4.2093,6.4264,4.2093,6.5544,3.7888,6.5544],\u0022text\u0022:\u0022poster\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,6.6606,3.018,6.6606,3.018,6.7212,2.9586,6.7212],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,6.6606,3.018,6.6606,3.018,6.7212,2.9586,6.7212],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,6.6229,5.2314,6.6229,5.2314,6.7678,3.214,6.7678],\u0022text\u0022:\u0022Half page ad in program guide\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,6.6229,3.4739,6.6229,3.4739,6.7397,3.214,6.7397],\u0022text\u0022:\u0022Half\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.5224,6.6583,3.8326,6.6583,3.8326,6.7678,3.5224,6.7678],\u0022text\u0022:\u0022page\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.8843,6.6239,4.0315,6.6239,4.0315,6.7397,3.8843,6.7397],\u0022text\u0022:\u0022ad\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.0923,6.6289,4.195,6.6289,4.195,6.7387,4.0923,6.7387],\u0022text\u0022:\u0022in\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.2563,6.6583,4.8148,6.6583,4.8148,6.7678,4.2563,6.7678],\u0022text\u0022:\u0022program\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.8695,6.6239,5.2314,6.6239,5.2314,6.7678,4.8695,6.7678],\u0022text\u0022:\u0022guide\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0923,6.84,2.1362,6.84,2.1362,6.9778,1.0923,6.9778],\u0022text\u0022:\u0022Bronze Sponsor\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0923,6.8417,1.545,6.8417,1.545,6.9497,1.0923,6.9497],\u0022text\u0022:\u0022Bronze\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.5951,6.84,2.1362,6.84,2.1362,6.9778,1.5951,6.9778],\u0022text\u0022:\u0022Sponsor\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,6.879,3.018,6.879,3.018,6.9395,2.9586,6.9395],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,6.879,3.018,6.879,3.018,6.9395,2.9586,6.9395],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,6.8419,3.8726,6.8419,3.8726,6.958,3.214,6.958],\u0022text\u0022:\u0022Full booth\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,6.8419,3.4295,6.8419,3.4295,6.958,3.214,6.958],\u0022text\u0022:\u0022Full\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.492,6.8419,3.8726,6.8419,3.8726,6.958,3.492,6.958],\u0022text\u0022:\u0022booth\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[5.8328,6.8227,6.2829,6.8227,6.2829,6.9718,5.8328,6.9718],\u0022text\u0022:\u0022$1,000\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[5.8328,6.8227,6.2829,6.8227,6.2829,6.9718,5.8328,6.9718],\u0022text\u0022:\u0022$1,000\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,7.0923,3.018,7.0923,3.018,7.1529,2.9586,7.1529],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,7.0923,3.018,7.0923,3.018,7.1529,2.9586,7.1529],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,7.0629,4.2093,7.0629,4.2093,7.1994,3.214,7.1994],\u0022text\u0022:\u0022Logo on poster\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,7.0629,3.5163,7.0629,3.5163,7.1994,3.214,7.1994],\u0022text\u0022:\u0022Logo\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.5686,7.09,3.7244,7.09,3.7244,7.1713,3.5686,7.1713],\u0022text\u0022:\u0022on\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.7888,7.0714,4.2093,7.0714,4.2093,7.1994,3.7888,7.1994],\u0022text\u0022:\u0022poster\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,7.304,3.018,7.304,3.018,7.3645,2.9586,7.3645],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,7.304,3.018,7.304,3.018,7.3645,2.9586,7.3645],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.2082,7.2672,5.3419,7.2672,5.3419,7.4111,3.2082,7.4111],\u0022text\u0022:\u002250% discount on program guide\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.2082,7.2717,3.4817,7.2717,3.4817,7.3845,3.2082,7.3845],\u0022text\u0022:\u002250%\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.533,7.2672,4.1018,7.2672,4.1018,7.383,3.533,7.383],\u0022text\u0022:\u0022discount\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.1512,7.3017,4.307,7.3017,4.307,7.383,4.1512,7.383],\u0022text\u0022:\u0022on\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.3682,7.3017,4.9253,7.3017,4.9253,7.4111,4.3682,7.4111],\u0022text\u0022:\u0022program\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.981,7.2672,5.3419,7.2672,5.3419,7.4111,4.981,7.4111],\u0022text\u0022:\u0022guide\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.2075,7.4706,4.2429,7.4706,4.2429,7.5863,3.2075,7.5863],\u0022text\u0022:\u0022advertisements\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.2075,7.4706,4.2429,7.4706,4.2429,7.5863,3.2075,7.5863],\u0022text\u0022:\u0022advertisements\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0923,7.6819,1.7537,7.6819,1.7537,7.798,1.0923,7.798],\u0022text\u0022:\u0022Full Booth\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0923,7.6819,1.3079,7.6819,1.3079,7.798,1.0923,7.798],\u0022text\u0022:\u0022Full\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.3718,7.6819,1.7537,7.6819,1.7537,7.798,1.3718,7.798],\u0022text\u0022:\u0022Booth\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,7.7273,3.018,7.7273,3.018,7.7879,2.9586,7.7879],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,7.7273,3.018,7.7273,3.018,7.7879,2.9586,7.7879],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,7.6902,3.8726,7.6902,3.8726,7.8063,3.214,7.8063],\u0022text\u0022:\u0022Full booth\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,7.6902,3.4295,7.6902,3.4295,7.8063,3.214,7.8063],\u0022text\u0022:\u0022Full\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.492,7.6902,3.8726,7.6902,3.8726,7.8063,3.492,7.8063],\u0022text\u0022:\u0022booth\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[5.8328,7.6711,6.1586,7.6711,6.1586,7.8165,5.8328,7.8165],\u0022text\u0022:\u0022$600\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[5.8328,7.6711,6.1586,7.6711,6.1586,7.8165,5.8328,7.8165],\u0022text\u0022:\u0022$600\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,7.939,3.018,7.939,3.018,7.9995,2.9586,7.9995],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,7.939,3.018,7.939,3.018,7.9995,2.9586,7.9995],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.2082,7.9022,5.3419,7.9022,5.3419,8.0461,3.2082,8.0461],\u0022text\u0022:\u002250% discount on program guide\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.2082,7.9067,3.4817,7.9067,3.4817,8.0195,3.2082,8.0195],\u0022text\u0022:\u002250%\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.533,7.9022,4.1018,7.9022,4.1018,8.018,3.533,8.018],\u0022text\u0022:\u0022discount\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.1512,7.9367,4.307,7.9367,4.307,8.018,4.1512,8.018],\u0022text\u0022:\u0022on\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.3682,7.9367,4.9253,7.9367,4.9253,8.0461,4.3682,8.0461],\u0022text\u0022:\u0022program\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.981,7.9022,5.3419,7.9022,5.3419,8.0461,4.981,8.0461],\u0022text\u0022:\u0022guide\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.2075,8.1056,4.2429,8.1056,4.2429,8.2213,3.2075,8.2213],\u0022text\u0022:\u0022advertisements\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.2075,8.1056,4.2429,8.1056,4.2429,8.2213,3.2075,8.2213],\u0022text\u0022:\u0022advertisements\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0923,8.3162,1.7854,8.3162,1.7854,8.433,1.0923,8.433],\u0022text\u0022:\u0022Half Booth\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0923,8.3162,1.3522,8.3162,1.3522,8.433,1.0923,8.433],\u0022text\u0022:\u0022Half\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.4022,8.3169,1.7854,8.3169,1.7854,8.433,1.4022,8.433],\u0022text\u0022:\u0022Booth\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,8.3623,3.018,8.3623,3.018,8.4229,2.9586,8.4229],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,8.3623,3.018,8.3623,3.018,8.4229,2.9586,8.4229],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,8.3252,3.8726,8.3252,3.8726,8.4413,3.214,8.4413],\u0022text\u0022:\u0022Full booth\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,8.3252,3.4295,8.3252,3.4295,8.4413,3.214,8.4413],\u0022text\u0022:\u0022Full\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.492,8.3252,3.8726,8.3252,3.8726,8.4413,3.492,8.4413],\u0022text\u0022:\u0022booth\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[5.8328,8.3061,6.1586,8.3061,6.1586,8.4515,5.8328,8.4515],\u0022text\u0022:\u0022$350\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[5.8328,8.3061,6.1586,8.3061,6.1586,8.4515,5.8328,8.4515],\u0022text\u0022:\u0022$350\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,8.574,3.018,8.574,3.018,8.6345,2.9586,8.6345],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,8.574,3.018,8.574,3.018,8.6345,2.9586,8.6345],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.2093,8.5372,5.3419,8.5372,5.3419,8.6811,3.2093,8.6811],\u0022text\u0022:\u002225% discount on program guide\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.2093,8.5417,3.4817,8.5417,3.4817,8.6545,3.2093,8.6545],\u0022text\u0022:\u002225%\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.533,8.5372,4.1018,8.5372,4.1018,8.653,3.533,8.653],\u0022text\u0022:\u0022discount\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.1512,8.5717,4.307,8.5717,4.307,8.653,4.1512,8.653],\u0022text\u0022:\u0022on\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.3682,8.5717,4.9253,8.5717,4.9253,8.6811,4.3682,8.6811],\u0022text\u0022:\u0022program\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.981,8.5372,5.3419,8.5372,5.3419,8.6811,4.981,8.6811],\u0022text\u0022:\u0022guide\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.2075,8.7406,4.2429,8.7406,4.2429,8.8563,3.2075,8.8563],\u0022text\u0022:\u0022advertisements\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.2075,8.7406,4.2429,8.7406,4.2429,8.8563,3.2075,8.8563],\u0022text\u0022:\u0022advertisements\u0022,\u0022confidence\u0022:1}]}],\u0022selectionMarks\u0022:[{\u0022boundingBox\u0022:[0,10.2725,1.0372,10.2725,1.0372,10.9925,0,10.9925],\u0022confidence\u0022:0.69,\u0022state\u0022:\u0022unselected\u0022},{\u0022boundingBox\u0022:[0,10.6019,1.5095,10.6019,1.5095,10.9983,0,10.9983],\u0022confidence\u0022:0.69,\u0022state\u0022:\u0022unselected\u0022},{\u0022boundingBox\u0022:[2.9381,6.9634,3.0388,6.9634,3.0388,7.0736,2.9381,7.0736],\u0022confidence\u0022:0.553,\u0022state\u0022:\u0022unselected\u0022}]},{\u0022page\u0022:2,\u0022angle\u0022:0,\u0022width\u0022:8.5,\u0022height\u0022:11,\u0022unit\u0022:\u0022inch\u0022,\u0022lines\u0022:[{\u0022boundingBox\u0022:[6.1276,1.0667,7.4833,1.0667,7.4833,1.2403,6.1276,1.2403],\u0022text\u0022:\u0022Vendor #:121\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[6.1276,1.0667,6.8657,1.0667,6.8657,1.2403,6.1276,1.2403],\u0022text\u0022:\u0022Vendor\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.9307,1.0759,7.4833,1.0759,7.4833,1.2391,6.9307,1.2391],\u0022text\u0022:\u0022#:121\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0044,2.1771,2.35,2.1771,2.35,2.3315,1.0044,2.3315],\u0022text\u0022:\u0022Vendor Details:\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0044,2.1778,1.6496,2.1778,1.6496,2.3315,1.0044,2.3315],\u0022text\u0022:\u0022Vendor\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.7239,2.1771,2.35,2.1771,2.35,2.3315,1.7239,2.3315],\u0022text\u0022:\u0022Details:\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0065,2.7686,3.3477,2.7686,3.3477,2.9128,1.0065,2.9128],\u0022text\u0022:\u0022Company Name: Southridge Video\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0065,2.7749,1.651,2.7749,1.651,2.9126,1.0065,2.9126],\u0022text\u0022:\u0022Company\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.7019,2.7764,2.1376,2.7764,2.1376,2.885,1.7019,2.885],\u0022text\u0022:\u0022Name:\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.1925,2.7686,2.9184,2.7686,2.9184,2.9128,2.1925,2.9128],\u0022text\u0022:\u0022Southridge\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.9691,2.7689,3.3477,2.7689,3.3477,2.8847,2.9691,2.8847],\u0022text\u0022:\u0022Video\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0065,3.0986,3.5766,3.0986,3.5766,3.2428,1.0065,3.2428],\u0022text\u0022:\u0022Contact: Jamie@southridgevideo.com\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0065,3.1049,1.5706,3.1049,1.5706,3.215,1.0065,3.215],\u0022text\u0022:\u0022Contact:\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.6205,3.0986,3.5766,3.0986,3.5766,3.2428,1.6205,3.2428],\u0022text\u0022:\u0022Jamie@southridgevideo.com\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0115,3.4296,2.6542,3.4296,2.6542,3.5744,1.0115,3.5744],\u0022text\u0022:\u0022Preferred Package: Gold\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0115,3.4296,1.6499,3.4296,1.6499,3.5467,1.0115,3.5467],\u0022text\u0022:\u0022Preferred\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.7092,3.4302,2.2978,3.4302,2.2978,3.5744,1.7092,3.5744],\u0022text\u0022:\u0022Package:\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.3557,3.4302,2.6542,3.4302,2.6542,3.5463,2.3557,3.5463],\u0022text\u0022:\u0022Gold\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0052,3.7537,2.4783,3.7537,2.4783,3.9043,1.0052,3.9043],\u0022text\u0022:\u0022Special Requests: N/a\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0052,3.7602,1.475,3.7602,1.475,3.9043,1.0052,3.9043],\u0022text\u0022:\u0022Special\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.5342,3.7684,2.1899,3.7684,2.1899,3.9043,1.5342,3.9043],\u0022text\u0022:\u0022Requests:\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.254,3.7537,2.4783,3.7537,2.4783,3.8976,2.254,3.8976],\u0022text\u0022:\u0022N/a\u0022,\u0022confidence\u0022:1}]}],\u0022selectionMarks\u0022:[{\u0022boundingBox\u0022:[0.0024,9.869,1.0826,9.869,1.0826,10.9955,0.0024,10.9955],\u0022confidence\u0022:0.833,\u0022state\u0022:\u0022unselected\u0022},{\u0022boundingBox\u0022:[7.6562,1.0157,8.5,1.0157,8.5,2.8293,7.6562,2.8293],\u0022confidence\u0022:0.6,\u0022state\u0022:\u0022unselected\u0022},{\u0022boundingBox\u0022:[0.0008,10.4758,1.8164,10.4758,1.8164,10.9978,0.0008,10.9978],\u0022confidence\u0022:0.6,\u0022state\u0022:\u0022unselected\u0022}]}],\u0022pageResults\u0022:[{\u0022page\u0022:1,\u0022tables\u0022:[{\u0022rows\u0022:20,\u0022columns\u0022:3,\u0022cells\u0022:[{\u0022rowIndex\u0022:0,\u0022columnIndex\u0022:0,\u0022text\u0022:\u0022Package\u0022,\u0022boundingBox\u0022:[1.0033,4.6517,2.625,4.6517,2.625,4.8617,1.0033,4.8617],\u0022elements\u0022:[\u0022#/readResults/0/lines/10/words/0\u0022]},{\u0022rowIndex\u0022:0,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022Included\u0022,\u0022boundingBox\u0022:[2.625,4.6517,5.75,4.6517,5.75,4.8617,2.625,4.8617],\u0022elements\u0022:[\u0022#/readResults/0/lines/11/words/0\u0022]},{\u0022rowIndex\u0022:0,\u0022columnIndex\u0022:2,\u0022text\u0022:\u0022Price\u0022,\u0022boundingBox\u0022:[5.75,4.6517,7.4967,4.6517,7.4967,4.8617,5.75,4.8617],\u0022elements\u0022:[\u0022#/readResults/0/lines/12/words/0\u0022]},{\u0022rowIndex\u0022:1,\u0022columnIndex\u0022:0,\u0022text\u0022:\u0022Gold Sponsor\u0022,\u0022boundingBox\u0022:[1.0033,4.8617,2.625,4.8617,2.625,5.0833,1.0033,5.0833],\u0022elements\u0022:[\u0022#/readResults/0/lines/13/words/0\u0022,\u0022#/readResults/0/lines/13/words/1\u0022]},{\u0022rowIndex\u0022:1,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Full booth\u0022,\u0022boundingBox\u0022:[2.625,4.8617,5.75,4.8617,5.75,5.0833,2.625,5.0833],\u0022elements\u0022:[\u0022#/readResults/0/lines/14/words/0\u0022,\u0022#/readResults/0/lines/15/words/0\u0022,\u0022#/readResults/0/lines/15/words/1\u0022]},{\u0022rowIndex\u0022:1,\u0022columnIndex\u0022:2,\u0022text\u0022:\u0022$1,500\u0022,\u0022boundingBox\u0022:[5.75,4.8617,7.4967,4.8617,7.4967,5.0833,5.75,5.0833],\u0022elements\u0022:[\u0022#/readResults/0/lines/16/words/0\u0022]},{\u0022rowIndex\u0022:2,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Pre-keynote thank you\u0022,\u0022boundingBox\u0022:[2.625,5.0833,5.75,5.0833,5.75,5.3056,2.625,5.3056],\u0022elements\u0022:[\u0022#/readResults/0/lines/17/words/0\u0022,\u0022#/readResults/0/lines/18/words/0\u0022,\u0022#/readResults/0/lines/18/words/1\u0022,\u0022#/readResults/0/lines/18/words/2\u0022]},{\u0022rowIndex\u0022:3,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Logo on poster\u0022,\u0022boundingBox\u0022:[2.625,5.3056,5.75,5.3056,5.75,5.5139,2.625,5.5139],\u0022elements\u0022:[\u0022#/readResults/0/lines/19/words/0\u0022,\u0022#/readResults/0/lines/20/words/0\u0022,\u0022#/readResults/0/lines/20/words/1\u0022,\u0022#/readResults/0/lines/20/words/2\u0022]},{\u0022rowIndex\u0022:4,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Full page ad in program guide\u0022,\u0022boundingBox\u0022:[2.625,5.5139,5.75,5.5139,5.75,5.7361,2.625,5.7361],\u0022elements\u0022:[\u0022#/readResults/0/lines/21/words/0\u0022,\u0022#/readResults/0/lines/22/words/0\u0022,\u0022#/readResults/0/lines/22/words/1\u0022,\u0022#/readResults/0/lines/22/words/2\u0022,\u0022#/readResults/0/lines/22/words/3\u0022,\u0022#/readResults/0/lines/22/words/4\u0022,\u0022#/readResults/0/lines/22/words/5\u0022]},{\u0022rowIndex\u0022:5,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.625,5.7361,5.75,5.7361,5.75,5.93,2.625,5.93],\u0022elements\u0022:[\u0022#/readResults/0/lines/23/words/0\u0022]},{\u0022rowIndex\u0022:6,\u0022columnIndex\u0022:0,\u0022text\u0022:\u0022Silver Sponsor\u0022,\u0022boundingBox\u0022:[1.0033,5.93,2.625,5.93,2.625,6.1528,1.0033,6.1528],\u0022elements\u0022:[\u0022#/readResults/0/lines/24/words/0\u0022,\u0022#/readResults/0/lines/24/words/1\u0022]},{\u0022rowIndex\u0022:6,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Full booth\u0022,\u0022boundingBox\u0022:[2.625,5.93,5.75,5.93,5.75,6.1528,2.625,6.1528],\u0022elements\u0022:[\u0022#/readResults/0/lines/25/words/0\u0022,\u0022#/readResults/0/lines/26/words/0\u0022,\u0022#/readResults/0/lines/26/words/1\u0022]},{\u0022rowIndex\u0022:6,\u0022columnIndex\u0022:2,\u0022text\u0022:\u0022$1,200\u0022,\u0022boundingBox\u0022:[5.75,5.93,7.4967,5.93,7.4967,6.1528,5.75,6.1528],\u0022elements\u0022:[\u0022#/readResults/0/lines/27/words/0\u0022]},{\u0022rowIndex\u0022:7,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Post-keynote thank you\u0022,\u0022boundingBox\u0022:[2.625,6.1528,5.75,6.1528,5.75,6.375,2.625,6.375],\u0022elements\u0022:[\u0022#/readResults/0/lines/28/words/0\u0022,\u0022#/readResults/0/lines/29/words/0\u0022,\u0022#/readResults/0/lines/29/words/1\u0022,\u0022#/readResults/0/lines/29/words/2\u0022]},{\u0022rowIndex\u0022:8,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Logo on poster\u0022,\u0022boundingBox\u0022:[2.625,6.375,5.75,6.375,5.75,6.5833,2.625,6.5833],\u0022elements\u0022:[\u0022#/readResults/0/lines/30/words/0\u0022,\u0022#/readResults/0/lines/31/words/0\u0022,\u0022#/readResults/0/lines/31/words/1\u0022,\u0022#/readResults/0/lines/31/words/2\u0022]},{\u0022rowIndex\u0022:9,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Half page ad in program guide\u0022,\u0022boundingBox\u0022:[2.625,6.5833,5.75,6.5833,5.75,6.7867,2.625,6.7867],\u0022elements\u0022:[\u0022#/readResults/0/lines/32/words/0\u0022,\u0022#/readResults/0/lines/33/words/0\u0022,\u0022#/readResults/0/lines/33/words/1\u0022,\u0022#/readResults/0/lines/33/words/2\u0022,\u0022#/readResults/0/lines/33/words/3\u0022,\u0022#/readResults/0/lines/33/words/4\u0022,\u0022#/readResults/0/lines/33/words/5\u0022]},{\u0022rowIndex\u0022:10,\u0022columnIndex\u0022:0,\u0022text\u0022:\u0022Bronze Sponsor\u0022,\u0022boundingBox\u0022:[1.0033,6.7867,2.625,6.7867,2.625,7.0139,1.0033,7.0139],\u0022elements\u0022:[\u0022#/readResults/0/lines/34/words/0\u0022,\u0022#/readResults/0/lines/34/words/1\u0022]},{\u0022rowIndex\u0022:10,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Full booth\u0022,\u0022boundingBox\u0022:[2.625,6.7867,5.75,6.7867,5.75,7.0139,2.625,7.0139],\u0022elements\u0022:[\u0022#/readResults/0/lines/35/words/0\u0022,\u0022#/readResults/0/lines/36/words/0\u0022,\u0022#/readResults/0/lines/36/words/1\u0022]},{\u0022rowIndex\u0022:10,\u0022columnIndex\u0022:2,\u0022text\u0022:\u0022$1,000\u0022,\u0022boundingBox\u0022:[5.75,6.7867,7.4967,6.7867,7.4967,7.0139,5.75,7.0139],\u0022elements\u0022:[\u0022#/readResults/0/lines/37/words/0\u0022]},{\u0022rowIndex\u0022:11,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Logo on poster\u0022,\u0022boundingBox\u0022:[2.625,7.0139,5.75,7.0139,5.75,7.2222,2.625,7.2222],\u0022elements\u0022:[\u0022#/readResults/0/lines/38/words/0\u0022,\u0022#/readResults/0/lines/39/words/0\u0022,\u0022#/readResults/0/lines/39/words/1\u0022,\u0022#/readResults/0/lines/39/words/2\u0022]},{\u0022rowIndex\u0022:12,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 50% discount on program guide\u0022,\u0022boundingBox\u0022:[2.625,7.2222,5.75,7.2222,5.75,7.4306,2.625,7.4306],\u0022elements\u0022:[\u0022#/readResults/0/lines/40/words/0\u0022,\u0022#/readResults/0/lines/41/words/0\u0022,\u0022#/readResults/0/lines/41/words/1\u0022,\u0022#/readResults/0/lines/41/words/2\u0022,\u0022#/readResults/0/lines/41/words/3\u0022,\u0022#/readResults/0/lines/41/words/4\u0022]},{\u0022rowIndex\u0022:13,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022advertisements\u0022,\u0022boundingBox\u0022:[2.625,7.4306,5.75,7.4306,5.75,7.635,2.625,7.635],\u0022elements\u0022:[\u0022#/readResults/0/lines/42/words/0\u0022]},{\u0022rowIndex\u0022:14,\u0022columnIndex\u0022:0,\u0022text\u0022:\u0022Full Booth\u0022,\u0022boundingBox\u0022:[1.0033,7.635,2.625,7.635,2.625,7.8611,1.0033,7.8611],\u0022elements\u0022:[\u0022#/readResults/0/lines/43/words/0\u0022,\u0022#/readResults/0/lines/43/words/1\u0022]},{\u0022rowIndex\u0022:14,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Full booth\u0022,\u0022boundingBox\u0022:[2.625,7.635,5.75,7.635,5.75,7.8611,2.625,7.8611],\u0022elements\u0022:[\u0022#/readResults/0/lines/44/words/0\u0022,\u0022#/readResults/0/lines/45/words/0\u0022,\u0022#/readResults/0/lines/45/words/1\u0022]},{\u0022rowIndex\u0022:14,\u0022columnIndex\u0022:2,\u0022text\u0022:\u0022$600\u0022,\u0022boundingBox\u0022:[5.75,7.635,7.4967,7.635,7.4967,7.8611,5.75,7.8611],\u0022elements\u0022:[\u0022#/readResults/0/lines/46/words/0\u0022]},{\u0022rowIndex\u0022:15,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 50% discount on program guide\u0022,\u0022boundingBox\u0022:[2.625,7.8611,5.75,7.8611,5.75,8.0694,2.625,8.0694],\u0022elements\u0022:[\u0022#/readResults/0/lines/47/words/0\u0022,\u0022#/readResults/0/lines/48/words/0\u0022,\u0022#/readResults/0/lines/48/words/1\u0022,\u0022#/readResults/0/lines/48/words/2\u0022,\u0022#/readResults/0/lines/48/words/3\u0022,\u0022#/readResults/0/lines/48/words/4\u0022]},{\u0022rowIndex\u0022:16,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022advertisements\u0022,\u0022boundingBox\u0022:[2.625,8.0694,5.75,8.0694,5.75,8.27,2.625,8.27],\u0022elements\u0022:[\u0022#/readResults/0/lines/49/words/0\u0022]},{\u0022rowIndex\u0022:17,\u0022columnIndex\u0022:0,\u0022text\u0022:\u0022Half Booth\u0022,\u0022boundingBox\u0022:[1.0033,8.27,2.625,8.27,2.625,8.4861,1.0033,8.4861],\u0022elements\u0022:[\u0022#/readResults/0/lines/50/words/0\u0022,\u0022#/readResults/0/lines/50/words/1\u0022]},{\u0022rowIndex\u0022:17,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Full booth\u0022,\u0022boundingBox\u0022:[2.625,8.27,5.75,8.27,5.75,8.4861,2.625,8.4861],\u0022elements\u0022:[\u0022#/readResults/0/lines/51/words/0\u0022,\u0022#/readResults/0/lines/52/words/0\u0022,\u0022#/readResults/0/lines/52/words/1\u0022]},{\u0022rowIndex\u0022:17,\u0022columnIndex\u0022:2,\u0022text\u0022:\u0022$350\u0022,\u0022boundingBox\u0022:[5.75,8.27,7.4967,8.27,7.4967,8.4861,5.75,8.4861],\u0022elements\u0022:[\u0022#/readResults/0/lines/53/words/0\u0022]},{\u0022rowIndex\u0022:18,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 25% discount on program guide\u0022,\u0022boundingBox\u0022:[2.625,8.4861,5.75,8.4861,5.75,8.7083,2.625,8.7083],\u0022elements\u0022:[\u0022#/readResults/0/lines/54/words/0\u0022,\u0022#/readResults/0/lines/55/words/0\u0022,\u0022#/readResults/0/lines/55/words/1\u0022,\u0022#/readResults/0/lines/55/words/2\u0022,\u0022#/readResults/0/lines/55/words/3\u0022,\u0022#/readResults/0/lines/55/words/4\u0022]},{\u0022rowIndex\u0022:19,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022advertisements\u0022,\u0022boundingBox\u0022:[2.625,8.7083,5.75,8.7083,5.75,8.905,2.625,8.905],\u0022elements\u0022:[\u0022#/readResults/0/lines/56/words/0\u0022]}]}]},{\u0022page\u0022:2,\u0022tables\u0022:[]}],\u0022documentResults\u0022:[{\u0022docType\u0022:\u0022custom:78587410-9600-48fd-b4a3-d05533035b44\u0022,\u0022modelId\u0022:\u002278587410-9600-48fd-b4a3-d05533035b44\u0022,\u0022pageRange\u0022:[1,2],\u0022fields\u0022:{\u0022Half\u0022:{\u0022type\u0022:\u0022string\u0022,\u0022valueString\u0022:\u0022$350\u0022,\u0022text\u0022:\u0022$350\u0022,\u0022page\u0022:1,\u0022boundingBox\u0022:[5.835,8.305,6.16,8.305,6.16,8.45,5.835,8.45],\u0022confidence\u0022:1.0,\u0022elements\u0022:[\u0022#/readResults/0/lines/53/words/0\u0022]},\u0022Silver\u0022:{\u0022type\u0022:\u0022string\u0022,\u0022valueString\u0022:\u0022$1,200\u0022,\u0022text\u0022:\u0022$1,200\u0022,\u0022page\u0022:1,\u0022boundingBox\u0022:[5.835,5.97,6.285,5.97,6.285,6.115,5.835,6.115],\u0022confidence\u0022:1.0,\u0022elements\u0022:[\u0022#/readResults/0/lines/27/words/0\u0022]},\u0022CompanyName\u0022:{\u0022type\u0022:\u0022string\u0022,\u0022valueString\u0022:\u0022Southridge Video\u0022,\u0022text\u0022:\u0022Southridge Video\u0022,\u0022page\u0022:2,\u0022boundingBox\u0022:[2.19,2.77,3.35,2.77,3.35,2.915,2.19,2.915],\u0022confidence\u0022:1.0,\u0022elements\u0022:[\u0022#/readResults/1/lines/2/words/2\u0022,\u0022#/readResults/1/lines/2/words/3\u0022]},\u0022Contact\u0022:{\u0022type\u0022:\u0022string\u0022,\u0022valueString\u0022:\u0022Jamie@southridgevideo.com\u0022,\u0022text\u0022:\u0022Jamie@southridgevideo.com\u0022,\u0022page\u0022:2,\u0022boundingBox\u0022:[1.62,3.1,3.575,3.1,3.575,3.245,1.62,3.245],\u0022confidence\u0022:1.0,\u0022elements\u0022:[\u0022#/readResults/1/lines/3/words/1\u0022]},\u0022Bronze\u0022:{\u0022type\u0022:\u0022string\u0022,\u0022valueString\u0022:\u0022$1,000\u0022,\u0022text\u0022:\u0022$1,000\u0022,\u0022page\u0022:1,\u0022boundingBox\u0022:[5.835,6.825,6.285,6.825,6.285,6.97,5.835,6.97],\u0022confidence\u0022:1.0,\u0022elements\u0022:[\u0022#/readResults/0/lines/37/words/0\u0022]},\u0022Full\u0022:{\u0022type\u0022:\u0022string\u0022,\u0022valueString\u0022:\u0022$600\u0022,\u0022text\u0022:\u0022$600\u0022,\u0022page\u0022:1,\u0022boundingBox\u0022:[5.835,7.67,6.16,7.67,6.16,7.815,5.835,7.815],\u0022confidence\u0022:1.0,\u0022elements\u0022:[\u0022#/readResults/0/lines/46/words/0\u0022]},\u0022Gold\u0022:{\u0022type\u0022:\u0022string\u0022,\u0022valueString\u0022:\u0022$1,500\u0022,\u0022text\u0022:\u0022$1,500\u0022,\u0022page\u0022:1,\u0022boundingBox\u0022:[5.835,4.9,6.285,4.9,6.285,5.045,5.835,5.045],\u0022confidence\u0022:1.0,\u0022elements\u0022:[\u0022#/readResults/0/lines/16/words/0\u0022]}},\u0022docTypeConfidence\u0022:1.0}],\u0022errors\u0022:[]}}" }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/4279fa29-3a06-4741-8e25-4b9809380078", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/78587410-9600-48fd-b4a3-d05533035b44", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-7439b6cd422a0142af21fca8d42f2d73-2272bdc873d9284f-00", + "traceparent": "00-7ef694a513e5134b9292fa7b70797a53-15241a5582196340-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "e68a48c453338f50a7fef2d3be0d2efa", + "x-ms-client-request-id": "2d7f23c05e60ba147b39bd88ada12f50", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 204, "ResponseHeaders": { - "apim-request-id": "b5f3f908-9ce0-4559-bb68-5d16f1ddf31e", + "apim-request-id": "d75985e1-9b4e-413d-9d71-4bcd286c83f2", "Content-Length": "0", - "Date": "Wed, 09 Sep 2020 22:31:15 GMT", + "Date": "Fri, 30 Oct 2020 12:53:50 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "35" + "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-westcentralus.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": "1541823604" } diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsWithLabelsCanParseMultipageForm(False)Async.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsWithLabelsCanParseMultipageForm(False)Async.json index 9a398e74374d0..cc405667131b1 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsWithLabelsCanParseMultipageForm(False)Async.json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsWithLabelsCanParseMultipageForm(False)Async.json @@ -1,17 +1,17 @@ { "Entries": [ { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "42", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-ba8c579e1f0dc0458b5b72777780caa2-42519e3985e17b4d-00", + "traceparent": "00-fb5617a3c053554aa3607486420f4858-e6c880d3a3979745-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "c810a32692c891372d4fed3920427f99", "x-ms-return-client-request-id": "true" @@ -22,25 +22,25 @@ }, "StatusCode": 201, "ResponseHeaders": { - "apim-request-id": "da94a68b-6632-45f9-9190-47b6d226e837", + "apim-request-id": "d09ac500-8c23-4544-b6fb-0a50d32c6ec5", "Content-Length": "0", - "Date": "Wed, 09 Sep 2020 22:36:31 GMT", - "Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/e4e0fc18-3069-462b-9599-81d682ec7c1e", + "Date": "Fri, 30 Oct 2020 12:59:57 GMT", + "Location": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/cdbbc0c9-3be5-4828-bbf0-de997361d45e", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "227" + "x-envoy-upstream-service-time": "113" }, "ResponseBody": [] }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/e4e0fc18-3069-462b-9599-81d682ec7c1e?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/cdbbc0c9-3be5-4828-bbf0-de997361d45e?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "64ecbfd8b463f90da0cc966441c925e7", "x-ms-return-client-request-id": "true" @@ -48,32 +48,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "ab9ee007-7e0e-460c-b5ac-bc34e0d57e2c", + "apim-request-id": "d930318d-a180-41d4-a44c-f8903adc9449", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:36:31 GMT", + "Date": "Fri, 30 Oct 2020 12:59:57 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": "18" }, "ResponseBody": { "modelInfo": { - "modelId": "e4e0fc18-3069-462b-9599-81d682ec7c1e", + "modelId": "cdbbc0c9-3be5-4828-bbf0-de997361d45e", "status": "creating", - "createdDateTime": "2020-09-09T22:36:32Z", - "lastUpdatedDateTime": "2020-09-09T22:36:32Z" + "createdDateTime": "2020-10-30T12:59:57Z", + "lastUpdatedDateTime": "2020-10-30T12:59:57Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/e4e0fc18-3069-462b-9599-81d682ec7c1e?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/cdbbc0c9-3be5-4828-bbf0-de997361d45e?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "62f6346a37f26727d30211205bdcc030", "x-ms-return-client-request-id": "true" @@ -81,32 +81,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "30aeca3e-57e0-4d04-9800-7b5993757997", + "apim-request-id": "70778c59-f043-45b2-909b-44d93a5b3f20", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:36:32 GMT", + "Date": "Fri, 30 Oct 2020 12:59:58 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": "33" }, "ResponseBody": { "modelInfo": { - "modelId": "e4e0fc18-3069-462b-9599-81d682ec7c1e", + "modelId": "cdbbc0c9-3be5-4828-bbf0-de997361d45e", "status": "creating", - "createdDateTime": "2020-09-09T22:36:32Z", - "lastUpdatedDateTime": "2020-09-09T22:36:32Z" + "createdDateTime": "2020-10-30T12:59:57Z", + "lastUpdatedDateTime": "2020-10-30T12:59:57Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/e4e0fc18-3069-462b-9599-81d682ec7c1e?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/cdbbc0c9-3be5-4828-bbf0-de997361d45e?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "eea1a9a801e87255961728fcfcd25064", "x-ms-return-client-request-id": "true" @@ -114,23 +114,23 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "658d968a-452a-4bb3-9abd-21a588f1ea78", + "apim-request-id": "303bdcfe-f7e8-40eb-aa70-019f71d7cc95", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:36:33 GMT", + "Date": "Fri, 30 Oct 2020 12:59:59 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "28" + "x-envoy-upstream-service-time": "19" }, "ResponseBody": { "modelInfo": { - "modelId": "e4e0fc18-3069-462b-9599-81d682ec7c1e", + "modelId": "cdbbc0c9-3be5-4828-bbf0-de997361d45e", "attributes": { "isComposed": false }, "status": "ready", - "createdDateTime": "2020-09-09T22:36:32Z", - "lastUpdatedDateTime": "2020-09-09T22:36:33Z" + "createdDateTime": "2020-10-30T12:59:57Z", + "lastUpdatedDateTime": "2020-10-30T12:59:59Z" }, "trainResult": { "averageModelAccuracy": 0.971, @@ -196,17 +196,17 @@ } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/e4e0fc18-3069-462b-9599-81d682ec7c1e/analyze?includeTextDetails=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/cdbbc0c9-3be5-4828-bbf0-de997361d45e/analyze?includeTextDetails=true", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "22", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-b2e3629b101fe54da5c443b8fb1a7b08-ac8c70f5b546bf44-00", + "traceparent": "00-4e7de99aa431ec49b28f726fe9f630fe-11fbdc979e998e46-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "ebcf052a1d4ca0a697859161a3ed9ec4", "x-ms-return-client-request-id": "true" @@ -216,25 +216,25 @@ }, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "fb27a3cb-2098-4456-b5c4-ec6be9c1dbd0", + "apim-request-id": "0419441f-29bd-4e61-ae7c-e10c142cb969", "Content-Length": "0", - "Date": "Wed, 09 Sep 2020 22:36:33 GMT", - "Operation-Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/e4e0fc18-3069-462b-9599-81d682ec7c1e/analyzeresults/5e70aec7-36fe-4b61-947b-87610f115668", + "Date": "Fri, 30 Oct 2020 12:59:59 GMT", + "Operation-Location": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/cdbbc0c9-3be5-4828-bbf0-de997361d45e/analyzeresults/04f2033b-2a4b-4cde-808f-91c361f986c5", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "66" + "x-envoy-upstream-service-time": "69" }, "ResponseBody": [] }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/e4e0fc18-3069-462b-9599-81d682ec7c1e/analyzeResults/5e70aec7-36fe-4b61-947b-87610f115668", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/cdbbc0c9-3be5-4828-bbf0-de997361d45e/analyzeResults/04f2033b-2a4b-4cde-808f-91c361f986c5", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "98bc650b362768ffdf83ccda0f2b6b00", "x-ms-return-client-request-id": "true" @@ -242,29 +242,29 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "841fe760-b405-4367-974f-3b2827c61d17", + "apim-request-id": "dbf38a54-c646-4ff7-b5ab-7c6286d115c4", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:36:33 GMT", + "Date": "Fri, 30 Oct 2020 13:00:00 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "18" + "x-envoy-upstream-service-time": "23" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-09-09T22:36:34Z", - "lastUpdatedDateTime": "2020-09-09T22:36:34Z" + "createdDateTime": "2020-10-30T13:00:00Z", + "lastUpdatedDateTime": "2020-10-30T13:00:00Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/e4e0fc18-3069-462b-9599-81d682ec7c1e/analyzeResults/5e70aec7-36fe-4b61-947b-87610f115668", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/cdbbc0c9-3be5-4828-bbf0-de997361d45e/analyzeResults/04f2033b-2a4b-4cde-808f-91c361f986c5", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "56f6adb2d40d8be40200576370f4cfa8", "x-ms-return-client-request-id": "true" @@ -272,29 +272,29 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "460b5ce0-1599-4ba9-8ce6-dca6d67736d7", + "apim-request-id": "10ab5dbe-22c6-4bc4-aed9-99a49103d16e", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:36:35 GMT", + "Date": "Fri, 30 Oct 2020 13:00:01 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "27" + "x-envoy-upstream-service-time": "30" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-09-09T22:36:34Z", - "lastUpdatedDateTime": "2020-09-09T22:36:35Z" + "createdDateTime": "2020-10-30T13:00:00Z", + "lastUpdatedDateTime": "2020-10-30T13:00:01Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/e4e0fc18-3069-462b-9599-81d682ec7c1e/analyzeResults/5e70aec7-36fe-4b61-947b-87610f115668", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/cdbbc0c9-3be5-4828-bbf0-de997361d45e/analyzeResults/04f2033b-2a4b-4cde-808f-91c361f986c5", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "96f06379b716f33c06660cc850cb916c", "x-ms-return-client-request-id": "true" @@ -302,29 +302,29 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "4bc2052b-da79-4757-beab-2c705b55fe02", + "apim-request-id": "37c56421-bafa-4565-a39f-b7deed9b91a6", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:36:36 GMT", + "Date": "Fri, 30 Oct 2020 13:00:02 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "25" + "x-envoy-upstream-service-time": "27" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-09-09T22:36:34Z", - "lastUpdatedDateTime": "2020-09-09T22:36:35Z" + "createdDateTime": "2020-10-30T13:00:00Z", + "lastUpdatedDateTime": "2020-10-30T13:00:01Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/e4e0fc18-3069-462b-9599-81d682ec7c1e/analyzeResults/5e70aec7-36fe-4b61-947b-87610f115668", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/cdbbc0c9-3be5-4828-bbf0-de997361d45e/analyzeResults/04f2033b-2a4b-4cde-808f-91c361f986c5", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "f6af901948f736b681319626df9bf8eb", "x-ms-return-client-request-id": "true" @@ -332,29 +332,29 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "09100b29-af11-4193-9cc2-d8c887179974", + "apim-request-id": "3e6157a1-4185-48b4-85d5-de12933197cd", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:36:37 GMT", + "Date": "Fri, 30 Oct 2020 13:00:03 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "23" + "x-envoy-upstream-service-time": "25" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-09-09T22:36:34Z", - "lastUpdatedDateTime": "2020-09-09T22:36:35Z" + "createdDateTime": "2020-10-30T13:00:00Z", + "lastUpdatedDateTime": "2020-10-30T13:00:01Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/e4e0fc18-3069-462b-9599-81d682ec7c1e/analyzeResults/5e70aec7-36fe-4b61-947b-87610f115668", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/cdbbc0c9-3be5-4828-bbf0-de997361d45e/analyzeResults/04f2033b-2a4b-4cde-808f-91c361f986c5", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "ab6123b4d43afaea70024fa6c81c3a36", "x-ms-return-client-request-id": "true" @@ -362,29 +362,29 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "43fe1664-8536-44e1-abd1-c0659e7593ec", + "apim-request-id": "ae68d445-3a1c-402b-9dd3-621f47a65ed0", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:36:38 GMT", + "Date": "Fri, 30 Oct 2020 13:00:04 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": "25" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-09-09T22:36:34Z", - "lastUpdatedDateTime": "2020-09-09T22:36:38Z" + "createdDateTime": "2020-10-30T13:00:00Z", + "lastUpdatedDateTime": "2020-10-30T13:00:04Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/e4e0fc18-3069-462b-9599-81d682ec7c1e/analyzeResults/5e70aec7-36fe-4b61-947b-87610f115668", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/cdbbc0c9-3be5-4828-bbf0-de997361d45e/analyzeResults/04f2033b-2a4b-4cde-808f-91c361f986c5", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "df49eb6fd84430b1adba14e52015146a", "x-ms-return-client-request-id": "true" @@ -392,29 +392,29 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "0274eabc-1d18-415b-8174-25dd3faae085", + "apim-request-id": "797c7788-5400-4adb-b7c5-492ebb4d8b41", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:36:39 GMT", + "Date": "Fri, 30 Oct 2020 13:00: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": "28" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-09-09T22:36:34Z", - "lastUpdatedDateTime": "2020-09-09T22:36:38Z" + "createdDateTime": "2020-10-30T13:00:00Z", + "lastUpdatedDateTime": "2020-10-30T13:00:04Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/e4e0fc18-3069-462b-9599-81d682ec7c1e/analyzeResults/5e70aec7-36fe-4b61-947b-87610f115668", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/cdbbc0c9-3be5-4828-bbf0-de997361d45e/analyzeResults/04f2033b-2a4b-4cde-808f-91c361f986c5", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "2d13216ee56a4431a6b485f4f8106e65", "x-ms-return-client-request-id": "true" @@ -422,76 +422,46 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "833a3548-c404-4bbd-91c5-90bf85c15c75", - "Content-Length": "109", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:36:40 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "21" - }, - "ResponseBody": { - "status": "notStarted", - "createdDateTime": "2020-09-09T22:36:34Z", - "lastUpdatedDateTime": "2020-09-09T22:36:38Z" - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/e4e0fc18-3069-462b-9599-81d682ec7c1e/analyzeResults/5e70aec7-36fe-4b61-947b-87610f115668", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "f4b760f71851dca67230fe80bf04da5a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "8bdc5166-bcaa-4d9f-a738-4e082c2e8b6a", + "apim-request-id": "e6601a83-0daa-480e-a926-7db80373f7a0", "Content-Length": "34822", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:36:41 GMT", + "Date": "Fri, 30 Oct 2020 13:00:08 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": "31" }, - "ResponseBody": "{\u0022status\u0022:\u0022succeeded\u0022,\u0022createdDateTime\u0022:\u00222020-09-09T22:36:34Z\u0022,\u0022lastUpdatedDateTime\u0022:\u00222020-09-09T22:36:41Z\u0022,\u0022analyzeResult\u0022:{\u0022version\u0022:\u00222.1.0\u0022,\u0022readResults\u0022:[{\u0022page\u0022:1,\u0022angle\u0022:0,\u0022width\u0022:8.5,\u0022height\u0022:11,\u0022unit\u0022:\u0022inch\u0022,\u0022lines\u0022:[{\u0022boundingBox\u0022:[6.1276,1.0667,7.4833,1.0667,7.4833,1.2403,6.1276,1.2403],\u0022text\u0022:\u0022Vendor #:121\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[6.1276,1.0667,6.8657,1.0667,6.8657,1.2403,6.1276,1.2403],\u0022text\u0022:\u0022Vendor\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.9307,1.0759,7.4833,1.0759,7.4833,1.2391,6.9307,1.2391],\u0022text\u0022:\u0022#:121\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.2268,1.5733,6.2379,1.5733,6.2379,2.005,2.2268,2.005],\u0022text\u0022:\u0022Vendor Registration\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.2268,1.5733,3.703,1.5733,3.703,1.9207,2.2268,1.9207],\u0022text\u0022:\u0022Vendor\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.8661,1.5883,6.2379,1.5883,6.2379,2.005,3.8661,2.005],\u0022text\u0022:\u0022Registration\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0078,2.5846,7.0776,2.5846,7.0776,2.7293,1.0078,2.7293],\u0022text\u0022:\u0022Contoso Ltd. Conference will be held on May 28-29, 2020 at the Elm Conference Center in\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0078,2.5919,1.5548,2.5919,1.5548,2.7013,1.0078,2.7013],\u0022text\u0022:\u0022Contoso\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.6125,2.5856,1.843,2.5856,1.843,2.7013,1.6125,2.7013],\u0022text\u0022:\u0022Ltd.\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.8996,2.5846,2.6636,2.5846,2.6636,2.7013,1.8996,2.7013],\u0022text\u0022:\u0022Conference\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.7122,2.5852,2.9307,2.5852,2.9307,2.7003,2.7122,2.7003],\u0022text\u0022:\u0022will\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.9922,2.5852,3.1419,2.5852,3.1419,2.7013,2.9922,2.7013],\u0022text\u0022:\u0022be\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.1987,2.5852,3.4704,2.5852,3.4704,2.7013,3.1987,2.7013],\u0022text\u0022:\u0022held\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.53,2.62,3.6846,2.62,3.6846,2.7013,3.53,2.7013],\u0022text\u0022:\u0022on\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.7498,2.5934,4.0422,2.5934,4.0422,2.7293,3.7498,2.7293],\u0022text\u0022:\u0022May\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.0877,2.5914,4.5042,2.5914,4.5042,2.7236,4.0877,2.7236],\u0022text\u0022:\u002228-29,\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.5586,2.5914,4.884,2.5914,4.884,2.7017,4.5586,2.7017],\u0022text\u0022:\u00222020\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.9351,2.6014,5.0577,2.6014,5.0577,2.7013,4.9351,2.7013],\u0022text\u0022:\u0022at\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[5.1033,2.5852,5.3202,2.5852,5.3202,2.7013,5.1033,2.7013],\u0022text\u0022:\u0022the\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[5.3787,2.5852,5.6051,2.5852,5.6051,2.7003,5.3787,2.7003],\u0022text\u0022:\u0022Elm\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[5.6624,2.5846,6.4263,2.5846,6.4263,2.7013,5.6624,2.7013],\u0022text\u0022:\u0022Conference\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.4796,2.5919,6.9234,2.5919,6.9234,2.7013,6.4796,2.7013],\u0022text\u0022:\u0022Center\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.9765,2.5905,7.0776,2.5905,7.0776,2.7003,6.9765,2.7003],\u0022text\u0022:\u0022in\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.014,2.8029,7.3457,2.8029,7.3457,2.9478,1.014,2.9478],\u0022text\u0022:\u0022Maple City, Massachusetts. The conference has sold out of its 1,500 tickets, with a 400 person\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.014,2.8036,1.4242,2.8036,1.4242,2.9478,1.014,2.9478],\u0022text\u0022:\u0022Maple\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.4763,2.8089,1.7576,2.8089,1.7576,2.9478,1.4763,2.9478],\u0022text\u0022:\u0022City,\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.8195,2.8036,2.8383,2.8036,2.8383,2.9197,1.8195,2.9197],\u0022text\u0022:\u0022Massachusetts.\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.8883,2.8036,3.1326,2.8036,3.1326,2.9197,2.8883,2.9197],\u0022text\u0022:\u0022The\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.1842,2.8029,3.9301,2.8029,3.9301,2.9197,3.1842,2.9197],\u0022text\u0022:\u0022conference\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.9871,2.8036,4.2019,2.8036,4.2019,2.9197,3.9871,2.9197],\u0022text\u0022:\u0022has\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.2529,2.8036,4.5104,2.8036,4.5104,2.9197,4.2529,2.9197],\u0022text\u0022:\u0022sold\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.5701,2.8197,4.7871,2.8197,4.7871,2.9197,4.5701,2.9197],\u0022text\u0022:\u0022out\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.8373,2.8029,4.9701,2.8029,4.9701,2.9197,4.8373,2.9197],\u0022text\u0022:\u0022of\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[5.0169,2.8089,5.1601,2.8089,5.1601,2.9197,5.0169,2.9197],\u0022text\u0022:\u0022its\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[5.2167,2.81,5.5766,2.81,5.5766,2.9418,5.2167,2.9418],\u0022text\u0022:\u00221,500\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[5.6227,2.8036,6.0928,2.8036,6.0928,2.9418,5.6227,2.9418],\u0022text\u0022:\u0022tickets,\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.1461,2.8036,6.4308,2.8036,6.4308,2.9195,6.1461,2.9195],\u0022text\u0022:\u0022with\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.488,2.8383,6.548,2.8383,6.548,2.9197,6.488,2.9197],\u0022text\u0022:\u0022a\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.6016,2.81,6.8449,2.81,6.8449,2.9197,6.6016,2.9197],\u0022text\u0022:\u0022400\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.8998,2.8383,7.3457,2.8383,7.3457,2.9478,6.8998,2.9478],\u0022text\u0022:\u0022person\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0043,3.0229,7.2482,3.0229,7.2482,3.1678,1.0043,3.1678],\u0022text\u0022:\u0022waitlist. Vendor applications are being accepted through Feb 28, 2020. Please fill in the form\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0043,3.0236,1.5194,3.0236,1.5194,3.1397,1.0043,3.1397],\u0022text\u0022:\u0022waitlist.\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.5733,3.0239,2.0654,3.0239,2.0654,3.1397,1.5733,3.1397],\u0022text\u0022:\u0022Vendor\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.1132,3.0236,2.9143,3.0236,2.9143,3.1678,2.1132,3.1678],\u0022text\u0022:\u0022applications\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.9675,3.0583,3.1726,3.0583,3.1726,3.1397,2.9675,3.1397],\u0022text\u0022:\u0022are\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.2306,3.0236,3.5889,3.0236,3.5889,3.1678,3.2306,3.1678],\u0022text\u0022:\u0022being\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.6388,3.0239,4.2336,3.0239,4.2336,3.1678,3.6388,3.1678],\u0022text\u0022:\u0022accepted\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.2862,3.0236,4.8127,3.0236,4.8127,3.1678,4.2862,3.1678],\u0022text\u0022:\u0022through\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.8815,3.0236,5.1133,3.0236,5.1133,3.14,4.8815,3.14],\u0022text\u0022:\u0022Feb\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[5.163,3.0297,5.361,3.0297,5.361,3.162,5.163,3.162],\u0022text\u0022:\u002228,\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[5.413,3.0297,5.7774,3.0297,5.7774,3.14,5.413,3.14],\u0022text\u0022:\u00222020.\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[5.8406,3.0236,6.2537,3.0236,6.2537,3.1397,5.8406,3.1397],\u0022text\u0022:\u0022Please\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.3022,3.0229,6.4539,3.0229,6.4539,3.1387,6.3022,3.1387],\u0022text\u0022:\u0022fill\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.5131,3.0289,6.6158,3.0289,6.6158,3.1387,6.5131,3.1387],\u0022text\u0022:\u0022in\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.6673,3.0236,6.8842,3.0236,6.8842,3.1397,6.6673,3.1397],\u0022text\u0022:\u0022the\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.9317,3.0229,7.2482,3.0229,7.2482,3.1397,6.9317,3.1397],\u0022text\u0022:\u0022form\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0125,3.2436,3.6599,3.2436,3.6599,3.3818,1.0125,3.3818],\u0022text\u0022:\u0022below, and attach a check made out to:\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0125,3.2436,1.4459,3.2436,1.4459,3.3818,1.0125,3.3818],\u0022text\u0022:\u0022below,\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.5024,3.2439,1.7371,3.2439,1.7371,3.3597,1.5024,3.3597],\u0022text\u0022:\u0022and\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.7968,3.2436,2.2047,3.2436,2.2047,3.3597,1.7968,3.3597],\u0022text\u0022:\u0022attach\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.2619,3.2783,2.3219,3.2783,2.3219,3.3597,2.2619,3.3597],\u0022text\u0022:\u0022a\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.379,3.2436,2.7529,3.2436,2.7529,3.3597,2.379,3.3597],\u0022text\u0022:\u0022check\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.8076,3.2439,3.17,3.2439,3.17,3.3597,2.8076,3.3597],\u0022text\u0022:\u0022made\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.2251,3.2597,3.4421,3.2597,3.4421,3.3597,3.2251,3.3597],\u0022text\u0022:\u0022out\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.4869,3.2597,3.6599,3.2597,3.6599,3.3597,3.4869,3.3597],\u0022text\u0022:\u0022to:\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0078,3.5739,1.843,3.5739,1.843,3.6897,1.0078,3.6897],\u0022text\u0022:\u0022Contoso Ltd.\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0078,3.5802,1.5548,3.5802,1.5548,3.6897,1.0078,3.6897],\u0022text\u0022:\u0022Contoso\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.6125,3.5739,1.843,3.5739,1.843,3.6897,1.6125,3.6897],\u0022text\u0022:\u0022Ltd.\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0093,3.7939,2.3768,3.7939,2.3768,3.9378,1.0093,3.9378],\u0022text\u0022:\u00222345 Dogwood Lane\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0093,3.8,1.3297,3.8,1.3297,3.9097,1.0093,3.9097],\u0022text\u0022:\u00222345\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.3899,3.7939,2.0149,3.7939,2.0149,3.9378,1.3899,3.9378],\u0022text\u0022:\u0022Dogwood\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.0788,3.8012,2.3768,3.8012,2.3768,3.9097,2.0788,3.9097],\u0022text\u0022:\u0022Lane\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.014,4.0136,2.3377,4.0136,2.3377,4.1518,1.014,4.1518],\u0022text\u0022:\u0022Birch, Kansas 98123\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.014,4.0136,1.3745,4.0136,1.3745,4.1518,1.014,4.1518],\u0022text\u0022:\u0022Birch,\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.4375,4.0212,1.8819,4.0212,1.8819,4.1297,1.4375,4.1297],\u0022text\u0022:\u0022Kansas\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.9318,4.02,2.3377,4.02,2.3377,4.1297,1.9318,4.1297],\u0022text\u0022:\u002298123\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0204,4.4248,1.5303,4.4248,1.5303,4.5682,1.0204,4.5682],\u0022text\u0022:\u0022Rates:\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0204,4.4248,1.5303,4.4248,1.5303,4.5682,1.0204,4.5682],\u0022text\u0022:\u0022Rates:\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0923,4.6986,1.6232,4.6986,1.6232,4.8428,1.0923,4.8428],\u0022text\u0022:\u0022Package\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0923,4.6986,1.6232,4.6986,1.6232,4.8428,1.0923,4.8428],\u0022text\u0022:\u0022Package\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.713,4.6986,3.2707,4.6986,3.2707,4.8147,2.713,4.8147],\u0022text\u0022:\u0022Included\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.713,4.6986,3.2707,4.6986,3.2707,4.8147,2.713,4.8147],\u0022text\u0022:\u0022Included\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[5.838,4.7039,6.1513,4.7039,6.1513,4.8147,5.838,4.8147],\u0022text\u0022:\u0022Price\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[5.838,4.7039,6.1513,4.7039,6.1513,4.8147,5.838,4.8147],\u0022text\u0022:\u0022Price\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0857,4.9086,1.9831,4.9086,1.9831,5.0528,1.0857,5.0528],\u0022text\u0022:\u0022Gold Sponsor\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0857,4.9086,1.3842,4.9086,1.3842,5.0247,1.0857,5.0247],\u0022text\u0022:\u0022Gold\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.4423,4.915,1.9831,4.915,1.9831,5.0528,1.4423,5.0528],\u0022text\u0022:\u0022Sponsor\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,4.954,3.018,4.954,3.018,5.0145,2.9586,5.0145],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,4.954,3.018,4.954,3.018,5.0145,2.9586,5.0145],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,4.9169,3.8726,4.9169,3.8726,5.033,3.214,5.033],\u0022text\u0022:\u0022Full booth\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,4.9169,3.4295,4.9169,3.4295,5.033,3.214,5.033],\u0022text\u0022:\u0022Full\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.492,4.9169,3.8726,4.9169,3.8726,5.033,3.492,5.033],\u0022text\u0022:\u0022booth\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[5.8328,4.8977,6.2829,4.8977,6.2829,5.0468,5.8328,5.0468],\u0022text\u0022:\u0022$1,500\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[5.8328,4.8977,6.2829,4.8977,6.2829,5.0468,5.8328,5.0468],\u0022text\u0022:\u0022$1,500\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,5.1673,3.018,5.1673,3.018,5.2279,2.9586,5.2279],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,5.1673,3.018,5.1673,3.018,5.2279,2.9586,5.2279],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,5.1302,4.7267,5.1302,4.7267,5.2744,3.214,5.2744],\u0022text\u0022:\u0022Pre-keynote thank you\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,5.1302,4.0183,5.1302,4.0183,5.2744,3.214,5.2744],\u0022text\u0022:\u0022Pre-keynote\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.0665,5.1302,4.4475,5.1302,4.4475,5.2463,4.0665,5.2463],\u0022text\u0022:\u0022thank\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.4903,5.165,4.7267,5.165,4.7267,5.2744,4.4903,5.2744],\u0022text\u0022:\u0022you\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,5.379,3.018,5.379,3.018,5.4395,2.9586,5.4395],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,5.379,3.018,5.379,3.018,5.4395,2.9586,5.4395],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,5.3495,4.2093,5.3495,4.2093,5.4861,3.214,5.4861],\u0022text\u0022:\u0022Logo on poster\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,5.3495,3.5163,5.3495,3.5163,5.4861,3.214,5.4861],\u0022text\u0022:\u0022Logo\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.5686,5.3767,3.7244,5.3767,3.7244,5.458,3.5686,5.458],\u0022text\u0022:\u0022on\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.7888,5.358,4.2093,5.358,4.2093,5.4861,3.7888,5.4861],\u0022text\u0022:\u0022poster\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,5.5923,3.018,5.5923,3.018,5.6529,2.9586,5.6529],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,5.5923,3.018,5.5923,3.018,5.6529,2.9586,5.6529],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,5.5552,5.201,5.5552,5.201,5.6994,3.214,5.6994],\u0022text\u0022:\u0022Full page ad in program guide\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,5.5552,3.4295,5.5552,3.4295,5.6713,3.214,5.6713],\u0022text\u0022:\u0022Full\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.492,5.59,3.7989,5.59,3.7989,5.6994,3.492,5.6994],\u0022text\u0022:\u0022page\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.8519,5.5556,3.9991,5.5556,3.9991,5.6713,3.8519,5.6713],\u0022text\u0022:\u0022ad\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.0599,5.5605,4.1626,5.5605,4.1626,5.6703,4.0599,5.6703],\u0022text\u0022:\u0022in\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.2248,5.59,4.7839,5.59,4.7839,5.6994,4.2248,5.6994],\u0022text\u0022:\u0022program\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.8367,5.5556,5.201,5.5556,5.201,5.6994,4.8367,5.6994],\u0022text\u0022:\u0022guide\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,5.804,3.018,5.804,3.018,5.8645,2.9586,5.8645],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,5.804,3.018,5.804,3.018,5.8645,2.9586,5.8645],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0842,5.9786,2.0339,5.9786,2.0339,6.1228,1.0842,6.1228],\u0022text\u0022:\u0022Silver Sponsor\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0842,5.9786,1.4443,5.9786,1.4443,6.0947,1.0842,6.0947],\u0022text\u0022:\u0022Silver\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.4904,5.985,2.0339,5.985,2.0339,6.1228,1.4904,6.1228],\u0022text\u0022:\u0022Sponsor\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,6.024,3.018,6.024,3.018,6.0845,2.9586,6.0845],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,6.024,3.018,6.024,3.018,6.0845,2.9586,6.0845],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,5.9869,3.8726,5.9869,3.8726,6.103,3.214,6.103],\u0022text\u0022:\u0022Full booth\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,5.9869,3.4295,5.9869,3.4295,6.103,3.214,6.103],\u0022text\u0022:\u0022Full\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.492,5.9869,3.8726,5.9869,3.8726,6.103,3.492,6.103],\u0022text\u0022:\u0022booth\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[5.8328,5.9677,6.2829,5.9677,6.2829,6.1168,5.8328,6.1168],\u0022text\u0022:\u0022$1,200\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[5.8328,5.9677,6.2829,5.9677,6.2829,6.1168,5.8328,6.1168],\u0022text\u0022:\u0022$1,200\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,6.2356,3.018,6.2356,3.018,6.2962,2.9586,6.2962],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,6.2356,3.018,6.2356,3.018,6.2962,2.9586,6.2962],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,6.1986,4.7938,6.1986,4.7938,6.3428,3.214,6.3428],\u0022text\u0022:\u0022Post-keynote thank you\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,6.1986,4.0878,6.1986,4.0878,6.3428,3.214,6.3428],\u0022text\u0022:\u0022Post-keynote\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.1348,6.1986,4.5158,6.1986,4.5158,6.3147,4.1348,6.3147],\u0022text\u0022:\u0022thank\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.5586,6.2333,4.7938,6.2333,4.7938,6.3428,4.5586,6.3428],\u0022text\u0022:\u0022you\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,6.4473,3.018,6.4473,3.018,6.5079,2.9586,6.5079],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,6.4473,3.018,6.4473,3.018,6.5079,2.9586,6.5079],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,6.4179,4.2093,6.4179,4.2093,6.5544,3.214,6.5544],\u0022text\u0022:\u0022Logo on poster\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,6.4179,3.5163,6.4179,3.5163,6.5544,3.214,6.5544],\u0022text\u0022:\u0022Logo\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.5686,6.445,3.7244,6.445,3.7244,6.5263,3.5686,6.5263],\u0022text\u0022:\u0022on\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.7888,6.4264,4.2093,6.4264,4.2093,6.5544,3.7888,6.5544],\u0022text\u0022:\u0022poster\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,6.6606,3.018,6.6606,3.018,6.7212,2.9586,6.7212],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,6.6606,3.018,6.6606,3.018,6.7212,2.9586,6.7212],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,6.6229,5.2314,6.6229,5.2314,6.7678,3.214,6.7678],\u0022text\u0022:\u0022Half page ad in program guide\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,6.6229,3.4739,6.6229,3.4739,6.7397,3.214,6.7397],\u0022text\u0022:\u0022Half\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.5224,6.6583,3.8326,6.6583,3.8326,6.7678,3.5224,6.7678],\u0022text\u0022:\u0022page\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.8843,6.6239,4.0315,6.6239,4.0315,6.7397,3.8843,6.7397],\u0022text\u0022:\u0022ad\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.0923,6.6289,4.195,6.6289,4.195,6.7387,4.0923,6.7387],\u0022text\u0022:\u0022in\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.2563,6.6583,4.8148,6.6583,4.8148,6.7678,4.2563,6.7678],\u0022text\u0022:\u0022program\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.8695,6.6239,5.2314,6.6239,5.2314,6.7678,4.8695,6.7678],\u0022text\u0022:\u0022guide\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0923,6.84,2.1362,6.84,2.1362,6.9778,1.0923,6.9778],\u0022text\u0022:\u0022Bronze Sponsor\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0923,6.8417,1.545,6.8417,1.545,6.9497,1.0923,6.9497],\u0022text\u0022:\u0022Bronze\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.5951,6.84,2.1362,6.84,2.1362,6.9778,1.5951,6.9778],\u0022text\u0022:\u0022Sponsor\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,6.879,3.018,6.879,3.018,6.9395,2.9586,6.9395],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,6.879,3.018,6.879,3.018,6.9395,2.9586,6.9395],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,6.8419,3.8726,6.8419,3.8726,6.958,3.214,6.958],\u0022text\u0022:\u0022Full booth\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,6.8419,3.4295,6.8419,3.4295,6.958,3.214,6.958],\u0022text\u0022:\u0022Full\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.492,6.8419,3.8726,6.8419,3.8726,6.958,3.492,6.958],\u0022text\u0022:\u0022booth\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[5.8328,6.8227,6.2829,6.8227,6.2829,6.9718,5.8328,6.9718],\u0022text\u0022:\u0022$1,000\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[5.8328,6.8227,6.2829,6.8227,6.2829,6.9718,5.8328,6.9718],\u0022text\u0022:\u0022$1,000\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,7.0923,3.018,7.0923,3.018,7.1529,2.9586,7.1529],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,7.0923,3.018,7.0923,3.018,7.1529,2.9586,7.1529],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,7.0629,4.2093,7.0629,4.2093,7.1994,3.214,7.1994],\u0022text\u0022:\u0022Logo on poster\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,7.0629,3.5163,7.0629,3.5163,7.1994,3.214,7.1994],\u0022text\u0022:\u0022Logo\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.5686,7.09,3.7244,7.09,3.7244,7.1713,3.5686,7.1713],\u0022text\u0022:\u0022on\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.7888,7.0714,4.2093,7.0714,4.2093,7.1994,3.7888,7.1994],\u0022text\u0022:\u0022poster\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,7.304,3.018,7.304,3.018,7.3645,2.9586,7.3645],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,7.304,3.018,7.304,3.018,7.3645,2.9586,7.3645],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.2082,7.2672,5.3419,7.2672,5.3419,7.4111,3.2082,7.4111],\u0022text\u0022:\u002250% discount on program guide\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.2082,7.2717,3.4817,7.2717,3.4817,7.3845,3.2082,7.3845],\u0022text\u0022:\u002250%\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.533,7.2672,4.1018,7.2672,4.1018,7.383,3.533,7.383],\u0022text\u0022:\u0022discount\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.1512,7.3017,4.307,7.3017,4.307,7.383,4.1512,7.383],\u0022text\u0022:\u0022on\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.3682,7.3017,4.9253,7.3017,4.9253,7.4111,4.3682,7.4111],\u0022text\u0022:\u0022program\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.981,7.2672,5.3419,7.2672,5.3419,7.4111,4.981,7.4111],\u0022text\u0022:\u0022guide\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.2075,7.4706,4.2429,7.4706,4.2429,7.5863,3.2075,7.5863],\u0022text\u0022:\u0022advertisements\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.2075,7.4706,4.2429,7.4706,4.2429,7.5863,3.2075,7.5863],\u0022text\u0022:\u0022advertisements\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0923,7.6819,1.7537,7.6819,1.7537,7.798,1.0923,7.798],\u0022text\u0022:\u0022Full Booth\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0923,7.6819,1.3079,7.6819,1.3079,7.798,1.0923,7.798],\u0022text\u0022:\u0022Full\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.3718,7.6819,1.7537,7.6819,1.7537,7.798,1.3718,7.798],\u0022text\u0022:\u0022Booth\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,7.7273,3.018,7.7273,3.018,7.7879,2.9586,7.7879],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,7.7273,3.018,7.7273,3.018,7.7879,2.9586,7.7879],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,7.6902,3.8726,7.6902,3.8726,7.8063,3.214,7.8063],\u0022text\u0022:\u0022Full booth\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,7.6902,3.4295,7.6902,3.4295,7.8063,3.214,7.8063],\u0022text\u0022:\u0022Full\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.492,7.6902,3.8726,7.6902,3.8726,7.8063,3.492,7.8063],\u0022text\u0022:\u0022booth\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[5.8328,7.6711,6.1586,7.6711,6.1586,7.8165,5.8328,7.8165],\u0022text\u0022:\u0022$600\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[5.8328,7.6711,6.1586,7.6711,6.1586,7.8165,5.8328,7.8165],\u0022text\u0022:\u0022$600\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,7.939,3.018,7.939,3.018,7.9995,2.9586,7.9995],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,7.939,3.018,7.939,3.018,7.9995,2.9586,7.9995],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.2082,7.9022,5.3419,7.9022,5.3419,8.0461,3.2082,8.0461],\u0022text\u0022:\u002250% discount on program guide\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.2082,7.9067,3.4817,7.9067,3.4817,8.0195,3.2082,8.0195],\u0022text\u0022:\u002250%\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.533,7.9022,4.1018,7.9022,4.1018,8.018,3.533,8.018],\u0022text\u0022:\u0022discount\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.1512,7.9367,4.307,7.9367,4.307,8.018,4.1512,8.018],\u0022text\u0022:\u0022on\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.3682,7.9367,4.9253,7.9367,4.9253,8.0461,4.3682,8.0461],\u0022text\u0022:\u0022program\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.981,7.9022,5.3419,7.9022,5.3419,8.0461,4.981,8.0461],\u0022text\u0022:\u0022guide\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.2075,8.1056,4.2429,8.1056,4.2429,8.2213,3.2075,8.2213],\u0022text\u0022:\u0022advertisements\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.2075,8.1056,4.2429,8.1056,4.2429,8.2213,3.2075,8.2213],\u0022text\u0022:\u0022advertisements\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0923,8.3162,1.7854,8.3162,1.7854,8.433,1.0923,8.433],\u0022text\u0022:\u0022Half Booth\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0923,8.3162,1.3522,8.3162,1.3522,8.433,1.0923,8.433],\u0022text\u0022:\u0022Half\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.4022,8.3169,1.7854,8.3169,1.7854,8.433,1.4022,8.433],\u0022text\u0022:\u0022Booth\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,8.3623,3.018,8.3623,3.018,8.4229,2.9586,8.4229],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,8.3623,3.018,8.3623,3.018,8.4229,2.9586,8.4229],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,8.3252,3.8726,8.3252,3.8726,8.4413,3.214,8.4413],\u0022text\u0022:\u0022Full booth\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,8.3252,3.4295,8.3252,3.4295,8.4413,3.214,8.4413],\u0022text\u0022:\u0022Full\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.492,8.3252,3.8726,8.3252,3.8726,8.4413,3.492,8.4413],\u0022text\u0022:\u0022booth\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[5.8328,8.3061,6.1586,8.3061,6.1586,8.4515,5.8328,8.4515],\u0022text\u0022:\u0022$350\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[5.8328,8.3061,6.1586,8.3061,6.1586,8.4515,5.8328,8.4515],\u0022text\u0022:\u0022$350\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,8.574,3.018,8.574,3.018,8.6345,2.9586,8.6345],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,8.574,3.018,8.574,3.018,8.6345,2.9586,8.6345],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.2093,8.5372,5.3419,8.5372,5.3419,8.6811,3.2093,8.6811],\u0022text\u0022:\u002225% discount on program guide\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.2093,8.5417,3.4817,8.5417,3.4817,8.6545,3.2093,8.6545],\u0022text\u0022:\u002225%\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.533,8.5372,4.1018,8.5372,4.1018,8.653,3.533,8.653],\u0022text\u0022:\u0022discount\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.1512,8.5717,4.307,8.5717,4.307,8.653,4.1512,8.653],\u0022text\u0022:\u0022on\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.3682,8.5717,4.9253,8.5717,4.9253,8.6811,4.3682,8.6811],\u0022text\u0022:\u0022program\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.981,8.5372,5.3419,8.5372,5.3419,8.6811,4.981,8.6811],\u0022text\u0022:\u0022guide\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.2075,8.7406,4.2429,8.7406,4.2429,8.8563,3.2075,8.8563],\u0022text\u0022:\u0022advertisements\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.2075,8.7406,4.2429,8.7406,4.2429,8.8563,3.2075,8.8563],\u0022text\u0022:\u0022advertisements\u0022,\u0022confidence\u0022:1}]}],\u0022selectionMarks\u0022:[{\u0022boundingBox\u0022:[0,10.2725,1.0372,10.2725,1.0372,10.9925,0,10.9925],\u0022confidence\u0022:0.69,\u0022state\u0022:\u0022unselected\u0022},{\u0022boundingBox\u0022:[0,10.6019,1.5095,10.6019,1.5095,10.9983,0,10.9983],\u0022confidence\u0022:0.69,\u0022state\u0022:\u0022unselected\u0022},{\u0022boundingBox\u0022:[2.9381,6.9634,3.0388,6.9634,3.0388,7.0736,2.9381,7.0736],\u0022confidence\u0022:0.553,\u0022state\u0022:\u0022unselected\u0022}]},{\u0022page\u0022:2,\u0022angle\u0022:0,\u0022width\u0022:8.5,\u0022height\u0022:11,\u0022unit\u0022:\u0022inch\u0022,\u0022lines\u0022:[{\u0022boundingBox\u0022:[6.1276,1.0667,7.4833,1.0667,7.4833,1.2403,6.1276,1.2403],\u0022text\u0022:\u0022Vendor #:121\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[6.1276,1.0667,6.8657,1.0667,6.8657,1.2403,6.1276,1.2403],\u0022text\u0022:\u0022Vendor\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.9307,1.0759,7.4833,1.0759,7.4833,1.2391,6.9307,1.2391],\u0022text\u0022:\u0022#:121\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0044,2.1771,2.35,2.1771,2.35,2.3315,1.0044,2.3315],\u0022text\u0022:\u0022Vendor Details:\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0044,2.1778,1.6496,2.1778,1.6496,2.3315,1.0044,2.3315],\u0022text\u0022:\u0022Vendor\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.7239,2.1771,2.35,2.1771,2.35,2.3315,1.7239,2.3315],\u0022text\u0022:\u0022Details:\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0065,2.7686,3.3477,2.7686,3.3477,2.9128,1.0065,2.9128],\u0022text\u0022:\u0022Company Name: Southridge Video\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0065,2.7749,1.651,2.7749,1.651,2.9126,1.0065,2.9126],\u0022text\u0022:\u0022Company\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.7019,2.7764,2.1376,2.7764,2.1376,2.885,1.7019,2.885],\u0022text\u0022:\u0022Name:\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.1925,2.7686,2.9184,2.7686,2.9184,2.9128,2.1925,2.9128],\u0022text\u0022:\u0022Southridge\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.9691,2.7689,3.3477,2.7689,3.3477,2.8847,2.9691,2.8847],\u0022text\u0022:\u0022Video\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0065,3.0986,3.5766,3.0986,3.5766,3.2428,1.0065,3.2428],\u0022text\u0022:\u0022Contact: Jamie@southridgevideo.com\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0065,3.1049,1.5706,3.1049,1.5706,3.215,1.0065,3.215],\u0022text\u0022:\u0022Contact:\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.6205,3.0986,3.5766,3.0986,3.5766,3.2428,1.6205,3.2428],\u0022text\u0022:\u0022Jamie@southridgevideo.com\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0115,3.4296,2.6542,3.4296,2.6542,3.5744,1.0115,3.5744],\u0022text\u0022:\u0022Preferred Package: Gold\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0115,3.4296,1.6499,3.4296,1.6499,3.5467,1.0115,3.5467],\u0022text\u0022:\u0022Preferred\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.7092,3.4302,2.2978,3.4302,2.2978,3.5744,1.7092,3.5744],\u0022text\u0022:\u0022Package:\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.3557,3.4302,2.6542,3.4302,2.6542,3.5463,2.3557,3.5463],\u0022text\u0022:\u0022Gold\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0052,3.7537,2.4783,3.7537,2.4783,3.9043,1.0052,3.9043],\u0022text\u0022:\u0022Special Requests: N/a\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0052,3.7602,1.475,3.7602,1.475,3.9043,1.0052,3.9043],\u0022text\u0022:\u0022Special\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.5342,3.7684,2.1899,3.7684,2.1899,3.9043,1.5342,3.9043],\u0022text\u0022:\u0022Requests:\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.254,3.7537,2.4783,3.7537,2.4783,3.8976,2.254,3.8976],\u0022text\u0022:\u0022N/a\u0022,\u0022confidence\u0022:1}]}],\u0022selectionMarks\u0022:[{\u0022boundingBox\u0022:[0.0024,9.869,1.0826,9.869,1.0826,10.9955,0.0024,10.9955],\u0022confidence\u0022:0.833,\u0022state\u0022:\u0022unselected\u0022},{\u0022boundingBox\u0022:[7.6562,1.0157,8.5,1.0157,8.5,2.8293,7.6562,2.8293],\u0022confidence\u0022:0.6,\u0022state\u0022:\u0022unselected\u0022},{\u0022boundingBox\u0022:[0.0008,10.4758,1.8164,10.4758,1.8164,10.9978,0.0008,10.9978],\u0022confidence\u0022:0.6,\u0022state\u0022:\u0022unselected\u0022}]}],\u0022pageResults\u0022:[{\u0022page\u0022:1,\u0022tables\u0022:[{\u0022rows\u0022:20,\u0022columns\u0022:3,\u0022cells\u0022:[{\u0022rowIndex\u0022:0,\u0022columnIndex\u0022:0,\u0022text\u0022:\u0022Package\u0022,\u0022boundingBox\u0022:[1.0033,4.6517,2.625,4.6517,2.625,4.8617,1.0033,4.8617],\u0022elements\u0022:[\u0022#/readResults/0/lines/10/words/0\u0022]},{\u0022rowIndex\u0022:0,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022Included\u0022,\u0022boundingBox\u0022:[2.625,4.6517,5.75,4.6517,5.75,4.8617,2.625,4.8617],\u0022elements\u0022:[\u0022#/readResults/0/lines/11/words/0\u0022]},{\u0022rowIndex\u0022:0,\u0022columnIndex\u0022:2,\u0022text\u0022:\u0022Price\u0022,\u0022boundingBox\u0022:[5.75,4.6517,7.4967,4.6517,7.4967,4.8617,5.75,4.8617],\u0022elements\u0022:[\u0022#/readResults/0/lines/12/words/0\u0022]},{\u0022rowIndex\u0022:1,\u0022columnIndex\u0022:0,\u0022text\u0022:\u0022Gold Sponsor\u0022,\u0022boundingBox\u0022:[1.0033,4.8617,2.625,4.8617,2.625,5.0833,1.0033,5.0833],\u0022elements\u0022:[\u0022#/readResults/0/lines/13/words/0\u0022,\u0022#/readResults/0/lines/13/words/1\u0022]},{\u0022rowIndex\u0022:1,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Full booth\u0022,\u0022boundingBox\u0022:[2.625,4.8617,5.75,4.8617,5.75,5.0833,2.625,5.0833],\u0022elements\u0022:[\u0022#/readResults/0/lines/14/words/0\u0022,\u0022#/readResults/0/lines/15/words/0\u0022,\u0022#/readResults/0/lines/15/words/1\u0022]},{\u0022rowIndex\u0022:1,\u0022columnIndex\u0022:2,\u0022text\u0022:\u0022$1,500\u0022,\u0022boundingBox\u0022:[5.75,4.8617,7.4967,4.8617,7.4967,5.0833,5.75,5.0833],\u0022elements\u0022:[\u0022#/readResults/0/lines/16/words/0\u0022]},{\u0022rowIndex\u0022:2,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Pre-keynote thank you\u0022,\u0022boundingBox\u0022:[2.625,5.0833,5.75,5.0833,5.75,5.3056,2.625,5.3056],\u0022elements\u0022:[\u0022#/readResults/0/lines/17/words/0\u0022,\u0022#/readResults/0/lines/18/words/0\u0022,\u0022#/readResults/0/lines/18/words/1\u0022,\u0022#/readResults/0/lines/18/words/2\u0022]},{\u0022rowIndex\u0022:3,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Logo on poster\u0022,\u0022boundingBox\u0022:[2.625,5.3056,5.75,5.3056,5.75,5.5139,2.625,5.5139],\u0022elements\u0022:[\u0022#/readResults/0/lines/19/words/0\u0022,\u0022#/readResults/0/lines/20/words/0\u0022,\u0022#/readResults/0/lines/20/words/1\u0022,\u0022#/readResults/0/lines/20/words/2\u0022]},{\u0022rowIndex\u0022:4,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Full page ad in program guide\u0022,\u0022boundingBox\u0022:[2.625,5.5139,5.75,5.5139,5.75,5.7361,2.625,5.7361],\u0022elements\u0022:[\u0022#/readResults/0/lines/21/words/0\u0022,\u0022#/readResults/0/lines/22/words/0\u0022,\u0022#/readResults/0/lines/22/words/1\u0022,\u0022#/readResults/0/lines/22/words/2\u0022,\u0022#/readResults/0/lines/22/words/3\u0022,\u0022#/readResults/0/lines/22/words/4\u0022,\u0022#/readResults/0/lines/22/words/5\u0022]},{\u0022rowIndex\u0022:5,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.625,5.7361,5.75,5.7361,5.75,5.93,2.625,5.93],\u0022elements\u0022:[\u0022#/readResults/0/lines/23/words/0\u0022]},{\u0022rowIndex\u0022:6,\u0022columnIndex\u0022:0,\u0022text\u0022:\u0022Silver Sponsor\u0022,\u0022boundingBox\u0022:[1.0033,5.93,2.625,5.93,2.625,6.1528,1.0033,6.1528],\u0022elements\u0022:[\u0022#/readResults/0/lines/24/words/0\u0022,\u0022#/readResults/0/lines/24/words/1\u0022]},{\u0022rowIndex\u0022:6,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Full booth\u0022,\u0022boundingBox\u0022:[2.625,5.93,5.75,5.93,5.75,6.1528,2.625,6.1528],\u0022elements\u0022:[\u0022#/readResults/0/lines/25/words/0\u0022,\u0022#/readResults/0/lines/26/words/0\u0022,\u0022#/readResults/0/lines/26/words/1\u0022]},{\u0022rowIndex\u0022:6,\u0022columnIndex\u0022:2,\u0022text\u0022:\u0022$1,200\u0022,\u0022boundingBox\u0022:[5.75,5.93,7.4967,5.93,7.4967,6.1528,5.75,6.1528],\u0022elements\u0022:[\u0022#/readResults/0/lines/27/words/0\u0022]},{\u0022rowIndex\u0022:7,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Post-keynote thank you\u0022,\u0022boundingBox\u0022:[2.625,6.1528,5.75,6.1528,5.75,6.375,2.625,6.375],\u0022elements\u0022:[\u0022#/readResults/0/lines/28/words/0\u0022,\u0022#/readResults/0/lines/29/words/0\u0022,\u0022#/readResults/0/lines/29/words/1\u0022,\u0022#/readResults/0/lines/29/words/2\u0022]},{\u0022rowIndex\u0022:8,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Logo on poster\u0022,\u0022boundingBox\u0022:[2.625,6.375,5.75,6.375,5.75,6.5833,2.625,6.5833],\u0022elements\u0022:[\u0022#/readResults/0/lines/30/words/0\u0022,\u0022#/readResults/0/lines/31/words/0\u0022,\u0022#/readResults/0/lines/31/words/1\u0022,\u0022#/readResults/0/lines/31/words/2\u0022]},{\u0022rowIndex\u0022:9,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Half page ad in program guide\u0022,\u0022boundingBox\u0022:[2.625,6.5833,5.75,6.5833,5.75,6.7867,2.625,6.7867],\u0022elements\u0022:[\u0022#/readResults/0/lines/32/words/0\u0022,\u0022#/readResults/0/lines/33/words/0\u0022,\u0022#/readResults/0/lines/33/words/1\u0022,\u0022#/readResults/0/lines/33/words/2\u0022,\u0022#/readResults/0/lines/33/words/3\u0022,\u0022#/readResults/0/lines/33/words/4\u0022,\u0022#/readResults/0/lines/33/words/5\u0022]},{\u0022rowIndex\u0022:10,\u0022columnIndex\u0022:0,\u0022text\u0022:\u0022Bronze Sponsor\u0022,\u0022boundingBox\u0022:[1.0033,6.7867,2.625,6.7867,2.625,7.0139,1.0033,7.0139],\u0022elements\u0022:[\u0022#/readResults/0/lines/34/words/0\u0022,\u0022#/readResults/0/lines/34/words/1\u0022]},{\u0022rowIndex\u0022:10,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Full booth\u0022,\u0022boundingBox\u0022:[2.625,6.7867,5.75,6.7867,5.75,7.0139,2.625,7.0139],\u0022elements\u0022:[\u0022#/readResults/0/lines/35/words/0\u0022,\u0022#/readResults/0/lines/36/words/0\u0022,\u0022#/readResults/0/lines/36/words/1\u0022]},{\u0022rowIndex\u0022:10,\u0022columnIndex\u0022:2,\u0022text\u0022:\u0022$1,000\u0022,\u0022boundingBox\u0022:[5.75,6.7867,7.4967,6.7867,7.4967,7.0139,5.75,7.0139],\u0022elements\u0022:[\u0022#/readResults/0/lines/37/words/0\u0022]},{\u0022rowIndex\u0022:11,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Logo on poster\u0022,\u0022boundingBox\u0022:[2.625,7.0139,5.75,7.0139,5.75,7.2222,2.625,7.2222],\u0022elements\u0022:[\u0022#/readResults/0/lines/38/words/0\u0022,\u0022#/readResults/0/lines/39/words/0\u0022,\u0022#/readResults/0/lines/39/words/1\u0022,\u0022#/readResults/0/lines/39/words/2\u0022]},{\u0022rowIndex\u0022:12,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 50% discount on program guide\u0022,\u0022boundingBox\u0022:[2.625,7.2222,5.75,7.2222,5.75,7.4306,2.625,7.4306],\u0022elements\u0022:[\u0022#/readResults/0/lines/40/words/0\u0022,\u0022#/readResults/0/lines/41/words/0\u0022,\u0022#/readResults/0/lines/41/words/1\u0022,\u0022#/readResults/0/lines/41/words/2\u0022,\u0022#/readResults/0/lines/41/words/3\u0022,\u0022#/readResults/0/lines/41/words/4\u0022]},{\u0022rowIndex\u0022:13,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022advertisements\u0022,\u0022boundingBox\u0022:[2.625,7.4306,5.75,7.4306,5.75,7.635,2.625,7.635],\u0022elements\u0022:[\u0022#/readResults/0/lines/42/words/0\u0022]},{\u0022rowIndex\u0022:14,\u0022columnIndex\u0022:0,\u0022text\u0022:\u0022Full Booth\u0022,\u0022boundingBox\u0022:[1.0033,7.635,2.625,7.635,2.625,7.8611,1.0033,7.8611],\u0022elements\u0022:[\u0022#/readResults/0/lines/43/words/0\u0022,\u0022#/readResults/0/lines/43/words/1\u0022]},{\u0022rowIndex\u0022:14,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Full booth\u0022,\u0022boundingBox\u0022:[2.625,7.635,5.75,7.635,5.75,7.8611,2.625,7.8611],\u0022elements\u0022:[\u0022#/readResults/0/lines/44/words/0\u0022,\u0022#/readResults/0/lines/45/words/0\u0022,\u0022#/readResults/0/lines/45/words/1\u0022]},{\u0022rowIndex\u0022:14,\u0022columnIndex\u0022:2,\u0022text\u0022:\u0022$600\u0022,\u0022boundingBox\u0022:[5.75,7.635,7.4967,7.635,7.4967,7.8611,5.75,7.8611],\u0022elements\u0022:[\u0022#/readResults/0/lines/46/words/0\u0022]},{\u0022rowIndex\u0022:15,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 50% discount on program guide\u0022,\u0022boundingBox\u0022:[2.625,7.8611,5.75,7.8611,5.75,8.0694,2.625,8.0694],\u0022elements\u0022:[\u0022#/readResults/0/lines/47/words/0\u0022,\u0022#/readResults/0/lines/48/words/0\u0022,\u0022#/readResults/0/lines/48/words/1\u0022,\u0022#/readResults/0/lines/48/words/2\u0022,\u0022#/readResults/0/lines/48/words/3\u0022,\u0022#/readResults/0/lines/48/words/4\u0022]},{\u0022rowIndex\u0022:16,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022advertisements\u0022,\u0022boundingBox\u0022:[2.625,8.0694,5.75,8.0694,5.75,8.27,2.625,8.27],\u0022elements\u0022:[\u0022#/readResults/0/lines/49/words/0\u0022]},{\u0022rowIndex\u0022:17,\u0022columnIndex\u0022:0,\u0022text\u0022:\u0022Half Booth\u0022,\u0022boundingBox\u0022:[1.0033,8.27,2.625,8.27,2.625,8.4861,1.0033,8.4861],\u0022elements\u0022:[\u0022#/readResults/0/lines/50/words/0\u0022,\u0022#/readResults/0/lines/50/words/1\u0022]},{\u0022rowIndex\u0022:17,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Full booth\u0022,\u0022boundingBox\u0022:[2.625,8.27,5.75,8.27,5.75,8.4861,2.625,8.4861],\u0022elements\u0022:[\u0022#/readResults/0/lines/51/words/0\u0022,\u0022#/readResults/0/lines/52/words/0\u0022,\u0022#/readResults/0/lines/52/words/1\u0022]},{\u0022rowIndex\u0022:17,\u0022columnIndex\u0022:2,\u0022text\u0022:\u0022$350\u0022,\u0022boundingBox\u0022:[5.75,8.27,7.4967,8.27,7.4967,8.4861,5.75,8.4861],\u0022elements\u0022:[\u0022#/readResults/0/lines/53/words/0\u0022]},{\u0022rowIndex\u0022:18,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 25% discount on program guide\u0022,\u0022boundingBox\u0022:[2.625,8.4861,5.75,8.4861,5.75,8.7083,2.625,8.7083],\u0022elements\u0022:[\u0022#/readResults/0/lines/54/words/0\u0022,\u0022#/readResults/0/lines/55/words/0\u0022,\u0022#/readResults/0/lines/55/words/1\u0022,\u0022#/readResults/0/lines/55/words/2\u0022,\u0022#/readResults/0/lines/55/words/3\u0022,\u0022#/readResults/0/lines/55/words/4\u0022]},{\u0022rowIndex\u0022:19,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022advertisements\u0022,\u0022boundingBox\u0022:[2.625,8.7083,5.75,8.7083,5.75,8.905,2.625,8.905],\u0022elements\u0022:[\u0022#/readResults/0/lines/56/words/0\u0022]}]}]},{\u0022page\u0022:2,\u0022tables\u0022:[]}],\u0022documentResults\u0022:[{\u0022docType\u0022:\u0022custom:e4e0fc18-3069-462b-9599-81d682ec7c1e\u0022,\u0022modelId\u0022:\u0022e4e0fc18-3069-462b-9599-81d682ec7c1e\u0022,\u0022pageRange\u0022:[1,2],\u0022fields\u0022:{\u0022Gold\u0022:{\u0022type\u0022:\u0022string\u0022,\u0022valueString\u0022:\u0022$1,500\u0022,\u0022text\u0022:\u0022$1,500\u0022,\u0022page\u0022:1,\u0022boundingBox\u0022:[5.835,4.9,6.285,4.9,6.285,5.045,5.835,5.045],\u0022confidence\u0022:1.0,\u0022elements\u0022:[\u0022#/readResults/0/lines/16/words/0\u0022]},\u0022Half\u0022:{\u0022type\u0022:\u0022string\u0022,\u0022valueString\u0022:\u0022$350\u0022,\u0022text\u0022:\u0022$350\u0022,\u0022page\u0022:1,\u0022boundingBox\u0022:[5.835,8.305,6.16,8.305,6.16,8.45,5.835,8.45],\u0022confidence\u0022:1.0,\u0022elements\u0022:[\u0022#/readResults/0/lines/53/words/0\u0022]},\u0022CompanyName\u0022:{\u0022type\u0022:\u0022string\u0022,\u0022valueString\u0022:\u0022Southridge Video\u0022,\u0022text\u0022:\u0022Southridge Video\u0022,\u0022page\u0022:2,\u0022boundingBox\u0022:[2.19,2.77,3.35,2.77,3.35,2.915,2.19,2.915],\u0022confidence\u0022:1.0,\u0022elements\u0022:[\u0022#/readResults/1/lines/2/words/2\u0022,\u0022#/readResults/1/lines/2/words/3\u0022]},\u0022Full\u0022:{\u0022type\u0022:\u0022string\u0022,\u0022valueString\u0022:\u0022$600\u0022,\u0022text\u0022:\u0022$600\u0022,\u0022page\u0022:1,\u0022boundingBox\u0022:[5.835,7.67,6.16,7.67,6.16,7.815,5.835,7.815],\u0022confidence\u0022:1.0,\u0022elements\u0022:[\u0022#/readResults/0/lines/46/words/0\u0022]},\u0022Bronze\u0022:{\u0022type\u0022:\u0022string\u0022,\u0022valueString\u0022:\u0022$1,000\u0022,\u0022text\u0022:\u0022$1,000\u0022,\u0022page\u0022:1,\u0022boundingBox\u0022:[5.835,6.825,6.285,6.825,6.285,6.97,5.835,6.97],\u0022confidence\u0022:1.0,\u0022elements\u0022:[\u0022#/readResults/0/lines/37/words/0\u0022]},\u0022Silver\u0022:{\u0022type\u0022:\u0022string\u0022,\u0022valueString\u0022:\u0022$1,200\u0022,\u0022text\u0022:\u0022$1,200\u0022,\u0022page\u0022:1,\u0022boundingBox\u0022:[5.835,5.97,6.285,5.97,6.285,6.115,5.835,6.115],\u0022confidence\u0022:1.0,\u0022elements\u0022:[\u0022#/readResults/0/lines/27/words/0\u0022]},\u0022Contact\u0022:{\u0022type\u0022:\u0022string\u0022,\u0022valueString\u0022:\u0022Jamie@southridgevideo.com\u0022,\u0022text\u0022:\u0022Jamie@southridgevideo.com\u0022,\u0022page\u0022:2,\u0022boundingBox\u0022:[1.62,3.1,3.575,3.1,3.575,3.245,1.62,3.245],\u0022confidence\u0022:1.0,\u0022elements\u0022:[\u0022#/readResults/1/lines/3/words/1\u0022]}},\u0022docTypeConfidence\u0022:1.0}],\u0022errors\u0022:[]}}" + "ResponseBody": "{\u0022status\u0022:\u0022succeeded\u0022,\u0022createdDateTime\u0022:\u00222020-10-30T13:00:00Z\u0022,\u0022lastUpdatedDateTime\u0022:\u00222020-10-30T13:00:08Z\u0022,\u0022analyzeResult\u0022:{\u0022version\u0022:\u00222.1.0\u0022,\u0022readResults\u0022:[{\u0022page\u0022:1,\u0022angle\u0022:0,\u0022width\u0022:8.5,\u0022height\u0022:11,\u0022unit\u0022:\u0022inch\u0022,\u0022lines\u0022:[{\u0022boundingBox\u0022:[6.1276,1.0667,7.4833,1.0667,7.4833,1.2403,6.1276,1.2403],\u0022text\u0022:\u0022Vendor #:121\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[6.1276,1.0667,6.8657,1.0667,6.8657,1.2403,6.1276,1.2403],\u0022text\u0022:\u0022Vendor\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.9307,1.0759,7.4833,1.0759,7.4833,1.2391,6.9307,1.2391],\u0022text\u0022:\u0022#:121\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.2268,1.5733,6.2379,1.5733,6.2379,2.005,2.2268,2.005],\u0022text\u0022:\u0022Vendor Registration\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.2268,1.5733,3.703,1.5733,3.703,1.9207,2.2268,1.9207],\u0022text\u0022:\u0022Vendor\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.8661,1.5883,6.2379,1.5883,6.2379,2.005,3.8661,2.005],\u0022text\u0022:\u0022Registration\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0078,2.5846,7.0776,2.5846,7.0776,2.7293,1.0078,2.7293],\u0022text\u0022:\u0022Contoso Ltd. Conference will be held on May 28-29, 2020 at the Elm Conference Center in\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0078,2.5919,1.5548,2.5919,1.5548,2.7013,1.0078,2.7013],\u0022text\u0022:\u0022Contoso\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.6125,2.5856,1.843,2.5856,1.843,2.7013,1.6125,2.7013],\u0022text\u0022:\u0022Ltd.\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.8996,2.5846,2.6636,2.5846,2.6636,2.7013,1.8996,2.7013],\u0022text\u0022:\u0022Conference\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.7122,2.5852,2.9307,2.5852,2.9307,2.7003,2.7122,2.7003],\u0022text\u0022:\u0022will\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.9922,2.5852,3.1419,2.5852,3.1419,2.7013,2.9922,2.7013],\u0022text\u0022:\u0022be\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.1987,2.5852,3.4704,2.5852,3.4704,2.7013,3.1987,2.7013],\u0022text\u0022:\u0022held\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.53,2.62,3.6846,2.62,3.6846,2.7013,3.53,2.7013],\u0022text\u0022:\u0022on\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.7498,2.5934,4.0422,2.5934,4.0422,2.7293,3.7498,2.7293],\u0022text\u0022:\u0022May\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.0877,2.5914,4.5042,2.5914,4.5042,2.7236,4.0877,2.7236],\u0022text\u0022:\u002228-29,\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.5586,2.5914,4.884,2.5914,4.884,2.7017,4.5586,2.7017],\u0022text\u0022:\u00222020\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.9351,2.6014,5.0577,2.6014,5.0577,2.7013,4.9351,2.7013],\u0022text\u0022:\u0022at\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[5.1033,2.5852,5.3202,2.5852,5.3202,2.7013,5.1033,2.7013],\u0022text\u0022:\u0022the\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[5.3787,2.5852,5.6051,2.5852,5.6051,2.7003,5.3787,2.7003],\u0022text\u0022:\u0022Elm\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[5.6624,2.5846,6.4263,2.5846,6.4263,2.7013,5.6624,2.7013],\u0022text\u0022:\u0022Conference\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.4796,2.5919,6.9234,2.5919,6.9234,2.7013,6.4796,2.7013],\u0022text\u0022:\u0022Center\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.9765,2.5905,7.0776,2.5905,7.0776,2.7003,6.9765,2.7003],\u0022text\u0022:\u0022in\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.014,2.8029,7.3457,2.8029,7.3457,2.9478,1.014,2.9478],\u0022text\u0022:\u0022Maple City, Massachusetts. The conference has sold out of its 1,500 tickets, with a 400 person\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.014,2.8036,1.4242,2.8036,1.4242,2.9478,1.014,2.9478],\u0022text\u0022:\u0022Maple\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.4763,2.8089,1.7576,2.8089,1.7576,2.9478,1.4763,2.9478],\u0022text\u0022:\u0022City,\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.8195,2.8036,2.8383,2.8036,2.8383,2.9197,1.8195,2.9197],\u0022text\u0022:\u0022Massachusetts.\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.8883,2.8036,3.1326,2.8036,3.1326,2.9197,2.8883,2.9197],\u0022text\u0022:\u0022The\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.1842,2.8029,3.9301,2.8029,3.9301,2.9197,3.1842,2.9197],\u0022text\u0022:\u0022conference\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.9871,2.8036,4.2019,2.8036,4.2019,2.9197,3.9871,2.9197],\u0022text\u0022:\u0022has\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.2529,2.8036,4.5104,2.8036,4.5104,2.9197,4.2529,2.9197],\u0022text\u0022:\u0022sold\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.5701,2.8197,4.7871,2.8197,4.7871,2.9197,4.5701,2.9197],\u0022text\u0022:\u0022out\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.8373,2.8029,4.9701,2.8029,4.9701,2.9197,4.8373,2.9197],\u0022text\u0022:\u0022of\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[5.0169,2.8089,5.1601,2.8089,5.1601,2.9197,5.0169,2.9197],\u0022text\u0022:\u0022its\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[5.2167,2.81,5.5766,2.81,5.5766,2.9418,5.2167,2.9418],\u0022text\u0022:\u00221,500\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[5.6227,2.8036,6.0928,2.8036,6.0928,2.9418,5.6227,2.9418],\u0022text\u0022:\u0022tickets,\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.1461,2.8036,6.4308,2.8036,6.4308,2.9195,6.1461,2.9195],\u0022text\u0022:\u0022with\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.488,2.8383,6.548,2.8383,6.548,2.9197,6.488,2.9197],\u0022text\u0022:\u0022a\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.6016,2.81,6.8449,2.81,6.8449,2.9197,6.6016,2.9197],\u0022text\u0022:\u0022400\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.8998,2.8383,7.3457,2.8383,7.3457,2.9478,6.8998,2.9478],\u0022text\u0022:\u0022person\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0043,3.0229,7.2482,3.0229,7.2482,3.1678,1.0043,3.1678],\u0022text\u0022:\u0022waitlist. Vendor applications are being accepted through Feb 28, 2020. Please fill in the form\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0043,3.0236,1.5194,3.0236,1.5194,3.1397,1.0043,3.1397],\u0022text\u0022:\u0022waitlist.\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.5733,3.0239,2.0654,3.0239,2.0654,3.1397,1.5733,3.1397],\u0022text\u0022:\u0022Vendor\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.1132,3.0236,2.9143,3.0236,2.9143,3.1678,2.1132,3.1678],\u0022text\u0022:\u0022applications\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.9675,3.0583,3.1726,3.0583,3.1726,3.1397,2.9675,3.1397],\u0022text\u0022:\u0022are\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.2306,3.0236,3.5889,3.0236,3.5889,3.1678,3.2306,3.1678],\u0022text\u0022:\u0022being\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.6388,3.0239,4.2336,3.0239,4.2336,3.1678,3.6388,3.1678],\u0022text\u0022:\u0022accepted\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.2862,3.0236,4.8127,3.0236,4.8127,3.1678,4.2862,3.1678],\u0022text\u0022:\u0022through\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.8815,3.0236,5.1133,3.0236,5.1133,3.14,4.8815,3.14],\u0022text\u0022:\u0022Feb\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[5.163,3.0297,5.361,3.0297,5.361,3.162,5.163,3.162],\u0022text\u0022:\u002228,\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[5.413,3.0297,5.7774,3.0297,5.7774,3.14,5.413,3.14],\u0022text\u0022:\u00222020.\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[5.8406,3.0236,6.2537,3.0236,6.2537,3.1397,5.8406,3.1397],\u0022text\u0022:\u0022Please\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.3022,3.0229,6.4539,3.0229,6.4539,3.1387,6.3022,3.1387],\u0022text\u0022:\u0022fill\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.5131,3.0289,6.6158,3.0289,6.6158,3.1387,6.5131,3.1387],\u0022text\u0022:\u0022in\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.6673,3.0236,6.8842,3.0236,6.8842,3.1397,6.6673,3.1397],\u0022text\u0022:\u0022the\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.9317,3.0229,7.2482,3.0229,7.2482,3.1397,6.9317,3.1397],\u0022text\u0022:\u0022form\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0125,3.2436,3.6599,3.2436,3.6599,3.3818,1.0125,3.3818],\u0022text\u0022:\u0022below, and attach a check made out to:\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0125,3.2436,1.4459,3.2436,1.4459,3.3818,1.0125,3.3818],\u0022text\u0022:\u0022below,\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.5024,3.2439,1.7371,3.2439,1.7371,3.3597,1.5024,3.3597],\u0022text\u0022:\u0022and\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.7968,3.2436,2.2047,3.2436,2.2047,3.3597,1.7968,3.3597],\u0022text\u0022:\u0022attach\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.2619,3.2783,2.3219,3.2783,2.3219,3.3597,2.2619,3.3597],\u0022text\u0022:\u0022a\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.379,3.2436,2.7529,3.2436,2.7529,3.3597,2.379,3.3597],\u0022text\u0022:\u0022check\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.8076,3.2439,3.17,3.2439,3.17,3.3597,2.8076,3.3597],\u0022text\u0022:\u0022made\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.2251,3.2597,3.4421,3.2597,3.4421,3.3597,3.2251,3.3597],\u0022text\u0022:\u0022out\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.4869,3.2597,3.6599,3.2597,3.6599,3.3597,3.4869,3.3597],\u0022text\u0022:\u0022to:\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0078,3.5739,1.843,3.5739,1.843,3.6897,1.0078,3.6897],\u0022text\u0022:\u0022Contoso Ltd.\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0078,3.5802,1.5548,3.5802,1.5548,3.6897,1.0078,3.6897],\u0022text\u0022:\u0022Contoso\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.6125,3.5739,1.843,3.5739,1.843,3.6897,1.6125,3.6897],\u0022text\u0022:\u0022Ltd.\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0093,3.7939,2.3768,3.7939,2.3768,3.9378,1.0093,3.9378],\u0022text\u0022:\u00222345 Dogwood Lane\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0093,3.8,1.3297,3.8,1.3297,3.9097,1.0093,3.9097],\u0022text\u0022:\u00222345\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.3899,3.7939,2.0149,3.7939,2.0149,3.9378,1.3899,3.9378],\u0022text\u0022:\u0022Dogwood\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.0788,3.8012,2.3768,3.8012,2.3768,3.9097,2.0788,3.9097],\u0022text\u0022:\u0022Lane\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.014,4.0136,2.3377,4.0136,2.3377,4.1518,1.014,4.1518],\u0022text\u0022:\u0022Birch, Kansas 98123\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.014,4.0136,1.3745,4.0136,1.3745,4.1518,1.014,4.1518],\u0022text\u0022:\u0022Birch,\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.4375,4.0212,1.8819,4.0212,1.8819,4.1297,1.4375,4.1297],\u0022text\u0022:\u0022Kansas\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.9318,4.02,2.3377,4.02,2.3377,4.1297,1.9318,4.1297],\u0022text\u0022:\u002298123\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0204,4.4248,1.5303,4.4248,1.5303,4.5682,1.0204,4.5682],\u0022text\u0022:\u0022Rates:\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0204,4.4248,1.5303,4.4248,1.5303,4.5682,1.0204,4.5682],\u0022text\u0022:\u0022Rates:\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0923,4.6986,1.6232,4.6986,1.6232,4.8428,1.0923,4.8428],\u0022text\u0022:\u0022Package\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0923,4.6986,1.6232,4.6986,1.6232,4.8428,1.0923,4.8428],\u0022text\u0022:\u0022Package\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.713,4.6986,3.2707,4.6986,3.2707,4.8147,2.713,4.8147],\u0022text\u0022:\u0022Included\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.713,4.6986,3.2707,4.6986,3.2707,4.8147,2.713,4.8147],\u0022text\u0022:\u0022Included\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[5.838,4.7039,6.1513,4.7039,6.1513,4.8147,5.838,4.8147],\u0022text\u0022:\u0022Price\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[5.838,4.7039,6.1513,4.7039,6.1513,4.8147,5.838,4.8147],\u0022text\u0022:\u0022Price\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0857,4.9086,1.9831,4.9086,1.9831,5.0528,1.0857,5.0528],\u0022text\u0022:\u0022Gold Sponsor\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0857,4.9086,1.3842,4.9086,1.3842,5.0247,1.0857,5.0247],\u0022text\u0022:\u0022Gold\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.4423,4.915,1.9831,4.915,1.9831,5.0528,1.4423,5.0528],\u0022text\u0022:\u0022Sponsor\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,4.954,3.018,4.954,3.018,5.0145,2.9586,5.0145],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,4.954,3.018,4.954,3.018,5.0145,2.9586,5.0145],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,4.9169,3.8726,4.9169,3.8726,5.033,3.214,5.033],\u0022text\u0022:\u0022Full booth\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,4.9169,3.4295,4.9169,3.4295,5.033,3.214,5.033],\u0022text\u0022:\u0022Full\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.492,4.9169,3.8726,4.9169,3.8726,5.033,3.492,5.033],\u0022text\u0022:\u0022booth\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[5.8328,4.8977,6.2829,4.8977,6.2829,5.0468,5.8328,5.0468],\u0022text\u0022:\u0022$1,500\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[5.8328,4.8977,6.2829,4.8977,6.2829,5.0468,5.8328,5.0468],\u0022text\u0022:\u0022$1,500\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,5.1673,3.018,5.1673,3.018,5.2279,2.9586,5.2279],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,5.1673,3.018,5.1673,3.018,5.2279,2.9586,5.2279],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,5.1302,4.7267,5.1302,4.7267,5.2744,3.214,5.2744],\u0022text\u0022:\u0022Pre-keynote thank you\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,5.1302,4.0183,5.1302,4.0183,5.2744,3.214,5.2744],\u0022text\u0022:\u0022Pre-keynote\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.0665,5.1302,4.4475,5.1302,4.4475,5.2463,4.0665,5.2463],\u0022text\u0022:\u0022thank\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.4903,5.165,4.7267,5.165,4.7267,5.2744,4.4903,5.2744],\u0022text\u0022:\u0022you\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,5.379,3.018,5.379,3.018,5.4395,2.9586,5.4395],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,5.379,3.018,5.379,3.018,5.4395,2.9586,5.4395],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,5.3495,4.2093,5.3495,4.2093,5.4861,3.214,5.4861],\u0022text\u0022:\u0022Logo on poster\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,5.3495,3.5163,5.3495,3.5163,5.4861,3.214,5.4861],\u0022text\u0022:\u0022Logo\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.5686,5.3767,3.7244,5.3767,3.7244,5.458,3.5686,5.458],\u0022text\u0022:\u0022on\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.7888,5.358,4.2093,5.358,4.2093,5.4861,3.7888,5.4861],\u0022text\u0022:\u0022poster\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,5.5923,3.018,5.5923,3.018,5.6529,2.9586,5.6529],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,5.5923,3.018,5.5923,3.018,5.6529,2.9586,5.6529],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,5.5552,5.201,5.5552,5.201,5.6994,3.214,5.6994],\u0022text\u0022:\u0022Full page ad in program guide\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,5.5552,3.4295,5.5552,3.4295,5.6713,3.214,5.6713],\u0022text\u0022:\u0022Full\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.492,5.59,3.7989,5.59,3.7989,5.6994,3.492,5.6994],\u0022text\u0022:\u0022page\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.8519,5.5556,3.9991,5.5556,3.9991,5.6713,3.8519,5.6713],\u0022text\u0022:\u0022ad\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.0599,5.5605,4.1626,5.5605,4.1626,5.6703,4.0599,5.6703],\u0022text\u0022:\u0022in\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.2248,5.59,4.7839,5.59,4.7839,5.6994,4.2248,5.6994],\u0022text\u0022:\u0022program\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.8367,5.5556,5.201,5.5556,5.201,5.6994,4.8367,5.6994],\u0022text\u0022:\u0022guide\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,5.804,3.018,5.804,3.018,5.8645,2.9586,5.8645],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,5.804,3.018,5.804,3.018,5.8645,2.9586,5.8645],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0842,5.9786,2.0339,5.9786,2.0339,6.1228,1.0842,6.1228],\u0022text\u0022:\u0022Silver Sponsor\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0842,5.9786,1.4443,5.9786,1.4443,6.0947,1.0842,6.0947],\u0022text\u0022:\u0022Silver\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.4904,5.985,2.0339,5.985,2.0339,6.1228,1.4904,6.1228],\u0022text\u0022:\u0022Sponsor\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,6.024,3.018,6.024,3.018,6.0845,2.9586,6.0845],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,6.024,3.018,6.024,3.018,6.0845,2.9586,6.0845],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,5.9869,3.8726,5.9869,3.8726,6.103,3.214,6.103],\u0022text\u0022:\u0022Full booth\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,5.9869,3.4295,5.9869,3.4295,6.103,3.214,6.103],\u0022text\u0022:\u0022Full\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.492,5.9869,3.8726,5.9869,3.8726,6.103,3.492,6.103],\u0022text\u0022:\u0022booth\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[5.8328,5.9677,6.2829,5.9677,6.2829,6.1168,5.8328,6.1168],\u0022text\u0022:\u0022$1,200\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[5.8328,5.9677,6.2829,5.9677,6.2829,6.1168,5.8328,6.1168],\u0022text\u0022:\u0022$1,200\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,6.2356,3.018,6.2356,3.018,6.2962,2.9586,6.2962],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,6.2356,3.018,6.2356,3.018,6.2962,2.9586,6.2962],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,6.1986,4.7938,6.1986,4.7938,6.3428,3.214,6.3428],\u0022text\u0022:\u0022Post-keynote thank you\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,6.1986,4.0878,6.1986,4.0878,6.3428,3.214,6.3428],\u0022text\u0022:\u0022Post-keynote\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.1348,6.1986,4.5158,6.1986,4.5158,6.3147,4.1348,6.3147],\u0022text\u0022:\u0022thank\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.5586,6.2333,4.7938,6.2333,4.7938,6.3428,4.5586,6.3428],\u0022text\u0022:\u0022you\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,6.4473,3.018,6.4473,3.018,6.5079,2.9586,6.5079],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,6.4473,3.018,6.4473,3.018,6.5079,2.9586,6.5079],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,6.4179,4.2093,6.4179,4.2093,6.5544,3.214,6.5544],\u0022text\u0022:\u0022Logo on poster\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,6.4179,3.5163,6.4179,3.5163,6.5544,3.214,6.5544],\u0022text\u0022:\u0022Logo\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.5686,6.445,3.7244,6.445,3.7244,6.5263,3.5686,6.5263],\u0022text\u0022:\u0022on\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.7888,6.4264,4.2093,6.4264,4.2093,6.5544,3.7888,6.5544],\u0022text\u0022:\u0022poster\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,6.6606,3.018,6.6606,3.018,6.7212,2.9586,6.7212],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,6.6606,3.018,6.6606,3.018,6.7212,2.9586,6.7212],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,6.6229,5.2314,6.6229,5.2314,6.7678,3.214,6.7678],\u0022text\u0022:\u0022Half page ad in program guide\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,6.6229,3.4739,6.6229,3.4739,6.7397,3.214,6.7397],\u0022text\u0022:\u0022Half\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.5224,6.6583,3.8326,6.6583,3.8326,6.7678,3.5224,6.7678],\u0022text\u0022:\u0022page\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.8843,6.6239,4.0315,6.6239,4.0315,6.7397,3.8843,6.7397],\u0022text\u0022:\u0022ad\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.0923,6.6289,4.195,6.6289,4.195,6.7387,4.0923,6.7387],\u0022text\u0022:\u0022in\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.2563,6.6583,4.8148,6.6583,4.8148,6.7678,4.2563,6.7678],\u0022text\u0022:\u0022program\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.8695,6.6239,5.2314,6.6239,5.2314,6.7678,4.8695,6.7678],\u0022text\u0022:\u0022guide\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0923,6.84,2.1362,6.84,2.1362,6.9778,1.0923,6.9778],\u0022text\u0022:\u0022Bronze Sponsor\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0923,6.8417,1.545,6.8417,1.545,6.9497,1.0923,6.9497],\u0022text\u0022:\u0022Bronze\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.5951,6.84,2.1362,6.84,2.1362,6.9778,1.5951,6.9778],\u0022text\u0022:\u0022Sponsor\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,6.879,3.018,6.879,3.018,6.9395,2.9586,6.9395],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,6.879,3.018,6.879,3.018,6.9395,2.9586,6.9395],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,6.8419,3.8726,6.8419,3.8726,6.958,3.214,6.958],\u0022text\u0022:\u0022Full booth\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,6.8419,3.4295,6.8419,3.4295,6.958,3.214,6.958],\u0022text\u0022:\u0022Full\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.492,6.8419,3.8726,6.8419,3.8726,6.958,3.492,6.958],\u0022text\u0022:\u0022booth\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[5.8328,6.8227,6.2829,6.8227,6.2829,6.9718,5.8328,6.9718],\u0022text\u0022:\u0022$1,000\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[5.8328,6.8227,6.2829,6.8227,6.2829,6.9718,5.8328,6.9718],\u0022text\u0022:\u0022$1,000\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,7.0923,3.018,7.0923,3.018,7.1529,2.9586,7.1529],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,7.0923,3.018,7.0923,3.018,7.1529,2.9586,7.1529],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,7.0629,4.2093,7.0629,4.2093,7.1994,3.214,7.1994],\u0022text\u0022:\u0022Logo on poster\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,7.0629,3.5163,7.0629,3.5163,7.1994,3.214,7.1994],\u0022text\u0022:\u0022Logo\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.5686,7.09,3.7244,7.09,3.7244,7.1713,3.5686,7.1713],\u0022text\u0022:\u0022on\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.7888,7.0714,4.2093,7.0714,4.2093,7.1994,3.7888,7.1994],\u0022text\u0022:\u0022poster\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,7.304,3.018,7.304,3.018,7.3645,2.9586,7.3645],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,7.304,3.018,7.304,3.018,7.3645,2.9586,7.3645],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.2082,7.2672,5.3419,7.2672,5.3419,7.4111,3.2082,7.4111],\u0022text\u0022:\u002250% discount on program guide\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.2082,7.2717,3.4817,7.2717,3.4817,7.3845,3.2082,7.3845],\u0022text\u0022:\u002250%\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.533,7.2672,4.1018,7.2672,4.1018,7.383,3.533,7.383],\u0022text\u0022:\u0022discount\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.1512,7.3017,4.307,7.3017,4.307,7.383,4.1512,7.383],\u0022text\u0022:\u0022on\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.3682,7.3017,4.9253,7.3017,4.9253,7.4111,4.3682,7.4111],\u0022text\u0022:\u0022program\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.981,7.2672,5.3419,7.2672,5.3419,7.4111,4.981,7.4111],\u0022text\u0022:\u0022guide\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.2075,7.4706,4.2429,7.4706,4.2429,7.5863,3.2075,7.5863],\u0022text\u0022:\u0022advertisements\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.2075,7.4706,4.2429,7.4706,4.2429,7.5863,3.2075,7.5863],\u0022text\u0022:\u0022advertisements\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0923,7.6819,1.7537,7.6819,1.7537,7.798,1.0923,7.798],\u0022text\u0022:\u0022Full Booth\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0923,7.6819,1.3079,7.6819,1.3079,7.798,1.0923,7.798],\u0022text\u0022:\u0022Full\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.3718,7.6819,1.7537,7.6819,1.7537,7.798,1.3718,7.798],\u0022text\u0022:\u0022Booth\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,7.7273,3.018,7.7273,3.018,7.7879,2.9586,7.7879],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,7.7273,3.018,7.7273,3.018,7.7879,2.9586,7.7879],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,7.6902,3.8726,7.6902,3.8726,7.8063,3.214,7.8063],\u0022text\u0022:\u0022Full booth\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,7.6902,3.4295,7.6902,3.4295,7.8063,3.214,7.8063],\u0022text\u0022:\u0022Full\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.492,7.6902,3.8726,7.6902,3.8726,7.8063,3.492,7.8063],\u0022text\u0022:\u0022booth\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[5.8328,7.6711,6.1586,7.6711,6.1586,7.8165,5.8328,7.8165],\u0022text\u0022:\u0022$600\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[5.8328,7.6711,6.1586,7.6711,6.1586,7.8165,5.8328,7.8165],\u0022text\u0022:\u0022$600\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,7.939,3.018,7.939,3.018,7.9995,2.9586,7.9995],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,7.939,3.018,7.939,3.018,7.9995,2.9586,7.9995],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.2082,7.9022,5.3419,7.9022,5.3419,8.0461,3.2082,8.0461],\u0022text\u0022:\u002250% discount on program guide\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.2082,7.9067,3.4817,7.9067,3.4817,8.0195,3.2082,8.0195],\u0022text\u0022:\u002250%\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.533,7.9022,4.1018,7.9022,4.1018,8.018,3.533,8.018],\u0022text\u0022:\u0022discount\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.1512,7.9367,4.307,7.9367,4.307,8.018,4.1512,8.018],\u0022text\u0022:\u0022on\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.3682,7.9367,4.9253,7.9367,4.9253,8.0461,4.3682,8.0461],\u0022text\u0022:\u0022program\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.981,7.9022,5.3419,7.9022,5.3419,8.0461,4.981,8.0461],\u0022text\u0022:\u0022guide\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.2075,8.1056,4.2429,8.1056,4.2429,8.2213,3.2075,8.2213],\u0022text\u0022:\u0022advertisements\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.2075,8.1056,4.2429,8.1056,4.2429,8.2213,3.2075,8.2213],\u0022text\u0022:\u0022advertisements\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0923,8.3162,1.7854,8.3162,1.7854,8.433,1.0923,8.433],\u0022text\u0022:\u0022Half Booth\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0923,8.3162,1.3522,8.3162,1.3522,8.433,1.0923,8.433],\u0022text\u0022:\u0022Half\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.4022,8.3169,1.7854,8.3169,1.7854,8.433,1.4022,8.433],\u0022text\u0022:\u0022Booth\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,8.3623,3.018,8.3623,3.018,8.4229,2.9586,8.4229],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,8.3623,3.018,8.3623,3.018,8.4229,2.9586,8.4229],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,8.3252,3.8726,8.3252,3.8726,8.4413,3.214,8.4413],\u0022text\u0022:\u0022Full booth\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,8.3252,3.4295,8.3252,3.4295,8.4413,3.214,8.4413],\u0022text\u0022:\u0022Full\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.492,8.3252,3.8726,8.3252,3.8726,8.4413,3.492,8.4413],\u0022text\u0022:\u0022booth\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[5.8328,8.3061,6.1586,8.3061,6.1586,8.4515,5.8328,8.4515],\u0022text\u0022:\u0022$350\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[5.8328,8.3061,6.1586,8.3061,6.1586,8.4515,5.8328,8.4515],\u0022text\u0022:\u0022$350\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,8.574,3.018,8.574,3.018,8.6345,2.9586,8.6345],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,8.574,3.018,8.574,3.018,8.6345,2.9586,8.6345],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.2093,8.5372,5.3419,8.5372,5.3419,8.6811,3.2093,8.6811],\u0022text\u0022:\u002225% discount on program guide\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.2093,8.5417,3.4817,8.5417,3.4817,8.6545,3.2093,8.6545],\u0022text\u0022:\u002225%\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.533,8.5372,4.1018,8.5372,4.1018,8.653,3.533,8.653],\u0022text\u0022:\u0022discount\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.1512,8.5717,4.307,8.5717,4.307,8.653,4.1512,8.653],\u0022text\u0022:\u0022on\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.3682,8.5717,4.9253,8.5717,4.9253,8.6811,4.3682,8.6811],\u0022text\u0022:\u0022program\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.981,8.5372,5.3419,8.5372,5.3419,8.6811,4.981,8.6811],\u0022text\u0022:\u0022guide\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.2075,8.7406,4.2429,8.7406,4.2429,8.8563,3.2075,8.8563],\u0022text\u0022:\u0022advertisements\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.2075,8.7406,4.2429,8.7406,4.2429,8.8563,3.2075,8.8563],\u0022text\u0022:\u0022advertisements\u0022,\u0022confidence\u0022:1}]}],\u0022selectionMarks\u0022:[{\u0022boundingBox\u0022:[0,10.2725,1.0372,10.2725,1.0372,10.9925,0,10.9925],\u0022confidence\u0022:0.69,\u0022state\u0022:\u0022unselected\u0022},{\u0022boundingBox\u0022:[0,10.6019,1.5095,10.6019,1.5095,10.9983,0,10.9983],\u0022confidence\u0022:0.69,\u0022state\u0022:\u0022unselected\u0022},{\u0022boundingBox\u0022:[2.9381,6.9634,3.0388,6.9634,3.0388,7.0736,2.9381,7.0736],\u0022confidence\u0022:0.553,\u0022state\u0022:\u0022unselected\u0022}]},{\u0022page\u0022:2,\u0022angle\u0022:0,\u0022width\u0022:8.5,\u0022height\u0022:11,\u0022unit\u0022:\u0022inch\u0022,\u0022lines\u0022:[{\u0022boundingBox\u0022:[6.1276,1.0667,7.4833,1.0667,7.4833,1.2403,6.1276,1.2403],\u0022text\u0022:\u0022Vendor #:121\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[6.1276,1.0667,6.8657,1.0667,6.8657,1.2403,6.1276,1.2403],\u0022text\u0022:\u0022Vendor\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.9307,1.0759,7.4833,1.0759,7.4833,1.2391,6.9307,1.2391],\u0022text\u0022:\u0022#:121\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0044,2.1771,2.35,2.1771,2.35,2.3315,1.0044,2.3315],\u0022text\u0022:\u0022Vendor Details:\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0044,2.1778,1.6496,2.1778,1.6496,2.3315,1.0044,2.3315],\u0022text\u0022:\u0022Vendor\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.7239,2.1771,2.35,2.1771,2.35,2.3315,1.7239,2.3315],\u0022text\u0022:\u0022Details:\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0065,2.7686,3.3477,2.7686,3.3477,2.9128,1.0065,2.9128],\u0022text\u0022:\u0022Company Name: Southridge Video\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0065,2.7749,1.651,2.7749,1.651,2.9126,1.0065,2.9126],\u0022text\u0022:\u0022Company\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.7019,2.7764,2.1376,2.7764,2.1376,2.885,1.7019,2.885],\u0022text\u0022:\u0022Name:\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.1925,2.7686,2.9184,2.7686,2.9184,2.9128,2.1925,2.9128],\u0022text\u0022:\u0022Southridge\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.9691,2.7689,3.3477,2.7689,3.3477,2.8847,2.9691,2.8847],\u0022text\u0022:\u0022Video\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0065,3.0986,3.5766,3.0986,3.5766,3.2428,1.0065,3.2428],\u0022text\u0022:\u0022Contact: Jamie@southridgevideo.com\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0065,3.1049,1.5706,3.1049,1.5706,3.215,1.0065,3.215],\u0022text\u0022:\u0022Contact:\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.6205,3.0986,3.5766,3.0986,3.5766,3.2428,1.6205,3.2428],\u0022text\u0022:\u0022Jamie@southridgevideo.com\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0115,3.4296,2.6542,3.4296,2.6542,3.5744,1.0115,3.5744],\u0022text\u0022:\u0022Preferred Package: Gold\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0115,3.4296,1.6499,3.4296,1.6499,3.5467,1.0115,3.5467],\u0022text\u0022:\u0022Preferred\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.7092,3.4302,2.2978,3.4302,2.2978,3.5744,1.7092,3.5744],\u0022text\u0022:\u0022Package:\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.3557,3.4302,2.6542,3.4302,2.6542,3.5463,2.3557,3.5463],\u0022text\u0022:\u0022Gold\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0052,3.7537,2.4783,3.7537,2.4783,3.9043,1.0052,3.9043],\u0022text\u0022:\u0022Special Requests: N/a\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0052,3.7602,1.475,3.7602,1.475,3.9043,1.0052,3.9043],\u0022text\u0022:\u0022Special\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.5342,3.7684,2.1899,3.7684,2.1899,3.9043,1.5342,3.9043],\u0022text\u0022:\u0022Requests:\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.254,3.7537,2.4783,3.7537,2.4783,3.8976,2.254,3.8976],\u0022text\u0022:\u0022N/a\u0022,\u0022confidence\u0022:1}]}],\u0022selectionMarks\u0022:[{\u0022boundingBox\u0022:[0.0024,9.869,1.0826,9.869,1.0826,10.9955,0.0024,10.9955],\u0022confidence\u0022:0.833,\u0022state\u0022:\u0022unselected\u0022},{\u0022boundingBox\u0022:[7.6562,1.0157,8.5,1.0157,8.5,2.8293,7.6562,2.8293],\u0022confidence\u0022:0.6,\u0022state\u0022:\u0022unselected\u0022},{\u0022boundingBox\u0022:[0.0008,10.4758,1.8164,10.4758,1.8164,10.9978,0.0008,10.9978],\u0022confidence\u0022:0.6,\u0022state\u0022:\u0022unselected\u0022}]}],\u0022pageResults\u0022:[{\u0022page\u0022:1,\u0022tables\u0022:[{\u0022rows\u0022:20,\u0022columns\u0022:3,\u0022cells\u0022:[{\u0022rowIndex\u0022:0,\u0022columnIndex\u0022:0,\u0022text\u0022:\u0022Package\u0022,\u0022boundingBox\u0022:[1.0033,4.6517,2.625,4.6517,2.625,4.8617,1.0033,4.8617],\u0022elements\u0022:[\u0022#/readResults/0/lines/10/words/0\u0022]},{\u0022rowIndex\u0022:0,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022Included\u0022,\u0022boundingBox\u0022:[2.625,4.6517,5.75,4.6517,5.75,4.8617,2.625,4.8617],\u0022elements\u0022:[\u0022#/readResults/0/lines/11/words/0\u0022]},{\u0022rowIndex\u0022:0,\u0022columnIndex\u0022:2,\u0022text\u0022:\u0022Price\u0022,\u0022boundingBox\u0022:[5.75,4.6517,7.4967,4.6517,7.4967,4.8617,5.75,4.8617],\u0022elements\u0022:[\u0022#/readResults/0/lines/12/words/0\u0022]},{\u0022rowIndex\u0022:1,\u0022columnIndex\u0022:0,\u0022text\u0022:\u0022Gold Sponsor\u0022,\u0022boundingBox\u0022:[1.0033,4.8617,2.625,4.8617,2.625,5.0833,1.0033,5.0833],\u0022elements\u0022:[\u0022#/readResults/0/lines/13/words/0\u0022,\u0022#/readResults/0/lines/13/words/1\u0022]},{\u0022rowIndex\u0022:1,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Full booth\u0022,\u0022boundingBox\u0022:[2.625,4.8617,5.75,4.8617,5.75,5.0833,2.625,5.0833],\u0022elements\u0022:[\u0022#/readResults/0/lines/14/words/0\u0022,\u0022#/readResults/0/lines/15/words/0\u0022,\u0022#/readResults/0/lines/15/words/1\u0022]},{\u0022rowIndex\u0022:1,\u0022columnIndex\u0022:2,\u0022text\u0022:\u0022$1,500\u0022,\u0022boundingBox\u0022:[5.75,4.8617,7.4967,4.8617,7.4967,5.0833,5.75,5.0833],\u0022elements\u0022:[\u0022#/readResults/0/lines/16/words/0\u0022]},{\u0022rowIndex\u0022:2,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Pre-keynote thank you\u0022,\u0022boundingBox\u0022:[2.625,5.0833,5.75,5.0833,5.75,5.3056,2.625,5.3056],\u0022elements\u0022:[\u0022#/readResults/0/lines/17/words/0\u0022,\u0022#/readResults/0/lines/18/words/0\u0022,\u0022#/readResults/0/lines/18/words/1\u0022,\u0022#/readResults/0/lines/18/words/2\u0022]},{\u0022rowIndex\u0022:3,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Logo on poster\u0022,\u0022boundingBox\u0022:[2.625,5.3056,5.75,5.3056,5.75,5.5139,2.625,5.5139],\u0022elements\u0022:[\u0022#/readResults/0/lines/19/words/0\u0022,\u0022#/readResults/0/lines/20/words/0\u0022,\u0022#/readResults/0/lines/20/words/1\u0022,\u0022#/readResults/0/lines/20/words/2\u0022]},{\u0022rowIndex\u0022:4,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Full page ad in program guide\u0022,\u0022boundingBox\u0022:[2.625,5.5139,5.75,5.5139,5.75,5.7361,2.625,5.7361],\u0022elements\u0022:[\u0022#/readResults/0/lines/21/words/0\u0022,\u0022#/readResults/0/lines/22/words/0\u0022,\u0022#/readResults/0/lines/22/words/1\u0022,\u0022#/readResults/0/lines/22/words/2\u0022,\u0022#/readResults/0/lines/22/words/3\u0022,\u0022#/readResults/0/lines/22/words/4\u0022,\u0022#/readResults/0/lines/22/words/5\u0022]},{\u0022rowIndex\u0022:5,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.625,5.7361,5.75,5.7361,5.75,5.93,2.625,5.93],\u0022elements\u0022:[\u0022#/readResults/0/lines/23/words/0\u0022]},{\u0022rowIndex\u0022:6,\u0022columnIndex\u0022:0,\u0022text\u0022:\u0022Silver Sponsor\u0022,\u0022boundingBox\u0022:[1.0033,5.93,2.625,5.93,2.625,6.1528,1.0033,6.1528],\u0022elements\u0022:[\u0022#/readResults/0/lines/24/words/0\u0022,\u0022#/readResults/0/lines/24/words/1\u0022]},{\u0022rowIndex\u0022:6,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Full booth\u0022,\u0022boundingBox\u0022:[2.625,5.93,5.75,5.93,5.75,6.1528,2.625,6.1528],\u0022elements\u0022:[\u0022#/readResults/0/lines/25/words/0\u0022,\u0022#/readResults/0/lines/26/words/0\u0022,\u0022#/readResults/0/lines/26/words/1\u0022]},{\u0022rowIndex\u0022:6,\u0022columnIndex\u0022:2,\u0022text\u0022:\u0022$1,200\u0022,\u0022boundingBox\u0022:[5.75,5.93,7.4967,5.93,7.4967,6.1528,5.75,6.1528],\u0022elements\u0022:[\u0022#/readResults/0/lines/27/words/0\u0022]},{\u0022rowIndex\u0022:7,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Post-keynote thank you\u0022,\u0022boundingBox\u0022:[2.625,6.1528,5.75,6.1528,5.75,6.375,2.625,6.375],\u0022elements\u0022:[\u0022#/readResults/0/lines/28/words/0\u0022,\u0022#/readResults/0/lines/29/words/0\u0022,\u0022#/readResults/0/lines/29/words/1\u0022,\u0022#/readResults/0/lines/29/words/2\u0022]},{\u0022rowIndex\u0022:8,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Logo on poster\u0022,\u0022boundingBox\u0022:[2.625,6.375,5.75,6.375,5.75,6.5833,2.625,6.5833],\u0022elements\u0022:[\u0022#/readResults/0/lines/30/words/0\u0022,\u0022#/readResults/0/lines/31/words/0\u0022,\u0022#/readResults/0/lines/31/words/1\u0022,\u0022#/readResults/0/lines/31/words/2\u0022]},{\u0022rowIndex\u0022:9,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Half page ad in program guide\u0022,\u0022boundingBox\u0022:[2.625,6.5833,5.75,6.5833,5.75,6.7867,2.625,6.7867],\u0022elements\u0022:[\u0022#/readResults/0/lines/32/words/0\u0022,\u0022#/readResults/0/lines/33/words/0\u0022,\u0022#/readResults/0/lines/33/words/1\u0022,\u0022#/readResults/0/lines/33/words/2\u0022,\u0022#/readResults/0/lines/33/words/3\u0022,\u0022#/readResults/0/lines/33/words/4\u0022,\u0022#/readResults/0/lines/33/words/5\u0022]},{\u0022rowIndex\u0022:10,\u0022columnIndex\u0022:0,\u0022text\u0022:\u0022Bronze Sponsor\u0022,\u0022boundingBox\u0022:[1.0033,6.7867,2.625,6.7867,2.625,7.0139,1.0033,7.0139],\u0022elements\u0022:[\u0022#/readResults/0/lines/34/words/0\u0022,\u0022#/readResults/0/lines/34/words/1\u0022]},{\u0022rowIndex\u0022:10,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Full booth\u0022,\u0022boundingBox\u0022:[2.625,6.7867,5.75,6.7867,5.75,7.0139,2.625,7.0139],\u0022elements\u0022:[\u0022#/readResults/0/lines/35/words/0\u0022,\u0022#/readResults/0/lines/36/words/0\u0022,\u0022#/readResults/0/lines/36/words/1\u0022]},{\u0022rowIndex\u0022:10,\u0022columnIndex\u0022:2,\u0022text\u0022:\u0022$1,000\u0022,\u0022boundingBox\u0022:[5.75,6.7867,7.4967,6.7867,7.4967,7.0139,5.75,7.0139],\u0022elements\u0022:[\u0022#/readResults/0/lines/37/words/0\u0022]},{\u0022rowIndex\u0022:11,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Logo on poster\u0022,\u0022boundingBox\u0022:[2.625,7.0139,5.75,7.0139,5.75,7.2222,2.625,7.2222],\u0022elements\u0022:[\u0022#/readResults/0/lines/38/words/0\u0022,\u0022#/readResults/0/lines/39/words/0\u0022,\u0022#/readResults/0/lines/39/words/1\u0022,\u0022#/readResults/0/lines/39/words/2\u0022]},{\u0022rowIndex\u0022:12,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 50% discount on program guide\u0022,\u0022boundingBox\u0022:[2.625,7.2222,5.75,7.2222,5.75,7.4306,2.625,7.4306],\u0022elements\u0022:[\u0022#/readResults/0/lines/40/words/0\u0022,\u0022#/readResults/0/lines/41/words/0\u0022,\u0022#/readResults/0/lines/41/words/1\u0022,\u0022#/readResults/0/lines/41/words/2\u0022,\u0022#/readResults/0/lines/41/words/3\u0022,\u0022#/readResults/0/lines/41/words/4\u0022]},{\u0022rowIndex\u0022:13,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022advertisements\u0022,\u0022boundingBox\u0022:[2.625,7.4306,5.75,7.4306,5.75,7.635,2.625,7.635],\u0022elements\u0022:[\u0022#/readResults/0/lines/42/words/0\u0022]},{\u0022rowIndex\u0022:14,\u0022columnIndex\u0022:0,\u0022text\u0022:\u0022Full Booth\u0022,\u0022boundingBox\u0022:[1.0033,7.635,2.625,7.635,2.625,7.8611,1.0033,7.8611],\u0022elements\u0022:[\u0022#/readResults/0/lines/43/words/0\u0022,\u0022#/readResults/0/lines/43/words/1\u0022]},{\u0022rowIndex\u0022:14,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Full booth\u0022,\u0022boundingBox\u0022:[2.625,7.635,5.75,7.635,5.75,7.8611,2.625,7.8611],\u0022elements\u0022:[\u0022#/readResults/0/lines/44/words/0\u0022,\u0022#/readResults/0/lines/45/words/0\u0022,\u0022#/readResults/0/lines/45/words/1\u0022]},{\u0022rowIndex\u0022:14,\u0022columnIndex\u0022:2,\u0022text\u0022:\u0022$600\u0022,\u0022boundingBox\u0022:[5.75,7.635,7.4967,7.635,7.4967,7.8611,5.75,7.8611],\u0022elements\u0022:[\u0022#/readResults/0/lines/46/words/0\u0022]},{\u0022rowIndex\u0022:15,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 50% discount on program guide\u0022,\u0022boundingBox\u0022:[2.625,7.8611,5.75,7.8611,5.75,8.0694,2.625,8.0694],\u0022elements\u0022:[\u0022#/readResults/0/lines/47/words/0\u0022,\u0022#/readResults/0/lines/48/words/0\u0022,\u0022#/readResults/0/lines/48/words/1\u0022,\u0022#/readResults/0/lines/48/words/2\u0022,\u0022#/readResults/0/lines/48/words/3\u0022,\u0022#/readResults/0/lines/48/words/4\u0022]},{\u0022rowIndex\u0022:16,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022advertisements\u0022,\u0022boundingBox\u0022:[2.625,8.0694,5.75,8.0694,5.75,8.27,2.625,8.27],\u0022elements\u0022:[\u0022#/readResults/0/lines/49/words/0\u0022]},{\u0022rowIndex\u0022:17,\u0022columnIndex\u0022:0,\u0022text\u0022:\u0022Half Booth\u0022,\u0022boundingBox\u0022:[1.0033,8.27,2.625,8.27,2.625,8.4861,1.0033,8.4861],\u0022elements\u0022:[\u0022#/readResults/0/lines/50/words/0\u0022,\u0022#/readResults/0/lines/50/words/1\u0022]},{\u0022rowIndex\u0022:17,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Full booth\u0022,\u0022boundingBox\u0022:[2.625,8.27,5.75,8.27,5.75,8.4861,2.625,8.4861],\u0022elements\u0022:[\u0022#/readResults/0/lines/51/words/0\u0022,\u0022#/readResults/0/lines/52/words/0\u0022,\u0022#/readResults/0/lines/52/words/1\u0022]},{\u0022rowIndex\u0022:17,\u0022columnIndex\u0022:2,\u0022text\u0022:\u0022$350\u0022,\u0022boundingBox\u0022:[5.75,8.27,7.4967,8.27,7.4967,8.4861,5.75,8.4861],\u0022elements\u0022:[\u0022#/readResults/0/lines/53/words/0\u0022]},{\u0022rowIndex\u0022:18,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 25% discount on program guide\u0022,\u0022boundingBox\u0022:[2.625,8.4861,5.75,8.4861,5.75,8.7083,2.625,8.7083],\u0022elements\u0022:[\u0022#/readResults/0/lines/54/words/0\u0022,\u0022#/readResults/0/lines/55/words/0\u0022,\u0022#/readResults/0/lines/55/words/1\u0022,\u0022#/readResults/0/lines/55/words/2\u0022,\u0022#/readResults/0/lines/55/words/3\u0022,\u0022#/readResults/0/lines/55/words/4\u0022]},{\u0022rowIndex\u0022:19,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022advertisements\u0022,\u0022boundingBox\u0022:[2.625,8.7083,5.75,8.7083,5.75,8.905,2.625,8.905],\u0022elements\u0022:[\u0022#/readResults/0/lines/56/words/0\u0022]}]}]},{\u0022page\u0022:2,\u0022tables\u0022:[]}],\u0022documentResults\u0022:[{\u0022docType\u0022:\u0022custom:cdbbc0c9-3be5-4828-bbf0-de997361d45e\u0022,\u0022modelId\u0022:\u0022cdbbc0c9-3be5-4828-bbf0-de997361d45e\u0022,\u0022pageRange\u0022:[1,2],\u0022fields\u0022:{\u0022Bronze\u0022:{\u0022type\u0022:\u0022string\u0022,\u0022valueString\u0022:\u0022$1,000\u0022,\u0022text\u0022:\u0022$1,000\u0022,\u0022page\u0022:1,\u0022boundingBox\u0022:[5.835,6.825,6.285,6.825,6.285,6.97,5.835,6.97],\u0022confidence\u0022:1.0,\u0022elements\u0022:[\u0022#/readResults/0/lines/37/words/0\u0022]},\u0022Silver\u0022:{\u0022type\u0022:\u0022string\u0022,\u0022valueString\u0022:\u0022$1,200\u0022,\u0022text\u0022:\u0022$1,200\u0022,\u0022page\u0022:1,\u0022boundingBox\u0022:[5.835,5.97,6.285,5.97,6.285,6.115,5.835,6.115],\u0022confidence\u0022:1.0,\u0022elements\u0022:[\u0022#/readResults/0/lines/27/words/0\u0022]},\u0022CompanyName\u0022:{\u0022type\u0022:\u0022string\u0022,\u0022valueString\u0022:\u0022Southridge Video\u0022,\u0022text\u0022:\u0022Southridge Video\u0022,\u0022page\u0022:2,\u0022boundingBox\u0022:[2.19,2.77,3.35,2.77,3.35,2.915,2.19,2.915],\u0022confidence\u0022:1.0,\u0022elements\u0022:[\u0022#/readResults/1/lines/2/words/2\u0022,\u0022#/readResults/1/lines/2/words/3\u0022]},\u0022Contact\u0022:{\u0022type\u0022:\u0022string\u0022,\u0022valueString\u0022:\u0022Jamie@southridgevideo.com\u0022,\u0022text\u0022:\u0022Jamie@southridgevideo.com\u0022,\u0022page\u0022:2,\u0022boundingBox\u0022:[1.62,3.1,3.575,3.1,3.575,3.245,1.62,3.245],\u0022confidence\u0022:1.0,\u0022elements\u0022:[\u0022#/readResults/1/lines/3/words/1\u0022]},\u0022Gold\u0022:{\u0022type\u0022:\u0022string\u0022,\u0022valueString\u0022:\u0022$1,500\u0022,\u0022text\u0022:\u0022$1,500\u0022,\u0022page\u0022:1,\u0022boundingBox\u0022:[5.835,4.9,6.285,4.9,6.285,5.045,5.835,5.045],\u0022confidence\u0022:1.0,\u0022elements\u0022:[\u0022#/readResults/0/lines/16/words/0\u0022]},\u0022Full\u0022:{\u0022type\u0022:\u0022string\u0022,\u0022valueString\u0022:\u0022$600\u0022,\u0022text\u0022:\u0022$600\u0022,\u0022page\u0022:1,\u0022boundingBox\u0022:[5.835,7.67,6.16,7.67,6.16,7.815,5.835,7.815],\u0022confidence\u0022:1.0,\u0022elements\u0022:[\u0022#/readResults/0/lines/46/words/0\u0022]},\u0022Half\u0022:{\u0022type\u0022:\u0022string\u0022,\u0022valueString\u0022:\u0022$350\u0022,\u0022text\u0022:\u0022$350\u0022,\u0022page\u0022:1,\u0022boundingBox\u0022:[5.835,8.305,6.16,8.305,6.16,8.45,5.835,8.45],\u0022confidence\u0022:1.0,\u0022elements\u0022:[\u0022#/readResults/0/lines/53/words/0\u0022]}},\u0022docTypeConfidence\u0022:1.0}],\u0022errors\u0022:[]}}" }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/e4e0fc18-3069-462b-9599-81d682ec7c1e", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/cdbbc0c9-3be5-4828-bbf0-de997361d45e", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-aabf4ce64d9ddc4bbcd2b7b4bd1dfe9e-0a638705e3555c42-00", + "traceparent": "00-00a3fee819197f409ced33619cc81d67-23eba4afab96a54e-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "a638e5ee0c0889cbb905399052bd389d", + "x-ms-client-request-id": "f4b760f71851dca67230fe80bf04da5a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 204, "ResponseHeaders": { - "apim-request-id": "e32211ec-3996-4c17-8d28-83b512af2bd0", + "apim-request-id": "63642708-d75f-4969-b6a3-ceb81643400b", "Content-Length": "0", - "Date": "Wed, 09 Sep 2020 22:36:42 GMT", + "Date": "Fri, 30 Oct 2020 13:00:08 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "90" + "x-envoy-upstream-service-time": "30" }, "ResponseBody": [] } ], "Variables": { "FORM_RECOGNIZER_API_KEY": "Sanitized", - "FORM_RECOGNIZER_ENDPOINT": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/", + "FORM_RECOGNIZER_ENDPOINT": "https://camaiaor-formrec-westcentralus.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": "473842376" } diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsWithLabelsCanParseMultipageForm(True).json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsWithLabelsCanParseMultipageForm(True).json index b05665ccdd6d9..8aec0202f93a7 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsWithLabelsCanParseMultipageForm(True).json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsWithLabelsCanParseMultipageForm(True).json @@ -1,17 +1,17 @@ { "Entries": [ { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "42", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-31697d2007da5d41b45e646f76e8d7fa-b4d46957610f3a47-00", + "traceparent": "00-4a07e96c86801949bf2e28d46bfe5fb2-fa9c85e7f91fe746-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "1410bbdd588790916bdcf209574fa663", "x-ms-return-client-request-id": "true" @@ -22,25 +22,25 @@ }, "StatusCode": 201, "ResponseHeaders": { - "apim-request-id": "aa355a85-4b1e-4ab2-9e8e-9123827563c6", + "apim-request-id": "4005a03e-86a0-4e63-9ac2-2a111ba9d9c7", "Content-Length": "0", - "Date": "Wed, 09 Sep 2020 22:30:54 GMT", - "Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/389a00e0-71fa-4d9e-a8bb-821e56f60c23", + "Date": "Fri, 30 Oct 2020 12:53:29 GMT", + "Location": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/015d74a5-880a-497f-b3a7-daf0414912ea", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "269" + "x-envoy-upstream-service-time": "85" }, "ResponseBody": [] }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/389a00e0-71fa-4d9e-a8bb-821e56f60c23?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/015d74a5-880a-497f-b3a7-daf0414912ea?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "b166a42523e8acd167d94e6d1428ed5e", "x-ms-return-client-request-id": "true" @@ -48,32 +48,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "97895846-3a8c-4886-8d0a-a05201805e0f", + "apim-request-id": "a3d12ff3-1fad-4413-b2f4-f05c2b07c781", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:30:54 GMT", + "Date": "Fri, 30 Oct 2020 12:53:29 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "22" + "x-envoy-upstream-service-time": "16" }, "ResponseBody": { "modelInfo": { - "modelId": "389a00e0-71fa-4d9e-a8bb-821e56f60c23", + "modelId": "015d74a5-880a-497f-b3a7-daf0414912ea", "status": "creating", - "createdDateTime": "2020-09-09T22:30:55Z", - "lastUpdatedDateTime": "2020-09-09T22:30:55Z" + "createdDateTime": "2020-10-30T12:53:30Z", + "lastUpdatedDateTime": "2020-10-30T12:53:30Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/389a00e0-71fa-4d9e-a8bb-821e56f60c23?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/015d74a5-880a-497f-b3a7-daf0414912ea?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "428a216a8f81740453882ee6b2b39a81", "x-ms-return-client-request-id": "true" @@ -81,56 +81,23 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "a4eccb2a-dc64-44fb-9fdb-d9bec6faf820", + "apim-request-id": "c9beb8f5-6505-4400-8bfe-2a1aaf3d30dd", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:30:55 GMT", + "Date": "Fri, 30 Oct 2020 12:53:30 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": "19" }, "ResponseBody": { "modelInfo": { - "modelId": "389a00e0-71fa-4d9e-a8bb-821e56f60c23", - "status": "creating", - "createdDateTime": "2020-09-09T22:30:55Z", - "lastUpdatedDateTime": "2020-09-09T22:30:55Z" - } - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/389a00e0-71fa-4d9e-a8bb-821e56f60c23?includeKeys=true", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "28c0562ce73db922ea64acad09237b43", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "7eddbd33-7530-4d23-9b80-59fa23d061b9", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:30:56 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": "389a00e0-71fa-4d9e-a8bb-821e56f60c23", + "modelId": "015d74a5-880a-497f-b3a7-daf0414912ea", "attributes": { "isComposed": false }, "status": "ready", - "createdDateTime": "2020-09-09T22:30:55Z", - "lastUpdatedDateTime": "2020-09-09T22:30:56Z" + "createdDateTime": "2020-10-30T12:53:30Z", + "lastUpdatedDateTime": "2020-10-30T12:53:31Z" }, "trainResult": { "averageModelAccuracy": 0.971, @@ -196,300 +163,270 @@ } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/389a00e0-71fa-4d9e-a8bb-821e56f60c23/analyze?includeTextDetails=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/015d74a5-880a-497f-b3a7-daf0414912ea/analyze?includeTextDetails=true", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "711607", "Content-Type": "application/pdf", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-088c831ee9ab4c49a2e1170ca50c4ad5-5050ad3a30884c4b-00", + "traceparent": "00-9fd13570a163ac479bd8953035f29b78-d36efc834d501a48-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "359e94ee64c596e19ff15e60f5eaf9b3", + "x-ms-client-request-id": "28c0562ce73db922ea64acad09237b43", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "861e2228-a9d3-487c-a52a-3f962ba683a8", + "apim-request-id": "53fe4947-6107-478b-b763-81e2f5bf4e70", "Content-Length": "0", - "Date": "Wed, 09 Sep 2020 22:30:57 GMT", - "Operation-Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/389a00e0-71fa-4d9e-a8bb-821e56f60c23/analyzeresults/a8efa200-c5a9-4ea6-90b4-7e109f6d1e3b", + "Date": "Fri, 30 Oct 2020 12:53:31 GMT", + "Operation-Location": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/015d74a5-880a-497f-b3a7-daf0414912ea/analyzeresults/02dd8bf2-4145-4471-9dd8-48d2c6a30b30", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "211" + "x-envoy-upstream-service-time": "174" }, "ResponseBody": [] }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/389a00e0-71fa-4d9e-a8bb-821e56f60c23/analyzeResults/a8efa200-c5a9-4ea6-90b4-7e109f6d1e3b", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "bd41cd3fc4678320ffd0571de3566b2f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "fdcfd313-bb42-43ef-9c5f-740c24077a96", - "Content-Length": "109", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:30:57 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "24" - }, - "ResponseBody": { - "status": "notStarted", - "createdDateTime": "2020-09-09T22:30:58Z", - "lastUpdatedDateTime": "2020-09-09T22:30:58Z" - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/389a00e0-71fa-4d9e-a8bb-821e56f60c23/analyzeResults/a8efa200-c5a9-4ea6-90b4-7e109f6d1e3b", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/015d74a5-880a-497f-b3a7-daf0414912ea/analyzeResults/02dd8bf2-4145-4471-9dd8-48d2c6a30b30", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "1ef7ea0c6515c8bb752a884b88c2c400", + "x-ms-client-request-id": "359e94ee64c596e19ff15e60f5eaf9b3", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "a6114d45-e1c7-42c9-bcf3-f6470b011056", + "apim-request-id": "88219351-a3dc-4d3d-8399-8ade542f00a1", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:30:58 GMT", + "Date": "Fri, 30 Oct 2020 12:53:32 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": "33" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-09-09T22:30:58Z", - "lastUpdatedDateTime": "2020-09-09T22:30:58Z" + "createdDateTime": "2020-10-30T12:53:32Z", + "lastUpdatedDateTime": "2020-10-30T12:53:33Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/389a00e0-71fa-4d9e-a8bb-821e56f60c23/analyzeResults/a8efa200-c5a9-4ea6-90b4-7e109f6d1e3b", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/015d74a5-880a-497f-b3a7-daf0414912ea/analyzeResults/02dd8bf2-4145-4471-9dd8-48d2c6a30b30", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "3b6ef86abde22adb731b36f40cc4b348", + "x-ms-client-request-id": "bd41cd3fc4678320ffd0571de3566b2f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "170acfae-9d29-41cd-8dc4-532543aa07d4", + "apim-request-id": "a2fed59a-f591-4f8d-aef2-554f8efb699a", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:30:59 GMT", + "Date": "Fri, 30 Oct 2020 12:53:34 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "20" + "x-envoy-upstream-service-time": "30" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-09-09T22:30:58Z", - "lastUpdatedDateTime": "2020-09-09T22:30:58Z" + "createdDateTime": "2020-10-30T12:53:32Z", + "lastUpdatedDateTime": "2020-10-30T12:53:33Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/389a00e0-71fa-4d9e-a8bb-821e56f60c23/analyzeResults/a8efa200-c5a9-4ea6-90b4-7e109f6d1e3b", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/015d74a5-880a-497f-b3a7-daf0414912ea/analyzeResults/02dd8bf2-4145-4471-9dd8-48d2c6a30b30", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "0a532f86daf2da9e1178483d3bd5fa3c", + "x-ms-client-request-id": "1ef7ea0c6515c8bb752a884b88c2c400", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "eba42a9f-b05c-43e3-94ae-58d5749dbcf6", + "apim-request-id": "307ec215-5192-49b3-bf7a-25335a05120b", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:31:00 GMT", + "Date": "Fri, 30 Oct 2020 12:53:35 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "36" + "x-envoy-upstream-service-time": "29" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-09-09T22:30:58Z", - "lastUpdatedDateTime": "2020-09-09T22:30:58Z" + "createdDateTime": "2020-10-30T12:53:32Z", + "lastUpdatedDateTime": "2020-10-30T12:53:33Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/389a00e0-71fa-4d9e-a8bb-821e56f60c23/analyzeResults/a8efa200-c5a9-4ea6-90b4-7e109f6d1e3b", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/015d74a5-880a-497f-b3a7-daf0414912ea/analyzeResults/02dd8bf2-4145-4471-9dd8-48d2c6a30b30", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "eab2560c2fe84f4c0fcdabf92fc7bbb1", + "x-ms-client-request-id": "3b6ef86abde22adb731b36f40cc4b348", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "3e81fd77-1219-42f1-aef1-913c2da56b70", + "apim-request-id": "8885ccac-932b-48c0-9ce2-156c49c12630", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:31:01 GMT", + "Date": "Fri, 30 Oct 2020 12:53:36 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", "x-envoy-upstream-service-time": "27" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-09-09T22:30:58Z", - "lastUpdatedDateTime": "2020-09-09T22:31:02Z" + "createdDateTime": "2020-10-30T12:53:32Z", + "lastUpdatedDateTime": "2020-10-30T12:53:36Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/389a00e0-71fa-4d9e-a8bb-821e56f60c23/analyzeResults/a8efa200-c5a9-4ea6-90b4-7e109f6d1e3b", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/015d74a5-880a-497f-b3a7-daf0414912ea/analyzeResults/02dd8bf2-4145-4471-9dd8-48d2c6a30b30", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "59c53f76ba6f8f0d59942969749eee9e", + "x-ms-client-request-id": "0a532f86daf2da9e1178483d3bd5fa3c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "8fa2fb8a-cab2-4efe-beac-67806a5ca6e9", + "apim-request-id": "bd69ad05-275c-43b6-8220-c79524e30ff4", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:31:02 GMT", + "Date": "Fri, 30 Oct 2020 12:53:37 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": "26" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-09-09T22:30:58Z", - "lastUpdatedDateTime": "2020-09-09T22:31:02Z" + "createdDateTime": "2020-10-30T12:53:32Z", + "lastUpdatedDateTime": "2020-10-30T12:53:36Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/389a00e0-71fa-4d9e-a8bb-821e56f60c23/analyzeResults/a8efa200-c5a9-4ea6-90b4-7e109f6d1e3b", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/015d74a5-880a-497f-b3a7-daf0414912ea/analyzeResults/02dd8bf2-4145-4471-9dd8-48d2c6a30b30", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "b5e8f920c8115660e203fb242fa5ab4a", + "x-ms-client-request-id": "eab2560c2fe84f4c0fcdabf92fc7bbb1", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "755311d0-f7ec-4702-830f-e400dfa965fd", + "apim-request-id": "04780090-b46b-46f2-b5a6-f41237b40c4a", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:31:03 GMT", + "Date": "Fri, 30 Oct 2020 12:53:38 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": "33" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-09-09T22:30:58Z", - "lastUpdatedDateTime": "2020-09-09T22:31:02Z" + "createdDateTime": "2020-10-30T12:53:32Z", + "lastUpdatedDateTime": "2020-10-30T12:53:36Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/389a00e0-71fa-4d9e-a8bb-821e56f60c23/analyzeResults/a8efa200-c5a9-4ea6-90b4-7e109f6d1e3b", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/015d74a5-880a-497f-b3a7-daf0414912ea/analyzeResults/02dd8bf2-4145-4471-9dd8-48d2c6a30b30", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "fbc697bda10f52cd4923915405e3da70", + "x-ms-client-request-id": "59c53f76ba6f8f0d59942969749eee9e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "dd0d2eaf-4564-4227-b6f4-62787ab7597a", + "apim-request-id": "d5b267f6-85ef-4d45-9bf4-4a2aeb49422f", "Content-Length": "34822", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:31:04 GMT", + "Date": "Fri, 30 Oct 2020 12:53:39 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "102" + "x-envoy-upstream-service-time": "33" }, - "ResponseBody": "{\u0022status\u0022:\u0022succeeded\u0022,\u0022createdDateTime\u0022:\u00222020-09-09T22:30:58Z\u0022,\u0022lastUpdatedDateTime\u0022:\u00222020-09-09T22:31:05Z\u0022,\u0022analyzeResult\u0022:{\u0022version\u0022:\u00222.1.0\u0022,\u0022readResults\u0022:[{\u0022page\u0022:1,\u0022angle\u0022:0,\u0022width\u0022:8.5,\u0022height\u0022:11,\u0022unit\u0022:\u0022inch\u0022,\u0022lines\u0022:[{\u0022boundingBox\u0022:[6.1276,1.0667,7.4833,1.0667,7.4833,1.2403,6.1276,1.2403],\u0022text\u0022:\u0022Vendor #:121\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[6.1276,1.0667,6.8657,1.0667,6.8657,1.2403,6.1276,1.2403],\u0022text\u0022:\u0022Vendor\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.9307,1.0759,7.4833,1.0759,7.4833,1.2391,6.9307,1.2391],\u0022text\u0022:\u0022#:121\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.2268,1.5733,6.2379,1.5733,6.2379,2.005,2.2268,2.005],\u0022text\u0022:\u0022Vendor Registration\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.2268,1.5733,3.703,1.5733,3.703,1.9207,2.2268,1.9207],\u0022text\u0022:\u0022Vendor\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.8661,1.5883,6.2379,1.5883,6.2379,2.005,3.8661,2.005],\u0022text\u0022:\u0022Registration\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0078,2.5846,7.0776,2.5846,7.0776,2.7293,1.0078,2.7293],\u0022text\u0022:\u0022Contoso Ltd. Conference will be held on May 28-29, 2020 at the Elm Conference Center in\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0078,2.5919,1.5548,2.5919,1.5548,2.7013,1.0078,2.7013],\u0022text\u0022:\u0022Contoso\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.6125,2.5856,1.843,2.5856,1.843,2.7013,1.6125,2.7013],\u0022text\u0022:\u0022Ltd.\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.8996,2.5846,2.6636,2.5846,2.6636,2.7013,1.8996,2.7013],\u0022text\u0022:\u0022Conference\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.7122,2.5852,2.9307,2.5852,2.9307,2.7003,2.7122,2.7003],\u0022text\u0022:\u0022will\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.9922,2.5852,3.1419,2.5852,3.1419,2.7013,2.9922,2.7013],\u0022text\u0022:\u0022be\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.1987,2.5852,3.4704,2.5852,3.4704,2.7013,3.1987,2.7013],\u0022text\u0022:\u0022held\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.53,2.62,3.6846,2.62,3.6846,2.7013,3.53,2.7013],\u0022text\u0022:\u0022on\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.7498,2.5934,4.0422,2.5934,4.0422,2.7293,3.7498,2.7293],\u0022text\u0022:\u0022May\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.0877,2.5914,4.5042,2.5914,4.5042,2.7236,4.0877,2.7236],\u0022text\u0022:\u002228-29,\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.5586,2.5914,4.884,2.5914,4.884,2.7017,4.5586,2.7017],\u0022text\u0022:\u00222020\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.9351,2.6014,5.0577,2.6014,5.0577,2.7013,4.9351,2.7013],\u0022text\u0022:\u0022at\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[5.1033,2.5852,5.3202,2.5852,5.3202,2.7013,5.1033,2.7013],\u0022text\u0022:\u0022the\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[5.3787,2.5852,5.6051,2.5852,5.6051,2.7003,5.3787,2.7003],\u0022text\u0022:\u0022Elm\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[5.6624,2.5846,6.4263,2.5846,6.4263,2.7013,5.6624,2.7013],\u0022text\u0022:\u0022Conference\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.4796,2.5919,6.9234,2.5919,6.9234,2.7013,6.4796,2.7013],\u0022text\u0022:\u0022Center\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.9765,2.5905,7.0776,2.5905,7.0776,2.7003,6.9765,2.7003],\u0022text\u0022:\u0022in\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.014,2.8029,7.3457,2.8029,7.3457,2.9478,1.014,2.9478],\u0022text\u0022:\u0022Maple City, Massachusetts. The conference has sold out of its 1,500 tickets, with a 400 person\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.014,2.8036,1.4242,2.8036,1.4242,2.9478,1.014,2.9478],\u0022text\u0022:\u0022Maple\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.4763,2.8089,1.7576,2.8089,1.7576,2.9478,1.4763,2.9478],\u0022text\u0022:\u0022City,\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.8195,2.8036,2.8383,2.8036,2.8383,2.9197,1.8195,2.9197],\u0022text\u0022:\u0022Massachusetts.\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.8883,2.8036,3.1326,2.8036,3.1326,2.9197,2.8883,2.9197],\u0022text\u0022:\u0022The\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.1842,2.8029,3.9301,2.8029,3.9301,2.9197,3.1842,2.9197],\u0022text\u0022:\u0022conference\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.9871,2.8036,4.2019,2.8036,4.2019,2.9197,3.9871,2.9197],\u0022text\u0022:\u0022has\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.2529,2.8036,4.5104,2.8036,4.5104,2.9197,4.2529,2.9197],\u0022text\u0022:\u0022sold\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.5701,2.8197,4.7871,2.8197,4.7871,2.9197,4.5701,2.9197],\u0022text\u0022:\u0022out\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.8373,2.8029,4.9701,2.8029,4.9701,2.9197,4.8373,2.9197],\u0022text\u0022:\u0022of\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[5.0169,2.8089,5.1601,2.8089,5.1601,2.9197,5.0169,2.9197],\u0022text\u0022:\u0022its\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[5.2167,2.81,5.5766,2.81,5.5766,2.9418,5.2167,2.9418],\u0022text\u0022:\u00221,500\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[5.6227,2.8036,6.0928,2.8036,6.0928,2.9418,5.6227,2.9418],\u0022text\u0022:\u0022tickets,\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.1461,2.8036,6.4308,2.8036,6.4308,2.9195,6.1461,2.9195],\u0022text\u0022:\u0022with\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.488,2.8383,6.548,2.8383,6.548,2.9197,6.488,2.9197],\u0022text\u0022:\u0022a\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.6016,2.81,6.8449,2.81,6.8449,2.9197,6.6016,2.9197],\u0022text\u0022:\u0022400\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.8998,2.8383,7.3457,2.8383,7.3457,2.9478,6.8998,2.9478],\u0022text\u0022:\u0022person\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0043,3.0229,7.2482,3.0229,7.2482,3.1678,1.0043,3.1678],\u0022text\u0022:\u0022waitlist. Vendor applications are being accepted through Feb 28, 2020. Please fill in the form\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0043,3.0236,1.5194,3.0236,1.5194,3.1397,1.0043,3.1397],\u0022text\u0022:\u0022waitlist.\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.5733,3.0239,2.0654,3.0239,2.0654,3.1397,1.5733,3.1397],\u0022text\u0022:\u0022Vendor\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.1132,3.0236,2.9143,3.0236,2.9143,3.1678,2.1132,3.1678],\u0022text\u0022:\u0022applications\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.9675,3.0583,3.1726,3.0583,3.1726,3.1397,2.9675,3.1397],\u0022text\u0022:\u0022are\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.2306,3.0236,3.5889,3.0236,3.5889,3.1678,3.2306,3.1678],\u0022text\u0022:\u0022being\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.6388,3.0239,4.2336,3.0239,4.2336,3.1678,3.6388,3.1678],\u0022text\u0022:\u0022accepted\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.2862,3.0236,4.8127,3.0236,4.8127,3.1678,4.2862,3.1678],\u0022text\u0022:\u0022through\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.8815,3.0236,5.1133,3.0236,5.1133,3.14,4.8815,3.14],\u0022text\u0022:\u0022Feb\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[5.163,3.0297,5.361,3.0297,5.361,3.162,5.163,3.162],\u0022text\u0022:\u002228,\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[5.413,3.0297,5.7774,3.0297,5.7774,3.14,5.413,3.14],\u0022text\u0022:\u00222020.\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[5.8406,3.0236,6.2537,3.0236,6.2537,3.1397,5.8406,3.1397],\u0022text\u0022:\u0022Please\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.3022,3.0229,6.4539,3.0229,6.4539,3.1387,6.3022,3.1387],\u0022text\u0022:\u0022fill\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.5131,3.0289,6.6158,3.0289,6.6158,3.1387,6.5131,3.1387],\u0022text\u0022:\u0022in\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.6673,3.0236,6.8842,3.0236,6.8842,3.1397,6.6673,3.1397],\u0022text\u0022:\u0022the\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.9317,3.0229,7.2482,3.0229,7.2482,3.1397,6.9317,3.1397],\u0022text\u0022:\u0022form\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0125,3.2436,3.6599,3.2436,3.6599,3.3818,1.0125,3.3818],\u0022text\u0022:\u0022below, and attach a check made out to:\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0125,3.2436,1.4459,3.2436,1.4459,3.3818,1.0125,3.3818],\u0022text\u0022:\u0022below,\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.5024,3.2439,1.7371,3.2439,1.7371,3.3597,1.5024,3.3597],\u0022text\u0022:\u0022and\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.7968,3.2436,2.2047,3.2436,2.2047,3.3597,1.7968,3.3597],\u0022text\u0022:\u0022attach\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.2619,3.2783,2.3219,3.2783,2.3219,3.3597,2.2619,3.3597],\u0022text\u0022:\u0022a\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.379,3.2436,2.7529,3.2436,2.7529,3.3597,2.379,3.3597],\u0022text\u0022:\u0022check\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.8076,3.2439,3.17,3.2439,3.17,3.3597,2.8076,3.3597],\u0022text\u0022:\u0022made\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.2251,3.2597,3.4421,3.2597,3.4421,3.3597,3.2251,3.3597],\u0022text\u0022:\u0022out\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.4869,3.2597,3.6599,3.2597,3.6599,3.3597,3.4869,3.3597],\u0022text\u0022:\u0022to:\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0078,3.5739,1.843,3.5739,1.843,3.6897,1.0078,3.6897],\u0022text\u0022:\u0022Contoso Ltd.\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0078,3.5802,1.5548,3.5802,1.5548,3.6897,1.0078,3.6897],\u0022text\u0022:\u0022Contoso\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.6125,3.5739,1.843,3.5739,1.843,3.6897,1.6125,3.6897],\u0022text\u0022:\u0022Ltd.\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0093,3.7939,2.3768,3.7939,2.3768,3.9378,1.0093,3.9378],\u0022text\u0022:\u00222345 Dogwood Lane\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0093,3.8,1.3297,3.8,1.3297,3.9097,1.0093,3.9097],\u0022text\u0022:\u00222345\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.3899,3.7939,2.0149,3.7939,2.0149,3.9378,1.3899,3.9378],\u0022text\u0022:\u0022Dogwood\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.0788,3.8012,2.3768,3.8012,2.3768,3.9097,2.0788,3.9097],\u0022text\u0022:\u0022Lane\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.014,4.0136,2.3377,4.0136,2.3377,4.1518,1.014,4.1518],\u0022text\u0022:\u0022Birch, Kansas 98123\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.014,4.0136,1.3745,4.0136,1.3745,4.1518,1.014,4.1518],\u0022text\u0022:\u0022Birch,\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.4375,4.0212,1.8819,4.0212,1.8819,4.1297,1.4375,4.1297],\u0022text\u0022:\u0022Kansas\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.9318,4.02,2.3377,4.02,2.3377,4.1297,1.9318,4.1297],\u0022text\u0022:\u002298123\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0204,4.4248,1.5303,4.4248,1.5303,4.5682,1.0204,4.5682],\u0022text\u0022:\u0022Rates:\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0204,4.4248,1.5303,4.4248,1.5303,4.5682,1.0204,4.5682],\u0022text\u0022:\u0022Rates:\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0923,4.6986,1.6232,4.6986,1.6232,4.8428,1.0923,4.8428],\u0022text\u0022:\u0022Package\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0923,4.6986,1.6232,4.6986,1.6232,4.8428,1.0923,4.8428],\u0022text\u0022:\u0022Package\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.713,4.6986,3.2707,4.6986,3.2707,4.8147,2.713,4.8147],\u0022text\u0022:\u0022Included\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.713,4.6986,3.2707,4.6986,3.2707,4.8147,2.713,4.8147],\u0022text\u0022:\u0022Included\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[5.838,4.7039,6.1513,4.7039,6.1513,4.8147,5.838,4.8147],\u0022text\u0022:\u0022Price\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[5.838,4.7039,6.1513,4.7039,6.1513,4.8147,5.838,4.8147],\u0022text\u0022:\u0022Price\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0857,4.9086,1.9831,4.9086,1.9831,5.0528,1.0857,5.0528],\u0022text\u0022:\u0022Gold Sponsor\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0857,4.9086,1.3842,4.9086,1.3842,5.0247,1.0857,5.0247],\u0022text\u0022:\u0022Gold\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.4423,4.915,1.9831,4.915,1.9831,5.0528,1.4423,5.0528],\u0022text\u0022:\u0022Sponsor\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,4.954,3.018,4.954,3.018,5.0145,2.9586,5.0145],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,4.954,3.018,4.954,3.018,5.0145,2.9586,5.0145],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,4.9169,3.8726,4.9169,3.8726,5.033,3.214,5.033],\u0022text\u0022:\u0022Full booth\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,4.9169,3.4295,4.9169,3.4295,5.033,3.214,5.033],\u0022text\u0022:\u0022Full\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.492,4.9169,3.8726,4.9169,3.8726,5.033,3.492,5.033],\u0022text\u0022:\u0022booth\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[5.8328,4.8977,6.2829,4.8977,6.2829,5.0468,5.8328,5.0468],\u0022text\u0022:\u0022$1,500\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[5.8328,4.8977,6.2829,4.8977,6.2829,5.0468,5.8328,5.0468],\u0022text\u0022:\u0022$1,500\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,5.1673,3.018,5.1673,3.018,5.2279,2.9586,5.2279],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,5.1673,3.018,5.1673,3.018,5.2279,2.9586,5.2279],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,5.1302,4.7267,5.1302,4.7267,5.2744,3.214,5.2744],\u0022text\u0022:\u0022Pre-keynote thank you\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,5.1302,4.0183,5.1302,4.0183,5.2744,3.214,5.2744],\u0022text\u0022:\u0022Pre-keynote\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.0665,5.1302,4.4475,5.1302,4.4475,5.2463,4.0665,5.2463],\u0022text\u0022:\u0022thank\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.4903,5.165,4.7267,5.165,4.7267,5.2744,4.4903,5.2744],\u0022text\u0022:\u0022you\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,5.379,3.018,5.379,3.018,5.4395,2.9586,5.4395],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,5.379,3.018,5.379,3.018,5.4395,2.9586,5.4395],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,5.3495,4.2093,5.3495,4.2093,5.4861,3.214,5.4861],\u0022text\u0022:\u0022Logo on poster\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,5.3495,3.5163,5.3495,3.5163,5.4861,3.214,5.4861],\u0022text\u0022:\u0022Logo\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.5686,5.3767,3.7244,5.3767,3.7244,5.458,3.5686,5.458],\u0022text\u0022:\u0022on\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.7888,5.358,4.2093,5.358,4.2093,5.4861,3.7888,5.4861],\u0022text\u0022:\u0022poster\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,5.5923,3.018,5.5923,3.018,5.6529,2.9586,5.6529],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,5.5923,3.018,5.5923,3.018,5.6529,2.9586,5.6529],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,5.5552,5.201,5.5552,5.201,5.6994,3.214,5.6994],\u0022text\u0022:\u0022Full page ad in program guide\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,5.5552,3.4295,5.5552,3.4295,5.6713,3.214,5.6713],\u0022text\u0022:\u0022Full\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.492,5.59,3.7989,5.59,3.7989,5.6994,3.492,5.6994],\u0022text\u0022:\u0022page\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.8519,5.5556,3.9991,5.5556,3.9991,5.6713,3.8519,5.6713],\u0022text\u0022:\u0022ad\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.0599,5.5605,4.1626,5.5605,4.1626,5.6703,4.0599,5.6703],\u0022text\u0022:\u0022in\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.2248,5.59,4.7839,5.59,4.7839,5.6994,4.2248,5.6994],\u0022text\u0022:\u0022program\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.8367,5.5556,5.201,5.5556,5.201,5.6994,4.8367,5.6994],\u0022text\u0022:\u0022guide\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,5.804,3.018,5.804,3.018,5.8645,2.9586,5.8645],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,5.804,3.018,5.804,3.018,5.8645,2.9586,5.8645],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0842,5.9786,2.0339,5.9786,2.0339,6.1228,1.0842,6.1228],\u0022text\u0022:\u0022Silver Sponsor\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0842,5.9786,1.4443,5.9786,1.4443,6.0947,1.0842,6.0947],\u0022text\u0022:\u0022Silver\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.4904,5.985,2.0339,5.985,2.0339,6.1228,1.4904,6.1228],\u0022text\u0022:\u0022Sponsor\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,6.024,3.018,6.024,3.018,6.0845,2.9586,6.0845],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,6.024,3.018,6.024,3.018,6.0845,2.9586,6.0845],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,5.9869,3.8726,5.9869,3.8726,6.103,3.214,6.103],\u0022text\u0022:\u0022Full booth\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,5.9869,3.4295,5.9869,3.4295,6.103,3.214,6.103],\u0022text\u0022:\u0022Full\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.492,5.9869,3.8726,5.9869,3.8726,6.103,3.492,6.103],\u0022text\u0022:\u0022booth\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[5.8328,5.9677,6.2829,5.9677,6.2829,6.1168,5.8328,6.1168],\u0022text\u0022:\u0022$1,200\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[5.8328,5.9677,6.2829,5.9677,6.2829,6.1168,5.8328,6.1168],\u0022text\u0022:\u0022$1,200\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,6.2356,3.018,6.2356,3.018,6.2962,2.9586,6.2962],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,6.2356,3.018,6.2356,3.018,6.2962,2.9586,6.2962],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,6.1986,4.7938,6.1986,4.7938,6.3428,3.214,6.3428],\u0022text\u0022:\u0022Post-keynote thank you\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,6.1986,4.0878,6.1986,4.0878,6.3428,3.214,6.3428],\u0022text\u0022:\u0022Post-keynote\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.1348,6.1986,4.5158,6.1986,4.5158,6.3147,4.1348,6.3147],\u0022text\u0022:\u0022thank\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.5586,6.2333,4.7938,6.2333,4.7938,6.3428,4.5586,6.3428],\u0022text\u0022:\u0022you\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,6.4473,3.018,6.4473,3.018,6.5079,2.9586,6.5079],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,6.4473,3.018,6.4473,3.018,6.5079,2.9586,6.5079],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,6.4179,4.2093,6.4179,4.2093,6.5544,3.214,6.5544],\u0022text\u0022:\u0022Logo on poster\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,6.4179,3.5163,6.4179,3.5163,6.5544,3.214,6.5544],\u0022text\u0022:\u0022Logo\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.5686,6.445,3.7244,6.445,3.7244,6.5263,3.5686,6.5263],\u0022text\u0022:\u0022on\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.7888,6.4264,4.2093,6.4264,4.2093,6.5544,3.7888,6.5544],\u0022text\u0022:\u0022poster\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,6.6606,3.018,6.6606,3.018,6.7212,2.9586,6.7212],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,6.6606,3.018,6.6606,3.018,6.7212,2.9586,6.7212],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,6.6229,5.2314,6.6229,5.2314,6.7678,3.214,6.7678],\u0022text\u0022:\u0022Half page ad in program guide\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,6.6229,3.4739,6.6229,3.4739,6.7397,3.214,6.7397],\u0022text\u0022:\u0022Half\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.5224,6.6583,3.8326,6.6583,3.8326,6.7678,3.5224,6.7678],\u0022text\u0022:\u0022page\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.8843,6.6239,4.0315,6.6239,4.0315,6.7397,3.8843,6.7397],\u0022text\u0022:\u0022ad\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.0923,6.6289,4.195,6.6289,4.195,6.7387,4.0923,6.7387],\u0022text\u0022:\u0022in\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.2563,6.6583,4.8148,6.6583,4.8148,6.7678,4.2563,6.7678],\u0022text\u0022:\u0022program\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.8695,6.6239,5.2314,6.6239,5.2314,6.7678,4.8695,6.7678],\u0022text\u0022:\u0022guide\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0923,6.84,2.1362,6.84,2.1362,6.9778,1.0923,6.9778],\u0022text\u0022:\u0022Bronze Sponsor\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0923,6.8417,1.545,6.8417,1.545,6.9497,1.0923,6.9497],\u0022text\u0022:\u0022Bronze\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.5951,6.84,2.1362,6.84,2.1362,6.9778,1.5951,6.9778],\u0022text\u0022:\u0022Sponsor\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,6.879,3.018,6.879,3.018,6.9395,2.9586,6.9395],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,6.879,3.018,6.879,3.018,6.9395,2.9586,6.9395],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,6.8419,3.8726,6.8419,3.8726,6.958,3.214,6.958],\u0022text\u0022:\u0022Full booth\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,6.8419,3.4295,6.8419,3.4295,6.958,3.214,6.958],\u0022text\u0022:\u0022Full\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.492,6.8419,3.8726,6.8419,3.8726,6.958,3.492,6.958],\u0022text\u0022:\u0022booth\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[5.8328,6.8227,6.2829,6.8227,6.2829,6.9718,5.8328,6.9718],\u0022text\u0022:\u0022$1,000\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[5.8328,6.8227,6.2829,6.8227,6.2829,6.9718,5.8328,6.9718],\u0022text\u0022:\u0022$1,000\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,7.0923,3.018,7.0923,3.018,7.1529,2.9586,7.1529],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,7.0923,3.018,7.0923,3.018,7.1529,2.9586,7.1529],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,7.0629,4.2093,7.0629,4.2093,7.1994,3.214,7.1994],\u0022text\u0022:\u0022Logo on poster\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,7.0629,3.5163,7.0629,3.5163,7.1994,3.214,7.1994],\u0022text\u0022:\u0022Logo\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.5686,7.09,3.7244,7.09,3.7244,7.1713,3.5686,7.1713],\u0022text\u0022:\u0022on\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.7888,7.0714,4.2093,7.0714,4.2093,7.1994,3.7888,7.1994],\u0022text\u0022:\u0022poster\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,7.304,3.018,7.304,3.018,7.3645,2.9586,7.3645],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,7.304,3.018,7.304,3.018,7.3645,2.9586,7.3645],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.2082,7.2672,5.3419,7.2672,5.3419,7.4111,3.2082,7.4111],\u0022text\u0022:\u002250% discount on program guide\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.2082,7.2717,3.4817,7.2717,3.4817,7.3845,3.2082,7.3845],\u0022text\u0022:\u002250%\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.533,7.2672,4.1018,7.2672,4.1018,7.383,3.533,7.383],\u0022text\u0022:\u0022discount\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.1512,7.3017,4.307,7.3017,4.307,7.383,4.1512,7.383],\u0022text\u0022:\u0022on\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.3682,7.3017,4.9253,7.3017,4.9253,7.4111,4.3682,7.4111],\u0022text\u0022:\u0022program\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.981,7.2672,5.3419,7.2672,5.3419,7.4111,4.981,7.4111],\u0022text\u0022:\u0022guide\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.2075,7.4706,4.2429,7.4706,4.2429,7.5863,3.2075,7.5863],\u0022text\u0022:\u0022advertisements\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.2075,7.4706,4.2429,7.4706,4.2429,7.5863,3.2075,7.5863],\u0022text\u0022:\u0022advertisements\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0923,7.6819,1.7537,7.6819,1.7537,7.798,1.0923,7.798],\u0022text\u0022:\u0022Full Booth\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0923,7.6819,1.3079,7.6819,1.3079,7.798,1.0923,7.798],\u0022text\u0022:\u0022Full\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.3718,7.6819,1.7537,7.6819,1.7537,7.798,1.3718,7.798],\u0022text\u0022:\u0022Booth\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,7.7273,3.018,7.7273,3.018,7.7879,2.9586,7.7879],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,7.7273,3.018,7.7273,3.018,7.7879,2.9586,7.7879],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,7.6902,3.8726,7.6902,3.8726,7.8063,3.214,7.8063],\u0022text\u0022:\u0022Full booth\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,7.6902,3.4295,7.6902,3.4295,7.8063,3.214,7.8063],\u0022text\u0022:\u0022Full\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.492,7.6902,3.8726,7.6902,3.8726,7.8063,3.492,7.8063],\u0022text\u0022:\u0022booth\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[5.8328,7.6711,6.1586,7.6711,6.1586,7.8165,5.8328,7.8165],\u0022text\u0022:\u0022$600\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[5.8328,7.6711,6.1586,7.6711,6.1586,7.8165,5.8328,7.8165],\u0022text\u0022:\u0022$600\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,7.939,3.018,7.939,3.018,7.9995,2.9586,7.9995],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,7.939,3.018,7.939,3.018,7.9995,2.9586,7.9995],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.2082,7.9022,5.3419,7.9022,5.3419,8.0461,3.2082,8.0461],\u0022text\u0022:\u002250% discount on program guide\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.2082,7.9067,3.4817,7.9067,3.4817,8.0195,3.2082,8.0195],\u0022text\u0022:\u002250%\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.533,7.9022,4.1018,7.9022,4.1018,8.018,3.533,8.018],\u0022text\u0022:\u0022discount\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.1512,7.9367,4.307,7.9367,4.307,8.018,4.1512,8.018],\u0022text\u0022:\u0022on\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.3682,7.9367,4.9253,7.9367,4.9253,8.0461,4.3682,8.0461],\u0022text\u0022:\u0022program\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.981,7.9022,5.3419,7.9022,5.3419,8.0461,4.981,8.0461],\u0022text\u0022:\u0022guide\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.2075,8.1056,4.2429,8.1056,4.2429,8.2213,3.2075,8.2213],\u0022text\u0022:\u0022advertisements\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.2075,8.1056,4.2429,8.1056,4.2429,8.2213,3.2075,8.2213],\u0022text\u0022:\u0022advertisements\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0923,8.3162,1.7854,8.3162,1.7854,8.433,1.0923,8.433],\u0022text\u0022:\u0022Half Booth\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0923,8.3162,1.3522,8.3162,1.3522,8.433,1.0923,8.433],\u0022text\u0022:\u0022Half\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.4022,8.3169,1.7854,8.3169,1.7854,8.433,1.4022,8.433],\u0022text\u0022:\u0022Booth\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,8.3623,3.018,8.3623,3.018,8.4229,2.9586,8.4229],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,8.3623,3.018,8.3623,3.018,8.4229,2.9586,8.4229],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,8.3252,3.8726,8.3252,3.8726,8.4413,3.214,8.4413],\u0022text\u0022:\u0022Full booth\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,8.3252,3.4295,8.3252,3.4295,8.4413,3.214,8.4413],\u0022text\u0022:\u0022Full\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.492,8.3252,3.8726,8.3252,3.8726,8.4413,3.492,8.4413],\u0022text\u0022:\u0022booth\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[5.8328,8.3061,6.1586,8.3061,6.1586,8.4515,5.8328,8.4515],\u0022text\u0022:\u0022$350\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[5.8328,8.3061,6.1586,8.3061,6.1586,8.4515,5.8328,8.4515],\u0022text\u0022:\u0022$350\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,8.574,3.018,8.574,3.018,8.6345,2.9586,8.6345],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,8.574,3.018,8.574,3.018,8.6345,2.9586,8.6345],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.2093,8.5372,5.3419,8.5372,5.3419,8.6811,3.2093,8.6811],\u0022text\u0022:\u002225% discount on program guide\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.2093,8.5417,3.4817,8.5417,3.4817,8.6545,3.2093,8.6545],\u0022text\u0022:\u002225%\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.533,8.5372,4.1018,8.5372,4.1018,8.653,3.533,8.653],\u0022text\u0022:\u0022discount\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.1512,8.5717,4.307,8.5717,4.307,8.653,4.1512,8.653],\u0022text\u0022:\u0022on\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.3682,8.5717,4.9253,8.5717,4.9253,8.6811,4.3682,8.6811],\u0022text\u0022:\u0022program\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.981,8.5372,5.3419,8.5372,5.3419,8.6811,4.981,8.6811],\u0022text\u0022:\u0022guide\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.2075,8.7406,4.2429,8.7406,4.2429,8.8563,3.2075,8.8563],\u0022text\u0022:\u0022advertisements\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.2075,8.7406,4.2429,8.7406,4.2429,8.8563,3.2075,8.8563],\u0022text\u0022:\u0022advertisements\u0022,\u0022confidence\u0022:1}]}],\u0022selectionMarks\u0022:[{\u0022boundingBox\u0022:[0,10.2725,1.0372,10.2725,1.0372,10.9925,0,10.9925],\u0022confidence\u0022:0.69,\u0022state\u0022:\u0022unselected\u0022},{\u0022boundingBox\u0022:[0,10.6019,1.5095,10.6019,1.5095,10.9983,0,10.9983],\u0022confidence\u0022:0.69,\u0022state\u0022:\u0022unselected\u0022},{\u0022boundingBox\u0022:[2.9381,6.9634,3.0388,6.9634,3.0388,7.0736,2.9381,7.0736],\u0022confidence\u0022:0.553,\u0022state\u0022:\u0022unselected\u0022}]},{\u0022page\u0022:2,\u0022angle\u0022:0,\u0022width\u0022:8.5,\u0022height\u0022:11,\u0022unit\u0022:\u0022inch\u0022,\u0022lines\u0022:[{\u0022boundingBox\u0022:[6.1276,1.0667,7.4833,1.0667,7.4833,1.2403,6.1276,1.2403],\u0022text\u0022:\u0022Vendor #:121\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[6.1276,1.0667,6.8657,1.0667,6.8657,1.2403,6.1276,1.2403],\u0022text\u0022:\u0022Vendor\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.9307,1.0759,7.4833,1.0759,7.4833,1.2391,6.9307,1.2391],\u0022text\u0022:\u0022#:121\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0044,2.1771,2.35,2.1771,2.35,2.3315,1.0044,2.3315],\u0022text\u0022:\u0022Vendor Details:\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0044,2.1778,1.6496,2.1778,1.6496,2.3315,1.0044,2.3315],\u0022text\u0022:\u0022Vendor\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.7239,2.1771,2.35,2.1771,2.35,2.3315,1.7239,2.3315],\u0022text\u0022:\u0022Details:\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0065,2.7686,3.3477,2.7686,3.3477,2.9128,1.0065,2.9128],\u0022text\u0022:\u0022Company Name: Southridge Video\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0065,2.7749,1.651,2.7749,1.651,2.9126,1.0065,2.9126],\u0022text\u0022:\u0022Company\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.7019,2.7764,2.1376,2.7764,2.1376,2.885,1.7019,2.885],\u0022text\u0022:\u0022Name:\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.1925,2.7686,2.9184,2.7686,2.9184,2.9128,2.1925,2.9128],\u0022text\u0022:\u0022Southridge\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.9691,2.7689,3.3477,2.7689,3.3477,2.8847,2.9691,2.8847],\u0022text\u0022:\u0022Video\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0065,3.0986,3.5766,3.0986,3.5766,3.2428,1.0065,3.2428],\u0022text\u0022:\u0022Contact: Jamie@southridgevideo.com\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0065,3.1049,1.5706,3.1049,1.5706,3.215,1.0065,3.215],\u0022text\u0022:\u0022Contact:\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.6205,3.0986,3.5766,3.0986,3.5766,3.2428,1.6205,3.2428],\u0022text\u0022:\u0022Jamie@southridgevideo.com\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0115,3.4296,2.6542,3.4296,2.6542,3.5744,1.0115,3.5744],\u0022text\u0022:\u0022Preferred Package: Gold\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0115,3.4296,1.6499,3.4296,1.6499,3.5467,1.0115,3.5467],\u0022text\u0022:\u0022Preferred\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.7092,3.4302,2.2978,3.4302,2.2978,3.5744,1.7092,3.5744],\u0022text\u0022:\u0022Package:\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.3557,3.4302,2.6542,3.4302,2.6542,3.5463,2.3557,3.5463],\u0022text\u0022:\u0022Gold\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0052,3.7537,2.4783,3.7537,2.4783,3.9043,1.0052,3.9043],\u0022text\u0022:\u0022Special Requests: N/a\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0052,3.7602,1.475,3.7602,1.475,3.9043,1.0052,3.9043],\u0022text\u0022:\u0022Special\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.5342,3.7684,2.1899,3.7684,2.1899,3.9043,1.5342,3.9043],\u0022text\u0022:\u0022Requests:\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.254,3.7537,2.4783,3.7537,2.4783,3.8976,2.254,3.8976],\u0022text\u0022:\u0022N/a\u0022,\u0022confidence\u0022:1}]}],\u0022selectionMarks\u0022:[{\u0022boundingBox\u0022:[0.0024,9.869,1.0826,9.869,1.0826,10.9955,0.0024,10.9955],\u0022confidence\u0022:0.833,\u0022state\u0022:\u0022unselected\u0022},{\u0022boundingBox\u0022:[7.6562,1.0157,8.5,1.0157,8.5,2.8293,7.6562,2.8293],\u0022confidence\u0022:0.6,\u0022state\u0022:\u0022unselected\u0022},{\u0022boundingBox\u0022:[0.0008,10.4758,1.8164,10.4758,1.8164,10.9978,0.0008,10.9978],\u0022confidence\u0022:0.6,\u0022state\u0022:\u0022unselected\u0022}]}],\u0022pageResults\u0022:[{\u0022page\u0022:1,\u0022tables\u0022:[{\u0022rows\u0022:20,\u0022columns\u0022:3,\u0022cells\u0022:[{\u0022rowIndex\u0022:0,\u0022columnIndex\u0022:0,\u0022text\u0022:\u0022Package\u0022,\u0022boundingBox\u0022:[1.0033,4.6517,2.625,4.6517,2.625,4.8617,1.0033,4.8617],\u0022elements\u0022:[\u0022#/readResults/0/lines/10/words/0\u0022]},{\u0022rowIndex\u0022:0,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022Included\u0022,\u0022boundingBox\u0022:[2.625,4.6517,5.75,4.6517,5.75,4.8617,2.625,4.8617],\u0022elements\u0022:[\u0022#/readResults/0/lines/11/words/0\u0022]},{\u0022rowIndex\u0022:0,\u0022columnIndex\u0022:2,\u0022text\u0022:\u0022Price\u0022,\u0022boundingBox\u0022:[5.75,4.6517,7.4967,4.6517,7.4967,4.8617,5.75,4.8617],\u0022elements\u0022:[\u0022#/readResults/0/lines/12/words/0\u0022]},{\u0022rowIndex\u0022:1,\u0022columnIndex\u0022:0,\u0022text\u0022:\u0022Gold Sponsor\u0022,\u0022boundingBox\u0022:[1.0033,4.8617,2.625,4.8617,2.625,5.0833,1.0033,5.0833],\u0022elements\u0022:[\u0022#/readResults/0/lines/13/words/0\u0022,\u0022#/readResults/0/lines/13/words/1\u0022]},{\u0022rowIndex\u0022:1,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Full booth\u0022,\u0022boundingBox\u0022:[2.625,4.8617,5.75,4.8617,5.75,5.0833,2.625,5.0833],\u0022elements\u0022:[\u0022#/readResults/0/lines/14/words/0\u0022,\u0022#/readResults/0/lines/15/words/0\u0022,\u0022#/readResults/0/lines/15/words/1\u0022]},{\u0022rowIndex\u0022:1,\u0022columnIndex\u0022:2,\u0022text\u0022:\u0022$1,500\u0022,\u0022boundingBox\u0022:[5.75,4.8617,7.4967,4.8617,7.4967,5.0833,5.75,5.0833],\u0022elements\u0022:[\u0022#/readResults/0/lines/16/words/0\u0022]},{\u0022rowIndex\u0022:2,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Pre-keynote thank you\u0022,\u0022boundingBox\u0022:[2.625,5.0833,5.75,5.0833,5.75,5.3056,2.625,5.3056],\u0022elements\u0022:[\u0022#/readResults/0/lines/17/words/0\u0022,\u0022#/readResults/0/lines/18/words/0\u0022,\u0022#/readResults/0/lines/18/words/1\u0022,\u0022#/readResults/0/lines/18/words/2\u0022]},{\u0022rowIndex\u0022:3,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Logo on poster\u0022,\u0022boundingBox\u0022:[2.625,5.3056,5.75,5.3056,5.75,5.5139,2.625,5.5139],\u0022elements\u0022:[\u0022#/readResults/0/lines/19/words/0\u0022,\u0022#/readResults/0/lines/20/words/0\u0022,\u0022#/readResults/0/lines/20/words/1\u0022,\u0022#/readResults/0/lines/20/words/2\u0022]},{\u0022rowIndex\u0022:4,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Full page ad in program guide\u0022,\u0022boundingBox\u0022:[2.625,5.5139,5.75,5.5139,5.75,5.7361,2.625,5.7361],\u0022elements\u0022:[\u0022#/readResults/0/lines/21/words/0\u0022,\u0022#/readResults/0/lines/22/words/0\u0022,\u0022#/readResults/0/lines/22/words/1\u0022,\u0022#/readResults/0/lines/22/words/2\u0022,\u0022#/readResults/0/lines/22/words/3\u0022,\u0022#/readResults/0/lines/22/words/4\u0022,\u0022#/readResults/0/lines/22/words/5\u0022]},{\u0022rowIndex\u0022:5,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.625,5.7361,5.75,5.7361,5.75,5.93,2.625,5.93],\u0022elements\u0022:[\u0022#/readResults/0/lines/23/words/0\u0022]},{\u0022rowIndex\u0022:6,\u0022columnIndex\u0022:0,\u0022text\u0022:\u0022Silver Sponsor\u0022,\u0022boundingBox\u0022:[1.0033,5.93,2.625,5.93,2.625,6.1528,1.0033,6.1528],\u0022elements\u0022:[\u0022#/readResults/0/lines/24/words/0\u0022,\u0022#/readResults/0/lines/24/words/1\u0022]},{\u0022rowIndex\u0022:6,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Full booth\u0022,\u0022boundingBox\u0022:[2.625,5.93,5.75,5.93,5.75,6.1528,2.625,6.1528],\u0022elements\u0022:[\u0022#/readResults/0/lines/25/words/0\u0022,\u0022#/readResults/0/lines/26/words/0\u0022,\u0022#/readResults/0/lines/26/words/1\u0022]},{\u0022rowIndex\u0022:6,\u0022columnIndex\u0022:2,\u0022text\u0022:\u0022$1,200\u0022,\u0022boundingBox\u0022:[5.75,5.93,7.4967,5.93,7.4967,6.1528,5.75,6.1528],\u0022elements\u0022:[\u0022#/readResults/0/lines/27/words/0\u0022]},{\u0022rowIndex\u0022:7,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Post-keynote thank you\u0022,\u0022boundingBox\u0022:[2.625,6.1528,5.75,6.1528,5.75,6.375,2.625,6.375],\u0022elements\u0022:[\u0022#/readResults/0/lines/28/words/0\u0022,\u0022#/readResults/0/lines/29/words/0\u0022,\u0022#/readResults/0/lines/29/words/1\u0022,\u0022#/readResults/0/lines/29/words/2\u0022]},{\u0022rowIndex\u0022:8,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Logo on poster\u0022,\u0022boundingBox\u0022:[2.625,6.375,5.75,6.375,5.75,6.5833,2.625,6.5833],\u0022elements\u0022:[\u0022#/readResults/0/lines/30/words/0\u0022,\u0022#/readResults/0/lines/31/words/0\u0022,\u0022#/readResults/0/lines/31/words/1\u0022,\u0022#/readResults/0/lines/31/words/2\u0022]},{\u0022rowIndex\u0022:9,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Half page ad in program guide\u0022,\u0022boundingBox\u0022:[2.625,6.5833,5.75,6.5833,5.75,6.7867,2.625,6.7867],\u0022elements\u0022:[\u0022#/readResults/0/lines/32/words/0\u0022,\u0022#/readResults/0/lines/33/words/0\u0022,\u0022#/readResults/0/lines/33/words/1\u0022,\u0022#/readResults/0/lines/33/words/2\u0022,\u0022#/readResults/0/lines/33/words/3\u0022,\u0022#/readResults/0/lines/33/words/4\u0022,\u0022#/readResults/0/lines/33/words/5\u0022]},{\u0022rowIndex\u0022:10,\u0022columnIndex\u0022:0,\u0022text\u0022:\u0022Bronze Sponsor\u0022,\u0022boundingBox\u0022:[1.0033,6.7867,2.625,6.7867,2.625,7.0139,1.0033,7.0139],\u0022elements\u0022:[\u0022#/readResults/0/lines/34/words/0\u0022,\u0022#/readResults/0/lines/34/words/1\u0022]},{\u0022rowIndex\u0022:10,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Full booth\u0022,\u0022boundingBox\u0022:[2.625,6.7867,5.75,6.7867,5.75,7.0139,2.625,7.0139],\u0022elements\u0022:[\u0022#/readResults/0/lines/35/words/0\u0022,\u0022#/readResults/0/lines/36/words/0\u0022,\u0022#/readResults/0/lines/36/words/1\u0022]},{\u0022rowIndex\u0022:10,\u0022columnIndex\u0022:2,\u0022text\u0022:\u0022$1,000\u0022,\u0022boundingBox\u0022:[5.75,6.7867,7.4967,6.7867,7.4967,7.0139,5.75,7.0139],\u0022elements\u0022:[\u0022#/readResults/0/lines/37/words/0\u0022]},{\u0022rowIndex\u0022:11,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Logo on poster\u0022,\u0022boundingBox\u0022:[2.625,7.0139,5.75,7.0139,5.75,7.2222,2.625,7.2222],\u0022elements\u0022:[\u0022#/readResults/0/lines/38/words/0\u0022,\u0022#/readResults/0/lines/39/words/0\u0022,\u0022#/readResults/0/lines/39/words/1\u0022,\u0022#/readResults/0/lines/39/words/2\u0022]},{\u0022rowIndex\u0022:12,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 50% discount on program guide\u0022,\u0022boundingBox\u0022:[2.625,7.2222,5.75,7.2222,5.75,7.4306,2.625,7.4306],\u0022elements\u0022:[\u0022#/readResults/0/lines/40/words/0\u0022,\u0022#/readResults/0/lines/41/words/0\u0022,\u0022#/readResults/0/lines/41/words/1\u0022,\u0022#/readResults/0/lines/41/words/2\u0022,\u0022#/readResults/0/lines/41/words/3\u0022,\u0022#/readResults/0/lines/41/words/4\u0022]},{\u0022rowIndex\u0022:13,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022advertisements\u0022,\u0022boundingBox\u0022:[2.625,7.4306,5.75,7.4306,5.75,7.635,2.625,7.635],\u0022elements\u0022:[\u0022#/readResults/0/lines/42/words/0\u0022]},{\u0022rowIndex\u0022:14,\u0022columnIndex\u0022:0,\u0022text\u0022:\u0022Full Booth\u0022,\u0022boundingBox\u0022:[1.0033,7.635,2.625,7.635,2.625,7.8611,1.0033,7.8611],\u0022elements\u0022:[\u0022#/readResults/0/lines/43/words/0\u0022,\u0022#/readResults/0/lines/43/words/1\u0022]},{\u0022rowIndex\u0022:14,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Full booth\u0022,\u0022boundingBox\u0022:[2.625,7.635,5.75,7.635,5.75,7.8611,2.625,7.8611],\u0022elements\u0022:[\u0022#/readResults/0/lines/44/words/0\u0022,\u0022#/readResults/0/lines/45/words/0\u0022,\u0022#/readResults/0/lines/45/words/1\u0022]},{\u0022rowIndex\u0022:14,\u0022columnIndex\u0022:2,\u0022text\u0022:\u0022$600\u0022,\u0022boundingBox\u0022:[5.75,7.635,7.4967,7.635,7.4967,7.8611,5.75,7.8611],\u0022elements\u0022:[\u0022#/readResults/0/lines/46/words/0\u0022]},{\u0022rowIndex\u0022:15,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 50% discount on program guide\u0022,\u0022boundingBox\u0022:[2.625,7.8611,5.75,7.8611,5.75,8.0694,2.625,8.0694],\u0022elements\u0022:[\u0022#/readResults/0/lines/47/words/0\u0022,\u0022#/readResults/0/lines/48/words/0\u0022,\u0022#/readResults/0/lines/48/words/1\u0022,\u0022#/readResults/0/lines/48/words/2\u0022,\u0022#/readResults/0/lines/48/words/3\u0022,\u0022#/readResults/0/lines/48/words/4\u0022]},{\u0022rowIndex\u0022:16,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022advertisements\u0022,\u0022boundingBox\u0022:[2.625,8.0694,5.75,8.0694,5.75,8.27,2.625,8.27],\u0022elements\u0022:[\u0022#/readResults/0/lines/49/words/0\u0022]},{\u0022rowIndex\u0022:17,\u0022columnIndex\u0022:0,\u0022text\u0022:\u0022Half Booth\u0022,\u0022boundingBox\u0022:[1.0033,8.27,2.625,8.27,2.625,8.4861,1.0033,8.4861],\u0022elements\u0022:[\u0022#/readResults/0/lines/50/words/0\u0022,\u0022#/readResults/0/lines/50/words/1\u0022]},{\u0022rowIndex\u0022:17,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Full booth\u0022,\u0022boundingBox\u0022:[2.625,8.27,5.75,8.27,5.75,8.4861,2.625,8.4861],\u0022elements\u0022:[\u0022#/readResults/0/lines/51/words/0\u0022,\u0022#/readResults/0/lines/52/words/0\u0022,\u0022#/readResults/0/lines/52/words/1\u0022]},{\u0022rowIndex\u0022:17,\u0022columnIndex\u0022:2,\u0022text\u0022:\u0022$350\u0022,\u0022boundingBox\u0022:[5.75,8.27,7.4967,8.27,7.4967,8.4861,5.75,8.4861],\u0022elements\u0022:[\u0022#/readResults/0/lines/53/words/0\u0022]},{\u0022rowIndex\u0022:18,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 25% discount on program guide\u0022,\u0022boundingBox\u0022:[2.625,8.4861,5.75,8.4861,5.75,8.7083,2.625,8.7083],\u0022elements\u0022:[\u0022#/readResults/0/lines/54/words/0\u0022,\u0022#/readResults/0/lines/55/words/0\u0022,\u0022#/readResults/0/lines/55/words/1\u0022,\u0022#/readResults/0/lines/55/words/2\u0022,\u0022#/readResults/0/lines/55/words/3\u0022,\u0022#/readResults/0/lines/55/words/4\u0022]},{\u0022rowIndex\u0022:19,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022advertisements\u0022,\u0022boundingBox\u0022:[2.625,8.7083,5.75,8.7083,5.75,8.905,2.625,8.905],\u0022elements\u0022:[\u0022#/readResults/0/lines/56/words/0\u0022]}]}]},{\u0022page\u0022:2,\u0022tables\u0022:[]}],\u0022documentResults\u0022:[{\u0022docType\u0022:\u0022custom:389a00e0-71fa-4d9e-a8bb-821e56f60c23\u0022,\u0022modelId\u0022:\u0022389a00e0-71fa-4d9e-a8bb-821e56f60c23\u0022,\u0022pageRange\u0022:[1,2],\u0022fields\u0022:{\u0022Silver\u0022:{\u0022type\u0022:\u0022string\u0022,\u0022valueString\u0022:\u0022$1,200\u0022,\u0022text\u0022:\u0022$1,200\u0022,\u0022page\u0022:1,\u0022boundingBox\u0022:[5.835,5.97,6.285,5.97,6.285,6.115,5.835,6.115],\u0022confidence\u0022:1.0,\u0022elements\u0022:[\u0022#/readResults/0/lines/27/words/0\u0022]},\u0022Bronze\u0022:{\u0022type\u0022:\u0022string\u0022,\u0022valueString\u0022:\u0022$1,000\u0022,\u0022text\u0022:\u0022$1,000\u0022,\u0022page\u0022:1,\u0022boundingBox\u0022:[5.835,6.825,6.285,6.825,6.285,6.97,5.835,6.97],\u0022confidence\u0022:1.0,\u0022elements\u0022:[\u0022#/readResults/0/lines/37/words/0\u0022]},\u0022CompanyName\u0022:{\u0022type\u0022:\u0022string\u0022,\u0022valueString\u0022:\u0022Southridge Video\u0022,\u0022text\u0022:\u0022Southridge Video\u0022,\u0022page\u0022:2,\u0022boundingBox\u0022:[2.19,2.77,3.35,2.77,3.35,2.915,2.19,2.915],\u0022confidence\u0022:1.0,\u0022elements\u0022:[\u0022#/readResults/1/lines/2/words/2\u0022,\u0022#/readResults/1/lines/2/words/3\u0022]},\u0022Gold\u0022:{\u0022type\u0022:\u0022string\u0022,\u0022valueString\u0022:\u0022$1,500\u0022,\u0022text\u0022:\u0022$1,500\u0022,\u0022page\u0022:1,\u0022boundingBox\u0022:[5.835,4.9,6.285,4.9,6.285,5.045,5.835,5.045],\u0022confidence\u0022:1.0,\u0022elements\u0022:[\u0022#/readResults/0/lines/16/words/0\u0022]},\u0022Full\u0022:{\u0022type\u0022:\u0022string\u0022,\u0022valueString\u0022:\u0022$600\u0022,\u0022text\u0022:\u0022$600\u0022,\u0022page\u0022:1,\u0022boundingBox\u0022:[5.835,7.67,6.16,7.67,6.16,7.815,5.835,7.815],\u0022confidence\u0022:1.0,\u0022elements\u0022:[\u0022#/readResults/0/lines/46/words/0\u0022]},\u0022Half\u0022:{\u0022type\u0022:\u0022string\u0022,\u0022valueString\u0022:\u0022$350\u0022,\u0022text\u0022:\u0022$350\u0022,\u0022page\u0022:1,\u0022boundingBox\u0022:[5.835,8.305,6.16,8.305,6.16,8.45,5.835,8.45],\u0022confidence\u0022:1.0,\u0022elements\u0022:[\u0022#/readResults/0/lines/53/words/0\u0022]},\u0022Contact\u0022:{\u0022type\u0022:\u0022string\u0022,\u0022valueString\u0022:\u0022Jamie@southridgevideo.com\u0022,\u0022text\u0022:\u0022Jamie@southridgevideo.com\u0022,\u0022page\u0022:2,\u0022boundingBox\u0022:[1.62,3.1,3.575,3.1,3.575,3.245,1.62,3.245],\u0022confidence\u0022:1.0,\u0022elements\u0022:[\u0022#/readResults/1/lines/3/words/1\u0022]}},\u0022docTypeConfidence\u0022:1.0}],\u0022errors\u0022:[]}}" + "ResponseBody": "{\u0022status\u0022:\u0022succeeded\u0022,\u0022createdDateTime\u0022:\u00222020-10-30T12:53:32Z\u0022,\u0022lastUpdatedDateTime\u0022:\u00222020-10-30T12:53:39Z\u0022,\u0022analyzeResult\u0022:{\u0022version\u0022:\u00222.1.0\u0022,\u0022readResults\u0022:[{\u0022page\u0022:1,\u0022angle\u0022:0,\u0022width\u0022:8.5,\u0022height\u0022:11,\u0022unit\u0022:\u0022inch\u0022,\u0022lines\u0022:[{\u0022boundingBox\u0022:[6.1276,1.0667,7.4833,1.0667,7.4833,1.2403,6.1276,1.2403],\u0022text\u0022:\u0022Vendor #:121\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[6.1276,1.0667,6.8657,1.0667,6.8657,1.2403,6.1276,1.2403],\u0022text\u0022:\u0022Vendor\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.9307,1.0759,7.4833,1.0759,7.4833,1.2391,6.9307,1.2391],\u0022text\u0022:\u0022#:121\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.2268,1.5733,6.2379,1.5733,6.2379,2.005,2.2268,2.005],\u0022text\u0022:\u0022Vendor Registration\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.2268,1.5733,3.703,1.5733,3.703,1.9207,2.2268,1.9207],\u0022text\u0022:\u0022Vendor\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.8661,1.5883,6.2379,1.5883,6.2379,2.005,3.8661,2.005],\u0022text\u0022:\u0022Registration\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0078,2.5846,7.0776,2.5846,7.0776,2.7293,1.0078,2.7293],\u0022text\u0022:\u0022Contoso Ltd. Conference will be held on May 28-29, 2020 at the Elm Conference Center in\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0078,2.5919,1.5548,2.5919,1.5548,2.7013,1.0078,2.7013],\u0022text\u0022:\u0022Contoso\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.6125,2.5856,1.843,2.5856,1.843,2.7013,1.6125,2.7013],\u0022text\u0022:\u0022Ltd.\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.8996,2.5846,2.6636,2.5846,2.6636,2.7013,1.8996,2.7013],\u0022text\u0022:\u0022Conference\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.7122,2.5852,2.9307,2.5852,2.9307,2.7003,2.7122,2.7003],\u0022text\u0022:\u0022will\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.9922,2.5852,3.1419,2.5852,3.1419,2.7013,2.9922,2.7013],\u0022text\u0022:\u0022be\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.1987,2.5852,3.4704,2.5852,3.4704,2.7013,3.1987,2.7013],\u0022text\u0022:\u0022held\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.53,2.62,3.6846,2.62,3.6846,2.7013,3.53,2.7013],\u0022text\u0022:\u0022on\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.7498,2.5934,4.0422,2.5934,4.0422,2.7293,3.7498,2.7293],\u0022text\u0022:\u0022May\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.0877,2.5914,4.5042,2.5914,4.5042,2.7236,4.0877,2.7236],\u0022text\u0022:\u002228-29,\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.5586,2.5914,4.884,2.5914,4.884,2.7017,4.5586,2.7017],\u0022text\u0022:\u00222020\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.9351,2.6014,5.0577,2.6014,5.0577,2.7013,4.9351,2.7013],\u0022text\u0022:\u0022at\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[5.1033,2.5852,5.3202,2.5852,5.3202,2.7013,5.1033,2.7013],\u0022text\u0022:\u0022the\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[5.3787,2.5852,5.6051,2.5852,5.6051,2.7003,5.3787,2.7003],\u0022text\u0022:\u0022Elm\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[5.6624,2.5846,6.4263,2.5846,6.4263,2.7013,5.6624,2.7013],\u0022text\u0022:\u0022Conference\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.4796,2.5919,6.9234,2.5919,6.9234,2.7013,6.4796,2.7013],\u0022text\u0022:\u0022Center\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.9765,2.5905,7.0776,2.5905,7.0776,2.7003,6.9765,2.7003],\u0022text\u0022:\u0022in\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.014,2.8029,7.3457,2.8029,7.3457,2.9478,1.014,2.9478],\u0022text\u0022:\u0022Maple City, Massachusetts. The conference has sold out of its 1,500 tickets, with a 400 person\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.014,2.8036,1.4242,2.8036,1.4242,2.9478,1.014,2.9478],\u0022text\u0022:\u0022Maple\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.4763,2.8089,1.7576,2.8089,1.7576,2.9478,1.4763,2.9478],\u0022text\u0022:\u0022City,\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.8195,2.8036,2.8383,2.8036,2.8383,2.9197,1.8195,2.9197],\u0022text\u0022:\u0022Massachusetts.\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.8883,2.8036,3.1326,2.8036,3.1326,2.9197,2.8883,2.9197],\u0022text\u0022:\u0022The\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.1842,2.8029,3.9301,2.8029,3.9301,2.9197,3.1842,2.9197],\u0022text\u0022:\u0022conference\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.9871,2.8036,4.2019,2.8036,4.2019,2.9197,3.9871,2.9197],\u0022text\u0022:\u0022has\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.2529,2.8036,4.5104,2.8036,4.5104,2.9197,4.2529,2.9197],\u0022text\u0022:\u0022sold\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.5701,2.8197,4.7871,2.8197,4.7871,2.9197,4.5701,2.9197],\u0022text\u0022:\u0022out\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.8373,2.8029,4.9701,2.8029,4.9701,2.9197,4.8373,2.9197],\u0022text\u0022:\u0022of\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[5.0169,2.8089,5.1601,2.8089,5.1601,2.9197,5.0169,2.9197],\u0022text\u0022:\u0022its\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[5.2167,2.81,5.5766,2.81,5.5766,2.9418,5.2167,2.9418],\u0022text\u0022:\u00221,500\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[5.6227,2.8036,6.0928,2.8036,6.0928,2.9418,5.6227,2.9418],\u0022text\u0022:\u0022tickets,\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.1461,2.8036,6.4308,2.8036,6.4308,2.9195,6.1461,2.9195],\u0022text\u0022:\u0022with\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.488,2.8383,6.548,2.8383,6.548,2.9197,6.488,2.9197],\u0022text\u0022:\u0022a\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.6016,2.81,6.8449,2.81,6.8449,2.9197,6.6016,2.9197],\u0022text\u0022:\u0022400\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.8998,2.8383,7.3457,2.8383,7.3457,2.9478,6.8998,2.9478],\u0022text\u0022:\u0022person\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0043,3.0229,7.2482,3.0229,7.2482,3.1678,1.0043,3.1678],\u0022text\u0022:\u0022waitlist. Vendor applications are being accepted through Feb 28, 2020. Please fill in the form\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0043,3.0236,1.5194,3.0236,1.5194,3.1397,1.0043,3.1397],\u0022text\u0022:\u0022waitlist.\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.5733,3.0239,2.0654,3.0239,2.0654,3.1397,1.5733,3.1397],\u0022text\u0022:\u0022Vendor\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.1132,3.0236,2.9143,3.0236,2.9143,3.1678,2.1132,3.1678],\u0022text\u0022:\u0022applications\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.9675,3.0583,3.1726,3.0583,3.1726,3.1397,2.9675,3.1397],\u0022text\u0022:\u0022are\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.2306,3.0236,3.5889,3.0236,3.5889,3.1678,3.2306,3.1678],\u0022text\u0022:\u0022being\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.6388,3.0239,4.2336,3.0239,4.2336,3.1678,3.6388,3.1678],\u0022text\u0022:\u0022accepted\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.2862,3.0236,4.8127,3.0236,4.8127,3.1678,4.2862,3.1678],\u0022text\u0022:\u0022through\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.8815,3.0236,5.1133,3.0236,5.1133,3.14,4.8815,3.14],\u0022text\u0022:\u0022Feb\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[5.163,3.0297,5.361,3.0297,5.361,3.162,5.163,3.162],\u0022text\u0022:\u002228,\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[5.413,3.0297,5.7774,3.0297,5.7774,3.14,5.413,3.14],\u0022text\u0022:\u00222020.\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[5.8406,3.0236,6.2537,3.0236,6.2537,3.1397,5.8406,3.1397],\u0022text\u0022:\u0022Please\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.3022,3.0229,6.4539,3.0229,6.4539,3.1387,6.3022,3.1387],\u0022text\u0022:\u0022fill\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.5131,3.0289,6.6158,3.0289,6.6158,3.1387,6.5131,3.1387],\u0022text\u0022:\u0022in\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.6673,3.0236,6.8842,3.0236,6.8842,3.1397,6.6673,3.1397],\u0022text\u0022:\u0022the\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.9317,3.0229,7.2482,3.0229,7.2482,3.1397,6.9317,3.1397],\u0022text\u0022:\u0022form\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0125,3.2436,3.6599,3.2436,3.6599,3.3818,1.0125,3.3818],\u0022text\u0022:\u0022below, and attach a check made out to:\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0125,3.2436,1.4459,3.2436,1.4459,3.3818,1.0125,3.3818],\u0022text\u0022:\u0022below,\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.5024,3.2439,1.7371,3.2439,1.7371,3.3597,1.5024,3.3597],\u0022text\u0022:\u0022and\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.7968,3.2436,2.2047,3.2436,2.2047,3.3597,1.7968,3.3597],\u0022text\u0022:\u0022attach\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.2619,3.2783,2.3219,3.2783,2.3219,3.3597,2.2619,3.3597],\u0022text\u0022:\u0022a\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.379,3.2436,2.7529,3.2436,2.7529,3.3597,2.379,3.3597],\u0022text\u0022:\u0022check\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.8076,3.2439,3.17,3.2439,3.17,3.3597,2.8076,3.3597],\u0022text\u0022:\u0022made\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.2251,3.2597,3.4421,3.2597,3.4421,3.3597,3.2251,3.3597],\u0022text\u0022:\u0022out\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.4869,3.2597,3.6599,3.2597,3.6599,3.3597,3.4869,3.3597],\u0022text\u0022:\u0022to:\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0078,3.5739,1.843,3.5739,1.843,3.6897,1.0078,3.6897],\u0022text\u0022:\u0022Contoso Ltd.\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0078,3.5802,1.5548,3.5802,1.5548,3.6897,1.0078,3.6897],\u0022text\u0022:\u0022Contoso\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.6125,3.5739,1.843,3.5739,1.843,3.6897,1.6125,3.6897],\u0022text\u0022:\u0022Ltd.\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0093,3.7939,2.3768,3.7939,2.3768,3.9378,1.0093,3.9378],\u0022text\u0022:\u00222345 Dogwood Lane\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0093,3.8,1.3297,3.8,1.3297,3.9097,1.0093,3.9097],\u0022text\u0022:\u00222345\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.3899,3.7939,2.0149,3.7939,2.0149,3.9378,1.3899,3.9378],\u0022text\u0022:\u0022Dogwood\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.0788,3.8012,2.3768,3.8012,2.3768,3.9097,2.0788,3.9097],\u0022text\u0022:\u0022Lane\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.014,4.0136,2.3377,4.0136,2.3377,4.1518,1.014,4.1518],\u0022text\u0022:\u0022Birch, Kansas 98123\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.014,4.0136,1.3745,4.0136,1.3745,4.1518,1.014,4.1518],\u0022text\u0022:\u0022Birch,\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.4375,4.0212,1.8819,4.0212,1.8819,4.1297,1.4375,4.1297],\u0022text\u0022:\u0022Kansas\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.9318,4.02,2.3377,4.02,2.3377,4.1297,1.9318,4.1297],\u0022text\u0022:\u002298123\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0204,4.4248,1.5303,4.4248,1.5303,4.5682,1.0204,4.5682],\u0022text\u0022:\u0022Rates:\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0204,4.4248,1.5303,4.4248,1.5303,4.5682,1.0204,4.5682],\u0022text\u0022:\u0022Rates:\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0923,4.6986,1.6232,4.6986,1.6232,4.8428,1.0923,4.8428],\u0022text\u0022:\u0022Package\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0923,4.6986,1.6232,4.6986,1.6232,4.8428,1.0923,4.8428],\u0022text\u0022:\u0022Package\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.713,4.6986,3.2707,4.6986,3.2707,4.8147,2.713,4.8147],\u0022text\u0022:\u0022Included\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.713,4.6986,3.2707,4.6986,3.2707,4.8147,2.713,4.8147],\u0022text\u0022:\u0022Included\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[5.838,4.7039,6.1513,4.7039,6.1513,4.8147,5.838,4.8147],\u0022text\u0022:\u0022Price\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[5.838,4.7039,6.1513,4.7039,6.1513,4.8147,5.838,4.8147],\u0022text\u0022:\u0022Price\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0857,4.9086,1.9831,4.9086,1.9831,5.0528,1.0857,5.0528],\u0022text\u0022:\u0022Gold Sponsor\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0857,4.9086,1.3842,4.9086,1.3842,5.0247,1.0857,5.0247],\u0022text\u0022:\u0022Gold\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.4423,4.915,1.9831,4.915,1.9831,5.0528,1.4423,5.0528],\u0022text\u0022:\u0022Sponsor\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,4.954,3.018,4.954,3.018,5.0145,2.9586,5.0145],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,4.954,3.018,4.954,3.018,5.0145,2.9586,5.0145],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,4.9169,3.8726,4.9169,3.8726,5.033,3.214,5.033],\u0022text\u0022:\u0022Full booth\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,4.9169,3.4295,4.9169,3.4295,5.033,3.214,5.033],\u0022text\u0022:\u0022Full\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.492,4.9169,3.8726,4.9169,3.8726,5.033,3.492,5.033],\u0022text\u0022:\u0022booth\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[5.8328,4.8977,6.2829,4.8977,6.2829,5.0468,5.8328,5.0468],\u0022text\u0022:\u0022$1,500\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[5.8328,4.8977,6.2829,4.8977,6.2829,5.0468,5.8328,5.0468],\u0022text\u0022:\u0022$1,500\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,5.1673,3.018,5.1673,3.018,5.2279,2.9586,5.2279],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,5.1673,3.018,5.1673,3.018,5.2279,2.9586,5.2279],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,5.1302,4.7267,5.1302,4.7267,5.2744,3.214,5.2744],\u0022text\u0022:\u0022Pre-keynote thank you\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,5.1302,4.0183,5.1302,4.0183,5.2744,3.214,5.2744],\u0022text\u0022:\u0022Pre-keynote\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.0665,5.1302,4.4475,5.1302,4.4475,5.2463,4.0665,5.2463],\u0022text\u0022:\u0022thank\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.4903,5.165,4.7267,5.165,4.7267,5.2744,4.4903,5.2744],\u0022text\u0022:\u0022you\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,5.379,3.018,5.379,3.018,5.4395,2.9586,5.4395],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,5.379,3.018,5.379,3.018,5.4395,2.9586,5.4395],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,5.3495,4.2093,5.3495,4.2093,5.4861,3.214,5.4861],\u0022text\u0022:\u0022Logo on poster\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,5.3495,3.5163,5.3495,3.5163,5.4861,3.214,5.4861],\u0022text\u0022:\u0022Logo\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.5686,5.3767,3.7244,5.3767,3.7244,5.458,3.5686,5.458],\u0022text\u0022:\u0022on\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.7888,5.358,4.2093,5.358,4.2093,5.4861,3.7888,5.4861],\u0022text\u0022:\u0022poster\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,5.5923,3.018,5.5923,3.018,5.6529,2.9586,5.6529],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,5.5923,3.018,5.5923,3.018,5.6529,2.9586,5.6529],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,5.5552,5.201,5.5552,5.201,5.6994,3.214,5.6994],\u0022text\u0022:\u0022Full page ad in program guide\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,5.5552,3.4295,5.5552,3.4295,5.6713,3.214,5.6713],\u0022text\u0022:\u0022Full\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.492,5.59,3.7989,5.59,3.7989,5.6994,3.492,5.6994],\u0022text\u0022:\u0022page\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.8519,5.5556,3.9991,5.5556,3.9991,5.6713,3.8519,5.6713],\u0022text\u0022:\u0022ad\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.0599,5.5605,4.1626,5.5605,4.1626,5.6703,4.0599,5.6703],\u0022text\u0022:\u0022in\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.2248,5.59,4.7839,5.59,4.7839,5.6994,4.2248,5.6994],\u0022text\u0022:\u0022program\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.8367,5.5556,5.201,5.5556,5.201,5.6994,4.8367,5.6994],\u0022text\u0022:\u0022guide\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,5.804,3.018,5.804,3.018,5.8645,2.9586,5.8645],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,5.804,3.018,5.804,3.018,5.8645,2.9586,5.8645],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0842,5.9786,2.0339,5.9786,2.0339,6.1228,1.0842,6.1228],\u0022text\u0022:\u0022Silver Sponsor\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0842,5.9786,1.4443,5.9786,1.4443,6.0947,1.0842,6.0947],\u0022text\u0022:\u0022Silver\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.4904,5.985,2.0339,5.985,2.0339,6.1228,1.4904,6.1228],\u0022text\u0022:\u0022Sponsor\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,6.024,3.018,6.024,3.018,6.0845,2.9586,6.0845],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,6.024,3.018,6.024,3.018,6.0845,2.9586,6.0845],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,5.9869,3.8726,5.9869,3.8726,6.103,3.214,6.103],\u0022text\u0022:\u0022Full booth\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,5.9869,3.4295,5.9869,3.4295,6.103,3.214,6.103],\u0022text\u0022:\u0022Full\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.492,5.9869,3.8726,5.9869,3.8726,6.103,3.492,6.103],\u0022text\u0022:\u0022booth\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[5.8328,5.9677,6.2829,5.9677,6.2829,6.1168,5.8328,6.1168],\u0022text\u0022:\u0022$1,200\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[5.8328,5.9677,6.2829,5.9677,6.2829,6.1168,5.8328,6.1168],\u0022text\u0022:\u0022$1,200\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,6.2356,3.018,6.2356,3.018,6.2962,2.9586,6.2962],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,6.2356,3.018,6.2356,3.018,6.2962,2.9586,6.2962],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,6.1986,4.7938,6.1986,4.7938,6.3428,3.214,6.3428],\u0022text\u0022:\u0022Post-keynote thank you\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,6.1986,4.0878,6.1986,4.0878,6.3428,3.214,6.3428],\u0022text\u0022:\u0022Post-keynote\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.1348,6.1986,4.5158,6.1986,4.5158,6.3147,4.1348,6.3147],\u0022text\u0022:\u0022thank\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.5586,6.2333,4.7938,6.2333,4.7938,6.3428,4.5586,6.3428],\u0022text\u0022:\u0022you\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,6.4473,3.018,6.4473,3.018,6.5079,2.9586,6.5079],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,6.4473,3.018,6.4473,3.018,6.5079,2.9586,6.5079],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,6.4179,4.2093,6.4179,4.2093,6.5544,3.214,6.5544],\u0022text\u0022:\u0022Logo on poster\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,6.4179,3.5163,6.4179,3.5163,6.5544,3.214,6.5544],\u0022text\u0022:\u0022Logo\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.5686,6.445,3.7244,6.445,3.7244,6.5263,3.5686,6.5263],\u0022text\u0022:\u0022on\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.7888,6.4264,4.2093,6.4264,4.2093,6.5544,3.7888,6.5544],\u0022text\u0022:\u0022poster\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,6.6606,3.018,6.6606,3.018,6.7212,2.9586,6.7212],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,6.6606,3.018,6.6606,3.018,6.7212,2.9586,6.7212],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,6.6229,5.2314,6.6229,5.2314,6.7678,3.214,6.7678],\u0022text\u0022:\u0022Half page ad in program guide\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,6.6229,3.4739,6.6229,3.4739,6.7397,3.214,6.7397],\u0022text\u0022:\u0022Half\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.5224,6.6583,3.8326,6.6583,3.8326,6.7678,3.5224,6.7678],\u0022text\u0022:\u0022page\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.8843,6.6239,4.0315,6.6239,4.0315,6.7397,3.8843,6.7397],\u0022text\u0022:\u0022ad\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.0923,6.6289,4.195,6.6289,4.195,6.7387,4.0923,6.7387],\u0022text\u0022:\u0022in\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.2563,6.6583,4.8148,6.6583,4.8148,6.7678,4.2563,6.7678],\u0022text\u0022:\u0022program\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.8695,6.6239,5.2314,6.6239,5.2314,6.7678,4.8695,6.7678],\u0022text\u0022:\u0022guide\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0923,6.84,2.1362,6.84,2.1362,6.9778,1.0923,6.9778],\u0022text\u0022:\u0022Bronze Sponsor\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0923,6.8417,1.545,6.8417,1.545,6.9497,1.0923,6.9497],\u0022text\u0022:\u0022Bronze\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.5951,6.84,2.1362,6.84,2.1362,6.9778,1.5951,6.9778],\u0022text\u0022:\u0022Sponsor\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,6.879,3.018,6.879,3.018,6.9395,2.9586,6.9395],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,6.879,3.018,6.879,3.018,6.9395,2.9586,6.9395],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,6.8419,3.8726,6.8419,3.8726,6.958,3.214,6.958],\u0022text\u0022:\u0022Full booth\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,6.8419,3.4295,6.8419,3.4295,6.958,3.214,6.958],\u0022text\u0022:\u0022Full\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.492,6.8419,3.8726,6.8419,3.8726,6.958,3.492,6.958],\u0022text\u0022:\u0022booth\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[5.8328,6.8227,6.2829,6.8227,6.2829,6.9718,5.8328,6.9718],\u0022text\u0022:\u0022$1,000\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[5.8328,6.8227,6.2829,6.8227,6.2829,6.9718,5.8328,6.9718],\u0022text\u0022:\u0022$1,000\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,7.0923,3.018,7.0923,3.018,7.1529,2.9586,7.1529],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,7.0923,3.018,7.0923,3.018,7.1529,2.9586,7.1529],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,7.0629,4.2093,7.0629,4.2093,7.1994,3.214,7.1994],\u0022text\u0022:\u0022Logo on poster\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,7.0629,3.5163,7.0629,3.5163,7.1994,3.214,7.1994],\u0022text\u0022:\u0022Logo\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.5686,7.09,3.7244,7.09,3.7244,7.1713,3.5686,7.1713],\u0022text\u0022:\u0022on\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.7888,7.0714,4.2093,7.0714,4.2093,7.1994,3.7888,7.1994],\u0022text\u0022:\u0022poster\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,7.304,3.018,7.304,3.018,7.3645,2.9586,7.3645],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,7.304,3.018,7.304,3.018,7.3645,2.9586,7.3645],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.2082,7.2672,5.3419,7.2672,5.3419,7.4111,3.2082,7.4111],\u0022text\u0022:\u002250% discount on program guide\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.2082,7.2717,3.4817,7.2717,3.4817,7.3845,3.2082,7.3845],\u0022text\u0022:\u002250%\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.533,7.2672,4.1018,7.2672,4.1018,7.383,3.533,7.383],\u0022text\u0022:\u0022discount\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.1512,7.3017,4.307,7.3017,4.307,7.383,4.1512,7.383],\u0022text\u0022:\u0022on\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.3682,7.3017,4.9253,7.3017,4.9253,7.4111,4.3682,7.4111],\u0022text\u0022:\u0022program\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.981,7.2672,5.3419,7.2672,5.3419,7.4111,4.981,7.4111],\u0022text\u0022:\u0022guide\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.2075,7.4706,4.2429,7.4706,4.2429,7.5863,3.2075,7.5863],\u0022text\u0022:\u0022advertisements\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.2075,7.4706,4.2429,7.4706,4.2429,7.5863,3.2075,7.5863],\u0022text\u0022:\u0022advertisements\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0923,7.6819,1.7537,7.6819,1.7537,7.798,1.0923,7.798],\u0022text\u0022:\u0022Full Booth\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0923,7.6819,1.3079,7.6819,1.3079,7.798,1.0923,7.798],\u0022text\u0022:\u0022Full\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.3718,7.6819,1.7537,7.6819,1.7537,7.798,1.3718,7.798],\u0022text\u0022:\u0022Booth\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,7.7273,3.018,7.7273,3.018,7.7879,2.9586,7.7879],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,7.7273,3.018,7.7273,3.018,7.7879,2.9586,7.7879],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,7.6902,3.8726,7.6902,3.8726,7.8063,3.214,7.8063],\u0022text\u0022:\u0022Full booth\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,7.6902,3.4295,7.6902,3.4295,7.8063,3.214,7.8063],\u0022text\u0022:\u0022Full\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.492,7.6902,3.8726,7.6902,3.8726,7.8063,3.492,7.8063],\u0022text\u0022:\u0022booth\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[5.8328,7.6711,6.1586,7.6711,6.1586,7.8165,5.8328,7.8165],\u0022text\u0022:\u0022$600\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[5.8328,7.6711,6.1586,7.6711,6.1586,7.8165,5.8328,7.8165],\u0022text\u0022:\u0022$600\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,7.939,3.018,7.939,3.018,7.9995,2.9586,7.9995],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,7.939,3.018,7.939,3.018,7.9995,2.9586,7.9995],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.2082,7.9022,5.3419,7.9022,5.3419,8.0461,3.2082,8.0461],\u0022text\u0022:\u002250% discount on program guide\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.2082,7.9067,3.4817,7.9067,3.4817,8.0195,3.2082,8.0195],\u0022text\u0022:\u002250%\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.533,7.9022,4.1018,7.9022,4.1018,8.018,3.533,8.018],\u0022text\u0022:\u0022discount\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.1512,7.9367,4.307,7.9367,4.307,8.018,4.1512,8.018],\u0022text\u0022:\u0022on\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.3682,7.9367,4.9253,7.9367,4.9253,8.0461,4.3682,8.0461],\u0022text\u0022:\u0022program\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.981,7.9022,5.3419,7.9022,5.3419,8.0461,4.981,8.0461],\u0022text\u0022:\u0022guide\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.2075,8.1056,4.2429,8.1056,4.2429,8.2213,3.2075,8.2213],\u0022text\u0022:\u0022advertisements\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.2075,8.1056,4.2429,8.1056,4.2429,8.2213,3.2075,8.2213],\u0022text\u0022:\u0022advertisements\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0923,8.3162,1.7854,8.3162,1.7854,8.433,1.0923,8.433],\u0022text\u0022:\u0022Half Booth\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0923,8.3162,1.3522,8.3162,1.3522,8.433,1.0923,8.433],\u0022text\u0022:\u0022Half\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.4022,8.3169,1.7854,8.3169,1.7854,8.433,1.4022,8.433],\u0022text\u0022:\u0022Booth\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,8.3623,3.018,8.3623,3.018,8.4229,2.9586,8.4229],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,8.3623,3.018,8.3623,3.018,8.4229,2.9586,8.4229],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,8.3252,3.8726,8.3252,3.8726,8.4413,3.214,8.4413],\u0022text\u0022:\u0022Full booth\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,8.3252,3.4295,8.3252,3.4295,8.4413,3.214,8.4413],\u0022text\u0022:\u0022Full\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.492,8.3252,3.8726,8.3252,3.8726,8.4413,3.492,8.4413],\u0022text\u0022:\u0022booth\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[5.8328,8.3061,6.1586,8.3061,6.1586,8.4515,5.8328,8.4515],\u0022text\u0022:\u0022$350\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[5.8328,8.3061,6.1586,8.3061,6.1586,8.4515,5.8328,8.4515],\u0022text\u0022:\u0022$350\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,8.574,3.018,8.574,3.018,8.6345,2.9586,8.6345],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,8.574,3.018,8.574,3.018,8.6345,2.9586,8.6345],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.2093,8.5372,5.3419,8.5372,5.3419,8.6811,3.2093,8.6811],\u0022text\u0022:\u002225% discount on program guide\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.2093,8.5417,3.4817,8.5417,3.4817,8.6545,3.2093,8.6545],\u0022text\u0022:\u002225%\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.533,8.5372,4.1018,8.5372,4.1018,8.653,3.533,8.653],\u0022text\u0022:\u0022discount\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.1512,8.5717,4.307,8.5717,4.307,8.653,4.1512,8.653],\u0022text\u0022:\u0022on\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.3682,8.5717,4.9253,8.5717,4.9253,8.6811,4.3682,8.6811],\u0022text\u0022:\u0022program\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.981,8.5372,5.3419,8.5372,5.3419,8.6811,4.981,8.6811],\u0022text\u0022:\u0022guide\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.2075,8.7406,4.2429,8.7406,4.2429,8.8563,3.2075,8.8563],\u0022text\u0022:\u0022advertisements\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.2075,8.7406,4.2429,8.7406,4.2429,8.8563,3.2075,8.8563],\u0022text\u0022:\u0022advertisements\u0022,\u0022confidence\u0022:1}]}],\u0022selectionMarks\u0022:[{\u0022boundingBox\u0022:[0,10.2725,1.0372,10.2725,1.0372,10.9925,0,10.9925],\u0022confidence\u0022:0.69,\u0022state\u0022:\u0022unselected\u0022},{\u0022boundingBox\u0022:[0,10.6019,1.5095,10.6019,1.5095,10.9983,0,10.9983],\u0022confidence\u0022:0.69,\u0022state\u0022:\u0022unselected\u0022},{\u0022boundingBox\u0022:[2.9381,6.9634,3.0388,6.9634,3.0388,7.0736,2.9381,7.0736],\u0022confidence\u0022:0.553,\u0022state\u0022:\u0022unselected\u0022}]},{\u0022page\u0022:2,\u0022angle\u0022:0,\u0022width\u0022:8.5,\u0022height\u0022:11,\u0022unit\u0022:\u0022inch\u0022,\u0022lines\u0022:[{\u0022boundingBox\u0022:[6.1276,1.0667,7.4833,1.0667,7.4833,1.2403,6.1276,1.2403],\u0022text\u0022:\u0022Vendor #:121\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[6.1276,1.0667,6.8657,1.0667,6.8657,1.2403,6.1276,1.2403],\u0022text\u0022:\u0022Vendor\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.9307,1.0759,7.4833,1.0759,7.4833,1.2391,6.9307,1.2391],\u0022text\u0022:\u0022#:121\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0044,2.1771,2.35,2.1771,2.35,2.3315,1.0044,2.3315],\u0022text\u0022:\u0022Vendor Details:\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0044,2.1778,1.6496,2.1778,1.6496,2.3315,1.0044,2.3315],\u0022text\u0022:\u0022Vendor\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.7239,2.1771,2.35,2.1771,2.35,2.3315,1.7239,2.3315],\u0022text\u0022:\u0022Details:\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0065,2.7686,3.3477,2.7686,3.3477,2.9128,1.0065,2.9128],\u0022text\u0022:\u0022Company Name: Southridge Video\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0065,2.7749,1.651,2.7749,1.651,2.9126,1.0065,2.9126],\u0022text\u0022:\u0022Company\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.7019,2.7764,2.1376,2.7764,2.1376,2.885,1.7019,2.885],\u0022text\u0022:\u0022Name:\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.1925,2.7686,2.9184,2.7686,2.9184,2.9128,2.1925,2.9128],\u0022text\u0022:\u0022Southridge\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.9691,2.7689,3.3477,2.7689,3.3477,2.8847,2.9691,2.8847],\u0022text\u0022:\u0022Video\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0065,3.0986,3.5766,3.0986,3.5766,3.2428,1.0065,3.2428],\u0022text\u0022:\u0022Contact: Jamie@southridgevideo.com\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0065,3.1049,1.5706,3.1049,1.5706,3.215,1.0065,3.215],\u0022text\u0022:\u0022Contact:\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.6205,3.0986,3.5766,3.0986,3.5766,3.2428,1.6205,3.2428],\u0022text\u0022:\u0022Jamie@southridgevideo.com\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0115,3.4296,2.6542,3.4296,2.6542,3.5744,1.0115,3.5744],\u0022text\u0022:\u0022Preferred Package: Gold\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0115,3.4296,1.6499,3.4296,1.6499,3.5467,1.0115,3.5467],\u0022text\u0022:\u0022Preferred\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.7092,3.4302,2.2978,3.4302,2.2978,3.5744,1.7092,3.5744],\u0022text\u0022:\u0022Package:\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.3557,3.4302,2.6542,3.4302,2.6542,3.5463,2.3557,3.5463],\u0022text\u0022:\u0022Gold\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0052,3.7537,2.4783,3.7537,2.4783,3.9043,1.0052,3.9043],\u0022text\u0022:\u0022Special Requests: N/a\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0052,3.7602,1.475,3.7602,1.475,3.9043,1.0052,3.9043],\u0022text\u0022:\u0022Special\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.5342,3.7684,2.1899,3.7684,2.1899,3.9043,1.5342,3.9043],\u0022text\u0022:\u0022Requests:\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.254,3.7537,2.4783,3.7537,2.4783,3.8976,2.254,3.8976],\u0022text\u0022:\u0022N/a\u0022,\u0022confidence\u0022:1}]}],\u0022selectionMarks\u0022:[{\u0022boundingBox\u0022:[0.0024,9.869,1.0826,9.869,1.0826,10.9955,0.0024,10.9955],\u0022confidence\u0022:0.833,\u0022state\u0022:\u0022unselected\u0022},{\u0022boundingBox\u0022:[7.6562,1.0157,8.5,1.0157,8.5,2.8293,7.6562,2.8293],\u0022confidence\u0022:0.6,\u0022state\u0022:\u0022unselected\u0022},{\u0022boundingBox\u0022:[0.0008,10.4758,1.8164,10.4758,1.8164,10.9978,0.0008,10.9978],\u0022confidence\u0022:0.6,\u0022state\u0022:\u0022unselected\u0022}]}],\u0022pageResults\u0022:[{\u0022page\u0022:1,\u0022tables\u0022:[{\u0022rows\u0022:20,\u0022columns\u0022:3,\u0022cells\u0022:[{\u0022rowIndex\u0022:0,\u0022columnIndex\u0022:0,\u0022text\u0022:\u0022Package\u0022,\u0022boundingBox\u0022:[1.0033,4.6517,2.625,4.6517,2.625,4.8617,1.0033,4.8617],\u0022elements\u0022:[\u0022#/readResults/0/lines/10/words/0\u0022]},{\u0022rowIndex\u0022:0,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022Included\u0022,\u0022boundingBox\u0022:[2.625,4.6517,5.75,4.6517,5.75,4.8617,2.625,4.8617],\u0022elements\u0022:[\u0022#/readResults/0/lines/11/words/0\u0022]},{\u0022rowIndex\u0022:0,\u0022columnIndex\u0022:2,\u0022text\u0022:\u0022Price\u0022,\u0022boundingBox\u0022:[5.75,4.6517,7.4967,4.6517,7.4967,4.8617,5.75,4.8617],\u0022elements\u0022:[\u0022#/readResults/0/lines/12/words/0\u0022]},{\u0022rowIndex\u0022:1,\u0022columnIndex\u0022:0,\u0022text\u0022:\u0022Gold Sponsor\u0022,\u0022boundingBox\u0022:[1.0033,4.8617,2.625,4.8617,2.625,5.0833,1.0033,5.0833],\u0022elements\u0022:[\u0022#/readResults/0/lines/13/words/0\u0022,\u0022#/readResults/0/lines/13/words/1\u0022]},{\u0022rowIndex\u0022:1,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Full booth\u0022,\u0022boundingBox\u0022:[2.625,4.8617,5.75,4.8617,5.75,5.0833,2.625,5.0833],\u0022elements\u0022:[\u0022#/readResults/0/lines/14/words/0\u0022,\u0022#/readResults/0/lines/15/words/0\u0022,\u0022#/readResults/0/lines/15/words/1\u0022]},{\u0022rowIndex\u0022:1,\u0022columnIndex\u0022:2,\u0022text\u0022:\u0022$1,500\u0022,\u0022boundingBox\u0022:[5.75,4.8617,7.4967,4.8617,7.4967,5.0833,5.75,5.0833],\u0022elements\u0022:[\u0022#/readResults/0/lines/16/words/0\u0022]},{\u0022rowIndex\u0022:2,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Pre-keynote thank you\u0022,\u0022boundingBox\u0022:[2.625,5.0833,5.75,5.0833,5.75,5.3056,2.625,5.3056],\u0022elements\u0022:[\u0022#/readResults/0/lines/17/words/0\u0022,\u0022#/readResults/0/lines/18/words/0\u0022,\u0022#/readResults/0/lines/18/words/1\u0022,\u0022#/readResults/0/lines/18/words/2\u0022]},{\u0022rowIndex\u0022:3,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Logo on poster\u0022,\u0022boundingBox\u0022:[2.625,5.3056,5.75,5.3056,5.75,5.5139,2.625,5.5139],\u0022elements\u0022:[\u0022#/readResults/0/lines/19/words/0\u0022,\u0022#/readResults/0/lines/20/words/0\u0022,\u0022#/readResults/0/lines/20/words/1\u0022,\u0022#/readResults/0/lines/20/words/2\u0022]},{\u0022rowIndex\u0022:4,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Full page ad in program guide\u0022,\u0022boundingBox\u0022:[2.625,5.5139,5.75,5.5139,5.75,5.7361,2.625,5.7361],\u0022elements\u0022:[\u0022#/readResults/0/lines/21/words/0\u0022,\u0022#/readResults/0/lines/22/words/0\u0022,\u0022#/readResults/0/lines/22/words/1\u0022,\u0022#/readResults/0/lines/22/words/2\u0022,\u0022#/readResults/0/lines/22/words/3\u0022,\u0022#/readResults/0/lines/22/words/4\u0022,\u0022#/readResults/0/lines/22/words/5\u0022]},{\u0022rowIndex\u0022:5,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.625,5.7361,5.75,5.7361,5.75,5.93,2.625,5.93],\u0022elements\u0022:[\u0022#/readResults/0/lines/23/words/0\u0022]},{\u0022rowIndex\u0022:6,\u0022columnIndex\u0022:0,\u0022text\u0022:\u0022Silver Sponsor\u0022,\u0022boundingBox\u0022:[1.0033,5.93,2.625,5.93,2.625,6.1528,1.0033,6.1528],\u0022elements\u0022:[\u0022#/readResults/0/lines/24/words/0\u0022,\u0022#/readResults/0/lines/24/words/1\u0022]},{\u0022rowIndex\u0022:6,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Full booth\u0022,\u0022boundingBox\u0022:[2.625,5.93,5.75,5.93,5.75,6.1528,2.625,6.1528],\u0022elements\u0022:[\u0022#/readResults/0/lines/25/words/0\u0022,\u0022#/readResults/0/lines/26/words/0\u0022,\u0022#/readResults/0/lines/26/words/1\u0022]},{\u0022rowIndex\u0022:6,\u0022columnIndex\u0022:2,\u0022text\u0022:\u0022$1,200\u0022,\u0022boundingBox\u0022:[5.75,5.93,7.4967,5.93,7.4967,6.1528,5.75,6.1528],\u0022elements\u0022:[\u0022#/readResults/0/lines/27/words/0\u0022]},{\u0022rowIndex\u0022:7,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Post-keynote thank you\u0022,\u0022boundingBox\u0022:[2.625,6.1528,5.75,6.1528,5.75,6.375,2.625,6.375],\u0022elements\u0022:[\u0022#/readResults/0/lines/28/words/0\u0022,\u0022#/readResults/0/lines/29/words/0\u0022,\u0022#/readResults/0/lines/29/words/1\u0022,\u0022#/readResults/0/lines/29/words/2\u0022]},{\u0022rowIndex\u0022:8,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Logo on poster\u0022,\u0022boundingBox\u0022:[2.625,6.375,5.75,6.375,5.75,6.5833,2.625,6.5833],\u0022elements\u0022:[\u0022#/readResults/0/lines/30/words/0\u0022,\u0022#/readResults/0/lines/31/words/0\u0022,\u0022#/readResults/0/lines/31/words/1\u0022,\u0022#/readResults/0/lines/31/words/2\u0022]},{\u0022rowIndex\u0022:9,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Half page ad in program guide\u0022,\u0022boundingBox\u0022:[2.625,6.5833,5.75,6.5833,5.75,6.7867,2.625,6.7867],\u0022elements\u0022:[\u0022#/readResults/0/lines/32/words/0\u0022,\u0022#/readResults/0/lines/33/words/0\u0022,\u0022#/readResults/0/lines/33/words/1\u0022,\u0022#/readResults/0/lines/33/words/2\u0022,\u0022#/readResults/0/lines/33/words/3\u0022,\u0022#/readResults/0/lines/33/words/4\u0022,\u0022#/readResults/0/lines/33/words/5\u0022]},{\u0022rowIndex\u0022:10,\u0022columnIndex\u0022:0,\u0022text\u0022:\u0022Bronze Sponsor\u0022,\u0022boundingBox\u0022:[1.0033,6.7867,2.625,6.7867,2.625,7.0139,1.0033,7.0139],\u0022elements\u0022:[\u0022#/readResults/0/lines/34/words/0\u0022,\u0022#/readResults/0/lines/34/words/1\u0022]},{\u0022rowIndex\u0022:10,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Full booth\u0022,\u0022boundingBox\u0022:[2.625,6.7867,5.75,6.7867,5.75,7.0139,2.625,7.0139],\u0022elements\u0022:[\u0022#/readResults/0/lines/35/words/0\u0022,\u0022#/readResults/0/lines/36/words/0\u0022,\u0022#/readResults/0/lines/36/words/1\u0022]},{\u0022rowIndex\u0022:10,\u0022columnIndex\u0022:2,\u0022text\u0022:\u0022$1,000\u0022,\u0022boundingBox\u0022:[5.75,6.7867,7.4967,6.7867,7.4967,7.0139,5.75,7.0139],\u0022elements\u0022:[\u0022#/readResults/0/lines/37/words/0\u0022]},{\u0022rowIndex\u0022:11,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Logo on poster\u0022,\u0022boundingBox\u0022:[2.625,7.0139,5.75,7.0139,5.75,7.2222,2.625,7.2222],\u0022elements\u0022:[\u0022#/readResults/0/lines/38/words/0\u0022,\u0022#/readResults/0/lines/39/words/0\u0022,\u0022#/readResults/0/lines/39/words/1\u0022,\u0022#/readResults/0/lines/39/words/2\u0022]},{\u0022rowIndex\u0022:12,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 50% discount on program guide\u0022,\u0022boundingBox\u0022:[2.625,7.2222,5.75,7.2222,5.75,7.4306,2.625,7.4306],\u0022elements\u0022:[\u0022#/readResults/0/lines/40/words/0\u0022,\u0022#/readResults/0/lines/41/words/0\u0022,\u0022#/readResults/0/lines/41/words/1\u0022,\u0022#/readResults/0/lines/41/words/2\u0022,\u0022#/readResults/0/lines/41/words/3\u0022,\u0022#/readResults/0/lines/41/words/4\u0022]},{\u0022rowIndex\u0022:13,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022advertisements\u0022,\u0022boundingBox\u0022:[2.625,7.4306,5.75,7.4306,5.75,7.635,2.625,7.635],\u0022elements\u0022:[\u0022#/readResults/0/lines/42/words/0\u0022]},{\u0022rowIndex\u0022:14,\u0022columnIndex\u0022:0,\u0022text\u0022:\u0022Full Booth\u0022,\u0022boundingBox\u0022:[1.0033,7.635,2.625,7.635,2.625,7.8611,1.0033,7.8611],\u0022elements\u0022:[\u0022#/readResults/0/lines/43/words/0\u0022,\u0022#/readResults/0/lines/43/words/1\u0022]},{\u0022rowIndex\u0022:14,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Full booth\u0022,\u0022boundingBox\u0022:[2.625,7.635,5.75,7.635,5.75,7.8611,2.625,7.8611],\u0022elements\u0022:[\u0022#/readResults/0/lines/44/words/0\u0022,\u0022#/readResults/0/lines/45/words/0\u0022,\u0022#/readResults/0/lines/45/words/1\u0022]},{\u0022rowIndex\u0022:14,\u0022columnIndex\u0022:2,\u0022text\u0022:\u0022$600\u0022,\u0022boundingBox\u0022:[5.75,7.635,7.4967,7.635,7.4967,7.8611,5.75,7.8611],\u0022elements\u0022:[\u0022#/readResults/0/lines/46/words/0\u0022]},{\u0022rowIndex\u0022:15,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 50% discount on program guide\u0022,\u0022boundingBox\u0022:[2.625,7.8611,5.75,7.8611,5.75,8.0694,2.625,8.0694],\u0022elements\u0022:[\u0022#/readResults/0/lines/47/words/0\u0022,\u0022#/readResults/0/lines/48/words/0\u0022,\u0022#/readResults/0/lines/48/words/1\u0022,\u0022#/readResults/0/lines/48/words/2\u0022,\u0022#/readResults/0/lines/48/words/3\u0022,\u0022#/readResults/0/lines/48/words/4\u0022]},{\u0022rowIndex\u0022:16,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022advertisements\u0022,\u0022boundingBox\u0022:[2.625,8.0694,5.75,8.0694,5.75,8.27,2.625,8.27],\u0022elements\u0022:[\u0022#/readResults/0/lines/49/words/0\u0022]},{\u0022rowIndex\u0022:17,\u0022columnIndex\u0022:0,\u0022text\u0022:\u0022Half Booth\u0022,\u0022boundingBox\u0022:[1.0033,8.27,2.625,8.27,2.625,8.4861,1.0033,8.4861],\u0022elements\u0022:[\u0022#/readResults/0/lines/50/words/0\u0022,\u0022#/readResults/0/lines/50/words/1\u0022]},{\u0022rowIndex\u0022:17,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Full booth\u0022,\u0022boundingBox\u0022:[2.625,8.27,5.75,8.27,5.75,8.4861,2.625,8.4861],\u0022elements\u0022:[\u0022#/readResults/0/lines/51/words/0\u0022,\u0022#/readResults/0/lines/52/words/0\u0022,\u0022#/readResults/0/lines/52/words/1\u0022]},{\u0022rowIndex\u0022:17,\u0022columnIndex\u0022:2,\u0022text\u0022:\u0022$350\u0022,\u0022boundingBox\u0022:[5.75,8.27,7.4967,8.27,7.4967,8.4861,5.75,8.4861],\u0022elements\u0022:[\u0022#/readResults/0/lines/53/words/0\u0022]},{\u0022rowIndex\u0022:18,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 25% discount on program guide\u0022,\u0022boundingBox\u0022:[2.625,8.4861,5.75,8.4861,5.75,8.7083,2.625,8.7083],\u0022elements\u0022:[\u0022#/readResults/0/lines/54/words/0\u0022,\u0022#/readResults/0/lines/55/words/0\u0022,\u0022#/readResults/0/lines/55/words/1\u0022,\u0022#/readResults/0/lines/55/words/2\u0022,\u0022#/readResults/0/lines/55/words/3\u0022,\u0022#/readResults/0/lines/55/words/4\u0022]},{\u0022rowIndex\u0022:19,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022advertisements\u0022,\u0022boundingBox\u0022:[2.625,8.7083,5.75,8.7083,5.75,8.905,2.625,8.905],\u0022elements\u0022:[\u0022#/readResults/0/lines/56/words/0\u0022]}]}]},{\u0022page\u0022:2,\u0022tables\u0022:[]}],\u0022documentResults\u0022:[{\u0022docType\u0022:\u0022custom:015d74a5-880a-497f-b3a7-daf0414912ea\u0022,\u0022modelId\u0022:\u0022015d74a5-880a-497f-b3a7-daf0414912ea\u0022,\u0022pageRange\u0022:[1,2],\u0022fields\u0022:{\u0022Silver\u0022:{\u0022type\u0022:\u0022string\u0022,\u0022valueString\u0022:\u0022$1,200\u0022,\u0022text\u0022:\u0022$1,200\u0022,\u0022page\u0022:1,\u0022boundingBox\u0022:[5.835,5.97,6.285,5.97,6.285,6.115,5.835,6.115],\u0022confidence\u0022:1.0,\u0022elements\u0022:[\u0022#/readResults/0/lines/27/words/0\u0022]},\u0022Bronze\u0022:{\u0022type\u0022:\u0022string\u0022,\u0022valueString\u0022:\u0022$1,000\u0022,\u0022text\u0022:\u0022$1,000\u0022,\u0022page\u0022:1,\u0022boundingBox\u0022:[5.835,6.825,6.285,6.825,6.285,6.97,5.835,6.97],\u0022confidence\u0022:1.0,\u0022elements\u0022:[\u0022#/readResults/0/lines/37/words/0\u0022]},\u0022Gold\u0022:{\u0022type\u0022:\u0022string\u0022,\u0022valueString\u0022:\u0022$1,500\u0022,\u0022text\u0022:\u0022$1,500\u0022,\u0022page\u0022:1,\u0022boundingBox\u0022:[5.835,4.9,6.285,4.9,6.285,5.045,5.835,5.045],\u0022confidence\u0022:1.0,\u0022elements\u0022:[\u0022#/readResults/0/lines/16/words/0\u0022]},\u0022CompanyName\u0022:{\u0022type\u0022:\u0022string\u0022,\u0022valueString\u0022:\u0022Southridge Video\u0022,\u0022text\u0022:\u0022Southridge Video\u0022,\u0022page\u0022:2,\u0022boundingBox\u0022:[2.19,2.77,3.35,2.77,3.35,2.915,2.19,2.915],\u0022confidence\u0022:1.0,\u0022elements\u0022:[\u0022#/readResults/1/lines/2/words/2\u0022,\u0022#/readResults/1/lines/2/words/3\u0022]},\u0022Contact\u0022:{\u0022type\u0022:\u0022string\u0022,\u0022valueString\u0022:\u0022Jamie@southridgevideo.com\u0022,\u0022text\u0022:\u0022Jamie@southridgevideo.com\u0022,\u0022page\u0022:2,\u0022boundingBox\u0022:[1.62,3.1,3.575,3.1,3.575,3.245,1.62,3.245],\u0022confidence\u0022:1.0,\u0022elements\u0022:[\u0022#/readResults/1/lines/3/words/1\u0022]},\u0022Half\u0022:{\u0022type\u0022:\u0022string\u0022,\u0022valueString\u0022:\u0022$350\u0022,\u0022text\u0022:\u0022$350\u0022,\u0022page\u0022:1,\u0022boundingBox\u0022:[5.835,8.305,6.16,8.305,6.16,8.45,5.835,8.45],\u0022confidence\u0022:1.0,\u0022elements\u0022:[\u0022#/readResults/0/lines/53/words/0\u0022]},\u0022Full\u0022:{\u0022type\u0022:\u0022string\u0022,\u0022valueString\u0022:\u0022$600\u0022,\u0022text\u0022:\u0022$600\u0022,\u0022page\u0022:1,\u0022boundingBox\u0022:[5.835,7.67,6.16,7.67,6.16,7.815,5.835,7.815],\u0022confidence\u0022:1.0,\u0022elements\u0022:[\u0022#/readResults/0/lines/46/words/0\u0022]}},\u0022docTypeConfidence\u0022:1.0}],\u0022errors\u0022:[]}}" }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/389a00e0-71fa-4d9e-a8bb-821e56f60c23", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/015d74a5-880a-497f-b3a7-daf0414912ea", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-d40758c7d7b8e1459fabab2f1c0f5625-dafc98f56a666a44-00", + "traceparent": "00-c29f7c42491ef84bada58065c2aea7bc-34acdb874e60ed46-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "35d80cdf05dfada0df6f766bbee960b4", + "x-ms-client-request-id": "b5e8f920c8115660e203fb242fa5ab4a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 204, "ResponseHeaders": { - "apim-request-id": "0fa9c91d-b0f8-4dfd-9e8f-a7f3cd3d583f", + "apim-request-id": "b3e2ff31-dd49-4b39-abe8-002099798daa", "Content-Length": "0", - "Date": "Wed, 09 Sep 2020 22:31:05 GMT", + "Date": "Fri, 30 Oct 2020 12:53:40 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "49" + "x-envoy-upstream-service-time": "38" }, "ResponseBody": [] } ], "Variables": { "FORM_RECOGNIZER_API_KEY": "Sanitized", - "FORM_RECOGNIZER_ENDPOINT": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/", + "FORM_RECOGNIZER_ENDPOINT": "https://camaiaor-formrec-westcentralus.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": "697771995" } diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsWithLabelsCanParseMultipageForm(True)Async.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsWithLabelsCanParseMultipageForm(True)Async.json index 1e688156bf908..b724f9b6a1e24 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsWithLabelsCanParseMultipageForm(True)Async.json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsWithLabelsCanParseMultipageForm(True)Async.json @@ -1,17 +1,17 @@ { "Entries": [ { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "42", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-544d659cbb9c1e409201ab18e7857802-108d92b016529b4d-00", + "traceparent": "00-f54f3c5cce12bc4181bef2e545525050-6964c0c5f805924f-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "3dab3dfb9023a4c657e3e434ce6e62c8", "x-ms-return-client-request-id": "true" @@ -22,25 +22,25 @@ }, "StatusCode": 201, "ResponseHeaders": { - "apim-request-id": "f0489774-e456-42bb-90c7-a1cf055096d0", + "apim-request-id": "08cb05a0-a723-4e23-9a61-2b7d715860a5", "Content-Length": "0", - "Date": "Wed, 09 Sep 2020 22:36:03 GMT", - "Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/588c1f7e-ec05-45dc-90cf-da133fb7ed10", + "Date": "Fri, 30 Oct 2020 12:59:43 GMT", + "Location": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/2bc78fbd-8f5c-40e4-82a4-9d4d44316050", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "92" + "x-envoy-upstream-service-time": "67" }, "ResponseBody": [] }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/588c1f7e-ec05-45dc-90cf-da133fb7ed10?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/2bc78fbd-8f5c-40e4-82a4-9d4d44316050?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "f88b2271f7250f014801cb7242a3b420", "x-ms-return-client-request-id": "true" @@ -48,32 +48,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "bfa2e132-ee10-4dc6-a600-eda5db95614b", + "apim-request-id": "347d360f-6097-4b6e-b766-d66e55479d1e", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:36:03 GMT", + "Date": "Fri, 30 Oct 2020 12:59:43 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": "35" }, "ResponseBody": { "modelInfo": { - "modelId": "588c1f7e-ec05-45dc-90cf-da133fb7ed10", + "modelId": "2bc78fbd-8f5c-40e4-82a4-9d4d44316050", "status": "creating", - "createdDateTime": "2020-09-09T22:36:04Z", - "lastUpdatedDateTime": "2020-09-09T22:36:04Z" + "createdDateTime": "2020-10-30T12:59:44Z", + "lastUpdatedDateTime": "2020-10-30T12:59:44Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/588c1f7e-ec05-45dc-90cf-da133fb7ed10?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/2bc78fbd-8f5c-40e4-82a4-9d4d44316050?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "85e94adcc610b485552fc7ba87df7c16", "x-ms-return-client-request-id": "true" @@ -81,306 +81,9 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "92736852-abd6-404f-bcb9-13fa10c18e49", + "apim-request-id": "3a41f13c-6580-46bd-bda3-3a79b79c3d7b", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:36:04 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "20" - }, - "ResponseBody": { - "modelInfo": { - "modelId": "588c1f7e-ec05-45dc-90cf-da133fb7ed10", - "status": "creating", - "createdDateTime": "2020-09-09T22:36:04Z", - "lastUpdatedDateTime": "2020-09-09T22:36:04Z" - } - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/588c1f7e-ec05-45dc-90cf-da133fb7ed10?includeKeys=true", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "1fc46a8673a803fd3c9bf422c55362b3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "7bca8ff8-c9b8-4643-9091-056091710be8", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:36:06 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "29" - }, - "ResponseBody": { - "modelInfo": { - "modelId": "588c1f7e-ec05-45dc-90cf-da133fb7ed10", - "status": "creating", - "createdDateTime": "2020-09-09T22:36:04Z", - "lastUpdatedDateTime": "2020-09-09T22:36:04Z" - } - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/588c1f7e-ec05-45dc-90cf-da133fb7ed10?includeKeys=true", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "8358c42fdd85abb79cd6a3f62f468869", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "86c6b7c7-1443-48bc-9baf-921e36e4cee7", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:36:07 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": "588c1f7e-ec05-45dc-90cf-da133fb7ed10", - "status": "creating", - "createdDateTime": "2020-09-09T22:36:04Z", - "lastUpdatedDateTime": "2020-09-09T22:36:04Z" - } - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/588c1f7e-ec05-45dc-90cf-da133fb7ed10?includeKeys=true", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "d7ecb48494df68774ce54875d163ef01", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "d487223d-d4aa-431f-adc2-3ba2c1bd6c47", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:36:08 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "20" - }, - "ResponseBody": { - "modelInfo": { - "modelId": "588c1f7e-ec05-45dc-90cf-da133fb7ed10", - "status": "creating", - "createdDateTime": "2020-09-09T22:36:04Z", - "lastUpdatedDateTime": "2020-09-09T22:36:04Z" - } - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/588c1f7e-ec05-45dc-90cf-da133fb7ed10?includeKeys=true", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "c28b14ccf887a891b31982d2d007d3f5", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "a04a12fe-a7f5-4b46-b8f6-09fcfbf4c153", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:36:10 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "20" - }, - "ResponseBody": { - "modelInfo": { - "modelId": "588c1f7e-ec05-45dc-90cf-da133fb7ed10", - "status": "creating", - "createdDateTime": "2020-09-09T22:36:04Z", - "lastUpdatedDateTime": "2020-09-09T22:36:04Z" - } - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/588c1f7e-ec05-45dc-90cf-da133fb7ed10?includeKeys=true", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "109d8b138b679bd44cef369f9442d939", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "c7be51e1-f77d-44b7-91be-853612697576", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:36:11 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": "588c1f7e-ec05-45dc-90cf-da133fb7ed10", - "status": "creating", - "createdDateTime": "2020-09-09T22:36:04Z", - "lastUpdatedDateTime": "2020-09-09T22:36:04Z" - } - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/588c1f7e-ec05-45dc-90cf-da133fb7ed10?includeKeys=true", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "1b29a1e6c5bb8be2234324c511a59845", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "a6ae69d1-618f-494f-a22f-4f0df2b92172", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:36:12 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": "588c1f7e-ec05-45dc-90cf-da133fb7ed10", - "status": "creating", - "createdDateTime": "2020-09-09T22:36:04Z", - "lastUpdatedDateTime": "2020-09-09T22:36:04Z" - } - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/588c1f7e-ec05-45dc-90cf-da133fb7ed10?includeKeys=true", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "45625311dec541993ff07697c2f11470", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "12844cb4-9da6-42ce-a288-c352bbaeea6c", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:36:13 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": "588c1f7e-ec05-45dc-90cf-da133fb7ed10", - "status": "creating", - "createdDateTime": "2020-09-09T22:36:04Z", - "lastUpdatedDateTime": "2020-09-09T22:36:04Z" - } - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/588c1f7e-ec05-45dc-90cf-da133fb7ed10?includeKeys=true", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "2eeb493fb8de4d3aa912ed24670e89a6", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "ae40d118-daca-457e-89a2-cd7f1a9371c1", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:36:14 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": "588c1f7e-ec05-45dc-90cf-da133fb7ed10", - "status": "creating", - "createdDateTime": "2020-09-09T22:36:04Z", - "lastUpdatedDateTime": "2020-09-09T22:36:04Z" - } - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/588c1f7e-ec05-45dc-90cf-da133fb7ed10?includeKeys=true", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "418ef15694e0087408e7dbcb4f4ac932", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "31afd9a2-7b67-414e-9ad3-46359d473a4b", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:36:15 GMT", + "Date": "Fri, 30 Oct 2020 12:59:45 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", @@ -388,46 +91,46 @@ }, "ResponseBody": { "modelInfo": { - "modelId": "588c1f7e-ec05-45dc-90cf-da133fb7ed10", + "modelId": "2bc78fbd-8f5c-40e4-82a4-9d4d44316050", "status": "creating", - "createdDateTime": "2020-09-09T22:36:04Z", - "lastUpdatedDateTime": "2020-09-09T22:36:04Z" + "createdDateTime": "2020-10-30T12:59:44Z", + "lastUpdatedDateTime": "2020-10-30T12:59:44Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/588c1f7e-ec05-45dc-90cf-da133fb7ed10?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/2bc78fbd-8f5c-40e4-82a4-9d4d44316050?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "c886b32e6aba596718149cb3f175da31", + "x-ms-client-request-id": "1fc46a8673a803fd3c9bf422c55362b3", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "2928fafb-090d-48b6-a44c-8edc0dfbb211", + "apim-request-id": "4a1af663-f8d6-4fa4-9f54-db0f27a90893", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:36:16 GMT", + "Date": "Fri, 30 Oct 2020 12:59:46 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": "17" }, "ResponseBody": { "modelInfo": { - "modelId": "588c1f7e-ec05-45dc-90cf-da133fb7ed10", + "modelId": "2bc78fbd-8f5c-40e4-82a4-9d4d44316050", "attributes": { "isComposed": false }, "status": "ready", - "createdDateTime": "2020-09-09T22:36:04Z", - "lastUpdatedDateTime": "2020-09-09T22:36:16Z" + "createdDateTime": "2020-10-30T12:59:44Z", + "lastUpdatedDateTime": "2020-10-30T12:59:46Z" }, "trainResult": { "averageModelAccuracy": 0.971, @@ -493,510 +196,300 @@ } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/588c1f7e-ec05-45dc-90cf-da133fb7ed10/analyze?includeTextDetails=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/2bc78fbd-8f5c-40e4-82a4-9d4d44316050/analyze?includeTextDetails=true", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "711607", "Content-Type": "application/pdf", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-6c1ae13f9a43784484f5f583d2c34e7e-f2f028f1b5e9a24a-00", + "traceparent": "00-422519a244ba8242aab4fffe6e984756-e7706129283d754d-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "d041cf66d363ab90d4e326f6dc6ffd5e", + "x-ms-client-request-id": "8358c42fdd85abb79cd6a3f62f468869", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "49163638-2f3a-464c-a52e-b553abf05090", + "apim-request-id": "d0a42583-3d45-471c-b2f7-ac6bf958cda9", "Content-Length": "0", - "Date": "Wed, 09 Sep 2020 22:36:16 GMT", - "Operation-Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/588c1f7e-ec05-45dc-90cf-da133fb7ed10/analyzeresults/25463559-eb54-479a-8f49-b86f79c402e8", + "Date": "Fri, 30 Oct 2020 12:59:48 GMT", + "Operation-Location": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/2bc78fbd-8f5c-40e4-82a4-9d4d44316050/analyzeresults/2dbb14de-9416-4b87-af22-4b9b5a16bdea", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "269" + "x-envoy-upstream-service-time": "193" }, "ResponseBody": [] }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/588c1f7e-ec05-45dc-90cf-da133fb7ed10/analyzeResults/25463559-eb54-479a-8f49-b86f79c402e8", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "b4f5bb48c188ecec893428cbf8c11692", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "4aa34972-8c14-4fe4-a02e-eaf2a584867e", - "Content-Length": "109", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:36:17 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "30" - }, - "ResponseBody": { - "status": "notStarted", - "createdDateTime": "2020-09-09T22:36:17Z", - "lastUpdatedDateTime": "2020-09-09T22:36:17Z" - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/588c1f7e-ec05-45dc-90cf-da133fb7ed10/analyzeResults/25463559-eb54-479a-8f49-b86f79c402e8", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "7f64aa0df8095bcf22daf3d644707ca9", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "a388e29d-84d5-4d1a-b8e5-f6253a4bbf91", - "Content-Length": "109", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:36:18 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-09-09T22:36:17Z", - "lastUpdatedDateTime": "2020-09-09T22:36:17Z" - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/588c1f7e-ec05-45dc-90cf-da133fb7ed10/analyzeResults/25463559-eb54-479a-8f49-b86f79c402e8", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "366a3d172680a5a8e254462eaac5b313", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "234b11ea-8497-4d3b-82ae-6dae868efd92", - "Content-Length": "109", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:36:19 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "24" - }, - "ResponseBody": { - "status": "notStarted", - "createdDateTime": "2020-09-09T22:36:17Z", - "lastUpdatedDateTime": "2020-09-09T22:36:17Z" - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/588c1f7e-ec05-45dc-90cf-da133fb7ed10/analyzeResults/25463559-eb54-479a-8f49-b86f79c402e8", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "32e993cc7d0a4f55eb9991adcd16a818", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "75cc3c38-b4ad-414d-81b7-5c7cebd3f754", - "Content-Length": "109", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:36:20 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "21" - }, - "ResponseBody": { - "status": "notStarted", - "createdDateTime": "2020-09-09T22:36:17Z", - "lastUpdatedDateTime": "2020-09-09T22:36:17Z" - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/588c1f7e-ec05-45dc-90cf-da133fb7ed10/analyzeResults/25463559-eb54-479a-8f49-b86f79c402e8", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "bab47fb8e056e61201bf9db4b1a0b05d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "0a9e5d6b-60de-4da9-af36-dd8735540d62", - "Content-Length": "109", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:36:21 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-09-09T22:36:17Z", - "lastUpdatedDateTime": "2020-09-09T22:36:17Z" - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/588c1f7e-ec05-45dc-90cf-da133fb7ed10/analyzeResults/25463559-eb54-479a-8f49-b86f79c402e8", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "b00ae0274987999ee81a4ae694fad7cc", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "d573c827-f732-49f5-949f-d6e1570f3cba", - "Content-Length": "109", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:36:22 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "27" - }, - "ResponseBody": { - "status": "notStarted", - "createdDateTime": "2020-09-09T22:36:17Z", - "lastUpdatedDateTime": "2020-09-09T22:36:17Z" - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/588c1f7e-ec05-45dc-90cf-da133fb7ed10/analyzeResults/25463559-eb54-479a-8f49-b86f79c402e8", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/2bc78fbd-8f5c-40e4-82a4-9d4d44316050/analyzeResults/2dbb14de-9416-4b87-af22-4b9b5a16bdea", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "2b762eacf811ecbc8102314be0a19d4b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "fdecb43d-86c8-4d6b-912b-f4afec100a10", - "Content-Length": "109", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:36:23 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "21" - }, - "ResponseBody": { - "status": "notStarted", - "createdDateTime": "2020-09-09T22:36:17Z", - "lastUpdatedDateTime": "2020-09-09T22:36:22Z" - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/588c1f7e-ec05-45dc-90cf-da133fb7ed10/analyzeResults/25463559-eb54-479a-8f49-b86f79c402e8", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "ec8634e9f70b6e91e11ad23b952c5106", + "x-ms-client-request-id": "d7ecb48494df68774ce54875d163ef01", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "c01d47aa-cd67-425e-937f-1d96e24a5b49", + "apim-request-id": "32e78b48-7a72-4c2b-9d84-5e5d25269b98", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:36:24 GMT", + "Date": "Fri, 30 Oct 2020 12:59:48 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": "28" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-09-09T22:36:17Z", - "lastUpdatedDateTime": "2020-09-09T22:36:22Z" + "createdDateTime": "2020-10-30T12:59:48Z", + "lastUpdatedDateTime": "2020-10-30T12:59:48Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/588c1f7e-ec05-45dc-90cf-da133fb7ed10/analyzeResults/25463559-eb54-479a-8f49-b86f79c402e8", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/2bc78fbd-8f5c-40e4-82a4-9d4d44316050/analyzeResults/2dbb14de-9416-4b87-af22-4b9b5a16bdea", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "8307d0e7852a2f4b241e2f841852b846", + "x-ms-client-request-id": "c28b14ccf887a891b31982d2d007d3f5", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "1644360a-53bc-4e1c-9f13-dcc002dff0c3", + "apim-request-id": "46d65e33-8d07-4fd5-9b37-597107c27f3d", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:36:25 GMT", + "Date": "Fri, 30 Oct 2020 12:59:49 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", "x-envoy-upstream-service-time": "29" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-09-09T22:36:17Z", - "lastUpdatedDateTime": "2020-09-09T22:36:25Z" + "createdDateTime": "2020-10-30T12:59:48Z", + "lastUpdatedDateTime": "2020-10-30T12:59:49Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/588c1f7e-ec05-45dc-90cf-da133fb7ed10/analyzeResults/25463559-eb54-479a-8f49-b86f79c402e8", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/2bc78fbd-8f5c-40e4-82a4-9d4d44316050/analyzeResults/2dbb14de-9416-4b87-af22-4b9b5a16bdea", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "60fdff7deb74b4c09c0849f625805654", + "x-ms-client-request-id": "109d8b138b679bd44cef369f9442d939", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "2e941f45-a9d1-499f-a89a-0eb7229cda76", + "apim-request-id": "f189fd37-15cd-4d84-88d6-6c7322dc1431", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:36:26 GMT", + "Date": "Fri, 30 Oct 2020 12:59:50 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": "26" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-09-09T22:36:17Z", - "lastUpdatedDateTime": "2020-09-09T22:36:25Z" + "createdDateTime": "2020-10-30T12:59:48Z", + "lastUpdatedDateTime": "2020-10-30T12:59:49Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/588c1f7e-ec05-45dc-90cf-da133fb7ed10/analyzeResults/25463559-eb54-479a-8f49-b86f79c402e8", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/2bc78fbd-8f5c-40e4-82a4-9d4d44316050/analyzeResults/2dbb14de-9416-4b87-af22-4b9b5a16bdea", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "10632ab11a996321e856c8edc80d558e", + "x-ms-client-request-id": "1b29a1e6c5bb8be2234324c511a59845", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "3cb5a5a1-fd41-4e3f-9d91-237ddcfd52e2", + "apim-request-id": "0325d313-ad68-4c40-bc0f-6175f9474d2d", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:36:27 GMT", + "Date": "Fri, 30 Oct 2020 12:59:51 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": "30" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-09-09T22:36:17Z", - "lastUpdatedDateTime": "2020-09-09T22:36:25Z" + "createdDateTime": "2020-10-30T12:59:48Z", + "lastUpdatedDateTime": "2020-10-30T12:59:49Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/588c1f7e-ec05-45dc-90cf-da133fb7ed10/analyzeResults/25463559-eb54-479a-8f49-b86f79c402e8", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/2bc78fbd-8f5c-40e4-82a4-9d4d44316050/analyzeResults/2dbb14de-9416-4b87-af22-4b9b5a16bdea", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "96be8b61f12ffc920f52e7213c5409a3", + "x-ms-client-request-id": "45625311dec541993ff07697c2f11470", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "e4618de8-9f63-4863-86b8-d3a2c01cdca9", + "apim-request-id": "eec4a9b5-68ef-4832-b48a-c5321be849db", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:36:28 GMT", + "Date": "Fri, 30 Oct 2020 12:59:52 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": "26" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-09-09T22:36:17Z", - "lastUpdatedDateTime": "2020-09-09T22:36:28Z" + "createdDateTime": "2020-10-30T12:59:48Z", + "lastUpdatedDateTime": "2020-10-30T12:59:52Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/588c1f7e-ec05-45dc-90cf-da133fb7ed10/analyzeResults/25463559-eb54-479a-8f49-b86f79c402e8", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/2bc78fbd-8f5c-40e4-82a4-9d4d44316050/analyzeResults/2dbb14de-9416-4b87-af22-4b9b5a16bdea", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "eed3dac7a8ee63addd99771d22d3ec8f", + "x-ms-client-request-id": "2eeb493fb8de4d3aa912ed24670e89a6", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "c9e1487c-639a-4673-acfb-2158a97f7167", + "apim-request-id": "259a8bcc-033b-48ac-b181-51a541971c7e", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:36:29 GMT", + "Date": "Fri, 30 Oct 2020 12:59:53 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "23" + "x-envoy-upstream-service-time": "21" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-09-09T22:36:17Z", - "lastUpdatedDateTime": "2020-09-09T22:36:28Z" + "createdDateTime": "2020-10-30T12:59:48Z", + "lastUpdatedDateTime": "2020-10-30T12:59:52Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/588c1f7e-ec05-45dc-90cf-da133fb7ed10/analyzeResults/25463559-eb54-479a-8f49-b86f79c402e8", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/2bc78fbd-8f5c-40e4-82a4-9d4d44316050/analyzeResults/2dbb14de-9416-4b87-af22-4b9b5a16bdea", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "9a94bab2bfc2bf259867014632ff2794", + "x-ms-client-request-id": "418ef15694e0087408e7dbcb4f4ac932", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "3ab0c667-22b7-4df7-985e-020d82efc021", + "apim-request-id": "39813e56-344a-4976-af74-656b8cfe701d", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:36:30 GMT", + "Date": "Fri, 30 Oct 2020 12:59:54 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "26" + "x-envoy-upstream-service-time": "24" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-09-09T22:36:17Z", - "lastUpdatedDateTime": "2020-09-09T22:36:28Z" + "createdDateTime": "2020-10-30T12:59:48Z", + "lastUpdatedDateTime": "2020-10-30T12:59:52Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/588c1f7e-ec05-45dc-90cf-da133fb7ed10/analyzeResults/25463559-eb54-479a-8f49-b86f79c402e8", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/2bc78fbd-8f5c-40e4-82a4-9d4d44316050/analyzeResults/2dbb14de-9416-4b87-af22-4b9b5a16bdea", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "ed26244d6739b99fdd5bb8957a74d93c", + "x-ms-client-request-id": "c886b32e6aba596718149cb3f175da31", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "a543138a-1af3-4f21-bd3c-7a3dc831f699", + "apim-request-id": "cddfb9dd-6854-49f3-8845-24ccddfe8126", "Content-Length": "34822", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:36:31 GMT", + "Date": "Fri, 30 Oct 2020 12:59:57 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", "x-envoy-upstream-service-time": "31" }, - "ResponseBody": "{\u0022status\u0022:\u0022succeeded\u0022,\u0022createdDateTime\u0022:\u00222020-09-09T22:36:17Z\u0022,\u0022lastUpdatedDateTime\u0022:\u00222020-09-09T22:36:31Z\u0022,\u0022analyzeResult\u0022:{\u0022version\u0022:\u00222.1.0\u0022,\u0022readResults\u0022:[{\u0022page\u0022:1,\u0022angle\u0022:0,\u0022width\u0022:8.5,\u0022height\u0022:11,\u0022unit\u0022:\u0022inch\u0022,\u0022lines\u0022:[{\u0022boundingBox\u0022:[6.1276,1.0667,7.4833,1.0667,7.4833,1.2403,6.1276,1.2403],\u0022text\u0022:\u0022Vendor #:121\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[6.1276,1.0667,6.8657,1.0667,6.8657,1.2403,6.1276,1.2403],\u0022text\u0022:\u0022Vendor\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.9307,1.0759,7.4833,1.0759,7.4833,1.2391,6.9307,1.2391],\u0022text\u0022:\u0022#:121\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.2268,1.5733,6.2379,1.5733,6.2379,2.005,2.2268,2.005],\u0022text\u0022:\u0022Vendor Registration\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.2268,1.5733,3.703,1.5733,3.703,1.9207,2.2268,1.9207],\u0022text\u0022:\u0022Vendor\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.8661,1.5883,6.2379,1.5883,6.2379,2.005,3.8661,2.005],\u0022text\u0022:\u0022Registration\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0078,2.5846,7.0776,2.5846,7.0776,2.7293,1.0078,2.7293],\u0022text\u0022:\u0022Contoso Ltd. Conference will be held on May 28-29, 2020 at the Elm Conference Center in\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0078,2.5919,1.5548,2.5919,1.5548,2.7013,1.0078,2.7013],\u0022text\u0022:\u0022Contoso\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.6125,2.5856,1.843,2.5856,1.843,2.7013,1.6125,2.7013],\u0022text\u0022:\u0022Ltd.\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.8996,2.5846,2.6636,2.5846,2.6636,2.7013,1.8996,2.7013],\u0022text\u0022:\u0022Conference\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.7122,2.5852,2.9307,2.5852,2.9307,2.7003,2.7122,2.7003],\u0022text\u0022:\u0022will\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.9922,2.5852,3.1419,2.5852,3.1419,2.7013,2.9922,2.7013],\u0022text\u0022:\u0022be\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.1987,2.5852,3.4704,2.5852,3.4704,2.7013,3.1987,2.7013],\u0022text\u0022:\u0022held\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.53,2.62,3.6846,2.62,3.6846,2.7013,3.53,2.7013],\u0022text\u0022:\u0022on\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.7498,2.5934,4.0422,2.5934,4.0422,2.7293,3.7498,2.7293],\u0022text\u0022:\u0022May\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.0877,2.5914,4.5042,2.5914,4.5042,2.7236,4.0877,2.7236],\u0022text\u0022:\u002228-29,\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.5586,2.5914,4.884,2.5914,4.884,2.7017,4.5586,2.7017],\u0022text\u0022:\u00222020\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.9351,2.6014,5.0577,2.6014,5.0577,2.7013,4.9351,2.7013],\u0022text\u0022:\u0022at\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[5.1033,2.5852,5.3202,2.5852,5.3202,2.7013,5.1033,2.7013],\u0022text\u0022:\u0022the\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[5.3787,2.5852,5.6051,2.5852,5.6051,2.7003,5.3787,2.7003],\u0022text\u0022:\u0022Elm\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[5.6624,2.5846,6.4263,2.5846,6.4263,2.7013,5.6624,2.7013],\u0022text\u0022:\u0022Conference\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.4796,2.5919,6.9234,2.5919,6.9234,2.7013,6.4796,2.7013],\u0022text\u0022:\u0022Center\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.9765,2.5905,7.0776,2.5905,7.0776,2.7003,6.9765,2.7003],\u0022text\u0022:\u0022in\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.014,2.8029,7.3457,2.8029,7.3457,2.9478,1.014,2.9478],\u0022text\u0022:\u0022Maple City, Massachusetts. The conference has sold out of its 1,500 tickets, with a 400 person\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.014,2.8036,1.4242,2.8036,1.4242,2.9478,1.014,2.9478],\u0022text\u0022:\u0022Maple\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.4763,2.8089,1.7576,2.8089,1.7576,2.9478,1.4763,2.9478],\u0022text\u0022:\u0022City,\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.8195,2.8036,2.8383,2.8036,2.8383,2.9197,1.8195,2.9197],\u0022text\u0022:\u0022Massachusetts.\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.8883,2.8036,3.1326,2.8036,3.1326,2.9197,2.8883,2.9197],\u0022text\u0022:\u0022The\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.1842,2.8029,3.9301,2.8029,3.9301,2.9197,3.1842,2.9197],\u0022text\u0022:\u0022conference\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.9871,2.8036,4.2019,2.8036,4.2019,2.9197,3.9871,2.9197],\u0022text\u0022:\u0022has\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.2529,2.8036,4.5104,2.8036,4.5104,2.9197,4.2529,2.9197],\u0022text\u0022:\u0022sold\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.5701,2.8197,4.7871,2.8197,4.7871,2.9197,4.5701,2.9197],\u0022text\u0022:\u0022out\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.8373,2.8029,4.9701,2.8029,4.9701,2.9197,4.8373,2.9197],\u0022text\u0022:\u0022of\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[5.0169,2.8089,5.1601,2.8089,5.1601,2.9197,5.0169,2.9197],\u0022text\u0022:\u0022its\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[5.2167,2.81,5.5766,2.81,5.5766,2.9418,5.2167,2.9418],\u0022text\u0022:\u00221,500\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[5.6227,2.8036,6.0928,2.8036,6.0928,2.9418,5.6227,2.9418],\u0022text\u0022:\u0022tickets,\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.1461,2.8036,6.4308,2.8036,6.4308,2.9195,6.1461,2.9195],\u0022text\u0022:\u0022with\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.488,2.8383,6.548,2.8383,6.548,2.9197,6.488,2.9197],\u0022text\u0022:\u0022a\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.6016,2.81,6.8449,2.81,6.8449,2.9197,6.6016,2.9197],\u0022text\u0022:\u0022400\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.8998,2.8383,7.3457,2.8383,7.3457,2.9478,6.8998,2.9478],\u0022text\u0022:\u0022person\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0043,3.0229,7.2482,3.0229,7.2482,3.1678,1.0043,3.1678],\u0022text\u0022:\u0022waitlist. Vendor applications are being accepted through Feb 28, 2020. Please fill in the form\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0043,3.0236,1.5194,3.0236,1.5194,3.1397,1.0043,3.1397],\u0022text\u0022:\u0022waitlist.\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.5733,3.0239,2.0654,3.0239,2.0654,3.1397,1.5733,3.1397],\u0022text\u0022:\u0022Vendor\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.1132,3.0236,2.9143,3.0236,2.9143,3.1678,2.1132,3.1678],\u0022text\u0022:\u0022applications\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.9675,3.0583,3.1726,3.0583,3.1726,3.1397,2.9675,3.1397],\u0022text\u0022:\u0022are\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.2306,3.0236,3.5889,3.0236,3.5889,3.1678,3.2306,3.1678],\u0022text\u0022:\u0022being\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.6388,3.0239,4.2336,3.0239,4.2336,3.1678,3.6388,3.1678],\u0022text\u0022:\u0022accepted\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.2862,3.0236,4.8127,3.0236,4.8127,3.1678,4.2862,3.1678],\u0022text\u0022:\u0022through\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.8815,3.0236,5.1133,3.0236,5.1133,3.14,4.8815,3.14],\u0022text\u0022:\u0022Feb\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[5.163,3.0297,5.361,3.0297,5.361,3.162,5.163,3.162],\u0022text\u0022:\u002228,\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[5.413,3.0297,5.7774,3.0297,5.7774,3.14,5.413,3.14],\u0022text\u0022:\u00222020.\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[5.8406,3.0236,6.2537,3.0236,6.2537,3.1397,5.8406,3.1397],\u0022text\u0022:\u0022Please\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.3022,3.0229,6.4539,3.0229,6.4539,3.1387,6.3022,3.1387],\u0022text\u0022:\u0022fill\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.5131,3.0289,6.6158,3.0289,6.6158,3.1387,6.5131,3.1387],\u0022text\u0022:\u0022in\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.6673,3.0236,6.8842,3.0236,6.8842,3.1397,6.6673,3.1397],\u0022text\u0022:\u0022the\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.9317,3.0229,7.2482,3.0229,7.2482,3.1397,6.9317,3.1397],\u0022text\u0022:\u0022form\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0125,3.2436,3.6599,3.2436,3.6599,3.3818,1.0125,3.3818],\u0022text\u0022:\u0022below, and attach a check made out to:\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0125,3.2436,1.4459,3.2436,1.4459,3.3818,1.0125,3.3818],\u0022text\u0022:\u0022below,\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.5024,3.2439,1.7371,3.2439,1.7371,3.3597,1.5024,3.3597],\u0022text\u0022:\u0022and\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.7968,3.2436,2.2047,3.2436,2.2047,3.3597,1.7968,3.3597],\u0022text\u0022:\u0022attach\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.2619,3.2783,2.3219,3.2783,2.3219,3.3597,2.2619,3.3597],\u0022text\u0022:\u0022a\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.379,3.2436,2.7529,3.2436,2.7529,3.3597,2.379,3.3597],\u0022text\u0022:\u0022check\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.8076,3.2439,3.17,3.2439,3.17,3.3597,2.8076,3.3597],\u0022text\u0022:\u0022made\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.2251,3.2597,3.4421,3.2597,3.4421,3.3597,3.2251,3.3597],\u0022text\u0022:\u0022out\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.4869,3.2597,3.6599,3.2597,3.6599,3.3597,3.4869,3.3597],\u0022text\u0022:\u0022to:\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0078,3.5739,1.843,3.5739,1.843,3.6897,1.0078,3.6897],\u0022text\u0022:\u0022Contoso Ltd.\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0078,3.5802,1.5548,3.5802,1.5548,3.6897,1.0078,3.6897],\u0022text\u0022:\u0022Contoso\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.6125,3.5739,1.843,3.5739,1.843,3.6897,1.6125,3.6897],\u0022text\u0022:\u0022Ltd.\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0093,3.7939,2.3768,3.7939,2.3768,3.9378,1.0093,3.9378],\u0022text\u0022:\u00222345 Dogwood Lane\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0093,3.8,1.3297,3.8,1.3297,3.9097,1.0093,3.9097],\u0022text\u0022:\u00222345\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.3899,3.7939,2.0149,3.7939,2.0149,3.9378,1.3899,3.9378],\u0022text\u0022:\u0022Dogwood\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.0788,3.8012,2.3768,3.8012,2.3768,3.9097,2.0788,3.9097],\u0022text\u0022:\u0022Lane\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.014,4.0136,2.3377,4.0136,2.3377,4.1518,1.014,4.1518],\u0022text\u0022:\u0022Birch, Kansas 98123\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.014,4.0136,1.3745,4.0136,1.3745,4.1518,1.014,4.1518],\u0022text\u0022:\u0022Birch,\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.4375,4.0212,1.8819,4.0212,1.8819,4.1297,1.4375,4.1297],\u0022text\u0022:\u0022Kansas\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.9318,4.02,2.3377,4.02,2.3377,4.1297,1.9318,4.1297],\u0022text\u0022:\u002298123\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0204,4.4248,1.5303,4.4248,1.5303,4.5682,1.0204,4.5682],\u0022text\u0022:\u0022Rates:\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0204,4.4248,1.5303,4.4248,1.5303,4.5682,1.0204,4.5682],\u0022text\u0022:\u0022Rates:\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0923,4.6986,1.6232,4.6986,1.6232,4.8428,1.0923,4.8428],\u0022text\u0022:\u0022Package\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0923,4.6986,1.6232,4.6986,1.6232,4.8428,1.0923,4.8428],\u0022text\u0022:\u0022Package\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.713,4.6986,3.2707,4.6986,3.2707,4.8147,2.713,4.8147],\u0022text\u0022:\u0022Included\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.713,4.6986,3.2707,4.6986,3.2707,4.8147,2.713,4.8147],\u0022text\u0022:\u0022Included\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[5.838,4.7039,6.1513,4.7039,6.1513,4.8147,5.838,4.8147],\u0022text\u0022:\u0022Price\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[5.838,4.7039,6.1513,4.7039,6.1513,4.8147,5.838,4.8147],\u0022text\u0022:\u0022Price\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0857,4.9086,1.9831,4.9086,1.9831,5.0528,1.0857,5.0528],\u0022text\u0022:\u0022Gold Sponsor\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0857,4.9086,1.3842,4.9086,1.3842,5.0247,1.0857,5.0247],\u0022text\u0022:\u0022Gold\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.4423,4.915,1.9831,4.915,1.9831,5.0528,1.4423,5.0528],\u0022text\u0022:\u0022Sponsor\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,4.954,3.018,4.954,3.018,5.0145,2.9586,5.0145],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,4.954,3.018,4.954,3.018,5.0145,2.9586,5.0145],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,4.9169,3.8726,4.9169,3.8726,5.033,3.214,5.033],\u0022text\u0022:\u0022Full booth\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,4.9169,3.4295,4.9169,3.4295,5.033,3.214,5.033],\u0022text\u0022:\u0022Full\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.492,4.9169,3.8726,4.9169,3.8726,5.033,3.492,5.033],\u0022text\u0022:\u0022booth\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[5.8328,4.8977,6.2829,4.8977,6.2829,5.0468,5.8328,5.0468],\u0022text\u0022:\u0022$1,500\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[5.8328,4.8977,6.2829,4.8977,6.2829,5.0468,5.8328,5.0468],\u0022text\u0022:\u0022$1,500\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,5.1673,3.018,5.1673,3.018,5.2279,2.9586,5.2279],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,5.1673,3.018,5.1673,3.018,5.2279,2.9586,5.2279],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,5.1302,4.7267,5.1302,4.7267,5.2744,3.214,5.2744],\u0022text\u0022:\u0022Pre-keynote thank you\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,5.1302,4.0183,5.1302,4.0183,5.2744,3.214,5.2744],\u0022text\u0022:\u0022Pre-keynote\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.0665,5.1302,4.4475,5.1302,4.4475,5.2463,4.0665,5.2463],\u0022text\u0022:\u0022thank\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.4903,5.165,4.7267,5.165,4.7267,5.2744,4.4903,5.2744],\u0022text\u0022:\u0022you\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,5.379,3.018,5.379,3.018,5.4395,2.9586,5.4395],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,5.379,3.018,5.379,3.018,5.4395,2.9586,5.4395],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,5.3495,4.2093,5.3495,4.2093,5.4861,3.214,5.4861],\u0022text\u0022:\u0022Logo on poster\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,5.3495,3.5163,5.3495,3.5163,5.4861,3.214,5.4861],\u0022text\u0022:\u0022Logo\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.5686,5.3767,3.7244,5.3767,3.7244,5.458,3.5686,5.458],\u0022text\u0022:\u0022on\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.7888,5.358,4.2093,5.358,4.2093,5.4861,3.7888,5.4861],\u0022text\u0022:\u0022poster\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,5.5923,3.018,5.5923,3.018,5.6529,2.9586,5.6529],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,5.5923,3.018,5.5923,3.018,5.6529,2.9586,5.6529],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,5.5552,5.201,5.5552,5.201,5.6994,3.214,5.6994],\u0022text\u0022:\u0022Full page ad in program guide\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,5.5552,3.4295,5.5552,3.4295,5.6713,3.214,5.6713],\u0022text\u0022:\u0022Full\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.492,5.59,3.7989,5.59,3.7989,5.6994,3.492,5.6994],\u0022text\u0022:\u0022page\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.8519,5.5556,3.9991,5.5556,3.9991,5.6713,3.8519,5.6713],\u0022text\u0022:\u0022ad\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.0599,5.5605,4.1626,5.5605,4.1626,5.6703,4.0599,5.6703],\u0022text\u0022:\u0022in\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.2248,5.59,4.7839,5.59,4.7839,5.6994,4.2248,5.6994],\u0022text\u0022:\u0022program\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.8367,5.5556,5.201,5.5556,5.201,5.6994,4.8367,5.6994],\u0022text\u0022:\u0022guide\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,5.804,3.018,5.804,3.018,5.8645,2.9586,5.8645],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,5.804,3.018,5.804,3.018,5.8645,2.9586,5.8645],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0842,5.9786,2.0339,5.9786,2.0339,6.1228,1.0842,6.1228],\u0022text\u0022:\u0022Silver Sponsor\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0842,5.9786,1.4443,5.9786,1.4443,6.0947,1.0842,6.0947],\u0022text\u0022:\u0022Silver\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.4904,5.985,2.0339,5.985,2.0339,6.1228,1.4904,6.1228],\u0022text\u0022:\u0022Sponsor\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,6.024,3.018,6.024,3.018,6.0845,2.9586,6.0845],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,6.024,3.018,6.024,3.018,6.0845,2.9586,6.0845],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,5.9869,3.8726,5.9869,3.8726,6.103,3.214,6.103],\u0022text\u0022:\u0022Full booth\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,5.9869,3.4295,5.9869,3.4295,6.103,3.214,6.103],\u0022text\u0022:\u0022Full\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.492,5.9869,3.8726,5.9869,3.8726,6.103,3.492,6.103],\u0022text\u0022:\u0022booth\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[5.8328,5.9677,6.2829,5.9677,6.2829,6.1168,5.8328,6.1168],\u0022text\u0022:\u0022$1,200\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[5.8328,5.9677,6.2829,5.9677,6.2829,6.1168,5.8328,6.1168],\u0022text\u0022:\u0022$1,200\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,6.2356,3.018,6.2356,3.018,6.2962,2.9586,6.2962],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,6.2356,3.018,6.2356,3.018,6.2962,2.9586,6.2962],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,6.1986,4.7938,6.1986,4.7938,6.3428,3.214,6.3428],\u0022text\u0022:\u0022Post-keynote thank you\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,6.1986,4.0878,6.1986,4.0878,6.3428,3.214,6.3428],\u0022text\u0022:\u0022Post-keynote\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.1348,6.1986,4.5158,6.1986,4.5158,6.3147,4.1348,6.3147],\u0022text\u0022:\u0022thank\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.5586,6.2333,4.7938,6.2333,4.7938,6.3428,4.5586,6.3428],\u0022text\u0022:\u0022you\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,6.4473,3.018,6.4473,3.018,6.5079,2.9586,6.5079],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,6.4473,3.018,6.4473,3.018,6.5079,2.9586,6.5079],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,6.4179,4.2093,6.4179,4.2093,6.5544,3.214,6.5544],\u0022text\u0022:\u0022Logo on poster\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,6.4179,3.5163,6.4179,3.5163,6.5544,3.214,6.5544],\u0022text\u0022:\u0022Logo\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.5686,6.445,3.7244,6.445,3.7244,6.5263,3.5686,6.5263],\u0022text\u0022:\u0022on\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.7888,6.4264,4.2093,6.4264,4.2093,6.5544,3.7888,6.5544],\u0022text\u0022:\u0022poster\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,6.6606,3.018,6.6606,3.018,6.7212,2.9586,6.7212],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,6.6606,3.018,6.6606,3.018,6.7212,2.9586,6.7212],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,6.6229,5.2314,6.6229,5.2314,6.7678,3.214,6.7678],\u0022text\u0022:\u0022Half page ad in program guide\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,6.6229,3.4739,6.6229,3.4739,6.7397,3.214,6.7397],\u0022text\u0022:\u0022Half\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.5224,6.6583,3.8326,6.6583,3.8326,6.7678,3.5224,6.7678],\u0022text\u0022:\u0022page\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.8843,6.6239,4.0315,6.6239,4.0315,6.7397,3.8843,6.7397],\u0022text\u0022:\u0022ad\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.0923,6.6289,4.195,6.6289,4.195,6.7387,4.0923,6.7387],\u0022text\u0022:\u0022in\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.2563,6.6583,4.8148,6.6583,4.8148,6.7678,4.2563,6.7678],\u0022text\u0022:\u0022program\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.8695,6.6239,5.2314,6.6239,5.2314,6.7678,4.8695,6.7678],\u0022text\u0022:\u0022guide\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0923,6.84,2.1362,6.84,2.1362,6.9778,1.0923,6.9778],\u0022text\u0022:\u0022Bronze Sponsor\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0923,6.8417,1.545,6.8417,1.545,6.9497,1.0923,6.9497],\u0022text\u0022:\u0022Bronze\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.5951,6.84,2.1362,6.84,2.1362,6.9778,1.5951,6.9778],\u0022text\u0022:\u0022Sponsor\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,6.879,3.018,6.879,3.018,6.9395,2.9586,6.9395],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,6.879,3.018,6.879,3.018,6.9395,2.9586,6.9395],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,6.8419,3.8726,6.8419,3.8726,6.958,3.214,6.958],\u0022text\u0022:\u0022Full booth\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,6.8419,3.4295,6.8419,3.4295,6.958,3.214,6.958],\u0022text\u0022:\u0022Full\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.492,6.8419,3.8726,6.8419,3.8726,6.958,3.492,6.958],\u0022text\u0022:\u0022booth\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[5.8328,6.8227,6.2829,6.8227,6.2829,6.9718,5.8328,6.9718],\u0022text\u0022:\u0022$1,000\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[5.8328,6.8227,6.2829,6.8227,6.2829,6.9718,5.8328,6.9718],\u0022text\u0022:\u0022$1,000\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,7.0923,3.018,7.0923,3.018,7.1529,2.9586,7.1529],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,7.0923,3.018,7.0923,3.018,7.1529,2.9586,7.1529],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,7.0629,4.2093,7.0629,4.2093,7.1994,3.214,7.1994],\u0022text\u0022:\u0022Logo on poster\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,7.0629,3.5163,7.0629,3.5163,7.1994,3.214,7.1994],\u0022text\u0022:\u0022Logo\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.5686,7.09,3.7244,7.09,3.7244,7.1713,3.5686,7.1713],\u0022text\u0022:\u0022on\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.7888,7.0714,4.2093,7.0714,4.2093,7.1994,3.7888,7.1994],\u0022text\u0022:\u0022poster\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,7.304,3.018,7.304,3.018,7.3645,2.9586,7.3645],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,7.304,3.018,7.304,3.018,7.3645,2.9586,7.3645],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.2082,7.2672,5.3419,7.2672,5.3419,7.4111,3.2082,7.4111],\u0022text\u0022:\u002250% discount on program guide\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.2082,7.2717,3.4817,7.2717,3.4817,7.3845,3.2082,7.3845],\u0022text\u0022:\u002250%\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.533,7.2672,4.1018,7.2672,4.1018,7.383,3.533,7.383],\u0022text\u0022:\u0022discount\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.1512,7.3017,4.307,7.3017,4.307,7.383,4.1512,7.383],\u0022text\u0022:\u0022on\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.3682,7.3017,4.9253,7.3017,4.9253,7.4111,4.3682,7.4111],\u0022text\u0022:\u0022program\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.981,7.2672,5.3419,7.2672,5.3419,7.4111,4.981,7.4111],\u0022text\u0022:\u0022guide\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.2075,7.4706,4.2429,7.4706,4.2429,7.5863,3.2075,7.5863],\u0022text\u0022:\u0022advertisements\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.2075,7.4706,4.2429,7.4706,4.2429,7.5863,3.2075,7.5863],\u0022text\u0022:\u0022advertisements\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0923,7.6819,1.7537,7.6819,1.7537,7.798,1.0923,7.798],\u0022text\u0022:\u0022Full Booth\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0923,7.6819,1.3079,7.6819,1.3079,7.798,1.0923,7.798],\u0022text\u0022:\u0022Full\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.3718,7.6819,1.7537,7.6819,1.7537,7.798,1.3718,7.798],\u0022text\u0022:\u0022Booth\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,7.7273,3.018,7.7273,3.018,7.7879,2.9586,7.7879],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,7.7273,3.018,7.7273,3.018,7.7879,2.9586,7.7879],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,7.6902,3.8726,7.6902,3.8726,7.8063,3.214,7.8063],\u0022text\u0022:\u0022Full booth\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,7.6902,3.4295,7.6902,3.4295,7.8063,3.214,7.8063],\u0022text\u0022:\u0022Full\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.492,7.6902,3.8726,7.6902,3.8726,7.8063,3.492,7.8063],\u0022text\u0022:\u0022booth\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[5.8328,7.6711,6.1586,7.6711,6.1586,7.8165,5.8328,7.8165],\u0022text\u0022:\u0022$600\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[5.8328,7.6711,6.1586,7.6711,6.1586,7.8165,5.8328,7.8165],\u0022text\u0022:\u0022$600\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,7.939,3.018,7.939,3.018,7.9995,2.9586,7.9995],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,7.939,3.018,7.939,3.018,7.9995,2.9586,7.9995],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.2082,7.9022,5.3419,7.9022,5.3419,8.0461,3.2082,8.0461],\u0022text\u0022:\u002250% discount on program guide\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.2082,7.9067,3.4817,7.9067,3.4817,8.0195,3.2082,8.0195],\u0022text\u0022:\u002250%\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.533,7.9022,4.1018,7.9022,4.1018,8.018,3.533,8.018],\u0022text\u0022:\u0022discount\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.1512,7.9367,4.307,7.9367,4.307,8.018,4.1512,8.018],\u0022text\u0022:\u0022on\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.3682,7.9367,4.9253,7.9367,4.9253,8.0461,4.3682,8.0461],\u0022text\u0022:\u0022program\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.981,7.9022,5.3419,7.9022,5.3419,8.0461,4.981,8.0461],\u0022text\u0022:\u0022guide\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.2075,8.1056,4.2429,8.1056,4.2429,8.2213,3.2075,8.2213],\u0022text\u0022:\u0022advertisements\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.2075,8.1056,4.2429,8.1056,4.2429,8.2213,3.2075,8.2213],\u0022text\u0022:\u0022advertisements\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0923,8.3162,1.7854,8.3162,1.7854,8.433,1.0923,8.433],\u0022text\u0022:\u0022Half Booth\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0923,8.3162,1.3522,8.3162,1.3522,8.433,1.0923,8.433],\u0022text\u0022:\u0022Half\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.4022,8.3169,1.7854,8.3169,1.7854,8.433,1.4022,8.433],\u0022text\u0022:\u0022Booth\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,8.3623,3.018,8.3623,3.018,8.4229,2.9586,8.4229],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,8.3623,3.018,8.3623,3.018,8.4229,2.9586,8.4229],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,8.3252,3.8726,8.3252,3.8726,8.4413,3.214,8.4413],\u0022text\u0022:\u0022Full booth\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,8.3252,3.4295,8.3252,3.4295,8.4413,3.214,8.4413],\u0022text\u0022:\u0022Full\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.492,8.3252,3.8726,8.3252,3.8726,8.4413,3.492,8.4413],\u0022text\u0022:\u0022booth\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[5.8328,8.3061,6.1586,8.3061,6.1586,8.4515,5.8328,8.4515],\u0022text\u0022:\u0022$350\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[5.8328,8.3061,6.1586,8.3061,6.1586,8.4515,5.8328,8.4515],\u0022text\u0022:\u0022$350\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,8.574,3.018,8.574,3.018,8.6345,2.9586,8.6345],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,8.574,3.018,8.574,3.018,8.6345,2.9586,8.6345],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.2093,8.5372,5.3419,8.5372,5.3419,8.6811,3.2093,8.6811],\u0022text\u0022:\u002225% discount on program guide\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.2093,8.5417,3.4817,8.5417,3.4817,8.6545,3.2093,8.6545],\u0022text\u0022:\u002225%\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.533,8.5372,4.1018,8.5372,4.1018,8.653,3.533,8.653],\u0022text\u0022:\u0022discount\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.1512,8.5717,4.307,8.5717,4.307,8.653,4.1512,8.653],\u0022text\u0022:\u0022on\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.3682,8.5717,4.9253,8.5717,4.9253,8.6811,4.3682,8.6811],\u0022text\u0022:\u0022program\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.981,8.5372,5.3419,8.5372,5.3419,8.6811,4.981,8.6811],\u0022text\u0022:\u0022guide\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.2075,8.7406,4.2429,8.7406,4.2429,8.8563,3.2075,8.8563],\u0022text\u0022:\u0022advertisements\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.2075,8.7406,4.2429,8.7406,4.2429,8.8563,3.2075,8.8563],\u0022text\u0022:\u0022advertisements\u0022,\u0022confidence\u0022:1}]}],\u0022selectionMarks\u0022:[{\u0022boundingBox\u0022:[0,10.2725,1.0372,10.2725,1.0372,10.9925,0,10.9925],\u0022confidence\u0022:0.69,\u0022state\u0022:\u0022unselected\u0022},{\u0022boundingBox\u0022:[0,10.6019,1.5095,10.6019,1.5095,10.9983,0,10.9983],\u0022confidence\u0022:0.69,\u0022state\u0022:\u0022unselected\u0022},{\u0022boundingBox\u0022:[2.9381,6.9634,3.0388,6.9634,3.0388,7.0736,2.9381,7.0736],\u0022confidence\u0022:0.553,\u0022state\u0022:\u0022unselected\u0022}]},{\u0022page\u0022:2,\u0022angle\u0022:0,\u0022width\u0022:8.5,\u0022height\u0022:11,\u0022unit\u0022:\u0022inch\u0022,\u0022lines\u0022:[{\u0022boundingBox\u0022:[6.1276,1.0667,7.4833,1.0667,7.4833,1.2403,6.1276,1.2403],\u0022text\u0022:\u0022Vendor #:121\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[6.1276,1.0667,6.8657,1.0667,6.8657,1.2403,6.1276,1.2403],\u0022text\u0022:\u0022Vendor\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.9307,1.0759,7.4833,1.0759,7.4833,1.2391,6.9307,1.2391],\u0022text\u0022:\u0022#:121\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0044,2.1771,2.35,2.1771,2.35,2.3315,1.0044,2.3315],\u0022text\u0022:\u0022Vendor Details:\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0044,2.1778,1.6496,2.1778,1.6496,2.3315,1.0044,2.3315],\u0022text\u0022:\u0022Vendor\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.7239,2.1771,2.35,2.1771,2.35,2.3315,1.7239,2.3315],\u0022text\u0022:\u0022Details:\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0065,2.7686,3.3477,2.7686,3.3477,2.9128,1.0065,2.9128],\u0022text\u0022:\u0022Company Name: Southridge Video\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0065,2.7749,1.651,2.7749,1.651,2.9126,1.0065,2.9126],\u0022text\u0022:\u0022Company\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.7019,2.7764,2.1376,2.7764,2.1376,2.885,1.7019,2.885],\u0022text\u0022:\u0022Name:\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.1925,2.7686,2.9184,2.7686,2.9184,2.9128,2.1925,2.9128],\u0022text\u0022:\u0022Southridge\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.9691,2.7689,3.3477,2.7689,3.3477,2.8847,2.9691,2.8847],\u0022text\u0022:\u0022Video\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0065,3.0986,3.5766,3.0986,3.5766,3.2428,1.0065,3.2428],\u0022text\u0022:\u0022Contact: Jamie@southridgevideo.com\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0065,3.1049,1.5706,3.1049,1.5706,3.215,1.0065,3.215],\u0022text\u0022:\u0022Contact:\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.6205,3.0986,3.5766,3.0986,3.5766,3.2428,1.6205,3.2428],\u0022text\u0022:\u0022Jamie@southridgevideo.com\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0115,3.4296,2.6542,3.4296,2.6542,3.5744,1.0115,3.5744],\u0022text\u0022:\u0022Preferred Package: Gold\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0115,3.4296,1.6499,3.4296,1.6499,3.5467,1.0115,3.5467],\u0022text\u0022:\u0022Preferred\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.7092,3.4302,2.2978,3.4302,2.2978,3.5744,1.7092,3.5744],\u0022text\u0022:\u0022Package:\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.3557,3.4302,2.6542,3.4302,2.6542,3.5463,2.3557,3.5463],\u0022text\u0022:\u0022Gold\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0052,3.7537,2.4783,3.7537,2.4783,3.9043,1.0052,3.9043],\u0022text\u0022:\u0022Special Requests: N/a\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0052,3.7602,1.475,3.7602,1.475,3.9043,1.0052,3.9043],\u0022text\u0022:\u0022Special\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.5342,3.7684,2.1899,3.7684,2.1899,3.9043,1.5342,3.9043],\u0022text\u0022:\u0022Requests:\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.254,3.7537,2.4783,3.7537,2.4783,3.8976,2.254,3.8976],\u0022text\u0022:\u0022N/a\u0022,\u0022confidence\u0022:1}]}],\u0022selectionMarks\u0022:[{\u0022boundingBox\u0022:[0.0024,9.869,1.0826,9.869,1.0826,10.9955,0.0024,10.9955],\u0022confidence\u0022:0.833,\u0022state\u0022:\u0022unselected\u0022},{\u0022boundingBox\u0022:[7.6562,1.0157,8.5,1.0157,8.5,2.8293,7.6562,2.8293],\u0022confidence\u0022:0.6,\u0022state\u0022:\u0022unselected\u0022},{\u0022boundingBox\u0022:[0.0008,10.4758,1.8164,10.4758,1.8164,10.9978,0.0008,10.9978],\u0022confidence\u0022:0.6,\u0022state\u0022:\u0022unselected\u0022}]}],\u0022pageResults\u0022:[{\u0022page\u0022:1,\u0022tables\u0022:[{\u0022rows\u0022:20,\u0022columns\u0022:3,\u0022cells\u0022:[{\u0022rowIndex\u0022:0,\u0022columnIndex\u0022:0,\u0022text\u0022:\u0022Package\u0022,\u0022boundingBox\u0022:[1.0033,4.6517,2.625,4.6517,2.625,4.8617,1.0033,4.8617],\u0022elements\u0022:[\u0022#/readResults/0/lines/10/words/0\u0022]},{\u0022rowIndex\u0022:0,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022Included\u0022,\u0022boundingBox\u0022:[2.625,4.6517,5.75,4.6517,5.75,4.8617,2.625,4.8617],\u0022elements\u0022:[\u0022#/readResults/0/lines/11/words/0\u0022]},{\u0022rowIndex\u0022:0,\u0022columnIndex\u0022:2,\u0022text\u0022:\u0022Price\u0022,\u0022boundingBox\u0022:[5.75,4.6517,7.4967,4.6517,7.4967,4.8617,5.75,4.8617],\u0022elements\u0022:[\u0022#/readResults/0/lines/12/words/0\u0022]},{\u0022rowIndex\u0022:1,\u0022columnIndex\u0022:0,\u0022text\u0022:\u0022Gold Sponsor\u0022,\u0022boundingBox\u0022:[1.0033,4.8617,2.625,4.8617,2.625,5.0833,1.0033,5.0833],\u0022elements\u0022:[\u0022#/readResults/0/lines/13/words/0\u0022,\u0022#/readResults/0/lines/13/words/1\u0022]},{\u0022rowIndex\u0022:1,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Full booth\u0022,\u0022boundingBox\u0022:[2.625,4.8617,5.75,4.8617,5.75,5.0833,2.625,5.0833],\u0022elements\u0022:[\u0022#/readResults/0/lines/14/words/0\u0022,\u0022#/readResults/0/lines/15/words/0\u0022,\u0022#/readResults/0/lines/15/words/1\u0022]},{\u0022rowIndex\u0022:1,\u0022columnIndex\u0022:2,\u0022text\u0022:\u0022$1,500\u0022,\u0022boundingBox\u0022:[5.75,4.8617,7.4967,4.8617,7.4967,5.0833,5.75,5.0833],\u0022elements\u0022:[\u0022#/readResults/0/lines/16/words/0\u0022]},{\u0022rowIndex\u0022:2,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Pre-keynote thank you\u0022,\u0022boundingBox\u0022:[2.625,5.0833,5.75,5.0833,5.75,5.3056,2.625,5.3056],\u0022elements\u0022:[\u0022#/readResults/0/lines/17/words/0\u0022,\u0022#/readResults/0/lines/18/words/0\u0022,\u0022#/readResults/0/lines/18/words/1\u0022,\u0022#/readResults/0/lines/18/words/2\u0022]},{\u0022rowIndex\u0022:3,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Logo on poster\u0022,\u0022boundingBox\u0022:[2.625,5.3056,5.75,5.3056,5.75,5.5139,2.625,5.5139],\u0022elements\u0022:[\u0022#/readResults/0/lines/19/words/0\u0022,\u0022#/readResults/0/lines/20/words/0\u0022,\u0022#/readResults/0/lines/20/words/1\u0022,\u0022#/readResults/0/lines/20/words/2\u0022]},{\u0022rowIndex\u0022:4,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Full page ad in program guide\u0022,\u0022boundingBox\u0022:[2.625,5.5139,5.75,5.5139,5.75,5.7361,2.625,5.7361],\u0022elements\u0022:[\u0022#/readResults/0/lines/21/words/0\u0022,\u0022#/readResults/0/lines/22/words/0\u0022,\u0022#/readResults/0/lines/22/words/1\u0022,\u0022#/readResults/0/lines/22/words/2\u0022,\u0022#/readResults/0/lines/22/words/3\u0022,\u0022#/readResults/0/lines/22/words/4\u0022,\u0022#/readResults/0/lines/22/words/5\u0022]},{\u0022rowIndex\u0022:5,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.625,5.7361,5.75,5.7361,5.75,5.93,2.625,5.93],\u0022elements\u0022:[\u0022#/readResults/0/lines/23/words/0\u0022]},{\u0022rowIndex\u0022:6,\u0022columnIndex\u0022:0,\u0022text\u0022:\u0022Silver Sponsor\u0022,\u0022boundingBox\u0022:[1.0033,5.93,2.625,5.93,2.625,6.1528,1.0033,6.1528],\u0022elements\u0022:[\u0022#/readResults/0/lines/24/words/0\u0022,\u0022#/readResults/0/lines/24/words/1\u0022]},{\u0022rowIndex\u0022:6,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Full booth\u0022,\u0022boundingBox\u0022:[2.625,5.93,5.75,5.93,5.75,6.1528,2.625,6.1528],\u0022elements\u0022:[\u0022#/readResults/0/lines/25/words/0\u0022,\u0022#/readResults/0/lines/26/words/0\u0022,\u0022#/readResults/0/lines/26/words/1\u0022]},{\u0022rowIndex\u0022:6,\u0022columnIndex\u0022:2,\u0022text\u0022:\u0022$1,200\u0022,\u0022boundingBox\u0022:[5.75,5.93,7.4967,5.93,7.4967,6.1528,5.75,6.1528],\u0022elements\u0022:[\u0022#/readResults/0/lines/27/words/0\u0022]},{\u0022rowIndex\u0022:7,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Post-keynote thank you\u0022,\u0022boundingBox\u0022:[2.625,6.1528,5.75,6.1528,5.75,6.375,2.625,6.375],\u0022elements\u0022:[\u0022#/readResults/0/lines/28/words/0\u0022,\u0022#/readResults/0/lines/29/words/0\u0022,\u0022#/readResults/0/lines/29/words/1\u0022,\u0022#/readResults/0/lines/29/words/2\u0022]},{\u0022rowIndex\u0022:8,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Logo on poster\u0022,\u0022boundingBox\u0022:[2.625,6.375,5.75,6.375,5.75,6.5833,2.625,6.5833],\u0022elements\u0022:[\u0022#/readResults/0/lines/30/words/0\u0022,\u0022#/readResults/0/lines/31/words/0\u0022,\u0022#/readResults/0/lines/31/words/1\u0022,\u0022#/readResults/0/lines/31/words/2\u0022]},{\u0022rowIndex\u0022:9,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Half page ad in program guide\u0022,\u0022boundingBox\u0022:[2.625,6.5833,5.75,6.5833,5.75,6.7867,2.625,6.7867],\u0022elements\u0022:[\u0022#/readResults/0/lines/32/words/0\u0022,\u0022#/readResults/0/lines/33/words/0\u0022,\u0022#/readResults/0/lines/33/words/1\u0022,\u0022#/readResults/0/lines/33/words/2\u0022,\u0022#/readResults/0/lines/33/words/3\u0022,\u0022#/readResults/0/lines/33/words/4\u0022,\u0022#/readResults/0/lines/33/words/5\u0022]},{\u0022rowIndex\u0022:10,\u0022columnIndex\u0022:0,\u0022text\u0022:\u0022Bronze Sponsor\u0022,\u0022boundingBox\u0022:[1.0033,6.7867,2.625,6.7867,2.625,7.0139,1.0033,7.0139],\u0022elements\u0022:[\u0022#/readResults/0/lines/34/words/0\u0022,\u0022#/readResults/0/lines/34/words/1\u0022]},{\u0022rowIndex\u0022:10,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Full booth\u0022,\u0022boundingBox\u0022:[2.625,6.7867,5.75,6.7867,5.75,7.0139,2.625,7.0139],\u0022elements\u0022:[\u0022#/readResults/0/lines/35/words/0\u0022,\u0022#/readResults/0/lines/36/words/0\u0022,\u0022#/readResults/0/lines/36/words/1\u0022]},{\u0022rowIndex\u0022:10,\u0022columnIndex\u0022:2,\u0022text\u0022:\u0022$1,000\u0022,\u0022boundingBox\u0022:[5.75,6.7867,7.4967,6.7867,7.4967,7.0139,5.75,7.0139],\u0022elements\u0022:[\u0022#/readResults/0/lines/37/words/0\u0022]},{\u0022rowIndex\u0022:11,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Logo on poster\u0022,\u0022boundingBox\u0022:[2.625,7.0139,5.75,7.0139,5.75,7.2222,2.625,7.2222],\u0022elements\u0022:[\u0022#/readResults/0/lines/38/words/0\u0022,\u0022#/readResults/0/lines/39/words/0\u0022,\u0022#/readResults/0/lines/39/words/1\u0022,\u0022#/readResults/0/lines/39/words/2\u0022]},{\u0022rowIndex\u0022:12,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 50% discount on program guide\u0022,\u0022boundingBox\u0022:[2.625,7.2222,5.75,7.2222,5.75,7.4306,2.625,7.4306],\u0022elements\u0022:[\u0022#/readResults/0/lines/40/words/0\u0022,\u0022#/readResults/0/lines/41/words/0\u0022,\u0022#/readResults/0/lines/41/words/1\u0022,\u0022#/readResults/0/lines/41/words/2\u0022,\u0022#/readResults/0/lines/41/words/3\u0022,\u0022#/readResults/0/lines/41/words/4\u0022]},{\u0022rowIndex\u0022:13,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022advertisements\u0022,\u0022boundingBox\u0022:[2.625,7.4306,5.75,7.4306,5.75,7.635,2.625,7.635],\u0022elements\u0022:[\u0022#/readResults/0/lines/42/words/0\u0022]},{\u0022rowIndex\u0022:14,\u0022columnIndex\u0022:0,\u0022text\u0022:\u0022Full Booth\u0022,\u0022boundingBox\u0022:[1.0033,7.635,2.625,7.635,2.625,7.8611,1.0033,7.8611],\u0022elements\u0022:[\u0022#/readResults/0/lines/43/words/0\u0022,\u0022#/readResults/0/lines/43/words/1\u0022]},{\u0022rowIndex\u0022:14,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Full booth\u0022,\u0022boundingBox\u0022:[2.625,7.635,5.75,7.635,5.75,7.8611,2.625,7.8611],\u0022elements\u0022:[\u0022#/readResults/0/lines/44/words/0\u0022,\u0022#/readResults/0/lines/45/words/0\u0022,\u0022#/readResults/0/lines/45/words/1\u0022]},{\u0022rowIndex\u0022:14,\u0022columnIndex\u0022:2,\u0022text\u0022:\u0022$600\u0022,\u0022boundingBox\u0022:[5.75,7.635,7.4967,7.635,7.4967,7.8611,5.75,7.8611],\u0022elements\u0022:[\u0022#/readResults/0/lines/46/words/0\u0022]},{\u0022rowIndex\u0022:15,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 50% discount on program guide\u0022,\u0022boundingBox\u0022:[2.625,7.8611,5.75,7.8611,5.75,8.0694,2.625,8.0694],\u0022elements\u0022:[\u0022#/readResults/0/lines/47/words/0\u0022,\u0022#/readResults/0/lines/48/words/0\u0022,\u0022#/readResults/0/lines/48/words/1\u0022,\u0022#/readResults/0/lines/48/words/2\u0022,\u0022#/readResults/0/lines/48/words/3\u0022,\u0022#/readResults/0/lines/48/words/4\u0022]},{\u0022rowIndex\u0022:16,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022advertisements\u0022,\u0022boundingBox\u0022:[2.625,8.0694,5.75,8.0694,5.75,8.27,2.625,8.27],\u0022elements\u0022:[\u0022#/readResults/0/lines/49/words/0\u0022]},{\u0022rowIndex\u0022:17,\u0022columnIndex\u0022:0,\u0022text\u0022:\u0022Half Booth\u0022,\u0022boundingBox\u0022:[1.0033,8.27,2.625,8.27,2.625,8.4861,1.0033,8.4861],\u0022elements\u0022:[\u0022#/readResults/0/lines/50/words/0\u0022,\u0022#/readResults/0/lines/50/words/1\u0022]},{\u0022rowIndex\u0022:17,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Full booth\u0022,\u0022boundingBox\u0022:[2.625,8.27,5.75,8.27,5.75,8.4861,2.625,8.4861],\u0022elements\u0022:[\u0022#/readResults/0/lines/51/words/0\u0022,\u0022#/readResults/0/lines/52/words/0\u0022,\u0022#/readResults/0/lines/52/words/1\u0022]},{\u0022rowIndex\u0022:17,\u0022columnIndex\u0022:2,\u0022text\u0022:\u0022$350\u0022,\u0022boundingBox\u0022:[5.75,8.27,7.4967,8.27,7.4967,8.4861,5.75,8.4861],\u0022elements\u0022:[\u0022#/readResults/0/lines/53/words/0\u0022]},{\u0022rowIndex\u0022:18,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 25% discount on program guide\u0022,\u0022boundingBox\u0022:[2.625,8.4861,5.75,8.4861,5.75,8.7083,2.625,8.7083],\u0022elements\u0022:[\u0022#/readResults/0/lines/54/words/0\u0022,\u0022#/readResults/0/lines/55/words/0\u0022,\u0022#/readResults/0/lines/55/words/1\u0022,\u0022#/readResults/0/lines/55/words/2\u0022,\u0022#/readResults/0/lines/55/words/3\u0022,\u0022#/readResults/0/lines/55/words/4\u0022]},{\u0022rowIndex\u0022:19,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022advertisements\u0022,\u0022boundingBox\u0022:[2.625,8.7083,5.75,8.7083,5.75,8.905,2.625,8.905],\u0022elements\u0022:[\u0022#/readResults/0/lines/56/words/0\u0022]}]}]},{\u0022page\u0022:2,\u0022tables\u0022:[]}],\u0022documentResults\u0022:[{\u0022docType\u0022:\u0022custom:588c1f7e-ec05-45dc-90cf-da133fb7ed10\u0022,\u0022modelId\u0022:\u0022588c1f7e-ec05-45dc-90cf-da133fb7ed10\u0022,\u0022pageRange\u0022:[1,2],\u0022fields\u0022:{\u0022CompanyName\u0022:{\u0022type\u0022:\u0022string\u0022,\u0022valueString\u0022:\u0022Southridge Video\u0022,\u0022text\u0022:\u0022Southridge Video\u0022,\u0022page\u0022:2,\u0022boundingBox\u0022:[2.19,2.77,3.35,2.77,3.35,2.915,2.19,2.915],\u0022confidence\u0022:1.0,\u0022elements\u0022:[\u0022#/readResults/1/lines/2/words/2\u0022,\u0022#/readResults/1/lines/2/words/3\u0022]},\u0022Bronze\u0022:{\u0022type\u0022:\u0022string\u0022,\u0022valueString\u0022:\u0022$1,000\u0022,\u0022text\u0022:\u0022$1,000\u0022,\u0022page\u0022:1,\u0022boundingBox\u0022:[5.835,6.825,6.285,6.825,6.285,6.97,5.835,6.97],\u0022confidence\u0022:1.0,\u0022elements\u0022:[\u0022#/readResults/0/lines/37/words/0\u0022]},\u0022Full\u0022:{\u0022type\u0022:\u0022string\u0022,\u0022valueString\u0022:\u0022$600\u0022,\u0022text\u0022:\u0022$600\u0022,\u0022page\u0022:1,\u0022boundingBox\u0022:[5.835,7.67,6.16,7.67,6.16,7.815,5.835,7.815],\u0022confidence\u0022:1.0,\u0022elements\u0022:[\u0022#/readResults/0/lines/46/words/0\u0022]},\u0022Half\u0022:{\u0022type\u0022:\u0022string\u0022,\u0022valueString\u0022:\u0022$350\u0022,\u0022text\u0022:\u0022$350\u0022,\u0022page\u0022:1,\u0022boundingBox\u0022:[5.835,8.305,6.16,8.305,6.16,8.45,5.835,8.45],\u0022confidence\u0022:1.0,\u0022elements\u0022:[\u0022#/readResults/0/lines/53/words/0\u0022]},\u0022Silver\u0022:{\u0022type\u0022:\u0022string\u0022,\u0022valueString\u0022:\u0022$1,200\u0022,\u0022text\u0022:\u0022$1,200\u0022,\u0022page\u0022:1,\u0022boundingBox\u0022:[5.835,5.97,6.285,5.97,6.285,6.115,5.835,6.115],\u0022confidence\u0022:1.0,\u0022elements\u0022:[\u0022#/readResults/0/lines/27/words/0\u0022]},\u0022Contact\u0022:{\u0022type\u0022:\u0022string\u0022,\u0022valueString\u0022:\u0022Jamie@southridgevideo.com\u0022,\u0022text\u0022:\u0022Jamie@southridgevideo.com\u0022,\u0022page\u0022:2,\u0022boundingBox\u0022:[1.62,3.1,3.575,3.1,3.575,3.245,1.62,3.245],\u0022confidence\u0022:1.0,\u0022elements\u0022:[\u0022#/readResults/1/lines/3/words/1\u0022]},\u0022Gold\u0022:{\u0022type\u0022:\u0022string\u0022,\u0022valueString\u0022:\u0022$1,500\u0022,\u0022text\u0022:\u0022$1,500\u0022,\u0022page\u0022:1,\u0022boundingBox\u0022:[5.835,4.9,6.285,4.9,6.285,5.045,5.835,5.045],\u0022confidence\u0022:1.0,\u0022elements\u0022:[\u0022#/readResults/0/lines/16/words/0\u0022]}},\u0022docTypeConfidence\u0022:1.0}],\u0022errors\u0022:[]}}" + "ResponseBody": "{\u0022status\u0022:\u0022succeeded\u0022,\u0022createdDateTime\u0022:\u00222020-10-30T12:59:48Z\u0022,\u0022lastUpdatedDateTime\u0022:\u00222020-10-30T12:59:55Z\u0022,\u0022analyzeResult\u0022:{\u0022version\u0022:\u00222.1.0\u0022,\u0022readResults\u0022:[{\u0022page\u0022:1,\u0022angle\u0022:0,\u0022width\u0022:8.5,\u0022height\u0022:11,\u0022unit\u0022:\u0022inch\u0022,\u0022lines\u0022:[{\u0022boundingBox\u0022:[6.1276,1.0667,7.4833,1.0667,7.4833,1.2403,6.1276,1.2403],\u0022text\u0022:\u0022Vendor #:121\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[6.1276,1.0667,6.8657,1.0667,6.8657,1.2403,6.1276,1.2403],\u0022text\u0022:\u0022Vendor\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.9307,1.0759,7.4833,1.0759,7.4833,1.2391,6.9307,1.2391],\u0022text\u0022:\u0022#:121\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.2268,1.5733,6.2379,1.5733,6.2379,2.005,2.2268,2.005],\u0022text\u0022:\u0022Vendor Registration\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.2268,1.5733,3.703,1.5733,3.703,1.9207,2.2268,1.9207],\u0022text\u0022:\u0022Vendor\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.8661,1.5883,6.2379,1.5883,6.2379,2.005,3.8661,2.005],\u0022text\u0022:\u0022Registration\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0078,2.5846,7.0776,2.5846,7.0776,2.7293,1.0078,2.7293],\u0022text\u0022:\u0022Contoso Ltd. Conference will be held on May 28-29, 2020 at the Elm Conference Center in\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0078,2.5919,1.5548,2.5919,1.5548,2.7013,1.0078,2.7013],\u0022text\u0022:\u0022Contoso\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.6125,2.5856,1.843,2.5856,1.843,2.7013,1.6125,2.7013],\u0022text\u0022:\u0022Ltd.\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.8996,2.5846,2.6636,2.5846,2.6636,2.7013,1.8996,2.7013],\u0022text\u0022:\u0022Conference\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.7122,2.5852,2.9307,2.5852,2.9307,2.7003,2.7122,2.7003],\u0022text\u0022:\u0022will\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.9922,2.5852,3.1419,2.5852,3.1419,2.7013,2.9922,2.7013],\u0022text\u0022:\u0022be\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.1987,2.5852,3.4704,2.5852,3.4704,2.7013,3.1987,2.7013],\u0022text\u0022:\u0022held\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.53,2.62,3.6846,2.62,3.6846,2.7013,3.53,2.7013],\u0022text\u0022:\u0022on\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.7498,2.5934,4.0422,2.5934,4.0422,2.7293,3.7498,2.7293],\u0022text\u0022:\u0022May\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.0877,2.5914,4.5042,2.5914,4.5042,2.7236,4.0877,2.7236],\u0022text\u0022:\u002228-29,\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.5586,2.5914,4.884,2.5914,4.884,2.7017,4.5586,2.7017],\u0022text\u0022:\u00222020\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.9351,2.6014,5.0577,2.6014,5.0577,2.7013,4.9351,2.7013],\u0022text\u0022:\u0022at\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[5.1033,2.5852,5.3202,2.5852,5.3202,2.7013,5.1033,2.7013],\u0022text\u0022:\u0022the\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[5.3787,2.5852,5.6051,2.5852,5.6051,2.7003,5.3787,2.7003],\u0022text\u0022:\u0022Elm\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[5.6624,2.5846,6.4263,2.5846,6.4263,2.7013,5.6624,2.7013],\u0022text\u0022:\u0022Conference\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.4796,2.5919,6.9234,2.5919,6.9234,2.7013,6.4796,2.7013],\u0022text\u0022:\u0022Center\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.9765,2.5905,7.0776,2.5905,7.0776,2.7003,6.9765,2.7003],\u0022text\u0022:\u0022in\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.014,2.8029,7.3457,2.8029,7.3457,2.9478,1.014,2.9478],\u0022text\u0022:\u0022Maple City, Massachusetts. The conference has sold out of its 1,500 tickets, with a 400 person\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.014,2.8036,1.4242,2.8036,1.4242,2.9478,1.014,2.9478],\u0022text\u0022:\u0022Maple\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.4763,2.8089,1.7576,2.8089,1.7576,2.9478,1.4763,2.9478],\u0022text\u0022:\u0022City,\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.8195,2.8036,2.8383,2.8036,2.8383,2.9197,1.8195,2.9197],\u0022text\u0022:\u0022Massachusetts.\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.8883,2.8036,3.1326,2.8036,3.1326,2.9197,2.8883,2.9197],\u0022text\u0022:\u0022The\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.1842,2.8029,3.9301,2.8029,3.9301,2.9197,3.1842,2.9197],\u0022text\u0022:\u0022conference\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.9871,2.8036,4.2019,2.8036,4.2019,2.9197,3.9871,2.9197],\u0022text\u0022:\u0022has\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.2529,2.8036,4.5104,2.8036,4.5104,2.9197,4.2529,2.9197],\u0022text\u0022:\u0022sold\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.5701,2.8197,4.7871,2.8197,4.7871,2.9197,4.5701,2.9197],\u0022text\u0022:\u0022out\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.8373,2.8029,4.9701,2.8029,4.9701,2.9197,4.8373,2.9197],\u0022text\u0022:\u0022of\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[5.0169,2.8089,5.1601,2.8089,5.1601,2.9197,5.0169,2.9197],\u0022text\u0022:\u0022its\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[5.2167,2.81,5.5766,2.81,5.5766,2.9418,5.2167,2.9418],\u0022text\u0022:\u00221,500\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[5.6227,2.8036,6.0928,2.8036,6.0928,2.9418,5.6227,2.9418],\u0022text\u0022:\u0022tickets,\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.1461,2.8036,6.4308,2.8036,6.4308,2.9195,6.1461,2.9195],\u0022text\u0022:\u0022with\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.488,2.8383,6.548,2.8383,6.548,2.9197,6.488,2.9197],\u0022text\u0022:\u0022a\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.6016,2.81,6.8449,2.81,6.8449,2.9197,6.6016,2.9197],\u0022text\u0022:\u0022400\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.8998,2.8383,7.3457,2.8383,7.3457,2.9478,6.8998,2.9478],\u0022text\u0022:\u0022person\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0043,3.0229,7.2482,3.0229,7.2482,3.1678,1.0043,3.1678],\u0022text\u0022:\u0022waitlist. Vendor applications are being accepted through Feb 28, 2020. Please fill in the form\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0043,3.0236,1.5194,3.0236,1.5194,3.1397,1.0043,3.1397],\u0022text\u0022:\u0022waitlist.\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.5733,3.0239,2.0654,3.0239,2.0654,3.1397,1.5733,3.1397],\u0022text\u0022:\u0022Vendor\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.1132,3.0236,2.9143,3.0236,2.9143,3.1678,2.1132,3.1678],\u0022text\u0022:\u0022applications\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.9675,3.0583,3.1726,3.0583,3.1726,3.1397,2.9675,3.1397],\u0022text\u0022:\u0022are\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.2306,3.0236,3.5889,3.0236,3.5889,3.1678,3.2306,3.1678],\u0022text\u0022:\u0022being\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.6388,3.0239,4.2336,3.0239,4.2336,3.1678,3.6388,3.1678],\u0022text\u0022:\u0022accepted\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.2862,3.0236,4.8127,3.0236,4.8127,3.1678,4.2862,3.1678],\u0022text\u0022:\u0022through\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.8815,3.0236,5.1133,3.0236,5.1133,3.14,4.8815,3.14],\u0022text\u0022:\u0022Feb\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[5.163,3.0297,5.361,3.0297,5.361,3.162,5.163,3.162],\u0022text\u0022:\u002228,\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[5.413,3.0297,5.7774,3.0297,5.7774,3.14,5.413,3.14],\u0022text\u0022:\u00222020.\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[5.8406,3.0236,6.2537,3.0236,6.2537,3.1397,5.8406,3.1397],\u0022text\u0022:\u0022Please\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.3022,3.0229,6.4539,3.0229,6.4539,3.1387,6.3022,3.1387],\u0022text\u0022:\u0022fill\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.5131,3.0289,6.6158,3.0289,6.6158,3.1387,6.5131,3.1387],\u0022text\u0022:\u0022in\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.6673,3.0236,6.8842,3.0236,6.8842,3.1397,6.6673,3.1397],\u0022text\u0022:\u0022the\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.9317,3.0229,7.2482,3.0229,7.2482,3.1397,6.9317,3.1397],\u0022text\u0022:\u0022form\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0125,3.2436,3.6599,3.2436,3.6599,3.3818,1.0125,3.3818],\u0022text\u0022:\u0022below, and attach a check made out to:\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0125,3.2436,1.4459,3.2436,1.4459,3.3818,1.0125,3.3818],\u0022text\u0022:\u0022below,\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.5024,3.2439,1.7371,3.2439,1.7371,3.3597,1.5024,3.3597],\u0022text\u0022:\u0022and\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.7968,3.2436,2.2047,3.2436,2.2047,3.3597,1.7968,3.3597],\u0022text\u0022:\u0022attach\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.2619,3.2783,2.3219,3.2783,2.3219,3.3597,2.2619,3.3597],\u0022text\u0022:\u0022a\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.379,3.2436,2.7529,3.2436,2.7529,3.3597,2.379,3.3597],\u0022text\u0022:\u0022check\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.8076,3.2439,3.17,3.2439,3.17,3.3597,2.8076,3.3597],\u0022text\u0022:\u0022made\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.2251,3.2597,3.4421,3.2597,3.4421,3.3597,3.2251,3.3597],\u0022text\u0022:\u0022out\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.4869,3.2597,3.6599,3.2597,3.6599,3.3597,3.4869,3.3597],\u0022text\u0022:\u0022to:\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0078,3.5739,1.843,3.5739,1.843,3.6897,1.0078,3.6897],\u0022text\u0022:\u0022Contoso Ltd.\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0078,3.5802,1.5548,3.5802,1.5548,3.6897,1.0078,3.6897],\u0022text\u0022:\u0022Contoso\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.6125,3.5739,1.843,3.5739,1.843,3.6897,1.6125,3.6897],\u0022text\u0022:\u0022Ltd.\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0093,3.7939,2.3768,3.7939,2.3768,3.9378,1.0093,3.9378],\u0022text\u0022:\u00222345 Dogwood Lane\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0093,3.8,1.3297,3.8,1.3297,3.9097,1.0093,3.9097],\u0022text\u0022:\u00222345\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.3899,3.7939,2.0149,3.7939,2.0149,3.9378,1.3899,3.9378],\u0022text\u0022:\u0022Dogwood\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.0788,3.8012,2.3768,3.8012,2.3768,3.9097,2.0788,3.9097],\u0022text\u0022:\u0022Lane\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.014,4.0136,2.3377,4.0136,2.3377,4.1518,1.014,4.1518],\u0022text\u0022:\u0022Birch, Kansas 98123\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.014,4.0136,1.3745,4.0136,1.3745,4.1518,1.014,4.1518],\u0022text\u0022:\u0022Birch,\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.4375,4.0212,1.8819,4.0212,1.8819,4.1297,1.4375,4.1297],\u0022text\u0022:\u0022Kansas\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.9318,4.02,2.3377,4.02,2.3377,4.1297,1.9318,4.1297],\u0022text\u0022:\u002298123\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0204,4.4248,1.5303,4.4248,1.5303,4.5682,1.0204,4.5682],\u0022text\u0022:\u0022Rates:\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0204,4.4248,1.5303,4.4248,1.5303,4.5682,1.0204,4.5682],\u0022text\u0022:\u0022Rates:\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0923,4.6986,1.6232,4.6986,1.6232,4.8428,1.0923,4.8428],\u0022text\u0022:\u0022Package\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0923,4.6986,1.6232,4.6986,1.6232,4.8428,1.0923,4.8428],\u0022text\u0022:\u0022Package\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.713,4.6986,3.2707,4.6986,3.2707,4.8147,2.713,4.8147],\u0022text\u0022:\u0022Included\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.713,4.6986,3.2707,4.6986,3.2707,4.8147,2.713,4.8147],\u0022text\u0022:\u0022Included\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[5.838,4.7039,6.1513,4.7039,6.1513,4.8147,5.838,4.8147],\u0022text\u0022:\u0022Price\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[5.838,4.7039,6.1513,4.7039,6.1513,4.8147,5.838,4.8147],\u0022text\u0022:\u0022Price\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0857,4.9086,1.9831,4.9086,1.9831,5.0528,1.0857,5.0528],\u0022text\u0022:\u0022Gold Sponsor\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0857,4.9086,1.3842,4.9086,1.3842,5.0247,1.0857,5.0247],\u0022text\u0022:\u0022Gold\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.4423,4.915,1.9831,4.915,1.9831,5.0528,1.4423,5.0528],\u0022text\u0022:\u0022Sponsor\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,4.954,3.018,4.954,3.018,5.0145,2.9586,5.0145],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,4.954,3.018,4.954,3.018,5.0145,2.9586,5.0145],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,4.9169,3.8726,4.9169,3.8726,5.033,3.214,5.033],\u0022text\u0022:\u0022Full booth\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,4.9169,3.4295,4.9169,3.4295,5.033,3.214,5.033],\u0022text\u0022:\u0022Full\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.492,4.9169,3.8726,4.9169,3.8726,5.033,3.492,5.033],\u0022text\u0022:\u0022booth\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[5.8328,4.8977,6.2829,4.8977,6.2829,5.0468,5.8328,5.0468],\u0022text\u0022:\u0022$1,500\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[5.8328,4.8977,6.2829,4.8977,6.2829,5.0468,5.8328,5.0468],\u0022text\u0022:\u0022$1,500\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,5.1673,3.018,5.1673,3.018,5.2279,2.9586,5.2279],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,5.1673,3.018,5.1673,3.018,5.2279,2.9586,5.2279],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,5.1302,4.7267,5.1302,4.7267,5.2744,3.214,5.2744],\u0022text\u0022:\u0022Pre-keynote thank you\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,5.1302,4.0183,5.1302,4.0183,5.2744,3.214,5.2744],\u0022text\u0022:\u0022Pre-keynote\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.0665,5.1302,4.4475,5.1302,4.4475,5.2463,4.0665,5.2463],\u0022text\u0022:\u0022thank\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.4903,5.165,4.7267,5.165,4.7267,5.2744,4.4903,5.2744],\u0022text\u0022:\u0022you\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,5.379,3.018,5.379,3.018,5.4395,2.9586,5.4395],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,5.379,3.018,5.379,3.018,5.4395,2.9586,5.4395],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,5.3495,4.2093,5.3495,4.2093,5.4861,3.214,5.4861],\u0022text\u0022:\u0022Logo on poster\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,5.3495,3.5163,5.3495,3.5163,5.4861,3.214,5.4861],\u0022text\u0022:\u0022Logo\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.5686,5.3767,3.7244,5.3767,3.7244,5.458,3.5686,5.458],\u0022text\u0022:\u0022on\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.7888,5.358,4.2093,5.358,4.2093,5.4861,3.7888,5.4861],\u0022text\u0022:\u0022poster\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,5.5923,3.018,5.5923,3.018,5.6529,2.9586,5.6529],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,5.5923,3.018,5.5923,3.018,5.6529,2.9586,5.6529],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,5.5552,5.201,5.5552,5.201,5.6994,3.214,5.6994],\u0022text\u0022:\u0022Full page ad in program guide\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,5.5552,3.4295,5.5552,3.4295,5.6713,3.214,5.6713],\u0022text\u0022:\u0022Full\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.492,5.59,3.7989,5.59,3.7989,5.6994,3.492,5.6994],\u0022text\u0022:\u0022page\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.8519,5.5556,3.9991,5.5556,3.9991,5.6713,3.8519,5.6713],\u0022text\u0022:\u0022ad\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.0599,5.5605,4.1626,5.5605,4.1626,5.6703,4.0599,5.6703],\u0022text\u0022:\u0022in\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.2248,5.59,4.7839,5.59,4.7839,5.6994,4.2248,5.6994],\u0022text\u0022:\u0022program\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.8367,5.5556,5.201,5.5556,5.201,5.6994,4.8367,5.6994],\u0022text\u0022:\u0022guide\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,5.804,3.018,5.804,3.018,5.8645,2.9586,5.8645],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,5.804,3.018,5.804,3.018,5.8645,2.9586,5.8645],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0842,5.9786,2.0339,5.9786,2.0339,6.1228,1.0842,6.1228],\u0022text\u0022:\u0022Silver Sponsor\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0842,5.9786,1.4443,5.9786,1.4443,6.0947,1.0842,6.0947],\u0022text\u0022:\u0022Silver\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.4904,5.985,2.0339,5.985,2.0339,6.1228,1.4904,6.1228],\u0022text\u0022:\u0022Sponsor\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,6.024,3.018,6.024,3.018,6.0845,2.9586,6.0845],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,6.024,3.018,6.024,3.018,6.0845,2.9586,6.0845],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,5.9869,3.8726,5.9869,3.8726,6.103,3.214,6.103],\u0022text\u0022:\u0022Full booth\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,5.9869,3.4295,5.9869,3.4295,6.103,3.214,6.103],\u0022text\u0022:\u0022Full\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.492,5.9869,3.8726,5.9869,3.8726,6.103,3.492,6.103],\u0022text\u0022:\u0022booth\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[5.8328,5.9677,6.2829,5.9677,6.2829,6.1168,5.8328,6.1168],\u0022text\u0022:\u0022$1,200\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[5.8328,5.9677,6.2829,5.9677,6.2829,6.1168,5.8328,6.1168],\u0022text\u0022:\u0022$1,200\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,6.2356,3.018,6.2356,3.018,6.2962,2.9586,6.2962],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,6.2356,3.018,6.2356,3.018,6.2962,2.9586,6.2962],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,6.1986,4.7938,6.1986,4.7938,6.3428,3.214,6.3428],\u0022text\u0022:\u0022Post-keynote thank you\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,6.1986,4.0878,6.1986,4.0878,6.3428,3.214,6.3428],\u0022text\u0022:\u0022Post-keynote\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.1348,6.1986,4.5158,6.1986,4.5158,6.3147,4.1348,6.3147],\u0022text\u0022:\u0022thank\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.5586,6.2333,4.7938,6.2333,4.7938,6.3428,4.5586,6.3428],\u0022text\u0022:\u0022you\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,6.4473,3.018,6.4473,3.018,6.5079,2.9586,6.5079],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,6.4473,3.018,6.4473,3.018,6.5079,2.9586,6.5079],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,6.4179,4.2093,6.4179,4.2093,6.5544,3.214,6.5544],\u0022text\u0022:\u0022Logo on poster\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,6.4179,3.5163,6.4179,3.5163,6.5544,3.214,6.5544],\u0022text\u0022:\u0022Logo\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.5686,6.445,3.7244,6.445,3.7244,6.5263,3.5686,6.5263],\u0022text\u0022:\u0022on\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.7888,6.4264,4.2093,6.4264,4.2093,6.5544,3.7888,6.5544],\u0022text\u0022:\u0022poster\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,6.6606,3.018,6.6606,3.018,6.7212,2.9586,6.7212],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,6.6606,3.018,6.6606,3.018,6.7212,2.9586,6.7212],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,6.6229,5.2314,6.6229,5.2314,6.7678,3.214,6.7678],\u0022text\u0022:\u0022Half page ad in program guide\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,6.6229,3.4739,6.6229,3.4739,6.7397,3.214,6.7397],\u0022text\u0022:\u0022Half\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.5224,6.6583,3.8326,6.6583,3.8326,6.7678,3.5224,6.7678],\u0022text\u0022:\u0022page\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.8843,6.6239,4.0315,6.6239,4.0315,6.7397,3.8843,6.7397],\u0022text\u0022:\u0022ad\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.0923,6.6289,4.195,6.6289,4.195,6.7387,4.0923,6.7387],\u0022text\u0022:\u0022in\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.2563,6.6583,4.8148,6.6583,4.8148,6.7678,4.2563,6.7678],\u0022text\u0022:\u0022program\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.8695,6.6239,5.2314,6.6239,5.2314,6.7678,4.8695,6.7678],\u0022text\u0022:\u0022guide\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0923,6.84,2.1362,6.84,2.1362,6.9778,1.0923,6.9778],\u0022text\u0022:\u0022Bronze Sponsor\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0923,6.8417,1.545,6.8417,1.545,6.9497,1.0923,6.9497],\u0022text\u0022:\u0022Bronze\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.5951,6.84,2.1362,6.84,2.1362,6.9778,1.5951,6.9778],\u0022text\u0022:\u0022Sponsor\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,6.879,3.018,6.879,3.018,6.9395,2.9586,6.9395],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,6.879,3.018,6.879,3.018,6.9395,2.9586,6.9395],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,6.8419,3.8726,6.8419,3.8726,6.958,3.214,6.958],\u0022text\u0022:\u0022Full booth\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,6.8419,3.4295,6.8419,3.4295,6.958,3.214,6.958],\u0022text\u0022:\u0022Full\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.492,6.8419,3.8726,6.8419,3.8726,6.958,3.492,6.958],\u0022text\u0022:\u0022booth\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[5.8328,6.8227,6.2829,6.8227,6.2829,6.9718,5.8328,6.9718],\u0022text\u0022:\u0022$1,000\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[5.8328,6.8227,6.2829,6.8227,6.2829,6.9718,5.8328,6.9718],\u0022text\u0022:\u0022$1,000\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,7.0923,3.018,7.0923,3.018,7.1529,2.9586,7.1529],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,7.0923,3.018,7.0923,3.018,7.1529,2.9586,7.1529],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,7.0629,4.2093,7.0629,4.2093,7.1994,3.214,7.1994],\u0022text\u0022:\u0022Logo on poster\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,7.0629,3.5163,7.0629,3.5163,7.1994,3.214,7.1994],\u0022text\u0022:\u0022Logo\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.5686,7.09,3.7244,7.09,3.7244,7.1713,3.5686,7.1713],\u0022text\u0022:\u0022on\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.7888,7.0714,4.2093,7.0714,4.2093,7.1994,3.7888,7.1994],\u0022text\u0022:\u0022poster\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,7.304,3.018,7.304,3.018,7.3645,2.9586,7.3645],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,7.304,3.018,7.304,3.018,7.3645,2.9586,7.3645],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.2082,7.2672,5.3419,7.2672,5.3419,7.4111,3.2082,7.4111],\u0022text\u0022:\u002250% discount on program guide\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.2082,7.2717,3.4817,7.2717,3.4817,7.3845,3.2082,7.3845],\u0022text\u0022:\u002250%\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.533,7.2672,4.1018,7.2672,4.1018,7.383,3.533,7.383],\u0022text\u0022:\u0022discount\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.1512,7.3017,4.307,7.3017,4.307,7.383,4.1512,7.383],\u0022text\u0022:\u0022on\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.3682,7.3017,4.9253,7.3017,4.9253,7.4111,4.3682,7.4111],\u0022text\u0022:\u0022program\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.981,7.2672,5.3419,7.2672,5.3419,7.4111,4.981,7.4111],\u0022text\u0022:\u0022guide\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.2075,7.4706,4.2429,7.4706,4.2429,7.5863,3.2075,7.5863],\u0022text\u0022:\u0022advertisements\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.2075,7.4706,4.2429,7.4706,4.2429,7.5863,3.2075,7.5863],\u0022text\u0022:\u0022advertisements\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0923,7.6819,1.7537,7.6819,1.7537,7.798,1.0923,7.798],\u0022text\u0022:\u0022Full Booth\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0923,7.6819,1.3079,7.6819,1.3079,7.798,1.0923,7.798],\u0022text\u0022:\u0022Full\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.3718,7.6819,1.7537,7.6819,1.7537,7.798,1.3718,7.798],\u0022text\u0022:\u0022Booth\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,7.7273,3.018,7.7273,3.018,7.7879,2.9586,7.7879],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,7.7273,3.018,7.7273,3.018,7.7879,2.9586,7.7879],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,7.6902,3.8726,7.6902,3.8726,7.8063,3.214,7.8063],\u0022text\u0022:\u0022Full booth\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,7.6902,3.4295,7.6902,3.4295,7.8063,3.214,7.8063],\u0022text\u0022:\u0022Full\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.492,7.6902,3.8726,7.6902,3.8726,7.8063,3.492,7.8063],\u0022text\u0022:\u0022booth\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[5.8328,7.6711,6.1586,7.6711,6.1586,7.8165,5.8328,7.8165],\u0022text\u0022:\u0022$600\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[5.8328,7.6711,6.1586,7.6711,6.1586,7.8165,5.8328,7.8165],\u0022text\u0022:\u0022$600\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,7.939,3.018,7.939,3.018,7.9995,2.9586,7.9995],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,7.939,3.018,7.939,3.018,7.9995,2.9586,7.9995],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.2082,7.9022,5.3419,7.9022,5.3419,8.0461,3.2082,8.0461],\u0022text\u0022:\u002250% discount on program guide\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.2082,7.9067,3.4817,7.9067,3.4817,8.0195,3.2082,8.0195],\u0022text\u0022:\u002250%\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.533,7.9022,4.1018,7.9022,4.1018,8.018,3.533,8.018],\u0022text\u0022:\u0022discount\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.1512,7.9367,4.307,7.9367,4.307,8.018,4.1512,8.018],\u0022text\u0022:\u0022on\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.3682,7.9367,4.9253,7.9367,4.9253,8.0461,4.3682,8.0461],\u0022text\u0022:\u0022program\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.981,7.9022,5.3419,7.9022,5.3419,8.0461,4.981,8.0461],\u0022text\u0022:\u0022guide\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.2075,8.1056,4.2429,8.1056,4.2429,8.2213,3.2075,8.2213],\u0022text\u0022:\u0022advertisements\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.2075,8.1056,4.2429,8.1056,4.2429,8.2213,3.2075,8.2213],\u0022text\u0022:\u0022advertisements\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0923,8.3162,1.7854,8.3162,1.7854,8.433,1.0923,8.433],\u0022text\u0022:\u0022Half Booth\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0923,8.3162,1.3522,8.3162,1.3522,8.433,1.0923,8.433],\u0022text\u0022:\u0022Half\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.4022,8.3169,1.7854,8.3169,1.7854,8.433,1.4022,8.433],\u0022text\u0022:\u0022Booth\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,8.3623,3.018,8.3623,3.018,8.4229,2.9586,8.4229],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,8.3623,3.018,8.3623,3.018,8.4229,2.9586,8.4229],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.214,8.3252,3.8726,8.3252,3.8726,8.4413,3.214,8.4413],\u0022text\u0022:\u0022Full booth\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.214,8.3252,3.4295,8.3252,3.4295,8.4413,3.214,8.4413],\u0022text\u0022:\u0022Full\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.492,8.3252,3.8726,8.3252,3.8726,8.4413,3.492,8.4413],\u0022text\u0022:\u0022booth\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[5.8328,8.3061,6.1586,8.3061,6.1586,8.4515,5.8328,8.4515],\u0022text\u0022:\u0022$350\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[5.8328,8.3061,6.1586,8.3061,6.1586,8.4515,5.8328,8.4515],\u0022text\u0022:\u0022$350\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[2.9586,8.574,3.018,8.574,3.018,8.6345,2.9586,8.6345],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[2.9586,8.574,3.018,8.574,3.018,8.6345,2.9586,8.6345],\u0022text\u0022:\u0022\uF0B7\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.2093,8.5372,5.3419,8.5372,5.3419,8.6811,3.2093,8.6811],\u0022text\u0022:\u002225% discount on program guide\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.2093,8.5417,3.4817,8.5417,3.4817,8.6545,3.2093,8.6545],\u0022text\u0022:\u002225%\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[3.533,8.5372,4.1018,8.5372,4.1018,8.653,3.533,8.653],\u0022text\u0022:\u0022discount\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.1512,8.5717,4.307,8.5717,4.307,8.653,4.1512,8.653],\u0022text\u0022:\u0022on\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.3682,8.5717,4.9253,8.5717,4.9253,8.6811,4.3682,8.6811],\u0022text\u0022:\u0022program\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[4.981,8.5372,5.3419,8.5372,5.3419,8.6811,4.981,8.6811],\u0022text\u0022:\u0022guide\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[3.2075,8.7406,4.2429,8.7406,4.2429,8.8563,3.2075,8.8563],\u0022text\u0022:\u0022advertisements\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[3.2075,8.7406,4.2429,8.7406,4.2429,8.8563,3.2075,8.8563],\u0022text\u0022:\u0022advertisements\u0022,\u0022confidence\u0022:1}]}],\u0022selectionMarks\u0022:[{\u0022boundingBox\u0022:[0,10.2725,1.0372,10.2725,1.0372,10.9925,0,10.9925],\u0022confidence\u0022:0.69,\u0022state\u0022:\u0022unselected\u0022},{\u0022boundingBox\u0022:[0,10.6019,1.5095,10.6019,1.5095,10.9983,0,10.9983],\u0022confidence\u0022:0.69,\u0022state\u0022:\u0022unselected\u0022},{\u0022boundingBox\u0022:[2.9381,6.9634,3.0388,6.9634,3.0388,7.0736,2.9381,7.0736],\u0022confidence\u0022:0.553,\u0022state\u0022:\u0022unselected\u0022}]},{\u0022page\u0022:2,\u0022angle\u0022:0,\u0022width\u0022:8.5,\u0022height\u0022:11,\u0022unit\u0022:\u0022inch\u0022,\u0022lines\u0022:[{\u0022boundingBox\u0022:[6.1276,1.0667,7.4833,1.0667,7.4833,1.2403,6.1276,1.2403],\u0022text\u0022:\u0022Vendor #:121\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[6.1276,1.0667,6.8657,1.0667,6.8657,1.2403,6.1276,1.2403],\u0022text\u0022:\u0022Vendor\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[6.9307,1.0759,7.4833,1.0759,7.4833,1.2391,6.9307,1.2391],\u0022text\u0022:\u0022#:121\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0044,2.1771,2.35,2.1771,2.35,2.3315,1.0044,2.3315],\u0022text\u0022:\u0022Vendor Details:\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0044,2.1778,1.6496,2.1778,1.6496,2.3315,1.0044,2.3315],\u0022text\u0022:\u0022Vendor\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.7239,2.1771,2.35,2.1771,2.35,2.3315,1.7239,2.3315],\u0022text\u0022:\u0022Details:\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0065,2.7686,3.3477,2.7686,3.3477,2.9128,1.0065,2.9128],\u0022text\u0022:\u0022Company Name: Southridge Video\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0065,2.7749,1.651,2.7749,1.651,2.9126,1.0065,2.9126],\u0022text\u0022:\u0022Company\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.7019,2.7764,2.1376,2.7764,2.1376,2.885,1.7019,2.885],\u0022text\u0022:\u0022Name:\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.1925,2.7686,2.9184,2.7686,2.9184,2.9128,2.1925,2.9128],\u0022text\u0022:\u0022Southridge\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.9691,2.7689,3.3477,2.7689,3.3477,2.8847,2.9691,2.8847],\u0022text\u0022:\u0022Video\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0065,3.0986,3.5766,3.0986,3.5766,3.2428,1.0065,3.2428],\u0022text\u0022:\u0022Contact: Jamie@southridgevideo.com\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0065,3.1049,1.5706,3.1049,1.5706,3.215,1.0065,3.215],\u0022text\u0022:\u0022Contact:\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.6205,3.0986,3.5766,3.0986,3.5766,3.2428,1.6205,3.2428],\u0022text\u0022:\u0022Jamie@southridgevideo.com\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0115,3.4296,2.6542,3.4296,2.6542,3.5744,1.0115,3.5744],\u0022text\u0022:\u0022Preferred Package: Gold\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0115,3.4296,1.6499,3.4296,1.6499,3.5467,1.0115,3.5467],\u0022text\u0022:\u0022Preferred\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.7092,3.4302,2.2978,3.4302,2.2978,3.5744,1.7092,3.5744],\u0022text\u0022:\u0022Package:\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.3557,3.4302,2.6542,3.4302,2.6542,3.5463,2.3557,3.5463],\u0022text\u0022:\u0022Gold\u0022,\u0022confidence\u0022:1}]},{\u0022boundingBox\u0022:[1.0052,3.7537,2.4783,3.7537,2.4783,3.9043,1.0052,3.9043],\u0022text\u0022:\u0022Special Requests: N/a\u0022,\u0022words\u0022:[{\u0022boundingBox\u0022:[1.0052,3.7602,1.475,3.7602,1.475,3.9043,1.0052,3.9043],\u0022text\u0022:\u0022Special\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[1.5342,3.7684,2.1899,3.7684,2.1899,3.9043,1.5342,3.9043],\u0022text\u0022:\u0022Requests:\u0022,\u0022confidence\u0022:1},{\u0022boundingBox\u0022:[2.254,3.7537,2.4783,3.7537,2.4783,3.8976,2.254,3.8976],\u0022text\u0022:\u0022N/a\u0022,\u0022confidence\u0022:1}]}],\u0022selectionMarks\u0022:[{\u0022boundingBox\u0022:[0.0024,9.869,1.0826,9.869,1.0826,10.9955,0.0024,10.9955],\u0022confidence\u0022:0.833,\u0022state\u0022:\u0022unselected\u0022},{\u0022boundingBox\u0022:[7.6562,1.0157,8.5,1.0157,8.5,2.8293,7.6562,2.8293],\u0022confidence\u0022:0.6,\u0022state\u0022:\u0022unselected\u0022},{\u0022boundingBox\u0022:[0.0008,10.4758,1.8164,10.4758,1.8164,10.9978,0.0008,10.9978],\u0022confidence\u0022:0.6,\u0022state\u0022:\u0022unselected\u0022}]}],\u0022pageResults\u0022:[{\u0022page\u0022:1,\u0022tables\u0022:[{\u0022rows\u0022:20,\u0022columns\u0022:3,\u0022cells\u0022:[{\u0022rowIndex\u0022:0,\u0022columnIndex\u0022:0,\u0022text\u0022:\u0022Package\u0022,\u0022boundingBox\u0022:[1.0033,4.6517,2.625,4.6517,2.625,4.8617,1.0033,4.8617],\u0022elements\u0022:[\u0022#/readResults/0/lines/10/words/0\u0022]},{\u0022rowIndex\u0022:0,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022Included\u0022,\u0022boundingBox\u0022:[2.625,4.6517,5.75,4.6517,5.75,4.8617,2.625,4.8617],\u0022elements\u0022:[\u0022#/readResults/0/lines/11/words/0\u0022]},{\u0022rowIndex\u0022:0,\u0022columnIndex\u0022:2,\u0022text\u0022:\u0022Price\u0022,\u0022boundingBox\u0022:[5.75,4.6517,7.4967,4.6517,7.4967,4.8617,5.75,4.8617],\u0022elements\u0022:[\u0022#/readResults/0/lines/12/words/0\u0022]},{\u0022rowIndex\u0022:1,\u0022columnIndex\u0022:0,\u0022text\u0022:\u0022Gold Sponsor\u0022,\u0022boundingBox\u0022:[1.0033,4.8617,2.625,4.8617,2.625,5.0833,1.0033,5.0833],\u0022elements\u0022:[\u0022#/readResults/0/lines/13/words/0\u0022,\u0022#/readResults/0/lines/13/words/1\u0022]},{\u0022rowIndex\u0022:1,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Full booth\u0022,\u0022boundingBox\u0022:[2.625,4.8617,5.75,4.8617,5.75,5.0833,2.625,5.0833],\u0022elements\u0022:[\u0022#/readResults/0/lines/14/words/0\u0022,\u0022#/readResults/0/lines/15/words/0\u0022,\u0022#/readResults/0/lines/15/words/1\u0022]},{\u0022rowIndex\u0022:1,\u0022columnIndex\u0022:2,\u0022text\u0022:\u0022$1,500\u0022,\u0022boundingBox\u0022:[5.75,4.8617,7.4967,4.8617,7.4967,5.0833,5.75,5.0833],\u0022elements\u0022:[\u0022#/readResults/0/lines/16/words/0\u0022]},{\u0022rowIndex\u0022:2,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Pre-keynote thank you\u0022,\u0022boundingBox\u0022:[2.625,5.0833,5.75,5.0833,5.75,5.3056,2.625,5.3056],\u0022elements\u0022:[\u0022#/readResults/0/lines/17/words/0\u0022,\u0022#/readResults/0/lines/18/words/0\u0022,\u0022#/readResults/0/lines/18/words/1\u0022,\u0022#/readResults/0/lines/18/words/2\u0022]},{\u0022rowIndex\u0022:3,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Logo on poster\u0022,\u0022boundingBox\u0022:[2.625,5.3056,5.75,5.3056,5.75,5.5139,2.625,5.5139],\u0022elements\u0022:[\u0022#/readResults/0/lines/19/words/0\u0022,\u0022#/readResults/0/lines/20/words/0\u0022,\u0022#/readResults/0/lines/20/words/1\u0022,\u0022#/readResults/0/lines/20/words/2\u0022]},{\u0022rowIndex\u0022:4,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Full page ad in program guide\u0022,\u0022boundingBox\u0022:[2.625,5.5139,5.75,5.5139,5.75,5.7361,2.625,5.7361],\u0022elements\u0022:[\u0022#/readResults/0/lines/21/words/0\u0022,\u0022#/readResults/0/lines/22/words/0\u0022,\u0022#/readResults/0/lines/22/words/1\u0022,\u0022#/readResults/0/lines/22/words/2\u0022,\u0022#/readResults/0/lines/22/words/3\u0022,\u0022#/readResults/0/lines/22/words/4\u0022,\u0022#/readResults/0/lines/22/words/5\u0022]},{\u0022rowIndex\u0022:5,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.625,5.7361,5.75,5.7361,5.75,5.93,2.625,5.93],\u0022elements\u0022:[\u0022#/readResults/0/lines/23/words/0\u0022]},{\u0022rowIndex\u0022:6,\u0022columnIndex\u0022:0,\u0022text\u0022:\u0022Silver Sponsor\u0022,\u0022boundingBox\u0022:[1.0033,5.93,2.625,5.93,2.625,6.1528,1.0033,6.1528],\u0022elements\u0022:[\u0022#/readResults/0/lines/24/words/0\u0022,\u0022#/readResults/0/lines/24/words/1\u0022]},{\u0022rowIndex\u0022:6,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Full booth\u0022,\u0022boundingBox\u0022:[2.625,5.93,5.75,5.93,5.75,6.1528,2.625,6.1528],\u0022elements\u0022:[\u0022#/readResults/0/lines/25/words/0\u0022,\u0022#/readResults/0/lines/26/words/0\u0022,\u0022#/readResults/0/lines/26/words/1\u0022]},{\u0022rowIndex\u0022:6,\u0022columnIndex\u0022:2,\u0022text\u0022:\u0022$1,200\u0022,\u0022boundingBox\u0022:[5.75,5.93,7.4967,5.93,7.4967,6.1528,5.75,6.1528],\u0022elements\u0022:[\u0022#/readResults/0/lines/27/words/0\u0022]},{\u0022rowIndex\u0022:7,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Post-keynote thank you\u0022,\u0022boundingBox\u0022:[2.625,6.1528,5.75,6.1528,5.75,6.375,2.625,6.375],\u0022elements\u0022:[\u0022#/readResults/0/lines/28/words/0\u0022,\u0022#/readResults/0/lines/29/words/0\u0022,\u0022#/readResults/0/lines/29/words/1\u0022,\u0022#/readResults/0/lines/29/words/2\u0022]},{\u0022rowIndex\u0022:8,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Logo on poster\u0022,\u0022boundingBox\u0022:[2.625,6.375,5.75,6.375,5.75,6.5833,2.625,6.5833],\u0022elements\u0022:[\u0022#/readResults/0/lines/30/words/0\u0022,\u0022#/readResults/0/lines/31/words/0\u0022,\u0022#/readResults/0/lines/31/words/1\u0022,\u0022#/readResults/0/lines/31/words/2\u0022]},{\u0022rowIndex\u0022:9,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Half page ad in program guide\u0022,\u0022boundingBox\u0022:[2.625,6.5833,5.75,6.5833,5.75,6.7867,2.625,6.7867],\u0022elements\u0022:[\u0022#/readResults/0/lines/32/words/0\u0022,\u0022#/readResults/0/lines/33/words/0\u0022,\u0022#/readResults/0/lines/33/words/1\u0022,\u0022#/readResults/0/lines/33/words/2\u0022,\u0022#/readResults/0/lines/33/words/3\u0022,\u0022#/readResults/0/lines/33/words/4\u0022,\u0022#/readResults/0/lines/33/words/5\u0022]},{\u0022rowIndex\u0022:10,\u0022columnIndex\u0022:0,\u0022text\u0022:\u0022Bronze Sponsor\u0022,\u0022boundingBox\u0022:[1.0033,6.7867,2.625,6.7867,2.625,7.0139,1.0033,7.0139],\u0022elements\u0022:[\u0022#/readResults/0/lines/34/words/0\u0022,\u0022#/readResults/0/lines/34/words/1\u0022]},{\u0022rowIndex\u0022:10,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Full booth\u0022,\u0022boundingBox\u0022:[2.625,6.7867,5.75,6.7867,5.75,7.0139,2.625,7.0139],\u0022elements\u0022:[\u0022#/readResults/0/lines/35/words/0\u0022,\u0022#/readResults/0/lines/36/words/0\u0022,\u0022#/readResults/0/lines/36/words/1\u0022]},{\u0022rowIndex\u0022:10,\u0022columnIndex\u0022:2,\u0022text\u0022:\u0022$1,000\u0022,\u0022boundingBox\u0022:[5.75,6.7867,7.4967,6.7867,7.4967,7.0139,5.75,7.0139],\u0022elements\u0022:[\u0022#/readResults/0/lines/37/words/0\u0022]},{\u0022rowIndex\u0022:11,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Logo on poster\u0022,\u0022boundingBox\u0022:[2.625,7.0139,5.75,7.0139,5.75,7.2222,2.625,7.2222],\u0022elements\u0022:[\u0022#/readResults/0/lines/38/words/0\u0022,\u0022#/readResults/0/lines/39/words/0\u0022,\u0022#/readResults/0/lines/39/words/1\u0022,\u0022#/readResults/0/lines/39/words/2\u0022]},{\u0022rowIndex\u0022:12,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 50% discount on program guide\u0022,\u0022boundingBox\u0022:[2.625,7.2222,5.75,7.2222,5.75,7.4306,2.625,7.4306],\u0022elements\u0022:[\u0022#/readResults/0/lines/40/words/0\u0022,\u0022#/readResults/0/lines/41/words/0\u0022,\u0022#/readResults/0/lines/41/words/1\u0022,\u0022#/readResults/0/lines/41/words/2\u0022,\u0022#/readResults/0/lines/41/words/3\u0022,\u0022#/readResults/0/lines/41/words/4\u0022]},{\u0022rowIndex\u0022:13,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022advertisements\u0022,\u0022boundingBox\u0022:[2.625,7.4306,5.75,7.4306,5.75,7.635,2.625,7.635],\u0022elements\u0022:[\u0022#/readResults/0/lines/42/words/0\u0022]},{\u0022rowIndex\u0022:14,\u0022columnIndex\u0022:0,\u0022text\u0022:\u0022Full Booth\u0022,\u0022boundingBox\u0022:[1.0033,7.635,2.625,7.635,2.625,7.8611,1.0033,7.8611],\u0022elements\u0022:[\u0022#/readResults/0/lines/43/words/0\u0022,\u0022#/readResults/0/lines/43/words/1\u0022]},{\u0022rowIndex\u0022:14,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Full booth\u0022,\u0022boundingBox\u0022:[2.625,7.635,5.75,7.635,5.75,7.8611,2.625,7.8611],\u0022elements\u0022:[\u0022#/readResults/0/lines/44/words/0\u0022,\u0022#/readResults/0/lines/45/words/0\u0022,\u0022#/readResults/0/lines/45/words/1\u0022]},{\u0022rowIndex\u0022:14,\u0022columnIndex\u0022:2,\u0022text\u0022:\u0022$600\u0022,\u0022boundingBox\u0022:[5.75,7.635,7.4967,7.635,7.4967,7.8611,5.75,7.8611],\u0022elements\u0022:[\u0022#/readResults/0/lines/46/words/0\u0022]},{\u0022rowIndex\u0022:15,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 50% discount on program guide\u0022,\u0022boundingBox\u0022:[2.625,7.8611,5.75,7.8611,5.75,8.0694,2.625,8.0694],\u0022elements\u0022:[\u0022#/readResults/0/lines/47/words/0\u0022,\u0022#/readResults/0/lines/48/words/0\u0022,\u0022#/readResults/0/lines/48/words/1\u0022,\u0022#/readResults/0/lines/48/words/2\u0022,\u0022#/readResults/0/lines/48/words/3\u0022,\u0022#/readResults/0/lines/48/words/4\u0022]},{\u0022rowIndex\u0022:16,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022advertisements\u0022,\u0022boundingBox\u0022:[2.625,8.0694,5.75,8.0694,5.75,8.27,2.625,8.27],\u0022elements\u0022:[\u0022#/readResults/0/lines/49/words/0\u0022]},{\u0022rowIndex\u0022:17,\u0022columnIndex\u0022:0,\u0022text\u0022:\u0022Half Booth\u0022,\u0022boundingBox\u0022:[1.0033,8.27,2.625,8.27,2.625,8.4861,1.0033,8.4861],\u0022elements\u0022:[\u0022#/readResults/0/lines/50/words/0\u0022,\u0022#/readResults/0/lines/50/words/1\u0022]},{\u0022rowIndex\u0022:17,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 Full booth\u0022,\u0022boundingBox\u0022:[2.625,8.27,5.75,8.27,5.75,8.4861,2.625,8.4861],\u0022elements\u0022:[\u0022#/readResults/0/lines/51/words/0\u0022,\u0022#/readResults/0/lines/52/words/0\u0022,\u0022#/readResults/0/lines/52/words/1\u0022]},{\u0022rowIndex\u0022:17,\u0022columnIndex\u0022:2,\u0022text\u0022:\u0022$350\u0022,\u0022boundingBox\u0022:[5.75,8.27,7.4967,8.27,7.4967,8.4861,5.75,8.4861],\u0022elements\u0022:[\u0022#/readResults/0/lines/53/words/0\u0022]},{\u0022rowIndex\u0022:18,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 25% discount on program guide\u0022,\u0022boundingBox\u0022:[2.625,8.4861,5.75,8.4861,5.75,8.7083,2.625,8.7083],\u0022elements\u0022:[\u0022#/readResults/0/lines/54/words/0\u0022,\u0022#/readResults/0/lines/55/words/0\u0022,\u0022#/readResults/0/lines/55/words/1\u0022,\u0022#/readResults/0/lines/55/words/2\u0022,\u0022#/readResults/0/lines/55/words/3\u0022,\u0022#/readResults/0/lines/55/words/4\u0022]},{\u0022rowIndex\u0022:19,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022advertisements\u0022,\u0022boundingBox\u0022:[2.625,8.7083,5.75,8.7083,5.75,8.905,2.625,8.905],\u0022elements\u0022:[\u0022#/readResults/0/lines/56/words/0\u0022]}]}]},{\u0022page\u0022:2,\u0022tables\u0022:[]}],\u0022documentResults\u0022:[{\u0022docType\u0022:\u0022custom:2bc78fbd-8f5c-40e4-82a4-9d4d44316050\u0022,\u0022modelId\u0022:\u00222bc78fbd-8f5c-40e4-82a4-9d4d44316050\u0022,\u0022pageRange\u0022:[1,2],\u0022fields\u0022:{\u0022CompanyName\u0022:{\u0022type\u0022:\u0022string\u0022,\u0022valueString\u0022:\u0022Southridge Video\u0022,\u0022text\u0022:\u0022Southridge Video\u0022,\u0022page\u0022:2,\u0022boundingBox\u0022:[2.19,2.77,3.35,2.77,3.35,2.915,2.19,2.915],\u0022confidence\u0022:1.0,\u0022elements\u0022:[\u0022#/readResults/1/lines/2/words/2\u0022,\u0022#/readResults/1/lines/2/words/3\u0022]},\u0022Half\u0022:{\u0022type\u0022:\u0022string\u0022,\u0022valueString\u0022:\u0022$350\u0022,\u0022text\u0022:\u0022$350\u0022,\u0022page\u0022:1,\u0022boundingBox\u0022:[5.835,8.305,6.16,8.305,6.16,8.45,5.835,8.45],\u0022confidence\u0022:1.0,\u0022elements\u0022:[\u0022#/readResults/0/lines/53/words/0\u0022]},\u0022Bronze\u0022:{\u0022type\u0022:\u0022string\u0022,\u0022valueString\u0022:\u0022$1,000\u0022,\u0022text\u0022:\u0022$1,000\u0022,\u0022page\u0022:1,\u0022boundingBox\u0022:[5.835,6.825,6.285,6.825,6.285,6.97,5.835,6.97],\u0022confidence\u0022:1.0,\u0022elements\u0022:[\u0022#/readResults/0/lines/37/words/0\u0022]},\u0022Gold\u0022:{\u0022type\u0022:\u0022string\u0022,\u0022valueString\u0022:\u0022$1,500\u0022,\u0022text\u0022:\u0022$1,500\u0022,\u0022page\u0022:1,\u0022boundingBox\u0022:[5.835,4.9,6.285,4.9,6.285,5.045,5.835,5.045],\u0022confidence\u0022:1.0,\u0022elements\u0022:[\u0022#/readResults/0/lines/16/words/0\u0022]},\u0022Full\u0022:{\u0022type\u0022:\u0022string\u0022,\u0022valueString\u0022:\u0022$600\u0022,\u0022text\u0022:\u0022$600\u0022,\u0022page\u0022:1,\u0022boundingBox\u0022:[5.835,7.67,6.16,7.67,6.16,7.815,5.835,7.815],\u0022confidence\u0022:1.0,\u0022elements\u0022:[\u0022#/readResults/0/lines/46/words/0\u0022]},\u0022Silver\u0022:{\u0022type\u0022:\u0022string\u0022,\u0022valueString\u0022:\u0022$1,200\u0022,\u0022text\u0022:\u0022$1,200\u0022,\u0022page\u0022:1,\u0022boundingBox\u0022:[5.835,5.97,6.285,5.97,6.285,6.115,5.835,6.115],\u0022confidence\u0022:1.0,\u0022elements\u0022:[\u0022#/readResults/0/lines/27/words/0\u0022]},\u0022Contact\u0022:{\u0022type\u0022:\u0022string\u0022,\u0022valueString\u0022:\u0022Jamie@southridgevideo.com\u0022,\u0022text\u0022:\u0022Jamie@southridgevideo.com\u0022,\u0022page\u0022:2,\u0022boundingBox\u0022:[1.62,3.1,3.575,3.1,3.575,3.245,1.62,3.245],\u0022confidence\u0022:1.0,\u0022elements\u0022:[\u0022#/readResults/1/lines/3/words/1\u0022]}},\u0022docTypeConfidence\u0022:1.0}],\u0022errors\u0022:[]}}" }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/588c1f7e-ec05-45dc-90cf-da133fb7ed10", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/2bc78fbd-8f5c-40e4-82a4-9d4d44316050", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-dc7340672e1444499c592ecc153b7067-e5af2efeb38d134a-00", + "traceparent": "00-40b3bfcceb53ff49a14ab53a4f57145c-64bc1f8cea46ac4a-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "816e57666fbf08e1b5145687a66730de", + "x-ms-client-request-id": "d041cf66d363ab90d4e326f6dc6ffd5e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 204, "ResponseHeaders": { - "apim-request-id": "c8efd5de-29aa-4dd2-b0fa-d9ea8adc139a", + "apim-request-id": "c84f8775-1b29-474a-b748-755cf2dd7352", "Content-Length": "0", - "Date": "Wed, 09 Sep 2020 22:36:31 GMT", + "Date": "Fri, 30 Oct 2020 12:59:57 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": "29" }, "ResponseBody": [] } ], "Variables": { "FORM_RECOGNIZER_API_KEY": "Sanitized", - "FORM_RECOGNIZER_ENDPOINT": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/", + "FORM_RECOGNIZER_ENDPOINT": "https://camaiaor-formrec-westcentralus.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": "1101840301" } diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsWithLabelsCanParseMultipageFormWithBlankPage(False).json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsWithLabelsCanParseMultipageFormWithBlankPage(False).json index a9d7fc33b7ade..c46b2cc7c08f0 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsWithLabelsCanParseMultipageFormWithBlankPage(False).json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsWithLabelsCanParseMultipageFormWithBlankPage(False).json @@ -1,17 +1,17 @@ { "Entries": [ { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "42", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-b737d12ad1b6ab4b89bc1700bd7bc4e0-43da2e62dbedd444-00", + "traceparent": "00-cd0525795b8be14c85dc4c0a54ad6d22-871dd4d3e3b4bb4b-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "80161b84cf3a2c46e4bde6cd52de6834", "x-ms-return-client-request-id": "true" @@ -22,25 +22,25 @@ }, "StatusCode": 201, "ResponseHeaders": { - "apim-request-id": "a7faa7f3-4ab2-4e92-8ccf-51897da577f0", + "apim-request-id": "ff84cce3-f527-4ebd-9dc8-77fef41d5108", "Content-Length": "0", - "Date": "Wed, 09 Sep 2020 22:31:26 GMT", - "Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/4a918c49-5b19-4267-873a-9bcf95f06648", + "Date": "Fri, 30 Oct 2020 12:54:02 GMT", + "Location": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/cbe4fa1b-9e50-49b1-b469-da1f85764674", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "255" + "x-envoy-upstream-service-time": "67" }, "ResponseBody": [] }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/4a918c49-5b19-4267-873a-9bcf95f06648?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/cbe4fa1b-9e50-49b1-b469-da1f85764674?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "07d63e81b52617bbc701c4ee9eb7fde9", "x-ms-return-client-request-id": "true" @@ -48,9 +48,9 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "50c319c4-b686-4686-b9f5-9ee7d7e2e880", + "apim-request-id": "ce624964-bb83-4028-918d-6f96b02ee09e", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:31:26 GMT", + "Date": "Fri, 30 Oct 2020 12:54:02 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", @@ -58,22 +58,22 @@ }, "ResponseBody": { "modelInfo": { - "modelId": "4a918c49-5b19-4267-873a-9bcf95f06648", + "modelId": "cbe4fa1b-9e50-49b1-b469-da1f85764674", "status": "creating", - "createdDateTime": "2020-09-09T22:31:26Z", - "lastUpdatedDateTime": "2020-09-09T22:31:26Z" + "createdDateTime": "2020-10-30T12:54:02Z", + "lastUpdatedDateTime": "2020-10-30T12:54:02Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/4a918c49-5b19-4267-873a-9bcf95f06648?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/cbe4fa1b-9e50-49b1-b469-da1f85764674?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "7c8b6b42f9b3a01b195b4a92de899361", "x-ms-return-client-request-id": "true" @@ -81,56 +81,23 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "b08cb862-0a06-4489-95c9-b1ab6ba6d3e7", + "apim-request-id": "8589e2f5-a5bb-4ffb-9dc2-076168529593", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:31:27 GMT", + "Date": "Fri, 30 Oct 2020 12:54:03 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": "44" }, "ResponseBody": { "modelInfo": { - "modelId": "4a918c49-5b19-4267-873a-9bcf95f06648", - "status": "creating", - "createdDateTime": "2020-09-09T22:31:26Z", - "lastUpdatedDateTime": "2020-09-09T22:31:26Z" - } - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/4a918c49-5b19-4267-873a-9bcf95f06648?includeKeys=true", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "3191a1c36c80cfda5ffeb8380a588e2d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "48d7cc15-35ac-4777-942c-494617b8d85d", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:31:28 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "20" - }, - "ResponseBody": { - "modelInfo": { - "modelId": "4a918c49-5b19-4267-873a-9bcf95f06648", + "modelId": "cbe4fa1b-9e50-49b1-b469-da1f85764674", "attributes": { "isComposed": false }, "status": "ready", - "createdDateTime": "2020-09-09T22:31:26Z", - "lastUpdatedDateTime": "2020-09-09T22:31:28Z" + "createdDateTime": "2020-10-30T12:54:02Z", + "lastUpdatedDateTime": "2020-10-30T12:54:04Z" }, "trainResult": { "averageModelAccuracy": 0.96, @@ -228,19 +195,19 @@ } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/4a918c49-5b19-4267-873a-9bcf95f06648/analyze?includeTextDetails=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/cbe4fa1b-9e50-49b1-b469-da1f85764674/analyze?includeTextDetails=true", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "22", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-f7d9fc8b60b88943af4f68ab027e929b-8bce87ef63f72d43-00", + "traceparent": "00-efa60ee0d9fc06438ecc6477f88f0429-f5999c3ad91e4348-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "e68bfcc0eb5388802235edcb6b29393e", + "x-ms-client-request-id": "3191a1c36c80cfda5ffeb8380a588e2d", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -248,254 +215,224 @@ }, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "01d40022-5dd6-4cd6-afb9-c15437ffc635", + "apim-request-id": "01c918d2-ac20-405a-85fb-25dd33f0e585", "Content-Length": "0", - "Date": "Wed, 09 Sep 2020 22:31:28 GMT", - "Operation-Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/4a918c49-5b19-4267-873a-9bcf95f06648/analyzeresults/a23bef33-f898-4f13-9a62-87f6e43f1431", + "Date": "Fri, 30 Oct 2020 12:54:03 GMT", + "Operation-Location": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/cbe4fa1b-9e50-49b1-b469-da1f85764674/analyzeresults/33d9b3a9-1780-45f6-a59a-2ba999af8350", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "71" + "x-envoy-upstream-service-time": "66" }, "ResponseBody": [] }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/4a918c49-5b19-4267-873a-9bcf95f06648/analyzeResults/a23bef33-f898-4f13-9a62-87f6e43f1431", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/cbe4fa1b-9e50-49b1-b469-da1f85764674/analyzeResults/33d9b3a9-1780-45f6-a59a-2ba999af8350", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "fc2b626ecc25d56990bc1cb440e295c1", + "x-ms-client-request-id": "e68bfcc0eb5388802235edcb6b29393e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "5ccf055d-0719-42e2-8cad-4c4a4c672806", + "apim-request-id": "614dbd94-8e00-4b35-8db7-e496da4b1012", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:31:28 GMT", + "Date": "Fri, 30 Oct 2020 12:54:04 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "33" + "x-envoy-upstream-service-time": "22" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-09-09T22:31:28Z", - "lastUpdatedDateTime": "2020-09-09T22:31:28Z" + "createdDateTime": "2020-10-30T12:54:04Z", + "lastUpdatedDateTime": "2020-10-30T12:54:04Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/4a918c49-5b19-4267-873a-9bcf95f06648/analyzeResults/a23bef33-f898-4f13-9a62-87f6e43f1431", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/cbe4fa1b-9e50-49b1-b469-da1f85764674/analyzeResults/33d9b3a9-1780-45f6-a59a-2ba999af8350", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "e1d21cccacfed70e20090e4a7f0f6336", + "x-ms-client-request-id": "fc2b626ecc25d56990bc1cb440e295c1", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "8716b10f-e68a-46d5-b844-45779fd8bf90", + "apim-request-id": "51822bd3-210f-4d3b-9b1c-2e2c7faf1d91", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:31:29 GMT", + "Date": "Fri, 30 Oct 2020 12:54:06 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "27" + "x-envoy-upstream-service-time": "28" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-09-09T22:31:28Z", - "lastUpdatedDateTime": "2020-09-09T22:31:29Z" + "createdDateTime": "2020-10-30T12:54:04Z", + "lastUpdatedDateTime": "2020-10-30T12:54:05Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/4a918c49-5b19-4267-873a-9bcf95f06648/analyzeResults/a23bef33-f898-4f13-9a62-87f6e43f1431", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/cbe4fa1b-9e50-49b1-b469-da1f85764674/analyzeResults/33d9b3a9-1780-45f6-a59a-2ba999af8350", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "a8c97ac5912df40893b55696cfcb4740", + "x-ms-client-request-id": "e1d21cccacfed70e20090e4a7f0f6336", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "c61332b6-9521-4432-aebe-a80ffd0c619c", + "apim-request-id": "fb1b1da1-3a1f-495f-bec1-022bf88398c1", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:31:30 GMT", + "Date": "Fri, 30 Oct 2020 12:54:07 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-09-09T22:31:28Z", - "lastUpdatedDateTime": "2020-09-09T22:31:29Z" + "createdDateTime": "2020-10-30T12:54:04Z", + "lastUpdatedDateTime": "2020-10-30T12:54:05Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/4a918c49-5b19-4267-873a-9bcf95f06648/analyzeResults/a23bef33-f898-4f13-9a62-87f6e43f1431", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/cbe4fa1b-9e50-49b1-b469-da1f85764674/analyzeResults/33d9b3a9-1780-45f6-a59a-2ba999af8350", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "4efe2b9f5757c23f5453dc1bbd1e5681", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "f0293b9b-4b8a-4184-8ef9-68cde56c4d5e", - "Content-Length": "109", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:31:31 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "27" - }, - "ResponseBody": { - "status": "notStarted", - "createdDateTime": "2020-09-09T22:31:28Z", - "lastUpdatedDateTime": "2020-09-09T22:31:29Z" - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/4a918c49-5b19-4267-873a-9bcf95f06648/analyzeResults/a23bef33-f898-4f13-9a62-87f6e43f1431", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "c6efe658ed193a9314dd4e4955780754", + "x-ms-client-request-id": "a8c97ac5912df40893b55696cfcb4740", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "c5b5805f-5656-48e3-aaae-e784106705e9", + "apim-request-id": "d3c7fe68-5e05-4f32-97b6-b03405149539", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:31:32 GMT", + "Date": "Fri, 30 Oct 2020 12:54:08 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": "32" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-09-09T22:31:28Z", - "lastUpdatedDateTime": "2020-09-09T22:31:32Z" + "createdDateTime": "2020-10-30T12:54:04Z", + "lastUpdatedDateTime": "2020-10-30T12:54:08Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/4a918c49-5b19-4267-873a-9bcf95f06648/analyzeResults/a23bef33-f898-4f13-9a62-87f6e43f1431", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/cbe4fa1b-9e50-49b1-b469-da1f85764674/analyzeResults/33d9b3a9-1780-45f6-a59a-2ba999af8350", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "53aacec215106ddf3a0753d9b5ec3674", + "x-ms-client-request-id": "4efe2b9f5757c23f5453dc1bbd1e5681", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "bd834c1a-6aef-452f-916d-41029fd2a8ae", + "apim-request-id": "1aa0e064-e7a8-4016-b372-972148622578", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:31:33 GMT", + "Date": "Fri, 30 Oct 2020 12:54: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": "51" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-09-09T22:31:28Z", - "lastUpdatedDateTime": "2020-09-09T22:31:32Z" + "createdDateTime": "2020-10-30T12:54:04Z", + "lastUpdatedDateTime": "2020-10-30T12:54:08Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/4a918c49-5b19-4267-873a-9bcf95f06648/analyzeResults/a23bef33-f898-4f13-9a62-87f6e43f1431", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/cbe4fa1b-9e50-49b1-b469-da1f85764674/analyzeResults/33d9b3a9-1780-45f6-a59a-2ba999af8350", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "e93dd55e81dcb22698c43a7909f66cdc", + "x-ms-client-request-id": "c6efe658ed193a9314dd4e4955780754", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "98c92c52-fed4-4766-91f9-387bc675822d", + "apim-request-id": "1cef7dca-09b7-4a14-81f0-e39604d99592", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:31:34 GMT", + "Date": "Fri, 30 Oct 2020 12:54:10 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": "24" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-09-09T22:31:28Z", - "lastUpdatedDateTime": "2020-09-09T22:31:32Z" + "createdDateTime": "2020-10-30T12:54:04Z", + "lastUpdatedDateTime": "2020-10-30T12:54:08Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/4a918c49-5b19-4267-873a-9bcf95f06648/analyzeResults/a23bef33-f898-4f13-9a62-87f6e43f1431", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/cbe4fa1b-9e50-49b1-b469-da1f85764674/analyzeResults/33d9b3a9-1780-45f6-a59a-2ba999af8350", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "ef59874b0274437007818b1199ba8527", + "x-ms-client-request-id": "53aacec215106ddf3a0753d9b5ec3674", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "3e1e1d0c-1e27-47ea-9e1b-917ca65276c3", + "apim-request-id": "ca641a13-b6e3-4c4e-a5ae-c2c5cc9a9b0f", "Content-Length": "30845", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:31:35 GMT", + "Date": "Fri, 30 Oct 2020 12:54:11 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "27" + "x-envoy-upstream-service-time": "30" }, "ResponseBody": { "status": "succeeded", - "createdDateTime": "2020-09-09T22:31:28Z", - "lastUpdatedDateTime": "2020-09-09T22:31:35Z", + "createdDateTime": "2020-10-30T12:54:04Z", + "lastUpdatedDateTime": "2020-10-30T12:54:11Z", "analyzeResult": { "version": "2.1.0", "readResults": [ @@ -4260,13 +4197,54 @@ ], "documentResults": [ { - "docType": "custom:4a918c49-5b19-4267-873a-9bcf95f06648", - "modelId": "4a918c49-5b19-4267-873a-9bcf95f06648", + "docType": "custom:cbe4fa1b-9e50-49b1-b469-da1f85764674", + "modelId": "cbe4fa1b-9e50-49b1-b469-da1f85764674", "pageRange": [ 1, 3 ], "fields": { + "CompanyAddress": { + "type": "string", + "valueString": "G", + "text": "G", + "page": 1, + "boundingBox": [ + 1.09, + 4.475, + 1.175, + 4.475, + 1.175, + 4.585, + 1.09, + 4.585 + ], + "confidence": 0.297, + "elements": [ + "#/readResults/0/lines/31/words/0" + ] + }, + "Merchant": { + "type": "string", + "valueString": "Invoice For:", + "text": "Invoice For:", + "page": 1, + "boundingBox": [ + 6.02, + 1.065, + 7.035, + 1.065, + 7.035, + 1.21, + 6.02, + 1.21 + ], + "confidence": 0.16, + "elements": [ + "#/readResults/0/lines/1/words/0", + "#/readResults/0/lines/1/words/1" + ] + }, "PurchaseOrderNumber": { "type": "string", "valueString": "100.99", @@ -4287,26 +4265,6 @@ "#/readResults/2/lines/15/words/0" ] }, - "CompanyPhoneNumber": { - "type": "string", - "valueString": "22.00", - "text": "22.00", - "page": 1, - "boundingBox": [ - 5.42, - 4.475, - 5.78, - 4.475, - 5.78, - 4.585, - 5.42, - 4.585 - ], - "confidence": 0.296, - "elements": [ - "#/readResults/0/lines/33/words/0" - ] - }, "Signature": { "type": "string", "valueString": "Signature:", @@ -4327,68 +4285,24 @@ "#/readResults/0/lines/38/words/0" ] }, - "Email": { - "type": "string", - "valueString": "Company A Invoice", - "text": "Company A Invoice", - "page": 1, - "boundingBox": [ - 0.885, - 1.12, - 2.38, - 1.12, - 2.38, - 1.28, - 0.885, - 1.28 - ], - "confidence": 0.138, - "elements": [ - "#/readResults/0/lines/0/words/0", - "#/readResults/0/lines/0/words/1", - "#/readResults/0/lines/0/words/2" - ] - }, - "CompanyName": { - "type": "string", - "valueString": "Bilbo Baggins", - "text": "Bilbo Baggins", - "page": 1, - "boundingBox": [ - 2.05, - 6.655, - 3.04, - 6.655, - 3.04, - 6.8, - 2.05, - 6.8 - ], - "confidence": 0.198, - "elements": [ - "#/readResults/0/lines/38/words/1", - "#/readResults/0/lines/38/words/2" - ] - }, - "Merchant": { + "CompanyPhoneNumber": { "type": "string", - "valueString": "Invoice For:", - "text": "Invoice For:", + "valueString": "22.00", + "text": "22.00", "page": 1, "boundingBox": [ - 6.02, - 1.065, - 7.035, - 1.065, - 7.035, - 1.21, - 6.02, - 1.21 + 5.42, + 4.475, + 5.78, + 4.475, + 5.78, + 4.585, + 5.42, + 4.585 ], - "confidence": 0.16, + "confidence": 0.296, "elements": [ - "#/readResults/0/lines/1/words/0", - "#/readResults/0/lines/1/words/1" + "#/readResults/0/lines/33/words/0" ] }, "Website": { @@ -4411,24 +4325,26 @@ "#/readResults/0/lines/9/words/0" ] }, - "CompanyAddress": { + "Email": { "type": "string", - "valueString": "G", - "text": "G", + "valueString": "Company A Invoice", + "text": "Company A Invoice", "page": 1, "boundingBox": [ - 1.09, - 4.475, - 1.175, - 4.475, - 1.175, - 4.585, - 1.09, - 4.585 + 0.885, + 1.12, + 2.38, + 1.12, + 2.38, + 1.28, + 0.885, + 1.28 ], - "confidence": 0.297, + "confidence": 0.138, "elements": [ - "#/readResults/0/lines/31/words/0" + "#/readResults/0/lines/0/words/0", + "#/readResults/0/lines/0/words/1", + "#/readResults/0/lines/0/words/2" ] }, "VendorName": { @@ -4451,6 +4367,27 @@ "#/readResults/0/lines/16/words/0" ] }, + "CompanyName": { + "type": "string", + "valueString": "Bilbo Baggins", + "text": "Bilbo Baggins", + "page": 1, + "boundingBox": [ + 2.05, + 6.655, + 3.04, + 6.655, + 3.04, + 6.8, + 2.05, + 6.8 + ], + "confidence": 0.198, + "elements": [ + "#/readResults/0/lines/38/words/1", + "#/readResults/0/lines/38/words/2" + ] + }, "DatedAs": null, "PhoneNumber": null, "Quantity": null, @@ -4466,28 +4403,28 @@ } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/4a918c49-5b19-4267-873a-9bcf95f06648", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/cbe4fa1b-9e50-49b1-b469-da1f85764674", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-c11143b47afddc438543758f794161a3-bfacba881ad3864a-00", + "traceparent": "00-19f7734567bc8d4e8a08761e3b435544-c1415fad1a6ba849-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "80eadaa71e3a4078a7f8bb4cdb656444", + "x-ms-client-request-id": "e93dd55e81dcb22698c43a7909f66cdc", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 204, "ResponseHeaders": { - "apim-request-id": "48e54474-26c3-45ea-bd58-b3c56964a335", + "apim-request-id": "98f1489b-66be-440e-a04a-167be975f839", "Content-Length": "0", - "Date": "Wed, 09 Sep 2020 22:31:35 GMT", + "Date": "Fri, 30 Oct 2020 12:54:12 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "165" + "x-envoy-upstream-service-time": "28" }, "ResponseBody": [] } @@ -4495,7 +4432,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-westcentralus.cognitiveservices.azure.com/", "RandomSeed": "1253358472" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsWithLabelsCanParseMultipageFormWithBlankPage(False)Async.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsWithLabelsCanParseMultipageFormWithBlankPage(False)Async.json index b699a5e3760d3..2e85bb9f30534 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsWithLabelsCanParseMultipageFormWithBlankPage(False)Async.json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsWithLabelsCanParseMultipageFormWithBlankPage(False)Async.json @@ -1,17 +1,17 @@ { "Entries": [ { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "42", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-e21bf1f06c9ad34cb0e7d2385cd9f7cf-898770852e6a5b41-00", + "traceparent": "00-c1de0d860e30c1498263128d3d398f37-73f3bee0c2956543-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "1c73297b76f14bbe8547f6b93efca427", "x-ms-return-client-request-id": "true" @@ -22,25 +22,25 @@ }, "StatusCode": 201, "ResponseHeaders": { - "apim-request-id": "abc398a2-f32c-43fd-862e-b41b63be290c", + "apim-request-id": "75ec5616-dfee-448d-940a-65cf739a5b7a", "Content-Length": "0", - "Date": "Wed, 09 Sep 2020 22:36:54 GMT", - "Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/737b93ce-4abb-4d84-b508-87298bba6009", + "Date": "Fri, 30 Oct 2020 13:00:20 GMT", + "Location": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/4e1678ae-7344-4142-af19-cfd9cafb0a07", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "220" + "x-envoy-upstream-service-time": "105" }, "ResponseBody": [] }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/737b93ce-4abb-4d84-b508-87298bba6009?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/4e1678ae-7344-4142-af19-cfd9cafb0a07?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "c1406b49f914fcb2e509baefc95d6f35", "x-ms-return-client-request-id": "true" @@ -48,32 +48,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "18b92b21-aa2a-4a35-af49-9969c8e9b609", + "apim-request-id": "6fd28bbd-206e-498a-92b7-ddc8cf5ec1f3", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:36:54 GMT", + "Date": "Fri, 30 Oct 2020 13:00:20 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "22" + "x-envoy-upstream-service-time": "19" }, "ResponseBody": { "modelInfo": { - "modelId": "737b93ce-4abb-4d84-b508-87298bba6009", + "modelId": "4e1678ae-7344-4142-af19-cfd9cafb0a07", "status": "creating", - "createdDateTime": "2020-09-09T22:36:55Z", - "lastUpdatedDateTime": "2020-09-09T22:36:55Z" + "createdDateTime": "2020-10-30T13:00:21Z", + "lastUpdatedDateTime": "2020-10-30T13:00:21Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/737b93ce-4abb-4d84-b508-87298bba6009?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/4e1678ae-7344-4142-af19-cfd9cafb0a07?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "d396cb49d6f16d641edf837df0c544bf", "x-ms-return-client-request-id": "true" @@ -81,56 +81,23 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "22eb6b56-b766-4fee-9f9d-928485e79e18", + "apim-request-id": "de4e9e35-cec2-4cdf-b9a3-f994e3aecb55", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:36:56 GMT", + "Date": "Fri, 30 Oct 2020 13:00:22 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": "49" }, "ResponseBody": { "modelInfo": { - "modelId": "737b93ce-4abb-4d84-b508-87298bba6009", - "status": "creating", - "createdDateTime": "2020-09-09T22:36:55Z", - "lastUpdatedDateTime": "2020-09-09T22:36:55Z" - } - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/737b93ce-4abb-4d84-b508-87298bba6009?includeKeys=true", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "ae4ec08751e88266777736e7bbce8128", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "2e048fd1-f9a6-46e6-82f1-0e689cff1623", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:36:57 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "66" - }, - "ResponseBody": { - "modelInfo": { - "modelId": "737b93ce-4abb-4d84-b508-87298bba6009", + "modelId": "4e1678ae-7344-4142-af19-cfd9cafb0a07", "attributes": { "isComposed": false }, "status": "ready", - "createdDateTime": "2020-09-09T22:36:55Z", - "lastUpdatedDateTime": "2020-09-09T22:36:56Z" + "createdDateTime": "2020-10-30T13:00:21Z", + "lastUpdatedDateTime": "2020-10-30T13:00:22Z" }, "trainResult": { "averageModelAccuracy": 0.96, @@ -228,19 +195,19 @@ } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/737b93ce-4abb-4d84-b508-87298bba6009/analyze?includeTextDetails=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/4e1678ae-7344-4142-af19-cfd9cafb0a07/analyze?includeTextDetails=true", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "22", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-2b622ec70002cf46bf790070b8bab34e-f87df842a0342c42-00", + "traceparent": "00-b51a46bd2104b24e9f125bc343ee4299-764d0b4e87a2b046-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "726fc1d7d066733606d3a33575350b20", + "x-ms-client-request-id": "ae4ec08751e88266777736e7bbce8128", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -248,254 +215,224 @@ }, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "b21cc2f2-4422-4a00-a074-41d98996f100", + "apim-request-id": "330d0e1d-b0bb-4197-bf06-59e42bf240bb", "Content-Length": "0", - "Date": "Wed, 09 Sep 2020 22:36:57 GMT", - "Operation-Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/737b93ce-4abb-4d84-b508-87298bba6009/analyzeresults/94dc8388-9425-459a-827b-0efaaafb77d0", + "Date": "Fri, 30 Oct 2020 13:00:22 GMT", + "Operation-Location": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/4e1678ae-7344-4142-af19-cfd9cafb0a07/analyzeresults/f0bdf1c2-fd39-4552-bd75-432199f4db42", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "60" + "x-envoy-upstream-service-time": "110" }, "ResponseBody": [] }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/737b93ce-4abb-4d84-b508-87298bba6009/analyzeResults/94dc8388-9425-459a-827b-0efaaafb77d0", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/4e1678ae-7344-4142-af19-cfd9cafb0a07/analyzeResults/f0bdf1c2-fd39-4552-bd75-432199f4db42", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "0968fbc5c10ff84d64135c799f7cb14f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "930a0564-b24d-4f74-8b0a-dda03bd087dd", - "Content-Length": "109", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:36:57 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "17" - }, - "ResponseBody": { - "status": "notStarted", - "createdDateTime": "2020-09-09T22:36:57Z", - "lastUpdatedDateTime": "2020-09-09T22:36:57Z" - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/737b93ce-4abb-4d84-b508-87298bba6009/analyzeResults/94dc8388-9425-459a-827b-0efaaafb77d0", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "2fa55b5dd156b75889daa714ad310d42", + "x-ms-client-request-id": "726fc1d7d066733606d3a33575350b20", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "5767888c-f633-4f08-b933-68f2e32dcd38", + "apim-request-id": "b6573b12-19bd-480d-aef7-c6c80415a686", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:36:58 GMT", + "Date": "Fri, 30 Oct 2020 13:00:22 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "23" + "x-envoy-upstream-service-time": "22" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-09-09T22:36:57Z", - "lastUpdatedDateTime": "2020-09-09T22:36:57Z" + "createdDateTime": "2020-10-30T13:00:23Z", + "lastUpdatedDateTime": "2020-10-30T13:00:23Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/737b93ce-4abb-4d84-b508-87298bba6009/analyzeResults/94dc8388-9425-459a-827b-0efaaafb77d0", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/4e1678ae-7344-4142-af19-cfd9cafb0a07/analyzeResults/f0bdf1c2-fd39-4552-bd75-432199f4db42", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "bf22166c7866161974760e5374bdd38a", + "x-ms-client-request-id": "0968fbc5c10ff84d64135c799f7cb14f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "842177d3-740d-43e4-93f3-a9ed3e540bb3", + "apim-request-id": "49783eb8-65cc-4861-8c22-7bd38ffda463", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:36:59 GMT", + "Date": "Fri, 30 Oct 2020 13:00:24 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "23" + "x-envoy-upstream-service-time": "25" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-09-09T22:36:57Z", - "lastUpdatedDateTime": "2020-09-09T22:36:57Z" + "createdDateTime": "2020-10-30T13:00:23Z", + "lastUpdatedDateTime": "2020-10-30T13:00:23Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/737b93ce-4abb-4d84-b508-87298bba6009/analyzeResults/94dc8388-9425-459a-827b-0efaaafb77d0", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/4e1678ae-7344-4142-af19-cfd9cafb0a07/analyzeResults/f0bdf1c2-fd39-4552-bd75-432199f4db42", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "1ad85421dc8ff4c9a2b17f3419384a33", + "x-ms-client-request-id": "2fa55b5dd156b75889daa714ad310d42", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "b4bbdac7-c26d-49cb-b60d-1a730e166167", + "apim-request-id": "109502cf-85ee-403a-8e16-38d3d8cf7214", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:37:00 GMT", + "Date": "Fri, 30 Oct 2020 13:00:25 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "23" + "x-envoy-upstream-service-time": "198" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-09-09T22:36:57Z", - "lastUpdatedDateTime": "2020-09-09T22:36:57Z" + "createdDateTime": "2020-10-30T13:00:23Z", + "lastUpdatedDateTime": "2020-10-30T13:00:23Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/737b93ce-4abb-4d84-b508-87298bba6009/analyzeResults/94dc8388-9425-459a-827b-0efaaafb77d0", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/4e1678ae-7344-4142-af19-cfd9cafb0a07/analyzeResults/f0bdf1c2-fd39-4552-bd75-432199f4db42", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "890c1905f25ae4e8418ebadfc30542cc", + "x-ms-client-request-id": "bf22166c7866161974760e5374bdd38a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "12ed20b1-9704-4558-b9d7-307370acdccc", + "apim-request-id": "4a2089c3-c78d-4f50-a748-568dc86881e0", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:37:01 GMT", + "Date": "Fri, 30 Oct 2020 13:00:26 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "45" + "x-envoy-upstream-service-time": "27" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-09-09T22:36:57Z", - "lastUpdatedDateTime": "2020-09-09T22:37:00Z" + "createdDateTime": "2020-10-30T13:00:23Z", + "lastUpdatedDateTime": "2020-10-30T13:00:23Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/737b93ce-4abb-4d84-b508-87298bba6009/analyzeResults/94dc8388-9425-459a-827b-0efaaafb77d0", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/4e1678ae-7344-4142-af19-cfd9cafb0a07/analyzeResults/f0bdf1c2-fd39-4552-bd75-432199f4db42", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "59f31d07f35890b24c2e1db5f9e5fc3c", + "x-ms-client-request-id": "1ad85421dc8ff4c9a2b17f3419384a33", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "ce119d3d-553e-471e-b402-36bae901c526", + "apim-request-id": "b4050ddf-f610-487a-8e6d-02e9fd3347e1", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:37:02 GMT", + "Date": "Fri, 30 Oct 2020 13:00:28 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "23" + "x-envoy-upstream-service-time": "27" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-09-09T22:36:57Z", - "lastUpdatedDateTime": "2020-09-09T22:37:00Z" + "createdDateTime": "2020-10-30T13:00:23Z", + "lastUpdatedDateTime": "2020-10-30T13:00:27Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/737b93ce-4abb-4d84-b508-87298bba6009/analyzeResults/94dc8388-9425-459a-827b-0efaaafb77d0", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/4e1678ae-7344-4142-af19-cfd9cafb0a07/analyzeResults/f0bdf1c2-fd39-4552-bd75-432199f4db42", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "5a4eda2c49b02f2f6bf3d80021ea319d", + "x-ms-client-request-id": "890c1905f25ae4e8418ebadfc30542cc", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "dd3d0d0c-2ff2-4393-8dd0-db9c63cc90cc", + "apim-request-id": "fea374dd-1940-40b6-a0a4-8deb3f4cbed0", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:37:03 GMT", + "Date": "Fri, 30 Oct 2020 13:00:29 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": "25" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-09-09T22:36:57Z", - "lastUpdatedDateTime": "2020-09-09T22:37:00Z" + "createdDateTime": "2020-10-30T13:00:23Z", + "lastUpdatedDateTime": "2020-10-30T13:00:27Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/737b93ce-4abb-4d84-b508-87298bba6009/analyzeResults/94dc8388-9425-459a-827b-0efaaafb77d0", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/4e1678ae-7344-4142-af19-cfd9cafb0a07/analyzeResults/f0bdf1c2-fd39-4552-bd75-432199f4db42", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "fc2cb26ef14411da677c3c2cd532eb5b", + "x-ms-client-request-id": "59f31d07f35890b24c2e1db5f9e5fc3c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "468bb4c7-c8b7-4da2-9db9-522da661ffe1", + "apim-request-id": "a21819dd-5c52-464c-8bfc-3f1ab0c3624c", "Content-Length": "30845", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:37:04 GMT", + "Date": "Fri, 30 Oct 2020 13:00:30 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "30" + "x-envoy-upstream-service-time": "32" }, "ResponseBody": { "status": "succeeded", - "createdDateTime": "2020-09-09T22:36:57Z", - "lastUpdatedDateTime": "2020-09-09T22:37:04Z", + "createdDateTime": "2020-10-30T13:00:23Z", + "lastUpdatedDateTime": "2020-10-30T13:00:30Z", "analyzeResult": { "version": "2.1.0", "readResults": [ @@ -4260,31 +4197,51 @@ ], "documentResults": [ { - "docType": "custom:737b93ce-4abb-4d84-b508-87298bba6009", - "modelId": "737b93ce-4abb-4d84-b508-87298bba6009", + "docType": "custom:4e1678ae-7344-4142-af19-cfd9cafb0a07", + "modelId": "4e1678ae-7344-4142-af19-cfd9cafb0a07", "pageRange": [ 1, 3 ], "fields": { - "Website": { + "PurchaseOrderNumber": { "type": "string", - "valueString": "555-555-5555", - "text": "555-555-5555", + "valueString": "100.99", + "text": "100.99", + "page": 3, + "boundingBox": [ + 5.425, + 3.21, + 5.86, + 3.21, + 5.86, + 3.32, + 5.425, + 3.32 + ], + "confidence": 0.127, + "elements": [ + "#/readResults/2/lines/15/words/0" + ] + }, + "CompanyAddress": { + "type": "string", + "valueString": "G", + "text": "G", "page": 1, "boundingBox": [ - 0.885, - 2.29, - 1.81, - 2.29, - 1.81, - 2.395, - 0.885, - 2.395 + 1.09, + 4.475, + 1.175, + 4.475, + 1.175, + 4.585, + 1.09, + 4.585 ], - "confidence": 0.126, + "confidence": 0.297, "elements": [ - "#/readResults/0/lines/9/words/0" + "#/readResults/0/lines/31/words/0" ] }, "Merchant": { @@ -4308,24 +4265,25 @@ "#/readResults/0/lines/1/words/1" ] }, - "PurchaseOrderNumber": { + "CompanyName": { "type": "string", - "valueString": "100.99", - "text": "100.99", - "page": 3, + "valueString": "Bilbo Baggins", + "text": "Bilbo Baggins", + "page": 1, "boundingBox": [ - 5.425, - 3.21, - 5.86, - 3.21, - 5.86, - 3.32, - 5.425, - 3.32 + 2.05, + 6.655, + 3.04, + 6.655, + 3.04, + 6.8, + 2.05, + 6.8 ], - "confidence": 0.127, + "confidence": 0.198, "elements": [ - "#/readResults/2/lines/15/words/0" + "#/readResults/0/lines/38/words/1", + "#/readResults/0/lines/38/words/2" ] }, "CompanyPhoneNumber": { @@ -4348,6 +4306,26 @@ "#/readResults/0/lines/33/words/0" ] }, + "VendorName": { + "type": "string", + "valueString": "B", + "text": "B", + "page": 1, + "boundingBox": [ + 1.095, + 3.425, + 1.165, + 3.425, + 1.165, + 3.53, + 1.095, + 3.53 + ], + "confidence": 0.157, + "elements": [ + "#/readResults/0/lines/16/words/0" + ] + }, "Signature": { "type": "string", "valueString": "Signature:", @@ -4390,65 +4368,24 @@ "#/readResults/0/lines/0/words/2" ] }, - "CompanyAddress": { - "type": "string", - "valueString": "G", - "text": "G", - "page": 1, - "boundingBox": [ - 1.09, - 4.475, - 1.175, - 4.475, - 1.175, - 4.585, - 1.09, - 4.585 - ], - "confidence": 0.297, - "elements": [ - "#/readResults/0/lines/31/words/0" - ] - }, - "CompanyName": { - "type": "string", - "valueString": "Bilbo Baggins", - "text": "Bilbo Baggins", - "page": 1, - "boundingBox": [ - 2.05, - 6.655, - 3.04, - 6.655, - 3.04, - 6.8, - 2.05, - 6.8 - ], - "confidence": 0.198, - "elements": [ - "#/readResults/0/lines/38/words/1", - "#/readResults/0/lines/38/words/2" - ] - }, - "VendorName": { + "Website": { "type": "string", - "valueString": "B", - "text": "B", + "valueString": "555-555-5555", + "text": "555-555-5555", "page": 1, "boundingBox": [ - 1.095, - 3.425, - 1.165, - 3.425, - 1.165, - 3.53, - 1.095, - 3.53 + 0.885, + 2.29, + 1.81, + 2.29, + 1.81, + 2.395, + 0.885, + 2.395 ], - "confidence": 0.157, + "confidence": 0.126, "elements": [ - "#/readResults/0/lines/16/words/0" + "#/readResults/0/lines/9/words/0" ] }, "DatedAs": null, @@ -4466,28 +4403,28 @@ } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/737b93ce-4abb-4d84-b508-87298bba6009", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/4e1678ae-7344-4142-af19-cfd9cafb0a07", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-a994388b68ffa94e87dfc61e5a5ee031-ba85cbd60bf4744b-00", + "traceparent": "00-1d3d3e143a008143acfffa50485923e6-ac7c1815269e1c45-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "e8b37e91e8b6bd1cedc4ed651ab16e61", + "x-ms-client-request-id": "5a4eda2c49b02f2f6bf3d80021ea319d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 204, "ResponseHeaders": { - "apim-request-id": "8e2f54e9-d613-4791-a28b-623bbe7db12b", + "apim-request-id": "c75dd0af-a0af-4186-a0ea-a294ee5cf80a", "Content-Length": "0", - "Date": "Wed, 09 Sep 2020 22:37:04 GMT", + "Date": "Fri, 30 Oct 2020 13:00:30 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "106" + "x-envoy-upstream-service-time": "28" }, "ResponseBody": [] } @@ -4495,7 +4432,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-westcentralus.cognitiveservices.azure.com/", "RandomSeed": "1864944783" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsWithLabelsCanParseMultipageFormWithBlankPage(True).json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsWithLabelsCanParseMultipageFormWithBlankPage(True).json index 852c97c9a394d..73d529c7d3e86 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsWithLabelsCanParseMultipageFormWithBlankPage(True).json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsWithLabelsCanParseMultipageFormWithBlankPage(True).json @@ -1,17 +1,17 @@ { "Entries": [ { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "42", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-e1048856240f854895843532b38a7d24-707676d42100a04d-00", + "traceparent": "00-fba2419ab87f534cbef610217cd10dda-7c698336aa2f6341-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "882fe0f65bad14205238cfcaa42e4965", "x-ms-return-client-request-id": "true" @@ -22,25 +22,25 @@ }, "StatusCode": 201, "ResponseHeaders": { - "apim-request-id": "801e0b23-019f-4579-8387-c7cd5e0a5f74", + "apim-request-id": "595f4891-82b7-4f9f-8b28-dd9081c35fce", "Content-Length": "0", - "Date": "Wed, 09 Sep 2020 22:31:15 GMT", - "Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/84e64eea-c2c5-4779-9123-ac43a14a9222", + "Date": "Fri, 30 Oct 2020 12:53:50 GMT", + "Location": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/62f028fe-ae4d-4115-920e-8159f86fe366", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "230" + "x-envoy-upstream-service-time": "115" }, "ResponseBody": [] }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/84e64eea-c2c5-4779-9123-ac43a14a9222?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/62f028fe-ae4d-4115-920e-8159f86fe366?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "f77ee0d57e5ae70e3feb85bcfdf4c252", "x-ms-return-client-request-id": "true" @@ -48,32 +48,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "47650480-05b3-4331-a399-a2c1b6fa21b2", + "apim-request-id": "9f95a9ea-88cb-4655-99a3-33d5dd012038", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:31:15 GMT", + "Date": "Fri, 30 Oct 2020 12:53:51 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": "20" }, "ResponseBody": { "modelInfo": { - "modelId": "84e64eea-c2c5-4779-9123-ac43a14a9222", + "modelId": "62f028fe-ae4d-4115-920e-8159f86fe366", "status": "creating", - "createdDateTime": "2020-09-09T22:31:16Z", - "lastUpdatedDateTime": "2020-09-09T22:31:16Z" + "createdDateTime": "2020-10-30T12:53:51Z", + "lastUpdatedDateTime": "2020-10-30T12:53:51Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/84e64eea-c2c5-4779-9123-ac43a14a9222?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/62f028fe-ae4d-4115-920e-8159f86fe366?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "fcd00d2cd7b4c82955fe0b1a3cae66e1", "x-ms-return-client-request-id": "true" @@ -81,56 +81,23 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "95ce7d31-cf4e-4ebe-828e-48db84ff6d66", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:31:16 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": "84e64eea-c2c5-4779-9123-ac43a14a9222", - "status": "creating", - "createdDateTime": "2020-09-09T22:31:16Z", - "lastUpdatedDateTime": "2020-09-09T22:31:16Z" - } - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/84e64eea-c2c5-4779-9123-ac43a14a9222?includeKeys=true", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "1bf773b398bd7873d14749c1d664175d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "3186d500-d8d0-4a87-a42b-dffdf901324a", + "apim-request-id": "ff194679-2a9b-4bf4-8bae-e0c93187f40b", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:31:17 GMT", + "Date": "Fri, 30 Oct 2020 12:53:53 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": "84e64eea-c2c5-4779-9123-ac43a14a9222", + "modelId": "62f028fe-ae4d-4115-920e-8159f86fe366", "attributes": { "isComposed": false }, "status": "ready", - "createdDateTime": "2020-09-09T22:31:16Z", - "lastUpdatedDateTime": "2020-09-09T22:31:18Z" + "createdDateTime": "2020-10-30T12:53:51Z", + "lastUpdatedDateTime": "2020-10-30T12:53:52Z" }, "trainResult": { "averageModelAccuracy": 0.96, @@ -228,272 +195,242 @@ } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/84e64eea-c2c5-4779-9123-ac43a14a9222/analyze?includeTextDetails=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/62f028fe-ae4d-4115-920e-8159f86fe366/analyze?includeTextDetails=true", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "108935", "Content-Type": "application/pdf", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-1922632679f6c642ad9219bc82b5095c-4da0ee1502301040-00", + "traceparent": "00-2c053bc9b717a648845e461af3f7d718-29449ff95facf742-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "979e7c764c5dfdb1b6b6a15b73f4ab91", + "x-ms-client-request-id": "1bf773b398bd7873d14749c1d664175d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "80348bea-55f3-4a68-b6b3-035b8e2881fa", + "apim-request-id": "2f3e6281-aeba-46d3-bedf-54cd6db96e53", "Content-Length": "0", - "Date": "Wed, 09 Sep 2020 22:31:17 GMT", - "Operation-Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/84e64eea-c2c5-4779-9123-ac43a14a9222/analyzeresults/6a67ba7b-1d96-4ade-99fb-2e1fb78f624e", + "Date": "Fri, 30 Oct 2020 12:53:53 GMT", + "Operation-Location": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/62f028fe-ae4d-4115-920e-8159f86fe366/analyzeresults/7021c79c-0013-4b61-bb7c-5d055b6d898a", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "99" + "x-envoy-upstream-service-time": "69" }, "ResponseBody": [] }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/84e64eea-c2c5-4779-9123-ac43a14a9222/analyzeResults/6a67ba7b-1d96-4ade-99fb-2e1fb78f624e", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/62f028fe-ae4d-4115-920e-8159f86fe366/analyzeResults/7021c79c-0013-4b61-bb7c-5d055b6d898a", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "8908a385a6fd949599582b6c8e68f2f1", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "32fa28cc-312f-4967-88a9-95cc31b4acd4", - "Content-Length": "109", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:31:17 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "20" - }, - "ResponseBody": { - "status": "notStarted", - "createdDateTime": "2020-09-09T22:31:18Z", - "lastUpdatedDateTime": "2020-09-09T22:31:18Z" - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/84e64eea-c2c5-4779-9123-ac43a14a9222/analyzeResults/6a67ba7b-1d96-4ade-99fb-2e1fb78f624e", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "bfa4ade7cf106784c2f96507f61704dd", + "x-ms-client-request-id": "979e7c764c5dfdb1b6b6a15b73f4ab91", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "372db2d2-4e09-472c-b884-9d0c9dcea5e5", + "apim-request-id": "d8f9e3d7-6807-4a60-a1d9-e8e1abc7a830", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:31:19 GMT", + "Date": "Fri, 30 Oct 2020 12:53:53 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "20" + "x-envoy-upstream-service-time": "22" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-09-09T22:31:18Z", - "lastUpdatedDateTime": "2020-09-09T22:31:18Z" + "createdDateTime": "2020-10-30T12:53:54Z", + "lastUpdatedDateTime": "2020-10-30T12:53:54Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/84e64eea-c2c5-4779-9123-ac43a14a9222/analyzeResults/6a67ba7b-1d96-4ade-99fb-2e1fb78f624e", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/62f028fe-ae4d-4115-920e-8159f86fe366/analyzeResults/7021c79c-0013-4b61-bb7c-5d055b6d898a", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "323cb89c8d5bd060e709fd0520446f4d", + "x-ms-client-request-id": "8908a385a6fd949599582b6c8e68f2f1", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "299a0d1b-a6e4-4d01-988d-b823518f72a2", + "apim-request-id": "438598f0-b9a8-458f-8464-802fc6faf6fa", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:31:20 GMT", + "Date": "Fri, 30 Oct 2020 12:53:55 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": "26" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-09-09T22:31:18Z", - "lastUpdatedDateTime": "2020-09-09T22:31:18Z" + "createdDateTime": "2020-10-30T12:53:54Z", + "lastUpdatedDateTime": "2020-10-30T12:53:54Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/84e64eea-c2c5-4779-9123-ac43a14a9222/analyzeResults/6a67ba7b-1d96-4ade-99fb-2e1fb78f624e", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/62f028fe-ae4d-4115-920e-8159f86fe366/analyzeResults/7021c79c-0013-4b61-bb7c-5d055b6d898a", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "c674b0c4ec50b6811fa0c604408d9d82", + "x-ms-client-request-id": "bfa4ade7cf106784c2f96507f61704dd", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "8e343e1e-42d6-4af0-b6c7-d3dc70d83d36", + "apim-request-id": "01da5f22-cd34-403d-94c7-5395de4f4de5", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:31:22 GMT", + "Date": "Fri, 30 Oct 2020 12:53:57 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "18" + "x-envoy-upstream-service-time": "32" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-09-09T22:31:18Z", - "lastUpdatedDateTime": "2020-09-09T22:31:18Z" + "createdDateTime": "2020-10-30T12:53:54Z", + "lastUpdatedDateTime": "2020-10-30T12:53:54Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/84e64eea-c2c5-4779-9123-ac43a14a9222/analyzeResults/6a67ba7b-1d96-4ade-99fb-2e1fb78f624e", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/62f028fe-ae4d-4115-920e-8159f86fe366/analyzeResults/7021c79c-0013-4b61-bb7c-5d055b6d898a", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "d6d04d53bf2c59954cd3d806d27e467e", + "x-ms-client-request-id": "323cb89c8d5bd060e709fd0520446f4d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "f840b183-0df5-4c37-8ef3-dc20170cef05", + "apim-request-id": "8c715783-e778-4fe1-92fb-94d186b853ee", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:31:23 GMT", + "Date": "Fri, 30 Oct 2020 12:53:58 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-09-09T22:31:18Z", - "lastUpdatedDateTime": "2020-09-09T22:31:22Z" + "createdDateTime": "2020-10-30T12:53:54Z", + "lastUpdatedDateTime": "2020-10-30T12:53:58Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/84e64eea-c2c5-4779-9123-ac43a14a9222/analyzeResults/6a67ba7b-1d96-4ade-99fb-2e1fb78f624e", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/62f028fe-ae4d-4115-920e-8159f86fe366/analyzeResults/7021c79c-0013-4b61-bb7c-5d055b6d898a", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "4643178a3ea3b08d368613bac75b8f59", + "x-ms-client-request-id": "c674b0c4ec50b6811fa0c604408d9d82", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "bf0815f5-54fa-4ab2-a0d3-95c1bbf9695d", + "apim-request-id": "52a3442a-a543-4ad5-9f34-463d7e372aca", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:31:24 GMT", + "Date": "Fri, 30 Oct 2020 12:53:59 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": "30" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-09-09T22:31:18Z", - "lastUpdatedDateTime": "2020-09-09T22:31:22Z" + "createdDateTime": "2020-10-30T12:53:54Z", + "lastUpdatedDateTime": "2020-10-30T12:53:58Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/84e64eea-c2c5-4779-9123-ac43a14a9222/analyzeResults/6a67ba7b-1d96-4ade-99fb-2e1fb78f624e", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/62f028fe-ae4d-4115-920e-8159f86fe366/analyzeResults/7021c79c-0013-4b61-bb7c-5d055b6d898a", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "d3b27a6c987304211a1a797c137be4a0", + "x-ms-client-request-id": "d6d04d53bf2c59954cd3d806d27e467e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "c85d3cb8-5e06-403d-ad3f-a762385bb33c", + "apim-request-id": "2ecf70ce-d0d9-437f-ae37-3e4abcb8d42e", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:31:25 GMT", + "Date": "Fri, 30 Oct 2020 12:54:00 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "23" + "x-envoy-upstream-service-time": "25" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-09-09T22:31:18Z", - "lastUpdatedDateTime": "2020-09-09T22:31:22Z" + "createdDateTime": "2020-10-30T12:53:54Z", + "lastUpdatedDateTime": "2020-10-30T12:53:58Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/84e64eea-c2c5-4779-9123-ac43a14a9222/analyzeResults/6a67ba7b-1d96-4ade-99fb-2e1fb78f624e", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/62f028fe-ae4d-4115-920e-8159f86fe366/analyzeResults/7021c79c-0013-4b61-bb7c-5d055b6d898a", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "2879485a574a14dfc0209fa6acdb92f1", + "x-ms-client-request-id": "4643178a3ea3b08d368613bac75b8f59", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "8cec2943-2a47-4447-8b0f-d90f3e64f3da", + "apim-request-id": "e24300da-69de-44c6-82b7-51ecdaf57257", "Content-Length": "30845", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:31:26 GMT", + "Date": "Fri, 30 Oct 2020 12:54:01 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "33" + "x-envoy-upstream-service-time": "57" }, "ResponseBody": { "status": "succeeded", - "createdDateTime": "2020-09-09T22:31:18Z", - "lastUpdatedDateTime": "2020-09-09T22:31:25Z", + "createdDateTime": "2020-10-30T12:53:54Z", + "lastUpdatedDateTime": "2020-10-30T12:54:01Z", "analyzeResult": { "version": "2.1.0", "readResults": [ @@ -4258,71 +4195,72 @@ ], "documentResults": [ { - "docType": "custom:84e64eea-c2c5-4779-9123-ac43a14a9222", - "modelId": "84e64eea-c2c5-4779-9123-ac43a14a9222", + "docType": "custom:62f028fe-ae4d-4115-920e-8159f86fe366", + "modelId": "62f028fe-ae4d-4115-920e-8159f86fe366", "pageRange": [ 1, 3 ], "fields": { - "PurchaseOrderNumber": { + "VendorName": { "type": "string", - "valueString": "100.99", - "text": "100.99", - "page": 3, + "valueString": "B", + "text": "B", + "page": 1, "boundingBox": [ - 5.425, - 3.21, - 5.86, - 3.21, - 5.86, - 3.32, - 5.425, - 3.32 + 1.095, + 3.425, + 1.165, + 3.425, + 1.165, + 3.53, + 1.095, + 3.53 ], - "confidence": 0.127, + "confidence": 0.157, "elements": [ - "#/readResults/2/lines/15/words/0" + "#/readResults/0/lines/16/words/0" ] }, - "CompanyPhoneNumber": { + "Merchant": { "type": "string", - "valueString": "22.00", - "text": "22.00", + "valueString": "Invoice For:", + "text": "Invoice For:", "page": 1, "boundingBox": [ - 5.42, - 4.475, - 5.78, - 4.475, - 5.78, - 4.585, - 5.42, - 4.585 + 6.02, + 1.065, + 7.035, + 1.065, + 7.035, + 1.21, + 6.02, + 1.21 ], - "confidence": 0.296, + "confidence": 0.16, "elements": [ - "#/readResults/0/lines/33/words/0" + "#/readResults/0/lines/1/words/0", + "#/readResults/0/lines/1/words/1" ] }, - "Signature": { + "CompanyAddress": { "type": "string", - "valueString": "Signature:", - "text": "Signature:", + "valueString": "G", + "text": "G", "page": 1, "boundingBox": [ - 1.005, - 6.66, - 1.7, - 6.66, - 1.7, - 6.8, - 1.005, - 6.8 + 1.09, + 4.475, + 1.175, + 4.475, + 1.175, + 4.585, + 1.09, + 4.585 ], - "confidence": 0.175, + "confidence": 0.297, "elements": [ - "#/readResults/0/lines/38/words/0" + "#/readResults/0/lines/31/words/0" ] }, "Email": { @@ -4368,85 +4306,84 @@ "#/readResults/0/lines/38/words/2" ] }, - "Merchant": { + "Signature": { "type": "string", - "valueString": "Invoice For:", - "text": "Invoice For:", + "valueString": "Signature:", + "text": "Signature:", "page": 1, "boundingBox": [ - 6.02, - 1.065, - 7.035, - 1.065, - 7.035, - 1.21, - 6.02, - 1.21 + 1.005, + 6.66, + 1.7, + 6.66, + 1.7, + 6.8, + 1.005, + 6.8 ], - "confidence": 0.16, + "confidence": 0.175, "elements": [ - "#/readResults/0/lines/1/words/0", - "#/readResults/0/lines/1/words/1" + "#/readResults/0/lines/38/words/0" ] }, - "Website": { + "PurchaseOrderNumber": { "type": "string", - "valueString": "555-555-5555", - "text": "555-555-5555", - "page": 1, + "valueString": "100.99", + "text": "100.99", + "page": 3, "boundingBox": [ - 0.885, - 2.29, - 1.81, - 2.29, - 1.81, - 2.395, - 0.885, - 2.395 + 5.425, + 3.21, + 5.86, + 3.21, + 5.86, + 3.32, + 5.425, + 3.32 ], - "confidence": 0.126, + "confidence": 0.127, "elements": [ - "#/readResults/0/lines/9/words/0" + "#/readResults/2/lines/15/words/0" ] }, - "CompanyAddress": { + "CompanyPhoneNumber": { "type": "string", - "valueString": "G", - "text": "G", + "valueString": "22.00", + "text": "22.00", "page": 1, "boundingBox": [ - 1.09, + 5.42, 4.475, - 1.175, + 5.78, 4.475, - 1.175, + 5.78, 4.585, - 1.09, + 5.42, 4.585 ], - "confidence": 0.297, + "confidence": 0.296, "elements": [ - "#/readResults/0/lines/31/words/0" + "#/readResults/0/lines/33/words/0" ] }, - "VendorName": { + "Website": { "type": "string", - "valueString": "B", - "text": "B", + "valueString": "555-555-5555", + "text": "555-555-5555", "page": 1, "boundingBox": [ - 1.095, - 3.425, - 1.165, - 3.425, - 1.165, - 3.53, - 1.095, - 3.53 + 0.885, + 2.29, + 1.81, + 2.29, + 1.81, + 2.395, + 0.885, + 2.395 ], - "confidence": 0.157, + "confidence": 0.126, "elements": [ - "#/readResults/0/lines/16/words/0" + "#/readResults/0/lines/9/words/0" ] }, "DatedAs": null, @@ -4464,28 +4401,28 @@ } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/84e64eea-c2c5-4779-9123-ac43a14a9222", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/62f028fe-ae4d-4115-920e-8159f86fe366", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-f25637bcfaaae94a8a15ad4943e37ec7-a262d4ef4605c94c-00", + "traceparent": "00-4daefe4ff5e0fe449d804ebece24d425-6a75ec2abc6c5f4e-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "57997e4473ccf10af63e2b88c5119cbb", + "x-ms-client-request-id": "d3b27a6c987304211a1a797c137be4a0", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 204, "ResponseHeaders": { - "apim-request-id": "69f4f98b-65fe-4c35-8834-749789ccc0e5", + "apim-request-id": "0e9c0016-6665-4f00-a4e6-cc8d8aec9d02", "Content-Length": "0", - "Date": "Wed, 09 Sep 2020 22:31:26 GMT", + "Date": "Fri, 30 Oct 2020 12:54:02 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "46" + "x-envoy-upstream-service-time": "36" }, "ResponseBody": [] } @@ -4493,7 +4430,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-westcentralus.cognitiveservices.azure.com/", "RandomSeed": "1094100444" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsWithLabelsCanParseMultipageFormWithBlankPage(True)Async.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsWithLabelsCanParseMultipageFormWithBlankPage(True)Async.json index 8e16441628560..b2c8c179f1e98 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsWithLabelsCanParseMultipageFormWithBlankPage(True)Async.json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsWithLabelsCanParseMultipageFormWithBlankPage(True)Async.json @@ -1,17 +1,17 @@ { "Entries": [ { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "42", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-0cde7b1bf80afb44a925cfc6ed339591-a36818522cc79743-00", + "traceparent": "00-3027542a9da10f4eb007c7ba824f6227-01fb367f35939b42-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "40942c3caca52bd99d191e5ad991d1b4", "x-ms-return-client-request-id": "true" @@ -22,25 +22,25 @@ }, "StatusCode": 201, "ResponseHeaders": { - "apim-request-id": "ef06be24-6c95-4429-aef7-73270a62de9e", + "apim-request-id": "33072ead-90cd-485a-bd19-12948901fc32", "Content-Length": "0", - "Date": "Wed, 09 Sep 2020 22:36:42 GMT", - "Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/41a8b302-0658-45e8-a6b5-136ab5f88366", + "Date": "Fri, 30 Oct 2020 13:00:09 GMT", + "Location": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/f8686d69-2c9e-467c-94a0-98675198d0d4", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "237" + "x-envoy-upstream-service-time": "75" }, "ResponseBody": [] }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/41a8b302-0658-45e8-a6b5-136ab5f88366?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/f8686d69-2c9e-467c-94a0-98675198d0d4?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "c206179a24250e32608ce25e0572dce2", "x-ms-return-client-request-id": "true" @@ -48,32 +48,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "7f8523e4-c445-4547-b2d2-14de5ab89675", + "apim-request-id": "1a44e253-f0ce-4b03-8801-e1526347bc0a", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:36:42 GMT", + "Date": "Fri, 30 Oct 2020 13:00:09 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": "21" }, "ResponseBody": { "modelInfo": { - "modelId": "41a8b302-0658-45e8-a6b5-136ab5f88366", + "modelId": "f8686d69-2c9e-467c-94a0-98675198d0d4", "status": "creating", - "createdDateTime": "2020-09-09T22:36:42Z", - "lastUpdatedDateTime": "2020-09-09T22:36:42Z" + "createdDateTime": "2020-10-30T13:00:09Z", + "lastUpdatedDateTime": "2020-10-30T13:00:09Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/41a8b302-0658-45e8-a6b5-136ab5f88366?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/f8686d69-2c9e-467c-94a0-98675198d0d4?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "5bdb82beae6a2a79ee3c85bf15f5b4e6", "x-ms-return-client-request-id": "true" @@ -81,32 +81,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "9ff4750f-d71d-439e-b949-0f1e6147f6df", + "apim-request-id": "dfff020a-854b-4ac7-a89c-1980c53768c8", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:36:43 GMT", + "Date": "Fri, 30 Oct 2020 13:00:10 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "22" + "x-envoy-upstream-service-time": "21" }, "ResponseBody": { "modelInfo": { - "modelId": "41a8b302-0658-45e8-a6b5-136ab5f88366", + "modelId": "f8686d69-2c9e-467c-94a0-98675198d0d4", "status": "creating", - "createdDateTime": "2020-09-09T22:36:42Z", - "lastUpdatedDateTime": "2020-09-09T22:36:42Z" + "createdDateTime": "2020-10-30T13:00:09Z", + "lastUpdatedDateTime": "2020-10-30T13:00:09Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/41a8b302-0658-45e8-a6b5-136ab5f88366?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/f8686d69-2c9e-467c-94a0-98675198d0d4?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "05cc120ea47a18ecf986e019c97b252b", "x-ms-return-client-request-id": "true" @@ -114,23 +114,23 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "f1ef56c9-221f-42c5-80ac-0cc584c7ebae", + "apim-request-id": "71b019f0-8102-4bb0-a524-37fe1857add6", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:36:44 GMT", + "Date": "Fri, 30 Oct 2020 13:00:11 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": "23" }, "ResponseBody": { "modelInfo": { - "modelId": "41a8b302-0658-45e8-a6b5-136ab5f88366", + "modelId": "f8686d69-2c9e-467c-94a0-98675198d0d4", "attributes": { "isComposed": false }, "status": "ready", - "createdDateTime": "2020-09-09T22:36:42Z", - "lastUpdatedDateTime": "2020-09-09T22:36:44Z" + "createdDateTime": "2020-10-30T13:00:09Z", + "lastUpdatedDateTime": "2020-10-30T13:00:11Z" }, "trainResult": { "averageModelAccuracy": 0.96, @@ -228,17 +228,17 @@ } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/41a8b302-0658-45e8-a6b5-136ab5f88366/analyze?includeTextDetails=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/f8686d69-2c9e-467c-94a0-98675198d0d4/analyze?includeTextDetails=true", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "108935", "Content-Type": "application/pdf", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-da64888b9fab7345b0854d4221dbbd4c-8ab8ebeae164044e-00", + "traceparent": "00-dd7fcdb4880de7479187ea1bde20223b-3ad8384c5381c445-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "569c3c3d76b6eb4a9edcd3e99f73f86a", "x-ms-return-client-request-id": "true" @@ -246,25 +246,25 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "b6693367-f1a7-41e5-b22f-94f4ce689755", + "apim-request-id": "901e6def-2cd0-46a5-89f2-fb40a358b03f", "Content-Length": "0", - "Date": "Wed, 09 Sep 2020 22:36:44 GMT", - "Operation-Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/41a8b302-0658-45e8-a6b5-136ab5f88366/analyzeresults/50252ac5-36c5-44bf-9e21-5149b67c970f", + "Date": "Fri, 30 Oct 2020 13:00:12 GMT", + "Operation-Location": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/f8686d69-2c9e-467c-94a0-98675198d0d4/analyzeresults/b2884e7b-ab58-4987-971a-b0311b31e7ba", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "80" + "x-envoy-upstream-service-time": "88" }, "ResponseBody": [] }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/41a8b302-0658-45e8-a6b5-136ab5f88366/analyzeResults/50252ac5-36c5-44bf-9e21-5149b67c970f", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/f8686d69-2c9e-467c-94a0-98675198d0d4/analyzeResults/b2884e7b-ab58-4987-971a-b0311b31e7ba", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "f350fcd7d6a61a6895c361e4ce606073", "x-ms-return-client-request-id": "true" @@ -272,29 +272,29 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "32885c96-a347-401d-a811-931dc338f6dc", + "apim-request-id": "aca4d906-a29d-4866-8d43-535a61bf95e0", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:36:44 GMT", + "Date": "Fri, 30 Oct 2020 13:00:12 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "89" + "x-envoy-upstream-service-time": "25" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-09-09T22:36:44Z", - "lastUpdatedDateTime": "2020-09-09T22:36:44Z" + "createdDateTime": "2020-10-30T13:00:13Z", + "lastUpdatedDateTime": "2020-10-30T13:00:13Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/41a8b302-0658-45e8-a6b5-136ab5f88366/analyzeResults/50252ac5-36c5-44bf-9e21-5149b67c970f", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/f8686d69-2c9e-467c-94a0-98675198d0d4/analyzeResults/b2884e7b-ab58-4987-971a-b0311b31e7ba", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "d9825a165d599730c7e0679ed0037886", "x-ms-return-client-request-id": "true" @@ -302,29 +302,29 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "9f97dbad-b27f-4fcd-9c43-0e2af1e8f5a2", + "apim-request-id": "93bddad4-ba9f-4838-98ed-d380780719c4", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:36:45 GMT", + "Date": "Fri, 30 Oct 2020 13:00:14 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "36" + "x-envoy-upstream-service-time": "24" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-09-09T22:36:44Z", - "lastUpdatedDateTime": "2020-09-09T22:36:45Z" + "createdDateTime": "2020-10-30T13:00:13Z", + "lastUpdatedDateTime": "2020-10-30T13:00:13Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/41a8b302-0658-45e8-a6b5-136ab5f88366/analyzeResults/50252ac5-36c5-44bf-9e21-5149b67c970f", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/f8686d69-2c9e-467c-94a0-98675198d0d4/analyzeResults/b2884e7b-ab58-4987-971a-b0311b31e7ba", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "cc41758d322a6684d481c1f215661d3e", "x-ms-return-client-request-id": "true" @@ -332,29 +332,29 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "997038de-9ab0-4660-a8bf-4ccd8b4d97c7", + "apim-request-id": "b87cad2d-d08a-49cb-a351-caf8bbb60e41", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:36:46 GMT", + "Date": "Fri, 30 Oct 2020 13:00:15 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "19" + "x-envoy-upstream-service-time": "27" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-09-09T22:36:44Z", - "lastUpdatedDateTime": "2020-09-09T22:36:45Z" + "createdDateTime": "2020-10-30T13:00:13Z", + "lastUpdatedDateTime": "2020-10-30T13:00:13Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/41a8b302-0658-45e8-a6b5-136ab5f88366/analyzeResults/50252ac5-36c5-44bf-9e21-5149b67c970f", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/f8686d69-2c9e-467c-94a0-98675198d0d4/analyzeResults/b2884e7b-ab58-4987-971a-b0311b31e7ba", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "44d2607b1ff17a10cbb82bc66fc94992", "x-ms-return-client-request-id": "true" @@ -362,29 +362,29 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "e1741841-6a4e-4b17-8a46-ffa9310e35a8", + "apim-request-id": "f8ced749-f8ea-4d45-9c39-d7ee4d23d6c8", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:36:47 GMT", + "Date": "Fri, 30 Oct 2020 13:00:16 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": "28" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-09-09T22:36:44Z", - "lastUpdatedDateTime": "2020-09-09T22:36:48Z" + "createdDateTime": "2020-10-30T13:00:13Z", + "lastUpdatedDateTime": "2020-10-30T13:00:16Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/41a8b302-0658-45e8-a6b5-136ab5f88366/analyzeResults/50252ac5-36c5-44bf-9e21-5149b67c970f", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/f8686d69-2c9e-467c-94a0-98675198d0d4/analyzeResults/b2884e7b-ab58-4987-971a-b0311b31e7ba", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "5856db4a931ee448d61b05d79b3d8261", "x-ms-return-client-request-id": "true" @@ -392,29 +392,29 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "0fc1cfe3-1ef4-44bc-b0a3-dcf34c52ae44", + "apim-request-id": "be59526a-b6a0-4190-955c-da6db5f79ddf", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:36:48 GMT", + "Date": "Fri, 30 Oct 2020 13:00:18 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": "27" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-09-09T22:36:44Z", - "lastUpdatedDateTime": "2020-09-09T22:36:48Z" + "createdDateTime": "2020-10-30T13:00:13Z", + "lastUpdatedDateTime": "2020-10-30T13:00:16Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/41a8b302-0658-45e8-a6b5-136ab5f88366/analyzeResults/50252ac5-36c5-44bf-9e21-5149b67c970f", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/f8686d69-2c9e-467c-94a0-98675198d0d4/analyzeResults/b2884e7b-ab58-4987-971a-b0311b31e7ba", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "6f2329c234306d9464c6007206bef70a", "x-ms-return-client-request-id": "true" @@ -422,29 +422,29 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "cd049685-86a1-4e7a-9e87-06a9bc90dd05", + "apim-request-id": "d06dc273-52f4-4bf7-aac8-94170f11062f", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:36:49 GMT", + "Date": "Fri, 30 Oct 2020 13:00:19 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "27" + "x-envoy-upstream-service-time": "23" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-09-09T22:36:44Z", - "lastUpdatedDateTime": "2020-09-09T22:36:48Z" + "createdDateTime": "2020-10-30T13:00:13Z", + "lastUpdatedDateTime": "2020-10-30T13:00:16Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/41a8b302-0658-45e8-a6b5-136ab5f88366/analyzeResults/50252ac5-36c5-44bf-9e21-5149b67c970f", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/f8686d69-2c9e-467c-94a0-98675198d0d4/analyzeResults/b2884e7b-ab58-4987-971a-b0311b31e7ba", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "3aa72e38c40fe71f17ee6ed51a39de8e", "x-ms-return-client-request-id": "true" @@ -452,108 +452,18 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "6d8770c1-4798-4dad-bac9-bf74c20baf2d", - "Content-Length": "109", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:36:50 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "28" - }, - "ResponseBody": { - "status": "notStarted", - "createdDateTime": "2020-09-09T22:36:44Z", - "lastUpdatedDateTime": "2020-09-09T22:36:51Z" - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/41a8b302-0658-45e8-a6b5-136ab5f88366/analyzeResults/50252ac5-36c5-44bf-9e21-5149b67c970f", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "4503c936d9a6166146e8f35792d6de17", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "6c7791ee-9b44-4954-bd8b-8c71d963c83d", - "Content-Length": "109", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:36:51 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "20" - }, - "ResponseBody": { - "status": "notStarted", - "createdDateTime": "2020-09-09T22:36:44Z", - "lastUpdatedDateTime": "2020-09-09T22:36:51Z" - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/41a8b302-0658-45e8-a6b5-136ab5f88366/analyzeResults/50252ac5-36c5-44bf-9e21-5149b67c970f", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "6c9ffa244895fe52093b5842c5be532b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "614f9031-b7bb-4078-98ac-a3ac636ed386", - "Content-Length": "109", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:36:52 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "24" - }, - "ResponseBody": { - "status": "notStarted", - "createdDateTime": "2020-09-09T22:36:44Z", - "lastUpdatedDateTime": "2020-09-09T22:36:51Z" - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/41a8b302-0658-45e8-a6b5-136ab5f88366/analyzeResults/50252ac5-36c5-44bf-9e21-5149b67c970f", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "3c3b72e7b1bb5e64cd91f326d0c85440", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "26c1c9c5-7128-446c-84ad-ff1c4e7f9020", + "apim-request-id": "9a789cce-994d-458b-a2da-70f82c4644d0", "Content-Length": "30845", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:36:53 GMT", + "Date": "Fri, 30 Oct 2020 13:00:20 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": { "status": "succeeded", - "createdDateTime": "2020-09-09T22:36:44Z", - "lastUpdatedDateTime": "2020-09-09T22:36:54Z", + "createdDateTime": "2020-10-30T13:00:13Z", + "lastUpdatedDateTime": "2020-10-30T13:00:20Z", "analyzeResult": { "version": "2.1.0", "readResults": [ @@ -4318,51 +4228,31 @@ ], "documentResults": [ { - "docType": "custom:41a8b302-0658-45e8-a6b5-136ab5f88366", - "modelId": "41a8b302-0658-45e8-a6b5-136ab5f88366", + "docType": "custom:f8686d69-2c9e-467c-94a0-98675198d0d4", + "modelId": "f8686d69-2c9e-467c-94a0-98675198d0d4", "pageRange": [ 1, 3 ], "fields": { - "PurchaseOrderNumber": { - "type": "string", - "valueString": "100.99", - "text": "100.99", - "page": 3, - "boundingBox": [ - 5.425, - 3.21, - 5.86, - 3.21, - 5.86, - 3.32, - 5.425, - 3.32 - ], - "confidence": 0.127, - "elements": [ - "#/readResults/2/lines/15/words/0" - ] - }, - "CompanyPhoneNumber": { + "Website": { "type": "string", - "valueString": "22.00", - "text": "22.00", + "valueString": "555-555-5555", + "text": "555-555-5555", "page": 1, "boundingBox": [ - 5.42, - 4.475, - 5.78, - 4.475, - 5.78, - 4.585, - 5.42, - 4.585 + 0.885, + 2.29, + 1.81, + 2.29, + 1.81, + 2.395, + 0.885, + 2.395 ], - "confidence": 0.296, + "confidence": 0.126, "elements": [ - "#/readResults/0/lines/33/words/0" + "#/readResults/0/lines/9/words/0" ] }, "Signature": { @@ -4385,47 +4275,24 @@ "#/readResults/0/lines/38/words/0" ] }, - "Email": { - "type": "string", - "valueString": "Company A Invoice", - "text": "Company A Invoice", - "page": 1, - "boundingBox": [ - 0.885, - 1.12, - 2.38, - 1.12, - 2.38, - 1.28, - 0.885, - 1.28 - ], - "confidence": 0.138, - "elements": [ - "#/readResults/0/lines/0/words/0", - "#/readResults/0/lines/0/words/1", - "#/readResults/0/lines/0/words/2" - ] - }, - "CompanyName": { + "PurchaseOrderNumber": { "type": "string", - "valueString": "Bilbo Baggins", - "text": "Bilbo Baggins", - "page": 1, + "valueString": "100.99", + "text": "100.99", + "page": 3, "boundingBox": [ - 2.05, - 6.655, - 3.04, - 6.655, - 3.04, - 6.8, - 2.05, - 6.8 + 5.425, + 3.21, + 5.86, + 3.21, + 5.86, + 3.32, + 5.425, + 3.32 ], - "confidence": 0.198, + "confidence": 0.127, "elements": [ - "#/readResults/0/lines/38/words/1", - "#/readResults/0/lines/38/words/2" + "#/readResults/2/lines/15/words/0" ] }, "Merchant": { @@ -4449,26 +4316,6 @@ "#/readResults/0/lines/1/words/1" ] }, - "Website": { - "type": "string", - "valueString": "555-555-5555", - "text": "555-555-5555", - "page": 1, - "boundingBox": [ - 0.885, - 2.29, - 1.81, - 2.29, - 1.81, - 2.395, - 0.885, - 2.395 - ], - "confidence": 0.126, - "elements": [ - "#/readResults/0/lines/9/words/0" - ] - }, "CompanyAddress": { "type": "string", "valueString": "G", @@ -4489,6 +4336,48 @@ "#/readResults/0/lines/31/words/0" ] }, + "CompanyPhoneNumber": { + "type": "string", + "valueString": "22.00", + "text": "22.00", + "page": 1, + "boundingBox": [ + 5.42, + 4.475, + 5.78, + 4.475, + 5.78, + 4.585, + 5.42, + 4.585 + ], + "confidence": 0.296, + "elements": [ + "#/readResults/0/lines/33/words/0" + ] + }, + "Email": { + "type": "string", + "valueString": "Company A Invoice", + "text": "Company A Invoice", + "page": 1, + "boundingBox": [ + 0.885, + 1.12, + 2.38, + 1.12, + 2.38, + 1.28, + 0.885, + 1.28 + ], + "confidence": 0.138, + "elements": [ + "#/readResults/0/lines/0/words/0", + "#/readResults/0/lines/0/words/1", + "#/readResults/0/lines/0/words/2" + ] + }, "VendorName": { "type": "string", "valueString": "B", @@ -4509,6 +4398,27 @@ "#/readResults/0/lines/16/words/0" ] }, + "CompanyName": { + "type": "string", + "valueString": "Bilbo Baggins", + "text": "Bilbo Baggins", + "page": 1, + "boundingBox": [ + 2.05, + 6.655, + 3.04, + 6.655, + 3.04, + 6.8, + 2.05, + 6.8 + ], + "confidence": 0.198, + "elements": [ + "#/readResults/0/lines/38/words/1", + "#/readResults/0/lines/38/words/2" + ] + }, "DatedAs": null, "PhoneNumber": null, "Quantity": null, @@ -4524,28 +4434,28 @@ } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/41a8b302-0658-45e8-a6b5-136ab5f88366", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/f8686d69-2c9e-467c-94a0-98675198d0d4", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-c9d67c2fd385254b8a716dba27a9367c-0f3b14dd3f233e45-00", + "traceparent": "00-f71e3c4dd3695d4ca3b4929779a5985a-61fdc5b21e64e642-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "1fb156107299edf877053c6a811f5187", + "x-ms-client-request-id": "4503c936d9a6166146e8f35792d6de17", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 204, "ResponseHeaders": { - "apim-request-id": "128953d5-e9ab-4bb9-981f-deee05538e7d", + "apim-request-id": "05144708-66af-44cc-9a6b-793c5e26ea5e", "Content-Length": "0", - "Date": "Wed, 09 Sep 2020 22:36:53 GMT", + "Date": "Fri, 30 Oct 2020 13:00:20 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": "34" }, "ResponseBody": [] } @@ -4553,7 +4463,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-westcentralus.cognitiveservices.azure.com/", "RandomSeed": "432412203" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsWithoutLabels(False,False).json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsWithoutLabels(False,False).json index 9d595ff3d04a9..b69bf26e2c64d 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsWithoutLabels(False,False).json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsWithoutLabels(False,False).json @@ -1,17 +1,17 @@ { "Entries": [ { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "43", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-bbc3c2a6f5b99e45b6c2a2f50073bbec-b2b7b33dbb984e49-00", + "traceparent": "00-5986414b66e9a44895e73d183dc50aa8-8106a87a76caba4d-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "05a0cc668e405f6656a3d2bfc4384365", "x-ms-return-client-request-id": "true" @@ -22,25 +22,25 @@ }, "StatusCode": 201, "ResponseHeaders": { - "apim-request-id": "53f53c04-9eff-4ac0-9953-878f3e0bfacf", + "apim-request-id": "d088b398-acd6-41ed-826f-8584949f3e80", "Content-Length": "0", - "Date": "Thu, 10 Sep 2020 23:52:40 GMT", - "Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/7ee1aa61-b5da-4112-a074-ae990129a5f3", + "Date": "Fri, 30 Oct 2020 12:55:19 GMT", + "Location": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/2d3aec9d-92ed-4cd1-abec-da9fd12c6f4d", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "81" + "x-envoy-upstream-service-time": "150" }, "ResponseBody": [] }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/7ee1aa61-b5da-4112-a074-ae990129a5f3?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/2d3aec9d-92ed-4cd1-abec-da9fd12c6f4d?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "ba8e862e4604c8611818130bcc33b5f7", "x-ms-return-client-request-id": "true" @@ -48,32 +48,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "8176685e-8ba8-4e12-9fff-c04ba9e1371f", + "apim-request-id": "51804cf1-d26f-44f2-8eea-7e96963714ab", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 10 Sep 2020 23:52:40 GMT", + "Date": "Fri, 30 Oct 2020 12:55:20 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": "20" }, "ResponseBody": { "modelInfo": { - "modelId": "7ee1aa61-b5da-4112-a074-ae990129a5f3", + "modelId": "2d3aec9d-92ed-4cd1-abec-da9fd12c6f4d", "status": "creating", - "createdDateTime": "2020-09-10T23:52:40Z", - "lastUpdatedDateTime": "2020-09-10T23:52:40Z" + "createdDateTime": "2020-10-30T12:55:19Z", + "lastUpdatedDateTime": "2020-10-30T12:55:19Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/7ee1aa61-b5da-4112-a074-ae990129a5f3?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/2d3aec9d-92ed-4cd1-abec-da9fd12c6f4d?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "1f2c7e04cade8bc170a8abbee446825e", "x-ms-return-client-request-id": "true" @@ -81,32 +81,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "e53b6046-844c-44ca-92ea-9c5c974eda34", + "apim-request-id": "f2518ee6-8c60-49d7-a965-c48103e76f58", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 10 Sep 2020 23:52:41 GMT", + "Date": "Fri, 30 Oct 2020 12:55:21 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "32" + "x-envoy-upstream-service-time": "33" }, "ResponseBody": { "modelInfo": { - "modelId": "7ee1aa61-b5da-4112-a074-ae990129a5f3", + "modelId": "2d3aec9d-92ed-4cd1-abec-da9fd12c6f4d", "status": "creating", - "createdDateTime": "2020-09-10T23:52:40Z", - "lastUpdatedDateTime": "2020-09-10T23:52:40Z" + "createdDateTime": "2020-10-30T12:55:19Z", + "lastUpdatedDateTime": "2020-10-30T12:55:19Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/7ee1aa61-b5da-4112-a074-ae990129a5f3?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/2d3aec9d-92ed-4cd1-abec-da9fd12c6f4d?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "1519b4a8cf261fbe6bd8ed277b5a9222", "x-ms-return-client-request-id": "true" @@ -114,32 +114,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "03e55757-0314-443e-9a7e-4a60d5001b76", + "apim-request-id": "dcbe2fe7-571f-4a77-866a-ffe64cbf9039", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 10 Sep 2020 23:52:42 GMT", + "Date": "Fri, 30 Oct 2020 12:55:22 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "22" + "x-envoy-upstream-service-time": "24" }, "ResponseBody": { "modelInfo": { - "modelId": "7ee1aa61-b5da-4112-a074-ae990129a5f3", + "modelId": "2d3aec9d-92ed-4cd1-abec-da9fd12c6f4d", "status": "creating", - "createdDateTime": "2020-09-10T23:52:40Z", - "lastUpdatedDateTime": "2020-09-10T23:52:40Z" + "createdDateTime": "2020-10-30T12:55:19Z", + "lastUpdatedDateTime": "2020-10-30T12:55:19Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/7ee1aa61-b5da-4112-a074-ae990129a5f3?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/2d3aec9d-92ed-4cd1-abec-da9fd12c6f4d?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "45bbdaee240c6386c5034a5b9aa2e3d2", "x-ms-return-client-request-id": "true" @@ -147,32 +147,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "1e20c9a3-3adf-4396-ac28-5d83cbc80d75", + "apim-request-id": "005a6572-e21a-426b-94fc-d0d516885422", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 10 Sep 2020 23:52:43 GMT", + "Date": "Fri, 30 Oct 2020 12:55:23 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": "26" }, "ResponseBody": { "modelInfo": { - "modelId": "7ee1aa61-b5da-4112-a074-ae990129a5f3", + "modelId": "2d3aec9d-92ed-4cd1-abec-da9fd12c6f4d", "status": "creating", - "createdDateTime": "2020-09-10T23:52:40Z", - "lastUpdatedDateTime": "2020-09-10T23:52:40Z" + "createdDateTime": "2020-10-30T12:55:19Z", + "lastUpdatedDateTime": "2020-10-30T12:55:19Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/7ee1aa61-b5da-4112-a074-ae990129a5f3?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/2d3aec9d-92ed-4cd1-abec-da9fd12c6f4d?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "1762b5959f1a34d1c00cb406dd991015", "x-ms-return-client-request-id": "true" @@ -180,32 +180,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "b2e03376-fb76-4517-bfd2-302343e55fa3", + "apim-request-id": "01b6044f-d3f5-4193-bab4-e4ead2a50889", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 10 Sep 2020 23:52:44 GMT", + "Date": "Fri, 30 Oct 2020 12:55:24 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": "33" }, "ResponseBody": { "modelInfo": { - "modelId": "7ee1aa61-b5da-4112-a074-ae990129a5f3", + "modelId": "2d3aec9d-92ed-4cd1-abec-da9fd12c6f4d", "status": "creating", - "createdDateTime": "2020-09-10T23:52:40Z", - "lastUpdatedDateTime": "2020-09-10T23:52:40Z" + "createdDateTime": "2020-10-30T12:55:19Z", + "lastUpdatedDateTime": "2020-10-30T12:55:19Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/7ee1aa61-b5da-4112-a074-ae990129a5f3?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/2d3aec9d-92ed-4cd1-abec-da9fd12c6f4d?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "0ad089153c8a84522db64f22846285c8", "x-ms-return-client-request-id": "true" @@ -213,32 +213,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "3db7e0ba-6df8-4d76-914b-4889ed9bb815", + "apim-request-id": "cd5fc4a3-84d0-4775-ba20-6130676778fb", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 10 Sep 2020 23:52:45 GMT", + "Date": "Fri, 30 Oct 2020 12:55:26 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": "17" }, "ResponseBody": { "modelInfo": { - "modelId": "7ee1aa61-b5da-4112-a074-ae990129a5f3", + "modelId": "2d3aec9d-92ed-4cd1-abec-da9fd12c6f4d", "status": "creating", - "createdDateTime": "2020-09-10T23:52:40Z", - "lastUpdatedDateTime": "2020-09-10T23:52:40Z" + "createdDateTime": "2020-10-30T12:55:19Z", + "lastUpdatedDateTime": "2020-10-30T12:55:19Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/7ee1aa61-b5da-4112-a074-ae990129a5f3?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/2d3aec9d-92ed-4cd1-abec-da9fd12c6f4d?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "c5911af47bf74e07088685ff6f7f862c", "x-ms-return-client-request-id": "true" @@ -246,32 +246,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "49e11c63-db2b-4eec-9e40-7f650be415ee", + "apim-request-id": "968cd1ab-1394-4bc0-8ab1-2aa316c41c42", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 10 Sep 2020 23:52:46 GMT", + "Date": "Fri, 30 Oct 2020 12:55:28 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "22" + "x-envoy-upstream-service-time": "23" }, "ResponseBody": { "modelInfo": { - "modelId": "7ee1aa61-b5da-4112-a074-ae990129a5f3", + "modelId": "2d3aec9d-92ed-4cd1-abec-da9fd12c6f4d", "status": "creating", - "createdDateTime": "2020-09-10T23:52:40Z", - "lastUpdatedDateTime": "2020-09-10T23:52:40Z" + "createdDateTime": "2020-10-30T12:55:19Z", + "lastUpdatedDateTime": "2020-10-30T12:55:19Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/7ee1aa61-b5da-4112-a074-ae990129a5f3?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/2d3aec9d-92ed-4cd1-abec-da9fd12c6f4d?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "104635f2d9d2584763dee96450aeaf5e", "x-ms-return-client-request-id": "true" @@ -279,32 +279,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "60fca69f-89b1-4c94-824b-bc22a2d3e5aa", + "apim-request-id": "7c2e626e-b8c9-4e63-a0a9-46e21cae09a5", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 10 Sep 2020 23:52:47 GMT", + "Date": "Fri, 30 Oct 2020 12:55:29 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": "395" }, "ResponseBody": { "modelInfo": { - "modelId": "7ee1aa61-b5da-4112-a074-ae990129a5f3", + "modelId": "2d3aec9d-92ed-4cd1-abec-da9fd12c6f4d", "status": "creating", - "createdDateTime": "2020-09-10T23:52:40Z", - "lastUpdatedDateTime": "2020-09-10T23:52:40Z" + "createdDateTime": "2020-10-30T12:55:19Z", + "lastUpdatedDateTime": "2020-10-30T12:55:19Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/7ee1aa61-b5da-4112-a074-ae990129a5f3?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/2d3aec9d-92ed-4cd1-abec-da9fd12c6f4d?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "c211eb874b079a1e81820103b75314ae", "x-ms-return-client-request-id": "true" @@ -312,32 +312,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "966a0716-74a4-4cfc-8c87-84612ee39a53", + "apim-request-id": "76a296ff-0b6f-49c5-b171-e7a30e20f2a2", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 10 Sep 2020 23:52:48 GMT", + "Date": "Fri, 30 Oct 2020 12:55:30 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "28" + "x-envoy-upstream-service-time": "18" }, "ResponseBody": { "modelInfo": { - "modelId": "7ee1aa61-b5da-4112-a074-ae990129a5f3", + "modelId": "2d3aec9d-92ed-4cd1-abec-da9fd12c6f4d", "status": "creating", - "createdDateTime": "2020-09-10T23:52:40Z", - "lastUpdatedDateTime": "2020-09-10T23:52:40Z" + "createdDateTime": "2020-10-30T12:55:19Z", + "lastUpdatedDateTime": "2020-10-30T12:55:19Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/7ee1aa61-b5da-4112-a074-ae990129a5f3?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/2d3aec9d-92ed-4cd1-abec-da9fd12c6f4d?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "4f30232f741c1af6d339621991a3fd59", "x-ms-return-client-request-id": "true" @@ -345,108 +345,9 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "aac06dfe-efc6-4f1d-baab-33b487f162f2", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 10 Sep 2020 23:52:49 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "26" - }, - "ResponseBody": { - "modelInfo": { - "modelId": "7ee1aa61-b5da-4112-a074-ae990129a5f3", - "status": "creating", - "createdDateTime": "2020-09-10T23:52:40Z", - "lastUpdatedDateTime": "2020-09-10T23:52:40Z" - } - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/7ee1aa61-b5da-4112-a074-ae990129a5f3?includeKeys=true", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "847727d6c46da62516ab8e4fd843a110", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "cb68a836-689e-462f-8100-de541656698e", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 10 Sep 2020 23:52:50 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": "7ee1aa61-b5da-4112-a074-ae990129a5f3", - "status": "creating", - "createdDateTime": "2020-09-10T23:52:40Z", - "lastUpdatedDateTime": "2020-09-10T23:52:40Z" - } - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/7ee1aa61-b5da-4112-a074-ae990129a5f3?includeKeys=true", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "2d343bc9607e1241f5f7eecee80509de", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "2664e52c-7210-41a4-ab27-1e2de901cc5a", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 10 Sep 2020 23:52:51 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "26" - }, - "ResponseBody": { - "modelInfo": { - "modelId": "7ee1aa61-b5da-4112-a074-ae990129a5f3", - "status": "creating", - "createdDateTime": "2020-09-10T23:52:40Z", - "lastUpdatedDateTime": "2020-09-10T23:52:40Z" - } - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/7ee1aa61-b5da-4112-a074-ae990129a5f3?includeKeys=true", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "902da78490db6a40fd893870e5a6428f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "a5a1c9ac-7b62-4682-bf94-90aea16f456e", + "apim-request-id": "58c8dec3-eb17-4648-b1ea-f2bdf6533568", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 10 Sep 2020 23:52:52 GMT", + "Date": "Fri, 30 Oct 2020 12:55:32 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", @@ -454,65 +355,32 @@ }, "ResponseBody": { "modelInfo": { - "modelId": "7ee1aa61-b5da-4112-a074-ae990129a5f3", - "status": "creating", - "createdDateTime": "2020-09-10T23:52:40Z", - "lastUpdatedDateTime": "2020-09-10T23:52:40Z" - } - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/7ee1aa61-b5da-4112-a074-ae990129a5f3?includeKeys=true", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "554f5297d06f76dbe5648e76d556be11", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "6e6a70e0-18f7-4548-a745-688b6c9df438", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 10 Sep 2020 23:52:53 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "34" - }, - "ResponseBody": { - "modelInfo": { - "modelId": "7ee1aa61-b5da-4112-a074-ae990129a5f3", + "modelId": "2d3aec9d-92ed-4cd1-abec-da9fd12c6f4d", "status": "creating", - "createdDateTime": "2020-09-10T23:52:40Z", - "lastUpdatedDateTime": "2020-09-10T23:52:40Z" + "createdDateTime": "2020-10-30T12:55:19Z", + "lastUpdatedDateTime": "2020-10-30T12:55:19Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/7ee1aa61-b5da-4112-a074-ae990129a5f3?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/2d3aec9d-92ed-4cd1-abec-da9fd12c6f4d?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "30cbb0a210163834fbc92ff427d12d4e", + "x-ms-client-request-id": "847727d6c46da62516ab8e4fd843a110", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "6cfcc0c1-d5a2-4967-a0a3-be8c60660680", + "apim-request-id": "cc3ad537-babd-4927-8f4b-95e889fac1d8", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 10 Sep 2020 23:52:54 GMT", + "Date": "Fri, 30 Oct 2020 12:55:33 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", @@ -520,10 +388,10 @@ }, "ResponseBody": { "modelInfo": { - "modelId": "7ee1aa61-b5da-4112-a074-ae990129a5f3", + "modelId": "2d3aec9d-92ed-4cd1-abec-da9fd12c6f4d", "status": "ready", - "createdDateTime": "2020-09-10T23:52:40Z", - "lastUpdatedDateTime": "2020-09-10T23:52:54Z" + "createdDateTime": "2020-10-30T12:55:19Z", + "lastUpdatedDateTime": "2020-10-30T12:55:32Z" }, "keys": { "clusters": { @@ -593,19 +461,19 @@ } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/7ee1aa61-b5da-4112-a074-ae990129a5f3/analyze?includeTextDetails=false", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/2d3aec9d-92ed-4cd1-abec-da9fd12c6f4d/analyze?includeTextDetails=false", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "22", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-1df9f5522e191c438c706530595f3962-c255a2275c61a244-00", + "traceparent": "00-aabfab24b7d1674ca8669fcf4ef36f19-b56cd208f054a74e-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "96365fb5b3b5b36fccb6ab7601c995a7", + "x-ms-client-request-id": "2d343bc9607e1241f5f7eecee80509de", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -613,384 +481,198 @@ }, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "a1b18bbc-d37d-4290-be99-327b3b5a24c0", + "apim-request-id": "f56269e8-add6-4ce0-9944-6ee8d8d00f14", "Content-Length": "0", - "Date": "Thu, 10 Sep 2020 23:52:55 GMT", - "Operation-Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/7ee1aa61-b5da-4112-a074-ae990129a5f3/analyzeresults/239a04f2-4857-4df6-b2db-9fca00069ef8", + "Date": "Fri, 30 Oct 2020 12:55:33 GMT", + "Operation-Location": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/2d3aec9d-92ed-4cd1-abec-da9fd12c6f4d/analyzeresults/74eac26d-789e-4657-b57a-dd6b7e9b6feb", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "84" + "x-envoy-upstream-service-time": "107" }, "ResponseBody": [] }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/7ee1aa61-b5da-4112-a074-ae990129a5f3/analyzeResults/239a04f2-4857-4df6-b2db-9fca00069ef8", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/2d3aec9d-92ed-4cd1-abec-da9fd12c6f4d/analyzeResults/74eac26d-789e-4657-b57a-dd6b7e9b6feb", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "34ce27cb11da87791d165aa5a1e64e13", + "x-ms-client-request-id": "902da78490db6a40fd893870e5a6428f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "7793a1c7-a2d4-4870-9ccb-71d4815044ed", + "apim-request-id": "1a4f7ec9-4e2b-48a7-a656-179b1d30b61b", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 10 Sep 2020 23:52:55 GMT", + "Date": "Fri, 30 Oct 2020 12:55:34 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": "28" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-09-10T23:52:55Z", - "lastUpdatedDateTime": "2020-09-10T23:52:55Z" - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/7ee1aa61-b5da-4112-a074-ae990129a5f3/analyzeResults/239a04f2-4857-4df6-b2db-9fca00069ef8", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "76c140372720ee5b4118645f65be3731", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "ae7e2104-74c9-4d7e-9c05-8a6e3ce1e1bd", - "Content-Length": "127", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 10 Sep 2020 23:52:56 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "37" - }, - "ResponseBody": { - "status": "running", - "createdDateTime": "2020-09-10T23:52:55Z", - "lastUpdatedDateTime": "2020-09-10T23:52:56Z", - "analyzeResult": null - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/7ee1aa61-b5da-4112-a074-ae990129a5f3/analyzeResults/239a04f2-4857-4df6-b2db-9fca00069ef8", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "ff288834f802a374e6ae799e59c912e5", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "9e1eadc0-fe6c-489a-a4b5-8a8e56d20622", - "Content-Length": "127", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 10 Sep 2020 23:52:57 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "42" - }, - "ResponseBody": { - "status": "running", - "createdDateTime": "2020-09-10T23:52:55Z", - "lastUpdatedDateTime": "2020-09-10T23:52:56Z", - "analyzeResult": null - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/7ee1aa61-b5da-4112-a074-ae990129a5f3/analyzeResults/239a04f2-4857-4df6-b2db-9fca00069ef8", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "c13f97671f08a486cbe0f3c2ad19225e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "e0e3b00b-aa6a-42d1-aa43-93be9d67ab66", - "Content-Length": "127", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 10 Sep 2020 23:52:58 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "23" - }, - "ResponseBody": { - "status": "running", - "createdDateTime": "2020-09-10T23:52:55Z", - "lastUpdatedDateTime": "2020-09-10T23:52:56Z", - "analyzeResult": null - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/7ee1aa61-b5da-4112-a074-ae990129a5f3/analyzeResults/239a04f2-4857-4df6-b2db-9fca00069ef8", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "187028df4ebe3e10cc1d8f71adbc9477", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "1410fe20-f297-4bf2-b134-50fcd741fd2d", - "Content-Length": "127", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 10 Sep 2020 23:52:59 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "23" - }, - "ResponseBody": { - "status": "running", - "createdDateTime": "2020-09-10T23:52:55Z", - "lastUpdatedDateTime": "2020-09-10T23:52:56Z", - "analyzeResult": null - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/7ee1aa61-b5da-4112-a074-ae990129a5f3/analyzeResults/239a04f2-4857-4df6-b2db-9fca00069ef8", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "cdf77e05757f14290183342205b1f6cc", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "a5ad6ad3-a4e1-462e-9bc8-c90efa14fb8e", - "Content-Length": "127", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 10 Sep 2020 23:53:00 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "20" - }, - "ResponseBody": { - "status": "running", - "createdDateTime": "2020-09-10T23:52:55Z", - "lastUpdatedDateTime": "2020-09-10T23:52:56Z", - "analyzeResult": null + "createdDateTime": "2020-10-30T12:55:33Z", + "lastUpdatedDateTime": "2020-10-30T12:55:33Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/7ee1aa61-b5da-4112-a074-ae990129a5f3/analyzeResults/239a04f2-4857-4df6-b2db-9fca00069ef8", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/2d3aec9d-92ed-4cd1-abec-da9fd12c6f4d/analyzeResults/74eac26d-789e-4657-b57a-dd6b7e9b6feb", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "31bf1a8cf95919278700f5ea8f14f70e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "9c86faad-30ec-4004-ab67-4f0376036f5e", - "Content-Length": "127", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 10 Sep 2020 23:53:01 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "24" - }, - "ResponseBody": { - "status": "running", - "createdDateTime": "2020-09-10T23:52:55Z", - "lastUpdatedDateTime": "2020-09-10T23:52:56Z", - "analyzeResult": null - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/7ee1aa61-b5da-4112-a074-ae990129a5f3/analyzeResults/239a04f2-4857-4df6-b2db-9fca00069ef8", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "2ebc7b4b552169dfff5b173a1aed391a", + "x-ms-client-request-id": "554f5297d06f76dbe5648e76d556be11", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "96e8d0a3-d0c9-4e99-9c03-f73b19ba39de", + "apim-request-id": "95d67c1e-0af6-4ff5-8063-852e1f74c6c6", "Content-Length": "127", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 10 Sep 2020 23:53:02 GMT", + "Date": "Fri, 30 Oct 2020 12:55:35 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "20" + "x-envoy-upstream-service-time": "26" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-09-10T23:52:55Z", - "lastUpdatedDateTime": "2020-09-10T23:52:56Z", + "createdDateTime": "2020-10-30T12:55:33Z", + "lastUpdatedDateTime": "2020-10-30T12:55:34Z", "analyzeResult": null } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/7ee1aa61-b5da-4112-a074-ae990129a5f3/analyzeResults/239a04f2-4857-4df6-b2db-9fca00069ef8", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/2d3aec9d-92ed-4cd1-abec-da9fd12c6f4d/analyzeResults/74eac26d-789e-4657-b57a-dd6b7e9b6feb", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "92e5c22763fd0c1e57de467e803e85ed", + "x-ms-client-request-id": "30cbb0a210163834fbc92ff427d12d4e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "9defe1cd-802f-48d4-ad1f-792a5d7d5b23", + "apim-request-id": "e24f3f16-bd17-44e0-8cb1-b29be14c1438", "Content-Length": "127", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 10 Sep 2020 23:53:03 GMT", + "Date": "Fri, 30 Oct 2020 12:55:36 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": "30" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-09-10T23:52:55Z", - "lastUpdatedDateTime": "2020-09-10T23:52:56Z", + "createdDateTime": "2020-10-30T12:55:33Z", + "lastUpdatedDateTime": "2020-10-30T12:55:34Z", "analyzeResult": null } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/7ee1aa61-b5da-4112-a074-ae990129a5f3/analyzeResults/239a04f2-4857-4df6-b2db-9fca00069ef8", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/2d3aec9d-92ed-4cd1-abec-da9fd12c6f4d/analyzeResults/74eac26d-789e-4657-b57a-dd6b7e9b6feb", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "89d6258cc7f437ab3b5531fde2ecfe99", + "x-ms-client-request-id": "96365fb5b3b5b36fccb6ab7601c995a7", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "5682dcfd-f6b9-4c3c-9bc2-c101ab2dfa53", + "apim-request-id": "a93f4b92-2a78-410e-b539-51f71a3a2588", "Content-Length": "127", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 10 Sep 2020 23:53:04 GMT", + "Date": "Fri, 30 Oct 2020 12:55:38 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", "x-envoy-upstream-service-time": "28" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-09-10T23:52:55Z", - "lastUpdatedDateTime": "2020-09-10T23:52:56Z", + "createdDateTime": "2020-10-30T12:55:33Z", + "lastUpdatedDateTime": "2020-10-30T12:55:34Z", "analyzeResult": null } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/7ee1aa61-b5da-4112-a074-ae990129a5f3/analyzeResults/239a04f2-4857-4df6-b2db-9fca00069ef8", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/2d3aec9d-92ed-4cd1-abec-da9fd12c6f4d/analyzeResults/74eac26d-789e-4657-b57a-dd6b7e9b6feb", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "ccc2dac6642fe8115cb0d7430e60e9c0", + "x-ms-client-request-id": "34ce27cb11da87791d165aa5a1e64e13", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "6f72a194-9082-40b8-85b9-242742cafacf", + "apim-request-id": "1bc82d35-cbd6-42cf-ba5d-8341bec83a50", "Content-Length": "127", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 10 Sep 2020 23:53:05 GMT", + "Date": "Fri, 30 Oct 2020 12:55:39 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "20" + "x-envoy-upstream-service-time": "28" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-09-10T23:52:55Z", - "lastUpdatedDateTime": "2020-09-10T23:52:56Z", + "createdDateTime": "2020-10-30T12:55:33Z", + "lastUpdatedDateTime": "2020-10-30T12:55:34Z", "analyzeResult": null } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/7ee1aa61-b5da-4112-a074-ae990129a5f3/analyzeResults/239a04f2-4857-4df6-b2db-9fca00069ef8", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/2d3aec9d-92ed-4cd1-abec-da9fd12c6f4d/analyzeResults/74eac26d-789e-4657-b57a-dd6b7e9b6feb", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "f5ad2ad6af17602517ad57a83121296a", + "x-ms-client-request-id": "76c140372720ee5b4118645f65be3731", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "95ebdbdf-6eb1-418a-b4b6-72e900dcb11d", + "apim-request-id": "89c9f69c-965f-4de4-85b4-8f0e0e4d9090", "Content-Length": "8958", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 10 Sep 2020 23:53:06 GMT", + "Date": "Fri, 30 Oct 2020 12:55:40 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "41" + "x-envoy-upstream-service-time": "48" }, "ResponseBody": { "status": "succeeded", - "createdDateTime": "2020-09-10T23:52:55Z", - "lastUpdatedDateTime": "2020-09-10T23:53:07Z", + "createdDateTime": "2020-10-30T12:55:33Z", + "lastUpdatedDateTime": "2020-10-30T12:55:40Z", "analyzeResult": { "version": "2.1.0", "readResults": [ @@ -1972,25 +1654,25 @@ } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/7ee1aa61-b5da-4112-a074-ae990129a5f3", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/2d3aec9d-92ed-4cd1-abec-da9fd12c6f4d", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-9baf02a0f82d0b459c34526d472cd068-b9d21955ec913e46-00", + "traceparent": "00-e1ffd144237fb948b6dddcdb9f2b7c46-45833788c4817b4a-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "a5b7ade0b87c28bd13ee2d43ef6828da", + "x-ms-client-request-id": "ff288834f802a374e6ae799e59c912e5", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 204, "ResponseHeaders": { - "apim-request-id": "4b79a4c5-1116-4aee-916b-04f5f9f54395", + "apim-request-id": "fba13249-1698-49c4-8ccb-41e201bf0f2b", "Content-Length": "0", - "Date": "Thu, 10 Sep 2020 23:53:06 GMT", + "Date": "Fri, 30 Oct 2020 12:55:40 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", "x-envoy-upstream-service-time": "33" @@ -2001,7 +1683,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-westcentralus.cognitiveservices.azure.com/", "RandomSeed": "1925101383" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsWithoutLabels(False,False)Async.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsWithoutLabels(False,False)Async.json index 8d70c5e8dc881..122c4f758fc87 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsWithoutLabels(False,False)Async.json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsWithoutLabels(False,False)Async.json @@ -1,17 +1,17 @@ { "Entries": [ { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "43", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-84207d22879ade4fb43ade9dc26c045a-c4855e8761c16f4b-00", + "traceparent": "00-7e4ca9a2cdca004cb00bd37f67e7e363-a28f604107a57945-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "f72c04e7d020e4a85e79d1bc0a418e17", "x-ms-return-client-request-id": "true" @@ -22,25 +22,25 @@ }, "StatusCode": 201, "ResponseHeaders": { - "apim-request-id": "d04ebc8a-3abe-476d-8c19-0729a2338b29", + "apim-request-id": "e5b05ed1-c440-44bc-9bb1-ab3150452e87", "Content-Length": "0", - "Date": "Thu, 10 Sep 2020 23:54:59 GMT", - "Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/14d67ad7-58f9-4bcc-8101-71fffcf7bb87", + "Date": "Fri, 30 Oct 2020 13:01:40 GMT", + "Location": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/95e963b7-85c5-4cdc-bc9d-90cbe6c05adb", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "69" + "x-envoy-upstream-service-time": "77" }, "ResponseBody": [] }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/14d67ad7-58f9-4bcc-8101-71fffcf7bb87?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/95e963b7-85c5-4cdc-bc9d-90cbe6c05adb?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "b611e9e16f4962984159d2f22e2fd544", "x-ms-return-client-request-id": "true" @@ -48,32 +48,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "1e837556-bb65-4ffc-98f3-7b96f26cefd4", + "apim-request-id": "44581f34-b5e4-4407-8cab-16273fbc5e1d", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 10 Sep 2020 23:54:59 GMT", + "Date": "Fri, 30 Oct 2020 13:01:40 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": "61" }, "ResponseBody": { "modelInfo": { - "modelId": "14d67ad7-58f9-4bcc-8101-71fffcf7bb87", + "modelId": "95e963b7-85c5-4cdc-bc9d-90cbe6c05adb", "status": "creating", - "createdDateTime": "2020-09-10T23:54:59Z", - "lastUpdatedDateTime": "2020-09-10T23:54:59Z" + "createdDateTime": "2020-10-30T13:01:40Z", + "lastUpdatedDateTime": "2020-10-30T13:01:40Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/14d67ad7-58f9-4bcc-8101-71fffcf7bb87?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/95e963b7-85c5-4cdc-bc9d-90cbe6c05adb?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "35ee0429bb508ff43befec00d252a54b", "x-ms-return-client-request-id": "true" @@ -81,32 +81,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "d46dcc86-52fb-4808-bba4-31a778b701af", + "apim-request-id": "606e44e7-af84-4d29-96e5-24f8b7cab9a4", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 10 Sep 2020 23:55:00 GMT", + "Date": "Fri, 30 Oct 2020 13:01:42 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": "54" }, "ResponseBody": { "modelInfo": { - "modelId": "14d67ad7-58f9-4bcc-8101-71fffcf7bb87", + "modelId": "95e963b7-85c5-4cdc-bc9d-90cbe6c05adb", "status": "creating", - "createdDateTime": "2020-09-10T23:54:59Z", - "lastUpdatedDateTime": "2020-09-10T23:54:59Z" + "createdDateTime": "2020-10-30T13:01:40Z", + "lastUpdatedDateTime": "2020-10-30T13:01:40Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/14d67ad7-58f9-4bcc-8101-71fffcf7bb87?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/95e963b7-85c5-4cdc-bc9d-90cbe6c05adb?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "2eba6935191c77836bcab6c6fdb6b52e", "x-ms-return-client-request-id": "true" @@ -114,32 +114,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "02d6c16b-33a5-490a-af6a-48f92620c5ee", + "apim-request-id": "200c6533-b993-498c-8268-7a952f6787f7", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 10 Sep 2020 23:55:01 GMT", + "Date": "Fri, 30 Oct 2020 13:01:43 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": "27" }, "ResponseBody": { "modelInfo": { - "modelId": "14d67ad7-58f9-4bcc-8101-71fffcf7bb87", + "modelId": "95e963b7-85c5-4cdc-bc9d-90cbe6c05adb", "status": "creating", - "createdDateTime": "2020-09-10T23:54:59Z", - "lastUpdatedDateTime": "2020-09-10T23:54:59Z" + "createdDateTime": "2020-10-30T13:01:40Z", + "lastUpdatedDateTime": "2020-10-30T13:01:40Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/14d67ad7-58f9-4bcc-8101-71fffcf7bb87?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/95e963b7-85c5-4cdc-bc9d-90cbe6c05adb?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "05938da4595226c7f4827a5983988fef", "x-ms-return-client-request-id": "true" @@ -147,32 +147,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "2cd4f8b3-c9a7-4e0e-a529-04ef04d29531", + "apim-request-id": "29fa204b-8c0f-4724-9d03-b3a656352355", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 10 Sep 2020 23:55:02 GMT", + "Date": "Fri, 30 Oct 2020 13:01:44 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": "58" }, "ResponseBody": { "modelInfo": { - "modelId": "14d67ad7-58f9-4bcc-8101-71fffcf7bb87", + "modelId": "95e963b7-85c5-4cdc-bc9d-90cbe6c05adb", "status": "creating", - "createdDateTime": "2020-09-10T23:54:59Z", - "lastUpdatedDateTime": "2020-09-10T23:54:59Z" + "createdDateTime": "2020-10-30T13:01:40Z", + "lastUpdatedDateTime": "2020-10-30T13:01:40Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/14d67ad7-58f9-4bcc-8101-71fffcf7bb87?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/95e963b7-85c5-4cdc-bc9d-90cbe6c05adb?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "c5bc86b4a6750f278177c985052e9185", "x-ms-return-client-request-id": "true" @@ -180,32 +180,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "33fa30b8-98c3-4d34-abf5-80ca367f5929", + "apim-request-id": "f8f2c2f2-aff0-46c4-946b-eb44fbcc423c", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 10 Sep 2020 23:55:03 GMT", + "Date": "Fri, 30 Oct 2020 13:01:45 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": "82" }, "ResponseBody": { "modelInfo": { - "modelId": "14d67ad7-58f9-4bcc-8101-71fffcf7bb87", + "modelId": "95e963b7-85c5-4cdc-bc9d-90cbe6c05adb", "status": "creating", - "createdDateTime": "2020-09-10T23:54:59Z", - "lastUpdatedDateTime": "2020-09-10T23:54:59Z" + "createdDateTime": "2020-10-30T13:01:40Z", + "lastUpdatedDateTime": "2020-10-30T13:01:40Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/14d67ad7-58f9-4bcc-8101-71fffcf7bb87?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/95e963b7-85c5-4cdc-bc9d-90cbe6c05adb?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "455cbd399fbedbf9a1933a9a9f29f3d3", "x-ms-return-client-request-id": "true" @@ -213,32 +213,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "b37535a5-305d-42ee-b879-786348ee8997", + "apim-request-id": "c17cb02f-6564-4596-a973-a662bc1e3311", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 10 Sep 2020 23:55:04 GMT", + "Date": "Fri, 30 Oct 2020 13:01: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": "41" }, "ResponseBody": { "modelInfo": { - "modelId": "14d67ad7-58f9-4bcc-8101-71fffcf7bb87", + "modelId": "95e963b7-85c5-4cdc-bc9d-90cbe6c05adb", "status": "creating", - "createdDateTime": "2020-09-10T23:54:59Z", - "lastUpdatedDateTime": "2020-09-10T23:54:59Z" + "createdDateTime": "2020-10-30T13:01:40Z", + "lastUpdatedDateTime": "2020-10-30T13:01:40Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/14d67ad7-58f9-4bcc-8101-71fffcf7bb87?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/95e963b7-85c5-4cdc-bc9d-90cbe6c05adb?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "7712c63aeff9fdb9658384db904121c6", "x-ms-return-client-request-id": "true" @@ -246,32 +246,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "f6b326a5-fc42-401c-9aee-c5fad7250f41", + "apim-request-id": "69adfa91-55ca-4c92-a957-abbcf43ad2fa", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 10 Sep 2020 23:55:05 GMT", + "Date": "Fri, 30 Oct 2020 13:01:48 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": "21" }, "ResponseBody": { "modelInfo": { - "modelId": "14d67ad7-58f9-4bcc-8101-71fffcf7bb87", + "modelId": "95e963b7-85c5-4cdc-bc9d-90cbe6c05adb", "status": "creating", - "createdDateTime": "2020-09-10T23:54:59Z", - "lastUpdatedDateTime": "2020-09-10T23:54:59Z" + "createdDateTime": "2020-10-30T13:01:40Z", + "lastUpdatedDateTime": "2020-10-30T13:01:40Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/14d67ad7-58f9-4bcc-8101-71fffcf7bb87?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/95e963b7-85c5-4cdc-bc9d-90cbe6c05adb?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "c520f4f1493b14308de124e16b8d7057", "x-ms-return-client-request-id": "true" @@ -279,32 +279,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "c197e0b9-3acf-4bdf-8ab5-05b18198bb0b", + "apim-request-id": "81d556c1-baba-454a-b03a-5b80ffb80a72", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 10 Sep 2020 23:55:06 GMT", + "Date": "Fri, 30 Oct 2020 13:01:50 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "18" + "x-envoy-upstream-service-time": "66" }, "ResponseBody": { "modelInfo": { - "modelId": "14d67ad7-58f9-4bcc-8101-71fffcf7bb87", + "modelId": "95e963b7-85c5-4cdc-bc9d-90cbe6c05adb", "status": "creating", - "createdDateTime": "2020-09-10T23:54:59Z", - "lastUpdatedDateTime": "2020-09-10T23:54:59Z" + "createdDateTime": "2020-10-30T13:01:40Z", + "lastUpdatedDateTime": "2020-10-30T13:01:40Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/14d67ad7-58f9-4bcc-8101-71fffcf7bb87?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/95e963b7-85c5-4cdc-bc9d-90cbe6c05adb?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "3e4bf583191c4a8c045edf3b1b1d4b5f", "x-ms-return-client-request-id": "true" @@ -312,32 +312,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "0793499d-8349-4388-8edd-1047a9c068c0", + "apim-request-id": "90e13a7d-174d-40b4-8413-5f5222a5ef3c", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 10 Sep 2020 23:55:07 GMT", + "Date": "Fri, 30 Oct 2020 13:01:51 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": "24" }, "ResponseBody": { "modelInfo": { - "modelId": "14d67ad7-58f9-4bcc-8101-71fffcf7bb87", + "modelId": "95e963b7-85c5-4cdc-bc9d-90cbe6c05adb", "status": "creating", - "createdDateTime": "2020-09-10T23:54:59Z", - "lastUpdatedDateTime": "2020-09-10T23:54:59Z" + "createdDateTime": "2020-10-30T13:01:40Z", + "lastUpdatedDateTime": "2020-10-30T13:01:40Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/14d67ad7-58f9-4bcc-8101-71fffcf7bb87?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/95e963b7-85c5-4cdc-bc9d-90cbe6c05adb?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "aba874722d09f09796fdea18cbd891d8", "x-ms-return-client-request-id": "true" @@ -345,32 +345,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "972009c1-3e3e-4ff7-a1e6-aa82fe9d55db", + "apim-request-id": "e3fc1d9a-cd07-45ce-a617-41b80b475f61", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 10 Sep 2020 23:55:08 GMT", + "Date": "Fri, 30 Oct 2020 13:01:52 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": "22" }, "ResponseBody": { "modelInfo": { - "modelId": "14d67ad7-58f9-4bcc-8101-71fffcf7bb87", + "modelId": "95e963b7-85c5-4cdc-bc9d-90cbe6c05adb", "status": "creating", - "createdDateTime": "2020-09-10T23:54:59Z", - "lastUpdatedDateTime": "2020-09-10T23:54:59Z" + "createdDateTime": "2020-10-30T13:01:40Z", + "lastUpdatedDateTime": "2020-10-30T13:01:40Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/14d67ad7-58f9-4bcc-8101-71fffcf7bb87?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/95e963b7-85c5-4cdc-bc9d-90cbe6c05adb?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "9a582c13e3f6d7aa68d5c1dd69f5f96f", "x-ms-return-client-request-id": "true" @@ -378,119 +378,20 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "85ac8820-0de2-4f2b-a8bf-9bf12771f7c6", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 10 Sep 2020 23:55:09 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": "14d67ad7-58f9-4bcc-8101-71fffcf7bb87", - "status": "creating", - "createdDateTime": "2020-09-10T23:54:59Z", - "lastUpdatedDateTime": "2020-09-10T23:54:59Z" - } - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/14d67ad7-58f9-4bcc-8101-71fffcf7bb87?includeKeys=true", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "f76ec495c4e4554e5e5aa71e2f737e2c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "b58192b9-77d5-4c00-92d4-fca4f3564d36", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 10 Sep 2020 23:55:10 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": "14d67ad7-58f9-4bcc-8101-71fffcf7bb87", - "status": "creating", - "createdDateTime": "2020-09-10T23:54:59Z", - "lastUpdatedDateTime": "2020-09-10T23:54:59Z" - } - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/14d67ad7-58f9-4bcc-8101-71fffcf7bb87?includeKeys=true", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "ee2707ccb0c58f69c9d142336cba86a1", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "04651cd7-111a-4c85-97e0-3ee0488f41c4", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 10 Sep 2020 23:55:11 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": "14d67ad7-58f9-4bcc-8101-71fffcf7bb87", - "status": "creating", - "createdDateTime": "2020-09-10T23:54:59Z", - "lastUpdatedDateTime": "2020-09-10T23:54:59Z" - } - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/14d67ad7-58f9-4bcc-8101-71fffcf7bb87?includeKeys=true", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "07827a0499694ef4de023c9b3b8ca7f4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "f58a9838-905c-4c54-b6b9-73c427531a81", + "apim-request-id": "055d16c5-b9a8-40b1-b5ba-1ca0f20994ea", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 10 Sep 2020 23:55:12 GMT", + "Date": "Fri, 30 Oct 2020 13:01:53 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": "22" }, "ResponseBody": { "modelInfo": { - "modelId": "14d67ad7-58f9-4bcc-8101-71fffcf7bb87", + "modelId": "95e963b7-85c5-4cdc-bc9d-90cbe6c05adb", "status": "ready", - "createdDateTime": "2020-09-10T23:54:59Z", - "lastUpdatedDateTime": "2020-09-10T23:55:12Z" + "createdDateTime": "2020-10-30T13:01:40Z", + "lastUpdatedDateTime": "2020-10-30T13:01:52Z" }, "keys": { "clusters": { @@ -560,19 +461,19 @@ } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/14d67ad7-58f9-4bcc-8101-71fffcf7bb87/analyze?includeTextDetails=false", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/95e963b7-85c5-4cdc-bc9d-90cbe6c05adb/analyze?includeTextDetails=false", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "22", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-d3767eab140ec340a4d4bd9bdf870f9c-cc162b8a49f35f43-00", + "traceparent": "00-3c88596e71bca44a97632d990da994e9-0f1ebd8a78f2804b-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "621095570bcee5aa5adf2d13811be8a3", + "x-ms-client-request-id": "f76ec495c4e4554e5e5aa71e2f737e2c", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -580,229 +481,167 @@ }, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "9d59f9bc-b9d1-4c8b-8f70-1fc5f4405590", + "apim-request-id": "2920d964-12cd-467f-8eba-31d03bf20cdd", "Content-Length": "0", - "Date": "Thu, 10 Sep 2020 23:55:12 GMT", - "Operation-Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/14d67ad7-58f9-4bcc-8101-71fffcf7bb87/analyzeresults/c320cdc6-9d5d-44e3-b333-85dd2eec80a7", + "Date": "Fri, 30 Oct 2020 13:01:53 GMT", + "Operation-Location": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/95e963b7-85c5-4cdc-bc9d-90cbe6c05adb/analyzeresults/25397c7d-aabd-401a-b6c5-10cd56feac37", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "74" + "x-envoy-upstream-service-time": "66" }, "ResponseBody": [] }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/14d67ad7-58f9-4bcc-8101-71fffcf7bb87/analyzeResults/c320cdc6-9d5d-44e3-b333-85dd2eec80a7", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/95e963b7-85c5-4cdc-bc9d-90cbe6c05adb/analyzeResults/25397c7d-aabd-401a-b6c5-10cd56feac37", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "b51906d377f133c213d80fc274ce533d", + "x-ms-client-request-id": "ee2707ccb0c58f69c9d142336cba86a1", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "5a73752f-65d5-4cf0-926b-a96a94d63293", + "apim-request-id": "00c19074-74ae-4664-8424-74290f78c3d6", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 10 Sep 2020 23:55:12 GMT", + "Date": "Fri, 30 Oct 2020 13:01:54 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "23" + "x-envoy-upstream-service-time": "24" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-09-10T23:55:13Z", - "lastUpdatedDateTime": "2020-09-10T23:55:13Z" - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/14d67ad7-58f9-4bcc-8101-71fffcf7bb87/analyzeResults/c320cdc6-9d5d-44e3-b333-85dd2eec80a7", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "d7db4e2924aaf9d3d09dac896be0ccc3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "53c2ad18-8d34-4283-a61d-3f6ccea0ce0e", - "Content-Length": "127", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 10 Sep 2020 23:55:14 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "23" - }, - "ResponseBody": { - "status": "running", - "createdDateTime": "2020-09-10T23:55:13Z", - "lastUpdatedDateTime": "2020-09-10T23:55:14Z", - "analyzeResult": null - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/14d67ad7-58f9-4bcc-8101-71fffcf7bb87/analyzeResults/c320cdc6-9d5d-44e3-b333-85dd2eec80a7", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "34c79819f272e002d2dc4ff5fbe7708c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "0300b785-959a-4eae-8ba5-d25a34b359b1", - "Content-Length": "127", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 10 Sep 2020 23:55:15 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "23" - }, - "ResponseBody": { - "status": "running", - "createdDateTime": "2020-09-10T23:55:13Z", - "lastUpdatedDateTime": "2020-09-10T23:55:14Z", - "analyzeResult": null + "createdDateTime": "2020-10-30T13:01:54Z", + "lastUpdatedDateTime": "2020-10-30T13:01:54Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/14d67ad7-58f9-4bcc-8101-71fffcf7bb87/analyzeResults/c320cdc6-9d5d-44e3-b333-85dd2eec80a7", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/95e963b7-85c5-4cdc-bc9d-90cbe6c05adb/analyzeResults/25397c7d-aabd-401a-b6c5-10cd56feac37", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "33e9f08b113faff93320e554ca38c732", + "x-ms-client-request-id": "07827a0499694ef4de023c9b3b8ca7f4", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "1d49a1f4-5613-44b4-9764-7dfa810c1fed", + "apim-request-id": "d7a8c9ee-1d10-43ef-a162-cf45b0811268", "Content-Length": "127", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 10 Sep 2020 23:55:16 GMT", + "Date": "Fri, 30 Oct 2020 13:01:55 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": "65" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-09-10T23:55:13Z", - "lastUpdatedDateTime": "2020-09-10T23:55:14Z", + "createdDateTime": "2020-10-30T13:01:54Z", + "lastUpdatedDateTime": "2020-10-30T13:01:55Z", "analyzeResult": null } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/14d67ad7-58f9-4bcc-8101-71fffcf7bb87/analyzeResults/c320cdc6-9d5d-44e3-b333-85dd2eec80a7", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/95e963b7-85c5-4cdc-bc9d-90cbe6c05adb/analyzeResults/25397c7d-aabd-401a-b6c5-10cd56feac37", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "dca94c0b1f0636cb4cfb04cdd4ddfde9", + "x-ms-client-request-id": "621095570bcee5aa5adf2d13811be8a3", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "bd9d1618-94d6-4a74-b79b-75e10790c3d4", + "apim-request-id": "18517308-b539-410d-aaf0-5e5796d147a2", "Content-Length": "127", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 10 Sep 2020 23:55:17 GMT", + "Date": "Fri, 30 Oct 2020 13:01:57 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": "25" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-09-10T23:55:13Z", - "lastUpdatedDateTime": "2020-09-10T23:55:14Z", + "createdDateTime": "2020-10-30T13:01:54Z", + "lastUpdatedDateTime": "2020-10-30T13:01:55Z", "analyzeResult": null } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/14d67ad7-58f9-4bcc-8101-71fffcf7bb87/analyzeResults/c320cdc6-9d5d-44e3-b333-85dd2eec80a7", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/95e963b7-85c5-4cdc-bc9d-90cbe6c05adb/analyzeResults/25397c7d-aabd-401a-b6c5-10cd56feac37", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "7bfe202c99f608849e1800510dae1599", + "x-ms-client-request-id": "b51906d377f133c213d80fc274ce533d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "4ebd6d01-09db-4a20-b361-4f1bc007a321", + "apim-request-id": "447925c0-8063-4117-8f67-3aa32ccf20e1", "Content-Length": "127", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 10 Sep 2020 23:55:18 GMT", + "Date": "Fri, 30 Oct 2020 13:01:59 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "23" + "x-envoy-upstream-service-time": "36" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-09-10T23:55:13Z", - "lastUpdatedDateTime": "2020-09-10T23:55:14Z", + "createdDateTime": "2020-10-30T13:01:54Z", + "lastUpdatedDateTime": "2020-10-30T13:01:55Z", "analyzeResult": null } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/14d67ad7-58f9-4bcc-8101-71fffcf7bb87/analyzeResults/c320cdc6-9d5d-44e3-b333-85dd2eec80a7", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/95e963b7-85c5-4cdc-bc9d-90cbe6c05adb/analyzeResults/25397c7d-aabd-401a-b6c5-10cd56feac37", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "afe91d15943d6c8624b2e6430c2cda56", + "x-ms-client-request-id": "d7db4e2924aaf9d3d09dac896be0ccc3", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "56f145e5-ed24-410c-a058-ca1d4322b893", + "apim-request-id": "13929a80-91ac-4d4d-9ca6-013dffd5e99d", "Content-Length": "8958", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 10 Sep 2020 23:55:19 GMT", + "Date": "Fri, 30 Oct 2020 13:02:00 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": "28" }, "ResponseBody": { "status": "succeeded", - "createdDateTime": "2020-09-10T23:55:13Z", - "lastUpdatedDateTime": "2020-09-10T23:55:19Z", + "createdDateTime": "2020-10-30T13:01:54Z", + "lastUpdatedDateTime": "2020-10-30T13:02:00Z", "analyzeResult": { "version": "2.1.0", "readResults": [ @@ -1784,28 +1623,28 @@ } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/14d67ad7-58f9-4bcc-8101-71fffcf7bb87", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/95e963b7-85c5-4cdc-bc9d-90cbe6c05adb", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-b3d0240f9c435e4fae9b5b0ce6ec5dab-07c8ba2dc2279947-00", + "traceparent": "00-970df349fc4caf40a55f3148e09f93d6-eb81b15e92602540-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "aa27fb234b3a723bc8a13dee1e79299d", + "x-ms-client-request-id": "34c79819f272e002d2dc4ff5fbe7708c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 204, "ResponseHeaders": { - "apim-request-id": "6e3b2a80-2632-442b-9c22-32d739538a4d", + "apim-request-id": "ca2236f7-2d57-4fec-bcbf-6e472811af4c", "Content-Length": "0", - "Date": "Thu, 10 Sep 2020 23:55:19 GMT", + "Date": "Fri, 30 Oct 2020 13:02:00 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "26" + "x-envoy-upstream-service-time": "118" }, "ResponseBody": [] } @@ -1813,7 +1652,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-westcentralus.cognitiveservices.azure.com/", "RandomSeed": "1063512013" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsWithoutLabels(False,True).json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsWithoutLabels(False,True).json index 8edf0f6944dbe..db15eef249a33 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsWithoutLabels(False,True).json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsWithoutLabels(False,True).json @@ -1,17 +1,17 @@ { "Entries": [ { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "43", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-4f6d797f2e96f846a270c617cc9db7f6-43f5f63433f02641-00", + "traceparent": "00-dd7cf72d8764e443bcdc5463352ff5db-4c8f515d427b314c-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "9d992b8fc5543f0f39c56d941daad28c", "x-ms-return-client-request-id": "true" @@ -22,25 +22,25 @@ }, "StatusCode": 201, "ResponseHeaders": { - "apim-request-id": "e7bacac4-2c16-457f-95a9-988fe62a6d2e", + "apim-request-id": "43990ce3-3716-44e9-b79b-159a739aed37", "Content-Length": "0", - "Date": "Thu, 10 Sep 2020 23:52:19 GMT", - "Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/4bb28ee5-af3d-4a05-86c6-467496a94dbc", + "Date": "Fri, 30 Oct 2020 12:54:57 GMT", + "Location": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/f88253ec-14dc-4054-8c5e-7e492149b9c9", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "76" + "x-envoy-upstream-service-time": "142" }, "ResponseBody": [] }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/4bb28ee5-af3d-4a05-86c6-467496a94dbc?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/f88253ec-14dc-4054-8c5e-7e492149b9c9?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "a16cc91d3bd06e065153e56ef8ad6fa5", "x-ms-return-client-request-id": "true" @@ -48,32 +48,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "86276b01-d382-4682-9734-bbb0eacf6b32", + "apim-request-id": "0a90cbc2-5b93-42c4-9549-175a10c366ce", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 10 Sep 2020 23:52:19 GMT", + "Date": "Fri, 30 Oct 2020 12:54:57 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "22" + "x-envoy-upstream-service-time": "19" }, "ResponseBody": { "modelInfo": { - "modelId": "4bb28ee5-af3d-4a05-86c6-467496a94dbc", + "modelId": "f88253ec-14dc-4054-8c5e-7e492149b9c9", "status": "creating", - "createdDateTime": "2020-09-10T23:52:19Z", - "lastUpdatedDateTime": "2020-09-10T23:52:19Z" + "createdDateTime": "2020-10-30T12:54:58Z", + "lastUpdatedDateTime": "2020-10-30T12:54:58Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/4bb28ee5-af3d-4a05-86c6-467496a94dbc?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/f88253ec-14dc-4054-8c5e-7e492149b9c9?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "8a00ec8e8dcee28ddbf7239995fea497", "x-ms-return-client-request-id": "true" @@ -81,32 +81,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "a47b7558-f951-4c88-893e-b10349dce2d8", + "apim-request-id": "c91295e4-4360-463b-8293-352f57e63aa9", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 10 Sep 2020 23:52:20 GMT", + "Date": "Fri, 30 Oct 2020 12:54:58 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": "4bb28ee5-af3d-4a05-86c6-467496a94dbc", + "modelId": "f88253ec-14dc-4054-8c5e-7e492149b9c9", "status": "creating", - "createdDateTime": "2020-09-10T23:52:19Z", - "lastUpdatedDateTime": "2020-09-10T23:52:19Z" + "createdDateTime": "2020-10-30T12:54:58Z", + "lastUpdatedDateTime": "2020-10-30T12:54:58Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/4bb28ee5-af3d-4a05-86c6-467496a94dbc?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/f88253ec-14dc-4054-8c5e-7e492149b9c9?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "f4d9d58cdfb354b0242a4b01dfa1478c", "x-ms-return-client-request-id": "true" @@ -114,32 +114,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "a336b330-e9e9-4950-abab-1e0c9eec8e74", + "apim-request-id": "a704d4bd-2214-46dd-8235-6c97344e1cb3", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 10 Sep 2020 23:52:21 GMT", + "Date": "Fri, 30 Oct 2020 12:55:00 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": "21" }, "ResponseBody": { "modelInfo": { - "modelId": "4bb28ee5-af3d-4a05-86c6-467496a94dbc", + "modelId": "f88253ec-14dc-4054-8c5e-7e492149b9c9", "status": "creating", - "createdDateTime": "2020-09-10T23:52:19Z", - "lastUpdatedDateTime": "2020-09-10T23:52:19Z" + "createdDateTime": "2020-10-30T12:54:58Z", + "lastUpdatedDateTime": "2020-10-30T12:54:58Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/4bb28ee5-af3d-4a05-86c6-467496a94dbc?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/f88253ec-14dc-4054-8c5e-7e492149b9c9?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "3006c85547aa90bd3c8ac6d9186dd953", "x-ms-return-client-request-id": "true" @@ -147,32 +147,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "3f5a6619-6973-4b94-ae59-3c0e8b0c9382", + "apim-request-id": "c9ec31e9-5eca-41d5-a73d-4575ca3f301b", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 10 Sep 2020 23:52:22 GMT", + "Date": "Fri, 30 Oct 2020 12:55:01 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "22" + "x-envoy-upstream-service-time": "24" }, "ResponseBody": { "modelInfo": { - "modelId": "4bb28ee5-af3d-4a05-86c6-467496a94dbc", + "modelId": "f88253ec-14dc-4054-8c5e-7e492149b9c9", "status": "creating", - "createdDateTime": "2020-09-10T23:52:19Z", - "lastUpdatedDateTime": "2020-09-10T23:52:19Z" + "createdDateTime": "2020-10-30T12:54:58Z", + "lastUpdatedDateTime": "2020-10-30T12:54:58Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/4bb28ee5-af3d-4a05-86c6-467496a94dbc?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/f88253ec-14dc-4054-8c5e-7e492149b9c9?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "22e14dae7bd4aff13cab66a4428b0239", "x-ms-return-client-request-id": "true" @@ -180,9 +180,9 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "5d846db8-3891-4b1f-98ba-5db5f516bb8f", + "apim-request-id": "55845f46-3905-48b8-ac26-29e01bb59b71", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 10 Sep 2020 23:52:23 GMT", + "Date": "Fri, 30 Oct 2020 12:55:03 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", @@ -190,22 +190,22 @@ }, "ResponseBody": { "modelInfo": { - "modelId": "4bb28ee5-af3d-4a05-86c6-467496a94dbc", + "modelId": "f88253ec-14dc-4054-8c5e-7e492149b9c9", "status": "creating", - "createdDateTime": "2020-09-10T23:52:19Z", - "lastUpdatedDateTime": "2020-09-10T23:52:19Z" + "createdDateTime": "2020-10-30T12:54:58Z", + "lastUpdatedDateTime": "2020-10-30T12:54:58Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/4bb28ee5-af3d-4a05-86c6-467496a94dbc?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/f88253ec-14dc-4054-8c5e-7e492149b9c9?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "cd4396b074f845ed1748b72919d73cb6", "x-ms-return-client-request-id": "true" @@ -213,32 +213,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "0a8a2869-5167-461e-9e2f-4c3eed968f33", + "apim-request-id": "2b7fef34-5b14-4310-a777-741199ebf1eb", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 10 Sep 2020 23:52:24 GMT", + "Date": "Fri, 30 Oct 2020 12:55:04 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": "24" }, "ResponseBody": { "modelInfo": { - "modelId": "4bb28ee5-af3d-4a05-86c6-467496a94dbc", + "modelId": "f88253ec-14dc-4054-8c5e-7e492149b9c9", "status": "creating", - "createdDateTime": "2020-09-10T23:52:19Z", - "lastUpdatedDateTime": "2020-09-10T23:52:19Z" + "createdDateTime": "2020-10-30T12:54:58Z", + "lastUpdatedDateTime": "2020-10-30T12:54:58Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/4bb28ee5-af3d-4a05-86c6-467496a94dbc?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/f88253ec-14dc-4054-8c5e-7e492149b9c9?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "9252f85024c0dab7d656f3ffe1194eb0", "x-ms-return-client-request-id": "true" @@ -246,32 +246,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "df3dd791-013f-40a5-b553-c6c554b65c6a", + "apim-request-id": "4417941e-3f3f-45d4-8464-e01e14f8dca4", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 10 Sep 2020 23:52:25 GMT", + "Date": "Fri, 30 Oct 2020 12:55:06 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": "19" }, "ResponseBody": { "modelInfo": { - "modelId": "4bb28ee5-af3d-4a05-86c6-467496a94dbc", + "modelId": "f88253ec-14dc-4054-8c5e-7e492149b9c9", "status": "creating", - "createdDateTime": "2020-09-10T23:52:19Z", - "lastUpdatedDateTime": "2020-09-10T23:52:19Z" + "createdDateTime": "2020-10-30T12:54:58Z", + "lastUpdatedDateTime": "2020-10-30T12:54:58Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/4bb28ee5-af3d-4a05-86c6-467496a94dbc?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/f88253ec-14dc-4054-8c5e-7e492149b9c9?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "81288c870c2a3a5a609c0b8bc3c89565", "x-ms-return-client-request-id": "true" @@ -279,32 +279,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "7f9a684c-1790-4e11-88a0-6c88b02bb4ef", + "apim-request-id": "c141bf12-d3fd-4154-b1e1-e1e9b851ce0b", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 10 Sep 2020 23:52:26 GMT", + "Date": "Fri, 30 Oct 2020 12:55:07 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": "19" }, "ResponseBody": { "modelInfo": { - "modelId": "4bb28ee5-af3d-4a05-86c6-467496a94dbc", + "modelId": "f88253ec-14dc-4054-8c5e-7e492149b9c9", "status": "creating", - "createdDateTime": "2020-09-10T23:52:19Z", - "lastUpdatedDateTime": "2020-09-10T23:52:19Z" + "createdDateTime": "2020-10-30T12:54:58Z", + "lastUpdatedDateTime": "2020-10-30T12:54:58Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/4bb28ee5-af3d-4a05-86c6-467496a94dbc?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/f88253ec-14dc-4054-8c5e-7e492149b9c9?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "4953af6e70398b79df68f7a180ee64fd", "x-ms-return-client-request-id": "true" @@ -312,32 +312,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "eed42445-a05b-40ab-a223-bbcc2845103c", + "apim-request-id": "2eaef21b-a6fe-4c20-a733-7c1f2849015f", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 10 Sep 2020 23:52:27 GMT", + "Date": "Fri, 30 Oct 2020 12:55:08 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": "22" }, "ResponseBody": { "modelInfo": { - "modelId": "4bb28ee5-af3d-4a05-86c6-467496a94dbc", + "modelId": "f88253ec-14dc-4054-8c5e-7e492149b9c9", "status": "creating", - "createdDateTime": "2020-09-10T23:52:19Z", - "lastUpdatedDateTime": "2020-09-10T23:52:19Z" + "createdDateTime": "2020-10-30T12:54:58Z", + "lastUpdatedDateTime": "2020-10-30T12:54:58Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/4bb28ee5-af3d-4a05-86c6-467496a94dbc?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/f88253ec-14dc-4054-8c5e-7e492149b9c9?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "8da207fabbae448c9d183224182c170e", "x-ms-return-client-request-id": "true" @@ -345,32 +345,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "11bcacc0-9cbd-419d-b78e-afd22c8b9eaa", + "apim-request-id": "119f6134-a98a-4985-9bb1-3deb0c9894aa", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 10 Sep 2020 23:52:28 GMT", + "Date": "Fri, 30 Oct 2020 12:55:09 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "40" + "x-envoy-upstream-service-time": "23" }, "ResponseBody": { "modelInfo": { - "modelId": "4bb28ee5-af3d-4a05-86c6-467496a94dbc", + "modelId": "f88253ec-14dc-4054-8c5e-7e492149b9c9", "status": "creating", - "createdDateTime": "2020-09-10T23:52:19Z", - "lastUpdatedDateTime": "2020-09-10T23:52:19Z" + "createdDateTime": "2020-10-30T12:54:58Z", + "lastUpdatedDateTime": "2020-10-30T12:54:58Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/4bb28ee5-af3d-4a05-86c6-467496a94dbc?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/f88253ec-14dc-4054-8c5e-7e492149b9c9?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "31908ec104c51677129da2c215b8ba72", "x-ms-return-client-request-id": "true" @@ -378,86 +378,20 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "da0b1cc1-b33d-4a8d-9092-13bbd4f3fa20", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 10 Sep 2020 23:52:29 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": "4bb28ee5-af3d-4a05-86c6-467496a94dbc", - "status": "creating", - "createdDateTime": "2020-09-10T23:52:19Z", - "lastUpdatedDateTime": "2020-09-10T23:52:19Z" - } - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/4bb28ee5-af3d-4a05-86c6-467496a94dbc?includeKeys=true", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "bb910d370825b3b6230fac213e5572b2", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "418e2d57-e5e3-44ea-a077-bc5dd6b40b52", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 10 Sep 2020 23:52:30 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "27" - }, - "ResponseBody": { - "modelInfo": { - "modelId": "4bb28ee5-af3d-4a05-86c6-467496a94dbc", - "status": "creating", - "createdDateTime": "2020-09-10T23:52:19Z", - "lastUpdatedDateTime": "2020-09-10T23:52:19Z" - } - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/4bb28ee5-af3d-4a05-86c6-467496a94dbc?includeKeys=true", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "f1e0e850325df538908b7a1119ca2fe5", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "71710c2c-4219-4c2c-af05-9fde19be4d03", + "apim-request-id": "ee1524c0-e9b7-49bf-ad05-cfda83ecd133", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 10 Sep 2020 23:52:31 GMT", + "Date": "Fri, 30 Oct 2020 12:55:11 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": "4bb28ee5-af3d-4a05-86c6-467496a94dbc", + "modelId": "f88253ec-14dc-4054-8c5e-7e492149b9c9", "status": "ready", - "createdDateTime": "2020-09-10T23:52:19Z", - "lastUpdatedDateTime": "2020-09-10T23:52:31Z" + "createdDateTime": "2020-10-30T12:54:58Z", + "lastUpdatedDateTime": "2020-10-30T12:55:10Z" }, "keys": { "clusters": { @@ -527,19 +461,19 @@ } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/4bb28ee5-af3d-4a05-86c6-467496a94dbc/analyze?includeTextDetails=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/f88253ec-14dc-4054-8c5e-7e492149b9c9/analyze?includeTextDetails=true", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "22", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-a33ee7571259c24a82a4894331bd6477-f28e17f05859154c-00", + "traceparent": "00-6039d0abc4993944a09359f498d6ee20-a60fa4b16f19e24b-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "0becc05e5c9ab8e8d7dc0eb65856d8bd", + "x-ms-client-request-id": "bb910d370825b3b6230fac213e5572b2", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -547,260 +481,229 @@ }, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "bca2375d-8660-4606-8ead-c9b15062b795", + "apim-request-id": "986351e0-5039-420a-8029-1bd051c5e472", "Content-Length": "0", - "Date": "Thu, 10 Sep 2020 23:52:31 GMT", - "Operation-Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/4bb28ee5-af3d-4a05-86c6-467496a94dbc/analyzeresults/3073dfea-0a04-46ac-a272-0d47821ac49f", + "Date": "Fri, 30 Oct 2020 12:55:11 GMT", + "Operation-Location": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/f88253ec-14dc-4054-8c5e-7e492149b9c9/analyzeresults/9f72b699-988c-4160-8da7-07529d6c2bf6", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "183" + "x-envoy-upstream-service-time": "110" }, "ResponseBody": [] }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/4bb28ee5-af3d-4a05-86c6-467496a94dbc/analyzeResults/3073dfea-0a04-46ac-a272-0d47821ac49f", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/f88253ec-14dc-4054-8c5e-7e492149b9c9/analyzeResults/9f72b699-988c-4160-8da7-07529d6c2bf6", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "2c71ef2ac8d80514d59c2b9a8ea59a59", + "x-ms-client-request-id": "f1e0e850325df538908b7a1119ca2fe5", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "2d81f7b6-301d-497b-8d01-57b38aee6c02", + "apim-request-id": "ffee1525-e471-4139-95b1-c4b6fa7526bd", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 10 Sep 2020 23:52:31 GMT", + "Date": "Fri, 30 Oct 2020 12:55:12 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": "25" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-09-10T23:52:32Z", - "lastUpdatedDateTime": "2020-09-10T23:52:32Z" + "createdDateTime": "2020-10-30T12:55:11Z", + "lastUpdatedDateTime": "2020-10-30T12:55:11Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/4bb28ee5-af3d-4a05-86c6-467496a94dbc/analyzeResults/3073dfea-0a04-46ac-a272-0d47821ac49f", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/f88253ec-14dc-4054-8c5e-7e492149b9c9/analyzeResults/9f72b699-988c-4160-8da7-07529d6c2bf6", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "7ec3c7df6768f41800281a8124829c39", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "4f63f5f5-72a5-4a94-a4ac-f996c96afc5b", - "Content-Length": "127", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 10 Sep 2020 23:52:32 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "21" - }, - "ResponseBody": { - "status": "running", - "createdDateTime": "2020-09-10T23:52:32Z", - "lastUpdatedDateTime": "2020-09-10T23:52:33Z", - "analyzeResult": null - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/4bb28ee5-af3d-4a05-86c6-467496a94dbc/analyzeResults/3073dfea-0a04-46ac-a272-0d47821ac49f", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "29e6bdb30358950cace636fd304d2931", + "x-ms-client-request-id": "0becc05e5c9ab8e8d7dc0eb65856d8bd", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "425f7b1c-d135-41ff-9250-9c2f97cbb440", + "apim-request-id": "20fcfd9f-6ddb-443a-8a7b-380aed52d919", "Content-Length": "127", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 10 Sep 2020 23:52:33 GMT", + "Date": "Fri, 30 Oct 2020 12:55:13 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "36" + "x-envoy-upstream-service-time": "32" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-09-10T23:52:32Z", - "lastUpdatedDateTime": "2020-09-10T23:52:33Z", + "createdDateTime": "2020-10-30T12:55:11Z", + "lastUpdatedDateTime": "2020-10-30T12:55:13Z", "analyzeResult": null } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/4bb28ee5-af3d-4a05-86c6-467496a94dbc/analyzeResults/3073dfea-0a04-46ac-a272-0d47821ac49f", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/f88253ec-14dc-4054-8c5e-7e492149b9c9/analyzeResults/9f72b699-988c-4160-8da7-07529d6c2bf6", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "91d6b5425a93c254d67d2bafad92e152", + "x-ms-client-request-id": "2c71ef2ac8d80514d59c2b9a8ea59a59", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "9d24b5e4-9f77-4bed-ba98-17da0b323d10", + "apim-request-id": "69b4233f-955d-4a2d-8d43-b8b74a279d97", "Content-Length": "127", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 10 Sep 2020 23:52:35 GMT", + "Date": "Fri, 30 Oct 2020 12:55:14 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "19" + "x-envoy-upstream-service-time": "26" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-09-10T23:52:32Z", - "lastUpdatedDateTime": "2020-09-10T23:52:33Z", + "createdDateTime": "2020-10-30T12:55:11Z", + "lastUpdatedDateTime": "2020-10-30T12:55:13Z", "analyzeResult": null } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/4bb28ee5-af3d-4a05-86c6-467496a94dbc/analyzeResults/3073dfea-0a04-46ac-a272-0d47821ac49f", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/f88253ec-14dc-4054-8c5e-7e492149b9c9/analyzeResults/9f72b699-988c-4160-8da7-07529d6c2bf6", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "d1e7f1ff70bfdc00ba2dd281311ac3b3", + "x-ms-client-request-id": "7ec3c7df6768f41800281a8124829c39", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "568fcb6a-c7db-416d-854b-a8bb3627c2a4", + "apim-request-id": "6dd60901-00f3-44ca-b611-986f8b3b4e17", "Content-Length": "127", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 10 Sep 2020 23:52:36 GMT", + "Date": "Fri, 30 Oct 2020 12:55:15 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", "x-envoy-upstream-service-time": "28" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-09-10T23:52:32Z", - "lastUpdatedDateTime": "2020-09-10T23:52:33Z", + "createdDateTime": "2020-10-30T12:55:11Z", + "lastUpdatedDateTime": "2020-10-30T12:55:13Z", "analyzeResult": null } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/4bb28ee5-af3d-4a05-86c6-467496a94dbc/analyzeResults/3073dfea-0a04-46ac-a272-0d47821ac49f", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/f88253ec-14dc-4054-8c5e-7e492149b9c9/analyzeResults/9f72b699-988c-4160-8da7-07529d6c2bf6", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "6f3ee8fe0aab58a6682353dad85de819", + "x-ms-client-request-id": "29e6bdb30358950cace636fd304d2931", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "e588483a-b172-4b06-b852-68f949def21d", + "apim-request-id": "1c795638-4401-450d-9973-9a3f01207d4a", "Content-Length": "127", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 10 Sep 2020 23:52:37 GMT", + "Date": "Fri, 30 Oct 2020 12:55:17 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "20" + "x-envoy-upstream-service-time": "28" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-09-10T23:52:32Z", - "lastUpdatedDateTime": "2020-09-10T23:52:33Z", + "createdDateTime": "2020-10-30T12:55:11Z", + "lastUpdatedDateTime": "2020-10-30T12:55:13Z", "analyzeResult": null } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/4bb28ee5-af3d-4a05-86c6-467496a94dbc/analyzeResults/3073dfea-0a04-46ac-a272-0d47821ac49f", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/f88253ec-14dc-4054-8c5e-7e492149b9c9/analyzeResults/9f72b699-988c-4160-8da7-07529d6c2bf6", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "3efde3055866d172b4fad76687d291bc", + "x-ms-client-request-id": "91d6b5425a93c254d67d2bafad92e152", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "0e749284-a793-46fe-8262-00b3573d881a", + "apim-request-id": "cfb1c14b-1a77-4fad-a612-2fab4604d5c6", "Content-Length": "127", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 10 Sep 2020 23:52:38 GMT", + "Date": "Fri, 30 Oct 2020 12:55:18 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "23" + "x-envoy-upstream-service-time": "29" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-09-10T23:52:32Z", - "lastUpdatedDateTime": "2020-09-10T23:52:33Z", + "createdDateTime": "2020-10-30T12:55:11Z", + "lastUpdatedDateTime": "2020-10-30T12:55:13Z", "analyzeResult": null } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/4bb28ee5-af3d-4a05-86c6-467496a94dbc/analyzeResults/3073dfea-0a04-46ac-a272-0d47821ac49f", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/f88253ec-14dc-4054-8c5e-7e492149b9c9/analyzeResults/9f72b699-988c-4160-8da7-07529d6c2bf6", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "c4b178b97253f5a64b8e689b1d25045d", + "x-ms-client-request-id": "d1e7f1ff70bfdc00ba2dd281311ac3b3", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "5eb0bdd9-6a71-442b-a451-f2f4988f554e", + "apim-request-id": "e576d590-53f7-4dc1-a1a8-c126b6dd53e0", "Content-Length": "30800", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 10 Sep 2020 23:52:40 GMT", + "Date": "Fri, 30 Oct 2020 12:55:19 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "25" + "x-envoy-upstream-service-time": "43" }, "ResponseBody": { "status": "succeeded", - "createdDateTime": "2020-09-10T23:52:32Z", - "lastUpdatedDateTime": "2020-09-10T23:52:39Z", + "createdDateTime": "2020-10-30T12:55:11Z", + "lastUpdatedDateTime": "2020-10-30T12:55:18Z", "analyzeResult": { "version": "2.1.0", "readResults": [ @@ -4660,28 +4563,28 @@ } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/4bb28ee5-af3d-4a05-86c6-467496a94dbc", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/f88253ec-14dc-4054-8c5e-7e492149b9c9", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-834cf45fe7f78242b802050e362abe5e-6db21497a702f945-00", + "traceparent": "00-fcf18bc08bc2aa489b782f0444434f40-c6bbdb4c52eaa743-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "4e7cb844841ca64c766dbab13340d095", + "x-ms-client-request-id": "6f3ee8fe0aab58a6682353dad85de819", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 204, "ResponseHeaders": { - "apim-request-id": "f9e898a5-4589-4ab2-a745-b6ff24d53b1b", + "apim-request-id": "f4a29b7e-b16e-4563-97ec-72e834e10462", "Content-Length": "0", - "Date": "Thu, 10 Sep 2020 23:52:40 GMT", + "Date": "Fri, 30 Oct 2020 12:55:19 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "91" + "x-envoy-upstream-service-time": "31" }, "ResponseBody": [] } @@ -4689,7 +4592,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-westcentralus.cognitiveservices.azure.com/", "RandomSeed": "1930889032" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsWithoutLabels(False,True)Async.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsWithoutLabels(False,True)Async.json index 88a80dd4e61f2..5ca46ef4108a5 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsWithoutLabels(False,True)Async.json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsWithoutLabels(False,True)Async.json @@ -1,17 +1,17 @@ { "Entries": [ { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "43", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-e9bf715f6d4eb044a43466cb38030a6c-0dcb45de88a52e49-00", + "traceparent": "00-0f1db7ddc42c0a4f891575b5ab1aea0a-0ef7983fd49fe649-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "51a02247f9ad6a1e319484324fd28239", "x-ms-return-client-request-id": "true" @@ -22,25 +22,25 @@ }, "StatusCode": 201, "ResponseHeaders": { - "apim-request-id": "31ff41af-d6de-489a-a8eb-57b085710336", + "apim-request-id": "06ff7437-c43c-47fc-afff-23afab0f8111", "Content-Length": "0", - "Date": "Thu, 10 Sep 2020 23:54:37 GMT", - "Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/fd1c70bd-7fff-4cb2-b15b-319d665d6290", + "Date": "Fri, 30 Oct 2020 13:01:16 GMT", + "Location": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/f8a17fde-f07a-476e-b557-5d21154b90f8", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "78" + "x-envoy-upstream-service-time": "75" }, "ResponseBody": [] }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/fd1c70bd-7fff-4cb2-b15b-319d665d6290?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/f8a17fde-f07a-476e-b557-5d21154b90f8?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "44b6917bcb7499b80d00285a24ddc328", "x-ms-return-client-request-id": "true" @@ -48,32 +48,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "9dd834ce-3118-4e1e-87eb-0638fd930c94", + "apim-request-id": "45ce2800-c681-4d44-8138-b92d3a4b10ca", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 10 Sep 2020 23:54:37 GMT", + "Date": "Fri, 30 Oct 2020 13:01:16 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": "23" }, "ResponseBody": { "modelInfo": { - "modelId": "fd1c70bd-7fff-4cb2-b15b-319d665d6290", + "modelId": "f8a17fde-f07a-476e-b557-5d21154b90f8", "status": "creating", - "createdDateTime": "2020-09-10T23:54:37Z", - "lastUpdatedDateTime": "2020-09-10T23:54:37Z" + "createdDateTime": "2020-10-30T13:01:16Z", + "lastUpdatedDateTime": "2020-10-30T13:01:16Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/fd1c70bd-7fff-4cb2-b15b-319d665d6290?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/f8a17fde-f07a-476e-b557-5d21154b90f8?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "c30045dcea59d2852a9064ebb4c3e905", "x-ms-return-client-request-id": "true" @@ -81,32 +81,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "f15bf79e-ec85-459b-b67b-a83a29c5259e", + "apim-request-id": "608a0b32-0d21-466d-808e-7c5dcbf55bdb", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 10 Sep 2020 23:54:38 GMT", + "Date": "Fri, 30 Oct 2020 13:01:18 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": "57" }, "ResponseBody": { "modelInfo": { - "modelId": "fd1c70bd-7fff-4cb2-b15b-319d665d6290", + "modelId": "f8a17fde-f07a-476e-b557-5d21154b90f8", "status": "creating", - "createdDateTime": "2020-09-10T23:54:37Z", - "lastUpdatedDateTime": "2020-09-10T23:54:37Z" + "createdDateTime": "2020-10-30T13:01:16Z", + "lastUpdatedDateTime": "2020-10-30T13:01:16Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/fd1c70bd-7fff-4cb2-b15b-319d665d6290?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/f8a17fde-f07a-476e-b557-5d21154b90f8?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "99da60f9d21f7b82690744acd1c34553", "x-ms-return-client-request-id": "true" @@ -114,32 +114,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "fb723cbd-a8c9-4a27-bf6c-9d9f8a7499bb", + "apim-request-id": "bf34b2c0-2878-444e-a5e1-dbf7bb87121e", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 10 Sep 2020 23:54:39 GMT", + "Date": "Fri, 30 Oct 2020 13:01:19 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": "79" }, "ResponseBody": { "modelInfo": { - "modelId": "fd1c70bd-7fff-4cb2-b15b-319d665d6290", + "modelId": "f8a17fde-f07a-476e-b557-5d21154b90f8", "status": "creating", - "createdDateTime": "2020-09-10T23:54:37Z", - "lastUpdatedDateTime": "2020-09-10T23:54:37Z" + "createdDateTime": "2020-10-30T13:01:16Z", + "lastUpdatedDateTime": "2020-10-30T13:01:16Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/fd1c70bd-7fff-4cb2-b15b-319d665d6290?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/f8a17fde-f07a-476e-b557-5d21154b90f8?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "0a565bd0bfd290df0ce41ae467cde449", "x-ms-return-client-request-id": "true" @@ -147,32 +147,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "13517124-eade-4c67-8eb3-33c1282ce0dd", + "apim-request-id": "c7b6cc4d-1857-4fb7-8c9c-f43217b70e5e", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 10 Sep 2020 23:54:40 GMT", + "Date": "Fri, 30 Oct 2020 13:01:20 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "18" + "x-envoy-upstream-service-time": "24" }, "ResponseBody": { "modelInfo": { - "modelId": "fd1c70bd-7fff-4cb2-b15b-319d665d6290", + "modelId": "f8a17fde-f07a-476e-b557-5d21154b90f8", "status": "creating", - "createdDateTime": "2020-09-10T23:54:37Z", - "lastUpdatedDateTime": "2020-09-10T23:54:37Z" + "createdDateTime": "2020-10-30T13:01:16Z", + "lastUpdatedDateTime": "2020-10-30T13:01:16Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/fd1c70bd-7fff-4cb2-b15b-319d665d6290?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/f8a17fde-f07a-476e-b557-5d21154b90f8?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "c461221629030a09c3845952a6d80166", "x-ms-return-client-request-id": "true" @@ -180,32 +180,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "c10cd5d6-8374-4f0b-902f-ede52df038a2", + "apim-request-id": "770b49e9-67aa-4199-aa5f-1f9296aec86b", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 10 Sep 2020 23:54:41 GMT", + "Date": "Fri, 30 Oct 2020 13:01:21 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": "53" }, "ResponseBody": { "modelInfo": { - "modelId": "fd1c70bd-7fff-4cb2-b15b-319d665d6290", + "modelId": "f8a17fde-f07a-476e-b557-5d21154b90f8", "status": "creating", - "createdDateTime": "2020-09-10T23:54:37Z", - "lastUpdatedDateTime": "2020-09-10T23:54:37Z" + "createdDateTime": "2020-10-30T13:01:16Z", + "lastUpdatedDateTime": "2020-10-30T13:01:16Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/fd1c70bd-7fff-4cb2-b15b-319d665d6290?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/f8a17fde-f07a-476e-b557-5d21154b90f8?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "581a104adf6c393281498d3bb79e139b", "x-ms-return-client-request-id": "true" @@ -213,32 +213,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "ecc82533-4fa0-4f60-addf-f2b5f6bb2180", + "apim-request-id": "43e3bed2-6050-4bda-ac2d-ca49d1aeae6b", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 10 Sep 2020 23:54:42 GMT", + "Date": "Fri, 30 Oct 2020 13:01:22 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": "fd1c70bd-7fff-4cb2-b15b-319d665d6290", + "modelId": "f8a17fde-f07a-476e-b557-5d21154b90f8", "status": "creating", - "createdDateTime": "2020-09-10T23:54:37Z", - "lastUpdatedDateTime": "2020-09-10T23:54:37Z" + "createdDateTime": "2020-10-30T13:01:16Z", + "lastUpdatedDateTime": "2020-10-30T13:01:16Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/fd1c70bd-7fff-4cb2-b15b-319d665d6290?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/f8a17fde-f07a-476e-b557-5d21154b90f8?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "ae95fa228161a650524b474e658cea33", "x-ms-return-client-request-id": "true" @@ -246,9 +246,9 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "48e80667-3b73-45a2-b270-712bc15e41f8", + "apim-request-id": "89cbc448-6563-4f79-a625-c3de4be751d3", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 10 Sep 2020 23:54:43 GMT", + "Date": "Fri, 30 Oct 2020 13:01:24 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", @@ -256,22 +256,22 @@ }, "ResponseBody": { "modelInfo": { - "modelId": "fd1c70bd-7fff-4cb2-b15b-319d665d6290", + "modelId": "f8a17fde-f07a-476e-b557-5d21154b90f8", "status": "creating", - "createdDateTime": "2020-09-10T23:54:37Z", - "lastUpdatedDateTime": "2020-09-10T23:54:37Z" + "createdDateTime": "2020-10-30T13:01:16Z", + "lastUpdatedDateTime": "2020-10-30T13:01:16Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/fd1c70bd-7fff-4cb2-b15b-319d665d6290?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/f8a17fde-f07a-476e-b557-5d21154b90f8?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "5799b4e38cb337dcef2743b99cce5324", "x-ms-return-client-request-id": "true" @@ -279,32 +279,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "d6e489d7-83de-41fa-be24-69adfd30bdd7", + "apim-request-id": "7f2a3f2b-b831-4787-930b-2e64ada52ee8", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 10 Sep 2020 23:54:44 GMT", + "Date": "Fri, 30 Oct 2020 13:01:25 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": "24" }, "ResponseBody": { "modelInfo": { - "modelId": "fd1c70bd-7fff-4cb2-b15b-319d665d6290", + "modelId": "f8a17fde-f07a-476e-b557-5d21154b90f8", "status": "creating", - "createdDateTime": "2020-09-10T23:54:37Z", - "lastUpdatedDateTime": "2020-09-10T23:54:37Z" + "createdDateTime": "2020-10-30T13:01:16Z", + "lastUpdatedDateTime": "2020-10-30T13:01:16Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/fd1c70bd-7fff-4cb2-b15b-319d665d6290?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/f8a17fde-f07a-476e-b557-5d21154b90f8?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "ab30bd705242c804bf73052098e4d4f4", "x-ms-return-client-request-id": "true" @@ -312,32 +312,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "6dac50e0-5558-4d21-918b-2643d72641c5", + "apim-request-id": "1750ccf6-8be1-41d9-92f3-dcfd9ffe992a", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 10 Sep 2020 23:54:45 GMT", + "Date": "Fri, 30 Oct 2020 13:01:26 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": "21" }, "ResponseBody": { "modelInfo": { - "modelId": "fd1c70bd-7fff-4cb2-b15b-319d665d6290", + "modelId": "f8a17fde-f07a-476e-b557-5d21154b90f8", "status": "creating", - "createdDateTime": "2020-09-10T23:54:37Z", - "lastUpdatedDateTime": "2020-09-10T23:54:37Z" + "createdDateTime": "2020-10-30T13:01:16Z", + "lastUpdatedDateTime": "2020-10-30T13:01:16Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/fd1c70bd-7fff-4cb2-b15b-319d665d6290?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/f8a17fde-f07a-476e-b557-5d21154b90f8?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "0357595fbc0495e81d5ebe393e970a84", "x-ms-return-client-request-id": "true" @@ -345,32 +345,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "76f0709d-9382-490a-bdcd-180a77dccf15", + "apim-request-id": "94e7db73-519b-4cd5-a402-093254e2daea", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 10 Sep 2020 23:54:46 GMT", + "Date": "Fri, 30 Oct 2020 13:01:27 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": "fd1c70bd-7fff-4cb2-b15b-319d665d6290", + "modelId": "f8a17fde-f07a-476e-b557-5d21154b90f8", "status": "creating", - "createdDateTime": "2020-09-10T23:54:37Z", - "lastUpdatedDateTime": "2020-09-10T23:54:37Z" + "createdDateTime": "2020-10-30T13:01:16Z", + "lastUpdatedDateTime": "2020-10-30T13:01:16Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/fd1c70bd-7fff-4cb2-b15b-319d665d6290?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/f8a17fde-f07a-476e-b557-5d21154b90f8?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "a7dd22f83f5b90f0afd1983f86bc9e0b", "x-ms-return-client-request-id": "true" @@ -378,75 +378,9 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "94335b7e-baba-42ef-a529-9ecd51f52f44", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 10 Sep 2020 23:54:47 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "26" - }, - "ResponseBody": { - "modelInfo": { - "modelId": "fd1c70bd-7fff-4cb2-b15b-319d665d6290", - "status": "creating", - "createdDateTime": "2020-09-10T23:54:37Z", - "lastUpdatedDateTime": "2020-09-10T23:54:37Z" - } - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/fd1c70bd-7fff-4cb2-b15b-319d665d6290?includeKeys=true", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "425a4e535076b420d59b8ee494ca8a28", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "f726ab1d-7fe6-43e3-8f09-867030945984", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 10 Sep 2020 23:54:48 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": "fd1c70bd-7fff-4cb2-b15b-319d665d6290", - "status": "creating", - "createdDateTime": "2020-09-10T23:54:37Z", - "lastUpdatedDateTime": "2020-09-10T23:54:37Z" - } - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/fd1c70bd-7fff-4cb2-b15b-319d665d6290?includeKeys=true", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "762880692c071f9868c7533323a90e61", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "019374c0-9436-46e0-9ae9-b2dc24d6aaa0", + "apim-request-id": "9c40805c-fb59-4681-905f-fef12eeb7a2e", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 10 Sep 2020 23:54:49 GMT", + "Date": "Fri, 30 Oct 2020 13:01:29 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", @@ -454,43 +388,43 @@ }, "ResponseBody": { "modelInfo": { - "modelId": "fd1c70bd-7fff-4cb2-b15b-319d665d6290", + "modelId": "f8a17fde-f07a-476e-b557-5d21154b90f8", "status": "creating", - "createdDateTime": "2020-09-10T23:54:37Z", - "lastUpdatedDateTime": "2020-09-10T23:54:37Z" + "createdDateTime": "2020-10-30T13:01:16Z", + "lastUpdatedDateTime": "2020-10-30T13:01:16Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/fd1c70bd-7fff-4cb2-b15b-319d665d6290?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/f8a17fde-f07a-476e-b557-5d21154b90f8?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "efe6b3bfc73da80e0128d2c0b00cfce5", + "x-ms-client-request-id": "425a4e535076b420d59b8ee494ca8a28", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "c977f1f0-ada5-4e07-803a-6b50d7fbd452", + "apim-request-id": "d2919ead-e61a-4160-ba4b-0ab2cd9e982b", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 10 Sep 2020 23:54:50 GMT", + "Date": "Fri, 30 Oct 2020 13:01:30 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": "82" }, "ResponseBody": { "modelInfo": { - "modelId": "fd1c70bd-7fff-4cb2-b15b-319d665d6290", + "modelId": "f8a17fde-f07a-476e-b557-5d21154b90f8", "status": "ready", - "createdDateTime": "2020-09-10T23:54:37Z", - "lastUpdatedDateTime": "2020-09-10T23:54:51Z" + "createdDateTime": "2020-10-30T13:01:16Z", + "lastUpdatedDateTime": "2020-10-30T13:01:30Z" }, "keys": { "clusters": { @@ -560,19 +494,19 @@ } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/fd1c70bd-7fff-4cb2-b15b-319d665d6290/analyze?includeTextDetails=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/f8a17fde-f07a-476e-b557-5d21154b90f8/analyze?includeTextDetails=true", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "22", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-3952ce2ad151fa44b4742d59639e09a7-0482daafd8626142-00", + "traceparent": "00-d8bc9ed700a3c84eb4e09a8488c02e86-2cb86b64011c094b-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "06d6704628942703b63ad9aefced902b", + "x-ms-client-request-id": "762880692c071f9868c7533323a90e61", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -580,259 +514,229 @@ }, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "3162c16b-b37d-411c-9d80-89063ce1a474", + "apim-request-id": "9a07bf51-d06c-48f4-88c4-d9e020ee0b19", "Content-Length": "0", - "Date": "Thu, 10 Sep 2020 23:54:51 GMT", - "Operation-Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/fd1c70bd-7fff-4cb2-b15b-319d665d6290/analyzeresults/1557d6a2-a8b8-4ada-8023-abb3a9f2b394", + "Date": "Fri, 30 Oct 2020 13:01:31 GMT", + "Operation-Location": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/f8a17fde-f07a-476e-b557-5d21154b90f8/analyzeresults/8c29795e-f4ad-47c6-a4c4-6400e8355188", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "80" + "x-envoy-upstream-service-time": "108" }, "ResponseBody": [] }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/fd1c70bd-7fff-4cb2-b15b-319d665d6290/analyzeResults/1557d6a2-a8b8-4ada-8023-abb3a9f2b394", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "e1242c8c9ae4a1ea727f74df59d76e5c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "95f40ed3-f0ff-4f99-b9d4-16364d575ff6", - "Content-Length": "109", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 10 Sep 2020 23:54:51 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "22" - }, - "ResponseBody": { - "status": "notStarted", - "createdDateTime": "2020-09-10T23:54:51Z", - "lastUpdatedDateTime": "2020-09-10T23:54:51Z" - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/fd1c70bd-7fff-4cb2-b15b-319d665d6290/analyzeResults/1557d6a2-a8b8-4ada-8023-abb3a9f2b394", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/f8a17fde-f07a-476e-b557-5d21154b90f8/analyzeResults/8c29795e-f4ad-47c6-a4c4-6400e8355188", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "b3ec6ecb08d297cdafbf3903ed5fab14", + "x-ms-client-request-id": "efe6b3bfc73da80e0128d2c0b00cfce5", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "76588a87-97af-4d18-83e6-9dbb318d91b2", + "apim-request-id": "d6998b76-fdd8-44d4-a034-4e51eb2590ef", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 10 Sep 2020 23:54:52 GMT", + "Date": "Fri, 30 Oct 2020 13:01:31 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": "32" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-09-10T23:54:51Z", - "lastUpdatedDateTime": "2020-09-10T23:54:51Z" + "createdDateTime": "2020-10-30T13:01:31Z", + "lastUpdatedDateTime": "2020-10-30T13:01:31Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/fd1c70bd-7fff-4cb2-b15b-319d665d6290/analyzeResults/1557d6a2-a8b8-4ada-8023-abb3a9f2b394", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/f8a17fde-f07a-476e-b557-5d21154b90f8/analyzeResults/8c29795e-f4ad-47c6-a4c4-6400e8355188", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "8434a7971ae7ac0085349314b324cdde", + "x-ms-client-request-id": "06d6704628942703b63ad9aefced902b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "89b0e5ea-3ce0-4940-adaa-56fe110e6651", + "apim-request-id": "5345bcc6-f3fb-4fce-b30c-740f91e51d57", "Content-Length": "127", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 10 Sep 2020 23:54:53 GMT", + "Date": "Fri, 30 Oct 2020 13:01:32 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": "59" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-09-10T23:54:51Z", - "lastUpdatedDateTime": "2020-09-10T23:54:53Z", + "createdDateTime": "2020-10-30T13:01:31Z", + "lastUpdatedDateTime": "2020-10-30T13:01:32Z", "analyzeResult": null } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/fd1c70bd-7fff-4cb2-b15b-319d665d6290/analyzeResults/1557d6a2-a8b8-4ada-8023-abb3a9f2b394", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/f8a17fde-f07a-476e-b557-5d21154b90f8/analyzeResults/8c29795e-f4ad-47c6-a4c4-6400e8355188", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "8ee37dcbdc0184585f8d322560e7b313", + "x-ms-client-request-id": "e1242c8c9ae4a1ea727f74df59d76e5c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "778436eb-dc63-4389-ad0a-d3e9348a60d0", + "apim-request-id": "1ee48c38-20a1-4218-9101-d828fff4f2e3", "Content-Length": "127", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 10 Sep 2020 23:54:55 GMT", + "Date": "Fri, 30 Oct 2020 13:01:33 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": "31" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-09-10T23:54:51Z", - "lastUpdatedDateTime": "2020-09-10T23:54:53Z", + "createdDateTime": "2020-10-30T13:01:31Z", + "lastUpdatedDateTime": "2020-10-30T13:01:32Z", "analyzeResult": null } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/fd1c70bd-7fff-4cb2-b15b-319d665d6290/analyzeResults/1557d6a2-a8b8-4ada-8023-abb3a9f2b394", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/f8a17fde-f07a-476e-b557-5d21154b90f8/analyzeResults/8c29795e-f4ad-47c6-a4c4-6400e8355188", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "b24760d3eaa3b0746d402e9e74b8e38a", + "x-ms-client-request-id": "b3ec6ecb08d297cdafbf3903ed5fab14", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "4f2aee38-05b5-4827-8787-e337f62b139b", + "apim-request-id": "e9c8bcf5-a0bc-4305-99e3-860a9e0ef0fe", "Content-Length": "127", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 10 Sep 2020 23:54:56 GMT", + "Date": "Fri, 30 Oct 2020 13:01:35 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "20" + "x-envoy-upstream-service-time": "28" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-09-10T23:54:51Z", - "lastUpdatedDateTime": "2020-09-10T23:54:53Z", + "createdDateTime": "2020-10-30T13:01:31Z", + "lastUpdatedDateTime": "2020-10-30T13:01:32Z", "analyzeResult": null } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/fd1c70bd-7fff-4cb2-b15b-319d665d6290/analyzeResults/1557d6a2-a8b8-4ada-8023-abb3a9f2b394", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/f8a17fde-f07a-476e-b557-5d21154b90f8/analyzeResults/8c29795e-f4ad-47c6-a4c4-6400e8355188", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "70375bf11d7bba134eb0245ae8db4b9d", + "x-ms-client-request-id": "8434a7971ae7ac0085349314b324cdde", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "1921a49c-b011-4998-8cb2-f8f8b6f8ee7c", + "apim-request-id": "eb26562b-bf54-4628-97c6-a0bda9aab062", "Content-Length": "127", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 10 Sep 2020 23:54:57 GMT", + "Date": "Fri, 30 Oct 2020 13:01:37 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "19" + "x-envoy-upstream-service-time": "77" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-09-10T23:54:51Z", - "lastUpdatedDateTime": "2020-09-10T23:54:53Z", + "createdDateTime": "2020-10-30T13:01:31Z", + "lastUpdatedDateTime": "2020-10-30T13:01:32Z", "analyzeResult": null } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/fd1c70bd-7fff-4cb2-b15b-319d665d6290/analyzeResults/1557d6a2-a8b8-4ada-8023-abb3a9f2b394", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/f8a17fde-f07a-476e-b557-5d21154b90f8/analyzeResults/8c29795e-f4ad-47c6-a4c4-6400e8355188", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "534080811bdce03a093321c0aeba0fa7", + "x-ms-client-request-id": "8ee37dcbdc0184585f8d322560e7b313", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "28d05720-4e32-4361-adf3-bdacf8e7d15b", + "apim-request-id": "98a4220b-4317-4b66-94d8-8421d3eae6d4", "Content-Length": "127", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 10 Sep 2020 23:54:58 GMT", + "Date": "Fri, 30 Oct 2020 13:01:38 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": "60" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-09-10T23:54:51Z", - "lastUpdatedDateTime": "2020-09-10T23:54:53Z", + "createdDateTime": "2020-10-30T13:01:31Z", + "lastUpdatedDateTime": "2020-10-30T13:01:32Z", "analyzeResult": null } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/fd1c70bd-7fff-4cb2-b15b-319d665d6290/analyzeResults/1557d6a2-a8b8-4ada-8023-abb3a9f2b394", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/f8a17fde-f07a-476e-b557-5d21154b90f8/analyzeResults/8c29795e-f4ad-47c6-a4c4-6400e8355188", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "0533a7aa43afb6974d8d64f3c619c891", + "x-ms-client-request-id": "b24760d3eaa3b0746d402e9e74b8e38a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "9b143457-932d-41bc-b949-c6af8d33cc58", + "apim-request-id": "a7c64d64-80b7-4082-ac9b-1f2c03b1d4d5", "Content-Length": "30800", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 10 Sep 2020 23:54:59 GMT", + "Date": "Fri, 30 Oct 2020 13:01:39 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "32" + "x-envoy-upstream-service-time": "94" }, "ResponseBody": { "status": "succeeded", - "createdDateTime": "2020-09-10T23:54:51Z", - "lastUpdatedDateTime": "2020-09-10T23:54:58Z", + "createdDateTime": "2020-10-30T13:01:31Z", + "lastUpdatedDateTime": "2020-10-30T13:01:38Z", "analyzeResult": { "version": "2.1.0", "readResults": [ @@ -4692,28 +4596,28 @@ } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/fd1c70bd-7fff-4cb2-b15b-319d665d6290", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/f8a17fde-f07a-476e-b557-5d21154b90f8", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-dd28d8b0af9cb34db1c1a360d5fef264-6af7f4270ce2cf4a-00", + "traceparent": "00-fb1023605143e44889e6302a7eb70806-0bcfafe4e7c48a47-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "f41c90f48f77d6ad20576648fc520c93", + "x-ms-client-request-id": "70375bf11d7bba134eb0245ae8db4b9d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 204, "ResponseHeaders": { - "apim-request-id": "cfc37013-c370-4248-8606-b2e75a2bd7a4", + "apim-request-id": "6ee7aa69-7b10-4f6c-8a0f-7be6a526d9ba", "Content-Length": "0", - "Date": "Thu, 10 Sep 2020 23:54:59 GMT", + "Date": "Fri, 30 Oct 2020 13:01:39 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "28" + "x-envoy-upstream-service-time": "46" }, "ResponseBody": [] } @@ -4721,7 +4625,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-westcentralus.cognitiveservices.azure.com/", "RandomSeed": "1175306238" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsWithoutLabels(True,False).json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsWithoutLabels(True,False).json index c45ff52eaa2f2..aef9feadf14ae 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsWithoutLabels(True,False).json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsWithoutLabels(True,False).json @@ -1,17 +1,17 @@ { "Entries": [ { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "43", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-ec8fd314eed3ac418b120e2a40f7e885-80140ff8fb009745-00", + "traceparent": "00-07a9c5f21f3e5d4b946005f389fce2ce-521e5655d8e4a14d-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "01b8317011b4e3d4faaa82f5e7b6bd0d", "x-ms-return-client-request-id": "true" @@ -22,25 +22,25 @@ }, "StatusCode": 201, "ResponseHeaders": { - "apim-request-id": "5c51c2a7-eba4-4df1-91ba-4e3dc28eec3e", + "apim-request-id": "7a72db42-f6fb-4035-89e0-c0fbc0dddc3b", "Content-Length": "0", - "Date": "Thu, 10 Sep 2020 23:51:54 GMT", - "Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/334b05e4-2c9f-44ee-ac58-3c94eee6fbf2", + "Date": "Fri, 30 Oct 2020 12:54:37 GMT", + "Location": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/d1a79e74-6c97-437c-9e8b-b9a4a6492e59", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "80" + "x-envoy-upstream-service-time": "74" }, "ResponseBody": [] }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/334b05e4-2c9f-44ee-ac58-3c94eee6fbf2?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/d1a79e74-6c97-437c-9e8b-b9a4a6492e59?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "f3c7637b6c9799e7260a3ac79082db00", "x-ms-return-client-request-id": "true" @@ -48,32 +48,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "9f660a45-c1fc-4e02-b7ef-75e57203f78c", + "apim-request-id": "4b02be79-1fe8-4791-949b-01634332de94", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 10 Sep 2020 23:51:54 GMT", + "Date": "Fri, 30 Oct 2020 12:54:38 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "51" + "x-envoy-upstream-service-time": "23" }, "ResponseBody": { "modelInfo": { - "modelId": "334b05e4-2c9f-44ee-ac58-3c94eee6fbf2", + "modelId": "d1a79e74-6c97-437c-9e8b-b9a4a6492e59", "status": "creating", - "createdDateTime": "2020-09-10T23:51:55Z", - "lastUpdatedDateTime": "2020-09-10T23:51:55Z" + "createdDateTime": "2020-10-30T12:54:37Z", + "lastUpdatedDateTime": "2020-10-30T12:54:37Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/334b05e4-2c9f-44ee-ac58-3c94eee6fbf2?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/d1a79e74-6c97-437c-9e8b-b9a4a6492e59?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "1d81c821b8158d2dfb3aa0612252fe6d", "x-ms-return-client-request-id": "true" @@ -81,32 +81,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "9c203ad2-fd3c-4833-aec9-0370bf2c9dd4", + "apim-request-id": "29ad1207-e776-480e-8625-6040211aa4cc", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 10 Sep 2020 23:51:55 GMT", + "Date": "Fri, 30 Oct 2020 12:54:39 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "43" + "x-envoy-upstream-service-time": "59" }, "ResponseBody": { "modelInfo": { - "modelId": "334b05e4-2c9f-44ee-ac58-3c94eee6fbf2", + "modelId": "d1a79e74-6c97-437c-9e8b-b9a4a6492e59", "status": "creating", - "createdDateTime": "2020-09-10T23:51:55Z", - "lastUpdatedDateTime": "2020-09-10T23:51:55Z" + "createdDateTime": "2020-10-30T12:54:37Z", + "lastUpdatedDateTime": "2020-10-30T12:54:37Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/334b05e4-2c9f-44ee-ac58-3c94eee6fbf2?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/d1a79e74-6c97-437c-9e8b-b9a4a6492e59?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "945214210cc604f64a1edaa9d70d5378", "x-ms-return-client-request-id": "true" @@ -114,32 +114,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "95ba2fb8-c4c6-4310-9e7c-5aaf4620b636", + "apim-request-id": "153446b3-ef8a-46cd-a98f-f4838ed24ec6", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 10 Sep 2020 23:51:56 GMT", + "Date": "Fri, 30 Oct 2020 12:54:41 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "22" + "x-envoy-upstream-service-time": "20" }, "ResponseBody": { "modelInfo": { - "modelId": "334b05e4-2c9f-44ee-ac58-3c94eee6fbf2", + "modelId": "d1a79e74-6c97-437c-9e8b-b9a4a6492e59", "status": "creating", - "createdDateTime": "2020-09-10T23:51:55Z", - "lastUpdatedDateTime": "2020-09-10T23:51:55Z" + "createdDateTime": "2020-10-30T12:54:37Z", + "lastUpdatedDateTime": "2020-10-30T12:54:37Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/334b05e4-2c9f-44ee-ac58-3c94eee6fbf2?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/d1a79e74-6c97-437c-9e8b-b9a4a6492e59?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "1fd482cf9f35c3f7353af75ccc8577d4", "x-ms-return-client-request-id": "true" @@ -147,32 +147,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "4b5767cc-3320-43a0-91a5-1ba10b621d9e", + "apim-request-id": "461814f0-b0fe-4647-aff4-70aaa0a93a22", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 10 Sep 2020 23:51:57 GMT", + "Date": "Fri, 30 Oct 2020 12:54:42 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": "20" }, "ResponseBody": { "modelInfo": { - "modelId": "334b05e4-2c9f-44ee-ac58-3c94eee6fbf2", + "modelId": "d1a79e74-6c97-437c-9e8b-b9a4a6492e59", "status": "creating", - "createdDateTime": "2020-09-10T23:51:55Z", - "lastUpdatedDateTime": "2020-09-10T23:51:55Z" + "createdDateTime": "2020-10-30T12:54:37Z", + "lastUpdatedDateTime": "2020-10-30T12:54:37Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/334b05e4-2c9f-44ee-ac58-3c94eee6fbf2?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/d1a79e74-6c97-437c-9e8b-b9a4a6492e59?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "7ca6cc0c472f1439d27cd3f7dd83b6ed", "x-ms-return-client-request-id": "true" @@ -180,32 +180,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "8afc87e4-a042-4e75-b63e-cfa78ba31a4f", + "apim-request-id": "8ac86235-21e3-4199-9b36-042427fda68e", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 10 Sep 2020 23:51:59 GMT", + "Date": "Fri, 30 Oct 2020 12:54:43 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": "20" }, "ResponseBody": { "modelInfo": { - "modelId": "334b05e4-2c9f-44ee-ac58-3c94eee6fbf2", + "modelId": "d1a79e74-6c97-437c-9e8b-b9a4a6492e59", "status": "creating", - "createdDateTime": "2020-09-10T23:51:55Z", - "lastUpdatedDateTime": "2020-09-10T23:51:55Z" + "createdDateTime": "2020-10-30T12:54:37Z", + "lastUpdatedDateTime": "2020-10-30T12:54:37Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/334b05e4-2c9f-44ee-ac58-3c94eee6fbf2?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/d1a79e74-6c97-437c-9e8b-b9a4a6492e59?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "a09227e7de7d81381d8e5e8c149938c4", "x-ms-return-client-request-id": "true" @@ -213,32 +213,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "7fd6dc50-23a2-4fb5-860a-0f99aa837aef", + "apim-request-id": "5104845c-c967-4d7e-8024-a9360f8f3616", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 10 Sep 2020 23:52:00 GMT", + "Date": "Fri, 30 Oct 2020 12:54:44 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": "334b05e4-2c9f-44ee-ac58-3c94eee6fbf2", + "modelId": "d1a79e74-6c97-437c-9e8b-b9a4a6492e59", "status": "creating", - "createdDateTime": "2020-09-10T23:51:55Z", - "lastUpdatedDateTime": "2020-09-10T23:51:55Z" + "createdDateTime": "2020-10-30T12:54:37Z", + "lastUpdatedDateTime": "2020-10-30T12:54:37Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/334b05e4-2c9f-44ee-ac58-3c94eee6fbf2?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/d1a79e74-6c97-437c-9e8b-b9a4a6492e59?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "0a9d06a7d767874848c04cb8cc00e6b1", "x-ms-return-client-request-id": "true" @@ -246,32 +246,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "fb1733d8-9a5c-48ae-b833-acbc32f24b12", + "apim-request-id": "10dc09fc-207b-46a2-b590-6a2fe5ab5193", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 10 Sep 2020 23:52:02 GMT", + "Date": "Fri, 30 Oct 2020 12:54:46 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": "22" }, "ResponseBody": { "modelInfo": { - "modelId": "334b05e4-2c9f-44ee-ac58-3c94eee6fbf2", + "modelId": "d1a79e74-6c97-437c-9e8b-b9a4a6492e59", "status": "creating", - "createdDateTime": "2020-09-10T23:51:55Z", - "lastUpdatedDateTime": "2020-09-10T23:51:55Z" + "createdDateTime": "2020-10-30T12:54:37Z", + "lastUpdatedDateTime": "2020-10-30T12:54:37Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/334b05e4-2c9f-44ee-ac58-3c94eee6fbf2?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/d1a79e74-6c97-437c-9e8b-b9a4a6492e59?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "a4750a84d6f22d5694245ea1e9adff38", "x-ms-return-client-request-id": "true" @@ -279,32 +279,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "69e5e1cb-c0b1-4393-b96a-450b51efd37b", + "apim-request-id": "8c198e59-c36c-4755-b4d0-ae869106bcfd", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 10 Sep 2020 23:52:03 GMT", + "Date": "Fri, 30 Oct 2020 12:54:47 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": "49" }, "ResponseBody": { "modelInfo": { - "modelId": "334b05e4-2c9f-44ee-ac58-3c94eee6fbf2", + "modelId": "d1a79e74-6c97-437c-9e8b-b9a4a6492e59", "status": "creating", - "createdDateTime": "2020-09-10T23:51:55Z", - "lastUpdatedDateTime": "2020-09-10T23:51:55Z" + "createdDateTime": "2020-10-30T12:54:37Z", + "lastUpdatedDateTime": "2020-10-30T12:54:37Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/334b05e4-2c9f-44ee-ac58-3c94eee6fbf2?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/d1a79e74-6c97-437c-9e8b-b9a4a6492e59?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "d74f0e43ace61086df0b58bd927fb41c", "x-ms-return-client-request-id": "true" @@ -312,32 +312,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "131c0d72-b138-4293-bbf3-711ac0577d5a", + "apim-request-id": "6ae6d1c8-0447-4c35-9478-c933113c34ce", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 10 Sep 2020 23:52:04 GMT", + "Date": "Fri, 30 Oct 2020 12:54:48 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "69" + "x-envoy-upstream-service-time": "21" }, "ResponseBody": { "modelInfo": { - "modelId": "334b05e4-2c9f-44ee-ac58-3c94eee6fbf2", + "modelId": "d1a79e74-6c97-437c-9e8b-b9a4a6492e59", "status": "creating", - "createdDateTime": "2020-09-10T23:51:55Z", - "lastUpdatedDateTime": "2020-09-10T23:51:55Z" + "createdDateTime": "2020-10-30T12:54:37Z", + "lastUpdatedDateTime": "2020-10-30T12:54:37Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/334b05e4-2c9f-44ee-ac58-3c94eee6fbf2?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/d1a79e74-6c97-437c-9e8b-b9a4a6492e59?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "0a08aca79423d0d1af6f754278a69e9b", "x-ms-return-client-request-id": "true" @@ -345,218 +345,20 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "24b59617-5ae6-406b-b868-0c84c4e8ffcd", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 10 Sep 2020 23:52:05 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": "334b05e4-2c9f-44ee-ac58-3c94eee6fbf2", - "status": "creating", - "createdDateTime": "2020-09-10T23:51:55Z", - "lastUpdatedDateTime": "2020-09-10T23:51:55Z" - } - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/334b05e4-2c9f-44ee-ac58-3c94eee6fbf2?includeKeys=true", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "bd7514c10fb0d7cb8465c5e77e989b15", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "d8ee0e62-8443-4e5b-a0fc-195843b482b4", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 10 Sep 2020 23:52:06 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "35" - }, - "ResponseBody": { - "modelInfo": { - "modelId": "334b05e4-2c9f-44ee-ac58-3c94eee6fbf2", - "status": "creating", - "createdDateTime": "2020-09-10T23:51:55Z", - "lastUpdatedDateTime": "2020-09-10T23:51:55Z" - } - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/334b05e4-2c9f-44ee-ac58-3c94eee6fbf2?includeKeys=true", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "3cfa4270f4a4af143d7f277636439838", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "a5b025a3-7722-4842-85f0-740f162ce816", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 10 Sep 2020 23:52:07 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": "334b05e4-2c9f-44ee-ac58-3c94eee6fbf2", - "status": "creating", - "createdDateTime": "2020-09-10T23:51:55Z", - "lastUpdatedDateTime": "2020-09-10T23:51:55Z" - } - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/334b05e4-2c9f-44ee-ac58-3c94eee6fbf2?includeKeys=true", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "7dfcbc6cf70a986be03086becee95117", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "b2459e22-78a8-4669-8c77-5d4919610c69", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 10 Sep 2020 23:52:08 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "26" - }, - "ResponseBody": { - "modelInfo": { - "modelId": "334b05e4-2c9f-44ee-ac58-3c94eee6fbf2", - "status": "creating", - "createdDateTime": "2020-09-10T23:51:55Z", - "lastUpdatedDateTime": "2020-09-10T23:51:55Z" - } - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/334b05e4-2c9f-44ee-ac58-3c94eee6fbf2?includeKeys=true", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "35d260d461acccf6ffc58031e754a140", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "edc674ad-d788-4041-af9b-b92b1ccef73e", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 10 Sep 2020 23:52:09 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "26" - }, - "ResponseBody": { - "modelInfo": { - "modelId": "334b05e4-2c9f-44ee-ac58-3c94eee6fbf2", - "status": "creating", - "createdDateTime": "2020-09-10T23:51:55Z", - "lastUpdatedDateTime": "2020-09-10T23:51:55Z" - } - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/334b05e4-2c9f-44ee-ac58-3c94eee6fbf2?includeKeys=true", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "c17a8ccc1d9c780bd6615c746e55e053", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "3333f400-3d5c-4399-89e2-e80021ad7fd5", + "apim-request-id": "1754fc0d-5170-42f9-bdf6-f8edc1036cfc", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 10 Sep 2020 23:52:10 GMT", + "Date": "Fri, 30 Oct 2020 12:54:49 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "33" - }, - "ResponseBody": { - "modelInfo": { - "modelId": "334b05e4-2c9f-44ee-ac58-3c94eee6fbf2", - "status": "creating", - "createdDateTime": "2020-09-10T23:51:55Z", - "lastUpdatedDateTime": "2020-09-10T23:51:55Z" - } - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/334b05e4-2c9f-44ee-ac58-3c94eee6fbf2?includeKeys=true", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "d6a2102d62710b8bc6307e44773ab08c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "28d6d6c3-4aa1-4a78-ad04-85d2c7242d3a", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 10 Sep 2020 23:52:11 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "88" + "x-envoy-upstream-service-time": "19" }, "ResponseBody": { "modelInfo": { - "modelId": "334b05e4-2c9f-44ee-ac58-3c94eee6fbf2", + "modelId": "d1a79e74-6c97-437c-9e8b-b9a4a6492e59", "status": "ready", - "createdDateTime": "2020-09-10T23:51:55Z", - "lastUpdatedDateTime": "2020-09-10T23:52:10Z" + "createdDateTime": "2020-10-30T12:54:37Z", + "lastUpdatedDateTime": "2020-10-30T12:54:49Z" }, "keys": { "clusters": { @@ -626,278 +428,216 @@ } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/334b05e4-2c9f-44ee-ac58-3c94eee6fbf2/analyze?includeTextDetails=false", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/d1a79e74-6c97-437c-9e8b-b9a4a6492e59/analyze?includeTextDetails=false", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "479269", "Content-Type": "image/jpeg", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-aee9033bb6fb2e46af60cc56291a3a75-a9b7edf0175d5a49-00", + "traceparent": "00-a76293ea20c387498e8b9cb744e4d1ad-b3fbd3ba22236f44-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "42f1468f8f6eb67a55595f4a05825da9", + "x-ms-client-request-id": "bd7514c10fb0d7cb8465c5e77e989b15", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "6e7b2808-449d-4718-ba45-a161b16ed8f2", + "apim-request-id": "c3cbf6da-b54f-4974-af8f-ff8bdd2872d6", "Content-Length": "0", - "Date": "Thu, 10 Sep 2020 23:52:11 GMT", - "Operation-Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/334b05e4-2c9f-44ee-ac58-3c94eee6fbf2/analyzeresults/8791c0fe-0e64-48a4-b95e-1a3c051b09e7", + "Date": "Fri, 30 Oct 2020 12:54:51 GMT", + "Operation-Location": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/d1a79e74-6c97-437c-9e8b-b9a4a6492e59/analyzeresults/412beb24-e911-4a65-9552-1f4f1698918d", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "90" + "x-envoy-upstream-service-time": "274" }, "ResponseBody": [] }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/334b05e4-2c9f-44ee-ac58-3c94eee6fbf2/analyzeResults/8791c0fe-0e64-48a4-b95e-1a3c051b09e7", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/d1a79e74-6c97-437c-9e8b-b9a4a6492e59/analyzeResults/412beb24-e911-4a65-9552-1f4f1698918d", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "d7042de4cab26ace016ffb6b9fc6019b", + "x-ms-client-request-id": "3cfa4270f4a4af143d7f277636439838", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "c692a24c-4d84-49ce-9837-3ab242a05e26", + "apim-request-id": "1c654e05-417a-4c4b-b907-5fd6e3aadc77", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 10 Sep 2020 23:52:11 GMT", + "Date": "Fri, 30 Oct 2020 12:54:51 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "28" + "x-envoy-upstream-service-time": "25" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-09-10T23:52:11Z", - "lastUpdatedDateTime": "2020-09-10T23:52:11Z" + "createdDateTime": "2020-10-30T12:54:51Z", + "lastUpdatedDateTime": "2020-10-30T12:54:51Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/334b05e4-2c9f-44ee-ac58-3c94eee6fbf2/analyzeResults/8791c0fe-0e64-48a4-b95e-1a3c051b09e7", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/d1a79e74-6c97-437c-9e8b-b9a4a6492e59/analyzeResults/412beb24-e911-4a65-9552-1f4f1698918d", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "28e5cfb19e639de495eb811802400644", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "8f4d6e25-677a-40de-b0a4-c420af96ac79", - "Content-Length": "127", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 10 Sep 2020 23:52:12 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "21" - }, - "ResponseBody": { - "status": "running", - "createdDateTime": "2020-09-10T23:52:11Z", - "lastUpdatedDateTime": "2020-09-10T23:52:12Z", - "analyzeResult": null - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/334b05e4-2c9f-44ee-ac58-3c94eee6fbf2/analyzeResults/8791c0fe-0e64-48a4-b95e-1a3c051b09e7", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "4960d4d2d835c4d9778740ff940e178e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "5d90d64c-f054-4ee0-942c-19608ca3403b", - "Content-Length": "127", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 10 Sep 2020 23:52:13 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "32" - }, - "ResponseBody": { - "status": "running", - "createdDateTime": "2020-09-10T23:52:11Z", - "lastUpdatedDateTime": "2020-09-10T23:52:12Z", - "analyzeResult": null - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/334b05e4-2c9f-44ee-ac58-3c94eee6fbf2/analyzeResults/8791c0fe-0e64-48a4-b95e-1a3c051b09e7", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "3599c357359c4645496742c649b667c0", + "x-ms-client-request-id": "7dfcbc6cf70a986be03086becee95117", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "6a24132c-6b73-4860-8ab3-4674757a3949", + "apim-request-id": "7d3abcf3-3030-41f7-a583-22b0f7e03dfd", "Content-Length": "127", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 10 Sep 2020 23:52:14 GMT", + "Date": "Fri, 30 Oct 2020 12:54:52 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "25" + "x-envoy-upstream-service-time": "27" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-09-10T23:52:11Z", - "lastUpdatedDateTime": "2020-09-10T23:52:12Z", + "createdDateTime": "2020-10-30T12:54:51Z", + "lastUpdatedDateTime": "2020-10-30T12:54:52Z", "analyzeResult": null } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/334b05e4-2c9f-44ee-ac58-3c94eee6fbf2/analyzeResults/8791c0fe-0e64-48a4-b95e-1a3c051b09e7", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/d1a79e74-6c97-437c-9e8b-b9a4a6492e59/analyzeResults/412beb24-e911-4a65-9552-1f4f1698918d", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "ca99b769b765d866f620b0dc5de40886", + "x-ms-client-request-id": "35d260d461acccf6ffc58031e754a140", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "6966c1d3-c10a-4289-be72-a34210d80d3e", + "apim-request-id": "76939196-1e1e-41a9-9fa0-e78c835cc8ba", "Content-Length": "127", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 10 Sep 2020 23:52:15 GMT", + "Date": "Fri, 30 Oct 2020 12:54:53 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "19" + "x-envoy-upstream-service-time": "26" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-09-10T23:52:11Z", - "lastUpdatedDateTime": "2020-09-10T23:52:12Z", + "createdDateTime": "2020-10-30T12:54:51Z", + "lastUpdatedDateTime": "2020-10-30T12:54:52Z", "analyzeResult": null } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/334b05e4-2c9f-44ee-ac58-3c94eee6fbf2/analyzeResults/8791c0fe-0e64-48a4-b95e-1a3c051b09e7", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/d1a79e74-6c97-437c-9e8b-b9a4a6492e59/analyzeResults/412beb24-e911-4a65-9552-1f4f1698918d", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "3fc0f2d3d0a69ca78f1900ce96137ac1", + "x-ms-client-request-id": "c17a8ccc1d9c780bd6615c746e55e053", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "a65fcdeb-f6bf-4717-a088-c4ae241ac5d8", + "apim-request-id": "cec80d1a-fabf-421c-983a-af98cbb26f65", "Content-Length": "127", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 10 Sep 2020 23:52:16 GMT", + "Date": "Fri, 30 Oct 2020 12:54:54 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": "35" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-09-10T23:52:11Z", - "lastUpdatedDateTime": "2020-09-10T23:52:12Z", + "createdDateTime": "2020-10-30T12:54:51Z", + "lastUpdatedDateTime": "2020-10-30T12:54:52Z", "analyzeResult": null } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/334b05e4-2c9f-44ee-ac58-3c94eee6fbf2/analyzeResults/8791c0fe-0e64-48a4-b95e-1a3c051b09e7", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/d1a79e74-6c97-437c-9e8b-b9a4a6492e59/analyzeResults/412beb24-e911-4a65-9552-1f4f1698918d", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "dc9680204d75a0285dc13f7c8569e864", + "x-ms-client-request-id": "d6a2102d62710b8bc6307e44773ab08c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "1fcd71db-9585-4fc3-9771-ee2fa71843be", + "apim-request-id": "3c3579ff-3daa-4385-a305-dc076648a2e4", "Content-Length": "127", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 10 Sep 2020 23:52:17 GMT", + "Date": "Fri, 30 Oct 2020 12:54:56 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": "25" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-09-10T23:52:11Z", - "lastUpdatedDateTime": "2020-09-10T23:52:12Z", + "createdDateTime": "2020-10-30T12:54:51Z", + "lastUpdatedDateTime": "2020-10-30T12:54:52Z", "analyzeResult": null } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/334b05e4-2c9f-44ee-ac58-3c94eee6fbf2/analyzeResults/8791c0fe-0e64-48a4-b95e-1a3c051b09e7", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/d1a79e74-6c97-437c-9e8b-b9a4a6492e59/analyzeResults/412beb24-e911-4a65-9552-1f4f1698918d", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "56f2bc5e27f5981910fc3b4cb79741e3", + "x-ms-client-request-id": "42f1468f8f6eb67a55595f4a05825da9", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "e7118914-9bc4-4f59-9163-44da7c52cd83", + "apim-request-id": "96fbb16b-5ed2-4bdb-8a0c-17da0067e628", "Content-Length": "8958", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 10 Sep 2020 23:52:18 GMT", + "Date": "Fri, 30 Oct 2020 12:54:57 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": "28" }, "ResponseBody": { "status": "succeeded", - "createdDateTime": "2020-09-10T23:52:11Z", - "lastUpdatedDateTime": "2020-09-10T23:52:18Z", + "createdDateTime": "2020-10-30T12:54:51Z", + "lastUpdatedDateTime": "2020-10-30T12:54:57Z", "analyzeResult": { "version": "2.1.0", "readResults": [ @@ -1879,28 +1619,28 @@ } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/334b05e4-2c9f-44ee-ac58-3c94eee6fbf2", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/d1a79e74-6c97-437c-9e8b-b9a4a6492e59", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-06662008d727f04dbc4a163443c426ac-db3c63242de64c42-00", + "traceparent": "00-b9d39af7c147b841b715cb258ee8fce9-85af7cb29f66d343-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "dcbceea52b4e8610c920e2e5912b1725", + "x-ms-client-request-id": "d7042de4cab26ace016ffb6b9fc6019b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 204, "ResponseHeaders": { - "apim-request-id": "35bdc581-17d9-431a-9255-7727d6f1f0a0", + "apim-request-id": "257ec124-db03-4236-9384-f3dee0bd1906", "Content-Length": "0", - "Date": "Thu, 10 Sep 2020 23:52:18 GMT", + "Date": "Fri, 30 Oct 2020 12:54:57 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "28" + "x-envoy-upstream-service-time": "31" }, "ResponseBody": [] } @@ -1908,7 +1648,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-westcentralus.cognitiveservices.azure.com/", "RandomSeed": "1572742208" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsWithoutLabels(True,False)Async.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsWithoutLabels(True,False)Async.json index 94ce1ccfd458c..d73614728cd42 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsWithoutLabels(True,False)Async.json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsWithoutLabels(True,False)Async.json @@ -1,17 +1,17 @@ { "Entries": [ { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "43", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-0a82566cb8e9f3458b179e2c3aff6c23-f44ce04b5aeb424c-00", + "traceparent": "00-5ddf3243d1382646940004a58ce5cc31-845229467898694b-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "836a3afaab52616da1e31d0af3344aeb", "x-ms-return-client-request-id": "true" @@ -22,25 +22,25 @@ }, "StatusCode": 201, "ResponseHeaders": { - "apim-request-id": "8154d9c1-44bb-4bca-9ccc-c74c51c43e0c", + "apim-request-id": "db99db42-ce40-4c5c-bd00-2e5ea615a890", "Content-Length": "0", - "Date": "Thu, 10 Sep 2020 23:54:07 GMT", - "Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/fff30656-43e9-4f8d-b637-e26fc9798ccb", + "Date": "Fri, 30 Oct 2020 13:00:55 GMT", + "Location": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/00f52764-2c1d-4eba-b087-d0785983b030", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "93" + "x-envoy-upstream-service-time": "91" }, "ResponseBody": [] }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/fff30656-43e9-4f8d-b637-e26fc9798ccb?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/00f52764-2c1d-4eba-b087-d0785983b030?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "e0d345c8bc1c28c85715de79cc6445f8", "x-ms-return-client-request-id": "true" @@ -48,32 +48,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "1473b7ac-5d42-4b97-82f3-fc93490991f2", + "apim-request-id": "d5f0b8a7-a45d-4114-ba33-96513caadafd", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 10 Sep 2020 23:54:07 GMT", + "Date": "Fri, 30 Oct 2020 13:00:55 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": "21" }, "ResponseBody": { "modelInfo": { - "modelId": "fff30656-43e9-4f8d-b637-e26fc9798ccb", + "modelId": "00f52764-2c1d-4eba-b087-d0785983b030", "status": "creating", - "createdDateTime": "2020-09-10T23:54:07Z", - "lastUpdatedDateTime": "2020-09-10T23:54:07Z" + "createdDateTime": "2020-10-30T13:00:55Z", + "lastUpdatedDateTime": "2020-10-30T13:00:55Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/fff30656-43e9-4f8d-b637-e26fc9798ccb?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/00f52764-2c1d-4eba-b087-d0785983b030?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "5bd8d5eb59b8944086e3fb41d40a1c68", "x-ms-return-client-request-id": "true" @@ -81,32 +81,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "ccc81176-1b8d-4d3c-88b2-81926f3cddd6", + "apim-request-id": "911e8073-1201-444a-8ed5-6015bca8c688", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 10 Sep 2020 23:54:08 GMT", + "Date": "Fri, 30 Oct 2020 13:00:56 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": "21" }, "ResponseBody": { "modelInfo": { - "modelId": "fff30656-43e9-4f8d-b637-e26fc9798ccb", + "modelId": "00f52764-2c1d-4eba-b087-d0785983b030", "status": "creating", - "createdDateTime": "2020-09-10T23:54:07Z", - "lastUpdatedDateTime": "2020-09-10T23:54:07Z" + "createdDateTime": "2020-10-30T13:00:55Z", + "lastUpdatedDateTime": "2020-10-30T13:00:55Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/fff30656-43e9-4f8d-b637-e26fc9798ccb?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/00f52764-2c1d-4eba-b087-d0785983b030?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "3b2226a502933d9672412b3ccdf4943d", "x-ms-return-client-request-id": "true" @@ -114,32 +114,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "a4f6b1b5-f71a-4957-bcbd-98b435ce63d6", + "apim-request-id": "59d22bab-1ef1-4bf1-834c-5e1f127c2ed7", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 10 Sep 2020 23:54:09 GMT", + "Date": "Fri, 30 Oct 2020 13:00:57 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": "18" }, "ResponseBody": { "modelInfo": { - "modelId": "fff30656-43e9-4f8d-b637-e26fc9798ccb", + "modelId": "00f52764-2c1d-4eba-b087-d0785983b030", "status": "creating", - "createdDateTime": "2020-09-10T23:54:07Z", - "lastUpdatedDateTime": "2020-09-10T23:54:07Z" + "createdDateTime": "2020-10-30T13:00:55Z", + "lastUpdatedDateTime": "2020-10-30T13:00:55Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/fff30656-43e9-4f8d-b637-e26fc9798ccb?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/00f52764-2c1d-4eba-b087-d0785983b030?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "1e1e249eee5c6e33043e5a39c186544d", "x-ms-return-client-request-id": "true" @@ -147,32 +147,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "e42c5d0d-16f8-4bd0-876d-abd644647fe3", + "apim-request-id": "06545b21-0d90-4e34-bbb1-04eb118543b8", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 10 Sep 2020 23:54:10 GMT", + "Date": "Fri, 30 Oct 2020 13:00:59 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": "23" }, "ResponseBody": { "modelInfo": { - "modelId": "fff30656-43e9-4f8d-b637-e26fc9798ccb", + "modelId": "00f52764-2c1d-4eba-b087-d0785983b030", "status": "creating", - "createdDateTime": "2020-09-10T23:54:07Z", - "lastUpdatedDateTime": "2020-09-10T23:54:07Z" + "createdDateTime": "2020-10-30T13:00:55Z", + "lastUpdatedDateTime": "2020-10-30T13:00:55Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/fff30656-43e9-4f8d-b637-e26fc9798ccb?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/00f52764-2c1d-4eba-b087-d0785983b030?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "a6d475f90942e8653e9ae9762e04c791", "x-ms-return-client-request-id": "true" @@ -180,32 +180,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "7d1584c8-f058-4d9a-9313-a7ae794b1c24", + "apim-request-id": "d1f719e6-5a80-4f44-8d9e-cddba26b151d", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 10 Sep 2020 23:54:11 GMT", + "Date": "Fri, 30 Oct 2020 13:01:00 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": "24" }, "ResponseBody": { "modelInfo": { - "modelId": "fff30656-43e9-4f8d-b637-e26fc9798ccb", + "modelId": "00f52764-2c1d-4eba-b087-d0785983b030", "status": "creating", - "createdDateTime": "2020-09-10T23:54:07Z", - "lastUpdatedDateTime": "2020-09-10T23:54:07Z" + "createdDateTime": "2020-10-30T13:00:55Z", + "lastUpdatedDateTime": "2020-10-30T13:00:55Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/fff30656-43e9-4f8d-b637-e26fc9798ccb?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/00f52764-2c1d-4eba-b087-d0785983b030?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "afa3be4efdebb60bf2b33655a85c7ceb", "x-ms-return-client-request-id": "true" @@ -213,32 +213,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "6b456bfc-1d10-4269-be6f-87c088540bf0", + "apim-request-id": "0df89d6d-115d-49b8-befa-0e15f91ff552", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 10 Sep 2020 23:54:12 GMT", + "Date": "Fri, 30 Oct 2020 13:01:01 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": "18" }, "ResponseBody": { "modelInfo": { - "modelId": "fff30656-43e9-4f8d-b637-e26fc9798ccb", + "modelId": "00f52764-2c1d-4eba-b087-d0785983b030", "status": "creating", - "createdDateTime": "2020-09-10T23:54:07Z", - "lastUpdatedDateTime": "2020-09-10T23:54:07Z" + "createdDateTime": "2020-10-30T13:00:55Z", + "lastUpdatedDateTime": "2020-10-30T13:00:55Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/fff30656-43e9-4f8d-b637-e26fc9798ccb?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/00f52764-2c1d-4eba-b087-d0785983b030?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "5743ddedee1f94fabf36dfc105bc4000", "x-ms-return-client-request-id": "true" @@ -246,32 +246,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "bcf73fbe-54c3-41ca-ad8b-01d605ac3b2a", + "apim-request-id": "13d1799c-64df-408f-9d9e-54718729e88a", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 10 Sep 2020 23:54:13 GMT", + "Date": "Fri, 30 Oct 2020 13:01:03 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "36" + "x-envoy-upstream-service-time": "22" }, "ResponseBody": { "modelInfo": { - "modelId": "fff30656-43e9-4f8d-b637-e26fc9798ccb", + "modelId": "00f52764-2c1d-4eba-b087-d0785983b030", "status": "creating", - "createdDateTime": "2020-09-10T23:54:07Z", - "lastUpdatedDateTime": "2020-09-10T23:54:07Z" + "createdDateTime": "2020-10-30T13:00:55Z", + "lastUpdatedDateTime": "2020-10-30T13:00:55Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/fff30656-43e9-4f8d-b637-e26fc9798ccb?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/00f52764-2c1d-4eba-b087-d0785983b030?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "03ebc876a4e3fb626a1db38ed20f3fe1", "x-ms-return-client-request-id": "true" @@ -279,32 +279,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "182e3843-65bb-4ee7-982b-e289047a0df8", + "apim-request-id": "7701672b-6641-4609-8877-eb00555173e3", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 10 Sep 2020 23:54:14 GMT", + "Date": "Fri, 30 Oct 2020 13:01:04 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": "26" }, "ResponseBody": { "modelInfo": { - "modelId": "fff30656-43e9-4f8d-b637-e26fc9798ccb", + "modelId": "00f52764-2c1d-4eba-b087-d0785983b030", "status": "creating", - "createdDateTime": "2020-09-10T23:54:07Z", - "lastUpdatedDateTime": "2020-09-10T23:54:07Z" + "createdDateTime": "2020-10-30T13:00:55Z", + "lastUpdatedDateTime": "2020-10-30T13:00:55Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/fff30656-43e9-4f8d-b637-e26fc9798ccb?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/00f52764-2c1d-4eba-b087-d0785983b030?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "5089fd1e70c06072c30ef0b41d4ab136", "x-ms-return-client-request-id": "true" @@ -312,32 +312,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "8175dda1-e385-4824-964a-d6d66dbe32a1", + "apim-request-id": "c1c6d93c-5c80-44bd-8723-9dbf7cbc6cca", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 10 Sep 2020 23:54:15 GMT", + "Date": "Fri, 30 Oct 2020 13:01:05 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": "fff30656-43e9-4f8d-b637-e26fc9798ccb", + "modelId": "00f52764-2c1d-4eba-b087-d0785983b030", "status": "creating", - "createdDateTime": "2020-09-10T23:54:07Z", - "lastUpdatedDateTime": "2020-09-10T23:54:07Z" + "createdDateTime": "2020-10-30T13:00:55Z", + "lastUpdatedDateTime": "2020-10-30T13:00:55Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/fff30656-43e9-4f8d-b637-e26fc9798ccb?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/00f52764-2c1d-4eba-b087-d0785983b030?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "e0de3573797148077b47ed013b6cc2af", "x-ms-return-client-request-id": "true" @@ -345,32 +345,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "9b57d2c1-c7a2-4e9f-aceb-f96b4b25b219", + "apim-request-id": "da516c15-9cf9-4f05-8ef0-dc1d7553328e", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 10 Sep 2020 23:54:16 GMT", + "Date": "Fri, 30 Oct 2020 13:01:06 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "32" + "x-envoy-upstream-service-time": "21" }, "ResponseBody": { "modelInfo": { - "modelId": "fff30656-43e9-4f8d-b637-e26fc9798ccb", + "modelId": "00f52764-2c1d-4eba-b087-d0785983b030", "status": "creating", - "createdDateTime": "2020-09-10T23:54:07Z", - "lastUpdatedDateTime": "2020-09-10T23:54:07Z" + "createdDateTime": "2020-10-30T13:00:55Z", + "lastUpdatedDateTime": "2020-10-30T13:00:55Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/fff30656-43e9-4f8d-b637-e26fc9798ccb?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/00f52764-2c1d-4eba-b087-d0785983b030?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "07a3fdf6ef33063f568a3fd5b4aedd20", "x-ms-return-client-request-id": "true" @@ -378,75 +378,9 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "5f8e0639-e3aa-4b9e-97a9-c56f660c3193", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 10 Sep 2020 23:54:17 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "37" - }, - "ResponseBody": { - "modelInfo": { - "modelId": "fff30656-43e9-4f8d-b637-e26fc9798ccb", - "status": "creating", - "createdDateTime": "2020-09-10T23:54:07Z", - "lastUpdatedDateTime": "2020-09-10T23:54:07Z" - } - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/fff30656-43e9-4f8d-b637-e26fc9798ccb?includeKeys=true", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "9c1b7d6c5f31a56ff640d57983702557", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "2979a078-9c48-4042-ab2f-49b5b8740be6", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 10 Sep 2020 23:54:18 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": "fff30656-43e9-4f8d-b637-e26fc9798ccb", - "status": "creating", - "createdDateTime": "2020-09-10T23:54:07Z", - "lastUpdatedDateTime": "2020-09-10T23:54:07Z" - } - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/fff30656-43e9-4f8d-b637-e26fc9798ccb?includeKeys=true", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "1fbd404ba9a68302f6d889e6393194cc", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "4c716c99-9a12-40d6-b2f3-630a251bec55", + "apim-request-id": "6169c8b3-e71e-4e5e-9f14-1f18815c3ce7", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 10 Sep 2020 23:54:19 GMT", + "Date": "Fri, 30 Oct 2020 13:01:07 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", @@ -454,10 +388,10 @@ }, "ResponseBody": { "modelInfo": { - "modelId": "fff30656-43e9-4f8d-b637-e26fc9798ccb", + "modelId": "00f52764-2c1d-4eba-b087-d0785983b030", "status": "ready", - "createdDateTime": "2020-09-10T23:54:07Z", - "lastUpdatedDateTime": "2020-09-10T23:54:19Z" + "createdDateTime": "2020-10-30T13:00:55Z", + "lastUpdatedDateTime": "2020-10-30T13:01:06Z" }, "keys": { "clusters": { @@ -527,402 +461,216 @@ } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/fff30656-43e9-4f8d-b637-e26fc9798ccb/analyze?includeTextDetails=false", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/00f52764-2c1d-4eba-b087-d0785983b030/analyze?includeTextDetails=false", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "479269", "Content-Type": "image/jpeg", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-f27663fdafe67e478bfd922d87406ac0-a3d4aa6fdaba744d-00", + "traceparent": "00-f2b0653b9c6cec448092f7491464a1f6-56909684f74e6a4c-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "be95cd692550977e8efe11f219c682e6", + "x-ms-client-request-id": "9c1b7d6c5f31a56ff640d57983702557", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "18d66afe-58c8-4016-a290-9685bc40a3cc", + "apim-request-id": "36afd3f3-52ff-4faf-89f4-132949f74f9f", "Content-Length": "0", - "Date": "Thu, 10 Sep 2020 23:54:25 GMT", - "Operation-Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/fff30656-43e9-4f8d-b637-e26fc9798ccb/analyzeresults/b7a8f13f-fac4-465a-924a-7c3bbdd86ad4", + "Date": "Fri, 30 Oct 2020 13:01:08 GMT", + "Operation-Location": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/00f52764-2c1d-4eba-b087-d0785983b030/analyzeresults/63d61d18-c9bc-4196-abc9-e899cec42a11", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "5228" + "x-envoy-upstream-service-time": "74" }, "ResponseBody": [] }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/fff30656-43e9-4f8d-b637-e26fc9798ccb/analyzeResults/b7a8f13f-fac4-465a-924a-7c3bbdd86ad4", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/00f52764-2c1d-4eba-b087-d0785983b030/analyzeResults/63d61d18-c9bc-4196-abc9-e899cec42a11", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "7389e865bdf0c3797a97a659d5886bc5", + "x-ms-client-request-id": "1fbd404ba9a68302f6d889e6393194cc", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "888a54a3-c4fe-4967-9447-a144a104f1be", + "apim-request-id": "5e47c28b-d420-408d-8247-889b310da74f", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 10 Sep 2020 23:54:25 GMT", + "Date": "Fri, 30 Oct 2020 13:01:09 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "23" + "x-envoy-upstream-service-time": "28" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-09-10T23:54:25Z", - "lastUpdatedDateTime": "2020-09-10T23:54:25Z" + "createdDateTime": "2020-10-30T13:01:09Z", + "lastUpdatedDateTime": "2020-10-30T13:01:09Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/fff30656-43e9-4f8d-b637-e26fc9798ccb/analyzeResults/b7a8f13f-fac4-465a-924a-7c3bbdd86ad4", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/00f52764-2c1d-4eba-b087-d0785983b030/analyzeResults/63d61d18-c9bc-4196-abc9-e899cec42a11", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "b61008ac67db2606c22691a798106a2f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "4e75f127-e0b5-40c3-878f-d37ce0eb7e12", - "Content-Length": "127", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 10 Sep 2020 23:54:26 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "20" - }, - "ResponseBody": { - "status": "running", - "createdDateTime": "2020-09-10T23:54:25Z", - "lastUpdatedDateTime": "2020-09-10T23:54:26Z", - "analyzeResult": null - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/fff30656-43e9-4f8d-b637-e26fc9798ccb/analyzeResults/b7a8f13f-fac4-465a-924a-7c3bbdd86ad4", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "5181a35521a7abdc53d143b97e24c105", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "f2111756-ca7c-4edc-994f-a668b7545054", - "Content-Length": "127", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 10 Sep 2020 23:54:27 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "20" - }, - "ResponseBody": { - "status": "running", - "createdDateTime": "2020-09-10T23:54:25Z", - "lastUpdatedDateTime": "2020-09-10T23:54:26Z", - "analyzeResult": null - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/fff30656-43e9-4f8d-b637-e26fc9798ccb/analyzeResults/b7a8f13f-fac4-465a-924a-7c3bbdd86ad4", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "10464c93ccb5fe0ae163b0c92cd12a69", + "x-ms-client-request-id": "be95cd692550977e8efe11f219c682e6", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "19ec09ac-66f5-4c3c-836f-d9b2a23ffb79", + "apim-request-id": "9196c645-51d2-453f-b10d-8dc62817e3b1", "Content-Length": "127", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 10 Sep 2020 23:54:28 GMT", + "Date": "Fri, 30 Oct 2020 13:01:10 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", "x-envoy-upstream-service-time": "28" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-09-10T23:54:25Z", - "lastUpdatedDateTime": "2020-09-10T23:54:26Z", + "createdDateTime": "2020-10-30T13:01:09Z", + "lastUpdatedDateTime": "2020-10-30T13:01:10Z", "analyzeResult": null } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/fff30656-43e9-4f8d-b637-e26fc9798ccb/analyzeResults/b7a8f13f-fac4-465a-924a-7c3bbdd86ad4", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/00f52764-2c1d-4eba-b087-d0785983b030/analyzeResults/63d61d18-c9bc-4196-abc9-e899cec42a11", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "3203762d1a078b1d2c656309234da79d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "630d1098-0fce-41b0-8b4c-e71c4f912099", - "Content-Length": "127", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 10 Sep 2020 23:54:29 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "27" - }, - "ResponseBody": { - "status": "running", - "createdDateTime": "2020-09-10T23:54:25Z", - "lastUpdatedDateTime": "2020-09-10T23:54:26Z", - "analyzeResult": null - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/fff30656-43e9-4f8d-b637-e26fc9798ccb/analyzeResults/b7a8f13f-fac4-465a-924a-7c3bbdd86ad4", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "4c148c6559ca897a98826f4470127f81", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "77fdd5bf-6c22-4b64-9646-a3590c4709f0", - "Content-Length": "127", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 10 Sep 2020 23:54:31 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "21" - }, - "ResponseBody": { - "status": "running", - "createdDateTime": "2020-09-10T23:54:25Z", - "lastUpdatedDateTime": "2020-09-10T23:54:26Z", - "analyzeResult": null - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/fff30656-43e9-4f8d-b637-e26fc9798ccb/analyzeResults/b7a8f13f-fac4-465a-924a-7c3bbdd86ad4", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "078cdaa68e2078fd2ebbe4506801db94", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "4de25c3a-6c85-4ab6-9408-ae7341c9bde2", - "Content-Length": "127", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 10 Sep 2020 23:54:32 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "23" - }, - "ResponseBody": { - "status": "running", - "createdDateTime": "2020-09-10T23:54:25Z", - "lastUpdatedDateTime": "2020-09-10T23:54:26Z", - "analyzeResult": null - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/fff30656-43e9-4f8d-b637-e26fc9798ccb/analyzeResults/b7a8f13f-fac4-465a-924a-7c3bbdd86ad4", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "9f6412bbdebdd49ffc7a9985abd91a19", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "0132e475-0fe1-4021-a5d3-4455a56f39b5", - "Content-Length": "127", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 10 Sep 2020 23:54:33 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "23" - }, - "ResponseBody": { - "status": "running", - "createdDateTime": "2020-09-10T23:54:25Z", - "lastUpdatedDateTime": "2020-09-10T23:54:26Z", - "analyzeResult": null - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/fff30656-43e9-4f8d-b637-e26fc9798ccb/analyzeResults/b7a8f13f-fac4-465a-924a-7c3bbdd86ad4", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "4862e1e59fc1d67c8f9c1d0e74292097", + "x-ms-client-request-id": "7389e865bdf0c3797a97a659d5886bc5", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "52ea2d83-9a19-47f0-806a-9610bfcf6c45", + "apim-request-id": "78a377e9-90cb-4827-8c96-10a8b68deadb", "Content-Length": "127", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 10 Sep 2020 23:54:34 GMT", + "Date": "Fri, 30 Oct 2020 13:01:11 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "23" + "x-envoy-upstream-service-time": "30" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-09-10T23:54:25Z", - "lastUpdatedDateTime": "2020-09-10T23:54:26Z", + "createdDateTime": "2020-10-30T13:01:09Z", + "lastUpdatedDateTime": "2020-10-30T13:01:10Z", "analyzeResult": null } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/fff30656-43e9-4f8d-b637-e26fc9798ccb/analyzeResults/b7a8f13f-fac4-465a-924a-7c3bbdd86ad4", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/00f52764-2c1d-4eba-b087-d0785983b030/analyzeResults/63d61d18-c9bc-4196-abc9-e899cec42a11", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "5e88daa7dfaec8c43ab80ba6f577cd55", + "x-ms-client-request-id": "b61008ac67db2606c22691a798106a2f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "5f4ea20f-560d-44b9-bb9f-5711031701b2", + "apim-request-id": "5e9ed8e6-ab3d-45e9-b462-83311319dc89", "Content-Length": "127", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 10 Sep 2020 23:54:35 GMT", + "Date": "Fri, 30 Oct 2020 13:01:12 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": "28" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-09-10T23:54:25Z", - "lastUpdatedDateTime": "2020-09-10T23:54:26Z", + "createdDateTime": "2020-10-30T13:01:09Z", + "lastUpdatedDateTime": "2020-10-30T13:01:10Z", "analyzeResult": null } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/fff30656-43e9-4f8d-b637-e26fc9798ccb/analyzeResults/b7a8f13f-fac4-465a-924a-7c3bbdd86ad4", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/00f52764-2c1d-4eba-b087-d0785983b030/analyzeResults/63d61d18-c9bc-4196-abc9-e899cec42a11", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "876acba0929f1bd3958d0f20c0905fd2", + "x-ms-client-request-id": "5181a35521a7abdc53d143b97e24c105", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "51a11cae-1132-468e-aa6f-24f6fd002a8a", + "apim-request-id": "b034f2ae-bc6f-470a-80e0-9430afb64651", "Content-Length": "127", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 10 Sep 2020 23:54:36 GMT", + "Date": "Fri, 30 Oct 2020 13:01:14 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "28" + "x-envoy-upstream-service-time": "24" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-09-10T23:54:25Z", - "lastUpdatedDateTime": "2020-09-10T23:54:26Z", + "createdDateTime": "2020-10-30T13:01:09Z", + "lastUpdatedDateTime": "2020-10-30T13:01:10Z", "analyzeResult": null } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/fff30656-43e9-4f8d-b637-e26fc9798ccb/analyzeResults/b7a8f13f-fac4-465a-924a-7c3bbdd86ad4", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/00f52764-2c1d-4eba-b087-d0785983b030/analyzeResults/63d61d18-c9bc-4196-abc9-e899cec42a11", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "d0de0259bc50066a1d990e0994d6e117", + "x-ms-client-request-id": "10464c93ccb5fe0ae163b0c92cd12a69", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "c49496a5-b6fb-4ccc-b188-e8a03e3264b3", + "apim-request-id": "79c06ccd-5e1c-46b5-aaeb-71f978686391", "Content-Length": "8958", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 10 Sep 2020 23:54:37 GMT", + "Date": "Fri, 30 Oct 2020 13:01:16 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "25" + "x-envoy-upstream-service-time": "34" }, "ResponseBody": { "status": "succeeded", - "createdDateTime": "2020-09-10T23:54:25Z", - "lastUpdatedDateTime": "2020-09-10T23:54:36Z", + "createdDateTime": "2020-10-30T13:01:09Z", + "lastUpdatedDateTime": "2020-10-30T13:01:15Z", "analyzeResult": { "version": "2.1.0", "readResults": [ @@ -1904,28 +1652,28 @@ } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/fff30656-43e9-4f8d-b637-e26fc9798ccb", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/00f52764-2c1d-4eba-b087-d0785983b030", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-c3b093371de7484780dd90c7c538e2f7-45fa3556eb168b4b-00", + "traceparent": "00-79fcc8c0434878489b754890201c6661-98a7bab39fcd824d-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "a96dc8ce99bf14f8076cc820d0a308a9", + "x-ms-client-request-id": "3203762d1a078b1d2c656309234da79d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 204, "ResponseHeaders": { - "apim-request-id": "bad65800-3ee5-4f7d-babc-33c1c96178e5", + "apim-request-id": "acd11e01-6cbb-4e8e-90c8-58f1aeaf09c3", "Content-Length": "0", - "Date": "Thu, 10 Sep 2020 23:54:37 GMT", + "Date": "Fri, 30 Oct 2020 13:01:16 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "32" + "x-envoy-upstream-service-time": "69" }, "ResponseBody": [] } @@ -1933,7 +1681,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-westcentralus.cognitiveservices.azure.com/", "RandomSeed": "991483851" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsWithoutLabels(True,True).json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsWithoutLabels(True,True).json index d51d055e82b48..e66067af237f1 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsWithoutLabels(True,True).json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsWithoutLabels(True,True).json @@ -1,17 +1,17 @@ { "Entries": [ { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "43", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-5f18d8606d8ac741b0314be77d7fbc17-747d640c896dee46-00", + "traceparent": "00-e1ebaf94772154409c69f0aad9ce2d48-66604d83e661e64a-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "b84f4dcea98b74bf4b51992627ef22a7", "x-ms-return-client-request-id": "true" @@ -22,25 +22,25 @@ }, "StatusCode": 201, "ResponseHeaders": { - "apim-request-id": "b0e55afb-f4cc-41a5-90b9-ee137871374d", + "apim-request-id": "d2b0a4ae-ebf4-4da4-b949-6ab93d654b81", "Content-Length": "0", - "Date": "Thu, 10 Sep 2020 23:51:22 GMT", - "Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/a52fa6cb-57cb-4baa-8b6e-1e8cabbebd07", + "Date": "Fri, 30 Oct 2020 12:54:12 GMT", + "Location": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/17f417fd-f6d0-43c4-9ba5-fdd48952ce7c", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "76" + "x-envoy-upstream-service-time": "72" }, "ResponseBody": [] }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/a52fa6cb-57cb-4baa-8b6e-1e8cabbebd07?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/17f417fd-f6d0-43c4-9ba5-fdd48952ce7c?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "66cba8ef6d4068292c90bc88fca5fb1b", "x-ms-return-client-request-id": "true" @@ -48,32 +48,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "78f7f17f-281d-4898-bcde-ad6a825beb32", + "apim-request-id": "e79637b8-c040-4f65-89ba-c63e39135735", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 10 Sep 2020 23:51:22 GMT", + "Date": "Fri, 30 Oct 2020 12:54:12 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": "a52fa6cb-57cb-4baa-8b6e-1e8cabbebd07", + "modelId": "17f417fd-f6d0-43c4-9ba5-fdd48952ce7c", "status": "creating", - "createdDateTime": "2020-09-10T23:51:22Z", - "lastUpdatedDateTime": "2020-09-10T23:51:22Z" + "createdDateTime": "2020-10-30T12:54:12Z", + "lastUpdatedDateTime": "2020-10-30T12:54:12Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/a52fa6cb-57cb-4baa-8b6e-1e8cabbebd07?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/17f417fd-f6d0-43c4-9ba5-fdd48952ce7c?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "5bb4c6b355092a05cc64786a0e586423", "x-ms-return-client-request-id": "true" @@ -81,32 +81,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "4fc16280-0aac-4b64-9d2a-575debf2b1f5", + "apim-request-id": "ab0f4493-a4b2-4b7c-958d-908e53fd0936", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 10 Sep 2020 23:51:23 GMT", + "Date": "Fri, 30 Oct 2020 12:54:13 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "18" + "x-envoy-upstream-service-time": "22" }, "ResponseBody": { "modelInfo": { - "modelId": "a52fa6cb-57cb-4baa-8b6e-1e8cabbebd07", + "modelId": "17f417fd-f6d0-43c4-9ba5-fdd48952ce7c", "status": "creating", - "createdDateTime": "2020-09-10T23:51:22Z", - "lastUpdatedDateTime": "2020-09-10T23:51:22Z" + "createdDateTime": "2020-10-30T12:54:12Z", + "lastUpdatedDateTime": "2020-10-30T12:54:12Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/a52fa6cb-57cb-4baa-8b6e-1e8cabbebd07?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/17f417fd-f6d0-43c4-9ba5-fdd48952ce7c?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "73b50ba48ba3619623e78bfaec3777a6", "x-ms-return-client-request-id": "true" @@ -114,32 +114,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "83b33a78-b8fd-438e-9273-12200fbfc2b3", + "apim-request-id": "49d90021-999e-46d5-b950-40928701cb90", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 10 Sep 2020 23:51:24 GMT", + "Date": "Fri, 30 Oct 2020 12:54:14 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": "26" }, "ResponseBody": { "modelInfo": { - "modelId": "a52fa6cb-57cb-4baa-8b6e-1e8cabbebd07", + "modelId": "17f417fd-f6d0-43c4-9ba5-fdd48952ce7c", "status": "creating", - "createdDateTime": "2020-09-10T23:51:22Z", - "lastUpdatedDateTime": "2020-09-10T23:51:22Z" + "createdDateTime": "2020-10-30T12:54:12Z", + "lastUpdatedDateTime": "2020-10-30T12:54:12Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/a52fa6cb-57cb-4baa-8b6e-1e8cabbebd07?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/17f417fd-f6d0-43c4-9ba5-fdd48952ce7c?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "61727d55c73a999da2a099dcf4be59d3", "x-ms-return-client-request-id": "true" @@ -147,32 +147,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "097f814f-3f33-4ba9-9b15-eafa7bf0739f", + "apim-request-id": "bc749404-3697-4c3c-b731-cbb947c0d5e1", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 10 Sep 2020 23:51:25 GMT", + "Date": "Fri, 30 Oct 2020 12:54:16 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": "48" }, "ResponseBody": { "modelInfo": { - "modelId": "a52fa6cb-57cb-4baa-8b6e-1e8cabbebd07", + "modelId": "17f417fd-f6d0-43c4-9ba5-fdd48952ce7c", "status": "creating", - "createdDateTime": "2020-09-10T23:51:22Z", - "lastUpdatedDateTime": "2020-09-10T23:51:22Z" + "createdDateTime": "2020-10-30T12:54:12Z", + "lastUpdatedDateTime": "2020-10-30T12:54:12Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/a52fa6cb-57cb-4baa-8b6e-1e8cabbebd07?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/17f417fd-f6d0-43c4-9ba5-fdd48952ce7c?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "f1e4992c87f027782f523721ca0a3e95", "x-ms-return-client-request-id": "true" @@ -180,32 +180,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "1e6b5837-e61f-4bd0-bd33-fff3f143a74d", + "apim-request-id": "7b6d2164-d691-4d33-92cc-47a5e6896361", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 10 Sep 2020 23:51:26 GMT", + "Date": "Fri, 30 Oct 2020 12:54:17 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": "22" }, "ResponseBody": { "modelInfo": { - "modelId": "a52fa6cb-57cb-4baa-8b6e-1e8cabbebd07", + "modelId": "17f417fd-f6d0-43c4-9ba5-fdd48952ce7c", "status": "creating", - "createdDateTime": "2020-09-10T23:51:22Z", - "lastUpdatedDateTime": "2020-09-10T23:51:22Z" + "createdDateTime": "2020-10-30T12:54:12Z", + "lastUpdatedDateTime": "2020-10-30T12:54:12Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/a52fa6cb-57cb-4baa-8b6e-1e8cabbebd07?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/17f417fd-f6d0-43c4-9ba5-fdd48952ce7c?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "9014d2ec03e5dde86d1bd102f1ba6c65", "x-ms-return-client-request-id": "true" @@ -213,32 +213,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "ba425bef-0331-4775-b5ed-097a6c623367", + "apim-request-id": "641de6f5-e118-4711-a648-3653b58ca4df", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 10 Sep 2020 23:51:27 GMT", + "Date": "Fri, 30 Oct 2020 12:54:19 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": "a52fa6cb-57cb-4baa-8b6e-1e8cabbebd07", + "modelId": "17f417fd-f6d0-43c4-9ba5-fdd48952ce7c", "status": "creating", - "createdDateTime": "2020-09-10T23:51:22Z", - "lastUpdatedDateTime": "2020-09-10T23:51:22Z" + "createdDateTime": "2020-10-30T12:54:12Z", + "lastUpdatedDateTime": "2020-10-30T12:54:12Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/a52fa6cb-57cb-4baa-8b6e-1e8cabbebd07?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/17f417fd-f6d0-43c4-9ba5-fdd48952ce7c?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "53ceb78e8652ceb5054b31e88f7ccf97", "x-ms-return-client-request-id": "true" @@ -246,32 +246,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "2f3dd04d-ca63-4981-b3eb-dfef995dcfc8", + "apim-request-id": "8c5f60bf-545a-49c3-aeb7-d9519baee20f", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 10 Sep 2020 23:51:28 GMT", + "Date": "Fri, 30 Oct 2020 12:54:20 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "32" + "x-envoy-upstream-service-time": "31" }, "ResponseBody": { "modelInfo": { - "modelId": "a52fa6cb-57cb-4baa-8b6e-1e8cabbebd07", + "modelId": "17f417fd-f6d0-43c4-9ba5-fdd48952ce7c", "status": "creating", - "createdDateTime": "2020-09-10T23:51:22Z", - "lastUpdatedDateTime": "2020-09-10T23:51:22Z" + "createdDateTime": "2020-10-30T12:54:12Z", + "lastUpdatedDateTime": "2020-10-30T12:54:12Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/a52fa6cb-57cb-4baa-8b6e-1e8cabbebd07?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/17f417fd-f6d0-43c4-9ba5-fdd48952ce7c?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "22ef0462c8a929eeb00683d4b6753674", "x-ms-return-client-request-id": "true" @@ -279,32 +279,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "1274fe13-f1bc-4452-82d7-ab8284e7195e", + "apim-request-id": "59ca451e-b7dc-47ab-abd0-765a7f35400b", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 10 Sep 2020 23:51:29 GMT", + "Date": "Fri, 30 Oct 2020 12:54:21 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": "21" }, "ResponseBody": { "modelInfo": { - "modelId": "a52fa6cb-57cb-4baa-8b6e-1e8cabbebd07", + "modelId": "17f417fd-f6d0-43c4-9ba5-fdd48952ce7c", "status": "creating", - "createdDateTime": "2020-09-10T23:51:22Z", - "lastUpdatedDateTime": "2020-09-10T23:51:22Z" + "createdDateTime": "2020-10-30T12:54:12Z", + "lastUpdatedDateTime": "2020-10-30T12:54:12Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/a52fa6cb-57cb-4baa-8b6e-1e8cabbebd07?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/17f417fd-f6d0-43c4-9ba5-fdd48952ce7c?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "1293d2e6ea3c66421d468b9ad1004df1", "x-ms-return-client-request-id": "true" @@ -312,32 +312,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "0fcaba6f-eb26-460a-aa21-97abe18a6880", + "apim-request-id": "70bc8f31-7e5b-4da3-8eb4-f74e8d66b30d", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 10 Sep 2020 23:51:30 GMT", + "Date": "Fri, 30 Oct 2020 12:54:22 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": "a52fa6cb-57cb-4baa-8b6e-1e8cabbebd07", + "modelId": "17f417fd-f6d0-43c4-9ba5-fdd48952ce7c", "status": "creating", - "createdDateTime": "2020-09-10T23:51:22Z", - "lastUpdatedDateTime": "2020-09-10T23:51:22Z" + "createdDateTime": "2020-10-30T12:54:12Z", + "lastUpdatedDateTime": "2020-10-30T12:54:12Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/a52fa6cb-57cb-4baa-8b6e-1e8cabbebd07?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/17f417fd-f6d0-43c4-9ba5-fdd48952ce7c?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "eda0394c4acbc5bbc9a5a24b02e0178f", "x-ms-return-client-request-id": "true" @@ -345,32 +345,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "3c9820f5-1978-4ced-b0fa-b1af9aa5f7ad", + "apim-request-id": "3c781b2f-d41f-4fa7-a23b-fdef7eba271b", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 10 Sep 2020 23:51:31 GMT", + "Date": "Fri, 30 Oct 2020 12:54:24 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "143" + "x-envoy-upstream-service-time": "18" }, "ResponseBody": { "modelInfo": { - "modelId": "a52fa6cb-57cb-4baa-8b6e-1e8cabbebd07", + "modelId": "17f417fd-f6d0-43c4-9ba5-fdd48952ce7c", "status": "creating", - "createdDateTime": "2020-09-10T23:51:22Z", - "lastUpdatedDateTime": "2020-09-10T23:51:22Z" + "createdDateTime": "2020-10-30T12:54:12Z", + "lastUpdatedDateTime": "2020-10-30T12:54:12Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/a52fa6cb-57cb-4baa-8b6e-1e8cabbebd07?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/17f417fd-f6d0-43c4-9ba5-fdd48952ce7c?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "bd01bd15bde8775bc18805623c5358b0", "x-ms-return-client-request-id": "true" @@ -378,9 +378,9 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "a4263685-5e6e-4ec3-8d5b-2fad046c0269", + "apim-request-id": "42109ecf-5c9f-4227-9ae3-0dd1fa9621b6", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 10 Sep 2020 23:51:32 GMT", + "Date": "Fri, 30 Oct 2020 12:54:25 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", @@ -388,22 +388,22 @@ }, "ResponseBody": { "modelInfo": { - "modelId": "a52fa6cb-57cb-4baa-8b6e-1e8cabbebd07", + "modelId": "17f417fd-f6d0-43c4-9ba5-fdd48952ce7c", "status": "creating", - "createdDateTime": "2020-09-10T23:51:22Z", - "lastUpdatedDateTime": "2020-09-10T23:51:22Z" + "createdDateTime": "2020-10-30T12:54:12Z", + "lastUpdatedDateTime": "2020-10-30T12:54:12Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/a52fa6cb-57cb-4baa-8b6e-1e8cabbebd07?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/17f417fd-f6d0-43c4-9ba5-fdd48952ce7c?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "7c8892b848d59ca916cd489747f7633c", "x-ms-return-client-request-id": "true" @@ -411,108 +411,9 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "cdcd8b3b-bbaa-4aca-926a-4ba794843955", + "apim-request-id": "f805e8b9-77ca-4956-a126-df7f6a522cf0", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 10 Sep 2020 23:51:33 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": "a52fa6cb-57cb-4baa-8b6e-1e8cabbebd07", - "status": "creating", - "createdDateTime": "2020-09-10T23:51:22Z", - "lastUpdatedDateTime": "2020-09-10T23:51:22Z" - } - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/a52fa6cb-57cb-4baa-8b6e-1e8cabbebd07?includeKeys=true", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "1485fc2e90fe8f08de282c4345598875", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "b1106ba6-3734-492c-a180-43ed6d3a43dc", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 10 Sep 2020 23:51:34 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "28" - }, - "ResponseBody": { - "modelInfo": { - "modelId": "a52fa6cb-57cb-4baa-8b6e-1e8cabbebd07", - "status": "creating", - "createdDateTime": "2020-09-10T23:51:22Z", - "lastUpdatedDateTime": "2020-09-10T23:51:22Z" - } - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/a52fa6cb-57cb-4baa-8b6e-1e8cabbebd07?includeKeys=true", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "6f92f24c9b58ccb91465a61b74c42fca", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "f9ad3b0a-be33-4d00-b7d4-191b8437375b", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 10 Sep 2020 23:51:35 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "20" - }, - "ResponseBody": { - "modelInfo": { - "modelId": "a52fa6cb-57cb-4baa-8b6e-1e8cabbebd07", - "status": "creating", - "createdDateTime": "2020-09-10T23:51:22Z", - "lastUpdatedDateTime": "2020-09-10T23:51:22Z" - } - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/a52fa6cb-57cb-4baa-8b6e-1e8cabbebd07?includeKeys=true", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "4033c82443ce28b18af89eac1c6557bd", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "ce10147f-e6c9-4feb-999a-7dd667bda591", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 10 Sep 2020 23:51:37 GMT", + "Date": "Fri, 30 Oct 2020 12:54:26 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", @@ -520,175 +421,43 @@ }, "ResponseBody": { "modelInfo": { - "modelId": "a52fa6cb-57cb-4baa-8b6e-1e8cabbebd07", - "status": "creating", - "createdDateTime": "2020-09-10T23:51:22Z", - "lastUpdatedDateTime": "2020-09-10T23:51:22Z" - } - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/a52fa6cb-57cb-4baa-8b6e-1e8cabbebd07?includeKeys=true", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "554ad245f46493e443b80098e9ec1a19", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "bfe8a587-4184-4263-8798-75571d751b1e", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 10 Sep 2020 23:51:38 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "54" - }, - "ResponseBody": { - "modelInfo": { - "modelId": "a52fa6cb-57cb-4baa-8b6e-1e8cabbebd07", + "modelId": "17f417fd-f6d0-43c4-9ba5-fdd48952ce7c", "status": "creating", - "createdDateTime": "2020-09-10T23:51:22Z", - "lastUpdatedDateTime": "2020-09-10T23:51:22Z" + "createdDateTime": "2020-10-30T12:54:12Z", + "lastUpdatedDateTime": "2020-10-30T12:54:12Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/a52fa6cb-57cb-4baa-8b6e-1e8cabbebd07?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/17f417fd-f6d0-43c4-9ba5-fdd48952ce7c?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "7c1e61f8482509a7416ae55ffc0cafae", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "093ec8fc-acb0-4577-a429-ec4349728d8d", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 10 Sep 2020 23:51:40 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": "a52fa6cb-57cb-4baa-8b6e-1e8cabbebd07", - "status": "creating", - "createdDateTime": "2020-09-10T23:51:22Z", - "lastUpdatedDateTime": "2020-09-10T23:51:22Z" - } - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/a52fa6cb-57cb-4baa-8b6e-1e8cabbebd07?includeKeys=true", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "a2d6e90eda7a3065e39ffd1643183e9d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "b850a4d3-04d6-44bf-9aa2-e0ee44fdf6c8", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 10 Sep 2020 23:51:41 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "26" - }, - "ResponseBody": { - "modelInfo": { - "modelId": "a52fa6cb-57cb-4baa-8b6e-1e8cabbebd07", - "status": "creating", - "createdDateTime": "2020-09-10T23:51:22Z", - "lastUpdatedDateTime": "2020-09-10T23:51:22Z" - } - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/a52fa6cb-57cb-4baa-8b6e-1e8cabbebd07?includeKeys=true", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "bab384ddda47fc972b4113f90f859736", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "e3fa912e-83e4-47e0-bf0b-8cda7905a575", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 10 Sep 2020 23:51:42 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "97" - }, - "ResponseBody": { - "modelInfo": { - "modelId": "a52fa6cb-57cb-4baa-8b6e-1e8cabbebd07", - "status": "creating", - "createdDateTime": "2020-09-10T23:51:22Z", - "lastUpdatedDateTime": "2020-09-10T23:51:22Z" - } - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/a52fa6cb-57cb-4baa-8b6e-1e8cabbebd07?includeKeys=true", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "ff8a520978161e9ffbed98854b90c529", + "x-ms-client-request-id": "1485fc2e90fe8f08de282c4345598875", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "f42d22bc-d350-4aa2-995e-f8cde167b3a1", + "apim-request-id": "9d4a3c9b-f67f-4969-b8f5-5d45ccb2ac04", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 10 Sep 2020 23:51:43 GMT", + "Date": "Fri, 30 Oct 2020 12:54:27 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": "18" }, "ResponseBody": { "modelInfo": { - "modelId": "a52fa6cb-57cb-4baa-8b6e-1e8cabbebd07", + "modelId": "17f417fd-f6d0-43c4-9ba5-fdd48952ce7c", "status": "ready", - "createdDateTime": "2020-09-10T23:51:22Z", - "lastUpdatedDateTime": "2020-09-10T23:51:42Z" + "createdDateTime": "2020-10-30T12:54:12Z", + "lastUpdatedDateTime": "2020-10-30T12:54:25Z" }, "keys": { "clusters": { @@ -758,247 +527,247 @@ } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/a52fa6cb-57cb-4baa-8b6e-1e8cabbebd07/analyze?includeTextDetails=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/17f417fd-f6d0-43c4-9ba5-fdd48952ce7c/analyze?includeTextDetails=true", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "479269", "Content-Type": "image/jpeg", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-4737b9f7fbdf6140829ffdbcfdc05bb6-74699b1454be7944-00", + "traceparent": "00-4c2b9d35ceb64c4491af5b7bbac0cfc1-a6365e172fe5344a-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "7781472bf458346651d97639c66c215e", + "x-ms-client-request-id": "6f92f24c9b58ccb91465a61b74c42fca", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "31b48b70-7af4-431e-a86f-084de33b15bf", + "apim-request-id": "70f6312f-effa-4d11-b701-f8e9a952265a", "Content-Length": "0", - "Date": "Thu, 10 Sep 2020 23:51:43 GMT", - "Operation-Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/a52fa6cb-57cb-4baa-8b6e-1e8cabbebd07/analyzeresults/d9413aac-330f-425b-ae1f-30fbe4784a24", + "Date": "Fri, 30 Oct 2020 12:54:28 GMT", + "Operation-Location": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/17f417fd-f6d0-43c4-9ba5-fdd48952ce7c/analyzeresults/8b010713-ba40-4c90-8654-4143c5799b76", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "153" + "x-envoy-upstream-service-time": "80" }, "ResponseBody": [] }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/a52fa6cb-57cb-4baa-8b6e-1e8cabbebd07/analyzeResults/d9413aac-330f-425b-ae1f-30fbe4784a24", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/17f417fd-f6d0-43c4-9ba5-fdd48952ce7c/analyzeResults/8b010713-ba40-4c90-8654-4143c5799b76", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "f10dc6083f8e6586e595bf594112b09a", + "x-ms-client-request-id": "4033c82443ce28b18af89eac1c6557bd", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "40cb7ec0-e42d-485d-a93d-4cfa1fe7b5f8", + "apim-request-id": "c4c0bb94-3e9e-4095-b1d4-405ce4300676", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 10 Sep 2020 23:51:43 GMT", + "Date": "Fri, 30 Oct 2020 12:54:28 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "33" + "x-envoy-upstream-service-time": "26" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-09-10T23:51:43Z", - "lastUpdatedDateTime": "2020-09-10T23:51:43Z" + "createdDateTime": "2020-10-30T12:54:28Z", + "lastUpdatedDateTime": "2020-10-30T12:54:28Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/a52fa6cb-57cb-4baa-8b6e-1e8cabbebd07/analyzeResults/d9413aac-330f-425b-ae1f-30fbe4784a24", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/17f417fd-f6d0-43c4-9ba5-fdd48952ce7c/analyzeResults/8b010713-ba40-4c90-8654-4143c5799b76", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "c7ceea7b1f0314ddeb55ae3d0166578f", + "x-ms-client-request-id": "554ad245f46493e443b80098e9ec1a19", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "283ddc00-bf45-427a-b9c9-8153244ef1e5", + "apim-request-id": "151a1d56-1d45-4cfb-9df3-a2ac9d6b366f", "Content-Length": "127", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 10 Sep 2020 23:51:49 GMT", + "Date": "Fri, 30 Oct 2020 12:54:29 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "5048" + "x-envoy-upstream-service-time": "25" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-09-10T23:51:43Z", - "lastUpdatedDateTime": "2020-09-10T23:51:44Z", + "createdDateTime": "2020-10-30T12:54:28Z", + "lastUpdatedDateTime": "2020-10-30T12:54:29Z", "analyzeResult": null } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/a52fa6cb-57cb-4baa-8b6e-1e8cabbebd07/analyzeResults/d9413aac-330f-425b-ae1f-30fbe4784a24", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/17f417fd-f6d0-43c4-9ba5-fdd48952ce7c/analyzeResults/8b010713-ba40-4c90-8654-4143c5799b76", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "847d3accd383ec9ac01c92c3350cf23f", + "x-ms-client-request-id": "7c1e61f8482509a7416ae55ffc0cafae", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "fd6334b7-0d4f-4dac-b05f-42e4a531eeb4", + "apim-request-id": "3a8d64ac-c5ca-4fc5-b37d-e196fcae2386", "Content-Length": "127", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 10 Sep 2020 23:51:50 GMT", + "Date": "Fri, 30 Oct 2020 12:54:31 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "20" + "x-envoy-upstream-service-time": "25" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-09-10T23:51:43Z", - "lastUpdatedDateTime": "2020-09-10T23:51:44Z", + "createdDateTime": "2020-10-30T12:54:28Z", + "lastUpdatedDateTime": "2020-10-30T12:54:29Z", "analyzeResult": null } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/a52fa6cb-57cb-4baa-8b6e-1e8cabbebd07/analyzeResults/d9413aac-330f-425b-ae1f-30fbe4784a24", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/17f417fd-f6d0-43c4-9ba5-fdd48952ce7c/analyzeResults/8b010713-ba40-4c90-8654-4143c5799b76", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "dbbddc28599de85be8f805389049637e", + "x-ms-client-request-id": "a2d6e90eda7a3065e39ffd1643183e9d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "28501371-7cf1-4df3-9150-63725ed07d57", + "apim-request-id": "6dc2d608-f96e-4800-82b6-a8efdf24a478", "Content-Length": "127", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 10 Sep 2020 23:51:51 GMT", + "Date": "Fri, 30 Oct 2020 12:54:32 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "27" + "x-envoy-upstream-service-time": "40" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-09-10T23:51:43Z", - "lastUpdatedDateTime": "2020-09-10T23:51:44Z", + "createdDateTime": "2020-10-30T12:54:28Z", + "lastUpdatedDateTime": "2020-10-30T12:54:29Z", "analyzeResult": null } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/a52fa6cb-57cb-4baa-8b6e-1e8cabbebd07/analyzeResults/d9413aac-330f-425b-ae1f-30fbe4784a24", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/17f417fd-f6d0-43c4-9ba5-fdd48952ce7c/analyzeResults/8b010713-ba40-4c90-8654-4143c5799b76", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "078d2f3d2b95a7164fe107e68d1adedf", + "x-ms-client-request-id": "bab384ddda47fc972b4113f90f859736", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "1537e1e9-99b5-4d35-a24d-20f33c28c644", + "apim-request-id": "1448f8a1-12b2-4124-bc15-438ad8147204", "Content-Length": "127", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 10 Sep 2020 23:51:52 GMT", + "Date": "Fri, 30 Oct 2020 12:54:33 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "81" + "x-envoy-upstream-service-time": "49" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-09-10T23:51:43Z", - "lastUpdatedDateTime": "2020-09-10T23:51:44Z", + "createdDateTime": "2020-10-30T12:54:28Z", + "lastUpdatedDateTime": "2020-10-30T12:54:29Z", "analyzeResult": null } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/a52fa6cb-57cb-4baa-8b6e-1e8cabbebd07/analyzeResults/d9413aac-330f-425b-ae1f-30fbe4784a24", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/17f417fd-f6d0-43c4-9ba5-fdd48952ce7c/analyzeResults/8b010713-ba40-4c90-8654-4143c5799b76", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "25146e637ca972f2de949c8bce625b77", + "x-ms-client-request-id": "ff8a520978161e9ffbed98854b90c529", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "ccfd97f1-194d-4526-a96f-95f38ef12f9c", + "apim-request-id": "3bb6adb5-39f3-473b-bc6c-1d275a794808", "Content-Length": "127", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 10 Sep 2020 23:51:53 GMT", + "Date": "Fri, 30 Oct 2020 12:54:34 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "154" + "x-envoy-upstream-service-time": "32" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-09-10T23:51:43Z", - "lastUpdatedDateTime": "2020-09-10T23:51:44Z", + "createdDateTime": "2020-10-30T12:54:28Z", + "lastUpdatedDateTime": "2020-10-30T12:54:29Z", "analyzeResult": null } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/a52fa6cb-57cb-4baa-8b6e-1e8cabbebd07/analyzeResults/d9413aac-330f-425b-ae1f-30fbe4784a24", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/17f417fd-f6d0-43c4-9ba5-fdd48952ce7c/analyzeResults/8b010713-ba40-4c90-8654-4143c5799b76", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "068513b9eb7efcaac5158bbb52745ace", + "x-ms-client-request-id": "7781472bf458346651d97639c66c215e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "dc46fd4a-117f-4bdd-8f65-b3646960a7c9", + "apim-request-id": "0b7bbab2-9fdf-4e9a-8144-332b2c8534a1", "Content-Length": "30800", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 10 Sep 2020 23:51:54 GMT", + "Date": "Fri, 30 Oct 2020 12:54:35 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": "36" }, "ResponseBody": { "status": "succeeded", - "createdDateTime": "2020-09-10T23:51:43Z", - "lastUpdatedDateTime": "2020-09-10T23:51:53Z", + "createdDateTime": "2020-10-30T12:54:28Z", + "lastUpdatedDateTime": "2020-10-30T12:54:35Z", "analyzeResult": { "version": "2.1.0", "readResults": [ @@ -4858,28 +4627,28 @@ } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/a52fa6cb-57cb-4baa-8b6e-1e8cabbebd07", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/17f417fd-f6d0-43c4-9ba5-fdd48952ce7c", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-af2fae34314262458e4974b60533419b-2a4b2499b86b054d-00", + "traceparent": "00-1bdd118bba05d5479f6f5216f5ca160d-91f16d9276a3c04a-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "22d5261a3d34c1d53d1b28008f8bd9ed", + "x-ms-client-request-id": "f10dc6083f8e6586e595bf594112b09a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 204, "ResponseHeaders": { - "apim-request-id": "8643721a-5659-42b3-899a-c22105d520b9", + "apim-request-id": "07078856-03dd-4d92-bb04-c231caee4bfa", "Content-Length": "0", - "Date": "Thu, 10 Sep 2020 23:51:54 GMT", + "Date": "Fri, 30 Oct 2020 12:54:37 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "54" + "x-envoy-upstream-service-time": "38" }, "ResponseBody": [] } @@ -4887,7 +4656,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-westcentralus.cognitiveservices.azure.com/", "RandomSeed": "1084832189" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsWithoutLabels(True,True)Async.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsWithoutLabels(True,True)Async.json index acdb5ffcc1063..52f6e27b1898a 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsWithoutLabels(True,True)Async.json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsWithoutLabels(True,True)Async.json @@ -1,17 +1,17 @@ { "Entries": [ { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "43", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-48ca45e8d3550749a221ce0bfff67d5a-65338fd466cf514c-00", + "traceparent": "00-3736d7f1136f5d4f89963b5c80d3b883-e56e3c24d4d23348-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "49f8874cea3143fd667cb55b8c753744", "x-ms-return-client-request-id": "true" @@ -22,25 +22,25 @@ }, "StatusCode": 201, "ResponseHeaders": { - "apim-request-id": "4b6a0d84-72cb-42f4-a91e-e68384b23b00", + "apim-request-id": "e622c694-0739-4020-9e33-1cf6fd377403", "Content-Length": "0", - "Date": "Thu, 10 Sep 2020 23:53:43 GMT", - "Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/abca1177-d13c-41cc-8b2f-017394a1acb9", + "Date": "Fri, 30 Oct 2020 13:00:30 GMT", + "Location": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/710862bb-f5c4-4947-aa29-b1e81e12a4a8", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "90" + "x-envoy-upstream-service-time": "185" }, "ResponseBody": [] }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/abca1177-d13c-41cc-8b2f-017394a1acb9?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/710862bb-f5c4-4947-aa29-b1e81e12a4a8?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "4b9ebfdd56368abbe1e11ccce79b6cb8", "x-ms-return-client-request-id": "true" @@ -48,32 +48,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "a7d59024-91cd-4112-afd4-52f80925c9da", + "apim-request-id": "7b7529c9-605e-48d4-9a72-cc6e43f1e9bc", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 10 Sep 2020 23:53:43 GMT", + "Date": "Fri, 30 Oct 2020 13:00:30 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": "abca1177-d13c-41cc-8b2f-017394a1acb9", + "modelId": "710862bb-f5c4-4947-aa29-b1e81e12a4a8", "status": "creating", - "createdDateTime": "2020-09-10T23:53:44Z", - "lastUpdatedDateTime": "2020-09-10T23:53:44Z" + "createdDateTime": "2020-10-30T13:00:30Z", + "lastUpdatedDateTime": "2020-10-30T13:00:30Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/abca1177-d13c-41cc-8b2f-017394a1acb9?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/710862bb-f5c4-4947-aa29-b1e81e12a4a8?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "7d9e466a099e7e3732d8f65ed59ddd8f", "x-ms-return-client-request-id": "true" @@ -81,32 +81,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "058d4fbb-ed01-4c33-85e2-8208d2debf09", + "apim-request-id": "255b752c-657b-4858-a192-73afd5143a53", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 10 Sep 2020 23:53:44 GMT", + "Date": "Fri, 30 Oct 2020 13:00:31 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "22" + "x-envoy-upstream-service-time": "31" }, "ResponseBody": { "modelInfo": { - "modelId": "abca1177-d13c-41cc-8b2f-017394a1acb9", + "modelId": "710862bb-f5c4-4947-aa29-b1e81e12a4a8", "status": "creating", - "createdDateTime": "2020-09-10T23:53:44Z", - "lastUpdatedDateTime": "2020-09-10T23:53:44Z" + "createdDateTime": "2020-10-30T13:00:30Z", + "lastUpdatedDateTime": "2020-10-30T13:00:30Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/abca1177-d13c-41cc-8b2f-017394a1acb9?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/710862bb-f5c4-4947-aa29-b1e81e12a4a8?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "c40eb2e582fbf60acc6e6750cd305cca", "x-ms-return-client-request-id": "true" @@ -114,32 +114,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "14a507d6-915e-4b81-b606-0098ea56cc44", + "apim-request-id": "cf35e570-b6cb-4015-9fd6-6d13b0825d17", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 10 Sep 2020 23:53:45 GMT", + "Date": "Fri, 30 Oct 2020 13:00:33 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": "23" }, "ResponseBody": { "modelInfo": { - "modelId": "abca1177-d13c-41cc-8b2f-017394a1acb9", + "modelId": "710862bb-f5c4-4947-aa29-b1e81e12a4a8", "status": "creating", - "createdDateTime": "2020-09-10T23:53:44Z", - "lastUpdatedDateTime": "2020-09-10T23:53:44Z" + "createdDateTime": "2020-10-30T13:00:30Z", + "lastUpdatedDateTime": "2020-10-30T13:00:30Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/abca1177-d13c-41cc-8b2f-017394a1acb9?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/710862bb-f5c4-4947-aa29-b1e81e12a4a8?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "45f1fc10bad6d4a6881f195e5f5cb444", "x-ms-return-client-request-id": "true" @@ -147,32 +147,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "53f9cf23-48a5-4a86-91df-d1c254c30061", + "apim-request-id": "b8fe3225-5129-49af-93e9-fe35eefd2441", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 10 Sep 2020 23:53:46 GMT", + "Date": "Fri, 30 Oct 2020 13:00:34 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": "19" }, "ResponseBody": { "modelInfo": { - "modelId": "abca1177-d13c-41cc-8b2f-017394a1acb9", + "modelId": "710862bb-f5c4-4947-aa29-b1e81e12a4a8", "status": "creating", - "createdDateTime": "2020-09-10T23:53:44Z", - "lastUpdatedDateTime": "2020-09-10T23:53:44Z" + "createdDateTime": "2020-10-30T13:00:30Z", + "lastUpdatedDateTime": "2020-10-30T13:00:30Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/abca1177-d13c-41cc-8b2f-017394a1acb9?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/710862bb-f5c4-4947-aa29-b1e81e12a4a8?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "34e68d03a78de8bd3ca8b12fa1e7b101", "x-ms-return-client-request-id": "true" @@ -180,32 +180,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "13294024-06ba-43dd-ae86-cfd62f252b11", + "apim-request-id": "0084533e-5cf0-4f2c-bc3f-1e9d46acfc33", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 10 Sep 2020 23:53:47 GMT", + "Date": "Fri, 30 Oct 2020 13:00:35 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": "22" }, "ResponseBody": { "modelInfo": { - "modelId": "abca1177-d13c-41cc-8b2f-017394a1acb9", + "modelId": "710862bb-f5c4-4947-aa29-b1e81e12a4a8", "status": "creating", - "createdDateTime": "2020-09-10T23:53:44Z", - "lastUpdatedDateTime": "2020-09-10T23:53:44Z" + "createdDateTime": "2020-10-30T13:00:30Z", + "lastUpdatedDateTime": "2020-10-30T13:00:30Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/abca1177-d13c-41cc-8b2f-017394a1acb9?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/710862bb-f5c4-4947-aa29-b1e81e12a4a8?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "d94e2c7c97ab2ab90b393cdb68ab976f", "x-ms-return-client-request-id": "true" @@ -213,9 +213,9 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "bdccb236-c9f6-4a70-b385-9d36106a1a6a", + "apim-request-id": "9cdfcb4a-4e3b-41c2-b8b7-153743c484c9", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 10 Sep 2020 23:53:49 GMT", + "Date": "Fri, 30 Oct 2020 13:00:37 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", @@ -223,22 +223,22 @@ }, "ResponseBody": { "modelInfo": { - "modelId": "abca1177-d13c-41cc-8b2f-017394a1acb9", + "modelId": "710862bb-f5c4-4947-aa29-b1e81e12a4a8", "status": "creating", - "createdDateTime": "2020-09-10T23:53:44Z", - "lastUpdatedDateTime": "2020-09-10T23:53:44Z" + "createdDateTime": "2020-10-30T13:00:30Z", + "lastUpdatedDateTime": "2020-10-30T13:00:30Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/abca1177-d13c-41cc-8b2f-017394a1acb9?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/710862bb-f5c4-4947-aa29-b1e81e12a4a8?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "404c23b92749693c3f09082e097632a1", "x-ms-return-client-request-id": "true" @@ -246,32 +246,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "71d0baf8-3f0a-4d34-9a44-b594ceab8864", + "apim-request-id": "2d6aa734-d763-4e86-bc5f-c1dd7e0afee3", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 10 Sep 2020 23:53:50 GMT", + "Date": "Fri, 30 Oct 2020 13:00:38 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": "23" }, "ResponseBody": { "modelInfo": { - "modelId": "abca1177-d13c-41cc-8b2f-017394a1acb9", + "modelId": "710862bb-f5c4-4947-aa29-b1e81e12a4a8", "status": "creating", - "createdDateTime": "2020-09-10T23:53:44Z", - "lastUpdatedDateTime": "2020-09-10T23:53:44Z" + "createdDateTime": "2020-10-30T13:00:30Z", + "lastUpdatedDateTime": "2020-10-30T13:00:30Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/abca1177-d13c-41cc-8b2f-017394a1acb9?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/710862bb-f5c4-4947-aa29-b1e81e12a4a8?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "32e2176edb0e6c98d3bc28546ae17f90", "x-ms-return-client-request-id": "true" @@ -279,32 +279,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "4dcc4357-7348-4bd5-b602-8d263c91df87", + "apim-request-id": "a5c6b9f8-f347-4152-b1bb-bdc6fd09bb10", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 10 Sep 2020 23:53:52 GMT", + "Date": "Fri, 30 Oct 2020 13:00:39 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": "22" }, "ResponseBody": { "modelInfo": { - "modelId": "abca1177-d13c-41cc-8b2f-017394a1acb9", + "modelId": "710862bb-f5c4-4947-aa29-b1e81e12a4a8", "status": "creating", - "createdDateTime": "2020-09-10T23:53:44Z", - "lastUpdatedDateTime": "2020-09-10T23:53:44Z" + "createdDateTime": "2020-10-30T13:00:30Z", + "lastUpdatedDateTime": "2020-10-30T13:00:30Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/abca1177-d13c-41cc-8b2f-017394a1acb9?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/710862bb-f5c4-4947-aa29-b1e81e12a4a8?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "7e764110709a54b7f0e599a28f8b2095", "x-ms-return-client-request-id": "true" @@ -312,32 +312,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "0f96cd9a-9d8e-4bcc-b2c5-47f5130d3981", + "apim-request-id": "4a8a4f3b-8790-4fa9-abf6-7257d38b4551", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 10 Sep 2020 23:53:53 GMT", + "Date": "Fri, 30 Oct 2020 13:00:40 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": "20" }, "ResponseBody": { "modelInfo": { - "modelId": "abca1177-d13c-41cc-8b2f-017394a1acb9", + "modelId": "710862bb-f5c4-4947-aa29-b1e81e12a4a8", "status": "creating", - "createdDateTime": "2020-09-10T23:53:44Z", - "lastUpdatedDateTime": "2020-09-10T23:53:44Z" + "createdDateTime": "2020-10-30T13:00:30Z", + "lastUpdatedDateTime": "2020-10-30T13:00:30Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/abca1177-d13c-41cc-8b2f-017394a1acb9?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/710862bb-f5c4-4947-aa29-b1e81e12a4a8?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "506d9b0764c9de608ae06c8dfee8fe5e", "x-ms-return-client-request-id": "true" @@ -345,9 +345,9 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "e6cee5b3-43ae-47bc-b6c0-66d16b06b6c6", + "apim-request-id": "6ec3b42e-9450-42d2-9f09-9b82c9fda3e0", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 10 Sep 2020 23:53:54 GMT", + "Date": "Fri, 30 Oct 2020 13:00:41 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", @@ -355,22 +355,22 @@ }, "ResponseBody": { "modelInfo": { - "modelId": "abca1177-d13c-41cc-8b2f-017394a1acb9", + "modelId": "710862bb-f5c4-4947-aa29-b1e81e12a4a8", "status": "creating", - "createdDateTime": "2020-09-10T23:53:44Z", - "lastUpdatedDateTime": "2020-09-10T23:53:44Z" + "createdDateTime": "2020-10-30T13:00:30Z", + "lastUpdatedDateTime": "2020-10-30T13:00:30Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/abca1177-d13c-41cc-8b2f-017394a1acb9?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/710862bb-f5c4-4947-aa29-b1e81e12a4a8?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "c81d778ab300fd06608d422941f6dd48", "x-ms-return-client-request-id": "true" @@ -378,53 +378,20 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "dcad9a99-6b46-48f7-ae08-efdf2361a6aa", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 10 Sep 2020 23:53:55 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": "abca1177-d13c-41cc-8b2f-017394a1acb9", - "status": "creating", - "createdDateTime": "2020-09-10T23:53:44Z", - "lastUpdatedDateTime": "2020-09-10T23:53:44Z" - } - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/abca1177-d13c-41cc-8b2f-017394a1acb9?includeKeys=true", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "cf4c939b2e74abc6e197f3ba032a5508", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "8544a6ec-153d-4236-868f-0418ccfa5252", + "apim-request-id": "dd570306-f22a-4615-89fd-0fac53fcaccc", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 10 Sep 2020 23:53:56 GMT", + "Date": "Fri, 30 Oct 2020 13:00:43 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": "17" }, "ResponseBody": { "modelInfo": { - "modelId": "abca1177-d13c-41cc-8b2f-017394a1acb9", + "modelId": "710862bb-f5c4-4947-aa29-b1e81e12a4a8", "status": "ready", - "createdDateTime": "2020-09-10T23:53:44Z", - "lastUpdatedDateTime": "2020-09-10T23:53:56Z" + "createdDateTime": "2020-10-30T13:00:30Z", + "lastUpdatedDateTime": "2020-10-30T13:00:42Z" }, "keys": { "clusters": { @@ -494,371 +461,307 @@ } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/abca1177-d13c-41cc-8b2f-017394a1acb9/analyze?includeTextDetails=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/710862bb-f5c4-4947-aa29-b1e81e12a4a8/analyze?includeTextDetails=true", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "479269", "Content-Type": "image/jpeg", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-83377eb594467f46bcf687e9dc2c7a23-61b9d22af4ca2246-00", + "traceparent": "00-18d9d9782ffcf34a85bc37f5227d30e0-724627d2173b7a46-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "17173be6586e5394946ff03c22369c94", + "x-ms-client-request-id": "cf4c939b2e74abc6e197f3ba032a5508", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "f29dee66-b2e1-4bd8-be06-648c7b1ba3c1", + "apim-request-id": "e591348a-1a7d-4284-ad68-549f426b1f6f", "Content-Length": "0", - "Date": "Thu, 10 Sep 2020 23:53:56 GMT", - "Operation-Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/abca1177-d13c-41cc-8b2f-017394a1acb9/analyzeresults/0bb1d805-197e-4f32-bdd4-7a94158896c5", + "Date": "Fri, 30 Oct 2020 13:00:44 GMT", + "Operation-Location": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/710862bb-f5c4-4947-aa29-b1e81e12a4a8/analyzeresults/1f07212f-db28-49a6-b56b-ae54e166712c", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "83" + "x-envoy-upstream-service-time": "150" }, "ResponseBody": [] }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/abca1177-d13c-41cc-8b2f-017394a1acb9/analyzeResults/0bb1d805-197e-4f32-bdd4-7a94158896c5", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/710862bb-f5c4-4947-aa29-b1e81e12a4a8/analyzeResults/1f07212f-db28-49a6-b56b-ae54e166712c", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "6bf124032e9b5be9b071e668c04cfa36", + "x-ms-client-request-id": "17173be6586e5394946ff03c22369c94", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "bcf7db47-b5bd-43d1-9a3f-efcf15514e68", + "apim-request-id": "c6555cd8-6479-4f01-ab6d-25cab430dd17", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 10 Sep 2020 23:53:56 GMT", + "Date": "Fri, 30 Oct 2020 13:00:44 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "25" + "x-envoy-upstream-service-time": "31" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-09-10T23:53:56Z", - "lastUpdatedDateTime": "2020-09-10T23:53:56Z" - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/abca1177-d13c-41cc-8b2f-017394a1acb9/analyzeResults/0bb1d805-197e-4f32-bdd4-7a94158896c5", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "05423a38c5de43dafff93a043e8a89aa", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "b2d35907-ee74-4296-a5e2-c41de45cde9b", - "Content-Length": "127", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 10 Sep 2020 23:53:57 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "25" - }, - "ResponseBody": { - "status": "running", - "createdDateTime": "2020-09-10T23:53:56Z", - "lastUpdatedDateTime": "2020-09-10T23:53:57Z", - "analyzeResult": null - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/abca1177-d13c-41cc-8b2f-017394a1acb9/analyzeResults/0bb1d805-197e-4f32-bdd4-7a94158896c5", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "dfb65ffaea38b76c51bb66fc712b9348", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "a52912b4-0aef-45a0-93ba-f89c8cf5607a", - "Content-Length": "127", - "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 10 Sep 2020 23:53:58 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "27" - }, - "ResponseBody": { - "status": "running", - "createdDateTime": "2020-09-10T23:53:56Z", - "lastUpdatedDateTime": "2020-09-10T23:53:57Z", - "analyzeResult": null + "createdDateTime": "2020-10-30T13:00:44Z", + "lastUpdatedDateTime": "2020-10-30T13:00:44Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/abca1177-d13c-41cc-8b2f-017394a1acb9/analyzeResults/0bb1d805-197e-4f32-bdd4-7a94158896c5", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/710862bb-f5c4-4947-aa29-b1e81e12a4a8/analyzeResults/1f07212f-db28-49a6-b56b-ae54e166712c", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "e803ba7596f43db64aae6ba1f4e51d25", + "x-ms-client-request-id": "6bf124032e9b5be9b071e668c04cfa36", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "5f8ca751-795b-4301-8a01-7cd4595eb3ba", - "Content-Length": "127", + "apim-request-id": "24646b04-89e0-42b5-aa0f-841bfa9d2fd3", + "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 10 Sep 2020 23:53:59 GMT", + "Date": "Fri, 30 Oct 2020 13:00:45 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": "26" }, "ResponseBody": { - "status": "running", - "createdDateTime": "2020-09-10T23:53:56Z", - "lastUpdatedDateTime": "2020-09-10T23:53:57Z", - "analyzeResult": null + "status": "notStarted", + "createdDateTime": "2020-10-30T13:00:44Z", + "lastUpdatedDateTime": "2020-10-30T13:00:44Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/abca1177-d13c-41cc-8b2f-017394a1acb9/analyzeResults/0bb1d805-197e-4f32-bdd4-7a94158896c5", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/710862bb-f5c4-4947-aa29-b1e81e12a4a8/analyzeResults/1f07212f-db28-49a6-b56b-ae54e166712c", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "616e3ce81a954efdcd8bb4225eddd1d3", + "x-ms-client-request-id": "05423a38c5de43dafff93a043e8a89aa", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "eab56559-a621-4ba2-ac53-ba32475c868e", - "Content-Length": "127", + "apim-request-id": "15416f0f-0ed8-4a63-91fe-f2a87344bc27", + "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 10 Sep 2020 23:54:00 GMT", + "Date": "Fri, 30 Oct 2020 13:00:46 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": "53" }, "ResponseBody": { - "status": "running", - "createdDateTime": "2020-09-10T23:53:56Z", - "lastUpdatedDateTime": "2020-09-10T23:53:57Z", - "analyzeResult": null + "status": "notStarted", + "createdDateTime": "2020-10-30T13:00:44Z", + "lastUpdatedDateTime": "2020-10-30T13:00:44Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/abca1177-d13c-41cc-8b2f-017394a1acb9/analyzeResults/0bb1d805-197e-4f32-bdd4-7a94158896c5", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/710862bb-f5c4-4947-aa29-b1e81e12a4a8/analyzeResults/1f07212f-db28-49a6-b56b-ae54e166712c", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "838ff266a08763b6a87994897ecbc36c", + "x-ms-client-request-id": "dfb65ffaea38b76c51bb66fc712b9348", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "000523d2-9748-4f88-8d52-0c7546530633", + "apim-request-id": "0c0b593e-f0ac-4143-b79d-a974f87017de", "Content-Length": "127", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 10 Sep 2020 23:54:01 GMT", + "Date": "Fri, 30 Oct 2020 13:00:47 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "20" + "x-envoy-upstream-service-time": "23" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-09-10T23:53:56Z", - "lastUpdatedDateTime": "2020-09-10T23:53:57Z", + "createdDateTime": "2020-10-30T13:00:44Z", + "lastUpdatedDateTime": "2020-10-30T13:00:46Z", "analyzeResult": null } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/abca1177-d13c-41cc-8b2f-017394a1acb9/analyzeResults/0bb1d805-197e-4f32-bdd4-7a94158896c5", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/710862bb-f5c4-4947-aa29-b1e81e12a4a8/analyzeResults/1f07212f-db28-49a6-b56b-ae54e166712c", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "3414419e32bd5ab2bcb51b68e293df6c", + "x-ms-client-request-id": "e803ba7596f43db64aae6ba1f4e51d25", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "706180f5-8d02-42da-9462-05d406662561", + "apim-request-id": "d4b89528-0761-4391-884a-f8aff53efe77", "Content-Length": "127", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 10 Sep 2020 23:54:02 GMT", + "Date": "Fri, 30 Oct 2020 13:00:49 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": "28" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-09-10T23:53:56Z", - "lastUpdatedDateTime": "2020-09-10T23:53:57Z", + "createdDateTime": "2020-10-30T13:00:44Z", + "lastUpdatedDateTime": "2020-10-30T13:00:46Z", "analyzeResult": null } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/abca1177-d13c-41cc-8b2f-017394a1acb9/analyzeResults/0bb1d805-197e-4f32-bdd4-7a94158896c5", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/710862bb-f5c4-4947-aa29-b1e81e12a4a8/analyzeResults/1f07212f-db28-49a6-b56b-ae54e166712c", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "013b98dd9956479e860ab81c8574cf02", + "x-ms-client-request-id": "616e3ce81a954efdcd8bb4225eddd1d3", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "08c78d22-cce9-4074-8c22-b880adcfec6f", + "apim-request-id": "d55993e0-b320-4da9-acaf-062e0938cc27", "Content-Length": "127", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 10 Sep 2020 23:54:03 GMT", + "Date": "Fri, 30 Oct 2020 13:00:50 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": "26" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-09-10T23:53:56Z", - "lastUpdatedDateTime": "2020-09-10T23:53:57Z", + "createdDateTime": "2020-10-30T13:00:44Z", + "lastUpdatedDateTime": "2020-10-30T13:00:46Z", "analyzeResult": null } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/abca1177-d13c-41cc-8b2f-017394a1acb9/analyzeResults/0bb1d805-197e-4f32-bdd4-7a94158896c5", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/710862bb-f5c4-4947-aa29-b1e81e12a4a8/analyzeResults/1f07212f-db28-49a6-b56b-ae54e166712c", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "1d8447c79cc934153f34c7d1854d8115", + "x-ms-client-request-id": "838ff266a08763b6a87994897ecbc36c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "feebf17b-432d-4849-9d01-2d3f38c6c413", + "apim-request-id": "7007ba77-8165-41c6-b210-7625d6d4b718", "Content-Length": "127", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 10 Sep 2020 23:54:04 GMT", + "Date": "Fri, 30 Oct 2020 13:00:51 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-09-10T23:53:56Z", - "lastUpdatedDateTime": "2020-09-10T23:53:57Z", + "createdDateTime": "2020-10-30T13:00:44Z", + "lastUpdatedDateTime": "2020-10-30T13:00:46Z", "analyzeResult": null } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/abca1177-d13c-41cc-8b2f-017394a1acb9/analyzeResults/0bb1d805-197e-4f32-bdd4-7a94158896c5", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/710862bb-f5c4-4947-aa29-b1e81e12a4a8/analyzeResults/1f07212f-db28-49a6-b56b-ae54e166712c", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "e5ac2899c18f0416a2ccaeb37996d448", + "x-ms-client-request-id": "3414419e32bd5ab2bcb51b68e293df6c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "234c0f8f-47d7-4373-80cb-fda2c1b2b9d0", + "apim-request-id": "62b773f1-097a-4902-8d34-f54fdecf016b", "Content-Length": "127", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 10 Sep 2020 23:54:05 GMT", + "Date": "Fri, 30 Oct 2020 13:00:52 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "23" + "x-envoy-upstream-service-time": "27" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-09-10T23:53:56Z", - "lastUpdatedDateTime": "2020-09-10T23:53:57Z", + "createdDateTime": "2020-10-30T13:00:44Z", + "lastUpdatedDateTime": "2020-10-30T13:00:46Z", "analyzeResult": null } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/abca1177-d13c-41cc-8b2f-017394a1acb9/analyzeResults/0bb1d805-197e-4f32-bdd4-7a94158896c5", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/710862bb-f5c4-4947-aa29-b1e81e12a4a8/analyzeResults/1f07212f-db28-49a6-b56b-ae54e166712c", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "9aa119e5c10f40a38307c121d2cdc239", + "x-ms-client-request-id": "013b98dd9956479e860ab81c8574cf02", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "29421e91-c958-4f02-a180-331ed4fc4800", + "apim-request-id": "ff78038d-6fb8-4cea-8f61-d6e0d4834b34", "Content-Length": "30800", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 10 Sep 2020 23:54:07 GMT", + "Date": "Fri, 30 Oct 2020 13:00:54 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", "x-envoy-upstream-service-time": "29" }, "ResponseBody": { "status": "succeeded", - "createdDateTime": "2020-09-10T23:53:56Z", - "lastUpdatedDateTime": "2020-09-10T23:54:06Z", + "createdDateTime": "2020-10-30T13:00:44Z", + "lastUpdatedDateTime": "2020-10-30T13:00:52Z", "analyzeResult": { "version": "2.1.0", "readResults": [ @@ -4718,28 +4621,28 @@ } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/abca1177-d13c-41cc-8b2f-017394a1acb9", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/710862bb-f5c4-4947-aa29-b1e81e12a4a8", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-416a4db5844baa4b919c21f26f64f209-9584785856534b45-00", + "traceparent": "00-d31bade0413081448a6f7799bedf84f0-fe4471c462d7294b-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200910.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "5d82a389eac70572317f7bfcee62baa9", + "x-ms-client-request-id": "1d8447c79cc934153f34c7d1854d8115", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 204, "ResponseHeaders": { - "apim-request-id": "10308304-43c6-43e3-8b46-737f660c234b", + "apim-request-id": "64808d4b-177c-4fbe-9057-40a4a8125de8", "Content-Length": "0", - "Date": "Thu, 10 Sep 2020 23:54:07 GMT", + "Date": "Fri, 30 Oct 2020 13:00:54 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "32" + "x-envoy-upstream-service-time": "28" }, "ResponseBody": [] } @@ -4747,7 +4650,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-westcentralus.cognitiveservices.azure.com/", "RandomSeed": "1967656205" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsWithoutLabelsCanParseBlankPage.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsWithoutLabelsCanParseBlankPage.json index 8a6f9fadd7bb9..915b2148f8902 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsWithoutLabelsCanParseBlankPage.json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsWithoutLabelsCanParseBlankPage.json @@ -1,17 +1,17 @@ { "Entries": [ { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "43", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-11f51a14fd20434994bedc1d1877531e-5194e7082e7e764b-00", + "traceparent": "00-b855c89d87f4ce408b90a325d2090537-8847ebd5448d624e-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "b067a373a2505d8d86960ef96352f5ae", "x-ms-return-client-request-id": "true" @@ -22,25 +22,25 @@ }, "StatusCode": 201, "ResponseHeaders": { - "apim-request-id": "4d6d8ad1-1743-4fb2-896e-4b682f4255bb", + "apim-request-id": "d7b7cabc-d8bf-4f61-be14-995c5ce9a727", "Content-Length": "0", - "Date": "Wed, 09 Sep 2020 22:28:58 GMT", - "Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/ff4a5acf-f3e3-48b7-bb28-70491cf08633", + "Date": "Fri, 30 Oct 2020 12:51:05 GMT", + "Location": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/2e03b053-5faa-4f2a-8f43-3128ca5d2f59", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "260" + "x-envoy-upstream-service-time": "209" }, "ResponseBody": [] }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/ff4a5acf-f3e3-48b7-bb28-70491cf08633?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/2e03b053-5faa-4f2a-8f43-3128ca5d2f59?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "725bfe62e9a0f7b6cb6e060d3a45943f", "x-ms-return-client-request-id": "true" @@ -48,32 +48,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "4247f38c-d078-42c5-8271-bbd3abd15fe5", + "apim-request-id": "2d862cbe-ebc3-48fd-962d-fcacfa96dac9", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:28:58 GMT", + "Date": "Fri, 30 Oct 2020 12:51:05 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": "91" }, "ResponseBody": { "modelInfo": { - "modelId": "ff4a5acf-f3e3-48b7-bb28-70491cf08633", + "modelId": "2e03b053-5faa-4f2a-8f43-3128ca5d2f59", "status": "creating", - "createdDateTime": "2020-09-09T22:28:58Z", - "lastUpdatedDateTime": "2020-09-09T22:28:58Z" + "createdDateTime": "2020-10-30T12:51:05Z", + "lastUpdatedDateTime": "2020-10-30T12:51:05Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/ff4a5acf-f3e3-48b7-bb28-70491cf08633?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/2e03b053-5faa-4f2a-8f43-3128ca5d2f59?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "6b848f633cbc80f75e6ca714cc277098", "x-ms-return-client-request-id": "true" @@ -81,32 +81,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "de67ce21-38c2-4b90-bdea-e61b8bfc9b97", + "apim-request-id": "34c47fb4-f106-499e-be9d-4a5749621cd3", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:28:59 GMT", + "Date": "Fri, 30 Oct 2020 12:51:07 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "46" + "x-envoy-upstream-service-time": "89" }, "ResponseBody": { "modelInfo": { - "modelId": "ff4a5acf-f3e3-48b7-bb28-70491cf08633", + "modelId": "2e03b053-5faa-4f2a-8f43-3128ca5d2f59", "status": "creating", - "createdDateTime": "2020-09-09T22:28:58Z", - "lastUpdatedDateTime": "2020-09-09T22:28:58Z" + "createdDateTime": "2020-10-30T12:51:05Z", + "lastUpdatedDateTime": "2020-10-30T12:51:05Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/ff4a5acf-f3e3-48b7-bb28-70491cf08633?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/2e03b053-5faa-4f2a-8f43-3128ca5d2f59?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "8146cb7517788af5ed6fe4e29b7f2240", "x-ms-return-client-request-id": "true" @@ -114,32 +114,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "838201f1-8fbf-4534-a4d0-c05cc13d56b7", + "apim-request-id": "278609cf-917a-488e-aa2c-ee4c0ba4245b", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:29:00 GMT", + "Date": "Fri, 30 Oct 2020 12:51:08 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": "142" }, "ResponseBody": { "modelInfo": { - "modelId": "ff4a5acf-f3e3-48b7-bb28-70491cf08633", + "modelId": "2e03b053-5faa-4f2a-8f43-3128ca5d2f59", "status": "creating", - "createdDateTime": "2020-09-09T22:28:58Z", - "lastUpdatedDateTime": "2020-09-09T22:28:58Z" + "createdDateTime": "2020-10-30T12:51:05Z", + "lastUpdatedDateTime": "2020-10-30T12:51:05Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/ff4a5acf-f3e3-48b7-bb28-70491cf08633?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/2e03b053-5faa-4f2a-8f43-3128ca5d2f59?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "d396ce018acd25f107db143441a22aa3", "x-ms-return-client-request-id": "true" @@ -147,32 +147,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "35c3d0f1-f957-484c-a100-7d4c21059fed", + "apim-request-id": "d792a032-178a-4da3-9c71-8b4f476811fd", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:29:01 GMT", + "Date": "Fri, 30 Oct 2020 12:51:09 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "30" + "x-envoy-upstream-service-time": "95" }, "ResponseBody": { "modelInfo": { - "modelId": "ff4a5acf-f3e3-48b7-bb28-70491cf08633", + "modelId": "2e03b053-5faa-4f2a-8f43-3128ca5d2f59", "status": "creating", - "createdDateTime": "2020-09-09T22:28:58Z", - "lastUpdatedDateTime": "2020-09-09T22:28:58Z" + "createdDateTime": "2020-10-30T12:51:05Z", + "lastUpdatedDateTime": "2020-10-30T12:51:05Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/ff4a5acf-f3e3-48b7-bb28-70491cf08633?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/2e03b053-5faa-4f2a-8f43-3128ca5d2f59?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "6f986dfd12ff4cc69afa7e4d5714e4de", "x-ms-return-client-request-id": "true" @@ -180,32 +180,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "834a2c8c-6f9c-46db-aa2f-fb88525fb612", + "apim-request-id": "ec62a797-83db-47ef-b6f1-8e4c07c6a080", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:29:02 GMT", + "Date": "Fri, 30 Oct 2020 12:51:10 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": "128" }, "ResponseBody": { "modelInfo": { - "modelId": "ff4a5acf-f3e3-48b7-bb28-70491cf08633", + "modelId": "2e03b053-5faa-4f2a-8f43-3128ca5d2f59", "status": "creating", - "createdDateTime": "2020-09-09T22:28:58Z", - "lastUpdatedDateTime": "2020-09-09T22:28:58Z" + "createdDateTime": "2020-10-30T12:51:05Z", + "lastUpdatedDateTime": "2020-10-30T12:51:05Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/ff4a5acf-f3e3-48b7-bb28-70491cf08633?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/2e03b053-5faa-4f2a-8f43-3128ca5d2f59?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "fe1267499c91ebcbd9207a9d03c1484b", "x-ms-return-client-request-id": "true" @@ -213,32 +213,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "0990a8e9-77cb-42eb-9539-77b57effbd10", + "apim-request-id": "f7107270-edfe-45b2-a6a4-7419183e64a5", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:29:03 GMT", + "Date": "Fri, 30 Oct 2020 12:51:12 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": "42" }, "ResponseBody": { "modelInfo": { - "modelId": "ff4a5acf-f3e3-48b7-bb28-70491cf08633", + "modelId": "2e03b053-5faa-4f2a-8f43-3128ca5d2f59", "status": "creating", - "createdDateTime": "2020-09-09T22:28:58Z", - "lastUpdatedDateTime": "2020-09-09T22:28:58Z" + "createdDateTime": "2020-10-30T12:51:05Z", + "lastUpdatedDateTime": "2020-10-30T12:51:05Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/ff4a5acf-f3e3-48b7-bb28-70491cf08633?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/2e03b053-5faa-4f2a-8f43-3128ca5d2f59?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "2ee44145b3e7ee40074939d30ba4cef2", "x-ms-return-client-request-id": "true" @@ -246,32 +246,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "aceb859a-1284-4165-bfc2-5109ea4c5608", + "apim-request-id": "7b96a04d-dfb1-4cfa-84ae-7265a355d1b4", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:29:04 GMT", + "Date": "Fri, 30 Oct 2020 12:51:13 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": "32" }, "ResponseBody": { "modelInfo": { - "modelId": "ff4a5acf-f3e3-48b7-bb28-70491cf08633", + "modelId": "2e03b053-5faa-4f2a-8f43-3128ca5d2f59", "status": "creating", - "createdDateTime": "2020-09-09T22:28:58Z", - "lastUpdatedDateTime": "2020-09-09T22:28:58Z" + "createdDateTime": "2020-10-30T12:51:05Z", + "lastUpdatedDateTime": "2020-10-30T12:51:05Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/ff4a5acf-f3e3-48b7-bb28-70491cf08633?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/2e03b053-5faa-4f2a-8f43-3128ca5d2f59?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "d9ea35f62c8f6012a2ac95df982948d8", "x-ms-return-client-request-id": "true" @@ -279,32 +279,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "49b62076-60cf-4119-9a78-7badfc20e419", + "apim-request-id": "9c584786-67d5-4ee9-a07a-aaecf936757e", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:29:05 GMT", + "Date": "Fri, 30 Oct 2020 12:51:14 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": "17" }, "ResponseBody": { "modelInfo": { - "modelId": "ff4a5acf-f3e3-48b7-bb28-70491cf08633", + "modelId": "2e03b053-5faa-4f2a-8f43-3128ca5d2f59", "status": "creating", - "createdDateTime": "2020-09-09T22:28:58Z", - "lastUpdatedDateTime": "2020-09-09T22:28:58Z" + "createdDateTime": "2020-10-30T12:51:05Z", + "lastUpdatedDateTime": "2020-10-30T12:51:05Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/ff4a5acf-f3e3-48b7-bb28-70491cf08633?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/2e03b053-5faa-4f2a-8f43-3128ca5d2f59?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "160733b1b63095f62623f64763f8df34", "x-ms-return-client-request-id": "true" @@ -312,32 +312,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "42e8d4d7-93aa-4a9b-9699-abe662a25a55", + "apim-request-id": "ef3ba822-eda0-4334-be41-fc283e28a010", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:29:06 GMT", + "Date": "Fri, 30 Oct 2020 12:51:15 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": "25" }, "ResponseBody": { "modelInfo": { - "modelId": "ff4a5acf-f3e3-48b7-bb28-70491cf08633", + "modelId": "2e03b053-5faa-4f2a-8f43-3128ca5d2f59", "status": "creating", - "createdDateTime": "2020-09-09T22:28:58Z", - "lastUpdatedDateTime": "2020-09-09T22:28:58Z" + "createdDateTime": "2020-10-30T12:51:05Z", + "lastUpdatedDateTime": "2020-10-30T12:51:05Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/ff4a5acf-f3e3-48b7-bb28-70491cf08633?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/2e03b053-5faa-4f2a-8f43-3128ca5d2f59?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "cda788516fd619bb2e838b3a1d6156de", "x-ms-return-client-request-id": "true" @@ -345,32 +345,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "7fcd3131-8586-4a36-861e-d467de92ad74", + "apim-request-id": "4e9331e5-3719-41e6-8159-a0eff54a8d87", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:29:07 GMT", + "Date": "Fri, 30 Oct 2020 12:51:17 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": "20" }, "ResponseBody": { "modelInfo": { - "modelId": "ff4a5acf-f3e3-48b7-bb28-70491cf08633", + "modelId": "2e03b053-5faa-4f2a-8f43-3128ca5d2f59", "status": "creating", - "createdDateTime": "2020-09-09T22:28:58Z", - "lastUpdatedDateTime": "2020-09-09T22:28:58Z" + "createdDateTime": "2020-10-30T12:51:05Z", + "lastUpdatedDateTime": "2020-10-30T12:51:05Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/ff4a5acf-f3e3-48b7-bb28-70491cf08633?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/2e03b053-5faa-4f2a-8f43-3128ca5d2f59?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "d8216001b79c40c13e54b36b35cafcaa", "x-ms-return-client-request-id": "true" @@ -378,86 +378,20 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "740bb4e7-9927-43b1-90a8-8c2155251cc6", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:29:09 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "29" - }, - "ResponseBody": { - "modelInfo": { - "modelId": "ff4a5acf-f3e3-48b7-bb28-70491cf08633", - "status": "creating", - "createdDateTime": "2020-09-09T22:28:58Z", - "lastUpdatedDateTime": "2020-09-09T22:28:58Z" - } - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/ff4a5acf-f3e3-48b7-bb28-70491cf08633?includeKeys=true", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "108d61cc7a81420277eee7ac2abc78c5", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "55a83848-1468-4b4e-8520-e228547e6cc4", + "apim-request-id": "d5c453ba-2b0d-442d-a0cf-8c10cbbbf7da", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:29:10 GMT", + "Date": "Fri, 30 Oct 2020 12:51:18 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "22" + "x-envoy-upstream-service-time": "21" }, "ResponseBody": { "modelInfo": { - "modelId": "ff4a5acf-f3e3-48b7-bb28-70491cf08633", - "status": "creating", - "createdDateTime": "2020-09-09T22:28:58Z", - "lastUpdatedDateTime": "2020-09-09T22:28:58Z" - } - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/ff4a5acf-f3e3-48b7-bb28-70491cf08633?includeKeys=true", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "034617cc07d69a97c6678f81bc4fe364", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "f057d81a-867a-407a-b88e-bb06f4841919", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:29:11 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": "ff4a5acf-f3e3-48b7-bb28-70491cf08633", + "modelId": "2e03b053-5faa-4f2a-8f43-3128ca5d2f59", "status": "ready", - "createdDateTime": "2020-09-09T22:28:58Z", - "lastUpdatedDateTime": "2020-09-09T22:29:10Z" + "createdDateTime": "2020-10-30T12:51:05Z", + "lastUpdatedDateTime": "2020-10-30T12:51:17Z" }, "keys": { "clusters": { @@ -527,371 +461,309 @@ } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/ff4a5acf-f3e3-48b7-bb28-70491cf08633/analyze?includeTextDetails=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/2e03b053-5faa-4f2a-8f43-3128ca5d2f59/analyze?includeTextDetails=true", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "25662", "Content-Type": "application/pdf", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-865c75c40b6be54db313cbc8f6ee1ed5-46a3b04f5bb54744-00", + "traceparent": "00-d4c85071b821cd4794a7a347482971d7-eaec90646aa37046-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "bc6ee18646d3865c5ede61aecf151582", + "x-ms-client-request-id": "108d61cc7a81420277eee7ac2abc78c5", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "5a4114dc-abb8-4515-bc11-401b2a19ee6a", + "apim-request-id": "960d908f-724e-4dbe-939b-58c58bf5267f", "Content-Length": "0", - "Date": "Wed, 09 Sep 2020 22:29:11 GMT", - "Operation-Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/ff4a5acf-f3e3-48b7-bb28-70491cf08633/analyzeresults/998d2a48-69bc-4c6c-b1cd-8b6fffe8d099", + "Date": "Fri, 30 Oct 2020 12:51:18 GMT", + "Operation-Location": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/2e03b053-5faa-4f2a-8f43-3128ca5d2f59/analyzeresults/b5dca0ef-b649-4173-ab97-f3dd89183b48", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "98" + "x-envoy-upstream-service-time": "111" }, "ResponseBody": [] }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/ff4a5acf-f3e3-48b7-bb28-70491cf08633/analyzeResults/998d2a48-69bc-4c6c-b1cd-8b6fffe8d099", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/2e03b053-5faa-4f2a-8f43-3128ca5d2f59/analyzeResults/b5dca0ef-b649-4173-ab97-f3dd89183b48", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "1d9eeddcf984c5d3c9f3491aeb808627", + "x-ms-client-request-id": "034617cc07d69a97c6678f81bc4fe364", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "4e49ed0b-3f65-4ab2-b7fc-db29e3d03fb0", + "apim-request-id": "ba0c84f7-9fa8-4c8f-8cc4-65629ea61ddc", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:29:11 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-09-09T22:29:11Z", - "lastUpdatedDateTime": "2020-09-09T22:29:11Z" - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/ff4a5acf-f3e3-48b7-bb28-70491cf08633/analyzeResults/998d2a48-69bc-4c6c-b1cd-8b6fffe8d099", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "4925830bbb4e86f2bbc0a5f7a6e9cab1", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "cccc530e-1f1a-4fb4-ab13-9def8e216d44", - "Content-Length": "127", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:29:12 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "100" - }, - "ResponseBody": { - "status": "running", - "createdDateTime": "2020-09-09T22:29:11Z", - "lastUpdatedDateTime": "2020-09-09T22:29:12Z", - "analyzeResult": null - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/ff4a5acf-f3e3-48b7-bb28-70491cf08633/analyzeResults/998d2a48-69bc-4c6c-b1cd-8b6fffe8d099", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "cea40c51c6b08ddf0da8f2e0fd429add", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "ea2e48f6-c7c2-4acd-aa73-3993d4f3231d", - "Content-Length": "127", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:29:13 GMT", + "Date": "Fri, 30 Oct 2020 12:51:18 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", "x-envoy-upstream-service-time": "24" }, "ResponseBody": { - "status": "running", - "createdDateTime": "2020-09-09T22:29:11Z", - "lastUpdatedDateTime": "2020-09-09T22:29:12Z", - "analyzeResult": null + "status": "notStarted", + "createdDateTime": "2020-10-30T12:51:18Z", + "lastUpdatedDateTime": "2020-10-30T12:51:18Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/ff4a5acf-f3e3-48b7-bb28-70491cf08633/analyzeResults/998d2a48-69bc-4c6c-b1cd-8b6fffe8d099", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/2e03b053-5faa-4f2a-8f43-3128ca5d2f59/analyzeResults/b5dca0ef-b649-4173-ab97-f3dd89183b48", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "4ca23958ccef2034fa1862c453db1ee0", + "x-ms-client-request-id": "bc6ee18646d3865c5ede61aecf151582", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "49346098-48d8-4b40-980d-8c08d689a250", + "apim-request-id": "1115544a-20db-4060-a818-f12951361034", "Content-Length": "127", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:29:14 GMT", + "Date": "Fri, 30 Oct 2020 12:51:19 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "20" + "x-envoy-upstream-service-time": "25" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-09-09T22:29:11Z", - "lastUpdatedDateTime": "2020-09-09T22:29:12Z", + "createdDateTime": "2020-10-30T12:51:18Z", + "lastUpdatedDateTime": "2020-10-30T12:51:19Z", "analyzeResult": null } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/ff4a5acf-f3e3-48b7-bb28-70491cf08633/analyzeResults/998d2a48-69bc-4c6c-b1cd-8b6fffe8d099", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/2e03b053-5faa-4f2a-8f43-3128ca5d2f59/analyzeResults/b5dca0ef-b649-4173-ab97-f3dd89183b48", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "dfc89728b7db4576a4983ba5c9118978", + "x-ms-client-request-id": "1d9eeddcf984c5d3c9f3491aeb808627", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "8ff66bf7-3e77-4ae4-95e0-caf5cc271759", + "apim-request-id": "7b72d83a-9ab2-4469-b9e7-a9e0b772472f", "Content-Length": "127", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:29:15 GMT", + "Date": "Fri, 30 Oct 2020 12:51:21 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": "105" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-09-09T22:29:11Z", - "lastUpdatedDateTime": "2020-09-09T22:29:12Z", + "createdDateTime": "2020-10-30T12:51:18Z", + "lastUpdatedDateTime": "2020-10-30T12:51:19Z", "analyzeResult": null } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/ff4a5acf-f3e3-48b7-bb28-70491cf08633/analyzeResults/998d2a48-69bc-4c6c-b1cd-8b6fffe8d099", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/2e03b053-5faa-4f2a-8f43-3128ca5d2f59/analyzeResults/b5dca0ef-b649-4173-ab97-f3dd89183b48", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "6d9fc8257e4685c2d883d398631b3931", + "x-ms-client-request-id": "4925830bbb4e86f2bbc0a5f7a6e9cab1", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "1224c7c0-7338-459c-8eb0-8bd2fd22cbf1", + "apim-request-id": "7f9d7210-2488-4d65-892e-71e9736f541a", "Content-Length": "127", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:29:16 GMT", + "Date": "Fri, 30 Oct 2020 12:51:22 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-09-09T22:29:11Z", - "lastUpdatedDateTime": "2020-09-09T22:29:12Z", + "createdDateTime": "2020-10-30T12:51:18Z", + "lastUpdatedDateTime": "2020-10-30T12:51:19Z", "analyzeResult": null } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/ff4a5acf-f3e3-48b7-bb28-70491cf08633/analyzeResults/998d2a48-69bc-4c6c-b1cd-8b6fffe8d099", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/2e03b053-5faa-4f2a-8f43-3128ca5d2f59/analyzeResults/b5dca0ef-b649-4173-ab97-f3dd89183b48", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "65b71289bb79a001c25da857908e57e9", + "x-ms-client-request-id": "cea40c51c6b08ddf0da8f2e0fd429add", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "ea95439e-8712-4913-896f-ce0e54bd6679", + "apim-request-id": "6744b625-4508-4b2d-acaa-9f0f840bf3b9", "Content-Length": "127", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:29:17 GMT", + "Date": "Fri, 30 Oct 2020 12:51:23 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": "25" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-09-09T22:29:11Z", - "lastUpdatedDateTime": "2020-09-09T22:29:12Z", + "createdDateTime": "2020-10-30T12:51:18Z", + "lastUpdatedDateTime": "2020-10-30T12:51:19Z", "analyzeResult": null } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/ff4a5acf-f3e3-48b7-bb28-70491cf08633/analyzeResults/998d2a48-69bc-4c6c-b1cd-8b6fffe8d099", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/2e03b053-5faa-4f2a-8f43-3128ca5d2f59/analyzeResults/b5dca0ef-b649-4173-ab97-f3dd89183b48", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "8b9ee98fb13caa99d5430657e3dee188", + "x-ms-client-request-id": "4ca23958ccef2034fa1862c453db1ee0", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "5450f522-79f3-4e4b-ad2d-5206e8560e7f", + "apim-request-id": "a0e919ae-761a-4749-add4-fe72e634a4ae", "Content-Length": "127", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:29:18 GMT", + "Date": "Fri, 30 Oct 2020 12:51:24 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "30" + "x-envoy-upstream-service-time": "38" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-09-09T22:29:11Z", - "lastUpdatedDateTime": "2020-09-09T22:29:12Z", + "createdDateTime": "2020-10-30T12:51:18Z", + "lastUpdatedDateTime": "2020-10-30T12:51:19Z", "analyzeResult": null } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/ff4a5acf-f3e3-48b7-bb28-70491cf08633/analyzeResults/998d2a48-69bc-4c6c-b1cd-8b6fffe8d099", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/2e03b053-5faa-4f2a-8f43-3128ca5d2f59/analyzeResults/b5dca0ef-b649-4173-ab97-f3dd89183b48", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "b71b095e235a6affc6ffaae9d66af449", + "x-ms-client-request-id": "dfc89728b7db4576a4983ba5c9118978", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "3d014767-7624-4dfe-9b5c-7024700da31f", + "apim-request-id": "261c9895-acc4-44ca-b4e4-be1a5d446329", "Content-Length": "127", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:29:19 GMT", + "Date": "Fri, 30 Oct 2020 12:51:25 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "25" + "x-envoy-upstream-service-time": "318" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-09-09T22:29:11Z", - "lastUpdatedDateTime": "2020-09-09T22:29:12Z", + "createdDateTime": "2020-10-30T12:51:18Z", + "lastUpdatedDateTime": "2020-10-30T12:51:19Z", "analyzeResult": null } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/ff4a5acf-f3e3-48b7-bb28-70491cf08633/analyzeResults/998d2a48-69bc-4c6c-b1cd-8b6fffe8d099", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/2e03b053-5faa-4f2a-8f43-3128ca5d2f59/analyzeResults/b5dca0ef-b649-4173-ab97-f3dd89183b48", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "7908ea2cae7cd7f5780c9036b4a9bce3", + "x-ms-client-request-id": "6d9fc8257e4685c2d883d398631b3931", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "f9ec707b-3ac7-40e5-b7ca-59b1ab0f413e", + "apim-request-id": "c08132b6-4beb-443c-8092-9e80a3915f28", "Content-Length": "127", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:29:20 GMT", + "Date": "Fri, 30 Oct 2020 12:51:28 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "23" + "x-envoy-upstream-service-time": "77" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-09-09T22:29:11Z", - "lastUpdatedDateTime": "2020-09-09T22:29:12Z", + "createdDateTime": "2020-10-30T12:51:18Z", + "lastUpdatedDateTime": "2020-10-30T12:51:19Z", "analyzeResult": null } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/ff4a5acf-f3e3-48b7-bb28-70491cf08633/analyzeResults/998d2a48-69bc-4c6c-b1cd-8b6fffe8d099", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/2e03b053-5faa-4f2a-8f43-3128ca5d2f59/analyzeResults/b5dca0ef-b649-4173-ab97-f3dd89183b48", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "87f91f7ca0736c8eea34c53d07b0d46a", + "x-ms-client-request-id": "65b71289bb79a001c25da857908e57e9", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "f952d5bf-dd23-4f26-adba-29318f0973bc", + "apim-request-id": "6fd58d67-792f-4868-9082-3f4d80e19aab", "Content-Length": "340", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:29:21 GMT", + "Date": "Fri, 30 Oct 2020 12:51:29 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "30" + "x-envoy-upstream-service-time": "55" }, "ResponseBody": { "status": "succeeded", - "createdDateTime": "2020-09-09T22:29:11Z", - "lastUpdatedDateTime": "2020-09-09T22:29:21Z", + "createdDateTime": "2020-10-30T12:51:18Z", + "lastUpdatedDateTime": "2020-10-30T12:51:28Z", "analyzeResult": { "version": "2.1.0", "readResults": [ @@ -918,28 +790,28 @@ } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/ff4a5acf-f3e3-48b7-bb28-70491cf08633", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/2e03b053-5faa-4f2a-8f43-3128ca5d2f59", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-5e2a308f33d6124997c0e83838ff073f-cdfaef050fc4a842-00", + "traceparent": "00-e9688d019fafc445b4b1717f8fa69c30-4ea01d119ff4b34d-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "f92bbd4e67d6b00b14433e4d93c8b51c", + "x-ms-client-request-id": "8b9ee98fb13caa99d5430657e3dee188", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 204, "ResponseHeaders": { - "apim-request-id": "6d292cea-ad90-4ace-95e5-186d4691fda3", + "apim-request-id": "d71b34b4-5014-4b9a-8688-8ab9256e7522", "Content-Length": "0", - "Date": "Wed, 09 Sep 2020 22:29:21 GMT", + "Date": "Fri, 30 Oct 2020 12:51:29 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "71" + "x-envoy-upstream-service-time": "45" }, "ResponseBody": [] } @@ -947,7 +819,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-westcentralus.cognitiveservices.azure.com/", "RandomSeed": "1907558408" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsWithoutLabelsCanParseBlankPageAsync.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsWithoutLabelsCanParseBlankPageAsync.json index 4a34e0c2d660e..dedab4ff5782d 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsWithoutLabelsCanParseBlankPageAsync.json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsWithoutLabelsCanParseBlankPageAsync.json @@ -1,17 +1,17 @@ { "Entries": [ { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "43", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-1bda2b41d234ec499b2c6a93f16d1531-8b414ebc37649a44-00", + "traceparent": "00-5a71a65d287f80449cdd6217ca4b6ac1-9f55eb485464a44b-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "9140bf9e437f40743a31918a14c580ca", "x-ms-return-client-request-id": "true" @@ -22,25 +22,25 @@ }, "StatusCode": 201, "ResponseHeaders": { - "apim-request-id": "201dd5df-b04c-4a35-b087-be09f246265d", + "apim-request-id": "afbe22a7-3738-4390-97f5-f779ab96baff", "Content-Length": "0", - "Date": "Wed, 09 Sep 2020 22:33:56 GMT", - "Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/e8e275a9-13f4-423e-9dfc-38d554234b27", + "Date": "Fri, 30 Oct 2020 12:57:18 GMT", + "Location": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/789651c7-a048-411e-8a60-7209c285d6c6", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "283" + "x-envoy-upstream-service-time": "88" }, "ResponseBody": [] }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/e8e275a9-13f4-423e-9dfc-38d554234b27?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/789651c7-a048-411e-8a60-7209c285d6c6?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "fc2161c93a306737e564ae09a76fe154", "x-ms-return-client-request-id": "true" @@ -48,32 +48,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "60269db8-7a35-47bb-ba5f-24d0418476d5", + "apim-request-id": "2d7ac275-35d5-464a-ab73-2e71f6e6de0e", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:33:57 GMT", + "Date": "Fri, 30 Oct 2020 12:57:18 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "48" + "x-envoy-upstream-service-time": "21" }, "ResponseBody": { "modelInfo": { - "modelId": "e8e275a9-13f4-423e-9dfc-38d554234b27", + "modelId": "789651c7-a048-411e-8a60-7209c285d6c6", "status": "creating", - "createdDateTime": "2020-09-09T22:33:57Z", - "lastUpdatedDateTime": "2020-09-09T22:33:57Z" + "createdDateTime": "2020-10-30T12:57:19Z", + "lastUpdatedDateTime": "2020-10-30T12:57:19Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/e8e275a9-13f4-423e-9dfc-38d554234b27?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/789651c7-a048-411e-8a60-7209c285d6c6?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "588e85fb999b667e3dd3792addbc007d", "x-ms-return-client-request-id": "true" @@ -81,32 +81,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "ca774276-9a9d-4535-937c-eca1b19919bb", + "apim-request-id": "a07160f9-7a23-4af7-a5cd-fa2a45c975cf", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:33:58 GMT", + "Date": "Fri, 30 Oct 2020 12:57:20 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "81" + "x-envoy-upstream-service-time": "23" }, "ResponseBody": { "modelInfo": { - "modelId": "e8e275a9-13f4-423e-9dfc-38d554234b27", + "modelId": "789651c7-a048-411e-8a60-7209c285d6c6", "status": "creating", - "createdDateTime": "2020-09-09T22:33:57Z", - "lastUpdatedDateTime": "2020-09-09T22:33:57Z" + "createdDateTime": "2020-10-30T12:57:19Z", + "lastUpdatedDateTime": "2020-10-30T12:57:19Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/e8e275a9-13f4-423e-9dfc-38d554234b27?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/789651c7-a048-411e-8a60-7209c285d6c6?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "9e670515f14364c487d8ab1b956b98cb", "x-ms-return-client-request-id": "true" @@ -114,32 +114,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "82fc7f2e-554a-4c07-af35-faa7cfa55831", + "apim-request-id": "788e9cd8-840f-4598-b505-7a6c48ee075f", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:33:59 GMT", + "Date": "Fri, 30 Oct 2020 12:57:21 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "46" + "x-envoy-upstream-service-time": "21" }, "ResponseBody": { "modelInfo": { - "modelId": "e8e275a9-13f4-423e-9dfc-38d554234b27", + "modelId": "789651c7-a048-411e-8a60-7209c285d6c6", "status": "creating", - "createdDateTime": "2020-09-09T22:33:57Z", - "lastUpdatedDateTime": "2020-09-09T22:33:57Z" + "createdDateTime": "2020-10-30T12:57:19Z", + "lastUpdatedDateTime": "2020-10-30T12:57:19Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/e8e275a9-13f4-423e-9dfc-38d554234b27?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/789651c7-a048-411e-8a60-7209c285d6c6?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "8f8f3d5028372f2ee2bbbf5dc00d8a28", "x-ms-return-client-request-id": "true" @@ -147,32 +147,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "1710d1b6-6b3b-49ac-bab1-75b3aff08cfa", + "apim-request-id": "d3c5b193-2b74-4bec-9150-406e1d65162a", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:34:00 GMT", + "Date": "Fri, 30 Oct 2020 12:57:22 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": "20" }, "ResponseBody": { "modelInfo": { - "modelId": "e8e275a9-13f4-423e-9dfc-38d554234b27", + "modelId": "789651c7-a048-411e-8a60-7209c285d6c6", "status": "creating", - "createdDateTime": "2020-09-09T22:33:57Z", - "lastUpdatedDateTime": "2020-09-09T22:33:57Z" + "createdDateTime": "2020-10-30T12:57:19Z", + "lastUpdatedDateTime": "2020-10-30T12:57:19Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/e8e275a9-13f4-423e-9dfc-38d554234b27?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/789651c7-a048-411e-8a60-7209c285d6c6?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "a2f4306343070911c129d0c3ed63d1d1", "x-ms-return-client-request-id": "true" @@ -180,32 +180,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "4268301d-41c6-45e8-a905-7fd51c8d1c39", + "apim-request-id": "af31d873-0f90-4606-a9d6-9fc0563ae4a9", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:34:01 GMT", + "Date": "Fri, 30 Oct 2020 12:57:23 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "32" + "x-envoy-upstream-service-time": "25" }, "ResponseBody": { "modelInfo": { - "modelId": "e8e275a9-13f4-423e-9dfc-38d554234b27", + "modelId": "789651c7-a048-411e-8a60-7209c285d6c6", "status": "creating", - "createdDateTime": "2020-09-09T22:33:57Z", - "lastUpdatedDateTime": "2020-09-09T22:33:57Z" + "createdDateTime": "2020-10-30T12:57:19Z", + "lastUpdatedDateTime": "2020-10-30T12:57:19Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/e8e275a9-13f4-423e-9dfc-38d554234b27?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/789651c7-a048-411e-8a60-7209c285d6c6?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "a0daad3a712ded46d638bb873266a37a", "x-ms-return-client-request-id": "true" @@ -213,32 +213,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "7b47c814-63cc-400c-8167-78b849d34181", + "apim-request-id": "8e66e914-925d-4d61-9255-73e00acc463a", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:34:02 GMT", + "Date": "Fri, 30 Oct 2020 12:57:26 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "152" + "x-envoy-upstream-service-time": "44" }, "ResponseBody": { "modelInfo": { - "modelId": "e8e275a9-13f4-423e-9dfc-38d554234b27", + "modelId": "789651c7-a048-411e-8a60-7209c285d6c6", "status": "creating", - "createdDateTime": "2020-09-09T22:33:57Z", - "lastUpdatedDateTime": "2020-09-09T22:33:57Z" + "createdDateTime": "2020-10-30T12:57:19Z", + "lastUpdatedDateTime": "2020-10-30T12:57:19Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/e8e275a9-13f4-423e-9dfc-38d554234b27?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/789651c7-a048-411e-8a60-7209c285d6c6?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "64b8834ef6770cc32b85cd0d576b417f", "x-ms-return-client-request-id": "true" @@ -246,32 +246,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "e85d1848-a2d4-467d-8db9-86aa93ff528d", + "apim-request-id": "b1ab1ad9-7445-4b0d-95f6-cac25ff6f609", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:34:03 GMT", + "Date": "Fri, 30 Oct 2020 12:57:27 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "34" + "x-envoy-upstream-service-time": "22" }, "ResponseBody": { "modelInfo": { - "modelId": "e8e275a9-13f4-423e-9dfc-38d554234b27", + "modelId": "789651c7-a048-411e-8a60-7209c285d6c6", "status": "creating", - "createdDateTime": "2020-09-09T22:33:57Z", - "lastUpdatedDateTime": "2020-09-09T22:33:57Z" + "createdDateTime": "2020-10-30T12:57:19Z", + "lastUpdatedDateTime": "2020-10-30T12:57:19Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/e8e275a9-13f4-423e-9dfc-38d554234b27?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/789651c7-a048-411e-8a60-7209c285d6c6?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "1322edeae933f1faea07cbcf8789d75a", "x-ms-return-client-request-id": "true" @@ -279,32 +279,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "443b4e4a-7561-41c1-9bc1-5f03cf6c9d6d", + "apim-request-id": "26588b6b-d574-4578-b256-b0ea85c0e96a", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:34:04 GMT", + "Date": "Fri, 30 Oct 2020 12:57:28 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "48" + "x-envoy-upstream-service-time": "23" }, "ResponseBody": { "modelInfo": { - "modelId": "e8e275a9-13f4-423e-9dfc-38d554234b27", + "modelId": "789651c7-a048-411e-8a60-7209c285d6c6", "status": "creating", - "createdDateTime": "2020-09-09T22:33:57Z", - "lastUpdatedDateTime": "2020-09-09T22:33:57Z" + "createdDateTime": "2020-10-30T12:57:19Z", + "lastUpdatedDateTime": "2020-10-30T12:57:19Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/e8e275a9-13f4-423e-9dfc-38d554234b27?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/789651c7-a048-411e-8a60-7209c285d6c6?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "6a7556866cab435ae9cd74a8a438956b", "x-ms-return-client-request-id": "true" @@ -312,32 +312,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "23fa187d-9ed4-4cf8-8f6c-adc257d29eff", + "apim-request-id": "51488f4b-7904-42e3-a503-5c4157d6a167", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:34:05 GMT", + "Date": "Fri, 30 Oct 2020 12:57:29 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "61" + "x-envoy-upstream-service-time": "21" }, "ResponseBody": { "modelInfo": { - "modelId": "e8e275a9-13f4-423e-9dfc-38d554234b27", + "modelId": "789651c7-a048-411e-8a60-7209c285d6c6", "status": "creating", - "createdDateTime": "2020-09-09T22:33:57Z", - "lastUpdatedDateTime": "2020-09-09T22:33:57Z" + "createdDateTime": "2020-10-30T12:57:19Z", + "lastUpdatedDateTime": "2020-10-30T12:57:19Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/e8e275a9-13f4-423e-9dfc-38d554234b27?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/789651c7-a048-411e-8a60-7209c285d6c6?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "449d3cf69044644688c67a702bf485a2", "x-ms-return-client-request-id": "true" @@ -345,32 +345,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "756d65b4-8cfa-45d0-adaf-0a29e7d896f8", + "apim-request-id": "6d03db6b-857a-43bf-aa9f-a519e9886dae", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:34:06 GMT", + "Date": "Fri, 30 Oct 2020 12:57:31 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "175" + "x-envoy-upstream-service-time": "27" }, "ResponseBody": { "modelInfo": { - "modelId": "e8e275a9-13f4-423e-9dfc-38d554234b27", + "modelId": "789651c7-a048-411e-8a60-7209c285d6c6", "status": "creating", - "createdDateTime": "2020-09-09T22:33:57Z", - "lastUpdatedDateTime": "2020-09-09T22:33:57Z" + "createdDateTime": "2020-10-30T12:57:19Z", + "lastUpdatedDateTime": "2020-10-30T12:57:19Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/e8e275a9-13f4-423e-9dfc-38d554234b27?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/789651c7-a048-411e-8a60-7209c285d6c6?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "018673add6f67dd393df296675524db1", "x-ms-return-client-request-id": "true" @@ -378,86 +378,20 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "d2499327-24b6-48dd-b42c-c7df6c08b511", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:34:07 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": "e8e275a9-13f4-423e-9dfc-38d554234b27", - "status": "creating", - "createdDateTime": "2020-09-09T22:33:57Z", - "lastUpdatedDateTime": "2020-09-09T22:33:57Z" - } - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/e8e275a9-13f4-423e-9dfc-38d554234b27?includeKeys=true", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "4ad95f7193ebf6160f11e2e4f1ea17f5", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "ba4ebd63-ec1d-4bcc-b6fd-7cbce815e6bf", + "apim-request-id": "7c7c99bf-f0be-413c-8b37-a0e8464f31bc", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:34:08 GMT", + "Date": "Fri, 30 Oct 2020 12:57:32 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "44" - }, - "ResponseBody": { - "modelInfo": { - "modelId": "e8e275a9-13f4-423e-9dfc-38d554234b27", - "status": "creating", - "createdDateTime": "2020-09-09T22:33:57Z", - "lastUpdatedDateTime": "2020-09-09T22:33:57Z" - } - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/e8e275a9-13f4-423e-9dfc-38d554234b27?includeKeys=true", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "31fad14793b21f746820b06466dfee35", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "f13c573d-62c2-436a-8c48-820945c501c3", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:34:09 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": "26" }, "ResponseBody": { "modelInfo": { - "modelId": "e8e275a9-13f4-423e-9dfc-38d554234b27", + "modelId": "789651c7-a048-411e-8a60-7209c285d6c6", "status": "ready", - "createdDateTime": "2020-09-09T22:33:57Z", - "lastUpdatedDateTime": "2020-09-09T22:34:10Z" + "createdDateTime": "2020-10-30T12:57:19Z", + "lastUpdatedDateTime": "2020-10-30T12:57:31Z" }, "keys": { "clusters": { @@ -527,371 +461,309 @@ } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/e8e275a9-13f4-423e-9dfc-38d554234b27/analyze?includeTextDetails=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/789651c7-a048-411e-8a60-7209c285d6c6/analyze?includeTextDetails=true", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "25662", "Content-Type": "application/pdf", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-e9e6f877670d354fb2bb477c511adab1-79c3944f72ece840-00", + "traceparent": "00-98fb662d2cb00f4d9d8cf9a097a05b2c-04ee6999da686148-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "cbfec9793a1b1ab75c90f1e5f4ee8ba9", + "x-ms-client-request-id": "4ad95f7193ebf6160f11e2e4f1ea17f5", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "8d258f63-4b88-461c-976c-59ca9ee77c57", + "apim-request-id": "e3eeaab4-476d-461b-9ec5-acee1e136e47", "Content-Length": "0", - "Date": "Wed, 09 Sep 2020 22:34:10 GMT", - "Operation-Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/e8e275a9-13f4-423e-9dfc-38d554234b27/analyzeresults/0591d1fb-f9c5-4cb9-836c-db4430cb647f", + "Date": "Fri, 30 Oct 2020 12:57:32 GMT", + "Operation-Location": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/789651c7-a048-411e-8a60-7209c285d6c6/analyzeresults/0a1f2d37-e763-4eca-b2c4-fd7dcdadf4c9", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "142" + "x-envoy-upstream-service-time": "95" }, "ResponseBody": [] }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/e8e275a9-13f4-423e-9dfc-38d554234b27/analyzeResults/0591d1fb-f9c5-4cb9-836c-db4430cb647f", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/789651c7-a048-411e-8a60-7209c285d6c6/analyzeResults/0a1f2d37-e763-4eca-b2c4-fd7dcdadf4c9", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "a31e34c71b58ddfeeab9e2cbe3b18f30", + "x-ms-client-request-id": "31fad14793b21f746820b06466dfee35", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "ae81a805-d46c-46b2-8dd8-c27fac568974", + "apim-request-id": "51b0f5a3-6674-4abd-a078-69f1979c7f70", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:34:10 GMT", + "Date": "Fri, 30 Oct 2020 12:57:32 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": "29" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-09-09T22:34:10Z", - "lastUpdatedDateTime": "2020-09-09T22:34:10Z" - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/e8e275a9-13f4-423e-9dfc-38d554234b27/analyzeResults/0591d1fb-f9c5-4cb9-836c-db4430cb647f", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "286aad224ceb0dda1ae0d421a18f2b79", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "bef81683-9e7a-4623-a7da-b322c3433931", - "Content-Length": "127", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:34:12 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "24" - }, - "ResponseBody": { - "status": "running", - "createdDateTime": "2020-09-09T22:34:10Z", - "lastUpdatedDateTime": "2020-09-09T22:34:11Z", - "analyzeResult": null + "createdDateTime": "2020-10-30T12:57:33Z", + "lastUpdatedDateTime": "2020-10-30T12:57:33Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/e8e275a9-13f4-423e-9dfc-38d554234b27/analyzeResults/0591d1fb-f9c5-4cb9-836c-db4430cb647f", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/789651c7-a048-411e-8a60-7209c285d6c6/analyzeResults/0a1f2d37-e763-4eca-b2c4-fd7dcdadf4c9", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "329d07944bc05dddca20e06158ec37ab", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "9da6a7be-e5aa-4eb6-8472-f299be19e13b", - "Content-Length": "127", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:34:13 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-09-09T22:34:10Z", - "lastUpdatedDateTime": "2020-09-09T22:34:11Z", - "analyzeResult": null - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/e8e275a9-13f4-423e-9dfc-38d554234b27/analyzeResults/0591d1fb-f9c5-4cb9-836c-db4430cb647f", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "47c3c10063847bbe5911897747dd3c5b", + "x-ms-client-request-id": "cbfec9793a1b1ab75c90f1e5f4ee8ba9", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "c6c5d543-6f44-402a-bdb8-bc0b6d48a661", + "apim-request-id": "41163ff8-49b5-46de-aa0b-689b2e036ac7", "Content-Length": "127", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:34:14 GMT", + "Date": "Fri, 30 Oct 2020 12:57:34 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": "26" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-09-09T22:34:10Z", - "lastUpdatedDateTime": "2020-09-09T22:34:11Z", + "createdDateTime": "2020-10-30T12:57:33Z", + "lastUpdatedDateTime": "2020-10-30T12:57:33Z", "analyzeResult": null } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/e8e275a9-13f4-423e-9dfc-38d554234b27/analyzeResults/0591d1fb-f9c5-4cb9-836c-db4430cb647f", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/789651c7-a048-411e-8a60-7209c285d6c6/analyzeResults/0a1f2d37-e763-4eca-b2c4-fd7dcdadf4c9", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "db36688e5d13d76fcf0d5dca6b79b42e", + "x-ms-client-request-id": "a31e34c71b58ddfeeab9e2cbe3b18f30", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "e5b96452-6e80-4edf-a3f2-027dbe35a4c3", + "apim-request-id": "8565d1a7-e4bb-4bdb-b0a8-addc9f1462e0", "Content-Length": "127", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:34:15 GMT", + "Date": "Fri, 30 Oct 2020 12:57:35 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "19" + "x-envoy-upstream-service-time": "28" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-09-09T22:34:10Z", - "lastUpdatedDateTime": "2020-09-09T22:34:11Z", + "createdDateTime": "2020-10-30T12:57:33Z", + "lastUpdatedDateTime": "2020-10-30T12:57:33Z", "analyzeResult": null } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/e8e275a9-13f4-423e-9dfc-38d554234b27/analyzeResults/0591d1fb-f9c5-4cb9-836c-db4430cb647f", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/789651c7-a048-411e-8a60-7209c285d6c6/analyzeResults/0a1f2d37-e763-4eca-b2c4-fd7dcdadf4c9", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "e02129a9e3cc31f54822d8afc26516ed", + "x-ms-client-request-id": "286aad224ceb0dda1ae0d421a18f2b79", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "6dc8dfcb-6044-43d2-bc09-8dc906147b2a", + "apim-request-id": "40a6c854-4572-4a91-bf88-4f0b4b6d879d", "Content-Length": "127", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:34:16 GMT", + "Date": "Fri, 30 Oct 2020 12:57:36 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "44" + "x-envoy-upstream-service-time": "26" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-09-09T22:34:10Z", - "lastUpdatedDateTime": "2020-09-09T22:34:11Z", + "createdDateTime": "2020-10-30T12:57:33Z", + "lastUpdatedDateTime": "2020-10-30T12:57:33Z", "analyzeResult": null } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/e8e275a9-13f4-423e-9dfc-38d554234b27/analyzeResults/0591d1fb-f9c5-4cb9-836c-db4430cb647f", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/789651c7-a048-411e-8a60-7209c285d6c6/analyzeResults/0a1f2d37-e763-4eca-b2c4-fd7dcdadf4c9", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "f0d285e45bb5a29752eb777606f30fe0", + "x-ms-client-request-id": "329d07944bc05dddca20e06158ec37ab", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "828c5667-c025-4310-af5d-b03af1bb8c84", + "apim-request-id": "0258ec37-9a0a-484e-937a-f9d717665781", "Content-Length": "127", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:34:17 GMT", + "Date": "Fri, 30 Oct 2020 12:57:38 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": "28" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-09-09T22:34:10Z", - "lastUpdatedDateTime": "2020-09-09T22:34:11Z", + "createdDateTime": "2020-10-30T12:57:33Z", + "lastUpdatedDateTime": "2020-10-30T12:57:33Z", "analyzeResult": null } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/e8e275a9-13f4-423e-9dfc-38d554234b27/analyzeResults/0591d1fb-f9c5-4cb9-836c-db4430cb647f", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/789651c7-a048-411e-8a60-7209c285d6c6/analyzeResults/0a1f2d37-e763-4eca-b2c4-fd7dcdadf4c9", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "1dce5a5c5bbbaa8f720592f184bf156a", + "x-ms-client-request-id": "47c3c10063847bbe5911897747dd3c5b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "a556df9c-3a1a-4359-9d8a-9ad5461eb80d", + "apim-request-id": "850fed92-1dbb-449f-bb01-c696507cf3c5", "Content-Length": "127", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:34:18 GMT", + "Date": "Fri, 30 Oct 2020 12:57:39 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": "28" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-09-09T22:34:10Z", - "lastUpdatedDateTime": "2020-09-09T22:34:11Z", + "createdDateTime": "2020-10-30T12:57:33Z", + "lastUpdatedDateTime": "2020-10-30T12:57:33Z", "analyzeResult": null } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/e8e275a9-13f4-423e-9dfc-38d554234b27/analyzeResults/0591d1fb-f9c5-4cb9-836c-db4430cb647f", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/789651c7-a048-411e-8a60-7209c285d6c6/analyzeResults/0a1f2d37-e763-4eca-b2c4-fd7dcdadf4c9", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "e5e56ff6c4a64e78927e8de06c7f2b55", + "x-ms-client-request-id": "db36688e5d13d76fcf0d5dca6b79b42e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "96d8a0d5-e7c5-416d-8cdb-06e5af828801", + "apim-request-id": "1a4da7a3-116d-4796-97fe-939dce6c1679", "Content-Length": "127", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:34:19 GMT", + "Date": "Fri, 30 Oct 2020 12:57:40 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "26" + "x-envoy-upstream-service-time": "32" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-09-09T22:34:10Z", - "lastUpdatedDateTime": "2020-09-09T22:34:11Z", + "createdDateTime": "2020-10-30T12:57:33Z", + "lastUpdatedDateTime": "2020-10-30T12:57:33Z", "analyzeResult": null } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/e8e275a9-13f4-423e-9dfc-38d554234b27/analyzeResults/0591d1fb-f9c5-4cb9-836c-db4430cb647f", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/789651c7-a048-411e-8a60-7209c285d6c6/analyzeResults/0a1f2d37-e763-4eca-b2c4-fd7dcdadf4c9", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "6752f812f8968831f6277eb0c8a61d92", + "x-ms-client-request-id": "e02129a9e3cc31f54822d8afc26516ed", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "e6d43d5b-f294-4908-8921-158e3e10a7dc", + "apim-request-id": "15250d46-1e71-426c-9a1a-4801ee14058d", "Content-Length": "127", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:34:20 GMT", + "Date": "Fri, 30 Oct 2020 12:57:41 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": "27" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-09-09T22:34:10Z", - "lastUpdatedDateTime": "2020-09-09T22:34:11Z", + "createdDateTime": "2020-10-30T12:57:33Z", + "lastUpdatedDateTime": "2020-10-30T12:57:33Z", "analyzeResult": null } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/e8e275a9-13f4-423e-9dfc-38d554234b27/analyzeResults/0591d1fb-f9c5-4cb9-836c-db4430cb647f", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/789651c7-a048-411e-8a60-7209c285d6c6/analyzeResults/0a1f2d37-e763-4eca-b2c4-fd7dcdadf4c9", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "967f0cd62a0d9839e1808b3dceae3ef3", + "x-ms-client-request-id": "f0d285e45bb5a29752eb777606f30fe0", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "8cb526d7-e02e-4d63-807c-68c7658f62e0", + "apim-request-id": "57d7a32b-0f16-49a6-8591-b1cd4badefe4", "Content-Length": "340", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:34:21 GMT", + "Date": "Fri, 30 Oct 2020 12:57:43 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "20" + "x-envoy-upstream-service-time": "28" }, "ResponseBody": { "status": "succeeded", - "createdDateTime": "2020-09-09T22:34:10Z", - "lastUpdatedDateTime": "2020-09-09T22:34:20Z", + "createdDateTime": "2020-10-30T12:57:33Z", + "lastUpdatedDateTime": "2020-10-30T12:57:42Z", "analyzeResult": { "version": "2.1.0", "readResults": [ @@ -918,28 +790,28 @@ } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/e8e275a9-13f4-423e-9dfc-38d554234b27", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/789651c7-a048-411e-8a60-7209c285d6c6", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-2142f5ee2a2fd542a4e1d1e4e4ede4ce-2b4e21a9d7051044-00", + "traceparent": "00-95abfa620ab4b74ca8e19eb1e20e1446-20272c606c46004f-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "8cde3ddaad6dfed43e5cef7e46c885eb", + "x-ms-client-request-id": "1dce5a5c5bbbaa8f720592f184bf156a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 204, "ResponseHeaders": { - "apim-request-id": "9e239a46-5ddb-4ef1-9854-73ade2e499a9", + "apim-request-id": "d921f624-446e-4845-a4de-815c07885ab0", "Content-Length": "0", - "Date": "Wed, 09 Sep 2020 22:34:21 GMT", + "Date": "Fri, 30 Oct 2020 12:57:43 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "34" + "x-envoy-upstream-service-time": "39" }, "ResponseBody": [] } @@ -947,7 +819,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-westcentralus.cognitiveservices.azure.com/", "RandomSeed": "1670903421" } } \ 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 a5f972d496b37..7fe91237dc2d6 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,17 +1,17 @@ { "Entries": [ { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "43", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-613ec38d1d5f7d4f81f0e3947b10b234-31c1ffc27314f744-00", + "traceparent": "00-65a9eaf47370a44dad6e189a268ce31f-c71d9ee23930b142-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "a090d77538efe23bd6964863cb0fc764", "x-ms-return-client-request-id": "true" @@ -22,25 +22,25 @@ }, "StatusCode": 201, "ResponseHeaders": { - "apim-request-id": "2eab415c-cd46-46bc-9458-a624b7b60d88", + "apim-request-id": "35a522d9-68de-452a-8993-a3b5cb12ee09", "Content-Length": "0", - "Date": "Wed, 09 Sep 2020 22:31:36 GMT", - "Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/2344a02d-154a-494b-97b7-6d389cdccd8d", + "Date": "Fri, 30 Oct 2020 12:55:40 GMT", + "Location": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/577a5a06-7f1b-4cf7-916a-b79161669818", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "206" + "x-envoy-upstream-service-time": "67" }, "ResponseBody": [] }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/2344a02d-154a-494b-97b7-6d389cdccd8d?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/577a5a06-7f1b-4cf7-916a-b79161669818?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "0c26828739e5e7de93c01d27aa2f6c27", "x-ms-return-client-request-id": "true" @@ -48,32 +48,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "9b7101ca-6cd3-460b-ab29-358c84ce56e8", + "apim-request-id": "0c8209e9-3333-48ae-84ac-782b13ee2ff8", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:31:36 GMT", + "Date": "Fri, 30 Oct 2020 12:55:40 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": "19" }, "ResponseBody": { "modelInfo": { - "modelId": "2344a02d-154a-494b-97b7-6d389cdccd8d", + "modelId": "577a5a06-7f1b-4cf7-916a-b79161669818", "status": "creating", - "createdDateTime": "2020-09-09T22:31:36Z", - "lastUpdatedDateTime": "2020-09-09T22:31:36Z" + "createdDateTime": "2020-10-30T12:55:40Z", + "lastUpdatedDateTime": "2020-10-30T12:55:40Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/2344a02d-154a-494b-97b7-6d389cdccd8d?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/577a5a06-7f1b-4cf7-916a-b79161669818?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "6b3b0298def5644f6268971abdee6909", "x-ms-return-client-request-id": "true" @@ -81,32 +81,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "e8c86c8f-74cf-4a84-8e63-3e1ce88d9caf", + "apim-request-id": "7dc18fa3-d8f7-442d-9d8d-d4f9173d6bdf", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:31:37 GMT", + "Date": "Fri, 30 Oct 2020 12:55:41 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "32" + "x-envoy-upstream-service-time": "23" }, "ResponseBody": { "modelInfo": { - "modelId": "2344a02d-154a-494b-97b7-6d389cdccd8d", + "modelId": "577a5a06-7f1b-4cf7-916a-b79161669818", "status": "creating", - "createdDateTime": "2020-09-09T22:31:36Z", - "lastUpdatedDateTime": "2020-09-09T22:31:36Z" + "createdDateTime": "2020-10-30T12:55:40Z", + "lastUpdatedDateTime": "2020-10-30T12:55:40Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/2344a02d-154a-494b-97b7-6d389cdccd8d?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/577a5a06-7f1b-4cf7-916a-b79161669818?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "af7cf5b284673bd2f8a90c2e1b1437a6", "x-ms-return-client-request-id": "true" @@ -114,32 +114,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "2a45f415-b022-44af-9ef0-6ea9ef139250", + "apim-request-id": "5b188e70-7b75-4ab9-b549-68c205c73e08", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:31:38 GMT", + "Date": "Fri, 30 Oct 2020 12:55:42 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": "29" }, "ResponseBody": { "modelInfo": { - "modelId": "2344a02d-154a-494b-97b7-6d389cdccd8d", + "modelId": "577a5a06-7f1b-4cf7-916a-b79161669818", "status": "creating", - "createdDateTime": "2020-09-09T22:31:36Z", - "lastUpdatedDateTime": "2020-09-09T22:31:36Z" + "createdDateTime": "2020-10-30T12:55:40Z", + "lastUpdatedDateTime": "2020-10-30T12:55:40Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/2344a02d-154a-494b-97b7-6d389cdccd8d?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/577a5a06-7f1b-4cf7-916a-b79161669818?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "c8cb202a5bd3a86e33c2aa7ca1c32aa5", "x-ms-return-client-request-id": "true" @@ -147,32 +147,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "7a097cac-39f1-4713-bd3a-99d47b407fa0", + "apim-request-id": "7e390257-977c-4f91-b40b-86c99c357457", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:31:39 GMT", + "Date": "Fri, 30 Oct 2020 12:55:43 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": "20" }, "ResponseBody": { "modelInfo": { - "modelId": "2344a02d-154a-494b-97b7-6d389cdccd8d", + "modelId": "577a5a06-7f1b-4cf7-916a-b79161669818", "status": "creating", - "createdDateTime": "2020-09-09T22:31:36Z", - "lastUpdatedDateTime": "2020-09-09T22:31:36Z" + "createdDateTime": "2020-10-30T12:55:40Z", + "lastUpdatedDateTime": "2020-10-30T12:55:40Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/2344a02d-154a-494b-97b7-6d389cdccd8d?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/577a5a06-7f1b-4cf7-916a-b79161669818?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "b4741357bdb214c02fff734cd221494d", "x-ms-return-client-request-id": "true" @@ -180,32 +180,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "bb471634-e87d-43f8-a109-a2a1763eb662", + "apim-request-id": "e32e321c-8c6a-447c-91bd-981e97ed32dd", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:31:40 GMT", + "Date": "Fri, 30 Oct 2020 12:55:45 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": "2344a02d-154a-494b-97b7-6d389cdccd8d", + "modelId": "577a5a06-7f1b-4cf7-916a-b79161669818", "status": "creating", - "createdDateTime": "2020-09-09T22:31:36Z", - "lastUpdatedDateTime": "2020-09-09T22:31:36Z" + "createdDateTime": "2020-10-30T12:55:40Z", + "lastUpdatedDateTime": "2020-10-30T12:55:40Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/2344a02d-154a-494b-97b7-6d389cdccd8d?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/577a5a06-7f1b-4cf7-916a-b79161669818?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "9df0f031a023563587d47ba5d9559934", "x-ms-return-client-request-id": "true" @@ -213,32 +213,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "5710ddd5-ecd9-45fc-8c0f-3174f8850ec3", + "apim-request-id": "6fe5b643-ccd9-4c36-a821-5fe6e3bfbc6c", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:31:41 GMT", + "Date": "Fri, 30 Oct 2020 12:55:47 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": "29" }, "ResponseBody": { "modelInfo": { - "modelId": "2344a02d-154a-494b-97b7-6d389cdccd8d", + "modelId": "577a5a06-7f1b-4cf7-916a-b79161669818", "status": "creating", - "createdDateTime": "2020-09-09T22:31:36Z", - "lastUpdatedDateTime": "2020-09-09T22:31:36Z" + "createdDateTime": "2020-10-30T12:55:40Z", + "lastUpdatedDateTime": "2020-10-30T12:55:40Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/2344a02d-154a-494b-97b7-6d389cdccd8d?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/577a5a06-7f1b-4cf7-916a-b79161669818?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "07d6677e83a06df35fb799d3e821d512", "x-ms-return-client-request-id": "true" @@ -246,9 +246,9 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "7e0e75f5-6fc9-47ba-bd16-ad6395e39ba3", + "apim-request-id": "4db4fff7-8d03-4251-baf7-22a5ff2000a5", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:31:42 GMT", + "Date": "Fri, 30 Oct 2020 12:55:48 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", @@ -256,22 +256,22 @@ }, "ResponseBody": { "modelInfo": { - "modelId": "2344a02d-154a-494b-97b7-6d389cdccd8d", + "modelId": "577a5a06-7f1b-4cf7-916a-b79161669818", "status": "creating", - "createdDateTime": "2020-09-09T22:31:36Z", - "lastUpdatedDateTime": "2020-09-09T22:31:36Z" + "createdDateTime": "2020-10-30T12:55:40Z", + "lastUpdatedDateTime": "2020-10-30T12:55:40Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/2344a02d-154a-494b-97b7-6d389cdccd8d?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/577a5a06-7f1b-4cf7-916a-b79161669818?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "b14b5c788dd3b782de1d2dde411b3ad9", "x-ms-return-client-request-id": "true" @@ -279,32 +279,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "802fbb10-7553-4641-9c7a-b643ae1b4e91", + "apim-request-id": "59aa6b5a-36ce-4793-842a-4933858e6f03", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:31:44 GMT", + "Date": "Fri, 30 Oct 2020 12:55:49 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "32" + "x-envoy-upstream-service-time": "20" }, "ResponseBody": { "modelInfo": { - "modelId": "2344a02d-154a-494b-97b7-6d389cdccd8d", + "modelId": "577a5a06-7f1b-4cf7-916a-b79161669818", "status": "creating", - "createdDateTime": "2020-09-09T22:31:36Z", - "lastUpdatedDateTime": "2020-09-09T22:31:36Z" + "createdDateTime": "2020-10-30T12:55:40Z", + "lastUpdatedDateTime": "2020-10-30T12:55:40Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/2344a02d-154a-494b-97b7-6d389cdccd8d?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/577a5a06-7f1b-4cf7-916a-b79161669818?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "6bce3e66424aaeadfc833d6b07616e65", "x-ms-return-client-request-id": "true" @@ -312,32 +312,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "f4ca824d-b042-4d97-91dc-a209fc64d287", + "apim-request-id": "4ad877bc-6b2a-4061-889b-89e25856d1bd", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:31:45 GMT", + "Date": "Fri, 30 Oct 2020 12:55:50 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": "24" }, "ResponseBody": { "modelInfo": { - "modelId": "2344a02d-154a-494b-97b7-6d389cdccd8d", + "modelId": "577a5a06-7f1b-4cf7-916a-b79161669818", "status": "creating", - "createdDateTime": "2020-09-09T22:31:36Z", - "lastUpdatedDateTime": "2020-09-09T22:31:36Z" + "createdDateTime": "2020-10-30T12:55:40Z", + "lastUpdatedDateTime": "2020-10-30T12:55:40Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/2344a02d-154a-494b-97b7-6d389cdccd8d?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/577a5a06-7f1b-4cf7-916a-b79161669818?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "7c2c69fee80af061e51f288255152c44", "x-ms-return-client-request-id": "true" @@ -345,32 +345,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "69f913af-8893-405c-9f37-2ee3139e0d3e", + "apim-request-id": "5fba3f17-a275-4f42-b63c-a41bb0934537", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:31:46 GMT", + "Date": "Fri, 30 Oct 2020 12:55:51 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": "27" }, "ResponseBody": { "modelInfo": { - "modelId": "2344a02d-154a-494b-97b7-6d389cdccd8d", + "modelId": "577a5a06-7f1b-4cf7-916a-b79161669818", "status": "creating", - "createdDateTime": "2020-09-09T22:31:36Z", - "lastUpdatedDateTime": "2020-09-09T22:31:36Z" + "createdDateTime": "2020-10-30T12:55:40Z", + "lastUpdatedDateTime": "2020-10-30T12:55:40Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/2344a02d-154a-494b-97b7-6d389cdccd8d?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/577a5a06-7f1b-4cf7-916a-b79161669818?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "aa6dbf7c6a5336c8af9db4505016b07c", "x-ms-return-client-request-id": "true" @@ -378,32 +378,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "4a1be168-3c5b-43d3-8b3b-bb4d2d45bc8e", + "apim-request-id": "340c2cef-4737-4dce-9f5a-07eb6248a852", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:31:47 GMT", + "Date": "Fri, 30 Oct 2020 12:55:52 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": "50" }, "ResponseBody": { "modelInfo": { - "modelId": "2344a02d-154a-494b-97b7-6d389cdccd8d", + "modelId": "577a5a06-7f1b-4cf7-916a-b79161669818", "status": "creating", - "createdDateTime": "2020-09-09T22:31:36Z", - "lastUpdatedDateTime": "2020-09-09T22:31:36Z" + "createdDateTime": "2020-10-30T12:55:40Z", + "lastUpdatedDateTime": "2020-10-30T12:55:40Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/2344a02d-154a-494b-97b7-6d389cdccd8d?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/577a5a06-7f1b-4cf7-916a-b79161669818?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "d7dfc7afbdee7dcfdcdd862a192a58e7", "x-ms-return-client-request-id": "true" @@ -411,32 +411,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "ad6231fb-7a74-4a5b-9b35-65b56ece1cc8", + "apim-request-id": "a9f5382c-b70b-42cb-a000-05bea2699e4f", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:31:48 GMT", + "Date": "Fri, 30 Oct 2020 12:55:53 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": "23" }, "ResponseBody": { "modelInfo": { - "modelId": "2344a02d-154a-494b-97b7-6d389cdccd8d", + "modelId": "577a5a06-7f1b-4cf7-916a-b79161669818", "status": "creating", - "createdDateTime": "2020-09-09T22:31:36Z", - "lastUpdatedDateTime": "2020-09-09T22:31:36Z" + "createdDateTime": "2020-10-30T12:55:40Z", + "lastUpdatedDateTime": "2020-10-30T12:55:40Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/2344a02d-154a-494b-97b7-6d389cdccd8d?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/577a5a06-7f1b-4cf7-916a-b79161669818?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "47eff857c3f39311a1f5cd6d3411a0ce", "x-ms-return-client-request-id": "true" @@ -444,32 +444,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "8c8fc687-89da-4a0e-80f3-443ee438c788", + "apim-request-id": "a125511c-402f-402a-9177-695e5be922a1", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:31:49 GMT", + "Date": "Fri, 30 Oct 2020 12:55: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": "59" }, "ResponseBody": { "modelInfo": { - "modelId": "2344a02d-154a-494b-97b7-6d389cdccd8d", + "modelId": "577a5a06-7f1b-4cf7-916a-b79161669818", "status": "creating", - "createdDateTime": "2020-09-09T22:31:36Z", - "lastUpdatedDateTime": "2020-09-09T22:31:36Z" + "createdDateTime": "2020-10-30T12:55:40Z", + "lastUpdatedDateTime": "2020-10-30T12:55:40Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/2344a02d-154a-494b-97b7-6d389cdccd8d?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/577a5a06-7f1b-4cf7-916a-b79161669818?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "8dd3ac6f5435be56eff0cd76e49d1d84", "x-ms-return-client-request-id": "true" @@ -477,9 +477,9 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "2c6d8904-5be5-45b6-8da3-e48556605533", + "apim-request-id": "b3cdce38-ff6e-49ad-8dc9-1cad537a3a9b", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:31:50 GMT", + "Date": "Fri, 30 Oct 2020 12:55:56 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", @@ -487,22 +487,22 @@ }, "ResponseBody": { "modelInfo": { - "modelId": "2344a02d-154a-494b-97b7-6d389cdccd8d", + "modelId": "577a5a06-7f1b-4cf7-916a-b79161669818", "status": "creating", - "createdDateTime": "2020-09-09T22:31:36Z", - "lastUpdatedDateTime": "2020-09-09T22:31:36Z" + "createdDateTime": "2020-10-30T12:55:40Z", + "lastUpdatedDateTime": "2020-10-30T12:55:40Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/2344a02d-154a-494b-97b7-6d389cdccd8d?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/577a5a06-7f1b-4cf7-916a-b79161669818?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "57f9cc446826eb89b64b36f8f06248ca", "x-ms-return-client-request-id": "true" @@ -510,32 +510,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "3323bae0-7b61-494b-b87c-c3a3b5a6855d", + "apim-request-id": "a42a7390-6d4d-4c1a-94ae-d7c35de06f76", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:31:51 GMT", + "Date": "Fri, 30 Oct 2020 12:55:58 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": "52" }, "ResponseBody": { "modelInfo": { - "modelId": "2344a02d-154a-494b-97b7-6d389cdccd8d", + "modelId": "577a5a06-7f1b-4cf7-916a-b79161669818", "status": "creating", - "createdDateTime": "2020-09-09T22:31:36Z", - "lastUpdatedDateTime": "2020-09-09T22:31:36Z" + "createdDateTime": "2020-10-30T12:55:40Z", + "lastUpdatedDateTime": "2020-10-30T12:55:40Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/2344a02d-154a-494b-97b7-6d389cdccd8d?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/577a5a06-7f1b-4cf7-916a-b79161669818?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "6dbbb73cca5702b1a2305802f59aaf03", "x-ms-return-client-request-id": "true" @@ -543,32 +543,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "b9a020fe-b33b-4b42-9cdd-2fddbece6061", + "apim-request-id": "89ed861b-918a-45fd-8a80-020e8bafc6ae", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:31:52 GMT", + "Date": "Fri, 30 Oct 2020 12:55:59 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": "57" }, "ResponseBody": { "modelInfo": { - "modelId": "2344a02d-154a-494b-97b7-6d389cdccd8d", + "modelId": "577a5a06-7f1b-4cf7-916a-b79161669818", "status": "creating", - "createdDateTime": "2020-09-09T22:31:36Z", - "lastUpdatedDateTime": "2020-09-09T22:31:36Z" + "createdDateTime": "2020-10-30T12:55:40Z", + "lastUpdatedDateTime": "2020-10-30T12:55:40Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/2344a02d-154a-494b-97b7-6d389cdccd8d?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/577a5a06-7f1b-4cf7-916a-b79161669818?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "672848d7491806a722e7d7e91d5dce8d", "x-ms-return-client-request-id": "true" @@ -576,32 +576,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "467b8d85-754b-4630-b59f-e22fdfd11e89", + "apim-request-id": "05342bce-e6cb-4248-9bf0-d8c84758d427", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:31:53 GMT", + "Date": "Fri, 30 Oct 2020 12:56:00 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "22" + "x-envoy-upstream-service-time": "20" }, "ResponseBody": { "modelInfo": { - "modelId": "2344a02d-154a-494b-97b7-6d389cdccd8d", + "modelId": "577a5a06-7f1b-4cf7-916a-b79161669818", "status": "creating", - "createdDateTime": "2020-09-09T22:31:36Z", - "lastUpdatedDateTime": "2020-09-09T22:31:36Z" + "createdDateTime": "2020-10-30T12:55:40Z", + "lastUpdatedDateTime": "2020-10-30T12:55:40Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/2344a02d-154a-494b-97b7-6d389cdccd8d?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/577a5a06-7f1b-4cf7-916a-b79161669818?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "2c3a03a7b0e17a2c1af6b4f61086f51b", "x-ms-return-client-request-id": "true" @@ -609,98 +609,46 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "764f2f19-f93c-428a-9226-251281bf5381", + "apim-request-id": "409913ea-4724-456c-a4f7-3cbc3ac72d20", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:31:54 GMT", + "Date": "Fri, 30 Oct 2020 12:56:01 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": "47" }, "ResponseBody": { "modelInfo": { - "modelId": "2344a02d-154a-494b-97b7-6d389cdccd8d", - "status": "creating", - "createdDateTime": "2020-09-09T22:31:36Z", - "lastUpdatedDateTime": "2020-09-09T22:31:36Z" - } - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/2344a02d-154a-494b-97b7-6d389cdccd8d?includeKeys=true", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "a821339ce13af3b20fb54a70f2c8e545", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "a88c1a41-479b-4667-b9de-2d7b9a105b07", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:31:55 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": "2344a02d-154a-494b-97b7-6d389cdccd8d", - "status": "creating", - "createdDateTime": "2020-09-09T22:31:36Z", - "lastUpdatedDateTime": "2020-09-09T22:31:36Z" - } - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/2344a02d-154a-494b-97b7-6d389cdccd8d?includeKeys=true", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "f25bcb62836027211bae4c2294b1f69c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "c8388fc3-c76a-4d30-beea-fbb7679339a6", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:31:56 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "29" - }, - "ResponseBody": { - "modelInfo": { - "modelId": "2344a02d-154a-494b-97b7-6d389cdccd8d", + "modelId": "577a5a06-7f1b-4cf7-916a-b79161669818", "status": "ready", - "createdDateTime": "2020-09-09T22:31:36Z", - "lastUpdatedDateTime": "2020-09-09T22:31:56Z" + "createdDateTime": "2020-10-30T12:55:40Z", + "lastUpdatedDateTime": "2020-10-30T12:56:01Z" }, "keys": { "clusters": { "0": [ + "25% discount on program guide", + "50% discount on program guide", + "Bronze Sponsor", "Contoso Ltd. Conference will be held on May 28-29, 2020 at the Elm Conference Center in", + "Full Booth", + "Full booth", + "Full page ad in program guide", + "Gold Sponsor", + "Half Booth", + "Half page ad in program guide", "Included", + "Logo on poster", "Maple City, Massachusetts. The conference has sold out of its 1,500 tickets, with a 400 person", "Package", + "Post-keynote thank you", + "Pre-keynote thank you", "Price", "Rates:", + "Silver Sponsor", "Vendor #:", "Vendor Registration", + "advertisements", "below, and attach a check made out to:", "waitlist. Vendor applications are being accepted through Feb 28, 2020. Please fill in the form" ], @@ -752,433 +700,371 @@ } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/2344a02d-154a-494b-97b7-6d389cdccd8d/analyze?includeTextDetails=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/577a5a06-7f1b-4cf7-916a-b79161669818/analyze?includeTextDetails=true", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "711607", "Content-Type": "application/pdf", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-e3225a33ac80b747975b43552994ad97-baccc5d5635bc84b-00", + "traceparent": "00-edb13f3d2fee0c48a12e7778ff3444e6-b6947699e4199045-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "ea4dbcf1263cc65350471c2c66bc8752", + "x-ms-client-request-id": "a821339ce13af3b20fb54a70f2c8e545", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "7b14a73f-59bd-4d3d-b153-3e1359d81c03", + "apim-request-id": "5814ad2e-d72e-4803-99a7-b563e85c021b", "Content-Length": "0", - "Date": "Wed, 09 Sep 2020 22:31:58 GMT", - "Operation-Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/2344a02d-154a-494b-97b7-6d389cdccd8d/analyzeresults/6758eba6-c5ca-4c47-acdd-c640b7a83c35", + "Date": "Fri, 30 Oct 2020 12:56:02 GMT", + "Operation-Location": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/577a5a06-7f1b-4cf7-916a-b79161669818/analyzeresults/f0e54b7f-864e-40cf-ad84-7bda4bc2257a", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "204" + "x-envoy-upstream-service-time": "212" }, "ResponseBody": [] }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/2344a02d-154a-494b-97b7-6d389cdccd8d/analyzeResults/6758eba6-c5ca-4c47-acdd-c640b7a83c35", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/577a5a06-7f1b-4cf7-916a-b79161669818/analyzeResults/f0e54b7f-864e-40cf-ad84-7bda4bc2257a", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "45946f11032b19ba11f98c8b958f5e5e", + "x-ms-client-request-id": "f25bcb62836027211bae4c2294b1f69c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "92d1f566-2032-435e-ab33-d7eee6914a34", + "apim-request-id": "1c569bd5-1e32-454f-adae-3363d9b8fd55", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:31:58 GMT", + "Date": "Fri, 30 Oct 2020 12:56:02 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "43" + "x-envoy-upstream-service-time": "89" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-09-09T22:31:58Z", - "lastUpdatedDateTime": "2020-09-09T22:31:58Z" - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/2344a02d-154a-494b-97b7-6d389cdccd8d/analyzeResults/6758eba6-c5ca-4c47-acdd-c640b7a83c35", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "367faebefa7a3c097795a11866f4c05e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "f979c2fb-7dc0-4e19-80df-0db92eceab2f", - "Content-Length": "127", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:31:59 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "25" - }, - "ResponseBody": { - "status": "running", - "createdDateTime": "2020-09-09T22:31:58Z", - "lastUpdatedDateTime": "2020-09-09T22:31:59Z", - "analyzeResult": null - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/2344a02d-154a-494b-97b7-6d389cdccd8d/analyzeResults/6758eba6-c5ca-4c47-acdd-c640b7a83c35", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "2411f926b01ced710134d94299c731c0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "1a93374e-4511-443f-bd32-2f44015bd405", - "Content-Length": "127", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:32:00 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "26" - }, - "ResponseBody": { - "status": "running", - "createdDateTime": "2020-09-09T22:31:58Z", - "lastUpdatedDateTime": "2020-09-09T22:31:59Z", - "analyzeResult": null + "createdDateTime": "2020-10-30T12:56:03Z", + "lastUpdatedDateTime": "2020-10-30T12:56:03Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/2344a02d-154a-494b-97b7-6d389cdccd8d/analyzeResults/6758eba6-c5ca-4c47-acdd-c640b7a83c35", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/577a5a06-7f1b-4cf7-916a-b79161669818/analyzeResults/f0e54b7f-864e-40cf-ad84-7bda4bc2257a", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "b86ebee8513d16d76658cd9561a2b21c", + "x-ms-client-request-id": "ea4dbcf1263cc65350471c2c66bc8752", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "7ebd3a9d-c658-41f2-8654-6ba6f091ec45", + "apim-request-id": "091cc115-109f-4083-b694-3c9e9c5202db", "Content-Length": "127", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:32:01 GMT", + "Date": "Fri, 30 Oct 2020 12:56:03 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "25" + "x-envoy-upstream-service-time": "33" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-09-09T22:31:58Z", - "lastUpdatedDateTime": "2020-09-09T22:31:59Z", + "createdDateTime": "2020-10-30T12:56:03Z", + "lastUpdatedDateTime": "2020-10-30T12:56:04Z", "analyzeResult": null } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/2344a02d-154a-494b-97b7-6d389cdccd8d/analyzeResults/6758eba6-c5ca-4c47-acdd-c640b7a83c35", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/577a5a06-7f1b-4cf7-916a-b79161669818/analyzeResults/f0e54b7f-864e-40cf-ad84-7bda4bc2257a", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "9b642d393a7e0e413c91344621c6a2b0", + "x-ms-client-request-id": "45946f11032b19ba11f98c8b958f5e5e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "0a6e0aab-7fec-463c-9e85-91b1e07208de", + "apim-request-id": "3c014823-0f44-4a88-a9ca-6249a1b869d8", "Content-Length": "127", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:32:02 GMT", + "Date": "Fri, 30 Oct 2020 12:56:04 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "27" + "x-envoy-upstream-service-time": "60" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-09-09T22:31:58Z", - "lastUpdatedDateTime": "2020-09-09T22:31:59Z", + "createdDateTime": "2020-10-30T12:56:03Z", + "lastUpdatedDateTime": "2020-10-30T12:56:04Z", "analyzeResult": null } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/2344a02d-154a-494b-97b7-6d389cdccd8d/analyzeResults/6758eba6-c5ca-4c47-acdd-c640b7a83c35", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/577a5a06-7f1b-4cf7-916a-b79161669818/analyzeResults/f0e54b7f-864e-40cf-ad84-7bda4bc2257a", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "a730e0640886d52121fabdc4e3db8c5f", + "x-ms-client-request-id": "367faebefa7a3c097795a11866f4c05e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "68a5cba2-42cd-41d0-abfa-f186a32d4473", + "apim-request-id": "667674a3-d3f4-479f-bb99-0800c05ca7e0", "Content-Length": "127", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:32:03 GMT", + "Date": "Fri, 30 Oct 2020 12:56:05 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "23" + "x-envoy-upstream-service-time": "31" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-09-09T22:31:58Z", - "lastUpdatedDateTime": "2020-09-09T22:31:59Z", + "createdDateTime": "2020-10-30T12:56:03Z", + "lastUpdatedDateTime": "2020-10-30T12:56:04Z", "analyzeResult": null } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/2344a02d-154a-494b-97b7-6d389cdccd8d/analyzeResults/6758eba6-c5ca-4c47-acdd-c640b7a83c35", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/577a5a06-7f1b-4cf7-916a-b79161669818/analyzeResults/f0e54b7f-864e-40cf-ad84-7bda4bc2257a", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "6b09bc819562ae417c5f7bab1d91f59f", + "x-ms-client-request-id": "2411f926b01ced710134d94299c731c0", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "0320670d-1695-4c6d-a3c4-4caf22f749c6", + "apim-request-id": "ed544861-74f0-4ee5-a5b5-fa0426e09289", "Content-Length": "127", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:32:04 GMT", + "Date": "Fri, 30 Oct 2020 12:56:08 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "25" + "x-envoy-upstream-service-time": "30" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-09-09T22:31:58Z", - "lastUpdatedDateTime": "2020-09-09T22:31:59Z", + "createdDateTime": "2020-10-30T12:56:03Z", + "lastUpdatedDateTime": "2020-10-30T12:56:04Z", "analyzeResult": null } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/2344a02d-154a-494b-97b7-6d389cdccd8d/analyzeResults/6758eba6-c5ca-4c47-acdd-c640b7a83c35", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/577a5a06-7f1b-4cf7-916a-b79161669818/analyzeResults/f0e54b7f-864e-40cf-ad84-7bda4bc2257a", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "80311cb50b7130960b8f79847c7d2a61", + "x-ms-client-request-id": "b86ebee8513d16d76658cd9561a2b21c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "cdfa25ae-2ed9-45f3-9cb1-1da6af196263", + "apim-request-id": "a215098f-d3a5-49ab-9314-f114e4132c04", "Content-Length": "127", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:32:05 GMT", + "Date": "Fri, 30 Oct 2020 12:56:09 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "25" + "x-envoy-upstream-service-time": "31" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-09-09T22:31:58Z", - "lastUpdatedDateTime": "2020-09-09T22:31:59Z", + "createdDateTime": "2020-10-30T12:56:03Z", + "lastUpdatedDateTime": "2020-10-30T12:56:04Z", "analyzeResult": null } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/2344a02d-154a-494b-97b7-6d389cdccd8d/analyzeResults/6758eba6-c5ca-4c47-acdd-c640b7a83c35", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/577a5a06-7f1b-4cf7-916a-b79161669818/analyzeResults/f0e54b7f-864e-40cf-ad84-7bda4bc2257a", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "65c5d40437bdce4d9e812a268d76b890", + "x-ms-client-request-id": "9b642d393a7e0e413c91344621c6a2b0", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "ed4c1a26-86af-496d-b4f7-d1d75f9c44dc", + "apim-request-id": "c634979c-b0bb-4f41-a75b-4c10af11c88d", "Content-Length": "127", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:32:06 GMT", + "Date": "Fri, 30 Oct 2020 12:56:10 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "45" + "x-envoy-upstream-service-time": "38" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-09-09T22:31:58Z", - "lastUpdatedDateTime": "2020-09-09T22:31:59Z", + "createdDateTime": "2020-10-30T12:56:03Z", + "lastUpdatedDateTime": "2020-10-30T12:56:04Z", "analyzeResult": null } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/2344a02d-154a-494b-97b7-6d389cdccd8d/analyzeResults/6758eba6-c5ca-4c47-acdd-c640b7a83c35", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/577a5a06-7f1b-4cf7-916a-b79161669818/analyzeResults/f0e54b7f-864e-40cf-ad84-7bda4bc2257a", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "c60e1d050ba976ed26d85fd31cbd32ff", + "x-ms-client-request-id": "a730e0640886d52121fabdc4e3db8c5f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "9d7fadb5-89b2-42cb-a8c8-fa9f9858a27d", + "apim-request-id": "2b933492-5df9-4724-8eea-0b57baace507", "Content-Length": "127", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:32:07 GMT", + "Date": "Fri, 30 Oct 2020 12:56:11 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": "88" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-09-09T22:31:58Z", - "lastUpdatedDateTime": "2020-09-09T22:31:59Z", + "createdDateTime": "2020-10-30T12:56:03Z", + "lastUpdatedDateTime": "2020-10-30T12:56:04Z", "analyzeResult": null } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/2344a02d-154a-494b-97b7-6d389cdccd8d/analyzeResults/6758eba6-c5ca-4c47-acdd-c640b7a83c35", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/577a5a06-7f1b-4cf7-916a-b79161669818/analyzeResults/f0e54b7f-864e-40cf-ad84-7bda4bc2257a", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "48a619358fcc7de2cf63e1f0e06fa395", + "x-ms-client-request-id": "6b09bc819562ae417c5f7bab1d91f59f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "9f830d39-d022-43d7-babd-be21221ac5d8", + "apim-request-id": "93c25613-0665-401f-97c6-943378f8e7d5", "Content-Length": "127", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:32:08 GMT", + "Date": "Fri, 30 Oct 2020 12:56:12 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "28" + "x-envoy-upstream-service-time": "82" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-09-09T22:31:58Z", - "lastUpdatedDateTime": "2020-09-09T22:31:59Z", + "createdDateTime": "2020-10-30T12:56:03Z", + "lastUpdatedDateTime": "2020-10-30T12:56:04Z", "analyzeResult": null } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/2344a02d-154a-494b-97b7-6d389cdccd8d/analyzeResults/6758eba6-c5ca-4c47-acdd-c640b7a83c35", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/577a5a06-7f1b-4cf7-916a-b79161669818/analyzeResults/f0e54b7f-864e-40cf-ad84-7bda4bc2257a", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "5e7ee9d6646ef9b8e64e3ee5d87ab2e1", + "x-ms-client-request-id": "80311cb50b7130960b8f79847c7d2a61", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "d7e274b1-a430-4c5a-be60-ccda5d72ec79", + "apim-request-id": "4577e531-2eaa-4597-9f3d-321af794f807", "Content-Length": "127", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:32:10 GMT", + "Date": "Fri, 30 Oct 2020 12:56:13 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": "60" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-09-09T22:31:58Z", - "lastUpdatedDateTime": "2020-09-09T22:31:59Z", + "createdDateTime": "2020-10-30T12:56:03Z", + "lastUpdatedDateTime": "2020-10-30T12:56:04Z", "analyzeResult": null } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/2344a02d-154a-494b-97b7-6d389cdccd8d/analyzeResults/6758eba6-c5ca-4c47-acdd-c640b7a83c35", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/577a5a06-7f1b-4cf7-916a-b79161669818/analyzeResults/f0e54b7f-864e-40cf-ad84-7bda4bc2257a", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "73f12b4f6fcf75c33b91f7462afd95b7", + "x-ms-client-request-id": "65c5d40437bdce4d9e812a268d76b890", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "928b204f-c368-4d90-af4e-99d61f4fb2da", - "Content-Length": "29754", + "apim-request-id": "de4c2740-5211-45b0-8c73-982e59283f9b", + "Content-Length": "24800", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:32:11 GMT", + "Date": "Fri, 30 Oct 2020 12:56:16 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": "74" }, "ResponseBody": { "status": "succeeded", - "createdDateTime": "2020-09-09T22:31:58Z", - "lastUpdatedDateTime": "2020-09-09T22:32:11Z", + "createdDateTime": "2020-10-30T12:56:03Z", + "lastUpdatedDateTime": "2020-10-30T12:56:14Z", "analyzeResult": { "version": "2.1.0", "readResults": [ @@ -4103,6 +3989,186 @@ }, "confidence": 1.0 }, + { + "key": { + "text": "Full Booth", + "boundingBox": [ + 3.2139, + 4.917, + 3.8722, + 4.917, + 3.8722, + 5.033, + 3.2139, + 5.033 + ], + "elements": [ + "#/readResults/0/lines/15/words/0", + "#/readResults/0/lines/15/words/1" + ] + }, + "value": { + "text": "$1,500", + "boundingBox": [ + 5.8319, + 4.8976, + 6.2833, + 4.8976, + 6.2833, + 5.0469, + 5.8319, + 5.0469 + ], + "elements": [ + "#/readResults/0/lines/16/words/0" + ] + }, + "confidence": 0.36 + }, + { + "key": { + "text": "Full Booth", + "boundingBox": [ + 3.2139, + 5.9868, + 3.8722, + 5.9868, + 3.8722, + 6.1031, + 3.2139, + 6.1031 + ], + "elements": [ + "#/readResults/0/lines/21/words/0", + "#/readResults/0/lines/21/words/1" + ] + }, + "value": { + "text": "$1,200", + "boundingBox": [ + 5.8319, + 5.9677, + 6.2833, + 5.9677, + 6.2833, + 6.1167, + 5.8319, + 6.1167 + ], + "elements": [ + "#/readResults/0/lines/22/words/0" + ] + }, + "confidence": 0.36 + }, + { + "key": { + "text": "Full Booth", + "boundingBox": [ + 3.2139, + 6.842, + 3.8722, + 6.842, + 3.8722, + 6.958, + 3.2139, + 6.958 + ], + "elements": [ + "#/readResults/0/lines/27/words/0", + "#/readResults/0/lines/27/words/1" + ] + }, + "value": { + "text": "$1,000", + "boundingBox": [ + 5.8319, + 6.8226, + 6.2833, + 6.8226, + 6.2833, + 6.9719, + 5.8319, + 6.9719 + ], + "elements": [ + "#/readResults/0/lines/28/words/0" + ] + }, + "confidence": 0.36 + }, + { + "key": { + "text": "Full Booth", + "boundingBox": [ + 3.2139, + 7.6903, + 3.8722, + 7.6903, + 3.8722, + 7.8063, + 3.2139, + 7.8063 + ], + "elements": [ + "#/readResults/0/lines/33/words/0", + "#/readResults/0/lines/33/words/1" + ] + }, + "value": { + "text": "$600", + "boundingBox": [ + 5.8319, + 7.6712, + 6.1583, + 7.6712, + 6.1583, + 7.8167, + 5.8319, + 7.8167 + ], + "elements": [ + "#/readResults/0/lines/34/words/0" + ] + }, + "confidence": 0.36 + }, + { + "key": { + "text": "Full Booth", + "boundingBox": [ + 3.2139, + 8.3253, + 3.8722, + 8.3253, + 3.8722, + 8.4413, + 3.2139, + 8.4413 + ], + "elements": [ + "#/readResults/0/lines/38/words/0", + "#/readResults/0/lines/38/words/1" + ] + }, + "value": { + "text": "$350", + "boundingBox": [ + 5.8319, + 8.3062, + 6.1583, + 8.3062, + 6.1583, + 8.4514, + 5.8319, + 8.4514 + ], + "elements": [ + "#/readResults/0/lines/39/words/0" + ] + }, + "confidence": 0.36 + }, { "key": { "text": "__Address__1", @@ -4135,483 +4201,7 @@ "confidence": 1.0 } ], - "tables": [ - { - "rows": 6, - "columns": 3, - "cells": [ - { - "text": "Package", - "rowIndex": 0, - "columnIndex": 0, - "boundingBox": [ - 1.0931, - 4.6986, - 1.6236, - 4.6986, - 1.6236, - 4.8427, - 1.0931, - 4.8427 - ], - "confidence": 1.0, - "rowSpan": 1, - "columnSpan": 1, - "elements": [ - "#/readResults/0/lines/11/words/0" - ], - "isHeader": true, - "isFooter": false - }, - { - "text": "Included", - "rowIndex": 0, - "columnIndex": 1, - "boundingBox": [ - 2.7125, - 4.6986, - 3.2708, - 4.6986, - 3.2708, - 4.8146, - 2.7125, - 4.8146 - ], - "confidence": 1.0, - "rowSpan": 1, - "columnSpan": 1, - "elements": [ - "#/readResults/0/lines/12/words/0" - ], - "isHeader": true, - "isFooter": false - }, - { - "text": "Price", - "rowIndex": 0, - "columnIndex": 2, - "boundingBox": [ - 5.8375, - 4.7038, - 6.1514, - 4.7038, - 6.1514, - 4.8146, - 5.8375, - 4.8146 - ], - "confidence": 1.0, - "rowSpan": 1, - "columnSpan": 1, - "elements": [ - "#/readResults/0/lines/13/words/0" - ], - "isHeader": true, - "isFooter": false - }, - { - "text": "Gold Sponsor", - "rowIndex": 1, - "columnIndex": 0, - "boundingBox": [ - 1.0861, - 4.9125, - 1.9833, - 4.9125, - 1.9833, - 5.042, - 1.0861, - 5.042 - ], - "confidence": 1.0, - "rowSpan": 1, - "columnSpan": 1, - "elements": [ - "#/readResults/0/lines/14/words/0", - "#/readResults/0/lines/14/words/1" - ], - "isHeader": false, - "isFooter": false - }, - { - "text": "Full booth Pre-keynote thank you Logo on poster Full page ad in program guide", - "rowIndex": 1, - "columnIndex": 1, - "boundingBox": [ - 3.2139, - 4.917, - 5.2014, - 4.917, - 5.2014, - 5.6885, - 3.2139, - 5.6885 - ], - "confidence": 1.0, - "rowSpan": 1, - "columnSpan": 1, - "elements": [ - "#/readResults/0/lines/15/words/0", - "#/readResults/0/lines/15/words/1", - "#/readResults/0/lines/17/words/0", - "#/readResults/0/lines/17/words/1", - "#/readResults/0/lines/17/words/2", - "#/readResults/0/lines/18/words/0", - "#/readResults/0/lines/18/words/1", - "#/readResults/0/lines/18/words/2", - "#/readResults/0/lines/19/words/0", - "#/readResults/0/lines/19/words/1", - "#/readResults/0/lines/19/words/2", - "#/readResults/0/lines/19/words/3", - "#/readResults/0/lines/19/words/4", - "#/readResults/0/lines/19/words/5" - ], - "isHeader": false, - "isFooter": false - }, - { - "text": "$1,500", - "rowIndex": 1, - "columnIndex": 2, - "boundingBox": [ - 5.8319, - 4.8976, - 6.2833, - 4.8976, - 6.2833, - 5.0469, - 5.8319, - 5.0469 - ], - "confidence": 1.0, - "rowSpan": 1, - "columnSpan": 1, - "elements": [ - "#/readResults/0/lines/16/words/0" - ], - "isHeader": false, - "isFooter": false - }, - { - "text": "Silver Sponsor", - "rowIndex": 2, - "columnIndex": 0, - "boundingBox": [ - 1.0833, - 5.982, - 2.0333, - 5.982, - 2.0333, - 6.1098, - 1.0833, - 6.1098 - ], - "confidence": 1.0, - "rowSpan": 1, - "columnSpan": 1, - "elements": [ - "#/readResults/0/lines/20/words/0", - "#/readResults/0/lines/20/words/1" - ], - "isHeader": false, - "isFooter": false - }, - { - "text": "Full booth Post-keynote thank you Logo on poster Half page ad in program guide", - "rowIndex": 2, - "columnIndex": 1, - "boundingBox": [ - 3.2139, - 5.9868, - 5.2306, - 5.9868, - 5.2306, - 6.7569, - 3.2139, - 6.7569 - ], - "confidence": 1.0, - "rowSpan": 1, - "columnSpan": 1, - "elements": [ - "#/readResults/0/lines/21/words/0", - "#/readResults/0/lines/21/words/1", - "#/readResults/0/lines/23/words/0", - "#/readResults/0/lines/23/words/1", - "#/readResults/0/lines/23/words/2", - "#/readResults/0/lines/24/words/0", - "#/readResults/0/lines/24/words/1", - "#/readResults/0/lines/24/words/2", - "#/readResults/0/lines/25/words/0", - "#/readResults/0/lines/25/words/1", - "#/readResults/0/lines/25/words/2", - "#/readResults/0/lines/25/words/3", - "#/readResults/0/lines/25/words/4", - "#/readResults/0/lines/25/words/5" - ], - "isHeader": false, - "isFooter": false - }, - { - "text": "$1,200", - "rowIndex": 2, - "columnIndex": 2, - "boundingBox": [ - 5.8319, - 5.9677, - 6.2833, - 5.9677, - 6.2833, - 6.1167, - 5.8319, - 6.1167 - ], - "confidence": 1.0, - "rowSpan": 1, - "columnSpan": 1, - "elements": [ - "#/readResults/0/lines/22/words/0" - ], - "isHeader": false, - "isFooter": false - }, - { - "text": "Bronze Sponsor", - "rowIndex": 3, - "columnIndex": 0, - "boundingBox": [ - 1.0931, - 6.8407, - 2.1361, - 6.8407, - 2.1361, - 6.9647, - 1.0931, - 6.9647 - ], - "confidence": 1.0, - "rowSpan": 1, - "columnSpan": 1, - "elements": [ - "#/readResults/0/lines/26/words/0", - "#/readResults/0/lines/26/words/1" - ], - "isHeader": false, - "isFooter": false - }, - { - "text": "Full booth Logo on poster 50% discount on program guide advertisements", - "rowIndex": 3, - "columnIndex": 1, - "boundingBox": [ - 3.2069, - 6.842, - 5.3417, - 6.842, - 5.3417, - 7.5865, - 3.2069, - 7.5865 - ], - "confidence": 1.0, - "rowSpan": 1, - "columnSpan": 1, - "elements": [ - "#/readResults/0/lines/27/words/0", - "#/readResults/0/lines/27/words/1", - "#/readResults/0/lines/29/words/0", - "#/readResults/0/lines/29/words/1", - "#/readResults/0/lines/29/words/2", - "#/readResults/0/lines/30/words/0", - "#/readResults/0/lines/30/words/1", - "#/readResults/0/lines/30/words/2", - "#/readResults/0/lines/30/words/3", - "#/readResults/0/lines/30/words/4", - "#/readResults/0/lines/31/words/0" - ], - "isHeader": false, - "isFooter": false - }, - { - "text": "$1,000", - "rowIndex": 3, - "columnIndex": 2, - "boundingBox": [ - 5.8319, - 6.8226, - 6.2833, - 6.8226, - 6.2833, - 6.9719, - 5.8319, - 6.9719 - ], - "confidence": 1.0, - "rowSpan": 1, - "columnSpan": 1, - "elements": [ - "#/readResults/0/lines/28/words/0" - ], - "isHeader": false, - "isFooter": false - }, - { - "text": "Full Booth", - "rowIndex": 4, - "columnIndex": 0, - "boundingBox": [ - 1.0931, - 7.6819, - 1.7542, - 7.6819, - 1.7542, - 7.7979, - 1.0931, - 7.7979 - ], - "confidence": 1.0, - "rowSpan": 1, - "columnSpan": 1, - "elements": [ - "#/readResults/0/lines/32/words/0", - "#/readResults/0/lines/32/words/1" - ], - "isHeader": false, - "isFooter": false - }, - { - "text": "Full booth 50% discount on program guide advertisements", - "rowIndex": 4, - "columnIndex": 1, - "boundingBox": [ - 3.2069, - 7.6903, - 5.3417, - 7.6903, - 5.3417, - 8.2212, - 3.2069, - 8.2212 - ], - "confidence": 1.0, - "rowSpan": 1, - "columnSpan": 1, - "elements": [ - "#/readResults/0/lines/33/words/0", - "#/readResults/0/lines/33/words/1", - "#/readResults/0/lines/35/words/0", - "#/readResults/0/lines/35/words/1", - "#/readResults/0/lines/35/words/2", - "#/readResults/0/lines/35/words/3", - "#/readResults/0/lines/35/words/4", - "#/readResults/0/lines/36/words/0" - ], - "isHeader": false, - "isFooter": false - }, - { - "text": "$600", - "rowIndex": 4, - "columnIndex": 2, - "boundingBox": [ - 5.8319, - 7.6712, - 6.1583, - 7.6712, - 6.1583, - 7.8167, - 5.8319, - 7.8167 - ], - "confidence": 1.0, - "rowSpan": 1, - "columnSpan": 1, - "elements": [ - "#/readResults/0/lines/34/words/0" - ], - "isHeader": false, - "isFooter": false - }, - { - "text": "Half Booth", - "rowIndex": 5, - "columnIndex": 0, - "boundingBox": [ - 1.0931, - 8.3167, - 1.7861, - 8.3167, - 1.7861, - 8.433, - 1.0931, - 8.433 - ], - "confidence": 1.0, - "rowSpan": 1, - "columnSpan": 1, - "elements": [ - "#/readResults/0/lines/37/words/0", - "#/readResults/0/lines/37/words/1" - ], - "isHeader": false, - "isFooter": false - }, - { - "text": "Full booth 25% discount on program guide advertisements", - "rowIndex": 5, - "columnIndex": 1, - "boundingBox": [ - 3.2069, - 8.3253, - 5.3417, - 8.3253, - 5.3417, - 8.8563, - 3.2069, - 8.8563 - ], - "confidence": 1.0, - "rowSpan": 1, - "columnSpan": 1, - "elements": [ - "#/readResults/0/lines/38/words/0", - "#/readResults/0/lines/38/words/1", - "#/readResults/0/lines/40/words/0", - "#/readResults/0/lines/40/words/1", - "#/readResults/0/lines/40/words/2", - "#/readResults/0/lines/40/words/3", - "#/readResults/0/lines/40/words/4", - "#/readResults/0/lines/41/words/0" - ], - "isHeader": false, - "isFooter": false - }, - { - "text": "$350", - "rowIndex": 5, - "columnIndex": 2, - "boundingBox": [ - 5.8319, - 8.3062, - 6.1583, - 8.3062, - 6.1583, - 8.4514, - 5.8319, - 8.4514 - ], - "confidence": 1.0, - "rowSpan": 1, - "columnSpan": 1, - "elements": [ - "#/readResults/0/lines/39/words/0" - ], - "isHeader": false, - "isFooter": false - } - ] - } - ], + "tables": [], "clusterId": 0 }, { @@ -4808,35 +4398,35 @@ } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/2344a02d-154a-494b-97b7-6d389cdccd8d", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/577a5a06-7f1b-4cf7-916a-b79161669818", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-cfc98be57563b24c96a2dc6418c5fc35-7a21d88ef3712347-00", + "traceparent": "00-0b7648c69427d641ac939ad5a85fdb03-8ab6ab5431620f46-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "32fcc934d33ed09161ad617d51fca554", + "x-ms-client-request-id": "c60e1d050ba976ed26d85fd31cbd32ff", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 204, "ResponseHeaders": { - "apim-request-id": "874a4022-3ba2-42e8-95cc-dedd8d507e4f", + "apim-request-id": "cd1f7b6e-fe3d-4137-a58f-ebb74c0b0608", "Content-Length": "0", - "Date": "Wed, 09 Sep 2020 22:32:11 GMT", + "Date": "Fri, 30 Oct 2020 12:56:16 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "33" + "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-westcentralus.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": "589125165" } 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 0e7cd0b7b407c..ca32af1c87533 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,17 +1,17 @@ { "Entries": [ { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "43", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-63c698ce3520ea44bd3f276423a618f5-9f664e04ad60f341-00", + "traceparent": "00-f297ea6ef6ada043959cf657ca55e6de-e4cd046812fb4947-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "bfea17b284de08fd72eb68cc646200ad", "x-ms-return-client-request-id": "true" @@ -22,25 +22,25 @@ }, "StatusCode": 201, "ResponseHeaders": { - "apim-request-id": "925a3582-2d72-4bf2-9b2f-cbb64cb25b6a", + "apim-request-id": "90138584-a486-4b1f-82d5-515b71cbdc01", "Content-Length": "0", - "Date": "Wed, 09 Sep 2020 22:37:05 GMT", - "Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/96fde7c8-9ce2-4be1-9295-a5067f04a3e6", + "Date": "Fri, 30 Oct 2020 13:02:01 GMT", + "Location": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/4d1991a7-efa9-4205-867f-39a92607b15c", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "234" + "x-envoy-upstream-service-time": "73" }, "ResponseBody": [] }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/96fde7c8-9ce2-4be1-9295-a5067f04a3e6?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/4d1991a7-efa9-4205-867f-39a92607b15c?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "ef318fc5ada391d744d87ebf0aa09516", "x-ms-return-client-request-id": "true" @@ -48,32 +48,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "0e948976-ebde-4dfe-b6a9-a8ad354ba614", + "apim-request-id": "35f154e4-1c31-4b60-82a1-48022c40dfd0", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:37:05 GMT", + "Date": "Fri, 30 Oct 2020 13:02:01 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": "19" }, "ResponseBody": { "modelInfo": { - "modelId": "96fde7c8-9ce2-4be1-9295-a5067f04a3e6", + "modelId": "4d1991a7-efa9-4205-867f-39a92607b15c", "status": "creating", - "createdDateTime": "2020-09-09T22:37:05Z", - "lastUpdatedDateTime": "2020-09-09T22:37:05Z" + "createdDateTime": "2020-10-30T13:02:01Z", + "lastUpdatedDateTime": "2020-10-30T13:02:01Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/96fde7c8-9ce2-4be1-9295-a5067f04a3e6?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/4d1991a7-efa9-4205-867f-39a92607b15c?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "3379c705f276f2489be5d39edf2737d5", "x-ms-return-client-request-id": "true" @@ -81,32 +81,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "3853a88a-817d-46a8-b7b0-b767394982ec", + "apim-request-id": "f4d400cb-07a2-4e17-ad82-ef5f62f6af5a", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:37:06 GMT", + "Date": "Fri, 30 Oct 2020 13:02: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": "21" }, "ResponseBody": { "modelInfo": { - "modelId": "96fde7c8-9ce2-4be1-9295-a5067f04a3e6", + "modelId": "4d1991a7-efa9-4205-867f-39a92607b15c", "status": "creating", - "createdDateTime": "2020-09-09T22:37:05Z", - "lastUpdatedDateTime": "2020-09-09T22:37:05Z" + "createdDateTime": "2020-10-30T13:02:01Z", + "lastUpdatedDateTime": "2020-10-30T13:02:01Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/96fde7c8-9ce2-4be1-9295-a5067f04a3e6?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/4d1991a7-efa9-4205-867f-39a92607b15c?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "311a0d20258c040e40597a05063dfed2", "x-ms-return-client-request-id": "true" @@ -114,32 +114,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "7436bebb-3b56-4615-b455-db79f402775e", + "apim-request-id": "43ec1447-1481-44fd-b55c-56d335be5abc", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:37:07 GMT", + "Date": "Fri, 30 Oct 2020 13:02:04 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": "34" }, "ResponseBody": { "modelInfo": { - "modelId": "96fde7c8-9ce2-4be1-9295-a5067f04a3e6", + "modelId": "4d1991a7-efa9-4205-867f-39a92607b15c", "status": "creating", - "createdDateTime": "2020-09-09T22:37:05Z", - "lastUpdatedDateTime": "2020-09-09T22:37:05Z" + "createdDateTime": "2020-10-30T13:02:01Z", + "lastUpdatedDateTime": "2020-10-30T13:02:01Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/96fde7c8-9ce2-4be1-9295-a5067f04a3e6?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/4d1991a7-efa9-4205-867f-39a92607b15c?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "9dc75156cde9d236463e54bed938b21d", "x-ms-return-client-request-id": "true" @@ -147,32 +147,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "3775ff3e-cd95-495b-9764-45bfbcf2eeb7", + "apim-request-id": "04a2ec67-1b5e-4f05-b7b7-d205b67a2225", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:37:08 GMT", + "Date": "Fri, 30 Oct 2020 13:02:06 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "32" + "x-envoy-upstream-service-time": "21" }, "ResponseBody": { "modelInfo": { - "modelId": "96fde7c8-9ce2-4be1-9295-a5067f04a3e6", + "modelId": "4d1991a7-efa9-4205-867f-39a92607b15c", "status": "creating", - "createdDateTime": "2020-09-09T22:37:05Z", - "lastUpdatedDateTime": "2020-09-09T22:37:05Z" + "createdDateTime": "2020-10-30T13:02:01Z", + "lastUpdatedDateTime": "2020-10-30T13:02:01Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/96fde7c8-9ce2-4be1-9295-a5067f04a3e6?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/4d1991a7-efa9-4205-867f-39a92607b15c?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "fd9fa9a16385df89b875f21d7743ec5d", "x-ms-return-client-request-id": "true" @@ -180,32 +180,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "862c350a-4342-4de7-80c9-149bd316efea", + "apim-request-id": "49d70d8d-5e74-4053-8621-30807703020c", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:37:09 GMT", + "Date": "Fri, 30 Oct 2020 13:02:07 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": "27" }, "ResponseBody": { "modelInfo": { - "modelId": "96fde7c8-9ce2-4be1-9295-a5067f04a3e6", + "modelId": "4d1991a7-efa9-4205-867f-39a92607b15c", "status": "creating", - "createdDateTime": "2020-09-09T22:37:05Z", - "lastUpdatedDateTime": "2020-09-09T22:37:05Z" + "createdDateTime": "2020-10-30T13:02:01Z", + "lastUpdatedDateTime": "2020-10-30T13:02:01Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/96fde7c8-9ce2-4be1-9295-a5067f04a3e6?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/4d1991a7-efa9-4205-867f-39a92607b15c?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "8e4801e79a5f53ecd648eb4ed1502a07", "x-ms-return-client-request-id": "true" @@ -213,9 +213,9 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "ebbcb363-b60b-4018-8ee5-958168cca384", + "apim-request-id": "2db6cb94-db6b-411f-b110-992ae6a81ac9", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:37:11 GMT", + "Date": "Fri, 30 Oct 2020 13:02:08 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", @@ -223,22 +223,22 @@ }, "ResponseBody": { "modelInfo": { - "modelId": "96fde7c8-9ce2-4be1-9295-a5067f04a3e6", + "modelId": "4d1991a7-efa9-4205-867f-39a92607b15c", "status": "creating", - "createdDateTime": "2020-09-09T22:37:05Z", - "lastUpdatedDateTime": "2020-09-09T22:37:05Z" + "createdDateTime": "2020-10-30T13:02:01Z", + "lastUpdatedDateTime": "2020-10-30T13:02:01Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/96fde7c8-9ce2-4be1-9295-a5067f04a3e6?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/4d1991a7-efa9-4205-867f-39a92607b15c?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "5d645da7019df24dc7e7e473da195a03", "x-ms-return-client-request-id": "true" @@ -246,32 +246,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "a22d8346-cda9-40bb-bddf-c5765b31e658", + "apim-request-id": "dbbb07d3-eb0e-4ec1-a917-65b515945bdd", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:37:12 GMT", + "Date": "Fri, 30 Oct 2020 13:02:09 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": "20" }, "ResponseBody": { "modelInfo": { - "modelId": "96fde7c8-9ce2-4be1-9295-a5067f04a3e6", + "modelId": "4d1991a7-efa9-4205-867f-39a92607b15c", "status": "creating", - "createdDateTime": "2020-09-09T22:37:05Z", - "lastUpdatedDateTime": "2020-09-09T22:37:05Z" + "createdDateTime": "2020-10-30T13:02:01Z", + "lastUpdatedDateTime": "2020-10-30T13:02:01Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/96fde7c8-9ce2-4be1-9295-a5067f04a3e6?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/4d1991a7-efa9-4205-867f-39a92607b15c?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "d8d6f65124ef06bebc4c263d783b0e67", "x-ms-return-client-request-id": "true" @@ -279,32 +279,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "d3b8bc4c-50a8-4e4c-a279-f4333a9c8644", + "apim-request-id": "75180e25-ad8f-4372-b7fe-8f545691490e", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:37:13 GMT", + "Date": "Fri, 30 Oct 2020 13:02:11 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": "78" }, "ResponseBody": { "modelInfo": { - "modelId": "96fde7c8-9ce2-4be1-9295-a5067f04a3e6", + "modelId": "4d1991a7-efa9-4205-867f-39a92607b15c", "status": "creating", - "createdDateTime": "2020-09-09T22:37:05Z", - "lastUpdatedDateTime": "2020-09-09T22:37:05Z" + "createdDateTime": "2020-10-30T13:02:01Z", + "lastUpdatedDateTime": "2020-10-30T13:02:01Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/96fde7c8-9ce2-4be1-9295-a5067f04a3e6?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/4d1991a7-efa9-4205-867f-39a92607b15c?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "1a75ea4a8fdee6c0b456c677b57878bd", "x-ms-return-client-request-id": "true" @@ -312,32 +312,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "148a329d-5869-44b5-9f95-adf24c02a0d9", + "apim-request-id": "835337f8-78df-4718-8af9-1920e8fade74", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:37:14 GMT", + "Date": "Fri, 30 Oct 2020 13:02:13 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": "66" }, "ResponseBody": { "modelInfo": { - "modelId": "96fde7c8-9ce2-4be1-9295-a5067f04a3e6", + "modelId": "4d1991a7-efa9-4205-867f-39a92607b15c", "status": "creating", - "createdDateTime": "2020-09-09T22:37:05Z", - "lastUpdatedDateTime": "2020-09-09T22:37:05Z" + "createdDateTime": "2020-10-30T13:02:01Z", + "lastUpdatedDateTime": "2020-10-30T13:02:01Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/96fde7c8-9ce2-4be1-9295-a5067f04a3e6?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/4d1991a7-efa9-4205-867f-39a92607b15c?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "dafce7ed517983189e5da051da0f798b", "x-ms-return-client-request-id": "true" @@ -345,32 +345,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "c30f983d-39ea-4cfb-906c-86fd41e9f4bd", + "apim-request-id": "100c75bb-7199-49dc-a1e8-b89d2c182fb0", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:37:15 GMT", + "Date": "Fri, 30 Oct 2020 13:02:15 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": "60" }, "ResponseBody": { "modelInfo": { - "modelId": "96fde7c8-9ce2-4be1-9295-a5067f04a3e6", + "modelId": "4d1991a7-efa9-4205-867f-39a92607b15c", "status": "creating", - "createdDateTime": "2020-09-09T22:37:05Z", - "lastUpdatedDateTime": "2020-09-09T22:37:05Z" + "createdDateTime": "2020-10-30T13:02:01Z", + "lastUpdatedDateTime": "2020-10-30T13:02:01Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/96fde7c8-9ce2-4be1-9295-a5067f04a3e6?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/4d1991a7-efa9-4205-867f-39a92607b15c?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "ef287dd940a3c22436f024995d465144", "x-ms-return-client-request-id": "true" @@ -378,32 +378,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "9045d4f3-1427-4257-bd55-67b2bb3b1b61", + "apim-request-id": "280e5ec9-0fa7-4d39-acb0-d9085923bb88", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:37:16 GMT", + "Date": "Fri, 30 Oct 2020 13:02:16 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": "67" }, "ResponseBody": { "modelInfo": { - "modelId": "96fde7c8-9ce2-4be1-9295-a5067f04a3e6", + "modelId": "4d1991a7-efa9-4205-867f-39a92607b15c", "status": "creating", - "createdDateTime": "2020-09-09T22:37:05Z", - "lastUpdatedDateTime": "2020-09-09T22:37:05Z" + "createdDateTime": "2020-10-30T13:02:01Z", + "lastUpdatedDateTime": "2020-10-30T13:02:01Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/96fde7c8-9ce2-4be1-9295-a5067f04a3e6?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/4d1991a7-efa9-4205-867f-39a92607b15c?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "904f68d3333ff9edd2f27b80ef6e0ba4", "x-ms-return-client-request-id": "true" @@ -411,32 +411,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "cec6cb0f-dec5-405f-81b3-90de6123c827", + "apim-request-id": "cee30f70-75d1-46e7-ac8b-9dc887636263", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:37:17 GMT", + "Date": "Fri, 30 Oct 2020 13:02:17 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "28" + "x-envoy-upstream-service-time": "20" }, "ResponseBody": { "modelInfo": { - "modelId": "96fde7c8-9ce2-4be1-9295-a5067f04a3e6", + "modelId": "4d1991a7-efa9-4205-867f-39a92607b15c", "status": "creating", - "createdDateTime": "2020-09-09T22:37:05Z", - "lastUpdatedDateTime": "2020-09-09T22:37:05Z" + "createdDateTime": "2020-10-30T13:02:01Z", + "lastUpdatedDateTime": "2020-10-30T13:02:01Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/96fde7c8-9ce2-4be1-9295-a5067f04a3e6?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/4d1991a7-efa9-4205-867f-39a92607b15c?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "389e3bdc884fac19c339a4892c7e2558", "x-ms-return-client-request-id": "true" @@ -444,32 +444,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "76cefa1d-4602-4ea8-9915-a1409bbde0b4", + "apim-request-id": "47c5aff2-6ca7-418e-820a-ea38b1b05e6e", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:37:18 GMT", + "Date": "Fri, 30 Oct 2020 13:02:18 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": "23" }, "ResponseBody": { "modelInfo": { - "modelId": "96fde7c8-9ce2-4be1-9295-a5067f04a3e6", + "modelId": "4d1991a7-efa9-4205-867f-39a92607b15c", "status": "creating", - "createdDateTime": "2020-09-09T22:37:05Z", - "lastUpdatedDateTime": "2020-09-09T22:37:05Z" + "createdDateTime": "2020-10-30T13:02:01Z", + "lastUpdatedDateTime": "2020-10-30T13:02:01Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/96fde7c8-9ce2-4be1-9295-a5067f04a3e6?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/4d1991a7-efa9-4205-867f-39a92607b15c?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "717e5b0ce8c0a54b8f2f1db1c4a3d2c7", "x-ms-return-client-request-id": "true" @@ -477,32 +477,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "ccec770b-688c-4c9b-9f71-b2868995ad23", + "apim-request-id": "5411ffb7-7b90-439f-a6e9-bbc26bb2a348", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:37:19 GMT", + "Date": "Fri, 30 Oct 2020 13:02:21 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": "23" }, "ResponseBody": { "modelInfo": { - "modelId": "96fde7c8-9ce2-4be1-9295-a5067f04a3e6", + "modelId": "4d1991a7-efa9-4205-867f-39a92607b15c", "status": "creating", - "createdDateTime": "2020-09-09T22:37:05Z", - "lastUpdatedDateTime": "2020-09-09T22:37:05Z" + "createdDateTime": "2020-10-30T13:02:01Z", + "lastUpdatedDateTime": "2020-10-30T13:02:01Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/96fde7c8-9ce2-4be1-9295-a5067f04a3e6?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/4d1991a7-efa9-4205-867f-39a92607b15c?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "22bd80e519a84af54fa2cd058e64cc53", "x-ms-return-client-request-id": "true" @@ -510,32 +510,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "5b501981-5634-4bd1-b777-ca7479a34737", + "apim-request-id": "94551857-5f6b-49d3-8517-e669a26d621e", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:37:20 GMT", + "Date": "Fri, 30 Oct 2020 13:02:22 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": "96fde7c8-9ce2-4be1-9295-a5067f04a3e6", + "modelId": "4d1991a7-efa9-4205-867f-39a92607b15c", "status": "creating", - "createdDateTime": "2020-09-09T22:37:05Z", - "lastUpdatedDateTime": "2020-09-09T22:37:05Z" + "createdDateTime": "2020-10-30T13:02:01Z", + "lastUpdatedDateTime": "2020-10-30T13:02:01Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/96fde7c8-9ce2-4be1-9295-a5067f04a3e6?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/4d1991a7-efa9-4205-867f-39a92607b15c?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "947423cc99f0f3e4eff9a81f6b68e81f", "x-ms-return-client-request-id": "true" @@ -543,32 +543,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "aba52e59-b2c2-42f9-bcf6-0b5f71e476a1", + "apim-request-id": "0dd7af95-f2bc-4a5a-9b42-f53f05cbfe21", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:37:21 GMT", + "Date": "Fri, 30 Oct 2020 13:02:23 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "37" + "x-envoy-upstream-service-time": "18" }, "ResponseBody": { "modelInfo": { - "modelId": "96fde7c8-9ce2-4be1-9295-a5067f04a3e6", + "modelId": "4d1991a7-efa9-4205-867f-39a92607b15c", "status": "creating", - "createdDateTime": "2020-09-09T22:37:05Z", - "lastUpdatedDateTime": "2020-09-09T22:37:05Z" + "createdDateTime": "2020-10-30T13:02:01Z", + "lastUpdatedDateTime": "2020-10-30T13:02:01Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/96fde7c8-9ce2-4be1-9295-a5067f04a3e6?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/4d1991a7-efa9-4205-867f-39a92607b15c?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "aca3dd6703c1f3af6633221d1b46162b", "x-ms-return-client-request-id": "true" @@ -576,164 +576,46 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "bd62994a-fb9b-4e6b-9af9-1bc3b7bc8f6d", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:37:22 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "28" - }, - "ResponseBody": { - "modelInfo": { - "modelId": "96fde7c8-9ce2-4be1-9295-a5067f04a3e6", - "status": "creating", - "createdDateTime": "2020-09-09T22:37:05Z", - "lastUpdatedDateTime": "2020-09-09T22:37:05Z" - } - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/96fde7c8-9ce2-4be1-9295-a5067f04a3e6?includeKeys=true", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "a1e4c9633e2f4cd79cc932af70d5dee6", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "d3310873-3594-4e3d-ba02-e0b937a50525", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:37:23 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "247" - }, - "ResponseBody": { - "modelInfo": { - "modelId": "96fde7c8-9ce2-4be1-9295-a5067f04a3e6", - "status": "creating", - "createdDateTime": "2020-09-09T22:37:05Z", - "lastUpdatedDateTime": "2020-09-09T22:37:05Z" - } - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/96fde7c8-9ce2-4be1-9295-a5067f04a3e6?includeKeys=true", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "b19eaeba20c1c99273812dbc76c6d8a9", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "034a84cd-f48e-4719-a224-2a892e587772", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:37:24 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": "96fde7c8-9ce2-4be1-9295-a5067f04a3e6", - "status": "creating", - "createdDateTime": "2020-09-09T22:37:05Z", - "lastUpdatedDateTime": "2020-09-09T22:37:05Z" - } - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/96fde7c8-9ce2-4be1-9295-a5067f04a3e6?includeKeys=true", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "a2bc7de2468428ef05560ff8d0008391", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "dbdb4e96-de49-4d26-9d44-a8f472b8649a", + "apim-request-id": "fdcb7a8c-d4ed-4a65-8d4c-ac2a0c97a975", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:37:25 GMT", + "Date": "Fri, 30 Oct 2020 13:02:25 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "28" - }, - "ResponseBody": { - "modelInfo": { - "modelId": "96fde7c8-9ce2-4be1-9295-a5067f04a3e6", - "status": "creating", - "createdDateTime": "2020-09-09T22:37:05Z", - "lastUpdatedDateTime": "2020-09-09T22:37:05Z" - } - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/96fde7c8-9ce2-4be1-9295-a5067f04a3e6?includeKeys=true", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "6d623b5464a74269371a2dae101ad5d5", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "10d5a910-b1dd-4f62-9025-b4e28a208620", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:37:26 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": "20" }, "ResponseBody": { "modelInfo": { - "modelId": "96fde7c8-9ce2-4be1-9295-a5067f04a3e6", + "modelId": "4d1991a7-efa9-4205-867f-39a92607b15c", "status": "ready", - "createdDateTime": "2020-09-09T22:37:05Z", - "lastUpdatedDateTime": "2020-09-09T22:37:27Z" + "createdDateTime": "2020-10-30T13:02:01Z", + "lastUpdatedDateTime": "2020-10-30T13:02:25Z" }, "keys": { "clusters": { "0": [ + "25% discount on program guide", + "50% discount on program guide", + "Bronze Sponsor", "Contoso Ltd. Conference will be held on May 28-29, 2020 at the Elm Conference Center in", + "Full Booth", + "Full booth", + "Full page ad in program guide", + "Gold Sponsor", + "Half Booth", + "Half page ad in program guide", "Included", + "Logo on poster", "Maple City, Massachusetts. The conference has sold out of its 1,500 tickets, with a 400 person", "Package", + "Post-keynote thank you", + "Pre-keynote thank you", "Price", "Rates:", + "Silver Sponsor", "Vendor #:", "Vendor Registration", + "advertisements", "below, and attach a check made out to:", "waitlist. Vendor applications are being accepted through Feb 28, 2020. Please fill in the form" ], @@ -785,463 +667,340 @@ } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/96fde7c8-9ce2-4be1-9295-a5067f04a3e6/analyze?includeTextDetails=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/4d1991a7-efa9-4205-867f-39a92607b15c/analyze?includeTextDetails=true", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "711607", "Content-Type": "application/pdf", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-48bd54b627198f45b139b6dabb4cded4-05c3b02e64bf4f47-00", + "traceparent": "00-1bafcf3687386b41bf62e1b9a61a98c0-3029e52cf6a2ec40-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "f2cc89f03c187362be75ab6a1099f873", + "x-ms-client-request-id": "a1e4c9633e2f4cd79cc932af70d5dee6", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "e82b5953-6b05-41cb-a295-c493deee14b4", + "apim-request-id": "35f55d93-2d5c-4875-95f7-f6c967acf43f", "Content-Length": "0", - "Date": "Wed, 09 Sep 2020 22:37:28 GMT", - "Operation-Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/96fde7c8-9ce2-4be1-9295-a5067f04a3e6/analyzeresults/707e0d99-f65b-4c0b-8fe3-cae1441d9929", + "Date": "Fri, 30 Oct 2020 13:02:25 GMT", + "Operation-Location": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/4d1991a7-efa9-4205-867f-39a92607b15c/analyzeresults/78a5100f-e5ef-4659-aac4-6d928f6c51f2", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "185" + "x-envoy-upstream-service-time": "195" }, "ResponseBody": [] }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/96fde7c8-9ce2-4be1-9295-a5067f04a3e6/analyzeResults/707e0d99-f65b-4c0b-8fe3-cae1441d9929", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/4d1991a7-efa9-4205-867f-39a92607b15c/analyzeResults/78a5100f-e5ef-4659-aac4-6d928f6c51f2", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "3a679cfe6b647e0113796b69194118eb", + "x-ms-client-request-id": "b19eaeba20c1c99273812dbc76c6d8a9", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "5390eaa0-7b3e-4ba5-87b5-513362caa53c", + "apim-request-id": "a40da475-1296-42df-8c83-48b43543c6f5", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:37:28 GMT", + "Date": "Fri, 30 Oct 2020 13:02:25 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", "x-envoy-upstream-service-time": "27" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-09-09T22:37:28Z", - "lastUpdatedDateTime": "2020-09-09T22:37:28Z" + "createdDateTime": "2020-10-30T13:02:26Z", + "lastUpdatedDateTime": "2020-10-30T13:02:26Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/96fde7c8-9ce2-4be1-9295-a5067f04a3e6/analyzeResults/707e0d99-f65b-4c0b-8fe3-cae1441d9929", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/4d1991a7-efa9-4205-867f-39a92607b15c/analyzeResults/78a5100f-e5ef-4659-aac4-6d928f6c51f2", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "46073a8190341878d9eeae32b8ff329d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "129427a2-2141-4a79-a382-857cc2dd78ba", - "Content-Length": "109", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:37:29 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "21" - }, - "ResponseBody": { - "status": "notStarted", - "createdDateTime": "2020-09-09T22:37:28Z", - "lastUpdatedDateTime": "2020-09-09T22:37:28Z" - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/96fde7c8-9ce2-4be1-9295-a5067f04a3e6/analyzeResults/707e0d99-f65b-4c0b-8fe3-cae1441d9929", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "73b0ba219ab28571884ddf9ed1f85a7c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "05b50986-b1e9-43f5-b44f-40a165dba792", - "Content-Length": "127", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:37:30 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "20" - }, - "ResponseBody": { - "status": "running", - "createdDateTime": "2020-09-09T22:37:28Z", - "lastUpdatedDateTime": "2020-09-09T22:37:29Z", - "analyzeResult": null - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/96fde7c8-9ce2-4be1-9295-a5067f04a3e6/analyzeResults/707e0d99-f65b-4c0b-8fe3-cae1441d9929", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "d6e9c05db1916d3f244f6175bccec513", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "5bc92b21-fde8-4f07-b140-aad9e5a800c4", - "Content-Length": "127", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:37:31 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "21" - }, - "ResponseBody": { - "status": "running", - "createdDateTime": "2020-09-09T22:37:28Z", - "lastUpdatedDateTime": "2020-09-09T22:37:29Z", - "analyzeResult": null - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/96fde7c8-9ce2-4be1-9295-a5067f04a3e6/analyzeResults/707e0d99-f65b-4c0b-8fe3-cae1441d9929", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "5f47cd47a491e638c882bee6b1da47e1", + "x-ms-client-request-id": "a2bc7de2468428ef05560ff8d0008391", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "e37cb25f-dab0-47d0-8f12-0759ae39b893", + "apim-request-id": "0041ff05-6a95-43aa-97d3-5cba1d228df1", "Content-Length": "127", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:37:32 GMT", + "Date": "Fri, 30 Oct 2020 13:02:26 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", "x-envoy-upstream-service-time": "25" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-09-09T22:37:28Z", - "lastUpdatedDateTime": "2020-09-09T22:37:29Z", - "analyzeResult": null - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/96fde7c8-9ce2-4be1-9295-a5067f04a3e6/analyzeResults/707e0d99-f65b-4c0b-8fe3-cae1441d9929", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "f8d531945c16700b7b424f6339fcc8b9", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "f2c5c242-b234-42d8-959c-8c6ef63238ed", - "Content-Length": "127", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:37:33 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "23" - }, - "ResponseBody": { - "status": "running", - "createdDateTime": "2020-09-09T22:37:28Z", - "lastUpdatedDateTime": "2020-09-09T22:37:29Z", + "createdDateTime": "2020-10-30T13:02:26Z", + "lastUpdatedDateTime": "2020-10-30T13:02:26Z", "analyzeResult": null } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/96fde7c8-9ce2-4be1-9295-a5067f04a3e6/analyzeResults/707e0d99-f65b-4c0b-8fe3-cae1441d9929", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/4d1991a7-efa9-4205-867f-39a92607b15c/analyzeResults/78a5100f-e5ef-4659-aac4-6d928f6c51f2", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "0357cb88fab0b8eb87030d0ff358bc4a", + "x-ms-client-request-id": "6d623b5464a74269371a2dae101ad5d5", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "e6c5c969-e174-4a19-b825-5189248bc171", + "apim-request-id": "caa7028f-6f42-4b9f-bfcd-a4015f570e5e", "Content-Length": "127", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:37:34 GMT", + "Date": "Fri, 30 Oct 2020 13:02:29 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": "27" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-09-09T22:37:28Z", - "lastUpdatedDateTime": "2020-09-09T22:37:29Z", + "createdDateTime": "2020-10-30T13:02:26Z", + "lastUpdatedDateTime": "2020-10-30T13:02:26Z", "analyzeResult": null } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/96fde7c8-9ce2-4be1-9295-a5067f04a3e6/analyzeResults/707e0d99-f65b-4c0b-8fe3-cae1441d9929", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/4d1991a7-efa9-4205-867f-39a92607b15c/analyzeResults/78a5100f-e5ef-4659-aac4-6d928f6c51f2", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "8ae07f07ccf9eafdc1d7e44e54d5accc", + "x-ms-client-request-id": "f2cc89f03c187362be75ab6a1099f873", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "a8b3e8fc-1e48-48b8-83f0-4161c90c2572", + "apim-request-id": "ee7f3065-1a46-4f39-a170-6e8ad7f1f103", "Content-Length": "127", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:37:35 GMT", + "Date": "Fri, 30 Oct 2020 13:02:30 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "27" + "x-envoy-upstream-service-time": "28" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-09-09T22:37:28Z", - "lastUpdatedDateTime": "2020-09-09T22:37:29Z", + "createdDateTime": "2020-10-30T13:02:26Z", + "lastUpdatedDateTime": "2020-10-30T13:02:26Z", "analyzeResult": null } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/96fde7c8-9ce2-4be1-9295-a5067f04a3e6/analyzeResults/707e0d99-f65b-4c0b-8fe3-cae1441d9929", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/4d1991a7-efa9-4205-867f-39a92607b15c/analyzeResults/78a5100f-e5ef-4659-aac4-6d928f6c51f2", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "e55e04b943829930451c71134efb7c22", + "x-ms-client-request-id": "3a679cfe6b647e0113796b69194118eb", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "fb927695-6377-4f6b-930a-aa3d73b3de26", + "apim-request-id": "bcd30dc3-8caa-4e35-9a62-ab2db60c6432", "Content-Length": "127", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:37:36 GMT", + "Date": "Fri, 30 Oct 2020 13:02:32 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "26" + "x-envoy-upstream-service-time": "24" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-09-09T22:37:28Z", - "lastUpdatedDateTime": "2020-09-09T22:37:29Z", + "createdDateTime": "2020-10-30T13:02:26Z", + "lastUpdatedDateTime": "2020-10-30T13:02:26Z", "analyzeResult": null } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/96fde7c8-9ce2-4be1-9295-a5067f04a3e6/analyzeResults/707e0d99-f65b-4c0b-8fe3-cae1441d9929", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/4d1991a7-efa9-4205-867f-39a92607b15c/analyzeResults/78a5100f-e5ef-4659-aac4-6d928f6c51f2", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "b95b05853e1bbbbfcd6c42d8169d63b1", + "x-ms-client-request-id": "46073a8190341878d9eeae32b8ff329d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "7c0b9f5d-5bbd-4615-b109-d988cbd0e81a", + "apim-request-id": "14077e74-2ff7-4ae0-806f-a28963c6f9aa", "Content-Length": "127", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:37:37 GMT", + "Date": "Fri, 30 Oct 2020 13:02:33 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "28" + "x-envoy-upstream-service-time": "27" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-09-09T22:37:28Z", - "lastUpdatedDateTime": "2020-09-09T22:37:29Z", + "createdDateTime": "2020-10-30T13:02:26Z", + "lastUpdatedDateTime": "2020-10-30T13:02:26Z", "analyzeResult": null } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/96fde7c8-9ce2-4be1-9295-a5067f04a3e6/analyzeResults/707e0d99-f65b-4c0b-8fe3-cae1441d9929", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/4d1991a7-efa9-4205-867f-39a92607b15c/analyzeResults/78a5100f-e5ef-4659-aac4-6d928f6c51f2", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "ee564156d7fac4c74f4744dd5bea9cc5", + "x-ms-client-request-id": "73b0ba219ab28571884ddf9ed1f85a7c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "fefaa3fa-af92-4def-ad7f-346300a3035f", + "apim-request-id": "b1501c82-3593-4cde-9caa-4a95fb534c42", "Content-Length": "127", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:37:38 GMT", + "Date": "Fri, 30 Oct 2020 13:02:34 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "59" + "x-envoy-upstream-service-time": "25" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-09-09T22:37:28Z", - "lastUpdatedDateTime": "2020-09-09T22:37:29Z", + "createdDateTime": "2020-10-30T13:02:26Z", + "lastUpdatedDateTime": "2020-10-30T13:02:26Z", "analyzeResult": null } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/96fde7c8-9ce2-4be1-9295-a5067f04a3e6/analyzeResults/707e0d99-f65b-4c0b-8fe3-cae1441d9929", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/4d1991a7-efa9-4205-867f-39a92607b15c/analyzeResults/78a5100f-e5ef-4659-aac4-6d928f6c51f2", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "4fc8c15bf27a7ab045a21716015782a8", + "x-ms-client-request-id": "d6e9c05db1916d3f244f6175bccec513", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "0be77ade-c5f3-4004-8412-bdda9bc498e7", + "apim-request-id": "80570474-ce2e-48b9-b883-304751c1fcf0", "Content-Length": "127", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:37:39 GMT", + "Date": "Fri, 30 Oct 2020 13:02:35 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "27" + "x-envoy-upstream-service-time": "31" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-09-09T22:37:28Z", - "lastUpdatedDateTime": "2020-09-09T22:37:29Z", + "createdDateTime": "2020-10-30T13:02:26Z", + "lastUpdatedDateTime": "2020-10-30T13:02:26Z", "analyzeResult": null } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/96fde7c8-9ce2-4be1-9295-a5067f04a3e6/analyzeResults/707e0d99-f65b-4c0b-8fe3-cae1441d9929", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/4d1991a7-efa9-4205-867f-39a92607b15c/analyzeResults/78a5100f-e5ef-4659-aac4-6d928f6c51f2", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "0dbcbfb88da4ae283e966ad3f9e25fe3", + "x-ms-client-request-id": "5f47cd47a491e638c882bee6b1da47e1", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "43cc3079-e5cd-497f-8b15-33be195e8c2b", + "apim-request-id": "2957a7bb-730f-41bd-af1f-ca12a09b3644", "Content-Length": "127", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:37:40 GMT", + "Date": "Fri, 30 Oct 2020 13:02:37 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "26" + "x-envoy-upstream-service-time": "61" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-09-09T22:37:28Z", - "lastUpdatedDateTime": "2020-09-09T22:37:29Z", + "createdDateTime": "2020-10-30T13:02:26Z", + "lastUpdatedDateTime": "2020-10-30T13:02:26Z", "analyzeResult": null } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/96fde7c8-9ce2-4be1-9295-a5067f04a3e6/analyzeResults/707e0d99-f65b-4c0b-8fe3-cae1441d9929", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/4d1991a7-efa9-4205-867f-39a92607b15c/analyzeResults/78a5100f-e5ef-4659-aac4-6d928f6c51f2", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "547d7cd014d4643790dca957bfb0c3f7", + "x-ms-client-request-id": "f8d531945c16700b7b424f6339fcc8b9", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "7df491b5-619f-4c86-949f-e825aaa7a47f", - "Content-Length": "29754", + "apim-request-id": "5decc061-8043-4470-84d6-3c29baedcfe5", + "Content-Length": "24800", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:37:41 GMT", + "Date": "Fri, 30 Oct 2020 13:02:38 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "33" + "x-envoy-upstream-service-time": "36" }, "ResponseBody": { "status": "succeeded", - "createdDateTime": "2020-09-09T22:37:28Z", - "lastUpdatedDateTime": "2020-09-09T22:37:41Z", + "createdDateTime": "2020-10-30T13:02:26Z", + "lastUpdatedDateTime": "2020-10-30T13:02:37Z", "analyzeResult": { "version": "2.1.0", "readResults": [ @@ -4166,6 +3925,186 @@ }, "confidence": 1.0 }, + { + "key": { + "text": "Full Booth", + "boundingBox": [ + 3.2139, + 4.917, + 3.8722, + 4.917, + 3.8722, + 5.033, + 3.2139, + 5.033 + ], + "elements": [ + "#/readResults/0/lines/15/words/0", + "#/readResults/0/lines/15/words/1" + ] + }, + "value": { + "text": "$1,500", + "boundingBox": [ + 5.8319, + 4.8976, + 6.2833, + 4.8976, + 6.2833, + 5.0469, + 5.8319, + 5.0469 + ], + "elements": [ + "#/readResults/0/lines/16/words/0" + ] + }, + "confidence": 0.36 + }, + { + "key": { + "text": "Full Booth", + "boundingBox": [ + 3.2139, + 5.9868, + 3.8722, + 5.9868, + 3.8722, + 6.1031, + 3.2139, + 6.1031 + ], + "elements": [ + "#/readResults/0/lines/21/words/0", + "#/readResults/0/lines/21/words/1" + ] + }, + "value": { + "text": "$1,200", + "boundingBox": [ + 5.8319, + 5.9677, + 6.2833, + 5.9677, + 6.2833, + 6.1167, + 5.8319, + 6.1167 + ], + "elements": [ + "#/readResults/0/lines/22/words/0" + ] + }, + "confidence": 0.36 + }, + { + "key": { + "text": "Full Booth", + "boundingBox": [ + 3.2139, + 6.842, + 3.8722, + 6.842, + 3.8722, + 6.958, + 3.2139, + 6.958 + ], + "elements": [ + "#/readResults/0/lines/27/words/0", + "#/readResults/0/lines/27/words/1" + ] + }, + "value": { + "text": "$1,000", + "boundingBox": [ + 5.8319, + 6.8226, + 6.2833, + 6.8226, + 6.2833, + 6.9719, + 5.8319, + 6.9719 + ], + "elements": [ + "#/readResults/0/lines/28/words/0" + ] + }, + "confidence": 0.36 + }, + { + "key": { + "text": "Full Booth", + "boundingBox": [ + 3.2139, + 7.6903, + 3.8722, + 7.6903, + 3.8722, + 7.8063, + 3.2139, + 7.8063 + ], + "elements": [ + "#/readResults/0/lines/33/words/0", + "#/readResults/0/lines/33/words/1" + ] + }, + "value": { + "text": "$600", + "boundingBox": [ + 5.8319, + 7.6712, + 6.1583, + 7.6712, + 6.1583, + 7.8167, + 5.8319, + 7.8167 + ], + "elements": [ + "#/readResults/0/lines/34/words/0" + ] + }, + "confidence": 0.36 + }, + { + "key": { + "text": "Full Booth", + "boundingBox": [ + 3.2139, + 8.3253, + 3.8722, + 8.3253, + 3.8722, + 8.4413, + 3.2139, + 8.4413 + ], + "elements": [ + "#/readResults/0/lines/38/words/0", + "#/readResults/0/lines/38/words/1" + ] + }, + "value": { + "text": "$350", + "boundingBox": [ + 5.8319, + 8.3062, + 6.1583, + 8.3062, + 6.1583, + 8.4514, + 5.8319, + 8.4514 + ], + "elements": [ + "#/readResults/0/lines/39/words/0" + ] + }, + "confidence": 0.36 + }, { "key": { "text": "__Address__1", @@ -4198,483 +4137,7 @@ "confidence": 1.0 } ], - "tables": [ - { - "rows": 6, - "columns": 3, - "cells": [ - { - "text": "Package", - "rowIndex": 0, - "columnIndex": 0, - "boundingBox": [ - 1.0931, - 4.6986, - 1.6236, - 4.6986, - 1.6236, - 4.8427, - 1.0931, - 4.8427 - ], - "confidence": 1.0, - "rowSpan": 1, - "columnSpan": 1, - "elements": [ - "#/readResults/0/lines/11/words/0" - ], - "isHeader": true, - "isFooter": false - }, - { - "text": "Included", - "rowIndex": 0, - "columnIndex": 1, - "boundingBox": [ - 2.7125, - 4.6986, - 3.2708, - 4.6986, - 3.2708, - 4.8146, - 2.7125, - 4.8146 - ], - "confidence": 1.0, - "rowSpan": 1, - "columnSpan": 1, - "elements": [ - "#/readResults/0/lines/12/words/0" - ], - "isHeader": true, - "isFooter": false - }, - { - "text": "Price", - "rowIndex": 0, - "columnIndex": 2, - "boundingBox": [ - 5.8375, - 4.7038, - 6.1514, - 4.7038, - 6.1514, - 4.8146, - 5.8375, - 4.8146 - ], - "confidence": 1.0, - "rowSpan": 1, - "columnSpan": 1, - "elements": [ - "#/readResults/0/lines/13/words/0" - ], - "isHeader": true, - "isFooter": false - }, - { - "text": "Gold Sponsor", - "rowIndex": 1, - "columnIndex": 0, - "boundingBox": [ - 1.0861, - 4.9125, - 1.9833, - 4.9125, - 1.9833, - 5.042, - 1.0861, - 5.042 - ], - "confidence": 1.0, - "rowSpan": 1, - "columnSpan": 1, - "elements": [ - "#/readResults/0/lines/14/words/0", - "#/readResults/0/lines/14/words/1" - ], - "isHeader": false, - "isFooter": false - }, - { - "text": "Full booth Pre-keynote thank you Logo on poster Full page ad in program guide", - "rowIndex": 1, - "columnIndex": 1, - "boundingBox": [ - 3.2139, - 4.917, - 5.2014, - 4.917, - 5.2014, - 5.6885, - 3.2139, - 5.6885 - ], - "confidence": 1.0, - "rowSpan": 1, - "columnSpan": 1, - "elements": [ - "#/readResults/0/lines/15/words/0", - "#/readResults/0/lines/15/words/1", - "#/readResults/0/lines/17/words/0", - "#/readResults/0/lines/17/words/1", - "#/readResults/0/lines/17/words/2", - "#/readResults/0/lines/18/words/0", - "#/readResults/0/lines/18/words/1", - "#/readResults/0/lines/18/words/2", - "#/readResults/0/lines/19/words/0", - "#/readResults/0/lines/19/words/1", - "#/readResults/0/lines/19/words/2", - "#/readResults/0/lines/19/words/3", - "#/readResults/0/lines/19/words/4", - "#/readResults/0/lines/19/words/5" - ], - "isHeader": false, - "isFooter": false - }, - { - "text": "$1,500", - "rowIndex": 1, - "columnIndex": 2, - "boundingBox": [ - 5.8319, - 4.8976, - 6.2833, - 4.8976, - 6.2833, - 5.0469, - 5.8319, - 5.0469 - ], - "confidence": 1.0, - "rowSpan": 1, - "columnSpan": 1, - "elements": [ - "#/readResults/0/lines/16/words/0" - ], - "isHeader": false, - "isFooter": false - }, - { - "text": "Silver Sponsor", - "rowIndex": 2, - "columnIndex": 0, - "boundingBox": [ - 1.0833, - 5.982, - 2.0333, - 5.982, - 2.0333, - 6.1098, - 1.0833, - 6.1098 - ], - "confidence": 1.0, - "rowSpan": 1, - "columnSpan": 1, - "elements": [ - "#/readResults/0/lines/20/words/0", - "#/readResults/0/lines/20/words/1" - ], - "isHeader": false, - "isFooter": false - }, - { - "text": "Full booth Post-keynote thank you Logo on poster Half page ad in program guide", - "rowIndex": 2, - "columnIndex": 1, - "boundingBox": [ - 3.2139, - 5.9868, - 5.2306, - 5.9868, - 5.2306, - 6.7569, - 3.2139, - 6.7569 - ], - "confidence": 1.0, - "rowSpan": 1, - "columnSpan": 1, - "elements": [ - "#/readResults/0/lines/21/words/0", - "#/readResults/0/lines/21/words/1", - "#/readResults/0/lines/23/words/0", - "#/readResults/0/lines/23/words/1", - "#/readResults/0/lines/23/words/2", - "#/readResults/0/lines/24/words/0", - "#/readResults/0/lines/24/words/1", - "#/readResults/0/lines/24/words/2", - "#/readResults/0/lines/25/words/0", - "#/readResults/0/lines/25/words/1", - "#/readResults/0/lines/25/words/2", - "#/readResults/0/lines/25/words/3", - "#/readResults/0/lines/25/words/4", - "#/readResults/0/lines/25/words/5" - ], - "isHeader": false, - "isFooter": false - }, - { - "text": "$1,200", - "rowIndex": 2, - "columnIndex": 2, - "boundingBox": [ - 5.8319, - 5.9677, - 6.2833, - 5.9677, - 6.2833, - 6.1167, - 5.8319, - 6.1167 - ], - "confidence": 1.0, - "rowSpan": 1, - "columnSpan": 1, - "elements": [ - "#/readResults/0/lines/22/words/0" - ], - "isHeader": false, - "isFooter": false - }, - { - "text": "Bronze Sponsor", - "rowIndex": 3, - "columnIndex": 0, - "boundingBox": [ - 1.0931, - 6.8407, - 2.1361, - 6.8407, - 2.1361, - 6.9647, - 1.0931, - 6.9647 - ], - "confidence": 1.0, - "rowSpan": 1, - "columnSpan": 1, - "elements": [ - "#/readResults/0/lines/26/words/0", - "#/readResults/0/lines/26/words/1" - ], - "isHeader": false, - "isFooter": false - }, - { - "text": "Full booth Logo on poster 50% discount on program guide advertisements", - "rowIndex": 3, - "columnIndex": 1, - "boundingBox": [ - 3.2069, - 6.842, - 5.3417, - 6.842, - 5.3417, - 7.5865, - 3.2069, - 7.5865 - ], - "confidence": 1.0, - "rowSpan": 1, - "columnSpan": 1, - "elements": [ - "#/readResults/0/lines/27/words/0", - "#/readResults/0/lines/27/words/1", - "#/readResults/0/lines/29/words/0", - "#/readResults/0/lines/29/words/1", - "#/readResults/0/lines/29/words/2", - "#/readResults/0/lines/30/words/0", - "#/readResults/0/lines/30/words/1", - "#/readResults/0/lines/30/words/2", - "#/readResults/0/lines/30/words/3", - "#/readResults/0/lines/30/words/4", - "#/readResults/0/lines/31/words/0" - ], - "isHeader": false, - "isFooter": false - }, - { - "text": "$1,000", - "rowIndex": 3, - "columnIndex": 2, - "boundingBox": [ - 5.8319, - 6.8226, - 6.2833, - 6.8226, - 6.2833, - 6.9719, - 5.8319, - 6.9719 - ], - "confidence": 1.0, - "rowSpan": 1, - "columnSpan": 1, - "elements": [ - "#/readResults/0/lines/28/words/0" - ], - "isHeader": false, - "isFooter": false - }, - { - "text": "Full Booth", - "rowIndex": 4, - "columnIndex": 0, - "boundingBox": [ - 1.0931, - 7.6819, - 1.7542, - 7.6819, - 1.7542, - 7.7979, - 1.0931, - 7.7979 - ], - "confidence": 1.0, - "rowSpan": 1, - "columnSpan": 1, - "elements": [ - "#/readResults/0/lines/32/words/0", - "#/readResults/0/lines/32/words/1" - ], - "isHeader": false, - "isFooter": false - }, - { - "text": "Full booth 50% discount on program guide advertisements", - "rowIndex": 4, - "columnIndex": 1, - "boundingBox": [ - 3.2069, - 7.6903, - 5.3417, - 7.6903, - 5.3417, - 8.2212, - 3.2069, - 8.2212 - ], - "confidence": 1.0, - "rowSpan": 1, - "columnSpan": 1, - "elements": [ - "#/readResults/0/lines/33/words/0", - "#/readResults/0/lines/33/words/1", - "#/readResults/0/lines/35/words/0", - "#/readResults/0/lines/35/words/1", - "#/readResults/0/lines/35/words/2", - "#/readResults/0/lines/35/words/3", - "#/readResults/0/lines/35/words/4", - "#/readResults/0/lines/36/words/0" - ], - "isHeader": false, - "isFooter": false - }, - { - "text": "$600", - "rowIndex": 4, - "columnIndex": 2, - "boundingBox": [ - 5.8319, - 7.6712, - 6.1583, - 7.6712, - 6.1583, - 7.8167, - 5.8319, - 7.8167 - ], - "confidence": 1.0, - "rowSpan": 1, - "columnSpan": 1, - "elements": [ - "#/readResults/0/lines/34/words/0" - ], - "isHeader": false, - "isFooter": false - }, - { - "text": "Half Booth", - "rowIndex": 5, - "columnIndex": 0, - "boundingBox": [ - 1.0931, - 8.3167, - 1.7861, - 8.3167, - 1.7861, - 8.433, - 1.0931, - 8.433 - ], - "confidence": 1.0, - "rowSpan": 1, - "columnSpan": 1, - "elements": [ - "#/readResults/0/lines/37/words/0", - "#/readResults/0/lines/37/words/1" - ], - "isHeader": false, - "isFooter": false - }, - { - "text": "Full booth 25% discount on program guide advertisements", - "rowIndex": 5, - "columnIndex": 1, - "boundingBox": [ - 3.2069, - 8.3253, - 5.3417, - 8.3253, - 5.3417, - 8.8563, - 3.2069, - 8.8563 - ], - "confidence": 1.0, - "rowSpan": 1, - "columnSpan": 1, - "elements": [ - "#/readResults/0/lines/38/words/0", - "#/readResults/0/lines/38/words/1", - "#/readResults/0/lines/40/words/0", - "#/readResults/0/lines/40/words/1", - "#/readResults/0/lines/40/words/2", - "#/readResults/0/lines/40/words/3", - "#/readResults/0/lines/40/words/4", - "#/readResults/0/lines/41/words/0" - ], - "isHeader": false, - "isFooter": false - }, - { - "text": "$350", - "rowIndex": 5, - "columnIndex": 2, - "boundingBox": [ - 5.8319, - 8.3062, - 6.1583, - 8.3062, - 6.1583, - 8.4514, - 5.8319, - 8.4514 - ], - "confidence": 1.0, - "rowSpan": 1, - "columnSpan": 1, - "elements": [ - "#/readResults/0/lines/39/words/0" - ], - "isHeader": false, - "isFooter": false - } - ] - } - ], + "tables": [], "clusterId": 0 }, { @@ -4871,35 +4334,35 @@ } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/96fde7c8-9ce2-4be1-9295-a5067f04a3e6", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/4d1991a7-efa9-4205-867f-39a92607b15c", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-30ef5ededffcc449b89325d1cc5479aa-436dbe71741c8547-00", + "traceparent": "00-e3944458a6833343b1c28c1c796e0b32-04b452fbc95d7445-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "9c259cc48f2dcd20991a10e387dd8162", + "x-ms-client-request-id": "0357cb88fab0b8eb87030d0ff358bc4a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 204, "ResponseHeaders": { - "apim-request-id": "ae080114-65b1-41de-aabc-baecd76b2526", + "apim-request-id": "0d92f436-aa88-4e9a-af98-3919cfd2657e", "Content-Length": "0", - "Date": "Wed, 09 Sep 2020 22:37:41 GMT", + "Date": "Fri, 30 Oct 2020 13:02:39 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "104" + "x-envoy-upstream-service-time": "59" }, "ResponseBody": [] } ], "Variables": { "FORM_RECOGNIZER_API_KEY": "Sanitized", - "FORM_RECOGNIZER_ENDPOINT": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/", + "FORM_RECOGNIZER_ENDPOINT": "https://camaiaor-formrec-westcentralus.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": "2033833437" } diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsWithoutLabelsCanParseMultipageFormWithBlankPage(True).json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsWithoutLabelsCanParseMultipageFormWithBlankPage(True).json index 6d1b33c4e8b87..649761a733813 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsWithoutLabelsCanParseMultipageFormWithBlankPage(True).json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsWithoutLabelsCanParseMultipageFormWithBlankPage(True).json @@ -1,17 +1,17 @@ { "Entries": [ { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "43", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-1547949385b56e48b3bb6d8287d39062-132a1722b983a743-00", + "traceparent": "00-6695a5f5d9b5054c9d9b124ab952dadc-f179bfed9091d149-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "786bf463f3662d7c5354c8a7eda3535d", "x-ms-return-client-request-id": "true" @@ -22,25 +22,25 @@ }, "StatusCode": 201, "ResponseHeaders": { - "apim-request-id": "7432af07-f085-4979-955d-641c4bbfef30", + "apim-request-id": "ae09f97c-5c08-4144-b24f-671afe54a80e", "Content-Length": "0", - "Date": "Wed, 09 Sep 2020 22:32:12 GMT", - "Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/def6573e-ddbf-4d65-b963-892d034c0b84", + "Date": "Fri, 30 Oct 2020 12:56:16 GMT", + "Location": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/cba70025-de26-4572-a15f-7855b796a6f3", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "225" + "x-envoy-upstream-service-time": "106" }, "ResponseBody": [] }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/def6573e-ddbf-4d65-b963-892d034c0b84?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/cba70025-de26-4572-a15f-7855b796a6f3?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "6492729162b49d614f6ab39af10ed923", "x-ms-return-client-request-id": "true" @@ -48,32 +48,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "ffa199ca-489b-4f41-b11b-7bbf905d6dc2", + "apim-request-id": "dd1fb141-491b-42d6-bda3-a5b2413b8c12", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:32:12 GMT", + "Date": "Fri, 30 Oct 2020 12:56:16 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": "21" }, "ResponseBody": { "modelInfo": { - "modelId": "def6573e-ddbf-4d65-b963-892d034c0b84", + "modelId": "cba70025-de26-4572-a15f-7855b796a6f3", "status": "creating", - "createdDateTime": "2020-09-09T22:32:12Z", - "lastUpdatedDateTime": "2020-09-09T22:32:12Z" + "createdDateTime": "2020-10-30T12:56:16Z", + "lastUpdatedDateTime": "2020-10-30T12:56:16Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/def6573e-ddbf-4d65-b963-892d034c0b84?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/cba70025-de26-4572-a15f-7855b796a6f3?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "5c4af82938d8bdd662befb1968529018", "x-ms-return-client-request-id": "true" @@ -81,32 +81,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "3944910b-7491-4b28-9f05-83a36c5d10a0", + "apim-request-id": "8a38154b-a8d7-4922-ad1a-572a647ec8c3", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:32:13 GMT", + "Date": "Fri, 30 Oct 2020 12:56:18 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": "45" }, "ResponseBody": { "modelInfo": { - "modelId": "def6573e-ddbf-4d65-b963-892d034c0b84", + "modelId": "cba70025-de26-4572-a15f-7855b796a6f3", "status": "creating", - "createdDateTime": "2020-09-09T22:32:12Z", - "lastUpdatedDateTime": "2020-09-09T22:32:12Z" + "createdDateTime": "2020-10-30T12:56:16Z", + "lastUpdatedDateTime": "2020-10-30T12:56:16Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/def6573e-ddbf-4d65-b963-892d034c0b84?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/cba70025-de26-4572-a15f-7855b796a6f3?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "db4f566c4e5600cb93cd29fc3fe23c45", "x-ms-return-client-request-id": "true" @@ -114,32 +114,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "678a449f-fd6e-427c-a049-86871b3a94ac", + "apim-request-id": "b55c6c61-3b2a-4094-9d0a-ac9a751cfb1b", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:32:14 GMT", + "Date": "Fri, 30 Oct 2020 12:56:19 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": "22" }, "ResponseBody": { "modelInfo": { - "modelId": "def6573e-ddbf-4d65-b963-892d034c0b84", + "modelId": "cba70025-de26-4572-a15f-7855b796a6f3", "status": "creating", - "createdDateTime": "2020-09-09T22:32:12Z", - "lastUpdatedDateTime": "2020-09-09T22:32:12Z" + "createdDateTime": "2020-10-30T12:56:16Z", + "lastUpdatedDateTime": "2020-10-30T12:56:16Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/def6573e-ddbf-4d65-b963-892d034c0b84?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/cba70025-de26-4572-a15f-7855b796a6f3?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "f57da57bf75958859cd502f5674734fc", "x-ms-return-client-request-id": "true" @@ -147,32 +147,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "10b4068b-8e21-4535-933b-42d0ac9fd1d4", + "apim-request-id": "28e2cab1-e021-48a9-82b6-0dfd8c3ea44e", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:32:15 GMT", + "Date": "Fri, 30 Oct 2020 12:56:20 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": "50" }, "ResponseBody": { "modelInfo": { - "modelId": "def6573e-ddbf-4d65-b963-892d034c0b84", + "modelId": "cba70025-de26-4572-a15f-7855b796a6f3", "status": "creating", - "createdDateTime": "2020-09-09T22:32:12Z", - "lastUpdatedDateTime": "2020-09-09T22:32:12Z" + "createdDateTime": "2020-10-30T12:56:16Z", + "lastUpdatedDateTime": "2020-10-30T12:56:16Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/def6573e-ddbf-4d65-b963-892d034c0b84?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/cba70025-de26-4572-a15f-7855b796a6f3?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "9a2e9bd9febedbcc2c49c80b0fd97d80", "x-ms-return-client-request-id": "true" @@ -180,32 +180,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "821c94dc-f633-4a49-8773-cd586da09c5e", + "apim-request-id": "ecfea410-1ae4-4dd4-b7eb-53c6656b068e", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:32:16 GMT", + "Date": "Fri, 30 Oct 2020 12:56:21 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": "25" }, "ResponseBody": { "modelInfo": { - "modelId": "def6573e-ddbf-4d65-b963-892d034c0b84", + "modelId": "cba70025-de26-4572-a15f-7855b796a6f3", "status": "creating", - "createdDateTime": "2020-09-09T22:32:12Z", - "lastUpdatedDateTime": "2020-09-09T22:32:12Z" + "createdDateTime": "2020-10-30T12:56:16Z", + "lastUpdatedDateTime": "2020-10-30T12:56:16Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/def6573e-ddbf-4d65-b963-892d034c0b84?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/cba70025-de26-4572-a15f-7855b796a6f3?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "c39eb6829bd474bfd1f63f804bd5994b", "x-ms-return-client-request-id": "true" @@ -213,32 +213,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "b65036ba-aad0-4278-aea3-675104cbb412", + "apim-request-id": "90e2570b-4009-477e-9aee-4d1f13b4ff1a", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:32:17 GMT", + "Date": "Fri, 30 Oct 2020 12:56:22 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "32" + "x-envoy-upstream-service-time": "163" }, "ResponseBody": { "modelInfo": { - "modelId": "def6573e-ddbf-4d65-b963-892d034c0b84", + "modelId": "cba70025-de26-4572-a15f-7855b796a6f3", "status": "creating", - "createdDateTime": "2020-09-09T22:32:12Z", - "lastUpdatedDateTime": "2020-09-09T22:32:12Z" + "createdDateTime": "2020-10-30T12:56:16Z", + "lastUpdatedDateTime": "2020-10-30T12:56:16Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/def6573e-ddbf-4d65-b963-892d034c0b84?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/cba70025-de26-4572-a15f-7855b796a6f3?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "a3232c98a1b37c86d8a2c80f2e7a49c2", "x-ms-return-client-request-id": "true" @@ -246,32 +246,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "536f20e6-3b0a-4aea-85d0-5b5feb46dd33", + "apim-request-id": "50352728-bbaa-443c-b4d9-cd6831c7cc43", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:32:18 GMT", + "Date": "Fri, 30 Oct 2020 12:56:24 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "31" + "x-envoy-upstream-service-time": "21" }, "ResponseBody": { "modelInfo": { - "modelId": "def6573e-ddbf-4d65-b963-892d034c0b84", + "modelId": "cba70025-de26-4572-a15f-7855b796a6f3", "status": "creating", - "createdDateTime": "2020-09-09T22:32:12Z", - "lastUpdatedDateTime": "2020-09-09T22:32:12Z" + "createdDateTime": "2020-10-30T12:56:16Z", + "lastUpdatedDateTime": "2020-10-30T12:56:16Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/def6573e-ddbf-4d65-b963-892d034c0b84?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/cba70025-de26-4572-a15f-7855b796a6f3?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "b173815771a93d28dcbac9c8be4b8f57", "x-ms-return-client-request-id": "true" @@ -279,32 +279,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "a8db708d-8b1c-435c-a537-8d9b7c1285fd", + "apim-request-id": "6a02832b-9b6f-43b5-8c23-b5adb443a421", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:32:19 GMT", + "Date": "Fri, 30 Oct 2020 12:56:25 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": "25" }, "ResponseBody": { "modelInfo": { - "modelId": "def6573e-ddbf-4d65-b963-892d034c0b84", + "modelId": "cba70025-de26-4572-a15f-7855b796a6f3", "status": "creating", - "createdDateTime": "2020-09-09T22:32:12Z", - "lastUpdatedDateTime": "2020-09-09T22:32:12Z" + "createdDateTime": "2020-10-30T12:56:16Z", + "lastUpdatedDateTime": "2020-10-30T12:56:16Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/def6573e-ddbf-4d65-b963-892d034c0b84?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/cba70025-de26-4572-a15f-7855b796a6f3?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "e3727db0d9b6e0cc2f21ea32d3af4557", "x-ms-return-client-request-id": "true" @@ -312,32 +312,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "a01fcd1f-e253-4a78-9fc6-092b17f0f33c", + "apim-request-id": "258d5f3d-8906-480e-8a6c-e10326b7268b", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:32:20 GMT", + "Date": "Fri, 30 Oct 2020 12:56:26 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "28" + "x-envoy-upstream-service-time": "21" }, "ResponseBody": { "modelInfo": { - "modelId": "def6573e-ddbf-4d65-b963-892d034c0b84", + "modelId": "cba70025-de26-4572-a15f-7855b796a6f3", "status": "creating", - "createdDateTime": "2020-09-09T22:32:12Z", - "lastUpdatedDateTime": "2020-09-09T22:32:12Z" + "createdDateTime": "2020-10-30T12:56:16Z", + "lastUpdatedDateTime": "2020-10-30T12:56:16Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/def6573e-ddbf-4d65-b963-892d034c0b84?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/cba70025-de26-4572-a15f-7855b796a6f3?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "c9287cade76127a104e5c7f9d8bdbd8d", "x-ms-return-client-request-id": "true" @@ -345,141 +345,9 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "cf8f2f16-6aca-4f7a-855d-ee48a470322a", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:32:21 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "27" - }, - "ResponseBody": { - "modelInfo": { - "modelId": "def6573e-ddbf-4d65-b963-892d034c0b84", - "status": "creating", - "createdDateTime": "2020-09-09T22:32:12Z", - "lastUpdatedDateTime": "2020-09-09T22:32:12Z" - } - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/def6573e-ddbf-4d65-b963-892d034c0b84?includeKeys=true", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "b15e711265077d0cb593818886f56a2c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "ccdbb70e-49fe-45a0-a68d-a6332d93bee2", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:32:22 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": "def6573e-ddbf-4d65-b963-892d034c0b84", - "status": "creating", - "createdDateTime": "2020-09-09T22:32:12Z", - "lastUpdatedDateTime": "2020-09-09T22:32:12Z" - } - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/def6573e-ddbf-4d65-b963-892d034c0b84?includeKeys=true", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "421b7174c622c9f5dc4bdfd012d30771", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "db71f733-fcc5-4122-a2e8-b1f658f12332", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:32:23 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "20" - }, - "ResponseBody": { - "modelInfo": { - "modelId": "def6573e-ddbf-4d65-b963-892d034c0b84", - "status": "creating", - "createdDateTime": "2020-09-09T22:32:12Z", - "lastUpdatedDateTime": "2020-09-09T22:32:12Z" - } - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/def6573e-ddbf-4d65-b963-892d034c0b84?includeKeys=true", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "61205d639451475070aa14ce6619a00e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "70977e8b-88d6-4769-9fd0-6370e86aa6d4", + "apim-request-id": "4f5a7002-14a9-4d1b-9b01-71ce994061dc", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:32:24 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "29" - }, - "ResponseBody": { - "modelInfo": { - "modelId": "def6573e-ddbf-4d65-b963-892d034c0b84", - "status": "creating", - "createdDateTime": "2020-09-09T22:32:12Z", - "lastUpdatedDateTime": "2020-09-09T22:32:12Z" - } - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/def6573e-ddbf-4d65-b963-892d034c0b84?includeKeys=true", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "66849a7a7ba24c6a7c94d5bb863b6be2", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "d5f247e7-06a0-4caa-8b9c-aa378ca23102", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:32:25 GMT", + "Date": "Fri, 30 Oct 2020 12:56:28 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", @@ -487,43 +355,10 @@ }, "ResponseBody": { "modelInfo": { - "modelId": "def6573e-ddbf-4d65-b963-892d034c0b84", - "status": "creating", - "createdDateTime": "2020-09-09T22:32:12Z", - "lastUpdatedDateTime": "2020-09-09T22:32:12Z" - } - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/def6573e-ddbf-4d65-b963-892d034c0b84?includeKeys=true", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "29240f8b09d5e0da21d3d177b12663c2", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "e326dc0b-dc60-434f-86b1-9fe84377a52d", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:32:26 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "20" - }, - "ResponseBody": { - "modelInfo": { - "modelId": "def6573e-ddbf-4d65-b963-892d034c0b84", + "modelId": "cba70025-de26-4572-a15f-7855b796a6f3", "status": "ready", - "createdDateTime": "2020-09-09T22:32:12Z", - "lastUpdatedDateTime": "2020-09-09T22:32:25Z" + "createdDateTime": "2020-10-30T12:56:16Z", + "lastUpdatedDateTime": "2020-10-30T12:56:27Z" }, "keys": { "clusters": { @@ -593,433 +428,340 @@ } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/def6573e-ddbf-4d65-b963-892d034c0b84/analyze?includeTextDetails=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/cba70025-de26-4572-a15f-7855b796a6f3/analyze?includeTextDetails=true", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "108935", "Content-Type": "application/pdf", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-2e30fd4c54093d43b91562f49d7f9752-de160fd7c679f346-00", + "traceparent": "00-0ead57434e09554eb4f76a208cb564c9-708064caf0fd3245-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "7755d0aba04ee7cff2d3e5bcbf94c035", + "x-ms-client-request-id": "b15e711265077d0cb593818886f56a2c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "30d09684-d165-41f3-9d0f-f5d6a00db7d5", + "apim-request-id": "38c6e042-d9ec-43c9-bc68-db7cc568dcee", "Content-Length": "0", - "Date": "Wed, 09 Sep 2020 22:32:26 GMT", - "Operation-Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/def6573e-ddbf-4d65-b963-892d034c0b84/analyzeresults/af3f4594-dd94-487b-a3dc-3a44213d3ff9", + "Date": "Fri, 30 Oct 2020 12:56:29 GMT", + "Operation-Location": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/cba70025-de26-4572-a15f-7855b796a6f3/analyzeresults/bb836fb6-76bc-4ddf-8fa8-60e908ef1508", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "80" + "x-envoy-upstream-service-time": "98" }, "ResponseBody": [] }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/def6573e-ddbf-4d65-b963-892d034c0b84/analyzeResults/af3f4594-dd94-487b-a3dc-3a44213d3ff9", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/cba70025-de26-4572-a15f-7855b796a6f3/analyzeResults/bb836fb6-76bc-4ddf-8fa8-60e908ef1508", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "5642323f77f47139bfa445cea9f39a55", + "x-ms-client-request-id": "421b7174c622c9f5dc4bdfd012d30771", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "b3296808-79b3-4d6a-8fcf-dabd177691f7", + "apim-request-id": "4beaa00d-a34c-4a6e-878a-223c7a6d0c0c", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:32:26 GMT", + "Date": "Fri, 30 Oct 2020 12:56:30 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": "29" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-09-09T22:32:27Z", - "lastUpdatedDateTime": "2020-09-09T22:32:27Z" - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/def6573e-ddbf-4d65-b963-892d034c0b84/analyzeResults/af3f4594-dd94-487b-a3dc-3a44213d3ff9", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "b5101231f3e5ea94403c3601231e218d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "89db3eb0-1cd7-46cb-9b74-aba160cb195d", - "Content-Length": "127", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:32:27 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-09-09T22:32:27Z", - "lastUpdatedDateTime": "2020-09-09T22:32:27Z", - "analyzeResult": null - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/def6573e-ddbf-4d65-b963-892d034c0b84/analyzeResults/af3f4594-dd94-487b-a3dc-3a44213d3ff9", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "7f389c120ce333cd96e4b7a95b003eff", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "f4ec86b3-2908-4bfe-91a8-9faee7654f1c", - "Content-Length": "127", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:32:28 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "25" - }, - "ResponseBody": { - "status": "running", - "createdDateTime": "2020-09-09T22:32:27Z", - "lastUpdatedDateTime": "2020-09-09T22:32:27Z", - "analyzeResult": null + "createdDateTime": "2020-10-30T12:56:30Z", + "lastUpdatedDateTime": "2020-10-30T12:56:30Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/def6573e-ddbf-4d65-b963-892d034c0b84/analyzeResults/af3f4594-dd94-487b-a3dc-3a44213d3ff9", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/cba70025-de26-4572-a15f-7855b796a6f3/analyzeResults/bb836fb6-76bc-4ddf-8fa8-60e908ef1508", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "ac8a8f380b834c509e5716b840384ea1", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "2517f38f-61e4-4b14-ba0d-2c78c000fd4a", - "Content-Length": "127", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:32:29 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-09-09T22:32:27Z", - "lastUpdatedDateTime": "2020-09-09T22:32:27Z", - "analyzeResult": null - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/def6573e-ddbf-4d65-b963-892d034c0b84/analyzeResults/af3f4594-dd94-487b-a3dc-3a44213d3ff9", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "0dbcb8831bbb257144dc1f013bea8f3f", + "x-ms-client-request-id": "61205d639451475070aa14ce6619a00e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "79ce4078-996e-44ac-ae83-0d910c6d568a", + "apim-request-id": "85cf923a-485d-4a2b-a465-6d6b1e1689fd", "Content-Length": "127", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:32:30 GMT", + "Date": "Fri, 30 Oct 2020 12:56:31 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "19" + "x-envoy-upstream-service-time": "29" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-09-09T22:32:27Z", - "lastUpdatedDateTime": "2020-09-09T22:32:27Z", + "createdDateTime": "2020-10-30T12:56:30Z", + "lastUpdatedDateTime": "2020-10-30T12:56:31Z", "analyzeResult": null } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/def6573e-ddbf-4d65-b963-892d034c0b84/analyzeResults/af3f4594-dd94-487b-a3dc-3a44213d3ff9", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/cba70025-de26-4572-a15f-7855b796a6f3/analyzeResults/bb836fb6-76bc-4ddf-8fa8-60e908ef1508", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "94c836fe749307094cece08bf615f25e", + "x-ms-client-request-id": "66849a7a7ba24c6a7c94d5bb863b6be2", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "65d8f073-4cd7-4064-b274-b453ddec254c", + "apim-request-id": "5b95866e-d8a5-442e-9e2d-9da747f358b5", "Content-Length": "127", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:32:31 GMT", + "Date": "Fri, 30 Oct 2020 12:56:34 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": "28" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-09-09T22:32:27Z", - "lastUpdatedDateTime": "2020-09-09T22:32:27Z", + "createdDateTime": "2020-10-30T12:56:30Z", + "lastUpdatedDateTime": "2020-10-30T12:56:31Z", "analyzeResult": null } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/def6573e-ddbf-4d65-b963-892d034c0b84/analyzeResults/af3f4594-dd94-487b-a3dc-3a44213d3ff9", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/cba70025-de26-4572-a15f-7855b796a6f3/analyzeResults/bb836fb6-76bc-4ddf-8fa8-60e908ef1508", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "a326159531441d441d6568a6eb4e10b3", + "x-ms-client-request-id": "29240f8b09d5e0da21d3d177b12663c2", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "a07fe59e-fe17-4699-b151-784cc7c5622c", + "apim-request-id": "c2b9f396-ff24-4fad-abd8-13b308f7359f", "Content-Length": "127", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:32:32 GMT", + "Date": "Fri, 30 Oct 2020 12:56:35 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": "34" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-09-09T22:32:27Z", - "lastUpdatedDateTime": "2020-09-09T22:32:27Z", + "createdDateTime": "2020-10-30T12:56:30Z", + "lastUpdatedDateTime": "2020-10-30T12:56:31Z", "analyzeResult": null } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/def6573e-ddbf-4d65-b963-892d034c0b84/analyzeResults/af3f4594-dd94-487b-a3dc-3a44213d3ff9", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/cba70025-de26-4572-a15f-7855b796a6f3/analyzeResults/bb836fb6-76bc-4ddf-8fa8-60e908ef1508", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "0ab9d6c8b9700e0eaeb4c0ce3be52f2e", + "x-ms-client-request-id": "7755d0aba04ee7cff2d3e5bcbf94c035", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "ac98ecf5-5918-4b53-be5e-f0278d38f9ca", + "apim-request-id": "2139ddb8-053d-43a6-8b20-4617884dc69e", "Content-Length": "127", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:32:33 GMT", + "Date": "Fri, 30 Oct 2020 12:56:36 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "26" + "x-envoy-upstream-service-time": "25" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-09-09T22:32:27Z", - "lastUpdatedDateTime": "2020-09-09T22:32:27Z", + "createdDateTime": "2020-10-30T12:56:30Z", + "lastUpdatedDateTime": "2020-10-30T12:56:31Z", "analyzeResult": null } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/def6573e-ddbf-4d65-b963-892d034c0b84/analyzeResults/af3f4594-dd94-487b-a3dc-3a44213d3ff9", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/cba70025-de26-4572-a15f-7855b796a6f3/analyzeResults/bb836fb6-76bc-4ddf-8fa8-60e908ef1508", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "256bc1eaecc4cdfbf2ab762d0c621bfd", + "x-ms-client-request-id": "5642323f77f47139bfa445cea9f39a55", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "c1f975c8-03e6-4e4c-9b6a-c8692cb7d4d6", + "apim-request-id": "ad696643-df0c-49aa-ae41-b499bec3b3a2", "Content-Length": "127", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:32:35 GMT", + "Date": "Fri, 30 Oct 2020 12:56:37 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", "x-envoy-upstream-service-time": "25" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-09-09T22:32:27Z", - "lastUpdatedDateTime": "2020-09-09T22:32:27Z", + "createdDateTime": "2020-10-30T12:56:30Z", + "lastUpdatedDateTime": "2020-10-30T12:56:31Z", "analyzeResult": null } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/def6573e-ddbf-4d65-b963-892d034c0b84/analyzeResults/af3f4594-dd94-487b-a3dc-3a44213d3ff9", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/cba70025-de26-4572-a15f-7855b796a6f3/analyzeResults/bb836fb6-76bc-4ddf-8fa8-60e908ef1508", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "1fc32cdbe85cdced0717f4907075e137", + "x-ms-client-request-id": "b5101231f3e5ea94403c3601231e218d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "b2c15cb4-3d7f-4d9e-80f5-fde7ff772d89", + "apim-request-id": "90ed4369-7adb-4c99-bb74-61d65dd375ff", "Content-Length": "127", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:32:36 GMT", + "Date": "Fri, 30 Oct 2020 12:56:38 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "35" + "x-envoy-upstream-service-time": "26" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-09-09T22:32:27Z", - "lastUpdatedDateTime": "2020-09-09T22:32:27Z", + "createdDateTime": "2020-10-30T12:56:30Z", + "lastUpdatedDateTime": "2020-10-30T12:56:31Z", "analyzeResult": null } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/def6573e-ddbf-4d65-b963-892d034c0b84/analyzeResults/af3f4594-dd94-487b-a3dc-3a44213d3ff9", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/cba70025-de26-4572-a15f-7855b796a6f3/analyzeResults/bb836fb6-76bc-4ddf-8fa8-60e908ef1508", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "2abc3936eae3dcefdaec17c543e1024c", + "x-ms-client-request-id": "7f389c120ce333cd96e4b7a95b003eff", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "f96e286d-100e-4657-8b21-44d77b8295ea", + "apim-request-id": "339a7ced-47b4-48e2-bf10-46ef245aec91", "Content-Length": "127", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:32:37 GMT", + "Date": "Fri, 30 Oct 2020 12:56:39 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "27" + "x-envoy-upstream-service-time": "70" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-09-09T22:32:27Z", - "lastUpdatedDateTime": "2020-09-09T22:32:27Z", + "createdDateTime": "2020-10-30T12:56:30Z", + "lastUpdatedDateTime": "2020-10-30T12:56:31Z", "analyzeResult": null } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/def6573e-ddbf-4d65-b963-892d034c0b84/analyzeResults/af3f4594-dd94-487b-a3dc-3a44213d3ff9", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/cba70025-de26-4572-a15f-7855b796a6f3/analyzeResults/bb836fb6-76bc-4ddf-8fa8-60e908ef1508", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "0ef3c2980f2201d2d38f1eacf76b5c7c", + "x-ms-client-request-id": "ac8a8f380b834c509e5716b840384ea1", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "71d83220-5506-4dbf-a102-4780ed742a3d", + "apim-request-id": "5018878b-9644-4c6f-8d7f-2365dfc45d18", "Content-Length": "127", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:32:38 GMT", + "Date": "Fri, 30 Oct 2020 12:56:41 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": "31" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-09-09T22:32:27Z", - "lastUpdatedDateTime": "2020-09-09T22:32:27Z", + "createdDateTime": "2020-10-30T12:56:30Z", + "lastUpdatedDateTime": "2020-10-30T12:56:31Z", "analyzeResult": null } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/def6573e-ddbf-4d65-b963-892d034c0b84/analyzeResults/af3f4594-dd94-487b-a3dc-3a44213d3ff9", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/cba70025-de26-4572-a15f-7855b796a6f3/analyzeResults/bb836fb6-76bc-4ddf-8fa8-60e908ef1508", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "d3f73ec9f1a5f0193de7446fd0289825", + "x-ms-client-request-id": "0dbcb8831bbb257144dc1f013bea8f3f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "55f18ef3-708f-4938-99b4-32361d279f0f", + "apim-request-id": "0de15a0a-b4f0-42e9-a1dc-6dac5fafddbc", "Content-Length": "33822", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:32:39 GMT", + "Date": "Fri, 30 Oct 2020 12:56:42 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "38" + "x-envoy-upstream-service-time": "35" }, "ResponseBody": { "status": "succeeded", - "createdDateTime": "2020-09-09T22:32:27Z", - "lastUpdatedDateTime": "2020-09-09T22:32:39Z", + "createdDateTime": "2020-10-30T12:56:30Z", + "lastUpdatedDateTime": "2020-10-30T12:56:41Z", "analyzeResult": { "version": "2.1.0", "readResults": [ @@ -5298,28 +5040,28 @@ } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/def6573e-ddbf-4d65-b963-892d034c0b84", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/cba70025-de26-4572-a15f-7855b796a6f3", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-5e16a6190a1f6d45b809edbd936b6c0a-d429ee6771a6a34d-00", + "traceparent": "00-2cf6efdeb3668c41820a53b09a2e905c-d30dcf0e0d6ce741-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "adf7a814d382261566bb5754cc42e46f", + "x-ms-client-request-id": "94c836fe749307094cece08bf615f25e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 204, "ResponseHeaders": { - "apim-request-id": "50c83b7d-788f-4cba-86c2-ee7efe6e4d1d", + "apim-request-id": "340257e4-1bb7-4a43-a43e-0555caf85bb2", "Content-Length": "0", - "Date": "Wed, 09 Sep 2020 22:32:39 GMT", + "Date": "Fri, 30 Oct 2020 12:56:42 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "33" + "x-envoy-upstream-service-time": "35" }, "ResponseBody": [] } @@ -5327,7 +5069,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-westcentralus.cognitiveservices.azure.com/", "RandomSeed": "1584991278" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsWithoutLabelsCanParseMultipageFormWithBlankPage(True)Async.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsWithoutLabelsCanParseMultipageFormWithBlankPage(True)Async.json index 9f4d672675576..5545c16666f0d 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsWithoutLabelsCanParseMultipageFormWithBlankPage(True)Async.json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeCustomFormsWithoutLabelsCanParseMultipageFormWithBlankPage(True)Async.json @@ -1,17 +1,17 @@ { "Entries": [ { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "43", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-858e442b6132e842b80d14d59b309ab5-3e37fc53e709fb4e-00", + "traceparent": "00-1537d5675758d54f99d9b09191cfcb77-4c3a7a39b8341c41-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "e80d4d3bbbf9190f32faa451ed67c144", "x-ms-return-client-request-id": "true" @@ -22,25 +22,25 @@ }, "StatusCode": 201, "ResponseHeaders": { - "apim-request-id": "b3b6f9fc-28e5-4546-bccb-0067c43be868", + "apim-request-id": "708cb0f2-5609-4556-8a86-00c00b862627", "Content-Length": "0", - "Date": "Wed, 09 Sep 2020 22:37:41 GMT", - "Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/651959be-b619-481d-b743-b9733e99a0ef", + "Date": "Fri, 30 Oct 2020 13:02:39 GMT", + "Location": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/2066d1ff-b08b-466b-8833-507558001c7a", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "126" + "x-envoy-upstream-service-time": "75" }, "ResponseBody": [] }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/651959be-b619-481d-b743-b9733e99a0ef?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/2066d1ff-b08b-466b-8833-507558001c7a?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "03b4e3fba6363896162516162f08e3df", "x-ms-return-client-request-id": "true" @@ -48,32 +48,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "e8b0a59e-54ce-497a-ac1c-3610ce066ea6", + "apim-request-id": "09462f3c-dee6-46ae-9659-89dd7d705f52", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:37:41 GMT", + "Date": "Fri, 30 Oct 2020 13:02:39 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": "20" }, "ResponseBody": { "modelInfo": { - "modelId": "651959be-b619-481d-b743-b9733e99a0ef", + "modelId": "2066d1ff-b08b-466b-8833-507558001c7a", "status": "creating", - "createdDateTime": "2020-09-09T22:37:42Z", - "lastUpdatedDateTime": "2020-09-09T22:37:42Z" + "createdDateTime": "2020-10-30T13:02:39Z", + "lastUpdatedDateTime": "2020-10-30T13:02:39Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/651959be-b619-481d-b743-b9733e99a0ef?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/2066d1ff-b08b-466b-8833-507558001c7a?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "a6daad07858b944352e37feac1f02c4d", "x-ms-return-client-request-id": "true" @@ -81,32 +81,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "4ef380bd-7671-4353-8af9-e759bffe813b", + "apim-request-id": "71bfc53f-612c-4735-8a24-c9573fb43fd5", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:37:43 GMT", + "Date": "Fri, 30 Oct 2020 13:02:42 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "22" + "x-envoy-upstream-service-time": "21" }, "ResponseBody": { "modelInfo": { - "modelId": "651959be-b619-481d-b743-b9733e99a0ef", + "modelId": "2066d1ff-b08b-466b-8833-507558001c7a", "status": "creating", - "createdDateTime": "2020-09-09T22:37:42Z", - "lastUpdatedDateTime": "2020-09-09T22:37:42Z" + "createdDateTime": "2020-10-30T13:02:39Z", + "lastUpdatedDateTime": "2020-10-30T13:02:39Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/651959be-b619-481d-b743-b9733e99a0ef?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/2066d1ff-b08b-466b-8833-507558001c7a?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "aa2f87b893ec95cdb7d5d2d3a4f9ea29", "x-ms-return-client-request-id": "true" @@ -114,32 +114,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "a30c3670-60b2-47fc-973d-16b3422ce9b2", + "apim-request-id": "097c2b49-f721-4221-aed3-ade1205cd7ca", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:37:44 GMT", + "Date": "Fri, 30 Oct 2020 13:02:43 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "22" + "x-envoy-upstream-service-time": "31" }, "ResponseBody": { "modelInfo": { - "modelId": "651959be-b619-481d-b743-b9733e99a0ef", + "modelId": "2066d1ff-b08b-466b-8833-507558001c7a", "status": "creating", - "createdDateTime": "2020-09-09T22:37:42Z", - "lastUpdatedDateTime": "2020-09-09T22:37:42Z" + "createdDateTime": "2020-10-30T13:02:39Z", + "lastUpdatedDateTime": "2020-10-30T13:02:39Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/651959be-b619-481d-b743-b9733e99a0ef?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/2066d1ff-b08b-466b-8833-507558001c7a?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "3f49c4171b8d76b89f1fb05226ac7625", "x-ms-return-client-request-id": "true" @@ -147,32 +147,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "9bcf554c-4d94-43ab-8e01-5041536a5662", + "apim-request-id": "d998af10-c99b-4f67-b41b-c5c398964679", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:37:46 GMT", + "Date": "Fri, 30 Oct 2020 13:02:44 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": "21" }, "ResponseBody": { "modelInfo": { - "modelId": "651959be-b619-481d-b743-b9733e99a0ef", + "modelId": "2066d1ff-b08b-466b-8833-507558001c7a", "status": "creating", - "createdDateTime": "2020-09-09T22:37:42Z", - "lastUpdatedDateTime": "2020-09-09T22:37:42Z" + "createdDateTime": "2020-10-30T13:02:39Z", + "lastUpdatedDateTime": "2020-10-30T13:02:39Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/651959be-b619-481d-b743-b9733e99a0ef?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/2066d1ff-b08b-466b-8833-507558001c7a?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "a75ec9f939d874f3e045eeb6b370f059", "x-ms-return-client-request-id": "true" @@ -180,32 +180,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "9e56f1e4-d045-465a-8146-6249aa7ab33f", + "apim-request-id": "3aaefd7e-f39e-436c-94f6-c9c987878415", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:37:47 GMT", + "Date": "Fri, 30 Oct 2020 13:02:45 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "31" + "x-envoy-upstream-service-time": "26" }, "ResponseBody": { "modelInfo": { - "modelId": "651959be-b619-481d-b743-b9733e99a0ef", + "modelId": "2066d1ff-b08b-466b-8833-507558001c7a", "status": "creating", - "createdDateTime": "2020-09-09T22:37:42Z", - "lastUpdatedDateTime": "2020-09-09T22:37:42Z" + "createdDateTime": "2020-10-30T13:02:39Z", + "lastUpdatedDateTime": "2020-10-30T13:02:39Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/651959be-b619-481d-b743-b9733e99a0ef?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/2066d1ff-b08b-466b-8833-507558001c7a?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "fdd356f9eda79dbfceb90acce27a6e0b", "x-ms-return-client-request-id": "true" @@ -213,32 +213,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "85506503-9d18-4d4a-a2e3-56af9b8d6389", + "apim-request-id": "93c3b665-47c2-48c4-8e6a-f7e705b0337d", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:37:48 GMT", + "Date": "Fri, 30 Oct 2020 13:02:46 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "22" + "x-envoy-upstream-service-time": "43" }, "ResponseBody": { "modelInfo": { - "modelId": "651959be-b619-481d-b743-b9733e99a0ef", + "modelId": "2066d1ff-b08b-466b-8833-507558001c7a", "status": "creating", - "createdDateTime": "2020-09-09T22:37:42Z", - "lastUpdatedDateTime": "2020-09-09T22:37:42Z" + "createdDateTime": "2020-10-30T13:02:39Z", + "lastUpdatedDateTime": "2020-10-30T13:02:39Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/651959be-b619-481d-b743-b9733e99a0ef?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/2066d1ff-b08b-466b-8833-507558001c7a?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "dad9ac5e429bde50d1d55f482c02c32e", "x-ms-return-client-request-id": "true" @@ -246,32 +246,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "9b6f018d-e06f-4d77-b914-5030cf6e95e3", + "apim-request-id": "1e90f71d-ca30-40b3-9921-f5284d4becc7", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:37:49 GMT", + "Date": "Fri, 30 Oct 2020 13:02:47 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "28" + "x-envoy-upstream-service-time": "22" }, "ResponseBody": { "modelInfo": { - "modelId": "651959be-b619-481d-b743-b9733e99a0ef", + "modelId": "2066d1ff-b08b-466b-8833-507558001c7a", "status": "creating", - "createdDateTime": "2020-09-09T22:37:42Z", - "lastUpdatedDateTime": "2020-09-09T22:37:42Z" + "createdDateTime": "2020-10-30T13:02:39Z", + "lastUpdatedDateTime": "2020-10-30T13:02:39Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/651959be-b619-481d-b743-b9733e99a0ef?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/2066d1ff-b08b-466b-8833-507558001c7a?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "d058572f79d80c7e0ac0d91f2e269165", "x-ms-return-client-request-id": "true" @@ -279,32 +279,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "366ee56d-3872-4de4-815a-949933188064", + "apim-request-id": "f513c65e-962c-4767-a7f2-0dc289b49183", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:37:50 GMT", + "Date": "Fri, 30 Oct 2020 13:02:48 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": "651959be-b619-481d-b743-b9733e99a0ef", + "modelId": "2066d1ff-b08b-466b-8833-507558001c7a", "status": "creating", - "createdDateTime": "2020-09-09T22:37:42Z", - "lastUpdatedDateTime": "2020-09-09T22:37:42Z" + "createdDateTime": "2020-10-30T13:02:39Z", + "lastUpdatedDateTime": "2020-10-30T13:02:39Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/651959be-b619-481d-b743-b9733e99a0ef?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/2066d1ff-b08b-466b-8833-507558001c7a?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "0658e3d61596b7be05f52cd18d7671cc", "x-ms-return-client-request-id": "true" @@ -312,32 +312,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "b72a0a4c-18fc-407e-9d21-25c25527772a", + "apim-request-id": "f3cc4b58-e7d7-4f03-b4d1-42e9e720442b", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:37:51 GMT", + "Date": "Fri, 30 Oct 2020 13:02:49 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": "22" }, "ResponseBody": { "modelInfo": { - "modelId": "651959be-b619-481d-b743-b9733e99a0ef", + "modelId": "2066d1ff-b08b-466b-8833-507558001c7a", "status": "creating", - "createdDateTime": "2020-09-09T22:37:42Z", - "lastUpdatedDateTime": "2020-09-09T22:37:42Z" + "createdDateTime": "2020-10-30T13:02:39Z", + "lastUpdatedDateTime": "2020-10-30T13:02:39Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/651959be-b619-481d-b743-b9733e99a0ef?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/2066d1ff-b08b-466b-8833-507558001c7a?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "8b9ddbf59d22e4322ecdd0da6830afaa", "x-ms-return-client-request-id": "true" @@ -345,32 +345,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "237a20fe-6133-45ce-b6b4-427348a9ef10", + "apim-request-id": "409caf64-dc84-4646-822c-cdc9c4d24935", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:37:52 GMT", + "Date": "Fri, 30 Oct 2020 13:02:50 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "53" + "x-envoy-upstream-service-time": "39" }, "ResponseBody": { "modelInfo": { - "modelId": "651959be-b619-481d-b743-b9733e99a0ef", + "modelId": "2066d1ff-b08b-466b-8833-507558001c7a", "status": "creating", - "createdDateTime": "2020-09-09T22:37:42Z", - "lastUpdatedDateTime": "2020-09-09T22:37:42Z" + "createdDateTime": "2020-10-30T13:02:39Z", + "lastUpdatedDateTime": "2020-10-30T13:02:39Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/651959be-b619-481d-b743-b9733e99a0ef?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/2066d1ff-b08b-466b-8833-507558001c7a?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "4871f944bdaa1a9798a1cae34dac7e93", "x-ms-return-client-request-id": "true" @@ -378,185 +378,20 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "67d04527-171c-4376-9f33-a85a63a24d4b", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:37:53 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": "651959be-b619-481d-b743-b9733e99a0ef", - "status": "creating", - "createdDateTime": "2020-09-09T22:37:42Z", - "lastUpdatedDateTime": "2020-09-09T22:37:42Z" - } - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/651959be-b619-481d-b743-b9733e99a0ef?includeKeys=true", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "52290d4f05893843b173d7c945e34ed5", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "2f28b32a-2080-4894-aff4-61d9da75d4e4", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:37:54 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": "651959be-b619-481d-b743-b9733e99a0ef", - "status": "creating", - "createdDateTime": "2020-09-09T22:37:42Z", - "lastUpdatedDateTime": "2020-09-09T22:37:42Z" - } - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/651959be-b619-481d-b743-b9733e99a0ef?includeKeys=true", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "938c8145280538214482f280d34e9781", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "50fc9b78-a686-4da2-9ab9-3524fd101ec7", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:37:55 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": "651959be-b619-481d-b743-b9733e99a0ef", - "status": "creating", - "createdDateTime": "2020-09-09T22:37:42Z", - "lastUpdatedDateTime": "2020-09-09T22:37:42Z" - } - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/651959be-b619-481d-b743-b9733e99a0ef?includeKeys=true", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "5b8b3d4f5c063f21b6399737e5ced5b5", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "6a0310e7-a24b-4c1b-956f-338f134a0ceb", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:37:56 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": "651959be-b619-481d-b743-b9733e99a0ef", - "status": "creating", - "createdDateTime": "2020-09-09T22:37:42Z", - "lastUpdatedDateTime": "2020-09-09T22:37:42Z" - } - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/651959be-b619-481d-b743-b9733e99a0ef?includeKeys=true", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "cc9ef552ea20278eebf10e0612c26562", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "ddd9f2d4-6707-4f62-89f8-fdc09dd34d31", + "apim-request-id": "7f2427c2-d254-454c-b649-26b65367219a", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:37:57 GMT", + "Date": "Fri, 30 Oct 2020 13:02:52 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": "44" }, "ResponseBody": { "modelInfo": { - "modelId": "651959be-b619-481d-b743-b9733e99a0ef", - "status": "creating", - "createdDateTime": "2020-09-09T22:37:42Z", - "lastUpdatedDateTime": "2020-09-09T22:37:42Z" - } - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/651959be-b619-481d-b743-b9733e99a0ef?includeKeys=true", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "077a55dcf358e8ce604dddcb90ea5375", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "ddb5e964-a679-458b-99ec-af8cf7449b86", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:37:58 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": "651959be-b619-481d-b743-b9733e99a0ef", + "modelId": "2066d1ff-b08b-466b-8833-507558001c7a", "status": "ready", - "createdDateTime": "2020-09-09T22:37:42Z", - "lastUpdatedDateTime": "2020-09-09T22:37:58Z" + "createdDateTime": "2020-10-30T13:02:39Z", + "lastUpdatedDateTime": "2020-10-30T13:02:51Z" }, "keys": { "clusters": { @@ -626,433 +461,371 @@ } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/651959be-b619-481d-b743-b9733e99a0ef/analyze?includeTextDetails=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/2066d1ff-b08b-466b-8833-507558001c7a/analyze?includeTextDetails=true", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "108935", "Content-Type": "application/pdf", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-7d19071e922d41449d515c15679a0d54-54982541ff46aa4a-00", + "traceparent": "00-91bba19b4153b041bded03abecab29d9-a1c7ab3a29d5ca4c-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "de2d3dadcbaf6461ae6470154e1a2cf4", + "x-ms-client-request-id": "52290d4f05893843b173d7c945e34ed5", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "7f2be741-dad7-4dc4-972d-cd4d69bf0a73", + "apim-request-id": "685fa780-1112-4307-bb13-cc0926c91ad0", "Content-Length": "0", - "Date": "Wed, 09 Sep 2020 22:37:58 GMT", - "Operation-Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/651959be-b619-481d-b743-b9733e99a0ef/analyzeresults/3cf394d4-ae90-4b2c-a06d-8af6394a1023", + "Date": "Fri, 30 Oct 2020 13:02:52 GMT", + "Operation-Location": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/2066d1ff-b08b-466b-8833-507558001c7a/analyzeresults/d7daa1c9-67b3-4eff-862b-40ea56ed58c8", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "118" + "x-envoy-upstream-service-time": "65" }, "ResponseBody": [] }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/651959be-b619-481d-b743-b9733e99a0ef/analyzeResults/3cf394d4-ae90-4b2c-a06d-8af6394a1023", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/2066d1ff-b08b-466b-8833-507558001c7a/analyzeResults/d7daa1c9-67b3-4eff-862b-40ea56ed58c8", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "8f5a35d3cd545f5c26b56bd20dc29600", + "x-ms-client-request-id": "938c8145280538214482f280d34e9781", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "212b20a6-0584-4ea4-9c86-0f0db4b701c7", + "apim-request-id": "650ea3c6-cede-4d6d-96ee-77d50349c414", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:37:58 GMT", + "Date": "Fri, 30 Oct 2020 13:02:52 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "25" + "x-envoy-upstream-service-time": "28" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-09-09T22:37:59Z", - "lastUpdatedDateTime": "2020-09-09T22:37:59Z" + "createdDateTime": "2020-10-30T13:02:53Z", + "lastUpdatedDateTime": "2020-10-30T13:02:53Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/651959be-b619-481d-b743-b9733e99a0ef/analyzeResults/3cf394d4-ae90-4b2c-a06d-8af6394a1023", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/2066d1ff-b08b-466b-8833-507558001c7a/analyzeResults/d7daa1c9-67b3-4eff-862b-40ea56ed58c8", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "d559989e879411b2f41559f482b99a46", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "ed65a955-f93d-4a43-81f9-40ade1aba7a2", - "Content-Length": "127", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:37:59 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "25" - }, - "ResponseBody": { - "status": "running", - "createdDateTime": "2020-09-09T22:37:59Z", - "lastUpdatedDateTime": "2020-09-09T22:37:59Z", - "analyzeResult": null - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/651959be-b619-481d-b743-b9733e99a0ef/analyzeResults/3cf394d4-ae90-4b2c-a06d-8af6394a1023", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "5bf8e921c38fe021e0ceb7fa5f8f57ec", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "826135ae-ec0e-4bb9-bfb0-810bbccefd27", - "Content-Length": "127", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:38:00 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "26" - }, - "ResponseBody": { - "status": "running", - "createdDateTime": "2020-09-09T22:37:59Z", - "lastUpdatedDateTime": "2020-09-09T22:37:59Z", - "analyzeResult": null - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/651959be-b619-481d-b743-b9733e99a0ef/analyzeResults/3cf394d4-ae90-4b2c-a06d-8af6394a1023", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "b5766fcd56c14c5f82499b3f7468dd6d", + "x-ms-client-request-id": "5b8b3d4f5c063f21b6399737e5ced5b5", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "051636a7-52ff-4a89-a2dd-8b3395661569", + "apim-request-id": "f50ca2cc-fed3-4ec0-8e7c-9938d543dc85", "Content-Length": "127", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:38:01 GMT", + "Date": "Fri, 30 Oct 2020 13:02:53 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "25" + "x-envoy-upstream-service-time": "36" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-09-09T22:37:59Z", - "lastUpdatedDateTime": "2020-09-09T22:37:59Z", + "createdDateTime": "2020-10-30T13:02:53Z", + "lastUpdatedDateTime": "2020-10-30T13:02:54Z", "analyzeResult": null } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/651959be-b619-481d-b743-b9733e99a0ef/analyzeResults/3cf394d4-ae90-4b2c-a06d-8af6394a1023", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/2066d1ff-b08b-466b-8833-507558001c7a/analyzeResults/d7daa1c9-67b3-4eff-862b-40ea56ed58c8", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "23b0251b3bcadb707778f4c6cfb8b165", + "x-ms-client-request-id": "cc9ef552ea20278eebf10e0612c26562", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "12e59d7b-1e75-4898-bd94-94437b9c4d2a", + "apim-request-id": "a1121bc7-d35d-4a97-974a-680a33d801ff", "Content-Length": "127", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:38:02 GMT", + "Date": "Fri, 30 Oct 2020 13:02:55 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": "23" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-09-09T22:37:59Z", - "lastUpdatedDateTime": "2020-09-09T22:37:59Z", + "createdDateTime": "2020-10-30T13:02:53Z", + "lastUpdatedDateTime": "2020-10-30T13:02:54Z", "analyzeResult": null } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/651959be-b619-481d-b743-b9733e99a0ef/analyzeResults/3cf394d4-ae90-4b2c-a06d-8af6394a1023", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/2066d1ff-b08b-466b-8833-507558001c7a/analyzeResults/d7daa1c9-67b3-4eff-862b-40ea56ed58c8", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "13266cbde442ca8589abd94628e26c78", + "x-ms-client-request-id": "077a55dcf358e8ce604dddcb90ea5375", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "0f457212-df8d-4f11-8180-c4f7a59ce42d", + "apim-request-id": "3be26e8e-8d11-4b6a-9fdf-df9838336f49", "Content-Length": "127", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:38:03 GMT", + "Date": "Fri, 30 Oct 2020 13:02:56 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", "x-envoy-upstream-service-time": "27" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-09-09T22:37:59Z", - "lastUpdatedDateTime": "2020-09-09T22:37:59Z", + "createdDateTime": "2020-10-30T13:02:53Z", + "lastUpdatedDateTime": "2020-10-30T13:02:54Z", "analyzeResult": null } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/651959be-b619-481d-b743-b9733e99a0ef/analyzeResults/3cf394d4-ae90-4b2c-a06d-8af6394a1023", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/2066d1ff-b08b-466b-8833-507558001c7a/analyzeResults/d7daa1c9-67b3-4eff-862b-40ea56ed58c8", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "3ade49f133de9222ff9b3e4862987cc9", + "x-ms-client-request-id": "de2d3dadcbaf6461ae6470154e1a2cf4", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "891193b3-891b-4ab9-bd1e-6dd682c0d9f0", + "apim-request-id": "500acde7-0b3d-4fa2-bc7d-8be2dcbda2a7", "Content-Length": "127", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:38:04 GMT", + "Date": "Fri, 30 Oct 2020 13:02:57 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": "51" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-09-09T22:37:59Z", - "lastUpdatedDateTime": "2020-09-09T22:37:59Z", + "createdDateTime": "2020-10-30T13:02:53Z", + "lastUpdatedDateTime": "2020-10-30T13:02:54Z", "analyzeResult": null } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/651959be-b619-481d-b743-b9733e99a0ef/analyzeResults/3cf394d4-ae90-4b2c-a06d-8af6394a1023", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/2066d1ff-b08b-466b-8833-507558001c7a/analyzeResults/d7daa1c9-67b3-4eff-862b-40ea56ed58c8", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "07813598c941362ba0e69a1e622ab294", + "x-ms-client-request-id": "8f5a35d3cd545f5c26b56bd20dc29600", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "f4c3e373-f3a1-4ff3-a41f-125fbc8f22cf", + "apim-request-id": "00acde8b-3dc9-4be7-bcdf-25ab31d43eb7", "Content-Length": "127", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:38:05 GMT", + "Date": "Fri, 30 Oct 2020 13:02:59 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": "running", - "createdDateTime": "2020-09-09T22:37:59Z", - "lastUpdatedDateTime": "2020-09-09T22:37:59Z", + "createdDateTime": "2020-10-30T13:02:53Z", + "lastUpdatedDateTime": "2020-10-30T13:02:54Z", "analyzeResult": null } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/651959be-b619-481d-b743-b9733e99a0ef/analyzeResults/3cf394d4-ae90-4b2c-a06d-8af6394a1023", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/2066d1ff-b08b-466b-8833-507558001c7a/analyzeResults/d7daa1c9-67b3-4eff-862b-40ea56ed58c8", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "86d57c0c77d98987499414a6a63c68f1", + "x-ms-client-request-id": "d559989e879411b2f41559f482b99a46", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "19560d6e-827c-4474-b863-4e9ffceeac1b", + "apim-request-id": "baac8451-53ff-46ae-adc5-621ee564f808", "Content-Length": "127", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:38:06 GMT", + "Date": "Fri, 30 Oct 2020 13:03:00 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": "62" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-09-09T22:37:59Z", - "lastUpdatedDateTime": "2020-09-09T22:37:59Z", + "createdDateTime": "2020-10-30T13:02:53Z", + "lastUpdatedDateTime": "2020-10-30T13:02:54Z", "analyzeResult": null } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/651959be-b619-481d-b743-b9733e99a0ef/analyzeResults/3cf394d4-ae90-4b2c-a06d-8af6394a1023", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/2066d1ff-b08b-466b-8833-507558001c7a/analyzeResults/d7daa1c9-67b3-4eff-862b-40ea56ed58c8", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "f2ad0f2e646027361ea899f8990430d4", + "x-ms-client-request-id": "5bf8e921c38fe021e0ceb7fa5f8f57ec", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "1f0002d0-c404-4ad0-af3b-93febe269583", + "apim-request-id": "7a4dc821-a0df-4c95-a93e-b3cde53cbb96", "Content-Length": "127", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:38:07 GMT", + "Date": "Fri, 30 Oct 2020 13:03:01 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": "26" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-09-09T22:37:59Z", - "lastUpdatedDateTime": "2020-09-09T22:37:59Z", + "createdDateTime": "2020-10-30T13:02:53Z", + "lastUpdatedDateTime": "2020-10-30T13:02:54Z", "analyzeResult": null } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/651959be-b619-481d-b743-b9733e99a0ef/analyzeResults/3cf394d4-ae90-4b2c-a06d-8af6394a1023", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/2066d1ff-b08b-466b-8833-507558001c7a/analyzeResults/d7daa1c9-67b3-4eff-862b-40ea56ed58c8", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "e53ca9e9f6c321f0aef8beacb5849063", + "x-ms-client-request-id": "b5766fcd56c14c5f82499b3f7468dd6d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "06f93d1c-773f-4b01-9848-7ac6ab76c084", + "apim-request-id": "2d9f4dd0-ef43-42fa-a93a-47e129ce2ad5", "Content-Length": "127", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:38:08 GMT", + "Date": "Fri, 30 Oct 2020 13:03:03 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": "32" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-09-09T22:37:59Z", - "lastUpdatedDateTime": "2020-09-09T22:37:59Z", + "createdDateTime": "2020-10-30T13:02:53Z", + "lastUpdatedDateTime": "2020-10-30T13:02:54Z", "analyzeResult": null } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/651959be-b619-481d-b743-b9733e99a0ef/analyzeResults/3cf394d4-ae90-4b2c-a06d-8af6394a1023", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/2066d1ff-b08b-466b-8833-507558001c7a/analyzeResults/d7daa1c9-67b3-4eff-862b-40ea56ed58c8", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "53efa87dc07ca73445ae6831dd8eef45", + "x-ms-client-request-id": "23b0251b3bcadb707778f4c6cfb8b165", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "2a62e966-184e-43d7-94ba-af7034eb9cb6", + "apim-request-id": "67fc3dfd-0d50-4dde-8f58-1cb613438c69", "Content-Length": "127", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:38:09 GMT", + "Date": "Fri, 30 Oct 2020 13:03:05 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "25" + "x-envoy-upstream-service-time": "26" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-09-09T22:37:59Z", - "lastUpdatedDateTime": "2020-09-09T22:37:59Z", + "createdDateTime": "2020-10-30T13:02:53Z", + "lastUpdatedDateTime": "2020-10-30T13:02:54Z", "analyzeResult": null } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/651959be-b619-481d-b743-b9733e99a0ef/analyzeResults/3cf394d4-ae90-4b2c-a06d-8af6394a1023", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/2066d1ff-b08b-466b-8833-507558001c7a/analyzeResults/d7daa1c9-67b3-4eff-862b-40ea56ed58c8", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "fcbd3f648200382d1e8c4367a68a7199", + "x-ms-client-request-id": "13266cbde442ca8589abd94628e26c78", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "c6fc3135-eb28-4fe8-9802-7ecf8340d6b3", + "apim-request-id": "6447296f-0aa4-4856-8f9a-f75de6d63586", "Content-Length": "33822", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:38:11 GMT", + "Date": "Fri, 30 Oct 2020 13:03:06 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "35" + "x-envoy-upstream-service-time": "33" }, "ResponseBody": { "status": "succeeded", - "createdDateTime": "2020-09-09T22:37:59Z", - "lastUpdatedDateTime": "2020-09-09T22:38:11Z", + "createdDateTime": "2020-10-30T13:02:53Z", + "lastUpdatedDateTime": "2020-10-30T13:03:04Z", "analyzeResult": { "version": "2.1.0", "readResults": [ @@ -5331,28 +5104,28 @@ } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/651959be-b619-481d-b743-b9733e99a0ef", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/2066d1ff-b08b-466b-8833-507558001c7a", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-506597624b0983458fb4b6eadc9aafe9-66ca08d189edda4d-00", + "traceparent": "00-88fff0b44bd56443a6bcb30f8c791d98-ae14108f22c8d246-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "f07a3617dd1428577594a0158ebe4320", + "x-ms-client-request-id": "3ade49f133de9222ff9b3e4862987cc9", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 204, "ResponseHeaders": { - "apim-request-id": "4192ecaa-4fe5-4d77-bd25-798c479b1615", + "apim-request-id": "f31e4084-6251-4dc8-9b63-daf3f2752545", "Content-Length": "0", - "Date": "Wed, 09 Sep 2020 22:38:11 GMT", + "Date": "Fri, 30 Oct 2020 13:03:06 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "30" + "x-envoy-upstream-service-time": "34" }, "ResponseBody": [] } @@ -5360,7 +5133,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-westcentralus.cognitiveservices.azure.com/", "RandomSeed": "1552024379" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeInvoicesCanParseBlankPage.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeInvoicesCanParseBlankPage.json new file mode 100644 index 0000000000000..457acb3d22683 --- /dev/null +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeInvoicesCanParseBlankPage.json @@ -0,0 +1,275 @@ +{ + "Entries": [ + { + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/invoice/analyze?includeTextDetails=false", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Content-Length": "25662", + "Content-Type": "application/pdf", + "Ocp-Apim-Subscription-Key": "Sanitized", + "traceparent": "00-dd56e906db0bfb4da3223bfc9010dcfb-704b9a98c6b26847-00", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201102.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "eff9e3c9b01ae618222943dd9ceba30f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "apim-request-id": "4b67ba48-5b8c-4556-aac5-856beeb92908", + "Content-Length": "0", + "Date": "Mon, 02 Nov 2020 21:36:56 GMT", + "Operation-Location": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/invoice/analyzeResults/4b67ba48-5b8c-4556-aac5-856beeb92908", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "40" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/invoice/analyzeResults/4b67ba48-5b8c-4556-aac5-856beeb92908", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201102.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "fe8ceb7ce1291c9d97620b61e226cbdf", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "a509ecbd-df73-4613-a5c7-093175ef7b94", + "Content-Length": "109", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 02 Nov 2020 21:36:56 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "12" + }, + "ResponseBody": { + "status": "notStarted", + "createdDateTime": "2020-11-02T21:36:57Z", + "lastUpdatedDateTime": "2020-11-02T21:36:57Z" + } + }, + { + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/invoice/analyzeResults/4b67ba48-5b8c-4556-aac5-856beeb92908", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201102.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "7a6a56a51f65927bd4865ea2e1ec4bd1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "edea4f84-54f2-4e4e-900f-8a4ebf6aed5c", + "Content-Length": "106", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 02 Nov 2020 21:36:57 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "11" + }, + "ResponseBody": { + "status": "running", + "createdDateTime": "2020-11-02T21:36:57Z", + "lastUpdatedDateTime": "2020-11-02T21:36:57Z" + } + }, + { + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/invoice/analyzeResults/4b67ba48-5b8c-4556-aac5-856beeb92908", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201102.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "c4bf270c621ee72345dc57b8a4b603fc", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "a9836345-bfe8-4980-aba0-ccef3e8b87a2", + "Content-Length": "106", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 02 Nov 2020 21:36:59 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "13" + }, + "ResponseBody": { + "status": "running", + "createdDateTime": "2020-11-02T21:36:57Z", + "lastUpdatedDateTime": "2020-11-02T21:36:57Z" + } + }, + { + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/invoice/analyzeResults/4b67ba48-5b8c-4556-aac5-856beeb92908", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201102.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "4638635d29815ca96ffa29a282fb3aab", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "8f732a78-8297-400b-9ab4-7e4b72dcf306", + "Content-Length": "106", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 02 Nov 2020 21:37:00 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "12" + }, + "ResponseBody": { + "status": "running", + "createdDateTime": "2020-11-02T21:36:57Z", + "lastUpdatedDateTime": "2020-11-02T21:36:57Z" + } + }, + { + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/invoice/analyzeResults/4b67ba48-5b8c-4556-aac5-856beeb92908", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201102.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "ba553916076643c132823488c7c3ed1d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "7d307559-23eb-4856-8105-b312b2df2692", + "Content-Length": "106", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 02 Nov 2020 21:37:01 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-11-02T21:36:57Z", + "lastUpdatedDateTime": "2020-11-02T21:36:57Z" + } + }, + { + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/invoice/analyzeResults/4b67ba48-5b8c-4556-aac5-856beeb92908", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201102.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "7e44618305b3e24f7e6254233880654a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "96884367-1056-4f97-8812-dd8694fdd4ea", + "Content-Length": "106", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 02 Nov 2020 21:37:02 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "16" + }, + "ResponseBody": { + "status": "running", + "createdDateTime": "2020-11-02T21:36:57Z", + "lastUpdatedDateTime": "2020-11-02T21:36:57Z" + } + }, + { + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/invoice/analyzeResults/4b67ba48-5b8c-4556-aac5-856beeb92908", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201102.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "6aa1aca149615595a1f513fff52094ac", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "73f0b463-f6b2-4016-b823-7527d97b32e2", + "Content-Length": "327", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 02 Nov 2020 21:37:03 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "18" + }, + "ResponseBody": { + "status": "succeeded", + "createdDateTime": "2020-11-02T21:36:57Z", + "lastUpdatedDateTime": "2020-11-02T21:37:02Z", + "analyzeResult": { + "version": "2.1.0", + "readResults": [ + { + "page": 1, + "angle": 0, + "width": 8.5, + "height": 11, + "unit": "inch" + } + ], + "pageResults": [ + { + "page": 1 + } + ], + "documentResults": [ + { + "docType": "prebuilt:invoice", + "pageRange": [ + 1, + 1 + ], + "fields": {} + } + ] + } + } + } + ], + "Variables": { + "FORM_RECOGNIZER_API_KEY": "Sanitized", + "FORM_RECOGNIZER_ENDPOINT": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/", + "RandomSeed": "161034418" + } +} \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeInvoicesCanParseBlankPageAsync.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeInvoicesCanParseBlankPageAsync.json new file mode 100644 index 0000000000000..926a7bd569fd2 --- /dev/null +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeInvoicesCanParseBlankPageAsync.json @@ -0,0 +1,245 @@ +{ + "Entries": [ + { + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/invoice/analyze?includeTextDetails=false", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Content-Length": "25662", + "Content-Type": "application/pdf", + "Ocp-Apim-Subscription-Key": "Sanitized", + "traceparent": "00-4e110369ed191e45880ff3bd512d10d4-a32af9743baf9d49-00", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201102.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "654d24305e0253b2c332843502e975d5", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "apim-request-id": "d5ad1d43-6017-4dd5-96c8-8159907ae699", + "Content-Length": "0", + "Date": "Mon, 02 Nov 2020 21:37:57 GMT", + "Operation-Location": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/invoice/analyzeResults/d5ad1d43-6017-4dd5-96c8-8159907ae699", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "101" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/invoice/analyzeResults/d5ad1d43-6017-4dd5-96c8-8159907ae699", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201102.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "754eb6e471d9bce0aa1bdb6192741e73", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "59638680-9fd4-4a86-847f-37bca392e68b", + "Content-Length": "109", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 02 Nov 2020 21:37:57 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "9" + }, + "ResponseBody": { + "status": "notStarted", + "createdDateTime": "2020-11-02T21:37:58Z", + "lastUpdatedDateTime": "2020-11-02T21:37:58Z" + } + }, + { + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/invoice/analyzeResults/d5ad1d43-6017-4dd5-96c8-8159907ae699", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201102.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "9b3f29e8cc6ace7e697c5e14fb378d26", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "98f45d1a-b39a-4c2b-832f-8ab03a0afe99", + "Content-Length": "106", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 02 Nov 2020 21:37:58 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "10" + }, + "ResponseBody": { + "status": "running", + "createdDateTime": "2020-11-02T21:37:58Z", + "lastUpdatedDateTime": "2020-11-02T21:37:58Z" + } + }, + { + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/invoice/analyzeResults/d5ad1d43-6017-4dd5-96c8-8159907ae699", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201102.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "f9b82edfc3a0be854391bbe78351c14e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "485c0ed9-aa4e-4329-829b-9a2b306be7d9", + "Content-Length": "106", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 02 Nov 2020 21:38:00 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "11" + }, + "ResponseBody": { + "status": "running", + "createdDateTime": "2020-11-02T21:37:58Z", + "lastUpdatedDateTime": "2020-11-02T21:37:58Z" + } + }, + { + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/invoice/analyzeResults/d5ad1d43-6017-4dd5-96c8-8159907ae699", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201102.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "d94d1013daa9186a37800b5c13ccc072", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "78236af0-8dba-4d0d-b76b-242aeccffdb3", + "Content-Length": "106", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 02 Nov 2020 21:38:01 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "8" + }, + "ResponseBody": { + "status": "running", + "createdDateTime": "2020-11-02T21:37:58Z", + "lastUpdatedDateTime": "2020-11-02T21:37:58Z" + } + }, + { + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/invoice/analyzeResults/d5ad1d43-6017-4dd5-96c8-8159907ae699", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201102.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "6381b48d25bb25d3a48057d911974a18", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "f71d3431-2aca-4162-ad74-a23c1a024a35", + "Content-Length": "106", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 02 Nov 2020 21:38:02 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "9" + }, + "ResponseBody": { + "status": "running", + "createdDateTime": "2020-11-02T21:37:58Z", + "lastUpdatedDateTime": "2020-11-02T21:37:58Z" + } + }, + { + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/invoice/analyzeResults/d5ad1d43-6017-4dd5-96c8-8159907ae699", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201102.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "ea000fbbb4ea057cc3a0c11fb728aa76", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "d5c29c06-b3f0-4511-95bb-3081b5a3ecd7", + "Content-Length": "327", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 02 Nov 2020 21:38:03 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "12" + }, + "ResponseBody": { + "status": "succeeded", + "createdDateTime": "2020-11-02T21:37:58Z", + "lastUpdatedDateTime": "2020-11-02T21:38:03Z", + "analyzeResult": { + "version": "2.1.0", + "readResults": [ + { + "page": 1, + "angle": 0, + "width": 8.5, + "height": 11, + "unit": "inch" + } + ], + "pageResults": [ + { + "page": 1 + } + ], + "documentResults": [ + { + "docType": "prebuilt:invoice", + "pageRange": [ + 1, + 1 + ], + "fields": {} + } + ] + } + } + } + ], + "Variables": { + "FORM_RECOGNIZER_API_KEY": "Sanitized", + "FORM_RECOGNIZER_ENDPOINT": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/", + "RandomSeed": "1159890126" + } +} \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeInvoicesCanParseMultipageForm(False).json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeInvoicesCanParseMultipageForm(False).json new file mode 100644 index 0000000000000..9ca864b44ad92 --- /dev/null +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeInvoicesCanParseMultipageForm(False).json @@ -0,0 +1,161 @@ +{ + "Entries": [ + { + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/invoice/analyze?includeTextDetails=true", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Content-Length": "22", + "Content-Type": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "Request-Id": "00-451307eaed65094e855f50b2eae04215-afc0b5bc75a3a545-00", + "traceparent": "00-451307eaed65094e855f50b2eae04215-afc0b5bc75a3a545-00", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201102.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "0f4e3be601d75c21348a7289dd5782ad", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "source": "Sanitized" + }, + "StatusCode": 202, + "ResponseHeaders": { + "apim-request-id": "6c786e1d-e3a2-4224-bc2c-ceee62f66840", + "Content-Length": "0", + "Date": "Mon, 02 Nov 2020 22:28:49 GMT", + "Operation-Location": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/invoice/analyzeResults/6c786e1d-e3a2-4224-bc2c-ceee62f66840", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "624" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/invoice/analyzeResults/6c786e1d-e3a2-4224-bc2c-ceee62f66840", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "Request-Id": "|5c57472-449ae981e984793d.", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201102.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "476c2113060076f8a5657f65c8237e36", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "f53d80f8-dfbc-4fc2-9c9d-5df89f75ff18", + "Content-Length": "109", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 02 Nov 2020 22:28:49 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "13" + }, + "ResponseBody": { + "status": "notStarted", + "createdDateTime": "2020-11-02T22:28:49Z", + "lastUpdatedDateTime": "2020-11-02T22:28:49Z" + } + }, + { + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/invoice/analyzeResults/6c786e1d-e3a2-4224-bc2c-ceee62f66840", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "Request-Id": "|5c57473-449ae981e984793d.", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201102.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "1dada8b7b83e5a28c35eba094430b4ba", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "1c5bdbdb-1803-48db-a244-9f7f8006d12b", + "Content-Length": "106", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 02 Nov 2020 22:28:53 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "12" + }, + "ResponseBody": { + "status": "running", + "createdDateTime": "2020-11-02T22:28:49Z", + "lastUpdatedDateTime": "2020-11-02T22:28:49Z" + } + }, + { + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/invoice/analyzeResults/6c786e1d-e3a2-4224-bc2c-ceee62f66840", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "Request-Id": "|5c57474-449ae981e984793d.", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201102.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "38e0f78959cee0ca42d76a7281bb9411", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "3ea9504f-251e-43ab-a82c-1357c6ec329f", + "Content-Length": "106", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 02 Nov 2020 22:28:54 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "12" + }, + "ResponseBody": { + "status": "running", + "createdDateTime": "2020-11-02T22:28:49Z", + "lastUpdatedDateTime": "2020-11-02T22:28:49Z" + } + }, + { + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/invoice/analyzeResults/6c786e1d-e3a2-4224-bc2c-ceee62f66840", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "Request-Id": "|5c57475-449ae981e984793d.", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201102.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "35d23b0c64aa5a6ff81284a14bef3175", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "e1641bd4-0827-496c-8737-ec8dee8b2c3c", + "Content-Length": "37110", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 02 Nov 2020 22:28:58 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "27" + }, + "ResponseBody": "{\u0022status\u0022:\u0022succeeded\u0022,\u0022createdDateTime\u0022:\u00222020-11-02T22:28:49Z\u0022,\u0022lastUpdatedDateTime\u0022:\u00222020-11-02T22:28:57Z\u0022,\u0022analyzeResult\u0022:{\u0022version\u0022:\u00222.1.0\u0022,\u0022readResults\u0022:[{\u0022page\u0022:1,\u0022angle\u0022:0,\u0022width\u0022:8.5,\u0022height\u0022:11,\u0022unit\u0022:\u0022inch\u0022,\u0022lines\u0022:[{\u0022text\u0022:\u0022Vendor #:121\u0022,\u0022boundingBox\u0022:[6.1276,1.0667,7.4833,1.0667,7.4833,1.2403,6.1276,1.2403],\u0022words\u0022:[{\u0022text\u0022:\u0022Vendor\u0022,\u0022boundingBox\u0022:[6.1276,1.0667,6.8657,1.0667,6.8657,1.2403,6.1276,1.2403],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022#:121\u0022,\u0022boundingBox\u0022:[6.9307,1.0759,7.4833,1.0759,7.4833,1.2391,6.9307,1.2391],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022Vendor Registration\u0022,\u0022boundingBox\u0022:[2.2268,1.5733,6.2379,1.5733,6.2379,2.005,2.2268,2.005],\u0022words\u0022:[{\u0022text\u0022:\u0022Vendor\u0022,\u0022boundingBox\u0022:[2.2268,1.5733,3.703,1.5733,3.703,1.9207,2.2268,1.9207],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Registration\u0022,\u0022boundingBox\u0022:[3.8661,1.5883,6.2379,1.5883,6.2379,2.005,3.8661,2.005],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022Contoso Ltd. Conference will be held on May 28-29, 2020 at the Elm Conference Center in\u0022,\u0022boundingBox\u0022:[1.0078,2.5846,7.0776,2.5846,7.0776,2.7293,1.0078,2.7293],\u0022words\u0022:[{\u0022text\u0022:\u0022Contoso\u0022,\u0022boundingBox\u0022:[1.0078,2.5919,1.5548,2.5919,1.5548,2.7013,1.0078,2.7013],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Ltd.\u0022,\u0022boundingBox\u0022:[1.6125,2.5856,1.843,2.5856,1.843,2.7013,1.6125,2.7013],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Conference\u0022,\u0022boundingBox\u0022:[1.8996,2.5846,2.6636,2.5846,2.6636,2.7013,1.8996,2.7013],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022will\u0022,\u0022boundingBox\u0022:[2.7122,2.5852,2.9307,2.5852,2.9307,2.7003,2.7122,2.7003],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022be\u0022,\u0022boundingBox\u0022:[2.9922,2.5852,3.1419,2.5852,3.1419,2.7013,2.9922,2.7013],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022held\u0022,\u0022boundingBox\u0022:[3.1987,2.5852,3.4704,2.5852,3.4704,2.7013,3.1987,2.7013],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022on\u0022,\u0022boundingBox\u0022:[3.53,2.62,3.6846,2.62,3.6846,2.7013,3.53,2.7013],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022May\u0022,\u0022boundingBox\u0022:[3.7498,2.5934,4.0422,2.5934,4.0422,2.7293,3.7498,2.7293],\u0022confidence\u0022:1},{\u0022text\u0022:\u002228-29,\u0022,\u0022boundingBox\u0022:[4.0877,2.5914,4.5042,2.5914,4.5042,2.7236,4.0877,2.7236],\u0022confidence\u0022:1},{\u0022text\u0022:\u00222020\u0022,\u0022boundingBox\u0022:[4.5586,2.5914,4.884,2.5914,4.884,2.7017,4.5586,2.7017],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022at\u0022,\u0022boundingBox\u0022:[4.9351,2.6014,5.0577,2.6014,5.0577,2.7013,4.9351,2.7013],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022the\u0022,\u0022boundingBox\u0022:[5.1033,2.5852,5.3202,2.5852,5.3202,2.7013,5.1033,2.7013],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Elm\u0022,\u0022boundingBox\u0022:[5.3787,2.5852,5.6051,2.5852,5.6051,2.7003,5.3787,2.7003],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Conference\u0022,\u0022boundingBox\u0022:[5.6624,2.5846,6.4263,2.5846,6.4263,2.7013,5.6624,2.7013],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Center\u0022,\u0022boundingBox\u0022:[6.4796,2.5919,6.9234,2.5919,6.9234,2.7013,6.4796,2.7013],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022in\u0022,\u0022boundingBox\u0022:[6.9765,2.5905,7.0776,2.5905,7.0776,2.7003,6.9765,2.7003],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022Maple City, Massachusetts. The conference has sold out of its 1,500 tickets, with a 400 person\u0022,\u0022boundingBox\u0022:[1.014,2.8029,7.3457,2.8029,7.3457,2.9478,1.014,2.9478],\u0022words\u0022:[{\u0022text\u0022:\u0022Maple\u0022,\u0022boundingBox\u0022:[1.014,2.8036,1.4242,2.8036,1.4242,2.9478,1.014,2.9478],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022City,\u0022,\u0022boundingBox\u0022:[1.4763,2.8089,1.7576,2.8089,1.7576,2.9478,1.4763,2.9478],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Massachusetts.\u0022,\u0022boundingBox\u0022:[1.8195,2.8036,2.8383,2.8036,2.8383,2.9197,1.8195,2.9197],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022The\u0022,\u0022boundingBox\u0022:[2.8883,2.8036,3.1326,2.8036,3.1326,2.9197,2.8883,2.9197],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022conference\u0022,\u0022boundingBox\u0022:[3.1842,2.8029,3.9301,2.8029,3.9301,2.9197,3.1842,2.9197],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022has\u0022,\u0022boundingBox\u0022:[3.9871,2.8036,4.2019,2.8036,4.2019,2.9197,3.9871,2.9197],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022sold\u0022,\u0022boundingBox\u0022:[4.2529,2.8036,4.5104,2.8036,4.5104,2.9197,4.2529,2.9197],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022out\u0022,\u0022boundingBox\u0022:[4.5701,2.8197,4.7871,2.8197,4.7871,2.9197,4.5701,2.9197],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022of\u0022,\u0022boundingBox\u0022:[4.8373,2.8029,4.9701,2.8029,4.9701,2.9197,4.8373,2.9197],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022its\u0022,\u0022boundingBox\u0022:[5.0169,2.8089,5.1601,2.8089,5.1601,2.9197,5.0169,2.9197],\u0022confidence\u0022:1},{\u0022text\u0022:\u00221,500\u0022,\u0022boundingBox\u0022:[5.2167,2.81,5.5766,2.81,5.5766,2.9418,5.2167,2.9418],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022tickets,\u0022,\u0022boundingBox\u0022:[5.6227,2.8036,6.0928,2.8036,6.0928,2.9418,5.6227,2.9418],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022with\u0022,\u0022boundingBox\u0022:[6.1461,2.8036,6.4308,2.8036,6.4308,2.9195,6.1461,2.9195],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022a\u0022,\u0022boundingBox\u0022:[6.488,2.8383,6.548,2.8383,6.548,2.9197,6.488,2.9197],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022400\u0022,\u0022boundingBox\u0022:[6.6016,2.81,6.8449,2.81,6.8449,2.9197,6.6016,2.9197],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022person\u0022,\u0022boundingBox\u0022:[6.8998,2.8383,7.3457,2.8383,7.3457,2.9478,6.8998,2.9478],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022waitlist. Vendor applications are being accepted through Feb 28, 2020. Please fill in the form\u0022,\u0022boundingBox\u0022:[1.0043,3.0229,7.2482,3.0229,7.2482,3.1678,1.0043,3.1678],\u0022words\u0022:[{\u0022text\u0022:\u0022waitlist.\u0022,\u0022boundingBox\u0022:[1.0043,3.0236,1.5194,3.0236,1.5194,3.1397,1.0043,3.1397],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Vendor\u0022,\u0022boundingBox\u0022:[1.5733,3.0239,2.0654,3.0239,2.0654,3.1397,1.5733,3.1397],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022applications\u0022,\u0022boundingBox\u0022:[2.1132,3.0236,2.9143,3.0236,2.9143,3.1678,2.1132,3.1678],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022are\u0022,\u0022boundingBox\u0022:[2.9675,3.0583,3.1726,3.0583,3.1726,3.1397,2.9675,3.1397],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022being\u0022,\u0022boundingBox\u0022:[3.2306,3.0236,3.5889,3.0236,3.5889,3.1678,3.2306,3.1678],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022accepted\u0022,\u0022boundingBox\u0022:[3.6388,3.0239,4.2336,3.0239,4.2336,3.1678,3.6388,3.1678],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022through\u0022,\u0022boundingBox\u0022:[4.2862,3.0236,4.8127,3.0236,4.8127,3.1678,4.2862,3.1678],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Feb\u0022,\u0022boundingBox\u0022:[4.8815,3.0236,5.1133,3.0236,5.1133,3.14,4.8815,3.14],\u0022confidence\u0022:1},{\u0022text\u0022:\u002228,\u0022,\u0022boundingBox\u0022:[5.163,3.0297,5.361,3.0297,5.361,3.162,5.163,3.162],\u0022confidence\u0022:1},{\u0022text\u0022:\u00222020.\u0022,\u0022boundingBox\u0022:[5.413,3.0297,5.7774,3.0297,5.7774,3.14,5.413,3.14],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Please\u0022,\u0022boundingBox\u0022:[5.8406,3.0236,6.2537,3.0236,6.2537,3.1397,5.8406,3.1397],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022fill\u0022,\u0022boundingBox\u0022:[6.3022,3.0229,6.4539,3.0229,6.4539,3.1387,6.3022,3.1387],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022in\u0022,\u0022boundingBox\u0022:[6.5131,3.0289,6.6158,3.0289,6.6158,3.1387,6.5131,3.1387],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022the\u0022,\u0022boundingBox\u0022:[6.6673,3.0236,6.8842,3.0236,6.8842,3.1397,6.6673,3.1397],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022form\u0022,\u0022boundingBox\u0022:[6.9317,3.0229,7.2482,3.0229,7.2482,3.1397,6.9317,3.1397],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022below, and attach a check made out to:\u0022,\u0022boundingBox\u0022:[1.0125,3.2436,3.6599,3.2436,3.6599,3.3818,1.0125,3.3818],\u0022words\u0022:[{\u0022text\u0022:\u0022below,\u0022,\u0022boundingBox\u0022:[1.0125,3.2436,1.4459,3.2436,1.4459,3.3818,1.0125,3.3818],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022and\u0022,\u0022boundingBox\u0022:[1.5024,3.2439,1.7371,3.2439,1.7371,3.3597,1.5024,3.3597],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022attach\u0022,\u0022boundingBox\u0022:[1.7968,3.2436,2.2047,3.2436,2.2047,3.3597,1.7968,3.3597],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022a\u0022,\u0022boundingBox\u0022:[2.2619,3.2783,2.3219,3.2783,2.3219,3.3597,2.2619,3.3597],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022check\u0022,\u0022boundingBox\u0022:[2.379,3.2436,2.7529,3.2436,2.7529,3.3597,2.379,3.3597],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022made\u0022,\u0022boundingBox\u0022:[2.8076,3.2439,3.17,3.2439,3.17,3.3597,2.8076,3.3597],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022out\u0022,\u0022boundingBox\u0022:[3.2251,3.2597,3.4421,3.2597,3.4421,3.3597,3.2251,3.3597],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022to:\u0022,\u0022boundingBox\u0022:[3.4869,3.2597,3.6599,3.2597,3.6599,3.3597,3.4869,3.3597],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022Contoso Ltd.\u0022,\u0022boundingBox\u0022:[1.0078,3.5739,1.843,3.5739,1.843,3.6897,1.0078,3.6897],\u0022words\u0022:[{\u0022text\u0022:\u0022Contoso\u0022,\u0022boundingBox\u0022:[1.0078,3.5802,1.5548,3.5802,1.5548,3.6897,1.0078,3.6897],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Ltd.\u0022,\u0022boundingBox\u0022:[1.6125,3.5739,1.843,3.5739,1.843,3.6897,1.6125,3.6897],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u00222345 Dogwood Lane\u0022,\u0022boundingBox\u0022:[1.0093,3.7939,2.3768,3.7939,2.3768,3.9378,1.0093,3.9378],\u0022words\u0022:[{\u0022text\u0022:\u00222345\u0022,\u0022boundingBox\u0022:[1.0093,3.8,1.3297,3.8,1.3297,3.9097,1.0093,3.9097],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Dogwood\u0022,\u0022boundingBox\u0022:[1.3899,3.7939,2.0149,3.7939,2.0149,3.9378,1.3899,3.9378],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Lane\u0022,\u0022boundingBox\u0022:[2.0788,3.8012,2.3768,3.8012,2.3768,3.9097,2.0788,3.9097],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022Birch, Kansas 98123\u0022,\u0022boundingBox\u0022:[1.014,4.0136,2.3377,4.0136,2.3377,4.1518,1.014,4.1518],\u0022words\u0022:[{\u0022text\u0022:\u0022Birch,\u0022,\u0022boundingBox\u0022:[1.014,4.0136,1.3745,4.0136,1.3745,4.1518,1.014,4.1518],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Kansas\u0022,\u0022boundingBox\u0022:[1.4375,4.0212,1.8819,4.0212,1.8819,4.1297,1.4375,4.1297],\u0022confidence\u0022:1},{\u0022text\u0022:\u002298123\u0022,\u0022boundingBox\u0022:[1.9318,4.02,2.3377,4.02,2.3377,4.1297,1.9318,4.1297],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022Rates:\u0022,\u0022boundingBox\u0022:[1.0204,4.4248,1.5303,4.4248,1.5303,4.5682,1.0204,4.5682],\u0022words\u0022:[{\u0022text\u0022:\u0022Rates:\u0022,\u0022boundingBox\u0022:[1.0204,4.4248,1.5303,4.4248,1.5303,4.5682,1.0204,4.5682],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022Package\u0022,\u0022boundingBox\u0022:[1.0923,4.6986,1.6232,4.6986,1.6232,4.8428,1.0923,4.8428],\u0022words\u0022:[{\u0022text\u0022:\u0022Package\u0022,\u0022boundingBox\u0022:[1.0923,4.6986,1.6232,4.6986,1.6232,4.8428,1.0923,4.8428],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022Included\u0022,\u0022boundingBox\u0022:[2.713,4.6986,3.2707,4.6986,3.2707,4.8147,2.713,4.8147],\u0022words\u0022:[{\u0022text\u0022:\u0022Included\u0022,\u0022boundingBox\u0022:[2.713,4.6986,3.2707,4.6986,3.2707,4.8147,2.713,4.8147],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022Price\u0022,\u0022boundingBox\u0022:[5.838,4.7039,6.1513,4.7039,6.1513,4.8147,5.838,4.8147],\u0022words\u0022:[{\u0022text\u0022:\u0022Price\u0022,\u0022boundingBox\u0022:[5.838,4.7039,6.1513,4.7039,6.1513,4.8147,5.838,4.8147],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022Gold Sponsor\u0022,\u0022boundingBox\u0022:[1.0857,4.9086,1.9831,4.9086,1.9831,5.0528,1.0857,5.0528],\u0022words\u0022:[{\u0022text\u0022:\u0022Gold\u0022,\u0022boundingBox\u0022:[1.0857,4.9086,1.3842,4.9086,1.3842,5.0247,1.0857,5.0247],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Sponsor\u0022,\u0022boundingBox\u0022:[1.4423,4.915,1.9831,4.915,1.9831,5.0528,1.4423,5.0528],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,4.954,3.018,4.954,3.018,5.0145,2.9586,5.0145],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,4.954,3.018,4.954,3.018,5.0145,2.9586,5.0145],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022Full booth\u0022,\u0022boundingBox\u0022:[3.214,4.9169,3.8726,4.9169,3.8726,5.033,3.214,5.033],\u0022words\u0022:[{\u0022text\u0022:\u0022Full\u0022,\u0022boundingBox\u0022:[3.214,4.9169,3.4295,4.9169,3.4295,5.033,3.214,5.033],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022booth\u0022,\u0022boundingBox\u0022:[3.492,4.9169,3.8726,4.9169,3.8726,5.033,3.492,5.033],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022$1,500\u0022,\u0022boundingBox\u0022:[5.8328,4.8977,6.2829,4.8977,6.2829,5.0468,5.8328,5.0468],\u0022words\u0022:[{\u0022text\u0022:\u0022$1,500\u0022,\u0022boundingBox\u0022:[5.8328,4.8977,6.2829,4.8977,6.2829,5.0468,5.8328,5.0468],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,5.1673,3.018,5.1673,3.018,5.2279,2.9586,5.2279],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,5.1673,3.018,5.1673,3.018,5.2279,2.9586,5.2279],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022Pre-keynote thank you\u0022,\u0022boundingBox\u0022:[3.214,5.1302,4.7267,5.1302,4.7267,5.2744,3.214,5.2744],\u0022words\u0022:[{\u0022text\u0022:\u0022Pre-keynote\u0022,\u0022boundingBox\u0022:[3.214,5.1302,4.0183,5.1302,4.0183,5.2744,3.214,5.2744],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022thank\u0022,\u0022boundingBox\u0022:[4.0665,5.1302,4.4475,5.1302,4.4475,5.2463,4.0665,5.2463],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022you\u0022,\u0022boundingBox\u0022:[4.4903,5.165,4.7267,5.165,4.7267,5.2744,4.4903,5.2744],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,5.379,3.018,5.379,3.018,5.4395,2.9586,5.4395],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,5.379,3.018,5.379,3.018,5.4395,2.9586,5.4395],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022Logo on poster\u0022,\u0022boundingBox\u0022:[3.214,5.3495,4.2093,5.3495,4.2093,5.4861,3.214,5.4861],\u0022words\u0022:[{\u0022text\u0022:\u0022Logo\u0022,\u0022boundingBox\u0022:[3.214,5.3495,3.5163,5.3495,3.5163,5.4861,3.214,5.4861],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022on\u0022,\u0022boundingBox\u0022:[3.5686,5.3767,3.7244,5.3767,3.7244,5.458,3.5686,5.458],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022poster\u0022,\u0022boundingBox\u0022:[3.7888,5.358,4.2093,5.358,4.2093,5.4861,3.7888,5.4861],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,5.5923,3.018,5.5923,3.018,5.6529,2.9586,5.6529],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,5.5923,3.018,5.5923,3.018,5.6529,2.9586,5.6529],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022Full page ad in program guide\u0022,\u0022boundingBox\u0022:[3.214,5.5552,5.201,5.5552,5.201,5.6994,3.214,5.6994],\u0022words\u0022:[{\u0022text\u0022:\u0022Full\u0022,\u0022boundingBox\u0022:[3.214,5.5552,3.4295,5.5552,3.4295,5.6713,3.214,5.6713],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022page\u0022,\u0022boundingBox\u0022:[3.492,5.59,3.7989,5.59,3.7989,5.6994,3.492,5.6994],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022ad\u0022,\u0022boundingBox\u0022:[3.8519,5.5556,3.9991,5.5556,3.9991,5.6713,3.8519,5.6713],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022in\u0022,\u0022boundingBox\u0022:[4.0599,5.5605,4.1626,5.5605,4.1626,5.6703,4.0599,5.6703],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022program\u0022,\u0022boundingBox\u0022:[4.2248,5.59,4.7839,5.59,4.7839,5.6994,4.2248,5.6994],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022guide\u0022,\u0022boundingBox\u0022:[4.8367,5.5556,5.201,5.5556,5.201,5.6994,4.8367,5.6994],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,5.804,3.018,5.804,3.018,5.8645,2.9586,5.8645],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,5.804,3.018,5.804,3.018,5.8645,2.9586,5.8645],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022Silver Sponsor\u0022,\u0022boundingBox\u0022:[1.0842,5.9786,2.0339,5.9786,2.0339,6.1228,1.0842,6.1228],\u0022words\u0022:[{\u0022text\u0022:\u0022Silver\u0022,\u0022boundingBox\u0022:[1.0842,5.9786,1.4443,5.9786,1.4443,6.0947,1.0842,6.0947],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Sponsor\u0022,\u0022boundingBox\u0022:[1.4904,5.985,2.0339,5.985,2.0339,6.1228,1.4904,6.1228],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,6.024,3.018,6.024,3.018,6.0845,2.9586,6.0845],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,6.024,3.018,6.024,3.018,6.0845,2.9586,6.0845],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022Full booth\u0022,\u0022boundingBox\u0022:[3.214,5.9869,3.8726,5.9869,3.8726,6.103,3.214,6.103],\u0022words\u0022:[{\u0022text\u0022:\u0022Full\u0022,\u0022boundingBox\u0022:[3.214,5.9869,3.4295,5.9869,3.4295,6.103,3.214,6.103],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022booth\u0022,\u0022boundingBox\u0022:[3.492,5.9869,3.8726,5.9869,3.8726,6.103,3.492,6.103],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022$1,200\u0022,\u0022boundingBox\u0022:[5.8328,5.9677,6.2829,5.9677,6.2829,6.1168,5.8328,6.1168],\u0022words\u0022:[{\u0022text\u0022:\u0022$1,200\u0022,\u0022boundingBox\u0022:[5.8328,5.9677,6.2829,5.9677,6.2829,6.1168,5.8328,6.1168],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,6.2356,3.018,6.2356,3.018,6.2962,2.9586,6.2962],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,6.2356,3.018,6.2356,3.018,6.2962,2.9586,6.2962],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022Post-keynote thank you\u0022,\u0022boundingBox\u0022:[3.214,6.1986,4.7938,6.1986,4.7938,6.3428,3.214,6.3428],\u0022words\u0022:[{\u0022text\u0022:\u0022Post-keynote\u0022,\u0022boundingBox\u0022:[3.214,6.1986,4.0878,6.1986,4.0878,6.3428,3.214,6.3428],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022thank\u0022,\u0022boundingBox\u0022:[4.1348,6.1986,4.5158,6.1986,4.5158,6.3147,4.1348,6.3147],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022you\u0022,\u0022boundingBox\u0022:[4.5586,6.2333,4.7938,6.2333,4.7938,6.3428,4.5586,6.3428],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,6.4473,3.018,6.4473,3.018,6.5079,2.9586,6.5079],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,6.4473,3.018,6.4473,3.018,6.5079,2.9586,6.5079],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022Logo on poster\u0022,\u0022boundingBox\u0022:[3.214,6.4179,4.2093,6.4179,4.2093,6.5544,3.214,6.5544],\u0022words\u0022:[{\u0022text\u0022:\u0022Logo\u0022,\u0022boundingBox\u0022:[3.214,6.4179,3.5163,6.4179,3.5163,6.5544,3.214,6.5544],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022on\u0022,\u0022boundingBox\u0022:[3.5686,6.445,3.7244,6.445,3.7244,6.5263,3.5686,6.5263],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022poster\u0022,\u0022boundingBox\u0022:[3.7888,6.4264,4.2093,6.4264,4.2093,6.5544,3.7888,6.5544],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,6.6606,3.018,6.6606,3.018,6.7212,2.9586,6.7212],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,6.6606,3.018,6.6606,3.018,6.7212,2.9586,6.7212],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022Half page ad in program guide\u0022,\u0022boundingBox\u0022:[3.214,6.6229,5.2314,6.6229,5.2314,6.7678,3.214,6.7678],\u0022words\u0022:[{\u0022text\u0022:\u0022Half\u0022,\u0022boundingBox\u0022:[3.214,6.6229,3.4739,6.6229,3.4739,6.7397,3.214,6.7397],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022page\u0022,\u0022boundingBox\u0022:[3.5224,6.6583,3.8326,6.6583,3.8326,6.7678,3.5224,6.7678],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022ad\u0022,\u0022boundingBox\u0022:[3.8843,6.6239,4.0315,6.6239,4.0315,6.7397,3.8843,6.7397],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022in\u0022,\u0022boundingBox\u0022:[4.0923,6.6289,4.195,6.6289,4.195,6.7387,4.0923,6.7387],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022program\u0022,\u0022boundingBox\u0022:[4.2563,6.6583,4.8148,6.6583,4.8148,6.7678,4.2563,6.7678],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022guide\u0022,\u0022boundingBox\u0022:[4.8695,6.6239,5.2314,6.6239,5.2314,6.7678,4.8695,6.7678],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022Bronze Sponsor\u0022,\u0022boundingBox\u0022:[1.0923,6.84,2.1362,6.84,2.1362,6.9778,1.0923,6.9778],\u0022words\u0022:[{\u0022text\u0022:\u0022Bronze\u0022,\u0022boundingBox\u0022:[1.0923,6.8417,1.545,6.8417,1.545,6.9497,1.0923,6.9497],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Sponsor\u0022,\u0022boundingBox\u0022:[1.5951,6.84,2.1362,6.84,2.1362,6.9778,1.5951,6.9778],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,6.879,3.018,6.879,3.018,6.9395,2.9586,6.9395],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,6.879,3.018,6.879,3.018,6.9395,2.9586,6.9395],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022Full booth\u0022,\u0022boundingBox\u0022:[3.214,6.8419,3.8726,6.8419,3.8726,6.958,3.214,6.958],\u0022words\u0022:[{\u0022text\u0022:\u0022Full\u0022,\u0022boundingBox\u0022:[3.214,6.8419,3.4295,6.8419,3.4295,6.958,3.214,6.958],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022booth\u0022,\u0022boundingBox\u0022:[3.492,6.8419,3.8726,6.8419,3.8726,6.958,3.492,6.958],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022$1,000\u0022,\u0022boundingBox\u0022:[5.8328,6.8227,6.2829,6.8227,6.2829,6.9718,5.8328,6.9718],\u0022words\u0022:[{\u0022text\u0022:\u0022$1,000\u0022,\u0022boundingBox\u0022:[5.8328,6.8227,6.2829,6.8227,6.2829,6.9718,5.8328,6.9718],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,7.0923,3.018,7.0923,3.018,7.1529,2.9586,7.1529],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,7.0923,3.018,7.0923,3.018,7.1529,2.9586,7.1529],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022Logo on poster\u0022,\u0022boundingBox\u0022:[3.214,7.0629,4.2093,7.0629,4.2093,7.1994,3.214,7.1994],\u0022words\u0022:[{\u0022text\u0022:\u0022Logo\u0022,\u0022boundingBox\u0022:[3.214,7.0629,3.5163,7.0629,3.5163,7.1994,3.214,7.1994],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022on\u0022,\u0022boundingBox\u0022:[3.5686,7.09,3.7244,7.09,3.7244,7.1713,3.5686,7.1713],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022poster\u0022,\u0022boundingBox\u0022:[3.7888,7.0714,4.2093,7.0714,4.2093,7.1994,3.7888,7.1994],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,7.304,3.018,7.304,3.018,7.3645,2.9586,7.3645],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,7.304,3.018,7.304,3.018,7.3645,2.9586,7.3645],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u002250% discount on program guide\u0022,\u0022boundingBox\u0022:[3.2082,7.2672,5.3419,7.2672,5.3419,7.4111,3.2082,7.4111],\u0022words\u0022:[{\u0022text\u0022:\u002250%\u0022,\u0022boundingBox\u0022:[3.2082,7.2717,3.4817,7.2717,3.4817,7.3845,3.2082,7.3845],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022discount\u0022,\u0022boundingBox\u0022:[3.533,7.2672,4.1018,7.2672,4.1018,7.383,3.533,7.383],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022on\u0022,\u0022boundingBox\u0022:[4.1512,7.3017,4.307,7.3017,4.307,7.383,4.1512,7.383],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022program\u0022,\u0022boundingBox\u0022:[4.3682,7.3017,4.9253,7.3017,4.9253,7.4111,4.3682,7.4111],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022guide\u0022,\u0022boundingBox\u0022:[4.981,7.2672,5.3419,7.2672,5.3419,7.4111,4.981,7.4111],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022advertisements\u0022,\u0022boundingBox\u0022:[3.2075,7.4706,4.2429,7.4706,4.2429,7.5863,3.2075,7.5863],\u0022words\u0022:[{\u0022text\u0022:\u0022advertisements\u0022,\u0022boundingBox\u0022:[3.2075,7.4706,4.2429,7.4706,4.2429,7.5863,3.2075,7.5863],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022Full Booth\u0022,\u0022boundingBox\u0022:[1.0923,7.6819,1.7537,7.6819,1.7537,7.798,1.0923,7.798],\u0022words\u0022:[{\u0022text\u0022:\u0022Full\u0022,\u0022boundingBox\u0022:[1.0923,7.6819,1.3079,7.6819,1.3079,7.798,1.0923,7.798],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Booth\u0022,\u0022boundingBox\u0022:[1.3718,7.6819,1.7537,7.6819,1.7537,7.798,1.3718,7.798],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,7.7273,3.018,7.7273,3.018,7.7879,2.9586,7.7879],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,7.7273,3.018,7.7273,3.018,7.7879,2.9586,7.7879],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022Full booth\u0022,\u0022boundingBox\u0022:[3.214,7.6902,3.8726,7.6902,3.8726,7.8063,3.214,7.8063],\u0022words\u0022:[{\u0022text\u0022:\u0022Full\u0022,\u0022boundingBox\u0022:[3.214,7.6902,3.4295,7.6902,3.4295,7.8063,3.214,7.8063],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022booth\u0022,\u0022boundingBox\u0022:[3.492,7.6902,3.8726,7.6902,3.8726,7.8063,3.492,7.8063],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022$600\u0022,\u0022boundingBox\u0022:[5.8328,7.6711,6.1586,7.6711,6.1586,7.8165,5.8328,7.8165],\u0022words\u0022:[{\u0022text\u0022:\u0022$600\u0022,\u0022boundingBox\u0022:[5.8328,7.6711,6.1586,7.6711,6.1586,7.8165,5.8328,7.8165],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,7.939,3.018,7.939,3.018,7.9995,2.9586,7.9995],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,7.939,3.018,7.939,3.018,7.9995,2.9586,7.9995],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u002250% discount on program guide\u0022,\u0022boundingBox\u0022:[3.2082,7.9022,5.3419,7.9022,5.3419,8.0461,3.2082,8.0461],\u0022words\u0022:[{\u0022text\u0022:\u002250%\u0022,\u0022boundingBox\u0022:[3.2082,7.9067,3.4817,7.9067,3.4817,8.0195,3.2082,8.0195],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022discount\u0022,\u0022boundingBox\u0022:[3.533,7.9022,4.1018,7.9022,4.1018,8.018,3.533,8.018],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022on\u0022,\u0022boundingBox\u0022:[4.1512,7.9367,4.307,7.9367,4.307,8.018,4.1512,8.018],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022program\u0022,\u0022boundingBox\u0022:[4.3682,7.9367,4.9253,7.9367,4.9253,8.0461,4.3682,8.0461],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022guide\u0022,\u0022boundingBox\u0022:[4.981,7.9022,5.3419,7.9022,5.3419,8.0461,4.981,8.0461],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022advertisements\u0022,\u0022boundingBox\u0022:[3.2075,8.1056,4.2429,8.1056,4.2429,8.2213,3.2075,8.2213],\u0022words\u0022:[{\u0022text\u0022:\u0022advertisements\u0022,\u0022boundingBox\u0022:[3.2075,8.1056,4.2429,8.1056,4.2429,8.2213,3.2075,8.2213],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022Half Booth\u0022,\u0022boundingBox\u0022:[1.0923,8.3162,1.7854,8.3162,1.7854,8.433,1.0923,8.433],\u0022words\u0022:[{\u0022text\u0022:\u0022Half\u0022,\u0022boundingBox\u0022:[1.0923,8.3162,1.3522,8.3162,1.3522,8.433,1.0923,8.433],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Booth\u0022,\u0022boundingBox\u0022:[1.4022,8.3169,1.7854,8.3169,1.7854,8.433,1.4022,8.433],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,8.3623,3.018,8.3623,3.018,8.4229,2.9586,8.4229],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,8.3623,3.018,8.3623,3.018,8.4229,2.9586,8.4229],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022Full booth\u0022,\u0022boundingBox\u0022:[3.214,8.3252,3.8726,8.3252,3.8726,8.4413,3.214,8.4413],\u0022words\u0022:[{\u0022text\u0022:\u0022Full\u0022,\u0022boundingBox\u0022:[3.214,8.3252,3.4295,8.3252,3.4295,8.4413,3.214,8.4413],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022booth\u0022,\u0022boundingBox\u0022:[3.492,8.3252,3.8726,8.3252,3.8726,8.4413,3.492,8.4413],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022$350\u0022,\u0022boundingBox\u0022:[5.8328,8.3061,6.1586,8.3061,6.1586,8.4515,5.8328,8.4515],\u0022words\u0022:[{\u0022text\u0022:\u0022$350\u0022,\u0022boundingBox\u0022:[5.8328,8.3061,6.1586,8.3061,6.1586,8.4515,5.8328,8.4515],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,8.574,3.018,8.574,3.018,8.6345,2.9586,8.6345],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,8.574,3.018,8.574,3.018,8.6345,2.9586,8.6345],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u002225% discount on program guide\u0022,\u0022boundingBox\u0022:[3.2093,8.5372,5.3419,8.5372,5.3419,8.6811,3.2093,8.6811],\u0022words\u0022:[{\u0022text\u0022:\u002225%\u0022,\u0022boundingBox\u0022:[3.2093,8.5417,3.4817,8.5417,3.4817,8.6545,3.2093,8.6545],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022discount\u0022,\u0022boundingBox\u0022:[3.533,8.5372,4.1018,8.5372,4.1018,8.653,3.533,8.653],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022on\u0022,\u0022boundingBox\u0022:[4.1512,8.5717,4.307,8.5717,4.307,8.653,4.1512,8.653],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022program\u0022,\u0022boundingBox\u0022:[4.3682,8.5717,4.9253,8.5717,4.9253,8.6811,4.3682,8.6811],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022guide\u0022,\u0022boundingBox\u0022:[4.981,8.5372,5.3419,8.5372,5.3419,8.6811,4.981,8.6811],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022advertisements\u0022,\u0022boundingBox\u0022:[3.2075,8.7406,4.2429,8.7406,4.2429,8.8563,3.2075,8.8563],\u0022words\u0022:[{\u0022text\u0022:\u0022advertisements\u0022,\u0022boundingBox\u0022:[3.2075,8.7406,4.2429,8.7406,4.2429,8.8563,3.2075,8.8563],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}}]},{\u0022page\u0022:2,\u0022angle\u0022:0,\u0022width\u0022:8.5,\u0022height\u0022:11,\u0022unit\u0022:\u0022inch\u0022,\u0022lines\u0022:[{\u0022text\u0022:\u0022Vendor #:121\u0022,\u0022boundingBox\u0022:[6.1276,1.0667,7.4833,1.0667,7.4833,1.2403,6.1276,1.2403],\u0022words\u0022:[{\u0022text\u0022:\u0022Vendor\u0022,\u0022boundingBox\u0022:[6.1276,1.0667,6.8657,1.0667,6.8657,1.2403,6.1276,1.2403],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022#:121\u0022,\u0022boundingBox\u0022:[6.9307,1.0759,7.4833,1.0759,7.4833,1.2391,6.9307,1.2391],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022Vendor Details:\u0022,\u0022boundingBox\u0022:[1.0044,2.1771,2.35,2.1771,2.35,2.3315,1.0044,2.3315],\u0022words\u0022:[{\u0022text\u0022:\u0022Vendor\u0022,\u0022boundingBox\u0022:[1.0044,2.1778,1.6496,2.1778,1.6496,2.3315,1.0044,2.3315],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Details:\u0022,\u0022boundingBox\u0022:[1.7239,2.1771,2.35,2.1771,2.35,2.3315,1.7239,2.3315],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022Company Name: Southridge Video\u0022,\u0022boundingBox\u0022:[1.0065,2.7686,3.3477,2.7686,3.3477,2.9128,1.0065,2.9128],\u0022words\u0022:[{\u0022text\u0022:\u0022Company\u0022,\u0022boundingBox\u0022:[1.0065,2.7749,1.651,2.7749,1.651,2.9126,1.0065,2.9126],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Name:\u0022,\u0022boundingBox\u0022:[1.7019,2.7764,2.1376,2.7764,2.1376,2.885,1.7019,2.885],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Southridge\u0022,\u0022boundingBox\u0022:[2.1925,2.7686,2.9184,2.7686,2.9184,2.9128,2.1925,2.9128],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Video\u0022,\u0022boundingBox\u0022:[2.9691,2.7689,3.3477,2.7689,3.3477,2.8847,2.9691,2.8847],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022Contact: Jamie@southridgevideo.com\u0022,\u0022boundingBox\u0022:[1.0065,3.0986,3.5766,3.0986,3.5766,3.2428,1.0065,3.2428],\u0022words\u0022:[{\u0022text\u0022:\u0022Contact:\u0022,\u0022boundingBox\u0022:[1.0065,3.1049,1.5706,3.1049,1.5706,3.215,1.0065,3.215],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Jamie@southridgevideo.com\u0022,\u0022boundingBox\u0022:[1.6205,3.0986,3.5766,3.0986,3.5766,3.2428,1.6205,3.2428],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022Preferred Package: Gold\u0022,\u0022boundingBox\u0022:[1.0115,3.4296,2.6542,3.4296,2.6542,3.5744,1.0115,3.5744],\u0022words\u0022:[{\u0022text\u0022:\u0022Preferred\u0022,\u0022boundingBox\u0022:[1.0115,3.4296,1.6499,3.4296,1.6499,3.5467,1.0115,3.5467],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Package:\u0022,\u0022boundingBox\u0022:[1.7092,3.4302,2.2978,3.4302,2.2978,3.5744,1.7092,3.5744],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Gold\u0022,\u0022boundingBox\u0022:[2.3557,3.4302,2.6542,3.4302,2.6542,3.5463,2.3557,3.5463],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022Special Requests: N/a\u0022,\u0022boundingBox\u0022:[1.0052,3.7537,2.4783,3.7537,2.4783,3.9043,1.0052,3.9043],\u0022words\u0022:[{\u0022text\u0022:\u0022Special\u0022,\u0022boundingBox\u0022:[1.0052,3.7602,1.475,3.7602,1.475,3.9043,1.0052,3.9043],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Requests:\u0022,\u0022boundingBox\u0022:[1.5342,3.7684,2.1899,3.7684,2.1899,3.9043,1.5342,3.9043],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022N/a\u0022,\u0022boundingBox\u0022:[2.254,3.7537,2.4783,3.7537,2.4783,3.8976,2.254,3.8976],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}}]}],\u0022pageResults\u0022:[{\u0022page\u0022:1,\u0022tables\u0022:[{\u0022rows\u0022:13,\u0022columns\u0022:4,\u0022cells\u0022:[{\u0022rowIndex\u0022:0,\u0022columnIndex\u0022:0,\u0022text\u0022:\u0022Package\u0022,\u0022boundingBox\u0022:[0.9975,4.6436,2.6168,4.6436,2.6168,4.8578,0.9975,4.8578],\u0022elements\u0022:[\u0022#/readResults/0/lines/10/words/0\u0022]},{\u0022rowIndex\u0022:0,\u0022columnIndex\u0022:1,\u0022columnSpan\u0022:2,\u0022text\u0022:\u0022Included\u0022,\u0022boundingBox\u0022:[2.6168,4.6436,5.7422,4.6436,5.7422,4.8578,2.6168,4.8578],\u0022elements\u0022:[\u0022#/readResults/0/lines/11/words/0\u0022]},{\u0022rowIndex\u0022:0,\u0022columnIndex\u0022:3,\u0022text\u0022:\u0022Price\u0022,\u0022boundingBox\u0022:[5.7422,4.6436,7.4882,4.6436,7.4882,4.8513,5.7422,4.8578],\u0022elements\u0022:[\u0022#/readResults/0/lines/12/words/0\u0022]},{\u0022rowIndex\u0022:1,\u0022columnIndex\u0022:0,\u0022text\u0022:\u0022Gold Sponsor\u0022,\u0022boundingBox\u0022:[0.9975,4.8578,2.6168,4.8578,2.6168,5.0849,0.9975,5.0914],\u0022elements\u0022:[\u0022#/readResults/0/lines/13/words/0\u0022,\u0022#/readResults/0/lines/13/words/1\u0022]},{\u0022rowIndex\u0022:1,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.6168,4.8578,3.15,4.8578,3.15,5.0849,2.6168,5.0849],\u0022elements\u0022:[\u0022#/readResults/0/lines/14/words/0\u0022]},{\u0022rowIndex\u0022:1,\u0022columnIndex\u0022:2,\u0022text\u0022:\u0022Full booth\u0022,\u0022boundingBox\u0022:[3.15,4.8578,5.7422,4.8578,5.7422,5.0849,3.15,5.0849],\u0022elements\u0022:[\u0022#/readResults/0/lines/15/words/0\u0022,\u0022#/readResults/0/lines/15/words/1\u0022]},{\u0022rowIndex\u0022:1,\u0022columnIndex\u0022:3,\u0022text\u0022:\u0022$1,500\u0022,\u0022boundingBox\u0022:[5.7422,4.8578,7.4882,4.8513,7.4882,5.0849,5.7422,5.0849],\u0022elements\u0022:[\u0022#/readResults/0/lines/16/words/0\u0022]},{\u0022rowIndex\u0022:2,\u0022columnIndex\u0022:0,\u0022rowSpan\u0022:3,\u0022boundingBox\u0022:[0.9975,5.0914,2.6168,5.0849,2.6168,5.9222,0.9975,5.9222]},{\u0022rowIndex\u0022:2,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 \uF0B7\u0022,\u0022boundingBox\u0022:[2.6168,5.0849,3.15,5.0849,3.15,5.5198,2.6168,5.5198],\u0022elements\u0022:[\u0022#/readResults/0/lines/17/words/0\u0022,\u0022#/readResults/0/lines/19/words/0\u0022]},{\u0022rowIndex\u0022:2,\u0022columnIndex\u0022:2,\u0022text\u0022:\u0022Pre-keynote thank you Logo on poster\u0022,\u0022boundingBox\u0022:[3.15,5.0849,5.7422,5.0849,5.7489,5.5133,3.15,5.5198],\u0022elements\u0022:[\u0022#/readResults/0/lines/18/words/0\u0022,\u0022#/readResults/0/lines/18/words/1\u0022,\u0022#/readResults/0/lines/18/words/2\u0022,\u0022#/readResults/0/lines/20/words/0\u0022,\u0022#/readResults/0/lines/20/words/1\u0022,\u0022#/readResults/0/lines/20/words/2\u0022]},{\u0022rowIndex\u0022:2,\u0022columnIndex\u0022:3,\u0022boundingBox\u0022:[5.7422,5.0849,7.4882,5.0849,7.4882,5.5198,5.7489,5.5133]},{\u0022rowIndex\u0022:3,\u0022columnIndex\u0022:1,\u0022columnSpan\u0022:2,\u0022text\u0022:\u0022\uF0B7 Full page ad in program guide\u0022,\u0022boundingBox\u0022:[2.6168,5.5198,5.7489,5.5133,5.7489,5.7404,2.6168,5.7534],\u0022elements\u0022:[\u0022#/readResults/0/lines/21/words/0\u0022,\u0022#/readResults/0/lines/22/words/0\u0022,\u0022#/readResults/0/lines/22/words/1\u0022,\u0022#/readResults/0/lines/22/words/2\u0022,\u0022#/readResults/0/lines/22/words/3\u0022,\u0022#/readResults/0/lines/22/words/4\u0022,\u0022#/readResults/0/lines/22/words/5\u0022]},{\u0022rowIndex\u0022:3,\u0022columnIndex\u0022:3,\u0022boundingBox\u0022:[5.7489,5.5133,7.4882,5.5198,7.4882,5.7469,5.7489,5.7404]},{\u0022rowIndex\u0022:4,\u0022columnIndex\u0022:1,\u0022columnSpan\u0022:2,\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.6168,5.7534,5.7489,5.7404,5.7489,5.9222,2.6168,5.9222],\u0022elements\u0022:[\u0022#/readResults/0/lines/23/words/0\u0022]},{\u0022rowIndex\u0022:4,\u0022columnIndex\u0022:3,\u0022boundingBox\u0022:[5.7489,5.7404,7.4882,5.7469,7.4948,5.9222,5.7489,5.9222]},{\u0022rowIndex\u0022:5,\u0022columnIndex\u0022:0,\u0022rowSpan\u0022:2,\u0022text\u0022:\u0022Silver Sponsor\u0022,\u0022boundingBox\u0022:[0.9975,5.9222,2.6168,5.9222,2.6168,6.7853,0.9975,6.7788],\u0022elements\u0022:[\u0022#/readResults/0/lines/24/words/0\u0022,\u0022#/readResults/0/lines/24/words/1\u0022]},{\u0022rowIndex\u0022:5,\u0022columnIndex\u0022:1,\u0022rowSpan\u0022:2,\u0022text\u0022:\u0022\uF0B7 \uF0B7 \uF0B7 \uF0B7\u0022,\u0022boundingBox\u0022:[2.6168,5.9222,3.15,5.9222,3.15,6.7853,2.6168,6.7853],\u0022elements\u0022:[\u0022#/readResults/0/lines/25/words/0\u0022,\u0022#/readResults/0/lines/28/words/0\u0022,\u0022#/readResults/0/lines/30/words/0\u0022,\u0022#/readResults/0/lines/32/words/0\u0022]},{\u0022rowIndex\u0022:5,\u0022columnIndex\u0022:2,\u0022rowSpan\u0022:2,\u0022text\u0022:\u0022Full booth Post-keynote thank you Logo on poster Half page ad in program guide\u0022,\u0022boundingBox\u0022:[3.15,5.9222,5.7489,5.9222,5.7489,6.7853,3.15,6.7853],\u0022elements\u0022:[\u0022#/readResults/0/lines/26/words/0\u0022,\u0022#/readResults/0/lines/26/words/1\u0022,\u0022#/readResults/0/lines/29/words/0\u0022,\u0022#/readResults/0/lines/29/words/1\u0022,\u0022#/readResults/0/lines/29/words/2\u0022,\u0022#/readResults/0/lines/31/words/0\u0022,\u0022#/readResults/0/lines/31/words/1\u0022,\u0022#/readResults/0/lines/31/words/2\u0022,\u0022#/readResults/0/lines/33/words/0\u0022,\u0022#/readResults/0/lines/33/words/1\u0022,\u0022#/readResults/0/lines/33/words/2\u0022,\u0022#/readResults/0/lines/33/words/3\u0022,\u0022#/readResults/0/lines/33/words/4\u0022,\u0022#/readResults/0/lines/33/words/5\u0022]},{\u0022rowIndex\u0022:5,\u0022columnIndex\u0022:3,\u0022rowSpan\u0022:2,\u0022text\u0022:\u0022$1,200\u0022,\u0022boundingBox\u0022:[5.7489,5.9222,7.4948,5.9222,7.4948,6.7788,5.7489,6.7853],\u0022elements\u0022:[\u0022#/readResults/0/lines/27/words/0\u0022]},{\u0022rowIndex\u0022:7,\u0022columnIndex\u0022:0,\u0022rowSpan\u0022:2,\u0022text\u0022:\u0022Bronze Sponsor\u0022,\u0022boundingBox\u0022:[0.9975,6.7788,2.6168,6.7853,2.6168,7.6355,0.9975,7.629],\u0022elements\u0022:[\u0022#/readResults/0/lines/34/words/0\u0022,\u0022#/readResults/0/lines/34/words/1\u0022]},{\u0022rowIndex\u0022:7,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.6168,6.7853,3.15,6.7853,3.15,7.019,2.6168,7.019],\u0022elements\u0022:[\u0022#/readResults/0/lines/35/words/0\u0022]},{\u0022rowIndex\u0022:7,\u0022columnIndex\u0022:2,\u0022rowSpan\u0022:2,\u0022text\u0022:\u0022Full booth Logo on poster 50% discount on program guide advertisements\u0022,\u0022boundingBox\u0022:[3.15,6.7853,5.7489,6.7853,5.7489,7.6355,3.1433,7.6355],\u0022elements\u0022:[\u0022#/readResults/0/lines/36/words/0\u0022,\u0022#/readResults/0/lines/36/words/1\u0022,\u0022#/readResults/0/lines/39/words/0\u0022,\u0022#/readResults/0/lines/39/words/1\u0022,\u0022#/readResults/0/lines/39/words/2\u0022,\u0022#/readResults/0/lines/41/words/0\u0022,\u0022#/readResults/0/lines/41/words/1\u0022,\u0022#/readResults/0/lines/41/words/2\u0022,\u0022#/readResults/0/lines/41/words/3\u0022,\u0022#/readResults/0/lines/41/words/4\u0022,\u0022#/readResults/0/lines/42/words/0\u0022]},{\u0022rowIndex\u0022:7,\u0022columnIndex\u0022:3,\u0022rowSpan\u0022:2,\u0022text\u0022:\u0022$1,000\u0022,\u0022boundingBox\u0022:[5.7489,6.7853,7.4948,6.7788,7.4948,7.6355,5.7489,7.6355],\u0022elements\u0022:[\u0022#/readResults/0/lines/37/words/0\u0022]},{\u0022rowIndex\u0022:8,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 \uF0B7\u0022,\u0022boundingBox\u0022:[2.6168,7.019,3.15,7.019,3.1433,7.6355,2.6168,7.6355],\u0022elements\u0022:[\u0022#/readResults/0/lines/38/words/0\u0022,\u0022#/readResults/0/lines/40/words/0\u0022]},{\u0022rowIndex\u0022:9,\u0022columnIndex\u0022:0,\u0022rowSpan\u0022:2,\u0022text\u0022:\u0022Full Booth\u0022,\u0022boundingBox\u0022:[0.9975,7.629,2.6168,7.6355,2.6102,8.2651,0.9975,8.2651],\u0022elements\u0022:[\u0022#/readResults/0/lines/43/words/0\u0022,\u0022#/readResults/0/lines/43/words/1\u0022]},{\u0022rowIndex\u0022:9,\u0022columnIndex\u0022:1,\u0022rowSpan\u0022:2,\u0022columnSpan\u0022:2,\u0022text\u0022:\u0022\uF0B7 Full booth \uF0B7 50% discount on program guide advertisements\u0022,\u0022boundingBox\u0022:[2.6168,7.6355,5.7489,7.6355,5.7489,8.2651,2.6102,8.2651],\u0022elements\u0022:[\u0022#/readResults/0/lines/44/words/0\u0022,\u0022#/readResults/0/lines/45/words/0\u0022,\u0022#/readResults/0/lines/45/words/1\u0022,\u0022#/readResults/0/lines/47/words/0\u0022,\u0022#/readResults/0/lines/48/words/0\u0022,\u0022#/readResults/0/lines/48/words/1\u0022,\u0022#/readResults/0/lines/48/words/2\u0022,\u0022#/readResults/0/lines/48/words/3\u0022,\u0022#/readResults/0/lines/48/words/4\u0022,\u0022#/readResults/0/lines/49/words/0\u0022]},{\u0022rowIndex\u0022:9,\u0022columnIndex\u0022:3,\u0022rowSpan\u0022:2,\u0022text\u0022:\u0022$600\u0022,\u0022boundingBox\u0022:[5.7489,7.6355,7.4948,7.6355,7.4948,8.2651,5.7489,8.2651],\u0022elements\u0022:[\u0022#/readResults/0/lines/46/words/0\u0022]},{\u0022rowIndex\u0022:11,\u0022columnIndex\u0022:0,\u0022rowSpan\u0022:2,\u0022text\u0022:\u0022Half Booth\u0022,\u0022boundingBox\u0022:[0.9975,8.2651,2.6102,8.2651,2.6102,8.9011,0.9975,8.9011],\u0022elements\u0022:[\u0022#/readResults/0/lines/50/words/0\u0022,\u0022#/readResults/0/lines/50/words/1\u0022]},{\u0022rowIndex\u0022:11,\u0022columnIndex\u0022:1,\u0022rowSpan\u0022:2,\u0022columnSpan\u0022:2,\u0022text\u0022:\u0022\uF0B7 Full booth \uF0B7 25% discount on program guide advertisements\u0022,\u0022boundingBox\u0022:[2.6102,8.2651,5.7489,8.2651,5.7489,8.9011,2.6102,8.9011],\u0022elements\u0022:[\u0022#/readResults/0/lines/51/words/0\u0022,\u0022#/readResults/0/lines/52/words/0\u0022,\u0022#/readResults/0/lines/52/words/1\u0022,\u0022#/readResults/0/lines/54/words/0\u0022,\u0022#/readResults/0/lines/55/words/0\u0022,\u0022#/readResults/0/lines/55/words/1\u0022,\u0022#/readResults/0/lines/55/words/2\u0022,\u0022#/readResults/0/lines/55/words/3\u0022,\u0022#/readResults/0/lines/55/words/4\u0022,\u0022#/readResults/0/lines/56/words/0\u0022]},{\u0022rowIndex\u0022:11,\u0022columnIndex\u0022:3,\u0022rowSpan\u0022:2,\u0022text\u0022:\u0022$350\u0022,\u0022boundingBox\u0022:[5.7489,8.2651,7.4948,8.2651,7.4948,8.9011,5.7489,8.9011],\u0022elements\u0022:[\u0022#/readResults/0/lines/53/words/0\u0022]}],\u0022boundingBox\u0022:[0.994,4.6469,7.4953,4.6454,7.4964,8.9061,0.9936,8.9066]}]},{\u0022page\u0022:2}],\u0022documentResults\u0022:[{\u0022docType\u0022:\u0022prebuilt:invoice\u0022,\u0022pageRange\u0022:[1,2],\u0022fields\u0022:{\u0022VendorName\u0022:{\u0022type\u0022:\u0022string\u0022,\u0022valueString\u0022:\u0022Southridge Video\u0022,\u0022text\u0022:\u0022Southridge Video\u0022,\u0022boundingBox\u0022:[2.1925,2.7686,3.3477,2.7686,3.3477,2.9128,2.1925,2.9128],\u0022page\u0022:2,\u0022confidence\u0022:0.969,\u0022elements\u0022:[\u0022#/readResults/1/lines/2/words/2\u0022,\u0022#/readResults/1/lines/2/words/3\u0022]},\u0022RemittanceAddressRecipient\u0022:{\u0022type\u0022:\u0022string\u0022,\u0022valueString\u0022:\u0022Contoso Ltd.\u0022,\u0022text\u0022:\u0022Contoso Ltd.\u0022,\u0022boundingBox\u0022:[1.0078,3.5739,1.843,3.5739,1.843,3.6897,1.0078,3.6897],\u0022page\u0022:1,\u0022confidence\u0022:0.954,\u0022elements\u0022:[\u0022#/readResults/0/lines/6/words/0\u0022,\u0022#/readResults/0/lines/6/words/1\u0022]},\u0022RemittanceAddress\u0022:{\u0022type\u0022:\u0022string\u0022,\u0022valueString\u0022:\u00222345 Dogwood Lane Birch, Kansas 98123\u0022,\u0022text\u0022:\u00222345 Dogwood Lane Birch, Kansas 98123\u0022,\u0022boundingBox\u0022:[1.0093,3.7939,2.3768,3.7939,2.3768,4.1518,1.0093,4.1518],\u0022page\u0022:1,\u0022confidence\u0022:0.952,\u0022elements\u0022:[\u0022#/readResults/0/lines/7/words/0\u0022,\u0022#/readResults/0/lines/7/words/1\u0022,\u0022#/readResults/0/lines/7/words/2\u0022,\u0022#/readResults/0/lines/8/words/0\u0022,\u0022#/readResults/0/lines/8/words/1\u0022,\u0022#/readResults/0/lines/8/words/2\u0022]}}}]}}" + } + ], + "Variables": { + "FORM_RECOGNIZER_API_KEY": "Sanitized", + "FORM_RECOGNIZER_ENDPOINT": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/", + "RandomSeed": "834105274" + } +} \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeInvoicesCanParseMultipageForm(False)Async.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeInvoicesCanParseMultipageForm(False)Async.json new file mode 100644 index 0000000000000..331f3f9999af8 --- /dev/null +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeInvoicesCanParseMultipageForm(False)Async.json @@ -0,0 +1,276 @@ +{ + "Entries": [ + { + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/invoice/analyze?includeTextDetails=true", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Content-Length": "22", + "Content-Type": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "traceparent": "00-c7402b54092fca409bfefe54c8cb3de6-3cded93e585be24c-00", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201102.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "d00caf68d51f635e494eddfa7830b79a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "source": "Sanitized" + }, + "StatusCode": 202, + "ResponseHeaders": { + "apim-request-id": "cb99253a-e6a9-40e0-bf22-6a4888a3f60a", + "Content-Length": "0", + "Date": "Mon, 02 Nov 2020 22:26:59 GMT", + "Operation-Location": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/invoice/analyzeResults/cb99253a-e6a9-40e0-bf22-6a4888a3f60a", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "785" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/invoice/analyzeResults/cb99253a-e6a9-40e0-bf22-6a4888a3f60a", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201102.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "92f1d9c19d2e6a267a4307a1f5d3e6cc", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "3a13718e-7567-4b9b-bca9-f033e640b014", + "Content-Length": "109", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 02 Nov 2020 22:26:59 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "9" + }, + "ResponseBody": { + "status": "notStarted", + "createdDateTime": "2020-11-02T22:27:00Z", + "lastUpdatedDateTime": "2020-11-02T22:27:00Z" + } + }, + { + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/invoice/analyzeResults/cb99253a-e6a9-40e0-bf22-6a4888a3f60a", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201102.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "c60ef366f2cfb7c8179e3b0550667e8b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "efceee0d-1324-4a5e-a445-bee46c145bbb", + "Content-Length": "106", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 02 Nov 2020 22:27:00 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "10" + }, + "ResponseBody": { + "status": "running", + "createdDateTime": "2020-11-02T22:27:00Z", + "lastUpdatedDateTime": "2020-11-02T22:27:00Z" + } + }, + { + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/invoice/analyzeResults/cb99253a-e6a9-40e0-bf22-6a4888a3f60a", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201102.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "acab5dd965e1cab589a255dccebc6d75", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "515558db-4500-48e1-9171-492ec8e8a18f", + "Content-Length": "106", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 02 Nov 2020 22:27:01 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "9" + }, + "ResponseBody": { + "status": "running", + "createdDateTime": "2020-11-02T22:27:00Z", + "lastUpdatedDateTime": "2020-11-02T22:27:00Z" + } + }, + { + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/invoice/analyzeResults/cb99253a-e6a9-40e0-bf22-6a4888a3f60a", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201102.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "85931167f021cfca11397b9062201a13", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "255c090f-438e-48a2-9a71-dbc4dfcd3585", + "Content-Length": "106", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 02 Nov 2020 22:27:03 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "9" + }, + "ResponseBody": { + "status": "running", + "createdDateTime": "2020-11-02T22:27:00Z", + "lastUpdatedDateTime": "2020-11-02T22:27:00Z" + } + }, + { + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/invoice/analyzeResults/cb99253a-e6a9-40e0-bf22-6a4888a3f60a", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201102.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "98c87bc43a2701eb3e443c2d9cece95a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "d1496e40-529b-4666-9e67-4991212fa521", + "Content-Length": "106", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 02 Nov 2020 22:27:04 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "9" + }, + "ResponseBody": { + "status": "running", + "createdDateTime": "2020-11-02T22:27:00Z", + "lastUpdatedDateTime": "2020-11-02T22:27:00Z" + } + }, + { + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/invoice/analyzeResults/cb99253a-e6a9-40e0-bf22-6a4888a3f60a", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201102.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "3f9dc530f9d3e86a93dc9ba7e9256868", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "5302c5de-482c-42dc-8ca2-7a537ccb7d97", + "Content-Length": "106", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 02 Nov 2020 22:27:05 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "9" + }, + "ResponseBody": { + "status": "running", + "createdDateTime": "2020-11-02T22:27:00Z", + "lastUpdatedDateTime": "2020-11-02T22:27:00Z" + } + }, + { + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/invoice/analyzeResults/cb99253a-e6a9-40e0-bf22-6a4888a3f60a", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201102.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "53174287d4f32d4d259246ddb49d3225", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "83fad683-e0da-4101-94a0-48c4740f6d6b", + "Content-Length": "106", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 02 Nov 2020 22:27:07 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "1034" + }, + "ResponseBody": { + "status": "running", + "createdDateTime": "2020-11-02T22:27:00Z", + "lastUpdatedDateTime": "2020-11-02T22:27:00Z" + } + }, + { + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/invoice/analyzeResults/cb99253a-e6a9-40e0-bf22-6a4888a3f60a", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201102.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "9c5f2050da82cb4011df054b9e431719", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "e72ffadf-7e4c-4927-a6ff-90b3890d01d4", + "Content-Length": "37110", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 02 Nov 2020 22:27:08 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "22" + }, + "ResponseBody": "{\u0022status\u0022:\u0022succeeded\u0022,\u0022createdDateTime\u0022:\u00222020-11-02T22:27:00Z\u0022,\u0022lastUpdatedDateTime\u0022:\u00222020-11-02T22:27:07Z\u0022,\u0022analyzeResult\u0022:{\u0022version\u0022:\u00222.1.0\u0022,\u0022readResults\u0022:[{\u0022page\u0022:1,\u0022angle\u0022:0,\u0022width\u0022:8.5,\u0022height\u0022:11,\u0022unit\u0022:\u0022inch\u0022,\u0022lines\u0022:[{\u0022text\u0022:\u0022Vendor #:121\u0022,\u0022boundingBox\u0022:[6.1276,1.0667,7.4833,1.0667,7.4833,1.2403,6.1276,1.2403],\u0022words\u0022:[{\u0022text\u0022:\u0022Vendor\u0022,\u0022boundingBox\u0022:[6.1276,1.0667,6.8657,1.0667,6.8657,1.2403,6.1276,1.2403],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022#:121\u0022,\u0022boundingBox\u0022:[6.9307,1.0759,7.4833,1.0759,7.4833,1.2391,6.9307,1.2391],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022Vendor Registration\u0022,\u0022boundingBox\u0022:[2.2268,1.5733,6.2379,1.5733,6.2379,2.005,2.2268,2.005],\u0022words\u0022:[{\u0022text\u0022:\u0022Vendor\u0022,\u0022boundingBox\u0022:[2.2268,1.5733,3.703,1.5733,3.703,1.9207,2.2268,1.9207],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Registration\u0022,\u0022boundingBox\u0022:[3.8661,1.5883,6.2379,1.5883,6.2379,2.005,3.8661,2.005],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022Contoso Ltd. Conference will be held on May 28-29, 2020 at the Elm Conference Center in\u0022,\u0022boundingBox\u0022:[1.0078,2.5846,7.0776,2.5846,7.0776,2.7293,1.0078,2.7293],\u0022words\u0022:[{\u0022text\u0022:\u0022Contoso\u0022,\u0022boundingBox\u0022:[1.0078,2.5919,1.5548,2.5919,1.5548,2.7013,1.0078,2.7013],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Ltd.\u0022,\u0022boundingBox\u0022:[1.6125,2.5856,1.843,2.5856,1.843,2.7013,1.6125,2.7013],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Conference\u0022,\u0022boundingBox\u0022:[1.8996,2.5846,2.6636,2.5846,2.6636,2.7013,1.8996,2.7013],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022will\u0022,\u0022boundingBox\u0022:[2.7122,2.5852,2.9307,2.5852,2.9307,2.7003,2.7122,2.7003],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022be\u0022,\u0022boundingBox\u0022:[2.9922,2.5852,3.1419,2.5852,3.1419,2.7013,2.9922,2.7013],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022held\u0022,\u0022boundingBox\u0022:[3.1987,2.5852,3.4704,2.5852,3.4704,2.7013,3.1987,2.7013],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022on\u0022,\u0022boundingBox\u0022:[3.53,2.62,3.6846,2.62,3.6846,2.7013,3.53,2.7013],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022May\u0022,\u0022boundingBox\u0022:[3.7498,2.5934,4.0422,2.5934,4.0422,2.7293,3.7498,2.7293],\u0022confidence\u0022:1},{\u0022text\u0022:\u002228-29,\u0022,\u0022boundingBox\u0022:[4.0877,2.5914,4.5042,2.5914,4.5042,2.7236,4.0877,2.7236],\u0022confidence\u0022:1},{\u0022text\u0022:\u00222020\u0022,\u0022boundingBox\u0022:[4.5586,2.5914,4.884,2.5914,4.884,2.7017,4.5586,2.7017],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022at\u0022,\u0022boundingBox\u0022:[4.9351,2.6014,5.0577,2.6014,5.0577,2.7013,4.9351,2.7013],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022the\u0022,\u0022boundingBox\u0022:[5.1033,2.5852,5.3202,2.5852,5.3202,2.7013,5.1033,2.7013],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Elm\u0022,\u0022boundingBox\u0022:[5.3787,2.5852,5.6051,2.5852,5.6051,2.7003,5.3787,2.7003],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Conference\u0022,\u0022boundingBox\u0022:[5.6624,2.5846,6.4263,2.5846,6.4263,2.7013,5.6624,2.7013],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Center\u0022,\u0022boundingBox\u0022:[6.4796,2.5919,6.9234,2.5919,6.9234,2.7013,6.4796,2.7013],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022in\u0022,\u0022boundingBox\u0022:[6.9765,2.5905,7.0776,2.5905,7.0776,2.7003,6.9765,2.7003],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022Maple City, Massachusetts. The conference has sold out of its 1,500 tickets, with a 400 person\u0022,\u0022boundingBox\u0022:[1.014,2.8029,7.3457,2.8029,7.3457,2.9478,1.014,2.9478],\u0022words\u0022:[{\u0022text\u0022:\u0022Maple\u0022,\u0022boundingBox\u0022:[1.014,2.8036,1.4242,2.8036,1.4242,2.9478,1.014,2.9478],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022City,\u0022,\u0022boundingBox\u0022:[1.4763,2.8089,1.7576,2.8089,1.7576,2.9478,1.4763,2.9478],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Massachusetts.\u0022,\u0022boundingBox\u0022:[1.8195,2.8036,2.8383,2.8036,2.8383,2.9197,1.8195,2.9197],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022The\u0022,\u0022boundingBox\u0022:[2.8883,2.8036,3.1326,2.8036,3.1326,2.9197,2.8883,2.9197],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022conference\u0022,\u0022boundingBox\u0022:[3.1842,2.8029,3.9301,2.8029,3.9301,2.9197,3.1842,2.9197],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022has\u0022,\u0022boundingBox\u0022:[3.9871,2.8036,4.2019,2.8036,4.2019,2.9197,3.9871,2.9197],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022sold\u0022,\u0022boundingBox\u0022:[4.2529,2.8036,4.5104,2.8036,4.5104,2.9197,4.2529,2.9197],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022out\u0022,\u0022boundingBox\u0022:[4.5701,2.8197,4.7871,2.8197,4.7871,2.9197,4.5701,2.9197],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022of\u0022,\u0022boundingBox\u0022:[4.8373,2.8029,4.9701,2.8029,4.9701,2.9197,4.8373,2.9197],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022its\u0022,\u0022boundingBox\u0022:[5.0169,2.8089,5.1601,2.8089,5.1601,2.9197,5.0169,2.9197],\u0022confidence\u0022:1},{\u0022text\u0022:\u00221,500\u0022,\u0022boundingBox\u0022:[5.2167,2.81,5.5766,2.81,5.5766,2.9418,5.2167,2.9418],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022tickets,\u0022,\u0022boundingBox\u0022:[5.6227,2.8036,6.0928,2.8036,6.0928,2.9418,5.6227,2.9418],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022with\u0022,\u0022boundingBox\u0022:[6.1461,2.8036,6.4308,2.8036,6.4308,2.9195,6.1461,2.9195],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022a\u0022,\u0022boundingBox\u0022:[6.488,2.8383,6.548,2.8383,6.548,2.9197,6.488,2.9197],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022400\u0022,\u0022boundingBox\u0022:[6.6016,2.81,6.8449,2.81,6.8449,2.9197,6.6016,2.9197],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022person\u0022,\u0022boundingBox\u0022:[6.8998,2.8383,7.3457,2.8383,7.3457,2.9478,6.8998,2.9478],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022waitlist. Vendor applications are being accepted through Feb 28, 2020. Please fill in the form\u0022,\u0022boundingBox\u0022:[1.0043,3.0229,7.2482,3.0229,7.2482,3.1678,1.0043,3.1678],\u0022words\u0022:[{\u0022text\u0022:\u0022waitlist.\u0022,\u0022boundingBox\u0022:[1.0043,3.0236,1.5194,3.0236,1.5194,3.1397,1.0043,3.1397],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Vendor\u0022,\u0022boundingBox\u0022:[1.5733,3.0239,2.0654,3.0239,2.0654,3.1397,1.5733,3.1397],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022applications\u0022,\u0022boundingBox\u0022:[2.1132,3.0236,2.9143,3.0236,2.9143,3.1678,2.1132,3.1678],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022are\u0022,\u0022boundingBox\u0022:[2.9675,3.0583,3.1726,3.0583,3.1726,3.1397,2.9675,3.1397],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022being\u0022,\u0022boundingBox\u0022:[3.2306,3.0236,3.5889,3.0236,3.5889,3.1678,3.2306,3.1678],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022accepted\u0022,\u0022boundingBox\u0022:[3.6388,3.0239,4.2336,3.0239,4.2336,3.1678,3.6388,3.1678],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022through\u0022,\u0022boundingBox\u0022:[4.2862,3.0236,4.8127,3.0236,4.8127,3.1678,4.2862,3.1678],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Feb\u0022,\u0022boundingBox\u0022:[4.8815,3.0236,5.1133,3.0236,5.1133,3.14,4.8815,3.14],\u0022confidence\u0022:1},{\u0022text\u0022:\u002228,\u0022,\u0022boundingBox\u0022:[5.163,3.0297,5.361,3.0297,5.361,3.162,5.163,3.162],\u0022confidence\u0022:1},{\u0022text\u0022:\u00222020.\u0022,\u0022boundingBox\u0022:[5.413,3.0297,5.7774,3.0297,5.7774,3.14,5.413,3.14],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Please\u0022,\u0022boundingBox\u0022:[5.8406,3.0236,6.2537,3.0236,6.2537,3.1397,5.8406,3.1397],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022fill\u0022,\u0022boundingBox\u0022:[6.3022,3.0229,6.4539,3.0229,6.4539,3.1387,6.3022,3.1387],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022in\u0022,\u0022boundingBox\u0022:[6.5131,3.0289,6.6158,3.0289,6.6158,3.1387,6.5131,3.1387],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022the\u0022,\u0022boundingBox\u0022:[6.6673,3.0236,6.8842,3.0236,6.8842,3.1397,6.6673,3.1397],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022form\u0022,\u0022boundingBox\u0022:[6.9317,3.0229,7.2482,3.0229,7.2482,3.1397,6.9317,3.1397],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022below, and attach a check made out to:\u0022,\u0022boundingBox\u0022:[1.0125,3.2436,3.6599,3.2436,3.6599,3.3818,1.0125,3.3818],\u0022words\u0022:[{\u0022text\u0022:\u0022below,\u0022,\u0022boundingBox\u0022:[1.0125,3.2436,1.4459,3.2436,1.4459,3.3818,1.0125,3.3818],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022and\u0022,\u0022boundingBox\u0022:[1.5024,3.2439,1.7371,3.2439,1.7371,3.3597,1.5024,3.3597],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022attach\u0022,\u0022boundingBox\u0022:[1.7968,3.2436,2.2047,3.2436,2.2047,3.3597,1.7968,3.3597],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022a\u0022,\u0022boundingBox\u0022:[2.2619,3.2783,2.3219,3.2783,2.3219,3.3597,2.2619,3.3597],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022check\u0022,\u0022boundingBox\u0022:[2.379,3.2436,2.7529,3.2436,2.7529,3.3597,2.379,3.3597],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022made\u0022,\u0022boundingBox\u0022:[2.8076,3.2439,3.17,3.2439,3.17,3.3597,2.8076,3.3597],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022out\u0022,\u0022boundingBox\u0022:[3.2251,3.2597,3.4421,3.2597,3.4421,3.3597,3.2251,3.3597],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022to:\u0022,\u0022boundingBox\u0022:[3.4869,3.2597,3.6599,3.2597,3.6599,3.3597,3.4869,3.3597],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022Contoso Ltd.\u0022,\u0022boundingBox\u0022:[1.0078,3.5739,1.843,3.5739,1.843,3.6897,1.0078,3.6897],\u0022words\u0022:[{\u0022text\u0022:\u0022Contoso\u0022,\u0022boundingBox\u0022:[1.0078,3.5802,1.5548,3.5802,1.5548,3.6897,1.0078,3.6897],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Ltd.\u0022,\u0022boundingBox\u0022:[1.6125,3.5739,1.843,3.5739,1.843,3.6897,1.6125,3.6897],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u00222345 Dogwood Lane\u0022,\u0022boundingBox\u0022:[1.0093,3.7939,2.3768,3.7939,2.3768,3.9378,1.0093,3.9378],\u0022words\u0022:[{\u0022text\u0022:\u00222345\u0022,\u0022boundingBox\u0022:[1.0093,3.8,1.3297,3.8,1.3297,3.9097,1.0093,3.9097],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Dogwood\u0022,\u0022boundingBox\u0022:[1.3899,3.7939,2.0149,3.7939,2.0149,3.9378,1.3899,3.9378],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Lane\u0022,\u0022boundingBox\u0022:[2.0788,3.8012,2.3768,3.8012,2.3768,3.9097,2.0788,3.9097],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022Birch, Kansas 98123\u0022,\u0022boundingBox\u0022:[1.014,4.0136,2.3377,4.0136,2.3377,4.1518,1.014,4.1518],\u0022words\u0022:[{\u0022text\u0022:\u0022Birch,\u0022,\u0022boundingBox\u0022:[1.014,4.0136,1.3745,4.0136,1.3745,4.1518,1.014,4.1518],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Kansas\u0022,\u0022boundingBox\u0022:[1.4375,4.0212,1.8819,4.0212,1.8819,4.1297,1.4375,4.1297],\u0022confidence\u0022:1},{\u0022text\u0022:\u002298123\u0022,\u0022boundingBox\u0022:[1.9318,4.02,2.3377,4.02,2.3377,4.1297,1.9318,4.1297],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022Rates:\u0022,\u0022boundingBox\u0022:[1.0204,4.4248,1.5303,4.4248,1.5303,4.5682,1.0204,4.5682],\u0022words\u0022:[{\u0022text\u0022:\u0022Rates:\u0022,\u0022boundingBox\u0022:[1.0204,4.4248,1.5303,4.4248,1.5303,4.5682,1.0204,4.5682],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022Package\u0022,\u0022boundingBox\u0022:[1.0923,4.6986,1.6232,4.6986,1.6232,4.8428,1.0923,4.8428],\u0022words\u0022:[{\u0022text\u0022:\u0022Package\u0022,\u0022boundingBox\u0022:[1.0923,4.6986,1.6232,4.6986,1.6232,4.8428,1.0923,4.8428],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022Included\u0022,\u0022boundingBox\u0022:[2.713,4.6986,3.2707,4.6986,3.2707,4.8147,2.713,4.8147],\u0022words\u0022:[{\u0022text\u0022:\u0022Included\u0022,\u0022boundingBox\u0022:[2.713,4.6986,3.2707,4.6986,3.2707,4.8147,2.713,4.8147],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022Price\u0022,\u0022boundingBox\u0022:[5.838,4.7039,6.1513,4.7039,6.1513,4.8147,5.838,4.8147],\u0022words\u0022:[{\u0022text\u0022:\u0022Price\u0022,\u0022boundingBox\u0022:[5.838,4.7039,6.1513,4.7039,6.1513,4.8147,5.838,4.8147],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022Gold Sponsor\u0022,\u0022boundingBox\u0022:[1.0857,4.9086,1.9831,4.9086,1.9831,5.0528,1.0857,5.0528],\u0022words\u0022:[{\u0022text\u0022:\u0022Gold\u0022,\u0022boundingBox\u0022:[1.0857,4.9086,1.3842,4.9086,1.3842,5.0247,1.0857,5.0247],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Sponsor\u0022,\u0022boundingBox\u0022:[1.4423,4.915,1.9831,4.915,1.9831,5.0528,1.4423,5.0528],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,4.954,3.018,4.954,3.018,5.0145,2.9586,5.0145],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,4.954,3.018,4.954,3.018,5.0145,2.9586,5.0145],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022Full booth\u0022,\u0022boundingBox\u0022:[3.214,4.9169,3.8726,4.9169,3.8726,5.033,3.214,5.033],\u0022words\u0022:[{\u0022text\u0022:\u0022Full\u0022,\u0022boundingBox\u0022:[3.214,4.9169,3.4295,4.9169,3.4295,5.033,3.214,5.033],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022booth\u0022,\u0022boundingBox\u0022:[3.492,4.9169,3.8726,4.9169,3.8726,5.033,3.492,5.033],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022$1,500\u0022,\u0022boundingBox\u0022:[5.8328,4.8977,6.2829,4.8977,6.2829,5.0468,5.8328,5.0468],\u0022words\u0022:[{\u0022text\u0022:\u0022$1,500\u0022,\u0022boundingBox\u0022:[5.8328,4.8977,6.2829,4.8977,6.2829,5.0468,5.8328,5.0468],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,5.1673,3.018,5.1673,3.018,5.2279,2.9586,5.2279],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,5.1673,3.018,5.1673,3.018,5.2279,2.9586,5.2279],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022Pre-keynote thank you\u0022,\u0022boundingBox\u0022:[3.214,5.1302,4.7267,5.1302,4.7267,5.2744,3.214,5.2744],\u0022words\u0022:[{\u0022text\u0022:\u0022Pre-keynote\u0022,\u0022boundingBox\u0022:[3.214,5.1302,4.0183,5.1302,4.0183,5.2744,3.214,5.2744],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022thank\u0022,\u0022boundingBox\u0022:[4.0665,5.1302,4.4475,5.1302,4.4475,5.2463,4.0665,5.2463],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022you\u0022,\u0022boundingBox\u0022:[4.4903,5.165,4.7267,5.165,4.7267,5.2744,4.4903,5.2744],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,5.379,3.018,5.379,3.018,5.4395,2.9586,5.4395],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,5.379,3.018,5.379,3.018,5.4395,2.9586,5.4395],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022Logo on poster\u0022,\u0022boundingBox\u0022:[3.214,5.3495,4.2093,5.3495,4.2093,5.4861,3.214,5.4861],\u0022words\u0022:[{\u0022text\u0022:\u0022Logo\u0022,\u0022boundingBox\u0022:[3.214,5.3495,3.5163,5.3495,3.5163,5.4861,3.214,5.4861],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022on\u0022,\u0022boundingBox\u0022:[3.5686,5.3767,3.7244,5.3767,3.7244,5.458,3.5686,5.458],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022poster\u0022,\u0022boundingBox\u0022:[3.7888,5.358,4.2093,5.358,4.2093,5.4861,3.7888,5.4861],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,5.5923,3.018,5.5923,3.018,5.6529,2.9586,5.6529],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,5.5923,3.018,5.5923,3.018,5.6529,2.9586,5.6529],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022Full page ad in program guide\u0022,\u0022boundingBox\u0022:[3.214,5.5552,5.201,5.5552,5.201,5.6994,3.214,5.6994],\u0022words\u0022:[{\u0022text\u0022:\u0022Full\u0022,\u0022boundingBox\u0022:[3.214,5.5552,3.4295,5.5552,3.4295,5.6713,3.214,5.6713],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022page\u0022,\u0022boundingBox\u0022:[3.492,5.59,3.7989,5.59,3.7989,5.6994,3.492,5.6994],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022ad\u0022,\u0022boundingBox\u0022:[3.8519,5.5556,3.9991,5.5556,3.9991,5.6713,3.8519,5.6713],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022in\u0022,\u0022boundingBox\u0022:[4.0599,5.5605,4.1626,5.5605,4.1626,5.6703,4.0599,5.6703],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022program\u0022,\u0022boundingBox\u0022:[4.2248,5.59,4.7839,5.59,4.7839,5.6994,4.2248,5.6994],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022guide\u0022,\u0022boundingBox\u0022:[4.8367,5.5556,5.201,5.5556,5.201,5.6994,4.8367,5.6994],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,5.804,3.018,5.804,3.018,5.8645,2.9586,5.8645],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,5.804,3.018,5.804,3.018,5.8645,2.9586,5.8645],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022Silver Sponsor\u0022,\u0022boundingBox\u0022:[1.0842,5.9786,2.0339,5.9786,2.0339,6.1228,1.0842,6.1228],\u0022words\u0022:[{\u0022text\u0022:\u0022Silver\u0022,\u0022boundingBox\u0022:[1.0842,5.9786,1.4443,5.9786,1.4443,6.0947,1.0842,6.0947],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Sponsor\u0022,\u0022boundingBox\u0022:[1.4904,5.985,2.0339,5.985,2.0339,6.1228,1.4904,6.1228],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,6.024,3.018,6.024,3.018,6.0845,2.9586,6.0845],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,6.024,3.018,6.024,3.018,6.0845,2.9586,6.0845],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022Full booth\u0022,\u0022boundingBox\u0022:[3.214,5.9869,3.8726,5.9869,3.8726,6.103,3.214,6.103],\u0022words\u0022:[{\u0022text\u0022:\u0022Full\u0022,\u0022boundingBox\u0022:[3.214,5.9869,3.4295,5.9869,3.4295,6.103,3.214,6.103],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022booth\u0022,\u0022boundingBox\u0022:[3.492,5.9869,3.8726,5.9869,3.8726,6.103,3.492,6.103],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022$1,200\u0022,\u0022boundingBox\u0022:[5.8328,5.9677,6.2829,5.9677,6.2829,6.1168,5.8328,6.1168],\u0022words\u0022:[{\u0022text\u0022:\u0022$1,200\u0022,\u0022boundingBox\u0022:[5.8328,5.9677,6.2829,5.9677,6.2829,6.1168,5.8328,6.1168],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,6.2356,3.018,6.2356,3.018,6.2962,2.9586,6.2962],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,6.2356,3.018,6.2356,3.018,6.2962,2.9586,6.2962],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022Post-keynote thank you\u0022,\u0022boundingBox\u0022:[3.214,6.1986,4.7938,6.1986,4.7938,6.3428,3.214,6.3428],\u0022words\u0022:[{\u0022text\u0022:\u0022Post-keynote\u0022,\u0022boundingBox\u0022:[3.214,6.1986,4.0878,6.1986,4.0878,6.3428,3.214,6.3428],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022thank\u0022,\u0022boundingBox\u0022:[4.1348,6.1986,4.5158,6.1986,4.5158,6.3147,4.1348,6.3147],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022you\u0022,\u0022boundingBox\u0022:[4.5586,6.2333,4.7938,6.2333,4.7938,6.3428,4.5586,6.3428],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,6.4473,3.018,6.4473,3.018,6.5079,2.9586,6.5079],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,6.4473,3.018,6.4473,3.018,6.5079,2.9586,6.5079],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022Logo on poster\u0022,\u0022boundingBox\u0022:[3.214,6.4179,4.2093,6.4179,4.2093,6.5544,3.214,6.5544],\u0022words\u0022:[{\u0022text\u0022:\u0022Logo\u0022,\u0022boundingBox\u0022:[3.214,6.4179,3.5163,6.4179,3.5163,6.5544,3.214,6.5544],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022on\u0022,\u0022boundingBox\u0022:[3.5686,6.445,3.7244,6.445,3.7244,6.5263,3.5686,6.5263],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022poster\u0022,\u0022boundingBox\u0022:[3.7888,6.4264,4.2093,6.4264,4.2093,6.5544,3.7888,6.5544],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,6.6606,3.018,6.6606,3.018,6.7212,2.9586,6.7212],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,6.6606,3.018,6.6606,3.018,6.7212,2.9586,6.7212],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022Half page ad in program guide\u0022,\u0022boundingBox\u0022:[3.214,6.6229,5.2314,6.6229,5.2314,6.7678,3.214,6.7678],\u0022words\u0022:[{\u0022text\u0022:\u0022Half\u0022,\u0022boundingBox\u0022:[3.214,6.6229,3.4739,6.6229,3.4739,6.7397,3.214,6.7397],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022page\u0022,\u0022boundingBox\u0022:[3.5224,6.6583,3.8326,6.6583,3.8326,6.7678,3.5224,6.7678],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022ad\u0022,\u0022boundingBox\u0022:[3.8843,6.6239,4.0315,6.6239,4.0315,6.7397,3.8843,6.7397],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022in\u0022,\u0022boundingBox\u0022:[4.0923,6.6289,4.195,6.6289,4.195,6.7387,4.0923,6.7387],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022program\u0022,\u0022boundingBox\u0022:[4.2563,6.6583,4.8148,6.6583,4.8148,6.7678,4.2563,6.7678],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022guide\u0022,\u0022boundingBox\u0022:[4.8695,6.6239,5.2314,6.6239,5.2314,6.7678,4.8695,6.7678],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022Bronze Sponsor\u0022,\u0022boundingBox\u0022:[1.0923,6.84,2.1362,6.84,2.1362,6.9778,1.0923,6.9778],\u0022words\u0022:[{\u0022text\u0022:\u0022Bronze\u0022,\u0022boundingBox\u0022:[1.0923,6.8417,1.545,6.8417,1.545,6.9497,1.0923,6.9497],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Sponsor\u0022,\u0022boundingBox\u0022:[1.5951,6.84,2.1362,6.84,2.1362,6.9778,1.5951,6.9778],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,6.879,3.018,6.879,3.018,6.9395,2.9586,6.9395],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,6.879,3.018,6.879,3.018,6.9395,2.9586,6.9395],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022Full booth\u0022,\u0022boundingBox\u0022:[3.214,6.8419,3.8726,6.8419,3.8726,6.958,3.214,6.958],\u0022words\u0022:[{\u0022text\u0022:\u0022Full\u0022,\u0022boundingBox\u0022:[3.214,6.8419,3.4295,6.8419,3.4295,6.958,3.214,6.958],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022booth\u0022,\u0022boundingBox\u0022:[3.492,6.8419,3.8726,6.8419,3.8726,6.958,3.492,6.958],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022$1,000\u0022,\u0022boundingBox\u0022:[5.8328,6.8227,6.2829,6.8227,6.2829,6.9718,5.8328,6.9718],\u0022words\u0022:[{\u0022text\u0022:\u0022$1,000\u0022,\u0022boundingBox\u0022:[5.8328,6.8227,6.2829,6.8227,6.2829,6.9718,5.8328,6.9718],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,7.0923,3.018,7.0923,3.018,7.1529,2.9586,7.1529],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,7.0923,3.018,7.0923,3.018,7.1529,2.9586,7.1529],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022Logo on poster\u0022,\u0022boundingBox\u0022:[3.214,7.0629,4.2093,7.0629,4.2093,7.1994,3.214,7.1994],\u0022words\u0022:[{\u0022text\u0022:\u0022Logo\u0022,\u0022boundingBox\u0022:[3.214,7.0629,3.5163,7.0629,3.5163,7.1994,3.214,7.1994],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022on\u0022,\u0022boundingBox\u0022:[3.5686,7.09,3.7244,7.09,3.7244,7.1713,3.5686,7.1713],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022poster\u0022,\u0022boundingBox\u0022:[3.7888,7.0714,4.2093,7.0714,4.2093,7.1994,3.7888,7.1994],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,7.304,3.018,7.304,3.018,7.3645,2.9586,7.3645],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,7.304,3.018,7.304,3.018,7.3645,2.9586,7.3645],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u002250% discount on program guide\u0022,\u0022boundingBox\u0022:[3.2082,7.2672,5.3419,7.2672,5.3419,7.4111,3.2082,7.4111],\u0022words\u0022:[{\u0022text\u0022:\u002250%\u0022,\u0022boundingBox\u0022:[3.2082,7.2717,3.4817,7.2717,3.4817,7.3845,3.2082,7.3845],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022discount\u0022,\u0022boundingBox\u0022:[3.533,7.2672,4.1018,7.2672,4.1018,7.383,3.533,7.383],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022on\u0022,\u0022boundingBox\u0022:[4.1512,7.3017,4.307,7.3017,4.307,7.383,4.1512,7.383],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022program\u0022,\u0022boundingBox\u0022:[4.3682,7.3017,4.9253,7.3017,4.9253,7.4111,4.3682,7.4111],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022guide\u0022,\u0022boundingBox\u0022:[4.981,7.2672,5.3419,7.2672,5.3419,7.4111,4.981,7.4111],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022advertisements\u0022,\u0022boundingBox\u0022:[3.2075,7.4706,4.2429,7.4706,4.2429,7.5863,3.2075,7.5863],\u0022words\u0022:[{\u0022text\u0022:\u0022advertisements\u0022,\u0022boundingBox\u0022:[3.2075,7.4706,4.2429,7.4706,4.2429,7.5863,3.2075,7.5863],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022Full Booth\u0022,\u0022boundingBox\u0022:[1.0923,7.6819,1.7537,7.6819,1.7537,7.798,1.0923,7.798],\u0022words\u0022:[{\u0022text\u0022:\u0022Full\u0022,\u0022boundingBox\u0022:[1.0923,7.6819,1.3079,7.6819,1.3079,7.798,1.0923,7.798],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Booth\u0022,\u0022boundingBox\u0022:[1.3718,7.6819,1.7537,7.6819,1.7537,7.798,1.3718,7.798],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,7.7273,3.018,7.7273,3.018,7.7879,2.9586,7.7879],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,7.7273,3.018,7.7273,3.018,7.7879,2.9586,7.7879],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022Full booth\u0022,\u0022boundingBox\u0022:[3.214,7.6902,3.8726,7.6902,3.8726,7.8063,3.214,7.8063],\u0022words\u0022:[{\u0022text\u0022:\u0022Full\u0022,\u0022boundingBox\u0022:[3.214,7.6902,3.4295,7.6902,3.4295,7.8063,3.214,7.8063],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022booth\u0022,\u0022boundingBox\u0022:[3.492,7.6902,3.8726,7.6902,3.8726,7.8063,3.492,7.8063],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022$600\u0022,\u0022boundingBox\u0022:[5.8328,7.6711,6.1586,7.6711,6.1586,7.8165,5.8328,7.8165],\u0022words\u0022:[{\u0022text\u0022:\u0022$600\u0022,\u0022boundingBox\u0022:[5.8328,7.6711,6.1586,7.6711,6.1586,7.8165,5.8328,7.8165],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,7.939,3.018,7.939,3.018,7.9995,2.9586,7.9995],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,7.939,3.018,7.939,3.018,7.9995,2.9586,7.9995],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u002250% discount on program guide\u0022,\u0022boundingBox\u0022:[3.2082,7.9022,5.3419,7.9022,5.3419,8.0461,3.2082,8.0461],\u0022words\u0022:[{\u0022text\u0022:\u002250%\u0022,\u0022boundingBox\u0022:[3.2082,7.9067,3.4817,7.9067,3.4817,8.0195,3.2082,8.0195],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022discount\u0022,\u0022boundingBox\u0022:[3.533,7.9022,4.1018,7.9022,4.1018,8.018,3.533,8.018],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022on\u0022,\u0022boundingBox\u0022:[4.1512,7.9367,4.307,7.9367,4.307,8.018,4.1512,8.018],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022program\u0022,\u0022boundingBox\u0022:[4.3682,7.9367,4.9253,7.9367,4.9253,8.0461,4.3682,8.0461],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022guide\u0022,\u0022boundingBox\u0022:[4.981,7.9022,5.3419,7.9022,5.3419,8.0461,4.981,8.0461],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022advertisements\u0022,\u0022boundingBox\u0022:[3.2075,8.1056,4.2429,8.1056,4.2429,8.2213,3.2075,8.2213],\u0022words\u0022:[{\u0022text\u0022:\u0022advertisements\u0022,\u0022boundingBox\u0022:[3.2075,8.1056,4.2429,8.1056,4.2429,8.2213,3.2075,8.2213],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022Half Booth\u0022,\u0022boundingBox\u0022:[1.0923,8.3162,1.7854,8.3162,1.7854,8.433,1.0923,8.433],\u0022words\u0022:[{\u0022text\u0022:\u0022Half\u0022,\u0022boundingBox\u0022:[1.0923,8.3162,1.3522,8.3162,1.3522,8.433,1.0923,8.433],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Booth\u0022,\u0022boundingBox\u0022:[1.4022,8.3169,1.7854,8.3169,1.7854,8.433,1.4022,8.433],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,8.3623,3.018,8.3623,3.018,8.4229,2.9586,8.4229],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,8.3623,3.018,8.3623,3.018,8.4229,2.9586,8.4229],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022Full booth\u0022,\u0022boundingBox\u0022:[3.214,8.3252,3.8726,8.3252,3.8726,8.4413,3.214,8.4413],\u0022words\u0022:[{\u0022text\u0022:\u0022Full\u0022,\u0022boundingBox\u0022:[3.214,8.3252,3.4295,8.3252,3.4295,8.4413,3.214,8.4413],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022booth\u0022,\u0022boundingBox\u0022:[3.492,8.3252,3.8726,8.3252,3.8726,8.4413,3.492,8.4413],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022$350\u0022,\u0022boundingBox\u0022:[5.8328,8.3061,6.1586,8.3061,6.1586,8.4515,5.8328,8.4515],\u0022words\u0022:[{\u0022text\u0022:\u0022$350\u0022,\u0022boundingBox\u0022:[5.8328,8.3061,6.1586,8.3061,6.1586,8.4515,5.8328,8.4515],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,8.574,3.018,8.574,3.018,8.6345,2.9586,8.6345],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,8.574,3.018,8.574,3.018,8.6345,2.9586,8.6345],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u002225% discount on program guide\u0022,\u0022boundingBox\u0022:[3.2093,8.5372,5.3419,8.5372,5.3419,8.6811,3.2093,8.6811],\u0022words\u0022:[{\u0022text\u0022:\u002225%\u0022,\u0022boundingBox\u0022:[3.2093,8.5417,3.4817,8.5417,3.4817,8.6545,3.2093,8.6545],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022discount\u0022,\u0022boundingBox\u0022:[3.533,8.5372,4.1018,8.5372,4.1018,8.653,3.533,8.653],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022on\u0022,\u0022boundingBox\u0022:[4.1512,8.5717,4.307,8.5717,4.307,8.653,4.1512,8.653],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022program\u0022,\u0022boundingBox\u0022:[4.3682,8.5717,4.9253,8.5717,4.9253,8.6811,4.3682,8.6811],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022guide\u0022,\u0022boundingBox\u0022:[4.981,8.5372,5.3419,8.5372,5.3419,8.6811,4.981,8.6811],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022advertisements\u0022,\u0022boundingBox\u0022:[3.2075,8.7406,4.2429,8.7406,4.2429,8.8563,3.2075,8.8563],\u0022words\u0022:[{\u0022text\u0022:\u0022advertisements\u0022,\u0022boundingBox\u0022:[3.2075,8.7406,4.2429,8.7406,4.2429,8.8563,3.2075,8.8563],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}}]},{\u0022page\u0022:2,\u0022angle\u0022:0,\u0022width\u0022:8.5,\u0022height\u0022:11,\u0022unit\u0022:\u0022inch\u0022,\u0022lines\u0022:[{\u0022text\u0022:\u0022Vendor #:121\u0022,\u0022boundingBox\u0022:[6.1276,1.0667,7.4833,1.0667,7.4833,1.2403,6.1276,1.2403],\u0022words\u0022:[{\u0022text\u0022:\u0022Vendor\u0022,\u0022boundingBox\u0022:[6.1276,1.0667,6.8657,1.0667,6.8657,1.2403,6.1276,1.2403],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022#:121\u0022,\u0022boundingBox\u0022:[6.9307,1.0759,7.4833,1.0759,7.4833,1.2391,6.9307,1.2391],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022Vendor Details:\u0022,\u0022boundingBox\u0022:[1.0044,2.1771,2.35,2.1771,2.35,2.3315,1.0044,2.3315],\u0022words\u0022:[{\u0022text\u0022:\u0022Vendor\u0022,\u0022boundingBox\u0022:[1.0044,2.1778,1.6496,2.1778,1.6496,2.3315,1.0044,2.3315],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Details:\u0022,\u0022boundingBox\u0022:[1.7239,2.1771,2.35,2.1771,2.35,2.3315,1.7239,2.3315],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022Company Name: Southridge Video\u0022,\u0022boundingBox\u0022:[1.0065,2.7686,3.3477,2.7686,3.3477,2.9128,1.0065,2.9128],\u0022words\u0022:[{\u0022text\u0022:\u0022Company\u0022,\u0022boundingBox\u0022:[1.0065,2.7749,1.651,2.7749,1.651,2.9126,1.0065,2.9126],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Name:\u0022,\u0022boundingBox\u0022:[1.7019,2.7764,2.1376,2.7764,2.1376,2.885,1.7019,2.885],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Southridge\u0022,\u0022boundingBox\u0022:[2.1925,2.7686,2.9184,2.7686,2.9184,2.9128,2.1925,2.9128],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Video\u0022,\u0022boundingBox\u0022:[2.9691,2.7689,3.3477,2.7689,3.3477,2.8847,2.9691,2.8847],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022Contact: Jamie@southridgevideo.com\u0022,\u0022boundingBox\u0022:[1.0065,3.0986,3.5766,3.0986,3.5766,3.2428,1.0065,3.2428],\u0022words\u0022:[{\u0022text\u0022:\u0022Contact:\u0022,\u0022boundingBox\u0022:[1.0065,3.1049,1.5706,3.1049,1.5706,3.215,1.0065,3.215],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Jamie@southridgevideo.com\u0022,\u0022boundingBox\u0022:[1.6205,3.0986,3.5766,3.0986,3.5766,3.2428,1.6205,3.2428],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022Preferred Package: Gold\u0022,\u0022boundingBox\u0022:[1.0115,3.4296,2.6542,3.4296,2.6542,3.5744,1.0115,3.5744],\u0022words\u0022:[{\u0022text\u0022:\u0022Preferred\u0022,\u0022boundingBox\u0022:[1.0115,3.4296,1.6499,3.4296,1.6499,3.5467,1.0115,3.5467],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Package:\u0022,\u0022boundingBox\u0022:[1.7092,3.4302,2.2978,3.4302,2.2978,3.5744,1.7092,3.5744],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Gold\u0022,\u0022boundingBox\u0022:[2.3557,3.4302,2.6542,3.4302,2.6542,3.5463,2.3557,3.5463],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022Special Requests: N/a\u0022,\u0022boundingBox\u0022:[1.0052,3.7537,2.4783,3.7537,2.4783,3.9043,1.0052,3.9043],\u0022words\u0022:[{\u0022text\u0022:\u0022Special\u0022,\u0022boundingBox\u0022:[1.0052,3.7602,1.475,3.7602,1.475,3.9043,1.0052,3.9043],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Requests:\u0022,\u0022boundingBox\u0022:[1.5342,3.7684,2.1899,3.7684,2.1899,3.9043,1.5342,3.9043],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022N/a\u0022,\u0022boundingBox\u0022:[2.254,3.7537,2.4783,3.7537,2.4783,3.8976,2.254,3.8976],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}}]}],\u0022pageResults\u0022:[{\u0022page\u0022:1,\u0022tables\u0022:[{\u0022rows\u0022:13,\u0022columns\u0022:4,\u0022cells\u0022:[{\u0022rowIndex\u0022:0,\u0022columnIndex\u0022:0,\u0022text\u0022:\u0022Package\u0022,\u0022boundingBox\u0022:[0.9975,4.6436,2.6168,4.6436,2.6168,4.8578,0.9975,4.8578],\u0022elements\u0022:[\u0022#/readResults/0/lines/10/words/0\u0022]},{\u0022rowIndex\u0022:0,\u0022columnIndex\u0022:1,\u0022columnSpan\u0022:2,\u0022text\u0022:\u0022Included\u0022,\u0022boundingBox\u0022:[2.6168,4.6436,5.7422,4.6436,5.7422,4.8578,2.6168,4.8578],\u0022elements\u0022:[\u0022#/readResults/0/lines/11/words/0\u0022]},{\u0022rowIndex\u0022:0,\u0022columnIndex\u0022:3,\u0022text\u0022:\u0022Price\u0022,\u0022boundingBox\u0022:[5.7422,4.6436,7.4882,4.6436,7.4882,4.8513,5.7422,4.8578],\u0022elements\u0022:[\u0022#/readResults/0/lines/12/words/0\u0022]},{\u0022rowIndex\u0022:1,\u0022columnIndex\u0022:0,\u0022text\u0022:\u0022Gold Sponsor\u0022,\u0022boundingBox\u0022:[0.9975,4.8578,2.6168,4.8578,2.6168,5.0849,0.9975,5.0914],\u0022elements\u0022:[\u0022#/readResults/0/lines/13/words/0\u0022,\u0022#/readResults/0/lines/13/words/1\u0022]},{\u0022rowIndex\u0022:1,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.6168,4.8578,3.15,4.8578,3.15,5.0849,2.6168,5.0849],\u0022elements\u0022:[\u0022#/readResults/0/lines/14/words/0\u0022]},{\u0022rowIndex\u0022:1,\u0022columnIndex\u0022:2,\u0022text\u0022:\u0022Full booth\u0022,\u0022boundingBox\u0022:[3.15,4.8578,5.7422,4.8578,5.7422,5.0849,3.15,5.0849],\u0022elements\u0022:[\u0022#/readResults/0/lines/15/words/0\u0022,\u0022#/readResults/0/lines/15/words/1\u0022]},{\u0022rowIndex\u0022:1,\u0022columnIndex\u0022:3,\u0022text\u0022:\u0022$1,500\u0022,\u0022boundingBox\u0022:[5.7422,4.8578,7.4882,4.8513,7.4882,5.0849,5.7422,5.0849],\u0022elements\u0022:[\u0022#/readResults/0/lines/16/words/0\u0022]},{\u0022rowIndex\u0022:2,\u0022columnIndex\u0022:0,\u0022rowSpan\u0022:3,\u0022boundingBox\u0022:[0.9975,5.0914,2.6168,5.0849,2.6168,5.9222,0.9975,5.9222]},{\u0022rowIndex\u0022:2,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 \uF0B7\u0022,\u0022boundingBox\u0022:[2.6168,5.0849,3.15,5.0849,3.15,5.5198,2.6168,5.5198],\u0022elements\u0022:[\u0022#/readResults/0/lines/17/words/0\u0022,\u0022#/readResults/0/lines/19/words/0\u0022]},{\u0022rowIndex\u0022:2,\u0022columnIndex\u0022:2,\u0022text\u0022:\u0022Pre-keynote thank you Logo on poster\u0022,\u0022boundingBox\u0022:[3.15,5.0849,5.7422,5.0849,5.7489,5.5133,3.15,5.5198],\u0022elements\u0022:[\u0022#/readResults/0/lines/18/words/0\u0022,\u0022#/readResults/0/lines/18/words/1\u0022,\u0022#/readResults/0/lines/18/words/2\u0022,\u0022#/readResults/0/lines/20/words/0\u0022,\u0022#/readResults/0/lines/20/words/1\u0022,\u0022#/readResults/0/lines/20/words/2\u0022]},{\u0022rowIndex\u0022:2,\u0022columnIndex\u0022:3,\u0022boundingBox\u0022:[5.7422,5.0849,7.4882,5.0849,7.4882,5.5198,5.7489,5.5133]},{\u0022rowIndex\u0022:3,\u0022columnIndex\u0022:1,\u0022columnSpan\u0022:2,\u0022text\u0022:\u0022\uF0B7 Full page ad in program guide\u0022,\u0022boundingBox\u0022:[2.6168,5.5198,5.7489,5.5133,5.7489,5.7404,2.6168,5.7534],\u0022elements\u0022:[\u0022#/readResults/0/lines/21/words/0\u0022,\u0022#/readResults/0/lines/22/words/0\u0022,\u0022#/readResults/0/lines/22/words/1\u0022,\u0022#/readResults/0/lines/22/words/2\u0022,\u0022#/readResults/0/lines/22/words/3\u0022,\u0022#/readResults/0/lines/22/words/4\u0022,\u0022#/readResults/0/lines/22/words/5\u0022]},{\u0022rowIndex\u0022:3,\u0022columnIndex\u0022:3,\u0022boundingBox\u0022:[5.7489,5.5133,7.4882,5.5198,7.4882,5.7469,5.7489,5.7404]},{\u0022rowIndex\u0022:4,\u0022columnIndex\u0022:1,\u0022columnSpan\u0022:2,\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.6168,5.7534,5.7489,5.7404,5.7489,5.9222,2.6168,5.9222],\u0022elements\u0022:[\u0022#/readResults/0/lines/23/words/0\u0022]},{\u0022rowIndex\u0022:4,\u0022columnIndex\u0022:3,\u0022boundingBox\u0022:[5.7489,5.7404,7.4882,5.7469,7.4948,5.9222,5.7489,5.9222]},{\u0022rowIndex\u0022:5,\u0022columnIndex\u0022:0,\u0022rowSpan\u0022:2,\u0022text\u0022:\u0022Silver Sponsor\u0022,\u0022boundingBox\u0022:[0.9975,5.9222,2.6168,5.9222,2.6168,6.7853,0.9975,6.7788],\u0022elements\u0022:[\u0022#/readResults/0/lines/24/words/0\u0022,\u0022#/readResults/0/lines/24/words/1\u0022]},{\u0022rowIndex\u0022:5,\u0022columnIndex\u0022:1,\u0022rowSpan\u0022:2,\u0022text\u0022:\u0022\uF0B7 \uF0B7 \uF0B7 \uF0B7\u0022,\u0022boundingBox\u0022:[2.6168,5.9222,3.15,5.9222,3.15,6.7853,2.6168,6.7853],\u0022elements\u0022:[\u0022#/readResults/0/lines/25/words/0\u0022,\u0022#/readResults/0/lines/28/words/0\u0022,\u0022#/readResults/0/lines/30/words/0\u0022,\u0022#/readResults/0/lines/32/words/0\u0022]},{\u0022rowIndex\u0022:5,\u0022columnIndex\u0022:2,\u0022rowSpan\u0022:2,\u0022text\u0022:\u0022Full booth Post-keynote thank you Logo on poster Half page ad in program guide\u0022,\u0022boundingBox\u0022:[3.15,5.9222,5.7489,5.9222,5.7489,6.7853,3.15,6.7853],\u0022elements\u0022:[\u0022#/readResults/0/lines/26/words/0\u0022,\u0022#/readResults/0/lines/26/words/1\u0022,\u0022#/readResults/0/lines/29/words/0\u0022,\u0022#/readResults/0/lines/29/words/1\u0022,\u0022#/readResults/0/lines/29/words/2\u0022,\u0022#/readResults/0/lines/31/words/0\u0022,\u0022#/readResults/0/lines/31/words/1\u0022,\u0022#/readResults/0/lines/31/words/2\u0022,\u0022#/readResults/0/lines/33/words/0\u0022,\u0022#/readResults/0/lines/33/words/1\u0022,\u0022#/readResults/0/lines/33/words/2\u0022,\u0022#/readResults/0/lines/33/words/3\u0022,\u0022#/readResults/0/lines/33/words/4\u0022,\u0022#/readResults/0/lines/33/words/5\u0022]},{\u0022rowIndex\u0022:5,\u0022columnIndex\u0022:3,\u0022rowSpan\u0022:2,\u0022text\u0022:\u0022$1,200\u0022,\u0022boundingBox\u0022:[5.7489,5.9222,7.4948,5.9222,7.4948,6.7788,5.7489,6.7853],\u0022elements\u0022:[\u0022#/readResults/0/lines/27/words/0\u0022]},{\u0022rowIndex\u0022:7,\u0022columnIndex\u0022:0,\u0022rowSpan\u0022:2,\u0022text\u0022:\u0022Bronze Sponsor\u0022,\u0022boundingBox\u0022:[0.9975,6.7788,2.6168,6.7853,2.6168,7.6355,0.9975,7.629],\u0022elements\u0022:[\u0022#/readResults/0/lines/34/words/0\u0022,\u0022#/readResults/0/lines/34/words/1\u0022]},{\u0022rowIndex\u0022:7,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.6168,6.7853,3.15,6.7853,3.15,7.019,2.6168,7.019],\u0022elements\u0022:[\u0022#/readResults/0/lines/35/words/0\u0022]},{\u0022rowIndex\u0022:7,\u0022columnIndex\u0022:2,\u0022rowSpan\u0022:2,\u0022text\u0022:\u0022Full booth Logo on poster 50% discount on program guide advertisements\u0022,\u0022boundingBox\u0022:[3.15,6.7853,5.7489,6.7853,5.7489,7.6355,3.1433,7.6355],\u0022elements\u0022:[\u0022#/readResults/0/lines/36/words/0\u0022,\u0022#/readResults/0/lines/36/words/1\u0022,\u0022#/readResults/0/lines/39/words/0\u0022,\u0022#/readResults/0/lines/39/words/1\u0022,\u0022#/readResults/0/lines/39/words/2\u0022,\u0022#/readResults/0/lines/41/words/0\u0022,\u0022#/readResults/0/lines/41/words/1\u0022,\u0022#/readResults/0/lines/41/words/2\u0022,\u0022#/readResults/0/lines/41/words/3\u0022,\u0022#/readResults/0/lines/41/words/4\u0022,\u0022#/readResults/0/lines/42/words/0\u0022]},{\u0022rowIndex\u0022:7,\u0022columnIndex\u0022:3,\u0022rowSpan\u0022:2,\u0022text\u0022:\u0022$1,000\u0022,\u0022boundingBox\u0022:[5.7489,6.7853,7.4948,6.7788,7.4948,7.6355,5.7489,7.6355],\u0022elements\u0022:[\u0022#/readResults/0/lines/37/words/0\u0022]},{\u0022rowIndex\u0022:8,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 \uF0B7\u0022,\u0022boundingBox\u0022:[2.6168,7.019,3.15,7.019,3.1433,7.6355,2.6168,7.6355],\u0022elements\u0022:[\u0022#/readResults/0/lines/38/words/0\u0022,\u0022#/readResults/0/lines/40/words/0\u0022]},{\u0022rowIndex\u0022:9,\u0022columnIndex\u0022:0,\u0022rowSpan\u0022:2,\u0022text\u0022:\u0022Full Booth\u0022,\u0022boundingBox\u0022:[0.9975,7.629,2.6168,7.6355,2.6102,8.2651,0.9975,8.2651],\u0022elements\u0022:[\u0022#/readResults/0/lines/43/words/0\u0022,\u0022#/readResults/0/lines/43/words/1\u0022]},{\u0022rowIndex\u0022:9,\u0022columnIndex\u0022:1,\u0022rowSpan\u0022:2,\u0022columnSpan\u0022:2,\u0022text\u0022:\u0022\uF0B7 Full booth \uF0B7 50% discount on program guide advertisements\u0022,\u0022boundingBox\u0022:[2.6168,7.6355,5.7489,7.6355,5.7489,8.2651,2.6102,8.2651],\u0022elements\u0022:[\u0022#/readResults/0/lines/44/words/0\u0022,\u0022#/readResults/0/lines/45/words/0\u0022,\u0022#/readResults/0/lines/45/words/1\u0022,\u0022#/readResults/0/lines/47/words/0\u0022,\u0022#/readResults/0/lines/48/words/0\u0022,\u0022#/readResults/0/lines/48/words/1\u0022,\u0022#/readResults/0/lines/48/words/2\u0022,\u0022#/readResults/0/lines/48/words/3\u0022,\u0022#/readResults/0/lines/48/words/4\u0022,\u0022#/readResults/0/lines/49/words/0\u0022]},{\u0022rowIndex\u0022:9,\u0022columnIndex\u0022:3,\u0022rowSpan\u0022:2,\u0022text\u0022:\u0022$600\u0022,\u0022boundingBox\u0022:[5.7489,7.6355,7.4948,7.6355,7.4948,8.2651,5.7489,8.2651],\u0022elements\u0022:[\u0022#/readResults/0/lines/46/words/0\u0022]},{\u0022rowIndex\u0022:11,\u0022columnIndex\u0022:0,\u0022rowSpan\u0022:2,\u0022text\u0022:\u0022Half Booth\u0022,\u0022boundingBox\u0022:[0.9975,8.2651,2.6102,8.2651,2.6102,8.9011,0.9975,8.9011],\u0022elements\u0022:[\u0022#/readResults/0/lines/50/words/0\u0022,\u0022#/readResults/0/lines/50/words/1\u0022]},{\u0022rowIndex\u0022:11,\u0022columnIndex\u0022:1,\u0022rowSpan\u0022:2,\u0022columnSpan\u0022:2,\u0022text\u0022:\u0022\uF0B7 Full booth \uF0B7 25% discount on program guide advertisements\u0022,\u0022boundingBox\u0022:[2.6102,8.2651,5.7489,8.2651,5.7489,8.9011,2.6102,8.9011],\u0022elements\u0022:[\u0022#/readResults/0/lines/51/words/0\u0022,\u0022#/readResults/0/lines/52/words/0\u0022,\u0022#/readResults/0/lines/52/words/1\u0022,\u0022#/readResults/0/lines/54/words/0\u0022,\u0022#/readResults/0/lines/55/words/0\u0022,\u0022#/readResults/0/lines/55/words/1\u0022,\u0022#/readResults/0/lines/55/words/2\u0022,\u0022#/readResults/0/lines/55/words/3\u0022,\u0022#/readResults/0/lines/55/words/4\u0022,\u0022#/readResults/0/lines/56/words/0\u0022]},{\u0022rowIndex\u0022:11,\u0022columnIndex\u0022:3,\u0022rowSpan\u0022:2,\u0022text\u0022:\u0022$350\u0022,\u0022boundingBox\u0022:[5.7489,8.2651,7.4948,8.2651,7.4948,8.9011,5.7489,8.9011],\u0022elements\u0022:[\u0022#/readResults/0/lines/53/words/0\u0022]}],\u0022boundingBox\u0022:[0.994,4.6469,7.4953,4.6454,7.4964,8.9061,0.9936,8.9066]}]},{\u0022page\u0022:2}],\u0022documentResults\u0022:[{\u0022docType\u0022:\u0022prebuilt:invoice\u0022,\u0022pageRange\u0022:[1,2],\u0022fields\u0022:{\u0022VendorName\u0022:{\u0022type\u0022:\u0022string\u0022,\u0022valueString\u0022:\u0022Southridge Video\u0022,\u0022text\u0022:\u0022Southridge Video\u0022,\u0022boundingBox\u0022:[2.1925,2.7686,3.3477,2.7686,3.3477,2.9128,2.1925,2.9128],\u0022page\u0022:2,\u0022confidence\u0022:0.969,\u0022elements\u0022:[\u0022#/readResults/1/lines/2/words/2\u0022,\u0022#/readResults/1/lines/2/words/3\u0022]},\u0022RemittanceAddressRecipient\u0022:{\u0022type\u0022:\u0022string\u0022,\u0022valueString\u0022:\u0022Contoso Ltd.\u0022,\u0022text\u0022:\u0022Contoso Ltd.\u0022,\u0022boundingBox\u0022:[1.0078,3.5739,1.843,3.5739,1.843,3.6897,1.0078,3.6897],\u0022page\u0022:1,\u0022confidence\u0022:0.954,\u0022elements\u0022:[\u0022#/readResults/0/lines/6/words/0\u0022,\u0022#/readResults/0/lines/6/words/1\u0022]},\u0022RemittanceAddress\u0022:{\u0022type\u0022:\u0022string\u0022,\u0022valueString\u0022:\u00222345 Dogwood Lane Birch, Kansas 98123\u0022,\u0022text\u0022:\u00222345 Dogwood Lane Birch, Kansas 98123\u0022,\u0022boundingBox\u0022:[1.0093,3.7939,2.3768,3.7939,2.3768,4.1518,1.0093,4.1518],\u0022page\u0022:1,\u0022confidence\u0022:0.952,\u0022elements\u0022:[\u0022#/readResults/0/lines/7/words/0\u0022,\u0022#/readResults/0/lines/7/words/1\u0022,\u0022#/readResults/0/lines/7/words/2\u0022,\u0022#/readResults/0/lines/8/words/0\u0022,\u0022#/readResults/0/lines/8/words/1\u0022,\u0022#/readResults/0/lines/8/words/2\u0022]}}}]}}" + } + ], + "Variables": { + "FORM_RECOGNIZER_API_KEY": "Sanitized", + "FORM_RECOGNIZER_ENDPOINT": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/", + "RandomSeed": "2109360091" + } +} \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeInvoicesCanParseMultipageForm(True).json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeInvoicesCanParseMultipageForm(True).json new file mode 100644 index 0000000000000..1dd7c7f79490b --- /dev/null +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeInvoicesCanParseMultipageForm(True).json @@ -0,0 +1,304 @@ +{ + "Entries": [ + { + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/invoice/analyze?includeTextDetails=true", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Content-Length": "711607", + "Content-Type": "application/pdf", + "Ocp-Apim-Subscription-Key": "Sanitized", + "traceparent": "00-bdf796a977dcc34983443765ba0aee7b-6741390691c3b742-00", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201102.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "8a3fd3b93fa133f42427d53a59e56865", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "apim-request-id": "c437e257-dd5e-4d1b-84bb-be8403128f74", + "Content-Length": "0", + "Date": "Mon, 02 Nov 2020 22:26:31 GMT", + "Operation-Location": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/invoice/analyzeResults/c437e257-dd5e-4d1b-84bb-be8403128f74", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "212" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/invoice/analyzeResults/c437e257-dd5e-4d1b-84bb-be8403128f74", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201102.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "9ddddebe064839bd1bb07ac1147ec489", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "26ff3e19-8c33-4b34-a1f4-2319debbc47c", + "Content-Length": "109", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 02 Nov 2020 22:26:31 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "14" + }, + "ResponseBody": { + "status": "notStarted", + "createdDateTime": "2020-11-02T22:26:31Z", + "lastUpdatedDateTime": "2020-11-02T22:26:31Z" + } + }, + { + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/invoice/analyzeResults/c437e257-dd5e-4d1b-84bb-be8403128f74", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201102.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "c6420b8c097eb2bed9c66894cd29e93b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "514dc06e-ebec-4adf-a52d-759f7db1b2fe", + "Content-Length": "106", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 02 Nov 2020 22:26:32 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "12" + }, + "ResponseBody": { + "status": "running", + "createdDateTime": "2020-11-02T22:26:31Z", + "lastUpdatedDateTime": "2020-11-02T22:26:31Z" + } + }, + { + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/invoice/analyzeResults/c437e257-dd5e-4d1b-84bb-be8403128f74", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201102.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "411c4942a3d8b2ec15066ef0c4331ea6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "ed001d5e-58f6-4936-bdc1-2f7f4bd7e97f", + "Content-Length": "106", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 02 Nov 2020 22:26:33 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "14" + }, + "ResponseBody": { + "status": "running", + "createdDateTime": "2020-11-02T22:26:31Z", + "lastUpdatedDateTime": "2020-11-02T22:26:31Z" + } + }, + { + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/invoice/analyzeResults/c437e257-dd5e-4d1b-84bb-be8403128f74", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201102.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "4eae4c63a1a2b5e6202bc3829e286cf2", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "2bd705b9-88d4-4fe5-bb19-7f112d4ddef4", + "Content-Length": "106", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 02 Nov 2020 22:26:34 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "13" + }, + "ResponseBody": { + "status": "running", + "createdDateTime": "2020-11-02T22:26:31Z", + "lastUpdatedDateTime": "2020-11-02T22:26:31Z" + } + }, + { + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/invoice/analyzeResults/c437e257-dd5e-4d1b-84bb-be8403128f74", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201102.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "cb7f3fc68361e9b11e90b0789acdeda6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "a71bece5-c475-4233-a678-da74d01a961c", + "Content-Length": "106", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 02 Nov 2020 22:26:35 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "12" + }, + "ResponseBody": { + "status": "running", + "createdDateTime": "2020-11-02T22:26:31Z", + "lastUpdatedDateTime": "2020-11-02T22:26:31Z" + } + }, + { + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/invoice/analyzeResults/c437e257-dd5e-4d1b-84bb-be8403128f74", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201102.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "8030c2a89b7ba098626720acdf6913ed", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "05d0b6cd-e18a-4cb8-a8df-6d21c065541c", + "Content-Length": "106", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 02 Nov 2020 22:26:37 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "13" + }, + "ResponseBody": { + "status": "running", + "createdDateTime": "2020-11-02T22:26:31Z", + "lastUpdatedDateTime": "2020-11-02T22:26:31Z" + } + }, + { + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/invoice/analyzeResults/c437e257-dd5e-4d1b-84bb-be8403128f74", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201102.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "85297c9952b4e0449ac42f12f06e1b52", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "c56728a6-3117-4aae-8754-91aa51ce04c1", + "Content-Length": "106", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 02 Nov 2020 22:26:38 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "11" + }, + "ResponseBody": { + "status": "running", + "createdDateTime": "2020-11-02T22:26:31Z", + "lastUpdatedDateTime": "2020-11-02T22:26:31Z" + } + }, + { + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/invoice/analyzeResults/c437e257-dd5e-4d1b-84bb-be8403128f74", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201102.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "dcda1d3eebf72b77a6de68fa62050ab4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "6747bf9b-d6c5-4009-b59b-9c89ebe1ac76", + "Content-Length": "106", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 02 Nov 2020 22:26:39 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "10" + }, + "ResponseBody": { + "status": "running", + "createdDateTime": "2020-11-02T22:26:31Z", + "lastUpdatedDateTime": "2020-11-02T22:26:31Z" + } + }, + { + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/invoice/analyzeResults/c437e257-dd5e-4d1b-84bb-be8403128f74", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201102.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "1ddfc37c68a455f27d50e6b66c86aff4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "bdedaa51-9d1d-4719-8a83-b811429fbd01", + "Content-Length": "37110", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 02 Nov 2020 22:26:40 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "37" + }, + "ResponseBody": "{\u0022status\u0022:\u0022succeeded\u0022,\u0022createdDateTime\u0022:\u00222020-11-02T22:26:31Z\u0022,\u0022lastUpdatedDateTime\u0022:\u00222020-11-02T22:26:40Z\u0022,\u0022analyzeResult\u0022:{\u0022version\u0022:\u00222.1.0\u0022,\u0022readResults\u0022:[{\u0022page\u0022:1,\u0022angle\u0022:0,\u0022width\u0022:8.5,\u0022height\u0022:11,\u0022unit\u0022:\u0022inch\u0022,\u0022lines\u0022:[{\u0022text\u0022:\u0022Vendor #:121\u0022,\u0022boundingBox\u0022:[6.1276,1.0667,7.4833,1.0667,7.4833,1.2403,6.1276,1.2403],\u0022words\u0022:[{\u0022text\u0022:\u0022Vendor\u0022,\u0022boundingBox\u0022:[6.1276,1.0667,6.8657,1.0667,6.8657,1.2403,6.1276,1.2403],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022#:121\u0022,\u0022boundingBox\u0022:[6.9307,1.0759,7.4833,1.0759,7.4833,1.2391,6.9307,1.2391],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022Vendor Registration\u0022,\u0022boundingBox\u0022:[2.2268,1.5733,6.2379,1.5733,6.2379,2.005,2.2268,2.005],\u0022words\u0022:[{\u0022text\u0022:\u0022Vendor\u0022,\u0022boundingBox\u0022:[2.2268,1.5733,3.703,1.5733,3.703,1.9207,2.2268,1.9207],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Registration\u0022,\u0022boundingBox\u0022:[3.8661,1.5883,6.2379,1.5883,6.2379,2.005,3.8661,2.005],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022Contoso Ltd. Conference will be held on May 28-29, 2020 at the Elm Conference Center in\u0022,\u0022boundingBox\u0022:[1.0078,2.5846,7.0776,2.5846,7.0776,2.7293,1.0078,2.7293],\u0022words\u0022:[{\u0022text\u0022:\u0022Contoso\u0022,\u0022boundingBox\u0022:[1.0078,2.5919,1.5548,2.5919,1.5548,2.7013,1.0078,2.7013],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Ltd.\u0022,\u0022boundingBox\u0022:[1.6125,2.5856,1.843,2.5856,1.843,2.7013,1.6125,2.7013],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Conference\u0022,\u0022boundingBox\u0022:[1.8996,2.5846,2.6636,2.5846,2.6636,2.7013,1.8996,2.7013],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022will\u0022,\u0022boundingBox\u0022:[2.7122,2.5852,2.9307,2.5852,2.9307,2.7003,2.7122,2.7003],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022be\u0022,\u0022boundingBox\u0022:[2.9922,2.5852,3.1419,2.5852,3.1419,2.7013,2.9922,2.7013],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022held\u0022,\u0022boundingBox\u0022:[3.1987,2.5852,3.4704,2.5852,3.4704,2.7013,3.1987,2.7013],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022on\u0022,\u0022boundingBox\u0022:[3.53,2.62,3.6846,2.62,3.6846,2.7013,3.53,2.7013],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022May\u0022,\u0022boundingBox\u0022:[3.7498,2.5934,4.0422,2.5934,4.0422,2.7293,3.7498,2.7293],\u0022confidence\u0022:1},{\u0022text\u0022:\u002228-29,\u0022,\u0022boundingBox\u0022:[4.0877,2.5914,4.5042,2.5914,4.5042,2.7236,4.0877,2.7236],\u0022confidence\u0022:1},{\u0022text\u0022:\u00222020\u0022,\u0022boundingBox\u0022:[4.5586,2.5914,4.884,2.5914,4.884,2.7017,4.5586,2.7017],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022at\u0022,\u0022boundingBox\u0022:[4.9351,2.6014,5.0577,2.6014,5.0577,2.7013,4.9351,2.7013],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022the\u0022,\u0022boundingBox\u0022:[5.1033,2.5852,5.3202,2.5852,5.3202,2.7013,5.1033,2.7013],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Elm\u0022,\u0022boundingBox\u0022:[5.3787,2.5852,5.6051,2.5852,5.6051,2.7003,5.3787,2.7003],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Conference\u0022,\u0022boundingBox\u0022:[5.6624,2.5846,6.4263,2.5846,6.4263,2.7013,5.6624,2.7013],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Center\u0022,\u0022boundingBox\u0022:[6.4796,2.5919,6.9234,2.5919,6.9234,2.7013,6.4796,2.7013],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022in\u0022,\u0022boundingBox\u0022:[6.9765,2.5905,7.0776,2.5905,7.0776,2.7003,6.9765,2.7003],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022Maple City, Massachusetts. The conference has sold out of its 1,500 tickets, with a 400 person\u0022,\u0022boundingBox\u0022:[1.014,2.8029,7.3457,2.8029,7.3457,2.9478,1.014,2.9478],\u0022words\u0022:[{\u0022text\u0022:\u0022Maple\u0022,\u0022boundingBox\u0022:[1.014,2.8036,1.4242,2.8036,1.4242,2.9478,1.014,2.9478],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022City,\u0022,\u0022boundingBox\u0022:[1.4763,2.8089,1.7576,2.8089,1.7576,2.9478,1.4763,2.9478],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Massachusetts.\u0022,\u0022boundingBox\u0022:[1.8195,2.8036,2.8383,2.8036,2.8383,2.9197,1.8195,2.9197],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022The\u0022,\u0022boundingBox\u0022:[2.8883,2.8036,3.1326,2.8036,3.1326,2.9197,2.8883,2.9197],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022conference\u0022,\u0022boundingBox\u0022:[3.1842,2.8029,3.9301,2.8029,3.9301,2.9197,3.1842,2.9197],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022has\u0022,\u0022boundingBox\u0022:[3.9871,2.8036,4.2019,2.8036,4.2019,2.9197,3.9871,2.9197],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022sold\u0022,\u0022boundingBox\u0022:[4.2529,2.8036,4.5104,2.8036,4.5104,2.9197,4.2529,2.9197],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022out\u0022,\u0022boundingBox\u0022:[4.5701,2.8197,4.7871,2.8197,4.7871,2.9197,4.5701,2.9197],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022of\u0022,\u0022boundingBox\u0022:[4.8373,2.8029,4.9701,2.8029,4.9701,2.9197,4.8373,2.9197],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022its\u0022,\u0022boundingBox\u0022:[5.0169,2.8089,5.1601,2.8089,5.1601,2.9197,5.0169,2.9197],\u0022confidence\u0022:1},{\u0022text\u0022:\u00221,500\u0022,\u0022boundingBox\u0022:[5.2167,2.81,5.5766,2.81,5.5766,2.9418,5.2167,2.9418],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022tickets,\u0022,\u0022boundingBox\u0022:[5.6227,2.8036,6.0928,2.8036,6.0928,2.9418,5.6227,2.9418],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022with\u0022,\u0022boundingBox\u0022:[6.1461,2.8036,6.4308,2.8036,6.4308,2.9195,6.1461,2.9195],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022a\u0022,\u0022boundingBox\u0022:[6.488,2.8383,6.548,2.8383,6.548,2.9197,6.488,2.9197],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022400\u0022,\u0022boundingBox\u0022:[6.6016,2.81,6.8449,2.81,6.8449,2.9197,6.6016,2.9197],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022person\u0022,\u0022boundingBox\u0022:[6.8998,2.8383,7.3457,2.8383,7.3457,2.9478,6.8998,2.9478],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022waitlist. Vendor applications are being accepted through Feb 28, 2020. Please fill in the form\u0022,\u0022boundingBox\u0022:[1.0043,3.0229,7.2482,3.0229,7.2482,3.1678,1.0043,3.1678],\u0022words\u0022:[{\u0022text\u0022:\u0022waitlist.\u0022,\u0022boundingBox\u0022:[1.0043,3.0236,1.5194,3.0236,1.5194,3.1397,1.0043,3.1397],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Vendor\u0022,\u0022boundingBox\u0022:[1.5733,3.0239,2.0654,3.0239,2.0654,3.1397,1.5733,3.1397],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022applications\u0022,\u0022boundingBox\u0022:[2.1132,3.0236,2.9143,3.0236,2.9143,3.1678,2.1132,3.1678],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022are\u0022,\u0022boundingBox\u0022:[2.9675,3.0583,3.1726,3.0583,3.1726,3.1397,2.9675,3.1397],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022being\u0022,\u0022boundingBox\u0022:[3.2306,3.0236,3.5889,3.0236,3.5889,3.1678,3.2306,3.1678],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022accepted\u0022,\u0022boundingBox\u0022:[3.6388,3.0239,4.2336,3.0239,4.2336,3.1678,3.6388,3.1678],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022through\u0022,\u0022boundingBox\u0022:[4.2862,3.0236,4.8127,3.0236,4.8127,3.1678,4.2862,3.1678],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Feb\u0022,\u0022boundingBox\u0022:[4.8815,3.0236,5.1133,3.0236,5.1133,3.14,4.8815,3.14],\u0022confidence\u0022:1},{\u0022text\u0022:\u002228,\u0022,\u0022boundingBox\u0022:[5.163,3.0297,5.361,3.0297,5.361,3.162,5.163,3.162],\u0022confidence\u0022:1},{\u0022text\u0022:\u00222020.\u0022,\u0022boundingBox\u0022:[5.413,3.0297,5.7774,3.0297,5.7774,3.14,5.413,3.14],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Please\u0022,\u0022boundingBox\u0022:[5.8406,3.0236,6.2537,3.0236,6.2537,3.1397,5.8406,3.1397],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022fill\u0022,\u0022boundingBox\u0022:[6.3022,3.0229,6.4539,3.0229,6.4539,3.1387,6.3022,3.1387],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022in\u0022,\u0022boundingBox\u0022:[6.5131,3.0289,6.6158,3.0289,6.6158,3.1387,6.5131,3.1387],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022the\u0022,\u0022boundingBox\u0022:[6.6673,3.0236,6.8842,3.0236,6.8842,3.1397,6.6673,3.1397],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022form\u0022,\u0022boundingBox\u0022:[6.9317,3.0229,7.2482,3.0229,7.2482,3.1397,6.9317,3.1397],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022below, and attach a check made out to:\u0022,\u0022boundingBox\u0022:[1.0125,3.2436,3.6599,3.2436,3.6599,3.3818,1.0125,3.3818],\u0022words\u0022:[{\u0022text\u0022:\u0022below,\u0022,\u0022boundingBox\u0022:[1.0125,3.2436,1.4459,3.2436,1.4459,3.3818,1.0125,3.3818],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022and\u0022,\u0022boundingBox\u0022:[1.5024,3.2439,1.7371,3.2439,1.7371,3.3597,1.5024,3.3597],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022attach\u0022,\u0022boundingBox\u0022:[1.7968,3.2436,2.2047,3.2436,2.2047,3.3597,1.7968,3.3597],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022a\u0022,\u0022boundingBox\u0022:[2.2619,3.2783,2.3219,3.2783,2.3219,3.3597,2.2619,3.3597],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022check\u0022,\u0022boundingBox\u0022:[2.379,3.2436,2.7529,3.2436,2.7529,3.3597,2.379,3.3597],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022made\u0022,\u0022boundingBox\u0022:[2.8076,3.2439,3.17,3.2439,3.17,3.3597,2.8076,3.3597],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022out\u0022,\u0022boundingBox\u0022:[3.2251,3.2597,3.4421,3.2597,3.4421,3.3597,3.2251,3.3597],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022to:\u0022,\u0022boundingBox\u0022:[3.4869,3.2597,3.6599,3.2597,3.6599,3.3597,3.4869,3.3597],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022Contoso Ltd.\u0022,\u0022boundingBox\u0022:[1.0078,3.5739,1.843,3.5739,1.843,3.6897,1.0078,3.6897],\u0022words\u0022:[{\u0022text\u0022:\u0022Contoso\u0022,\u0022boundingBox\u0022:[1.0078,3.5802,1.5548,3.5802,1.5548,3.6897,1.0078,3.6897],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Ltd.\u0022,\u0022boundingBox\u0022:[1.6125,3.5739,1.843,3.5739,1.843,3.6897,1.6125,3.6897],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u00222345 Dogwood Lane\u0022,\u0022boundingBox\u0022:[1.0093,3.7939,2.3768,3.7939,2.3768,3.9378,1.0093,3.9378],\u0022words\u0022:[{\u0022text\u0022:\u00222345\u0022,\u0022boundingBox\u0022:[1.0093,3.8,1.3297,3.8,1.3297,3.9097,1.0093,3.9097],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Dogwood\u0022,\u0022boundingBox\u0022:[1.3899,3.7939,2.0149,3.7939,2.0149,3.9378,1.3899,3.9378],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Lane\u0022,\u0022boundingBox\u0022:[2.0788,3.8012,2.3768,3.8012,2.3768,3.9097,2.0788,3.9097],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022Birch, Kansas 98123\u0022,\u0022boundingBox\u0022:[1.014,4.0136,2.3377,4.0136,2.3377,4.1518,1.014,4.1518],\u0022words\u0022:[{\u0022text\u0022:\u0022Birch,\u0022,\u0022boundingBox\u0022:[1.014,4.0136,1.3745,4.0136,1.3745,4.1518,1.014,4.1518],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Kansas\u0022,\u0022boundingBox\u0022:[1.4375,4.0212,1.8819,4.0212,1.8819,4.1297,1.4375,4.1297],\u0022confidence\u0022:1},{\u0022text\u0022:\u002298123\u0022,\u0022boundingBox\u0022:[1.9318,4.02,2.3377,4.02,2.3377,4.1297,1.9318,4.1297],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022Rates:\u0022,\u0022boundingBox\u0022:[1.0204,4.4248,1.5303,4.4248,1.5303,4.5682,1.0204,4.5682],\u0022words\u0022:[{\u0022text\u0022:\u0022Rates:\u0022,\u0022boundingBox\u0022:[1.0204,4.4248,1.5303,4.4248,1.5303,4.5682,1.0204,4.5682],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022Package\u0022,\u0022boundingBox\u0022:[1.0923,4.6986,1.6232,4.6986,1.6232,4.8428,1.0923,4.8428],\u0022words\u0022:[{\u0022text\u0022:\u0022Package\u0022,\u0022boundingBox\u0022:[1.0923,4.6986,1.6232,4.6986,1.6232,4.8428,1.0923,4.8428],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022Included\u0022,\u0022boundingBox\u0022:[2.713,4.6986,3.2707,4.6986,3.2707,4.8147,2.713,4.8147],\u0022words\u0022:[{\u0022text\u0022:\u0022Included\u0022,\u0022boundingBox\u0022:[2.713,4.6986,3.2707,4.6986,3.2707,4.8147,2.713,4.8147],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022Price\u0022,\u0022boundingBox\u0022:[5.838,4.7039,6.1513,4.7039,6.1513,4.8147,5.838,4.8147],\u0022words\u0022:[{\u0022text\u0022:\u0022Price\u0022,\u0022boundingBox\u0022:[5.838,4.7039,6.1513,4.7039,6.1513,4.8147,5.838,4.8147],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022Gold Sponsor\u0022,\u0022boundingBox\u0022:[1.0857,4.9086,1.9831,4.9086,1.9831,5.0528,1.0857,5.0528],\u0022words\u0022:[{\u0022text\u0022:\u0022Gold\u0022,\u0022boundingBox\u0022:[1.0857,4.9086,1.3842,4.9086,1.3842,5.0247,1.0857,5.0247],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Sponsor\u0022,\u0022boundingBox\u0022:[1.4423,4.915,1.9831,4.915,1.9831,5.0528,1.4423,5.0528],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,4.954,3.018,4.954,3.018,5.0145,2.9586,5.0145],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,4.954,3.018,4.954,3.018,5.0145,2.9586,5.0145],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022Full booth\u0022,\u0022boundingBox\u0022:[3.214,4.9169,3.8726,4.9169,3.8726,5.033,3.214,5.033],\u0022words\u0022:[{\u0022text\u0022:\u0022Full\u0022,\u0022boundingBox\u0022:[3.214,4.9169,3.4295,4.9169,3.4295,5.033,3.214,5.033],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022booth\u0022,\u0022boundingBox\u0022:[3.492,4.9169,3.8726,4.9169,3.8726,5.033,3.492,5.033],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022$1,500\u0022,\u0022boundingBox\u0022:[5.8328,4.8977,6.2829,4.8977,6.2829,5.0468,5.8328,5.0468],\u0022words\u0022:[{\u0022text\u0022:\u0022$1,500\u0022,\u0022boundingBox\u0022:[5.8328,4.8977,6.2829,4.8977,6.2829,5.0468,5.8328,5.0468],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,5.1673,3.018,5.1673,3.018,5.2279,2.9586,5.2279],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,5.1673,3.018,5.1673,3.018,5.2279,2.9586,5.2279],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022Pre-keynote thank you\u0022,\u0022boundingBox\u0022:[3.214,5.1302,4.7267,5.1302,4.7267,5.2744,3.214,5.2744],\u0022words\u0022:[{\u0022text\u0022:\u0022Pre-keynote\u0022,\u0022boundingBox\u0022:[3.214,5.1302,4.0183,5.1302,4.0183,5.2744,3.214,5.2744],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022thank\u0022,\u0022boundingBox\u0022:[4.0665,5.1302,4.4475,5.1302,4.4475,5.2463,4.0665,5.2463],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022you\u0022,\u0022boundingBox\u0022:[4.4903,5.165,4.7267,5.165,4.7267,5.2744,4.4903,5.2744],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,5.379,3.018,5.379,3.018,5.4395,2.9586,5.4395],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,5.379,3.018,5.379,3.018,5.4395,2.9586,5.4395],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022Logo on poster\u0022,\u0022boundingBox\u0022:[3.214,5.3495,4.2093,5.3495,4.2093,5.4861,3.214,5.4861],\u0022words\u0022:[{\u0022text\u0022:\u0022Logo\u0022,\u0022boundingBox\u0022:[3.214,5.3495,3.5163,5.3495,3.5163,5.4861,3.214,5.4861],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022on\u0022,\u0022boundingBox\u0022:[3.5686,5.3767,3.7244,5.3767,3.7244,5.458,3.5686,5.458],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022poster\u0022,\u0022boundingBox\u0022:[3.7888,5.358,4.2093,5.358,4.2093,5.4861,3.7888,5.4861],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,5.5923,3.018,5.5923,3.018,5.6529,2.9586,5.6529],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,5.5923,3.018,5.5923,3.018,5.6529,2.9586,5.6529],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022Full page ad in program guide\u0022,\u0022boundingBox\u0022:[3.214,5.5552,5.201,5.5552,5.201,5.6994,3.214,5.6994],\u0022words\u0022:[{\u0022text\u0022:\u0022Full\u0022,\u0022boundingBox\u0022:[3.214,5.5552,3.4295,5.5552,3.4295,5.6713,3.214,5.6713],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022page\u0022,\u0022boundingBox\u0022:[3.492,5.59,3.7989,5.59,3.7989,5.6994,3.492,5.6994],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022ad\u0022,\u0022boundingBox\u0022:[3.8519,5.5556,3.9991,5.5556,3.9991,5.6713,3.8519,5.6713],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022in\u0022,\u0022boundingBox\u0022:[4.0599,5.5605,4.1626,5.5605,4.1626,5.6703,4.0599,5.6703],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022program\u0022,\u0022boundingBox\u0022:[4.2248,5.59,4.7839,5.59,4.7839,5.6994,4.2248,5.6994],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022guide\u0022,\u0022boundingBox\u0022:[4.8367,5.5556,5.201,5.5556,5.201,5.6994,4.8367,5.6994],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,5.804,3.018,5.804,3.018,5.8645,2.9586,5.8645],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,5.804,3.018,5.804,3.018,5.8645,2.9586,5.8645],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022Silver Sponsor\u0022,\u0022boundingBox\u0022:[1.0842,5.9786,2.0339,5.9786,2.0339,6.1228,1.0842,6.1228],\u0022words\u0022:[{\u0022text\u0022:\u0022Silver\u0022,\u0022boundingBox\u0022:[1.0842,5.9786,1.4443,5.9786,1.4443,6.0947,1.0842,6.0947],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Sponsor\u0022,\u0022boundingBox\u0022:[1.4904,5.985,2.0339,5.985,2.0339,6.1228,1.4904,6.1228],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,6.024,3.018,6.024,3.018,6.0845,2.9586,6.0845],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,6.024,3.018,6.024,3.018,6.0845,2.9586,6.0845],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022Full booth\u0022,\u0022boundingBox\u0022:[3.214,5.9869,3.8726,5.9869,3.8726,6.103,3.214,6.103],\u0022words\u0022:[{\u0022text\u0022:\u0022Full\u0022,\u0022boundingBox\u0022:[3.214,5.9869,3.4295,5.9869,3.4295,6.103,3.214,6.103],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022booth\u0022,\u0022boundingBox\u0022:[3.492,5.9869,3.8726,5.9869,3.8726,6.103,3.492,6.103],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022$1,200\u0022,\u0022boundingBox\u0022:[5.8328,5.9677,6.2829,5.9677,6.2829,6.1168,5.8328,6.1168],\u0022words\u0022:[{\u0022text\u0022:\u0022$1,200\u0022,\u0022boundingBox\u0022:[5.8328,5.9677,6.2829,5.9677,6.2829,6.1168,5.8328,6.1168],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,6.2356,3.018,6.2356,3.018,6.2962,2.9586,6.2962],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,6.2356,3.018,6.2356,3.018,6.2962,2.9586,6.2962],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022Post-keynote thank you\u0022,\u0022boundingBox\u0022:[3.214,6.1986,4.7938,6.1986,4.7938,6.3428,3.214,6.3428],\u0022words\u0022:[{\u0022text\u0022:\u0022Post-keynote\u0022,\u0022boundingBox\u0022:[3.214,6.1986,4.0878,6.1986,4.0878,6.3428,3.214,6.3428],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022thank\u0022,\u0022boundingBox\u0022:[4.1348,6.1986,4.5158,6.1986,4.5158,6.3147,4.1348,6.3147],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022you\u0022,\u0022boundingBox\u0022:[4.5586,6.2333,4.7938,6.2333,4.7938,6.3428,4.5586,6.3428],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,6.4473,3.018,6.4473,3.018,6.5079,2.9586,6.5079],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,6.4473,3.018,6.4473,3.018,6.5079,2.9586,6.5079],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022Logo on poster\u0022,\u0022boundingBox\u0022:[3.214,6.4179,4.2093,6.4179,4.2093,6.5544,3.214,6.5544],\u0022words\u0022:[{\u0022text\u0022:\u0022Logo\u0022,\u0022boundingBox\u0022:[3.214,6.4179,3.5163,6.4179,3.5163,6.5544,3.214,6.5544],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022on\u0022,\u0022boundingBox\u0022:[3.5686,6.445,3.7244,6.445,3.7244,6.5263,3.5686,6.5263],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022poster\u0022,\u0022boundingBox\u0022:[3.7888,6.4264,4.2093,6.4264,4.2093,6.5544,3.7888,6.5544],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,6.6606,3.018,6.6606,3.018,6.7212,2.9586,6.7212],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,6.6606,3.018,6.6606,3.018,6.7212,2.9586,6.7212],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022Half page ad in program guide\u0022,\u0022boundingBox\u0022:[3.214,6.6229,5.2314,6.6229,5.2314,6.7678,3.214,6.7678],\u0022words\u0022:[{\u0022text\u0022:\u0022Half\u0022,\u0022boundingBox\u0022:[3.214,6.6229,3.4739,6.6229,3.4739,6.7397,3.214,6.7397],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022page\u0022,\u0022boundingBox\u0022:[3.5224,6.6583,3.8326,6.6583,3.8326,6.7678,3.5224,6.7678],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022ad\u0022,\u0022boundingBox\u0022:[3.8843,6.6239,4.0315,6.6239,4.0315,6.7397,3.8843,6.7397],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022in\u0022,\u0022boundingBox\u0022:[4.0923,6.6289,4.195,6.6289,4.195,6.7387,4.0923,6.7387],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022program\u0022,\u0022boundingBox\u0022:[4.2563,6.6583,4.8148,6.6583,4.8148,6.7678,4.2563,6.7678],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022guide\u0022,\u0022boundingBox\u0022:[4.8695,6.6239,5.2314,6.6239,5.2314,6.7678,4.8695,6.7678],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022Bronze Sponsor\u0022,\u0022boundingBox\u0022:[1.0923,6.84,2.1362,6.84,2.1362,6.9778,1.0923,6.9778],\u0022words\u0022:[{\u0022text\u0022:\u0022Bronze\u0022,\u0022boundingBox\u0022:[1.0923,6.8417,1.545,6.8417,1.545,6.9497,1.0923,6.9497],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Sponsor\u0022,\u0022boundingBox\u0022:[1.5951,6.84,2.1362,6.84,2.1362,6.9778,1.5951,6.9778],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,6.879,3.018,6.879,3.018,6.9395,2.9586,6.9395],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,6.879,3.018,6.879,3.018,6.9395,2.9586,6.9395],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022Full booth\u0022,\u0022boundingBox\u0022:[3.214,6.8419,3.8726,6.8419,3.8726,6.958,3.214,6.958],\u0022words\u0022:[{\u0022text\u0022:\u0022Full\u0022,\u0022boundingBox\u0022:[3.214,6.8419,3.4295,6.8419,3.4295,6.958,3.214,6.958],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022booth\u0022,\u0022boundingBox\u0022:[3.492,6.8419,3.8726,6.8419,3.8726,6.958,3.492,6.958],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022$1,000\u0022,\u0022boundingBox\u0022:[5.8328,6.8227,6.2829,6.8227,6.2829,6.9718,5.8328,6.9718],\u0022words\u0022:[{\u0022text\u0022:\u0022$1,000\u0022,\u0022boundingBox\u0022:[5.8328,6.8227,6.2829,6.8227,6.2829,6.9718,5.8328,6.9718],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,7.0923,3.018,7.0923,3.018,7.1529,2.9586,7.1529],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,7.0923,3.018,7.0923,3.018,7.1529,2.9586,7.1529],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022Logo on poster\u0022,\u0022boundingBox\u0022:[3.214,7.0629,4.2093,7.0629,4.2093,7.1994,3.214,7.1994],\u0022words\u0022:[{\u0022text\u0022:\u0022Logo\u0022,\u0022boundingBox\u0022:[3.214,7.0629,3.5163,7.0629,3.5163,7.1994,3.214,7.1994],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022on\u0022,\u0022boundingBox\u0022:[3.5686,7.09,3.7244,7.09,3.7244,7.1713,3.5686,7.1713],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022poster\u0022,\u0022boundingBox\u0022:[3.7888,7.0714,4.2093,7.0714,4.2093,7.1994,3.7888,7.1994],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,7.304,3.018,7.304,3.018,7.3645,2.9586,7.3645],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,7.304,3.018,7.304,3.018,7.3645,2.9586,7.3645],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u002250% discount on program guide\u0022,\u0022boundingBox\u0022:[3.2082,7.2672,5.3419,7.2672,5.3419,7.4111,3.2082,7.4111],\u0022words\u0022:[{\u0022text\u0022:\u002250%\u0022,\u0022boundingBox\u0022:[3.2082,7.2717,3.4817,7.2717,3.4817,7.3845,3.2082,7.3845],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022discount\u0022,\u0022boundingBox\u0022:[3.533,7.2672,4.1018,7.2672,4.1018,7.383,3.533,7.383],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022on\u0022,\u0022boundingBox\u0022:[4.1512,7.3017,4.307,7.3017,4.307,7.383,4.1512,7.383],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022program\u0022,\u0022boundingBox\u0022:[4.3682,7.3017,4.9253,7.3017,4.9253,7.4111,4.3682,7.4111],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022guide\u0022,\u0022boundingBox\u0022:[4.981,7.2672,5.3419,7.2672,5.3419,7.4111,4.981,7.4111],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022advertisements\u0022,\u0022boundingBox\u0022:[3.2075,7.4706,4.2429,7.4706,4.2429,7.5863,3.2075,7.5863],\u0022words\u0022:[{\u0022text\u0022:\u0022advertisements\u0022,\u0022boundingBox\u0022:[3.2075,7.4706,4.2429,7.4706,4.2429,7.5863,3.2075,7.5863],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022Full Booth\u0022,\u0022boundingBox\u0022:[1.0923,7.6819,1.7537,7.6819,1.7537,7.798,1.0923,7.798],\u0022words\u0022:[{\u0022text\u0022:\u0022Full\u0022,\u0022boundingBox\u0022:[1.0923,7.6819,1.3079,7.6819,1.3079,7.798,1.0923,7.798],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Booth\u0022,\u0022boundingBox\u0022:[1.3718,7.6819,1.7537,7.6819,1.7537,7.798,1.3718,7.798],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,7.7273,3.018,7.7273,3.018,7.7879,2.9586,7.7879],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,7.7273,3.018,7.7273,3.018,7.7879,2.9586,7.7879],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022Full booth\u0022,\u0022boundingBox\u0022:[3.214,7.6902,3.8726,7.6902,3.8726,7.8063,3.214,7.8063],\u0022words\u0022:[{\u0022text\u0022:\u0022Full\u0022,\u0022boundingBox\u0022:[3.214,7.6902,3.4295,7.6902,3.4295,7.8063,3.214,7.8063],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022booth\u0022,\u0022boundingBox\u0022:[3.492,7.6902,3.8726,7.6902,3.8726,7.8063,3.492,7.8063],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022$600\u0022,\u0022boundingBox\u0022:[5.8328,7.6711,6.1586,7.6711,6.1586,7.8165,5.8328,7.8165],\u0022words\u0022:[{\u0022text\u0022:\u0022$600\u0022,\u0022boundingBox\u0022:[5.8328,7.6711,6.1586,7.6711,6.1586,7.8165,5.8328,7.8165],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,7.939,3.018,7.939,3.018,7.9995,2.9586,7.9995],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,7.939,3.018,7.939,3.018,7.9995,2.9586,7.9995],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u002250% discount on program guide\u0022,\u0022boundingBox\u0022:[3.2082,7.9022,5.3419,7.9022,5.3419,8.0461,3.2082,8.0461],\u0022words\u0022:[{\u0022text\u0022:\u002250%\u0022,\u0022boundingBox\u0022:[3.2082,7.9067,3.4817,7.9067,3.4817,8.0195,3.2082,8.0195],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022discount\u0022,\u0022boundingBox\u0022:[3.533,7.9022,4.1018,7.9022,4.1018,8.018,3.533,8.018],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022on\u0022,\u0022boundingBox\u0022:[4.1512,7.9367,4.307,7.9367,4.307,8.018,4.1512,8.018],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022program\u0022,\u0022boundingBox\u0022:[4.3682,7.9367,4.9253,7.9367,4.9253,8.0461,4.3682,8.0461],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022guide\u0022,\u0022boundingBox\u0022:[4.981,7.9022,5.3419,7.9022,5.3419,8.0461,4.981,8.0461],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022advertisements\u0022,\u0022boundingBox\u0022:[3.2075,8.1056,4.2429,8.1056,4.2429,8.2213,3.2075,8.2213],\u0022words\u0022:[{\u0022text\u0022:\u0022advertisements\u0022,\u0022boundingBox\u0022:[3.2075,8.1056,4.2429,8.1056,4.2429,8.2213,3.2075,8.2213],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022Half Booth\u0022,\u0022boundingBox\u0022:[1.0923,8.3162,1.7854,8.3162,1.7854,8.433,1.0923,8.433],\u0022words\u0022:[{\u0022text\u0022:\u0022Half\u0022,\u0022boundingBox\u0022:[1.0923,8.3162,1.3522,8.3162,1.3522,8.433,1.0923,8.433],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Booth\u0022,\u0022boundingBox\u0022:[1.4022,8.3169,1.7854,8.3169,1.7854,8.433,1.4022,8.433],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,8.3623,3.018,8.3623,3.018,8.4229,2.9586,8.4229],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,8.3623,3.018,8.3623,3.018,8.4229,2.9586,8.4229],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022Full booth\u0022,\u0022boundingBox\u0022:[3.214,8.3252,3.8726,8.3252,3.8726,8.4413,3.214,8.4413],\u0022words\u0022:[{\u0022text\u0022:\u0022Full\u0022,\u0022boundingBox\u0022:[3.214,8.3252,3.4295,8.3252,3.4295,8.4413,3.214,8.4413],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022booth\u0022,\u0022boundingBox\u0022:[3.492,8.3252,3.8726,8.3252,3.8726,8.4413,3.492,8.4413],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022$350\u0022,\u0022boundingBox\u0022:[5.8328,8.3061,6.1586,8.3061,6.1586,8.4515,5.8328,8.4515],\u0022words\u0022:[{\u0022text\u0022:\u0022$350\u0022,\u0022boundingBox\u0022:[5.8328,8.3061,6.1586,8.3061,6.1586,8.4515,5.8328,8.4515],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,8.574,3.018,8.574,3.018,8.6345,2.9586,8.6345],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,8.574,3.018,8.574,3.018,8.6345,2.9586,8.6345],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u002225% discount on program guide\u0022,\u0022boundingBox\u0022:[3.2093,8.5372,5.3419,8.5372,5.3419,8.6811,3.2093,8.6811],\u0022words\u0022:[{\u0022text\u0022:\u002225%\u0022,\u0022boundingBox\u0022:[3.2093,8.5417,3.4817,8.5417,3.4817,8.6545,3.2093,8.6545],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022discount\u0022,\u0022boundingBox\u0022:[3.533,8.5372,4.1018,8.5372,4.1018,8.653,3.533,8.653],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022on\u0022,\u0022boundingBox\u0022:[4.1512,8.5717,4.307,8.5717,4.307,8.653,4.1512,8.653],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022program\u0022,\u0022boundingBox\u0022:[4.3682,8.5717,4.9253,8.5717,4.9253,8.6811,4.3682,8.6811],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022guide\u0022,\u0022boundingBox\u0022:[4.981,8.5372,5.3419,8.5372,5.3419,8.6811,4.981,8.6811],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022advertisements\u0022,\u0022boundingBox\u0022:[3.2075,8.7406,4.2429,8.7406,4.2429,8.8563,3.2075,8.8563],\u0022words\u0022:[{\u0022text\u0022:\u0022advertisements\u0022,\u0022boundingBox\u0022:[3.2075,8.7406,4.2429,8.7406,4.2429,8.8563,3.2075,8.8563],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}}]},{\u0022page\u0022:2,\u0022angle\u0022:0,\u0022width\u0022:8.5,\u0022height\u0022:11,\u0022unit\u0022:\u0022inch\u0022,\u0022lines\u0022:[{\u0022text\u0022:\u0022Vendor #:121\u0022,\u0022boundingBox\u0022:[6.1276,1.0667,7.4833,1.0667,7.4833,1.2403,6.1276,1.2403],\u0022words\u0022:[{\u0022text\u0022:\u0022Vendor\u0022,\u0022boundingBox\u0022:[6.1276,1.0667,6.8657,1.0667,6.8657,1.2403,6.1276,1.2403],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022#:121\u0022,\u0022boundingBox\u0022:[6.9307,1.0759,7.4833,1.0759,7.4833,1.2391,6.9307,1.2391],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022Vendor Details:\u0022,\u0022boundingBox\u0022:[1.0044,2.1771,2.35,2.1771,2.35,2.3315,1.0044,2.3315],\u0022words\u0022:[{\u0022text\u0022:\u0022Vendor\u0022,\u0022boundingBox\u0022:[1.0044,2.1778,1.6496,2.1778,1.6496,2.3315,1.0044,2.3315],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Details:\u0022,\u0022boundingBox\u0022:[1.7239,2.1771,2.35,2.1771,2.35,2.3315,1.7239,2.3315],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022Company Name: Southridge Video\u0022,\u0022boundingBox\u0022:[1.0065,2.7686,3.3477,2.7686,3.3477,2.9128,1.0065,2.9128],\u0022words\u0022:[{\u0022text\u0022:\u0022Company\u0022,\u0022boundingBox\u0022:[1.0065,2.7749,1.651,2.7749,1.651,2.9126,1.0065,2.9126],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Name:\u0022,\u0022boundingBox\u0022:[1.7019,2.7764,2.1376,2.7764,2.1376,2.885,1.7019,2.885],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Southridge\u0022,\u0022boundingBox\u0022:[2.1925,2.7686,2.9184,2.7686,2.9184,2.9128,2.1925,2.9128],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Video\u0022,\u0022boundingBox\u0022:[2.9691,2.7689,3.3477,2.7689,3.3477,2.8847,2.9691,2.8847],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022Contact: Jamie@southridgevideo.com\u0022,\u0022boundingBox\u0022:[1.0065,3.0986,3.5766,3.0986,3.5766,3.2428,1.0065,3.2428],\u0022words\u0022:[{\u0022text\u0022:\u0022Contact:\u0022,\u0022boundingBox\u0022:[1.0065,3.1049,1.5706,3.1049,1.5706,3.215,1.0065,3.215],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Jamie@southridgevideo.com\u0022,\u0022boundingBox\u0022:[1.6205,3.0986,3.5766,3.0986,3.5766,3.2428,1.6205,3.2428],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022Preferred Package: Gold\u0022,\u0022boundingBox\u0022:[1.0115,3.4296,2.6542,3.4296,2.6542,3.5744,1.0115,3.5744],\u0022words\u0022:[{\u0022text\u0022:\u0022Preferred\u0022,\u0022boundingBox\u0022:[1.0115,3.4296,1.6499,3.4296,1.6499,3.5467,1.0115,3.5467],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Package:\u0022,\u0022boundingBox\u0022:[1.7092,3.4302,2.2978,3.4302,2.2978,3.5744,1.7092,3.5744],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Gold\u0022,\u0022boundingBox\u0022:[2.3557,3.4302,2.6542,3.4302,2.6542,3.5463,2.3557,3.5463],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022Special Requests: N/a\u0022,\u0022boundingBox\u0022:[1.0052,3.7537,2.4783,3.7537,2.4783,3.9043,1.0052,3.9043],\u0022words\u0022:[{\u0022text\u0022:\u0022Special\u0022,\u0022boundingBox\u0022:[1.0052,3.7602,1.475,3.7602,1.475,3.9043,1.0052,3.9043],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Requests:\u0022,\u0022boundingBox\u0022:[1.5342,3.7684,2.1899,3.7684,2.1899,3.9043,1.5342,3.9043],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022N/a\u0022,\u0022boundingBox\u0022:[2.254,3.7537,2.4783,3.7537,2.4783,3.8976,2.254,3.8976],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}}]}],\u0022pageResults\u0022:[{\u0022page\u0022:1,\u0022tables\u0022:[{\u0022rows\u0022:13,\u0022columns\u0022:4,\u0022cells\u0022:[{\u0022rowIndex\u0022:0,\u0022columnIndex\u0022:0,\u0022text\u0022:\u0022Package\u0022,\u0022boundingBox\u0022:[0.9975,4.6436,2.6168,4.6436,2.6168,4.8578,0.9975,4.8578],\u0022elements\u0022:[\u0022#/readResults/0/lines/10/words/0\u0022]},{\u0022rowIndex\u0022:0,\u0022columnIndex\u0022:1,\u0022columnSpan\u0022:2,\u0022text\u0022:\u0022Included\u0022,\u0022boundingBox\u0022:[2.6168,4.6436,5.7422,4.6436,5.7422,4.8578,2.6168,4.8578],\u0022elements\u0022:[\u0022#/readResults/0/lines/11/words/0\u0022]},{\u0022rowIndex\u0022:0,\u0022columnIndex\u0022:3,\u0022text\u0022:\u0022Price\u0022,\u0022boundingBox\u0022:[5.7422,4.6436,7.4882,4.6436,7.4882,4.8513,5.7422,4.8578],\u0022elements\u0022:[\u0022#/readResults/0/lines/12/words/0\u0022]},{\u0022rowIndex\u0022:1,\u0022columnIndex\u0022:0,\u0022text\u0022:\u0022Gold Sponsor\u0022,\u0022boundingBox\u0022:[0.9975,4.8578,2.6168,4.8578,2.6168,5.0849,0.9975,5.0914],\u0022elements\u0022:[\u0022#/readResults/0/lines/13/words/0\u0022,\u0022#/readResults/0/lines/13/words/1\u0022]},{\u0022rowIndex\u0022:1,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.6168,4.8578,3.15,4.8578,3.15,5.0849,2.6168,5.0849],\u0022elements\u0022:[\u0022#/readResults/0/lines/14/words/0\u0022]},{\u0022rowIndex\u0022:1,\u0022columnIndex\u0022:2,\u0022text\u0022:\u0022Full booth\u0022,\u0022boundingBox\u0022:[3.15,4.8578,5.7422,4.8578,5.7422,5.0849,3.15,5.0849],\u0022elements\u0022:[\u0022#/readResults/0/lines/15/words/0\u0022,\u0022#/readResults/0/lines/15/words/1\u0022]},{\u0022rowIndex\u0022:1,\u0022columnIndex\u0022:3,\u0022text\u0022:\u0022$1,500\u0022,\u0022boundingBox\u0022:[5.7422,4.8578,7.4882,4.8513,7.4882,5.0849,5.7422,5.0849],\u0022elements\u0022:[\u0022#/readResults/0/lines/16/words/0\u0022]},{\u0022rowIndex\u0022:2,\u0022columnIndex\u0022:0,\u0022rowSpan\u0022:3,\u0022boundingBox\u0022:[0.9975,5.0914,2.6168,5.0849,2.6168,5.9222,0.9975,5.9222]},{\u0022rowIndex\u0022:2,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 \uF0B7\u0022,\u0022boundingBox\u0022:[2.6168,5.0849,3.15,5.0849,3.15,5.5198,2.6168,5.5198],\u0022elements\u0022:[\u0022#/readResults/0/lines/17/words/0\u0022,\u0022#/readResults/0/lines/19/words/0\u0022]},{\u0022rowIndex\u0022:2,\u0022columnIndex\u0022:2,\u0022text\u0022:\u0022Pre-keynote thank you Logo on poster\u0022,\u0022boundingBox\u0022:[3.15,5.0849,5.7422,5.0849,5.7489,5.5133,3.15,5.5198],\u0022elements\u0022:[\u0022#/readResults/0/lines/18/words/0\u0022,\u0022#/readResults/0/lines/18/words/1\u0022,\u0022#/readResults/0/lines/18/words/2\u0022,\u0022#/readResults/0/lines/20/words/0\u0022,\u0022#/readResults/0/lines/20/words/1\u0022,\u0022#/readResults/0/lines/20/words/2\u0022]},{\u0022rowIndex\u0022:2,\u0022columnIndex\u0022:3,\u0022boundingBox\u0022:[5.7422,5.0849,7.4882,5.0849,7.4882,5.5198,5.7489,5.5133]},{\u0022rowIndex\u0022:3,\u0022columnIndex\u0022:1,\u0022columnSpan\u0022:2,\u0022text\u0022:\u0022\uF0B7 Full page ad in program guide\u0022,\u0022boundingBox\u0022:[2.6168,5.5198,5.7489,5.5133,5.7489,5.7404,2.6168,5.7534],\u0022elements\u0022:[\u0022#/readResults/0/lines/21/words/0\u0022,\u0022#/readResults/0/lines/22/words/0\u0022,\u0022#/readResults/0/lines/22/words/1\u0022,\u0022#/readResults/0/lines/22/words/2\u0022,\u0022#/readResults/0/lines/22/words/3\u0022,\u0022#/readResults/0/lines/22/words/4\u0022,\u0022#/readResults/0/lines/22/words/5\u0022]},{\u0022rowIndex\u0022:3,\u0022columnIndex\u0022:3,\u0022boundingBox\u0022:[5.7489,5.5133,7.4882,5.5198,7.4882,5.7469,5.7489,5.7404]},{\u0022rowIndex\u0022:4,\u0022columnIndex\u0022:1,\u0022columnSpan\u0022:2,\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.6168,5.7534,5.7489,5.7404,5.7489,5.9222,2.6168,5.9222],\u0022elements\u0022:[\u0022#/readResults/0/lines/23/words/0\u0022]},{\u0022rowIndex\u0022:4,\u0022columnIndex\u0022:3,\u0022boundingBox\u0022:[5.7489,5.7404,7.4882,5.7469,7.4948,5.9222,5.7489,5.9222]},{\u0022rowIndex\u0022:5,\u0022columnIndex\u0022:0,\u0022rowSpan\u0022:2,\u0022text\u0022:\u0022Silver Sponsor\u0022,\u0022boundingBox\u0022:[0.9975,5.9222,2.6168,5.9222,2.6168,6.7853,0.9975,6.7788],\u0022elements\u0022:[\u0022#/readResults/0/lines/24/words/0\u0022,\u0022#/readResults/0/lines/24/words/1\u0022]},{\u0022rowIndex\u0022:5,\u0022columnIndex\u0022:1,\u0022rowSpan\u0022:2,\u0022text\u0022:\u0022\uF0B7 \uF0B7 \uF0B7 \uF0B7\u0022,\u0022boundingBox\u0022:[2.6168,5.9222,3.15,5.9222,3.15,6.7853,2.6168,6.7853],\u0022elements\u0022:[\u0022#/readResults/0/lines/25/words/0\u0022,\u0022#/readResults/0/lines/28/words/0\u0022,\u0022#/readResults/0/lines/30/words/0\u0022,\u0022#/readResults/0/lines/32/words/0\u0022]},{\u0022rowIndex\u0022:5,\u0022columnIndex\u0022:2,\u0022rowSpan\u0022:2,\u0022text\u0022:\u0022Full booth Post-keynote thank you Logo on poster Half page ad in program guide\u0022,\u0022boundingBox\u0022:[3.15,5.9222,5.7489,5.9222,5.7489,6.7853,3.15,6.7853],\u0022elements\u0022:[\u0022#/readResults/0/lines/26/words/0\u0022,\u0022#/readResults/0/lines/26/words/1\u0022,\u0022#/readResults/0/lines/29/words/0\u0022,\u0022#/readResults/0/lines/29/words/1\u0022,\u0022#/readResults/0/lines/29/words/2\u0022,\u0022#/readResults/0/lines/31/words/0\u0022,\u0022#/readResults/0/lines/31/words/1\u0022,\u0022#/readResults/0/lines/31/words/2\u0022,\u0022#/readResults/0/lines/33/words/0\u0022,\u0022#/readResults/0/lines/33/words/1\u0022,\u0022#/readResults/0/lines/33/words/2\u0022,\u0022#/readResults/0/lines/33/words/3\u0022,\u0022#/readResults/0/lines/33/words/4\u0022,\u0022#/readResults/0/lines/33/words/5\u0022]},{\u0022rowIndex\u0022:5,\u0022columnIndex\u0022:3,\u0022rowSpan\u0022:2,\u0022text\u0022:\u0022$1,200\u0022,\u0022boundingBox\u0022:[5.7489,5.9222,7.4948,5.9222,7.4948,6.7788,5.7489,6.7853],\u0022elements\u0022:[\u0022#/readResults/0/lines/27/words/0\u0022]},{\u0022rowIndex\u0022:7,\u0022columnIndex\u0022:0,\u0022rowSpan\u0022:2,\u0022text\u0022:\u0022Bronze Sponsor\u0022,\u0022boundingBox\u0022:[0.9975,6.7788,2.6168,6.7853,2.6168,7.6355,0.9975,7.629],\u0022elements\u0022:[\u0022#/readResults/0/lines/34/words/0\u0022,\u0022#/readResults/0/lines/34/words/1\u0022]},{\u0022rowIndex\u0022:7,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.6168,6.7853,3.15,6.7853,3.15,7.019,2.6168,7.019],\u0022elements\u0022:[\u0022#/readResults/0/lines/35/words/0\u0022]},{\u0022rowIndex\u0022:7,\u0022columnIndex\u0022:2,\u0022rowSpan\u0022:2,\u0022text\u0022:\u0022Full booth Logo on poster 50% discount on program guide advertisements\u0022,\u0022boundingBox\u0022:[3.15,6.7853,5.7489,6.7853,5.7489,7.6355,3.1433,7.6355],\u0022elements\u0022:[\u0022#/readResults/0/lines/36/words/0\u0022,\u0022#/readResults/0/lines/36/words/1\u0022,\u0022#/readResults/0/lines/39/words/0\u0022,\u0022#/readResults/0/lines/39/words/1\u0022,\u0022#/readResults/0/lines/39/words/2\u0022,\u0022#/readResults/0/lines/41/words/0\u0022,\u0022#/readResults/0/lines/41/words/1\u0022,\u0022#/readResults/0/lines/41/words/2\u0022,\u0022#/readResults/0/lines/41/words/3\u0022,\u0022#/readResults/0/lines/41/words/4\u0022,\u0022#/readResults/0/lines/42/words/0\u0022]},{\u0022rowIndex\u0022:7,\u0022columnIndex\u0022:3,\u0022rowSpan\u0022:2,\u0022text\u0022:\u0022$1,000\u0022,\u0022boundingBox\u0022:[5.7489,6.7853,7.4948,6.7788,7.4948,7.6355,5.7489,7.6355],\u0022elements\u0022:[\u0022#/readResults/0/lines/37/words/0\u0022]},{\u0022rowIndex\u0022:8,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 \uF0B7\u0022,\u0022boundingBox\u0022:[2.6168,7.019,3.15,7.019,3.1433,7.6355,2.6168,7.6355],\u0022elements\u0022:[\u0022#/readResults/0/lines/38/words/0\u0022,\u0022#/readResults/0/lines/40/words/0\u0022]},{\u0022rowIndex\u0022:9,\u0022columnIndex\u0022:0,\u0022rowSpan\u0022:2,\u0022text\u0022:\u0022Full Booth\u0022,\u0022boundingBox\u0022:[0.9975,7.629,2.6168,7.6355,2.6102,8.2651,0.9975,8.2651],\u0022elements\u0022:[\u0022#/readResults/0/lines/43/words/0\u0022,\u0022#/readResults/0/lines/43/words/1\u0022]},{\u0022rowIndex\u0022:9,\u0022columnIndex\u0022:1,\u0022rowSpan\u0022:2,\u0022columnSpan\u0022:2,\u0022text\u0022:\u0022\uF0B7 Full booth \uF0B7 50% discount on program guide advertisements\u0022,\u0022boundingBox\u0022:[2.6168,7.6355,5.7489,7.6355,5.7489,8.2651,2.6102,8.2651],\u0022elements\u0022:[\u0022#/readResults/0/lines/44/words/0\u0022,\u0022#/readResults/0/lines/45/words/0\u0022,\u0022#/readResults/0/lines/45/words/1\u0022,\u0022#/readResults/0/lines/47/words/0\u0022,\u0022#/readResults/0/lines/48/words/0\u0022,\u0022#/readResults/0/lines/48/words/1\u0022,\u0022#/readResults/0/lines/48/words/2\u0022,\u0022#/readResults/0/lines/48/words/3\u0022,\u0022#/readResults/0/lines/48/words/4\u0022,\u0022#/readResults/0/lines/49/words/0\u0022]},{\u0022rowIndex\u0022:9,\u0022columnIndex\u0022:3,\u0022rowSpan\u0022:2,\u0022text\u0022:\u0022$600\u0022,\u0022boundingBox\u0022:[5.7489,7.6355,7.4948,7.6355,7.4948,8.2651,5.7489,8.2651],\u0022elements\u0022:[\u0022#/readResults/0/lines/46/words/0\u0022]},{\u0022rowIndex\u0022:11,\u0022columnIndex\u0022:0,\u0022rowSpan\u0022:2,\u0022text\u0022:\u0022Half Booth\u0022,\u0022boundingBox\u0022:[0.9975,8.2651,2.6102,8.2651,2.6102,8.9011,0.9975,8.9011],\u0022elements\u0022:[\u0022#/readResults/0/lines/50/words/0\u0022,\u0022#/readResults/0/lines/50/words/1\u0022]},{\u0022rowIndex\u0022:11,\u0022columnIndex\u0022:1,\u0022rowSpan\u0022:2,\u0022columnSpan\u0022:2,\u0022text\u0022:\u0022\uF0B7 Full booth \uF0B7 25% discount on program guide advertisements\u0022,\u0022boundingBox\u0022:[2.6102,8.2651,5.7489,8.2651,5.7489,8.9011,2.6102,8.9011],\u0022elements\u0022:[\u0022#/readResults/0/lines/51/words/0\u0022,\u0022#/readResults/0/lines/52/words/0\u0022,\u0022#/readResults/0/lines/52/words/1\u0022,\u0022#/readResults/0/lines/54/words/0\u0022,\u0022#/readResults/0/lines/55/words/0\u0022,\u0022#/readResults/0/lines/55/words/1\u0022,\u0022#/readResults/0/lines/55/words/2\u0022,\u0022#/readResults/0/lines/55/words/3\u0022,\u0022#/readResults/0/lines/55/words/4\u0022,\u0022#/readResults/0/lines/56/words/0\u0022]},{\u0022rowIndex\u0022:11,\u0022columnIndex\u0022:3,\u0022rowSpan\u0022:2,\u0022text\u0022:\u0022$350\u0022,\u0022boundingBox\u0022:[5.7489,8.2651,7.4948,8.2651,7.4948,8.9011,5.7489,8.9011],\u0022elements\u0022:[\u0022#/readResults/0/lines/53/words/0\u0022]}],\u0022boundingBox\u0022:[0.994,4.6469,7.4953,4.6454,7.4964,8.9061,0.9936,8.9066]}]},{\u0022page\u0022:2}],\u0022documentResults\u0022:[{\u0022docType\u0022:\u0022prebuilt:invoice\u0022,\u0022pageRange\u0022:[1,2],\u0022fields\u0022:{\u0022VendorName\u0022:{\u0022type\u0022:\u0022string\u0022,\u0022valueString\u0022:\u0022Southridge Video\u0022,\u0022text\u0022:\u0022Southridge Video\u0022,\u0022boundingBox\u0022:[2.1925,2.7686,3.3477,2.7686,3.3477,2.9128,2.1925,2.9128],\u0022page\u0022:2,\u0022confidence\u0022:0.969,\u0022elements\u0022:[\u0022#/readResults/1/lines/2/words/2\u0022,\u0022#/readResults/1/lines/2/words/3\u0022]},\u0022RemittanceAddressRecipient\u0022:{\u0022type\u0022:\u0022string\u0022,\u0022valueString\u0022:\u0022Contoso Ltd.\u0022,\u0022text\u0022:\u0022Contoso Ltd.\u0022,\u0022boundingBox\u0022:[1.0078,3.5739,1.843,3.5739,1.843,3.6897,1.0078,3.6897],\u0022page\u0022:1,\u0022confidence\u0022:0.954,\u0022elements\u0022:[\u0022#/readResults/0/lines/6/words/0\u0022,\u0022#/readResults/0/lines/6/words/1\u0022]},\u0022RemittanceAddress\u0022:{\u0022type\u0022:\u0022string\u0022,\u0022valueString\u0022:\u00222345 Dogwood Lane Birch, Kansas 98123\u0022,\u0022text\u0022:\u00222345 Dogwood Lane Birch, Kansas 98123\u0022,\u0022boundingBox\u0022:[1.0093,3.7939,2.3768,3.7939,2.3768,4.1518,1.0093,4.1518],\u0022page\u0022:1,\u0022confidence\u0022:0.952,\u0022elements\u0022:[\u0022#/readResults/0/lines/7/words/0\u0022,\u0022#/readResults/0/lines/7/words/1\u0022,\u0022#/readResults/0/lines/7/words/2\u0022,\u0022#/readResults/0/lines/8/words/0\u0022,\u0022#/readResults/0/lines/8/words/1\u0022,\u0022#/readResults/0/lines/8/words/2\u0022]}}}]}}" + } + ], + "Variables": { + "FORM_RECOGNIZER_API_KEY": "Sanitized", + "FORM_RECOGNIZER_ENDPOINT": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/", + "RandomSeed": "1060016095" + } +} \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeInvoicesCanParseMultipageForm(True)Async.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeInvoicesCanParseMultipageForm(True)Async.json new file mode 100644 index 0000000000000..34896fa10a327 --- /dev/null +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeInvoicesCanParseMultipageForm(True)Async.json @@ -0,0 +1,274 @@ +{ + "Entries": [ + { + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/invoice/analyze?includeTextDetails=true", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Content-Length": "711607", + "Content-Type": "application/pdf", + "Ocp-Apim-Subscription-Key": "Sanitized", + "traceparent": "00-6347956372c30342a50f153a239d5762-38ea50443183dc45-00", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201102.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "60befd157dc1d7ff7b354b3134a7bc1a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "apim-request-id": "6d28392f-f67a-4df4-881c-3f20b40b0f99", + "Content-Length": "0", + "Date": "Mon, 02 Nov 2020 22:26:50 GMT", + "Operation-Location": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/invoice/analyzeResults/6d28392f-f67a-4df4-881c-3f20b40b0f99", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "259" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/invoice/analyzeResults/6d28392f-f67a-4df4-881c-3f20b40b0f99", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201102.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "3e90fe77f68b4414905f2a6670a4c389", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "fb4503fa-0016-4181-8647-68587665388b", + "Content-Length": "109", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 02 Nov 2020 22:26:50 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "9" + }, + "ResponseBody": { + "status": "notStarted", + "createdDateTime": "2020-11-02T22:26:51Z", + "lastUpdatedDateTime": "2020-11-02T22:26:51Z" + } + }, + { + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/invoice/analyzeResults/6d28392f-f67a-4df4-881c-3f20b40b0f99", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201102.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "f2062753079cde3d2eff68daf8a85e39", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "3d6a2608-875f-4b25-8ca3-527c5df70391", + "Content-Length": "106", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 02 Nov 2020 22:26:51 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "8" + }, + "ResponseBody": { + "status": "running", + "createdDateTime": "2020-11-02T22:26:51Z", + "lastUpdatedDateTime": "2020-11-02T22:26:51Z" + } + }, + { + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/invoice/analyzeResults/6d28392f-f67a-4df4-881c-3f20b40b0f99", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201102.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "5dcccad9d0441eafe87acf62539866d6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "5d6abbf3-2820-4ebf-ba09-06dc99d48dba", + "Content-Length": "106", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 02 Nov 2020 22:26:52 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "9" + }, + "ResponseBody": { + "status": "running", + "createdDateTime": "2020-11-02T22:26:51Z", + "lastUpdatedDateTime": "2020-11-02T22:26:51Z" + } + }, + { + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/invoice/analyzeResults/6d28392f-f67a-4df4-881c-3f20b40b0f99", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201102.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "0ddec172c9a06f7dc0b20f8c8d394be8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "54958124-9daf-4b67-a776-b0afd532d21e", + "Content-Length": "106", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 02 Nov 2020 22:26:53 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "9" + }, + "ResponseBody": { + "status": "running", + "createdDateTime": "2020-11-02T22:26:51Z", + "lastUpdatedDateTime": "2020-11-02T22:26:51Z" + } + }, + { + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/invoice/analyzeResults/6d28392f-f67a-4df4-881c-3f20b40b0f99", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201102.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "a58df10166d8824577e7092237db8b95", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "65e5b1e9-229b-47bb-8fd2-2fb5fe5e811d", + "Content-Length": "106", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 02 Nov 2020 22:26:54 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "10" + }, + "ResponseBody": { + "status": "running", + "createdDateTime": "2020-11-02T22:26:51Z", + "lastUpdatedDateTime": "2020-11-02T22:26:51Z" + } + }, + { + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/invoice/analyzeResults/6d28392f-f67a-4df4-881c-3f20b40b0f99", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201102.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "3768929851c90f994c5c9c92c12391af", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "5019007a-e8f8-472c-a5cc-dab18ad0c578", + "Content-Length": "106", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 02 Nov 2020 22:26:56 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "8" + }, + "ResponseBody": { + "status": "running", + "createdDateTime": "2020-11-02T22:26:51Z", + "lastUpdatedDateTime": "2020-11-02T22:26:51Z" + } + }, + { + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/invoice/analyzeResults/6d28392f-f67a-4df4-881c-3f20b40b0f99", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201102.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "6160e72ec10b0cfe7b5b95b8c05b37e5", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "77c1af1e-4ab4-4bd0-bf4a-10aa81e149a3", + "Content-Length": "106", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 02 Nov 2020 22:26:57 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "9" + }, + "ResponseBody": { + "status": "running", + "createdDateTime": "2020-11-02T22:26:51Z", + "lastUpdatedDateTime": "2020-11-02T22:26:51Z" + } + }, + { + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/invoice/analyzeResults/6d28392f-f67a-4df4-881c-3f20b40b0f99", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201102.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "fbf37a2614d1af1e587d587bcab3c153", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "3d61e86d-b64f-46bb-9ac8-7be745a6e75e", + "Content-Length": "37110", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 02 Nov 2020 22:26:58 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "26" + }, + "ResponseBody": "{\u0022status\u0022:\u0022succeeded\u0022,\u0022createdDateTime\u0022:\u00222020-11-02T22:26:51Z\u0022,\u0022lastUpdatedDateTime\u0022:\u00222020-11-02T22:26:58Z\u0022,\u0022analyzeResult\u0022:{\u0022version\u0022:\u00222.1.0\u0022,\u0022readResults\u0022:[{\u0022page\u0022:1,\u0022angle\u0022:0,\u0022width\u0022:8.5,\u0022height\u0022:11,\u0022unit\u0022:\u0022inch\u0022,\u0022lines\u0022:[{\u0022text\u0022:\u0022Vendor #:121\u0022,\u0022boundingBox\u0022:[6.1276,1.0667,7.4833,1.0667,7.4833,1.2403,6.1276,1.2403],\u0022words\u0022:[{\u0022text\u0022:\u0022Vendor\u0022,\u0022boundingBox\u0022:[6.1276,1.0667,6.8657,1.0667,6.8657,1.2403,6.1276,1.2403],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022#:121\u0022,\u0022boundingBox\u0022:[6.9307,1.0759,7.4833,1.0759,7.4833,1.2391,6.9307,1.2391],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022Vendor Registration\u0022,\u0022boundingBox\u0022:[2.2268,1.5733,6.2379,1.5733,6.2379,2.005,2.2268,2.005],\u0022words\u0022:[{\u0022text\u0022:\u0022Vendor\u0022,\u0022boundingBox\u0022:[2.2268,1.5733,3.703,1.5733,3.703,1.9207,2.2268,1.9207],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Registration\u0022,\u0022boundingBox\u0022:[3.8661,1.5883,6.2379,1.5883,6.2379,2.005,3.8661,2.005],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022Contoso Ltd. Conference will be held on May 28-29, 2020 at the Elm Conference Center in\u0022,\u0022boundingBox\u0022:[1.0078,2.5846,7.0776,2.5846,7.0776,2.7293,1.0078,2.7293],\u0022words\u0022:[{\u0022text\u0022:\u0022Contoso\u0022,\u0022boundingBox\u0022:[1.0078,2.5919,1.5548,2.5919,1.5548,2.7013,1.0078,2.7013],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Ltd.\u0022,\u0022boundingBox\u0022:[1.6125,2.5856,1.843,2.5856,1.843,2.7013,1.6125,2.7013],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Conference\u0022,\u0022boundingBox\u0022:[1.8996,2.5846,2.6636,2.5846,2.6636,2.7013,1.8996,2.7013],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022will\u0022,\u0022boundingBox\u0022:[2.7122,2.5852,2.9307,2.5852,2.9307,2.7003,2.7122,2.7003],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022be\u0022,\u0022boundingBox\u0022:[2.9922,2.5852,3.1419,2.5852,3.1419,2.7013,2.9922,2.7013],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022held\u0022,\u0022boundingBox\u0022:[3.1987,2.5852,3.4704,2.5852,3.4704,2.7013,3.1987,2.7013],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022on\u0022,\u0022boundingBox\u0022:[3.53,2.62,3.6846,2.62,3.6846,2.7013,3.53,2.7013],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022May\u0022,\u0022boundingBox\u0022:[3.7498,2.5934,4.0422,2.5934,4.0422,2.7293,3.7498,2.7293],\u0022confidence\u0022:1},{\u0022text\u0022:\u002228-29,\u0022,\u0022boundingBox\u0022:[4.0877,2.5914,4.5042,2.5914,4.5042,2.7236,4.0877,2.7236],\u0022confidence\u0022:1},{\u0022text\u0022:\u00222020\u0022,\u0022boundingBox\u0022:[4.5586,2.5914,4.884,2.5914,4.884,2.7017,4.5586,2.7017],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022at\u0022,\u0022boundingBox\u0022:[4.9351,2.6014,5.0577,2.6014,5.0577,2.7013,4.9351,2.7013],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022the\u0022,\u0022boundingBox\u0022:[5.1033,2.5852,5.3202,2.5852,5.3202,2.7013,5.1033,2.7013],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Elm\u0022,\u0022boundingBox\u0022:[5.3787,2.5852,5.6051,2.5852,5.6051,2.7003,5.3787,2.7003],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Conference\u0022,\u0022boundingBox\u0022:[5.6624,2.5846,6.4263,2.5846,6.4263,2.7013,5.6624,2.7013],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Center\u0022,\u0022boundingBox\u0022:[6.4796,2.5919,6.9234,2.5919,6.9234,2.7013,6.4796,2.7013],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022in\u0022,\u0022boundingBox\u0022:[6.9765,2.5905,7.0776,2.5905,7.0776,2.7003,6.9765,2.7003],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022Maple City, Massachusetts. The conference has sold out of its 1,500 tickets, with a 400 person\u0022,\u0022boundingBox\u0022:[1.014,2.8029,7.3457,2.8029,7.3457,2.9478,1.014,2.9478],\u0022words\u0022:[{\u0022text\u0022:\u0022Maple\u0022,\u0022boundingBox\u0022:[1.014,2.8036,1.4242,2.8036,1.4242,2.9478,1.014,2.9478],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022City,\u0022,\u0022boundingBox\u0022:[1.4763,2.8089,1.7576,2.8089,1.7576,2.9478,1.4763,2.9478],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Massachusetts.\u0022,\u0022boundingBox\u0022:[1.8195,2.8036,2.8383,2.8036,2.8383,2.9197,1.8195,2.9197],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022The\u0022,\u0022boundingBox\u0022:[2.8883,2.8036,3.1326,2.8036,3.1326,2.9197,2.8883,2.9197],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022conference\u0022,\u0022boundingBox\u0022:[3.1842,2.8029,3.9301,2.8029,3.9301,2.9197,3.1842,2.9197],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022has\u0022,\u0022boundingBox\u0022:[3.9871,2.8036,4.2019,2.8036,4.2019,2.9197,3.9871,2.9197],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022sold\u0022,\u0022boundingBox\u0022:[4.2529,2.8036,4.5104,2.8036,4.5104,2.9197,4.2529,2.9197],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022out\u0022,\u0022boundingBox\u0022:[4.5701,2.8197,4.7871,2.8197,4.7871,2.9197,4.5701,2.9197],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022of\u0022,\u0022boundingBox\u0022:[4.8373,2.8029,4.9701,2.8029,4.9701,2.9197,4.8373,2.9197],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022its\u0022,\u0022boundingBox\u0022:[5.0169,2.8089,5.1601,2.8089,5.1601,2.9197,5.0169,2.9197],\u0022confidence\u0022:1},{\u0022text\u0022:\u00221,500\u0022,\u0022boundingBox\u0022:[5.2167,2.81,5.5766,2.81,5.5766,2.9418,5.2167,2.9418],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022tickets,\u0022,\u0022boundingBox\u0022:[5.6227,2.8036,6.0928,2.8036,6.0928,2.9418,5.6227,2.9418],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022with\u0022,\u0022boundingBox\u0022:[6.1461,2.8036,6.4308,2.8036,6.4308,2.9195,6.1461,2.9195],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022a\u0022,\u0022boundingBox\u0022:[6.488,2.8383,6.548,2.8383,6.548,2.9197,6.488,2.9197],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022400\u0022,\u0022boundingBox\u0022:[6.6016,2.81,6.8449,2.81,6.8449,2.9197,6.6016,2.9197],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022person\u0022,\u0022boundingBox\u0022:[6.8998,2.8383,7.3457,2.8383,7.3457,2.9478,6.8998,2.9478],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022waitlist. Vendor applications are being accepted through Feb 28, 2020. Please fill in the form\u0022,\u0022boundingBox\u0022:[1.0043,3.0229,7.2482,3.0229,7.2482,3.1678,1.0043,3.1678],\u0022words\u0022:[{\u0022text\u0022:\u0022waitlist.\u0022,\u0022boundingBox\u0022:[1.0043,3.0236,1.5194,3.0236,1.5194,3.1397,1.0043,3.1397],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Vendor\u0022,\u0022boundingBox\u0022:[1.5733,3.0239,2.0654,3.0239,2.0654,3.1397,1.5733,3.1397],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022applications\u0022,\u0022boundingBox\u0022:[2.1132,3.0236,2.9143,3.0236,2.9143,3.1678,2.1132,3.1678],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022are\u0022,\u0022boundingBox\u0022:[2.9675,3.0583,3.1726,3.0583,3.1726,3.1397,2.9675,3.1397],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022being\u0022,\u0022boundingBox\u0022:[3.2306,3.0236,3.5889,3.0236,3.5889,3.1678,3.2306,3.1678],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022accepted\u0022,\u0022boundingBox\u0022:[3.6388,3.0239,4.2336,3.0239,4.2336,3.1678,3.6388,3.1678],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022through\u0022,\u0022boundingBox\u0022:[4.2862,3.0236,4.8127,3.0236,4.8127,3.1678,4.2862,3.1678],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Feb\u0022,\u0022boundingBox\u0022:[4.8815,3.0236,5.1133,3.0236,5.1133,3.14,4.8815,3.14],\u0022confidence\u0022:1},{\u0022text\u0022:\u002228,\u0022,\u0022boundingBox\u0022:[5.163,3.0297,5.361,3.0297,5.361,3.162,5.163,3.162],\u0022confidence\u0022:1},{\u0022text\u0022:\u00222020.\u0022,\u0022boundingBox\u0022:[5.413,3.0297,5.7774,3.0297,5.7774,3.14,5.413,3.14],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Please\u0022,\u0022boundingBox\u0022:[5.8406,3.0236,6.2537,3.0236,6.2537,3.1397,5.8406,3.1397],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022fill\u0022,\u0022boundingBox\u0022:[6.3022,3.0229,6.4539,3.0229,6.4539,3.1387,6.3022,3.1387],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022in\u0022,\u0022boundingBox\u0022:[6.5131,3.0289,6.6158,3.0289,6.6158,3.1387,6.5131,3.1387],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022the\u0022,\u0022boundingBox\u0022:[6.6673,3.0236,6.8842,3.0236,6.8842,3.1397,6.6673,3.1397],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022form\u0022,\u0022boundingBox\u0022:[6.9317,3.0229,7.2482,3.0229,7.2482,3.1397,6.9317,3.1397],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022below, and attach a check made out to:\u0022,\u0022boundingBox\u0022:[1.0125,3.2436,3.6599,3.2436,3.6599,3.3818,1.0125,3.3818],\u0022words\u0022:[{\u0022text\u0022:\u0022below,\u0022,\u0022boundingBox\u0022:[1.0125,3.2436,1.4459,3.2436,1.4459,3.3818,1.0125,3.3818],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022and\u0022,\u0022boundingBox\u0022:[1.5024,3.2439,1.7371,3.2439,1.7371,3.3597,1.5024,3.3597],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022attach\u0022,\u0022boundingBox\u0022:[1.7968,3.2436,2.2047,3.2436,2.2047,3.3597,1.7968,3.3597],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022a\u0022,\u0022boundingBox\u0022:[2.2619,3.2783,2.3219,3.2783,2.3219,3.3597,2.2619,3.3597],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022check\u0022,\u0022boundingBox\u0022:[2.379,3.2436,2.7529,3.2436,2.7529,3.3597,2.379,3.3597],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022made\u0022,\u0022boundingBox\u0022:[2.8076,3.2439,3.17,3.2439,3.17,3.3597,2.8076,3.3597],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022out\u0022,\u0022boundingBox\u0022:[3.2251,3.2597,3.4421,3.2597,3.4421,3.3597,3.2251,3.3597],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022to:\u0022,\u0022boundingBox\u0022:[3.4869,3.2597,3.6599,3.2597,3.6599,3.3597,3.4869,3.3597],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022Contoso Ltd.\u0022,\u0022boundingBox\u0022:[1.0078,3.5739,1.843,3.5739,1.843,3.6897,1.0078,3.6897],\u0022words\u0022:[{\u0022text\u0022:\u0022Contoso\u0022,\u0022boundingBox\u0022:[1.0078,3.5802,1.5548,3.5802,1.5548,3.6897,1.0078,3.6897],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Ltd.\u0022,\u0022boundingBox\u0022:[1.6125,3.5739,1.843,3.5739,1.843,3.6897,1.6125,3.6897],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u00222345 Dogwood Lane\u0022,\u0022boundingBox\u0022:[1.0093,3.7939,2.3768,3.7939,2.3768,3.9378,1.0093,3.9378],\u0022words\u0022:[{\u0022text\u0022:\u00222345\u0022,\u0022boundingBox\u0022:[1.0093,3.8,1.3297,3.8,1.3297,3.9097,1.0093,3.9097],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Dogwood\u0022,\u0022boundingBox\u0022:[1.3899,3.7939,2.0149,3.7939,2.0149,3.9378,1.3899,3.9378],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Lane\u0022,\u0022boundingBox\u0022:[2.0788,3.8012,2.3768,3.8012,2.3768,3.9097,2.0788,3.9097],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022Birch, Kansas 98123\u0022,\u0022boundingBox\u0022:[1.014,4.0136,2.3377,4.0136,2.3377,4.1518,1.014,4.1518],\u0022words\u0022:[{\u0022text\u0022:\u0022Birch,\u0022,\u0022boundingBox\u0022:[1.014,4.0136,1.3745,4.0136,1.3745,4.1518,1.014,4.1518],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Kansas\u0022,\u0022boundingBox\u0022:[1.4375,4.0212,1.8819,4.0212,1.8819,4.1297,1.4375,4.1297],\u0022confidence\u0022:1},{\u0022text\u0022:\u002298123\u0022,\u0022boundingBox\u0022:[1.9318,4.02,2.3377,4.02,2.3377,4.1297,1.9318,4.1297],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022Rates:\u0022,\u0022boundingBox\u0022:[1.0204,4.4248,1.5303,4.4248,1.5303,4.5682,1.0204,4.5682],\u0022words\u0022:[{\u0022text\u0022:\u0022Rates:\u0022,\u0022boundingBox\u0022:[1.0204,4.4248,1.5303,4.4248,1.5303,4.5682,1.0204,4.5682],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022Package\u0022,\u0022boundingBox\u0022:[1.0923,4.6986,1.6232,4.6986,1.6232,4.8428,1.0923,4.8428],\u0022words\u0022:[{\u0022text\u0022:\u0022Package\u0022,\u0022boundingBox\u0022:[1.0923,4.6986,1.6232,4.6986,1.6232,4.8428,1.0923,4.8428],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022Included\u0022,\u0022boundingBox\u0022:[2.713,4.6986,3.2707,4.6986,3.2707,4.8147,2.713,4.8147],\u0022words\u0022:[{\u0022text\u0022:\u0022Included\u0022,\u0022boundingBox\u0022:[2.713,4.6986,3.2707,4.6986,3.2707,4.8147,2.713,4.8147],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022Price\u0022,\u0022boundingBox\u0022:[5.838,4.7039,6.1513,4.7039,6.1513,4.8147,5.838,4.8147],\u0022words\u0022:[{\u0022text\u0022:\u0022Price\u0022,\u0022boundingBox\u0022:[5.838,4.7039,6.1513,4.7039,6.1513,4.8147,5.838,4.8147],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022Gold Sponsor\u0022,\u0022boundingBox\u0022:[1.0857,4.9086,1.9831,4.9086,1.9831,5.0528,1.0857,5.0528],\u0022words\u0022:[{\u0022text\u0022:\u0022Gold\u0022,\u0022boundingBox\u0022:[1.0857,4.9086,1.3842,4.9086,1.3842,5.0247,1.0857,5.0247],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Sponsor\u0022,\u0022boundingBox\u0022:[1.4423,4.915,1.9831,4.915,1.9831,5.0528,1.4423,5.0528],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,4.954,3.018,4.954,3.018,5.0145,2.9586,5.0145],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,4.954,3.018,4.954,3.018,5.0145,2.9586,5.0145],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022Full booth\u0022,\u0022boundingBox\u0022:[3.214,4.9169,3.8726,4.9169,3.8726,5.033,3.214,5.033],\u0022words\u0022:[{\u0022text\u0022:\u0022Full\u0022,\u0022boundingBox\u0022:[3.214,4.9169,3.4295,4.9169,3.4295,5.033,3.214,5.033],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022booth\u0022,\u0022boundingBox\u0022:[3.492,4.9169,3.8726,4.9169,3.8726,5.033,3.492,5.033],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022$1,500\u0022,\u0022boundingBox\u0022:[5.8328,4.8977,6.2829,4.8977,6.2829,5.0468,5.8328,5.0468],\u0022words\u0022:[{\u0022text\u0022:\u0022$1,500\u0022,\u0022boundingBox\u0022:[5.8328,4.8977,6.2829,4.8977,6.2829,5.0468,5.8328,5.0468],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,5.1673,3.018,5.1673,3.018,5.2279,2.9586,5.2279],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,5.1673,3.018,5.1673,3.018,5.2279,2.9586,5.2279],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022Pre-keynote thank you\u0022,\u0022boundingBox\u0022:[3.214,5.1302,4.7267,5.1302,4.7267,5.2744,3.214,5.2744],\u0022words\u0022:[{\u0022text\u0022:\u0022Pre-keynote\u0022,\u0022boundingBox\u0022:[3.214,5.1302,4.0183,5.1302,4.0183,5.2744,3.214,5.2744],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022thank\u0022,\u0022boundingBox\u0022:[4.0665,5.1302,4.4475,5.1302,4.4475,5.2463,4.0665,5.2463],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022you\u0022,\u0022boundingBox\u0022:[4.4903,5.165,4.7267,5.165,4.7267,5.2744,4.4903,5.2744],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,5.379,3.018,5.379,3.018,5.4395,2.9586,5.4395],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,5.379,3.018,5.379,3.018,5.4395,2.9586,5.4395],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022Logo on poster\u0022,\u0022boundingBox\u0022:[3.214,5.3495,4.2093,5.3495,4.2093,5.4861,3.214,5.4861],\u0022words\u0022:[{\u0022text\u0022:\u0022Logo\u0022,\u0022boundingBox\u0022:[3.214,5.3495,3.5163,5.3495,3.5163,5.4861,3.214,5.4861],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022on\u0022,\u0022boundingBox\u0022:[3.5686,5.3767,3.7244,5.3767,3.7244,5.458,3.5686,5.458],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022poster\u0022,\u0022boundingBox\u0022:[3.7888,5.358,4.2093,5.358,4.2093,5.4861,3.7888,5.4861],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,5.5923,3.018,5.5923,3.018,5.6529,2.9586,5.6529],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,5.5923,3.018,5.5923,3.018,5.6529,2.9586,5.6529],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022Full page ad in program guide\u0022,\u0022boundingBox\u0022:[3.214,5.5552,5.201,5.5552,5.201,5.6994,3.214,5.6994],\u0022words\u0022:[{\u0022text\u0022:\u0022Full\u0022,\u0022boundingBox\u0022:[3.214,5.5552,3.4295,5.5552,3.4295,5.6713,3.214,5.6713],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022page\u0022,\u0022boundingBox\u0022:[3.492,5.59,3.7989,5.59,3.7989,5.6994,3.492,5.6994],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022ad\u0022,\u0022boundingBox\u0022:[3.8519,5.5556,3.9991,5.5556,3.9991,5.6713,3.8519,5.6713],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022in\u0022,\u0022boundingBox\u0022:[4.0599,5.5605,4.1626,5.5605,4.1626,5.6703,4.0599,5.6703],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022program\u0022,\u0022boundingBox\u0022:[4.2248,5.59,4.7839,5.59,4.7839,5.6994,4.2248,5.6994],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022guide\u0022,\u0022boundingBox\u0022:[4.8367,5.5556,5.201,5.5556,5.201,5.6994,4.8367,5.6994],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,5.804,3.018,5.804,3.018,5.8645,2.9586,5.8645],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,5.804,3.018,5.804,3.018,5.8645,2.9586,5.8645],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022Silver Sponsor\u0022,\u0022boundingBox\u0022:[1.0842,5.9786,2.0339,5.9786,2.0339,6.1228,1.0842,6.1228],\u0022words\u0022:[{\u0022text\u0022:\u0022Silver\u0022,\u0022boundingBox\u0022:[1.0842,5.9786,1.4443,5.9786,1.4443,6.0947,1.0842,6.0947],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Sponsor\u0022,\u0022boundingBox\u0022:[1.4904,5.985,2.0339,5.985,2.0339,6.1228,1.4904,6.1228],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,6.024,3.018,6.024,3.018,6.0845,2.9586,6.0845],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,6.024,3.018,6.024,3.018,6.0845,2.9586,6.0845],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022Full booth\u0022,\u0022boundingBox\u0022:[3.214,5.9869,3.8726,5.9869,3.8726,6.103,3.214,6.103],\u0022words\u0022:[{\u0022text\u0022:\u0022Full\u0022,\u0022boundingBox\u0022:[3.214,5.9869,3.4295,5.9869,3.4295,6.103,3.214,6.103],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022booth\u0022,\u0022boundingBox\u0022:[3.492,5.9869,3.8726,5.9869,3.8726,6.103,3.492,6.103],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022$1,200\u0022,\u0022boundingBox\u0022:[5.8328,5.9677,6.2829,5.9677,6.2829,6.1168,5.8328,6.1168],\u0022words\u0022:[{\u0022text\u0022:\u0022$1,200\u0022,\u0022boundingBox\u0022:[5.8328,5.9677,6.2829,5.9677,6.2829,6.1168,5.8328,6.1168],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,6.2356,3.018,6.2356,3.018,6.2962,2.9586,6.2962],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,6.2356,3.018,6.2356,3.018,6.2962,2.9586,6.2962],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022Post-keynote thank you\u0022,\u0022boundingBox\u0022:[3.214,6.1986,4.7938,6.1986,4.7938,6.3428,3.214,6.3428],\u0022words\u0022:[{\u0022text\u0022:\u0022Post-keynote\u0022,\u0022boundingBox\u0022:[3.214,6.1986,4.0878,6.1986,4.0878,6.3428,3.214,6.3428],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022thank\u0022,\u0022boundingBox\u0022:[4.1348,6.1986,4.5158,6.1986,4.5158,6.3147,4.1348,6.3147],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022you\u0022,\u0022boundingBox\u0022:[4.5586,6.2333,4.7938,6.2333,4.7938,6.3428,4.5586,6.3428],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,6.4473,3.018,6.4473,3.018,6.5079,2.9586,6.5079],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,6.4473,3.018,6.4473,3.018,6.5079,2.9586,6.5079],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022Logo on poster\u0022,\u0022boundingBox\u0022:[3.214,6.4179,4.2093,6.4179,4.2093,6.5544,3.214,6.5544],\u0022words\u0022:[{\u0022text\u0022:\u0022Logo\u0022,\u0022boundingBox\u0022:[3.214,6.4179,3.5163,6.4179,3.5163,6.5544,3.214,6.5544],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022on\u0022,\u0022boundingBox\u0022:[3.5686,6.445,3.7244,6.445,3.7244,6.5263,3.5686,6.5263],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022poster\u0022,\u0022boundingBox\u0022:[3.7888,6.4264,4.2093,6.4264,4.2093,6.5544,3.7888,6.5544],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,6.6606,3.018,6.6606,3.018,6.7212,2.9586,6.7212],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,6.6606,3.018,6.6606,3.018,6.7212,2.9586,6.7212],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022Half page ad in program guide\u0022,\u0022boundingBox\u0022:[3.214,6.6229,5.2314,6.6229,5.2314,6.7678,3.214,6.7678],\u0022words\u0022:[{\u0022text\u0022:\u0022Half\u0022,\u0022boundingBox\u0022:[3.214,6.6229,3.4739,6.6229,3.4739,6.7397,3.214,6.7397],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022page\u0022,\u0022boundingBox\u0022:[3.5224,6.6583,3.8326,6.6583,3.8326,6.7678,3.5224,6.7678],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022ad\u0022,\u0022boundingBox\u0022:[3.8843,6.6239,4.0315,6.6239,4.0315,6.7397,3.8843,6.7397],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022in\u0022,\u0022boundingBox\u0022:[4.0923,6.6289,4.195,6.6289,4.195,6.7387,4.0923,6.7387],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022program\u0022,\u0022boundingBox\u0022:[4.2563,6.6583,4.8148,6.6583,4.8148,6.7678,4.2563,6.7678],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022guide\u0022,\u0022boundingBox\u0022:[4.8695,6.6239,5.2314,6.6239,5.2314,6.7678,4.8695,6.7678],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022Bronze Sponsor\u0022,\u0022boundingBox\u0022:[1.0923,6.84,2.1362,6.84,2.1362,6.9778,1.0923,6.9778],\u0022words\u0022:[{\u0022text\u0022:\u0022Bronze\u0022,\u0022boundingBox\u0022:[1.0923,6.8417,1.545,6.8417,1.545,6.9497,1.0923,6.9497],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Sponsor\u0022,\u0022boundingBox\u0022:[1.5951,6.84,2.1362,6.84,2.1362,6.9778,1.5951,6.9778],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,6.879,3.018,6.879,3.018,6.9395,2.9586,6.9395],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,6.879,3.018,6.879,3.018,6.9395,2.9586,6.9395],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022Full booth\u0022,\u0022boundingBox\u0022:[3.214,6.8419,3.8726,6.8419,3.8726,6.958,3.214,6.958],\u0022words\u0022:[{\u0022text\u0022:\u0022Full\u0022,\u0022boundingBox\u0022:[3.214,6.8419,3.4295,6.8419,3.4295,6.958,3.214,6.958],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022booth\u0022,\u0022boundingBox\u0022:[3.492,6.8419,3.8726,6.8419,3.8726,6.958,3.492,6.958],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022$1,000\u0022,\u0022boundingBox\u0022:[5.8328,6.8227,6.2829,6.8227,6.2829,6.9718,5.8328,6.9718],\u0022words\u0022:[{\u0022text\u0022:\u0022$1,000\u0022,\u0022boundingBox\u0022:[5.8328,6.8227,6.2829,6.8227,6.2829,6.9718,5.8328,6.9718],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,7.0923,3.018,7.0923,3.018,7.1529,2.9586,7.1529],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,7.0923,3.018,7.0923,3.018,7.1529,2.9586,7.1529],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022Logo on poster\u0022,\u0022boundingBox\u0022:[3.214,7.0629,4.2093,7.0629,4.2093,7.1994,3.214,7.1994],\u0022words\u0022:[{\u0022text\u0022:\u0022Logo\u0022,\u0022boundingBox\u0022:[3.214,7.0629,3.5163,7.0629,3.5163,7.1994,3.214,7.1994],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022on\u0022,\u0022boundingBox\u0022:[3.5686,7.09,3.7244,7.09,3.7244,7.1713,3.5686,7.1713],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022poster\u0022,\u0022boundingBox\u0022:[3.7888,7.0714,4.2093,7.0714,4.2093,7.1994,3.7888,7.1994],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,7.304,3.018,7.304,3.018,7.3645,2.9586,7.3645],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,7.304,3.018,7.304,3.018,7.3645,2.9586,7.3645],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u002250% discount on program guide\u0022,\u0022boundingBox\u0022:[3.2082,7.2672,5.3419,7.2672,5.3419,7.4111,3.2082,7.4111],\u0022words\u0022:[{\u0022text\u0022:\u002250%\u0022,\u0022boundingBox\u0022:[3.2082,7.2717,3.4817,7.2717,3.4817,7.3845,3.2082,7.3845],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022discount\u0022,\u0022boundingBox\u0022:[3.533,7.2672,4.1018,7.2672,4.1018,7.383,3.533,7.383],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022on\u0022,\u0022boundingBox\u0022:[4.1512,7.3017,4.307,7.3017,4.307,7.383,4.1512,7.383],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022program\u0022,\u0022boundingBox\u0022:[4.3682,7.3017,4.9253,7.3017,4.9253,7.4111,4.3682,7.4111],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022guide\u0022,\u0022boundingBox\u0022:[4.981,7.2672,5.3419,7.2672,5.3419,7.4111,4.981,7.4111],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022advertisements\u0022,\u0022boundingBox\u0022:[3.2075,7.4706,4.2429,7.4706,4.2429,7.5863,3.2075,7.5863],\u0022words\u0022:[{\u0022text\u0022:\u0022advertisements\u0022,\u0022boundingBox\u0022:[3.2075,7.4706,4.2429,7.4706,4.2429,7.5863,3.2075,7.5863],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022Full Booth\u0022,\u0022boundingBox\u0022:[1.0923,7.6819,1.7537,7.6819,1.7537,7.798,1.0923,7.798],\u0022words\u0022:[{\u0022text\u0022:\u0022Full\u0022,\u0022boundingBox\u0022:[1.0923,7.6819,1.3079,7.6819,1.3079,7.798,1.0923,7.798],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Booth\u0022,\u0022boundingBox\u0022:[1.3718,7.6819,1.7537,7.6819,1.7537,7.798,1.3718,7.798],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,7.7273,3.018,7.7273,3.018,7.7879,2.9586,7.7879],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,7.7273,3.018,7.7273,3.018,7.7879,2.9586,7.7879],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022Full booth\u0022,\u0022boundingBox\u0022:[3.214,7.6902,3.8726,7.6902,3.8726,7.8063,3.214,7.8063],\u0022words\u0022:[{\u0022text\u0022:\u0022Full\u0022,\u0022boundingBox\u0022:[3.214,7.6902,3.4295,7.6902,3.4295,7.8063,3.214,7.8063],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022booth\u0022,\u0022boundingBox\u0022:[3.492,7.6902,3.8726,7.6902,3.8726,7.8063,3.492,7.8063],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022$600\u0022,\u0022boundingBox\u0022:[5.8328,7.6711,6.1586,7.6711,6.1586,7.8165,5.8328,7.8165],\u0022words\u0022:[{\u0022text\u0022:\u0022$600\u0022,\u0022boundingBox\u0022:[5.8328,7.6711,6.1586,7.6711,6.1586,7.8165,5.8328,7.8165],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,7.939,3.018,7.939,3.018,7.9995,2.9586,7.9995],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,7.939,3.018,7.939,3.018,7.9995,2.9586,7.9995],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u002250% discount on program guide\u0022,\u0022boundingBox\u0022:[3.2082,7.9022,5.3419,7.9022,5.3419,8.0461,3.2082,8.0461],\u0022words\u0022:[{\u0022text\u0022:\u002250%\u0022,\u0022boundingBox\u0022:[3.2082,7.9067,3.4817,7.9067,3.4817,8.0195,3.2082,8.0195],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022discount\u0022,\u0022boundingBox\u0022:[3.533,7.9022,4.1018,7.9022,4.1018,8.018,3.533,8.018],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022on\u0022,\u0022boundingBox\u0022:[4.1512,7.9367,4.307,7.9367,4.307,8.018,4.1512,8.018],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022program\u0022,\u0022boundingBox\u0022:[4.3682,7.9367,4.9253,7.9367,4.9253,8.0461,4.3682,8.0461],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022guide\u0022,\u0022boundingBox\u0022:[4.981,7.9022,5.3419,7.9022,5.3419,8.0461,4.981,8.0461],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022advertisements\u0022,\u0022boundingBox\u0022:[3.2075,8.1056,4.2429,8.1056,4.2429,8.2213,3.2075,8.2213],\u0022words\u0022:[{\u0022text\u0022:\u0022advertisements\u0022,\u0022boundingBox\u0022:[3.2075,8.1056,4.2429,8.1056,4.2429,8.2213,3.2075,8.2213],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022Half Booth\u0022,\u0022boundingBox\u0022:[1.0923,8.3162,1.7854,8.3162,1.7854,8.433,1.0923,8.433],\u0022words\u0022:[{\u0022text\u0022:\u0022Half\u0022,\u0022boundingBox\u0022:[1.0923,8.3162,1.3522,8.3162,1.3522,8.433,1.0923,8.433],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Booth\u0022,\u0022boundingBox\u0022:[1.4022,8.3169,1.7854,8.3169,1.7854,8.433,1.4022,8.433],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,8.3623,3.018,8.3623,3.018,8.4229,2.9586,8.4229],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,8.3623,3.018,8.3623,3.018,8.4229,2.9586,8.4229],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022Full booth\u0022,\u0022boundingBox\u0022:[3.214,8.3252,3.8726,8.3252,3.8726,8.4413,3.214,8.4413],\u0022words\u0022:[{\u0022text\u0022:\u0022Full\u0022,\u0022boundingBox\u0022:[3.214,8.3252,3.4295,8.3252,3.4295,8.4413,3.214,8.4413],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022booth\u0022,\u0022boundingBox\u0022:[3.492,8.3252,3.8726,8.3252,3.8726,8.4413,3.492,8.4413],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022$350\u0022,\u0022boundingBox\u0022:[5.8328,8.3061,6.1586,8.3061,6.1586,8.4515,5.8328,8.4515],\u0022words\u0022:[{\u0022text\u0022:\u0022$350\u0022,\u0022boundingBox\u0022:[5.8328,8.3061,6.1586,8.3061,6.1586,8.4515,5.8328,8.4515],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,8.574,3.018,8.574,3.018,8.6345,2.9586,8.6345],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,8.574,3.018,8.574,3.018,8.6345,2.9586,8.6345],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u002225% discount on program guide\u0022,\u0022boundingBox\u0022:[3.2093,8.5372,5.3419,8.5372,5.3419,8.6811,3.2093,8.6811],\u0022words\u0022:[{\u0022text\u0022:\u002225%\u0022,\u0022boundingBox\u0022:[3.2093,8.5417,3.4817,8.5417,3.4817,8.6545,3.2093,8.6545],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022discount\u0022,\u0022boundingBox\u0022:[3.533,8.5372,4.1018,8.5372,4.1018,8.653,3.533,8.653],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022on\u0022,\u0022boundingBox\u0022:[4.1512,8.5717,4.307,8.5717,4.307,8.653,4.1512,8.653],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022program\u0022,\u0022boundingBox\u0022:[4.3682,8.5717,4.9253,8.5717,4.9253,8.6811,4.3682,8.6811],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022guide\u0022,\u0022boundingBox\u0022:[4.981,8.5372,5.3419,8.5372,5.3419,8.6811,4.981,8.6811],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022advertisements\u0022,\u0022boundingBox\u0022:[3.2075,8.7406,4.2429,8.7406,4.2429,8.8563,3.2075,8.8563],\u0022words\u0022:[{\u0022text\u0022:\u0022advertisements\u0022,\u0022boundingBox\u0022:[3.2075,8.7406,4.2429,8.7406,4.2429,8.8563,3.2075,8.8563],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}}]},{\u0022page\u0022:2,\u0022angle\u0022:0,\u0022width\u0022:8.5,\u0022height\u0022:11,\u0022unit\u0022:\u0022inch\u0022,\u0022lines\u0022:[{\u0022text\u0022:\u0022Vendor #:121\u0022,\u0022boundingBox\u0022:[6.1276,1.0667,7.4833,1.0667,7.4833,1.2403,6.1276,1.2403],\u0022words\u0022:[{\u0022text\u0022:\u0022Vendor\u0022,\u0022boundingBox\u0022:[6.1276,1.0667,6.8657,1.0667,6.8657,1.2403,6.1276,1.2403],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022#:121\u0022,\u0022boundingBox\u0022:[6.9307,1.0759,7.4833,1.0759,7.4833,1.2391,6.9307,1.2391],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022Vendor Details:\u0022,\u0022boundingBox\u0022:[1.0044,2.1771,2.35,2.1771,2.35,2.3315,1.0044,2.3315],\u0022words\u0022:[{\u0022text\u0022:\u0022Vendor\u0022,\u0022boundingBox\u0022:[1.0044,2.1778,1.6496,2.1778,1.6496,2.3315,1.0044,2.3315],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Details:\u0022,\u0022boundingBox\u0022:[1.7239,2.1771,2.35,2.1771,2.35,2.3315,1.7239,2.3315],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022Company Name: Southridge Video\u0022,\u0022boundingBox\u0022:[1.0065,2.7686,3.3477,2.7686,3.3477,2.9128,1.0065,2.9128],\u0022words\u0022:[{\u0022text\u0022:\u0022Company\u0022,\u0022boundingBox\u0022:[1.0065,2.7749,1.651,2.7749,1.651,2.9126,1.0065,2.9126],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Name:\u0022,\u0022boundingBox\u0022:[1.7019,2.7764,2.1376,2.7764,2.1376,2.885,1.7019,2.885],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Southridge\u0022,\u0022boundingBox\u0022:[2.1925,2.7686,2.9184,2.7686,2.9184,2.9128,2.1925,2.9128],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Video\u0022,\u0022boundingBox\u0022:[2.9691,2.7689,3.3477,2.7689,3.3477,2.8847,2.9691,2.8847],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022Contact: Jamie@southridgevideo.com\u0022,\u0022boundingBox\u0022:[1.0065,3.0986,3.5766,3.0986,3.5766,3.2428,1.0065,3.2428],\u0022words\u0022:[{\u0022text\u0022:\u0022Contact:\u0022,\u0022boundingBox\u0022:[1.0065,3.1049,1.5706,3.1049,1.5706,3.215,1.0065,3.215],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Jamie@southridgevideo.com\u0022,\u0022boundingBox\u0022:[1.6205,3.0986,3.5766,3.0986,3.5766,3.2428,1.6205,3.2428],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022Preferred Package: Gold\u0022,\u0022boundingBox\u0022:[1.0115,3.4296,2.6542,3.4296,2.6542,3.5744,1.0115,3.5744],\u0022words\u0022:[{\u0022text\u0022:\u0022Preferred\u0022,\u0022boundingBox\u0022:[1.0115,3.4296,1.6499,3.4296,1.6499,3.5467,1.0115,3.5467],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Package:\u0022,\u0022boundingBox\u0022:[1.7092,3.4302,2.2978,3.4302,2.2978,3.5744,1.7092,3.5744],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Gold\u0022,\u0022boundingBox\u0022:[2.3557,3.4302,2.6542,3.4302,2.6542,3.5463,2.3557,3.5463],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}},{\u0022text\u0022:\u0022Special Requests: N/a\u0022,\u0022boundingBox\u0022:[1.0052,3.7537,2.4783,3.7537,2.4783,3.9043,1.0052,3.9043],\u0022words\u0022:[{\u0022text\u0022:\u0022Special\u0022,\u0022boundingBox\u0022:[1.0052,3.7602,1.475,3.7602,1.475,3.9043,1.0052,3.9043],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Requests:\u0022,\u0022boundingBox\u0022:[1.5342,3.7684,2.1899,3.7684,2.1899,3.9043,1.5342,3.9043],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022N/a\u0022,\u0022boundingBox\u0022:[2.254,3.7537,2.4783,3.7537,2.4783,3.8976,2.254,3.8976],\u0022confidence\u0022:1}],\u0022appearance\u0022:{\u0022style\u0022:{\u0022name\u0022:\u0022other\u0022,\u0022confidence\u0022:1}}}]}],\u0022pageResults\u0022:[{\u0022page\u0022:1,\u0022tables\u0022:[{\u0022rows\u0022:13,\u0022columns\u0022:4,\u0022cells\u0022:[{\u0022rowIndex\u0022:0,\u0022columnIndex\u0022:0,\u0022text\u0022:\u0022Package\u0022,\u0022boundingBox\u0022:[0.9975,4.6436,2.6168,4.6436,2.6168,4.8578,0.9975,4.8578],\u0022elements\u0022:[\u0022#/readResults/0/lines/10/words/0\u0022]},{\u0022rowIndex\u0022:0,\u0022columnIndex\u0022:1,\u0022columnSpan\u0022:2,\u0022text\u0022:\u0022Included\u0022,\u0022boundingBox\u0022:[2.6168,4.6436,5.7422,4.6436,5.7422,4.8578,2.6168,4.8578],\u0022elements\u0022:[\u0022#/readResults/0/lines/11/words/0\u0022]},{\u0022rowIndex\u0022:0,\u0022columnIndex\u0022:3,\u0022text\u0022:\u0022Price\u0022,\u0022boundingBox\u0022:[5.7422,4.6436,7.4882,4.6436,7.4882,4.8513,5.7422,4.8578],\u0022elements\u0022:[\u0022#/readResults/0/lines/12/words/0\u0022]},{\u0022rowIndex\u0022:1,\u0022columnIndex\u0022:0,\u0022text\u0022:\u0022Gold Sponsor\u0022,\u0022boundingBox\u0022:[0.9975,4.8578,2.6168,4.8578,2.6168,5.0849,0.9975,5.0914],\u0022elements\u0022:[\u0022#/readResults/0/lines/13/words/0\u0022,\u0022#/readResults/0/lines/13/words/1\u0022]},{\u0022rowIndex\u0022:1,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.6168,4.8578,3.15,4.8578,3.15,5.0849,2.6168,5.0849],\u0022elements\u0022:[\u0022#/readResults/0/lines/14/words/0\u0022]},{\u0022rowIndex\u0022:1,\u0022columnIndex\u0022:2,\u0022text\u0022:\u0022Full booth\u0022,\u0022boundingBox\u0022:[3.15,4.8578,5.7422,4.8578,5.7422,5.0849,3.15,5.0849],\u0022elements\u0022:[\u0022#/readResults/0/lines/15/words/0\u0022,\u0022#/readResults/0/lines/15/words/1\u0022]},{\u0022rowIndex\u0022:1,\u0022columnIndex\u0022:3,\u0022text\u0022:\u0022$1,500\u0022,\u0022boundingBox\u0022:[5.7422,4.8578,7.4882,4.8513,7.4882,5.0849,5.7422,5.0849],\u0022elements\u0022:[\u0022#/readResults/0/lines/16/words/0\u0022]},{\u0022rowIndex\u0022:2,\u0022columnIndex\u0022:0,\u0022rowSpan\u0022:3,\u0022boundingBox\u0022:[0.9975,5.0914,2.6168,5.0849,2.6168,5.9222,0.9975,5.9222]},{\u0022rowIndex\u0022:2,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 \uF0B7\u0022,\u0022boundingBox\u0022:[2.6168,5.0849,3.15,5.0849,3.15,5.5198,2.6168,5.5198],\u0022elements\u0022:[\u0022#/readResults/0/lines/17/words/0\u0022,\u0022#/readResults/0/lines/19/words/0\u0022]},{\u0022rowIndex\u0022:2,\u0022columnIndex\u0022:2,\u0022text\u0022:\u0022Pre-keynote thank you Logo on poster\u0022,\u0022boundingBox\u0022:[3.15,5.0849,5.7422,5.0849,5.7489,5.5133,3.15,5.5198],\u0022elements\u0022:[\u0022#/readResults/0/lines/18/words/0\u0022,\u0022#/readResults/0/lines/18/words/1\u0022,\u0022#/readResults/0/lines/18/words/2\u0022,\u0022#/readResults/0/lines/20/words/0\u0022,\u0022#/readResults/0/lines/20/words/1\u0022,\u0022#/readResults/0/lines/20/words/2\u0022]},{\u0022rowIndex\u0022:2,\u0022columnIndex\u0022:3,\u0022boundingBox\u0022:[5.7422,5.0849,7.4882,5.0849,7.4882,5.5198,5.7489,5.5133]},{\u0022rowIndex\u0022:3,\u0022columnIndex\u0022:1,\u0022columnSpan\u0022:2,\u0022text\u0022:\u0022\uF0B7 Full page ad in program guide\u0022,\u0022boundingBox\u0022:[2.6168,5.5198,5.7489,5.5133,5.7489,5.7404,2.6168,5.7534],\u0022elements\u0022:[\u0022#/readResults/0/lines/21/words/0\u0022,\u0022#/readResults/0/lines/22/words/0\u0022,\u0022#/readResults/0/lines/22/words/1\u0022,\u0022#/readResults/0/lines/22/words/2\u0022,\u0022#/readResults/0/lines/22/words/3\u0022,\u0022#/readResults/0/lines/22/words/4\u0022,\u0022#/readResults/0/lines/22/words/5\u0022]},{\u0022rowIndex\u0022:3,\u0022columnIndex\u0022:3,\u0022boundingBox\u0022:[5.7489,5.5133,7.4882,5.5198,7.4882,5.7469,5.7489,5.7404]},{\u0022rowIndex\u0022:4,\u0022columnIndex\u0022:1,\u0022columnSpan\u0022:2,\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.6168,5.7534,5.7489,5.7404,5.7489,5.9222,2.6168,5.9222],\u0022elements\u0022:[\u0022#/readResults/0/lines/23/words/0\u0022]},{\u0022rowIndex\u0022:4,\u0022columnIndex\u0022:3,\u0022boundingBox\u0022:[5.7489,5.7404,7.4882,5.7469,7.4948,5.9222,5.7489,5.9222]},{\u0022rowIndex\u0022:5,\u0022columnIndex\u0022:0,\u0022rowSpan\u0022:2,\u0022text\u0022:\u0022Silver Sponsor\u0022,\u0022boundingBox\u0022:[0.9975,5.9222,2.6168,5.9222,2.6168,6.7853,0.9975,6.7788],\u0022elements\u0022:[\u0022#/readResults/0/lines/24/words/0\u0022,\u0022#/readResults/0/lines/24/words/1\u0022]},{\u0022rowIndex\u0022:5,\u0022columnIndex\u0022:1,\u0022rowSpan\u0022:2,\u0022text\u0022:\u0022\uF0B7 \uF0B7 \uF0B7 \uF0B7\u0022,\u0022boundingBox\u0022:[2.6168,5.9222,3.15,5.9222,3.15,6.7853,2.6168,6.7853],\u0022elements\u0022:[\u0022#/readResults/0/lines/25/words/0\u0022,\u0022#/readResults/0/lines/28/words/0\u0022,\u0022#/readResults/0/lines/30/words/0\u0022,\u0022#/readResults/0/lines/32/words/0\u0022]},{\u0022rowIndex\u0022:5,\u0022columnIndex\u0022:2,\u0022rowSpan\u0022:2,\u0022text\u0022:\u0022Full booth Post-keynote thank you Logo on poster Half page ad in program guide\u0022,\u0022boundingBox\u0022:[3.15,5.9222,5.7489,5.9222,5.7489,6.7853,3.15,6.7853],\u0022elements\u0022:[\u0022#/readResults/0/lines/26/words/0\u0022,\u0022#/readResults/0/lines/26/words/1\u0022,\u0022#/readResults/0/lines/29/words/0\u0022,\u0022#/readResults/0/lines/29/words/1\u0022,\u0022#/readResults/0/lines/29/words/2\u0022,\u0022#/readResults/0/lines/31/words/0\u0022,\u0022#/readResults/0/lines/31/words/1\u0022,\u0022#/readResults/0/lines/31/words/2\u0022,\u0022#/readResults/0/lines/33/words/0\u0022,\u0022#/readResults/0/lines/33/words/1\u0022,\u0022#/readResults/0/lines/33/words/2\u0022,\u0022#/readResults/0/lines/33/words/3\u0022,\u0022#/readResults/0/lines/33/words/4\u0022,\u0022#/readResults/0/lines/33/words/5\u0022]},{\u0022rowIndex\u0022:5,\u0022columnIndex\u0022:3,\u0022rowSpan\u0022:2,\u0022text\u0022:\u0022$1,200\u0022,\u0022boundingBox\u0022:[5.7489,5.9222,7.4948,5.9222,7.4948,6.7788,5.7489,6.7853],\u0022elements\u0022:[\u0022#/readResults/0/lines/27/words/0\u0022]},{\u0022rowIndex\u0022:7,\u0022columnIndex\u0022:0,\u0022rowSpan\u0022:2,\u0022text\u0022:\u0022Bronze Sponsor\u0022,\u0022boundingBox\u0022:[0.9975,6.7788,2.6168,6.7853,2.6168,7.6355,0.9975,7.629],\u0022elements\u0022:[\u0022#/readResults/0/lines/34/words/0\u0022,\u0022#/readResults/0/lines/34/words/1\u0022]},{\u0022rowIndex\u0022:7,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.6168,6.7853,3.15,6.7853,3.15,7.019,2.6168,7.019],\u0022elements\u0022:[\u0022#/readResults/0/lines/35/words/0\u0022]},{\u0022rowIndex\u0022:7,\u0022columnIndex\u0022:2,\u0022rowSpan\u0022:2,\u0022text\u0022:\u0022Full booth Logo on poster 50% discount on program guide advertisements\u0022,\u0022boundingBox\u0022:[3.15,6.7853,5.7489,6.7853,5.7489,7.6355,3.1433,7.6355],\u0022elements\u0022:[\u0022#/readResults/0/lines/36/words/0\u0022,\u0022#/readResults/0/lines/36/words/1\u0022,\u0022#/readResults/0/lines/39/words/0\u0022,\u0022#/readResults/0/lines/39/words/1\u0022,\u0022#/readResults/0/lines/39/words/2\u0022,\u0022#/readResults/0/lines/41/words/0\u0022,\u0022#/readResults/0/lines/41/words/1\u0022,\u0022#/readResults/0/lines/41/words/2\u0022,\u0022#/readResults/0/lines/41/words/3\u0022,\u0022#/readResults/0/lines/41/words/4\u0022,\u0022#/readResults/0/lines/42/words/0\u0022]},{\u0022rowIndex\u0022:7,\u0022columnIndex\u0022:3,\u0022rowSpan\u0022:2,\u0022text\u0022:\u0022$1,000\u0022,\u0022boundingBox\u0022:[5.7489,6.7853,7.4948,6.7788,7.4948,7.6355,5.7489,7.6355],\u0022elements\u0022:[\u0022#/readResults/0/lines/37/words/0\u0022]},{\u0022rowIndex\u0022:8,\u0022columnIndex\u0022:1,\u0022text\u0022:\u0022\uF0B7 \uF0B7\u0022,\u0022boundingBox\u0022:[2.6168,7.019,3.15,7.019,3.1433,7.6355,2.6168,7.6355],\u0022elements\u0022:[\u0022#/readResults/0/lines/38/words/0\u0022,\u0022#/readResults/0/lines/40/words/0\u0022]},{\u0022rowIndex\u0022:9,\u0022columnIndex\u0022:0,\u0022rowSpan\u0022:2,\u0022text\u0022:\u0022Full Booth\u0022,\u0022boundingBox\u0022:[0.9975,7.629,2.6168,7.6355,2.6102,8.2651,0.9975,8.2651],\u0022elements\u0022:[\u0022#/readResults/0/lines/43/words/0\u0022,\u0022#/readResults/0/lines/43/words/1\u0022]},{\u0022rowIndex\u0022:9,\u0022columnIndex\u0022:1,\u0022rowSpan\u0022:2,\u0022columnSpan\u0022:2,\u0022text\u0022:\u0022\uF0B7 Full booth \uF0B7 50% discount on program guide advertisements\u0022,\u0022boundingBox\u0022:[2.6168,7.6355,5.7489,7.6355,5.7489,8.2651,2.6102,8.2651],\u0022elements\u0022:[\u0022#/readResults/0/lines/44/words/0\u0022,\u0022#/readResults/0/lines/45/words/0\u0022,\u0022#/readResults/0/lines/45/words/1\u0022,\u0022#/readResults/0/lines/47/words/0\u0022,\u0022#/readResults/0/lines/48/words/0\u0022,\u0022#/readResults/0/lines/48/words/1\u0022,\u0022#/readResults/0/lines/48/words/2\u0022,\u0022#/readResults/0/lines/48/words/3\u0022,\u0022#/readResults/0/lines/48/words/4\u0022,\u0022#/readResults/0/lines/49/words/0\u0022]},{\u0022rowIndex\u0022:9,\u0022columnIndex\u0022:3,\u0022rowSpan\u0022:2,\u0022text\u0022:\u0022$600\u0022,\u0022boundingBox\u0022:[5.7489,7.6355,7.4948,7.6355,7.4948,8.2651,5.7489,8.2651],\u0022elements\u0022:[\u0022#/readResults/0/lines/46/words/0\u0022]},{\u0022rowIndex\u0022:11,\u0022columnIndex\u0022:0,\u0022rowSpan\u0022:2,\u0022text\u0022:\u0022Half Booth\u0022,\u0022boundingBox\u0022:[0.9975,8.2651,2.6102,8.2651,2.6102,8.9011,0.9975,8.9011],\u0022elements\u0022:[\u0022#/readResults/0/lines/50/words/0\u0022,\u0022#/readResults/0/lines/50/words/1\u0022]},{\u0022rowIndex\u0022:11,\u0022columnIndex\u0022:1,\u0022rowSpan\u0022:2,\u0022columnSpan\u0022:2,\u0022text\u0022:\u0022\uF0B7 Full booth \uF0B7 25% discount on program guide advertisements\u0022,\u0022boundingBox\u0022:[2.6102,8.2651,5.7489,8.2651,5.7489,8.9011,2.6102,8.9011],\u0022elements\u0022:[\u0022#/readResults/0/lines/51/words/0\u0022,\u0022#/readResults/0/lines/52/words/0\u0022,\u0022#/readResults/0/lines/52/words/1\u0022,\u0022#/readResults/0/lines/54/words/0\u0022,\u0022#/readResults/0/lines/55/words/0\u0022,\u0022#/readResults/0/lines/55/words/1\u0022,\u0022#/readResults/0/lines/55/words/2\u0022,\u0022#/readResults/0/lines/55/words/3\u0022,\u0022#/readResults/0/lines/55/words/4\u0022,\u0022#/readResults/0/lines/56/words/0\u0022]},{\u0022rowIndex\u0022:11,\u0022columnIndex\u0022:3,\u0022rowSpan\u0022:2,\u0022text\u0022:\u0022$350\u0022,\u0022boundingBox\u0022:[5.7489,8.2651,7.4948,8.2651,7.4948,8.9011,5.7489,8.9011],\u0022elements\u0022:[\u0022#/readResults/0/lines/53/words/0\u0022]}],\u0022boundingBox\u0022:[0.994,4.6469,7.4953,4.6454,7.4964,8.9061,0.9936,8.9066]}]},{\u0022page\u0022:2}],\u0022documentResults\u0022:[{\u0022docType\u0022:\u0022prebuilt:invoice\u0022,\u0022pageRange\u0022:[1,2],\u0022fields\u0022:{\u0022VendorName\u0022:{\u0022type\u0022:\u0022string\u0022,\u0022valueString\u0022:\u0022Southridge Video\u0022,\u0022text\u0022:\u0022Southridge Video\u0022,\u0022boundingBox\u0022:[2.1925,2.7686,3.3477,2.7686,3.3477,2.9128,2.1925,2.9128],\u0022page\u0022:2,\u0022confidence\u0022:0.969,\u0022elements\u0022:[\u0022#/readResults/1/lines/2/words/2\u0022,\u0022#/readResults/1/lines/2/words/3\u0022]},\u0022RemittanceAddressRecipient\u0022:{\u0022type\u0022:\u0022string\u0022,\u0022valueString\u0022:\u0022Contoso Ltd.\u0022,\u0022text\u0022:\u0022Contoso Ltd.\u0022,\u0022boundingBox\u0022:[1.0078,3.5739,1.843,3.5739,1.843,3.6897,1.0078,3.6897],\u0022page\u0022:1,\u0022confidence\u0022:0.954,\u0022elements\u0022:[\u0022#/readResults/0/lines/6/words/0\u0022,\u0022#/readResults/0/lines/6/words/1\u0022]},\u0022RemittanceAddress\u0022:{\u0022type\u0022:\u0022string\u0022,\u0022valueString\u0022:\u00222345 Dogwood Lane Birch, Kansas 98123\u0022,\u0022text\u0022:\u00222345 Dogwood Lane Birch, Kansas 98123\u0022,\u0022boundingBox\u0022:[1.0093,3.7939,2.3768,3.7939,2.3768,4.1518,1.0093,4.1518],\u0022page\u0022:1,\u0022confidence\u0022:0.952,\u0022elements\u0022:[\u0022#/readResults/0/lines/7/words/0\u0022,\u0022#/readResults/0/lines/7/words/1\u0022,\u0022#/readResults/0/lines/7/words/2\u0022,\u0022#/readResults/0/lines/8/words/0\u0022,\u0022#/readResults/0/lines/8/words/1\u0022,\u0022#/readResults/0/lines/8/words/2\u0022]}}}]}}" + } + ], + "Variables": { + "FORM_RECOGNIZER_API_KEY": "Sanitized", + "FORM_RECOGNIZER_ENDPOINT": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/", + "RandomSeed": "761756107" + } +} \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeInvoicesFromUriThrowsForNonExistingContent.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeInvoicesFromUriThrowsForNonExistingContent.json new file mode 100644 index 0000000000000..aa2da6dfe3748 --- /dev/null +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeInvoicesFromUriThrowsForNonExistingContent.json @@ -0,0 +1,48 @@ +{ + "Entries": [ + { + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/invoice/analyze?includeTextDetails=false", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Content-Length": "22", + "Content-Type": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "traceparent": "00-443db46413f0494ea07aec7099eb67f0-4b0fa0d9526a9e49-00", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201102.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "12b73e4b7489b764d48ae8b4959852ec", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "source": "Sanitized" + }, + "StatusCode": 400, + "ResponseHeaders": { + "apim-request-id": "1714e4fe-7d82-4873-b80b-b5169be818b3", + "Content-Length": "161", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 02 Nov 2020 21:37:07 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "4229" + }, + "ResponseBody": { + "error": { + "code": "FailedToDownloadImage", + "innerError": { + "requestId": "1714e4fe-7d82-4873-b80b-b5169be818b3" + }, + "message": "Failed to download image from input URL." + } + } + } + ], + "Variables": { + "FORM_RECOGNIZER_API_KEY": "Sanitized", + "FORM_RECOGNIZER_ENDPOINT": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/", + "RandomSeed": "1254441428" + } +} \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeInvoicesFromUriThrowsForNonExistingContentAsync.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeInvoicesFromUriThrowsForNonExistingContentAsync.json new file mode 100644 index 0000000000000..81220c462344e --- /dev/null +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeInvoicesFromUriThrowsForNonExistingContentAsync.json @@ -0,0 +1,48 @@ +{ + "Entries": [ + { + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/invoice/analyze?includeTextDetails=false", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Content-Length": "22", + "Content-Type": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "traceparent": "00-764416bcb6ea4c4d9cd0b29c89fa83d3-bab28be285302f4f-00", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201102.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "2c6d1007564505ff61a5f78cc93cfd9c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "source": "Sanitized" + }, + "StatusCode": 400, + "ResponseHeaders": { + "apim-request-id": "faace623-ce07-4610-94af-ed6020df13c4", + "Content-Length": "161", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 02 Nov 2020 21:38:06 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "3688" + }, + "ResponseBody": { + "error": { + "code": "FailedToDownloadImage", + "innerError": { + "requestId": "faace623-ce07-4610-94af-ed6020df13c4" + }, + "message": "Failed to download image from input URL." + } + } + } + ], + "Variables": { + "FORM_RECOGNIZER_API_KEY": "Sanitized", + "FORM_RECOGNIZER_ENDPOINT": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/", + "RandomSeed": "1511021704" + } +} \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeInvoicesIncludeFieldElements.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeInvoicesIncludeFieldElements.json new file mode 100644 index 0000000000000..30044d39ac4cc --- /dev/null +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeInvoicesIncludeFieldElements.json @@ -0,0 +1,1513 @@ +{ + "Entries": [ + { + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/invoice/analyze?includeTextDetails=true", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Content-Length": "76742", + "Content-Type": "image/tiff", + "Ocp-Apim-Subscription-Key": "Sanitized", + "traceparent": "00-9703aa19a73d1044af66a5ecb11b64ea-f2ea7b14564c344f-00", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201102.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "a3cb79382b942c6a321067929ebe1167", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "apim-request-id": "f55355d2-fdef-4309-bc77-a63c9813774c", + "Content-Length": "0", + "Date": "Mon, 02 Nov 2020 21:37:07 GMT", + "Operation-Location": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/invoice/analyzeResults/f55355d2-fdef-4309-bc77-a63c9813774c", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "44" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/invoice/analyzeResults/f55355d2-fdef-4309-bc77-a63c9813774c", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201102.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "63d9a9de3b0b8d651d21f9d524f6eb61", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "73986b02-3e69-447d-abff-0785930dcc9a", + "Content-Length": "109", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 02 Nov 2020 21:37:07 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "10" + }, + "ResponseBody": { + "status": "notStarted", + "createdDateTime": "2020-11-02T21:37:08Z", + "lastUpdatedDateTime": "2020-11-02T21:37:08Z" + } + }, + { + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/invoice/analyzeResults/f55355d2-fdef-4309-bc77-a63c9813774c", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201102.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "e920feaf69ff22eca4e34ee30796627b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "182fdbcb-54ae-4f16-9dc1-9aaa700b4d24", + "Content-Length": "106", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 02 Nov 2020 21:37:08 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "10" + }, + "ResponseBody": { + "status": "running", + "createdDateTime": "2020-11-02T21:37:08Z", + "lastUpdatedDateTime": "2020-11-02T21:37:08Z" + } + }, + { + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/invoice/analyzeResults/f55355d2-fdef-4309-bc77-a63c9813774c", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201102.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "f81b4d6cb05afded143d85723294073b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "f35b8a98-ffae-428f-ad45-8ab5089cbbf8", + "Content-Length": "106", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 02 Nov 2020 21:37:10 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "10" + }, + "ResponseBody": { + "status": "running", + "createdDateTime": "2020-11-02T21:37:08Z", + "lastUpdatedDateTime": "2020-11-02T21:37:08Z" + } + }, + { + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/invoice/analyzeResults/f55355d2-fdef-4309-bc77-a63c9813774c", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201102.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "9fe30625289d7467bcb7be27ec828687", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "9733f324-a03c-4f77-ade8-944bb16990ac", + "Content-Length": "106", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 02 Nov 2020 21:37:12 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "9" + }, + "ResponseBody": { + "status": "running", + "createdDateTime": "2020-11-02T21:37:08Z", + "lastUpdatedDateTime": "2020-11-02T21:37:08Z" + } + }, + { + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/invoice/analyzeResults/f55355d2-fdef-4309-bc77-a63c9813774c", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201102.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "d7697ebef2daff061123d4c2e479ef10", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "c565e598-5ba0-484a-b34c-1c0e59047a4b", + "Content-Length": "106", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 02 Nov 2020 21:37:13 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "9" + }, + "ResponseBody": { + "status": "running", + "createdDateTime": "2020-11-02T21:37:08Z", + "lastUpdatedDateTime": "2020-11-02T21:37:08Z" + } + }, + { + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/invoice/analyzeResults/f55355d2-fdef-4309-bc77-a63c9813774c", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201102.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "00bd13dbc2b343dde5a63ba3f1c51092", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "c72608ec-74b3-48df-a95c-f8b6931ba7ed", + "Content-Length": "106", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 02 Nov 2020 21:37:14 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "9" + }, + "ResponseBody": { + "status": "running", + "createdDateTime": "2020-11-02T21:37:08Z", + "lastUpdatedDateTime": "2020-11-02T21:37:08Z" + } + }, + { + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/invoice/analyzeResults/f55355d2-fdef-4309-bc77-a63c9813774c", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201102.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "b4b4feb7302a336000e48e7a54a59043", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "c48bc0c7-4bcb-4015-a05c-80ea17adbaf2", + "Content-Length": "9869", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 02 Nov 2020 21:37:15 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "18" + }, + "ResponseBody": { + "status": "succeeded", + "createdDateTime": "2020-11-02T21:37:08Z", + "lastUpdatedDateTime": "2020-11-02T21:37:15Z", + "analyzeResult": { + "version": "2.1.0", + "readResults": [ + { + "page": 1, + "angle": 0, + "width": 1700, + "height": 2200, + "unit": "pixel", + "lines": [ + { + "text": "Contoso", + "boundingBox": [ + 105, + 231, + 289, + 232, + 289, + 274, + 105, + 273 + ], + "words": [ + { + "text": "Contoso", + "boundingBox": [ + 106, + 232, + 288, + 234, + 288, + 274, + 105, + 274 + ], + "confidence": 0.985 + } + ], + "appearance": { + "style": { + "name": "other", + "confidence": 0.999 + } + } + }, + { + "text": "Address:", + "boundingBox": [ + 159, + 299, + 279, + 300, + 279, + 326, + 159, + 325 + ], + "words": [ + { + "text": "Address:", + "boundingBox": [ + 161, + 299, + 279, + 301, + 279, + 326, + 160, + 325 + ], + "confidence": 0.982 + } + ], + "appearance": { + "style": { + "name": "other", + "confidence": 0.999 + } + } + }, + { + "text": "Invoice For: Microsoft", + "boundingBox": [ + 875, + 299, + 1165, + 299, + 1165, + 326, + 875, + 326 + ], + "words": [ + { + "text": "Invoice", + "boundingBox": [ + 876, + 300, + 963, + 299, + 964, + 327, + 877, + 326 + ], + "confidence": 0.951 + }, + { + "text": "For:", + "boundingBox": [ + 968, + 299, + 1030, + 299, + 1030, + 327, + 969, + 327 + ], + "confidence": 0.986 + }, + { + "text": "Microsoft", + "boundingBox": [ + 1035, + 299, + 1164, + 300, + 1165, + 326, + 1036, + 327 + ], + "confidence": 0.983 + } + ], + "appearance": { + "style": { + "name": "other", + "confidence": 0.998 + } + } + }, + { + "text": "1 Redmond way Suite", + "boundingBox": [ + 160, + 337, + 432, + 337, + 432, + 367, + 160, + 366 + ], + "words": [ + { + "text": "1", + "boundingBox": [ + 160, + 338, + 174, + 339, + 174, + 364, + 161, + 364 + ], + "confidence": 0.987 + }, + { + "text": "Redmond", + "boundingBox": [ + 179, + 339, + 301, + 339, + 301, + 367, + 179, + 365 + ], + "confidence": 0.984 + }, + { + "text": "way", + "boundingBox": [ + 306, + 339, + 361, + 338, + 361, + 368, + 306, + 367 + ], + "confidence": 0.987 + }, + { + "text": "Suite", + "boundingBox": [ + 366, + 338, + 433, + 337, + 433, + 367, + 366, + 368 + ], + "confidence": 0.983 + } + ], + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + } + }, + { + "text": "1020 Enterprise Way", + "boundingBox": [ + 1037, + 337, + 1312, + 338, + 1312, + 372, + 1037, + 371 + ], + "words": [ + { + "text": "1020", + "boundingBox": [ + 1038, + 338, + 1096, + 339, + 1096, + 372, + 1038, + 372 + ], + "confidence": 0.986 + }, + { + "text": "Enterprise", + "boundingBox": [ + 1102, + 339, + 1241, + 339, + 1241, + 373, + 1102, + 372 + ], + "confidence": 0.981 + }, + { + "text": "Way", + "boundingBox": [ + 1248, + 339, + 1313, + 338, + 1312, + 373, + 1248, + 373 + ], + "confidence": 0.987 + } + ], + "appearance": { + "style": { + "name": "other", + "confidence": 0.999 + } + } + }, + { + "text": "6000 Redmond, WA", + "boundingBox": [ + 159, + 375, + 410, + 375, + 410, + 403, + 159, + 404 + ], + "words": [ + { + "text": "6000", + "boundingBox": [ + 159, + 377, + 220, + 377, + 220, + 404, + 159, + 404 + ], + "confidence": 0.986 + }, + { + "text": "Redmond,", + "boundingBox": [ + 225, + 377, + 357, + 376, + 357, + 405, + 225, + 404 + ], + "confidence": 0.98 + }, + { + "text": "WA", + "boundingBox": [ + 362, + 376, + 410, + 375, + 410, + 404, + 362, + 405 + ], + "confidence": 0.988 + } + ], + "appearance": { + "style": { + "name": "other", + "confidence": 0.999 + } + } + }, + { + "text": "Sunnayvale, CA 87659", + "boundingBox": [ + 1036, + 378, + 1334, + 377, + 1334, + 406, + 1036, + 408 + ], + "words": [ + { + "text": "Sunnayvale,", + "boundingBox": [ + 1036, + 379, + 1198, + 379, + 1198, + 408, + 1036, + 407 + ], + "confidence": 0.98 + }, + { + "text": "CA", + "boundingBox": [ + 1203, + 379, + 1246, + 378, + 1246, + 407, + 1203, + 408 + ], + "confidence": 0.988 + }, + { + "text": "87659", + "boundingBox": [ + 1252, + 378, + 1333, + 378, + 1333, + 405, + 1251, + 407 + ], + "confidence": 0.983 + } + ], + "appearance": { + "style": { + "name": "other", + "confidence": 0.999 + } + } + }, + { + "text": "99243", + "boundingBox": [ + 157, + 415, + 238, + 414, + 238, + 439, + 158, + 440 + ], + "words": [ + { + "text": "99243", + "boundingBox": [ + 158, + 415, + 237, + 414, + 238, + 440, + 159, + 441 + ], + "confidence": 0.983 + } + ], + "appearance": { + "style": { + "name": "other", + "confidence": 0.998 + } + } + }, + { + "text": "Invoice Number", + "boundingBox": [ + 104, + 572, + 318, + 572, + 318, + 598, + 104, + 598 + ], + "words": [ + { + "text": "Invoice", + "boundingBox": [ + 105, + 572, + 202, + 572, + 202, + 599, + 105, + 599 + ], + "confidence": 0.951 + }, + { + "text": "Number", + "boundingBox": [ + 207, + 572, + 318, + 573, + 318, + 599, + 207, + 599 + ], + "confidence": 0.983 + } + ], + "appearance": { + "style": { + "name": "other", + "confidence": 0.999 + } + } + }, + { + "text": "Invoice Date", + "boundingBox": [ + 385, + 572, + 552, + 572, + 552, + 597, + 385, + 597 + ], + "words": [ + { + "text": "Invoice", + "boundingBox": [ + 386, + 573, + 484, + 572, + 484, + 598, + 386, + 598 + ], + "confidence": 0.942 + }, + { + "text": "Date", + "boundingBox": [ + 489, + 572, + 551, + 573, + 551, + 598, + 489, + 598 + ], + "confidence": 0.987 + } + ], + "appearance": { + "style": { + "name": "other", + "confidence": 0.999 + } + } + }, + { + "text": "Invoice Due Date", + "boundingBox": [ + 661, + 568, + 894, + 568, + 894, + 601, + 661, + 601 + ], + "words": [ + { + "text": "Invoice", + "boundingBox": [ + 662, + 569, + 760, + 569, + 760, + 601, + 662, + 602 + ], + "confidence": 0.974 + }, + { + "text": "Due", + "boundingBox": [ + 767, + 569, + 819, + 569, + 819, + 601, + 767, + 601 + ], + "confidence": 0.987 + }, + { + "text": "Date", + "boundingBox": [ + 826, + 569, + 893, + 568, + 893, + 602, + 826, + 601 + ], + "confidence": 0.987 + } + ], + "appearance": { + "style": { + "name": "other", + "confidence": 0.965 + } + } + }, + { + "text": "Charges", + "boundingBox": [ + 947, + 573, + 1061, + 574, + 1061, + 602, + 947, + 600 + ], + "words": [ + { + "text": "Charges", + "boundingBox": [ + 948, + 573, + 1060, + 574, + 1060, + 602, + 948, + 600 + ], + "confidence": 0.97 + } + ], + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + } + }, + { + "text": "VAT ID", + "boundingBox": [ + 1225, + 572, + 1320, + 572, + 1320, + 596, + 1225, + 597 + ], + "words": [ + { + "text": "VAT", + "boundingBox": [ + 1227, + 573, + 1282, + 572, + 1282, + 597, + 1227, + 598 + ], + "confidence": 0.987 + }, + { + "text": "ID", + "boundingBox": [ + 1287, + 572, + 1320, + 572, + 1320, + 597, + 1287, + 597 + ], + "confidence": 0.986 + } + ], + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + } + }, + { + "text": "34278587", + "boundingBox": [ + 105, + 679, + 230, + 679, + 230, + 705, + 105, + 705 + ], + "words": [ + { + "text": "34278587", + "boundingBox": [ + 105, + 680, + 229, + 680, + 230, + 705, + 106, + 705 + ], + "confidence": 0.983 + } + ], + "appearance": { + "style": { + "name": "other", + "confidence": 0.998 + } + } + }, + { + "text": "6/18/2017", + "boundingBox": [ + 386, + 680, + 510, + 679, + 510, + 704, + 386, + 705 + ], + "words": [ + { + "text": "6/18/2017", + "boundingBox": [ + 387, + 680, + 510, + 680, + 510, + 705, + 387, + 705 + ], + "confidence": 0.983 + } + ], + "appearance": { + "style": { + "name": "other", + "confidence": 0.999 + } + } + }, + { + "text": "6/24/2017", + "boundingBox": [ + 667, + 679, + 792, + 679, + 792, + 704, + 667, + 705 + ], + "words": [ + { + "text": "6/24/2017", + "boundingBox": [ + 668, + 679, + 792, + 679, + 792, + 705, + 667, + 705 + ], + "confidence": 0.982 + } + ], + "appearance": { + "style": { + "name": "other", + "confidence": 0.999 + } + } + }, + { + "text": "$56,651.49 PT", + "boundingBox": [ + 1074, + 680, + 1279, + 679, + 1280, + 704, + 1074, + 706 + ], + "words": [ + { + "text": "$56,651.49", + "boundingBox": [ + 1075, + 680, + 1224, + 680, + 1225, + 705, + 1075, + 707 + ], + "confidence": 0.967 + }, + { + "text": "PT", + "boundingBox": [ + 1240, + 679, + 1279, + 679, + 1280, + 704, + 1241, + 705 + ], + "confidence": 0.983 + } + ], + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + } + } + ] + } + ], + "pageResults": [ + { + "page": 1, + "tables": [ + { + "rows": 3, + "columns": 6, + "cells": [ + { + "rowIndex": 0, + "columnIndex": 0, + "text": "Invoice Number", + "boundingBox": [ + 101, + 556, + 380, + 558, + 380, + 662, + 101, + 661 + ], + "elements": [ + "#/readResults/0/lines/8/words/0", + "#/readResults/0/lines/8/words/1" + ] + }, + { + "rowIndex": 0, + "columnIndex": 1, + "text": "Invoice Date", + "boundingBox": [ + 380, + 558, + 658, + 558, + 659, + 662, + 380, + 662 + ], + "elements": [ + "#/readResults/0/lines/9/words/0", + "#/readResults/0/lines/9/words/1" + ] + }, + { + "rowIndex": 0, + "columnIndex": 2, + "text": "Invoice Due Date", + "boundingBox": [ + 658, + 558, + 941, + 558, + 941, + 662, + 659, + 662 + ], + "elements": [ + "#/readResults/0/lines/10/words/0", + "#/readResults/0/lines/10/words/1", + "#/readResults/0/lines/10/words/2" + ] + }, + { + "rowIndex": 0, + "columnIndex": 3, + "columnSpan": 2, + "text": "Charges", + "boundingBox": [ + 941, + 558, + 1220, + 558, + 1220, + 662, + 941, + 662 + ], + "elements": [ + "#/readResults/0/lines/11/words/0" + ] + }, + { + "rowIndex": 0, + "columnIndex": 5, + "text": "VAT ID", + "boundingBox": [ + 1220, + 558, + 1499, + 556, + 1500, + 661, + 1220, + 662 + ], + "elements": [ + "#/readResults/0/lines/12/words/0", + "#/readResults/0/lines/12/words/1" + ] + }, + { + "rowIndex": 1, + "columnIndex": 0, + "rowSpan": 2, + "text": "34278587", + "boundingBox": [ + 101, + 661, + 380, + 662, + 380, + 771, + 101, + 771 + ], + "elements": [ + "#/readResults/0/lines/13/words/0" + ] + }, + { + "rowIndex": 1, + "columnIndex": 1, + "rowSpan": 2, + "text": "6/18/2017", + "boundingBox": [ + 380, + 662, + 659, + 662, + 661, + 771, + 380, + 771 + ], + "elements": [ + "#/readResults/0/lines/14/words/0" + ] + }, + { + "rowIndex": 1, + "columnIndex": 2, + "rowSpan": 2, + "text": "6/24/2017", + "boundingBox": [ + 659, + 662, + 941, + 662, + 941, + 771, + 661, + 771 + ], + "elements": [ + "#/readResults/0/lines/15/words/0" + ] + }, + { + "rowIndex": 1, + "columnIndex": 3, + "rowSpan": 2, + "columnSpan": 2, + "text": "$56,651.49", + "boundingBox": [ + 941, + 662, + 1220, + 662, + 1220, + 771, + 941, + 771 + ], + "elements": [ + "#/readResults/0/lines/16/words/0" + ] + }, + { + "rowIndex": 1, + "columnIndex": 5, + "rowSpan": 2, + "text": "PT", + "boundingBox": [ + 1220, + 662, + 1500, + 661, + 1500, + 769, + 1220, + 771 + ], + "elements": [ + "#/readResults/0/lines/16/words/1" + ] + } + ], + "boundingBox": [ + 100, + 556, + 1499, + 556, + 1498, + 771, + 99, + 771 + ] + } + ] + } + ], + "documentResults": [ + { + "docType": "prebuilt:invoice", + "pageRange": [ + 1, + 1 + ], + "fields": { + "VendorName": { + "type": "string", + "valueString": "Contoso", + "text": "Contoso", + "boundingBox": [ + 106, + 232, + 288, + 234, + 288, + 274, + 105, + 274 + ], + "page": 1, + "confidence": 0.921, + "elements": [ + "#/readResults/0/lines/0/words/0" + ] + }, + "CustomerAddressRecipient": { + "type": "string", + "valueString": "Microsoft", + "text": "Microsoft", + "boundingBox": [ + 1035, + 299, + 1164, + 300, + 1165, + 326, + 1036, + 327 + ], + "page": 1, + "confidence": 0.993, + "elements": [ + "#/readResults/0/lines/2/words/2" + ] + }, + "VendorAddress": { + "type": "string", + "valueString": "1 Redmond way Suite 6000 Redmond, WA 99243", + "text": "1 Redmond way Suite 6000 Redmond, WA 99243", + "boundingBox": [ + 158, + 337, + 433, + 337, + 433, + 441, + 158, + 441 + ], + "page": 1, + "confidence": 0.907, + "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/5/words/0", + "#/readResults/0/lines/5/words/1", + "#/readResults/0/lines/5/words/2", + "#/readResults/0/lines/7/words/0" + ] + }, + "CustomerAddress": { + "type": "string", + "valueString": "1020 Enterprise Way Sunnayvale, CA 87659", + "text": "1020 Enterprise Way Sunnayvale, CA 87659", + "boundingBox": [ + 1036.1, + 337.1, + 1333.2, + 338.1, + 1333, + 408.4, + 1035.9, + 407.5 + ], + "page": 1, + "confidence": 0.995, + "elements": [ + "#/readResults/0/lines/4/words/0", + "#/readResults/0/lines/4/words/1", + "#/readResults/0/lines/4/words/2", + "#/readResults/0/lines/6/words/0", + "#/readResults/0/lines/6/words/1", + "#/readResults/0/lines/6/words/2" + ] + }, + "InvoiceId": { + "type": "string", + "valueString": "34278587", + "text": "34278587", + "boundingBox": [ + 105, + 680, + 229, + 680, + 230, + 705, + 106, + 705 + ], + "page": 1, + "confidence": 0.768, + "elements": [ + "#/readResults/0/lines/13/words/0" + ] + }, + "InvoiceDate": { + "type": "date", + "valueDate": "2017-06-18", + "text": "6/18/2017", + "boundingBox": [ + 387, + 680, + 510, + 680, + 510, + 705, + 387, + 705 + ], + "page": 1, + "confidence": 0.89, + "elements": [ + "#/readResults/0/lines/14/words/0" + ] + }, + "DueDate": { + "type": "date", + "valueDate": "2017-06-24", + "text": "6/24/2017", + "boundingBox": [ + 668, + 679, + 792, + 679, + 792, + 705, + 667, + 705 + ], + "page": 1, + "confidence": 0.988, + "elements": [ + "#/readResults/0/lines/15/words/0" + ] + }, + "InvoiceTotal": { + "type": "number", + "valueNumber": 56651.49, + "text": "$56,651.49", + "boundingBox": [ + 1075, + 680, + 1224, + 680, + 1225, + 705, + 1075, + 707 + ], + "page": 1, + "confidence": 0.847, + "elements": [ + "#/readResults/0/lines/16/words/0" + ] + }, + "CustomerName": { + "type": "string", + "valueString": "Microsoft", + "text": "Microsoft", + "boundingBox": [ + 1035, + 299, + 1164, + 300, + 1165, + 326, + 1036, + 327 + ], + "page": 1, + "confidence": 0.993, + "elements": [ + "#/readResults/0/lines/2/words/2" + ] + } + } + } + ] + } + } + } + ], + "Variables": { + "FORM_RECOGNIZER_API_KEY": "Sanitized", + "FORM_RECOGNIZER_ENDPOINT": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/", + "RandomSeed": "410565291" + } +} \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeInvoicesIncludeFieldElementsAsync.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeInvoicesIncludeFieldElementsAsync.json new file mode 100644 index 0000000000000..684b443896e17 --- /dev/null +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeInvoicesIncludeFieldElementsAsync.json @@ -0,0 +1,1513 @@ +{ + "Entries": [ + { + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/invoice/analyze?includeTextDetails=true", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Content-Length": "76742", + "Content-Type": "image/tiff", + "Ocp-Apim-Subscription-Key": "Sanitized", + "traceparent": "00-41f13afe1e28e4418d27d5c8fc67e675-6233680e4ceb6243-00", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201102.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "71101375407e7d1e56f7271cdc27296b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "apim-request-id": "72c1df74-ca0a-46d6-af58-bfd942e66615", + "Content-Length": "0", + "Date": "Mon, 02 Nov 2020 21:38:07 GMT", + "Operation-Location": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/invoice/analyzeResults/72c1df74-ca0a-46d6-af58-bfd942e66615", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "208" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/invoice/analyzeResults/72c1df74-ca0a-46d6-af58-bfd942e66615", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201102.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "8dc8f64f4e395f9cac8a1cb3a4e6954b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "cfba261e-3475-4e2d-9e28-f8caf37589b9", + "Content-Length": "106", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 02 Nov 2020 21:38:07 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "10" + }, + "ResponseBody": { + "status": "running", + "createdDateTime": "2020-11-02T21:38:07Z", + "lastUpdatedDateTime": "2020-11-02T21:38:07Z" + } + }, + { + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/invoice/analyzeResults/72c1df74-ca0a-46d6-af58-bfd942e66615", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201102.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "e00ffe568ec160606adee4f535905308", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "ba05d12d-2073-4653-94fe-cd1aa091ed86", + "Content-Length": "106", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 02 Nov 2020 21:38:08 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "9" + }, + "ResponseBody": { + "status": "running", + "createdDateTime": "2020-11-02T21:38:07Z", + "lastUpdatedDateTime": "2020-11-02T21:38:07Z" + } + }, + { + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/invoice/analyzeResults/72c1df74-ca0a-46d6-af58-bfd942e66615", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201102.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "3cd5eba7ac62278576b0c5f3246ad870", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "7d7e4aa7-c1fa-4b99-94cb-96de3cf4187d", + "Content-Length": "106", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 02 Nov 2020 21:38:09 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "8" + }, + "ResponseBody": { + "status": "running", + "createdDateTime": "2020-11-02T21:38:07Z", + "lastUpdatedDateTime": "2020-11-02T21:38:07Z" + } + }, + { + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/invoice/analyzeResults/72c1df74-ca0a-46d6-af58-bfd942e66615", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201102.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "dec5dc624918c0a99568225a69a72a1b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "677b1b9c-08b2-4d63-88b4-efb0e65b2ee5", + "Content-Length": "106", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 02 Nov 2020 21:38:10 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "9" + }, + "ResponseBody": { + "status": "running", + "createdDateTime": "2020-11-02T21:38:07Z", + "lastUpdatedDateTime": "2020-11-02T21:38:07Z" + } + }, + { + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/invoice/analyzeResults/72c1df74-ca0a-46d6-af58-bfd942e66615", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201102.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "b80b14375810a9e979e76911c96d3bff", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "93778384-84df-4f5c-bea4-c5cc2f94f238", + "Content-Length": "106", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 02 Nov 2020 21:38:11 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "11" + }, + "ResponseBody": { + "status": "running", + "createdDateTime": "2020-11-02T21:38:07Z", + "lastUpdatedDateTime": "2020-11-02T21:38:07Z" + } + }, + { + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/invoice/analyzeResults/72c1df74-ca0a-46d6-af58-bfd942e66615", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201102.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "5992740575cb5eef4214a6f9892abdcf", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "444e582b-be10-4af2-bed0-052a3b9bfa21", + "Content-Length": "106", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 02 Nov 2020 21:38:12 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "10" + }, + "ResponseBody": { + "status": "running", + "createdDateTime": "2020-11-02T21:38:07Z", + "lastUpdatedDateTime": "2020-11-02T21:38:07Z" + } + }, + { + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/invoice/analyzeResults/72c1df74-ca0a-46d6-af58-bfd942e66615", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201102.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "10bba9851f5f095ff21b6430e098f728", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "8f04d677-a1ae-4d94-b5b6-669133d9772b", + "Content-Length": "9869", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 02 Nov 2020 21:38:13 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "16" + }, + "ResponseBody": { + "status": "succeeded", + "createdDateTime": "2020-11-02T21:38:07Z", + "lastUpdatedDateTime": "2020-11-02T21:38:14Z", + "analyzeResult": { + "version": "2.1.0", + "readResults": [ + { + "page": 1, + "angle": 0, + "width": 1700, + "height": 2200, + "unit": "pixel", + "lines": [ + { + "text": "Contoso", + "boundingBox": [ + 105, + 231, + 289, + 232, + 289, + 274, + 105, + 273 + ], + "words": [ + { + "text": "Contoso", + "boundingBox": [ + 106, + 232, + 288, + 234, + 288, + 274, + 105, + 274 + ], + "confidence": 0.985 + } + ], + "appearance": { + "style": { + "name": "other", + "confidence": 0.999 + } + } + }, + { + "text": "Address:", + "boundingBox": [ + 159, + 299, + 279, + 300, + 279, + 326, + 159, + 325 + ], + "words": [ + { + "text": "Address:", + "boundingBox": [ + 161, + 299, + 279, + 301, + 279, + 326, + 160, + 325 + ], + "confidence": 0.982 + } + ], + "appearance": { + "style": { + "name": "other", + "confidence": 0.999 + } + } + }, + { + "text": "Invoice For: Microsoft", + "boundingBox": [ + 875, + 299, + 1165, + 299, + 1165, + 326, + 875, + 326 + ], + "words": [ + { + "text": "Invoice", + "boundingBox": [ + 876, + 300, + 963, + 299, + 964, + 327, + 877, + 326 + ], + "confidence": 0.951 + }, + { + "text": "For:", + "boundingBox": [ + 968, + 299, + 1030, + 299, + 1030, + 327, + 969, + 327 + ], + "confidence": 0.986 + }, + { + "text": "Microsoft", + "boundingBox": [ + 1035, + 299, + 1164, + 300, + 1165, + 326, + 1036, + 327 + ], + "confidence": 0.983 + } + ], + "appearance": { + "style": { + "name": "other", + "confidence": 0.998 + } + } + }, + { + "text": "1 Redmond way Suite", + "boundingBox": [ + 160, + 337, + 432, + 337, + 432, + 367, + 160, + 366 + ], + "words": [ + { + "text": "1", + "boundingBox": [ + 160, + 338, + 174, + 339, + 174, + 364, + 161, + 364 + ], + "confidence": 0.987 + }, + { + "text": "Redmond", + "boundingBox": [ + 179, + 339, + 301, + 339, + 301, + 367, + 179, + 365 + ], + "confidence": 0.984 + }, + { + "text": "way", + "boundingBox": [ + 306, + 339, + 361, + 338, + 361, + 368, + 306, + 367 + ], + "confidence": 0.987 + }, + { + "text": "Suite", + "boundingBox": [ + 366, + 338, + 433, + 337, + 433, + 367, + 366, + 368 + ], + "confidence": 0.983 + } + ], + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + } + }, + { + "text": "1020 Enterprise Way", + "boundingBox": [ + 1037, + 337, + 1312, + 338, + 1312, + 372, + 1037, + 371 + ], + "words": [ + { + "text": "1020", + "boundingBox": [ + 1038, + 338, + 1096, + 339, + 1096, + 372, + 1038, + 372 + ], + "confidence": 0.986 + }, + { + "text": "Enterprise", + "boundingBox": [ + 1102, + 339, + 1241, + 339, + 1241, + 373, + 1102, + 372 + ], + "confidence": 0.981 + }, + { + "text": "Way", + "boundingBox": [ + 1248, + 339, + 1313, + 338, + 1312, + 373, + 1248, + 373 + ], + "confidence": 0.987 + } + ], + "appearance": { + "style": { + "name": "other", + "confidence": 0.999 + } + } + }, + { + "text": "6000 Redmond, WA", + "boundingBox": [ + 159, + 375, + 410, + 375, + 410, + 403, + 159, + 404 + ], + "words": [ + { + "text": "6000", + "boundingBox": [ + 159, + 377, + 220, + 377, + 220, + 404, + 159, + 404 + ], + "confidence": 0.986 + }, + { + "text": "Redmond,", + "boundingBox": [ + 225, + 377, + 357, + 376, + 357, + 405, + 225, + 404 + ], + "confidence": 0.98 + }, + { + "text": "WA", + "boundingBox": [ + 362, + 376, + 410, + 375, + 410, + 404, + 362, + 405 + ], + "confidence": 0.988 + } + ], + "appearance": { + "style": { + "name": "other", + "confidence": 0.999 + } + } + }, + { + "text": "Sunnayvale, CA 87659", + "boundingBox": [ + 1036, + 378, + 1334, + 377, + 1334, + 406, + 1036, + 408 + ], + "words": [ + { + "text": "Sunnayvale,", + "boundingBox": [ + 1036, + 379, + 1198, + 379, + 1198, + 408, + 1036, + 407 + ], + "confidence": 0.98 + }, + { + "text": "CA", + "boundingBox": [ + 1203, + 379, + 1246, + 378, + 1246, + 407, + 1203, + 408 + ], + "confidence": 0.988 + }, + { + "text": "87659", + "boundingBox": [ + 1252, + 378, + 1333, + 378, + 1333, + 405, + 1251, + 407 + ], + "confidence": 0.983 + } + ], + "appearance": { + "style": { + "name": "other", + "confidence": 0.999 + } + } + }, + { + "text": "99243", + "boundingBox": [ + 157, + 415, + 238, + 414, + 238, + 439, + 158, + 440 + ], + "words": [ + { + "text": "99243", + "boundingBox": [ + 158, + 415, + 237, + 414, + 238, + 440, + 159, + 441 + ], + "confidence": 0.983 + } + ], + "appearance": { + "style": { + "name": "other", + "confidence": 0.998 + } + } + }, + { + "text": "Invoice Number", + "boundingBox": [ + 104, + 572, + 318, + 572, + 318, + 598, + 104, + 598 + ], + "words": [ + { + "text": "Invoice", + "boundingBox": [ + 105, + 572, + 202, + 572, + 202, + 599, + 105, + 599 + ], + "confidence": 0.951 + }, + { + "text": "Number", + "boundingBox": [ + 207, + 572, + 318, + 573, + 318, + 599, + 207, + 599 + ], + "confidence": 0.983 + } + ], + "appearance": { + "style": { + "name": "other", + "confidence": 0.999 + } + } + }, + { + "text": "Invoice Date", + "boundingBox": [ + 385, + 572, + 552, + 572, + 552, + 597, + 385, + 597 + ], + "words": [ + { + "text": "Invoice", + "boundingBox": [ + 386, + 573, + 484, + 572, + 484, + 598, + 386, + 598 + ], + "confidence": 0.942 + }, + { + "text": "Date", + "boundingBox": [ + 489, + 572, + 551, + 573, + 551, + 598, + 489, + 598 + ], + "confidence": 0.987 + } + ], + "appearance": { + "style": { + "name": "other", + "confidence": 0.999 + } + } + }, + { + "text": "Invoice Due Date", + "boundingBox": [ + 661, + 568, + 894, + 568, + 894, + 601, + 661, + 601 + ], + "words": [ + { + "text": "Invoice", + "boundingBox": [ + 662, + 569, + 760, + 569, + 760, + 601, + 662, + 602 + ], + "confidence": 0.974 + }, + { + "text": "Due", + "boundingBox": [ + 767, + 569, + 819, + 569, + 819, + 601, + 767, + 601 + ], + "confidence": 0.987 + }, + { + "text": "Date", + "boundingBox": [ + 826, + 569, + 893, + 568, + 893, + 602, + 826, + 601 + ], + "confidence": 0.987 + } + ], + "appearance": { + "style": { + "name": "other", + "confidence": 0.965 + } + } + }, + { + "text": "Charges", + "boundingBox": [ + 947, + 573, + 1061, + 574, + 1061, + 602, + 947, + 600 + ], + "words": [ + { + "text": "Charges", + "boundingBox": [ + 948, + 573, + 1060, + 574, + 1060, + 602, + 948, + 600 + ], + "confidence": 0.97 + } + ], + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + } + }, + { + "text": "VAT ID", + "boundingBox": [ + 1225, + 572, + 1320, + 572, + 1320, + 596, + 1225, + 597 + ], + "words": [ + { + "text": "VAT", + "boundingBox": [ + 1227, + 573, + 1282, + 572, + 1282, + 597, + 1227, + 598 + ], + "confidence": 0.987 + }, + { + "text": "ID", + "boundingBox": [ + 1287, + 572, + 1320, + 572, + 1320, + 597, + 1287, + 597 + ], + "confidence": 0.986 + } + ], + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + } + }, + { + "text": "34278587", + "boundingBox": [ + 105, + 679, + 230, + 679, + 230, + 705, + 105, + 705 + ], + "words": [ + { + "text": "34278587", + "boundingBox": [ + 105, + 680, + 229, + 680, + 230, + 705, + 106, + 705 + ], + "confidence": 0.983 + } + ], + "appearance": { + "style": { + "name": "other", + "confidence": 0.998 + } + } + }, + { + "text": "6/18/2017", + "boundingBox": [ + 386, + 680, + 510, + 679, + 510, + 704, + 386, + 705 + ], + "words": [ + { + "text": "6/18/2017", + "boundingBox": [ + 387, + 680, + 510, + 680, + 510, + 705, + 387, + 705 + ], + "confidence": 0.983 + } + ], + "appearance": { + "style": { + "name": "other", + "confidence": 0.999 + } + } + }, + { + "text": "6/24/2017", + "boundingBox": [ + 667, + 679, + 792, + 679, + 792, + 704, + 667, + 705 + ], + "words": [ + { + "text": "6/24/2017", + "boundingBox": [ + 668, + 679, + 792, + 679, + 792, + 705, + 667, + 705 + ], + "confidence": 0.982 + } + ], + "appearance": { + "style": { + "name": "other", + "confidence": 0.999 + } + } + }, + { + "text": "$56,651.49 PT", + "boundingBox": [ + 1074, + 680, + 1279, + 679, + 1280, + 704, + 1074, + 706 + ], + "words": [ + { + "text": "$56,651.49", + "boundingBox": [ + 1075, + 680, + 1224, + 680, + 1225, + 705, + 1075, + 707 + ], + "confidence": 0.967 + }, + { + "text": "PT", + "boundingBox": [ + 1240, + 679, + 1279, + 679, + 1280, + 704, + 1241, + 705 + ], + "confidence": 0.983 + } + ], + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + } + } + ] + } + ], + "pageResults": [ + { + "page": 1, + "tables": [ + { + "rows": 3, + "columns": 6, + "cells": [ + { + "rowIndex": 0, + "columnIndex": 0, + "text": "Invoice Number", + "boundingBox": [ + 101, + 556, + 380, + 558, + 380, + 662, + 101, + 661 + ], + "elements": [ + "#/readResults/0/lines/8/words/0", + "#/readResults/0/lines/8/words/1" + ] + }, + { + "rowIndex": 0, + "columnIndex": 1, + "text": "Invoice Date", + "boundingBox": [ + 380, + 558, + 658, + 558, + 659, + 662, + 380, + 662 + ], + "elements": [ + "#/readResults/0/lines/9/words/0", + "#/readResults/0/lines/9/words/1" + ] + }, + { + "rowIndex": 0, + "columnIndex": 2, + "text": "Invoice Due Date", + "boundingBox": [ + 658, + 558, + 941, + 558, + 941, + 662, + 659, + 662 + ], + "elements": [ + "#/readResults/0/lines/10/words/0", + "#/readResults/0/lines/10/words/1", + "#/readResults/0/lines/10/words/2" + ] + }, + { + "rowIndex": 0, + "columnIndex": 3, + "columnSpan": 2, + "text": "Charges", + "boundingBox": [ + 941, + 558, + 1220, + 558, + 1220, + 662, + 941, + 662 + ], + "elements": [ + "#/readResults/0/lines/11/words/0" + ] + }, + { + "rowIndex": 0, + "columnIndex": 5, + "text": "VAT ID", + "boundingBox": [ + 1220, + 558, + 1499, + 556, + 1500, + 661, + 1220, + 662 + ], + "elements": [ + "#/readResults/0/lines/12/words/0", + "#/readResults/0/lines/12/words/1" + ] + }, + { + "rowIndex": 1, + "columnIndex": 0, + "rowSpan": 2, + "text": "34278587", + "boundingBox": [ + 101, + 661, + 380, + 662, + 380, + 771, + 101, + 771 + ], + "elements": [ + "#/readResults/0/lines/13/words/0" + ] + }, + { + "rowIndex": 1, + "columnIndex": 1, + "rowSpan": 2, + "text": "6/18/2017", + "boundingBox": [ + 380, + 662, + 659, + 662, + 661, + 771, + 380, + 771 + ], + "elements": [ + "#/readResults/0/lines/14/words/0" + ] + }, + { + "rowIndex": 1, + "columnIndex": 2, + "rowSpan": 2, + "text": "6/24/2017", + "boundingBox": [ + 659, + 662, + 941, + 662, + 941, + 771, + 661, + 771 + ], + "elements": [ + "#/readResults/0/lines/15/words/0" + ] + }, + { + "rowIndex": 1, + "columnIndex": 3, + "rowSpan": 2, + "columnSpan": 2, + "text": "$56,651.49", + "boundingBox": [ + 941, + 662, + 1220, + 662, + 1220, + 771, + 941, + 771 + ], + "elements": [ + "#/readResults/0/lines/16/words/0" + ] + }, + { + "rowIndex": 1, + "columnIndex": 5, + "rowSpan": 2, + "text": "PT", + "boundingBox": [ + 1220, + 662, + 1500, + 661, + 1500, + 769, + 1220, + 771 + ], + "elements": [ + "#/readResults/0/lines/16/words/1" + ] + } + ], + "boundingBox": [ + 100, + 556, + 1499, + 556, + 1498, + 771, + 99, + 771 + ] + } + ] + } + ], + "documentResults": [ + { + "docType": "prebuilt:invoice", + "pageRange": [ + 1, + 1 + ], + "fields": { + "VendorName": { + "type": "string", + "valueString": "Contoso", + "text": "Contoso", + "boundingBox": [ + 106, + 232, + 288, + 234, + 288, + 274, + 105, + 274 + ], + "page": 1, + "confidence": 0.921, + "elements": [ + "#/readResults/0/lines/0/words/0" + ] + }, + "CustomerAddressRecipient": { + "type": "string", + "valueString": "Microsoft", + "text": "Microsoft", + "boundingBox": [ + 1035, + 299, + 1164, + 300, + 1165, + 326, + 1036, + 327 + ], + "page": 1, + "confidence": 0.993, + "elements": [ + "#/readResults/0/lines/2/words/2" + ] + }, + "VendorAddress": { + "type": "string", + "valueString": "1 Redmond way Suite 6000 Redmond, WA 99243", + "text": "1 Redmond way Suite 6000 Redmond, WA 99243", + "boundingBox": [ + 158, + 337, + 433, + 337, + 433, + 441, + 158, + 441 + ], + "page": 1, + "confidence": 0.907, + "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/5/words/0", + "#/readResults/0/lines/5/words/1", + "#/readResults/0/lines/5/words/2", + "#/readResults/0/lines/7/words/0" + ] + }, + "CustomerAddress": { + "type": "string", + "valueString": "1020 Enterprise Way Sunnayvale, CA 87659", + "text": "1020 Enterprise Way Sunnayvale, CA 87659", + "boundingBox": [ + 1036.1, + 337.1, + 1333.2, + 338.1, + 1333, + 408.4, + 1035.9, + 407.5 + ], + "page": 1, + "confidence": 0.995, + "elements": [ + "#/readResults/0/lines/4/words/0", + "#/readResults/0/lines/4/words/1", + "#/readResults/0/lines/4/words/2", + "#/readResults/0/lines/6/words/0", + "#/readResults/0/lines/6/words/1", + "#/readResults/0/lines/6/words/2" + ] + }, + "InvoiceId": { + "type": "string", + "valueString": "34278587", + "text": "34278587", + "boundingBox": [ + 105, + 680, + 229, + 680, + 230, + 705, + 106, + 705 + ], + "page": 1, + "confidence": 0.768, + "elements": [ + "#/readResults/0/lines/13/words/0" + ] + }, + "InvoiceDate": { + "type": "date", + "valueDate": "2017-06-18", + "text": "6/18/2017", + "boundingBox": [ + 387, + 680, + 510, + 680, + 510, + 705, + 387, + 705 + ], + "page": 1, + "confidence": 0.89, + "elements": [ + "#/readResults/0/lines/14/words/0" + ] + }, + "DueDate": { + "type": "date", + "valueDate": "2017-06-24", + "text": "6/24/2017", + "boundingBox": [ + 668, + 679, + 792, + 679, + 792, + 705, + 667, + 705 + ], + "page": 1, + "confidence": 0.988, + "elements": [ + "#/readResults/0/lines/15/words/0" + ] + }, + "InvoiceTotal": { + "type": "number", + "valueNumber": 56651.49, + "text": "$56,651.49", + "boundingBox": [ + 1075, + 680, + 1224, + 680, + 1225, + 705, + 1075, + 707 + ], + "page": 1, + "confidence": 0.847, + "elements": [ + "#/readResults/0/lines/16/words/0" + ] + }, + "CustomerName": { + "type": "string", + "valueString": "Microsoft", + "text": "Microsoft", + "boundingBox": [ + 1035, + 299, + 1164, + 300, + 1165, + 326, + 1036, + 327 + ], + "page": 1, + "confidence": 0.993, + "elements": [ + "#/readResults/0/lines/2/words/2" + ] + } + } + } + ] + } + } + } + ], + "Variables": { + "FORM_RECOGNIZER_API_KEY": "Sanitized", + "FORM_RECOGNIZER_ENDPOINT": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/", + "RandomSeed": "281397379" + } +} \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeInvoicesPopulatesExtractedPdf(False).json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeInvoicesPopulatesExtractedPdf(False).json new file mode 100644 index 0000000000000..c50e38ee21e66 --- /dev/null +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeInvoicesPopulatesExtractedPdf(False).json @@ -0,0 +1,619 @@ +{ + "Entries": [ + { + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/invoice/analyze?includeTextDetails=false", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Content-Length": "22", + "Content-Type": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "traceparent": "00-481bf698f6717a41883d76c7677c6ad9-00a717d0b3712a43-00", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201102.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "da7db40c756b4a121e42bdf31eecf124", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "source": "Sanitized" + }, + "StatusCode": 202, + "ResponseHeaders": { + "apim-request-id": "8ecb65d8-9ef4-4107-9ddd-70cb1fa36597", + "Content-Length": "0", + "Date": "Mon, 02 Nov 2020 21:37:22 GMT", + "Operation-Location": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/invoice/analyzeResults/8ecb65d8-9ef4-4107-9ddd-70cb1fa36597", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "623" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/invoice/analyzeResults/8ecb65d8-9ef4-4107-9ddd-70cb1fa36597", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201102.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "62bc3de93b4c4bae2b91506fdadb1eae", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "07a182d6-dfc6-4e65-8d43-a54a39476f4e", + "Content-Length": "109", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 02 Nov 2020 21:37:22 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "11" + }, + "ResponseBody": { + "status": "notStarted", + "createdDateTime": "2020-11-02T21:37:23Z", + "lastUpdatedDateTime": "2020-11-02T21:37:23Z" + } + }, + { + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/invoice/analyzeResults/8ecb65d8-9ef4-4107-9ddd-70cb1fa36597", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201102.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "89877ee078fbff1bcff87063abe95cc7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "13302502-8af8-4237-a62a-3974e7c24375", + "Content-Length": "106", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 02 Nov 2020 21:37:23 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "8" + }, + "ResponseBody": { + "status": "running", + "createdDateTime": "2020-11-02T21:37:23Z", + "lastUpdatedDateTime": "2020-11-02T21:37:23Z" + } + }, + { + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/invoice/analyzeResults/8ecb65d8-9ef4-4107-9ddd-70cb1fa36597", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201102.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "e36603dcd724d19a0532aed925a36f42", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "1535acf9-3d2e-41a4-9cec-021251ad9d36", + "Content-Length": "106", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 02 Nov 2020 21:37:24 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "10" + }, + "ResponseBody": { + "status": "running", + "createdDateTime": "2020-11-02T21:37:23Z", + "lastUpdatedDateTime": "2020-11-02T21:37:23Z" + } + }, + { + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/invoice/analyzeResults/8ecb65d8-9ef4-4107-9ddd-70cb1fa36597", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201102.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "9f120f236765712921bd9253cb4ba042", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "5e29544f-b69b-414a-9149-38dafe26fff8", + "Content-Length": "106", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 02 Nov 2020 21:37:26 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "8" + }, + "ResponseBody": { + "status": "running", + "createdDateTime": "2020-11-02T21:37:23Z", + "lastUpdatedDateTime": "2020-11-02T21:37:23Z" + } + }, + { + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/invoice/analyzeResults/8ecb65d8-9ef4-4107-9ddd-70cb1fa36597", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201102.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "d79289353b740989e3b583c8c941da2c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "bcf0876e-3a3a-4514-8cf0-10cb05ccb9a6", + "Content-Length": "106", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 02 Nov 2020 21:37:27 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "9" + }, + "ResponseBody": { + "status": "running", + "createdDateTime": "2020-11-02T21:37:23Z", + "lastUpdatedDateTime": "2020-11-02T21:37:23Z" + } + }, + { + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/invoice/analyzeResults/8ecb65d8-9ef4-4107-9ddd-70cb1fa36597", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201102.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "9c402d89bcd77461d9f5c167444706ba", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "4c7a55e8-3df0-4da1-b468-6d699b418797", + "Content-Length": "106", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 02 Nov 2020 21:37:28 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "10" + }, + "ResponseBody": { + "status": "running", + "createdDateTime": "2020-11-02T21:37:23Z", + "lastUpdatedDateTime": "2020-11-02T21:37:23Z" + } + }, + { + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/invoice/analyzeResults/8ecb65d8-9ef4-4107-9ddd-70cb1fa36597", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201102.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "9ca46c929810e8ce8508bbafe460a7e0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "0cf98940-2331-43fc-9f30-695216e6f805", + "Content-Length": "3516", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 02 Nov 2020 21:37:29 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "14" + }, + "ResponseBody": { + "status": "succeeded", + "createdDateTime": "2020-11-02T21:37:23Z", + "lastUpdatedDateTime": "2020-11-02T21:37:29Z", + "analyzeResult": { + "version": "2.1.0", + "readResults": [ + { + "page": 1, + "angle": 0, + "width": 8.5, + "height": 11, + "unit": "inch" + } + ], + "pageResults": [ + { + "page": 1, + "tables": [ + { + "rows": 3, + "columns": 6, + "cells": [ + { + "rowIndex": 0, + "columnIndex": 0, + "text": "Invoice Number", + "boundingBox": [ + 0.5136, + 2.7829, + 1.8978, + 2.79, + 1.8978, + 3.311, + 0.5136, + 3.311 + ] + }, + { + "rowIndex": 0, + "columnIndex": 1, + "text": "Invoice Date", + "boundingBox": [ + 1.8978, + 2.79, + 3.2964, + 2.79, + 3.3036, + 3.311, + 1.8978, + 3.311 + ] + }, + { + "rowIndex": 0, + "columnIndex": 2, + "text": "Invoice Due Date", + "boundingBox": [ + 3.2964, + 2.79, + 4.7022, + 2.79, + 4.7094, + 3.311, + 3.3036, + 3.311 + ] + }, + { + "rowIndex": 0, + "columnIndex": 3, + "columnSpan": 2, + "text": "Charges", + "boundingBox": [ + 4.7022, + 2.79, + 6.1079, + 2.7829, + 6.1079, + 3.311, + 4.7094, + 3.311 + ] + }, + { + "rowIndex": 0, + "columnIndex": 5, + "text": "VAT ID", + "boundingBox": [ + 6.1079, + 2.7829, + 7.485, + 2.7829, + 7.4922, + 3.311, + 6.1079, + 3.311 + ] + }, + { + "rowIndex": 1, + "columnIndex": 0, + "rowSpan": 2, + "text": "34278587", + "boundingBox": [ + 0.5136, + 3.311, + 1.8978, + 3.311, + 1.8978, + 3.8534, + 0.5136, + 3.8534 + ] + }, + { + "rowIndex": 1, + "columnIndex": 1, + "rowSpan": 2, + "text": "6/18/2017", + "boundingBox": [ + 1.8978, + 3.311, + 3.3036, + 3.311, + 3.3036, + 3.8534, + 1.8978, + 3.8534 + ] + }, + { + "rowIndex": 1, + "columnIndex": 2, + "rowSpan": 2, + "text": "6/24/2017", + "boundingBox": [ + 3.3036, + 3.311, + 4.7094, + 3.311, + 4.7165, + 3.8534, + 3.3036, + 3.8534 + ] + }, + { + "rowIndex": 1, + "columnIndex": 3, + "rowSpan": 2, + "columnSpan": 2, + "text": "$56,651.49", + "boundingBox": [ + 4.7094, + 3.311, + 6.1079, + 3.311, + 6.1079, + 3.8534, + 4.7165, + 3.8534 + ] + }, + { + "rowIndex": 1, + "columnIndex": 5, + "text": "PT", + "boundingBox": [ + 6.1079, + 3.311, + 7.4922, + 3.311, + 7.4922, + 3.6393, + 6.1079, + 3.6393 + ] + }, + { + "rowIndex": 2, + "columnIndex": 5, + "boundingBox": [ + 6.1079, + 3.6393, + 7.4922, + 3.6393, + 7.4922, + 3.8534, + 6.1079, + 3.8534 + ] + } + ], + "boundingBox": [ + 0.4985, + 2.7802, + 7.4933, + 2.7816, + 7.4913, + 3.8459, + 0.4966, + 3.8447 + ] + } + ] + } + ], + "documentResults": [ + { + "docType": "prebuilt:invoice", + "pageRange": [ + 1, + 1 + ], + "fields": { + "VendorName": { + "type": "string", + "valueString": "Contoso", + "text": "Contoso", + "boundingBox": [ + 0.5384, + 1.1583, + 1.4466, + 1.1583, + 1.4466, + 1.3534, + 0.5384, + 1.3534 + ], + "page": 1, + "confidence": 0.948 + }, + "CustomerAddressRecipient": { + "type": "string", + "valueString": "Microsoft", + "text": "Microsoft", + "boundingBox": [ + 5.2045, + 1.5114, + 5.8155, + 1.5114, + 5.8155, + 1.6151, + 5.2045, + 1.6151 + ], + "page": 1, + "confidence": 0.986 + }, + "VendorAddress": { + "type": "string", + "valueString": "1 Redmond way Suite 6000 Redmond, WA 99243", + "text": "1 Redmond way Suite 6000 Redmond, WA 99243", + "boundingBox": [ + 0.8019, + 1.7033, + 2.1445, + 1.7033, + 2.1445, + 2.1911, + 0.8019, + 2.1911 + ], + "page": 1, + "confidence": 0.908 + }, + "CustomerAddress": { + "type": "string", + "valueString": "1020 Enterprise Way Sunnayvale, CA 87659", + "text": "1020 Enterprise Way Sunnayvale, CA 87659", + "boundingBox": [ + 5.196, + 1.716, + 6.6526, + 1.716, + 6.6526, + 2.0359, + 5.196, + 2.0359 + ], + "page": 1, + "confidence": 0.991 + }, + "InvoiceId": { + "type": "string", + "valueString": "34278587", + "text": "34278587", + "boundingBox": [ + 0.5397, + 3.411, + 1.1457, + 3.411, + 1.1457, + 3.5144, + 0.5397, + 3.5144 + ], + "page": 1, + "confidence": 0.879 + }, + "InvoiceDate": { + "type": "date", + "valueDate": "2017-06-18", + "text": "6/18/2017", + "boundingBox": [ + 1.9455, + 3.41, + 2.551, + 3.41, + 2.551, + 3.5144, + 1.9455, + 3.5144 + ], + "page": 1, + "confidence": 0.929 + }, + "DueDate": { + "type": "date", + "valueDate": "2017-06-24", + "text": "6/24/2017", + "boundingBox": [ + 3.346, + 3.41, + 3.9514, + 3.41, + 3.9514, + 3.5144, + 3.346, + 3.5144 + ], + "page": 1, + "confidence": 0.992 + }, + "InvoiceTotal": { + "type": "number", + "valueNumber": 56651.49, + "text": "$56,651.49", + "boundingBox": [ + 5.3871, + 3.4047, + 6.0702, + 3.4047, + 6.0702, + 3.5321, + 5.3871, + 3.5321 + ], + "page": 1, + "confidence": 0.895 + }, + "CustomerName": { + "type": "string", + "valueString": "Microsoft", + "text": "Microsoft", + "boundingBox": [ + 5.2045, + 1.5114, + 5.8155, + 1.5114, + 5.8155, + 1.6151, + 5.2045, + 1.6151 + ], + "page": 1, + "confidence": 0.986 + } + } + } + ] + } + } + } + ], + "Variables": { + "FORM_RECOGNIZER_API_KEY": "Sanitized", + "FORM_RECOGNIZER_ENDPOINT": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/", + "RandomSeed": "2006331907" + } +} \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeInvoicesPopulatesExtractedPdf(False)Async.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeInvoicesPopulatesExtractedPdf(False)Async.json new file mode 100644 index 0000000000000..b98755678d88c --- /dev/null +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeInvoicesPopulatesExtractedPdf(False)Async.json @@ -0,0 +1,619 @@ +{ + "Entries": [ + { + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/invoice/analyze?includeTextDetails=false", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Content-Length": "22", + "Content-Type": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "traceparent": "00-941a229bfcbdca469c3cbd96f4bc4ad5-d2c1754522fae140-00", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201102.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "c478e7ace022b5944421a2b7c8a8069e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "source": "Sanitized" + }, + "StatusCode": 202, + "ResponseHeaders": { + "apim-request-id": "7ea69d76-59bf-4f35-8eb6-8be54db29c52", + "Content-Length": "0", + "Date": "Mon, 02 Nov 2020 21:38:23 GMT", + "Operation-Location": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/invoice/analyzeResults/7ea69d76-59bf-4f35-8eb6-8be54db29c52", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "502" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/invoice/analyzeResults/7ea69d76-59bf-4f35-8eb6-8be54db29c52", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201102.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "344402aeea58d68b8a3c056006987ca5", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "0d3c6535-7544-49ee-9796-da18befdd43f", + "Content-Length": "109", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 02 Nov 2020 21:38:23 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "11" + }, + "ResponseBody": { + "status": "notStarted", + "createdDateTime": "2020-11-02T21:38:23Z", + "lastUpdatedDateTime": "2020-11-02T21:38:23Z" + } + }, + { + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/invoice/analyzeResults/7ea69d76-59bf-4f35-8eb6-8be54db29c52", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201102.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "0716ef4624c956c2846f44a5b580b396", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "e60178aa-6c9d-4345-b4f5-5f320832604b", + "Content-Length": "106", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 02 Nov 2020 21:38:24 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "10" + }, + "ResponseBody": { + "status": "running", + "createdDateTime": "2020-11-02T21:38:23Z", + "lastUpdatedDateTime": "2020-11-02T21:38:24Z" + } + }, + { + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/invoice/analyzeResults/7ea69d76-59bf-4f35-8eb6-8be54db29c52", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201102.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "f8bd2ca6381cc2ff5ca13ae5da34afab", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "4ffea90b-7187-4a35-8d6f-b311326d5291", + "Content-Length": "106", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 02 Nov 2020 21:38:26 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "9" + }, + "ResponseBody": { + "status": "running", + "createdDateTime": "2020-11-02T21:38:23Z", + "lastUpdatedDateTime": "2020-11-02T21:38:24Z" + } + }, + { + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/invoice/analyzeResults/7ea69d76-59bf-4f35-8eb6-8be54db29c52", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201102.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "d871fda5fe928ad53feeb0e9a6e52109", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "be5d7677-1f9f-423c-b4ce-b305e80cef48", + "Content-Length": "106", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 02 Nov 2020 21:38:27 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "8" + }, + "ResponseBody": { + "status": "running", + "createdDateTime": "2020-11-02T21:38:23Z", + "lastUpdatedDateTime": "2020-11-02T21:38:24Z" + } + }, + { + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/invoice/analyzeResults/7ea69d76-59bf-4f35-8eb6-8be54db29c52", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201102.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "d9b96f8984db0e88f053ab27e9dd7b4f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "9973f5ff-094a-4e2d-b0de-7d165d7df330", + "Content-Length": "106", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 02 Nov 2020 21:38:28 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "9" + }, + "ResponseBody": { + "status": "running", + "createdDateTime": "2020-11-02T21:38:23Z", + "lastUpdatedDateTime": "2020-11-02T21:38:24Z" + } + }, + { + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/invoice/analyzeResults/7ea69d76-59bf-4f35-8eb6-8be54db29c52", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201102.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "b7ff98c0db0ea7045633b82d87161b76", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "6f2db60a-d703-4d7d-a99a-2009b9c8178d", + "Content-Length": "106", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 02 Nov 2020 21:38:29 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "10" + }, + "ResponseBody": { + "status": "running", + "createdDateTime": "2020-11-02T21:38:23Z", + "lastUpdatedDateTime": "2020-11-02T21:38:24Z" + } + }, + { + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/invoice/analyzeResults/7ea69d76-59bf-4f35-8eb6-8be54db29c52", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201102.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "6b5c307fd57a20d07462e73e53ada062", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "ca163408-eb05-4ba4-9234-e0bc6b6064cf", + "Content-Length": "3516", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 02 Nov 2020 21:38:30 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "16" + }, + "ResponseBody": { + "status": "succeeded", + "createdDateTime": "2020-11-02T21:38:23Z", + "lastUpdatedDateTime": "2020-11-02T21:38:30Z", + "analyzeResult": { + "version": "2.1.0", + "readResults": [ + { + "page": 1, + "angle": 0, + "width": 8.5, + "height": 11, + "unit": "inch" + } + ], + "pageResults": [ + { + "page": 1, + "tables": [ + { + "rows": 3, + "columns": 6, + "cells": [ + { + "rowIndex": 0, + "columnIndex": 0, + "text": "Invoice Number", + "boundingBox": [ + 0.5136, + 2.7829, + 1.8978, + 2.79, + 1.8978, + 3.311, + 0.5136, + 3.311 + ] + }, + { + "rowIndex": 0, + "columnIndex": 1, + "text": "Invoice Date", + "boundingBox": [ + 1.8978, + 2.79, + 3.2964, + 2.79, + 3.3036, + 3.311, + 1.8978, + 3.311 + ] + }, + { + "rowIndex": 0, + "columnIndex": 2, + "text": "Invoice Due Date", + "boundingBox": [ + 3.2964, + 2.79, + 4.7022, + 2.79, + 4.7094, + 3.311, + 3.3036, + 3.311 + ] + }, + { + "rowIndex": 0, + "columnIndex": 3, + "columnSpan": 2, + "text": "Charges", + "boundingBox": [ + 4.7022, + 2.79, + 6.1079, + 2.7829, + 6.1079, + 3.311, + 4.7094, + 3.311 + ] + }, + { + "rowIndex": 0, + "columnIndex": 5, + "text": "VAT ID", + "boundingBox": [ + 6.1079, + 2.7829, + 7.485, + 2.7829, + 7.4922, + 3.311, + 6.1079, + 3.311 + ] + }, + { + "rowIndex": 1, + "columnIndex": 0, + "rowSpan": 2, + "text": "34278587", + "boundingBox": [ + 0.5136, + 3.311, + 1.8978, + 3.311, + 1.8978, + 3.8534, + 0.5136, + 3.8534 + ] + }, + { + "rowIndex": 1, + "columnIndex": 1, + "rowSpan": 2, + "text": "6/18/2017", + "boundingBox": [ + 1.8978, + 3.311, + 3.3036, + 3.311, + 3.3036, + 3.8534, + 1.8978, + 3.8534 + ] + }, + { + "rowIndex": 1, + "columnIndex": 2, + "rowSpan": 2, + "text": "6/24/2017", + "boundingBox": [ + 3.3036, + 3.311, + 4.7094, + 3.311, + 4.7165, + 3.8534, + 3.3036, + 3.8534 + ] + }, + { + "rowIndex": 1, + "columnIndex": 3, + "rowSpan": 2, + "columnSpan": 2, + "text": "$56,651.49", + "boundingBox": [ + 4.7094, + 3.311, + 6.1079, + 3.311, + 6.1079, + 3.8534, + 4.7165, + 3.8534 + ] + }, + { + "rowIndex": 1, + "columnIndex": 5, + "text": "PT", + "boundingBox": [ + 6.1079, + 3.311, + 7.4922, + 3.311, + 7.4922, + 3.6393, + 6.1079, + 3.6393 + ] + }, + { + "rowIndex": 2, + "columnIndex": 5, + "boundingBox": [ + 6.1079, + 3.6393, + 7.4922, + 3.6393, + 7.4922, + 3.8534, + 6.1079, + 3.8534 + ] + } + ], + "boundingBox": [ + 0.4985, + 2.7802, + 7.4933, + 2.7816, + 7.4913, + 3.8459, + 0.4966, + 3.8447 + ] + } + ] + } + ], + "documentResults": [ + { + "docType": "prebuilt:invoice", + "pageRange": [ + 1, + 1 + ], + "fields": { + "VendorName": { + "type": "string", + "valueString": "Contoso", + "text": "Contoso", + "boundingBox": [ + 0.5384, + 1.1583, + 1.4466, + 1.1583, + 1.4466, + 1.3534, + 0.5384, + 1.3534 + ], + "page": 1, + "confidence": 0.948 + }, + "CustomerAddressRecipient": { + "type": "string", + "valueString": "Microsoft", + "text": "Microsoft", + "boundingBox": [ + 5.2045, + 1.5114, + 5.8155, + 1.5114, + 5.8155, + 1.6151, + 5.2045, + 1.6151 + ], + "page": 1, + "confidence": 0.986 + }, + "VendorAddress": { + "type": "string", + "valueString": "1 Redmond way Suite 6000 Redmond, WA 99243", + "text": "1 Redmond way Suite 6000 Redmond, WA 99243", + "boundingBox": [ + 0.8019, + 1.7033, + 2.1445, + 1.7033, + 2.1445, + 2.1911, + 0.8019, + 2.1911 + ], + "page": 1, + "confidence": 0.908 + }, + "CustomerAddress": { + "type": "string", + "valueString": "1020 Enterprise Way Sunnayvale, CA 87659", + "text": "1020 Enterprise Way Sunnayvale, CA 87659", + "boundingBox": [ + 5.196, + 1.716, + 6.6526, + 1.716, + 6.6526, + 2.0359, + 5.196, + 2.0359 + ], + "page": 1, + "confidence": 0.991 + }, + "InvoiceId": { + "type": "string", + "valueString": "34278587", + "text": "34278587", + "boundingBox": [ + 0.5397, + 3.411, + 1.1457, + 3.411, + 1.1457, + 3.5144, + 0.5397, + 3.5144 + ], + "page": 1, + "confidence": 0.879 + }, + "InvoiceDate": { + "type": "date", + "valueDate": "2017-06-18", + "text": "6/18/2017", + "boundingBox": [ + 1.9455, + 3.41, + 2.551, + 3.41, + 2.551, + 3.5144, + 1.9455, + 3.5144 + ], + "page": 1, + "confidence": 0.929 + }, + "DueDate": { + "type": "date", + "valueDate": "2017-06-24", + "text": "6/24/2017", + "boundingBox": [ + 3.346, + 3.41, + 3.9514, + 3.41, + 3.9514, + 3.5144, + 3.346, + 3.5144 + ], + "page": 1, + "confidence": 0.992 + }, + "InvoiceTotal": { + "type": "number", + "valueNumber": 56651.49, + "text": "$56,651.49", + "boundingBox": [ + 5.3871, + 3.4047, + 6.0702, + 3.4047, + 6.0702, + 3.5321, + 5.3871, + 3.5321 + ], + "page": 1, + "confidence": 0.895 + }, + "CustomerName": { + "type": "string", + "valueString": "Microsoft", + "text": "Microsoft", + "boundingBox": [ + 5.2045, + 1.5114, + 5.8155, + 1.5114, + 5.8155, + 1.6151, + 5.2045, + 1.6151 + ], + "page": 1, + "confidence": 0.986 + } + } + } + ] + } + } + } + ], + "Variables": { + "FORM_RECOGNIZER_API_KEY": "Sanitized", + "FORM_RECOGNIZER_ENDPOINT": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/", + "RandomSeed": "778001911" + } +} \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeInvoicesPopulatesExtractedPdf(True).json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeInvoicesPopulatesExtractedPdf(True).json new file mode 100644 index 0000000000000..159ec141855e1 --- /dev/null +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeInvoicesPopulatesExtractedPdf(True).json @@ -0,0 +1,617 @@ +{ + "Entries": [ + { + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/invoice/analyze?includeTextDetails=false", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Content-Length": "147362", + "Content-Type": "application/pdf", + "Ocp-Apim-Subscription-Key": "Sanitized", + "traceparent": "00-8e41fc9f84262449ba1b9940eebc4c59-525f6d571a807d43-00", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201102.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "2ad39e2214f60a5027072696c0c8bd22", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "apim-request-id": "ae91b5d3-ea45-43bf-b9ba-4cc8832e3943", + "Content-Length": "0", + "Date": "Mon, 02 Nov 2020 21:37:15 GMT", + "Operation-Location": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/invoice/analyzeResults/ae91b5d3-ea45-43bf-b9ba-4cc8832e3943", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "186" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/invoice/analyzeResults/ae91b5d3-ea45-43bf-b9ba-4cc8832e3943", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201102.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "62f5eb1ee94e7833e76d02ec93b4381a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "da20ce5d-b2a4-4adf-b9e9-b575d486e6ab", + "Content-Length": "109", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 02 Nov 2020 21:37:15 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "10" + }, + "ResponseBody": { + "status": "notStarted", + "createdDateTime": "2020-11-02T21:37:16Z", + "lastUpdatedDateTime": "2020-11-02T21:37:16Z" + } + }, + { + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/invoice/analyzeResults/ae91b5d3-ea45-43bf-b9ba-4cc8832e3943", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201102.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "866e55783e929c6778575d11f3edcc49", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "01646a85-7881-475c-9c44-49760e5b966b", + "Content-Length": "106", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 02 Nov 2020 21:37:16 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "8" + }, + "ResponseBody": { + "status": "running", + "createdDateTime": "2020-11-02T21:37:16Z", + "lastUpdatedDateTime": "2020-11-02T21:37:16Z" + } + }, + { + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/invoice/analyzeResults/ae91b5d3-ea45-43bf-b9ba-4cc8832e3943", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201102.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "49bda047fa0e39746a5a438811637772", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "85a17a8a-1f2b-4391-9a60-bf4e672f6335", + "Content-Length": "106", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 02 Nov 2020 21:37:18 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "9" + }, + "ResponseBody": { + "status": "running", + "createdDateTime": "2020-11-02T21:37:16Z", + "lastUpdatedDateTime": "2020-11-02T21:37:16Z" + } + }, + { + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/invoice/analyzeResults/ae91b5d3-ea45-43bf-b9ba-4cc8832e3943", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201102.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "6a1e0bce375ae08f8358e9f78b2285f9", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "955c807e-b786-448e-9fb3-9c495f5e1d41", + "Content-Length": "106", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 02 Nov 2020 21:37:19 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "8" + }, + "ResponseBody": { + "status": "running", + "createdDateTime": "2020-11-02T21:37:16Z", + "lastUpdatedDateTime": "2020-11-02T21:37:16Z" + } + }, + { + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/invoice/analyzeResults/ae91b5d3-ea45-43bf-b9ba-4cc8832e3943", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201102.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "f2a5b8a1eef77d0be0351b37fadf8a15", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "42c1b78e-66b7-4a7e-a7db-bfa4f8477f1b", + "Content-Length": "106", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 02 Nov 2020 21:37:20 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "8" + }, + "ResponseBody": { + "status": "running", + "createdDateTime": "2020-11-02T21:37:16Z", + "lastUpdatedDateTime": "2020-11-02T21:37:16Z" + } + }, + { + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/invoice/analyzeResults/ae91b5d3-ea45-43bf-b9ba-4cc8832e3943", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201102.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "e742ebdf61cf10ef10ddc6b5107dad48", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "b0fe14fd-e1f7-4b4d-b18f-100e99a11a98", + "Content-Length": "106", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 02 Nov 2020 21:37:21 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "8" + }, + "ResponseBody": { + "status": "running", + "createdDateTime": "2020-11-02T21:37:16Z", + "lastUpdatedDateTime": "2020-11-02T21:37:16Z" + } + }, + { + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/invoice/analyzeResults/ae91b5d3-ea45-43bf-b9ba-4cc8832e3943", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201102.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "59e749d584bedf7bffa08a251b58e5a4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "4fb8d163-823a-457b-b296-b503c06be816", + "Content-Length": "3516", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 02 Nov 2020 21:37:22 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "15" + }, + "ResponseBody": { + "status": "succeeded", + "createdDateTime": "2020-11-02T21:37:16Z", + "lastUpdatedDateTime": "2020-11-02T21:37:22Z", + "analyzeResult": { + "version": "2.1.0", + "readResults": [ + { + "page": 1, + "angle": 0, + "width": 8.5, + "height": 11, + "unit": "inch" + } + ], + "pageResults": [ + { + "page": 1, + "tables": [ + { + "rows": 3, + "columns": 6, + "cells": [ + { + "rowIndex": 0, + "columnIndex": 0, + "text": "Invoice Number", + "boundingBox": [ + 0.5136, + 2.7829, + 1.8978, + 2.79, + 1.8978, + 3.311, + 0.5136, + 3.311 + ] + }, + { + "rowIndex": 0, + "columnIndex": 1, + "text": "Invoice Date", + "boundingBox": [ + 1.8978, + 2.79, + 3.2964, + 2.79, + 3.3036, + 3.311, + 1.8978, + 3.311 + ] + }, + { + "rowIndex": 0, + "columnIndex": 2, + "text": "Invoice Due Date", + "boundingBox": [ + 3.2964, + 2.79, + 4.7022, + 2.79, + 4.7094, + 3.311, + 3.3036, + 3.311 + ] + }, + { + "rowIndex": 0, + "columnIndex": 3, + "columnSpan": 2, + "text": "Charges", + "boundingBox": [ + 4.7022, + 2.79, + 6.1079, + 2.7829, + 6.1079, + 3.311, + 4.7094, + 3.311 + ] + }, + { + "rowIndex": 0, + "columnIndex": 5, + "text": "VAT ID", + "boundingBox": [ + 6.1079, + 2.7829, + 7.485, + 2.7829, + 7.4922, + 3.311, + 6.1079, + 3.311 + ] + }, + { + "rowIndex": 1, + "columnIndex": 0, + "rowSpan": 2, + "text": "34278587", + "boundingBox": [ + 0.5136, + 3.311, + 1.8978, + 3.311, + 1.8978, + 3.8534, + 0.5136, + 3.8534 + ] + }, + { + "rowIndex": 1, + "columnIndex": 1, + "rowSpan": 2, + "text": "6/18/2017", + "boundingBox": [ + 1.8978, + 3.311, + 3.3036, + 3.311, + 3.3036, + 3.8534, + 1.8978, + 3.8534 + ] + }, + { + "rowIndex": 1, + "columnIndex": 2, + "rowSpan": 2, + "text": "6/24/2017", + "boundingBox": [ + 3.3036, + 3.311, + 4.7094, + 3.311, + 4.7165, + 3.8534, + 3.3036, + 3.8534 + ] + }, + { + "rowIndex": 1, + "columnIndex": 3, + "rowSpan": 2, + "columnSpan": 2, + "text": "$56,651.49", + "boundingBox": [ + 4.7094, + 3.311, + 6.1079, + 3.311, + 6.1079, + 3.8534, + 4.7165, + 3.8534 + ] + }, + { + "rowIndex": 1, + "columnIndex": 5, + "text": "PT", + "boundingBox": [ + 6.1079, + 3.311, + 7.4922, + 3.311, + 7.4922, + 3.6393, + 6.1079, + 3.6393 + ] + }, + { + "rowIndex": 2, + "columnIndex": 5, + "boundingBox": [ + 6.1079, + 3.6393, + 7.4922, + 3.6393, + 7.4922, + 3.8534, + 6.1079, + 3.8534 + ] + } + ], + "boundingBox": [ + 0.4985, + 2.7802, + 7.4933, + 2.7816, + 7.4913, + 3.8459, + 0.4966, + 3.8447 + ] + } + ] + } + ], + "documentResults": [ + { + "docType": "prebuilt:invoice", + "pageRange": [ + 1, + 1 + ], + "fields": { + "VendorName": { + "type": "string", + "valueString": "Contoso", + "text": "Contoso", + "boundingBox": [ + 0.5384, + 1.1583, + 1.4466, + 1.1583, + 1.4466, + 1.3534, + 0.5384, + 1.3534 + ], + "page": 1, + "confidence": 0.948 + }, + "CustomerAddressRecipient": { + "type": "string", + "valueString": "Microsoft", + "text": "Microsoft", + "boundingBox": [ + 5.2045, + 1.5114, + 5.8155, + 1.5114, + 5.8155, + 1.6151, + 5.2045, + 1.6151 + ], + "page": 1, + "confidence": 0.986 + }, + "VendorAddress": { + "type": "string", + "valueString": "1 Redmond way Suite 6000 Redmond, WA 99243", + "text": "1 Redmond way Suite 6000 Redmond, WA 99243", + "boundingBox": [ + 0.8019, + 1.7033, + 2.1445, + 1.7033, + 2.1445, + 2.1911, + 0.8019, + 2.1911 + ], + "page": 1, + "confidence": 0.908 + }, + "CustomerAddress": { + "type": "string", + "valueString": "1020 Enterprise Way Sunnayvale, CA 87659", + "text": "1020 Enterprise Way Sunnayvale, CA 87659", + "boundingBox": [ + 5.196, + 1.716, + 6.6526, + 1.716, + 6.6526, + 2.0359, + 5.196, + 2.0359 + ], + "page": 1, + "confidence": 0.991 + }, + "InvoiceId": { + "type": "string", + "valueString": "34278587", + "text": "34278587", + "boundingBox": [ + 0.5397, + 3.411, + 1.1457, + 3.411, + 1.1457, + 3.5144, + 0.5397, + 3.5144 + ], + "page": 1, + "confidence": 0.879 + }, + "InvoiceDate": { + "type": "date", + "valueDate": "2017-06-18", + "text": "6/18/2017", + "boundingBox": [ + 1.9455, + 3.41, + 2.551, + 3.41, + 2.551, + 3.5144, + 1.9455, + 3.5144 + ], + "page": 1, + "confidence": 0.929 + }, + "DueDate": { + "type": "date", + "valueDate": "2017-06-24", + "text": "6/24/2017", + "boundingBox": [ + 3.346, + 3.41, + 3.9514, + 3.41, + 3.9514, + 3.5144, + 3.346, + 3.5144 + ], + "page": 1, + "confidence": 0.992 + }, + "InvoiceTotal": { + "type": "number", + "valueNumber": 56651.49, + "text": "$56,651.49", + "boundingBox": [ + 5.3871, + 3.4047, + 6.0702, + 3.4047, + 6.0702, + 3.5321, + 5.3871, + 3.5321 + ], + "page": 1, + "confidence": 0.895 + }, + "CustomerName": { + "type": "string", + "valueString": "Microsoft", + "text": "Microsoft", + "boundingBox": [ + 5.2045, + 1.5114, + 5.8155, + 1.5114, + 5.8155, + 1.6151, + 5.2045, + 1.6151 + ], + "page": 1, + "confidence": 0.986 + } + } + } + ] + } + } + } + ], + "Variables": { + "FORM_RECOGNIZER_API_KEY": "Sanitized", + "FORM_RECOGNIZER_ENDPOINT": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/", + "RandomSeed": "227896141" + } +} \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeInvoicesPopulatesExtractedPdf(True)Async.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeInvoicesPopulatesExtractedPdf(True)Async.json new file mode 100644 index 0000000000000..fe48dcc02c26c --- /dev/null +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeInvoicesPopulatesExtractedPdf(True)Async.json @@ -0,0 +1,617 @@ +{ + "Entries": [ + { + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/invoice/analyze?includeTextDetails=false", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Content-Length": "147362", + "Content-Type": "application/pdf", + "Ocp-Apim-Subscription-Key": "Sanitized", + "traceparent": "00-621ee7276231fc488c5f459eb5f98f57-cd9076991b224d44-00", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201102.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "b10f36f7c16093e54701186e0982c25f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "apim-request-id": "7aac8fb3-179e-4984-b436-b0fa4b005faa", + "Content-Length": "0", + "Date": "Mon, 02 Nov 2020 21:38:16 GMT", + "Operation-Location": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/invoice/analyzeResults/7aac8fb3-179e-4984-b436-b0fa4b005faa", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "160" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/invoice/analyzeResults/7aac8fb3-179e-4984-b436-b0fa4b005faa", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201102.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "078fa61030e5cd78b916aed319422beb", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "386f4f57-9edd-4f15-aadd-7ed720a7e282", + "Content-Length": "109", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 02 Nov 2020 21:38:16 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "9" + }, + "ResponseBody": { + "status": "notStarted", + "createdDateTime": "2020-11-02T21:38:16Z", + "lastUpdatedDateTime": "2020-11-02T21:38:16Z" + } + }, + { + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/invoice/analyzeResults/7aac8fb3-179e-4984-b436-b0fa4b005faa", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201102.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "f8ce4bac45e8682ffd89140aa26b0969", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "56ece492-8874-482d-96c1-0c5336a4f98b", + "Content-Length": "106", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 02 Nov 2020 21:38:17 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "9" + }, + "ResponseBody": { + "status": "running", + "createdDateTime": "2020-11-02T21:38:16Z", + "lastUpdatedDateTime": "2020-11-02T21:38:16Z" + } + }, + { + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/invoice/analyzeResults/7aac8fb3-179e-4984-b436-b0fa4b005faa", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201102.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "ec6e1f2b19f8c7b7be41f74913127904", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "412b9aad-8798-4bdf-8640-b6b30d94388f", + "Content-Length": "106", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 02 Nov 2020 21:38:18 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "8" + }, + "ResponseBody": { + "status": "running", + "createdDateTime": "2020-11-02T21:38:16Z", + "lastUpdatedDateTime": "2020-11-02T21:38:16Z" + } + }, + { + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/invoice/analyzeResults/7aac8fb3-179e-4984-b436-b0fa4b005faa", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201102.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "bec22cd5c9b3ca777727095c1b6d2b4e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "c1a7fd16-94f7-48b9-9f04-5ecb4273c119", + "Content-Length": "106", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 02 Nov 2020 21:38:19 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "9" + }, + "ResponseBody": { + "status": "running", + "createdDateTime": "2020-11-02T21:38:16Z", + "lastUpdatedDateTime": "2020-11-02T21:38:16Z" + } + }, + { + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/invoice/analyzeResults/7aac8fb3-179e-4984-b436-b0fa4b005faa", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201102.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "faa7440d3ed393f294063aa64ee554eb", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "490a87e3-c590-4102-8c44-1c4bd968807d", + "Content-Length": "106", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 02 Nov 2020 21:38:20 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "9" + }, + "ResponseBody": { + "status": "running", + "createdDateTime": "2020-11-02T21:38:16Z", + "lastUpdatedDateTime": "2020-11-02T21:38:16Z" + } + }, + { + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/invoice/analyzeResults/7aac8fb3-179e-4984-b436-b0fa4b005faa", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201102.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "75350f0f4ba862b5a8a475d10f5aac50", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "c5f45ae4-b33c-4f95-97ee-d005ca613236", + "Content-Length": "106", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 02 Nov 2020 21:38:21 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "10" + }, + "ResponseBody": { + "status": "running", + "createdDateTime": "2020-11-02T21:38:16Z", + "lastUpdatedDateTime": "2020-11-02T21:38:16Z" + } + }, + { + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/invoice/analyzeResults/7aac8fb3-179e-4984-b436-b0fa4b005faa", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201102.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "ce3ca8167f6a9630392e2aad8ed07b91", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "5e102226-6eda-44dd-8703-cfb4043548e3", + "Content-Length": "3516", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 02 Nov 2020 21:38:22 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "13" + }, + "ResponseBody": { + "status": "succeeded", + "createdDateTime": "2020-11-02T21:38:16Z", + "lastUpdatedDateTime": "2020-11-02T21:38:23Z", + "analyzeResult": { + "version": "2.1.0", + "readResults": [ + { + "page": 1, + "angle": 0, + "width": 8.5, + "height": 11, + "unit": "inch" + } + ], + "pageResults": [ + { + "page": 1, + "tables": [ + { + "rows": 3, + "columns": 6, + "cells": [ + { + "rowIndex": 0, + "columnIndex": 0, + "text": "Invoice Number", + "boundingBox": [ + 0.5136, + 2.7829, + 1.8978, + 2.79, + 1.8978, + 3.311, + 0.5136, + 3.311 + ] + }, + { + "rowIndex": 0, + "columnIndex": 1, + "text": "Invoice Date", + "boundingBox": [ + 1.8978, + 2.79, + 3.2964, + 2.79, + 3.3036, + 3.311, + 1.8978, + 3.311 + ] + }, + { + "rowIndex": 0, + "columnIndex": 2, + "text": "Invoice Due Date", + "boundingBox": [ + 3.2964, + 2.79, + 4.7022, + 2.79, + 4.7094, + 3.311, + 3.3036, + 3.311 + ] + }, + { + "rowIndex": 0, + "columnIndex": 3, + "columnSpan": 2, + "text": "Charges", + "boundingBox": [ + 4.7022, + 2.79, + 6.1079, + 2.7829, + 6.1079, + 3.311, + 4.7094, + 3.311 + ] + }, + { + "rowIndex": 0, + "columnIndex": 5, + "text": "VAT ID", + "boundingBox": [ + 6.1079, + 2.7829, + 7.485, + 2.7829, + 7.4922, + 3.311, + 6.1079, + 3.311 + ] + }, + { + "rowIndex": 1, + "columnIndex": 0, + "rowSpan": 2, + "text": "34278587", + "boundingBox": [ + 0.5136, + 3.311, + 1.8978, + 3.311, + 1.8978, + 3.8534, + 0.5136, + 3.8534 + ] + }, + { + "rowIndex": 1, + "columnIndex": 1, + "rowSpan": 2, + "text": "6/18/2017", + "boundingBox": [ + 1.8978, + 3.311, + 3.3036, + 3.311, + 3.3036, + 3.8534, + 1.8978, + 3.8534 + ] + }, + { + "rowIndex": 1, + "columnIndex": 2, + "rowSpan": 2, + "text": "6/24/2017", + "boundingBox": [ + 3.3036, + 3.311, + 4.7094, + 3.311, + 4.7165, + 3.8534, + 3.3036, + 3.8534 + ] + }, + { + "rowIndex": 1, + "columnIndex": 3, + "rowSpan": 2, + "columnSpan": 2, + "text": "$56,651.49", + "boundingBox": [ + 4.7094, + 3.311, + 6.1079, + 3.311, + 6.1079, + 3.8534, + 4.7165, + 3.8534 + ] + }, + { + "rowIndex": 1, + "columnIndex": 5, + "text": "PT", + "boundingBox": [ + 6.1079, + 3.311, + 7.4922, + 3.311, + 7.4922, + 3.6393, + 6.1079, + 3.6393 + ] + }, + { + "rowIndex": 2, + "columnIndex": 5, + "boundingBox": [ + 6.1079, + 3.6393, + 7.4922, + 3.6393, + 7.4922, + 3.8534, + 6.1079, + 3.8534 + ] + } + ], + "boundingBox": [ + 0.4985, + 2.7802, + 7.4933, + 2.7816, + 7.4913, + 3.8459, + 0.4966, + 3.8447 + ] + } + ] + } + ], + "documentResults": [ + { + "docType": "prebuilt:invoice", + "pageRange": [ + 1, + 1 + ], + "fields": { + "VendorName": { + "type": "string", + "valueString": "Contoso", + "text": "Contoso", + "boundingBox": [ + 0.5384, + 1.1583, + 1.4466, + 1.1583, + 1.4466, + 1.3534, + 0.5384, + 1.3534 + ], + "page": 1, + "confidence": 0.948 + }, + "CustomerAddressRecipient": { + "type": "string", + "valueString": "Microsoft", + "text": "Microsoft", + "boundingBox": [ + 5.2045, + 1.5114, + 5.8155, + 1.5114, + 5.8155, + 1.6151, + 5.2045, + 1.6151 + ], + "page": 1, + "confidence": 0.986 + }, + "VendorAddress": { + "type": "string", + "valueString": "1 Redmond way Suite 6000 Redmond, WA 99243", + "text": "1 Redmond way Suite 6000 Redmond, WA 99243", + "boundingBox": [ + 0.8019, + 1.7033, + 2.1445, + 1.7033, + 2.1445, + 2.1911, + 0.8019, + 2.1911 + ], + "page": 1, + "confidence": 0.908 + }, + "CustomerAddress": { + "type": "string", + "valueString": "1020 Enterprise Way Sunnayvale, CA 87659", + "text": "1020 Enterprise Way Sunnayvale, CA 87659", + "boundingBox": [ + 5.196, + 1.716, + 6.6526, + 1.716, + 6.6526, + 2.0359, + 5.196, + 2.0359 + ], + "page": 1, + "confidence": 0.991 + }, + "InvoiceId": { + "type": "string", + "valueString": "34278587", + "text": "34278587", + "boundingBox": [ + 0.5397, + 3.411, + 1.1457, + 3.411, + 1.1457, + 3.5144, + 0.5397, + 3.5144 + ], + "page": 1, + "confidence": 0.879 + }, + "InvoiceDate": { + "type": "date", + "valueDate": "2017-06-18", + "text": "6/18/2017", + "boundingBox": [ + 1.9455, + 3.41, + 2.551, + 3.41, + 2.551, + 3.5144, + 1.9455, + 3.5144 + ], + "page": 1, + "confidence": 0.929 + }, + "DueDate": { + "type": "date", + "valueDate": "2017-06-24", + "text": "6/24/2017", + "boundingBox": [ + 3.346, + 3.41, + 3.9514, + 3.41, + 3.9514, + 3.5144, + 3.346, + 3.5144 + ], + "page": 1, + "confidence": 0.992 + }, + "InvoiceTotal": { + "type": "number", + "valueNumber": 56651.49, + "text": "$56,651.49", + "boundingBox": [ + 5.3871, + 3.4047, + 6.0702, + 3.4047, + 6.0702, + 3.5321, + 5.3871, + 3.5321 + ], + "page": 1, + "confidence": 0.895 + }, + "CustomerName": { + "type": "string", + "valueString": "Microsoft", + "text": "Microsoft", + "boundingBox": [ + 5.2045, + 1.5114, + 5.8155, + 1.5114, + 5.8155, + 1.6151, + 5.2045, + 1.6151 + ], + "page": 1, + "confidence": 0.986 + } + } + } + ] + } + } + } + ], + "Variables": { + "FORM_RECOGNIZER_API_KEY": "Sanitized", + "FORM_RECOGNIZER_ENDPOINT": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/", + "RandomSeed": "468552705" + } +} \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeInvoicesPopulatesExtractedTiff(False).json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeInvoicesPopulatesExtractedTiff(False).json new file mode 100644 index 0000000000000..1dc83ab3f219f --- /dev/null +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeInvoicesPopulatesExtractedTiff(False).json @@ -0,0 +1,576 @@ +{ + "Entries": [ + { + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/invoice/analyze?includeTextDetails=false", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Content-Length": "22", + "Content-Type": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "traceparent": "00-8f3da8525eba404e85724a6c4c0b5c0b-04d8d6ad6c4d7847-00", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201102.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "c8d9262433d8850622c1301ac1aabb5d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "source": "Sanitized" + }, + "StatusCode": 202, + "ResponseHeaders": { + "apim-request-id": "7df84501-b3d9-4b30-bf0a-f2e1bb417b68", + "Content-Length": "0", + "Date": "Mon, 02 Nov 2020 21:37:37 GMT", + "Operation-Location": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/invoice/analyzeResults/7df84501-b3d9-4b30-bf0a-f2e1bb417b68", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "486" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/invoice/analyzeResults/7df84501-b3d9-4b30-bf0a-f2e1bb417b68", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201102.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "58159f2ecd5ffc83031f01032064b87e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "292ed672-2568-4720-b24b-364c930dcce5", + "Content-Length": "109", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 02 Nov 2020 21:37:37 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "9" + }, + "ResponseBody": { + "status": "notStarted", + "createdDateTime": "2020-11-02T21:37:37Z", + "lastUpdatedDateTime": "2020-11-02T21:37:37Z" + } + }, + { + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/invoice/analyzeResults/7df84501-b3d9-4b30-bf0a-f2e1bb417b68", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201102.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "9a4c6fd32830bb4d61fe5063f19253b6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "8e1bbbac-5683-484f-b8f4-e534cdbbd2ad", + "Content-Length": "106", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 02 Nov 2020 21:37:38 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "8" + }, + "ResponseBody": { + "status": "running", + "createdDateTime": "2020-11-02T21:37:37Z", + "lastUpdatedDateTime": "2020-11-02T21:37:37Z" + } + }, + { + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/invoice/analyzeResults/7df84501-b3d9-4b30-bf0a-f2e1bb417b68", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201102.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "7e2324573f265628a3ddc4b8320264be", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "5b02d7e9-63be-4f12-8b63-7387a619502e", + "Content-Length": "106", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 02 Nov 2020 21:37:39 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "10" + }, + "ResponseBody": { + "status": "running", + "createdDateTime": "2020-11-02T21:37:37Z", + "lastUpdatedDateTime": "2020-11-02T21:37:37Z" + } + }, + { + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/invoice/analyzeResults/7df84501-b3d9-4b30-bf0a-f2e1bb417b68", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201102.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "5247b108205d062d525af7617d1f0a70", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "1a749f82-b6a0-4fea-af48-2eac9e48e989", + "Content-Length": "106", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 02 Nov 2020 21:37:41 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "833" + }, + "ResponseBody": { + "status": "running", + "createdDateTime": "2020-11-02T21:37:37Z", + "lastUpdatedDateTime": "2020-11-02T21:37:37Z" + } + }, + { + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/invoice/analyzeResults/7df84501-b3d9-4b30-bf0a-f2e1bb417b68", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201102.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "fbab4bcb3a40935847f5f7526394895e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "082a97bf-0ea4-4b84-8145-49af8b68e593", + "Content-Length": "106", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 02 Nov 2020 21:37:42 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "9" + }, + "ResponseBody": { + "status": "running", + "createdDateTime": "2020-11-02T21:37:37Z", + "lastUpdatedDateTime": "2020-11-02T21:37:37Z" + } + }, + { + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/invoice/analyzeResults/7df84501-b3d9-4b30-bf0a-f2e1bb417b68", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201102.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "405a9299004b3659f61d2ccb48c6d983", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "7128cd13-2fd2-4fa9-8492-b539733371cb", + "Content-Length": "3042", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 02 Nov 2020 21:37:44 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "14" + }, + "ResponseBody": { + "status": "succeeded", + "createdDateTime": "2020-11-02T21:37:37Z", + "lastUpdatedDateTime": "2020-11-02T21:37:43Z", + "analyzeResult": { + "version": "2.1.0", + "readResults": [ + { + "page": 1, + "angle": 0, + "width": 1700, + "height": 2200, + "unit": "pixel" + } + ], + "pageResults": [ + { + "page": 1, + "tables": [ + { + "rows": 3, + "columns": 6, + "cells": [ + { + "rowIndex": 0, + "columnIndex": 0, + "text": "Invoice Number", + "boundingBox": [ + 101, + 556, + 380, + 558, + 380, + 662, + 101, + 661 + ] + }, + { + "rowIndex": 0, + "columnIndex": 1, + "text": "Invoice Date", + "boundingBox": [ + 380, + 558, + 658, + 558, + 659, + 662, + 380, + 662 + ] + }, + { + "rowIndex": 0, + "columnIndex": 2, + "text": "Invoice Due Date", + "boundingBox": [ + 658, + 558, + 941, + 558, + 941, + 662, + 659, + 662 + ] + }, + { + "rowIndex": 0, + "columnIndex": 3, + "columnSpan": 2, + "text": "Charges", + "boundingBox": [ + 941, + 558, + 1220, + 558, + 1220, + 662, + 941, + 662 + ] + }, + { + "rowIndex": 0, + "columnIndex": 5, + "text": "VAT ID", + "boundingBox": [ + 1220, + 558, + 1499, + 556, + 1500, + 661, + 1220, + 662 + ] + }, + { + "rowIndex": 1, + "columnIndex": 0, + "rowSpan": 2, + "text": "34278587", + "boundingBox": [ + 101, + 661, + 380, + 662, + 380, + 771, + 101, + 771 + ] + }, + { + "rowIndex": 1, + "columnIndex": 1, + "rowSpan": 2, + "text": "6/18/2017", + "boundingBox": [ + 380, + 662, + 659, + 662, + 661, + 771, + 380, + 771 + ] + }, + { + "rowIndex": 1, + "columnIndex": 2, + "rowSpan": 2, + "text": "6/24/2017", + "boundingBox": [ + 659, + 662, + 941, + 662, + 941, + 771, + 661, + 771 + ] + }, + { + "rowIndex": 1, + "columnIndex": 3, + "rowSpan": 2, + "columnSpan": 2, + "text": "$56,651.49", + "boundingBox": [ + 941, + 662, + 1220, + 662, + 1220, + 771, + 941, + 771 + ] + }, + { + "rowIndex": 1, + "columnIndex": 5, + "rowSpan": 2, + "text": "PT", + "boundingBox": [ + 1220, + 662, + 1500, + 661, + 1500, + 769, + 1220, + 771 + ] + } + ], + "boundingBox": [ + 100, + 556, + 1499, + 556, + 1498, + 771, + 99, + 771 + ] + } + ] + } + ], + "documentResults": [ + { + "docType": "prebuilt:invoice", + "pageRange": [ + 1, + 1 + ], + "fields": { + "VendorName": { + "type": "string", + "valueString": "Contoso", + "text": "Contoso", + "boundingBox": [ + 106, + 232, + 288, + 234, + 288, + 274, + 105, + 274 + ], + "page": 1, + "confidence": 0.921 + }, + "CustomerAddressRecipient": { + "type": "string", + "valueString": "Microsoft", + "text": "Microsoft", + "boundingBox": [ + 1035, + 299, + 1164, + 300, + 1165, + 326, + 1036, + 327 + ], + "page": 1, + "confidence": 0.993 + }, + "VendorAddress": { + "type": "string", + "valueString": "1 Redmond way Suite 6000 Redmond, WA 99243", + "text": "1 Redmond way Suite 6000 Redmond, WA 99243", + "boundingBox": [ + 158, + 337, + 433, + 337, + 433, + 441, + 158, + 441 + ], + "page": 1, + "confidence": 0.907 + }, + "CustomerAddress": { + "type": "string", + "valueString": "1020 Enterprise Way Sunnayvale, CA 87659", + "text": "1020 Enterprise Way Sunnayvale, CA 87659", + "boundingBox": [ + 1036.1, + 337.1, + 1333.2, + 338.1, + 1333, + 408.4, + 1035.9, + 407.5 + ], + "page": 1, + "confidence": 0.995 + }, + "InvoiceId": { + "type": "string", + "valueString": "34278587", + "text": "34278587", + "boundingBox": [ + 105, + 680, + 229, + 680, + 230, + 705, + 106, + 705 + ], + "page": 1, + "confidence": 0.768 + }, + "InvoiceDate": { + "type": "date", + "valueDate": "2017-06-18", + "text": "6/18/2017", + "boundingBox": [ + 387, + 680, + 510, + 680, + 510, + 705, + 387, + 705 + ], + "page": 1, + "confidence": 0.89 + }, + "DueDate": { + "type": "date", + "valueDate": "2017-06-24", + "text": "6/24/2017", + "boundingBox": [ + 668, + 679, + 792, + 679, + 792, + 705, + 667, + 705 + ], + "page": 1, + "confidence": 0.988 + }, + "InvoiceTotal": { + "type": "number", + "valueNumber": 56651.49, + "text": "$56,651.49", + "boundingBox": [ + 1075, + 680, + 1224, + 680, + 1225, + 705, + 1075, + 707 + ], + "page": 1, + "confidence": 0.847 + }, + "CustomerName": { + "type": "string", + "valueString": "Microsoft", + "text": "Microsoft", + "boundingBox": [ + 1035, + 299, + 1164, + 300, + 1165, + 326, + 1036, + 327 + ], + "page": 1, + "confidence": 0.993 + } + } + } + ] + } + } + } + ], + "Variables": { + "FORM_RECOGNIZER_API_KEY": "Sanitized", + "FORM_RECOGNIZER_ENDPOINT": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/", + "RandomSeed": "267191210" + } +} \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeInvoicesPopulatesExtractedTiff(False)Async.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeInvoicesPopulatesExtractedTiff(False)Async.json new file mode 100644 index 0000000000000..95c1f8b4494a7 --- /dev/null +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeInvoicesPopulatesExtractedTiff(False)Async.json @@ -0,0 +1,606 @@ +{ + "Entries": [ + { + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/invoice/analyze?includeTextDetails=false", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Content-Length": "22", + "Content-Type": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "traceparent": "00-470719c484fe084981b3fb1da39c9247-099b24049d8b9c48-00", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201102.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "b3f8e6d3e01eecdab01d1e9e9d59fc4f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "source": "Sanitized" + }, + "StatusCode": 202, + "ResponseHeaders": { + "apim-request-id": "6e9dab9e-6d7f-4a70-926a-08bc505b7050", + "Content-Length": "0", + "Date": "Mon, 02 Nov 2020 21:38:37 GMT", + "Operation-Location": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/invoice/analyzeResults/6e9dab9e-6d7f-4a70-926a-08bc505b7050", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "375" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/invoice/analyzeResults/6e9dab9e-6d7f-4a70-926a-08bc505b7050", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201102.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "81ab5b3251c27482d026575d0d0bc534", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "d4f4c21b-a6e4-4703-8366-62f17603822c", + "Content-Length": "106", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 02 Nov 2020 21:38:37 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "10" + }, + "ResponseBody": { + "status": "running", + "createdDateTime": "2020-11-02T21:38:38Z", + "lastUpdatedDateTime": "2020-11-02T21:38:38Z" + } + }, + { + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/invoice/analyzeResults/6e9dab9e-6d7f-4a70-926a-08bc505b7050", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201102.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "8d2588459c7854dfe6910aa05672ed37", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "edb5a533-fc2e-444d-9630-b6fc2a9e5669", + "Content-Length": "106", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 02 Nov 2020 21:38:39 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "8" + }, + "ResponseBody": { + "status": "running", + "createdDateTime": "2020-11-02T21:38:38Z", + "lastUpdatedDateTime": "2020-11-02T21:38:38Z" + } + }, + { + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/invoice/analyzeResults/6e9dab9e-6d7f-4a70-926a-08bc505b7050", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201102.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "b2837f68eb1182e16383e3f8897cdea5", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "56732734-464d-4d32-8d4d-86e55ab1b748", + "Content-Length": "106", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 02 Nov 2020 21:38:40 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "9" + }, + "ResponseBody": { + "status": "running", + "createdDateTime": "2020-11-02T21:38:38Z", + "lastUpdatedDateTime": "2020-11-02T21:38:38Z" + } + }, + { + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/invoice/analyzeResults/6e9dab9e-6d7f-4a70-926a-08bc505b7050", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201102.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "1558e9586f3396d67b569a3046e21d5d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "b955804b-db50-40bd-bad6-e9854495ed50", + "Content-Length": "106", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 02 Nov 2020 21:38:41 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "9" + }, + "ResponseBody": { + "status": "running", + "createdDateTime": "2020-11-02T21:38:38Z", + "lastUpdatedDateTime": "2020-11-02T21:38:38Z" + } + }, + { + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/invoice/analyzeResults/6e9dab9e-6d7f-4a70-926a-08bc505b7050", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201102.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "8ef51f3812875a23a6a329f5b9e7cb6a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "3b19d178-eddf-4f30-a231-800d33c307fc", + "Content-Length": "106", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 02 Nov 2020 21:38:42 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "8" + }, + "ResponseBody": { + "status": "running", + "createdDateTime": "2020-11-02T21:38:38Z", + "lastUpdatedDateTime": "2020-11-02T21:38:38Z" + } + }, + { + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/invoice/analyzeResults/6e9dab9e-6d7f-4a70-926a-08bc505b7050", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201102.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "6d4765b3d71af803a8ed37ba50b03b81", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "9f07d9d7-e763-4573-843d-e8ee3b73b39b", + "Content-Length": "106", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 02 Nov 2020 21:38:43 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "9" + }, + "ResponseBody": { + "status": "running", + "createdDateTime": "2020-11-02T21:38:38Z", + "lastUpdatedDateTime": "2020-11-02T21:38:38Z" + } + }, + { + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/invoice/analyzeResults/6e9dab9e-6d7f-4a70-926a-08bc505b7050", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201102.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "69bf85654f86461dc6fd6e9045e1dd94", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "97a70257-d394-41e2-aeff-da6ca0a77fa8", + "Content-Length": "3042", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 02 Nov 2020 21:38:44 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "14" + }, + "ResponseBody": { + "status": "succeeded", + "createdDateTime": "2020-11-02T21:38:38Z", + "lastUpdatedDateTime": "2020-11-02T21:38:44Z", + "analyzeResult": { + "version": "2.1.0", + "readResults": [ + { + "page": 1, + "angle": 0, + "width": 1700, + "height": 2200, + "unit": "pixel" + } + ], + "pageResults": [ + { + "page": 1, + "tables": [ + { + "rows": 3, + "columns": 6, + "cells": [ + { + "rowIndex": 0, + "columnIndex": 0, + "text": "Invoice Number", + "boundingBox": [ + 101, + 556, + 380, + 558, + 380, + 662, + 101, + 661 + ] + }, + { + "rowIndex": 0, + "columnIndex": 1, + "text": "Invoice Date", + "boundingBox": [ + 380, + 558, + 658, + 558, + 659, + 662, + 380, + 662 + ] + }, + { + "rowIndex": 0, + "columnIndex": 2, + "text": "Invoice Due Date", + "boundingBox": [ + 658, + 558, + 941, + 558, + 941, + 662, + 659, + 662 + ] + }, + { + "rowIndex": 0, + "columnIndex": 3, + "columnSpan": 2, + "text": "Charges", + "boundingBox": [ + 941, + 558, + 1220, + 558, + 1220, + 662, + 941, + 662 + ] + }, + { + "rowIndex": 0, + "columnIndex": 5, + "text": "VAT ID", + "boundingBox": [ + 1220, + 558, + 1499, + 556, + 1500, + 661, + 1220, + 662 + ] + }, + { + "rowIndex": 1, + "columnIndex": 0, + "rowSpan": 2, + "text": "34278587", + "boundingBox": [ + 101, + 661, + 380, + 662, + 380, + 771, + 101, + 771 + ] + }, + { + "rowIndex": 1, + "columnIndex": 1, + "rowSpan": 2, + "text": "6/18/2017", + "boundingBox": [ + 380, + 662, + 659, + 662, + 661, + 771, + 380, + 771 + ] + }, + { + "rowIndex": 1, + "columnIndex": 2, + "rowSpan": 2, + "text": "6/24/2017", + "boundingBox": [ + 659, + 662, + 941, + 662, + 941, + 771, + 661, + 771 + ] + }, + { + "rowIndex": 1, + "columnIndex": 3, + "rowSpan": 2, + "columnSpan": 2, + "text": "$56,651.49", + "boundingBox": [ + 941, + 662, + 1220, + 662, + 1220, + 771, + 941, + 771 + ] + }, + { + "rowIndex": 1, + "columnIndex": 5, + "rowSpan": 2, + "text": "PT", + "boundingBox": [ + 1220, + 662, + 1500, + 661, + 1500, + 769, + 1220, + 771 + ] + } + ], + "boundingBox": [ + 100, + 556, + 1499, + 556, + 1498, + 771, + 99, + 771 + ] + } + ] + } + ], + "documentResults": [ + { + "docType": "prebuilt:invoice", + "pageRange": [ + 1, + 1 + ], + "fields": { + "VendorName": { + "type": "string", + "valueString": "Contoso", + "text": "Contoso", + "boundingBox": [ + 106, + 232, + 288, + 234, + 288, + 274, + 105, + 274 + ], + "page": 1, + "confidence": 0.921 + }, + "CustomerAddressRecipient": { + "type": "string", + "valueString": "Microsoft", + "text": "Microsoft", + "boundingBox": [ + 1035, + 299, + 1164, + 300, + 1165, + 326, + 1036, + 327 + ], + "page": 1, + "confidence": 0.993 + }, + "VendorAddress": { + "type": "string", + "valueString": "1 Redmond way Suite 6000 Redmond, WA 99243", + "text": "1 Redmond way Suite 6000 Redmond, WA 99243", + "boundingBox": [ + 158, + 337, + 433, + 337, + 433, + 441, + 158, + 441 + ], + "page": 1, + "confidence": 0.907 + }, + "CustomerAddress": { + "type": "string", + "valueString": "1020 Enterprise Way Sunnayvale, CA 87659", + "text": "1020 Enterprise Way Sunnayvale, CA 87659", + "boundingBox": [ + 1036.1, + 337.1, + 1333.2, + 338.1, + 1333, + 408.4, + 1035.9, + 407.5 + ], + "page": 1, + "confidence": 0.995 + }, + "InvoiceId": { + "type": "string", + "valueString": "34278587", + "text": "34278587", + "boundingBox": [ + 105, + 680, + 229, + 680, + 230, + 705, + 106, + 705 + ], + "page": 1, + "confidence": 0.768 + }, + "InvoiceDate": { + "type": "date", + "valueDate": "2017-06-18", + "text": "6/18/2017", + "boundingBox": [ + 387, + 680, + 510, + 680, + 510, + 705, + 387, + 705 + ], + "page": 1, + "confidence": 0.89 + }, + "DueDate": { + "type": "date", + "valueDate": "2017-06-24", + "text": "6/24/2017", + "boundingBox": [ + 668, + 679, + 792, + 679, + 792, + 705, + 667, + 705 + ], + "page": 1, + "confidence": 0.988 + }, + "InvoiceTotal": { + "type": "number", + "valueNumber": 56651.49, + "text": "$56,651.49", + "boundingBox": [ + 1075, + 680, + 1224, + 680, + 1225, + 705, + 1075, + 707 + ], + "page": 1, + "confidence": 0.847 + }, + "CustomerName": { + "type": "string", + "valueString": "Microsoft", + "text": "Microsoft", + "boundingBox": [ + 1035, + 299, + 1164, + 300, + 1165, + 326, + 1036, + 327 + ], + "page": 1, + "confidence": 0.993 + } + } + } + ] + } + } + } + ], + "Variables": { + "FORM_RECOGNIZER_API_KEY": "Sanitized", + "FORM_RECOGNIZER_ENDPOINT": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/", + "RandomSeed": "1127833428" + } +} \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeInvoicesPopulatesExtractedTiff(True).json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeInvoicesPopulatesExtractedTiff(True).json new file mode 100644 index 0000000000000..9cb7424265ea7 --- /dev/null +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeInvoicesPopulatesExtractedTiff(True).json @@ -0,0 +1,604 @@ +{ + "Entries": [ + { + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/invoice/analyze?includeTextDetails=false", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Content-Length": "76742", + "Content-Type": "image/tiff", + "Ocp-Apim-Subscription-Key": "Sanitized", + "traceparent": "00-b3db49c2c712c946823fdc658a6decfe-98ead405d3816344-00", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201102.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "a2659589021ce6361699ad906e224e49", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "apim-request-id": "f51b7361-d951-4464-a695-7cc400bac6ae", + "Content-Length": "0", + "Date": "Mon, 02 Nov 2020 21:37:29 GMT", + "Operation-Location": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/invoice/analyzeResults/f51b7361-d951-4464-a695-7cc400bac6ae", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "67" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/invoice/analyzeResults/f51b7361-d951-4464-a695-7cc400bac6ae", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201102.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "847b7bf8acb9c509c1890e92d4344a05", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "6096c3dd-7cb8-45ab-8088-f7327d4f2519", + "Content-Length": "109", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 02 Nov 2020 21:37:29 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "10" + }, + "ResponseBody": { + "status": "notStarted", + "createdDateTime": "2020-11-02T21:37:30Z", + "lastUpdatedDateTime": "2020-11-02T21:37:30Z" + } + }, + { + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/invoice/analyzeResults/f51b7361-d951-4464-a695-7cc400bac6ae", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201102.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "afa34d6dda0fa8a61cc2a8e5f05d20dd", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "f57a69e8-f2cb-44ff-93d2-dafe7596b514", + "Content-Length": "106", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 02 Nov 2020 21:37:30 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "10" + }, + "ResponseBody": { + "status": "running", + "createdDateTime": "2020-11-02T21:37:30Z", + "lastUpdatedDateTime": "2020-11-02T21:37:30Z" + } + }, + { + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/invoice/analyzeResults/f51b7361-d951-4464-a695-7cc400bac6ae", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201102.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "2b8d388492fedc458b9fe192f4a411e2", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "ed5c29ea-5c91-47b6-802e-07f50e90524b", + "Content-Length": "106", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 02 Nov 2020 21:37:32 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "8" + }, + "ResponseBody": { + "status": "running", + "createdDateTime": "2020-11-02T21:37:30Z", + "lastUpdatedDateTime": "2020-11-02T21:37:30Z" + } + }, + { + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/invoice/analyzeResults/f51b7361-d951-4464-a695-7cc400bac6ae", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201102.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "2122a84e9f7f1e3ad5d268f60324d564", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "20e92bbd-6044-4d62-b253-aa032143dfa5", + "Content-Length": "106", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 02 Nov 2020 21:37:33 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "8" + }, + "ResponseBody": { + "status": "running", + "createdDateTime": "2020-11-02T21:37:30Z", + "lastUpdatedDateTime": "2020-11-02T21:37:30Z" + } + }, + { + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/invoice/analyzeResults/f51b7361-d951-4464-a695-7cc400bac6ae", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201102.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "9b0d30681fa7db0707c6236ff913b478", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "a0bef3c4-d199-4c68-8688-b9a8b839feec", + "Content-Length": "106", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 02 Nov 2020 21:37:34 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "10" + }, + "ResponseBody": { + "status": "running", + "createdDateTime": "2020-11-02T21:37:30Z", + "lastUpdatedDateTime": "2020-11-02T21:37:30Z" + } + }, + { + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/invoice/analyzeResults/f51b7361-d951-4464-a695-7cc400bac6ae", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201102.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "4796c6b0ff3ae55efe6e552b2a4ed966", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "1983ce9f-b0e6-47e9-8f02-2db3f0f8443d", + "Content-Length": "106", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 02 Nov 2020 21:37:36 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "10" + }, + "ResponseBody": { + "status": "running", + "createdDateTime": "2020-11-02T21:37:30Z", + "lastUpdatedDateTime": "2020-11-02T21:37:30Z" + } + }, + { + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/invoice/analyzeResults/f51b7361-d951-4464-a695-7cc400bac6ae", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201102.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "c3297dc975962f3aa14719b87bca25c2", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "af563e3f-bfcc-4fe8-a359-f0c418b3983b", + "Content-Length": "3042", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 02 Nov 2020 21:37:37 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "14" + }, + "ResponseBody": { + "status": "succeeded", + "createdDateTime": "2020-11-02T21:37:30Z", + "lastUpdatedDateTime": "2020-11-02T21:37:36Z", + "analyzeResult": { + "version": "2.1.0", + "readResults": [ + { + "page": 1, + "angle": 0, + "width": 1700, + "height": 2200, + "unit": "pixel" + } + ], + "pageResults": [ + { + "page": 1, + "tables": [ + { + "rows": 3, + "columns": 6, + "cells": [ + { + "rowIndex": 0, + "columnIndex": 0, + "text": "Invoice Number", + "boundingBox": [ + 101, + 556, + 380, + 558, + 380, + 662, + 101, + 661 + ] + }, + { + "rowIndex": 0, + "columnIndex": 1, + "text": "Invoice Date", + "boundingBox": [ + 380, + 558, + 658, + 558, + 659, + 662, + 380, + 662 + ] + }, + { + "rowIndex": 0, + "columnIndex": 2, + "text": "Invoice Due Date", + "boundingBox": [ + 658, + 558, + 941, + 558, + 941, + 662, + 659, + 662 + ] + }, + { + "rowIndex": 0, + "columnIndex": 3, + "columnSpan": 2, + "text": "Charges", + "boundingBox": [ + 941, + 558, + 1220, + 558, + 1220, + 662, + 941, + 662 + ] + }, + { + "rowIndex": 0, + "columnIndex": 5, + "text": "VAT ID", + "boundingBox": [ + 1220, + 558, + 1499, + 556, + 1500, + 661, + 1220, + 662 + ] + }, + { + "rowIndex": 1, + "columnIndex": 0, + "rowSpan": 2, + "text": "34278587", + "boundingBox": [ + 101, + 661, + 380, + 662, + 380, + 771, + 101, + 771 + ] + }, + { + "rowIndex": 1, + "columnIndex": 1, + "rowSpan": 2, + "text": "6/18/2017", + "boundingBox": [ + 380, + 662, + 659, + 662, + 661, + 771, + 380, + 771 + ] + }, + { + "rowIndex": 1, + "columnIndex": 2, + "rowSpan": 2, + "text": "6/24/2017", + "boundingBox": [ + 659, + 662, + 941, + 662, + 941, + 771, + 661, + 771 + ] + }, + { + "rowIndex": 1, + "columnIndex": 3, + "rowSpan": 2, + "columnSpan": 2, + "text": "$56,651.49", + "boundingBox": [ + 941, + 662, + 1220, + 662, + 1220, + 771, + 941, + 771 + ] + }, + { + "rowIndex": 1, + "columnIndex": 5, + "rowSpan": 2, + "text": "PT", + "boundingBox": [ + 1220, + 662, + 1500, + 661, + 1500, + 769, + 1220, + 771 + ] + } + ], + "boundingBox": [ + 100, + 556, + 1499, + 556, + 1498, + 771, + 99, + 771 + ] + } + ] + } + ], + "documentResults": [ + { + "docType": "prebuilt:invoice", + "pageRange": [ + 1, + 1 + ], + "fields": { + "VendorName": { + "type": "string", + "valueString": "Contoso", + "text": "Contoso", + "boundingBox": [ + 106, + 232, + 288, + 234, + 288, + 274, + 105, + 274 + ], + "page": 1, + "confidence": 0.921 + }, + "CustomerAddressRecipient": { + "type": "string", + "valueString": "Microsoft", + "text": "Microsoft", + "boundingBox": [ + 1035, + 299, + 1164, + 300, + 1165, + 326, + 1036, + 327 + ], + "page": 1, + "confidence": 0.993 + }, + "VendorAddress": { + "type": "string", + "valueString": "1 Redmond way Suite 6000 Redmond, WA 99243", + "text": "1 Redmond way Suite 6000 Redmond, WA 99243", + "boundingBox": [ + 158, + 337, + 433, + 337, + 433, + 441, + 158, + 441 + ], + "page": 1, + "confidence": 0.907 + }, + "CustomerAddress": { + "type": "string", + "valueString": "1020 Enterprise Way Sunnayvale, CA 87659", + "text": "1020 Enterprise Way Sunnayvale, CA 87659", + "boundingBox": [ + 1036.1, + 337.1, + 1333.2, + 338.1, + 1333, + 408.4, + 1035.9, + 407.5 + ], + "page": 1, + "confidence": 0.995 + }, + "InvoiceId": { + "type": "string", + "valueString": "34278587", + "text": "34278587", + "boundingBox": [ + 105, + 680, + 229, + 680, + 230, + 705, + 106, + 705 + ], + "page": 1, + "confidence": 0.768 + }, + "InvoiceDate": { + "type": "date", + "valueDate": "2017-06-18", + "text": "6/18/2017", + "boundingBox": [ + 387, + 680, + 510, + 680, + 510, + 705, + 387, + 705 + ], + "page": 1, + "confidence": 0.89 + }, + "DueDate": { + "type": "date", + "valueDate": "2017-06-24", + "text": "6/24/2017", + "boundingBox": [ + 668, + 679, + 792, + 679, + 792, + 705, + 667, + 705 + ], + "page": 1, + "confidence": 0.988 + }, + "InvoiceTotal": { + "type": "number", + "valueNumber": 56651.49, + "text": "$56,651.49", + "boundingBox": [ + 1075, + 680, + 1224, + 680, + 1225, + 705, + 1075, + 707 + ], + "page": 1, + "confidence": 0.847 + }, + "CustomerName": { + "type": "string", + "valueString": "Microsoft", + "text": "Microsoft", + "boundingBox": [ + 1035, + 299, + 1164, + 300, + 1165, + 326, + 1036, + 327 + ], + "page": 1, + "confidence": 0.993 + } + } + } + ] + } + } + } + ], + "Variables": { + "FORM_RECOGNIZER_API_KEY": "Sanitized", + "FORM_RECOGNIZER_ENDPOINT": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/", + "RandomSeed": "1186178963" + } +} \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeInvoicesPopulatesExtractedTiff(True)Async.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeInvoicesPopulatesExtractedTiff(True)Async.json new file mode 100644 index 0000000000000..c3f4c4389f30d --- /dev/null +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeInvoicesPopulatesExtractedTiff(True)Async.json @@ -0,0 +1,604 @@ +{ + "Entries": [ + { + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/invoice/analyze?includeTextDetails=false", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Content-Length": "76742", + "Content-Type": "image/tiff", + "Ocp-Apim-Subscription-Key": "Sanitized", + "traceparent": "00-760111d3a550bf4fa3d17d06f641b91c-beabea70441dcd48-00", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201102.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "47778e0217a2cf78dda075e62f04c86f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "apim-request-id": "3149a55a-eb39-4294-b5a5-46fd4928c296", + "Content-Length": "0", + "Date": "Mon, 02 Nov 2020 21:38:30 GMT", + "Operation-Location": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/invoice/analyzeResults/3149a55a-eb39-4294-b5a5-46fd4928c296", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "96" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/invoice/analyzeResults/3149a55a-eb39-4294-b5a5-46fd4928c296", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201102.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "fb2f1da21cc13771b72eff1091ac0956", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "cf8069fe-74e0-4b64-894f-6ac48e601877", + "Content-Length": "106", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 02 Nov 2020 21:38:30 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "8" + }, + "ResponseBody": { + "status": "running", + "createdDateTime": "2020-11-02T21:38:30Z", + "lastUpdatedDateTime": "2020-11-02T21:38:30Z" + } + }, + { + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/invoice/analyzeResults/3149a55a-eb39-4294-b5a5-46fd4928c296", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201102.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "3bb65f11ad500d81b9fa6b33c7d73d9e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "df4dbeb4-49a3-4558-9517-4debb2d9bb5a", + "Content-Length": "106", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 02 Nov 2020 21:38:31 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "9" + }, + "ResponseBody": { + "status": "running", + "createdDateTime": "2020-11-02T21:38:30Z", + "lastUpdatedDateTime": "2020-11-02T21:38:30Z" + } + }, + { + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/invoice/analyzeResults/3149a55a-eb39-4294-b5a5-46fd4928c296", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201102.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "5c8fa10019d9e5f11d3f907318673e31", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "750edc5f-692d-4827-8a83-4a111844e5cf", + "Content-Length": "106", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 02 Nov 2020 21:38:32 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "8" + }, + "ResponseBody": { + "status": "running", + "createdDateTime": "2020-11-02T21:38:30Z", + "lastUpdatedDateTime": "2020-11-02T21:38:30Z" + } + }, + { + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/invoice/analyzeResults/3149a55a-eb39-4294-b5a5-46fd4928c296", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201102.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "cfd51f968d4ef41e9b2241c6b13d6fdf", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "11bf5ab1-24d5-4d66-add5-bc331bc28ea8", + "Content-Length": "106", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 02 Nov 2020 21:38:33 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "9" + }, + "ResponseBody": { + "status": "running", + "createdDateTime": "2020-11-02T21:38:30Z", + "lastUpdatedDateTime": "2020-11-02T21:38:30Z" + } + }, + { + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/invoice/analyzeResults/3149a55a-eb39-4294-b5a5-46fd4928c296", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201102.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "ef1061f1ac1cf77d6ed01e101c0df451", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "88fe74bf-3103-4748-9cce-d638ef6b7bf5", + "Content-Length": "106", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 02 Nov 2020 21:38:35 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "9" + }, + "ResponseBody": { + "status": "running", + "createdDateTime": "2020-11-02T21:38:30Z", + "lastUpdatedDateTime": "2020-11-02T21:38:30Z" + } + }, + { + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/invoice/analyzeResults/3149a55a-eb39-4294-b5a5-46fd4928c296", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201102.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "a89d3abb6d01734f829ac0b6d82a34df", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "3abf7fe8-d566-4ddd-8878-33803436d549", + "Content-Length": "106", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 02 Nov 2020 21:38:36 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "9" + }, + "ResponseBody": { + "status": "running", + "createdDateTime": "2020-11-02T21:38:30Z", + "lastUpdatedDateTime": "2020-11-02T21:38:30Z" + } + }, + { + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/invoice/analyzeResults/3149a55a-eb39-4294-b5a5-46fd4928c296", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201102.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "b681b0cf4f57e914a2de617e6e0dd78e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "de3a05b1-383e-46f3-a501-68c3b1746636", + "Content-Length": "3042", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 02 Nov 2020 21:38:37 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "14" + }, + "ResponseBody": { + "status": "succeeded", + "createdDateTime": "2020-11-02T21:38:30Z", + "lastUpdatedDateTime": "2020-11-02T21:38:36Z", + "analyzeResult": { + "version": "2.1.0", + "readResults": [ + { + "page": 1, + "angle": 0, + "width": 1700, + "height": 2200, + "unit": "pixel" + } + ], + "pageResults": [ + { + "page": 1, + "tables": [ + { + "rows": 3, + "columns": 6, + "cells": [ + { + "rowIndex": 0, + "columnIndex": 0, + "text": "Invoice Number", + "boundingBox": [ + 101, + 556, + 380, + 558, + 380, + 662, + 101, + 661 + ] + }, + { + "rowIndex": 0, + "columnIndex": 1, + "text": "Invoice Date", + "boundingBox": [ + 380, + 558, + 658, + 558, + 659, + 662, + 380, + 662 + ] + }, + { + "rowIndex": 0, + "columnIndex": 2, + "text": "Invoice Due Date", + "boundingBox": [ + 658, + 558, + 941, + 558, + 941, + 662, + 659, + 662 + ] + }, + { + "rowIndex": 0, + "columnIndex": 3, + "columnSpan": 2, + "text": "Charges", + "boundingBox": [ + 941, + 558, + 1220, + 558, + 1220, + 662, + 941, + 662 + ] + }, + { + "rowIndex": 0, + "columnIndex": 5, + "text": "VAT ID", + "boundingBox": [ + 1220, + 558, + 1499, + 556, + 1500, + 661, + 1220, + 662 + ] + }, + { + "rowIndex": 1, + "columnIndex": 0, + "rowSpan": 2, + "text": "34278587", + "boundingBox": [ + 101, + 661, + 380, + 662, + 380, + 771, + 101, + 771 + ] + }, + { + "rowIndex": 1, + "columnIndex": 1, + "rowSpan": 2, + "text": "6/18/2017", + "boundingBox": [ + 380, + 662, + 659, + 662, + 661, + 771, + 380, + 771 + ] + }, + { + "rowIndex": 1, + "columnIndex": 2, + "rowSpan": 2, + "text": "6/24/2017", + "boundingBox": [ + 659, + 662, + 941, + 662, + 941, + 771, + 661, + 771 + ] + }, + { + "rowIndex": 1, + "columnIndex": 3, + "rowSpan": 2, + "columnSpan": 2, + "text": "$56,651.49", + "boundingBox": [ + 941, + 662, + 1220, + 662, + 1220, + 771, + 941, + 771 + ] + }, + { + "rowIndex": 1, + "columnIndex": 5, + "rowSpan": 2, + "text": "PT", + "boundingBox": [ + 1220, + 662, + 1500, + 661, + 1500, + 769, + 1220, + 771 + ] + } + ], + "boundingBox": [ + 100, + 556, + 1499, + 556, + 1498, + 771, + 99, + 771 + ] + } + ] + } + ], + "documentResults": [ + { + "docType": "prebuilt:invoice", + "pageRange": [ + 1, + 1 + ], + "fields": { + "VendorName": { + "type": "string", + "valueString": "Contoso", + "text": "Contoso", + "boundingBox": [ + 106, + 232, + 288, + 234, + 288, + 274, + 105, + 274 + ], + "page": 1, + "confidence": 0.921 + }, + "CustomerAddressRecipient": { + "type": "string", + "valueString": "Microsoft", + "text": "Microsoft", + "boundingBox": [ + 1035, + 299, + 1164, + 300, + 1165, + 326, + 1036, + 327 + ], + "page": 1, + "confidence": 0.993 + }, + "VendorAddress": { + "type": "string", + "valueString": "1 Redmond way Suite 6000 Redmond, WA 99243", + "text": "1 Redmond way Suite 6000 Redmond, WA 99243", + "boundingBox": [ + 158, + 337, + 433, + 337, + 433, + 441, + 158, + 441 + ], + "page": 1, + "confidence": 0.907 + }, + "CustomerAddress": { + "type": "string", + "valueString": "1020 Enterprise Way Sunnayvale, CA 87659", + "text": "1020 Enterprise Way Sunnayvale, CA 87659", + "boundingBox": [ + 1036.1, + 337.1, + 1333.2, + 338.1, + 1333, + 408.4, + 1035.9, + 407.5 + ], + "page": 1, + "confidence": 0.995 + }, + "InvoiceId": { + "type": "string", + "valueString": "34278587", + "text": "34278587", + "boundingBox": [ + 105, + 680, + 229, + 680, + 230, + 705, + 106, + 705 + ], + "page": 1, + "confidence": 0.768 + }, + "InvoiceDate": { + "type": "date", + "valueDate": "2017-06-18", + "text": "6/18/2017", + "boundingBox": [ + 387, + 680, + 510, + 680, + 510, + 705, + 387, + 705 + ], + "page": 1, + "confidence": 0.89 + }, + "DueDate": { + "type": "date", + "valueDate": "2017-06-24", + "text": "6/24/2017", + "boundingBox": [ + 668, + 679, + 792, + 679, + 792, + 705, + 667, + 705 + ], + "page": 1, + "confidence": 0.988 + }, + "InvoiceTotal": { + "type": "number", + "valueNumber": 56651.49, + "text": "$56,651.49", + "boundingBox": [ + 1075, + 680, + 1224, + 680, + 1225, + 705, + 1075, + 707 + ], + "page": 1, + "confidence": 0.847 + }, + "CustomerName": { + "type": "string", + "valueString": "Microsoft", + "text": "Microsoft", + "boundingBox": [ + 1035, + 299, + 1164, + 300, + 1165, + 326, + 1036, + 327 + ], + "page": 1, + "confidence": 0.993 + } + } + } + ] + } + } + } + ], + "Variables": { + "FORM_RECOGNIZER_API_KEY": "Sanitized", + "FORM_RECOGNIZER_ENDPOINT": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/", + "RandomSeed": "1410774667" + } +} \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeInvoicesThrowsForDamagedFile.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeInvoicesThrowsForDamagedFile.json new file mode 100644 index 0000000000000..2649f554c59d3 --- /dev/null +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeInvoicesThrowsForDamagedFile.json @@ -0,0 +1,46 @@ +{ + "Entries": [ + { + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/invoice/analyze?includeTextDetails=false", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Content-Length": "7", + "Content-Type": "application/pdf", + "Ocp-Apim-Subscription-Key": "Sanitized", + "traceparent": "00-71095d645d1511408c9cd15e0809ce84-44b7b5731c025f4c-00", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201102.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "f401fd1d1000ce0a7d9dc501a8808f22", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": "JVBERlVVVQ==", + "StatusCode": 400, + "ResponseHeaders": { + "apim-request-id": "134f885a-9f91-42f4-b99c-13c925eb4819", + "Content-Length": "161", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 02 Nov 2020 21:37:15 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "4" + }, + "ResponseBody": { + "error": { + "code": "BadArgument", + "innerError": { + "requestId": "134f885a-9f91-42f4-b99c-13c925eb4819" + }, + "message": "Bad or unrecognizable request JSON or binary file." + } + } + } + ], + "Variables": { + "FORM_RECOGNIZER_API_KEY": "Sanitized", + "FORM_RECOGNIZER_ENDPOINT": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/", + "RandomSeed": "554916987" + } +} \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeInvoicesThrowsForDamagedFileAsync.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeInvoicesThrowsForDamagedFileAsync.json new file mode 100644 index 0000000000000..b00757157da9b --- /dev/null +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeInvoicesThrowsForDamagedFileAsync.json @@ -0,0 +1,46 @@ +{ + "Entries": [ + { + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/invoice/analyze?includeTextDetails=false", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Content-Length": "7", + "Content-Type": "application/pdf", + "Ocp-Apim-Subscription-Key": "Sanitized", + "traceparent": "00-bdb57dcd8d1ace419c78c9239c23a94d-e34fd0247d8fe74c-00", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201102.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "f665c8650efc3979c6ab01c79d138f8f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": "JVBERlVVVQ==", + "StatusCode": 400, + "ResponseHeaders": { + "apim-request-id": "bfe4d8da-0f8b-4e7b-b1f3-06819c8f5f0d", + "Content-Length": "161", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 02 Nov 2020 21:38:13 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "3" + }, + "ResponseBody": { + "error": { + "code": "BadArgument", + "innerError": { + "requestId": "bfe4d8da-0f8b-4e7b-b1f3-06819c8f5f0d" + }, + "message": "Bad or unrecognizable request JSON or binary file." + } + } + } + ], + "Variables": { + "FORM_RECOGNIZER_API_KEY": "Sanitized", + "FORM_RECOGNIZER_ENDPOINT": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/", + "RandomSeed": "1785139377" + } +} \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeInvoicesWithSupportedLocale(%%).json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeInvoicesWithSupportedLocale(%%).json new file mode 100644 index 0000000000000..dc89a42b81721 --- /dev/null +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeInvoicesWithSupportedLocale(%%).json @@ -0,0 +1,1513 @@ +{ + "Entries": [ + { + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/invoice/analyze?includeTextDetails=true\u0026locale=", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Content-Length": "76742", + "Content-Type": "image/tiff", + "Ocp-Apim-Subscription-Key": "Sanitized", + "traceparent": "00-d83ac52d436f7342b92beda4ba46d667-87617faaaa1b674b-00", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201102.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "d09b2a9e700dc0dbfd984090eae7f123", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "apim-request-id": "018f73b7-e193-40f3-b616-4eaa8a02d33d", + "Content-Length": "0", + "Date": "Mon, 02 Nov 2020 21:37:50 GMT", + "Operation-Location": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/invoice/analyzeResults/018f73b7-e193-40f3-b616-4eaa8a02d33d", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "86" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/invoice/analyzeResults/018f73b7-e193-40f3-b616-4eaa8a02d33d", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201102.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "a0fa73b1a5f8bdc1166af26cc899e030", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "d1703bc3-cc9a-4118-b8dd-9e9f1e302f28", + "Content-Length": "109", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 02 Nov 2020 21:37:50 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "9" + }, + "ResponseBody": { + "status": "notStarted", + "createdDateTime": "2020-11-02T21:37:51Z", + "lastUpdatedDateTime": "2020-11-02T21:37:51Z" + } + }, + { + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/invoice/analyzeResults/018f73b7-e193-40f3-b616-4eaa8a02d33d", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201102.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "88834f7d9bde4d8a7a69f5f69d2df1d1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "76a21030-069c-4c32-b57e-b965b1d3c5e5", + "Content-Length": "106", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 02 Nov 2020 21:37:51 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "9" + }, + "ResponseBody": { + "status": "running", + "createdDateTime": "2020-11-02T21:37:51Z", + "lastUpdatedDateTime": "2020-11-02T21:37:51Z" + } + }, + { + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/invoice/analyzeResults/018f73b7-e193-40f3-b616-4eaa8a02d33d", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201102.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "ccab10dcddcaf96a69deb9a37d6ef764", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "a2ec3faf-8822-4deb-9a43-650ec2260ce2", + "Content-Length": "106", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 02 Nov 2020 21:37:52 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "9" + }, + "ResponseBody": { + "status": "running", + "createdDateTime": "2020-11-02T21:37:51Z", + "lastUpdatedDateTime": "2020-11-02T21:37:51Z" + } + }, + { + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/invoice/analyzeResults/018f73b7-e193-40f3-b616-4eaa8a02d33d", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201102.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "9b1310b869631645e8ac268eafcb1fe8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "06f36ecf-d8b3-4c20-9f19-50d634760b34", + "Content-Length": "106", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 02 Nov 2020 21:37:54 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "9" + }, + "ResponseBody": { + "status": "running", + "createdDateTime": "2020-11-02T21:37:51Z", + "lastUpdatedDateTime": "2020-11-02T21:37:51Z" + } + }, + { + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/invoice/analyzeResults/018f73b7-e193-40f3-b616-4eaa8a02d33d", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201102.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "b890207813ed9f65e48a1effe1e7cf0b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "d94e89c6-1031-44a2-978e-655fc4fcb17e", + "Content-Length": "106", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 02 Nov 2020 21:37:55 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "8" + }, + "ResponseBody": { + "status": "running", + "createdDateTime": "2020-11-02T21:37:51Z", + "lastUpdatedDateTime": "2020-11-02T21:37:51Z" + } + }, + { + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/invoice/analyzeResults/018f73b7-e193-40f3-b616-4eaa8a02d33d", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201102.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "8d3d9172561a726dcb95e31db7dc499e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "2534d79d-885d-4322-a514-cf36d5bee3f9", + "Content-Length": "106", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 02 Nov 2020 21:37:56 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "9" + }, + "ResponseBody": { + "status": "running", + "createdDateTime": "2020-11-02T21:37:51Z", + "lastUpdatedDateTime": "2020-11-02T21:37:51Z" + } + }, + { + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/invoice/analyzeResults/018f73b7-e193-40f3-b616-4eaa8a02d33d", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201102.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "5c2ad1bf3fdea476aa73b6d94b453400", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "09670b8b-69b1-495e-a630-335085335f93", + "Content-Length": "9869", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 02 Nov 2020 21:37:57 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "16" + }, + "ResponseBody": { + "status": "succeeded", + "createdDateTime": "2020-11-02T21:37:51Z", + "lastUpdatedDateTime": "2020-11-02T21:37:57Z", + "analyzeResult": { + "version": "2.1.0", + "readResults": [ + { + "page": 1, + "angle": 0, + "width": 1700, + "height": 2200, + "unit": "pixel", + "lines": [ + { + "text": "Contoso", + "boundingBox": [ + 105, + 231, + 289, + 232, + 289, + 274, + 105, + 273 + ], + "words": [ + { + "text": "Contoso", + "boundingBox": [ + 106, + 232, + 288, + 234, + 288, + 274, + 105, + 274 + ], + "confidence": 0.985 + } + ], + "appearance": { + "style": { + "name": "other", + "confidence": 0.999 + } + } + }, + { + "text": "Address:", + "boundingBox": [ + 159, + 299, + 279, + 300, + 279, + 326, + 159, + 325 + ], + "words": [ + { + "text": "Address:", + "boundingBox": [ + 161, + 299, + 279, + 301, + 279, + 326, + 160, + 325 + ], + "confidence": 0.982 + } + ], + "appearance": { + "style": { + "name": "other", + "confidence": 0.999 + } + } + }, + { + "text": "Invoice For: Microsoft", + "boundingBox": [ + 875, + 299, + 1165, + 299, + 1165, + 326, + 875, + 326 + ], + "words": [ + { + "text": "Invoice", + "boundingBox": [ + 876, + 300, + 963, + 299, + 964, + 327, + 877, + 326 + ], + "confidence": 0.951 + }, + { + "text": "For:", + "boundingBox": [ + 968, + 299, + 1030, + 299, + 1030, + 327, + 969, + 327 + ], + "confidence": 0.986 + }, + { + "text": "Microsoft", + "boundingBox": [ + 1035, + 299, + 1164, + 300, + 1165, + 326, + 1036, + 327 + ], + "confidence": 0.983 + } + ], + "appearance": { + "style": { + "name": "other", + "confidence": 0.998 + } + } + }, + { + "text": "1 Redmond way Suite", + "boundingBox": [ + 160, + 337, + 432, + 337, + 432, + 367, + 160, + 366 + ], + "words": [ + { + "text": "1", + "boundingBox": [ + 160, + 338, + 174, + 339, + 174, + 364, + 161, + 364 + ], + "confidence": 0.987 + }, + { + "text": "Redmond", + "boundingBox": [ + 179, + 339, + 301, + 339, + 301, + 367, + 179, + 365 + ], + "confidence": 0.984 + }, + { + "text": "way", + "boundingBox": [ + 306, + 339, + 361, + 338, + 361, + 368, + 306, + 367 + ], + "confidence": 0.987 + }, + { + "text": "Suite", + "boundingBox": [ + 366, + 338, + 433, + 337, + 433, + 367, + 366, + 368 + ], + "confidence": 0.983 + } + ], + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + } + }, + { + "text": "1020 Enterprise Way", + "boundingBox": [ + 1037, + 337, + 1312, + 338, + 1312, + 372, + 1037, + 371 + ], + "words": [ + { + "text": "1020", + "boundingBox": [ + 1038, + 338, + 1096, + 339, + 1096, + 372, + 1038, + 372 + ], + "confidence": 0.986 + }, + { + "text": "Enterprise", + "boundingBox": [ + 1102, + 339, + 1241, + 339, + 1241, + 373, + 1102, + 372 + ], + "confidence": 0.981 + }, + { + "text": "Way", + "boundingBox": [ + 1248, + 339, + 1313, + 338, + 1312, + 373, + 1248, + 373 + ], + "confidence": 0.987 + } + ], + "appearance": { + "style": { + "name": "other", + "confidence": 0.999 + } + } + }, + { + "text": "6000 Redmond, WA", + "boundingBox": [ + 159, + 375, + 410, + 375, + 410, + 403, + 159, + 404 + ], + "words": [ + { + "text": "6000", + "boundingBox": [ + 159, + 377, + 220, + 377, + 220, + 404, + 159, + 404 + ], + "confidence": 0.986 + }, + { + "text": "Redmond,", + "boundingBox": [ + 225, + 377, + 357, + 376, + 357, + 405, + 225, + 404 + ], + "confidence": 0.98 + }, + { + "text": "WA", + "boundingBox": [ + 362, + 376, + 410, + 375, + 410, + 404, + 362, + 405 + ], + "confidence": 0.988 + } + ], + "appearance": { + "style": { + "name": "other", + "confidence": 0.999 + } + } + }, + { + "text": "Sunnayvale, CA 87659", + "boundingBox": [ + 1036, + 378, + 1334, + 377, + 1334, + 406, + 1036, + 408 + ], + "words": [ + { + "text": "Sunnayvale,", + "boundingBox": [ + 1036, + 379, + 1198, + 379, + 1198, + 408, + 1036, + 407 + ], + "confidence": 0.98 + }, + { + "text": "CA", + "boundingBox": [ + 1203, + 379, + 1246, + 378, + 1246, + 407, + 1203, + 408 + ], + "confidence": 0.988 + }, + { + "text": "87659", + "boundingBox": [ + 1252, + 378, + 1333, + 378, + 1333, + 405, + 1251, + 407 + ], + "confidence": 0.983 + } + ], + "appearance": { + "style": { + "name": "other", + "confidence": 0.999 + } + } + }, + { + "text": "99243", + "boundingBox": [ + 157, + 415, + 238, + 414, + 238, + 439, + 158, + 440 + ], + "words": [ + { + "text": "99243", + "boundingBox": [ + 158, + 415, + 237, + 414, + 238, + 440, + 159, + 441 + ], + "confidence": 0.983 + } + ], + "appearance": { + "style": { + "name": "other", + "confidence": 0.998 + } + } + }, + { + "text": "Invoice Number", + "boundingBox": [ + 104, + 572, + 318, + 572, + 318, + 598, + 104, + 598 + ], + "words": [ + { + "text": "Invoice", + "boundingBox": [ + 105, + 572, + 202, + 572, + 202, + 599, + 105, + 599 + ], + "confidence": 0.951 + }, + { + "text": "Number", + "boundingBox": [ + 207, + 572, + 318, + 573, + 318, + 599, + 207, + 599 + ], + "confidence": 0.983 + } + ], + "appearance": { + "style": { + "name": "other", + "confidence": 0.999 + } + } + }, + { + "text": "Invoice Date", + "boundingBox": [ + 385, + 572, + 552, + 572, + 552, + 597, + 385, + 597 + ], + "words": [ + { + "text": "Invoice", + "boundingBox": [ + 386, + 573, + 484, + 572, + 484, + 598, + 386, + 598 + ], + "confidence": 0.942 + }, + { + "text": "Date", + "boundingBox": [ + 489, + 572, + 551, + 573, + 551, + 598, + 489, + 598 + ], + "confidence": 0.987 + } + ], + "appearance": { + "style": { + "name": "other", + "confidence": 0.999 + } + } + }, + { + "text": "Invoice Due Date", + "boundingBox": [ + 661, + 568, + 894, + 568, + 894, + 601, + 661, + 601 + ], + "words": [ + { + "text": "Invoice", + "boundingBox": [ + 662, + 569, + 760, + 569, + 760, + 601, + 662, + 602 + ], + "confidence": 0.974 + }, + { + "text": "Due", + "boundingBox": [ + 767, + 569, + 819, + 569, + 819, + 601, + 767, + 601 + ], + "confidence": 0.987 + }, + { + "text": "Date", + "boundingBox": [ + 826, + 569, + 893, + 568, + 893, + 602, + 826, + 601 + ], + "confidence": 0.987 + } + ], + "appearance": { + "style": { + "name": "other", + "confidence": 0.965 + } + } + }, + { + "text": "Charges", + "boundingBox": [ + 947, + 573, + 1061, + 574, + 1061, + 602, + 947, + 600 + ], + "words": [ + { + "text": "Charges", + "boundingBox": [ + 948, + 573, + 1060, + 574, + 1060, + 602, + 948, + 600 + ], + "confidence": 0.97 + } + ], + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + } + }, + { + "text": "VAT ID", + "boundingBox": [ + 1225, + 572, + 1320, + 572, + 1320, + 596, + 1225, + 597 + ], + "words": [ + { + "text": "VAT", + "boundingBox": [ + 1227, + 573, + 1282, + 572, + 1282, + 597, + 1227, + 598 + ], + "confidence": 0.987 + }, + { + "text": "ID", + "boundingBox": [ + 1287, + 572, + 1320, + 572, + 1320, + 597, + 1287, + 597 + ], + "confidence": 0.986 + } + ], + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + } + }, + { + "text": "34278587", + "boundingBox": [ + 105, + 679, + 230, + 679, + 230, + 705, + 105, + 705 + ], + "words": [ + { + "text": "34278587", + "boundingBox": [ + 105, + 680, + 229, + 680, + 230, + 705, + 106, + 705 + ], + "confidence": 0.983 + } + ], + "appearance": { + "style": { + "name": "other", + "confidence": 0.998 + } + } + }, + { + "text": "6/18/2017", + "boundingBox": [ + 386, + 680, + 510, + 679, + 510, + 704, + 386, + 705 + ], + "words": [ + { + "text": "6/18/2017", + "boundingBox": [ + 387, + 680, + 510, + 680, + 510, + 705, + 387, + 705 + ], + "confidence": 0.983 + } + ], + "appearance": { + "style": { + "name": "other", + "confidence": 0.999 + } + } + }, + { + "text": "6/24/2017", + "boundingBox": [ + 667, + 679, + 792, + 679, + 792, + 704, + 667, + 705 + ], + "words": [ + { + "text": "6/24/2017", + "boundingBox": [ + 668, + 679, + 792, + 679, + 792, + 705, + 667, + 705 + ], + "confidence": 0.982 + } + ], + "appearance": { + "style": { + "name": "other", + "confidence": 0.999 + } + } + }, + { + "text": "$56,651.49 PT", + "boundingBox": [ + 1074, + 680, + 1279, + 679, + 1280, + 704, + 1074, + 706 + ], + "words": [ + { + "text": "$56,651.49", + "boundingBox": [ + 1075, + 680, + 1224, + 680, + 1225, + 705, + 1075, + 707 + ], + "confidence": 0.967 + }, + { + "text": "PT", + "boundingBox": [ + 1240, + 679, + 1279, + 679, + 1280, + 704, + 1241, + 705 + ], + "confidence": 0.983 + } + ], + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + } + } + ] + } + ], + "pageResults": [ + { + "page": 1, + "tables": [ + { + "rows": 3, + "columns": 6, + "cells": [ + { + "rowIndex": 0, + "columnIndex": 0, + "text": "Invoice Number", + "boundingBox": [ + 101, + 556, + 380, + 558, + 380, + 662, + 101, + 661 + ], + "elements": [ + "#/readResults/0/lines/8/words/0", + "#/readResults/0/lines/8/words/1" + ] + }, + { + "rowIndex": 0, + "columnIndex": 1, + "text": "Invoice Date", + "boundingBox": [ + 380, + 558, + 658, + 558, + 659, + 662, + 380, + 662 + ], + "elements": [ + "#/readResults/0/lines/9/words/0", + "#/readResults/0/lines/9/words/1" + ] + }, + { + "rowIndex": 0, + "columnIndex": 2, + "text": "Invoice Due Date", + "boundingBox": [ + 658, + 558, + 941, + 558, + 941, + 662, + 659, + 662 + ], + "elements": [ + "#/readResults/0/lines/10/words/0", + "#/readResults/0/lines/10/words/1", + "#/readResults/0/lines/10/words/2" + ] + }, + { + "rowIndex": 0, + "columnIndex": 3, + "columnSpan": 2, + "text": "Charges", + "boundingBox": [ + 941, + 558, + 1220, + 558, + 1220, + 662, + 941, + 662 + ], + "elements": [ + "#/readResults/0/lines/11/words/0" + ] + }, + { + "rowIndex": 0, + "columnIndex": 5, + "text": "VAT ID", + "boundingBox": [ + 1220, + 558, + 1499, + 556, + 1500, + 661, + 1220, + 662 + ], + "elements": [ + "#/readResults/0/lines/12/words/0", + "#/readResults/0/lines/12/words/1" + ] + }, + { + "rowIndex": 1, + "columnIndex": 0, + "rowSpan": 2, + "text": "34278587", + "boundingBox": [ + 101, + 661, + 380, + 662, + 380, + 771, + 101, + 771 + ], + "elements": [ + "#/readResults/0/lines/13/words/0" + ] + }, + { + "rowIndex": 1, + "columnIndex": 1, + "rowSpan": 2, + "text": "6/18/2017", + "boundingBox": [ + 380, + 662, + 659, + 662, + 661, + 771, + 380, + 771 + ], + "elements": [ + "#/readResults/0/lines/14/words/0" + ] + }, + { + "rowIndex": 1, + "columnIndex": 2, + "rowSpan": 2, + "text": "6/24/2017", + "boundingBox": [ + 659, + 662, + 941, + 662, + 941, + 771, + 661, + 771 + ], + "elements": [ + "#/readResults/0/lines/15/words/0" + ] + }, + { + "rowIndex": 1, + "columnIndex": 3, + "rowSpan": 2, + "columnSpan": 2, + "text": "$56,651.49", + "boundingBox": [ + 941, + 662, + 1220, + 662, + 1220, + 771, + 941, + 771 + ], + "elements": [ + "#/readResults/0/lines/16/words/0" + ] + }, + { + "rowIndex": 1, + "columnIndex": 5, + "rowSpan": 2, + "text": "PT", + "boundingBox": [ + 1220, + 662, + 1500, + 661, + 1500, + 769, + 1220, + 771 + ], + "elements": [ + "#/readResults/0/lines/16/words/1" + ] + } + ], + "boundingBox": [ + 100, + 556, + 1499, + 556, + 1498, + 771, + 99, + 771 + ] + } + ] + } + ], + "documentResults": [ + { + "docType": "prebuilt:invoice", + "pageRange": [ + 1, + 1 + ], + "fields": { + "VendorName": { + "type": "string", + "valueString": "Contoso", + "text": "Contoso", + "boundingBox": [ + 106, + 232, + 288, + 234, + 288, + 274, + 105, + 274 + ], + "page": 1, + "confidence": 0.921, + "elements": [ + "#/readResults/0/lines/0/words/0" + ] + }, + "CustomerAddressRecipient": { + "type": "string", + "valueString": "Microsoft", + "text": "Microsoft", + "boundingBox": [ + 1035, + 299, + 1164, + 300, + 1165, + 326, + 1036, + 327 + ], + "page": 1, + "confidence": 0.993, + "elements": [ + "#/readResults/0/lines/2/words/2" + ] + }, + "VendorAddress": { + "type": "string", + "valueString": "1 Redmond way Suite 6000 Redmond, WA 99243", + "text": "1 Redmond way Suite 6000 Redmond, WA 99243", + "boundingBox": [ + 158, + 337, + 433, + 337, + 433, + 441, + 158, + 441 + ], + "page": 1, + "confidence": 0.907, + "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/5/words/0", + "#/readResults/0/lines/5/words/1", + "#/readResults/0/lines/5/words/2", + "#/readResults/0/lines/7/words/0" + ] + }, + "CustomerAddress": { + "type": "string", + "valueString": "1020 Enterprise Way Sunnayvale, CA 87659", + "text": "1020 Enterprise Way Sunnayvale, CA 87659", + "boundingBox": [ + 1036.1, + 337.1, + 1333.2, + 338.1, + 1333, + 408.4, + 1035.9, + 407.5 + ], + "page": 1, + "confidence": 0.995, + "elements": [ + "#/readResults/0/lines/4/words/0", + "#/readResults/0/lines/4/words/1", + "#/readResults/0/lines/4/words/2", + "#/readResults/0/lines/6/words/0", + "#/readResults/0/lines/6/words/1", + "#/readResults/0/lines/6/words/2" + ] + }, + "InvoiceId": { + "type": "string", + "valueString": "34278587", + "text": "34278587", + "boundingBox": [ + 105, + 680, + 229, + 680, + 230, + 705, + 106, + 705 + ], + "page": 1, + "confidence": 0.768, + "elements": [ + "#/readResults/0/lines/13/words/0" + ] + }, + "InvoiceDate": { + "type": "date", + "valueDate": "2017-06-18", + "text": "6/18/2017", + "boundingBox": [ + 387, + 680, + 510, + 680, + 510, + 705, + 387, + 705 + ], + "page": 1, + "confidence": 0.89, + "elements": [ + "#/readResults/0/lines/14/words/0" + ] + }, + "DueDate": { + "type": "date", + "valueDate": "2017-06-24", + "text": "6/24/2017", + "boundingBox": [ + 668, + 679, + 792, + 679, + 792, + 705, + 667, + 705 + ], + "page": 1, + "confidence": 0.988, + "elements": [ + "#/readResults/0/lines/15/words/0" + ] + }, + "InvoiceTotal": { + "type": "number", + "valueNumber": 56651.49, + "text": "$56,651.49", + "boundingBox": [ + 1075, + 680, + 1224, + 680, + 1225, + 705, + 1075, + 707 + ], + "page": 1, + "confidence": 0.847, + "elements": [ + "#/readResults/0/lines/16/words/0" + ] + }, + "CustomerName": { + "type": "string", + "valueString": "Microsoft", + "text": "Microsoft", + "boundingBox": [ + 1035, + 299, + 1164, + 300, + 1165, + 326, + 1036, + 327 + ], + "page": 1, + "confidence": 0.993, + "elements": [ + "#/readResults/0/lines/2/words/2" + ] + } + } + } + ] + } + } + } + ], + "Variables": { + "FORM_RECOGNIZER_API_KEY": "Sanitized", + "FORM_RECOGNIZER_ENDPOINT": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/", + "RandomSeed": "1020250434" + } +} \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeInvoicesWithSupportedLocale(%%)Async.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeInvoicesWithSupportedLocale(%%)Async.json new file mode 100644 index 0000000000000..fc4dc0486092b --- /dev/null +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeInvoicesWithSupportedLocale(%%)Async.json @@ -0,0 +1,1543 @@ +{ + "Entries": [ + { + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/invoice/analyze?includeTextDetails=true\u0026locale=", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Content-Length": "76742", + "Content-Type": "image/tiff", + "Ocp-Apim-Subscription-Key": "Sanitized", + "traceparent": "00-9d29d1ae2f70bd4d9e2675f9765d5b65-1012a59e07939441-00", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201102.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "94e0a410ee2b3688e1c96a21e85ae6a1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "apim-request-id": "fd01ec73-e2b1-44c6-848e-e72398a060ac", + "Content-Length": "0", + "Date": "Mon, 02 Nov 2020 21:38:51 GMT", + "Operation-Location": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/invoice/analyzeResults/fd01ec73-e2b1-44c6-848e-e72398a060ac", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "43" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/invoice/analyzeResults/fd01ec73-e2b1-44c6-848e-e72398a060ac", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201102.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "2f80a4dc801018f569f68c7bcf7a6ba5", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "68f2b5f9-f825-4b0e-a64d-b8cbbe450a45", + "Content-Length": "109", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 02 Nov 2020 21:38:52 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "8" + }, + "ResponseBody": { + "status": "notStarted", + "createdDateTime": "2020-11-02T21:38:52Z", + "lastUpdatedDateTime": "2020-11-02T21:38:52Z" + } + }, + { + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/invoice/analyzeResults/fd01ec73-e2b1-44c6-848e-e72398a060ac", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201102.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "618b9f8ab0d7cbf69eb9bde177900b49", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "81fe26af-6216-4e8a-a67a-8e3ffb769549", + "Content-Length": "106", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 02 Nov 2020 21:38:53 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "9" + }, + "ResponseBody": { + "status": "running", + "createdDateTime": "2020-11-02T21:38:52Z", + "lastUpdatedDateTime": "2020-11-02T21:38:52Z" + } + }, + { + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/invoice/analyzeResults/fd01ec73-e2b1-44c6-848e-e72398a060ac", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201102.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "aa00ae60d2dc9083aec72b35610d6666", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "f23484f6-b9b5-4809-a02c-1b5a300c9e26", + "Content-Length": "106", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 02 Nov 2020 21:38:54 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "9" + }, + "ResponseBody": { + "status": "running", + "createdDateTime": "2020-11-02T21:38:52Z", + "lastUpdatedDateTime": "2020-11-02T21:38:52Z" + } + }, + { + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/invoice/analyzeResults/fd01ec73-e2b1-44c6-848e-e72398a060ac", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201102.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "4896c45d85ce2bc9aeb49157c213a0d8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "2c6637a1-f134-4c36-8fa1-fc4aff525f62", + "Content-Length": "106", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 02 Nov 2020 21:38:56 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "9" + }, + "ResponseBody": { + "status": "running", + "createdDateTime": "2020-11-02T21:38:52Z", + "lastUpdatedDateTime": "2020-11-02T21:38:52Z" + } + }, + { + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/invoice/analyzeResults/fd01ec73-e2b1-44c6-848e-e72398a060ac", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201102.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "211a42ebc17ab8c91cfbb20f85c16a90", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "e5bc23c1-4194-4495-8e7a-a13188df97fc", + "Content-Length": "106", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 02 Nov 2020 21:38:57 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "9" + }, + "ResponseBody": { + "status": "running", + "createdDateTime": "2020-11-02T21:38:52Z", + "lastUpdatedDateTime": "2020-11-02T21:38:52Z" + } + }, + { + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/invoice/analyzeResults/fd01ec73-e2b1-44c6-848e-e72398a060ac", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201102.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "b3845653c2fada7ae4d4fb27402bcd9a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "16dbb169-5dbe-4762-ab6d-3f5159f78092", + "Content-Length": "106", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 02 Nov 2020 21:38:58 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "9" + }, + "ResponseBody": { + "status": "running", + "createdDateTime": "2020-11-02T21:38:52Z", + "lastUpdatedDateTime": "2020-11-02T21:38:52Z" + } + }, + { + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/invoice/analyzeResults/fd01ec73-e2b1-44c6-848e-e72398a060ac", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201102.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "1e49522644f29becfbdd2bd3d3b9a6ec", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "8a1164aa-f327-4101-a343-94fb513ef102", + "Content-Length": "106", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 02 Nov 2020 21:38:59 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "8" + }, + "ResponseBody": { + "status": "running", + "createdDateTime": "2020-11-02T21:38:52Z", + "lastUpdatedDateTime": "2020-11-02T21:38:52Z" + } + }, + { + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/invoice/analyzeResults/fd01ec73-e2b1-44c6-848e-e72398a060ac", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201102.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "6b03014aed8f28dec83f3ca5c5a177f0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "58f0c47a-7c8c-4ff3-ae1b-87802a766b8e", + "Content-Length": "9869", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 02 Nov 2020 21:39:00 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "18" + }, + "ResponseBody": { + "status": "succeeded", + "createdDateTime": "2020-11-02T21:38:52Z", + "lastUpdatedDateTime": "2020-11-02T21:39:00Z", + "analyzeResult": { + "version": "2.1.0", + "readResults": [ + { + "page": 1, + "angle": 0, + "width": 1700, + "height": 2200, + "unit": "pixel", + "lines": [ + { + "text": "Contoso", + "boundingBox": [ + 105, + 231, + 289, + 232, + 289, + 274, + 105, + 273 + ], + "words": [ + { + "text": "Contoso", + "boundingBox": [ + 106, + 232, + 288, + 234, + 288, + 274, + 105, + 274 + ], + "confidence": 0.985 + } + ], + "appearance": { + "style": { + "name": "other", + "confidence": 0.999 + } + } + }, + { + "text": "Address:", + "boundingBox": [ + 159, + 299, + 279, + 300, + 279, + 326, + 159, + 325 + ], + "words": [ + { + "text": "Address:", + "boundingBox": [ + 161, + 299, + 279, + 301, + 279, + 326, + 160, + 325 + ], + "confidence": 0.982 + } + ], + "appearance": { + "style": { + "name": "other", + "confidence": 0.999 + } + } + }, + { + "text": "Invoice For: Microsoft", + "boundingBox": [ + 875, + 299, + 1165, + 299, + 1165, + 326, + 875, + 326 + ], + "words": [ + { + "text": "Invoice", + "boundingBox": [ + 876, + 300, + 963, + 299, + 964, + 327, + 877, + 326 + ], + "confidence": 0.951 + }, + { + "text": "For:", + "boundingBox": [ + 968, + 299, + 1030, + 299, + 1030, + 327, + 969, + 327 + ], + "confidence": 0.986 + }, + { + "text": "Microsoft", + "boundingBox": [ + 1035, + 299, + 1164, + 300, + 1165, + 326, + 1036, + 327 + ], + "confidence": 0.983 + } + ], + "appearance": { + "style": { + "name": "other", + "confidence": 0.998 + } + } + }, + { + "text": "1 Redmond way Suite", + "boundingBox": [ + 160, + 337, + 432, + 337, + 432, + 367, + 160, + 366 + ], + "words": [ + { + "text": "1", + "boundingBox": [ + 160, + 338, + 174, + 339, + 174, + 364, + 161, + 364 + ], + "confidence": 0.987 + }, + { + "text": "Redmond", + "boundingBox": [ + 179, + 339, + 301, + 339, + 301, + 367, + 179, + 365 + ], + "confidence": 0.984 + }, + { + "text": "way", + "boundingBox": [ + 306, + 339, + 361, + 338, + 361, + 368, + 306, + 367 + ], + "confidence": 0.987 + }, + { + "text": "Suite", + "boundingBox": [ + 366, + 338, + 433, + 337, + 433, + 367, + 366, + 368 + ], + "confidence": 0.983 + } + ], + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + } + }, + { + "text": "1020 Enterprise Way", + "boundingBox": [ + 1037, + 337, + 1312, + 338, + 1312, + 372, + 1037, + 371 + ], + "words": [ + { + "text": "1020", + "boundingBox": [ + 1038, + 338, + 1096, + 339, + 1096, + 372, + 1038, + 372 + ], + "confidence": 0.986 + }, + { + "text": "Enterprise", + "boundingBox": [ + 1102, + 339, + 1241, + 339, + 1241, + 373, + 1102, + 372 + ], + "confidence": 0.981 + }, + { + "text": "Way", + "boundingBox": [ + 1248, + 339, + 1313, + 338, + 1312, + 373, + 1248, + 373 + ], + "confidence": 0.987 + } + ], + "appearance": { + "style": { + "name": "other", + "confidence": 0.999 + } + } + }, + { + "text": "6000 Redmond, WA", + "boundingBox": [ + 159, + 375, + 410, + 375, + 410, + 403, + 159, + 404 + ], + "words": [ + { + "text": "6000", + "boundingBox": [ + 159, + 377, + 220, + 377, + 220, + 404, + 159, + 404 + ], + "confidence": 0.986 + }, + { + "text": "Redmond,", + "boundingBox": [ + 225, + 377, + 357, + 376, + 357, + 405, + 225, + 404 + ], + "confidence": 0.98 + }, + { + "text": "WA", + "boundingBox": [ + 362, + 376, + 410, + 375, + 410, + 404, + 362, + 405 + ], + "confidence": 0.988 + } + ], + "appearance": { + "style": { + "name": "other", + "confidence": 0.999 + } + } + }, + { + "text": "Sunnayvale, CA 87659", + "boundingBox": [ + 1036, + 378, + 1334, + 377, + 1334, + 406, + 1036, + 408 + ], + "words": [ + { + "text": "Sunnayvale,", + "boundingBox": [ + 1036, + 379, + 1198, + 379, + 1198, + 408, + 1036, + 407 + ], + "confidence": 0.98 + }, + { + "text": "CA", + "boundingBox": [ + 1203, + 379, + 1246, + 378, + 1246, + 407, + 1203, + 408 + ], + "confidence": 0.988 + }, + { + "text": "87659", + "boundingBox": [ + 1252, + 378, + 1333, + 378, + 1333, + 405, + 1251, + 407 + ], + "confidence": 0.983 + } + ], + "appearance": { + "style": { + "name": "other", + "confidence": 0.999 + } + } + }, + { + "text": "99243", + "boundingBox": [ + 157, + 415, + 238, + 414, + 238, + 439, + 158, + 440 + ], + "words": [ + { + "text": "99243", + "boundingBox": [ + 158, + 415, + 237, + 414, + 238, + 440, + 159, + 441 + ], + "confidence": 0.983 + } + ], + "appearance": { + "style": { + "name": "other", + "confidence": 0.998 + } + } + }, + { + "text": "Invoice Number", + "boundingBox": [ + 104, + 572, + 318, + 572, + 318, + 598, + 104, + 598 + ], + "words": [ + { + "text": "Invoice", + "boundingBox": [ + 105, + 572, + 202, + 572, + 202, + 599, + 105, + 599 + ], + "confidence": 0.951 + }, + { + "text": "Number", + "boundingBox": [ + 207, + 572, + 318, + 573, + 318, + 599, + 207, + 599 + ], + "confidence": 0.983 + } + ], + "appearance": { + "style": { + "name": "other", + "confidence": 0.999 + } + } + }, + { + "text": "Invoice Date", + "boundingBox": [ + 385, + 572, + 552, + 572, + 552, + 597, + 385, + 597 + ], + "words": [ + { + "text": "Invoice", + "boundingBox": [ + 386, + 573, + 484, + 572, + 484, + 598, + 386, + 598 + ], + "confidence": 0.942 + }, + { + "text": "Date", + "boundingBox": [ + 489, + 572, + 551, + 573, + 551, + 598, + 489, + 598 + ], + "confidence": 0.987 + } + ], + "appearance": { + "style": { + "name": "other", + "confidence": 0.999 + } + } + }, + { + "text": "Invoice Due Date", + "boundingBox": [ + 661, + 568, + 894, + 568, + 894, + 601, + 661, + 601 + ], + "words": [ + { + "text": "Invoice", + "boundingBox": [ + 662, + 569, + 760, + 569, + 760, + 601, + 662, + 602 + ], + "confidence": 0.974 + }, + { + "text": "Due", + "boundingBox": [ + 767, + 569, + 819, + 569, + 819, + 601, + 767, + 601 + ], + "confidence": 0.987 + }, + { + "text": "Date", + "boundingBox": [ + 826, + 569, + 893, + 568, + 893, + 602, + 826, + 601 + ], + "confidence": 0.987 + } + ], + "appearance": { + "style": { + "name": "other", + "confidence": 0.965 + } + } + }, + { + "text": "Charges", + "boundingBox": [ + 947, + 573, + 1061, + 574, + 1061, + 602, + 947, + 600 + ], + "words": [ + { + "text": "Charges", + "boundingBox": [ + 948, + 573, + 1060, + 574, + 1060, + 602, + 948, + 600 + ], + "confidence": 0.97 + } + ], + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + } + }, + { + "text": "VAT ID", + "boundingBox": [ + 1225, + 572, + 1320, + 572, + 1320, + 596, + 1225, + 597 + ], + "words": [ + { + "text": "VAT", + "boundingBox": [ + 1227, + 573, + 1282, + 572, + 1282, + 597, + 1227, + 598 + ], + "confidence": 0.987 + }, + { + "text": "ID", + "boundingBox": [ + 1287, + 572, + 1320, + 572, + 1320, + 597, + 1287, + 597 + ], + "confidence": 0.986 + } + ], + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + } + }, + { + "text": "34278587", + "boundingBox": [ + 105, + 679, + 230, + 679, + 230, + 705, + 105, + 705 + ], + "words": [ + { + "text": "34278587", + "boundingBox": [ + 105, + 680, + 229, + 680, + 230, + 705, + 106, + 705 + ], + "confidence": 0.983 + } + ], + "appearance": { + "style": { + "name": "other", + "confidence": 0.998 + } + } + }, + { + "text": "6/18/2017", + "boundingBox": [ + 386, + 680, + 510, + 679, + 510, + 704, + 386, + 705 + ], + "words": [ + { + "text": "6/18/2017", + "boundingBox": [ + 387, + 680, + 510, + 680, + 510, + 705, + 387, + 705 + ], + "confidence": 0.983 + } + ], + "appearance": { + "style": { + "name": "other", + "confidence": 0.999 + } + } + }, + { + "text": "6/24/2017", + "boundingBox": [ + 667, + 679, + 792, + 679, + 792, + 704, + 667, + 705 + ], + "words": [ + { + "text": "6/24/2017", + "boundingBox": [ + 668, + 679, + 792, + 679, + 792, + 705, + 667, + 705 + ], + "confidence": 0.982 + } + ], + "appearance": { + "style": { + "name": "other", + "confidence": 0.999 + } + } + }, + { + "text": "$56,651.49 PT", + "boundingBox": [ + 1074, + 680, + 1279, + 679, + 1280, + 704, + 1074, + 706 + ], + "words": [ + { + "text": "$56,651.49", + "boundingBox": [ + 1075, + 680, + 1224, + 680, + 1225, + 705, + 1075, + 707 + ], + "confidence": 0.967 + }, + { + "text": "PT", + "boundingBox": [ + 1240, + 679, + 1279, + 679, + 1280, + 704, + 1241, + 705 + ], + "confidence": 0.983 + } + ], + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + } + } + ] + } + ], + "pageResults": [ + { + "page": 1, + "tables": [ + { + "rows": 3, + "columns": 6, + "cells": [ + { + "rowIndex": 0, + "columnIndex": 0, + "text": "Invoice Number", + "boundingBox": [ + 101, + 556, + 380, + 558, + 380, + 662, + 101, + 661 + ], + "elements": [ + "#/readResults/0/lines/8/words/0", + "#/readResults/0/lines/8/words/1" + ] + }, + { + "rowIndex": 0, + "columnIndex": 1, + "text": "Invoice Date", + "boundingBox": [ + 380, + 558, + 658, + 558, + 659, + 662, + 380, + 662 + ], + "elements": [ + "#/readResults/0/lines/9/words/0", + "#/readResults/0/lines/9/words/1" + ] + }, + { + "rowIndex": 0, + "columnIndex": 2, + "text": "Invoice Due Date", + "boundingBox": [ + 658, + 558, + 941, + 558, + 941, + 662, + 659, + 662 + ], + "elements": [ + "#/readResults/0/lines/10/words/0", + "#/readResults/0/lines/10/words/1", + "#/readResults/0/lines/10/words/2" + ] + }, + { + "rowIndex": 0, + "columnIndex": 3, + "columnSpan": 2, + "text": "Charges", + "boundingBox": [ + 941, + 558, + 1220, + 558, + 1220, + 662, + 941, + 662 + ], + "elements": [ + "#/readResults/0/lines/11/words/0" + ] + }, + { + "rowIndex": 0, + "columnIndex": 5, + "text": "VAT ID", + "boundingBox": [ + 1220, + 558, + 1499, + 556, + 1500, + 661, + 1220, + 662 + ], + "elements": [ + "#/readResults/0/lines/12/words/0", + "#/readResults/0/lines/12/words/1" + ] + }, + { + "rowIndex": 1, + "columnIndex": 0, + "rowSpan": 2, + "text": "34278587", + "boundingBox": [ + 101, + 661, + 380, + 662, + 380, + 771, + 101, + 771 + ], + "elements": [ + "#/readResults/0/lines/13/words/0" + ] + }, + { + "rowIndex": 1, + "columnIndex": 1, + "rowSpan": 2, + "text": "6/18/2017", + "boundingBox": [ + 380, + 662, + 659, + 662, + 661, + 771, + 380, + 771 + ], + "elements": [ + "#/readResults/0/lines/14/words/0" + ] + }, + { + "rowIndex": 1, + "columnIndex": 2, + "rowSpan": 2, + "text": "6/24/2017", + "boundingBox": [ + 659, + 662, + 941, + 662, + 941, + 771, + 661, + 771 + ], + "elements": [ + "#/readResults/0/lines/15/words/0" + ] + }, + { + "rowIndex": 1, + "columnIndex": 3, + "rowSpan": 2, + "columnSpan": 2, + "text": "$56,651.49", + "boundingBox": [ + 941, + 662, + 1220, + 662, + 1220, + 771, + 941, + 771 + ], + "elements": [ + "#/readResults/0/lines/16/words/0" + ] + }, + { + "rowIndex": 1, + "columnIndex": 5, + "rowSpan": 2, + "text": "PT", + "boundingBox": [ + 1220, + 662, + 1500, + 661, + 1500, + 769, + 1220, + 771 + ], + "elements": [ + "#/readResults/0/lines/16/words/1" + ] + } + ], + "boundingBox": [ + 100, + 556, + 1499, + 556, + 1498, + 771, + 99, + 771 + ] + } + ] + } + ], + "documentResults": [ + { + "docType": "prebuilt:invoice", + "pageRange": [ + 1, + 1 + ], + "fields": { + "VendorName": { + "type": "string", + "valueString": "Contoso", + "text": "Contoso", + "boundingBox": [ + 106, + 232, + 288, + 234, + 288, + 274, + 105, + 274 + ], + "page": 1, + "confidence": 0.921, + "elements": [ + "#/readResults/0/lines/0/words/0" + ] + }, + "CustomerAddressRecipient": { + "type": "string", + "valueString": "Microsoft", + "text": "Microsoft", + "boundingBox": [ + 1035, + 299, + 1164, + 300, + 1165, + 326, + 1036, + 327 + ], + "page": 1, + "confidence": 0.993, + "elements": [ + "#/readResults/0/lines/2/words/2" + ] + }, + "VendorAddress": { + "type": "string", + "valueString": "1 Redmond way Suite 6000 Redmond, WA 99243", + "text": "1 Redmond way Suite 6000 Redmond, WA 99243", + "boundingBox": [ + 158, + 337, + 433, + 337, + 433, + 441, + 158, + 441 + ], + "page": 1, + "confidence": 0.907, + "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/5/words/0", + "#/readResults/0/lines/5/words/1", + "#/readResults/0/lines/5/words/2", + "#/readResults/0/lines/7/words/0" + ] + }, + "CustomerAddress": { + "type": "string", + "valueString": "1020 Enterprise Way Sunnayvale, CA 87659", + "text": "1020 Enterprise Way Sunnayvale, CA 87659", + "boundingBox": [ + 1036.1, + 337.1, + 1333.2, + 338.1, + 1333, + 408.4, + 1035.9, + 407.5 + ], + "page": 1, + "confidence": 0.995, + "elements": [ + "#/readResults/0/lines/4/words/0", + "#/readResults/0/lines/4/words/1", + "#/readResults/0/lines/4/words/2", + "#/readResults/0/lines/6/words/0", + "#/readResults/0/lines/6/words/1", + "#/readResults/0/lines/6/words/2" + ] + }, + "InvoiceId": { + "type": "string", + "valueString": "34278587", + "text": "34278587", + "boundingBox": [ + 105, + 680, + 229, + 680, + 230, + 705, + 106, + 705 + ], + "page": 1, + "confidence": 0.768, + "elements": [ + "#/readResults/0/lines/13/words/0" + ] + }, + "InvoiceDate": { + "type": "date", + "valueDate": "2017-06-18", + "text": "6/18/2017", + "boundingBox": [ + 387, + 680, + 510, + 680, + 510, + 705, + 387, + 705 + ], + "page": 1, + "confidence": 0.89, + "elements": [ + "#/readResults/0/lines/14/words/0" + ] + }, + "DueDate": { + "type": "date", + "valueDate": "2017-06-24", + "text": "6/24/2017", + "boundingBox": [ + 668, + 679, + 792, + 679, + 792, + 705, + 667, + 705 + ], + "page": 1, + "confidence": 0.988, + "elements": [ + "#/readResults/0/lines/15/words/0" + ] + }, + "InvoiceTotal": { + "type": "number", + "valueNumber": 56651.49, + "text": "$56,651.49", + "boundingBox": [ + 1075, + 680, + 1224, + 680, + 1225, + 705, + 1075, + 707 + ], + "page": 1, + "confidence": 0.847, + "elements": [ + "#/readResults/0/lines/16/words/0" + ] + }, + "CustomerName": { + "type": "string", + "valueString": "Microsoft", + "text": "Microsoft", + "boundingBox": [ + 1035, + 299, + 1164, + 300, + 1165, + 326, + 1036, + 327 + ], + "page": 1, + "confidence": 0.993, + "elements": [ + "#/readResults/0/lines/2/words/2" + ] + } + } + } + ] + } + } + } + ], + "Variables": { + "FORM_RECOGNIZER_API_KEY": "Sanitized", + "FORM_RECOGNIZER_ENDPOINT": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/", + "RandomSeed": "1128502398" + } +} \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeInvoicesWithSupportedLocale(%en-US%).json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeInvoicesWithSupportedLocale(%en-US%).json new file mode 100644 index 0000000000000..be8a7ee5f0baa --- /dev/null +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeInvoicesWithSupportedLocale(%en-US%).json @@ -0,0 +1,1513 @@ +{ + "Entries": [ + { + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/invoice/analyze?includeTextDetails=true\u0026locale=en-US", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Content-Length": "76742", + "Content-Type": "image/tiff", + "Ocp-Apim-Subscription-Key": "Sanitized", + "traceparent": "00-c53729e5e6d63746bee7459f519f3f5d-099df4f5d0fec841-00", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201102.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "d2cb9a24993149d1bc5e2b1e82f2317e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "apim-request-id": "b6c51426-a0d6-43d4-a239-ab33e4c19275", + "Content-Length": "0", + "Date": "Mon, 02 Nov 2020 21:37:44 GMT", + "Operation-Location": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/invoice/analyzeResults/b6c51426-a0d6-43d4-a239-ab33e4c19275", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "40" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/invoice/analyzeResults/b6c51426-a0d6-43d4-a239-ab33e4c19275", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201102.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "4be97f236f3feb70c94197e93e01c92d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "d063a4ed-c9b6-4423-aa93-f7d566501187", + "Content-Length": "109", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 02 Nov 2020 21:37:44 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "8" + }, + "ResponseBody": { + "status": "notStarted", + "createdDateTime": "2020-11-02T21:37:44Z", + "lastUpdatedDateTime": "2020-11-02T21:37:44Z" + } + }, + { + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/invoice/analyzeResults/b6c51426-a0d6-43d4-a239-ab33e4c19275", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201102.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "77c07fa221aa2c49676caf8eac3bfdfe", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "07b117d6-d85f-41fb-9061-25e7f7c3d618", + "Content-Length": "106", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 02 Nov 2020 21:37:45 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "8" + }, + "ResponseBody": { + "status": "running", + "createdDateTime": "2020-11-02T21:37:44Z", + "lastUpdatedDateTime": "2020-11-02T21:37:44Z" + } + }, + { + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/invoice/analyzeResults/b6c51426-a0d6-43d4-a239-ab33e4c19275", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201102.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "a0eed663f109b5e429df08ef01e70abb", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "6e1df1e0-627c-44ce-a204-a1cc793a11a8", + "Content-Length": "106", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 02 Nov 2020 21:37:46 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "10" + }, + "ResponseBody": { + "status": "running", + "createdDateTime": "2020-11-02T21:37:44Z", + "lastUpdatedDateTime": "2020-11-02T21:37:44Z" + } + }, + { + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/invoice/analyzeResults/b6c51426-a0d6-43d4-a239-ab33e4c19275", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201102.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "027bfd95ba3202d436bce3d2c0e23f8e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "461b719d-0c82-49af-a613-f0a816cb0c2f", + "Content-Length": "106", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 02 Nov 2020 21:37:47 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "339" + }, + "ResponseBody": { + "status": "running", + "createdDateTime": "2020-11-02T21:37:44Z", + "lastUpdatedDateTime": "2020-11-02T21:37:44Z" + } + }, + { + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/invoice/analyzeResults/b6c51426-a0d6-43d4-a239-ab33e4c19275", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201102.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "688699442913b0249b0a4eca18592a7f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "5b3a11a2-dcc7-401b-8fed-5b33740a3a4d", + "Content-Length": "106", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 02 Nov 2020 21:37:48 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "9" + }, + "ResponseBody": { + "status": "running", + "createdDateTime": "2020-11-02T21:37:44Z", + "lastUpdatedDateTime": "2020-11-02T21:37:44Z" + } + }, + { + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/invoice/analyzeResults/b6c51426-a0d6-43d4-a239-ab33e4c19275", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201102.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "aff9f461fbbfa9cb01eb694d0e11f547", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "c0882cb3-60d1-4ce0-bac9-b479a405881b", + "Content-Length": "106", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 02 Nov 2020 21:37:49 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "10" + }, + "ResponseBody": { + "status": "running", + "createdDateTime": "2020-11-02T21:37:44Z", + "lastUpdatedDateTime": "2020-11-02T21:37:44Z" + } + }, + { + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/invoice/analyzeResults/b6c51426-a0d6-43d4-a239-ab33e4c19275", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201102.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "68ab7aa0a2616ba7d9cb67276b09eadc", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "03aa310b-b93f-4a06-9531-e2ae4e24b18c", + "Content-Length": "9869", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 02 Nov 2020 21:37:50 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "16" + }, + "ResponseBody": { + "status": "succeeded", + "createdDateTime": "2020-11-02T21:37:44Z", + "lastUpdatedDateTime": "2020-11-02T21:37:50Z", + "analyzeResult": { + "version": "2.1.0", + "readResults": [ + { + "page": 1, + "angle": 0, + "width": 1700, + "height": 2200, + "unit": "pixel", + "lines": [ + { + "text": "Contoso", + "boundingBox": [ + 105, + 231, + 289, + 232, + 289, + 274, + 105, + 273 + ], + "words": [ + { + "text": "Contoso", + "boundingBox": [ + 106, + 232, + 288, + 234, + 288, + 274, + 105, + 274 + ], + "confidence": 0.985 + } + ], + "appearance": { + "style": { + "name": "other", + "confidence": 0.999 + } + } + }, + { + "text": "Address:", + "boundingBox": [ + 159, + 299, + 279, + 300, + 279, + 326, + 159, + 325 + ], + "words": [ + { + "text": "Address:", + "boundingBox": [ + 161, + 299, + 279, + 301, + 279, + 326, + 160, + 325 + ], + "confidence": 0.982 + } + ], + "appearance": { + "style": { + "name": "other", + "confidence": 0.999 + } + } + }, + { + "text": "Invoice For: Microsoft", + "boundingBox": [ + 875, + 299, + 1165, + 299, + 1165, + 326, + 875, + 326 + ], + "words": [ + { + "text": "Invoice", + "boundingBox": [ + 876, + 300, + 963, + 299, + 964, + 327, + 877, + 326 + ], + "confidence": 0.951 + }, + { + "text": "For:", + "boundingBox": [ + 968, + 299, + 1030, + 299, + 1030, + 327, + 969, + 327 + ], + "confidence": 0.986 + }, + { + "text": "Microsoft", + "boundingBox": [ + 1035, + 299, + 1164, + 300, + 1165, + 326, + 1036, + 327 + ], + "confidence": 0.983 + } + ], + "appearance": { + "style": { + "name": "other", + "confidence": 0.998 + } + } + }, + { + "text": "1 Redmond way Suite", + "boundingBox": [ + 160, + 337, + 432, + 337, + 432, + 367, + 160, + 366 + ], + "words": [ + { + "text": "1", + "boundingBox": [ + 160, + 338, + 174, + 339, + 174, + 364, + 161, + 364 + ], + "confidence": 0.987 + }, + { + "text": "Redmond", + "boundingBox": [ + 179, + 339, + 301, + 339, + 301, + 367, + 179, + 365 + ], + "confidence": 0.984 + }, + { + "text": "way", + "boundingBox": [ + 306, + 339, + 361, + 338, + 361, + 368, + 306, + 367 + ], + "confidence": 0.987 + }, + { + "text": "Suite", + "boundingBox": [ + 366, + 338, + 433, + 337, + 433, + 367, + 366, + 368 + ], + "confidence": 0.983 + } + ], + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + } + }, + { + "text": "1020 Enterprise Way", + "boundingBox": [ + 1037, + 337, + 1312, + 338, + 1312, + 372, + 1037, + 371 + ], + "words": [ + { + "text": "1020", + "boundingBox": [ + 1038, + 338, + 1096, + 339, + 1096, + 372, + 1038, + 372 + ], + "confidence": 0.986 + }, + { + "text": "Enterprise", + "boundingBox": [ + 1102, + 339, + 1241, + 339, + 1241, + 373, + 1102, + 372 + ], + "confidence": 0.981 + }, + { + "text": "Way", + "boundingBox": [ + 1248, + 339, + 1313, + 338, + 1312, + 373, + 1248, + 373 + ], + "confidence": 0.987 + } + ], + "appearance": { + "style": { + "name": "other", + "confidence": 0.999 + } + } + }, + { + "text": "6000 Redmond, WA", + "boundingBox": [ + 159, + 375, + 410, + 375, + 410, + 403, + 159, + 404 + ], + "words": [ + { + "text": "6000", + "boundingBox": [ + 159, + 377, + 220, + 377, + 220, + 404, + 159, + 404 + ], + "confidence": 0.986 + }, + { + "text": "Redmond,", + "boundingBox": [ + 225, + 377, + 357, + 376, + 357, + 405, + 225, + 404 + ], + "confidence": 0.98 + }, + { + "text": "WA", + "boundingBox": [ + 362, + 376, + 410, + 375, + 410, + 404, + 362, + 405 + ], + "confidence": 0.988 + } + ], + "appearance": { + "style": { + "name": "other", + "confidence": 0.999 + } + } + }, + { + "text": "Sunnayvale, CA 87659", + "boundingBox": [ + 1036, + 378, + 1334, + 377, + 1334, + 406, + 1036, + 408 + ], + "words": [ + { + "text": "Sunnayvale,", + "boundingBox": [ + 1036, + 379, + 1198, + 379, + 1198, + 408, + 1036, + 407 + ], + "confidence": 0.98 + }, + { + "text": "CA", + "boundingBox": [ + 1203, + 379, + 1246, + 378, + 1246, + 407, + 1203, + 408 + ], + "confidence": 0.988 + }, + { + "text": "87659", + "boundingBox": [ + 1252, + 378, + 1333, + 378, + 1333, + 405, + 1251, + 407 + ], + "confidence": 0.983 + } + ], + "appearance": { + "style": { + "name": "other", + "confidence": 0.999 + } + } + }, + { + "text": "99243", + "boundingBox": [ + 157, + 415, + 238, + 414, + 238, + 439, + 158, + 440 + ], + "words": [ + { + "text": "99243", + "boundingBox": [ + 158, + 415, + 237, + 414, + 238, + 440, + 159, + 441 + ], + "confidence": 0.983 + } + ], + "appearance": { + "style": { + "name": "other", + "confidence": 0.998 + } + } + }, + { + "text": "Invoice Number", + "boundingBox": [ + 104, + 572, + 318, + 572, + 318, + 598, + 104, + 598 + ], + "words": [ + { + "text": "Invoice", + "boundingBox": [ + 105, + 572, + 202, + 572, + 202, + 599, + 105, + 599 + ], + "confidence": 0.951 + }, + { + "text": "Number", + "boundingBox": [ + 207, + 572, + 318, + 573, + 318, + 599, + 207, + 599 + ], + "confidence": 0.983 + } + ], + "appearance": { + "style": { + "name": "other", + "confidence": 0.999 + } + } + }, + { + "text": "Invoice Date", + "boundingBox": [ + 385, + 572, + 552, + 572, + 552, + 597, + 385, + 597 + ], + "words": [ + { + "text": "Invoice", + "boundingBox": [ + 386, + 573, + 484, + 572, + 484, + 598, + 386, + 598 + ], + "confidence": 0.942 + }, + { + "text": "Date", + "boundingBox": [ + 489, + 572, + 551, + 573, + 551, + 598, + 489, + 598 + ], + "confidence": 0.987 + } + ], + "appearance": { + "style": { + "name": "other", + "confidence": 0.999 + } + } + }, + { + "text": "Invoice Due Date", + "boundingBox": [ + 661, + 568, + 894, + 568, + 894, + 601, + 661, + 601 + ], + "words": [ + { + "text": "Invoice", + "boundingBox": [ + 662, + 569, + 760, + 569, + 760, + 601, + 662, + 602 + ], + "confidence": 0.974 + }, + { + "text": "Due", + "boundingBox": [ + 767, + 569, + 819, + 569, + 819, + 601, + 767, + 601 + ], + "confidence": 0.987 + }, + { + "text": "Date", + "boundingBox": [ + 826, + 569, + 893, + 568, + 893, + 602, + 826, + 601 + ], + "confidence": 0.987 + } + ], + "appearance": { + "style": { + "name": "other", + "confidence": 0.965 + } + } + }, + { + "text": "Charges", + "boundingBox": [ + 947, + 573, + 1061, + 574, + 1061, + 602, + 947, + 600 + ], + "words": [ + { + "text": "Charges", + "boundingBox": [ + 948, + 573, + 1060, + 574, + 1060, + 602, + 948, + 600 + ], + "confidence": 0.97 + } + ], + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + } + }, + { + "text": "VAT ID", + "boundingBox": [ + 1225, + 572, + 1320, + 572, + 1320, + 596, + 1225, + 597 + ], + "words": [ + { + "text": "VAT", + "boundingBox": [ + 1227, + 573, + 1282, + 572, + 1282, + 597, + 1227, + 598 + ], + "confidence": 0.987 + }, + { + "text": "ID", + "boundingBox": [ + 1287, + 572, + 1320, + 572, + 1320, + 597, + 1287, + 597 + ], + "confidence": 0.986 + } + ], + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + } + }, + { + "text": "34278587", + "boundingBox": [ + 105, + 679, + 230, + 679, + 230, + 705, + 105, + 705 + ], + "words": [ + { + "text": "34278587", + "boundingBox": [ + 105, + 680, + 229, + 680, + 230, + 705, + 106, + 705 + ], + "confidence": 0.983 + } + ], + "appearance": { + "style": { + "name": "other", + "confidence": 0.998 + } + } + }, + { + "text": "6/18/2017", + "boundingBox": [ + 386, + 680, + 510, + 679, + 510, + 704, + 386, + 705 + ], + "words": [ + { + "text": "6/18/2017", + "boundingBox": [ + 387, + 680, + 510, + 680, + 510, + 705, + 387, + 705 + ], + "confidence": 0.983 + } + ], + "appearance": { + "style": { + "name": "other", + "confidence": 0.999 + } + } + }, + { + "text": "6/24/2017", + "boundingBox": [ + 667, + 679, + 792, + 679, + 792, + 704, + 667, + 705 + ], + "words": [ + { + "text": "6/24/2017", + "boundingBox": [ + 668, + 679, + 792, + 679, + 792, + 705, + 667, + 705 + ], + "confidence": 0.982 + } + ], + "appearance": { + "style": { + "name": "other", + "confidence": 0.999 + } + } + }, + { + "text": "$56,651.49 PT", + "boundingBox": [ + 1074, + 680, + 1279, + 679, + 1280, + 704, + 1074, + 706 + ], + "words": [ + { + "text": "$56,651.49", + "boundingBox": [ + 1075, + 680, + 1224, + 680, + 1225, + 705, + 1075, + 707 + ], + "confidence": 0.967 + }, + { + "text": "PT", + "boundingBox": [ + 1240, + 679, + 1279, + 679, + 1280, + 704, + 1241, + 705 + ], + "confidence": 0.983 + } + ], + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + } + } + ] + } + ], + "pageResults": [ + { + "page": 1, + "tables": [ + { + "rows": 3, + "columns": 6, + "cells": [ + { + "rowIndex": 0, + "columnIndex": 0, + "text": "Invoice Number", + "boundingBox": [ + 101, + 556, + 380, + 558, + 380, + 662, + 101, + 661 + ], + "elements": [ + "#/readResults/0/lines/8/words/0", + "#/readResults/0/lines/8/words/1" + ] + }, + { + "rowIndex": 0, + "columnIndex": 1, + "text": "Invoice Date", + "boundingBox": [ + 380, + 558, + 658, + 558, + 659, + 662, + 380, + 662 + ], + "elements": [ + "#/readResults/0/lines/9/words/0", + "#/readResults/0/lines/9/words/1" + ] + }, + { + "rowIndex": 0, + "columnIndex": 2, + "text": "Invoice Due Date", + "boundingBox": [ + 658, + 558, + 941, + 558, + 941, + 662, + 659, + 662 + ], + "elements": [ + "#/readResults/0/lines/10/words/0", + "#/readResults/0/lines/10/words/1", + "#/readResults/0/lines/10/words/2" + ] + }, + { + "rowIndex": 0, + "columnIndex": 3, + "columnSpan": 2, + "text": "Charges", + "boundingBox": [ + 941, + 558, + 1220, + 558, + 1220, + 662, + 941, + 662 + ], + "elements": [ + "#/readResults/0/lines/11/words/0" + ] + }, + { + "rowIndex": 0, + "columnIndex": 5, + "text": "VAT ID", + "boundingBox": [ + 1220, + 558, + 1499, + 556, + 1500, + 661, + 1220, + 662 + ], + "elements": [ + "#/readResults/0/lines/12/words/0", + "#/readResults/0/lines/12/words/1" + ] + }, + { + "rowIndex": 1, + "columnIndex": 0, + "rowSpan": 2, + "text": "34278587", + "boundingBox": [ + 101, + 661, + 380, + 662, + 380, + 771, + 101, + 771 + ], + "elements": [ + "#/readResults/0/lines/13/words/0" + ] + }, + { + "rowIndex": 1, + "columnIndex": 1, + "rowSpan": 2, + "text": "6/18/2017", + "boundingBox": [ + 380, + 662, + 659, + 662, + 661, + 771, + 380, + 771 + ], + "elements": [ + "#/readResults/0/lines/14/words/0" + ] + }, + { + "rowIndex": 1, + "columnIndex": 2, + "rowSpan": 2, + "text": "6/24/2017", + "boundingBox": [ + 659, + 662, + 941, + 662, + 941, + 771, + 661, + 771 + ], + "elements": [ + "#/readResults/0/lines/15/words/0" + ] + }, + { + "rowIndex": 1, + "columnIndex": 3, + "rowSpan": 2, + "columnSpan": 2, + "text": "$56,651.49", + "boundingBox": [ + 941, + 662, + 1220, + 662, + 1220, + 771, + 941, + 771 + ], + "elements": [ + "#/readResults/0/lines/16/words/0" + ] + }, + { + "rowIndex": 1, + "columnIndex": 5, + "rowSpan": 2, + "text": "PT", + "boundingBox": [ + 1220, + 662, + 1500, + 661, + 1500, + 769, + 1220, + 771 + ], + "elements": [ + "#/readResults/0/lines/16/words/1" + ] + } + ], + "boundingBox": [ + 100, + 556, + 1499, + 556, + 1498, + 771, + 99, + 771 + ] + } + ] + } + ], + "documentResults": [ + { + "docType": "prebuilt:invoice", + "pageRange": [ + 1, + 1 + ], + "fields": { + "VendorName": { + "type": "string", + "valueString": "Contoso", + "text": "Contoso", + "boundingBox": [ + 106, + 232, + 288, + 234, + 288, + 274, + 105, + 274 + ], + "page": 1, + "confidence": 0.921, + "elements": [ + "#/readResults/0/lines/0/words/0" + ] + }, + "CustomerAddressRecipient": { + "type": "string", + "valueString": "Microsoft", + "text": "Microsoft", + "boundingBox": [ + 1035, + 299, + 1164, + 300, + 1165, + 326, + 1036, + 327 + ], + "page": 1, + "confidence": 0.993, + "elements": [ + "#/readResults/0/lines/2/words/2" + ] + }, + "VendorAddress": { + "type": "string", + "valueString": "1 Redmond way Suite 6000 Redmond, WA 99243", + "text": "1 Redmond way Suite 6000 Redmond, WA 99243", + "boundingBox": [ + 158, + 337, + 433, + 337, + 433, + 441, + 158, + 441 + ], + "page": 1, + "confidence": 0.907, + "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/5/words/0", + "#/readResults/0/lines/5/words/1", + "#/readResults/0/lines/5/words/2", + "#/readResults/0/lines/7/words/0" + ] + }, + "CustomerAddress": { + "type": "string", + "valueString": "1020 Enterprise Way Sunnayvale, CA 87659", + "text": "1020 Enterprise Way Sunnayvale, CA 87659", + "boundingBox": [ + 1036.1, + 337.1, + 1333.2, + 338.1, + 1333, + 408.4, + 1035.9, + 407.5 + ], + "page": 1, + "confidence": 0.995, + "elements": [ + "#/readResults/0/lines/4/words/0", + "#/readResults/0/lines/4/words/1", + "#/readResults/0/lines/4/words/2", + "#/readResults/0/lines/6/words/0", + "#/readResults/0/lines/6/words/1", + "#/readResults/0/lines/6/words/2" + ] + }, + "InvoiceId": { + "type": "string", + "valueString": "34278587", + "text": "34278587", + "boundingBox": [ + 105, + 680, + 229, + 680, + 230, + 705, + 106, + 705 + ], + "page": 1, + "confidence": 0.768, + "elements": [ + "#/readResults/0/lines/13/words/0" + ] + }, + "InvoiceDate": { + "type": "date", + "valueDate": "2017-06-18", + "text": "6/18/2017", + "boundingBox": [ + 387, + 680, + 510, + 680, + 510, + 705, + 387, + 705 + ], + "page": 1, + "confidence": 0.89, + "elements": [ + "#/readResults/0/lines/14/words/0" + ] + }, + "DueDate": { + "type": "date", + "valueDate": "2017-06-24", + "text": "6/24/2017", + "boundingBox": [ + 668, + 679, + 792, + 679, + 792, + 705, + 667, + 705 + ], + "page": 1, + "confidence": 0.988, + "elements": [ + "#/readResults/0/lines/15/words/0" + ] + }, + "InvoiceTotal": { + "type": "number", + "valueNumber": 56651.49, + "text": "$56,651.49", + "boundingBox": [ + 1075, + 680, + 1224, + 680, + 1225, + 705, + 1075, + 707 + ], + "page": 1, + "confidence": 0.847, + "elements": [ + "#/readResults/0/lines/16/words/0" + ] + }, + "CustomerName": { + "type": "string", + "valueString": "Microsoft", + "text": "Microsoft", + "boundingBox": [ + 1035, + 299, + 1164, + 300, + 1165, + 326, + 1036, + 327 + ], + "page": 1, + "confidence": 0.993, + "elements": [ + "#/readResults/0/lines/2/words/2" + ] + } + } + } + ] + } + } + } + ], + "Variables": { + "FORM_RECOGNIZER_API_KEY": "Sanitized", + "FORM_RECOGNIZER_ENDPOINT": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/", + "RandomSeed": "929548033" + } +} \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeInvoicesWithSupportedLocale(%en-US%)Async.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeInvoicesWithSupportedLocale(%en-US%)Async.json new file mode 100644 index 0000000000000..8207ab64db97d --- /dev/null +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeInvoicesWithSupportedLocale(%en-US%)Async.json @@ -0,0 +1,1513 @@ +{ + "Entries": [ + { + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/invoice/analyze?includeTextDetails=true\u0026locale=en-US", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Content-Length": "76742", + "Content-Type": "image/tiff", + "Ocp-Apim-Subscription-Key": "Sanitized", + "traceparent": "00-e52dc3b6a96a024a89be9c4e5a254b9b-ac64d01bcf76b044-00", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201102.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "ff91fc005dcc9e47f25bbf494cfeb980", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "apim-request-id": "b969dd36-84ee-46fd-8acd-b3ab04e9eaea", + "Content-Length": "0", + "Date": "Mon, 02 Nov 2020 21:38:44 GMT", + "Operation-Location": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/invoice/analyzeResults/b969dd36-84ee-46fd-8acd-b3ab04e9eaea", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "36" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/invoice/analyzeResults/b969dd36-84ee-46fd-8acd-b3ab04e9eaea", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201102.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "fb457d14b0f6c1eaec1be2caac6be57d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "9bb46091-3678-4fd6-8d48-0c45a1000de5", + "Content-Length": "109", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 02 Nov 2020 21:38:44 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "8" + }, + "ResponseBody": { + "status": "notStarted", + "createdDateTime": "2020-11-02T21:38:45Z", + "lastUpdatedDateTime": "2020-11-02T21:38:45Z" + } + }, + { + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/invoice/analyzeResults/b969dd36-84ee-46fd-8acd-b3ab04e9eaea", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201102.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "cc2d193a3bc680fe80904cda09f3768b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "d6fa6590-03c5-4d68-a937-2fc8320ee71b", + "Content-Length": "106", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 02 Nov 2020 21:38:46 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "9" + }, + "ResponseBody": { + "status": "running", + "createdDateTime": "2020-11-02T21:38:45Z", + "lastUpdatedDateTime": "2020-11-02T21:38:45Z" + } + }, + { + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/invoice/analyzeResults/b969dd36-84ee-46fd-8acd-b3ab04e9eaea", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201102.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "0dc7b0cfe411501412d013b07b7df186", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "c0677ca8-7c2f-4d42-a00d-f99ee33d8963", + "Content-Length": "106", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 02 Nov 2020 21:38:47 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "10" + }, + "ResponseBody": { + "status": "running", + "createdDateTime": "2020-11-02T21:38:45Z", + "lastUpdatedDateTime": "2020-11-02T21:38:45Z" + } + }, + { + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/invoice/analyzeResults/b969dd36-84ee-46fd-8acd-b3ab04e9eaea", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201102.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "320f4175ecd1d9b97ec57a65630fb7f9", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "14d1bff6-62a7-443a-b9cc-c6ccf1a2603d", + "Content-Length": "106", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 02 Nov 2020 21:38:48 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "9" + }, + "ResponseBody": { + "status": "running", + "createdDateTime": "2020-11-02T21:38:45Z", + "lastUpdatedDateTime": "2020-11-02T21:38:45Z" + } + }, + { + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/invoice/analyzeResults/b969dd36-84ee-46fd-8acd-b3ab04e9eaea", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201102.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "fcfb57a4d8a3566c04dcbaf6284e0502", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "c0037afe-8f84-4329-a4ff-7f293106b05e", + "Content-Length": "106", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 02 Nov 2020 21:38:49 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "9" + }, + "ResponseBody": { + "status": "running", + "createdDateTime": "2020-11-02T21:38:45Z", + "lastUpdatedDateTime": "2020-11-02T21:38:45Z" + } + }, + { + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/invoice/analyzeResults/b969dd36-84ee-46fd-8acd-b3ab04e9eaea", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201102.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "c864c69f44e4e2baf6ee8e4c69afec02", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "347576e0-88af-489b-a6be-d500c62d653d", + "Content-Length": "106", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 02 Nov 2020 21:38:50 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "11" + }, + "ResponseBody": { + "status": "running", + "createdDateTime": "2020-11-02T21:38:45Z", + "lastUpdatedDateTime": "2020-11-02T21:38:45Z" + } + }, + { + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/invoice/analyzeResults/b969dd36-84ee-46fd-8acd-b3ab04e9eaea", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201102.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "240b1918f5829de2d5b92ef432c2b130", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "c8fb9656-4877-40a4-b8a6-5d304c58463e", + "Content-Length": "9869", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 02 Nov 2020 21:38:51 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "16" + }, + "ResponseBody": { + "status": "succeeded", + "createdDateTime": "2020-11-02T21:38:45Z", + "lastUpdatedDateTime": "2020-11-02T21:38:51Z", + "analyzeResult": { + "version": "2.1.0", + "readResults": [ + { + "page": 1, + "angle": 0, + "width": 1700, + "height": 2200, + "unit": "pixel", + "lines": [ + { + "text": "Contoso", + "boundingBox": [ + 105, + 231, + 289, + 232, + 289, + 274, + 105, + 273 + ], + "words": [ + { + "text": "Contoso", + "boundingBox": [ + 106, + 232, + 288, + 234, + 288, + 274, + 105, + 274 + ], + "confidence": 0.985 + } + ], + "appearance": { + "style": { + "name": "other", + "confidence": 0.999 + } + } + }, + { + "text": "Address:", + "boundingBox": [ + 159, + 299, + 279, + 300, + 279, + 326, + 159, + 325 + ], + "words": [ + { + "text": "Address:", + "boundingBox": [ + 161, + 299, + 279, + 301, + 279, + 326, + 160, + 325 + ], + "confidence": 0.982 + } + ], + "appearance": { + "style": { + "name": "other", + "confidence": 0.999 + } + } + }, + { + "text": "Invoice For: Microsoft", + "boundingBox": [ + 875, + 299, + 1165, + 299, + 1165, + 326, + 875, + 326 + ], + "words": [ + { + "text": "Invoice", + "boundingBox": [ + 876, + 300, + 963, + 299, + 964, + 327, + 877, + 326 + ], + "confidence": 0.951 + }, + { + "text": "For:", + "boundingBox": [ + 968, + 299, + 1030, + 299, + 1030, + 327, + 969, + 327 + ], + "confidence": 0.986 + }, + { + "text": "Microsoft", + "boundingBox": [ + 1035, + 299, + 1164, + 300, + 1165, + 326, + 1036, + 327 + ], + "confidence": 0.983 + } + ], + "appearance": { + "style": { + "name": "other", + "confidence": 0.998 + } + } + }, + { + "text": "1 Redmond way Suite", + "boundingBox": [ + 160, + 337, + 432, + 337, + 432, + 367, + 160, + 366 + ], + "words": [ + { + "text": "1", + "boundingBox": [ + 160, + 338, + 174, + 339, + 174, + 364, + 161, + 364 + ], + "confidence": 0.987 + }, + { + "text": "Redmond", + "boundingBox": [ + 179, + 339, + 301, + 339, + 301, + 367, + 179, + 365 + ], + "confidence": 0.984 + }, + { + "text": "way", + "boundingBox": [ + 306, + 339, + 361, + 338, + 361, + 368, + 306, + 367 + ], + "confidence": 0.987 + }, + { + "text": "Suite", + "boundingBox": [ + 366, + 338, + 433, + 337, + 433, + 367, + 366, + 368 + ], + "confidence": 0.983 + } + ], + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + } + }, + { + "text": "1020 Enterprise Way", + "boundingBox": [ + 1037, + 337, + 1312, + 338, + 1312, + 372, + 1037, + 371 + ], + "words": [ + { + "text": "1020", + "boundingBox": [ + 1038, + 338, + 1096, + 339, + 1096, + 372, + 1038, + 372 + ], + "confidence": 0.986 + }, + { + "text": "Enterprise", + "boundingBox": [ + 1102, + 339, + 1241, + 339, + 1241, + 373, + 1102, + 372 + ], + "confidence": 0.981 + }, + { + "text": "Way", + "boundingBox": [ + 1248, + 339, + 1313, + 338, + 1312, + 373, + 1248, + 373 + ], + "confidence": 0.987 + } + ], + "appearance": { + "style": { + "name": "other", + "confidence": 0.999 + } + } + }, + { + "text": "6000 Redmond, WA", + "boundingBox": [ + 159, + 375, + 410, + 375, + 410, + 403, + 159, + 404 + ], + "words": [ + { + "text": "6000", + "boundingBox": [ + 159, + 377, + 220, + 377, + 220, + 404, + 159, + 404 + ], + "confidence": 0.986 + }, + { + "text": "Redmond,", + "boundingBox": [ + 225, + 377, + 357, + 376, + 357, + 405, + 225, + 404 + ], + "confidence": 0.98 + }, + { + "text": "WA", + "boundingBox": [ + 362, + 376, + 410, + 375, + 410, + 404, + 362, + 405 + ], + "confidence": 0.988 + } + ], + "appearance": { + "style": { + "name": "other", + "confidence": 0.999 + } + } + }, + { + "text": "Sunnayvale, CA 87659", + "boundingBox": [ + 1036, + 378, + 1334, + 377, + 1334, + 406, + 1036, + 408 + ], + "words": [ + { + "text": "Sunnayvale,", + "boundingBox": [ + 1036, + 379, + 1198, + 379, + 1198, + 408, + 1036, + 407 + ], + "confidence": 0.98 + }, + { + "text": "CA", + "boundingBox": [ + 1203, + 379, + 1246, + 378, + 1246, + 407, + 1203, + 408 + ], + "confidence": 0.988 + }, + { + "text": "87659", + "boundingBox": [ + 1252, + 378, + 1333, + 378, + 1333, + 405, + 1251, + 407 + ], + "confidence": 0.983 + } + ], + "appearance": { + "style": { + "name": "other", + "confidence": 0.999 + } + } + }, + { + "text": "99243", + "boundingBox": [ + 157, + 415, + 238, + 414, + 238, + 439, + 158, + 440 + ], + "words": [ + { + "text": "99243", + "boundingBox": [ + 158, + 415, + 237, + 414, + 238, + 440, + 159, + 441 + ], + "confidence": 0.983 + } + ], + "appearance": { + "style": { + "name": "other", + "confidence": 0.998 + } + } + }, + { + "text": "Invoice Number", + "boundingBox": [ + 104, + 572, + 318, + 572, + 318, + 598, + 104, + 598 + ], + "words": [ + { + "text": "Invoice", + "boundingBox": [ + 105, + 572, + 202, + 572, + 202, + 599, + 105, + 599 + ], + "confidence": 0.951 + }, + { + "text": "Number", + "boundingBox": [ + 207, + 572, + 318, + 573, + 318, + 599, + 207, + 599 + ], + "confidence": 0.983 + } + ], + "appearance": { + "style": { + "name": "other", + "confidence": 0.999 + } + } + }, + { + "text": "Invoice Date", + "boundingBox": [ + 385, + 572, + 552, + 572, + 552, + 597, + 385, + 597 + ], + "words": [ + { + "text": "Invoice", + "boundingBox": [ + 386, + 573, + 484, + 572, + 484, + 598, + 386, + 598 + ], + "confidence": 0.942 + }, + { + "text": "Date", + "boundingBox": [ + 489, + 572, + 551, + 573, + 551, + 598, + 489, + 598 + ], + "confidence": 0.987 + } + ], + "appearance": { + "style": { + "name": "other", + "confidence": 0.999 + } + } + }, + { + "text": "Invoice Due Date", + "boundingBox": [ + 661, + 568, + 894, + 568, + 894, + 601, + 661, + 601 + ], + "words": [ + { + "text": "Invoice", + "boundingBox": [ + 662, + 569, + 760, + 569, + 760, + 601, + 662, + 602 + ], + "confidence": 0.974 + }, + { + "text": "Due", + "boundingBox": [ + 767, + 569, + 819, + 569, + 819, + 601, + 767, + 601 + ], + "confidence": 0.987 + }, + { + "text": "Date", + "boundingBox": [ + 826, + 569, + 893, + 568, + 893, + 602, + 826, + 601 + ], + "confidence": 0.987 + } + ], + "appearance": { + "style": { + "name": "other", + "confidence": 0.965 + } + } + }, + { + "text": "Charges", + "boundingBox": [ + 947, + 573, + 1061, + 574, + 1061, + 602, + 947, + 600 + ], + "words": [ + { + "text": "Charges", + "boundingBox": [ + 948, + 573, + 1060, + 574, + 1060, + 602, + 948, + 600 + ], + "confidence": 0.97 + } + ], + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + } + }, + { + "text": "VAT ID", + "boundingBox": [ + 1225, + 572, + 1320, + 572, + 1320, + 596, + 1225, + 597 + ], + "words": [ + { + "text": "VAT", + "boundingBox": [ + 1227, + 573, + 1282, + 572, + 1282, + 597, + 1227, + 598 + ], + "confidence": 0.987 + }, + { + "text": "ID", + "boundingBox": [ + 1287, + 572, + 1320, + 572, + 1320, + 597, + 1287, + 597 + ], + "confidence": 0.986 + } + ], + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + } + }, + { + "text": "34278587", + "boundingBox": [ + 105, + 679, + 230, + 679, + 230, + 705, + 105, + 705 + ], + "words": [ + { + "text": "34278587", + "boundingBox": [ + 105, + 680, + 229, + 680, + 230, + 705, + 106, + 705 + ], + "confidence": 0.983 + } + ], + "appearance": { + "style": { + "name": "other", + "confidence": 0.998 + } + } + }, + { + "text": "6/18/2017", + "boundingBox": [ + 386, + 680, + 510, + 679, + 510, + 704, + 386, + 705 + ], + "words": [ + { + "text": "6/18/2017", + "boundingBox": [ + 387, + 680, + 510, + 680, + 510, + 705, + 387, + 705 + ], + "confidence": 0.983 + } + ], + "appearance": { + "style": { + "name": "other", + "confidence": 0.999 + } + } + }, + { + "text": "6/24/2017", + "boundingBox": [ + 667, + 679, + 792, + 679, + 792, + 704, + 667, + 705 + ], + "words": [ + { + "text": "6/24/2017", + "boundingBox": [ + 668, + 679, + 792, + 679, + 792, + 705, + 667, + 705 + ], + "confidence": 0.982 + } + ], + "appearance": { + "style": { + "name": "other", + "confidence": 0.999 + } + } + }, + { + "text": "$56,651.49 PT", + "boundingBox": [ + 1074, + 680, + 1279, + 679, + 1280, + 704, + 1074, + 706 + ], + "words": [ + { + "text": "$56,651.49", + "boundingBox": [ + 1075, + 680, + 1224, + 680, + 1225, + 705, + 1075, + 707 + ], + "confidence": 0.967 + }, + { + "text": "PT", + "boundingBox": [ + 1240, + 679, + 1279, + 679, + 1280, + 704, + 1241, + 705 + ], + "confidence": 0.983 + } + ], + "appearance": { + "style": { + "name": "other", + "confidence": 1 + } + } + } + ] + } + ], + "pageResults": [ + { + "page": 1, + "tables": [ + { + "rows": 3, + "columns": 6, + "cells": [ + { + "rowIndex": 0, + "columnIndex": 0, + "text": "Invoice Number", + "boundingBox": [ + 101, + 556, + 380, + 558, + 380, + 662, + 101, + 661 + ], + "elements": [ + "#/readResults/0/lines/8/words/0", + "#/readResults/0/lines/8/words/1" + ] + }, + { + "rowIndex": 0, + "columnIndex": 1, + "text": "Invoice Date", + "boundingBox": [ + 380, + 558, + 658, + 558, + 659, + 662, + 380, + 662 + ], + "elements": [ + "#/readResults/0/lines/9/words/0", + "#/readResults/0/lines/9/words/1" + ] + }, + { + "rowIndex": 0, + "columnIndex": 2, + "text": "Invoice Due Date", + "boundingBox": [ + 658, + 558, + 941, + 558, + 941, + 662, + 659, + 662 + ], + "elements": [ + "#/readResults/0/lines/10/words/0", + "#/readResults/0/lines/10/words/1", + "#/readResults/0/lines/10/words/2" + ] + }, + { + "rowIndex": 0, + "columnIndex": 3, + "columnSpan": 2, + "text": "Charges", + "boundingBox": [ + 941, + 558, + 1220, + 558, + 1220, + 662, + 941, + 662 + ], + "elements": [ + "#/readResults/0/lines/11/words/0" + ] + }, + { + "rowIndex": 0, + "columnIndex": 5, + "text": "VAT ID", + "boundingBox": [ + 1220, + 558, + 1499, + 556, + 1500, + 661, + 1220, + 662 + ], + "elements": [ + "#/readResults/0/lines/12/words/0", + "#/readResults/0/lines/12/words/1" + ] + }, + { + "rowIndex": 1, + "columnIndex": 0, + "rowSpan": 2, + "text": "34278587", + "boundingBox": [ + 101, + 661, + 380, + 662, + 380, + 771, + 101, + 771 + ], + "elements": [ + "#/readResults/0/lines/13/words/0" + ] + }, + { + "rowIndex": 1, + "columnIndex": 1, + "rowSpan": 2, + "text": "6/18/2017", + "boundingBox": [ + 380, + 662, + 659, + 662, + 661, + 771, + 380, + 771 + ], + "elements": [ + "#/readResults/0/lines/14/words/0" + ] + }, + { + "rowIndex": 1, + "columnIndex": 2, + "rowSpan": 2, + "text": "6/24/2017", + "boundingBox": [ + 659, + 662, + 941, + 662, + 941, + 771, + 661, + 771 + ], + "elements": [ + "#/readResults/0/lines/15/words/0" + ] + }, + { + "rowIndex": 1, + "columnIndex": 3, + "rowSpan": 2, + "columnSpan": 2, + "text": "$56,651.49", + "boundingBox": [ + 941, + 662, + 1220, + 662, + 1220, + 771, + 941, + 771 + ], + "elements": [ + "#/readResults/0/lines/16/words/0" + ] + }, + { + "rowIndex": 1, + "columnIndex": 5, + "rowSpan": 2, + "text": "PT", + "boundingBox": [ + 1220, + 662, + 1500, + 661, + 1500, + 769, + 1220, + 771 + ], + "elements": [ + "#/readResults/0/lines/16/words/1" + ] + } + ], + "boundingBox": [ + 100, + 556, + 1499, + 556, + 1498, + 771, + 99, + 771 + ] + } + ] + } + ], + "documentResults": [ + { + "docType": "prebuilt:invoice", + "pageRange": [ + 1, + 1 + ], + "fields": { + "VendorName": { + "type": "string", + "valueString": "Contoso", + "text": "Contoso", + "boundingBox": [ + 106, + 232, + 288, + 234, + 288, + 274, + 105, + 274 + ], + "page": 1, + "confidence": 0.921, + "elements": [ + "#/readResults/0/lines/0/words/0" + ] + }, + "CustomerAddressRecipient": { + "type": "string", + "valueString": "Microsoft", + "text": "Microsoft", + "boundingBox": [ + 1035, + 299, + 1164, + 300, + 1165, + 326, + 1036, + 327 + ], + "page": 1, + "confidence": 0.993, + "elements": [ + "#/readResults/0/lines/2/words/2" + ] + }, + "VendorAddress": { + "type": "string", + "valueString": "1 Redmond way Suite 6000 Redmond, WA 99243", + "text": "1 Redmond way Suite 6000 Redmond, WA 99243", + "boundingBox": [ + 158, + 337, + 433, + 337, + 433, + 441, + 158, + 441 + ], + "page": 1, + "confidence": 0.907, + "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/5/words/0", + "#/readResults/0/lines/5/words/1", + "#/readResults/0/lines/5/words/2", + "#/readResults/0/lines/7/words/0" + ] + }, + "CustomerAddress": { + "type": "string", + "valueString": "1020 Enterprise Way Sunnayvale, CA 87659", + "text": "1020 Enterprise Way Sunnayvale, CA 87659", + "boundingBox": [ + 1036.1, + 337.1, + 1333.2, + 338.1, + 1333, + 408.4, + 1035.9, + 407.5 + ], + "page": 1, + "confidence": 0.995, + "elements": [ + "#/readResults/0/lines/4/words/0", + "#/readResults/0/lines/4/words/1", + "#/readResults/0/lines/4/words/2", + "#/readResults/0/lines/6/words/0", + "#/readResults/0/lines/6/words/1", + "#/readResults/0/lines/6/words/2" + ] + }, + "InvoiceId": { + "type": "string", + "valueString": "34278587", + "text": "34278587", + "boundingBox": [ + 105, + 680, + 229, + 680, + 230, + 705, + 106, + 705 + ], + "page": 1, + "confidence": 0.768, + "elements": [ + "#/readResults/0/lines/13/words/0" + ] + }, + "InvoiceDate": { + "type": "date", + "valueDate": "2017-06-18", + "text": "6/18/2017", + "boundingBox": [ + 387, + 680, + 510, + 680, + 510, + 705, + 387, + 705 + ], + "page": 1, + "confidence": 0.89, + "elements": [ + "#/readResults/0/lines/14/words/0" + ] + }, + "DueDate": { + "type": "date", + "valueDate": "2017-06-24", + "text": "6/24/2017", + "boundingBox": [ + 668, + 679, + 792, + 679, + 792, + 705, + 667, + 705 + ], + "page": 1, + "confidence": 0.988, + "elements": [ + "#/readResults/0/lines/15/words/0" + ] + }, + "InvoiceTotal": { + "type": "number", + "valueNumber": 56651.49, + "text": "$56,651.49", + "boundingBox": [ + 1075, + 680, + 1224, + 680, + 1225, + 705, + 1075, + 707 + ], + "page": 1, + "confidence": 0.847, + "elements": [ + "#/readResults/0/lines/16/words/0" + ] + }, + "CustomerName": { + "type": "string", + "valueString": "Microsoft", + "text": "Microsoft", + "boundingBox": [ + 1035, + 299, + 1164, + 300, + 1165, + 326, + 1036, + 327 + ], + "page": 1, + "confidence": 0.993, + "elements": [ + "#/readResults/0/lines/2/words/2" + ] + } + } + } + ] + } + } + } + ], + "Variables": { + "FORM_RECOGNIZER_API_KEY": "Sanitized", + "FORM_RECOGNIZER_ENDPOINT": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/", + "RandomSeed": "317579107" + } +} \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeInvoicesWithWrongLocale.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeInvoicesWithWrongLocale.json new file mode 100644 index 0000000000000..d8afc1a7dad57 --- /dev/null +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeInvoicesWithWrongLocale.json @@ -0,0 +1,48 @@ +{ + "Entries": [ + { + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/invoice/analyze?includeTextDetails=false\u0026locale=not-locale", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Content-Length": "22", + "Content-Type": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "traceparent": "00-9bfc8ef8f3383f499ef3ccbc03f8b143-471ce1473be11b4e-00", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201102.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "9db203714512c2557544c8073590844b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "source": "Sanitized" + }, + "StatusCode": 400, + "ResponseHeaders": { + "apim-request-id": "936c3cb3-b970-4df0-9d7b-8d6fc70d7541", + "Content-Length": "169", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 02 Nov 2020 21:37:15 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "404" + }, + "ResponseBody": { + "error": { + "code": "UnsupportedLocale", + "innerError": { + "requestId": "936c3cb3-b970-4df0-9d7b-8d6fc70d7541" + }, + "message": "Locale unsupported. Supported locale includes en-US." + } + } + } + ], + "Variables": { + "FORM_RECOGNIZER_API_KEY": "Sanitized", + "FORM_RECOGNIZER_ENDPOINT": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/", + "RandomSeed": "118110014" + } +} \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeInvoicesWithWrongLocaleAsync.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeInvoicesWithWrongLocaleAsync.json new file mode 100644 index 0000000000000..1d87e6bbcef99 --- /dev/null +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeInvoicesWithWrongLocaleAsync.json @@ -0,0 +1,48 @@ +{ + "Entries": [ + { + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/invoice/analyze?includeTextDetails=false\u0026locale=not-locale", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Content-Length": "22", + "Content-Type": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "traceparent": "00-93942d87155bd5459e46226b7ebd92ad-9fc75c24b60e8645-00", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201102.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "9e4c2bdaae3ea005d96829796f3e7250", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "source": "Sanitized" + }, + "StatusCode": 400, + "ResponseHeaders": { + "apim-request-id": "ebed8841-b038-4804-bd6b-a229dc77a97c", + "Content-Length": "169", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 02 Nov 2020 21:38:15 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "553" + }, + "ResponseBody": { + "error": { + "code": "UnsupportedLocale", + "innerError": { + "requestId": "ebed8841-b038-4804-bd6b-a229dc77a97c" + }, + "message": "Locale unsupported. Supported locale includes en-US." + } + } + } + ], + "Variables": { + "FORM_RECOGNIZER_API_KEY": "Sanitized", + "FORM_RECOGNIZER_ENDPOINT": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/", + "RandomSeed": "1080941112" + } +} \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeReceiptsCanParseBlankPage.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeReceiptsCanParseBlankPage.json index d78221b15e2e1..61c17ab30f104 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeReceiptsCanParseBlankPage.json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeReceiptsCanParseBlankPage.json @@ -1,17 +1,17 @@ { "Entries": [ { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyze?includeTextDetails=true", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/receipt/analyze?includeTextDetails=true", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "25662", "Content-Type": "application/pdf", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-0842857017618b499d96791227210f01-72e73afa4090234d-00", + "traceparent": "00-1fbba79932a1eb45b86fa3a8dfeab910-9e05a739e5ef3c4a-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "cac0d0ec2bc2baba0adf371ca1cc23ee", "x-ms-return-client-request-id": "true" @@ -19,25 +19,25 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "9cb95b57-e990-422e-8e26-359e9366ee38", + "apim-request-id": "4ff43a7e-9737-4c68-acd3-5512071d8f4b", "Content-Length": "0", - "Date": "Wed, 09 Sep 2020 22:29:23 GMT", - "Operation-Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/9cb95b57-e990-422e-8e26-359e9366ee38", + "Date": "Tue, 17 Nov 2020 00:31:53 GMT", + "Operation-Location": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/receipt/analyzeResults/4ff43a7e-9737-4c68-acd3-5512071d8f4b", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "265" + "x-envoy-upstream-service-time": "71" }, "ResponseBody": [] }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/9cb95b57-e990-422e-8e26-359e9366ee38", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/receipt/analyzeResults/4ff43a7e-9737-4c68-acd3-5512071d8f4b", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "872a1b189f23ad617d0860107c2796ef", "x-ms-return-client-request-id": "true" @@ -45,29 +45,29 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "ac046b7f-f34a-4800-866f-c6ee7514e2c1", - "Content-Length": "106", + "apim-request-id": "73e339b9-e8b3-4120-9955-c7e749df043a", + "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:29:23 GMT", + "Date": "Tue, 17 Nov 2020 00:31:53 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "227" + "x-envoy-upstream-service-time": "9" }, "ResponseBody": { - "status": "running", - "createdDateTime": "2020-09-09T22:29:23Z", - "lastUpdatedDateTime": "2020-09-09T22:29:23Z" + "status": "notStarted", + "createdDateTime": "2020-11-17T00:31:53Z", + "lastUpdatedDateTime": "2020-11-17T00:31:53Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/9cb95b57-e990-422e-8e26-359e9366ee38", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/receipt/analyzeResults/4ff43a7e-9737-4c68-acd3-5512071d8f4b", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "390762418bf1b05108e4a2b9a826c9ee", "x-ms-return-client-request-id": "true" @@ -75,29 +75,29 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "d588369a-5225-46b8-8ccc-8fc63ec6307f", + "apim-request-id": "112e68b2-cbdf-4e1b-9b23-a48bff9d3b7b", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:29:24 GMT", + "Date": "Tue, 17 Nov 2020 00:31:54 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "54" + "x-envoy-upstream-service-time": "11" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-09-09T22:29:23Z", - "lastUpdatedDateTime": "2020-09-09T22:29:23Z" + "createdDateTime": "2020-11-17T00:31:53Z", + "lastUpdatedDateTime": "2020-11-17T00:31:53Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/9cb95b57-e990-422e-8e26-359e9366ee38", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/receipt/analyzeResults/4ff43a7e-9737-4c68-acd3-5512071d8f4b", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "6c6eb629416e4d4b6f124dbacaa93de3", "x-ms-return-client-request-id": "true" @@ -105,29 +105,29 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "d272d07f-99e8-4d67-85b5-20a457fa407f", + "apim-request-id": "390d18d8-24d9-4f6c-b52f-a5dd04bee8e7", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:29:25 GMT", + "Date": "Tue, 17 Nov 2020 00:31:55 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "77" + "x-envoy-upstream-service-time": "13" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-09-09T22:29:23Z", - "lastUpdatedDateTime": "2020-09-09T22:29:23Z" + "createdDateTime": "2020-11-17T00:31:53Z", + "lastUpdatedDateTime": "2020-11-17T00:31:53Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/9cb95b57-e990-422e-8e26-359e9366ee38", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/receipt/analyzeResults/4ff43a7e-9737-4c68-acd3-5512071d8f4b", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "3edb4849e9c48cfcc97a7f3ffca70456", "x-ms-return-client-request-id": "true" @@ -135,26 +135,56 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "1619caec-96f5-4ad0-8d15-82cb4cc25472", - "Content-Length": "308", + "apim-request-id": "462c777e-bda8-47f6-bfb9-bdad193147e0", + "Content-Length": "106", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 17 Nov 2020 00:31:56 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "10" + }, + "ResponseBody": { + "status": "running", + "createdDateTime": "2020-11-17T00:31:53Z", + "lastUpdatedDateTime": "2020-11-17T00:31:53Z" + } + }, + { + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/receipt/analyzeResults/4ff43a7e-9737-4c68-acd3-5512071d8f4b", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "c6e7723e29b9008017bacadf3e97e55e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "516227c4-e637-4607-ad28-40c10d64d9ea", + "Content-Length": "300", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:29:26 GMT", + "Date": "Tue, 17 Nov 2020 00:31:57 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": "20" }, "ResponseBody": { "status": "succeeded", - "createdDateTime": "2020-09-09T22:29:23Z", - "lastUpdatedDateTime": "2020-09-09T22:29:25Z", + "createdDateTime": "2020-11-17T00:31:53Z", + "lastUpdatedDateTime": "2020-11-17T00:31:57Z", "analyzeResult": { "version": "2.1.0", "readResults": [ { "page": 1, "angle": 0, - "width": 8.4967, - "height": 10.9967, + "width": 8.5, + "height": 11, "unit": "inch" } ], @@ -174,7 +204,7 @@ ], "Variables": { "FORM_RECOGNIZER_API_KEY": "Sanitized", - "FORM_RECOGNIZER_ENDPOINT": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/", + "FORM_RECOGNIZER_ENDPOINT": "https://mariari-centraluseuap.cognitiveservices.azure.com/", "RandomSeed": "526698582" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeReceiptsCanParseBlankPageAsync.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeReceiptsCanParseBlankPageAsync.json index fd09f0fb0e39a..21fcf0240a13f 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeReceiptsCanParseBlankPageAsync.json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeReceiptsCanParseBlankPageAsync.json @@ -1,17 +1,17 @@ { "Entries": [ { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyze?includeTextDetails=true", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/receipt/analyze?includeTextDetails=true", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "25662", "Content-Type": "application/pdf", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-08ee914da1c7f948b49afa19b4d749ca-cbec49f506546f42-00", + "traceparent": "00-1d7b23c8eb38c24799ad2d053efb9c84-4b502573e6ead44b-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "9473b1346a89e5f6e16eff044ff2654e", "x-ms-return-client-request-id": "true" @@ -19,25 +19,25 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "27c9dd41-3028-4e89-9078-a7910f2e150a", + "apim-request-id": "d2beab9e-294e-45bb-b25c-88b17057498a", "Content-Length": "0", - "Date": "Wed, 09 Sep 2020 22:34:21 GMT", - "Operation-Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/27c9dd41-3028-4e89-9078-a7910f2e150a", + "Date": "Tue, 17 Nov 2020 00:33:16 GMT", + "Operation-Location": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/receipt/analyzeResults/d2beab9e-294e-45bb-b25c-88b17057498a", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "67" + "x-envoy-upstream-service-time": "37" }, "ResponseBody": [] }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/27c9dd41-3028-4e89-9078-a7910f2e150a", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/receipt/analyzeResults/d2beab9e-294e-45bb-b25c-88b17057498a", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "4492268fbab53cd6f5d5d2c34f6b9a49", "x-ms-return-client-request-id": "true" @@ -45,29 +45,29 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "3cff60c1-9c91-4d18-86f5-1f411c3fe108", - "Content-Length": "109", + "apim-request-id": "91d2991b-31b1-4a16-bed8-fd802af06276", + "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:34:21 GMT", + "Date": "Tue, 17 Nov 2020 00:33:16 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "17" + "x-envoy-upstream-service-time": "11" }, "ResponseBody": { - "status": "notStarted", - "createdDateTime": "2020-09-09T22:34:22Z", - "lastUpdatedDateTime": "2020-09-09T22:34:22Z" + "status": "running", + "createdDateTime": "2020-11-17T00:33:16Z", + "lastUpdatedDateTime": "2020-11-17T00:33:16Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/27c9dd41-3028-4e89-9078-a7910f2e150a", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/receipt/analyzeResults/d2beab9e-294e-45bb-b25c-88b17057498a", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "9bf377688a7ed9c4f6b3c01420752e92", "x-ms-return-client-request-id": "true" @@ -75,29 +75,29 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "a5176b38-b2b6-4692-86ac-289b0ef7920c", + "apim-request-id": "2fbf28a9-4ff4-41ce-aa1b-aa802b3b7009", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:34:23 GMT", + "Date": "Tue, 17 Nov 2020 00:33:17 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "42" + "x-envoy-upstream-service-time": "11" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-09-09T22:34:22Z", - "lastUpdatedDateTime": "2020-09-09T22:34:22Z" + "createdDateTime": "2020-11-17T00:33:16Z", + "lastUpdatedDateTime": "2020-11-17T00:33:16Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/27c9dd41-3028-4e89-9078-a7910f2e150a", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/receipt/analyzeResults/d2beab9e-294e-45bb-b25c-88b17057498a", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "7751ed54e9887919da369fb497329676", "x-ms-return-client-request-id": "true" @@ -105,29 +105,29 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "e285185d-97ef-4d9a-bbf0-f406b092cca0", + "apim-request-id": "12ff455d-e78c-4c45-9ecd-a2522d87a793", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:34:24 GMT", + "Date": "Tue, 17 Nov 2020 00:33:18 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "34" + "x-envoy-upstream-service-time": "12" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-09-09T22:34:22Z", - "lastUpdatedDateTime": "2020-09-09T22:34:22Z" + "createdDateTime": "2020-11-17T00:33:16Z", + "lastUpdatedDateTime": "2020-11-17T00:33:16Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/27c9dd41-3028-4e89-9078-a7910f2e150a", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/receipt/analyzeResults/d2beab9e-294e-45bb-b25c-88b17057498a", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "d89bb6d3caff05d061b84e02fac21b7f", "x-ms-return-client-request-id": "true" @@ -135,29 +135,29 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "a4bfc94a-e278-45f9-802e-637a2d1dba77", + "apim-request-id": "2aefeedc-0d06-4a33-95db-cf68f8e30811", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:34:25 GMT", + "Date": "Tue, 17 Nov 2020 00:33:19 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "14" + "x-envoy-upstream-service-time": "11" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-09-09T22:34:22Z", - "lastUpdatedDateTime": "2020-09-09T22:34:22Z" + "createdDateTime": "2020-11-17T00:33:16Z", + "lastUpdatedDateTime": "2020-11-17T00:33:16Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/27c9dd41-3028-4e89-9078-a7910f2e150a", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/receipt/analyzeResults/d2beab9e-294e-45bb-b25c-88b17057498a", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "616e40a6231a7ec05e79c047ea0f41c3", "x-ms-return-client-request-id": "true" @@ -165,26 +165,26 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "f28e8b75-4834-456e-bac7-4fbe7aeb93e2", - "Content-Length": "308", + "apim-request-id": "77177403-34db-47f4-9d43-f3f4b6cc8500", + "Content-Length": "300", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:34:26 GMT", + "Date": "Tue, 17 Nov 2020 00:33:20 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "27" + "x-envoy-upstream-service-time": "15" }, "ResponseBody": { "status": "succeeded", - "createdDateTime": "2020-09-09T22:34:22Z", - "lastUpdatedDateTime": "2020-09-09T22:34:26Z", + "createdDateTime": "2020-11-17T00:33:16Z", + "lastUpdatedDateTime": "2020-11-17T00:33:19Z", "analyzeResult": { "version": "2.1.0", "readResults": [ { "page": 1, "angle": 0, - "width": 8.4967, - "height": 10.9967, + "width": 8.5, + "height": 11, "unit": "inch" } ], @@ -204,7 +204,7 @@ ], "Variables": { "FORM_RECOGNIZER_API_KEY": "Sanitized", - "FORM_RECOGNIZER_ENDPOINT": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/", + "FORM_RECOGNIZER_ENDPOINT": "https://mariari-centraluseuap.cognitiveservices.azure.com/", "RandomSeed": "1690877876" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeReceiptsCanParseMultipageForm(False).json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeReceiptsCanParseMultipageForm(False).json index 409cc634f4b24..119364322ae11 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeReceiptsCanParseMultipageForm(False).json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeReceiptsCanParseMultipageForm(False).json @@ -1,17 +1,17 @@ { "Entries": [ { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyze?includeTextDetails=true", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/receipt/analyze?includeTextDetails=true", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "22", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-0cd563fc52aad84baa3689ef8853749c-534d471d0b15784f-00", + "traceparent": "00-b341ba407c34bf4a87f62045f7c0d5c1-5eba45497d910a4a-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "65205e4c41c324af6bded4ae293d64f1", "x-ms-return-client-request-id": "true" @@ -21,25 +21,25 @@ }, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "de869d07-6444-4ecb-99f6-0ed6d3645945", + "apim-request-id": "dfb37f6e-e419-4757-aa74-2cf1646b9171", "Content-Length": "0", - "Date": "Wed, 09 Sep 2020 22:32:47 GMT", - "Operation-Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/de869d07-6444-4ecb-99f6-0ed6d3645945", + "Date": "Tue, 17 Nov 2020 00:32:40 GMT", + "Operation-Location": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/receipt/analyzeResults/dfb37f6e-e419-4757-aa74-2cf1646b9171", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "457" + "x-envoy-upstream-service-time": "655" }, "ResponseBody": [] }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/de869d07-6444-4ecb-99f6-0ed6d3645945", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/receipt/analyzeResults/dfb37f6e-e419-4757-aa74-2cf1646b9171", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "2910ee3546e157c5089e45f82b07acb4", "x-ms-return-client-request-id": "true" @@ -47,29 +47,29 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "e0f27346-f86d-4c86-b97c-25faefd0a87d", + "apim-request-id": "c4246c18-f388-4794-827c-5587cbd73224", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:32:47 GMT", + "Date": "Tue, 17 Nov 2020 00:32:40 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "33" + "x-envoy-upstream-service-time": "11" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-09-09T22:32:48Z", - "lastUpdatedDateTime": "2020-09-09T22:32:48Z" + "createdDateTime": "2020-11-17T00:32:41Z", + "lastUpdatedDateTime": "2020-11-17T00:32:41Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/de869d07-6444-4ecb-99f6-0ed6d3645945", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/receipt/analyzeResults/dfb37f6e-e419-4757-aa74-2cf1646b9171", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "6a37ffdd04c9e414ba0b60bc16c847fa", "x-ms-return-client-request-id": "true" @@ -77,29 +77,29 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "dcacbde1-2292-4e9c-bedd-29754ee1e6cd", + "apim-request-id": "105b7ac4-6fc8-446f-8b64-e9f3d94143d3", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:32:48 GMT", + "Date": "Tue, 17 Nov 2020 00:32:41 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": "10" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-09-09T22:32:48Z", - "lastUpdatedDateTime": "2020-09-09T22:32:48Z" + "createdDateTime": "2020-11-17T00:32:41Z", + "lastUpdatedDateTime": "2020-11-17T00:32:41Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/de869d07-6444-4ecb-99f6-0ed6d3645945", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/receipt/analyzeResults/dfb37f6e-e419-4757-aa74-2cf1646b9171", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "e36cf1b792cc06af99c85c24fcb7f864", "x-ms-return-client-request-id": "true" @@ -107,29 +107,29 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "123a300b-0262-4bd3-9048-bebfc0443118", + "apim-request-id": "adad5238-ee56-4b6b-87cc-3f47c8468e48", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:32:49 GMT", + "Date": "Tue, 17 Nov 2020 00:32:43 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "12" + "x-envoy-upstream-service-time": "11" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-09-09T22:32:48Z", - "lastUpdatedDateTime": "2020-09-09T22:32:48Z" + "createdDateTime": "2020-11-17T00:32:41Z", + "lastUpdatedDateTime": "2020-11-17T00:32:41Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/de869d07-6444-4ecb-99f6-0ed6d3645945", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/receipt/analyzeResults/dfb37f6e-e419-4757-aa74-2cf1646b9171", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "29d02031f9063128da2b6ed6e5094140", "x-ms-return-client-request-id": "true" @@ -137,29 +137,29 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "8dbcff90-c258-4286-885c-32eee41cad49", + "apim-request-id": "067faf16-89e5-4d15-ad09-323fdb123e6a", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:32:50 GMT", + "Date": "Tue, 17 Nov 2020 00:32:44 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "10" + "x-envoy-upstream-service-time": "11" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-09-09T22:32:48Z", - "lastUpdatedDateTime": "2020-09-09T22:32:48Z" + "createdDateTime": "2020-11-17T00:32:41Z", + "lastUpdatedDateTime": "2020-11-17T00:32:41Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/de869d07-6444-4ecb-99f6-0ed6d3645945", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/receipt/analyzeResults/dfb37f6e-e419-4757-aa74-2cf1646b9171", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "3a414a57c99a4be74f30d001a7efe803", "x-ms-return-client-request-id": "true" @@ -167,29 +167,29 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "b44005f6-5b95-4106-b390-da4132718225", + "apim-request-id": "0cc10957-4398-4b0f-acf1-833274c07fb4", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:32:52 GMT", + "Date": "Tue, 17 Nov 2020 00:32:45 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "11" + "x-envoy-upstream-service-time": "10" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-09-09T22:32:48Z", - "lastUpdatedDateTime": "2020-09-09T22:32:48Z" + "createdDateTime": "2020-11-17T00:32:41Z", + "lastUpdatedDateTime": "2020-11-17T00:32:41Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/de869d07-6444-4ecb-99f6-0ed6d3645945", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/receipt/analyzeResults/dfb37f6e-e419-4757-aa74-2cf1646b9171", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "f68afc121df7bdf3c83a08a023d92190", "x-ms-return-client-request-id": "true" @@ -197,20 +197,20 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "88e0bcde-2c36-45d6-9029-23f4ab574579", + "apim-request-id": "6673d7ac-ab40-490d-99e5-0221346ad5d4", "Content-Length": "25645", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:32:53 GMT", + "Date": "Tue, 17 Nov 2020 00:32:47 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "27" + "x-envoy-upstream-service-time": "23" }, - "ResponseBody": "{\u0022status\u0022:\u0022succeeded\u0022,\u0022createdDateTime\u0022:\u00222020-09-09T22:32:48Z\u0022,\u0022lastUpdatedDateTime\u0022:\u00222020-09-09T22:32:52Z\u0022,\u0022analyzeResult\u0022:{\u0022version\u0022:\u00222.1.0\u0022,\u0022readResults\u0022:[{\u0022page\u0022:1,\u0022angle\u0022:0,\u0022width\u0022:8.5,\u0022height\u0022:11,\u0022unit\u0022:\u0022inch\u0022,\u0022lines\u0022:[{\u0022text\u0022:\u0022Vendor #:121\u0022,\u0022boundingBox\u0022:[6.1276,1.0667,7.4833,1.0667,7.4833,1.2403,6.1276,1.2403],\u0022words\u0022:[{\u0022text\u0022:\u0022Vendor\u0022,\u0022boundingBox\u0022:[6.1276,1.0667,6.8657,1.0667,6.8657,1.2403,6.1276,1.2403],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022#:121\u0022,\u0022boundingBox\u0022:[6.9307,1.0759,7.4833,1.0759,7.4833,1.2391,6.9307,1.2391],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Vendor Registration\u0022,\u0022boundingBox\u0022:[2.2268,1.5733,6.2379,1.5733,6.2379,2.005,2.2268,2.005],\u0022words\u0022:[{\u0022text\u0022:\u0022Vendor\u0022,\u0022boundingBox\u0022:[2.2268,1.5733,3.703,1.5733,3.703,1.9207,2.2268,1.9207],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Registration\u0022,\u0022boundingBox\u0022:[3.8661,1.5883,6.2379,1.5883,6.2379,2.005,3.8661,2.005],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Contoso Ltd. Conference will be held on May 28-29, 2020 at the Elm Conference Center in\u0022,\u0022boundingBox\u0022:[1.0078,2.5846,7.0776,2.5846,7.0776,2.7293,1.0078,2.7293],\u0022words\u0022:[{\u0022text\u0022:\u0022Contoso\u0022,\u0022boundingBox\u0022:[1.0078,2.5919,1.5548,2.5919,1.5548,2.7013,1.0078,2.7013],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Ltd.\u0022,\u0022boundingBox\u0022:[1.6125,2.5856,1.843,2.5856,1.843,2.7013,1.6125,2.7013],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Conference\u0022,\u0022boundingBox\u0022:[1.8996,2.5846,2.6636,2.5846,2.6636,2.7013,1.8996,2.7013],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022will\u0022,\u0022boundingBox\u0022:[2.7122,2.5852,2.9307,2.5852,2.9307,2.7003,2.7122,2.7003],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022be\u0022,\u0022boundingBox\u0022:[2.9922,2.5852,3.1419,2.5852,3.1419,2.7013,2.9922,2.7013],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022held\u0022,\u0022boundingBox\u0022:[3.1987,2.5852,3.4704,2.5852,3.4704,2.7013,3.1987,2.7013],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022on\u0022,\u0022boundingBox\u0022:[3.53,2.62,3.6846,2.62,3.6846,2.7013,3.53,2.7013],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022May\u0022,\u0022boundingBox\u0022:[3.7498,2.5934,4.0422,2.5934,4.0422,2.7293,3.7498,2.7293],\u0022confidence\u0022:1},{\u0022text\u0022:\u002228-29,\u0022,\u0022boundingBox\u0022:[4.0877,2.5914,4.5042,2.5914,4.5042,2.7236,4.0877,2.7236],\u0022confidence\u0022:1},{\u0022text\u0022:\u00222020\u0022,\u0022boundingBox\u0022:[4.5586,2.5914,4.884,2.5914,4.884,2.7017,4.5586,2.7017],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022at\u0022,\u0022boundingBox\u0022:[4.9351,2.6014,5.0577,2.6014,5.0577,2.7013,4.9351,2.7013],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022the\u0022,\u0022boundingBox\u0022:[5.1033,2.5852,5.3202,2.5852,5.3202,2.7013,5.1033,2.7013],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Elm\u0022,\u0022boundingBox\u0022:[5.3787,2.5852,5.6051,2.5852,5.6051,2.7003,5.3787,2.7003],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Conference\u0022,\u0022boundingBox\u0022:[5.6624,2.5846,6.4263,2.5846,6.4263,2.7013,5.6624,2.7013],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Center\u0022,\u0022boundingBox\u0022:[6.4796,2.5919,6.9234,2.5919,6.9234,2.7013,6.4796,2.7013],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022in\u0022,\u0022boundingBox\u0022:[6.9765,2.5905,7.0776,2.5905,7.0776,2.7003,6.9765,2.7003],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Maple City, Massachusetts. The conference has sold out of its 1,500 tickets, with a 400 person\u0022,\u0022boundingBox\u0022:[1.014,2.8029,7.3457,2.8029,7.3457,2.9478,1.014,2.9478],\u0022words\u0022:[{\u0022text\u0022:\u0022Maple\u0022,\u0022boundingBox\u0022:[1.014,2.8036,1.4242,2.8036,1.4242,2.9478,1.014,2.9478],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022City,\u0022,\u0022boundingBox\u0022:[1.4763,2.8089,1.7576,2.8089,1.7576,2.9478,1.4763,2.9478],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Massachusetts.\u0022,\u0022boundingBox\u0022:[1.8195,2.8036,2.8383,2.8036,2.8383,2.9197,1.8195,2.9197],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022The\u0022,\u0022boundingBox\u0022:[2.8883,2.8036,3.1326,2.8036,3.1326,2.9197,2.8883,2.9197],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022conference\u0022,\u0022boundingBox\u0022:[3.1842,2.8029,3.9301,2.8029,3.9301,2.9197,3.1842,2.9197],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022has\u0022,\u0022boundingBox\u0022:[3.9871,2.8036,4.2019,2.8036,4.2019,2.9197,3.9871,2.9197],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022sold\u0022,\u0022boundingBox\u0022:[4.2529,2.8036,4.5104,2.8036,4.5104,2.9197,4.2529,2.9197],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022out\u0022,\u0022boundingBox\u0022:[4.5701,2.8197,4.7871,2.8197,4.7871,2.9197,4.5701,2.9197],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022of\u0022,\u0022boundingBox\u0022:[4.8373,2.8029,4.9701,2.8029,4.9701,2.9197,4.8373,2.9197],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022its\u0022,\u0022boundingBox\u0022:[5.0169,2.8089,5.1601,2.8089,5.1601,2.9197,5.0169,2.9197],\u0022confidence\u0022:1},{\u0022text\u0022:\u00221,500\u0022,\u0022boundingBox\u0022:[5.2167,2.81,5.5766,2.81,5.5766,2.9418,5.2167,2.9418],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022tickets,\u0022,\u0022boundingBox\u0022:[5.6227,2.8036,6.0928,2.8036,6.0928,2.9418,5.6227,2.9418],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022with\u0022,\u0022boundingBox\u0022:[6.1461,2.8036,6.4308,2.8036,6.4308,2.9195,6.1461,2.9195],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022a\u0022,\u0022boundingBox\u0022:[6.488,2.8383,6.548,2.8383,6.548,2.9197,6.488,2.9197],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022400\u0022,\u0022boundingBox\u0022:[6.6016,2.81,6.8449,2.81,6.8449,2.9197,6.6016,2.9197],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022person\u0022,\u0022boundingBox\u0022:[6.8998,2.8383,7.3457,2.8383,7.3457,2.9478,6.8998,2.9478],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022waitlist. Vendor applications are being accepted through Feb 28, 2020. Please fill in the form\u0022,\u0022boundingBox\u0022:[1.0043,3.0229,7.2482,3.0229,7.2482,3.1678,1.0043,3.1678],\u0022words\u0022:[{\u0022text\u0022:\u0022waitlist.\u0022,\u0022boundingBox\u0022:[1.0043,3.0236,1.5194,3.0236,1.5194,3.1397,1.0043,3.1397],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Vendor\u0022,\u0022boundingBox\u0022:[1.5733,3.0239,2.0654,3.0239,2.0654,3.1397,1.5733,3.1397],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022applications\u0022,\u0022boundingBox\u0022:[2.1132,3.0236,2.9143,3.0236,2.9143,3.1678,2.1132,3.1678],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022are\u0022,\u0022boundingBox\u0022:[2.9675,3.0583,3.1726,3.0583,3.1726,3.1397,2.9675,3.1397],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022being\u0022,\u0022boundingBox\u0022:[3.2306,3.0236,3.5889,3.0236,3.5889,3.1678,3.2306,3.1678],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022accepted\u0022,\u0022boundingBox\u0022:[3.6388,3.0239,4.2336,3.0239,4.2336,3.1678,3.6388,3.1678],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022through\u0022,\u0022boundingBox\u0022:[4.2862,3.0236,4.8127,3.0236,4.8127,3.1678,4.2862,3.1678],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Feb\u0022,\u0022boundingBox\u0022:[4.8815,3.0236,5.1133,3.0236,5.1133,3.14,4.8815,3.14],\u0022confidence\u0022:1},{\u0022text\u0022:\u002228,\u0022,\u0022boundingBox\u0022:[5.163,3.0297,5.361,3.0297,5.361,3.162,5.163,3.162],\u0022confidence\u0022:1},{\u0022text\u0022:\u00222020.\u0022,\u0022boundingBox\u0022:[5.413,3.0297,5.7774,3.0297,5.7774,3.14,5.413,3.14],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Please\u0022,\u0022boundingBox\u0022:[5.8406,3.0236,6.2537,3.0236,6.2537,3.1397,5.8406,3.1397],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022fill\u0022,\u0022boundingBox\u0022:[6.3022,3.0229,6.4539,3.0229,6.4539,3.1387,6.3022,3.1387],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022in\u0022,\u0022boundingBox\u0022:[6.5131,3.0289,6.6158,3.0289,6.6158,3.1387,6.5131,3.1387],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022the\u0022,\u0022boundingBox\u0022:[6.6673,3.0236,6.8842,3.0236,6.8842,3.1397,6.6673,3.1397],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022form\u0022,\u0022boundingBox\u0022:[6.9317,3.0229,7.2482,3.0229,7.2482,3.1397,6.9317,3.1397],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022below, and attach a check made out to:\u0022,\u0022boundingBox\u0022:[1.0125,3.2436,3.6599,3.2436,3.6599,3.3818,1.0125,3.3818],\u0022words\u0022:[{\u0022text\u0022:\u0022below,\u0022,\u0022boundingBox\u0022:[1.0125,3.2436,1.4459,3.2436,1.4459,3.3818,1.0125,3.3818],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022and\u0022,\u0022boundingBox\u0022:[1.5024,3.2439,1.7371,3.2439,1.7371,3.3597,1.5024,3.3597],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022attach\u0022,\u0022boundingBox\u0022:[1.7968,3.2436,2.2047,3.2436,2.2047,3.3597,1.7968,3.3597],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022a\u0022,\u0022boundingBox\u0022:[2.2619,3.2783,2.3219,3.2783,2.3219,3.3597,2.2619,3.3597],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022check\u0022,\u0022boundingBox\u0022:[2.379,3.2436,2.7529,3.2436,2.7529,3.3597,2.379,3.3597],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022made\u0022,\u0022boundingBox\u0022:[2.8076,3.2439,3.17,3.2439,3.17,3.3597,2.8076,3.3597],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022out\u0022,\u0022boundingBox\u0022:[3.2251,3.2597,3.4421,3.2597,3.4421,3.3597,3.2251,3.3597],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022to:\u0022,\u0022boundingBox\u0022:[3.4869,3.2597,3.6599,3.2597,3.6599,3.3597,3.4869,3.3597],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Contoso Ltd.\u0022,\u0022boundingBox\u0022:[1.0078,3.5739,1.843,3.5739,1.843,3.6897,1.0078,3.6897],\u0022words\u0022:[{\u0022text\u0022:\u0022Contoso\u0022,\u0022boundingBox\u0022:[1.0078,3.5802,1.5548,3.5802,1.5548,3.6897,1.0078,3.6897],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Ltd.\u0022,\u0022boundingBox\u0022:[1.6125,3.5739,1.843,3.5739,1.843,3.6897,1.6125,3.6897],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u00222345 Dogwood Lane\u0022,\u0022boundingBox\u0022:[1.0093,3.7939,2.3768,3.7939,2.3768,3.9378,1.0093,3.9378],\u0022words\u0022:[{\u0022text\u0022:\u00222345\u0022,\u0022boundingBox\u0022:[1.0093,3.8,1.3297,3.8,1.3297,3.9097,1.0093,3.9097],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Dogwood\u0022,\u0022boundingBox\u0022:[1.3899,3.7939,2.0149,3.7939,2.0149,3.9378,1.3899,3.9378],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Lane\u0022,\u0022boundingBox\u0022:[2.0788,3.8012,2.3768,3.8012,2.3768,3.9097,2.0788,3.9097],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Birch, Kansas 98123\u0022,\u0022boundingBox\u0022:[1.014,4.0136,2.3377,4.0136,2.3377,4.1518,1.014,4.1518],\u0022words\u0022:[{\u0022text\u0022:\u0022Birch,\u0022,\u0022boundingBox\u0022:[1.014,4.0136,1.3745,4.0136,1.3745,4.1518,1.014,4.1518],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Kansas\u0022,\u0022boundingBox\u0022:[1.4375,4.0212,1.8819,4.0212,1.8819,4.1297,1.4375,4.1297],\u0022confidence\u0022:1},{\u0022text\u0022:\u002298123\u0022,\u0022boundingBox\u0022:[1.9318,4.02,2.3377,4.02,2.3377,4.1297,1.9318,4.1297],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Rates:\u0022,\u0022boundingBox\u0022:[1.0204,4.4248,1.5303,4.4248,1.5303,4.5682,1.0204,4.5682],\u0022words\u0022:[{\u0022text\u0022:\u0022Rates:\u0022,\u0022boundingBox\u0022:[1.0204,4.4248,1.5303,4.4248,1.5303,4.5682,1.0204,4.5682],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Package\u0022,\u0022boundingBox\u0022:[1.0923,4.6986,1.6232,4.6986,1.6232,4.8428,1.0923,4.8428],\u0022words\u0022:[{\u0022text\u0022:\u0022Package\u0022,\u0022boundingBox\u0022:[1.0923,4.6986,1.6232,4.6986,1.6232,4.8428,1.0923,4.8428],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Included\u0022,\u0022boundingBox\u0022:[2.713,4.6986,3.2707,4.6986,3.2707,4.8147,2.713,4.8147],\u0022words\u0022:[{\u0022text\u0022:\u0022Included\u0022,\u0022boundingBox\u0022:[2.713,4.6986,3.2707,4.6986,3.2707,4.8147,2.713,4.8147],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Price\u0022,\u0022boundingBox\u0022:[5.838,4.7039,6.1513,4.7039,6.1513,4.8147,5.838,4.8147],\u0022words\u0022:[{\u0022text\u0022:\u0022Price\u0022,\u0022boundingBox\u0022:[5.838,4.7039,6.1513,4.7039,6.1513,4.8147,5.838,4.8147],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Gold Sponsor\u0022,\u0022boundingBox\u0022:[1.0857,4.9086,1.9831,4.9086,1.9831,5.0528,1.0857,5.0528],\u0022words\u0022:[{\u0022text\u0022:\u0022Gold\u0022,\u0022boundingBox\u0022:[1.0857,4.9086,1.3842,4.9086,1.3842,5.0247,1.0857,5.0247],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Sponsor\u0022,\u0022boundingBox\u0022:[1.4423,4.915,1.9831,4.915,1.9831,5.0528,1.4423,5.0528],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,4.954,3.018,4.954,3.018,5.0145,2.9586,5.0145],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,4.954,3.018,4.954,3.018,5.0145,2.9586,5.0145],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Full booth\u0022,\u0022boundingBox\u0022:[3.214,4.9169,3.8726,4.9169,3.8726,5.033,3.214,5.033],\u0022words\u0022:[{\u0022text\u0022:\u0022Full\u0022,\u0022boundingBox\u0022:[3.214,4.9169,3.4295,4.9169,3.4295,5.033,3.214,5.033],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022booth\u0022,\u0022boundingBox\u0022:[3.492,4.9169,3.8726,4.9169,3.8726,5.033,3.492,5.033],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022$1,500\u0022,\u0022boundingBox\u0022:[5.8328,4.8977,6.2829,4.8977,6.2829,5.0468,5.8328,5.0468],\u0022words\u0022:[{\u0022text\u0022:\u0022$1,500\u0022,\u0022boundingBox\u0022:[5.8328,4.8977,6.2829,4.8977,6.2829,5.0468,5.8328,5.0468],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,5.1673,3.018,5.1673,3.018,5.2279,2.9586,5.2279],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,5.1673,3.018,5.1673,3.018,5.2279,2.9586,5.2279],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Pre-keynote thank you\u0022,\u0022boundingBox\u0022:[3.214,5.1302,4.7267,5.1302,4.7267,5.2744,3.214,5.2744],\u0022words\u0022:[{\u0022text\u0022:\u0022Pre-keynote\u0022,\u0022boundingBox\u0022:[3.214,5.1302,4.0183,5.1302,4.0183,5.2744,3.214,5.2744],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022thank\u0022,\u0022boundingBox\u0022:[4.0665,5.1302,4.4475,5.1302,4.4475,5.2463,4.0665,5.2463],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022you\u0022,\u0022boundingBox\u0022:[4.4903,5.165,4.7267,5.165,4.7267,5.2744,4.4903,5.2744],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,5.379,3.018,5.379,3.018,5.4395,2.9586,5.4395],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,5.379,3.018,5.379,3.018,5.4395,2.9586,5.4395],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Logo on poster\u0022,\u0022boundingBox\u0022:[3.214,5.3495,4.2093,5.3495,4.2093,5.4861,3.214,5.4861],\u0022words\u0022:[{\u0022text\u0022:\u0022Logo\u0022,\u0022boundingBox\u0022:[3.214,5.3495,3.5163,5.3495,3.5163,5.4861,3.214,5.4861],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022on\u0022,\u0022boundingBox\u0022:[3.5686,5.3767,3.7244,5.3767,3.7244,5.458,3.5686,5.458],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022poster\u0022,\u0022boundingBox\u0022:[3.7888,5.358,4.2093,5.358,4.2093,5.4861,3.7888,5.4861],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,5.5923,3.018,5.5923,3.018,5.6529,2.9586,5.6529],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,5.5923,3.018,5.5923,3.018,5.6529,2.9586,5.6529],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Full page ad in program guide\u0022,\u0022boundingBox\u0022:[3.214,5.5552,5.201,5.5552,5.201,5.6994,3.214,5.6994],\u0022words\u0022:[{\u0022text\u0022:\u0022Full\u0022,\u0022boundingBox\u0022:[3.214,5.5552,3.4295,5.5552,3.4295,5.6713,3.214,5.6713],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022page\u0022,\u0022boundingBox\u0022:[3.492,5.59,3.7989,5.59,3.7989,5.6994,3.492,5.6994],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022ad\u0022,\u0022boundingBox\u0022:[3.8519,5.5556,3.9991,5.5556,3.9991,5.6713,3.8519,5.6713],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022in\u0022,\u0022boundingBox\u0022:[4.0599,5.5605,4.1626,5.5605,4.1626,5.6703,4.0599,5.6703],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022program\u0022,\u0022boundingBox\u0022:[4.2248,5.59,4.7839,5.59,4.7839,5.6994,4.2248,5.6994],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022guide\u0022,\u0022boundingBox\u0022:[4.8367,5.5556,5.201,5.5556,5.201,5.6994,4.8367,5.6994],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,5.804,3.018,5.804,3.018,5.8645,2.9586,5.8645],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,5.804,3.018,5.804,3.018,5.8645,2.9586,5.8645],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Silver Sponsor\u0022,\u0022boundingBox\u0022:[1.0842,5.9786,2.0339,5.9786,2.0339,6.1228,1.0842,6.1228],\u0022words\u0022:[{\u0022text\u0022:\u0022Silver\u0022,\u0022boundingBox\u0022:[1.0842,5.9786,1.4443,5.9786,1.4443,6.0947,1.0842,6.0947],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Sponsor\u0022,\u0022boundingBox\u0022:[1.4904,5.985,2.0339,5.985,2.0339,6.1228,1.4904,6.1228],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,6.024,3.018,6.024,3.018,6.0845,2.9586,6.0845],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,6.024,3.018,6.024,3.018,6.0845,2.9586,6.0845],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Full booth\u0022,\u0022boundingBox\u0022:[3.214,5.9869,3.8726,5.9869,3.8726,6.103,3.214,6.103],\u0022words\u0022:[{\u0022text\u0022:\u0022Full\u0022,\u0022boundingBox\u0022:[3.214,5.9869,3.4295,5.9869,3.4295,6.103,3.214,6.103],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022booth\u0022,\u0022boundingBox\u0022:[3.492,5.9869,3.8726,5.9869,3.8726,6.103,3.492,6.103],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022$1,200\u0022,\u0022boundingBox\u0022:[5.8328,5.9677,6.2829,5.9677,6.2829,6.1168,5.8328,6.1168],\u0022words\u0022:[{\u0022text\u0022:\u0022$1,200\u0022,\u0022boundingBox\u0022:[5.8328,5.9677,6.2829,5.9677,6.2829,6.1168,5.8328,6.1168],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,6.2356,3.018,6.2356,3.018,6.2962,2.9586,6.2962],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,6.2356,3.018,6.2356,3.018,6.2962,2.9586,6.2962],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Post-keynote thank you\u0022,\u0022boundingBox\u0022:[3.214,6.1986,4.7938,6.1986,4.7938,6.3428,3.214,6.3428],\u0022words\u0022:[{\u0022text\u0022:\u0022Post-keynote\u0022,\u0022boundingBox\u0022:[3.214,6.1986,4.0878,6.1986,4.0878,6.3428,3.214,6.3428],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022thank\u0022,\u0022boundingBox\u0022:[4.1348,6.1986,4.5158,6.1986,4.5158,6.3147,4.1348,6.3147],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022you\u0022,\u0022boundingBox\u0022:[4.5586,6.2333,4.7938,6.2333,4.7938,6.3428,4.5586,6.3428],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,6.4473,3.018,6.4473,3.018,6.5079,2.9586,6.5079],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,6.4473,3.018,6.4473,3.018,6.5079,2.9586,6.5079],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Logo on poster\u0022,\u0022boundingBox\u0022:[3.214,6.4179,4.2093,6.4179,4.2093,6.5544,3.214,6.5544],\u0022words\u0022:[{\u0022text\u0022:\u0022Logo\u0022,\u0022boundingBox\u0022:[3.214,6.4179,3.5163,6.4179,3.5163,6.5544,3.214,6.5544],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022on\u0022,\u0022boundingBox\u0022:[3.5686,6.445,3.7244,6.445,3.7244,6.5263,3.5686,6.5263],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022poster\u0022,\u0022boundingBox\u0022:[3.7888,6.4264,4.2093,6.4264,4.2093,6.5544,3.7888,6.5544],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,6.6606,3.018,6.6606,3.018,6.7212,2.9586,6.7212],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,6.6606,3.018,6.6606,3.018,6.7212,2.9586,6.7212],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Half page ad in program guide\u0022,\u0022boundingBox\u0022:[3.214,6.6229,5.2314,6.6229,5.2314,6.7678,3.214,6.7678],\u0022words\u0022:[{\u0022text\u0022:\u0022Half\u0022,\u0022boundingBox\u0022:[3.214,6.6229,3.4739,6.6229,3.4739,6.7397,3.214,6.7397],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022page\u0022,\u0022boundingBox\u0022:[3.5224,6.6583,3.8326,6.6583,3.8326,6.7678,3.5224,6.7678],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022ad\u0022,\u0022boundingBox\u0022:[3.8843,6.6239,4.0315,6.6239,4.0315,6.7397,3.8843,6.7397],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022in\u0022,\u0022boundingBox\u0022:[4.0923,6.6289,4.195,6.6289,4.195,6.7387,4.0923,6.7387],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022program\u0022,\u0022boundingBox\u0022:[4.2563,6.6583,4.8148,6.6583,4.8148,6.7678,4.2563,6.7678],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022guide\u0022,\u0022boundingBox\u0022:[4.8695,6.6239,5.2314,6.6239,5.2314,6.7678,4.8695,6.7678],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Bronze Sponsor\u0022,\u0022boundingBox\u0022:[1.0923,6.84,2.1362,6.84,2.1362,6.9778,1.0923,6.9778],\u0022words\u0022:[{\u0022text\u0022:\u0022Bronze\u0022,\u0022boundingBox\u0022:[1.0923,6.8417,1.545,6.8417,1.545,6.9497,1.0923,6.9497],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Sponsor\u0022,\u0022boundingBox\u0022:[1.5951,6.84,2.1362,6.84,2.1362,6.9778,1.5951,6.9778],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,6.879,3.018,6.879,3.018,6.9395,2.9586,6.9395],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,6.879,3.018,6.879,3.018,6.9395,2.9586,6.9395],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Full booth\u0022,\u0022boundingBox\u0022:[3.214,6.8419,3.8726,6.8419,3.8726,6.958,3.214,6.958],\u0022words\u0022:[{\u0022text\u0022:\u0022Full\u0022,\u0022boundingBox\u0022:[3.214,6.8419,3.4295,6.8419,3.4295,6.958,3.214,6.958],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022booth\u0022,\u0022boundingBox\u0022:[3.492,6.8419,3.8726,6.8419,3.8726,6.958,3.492,6.958],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022$1,000\u0022,\u0022boundingBox\u0022:[5.8328,6.8227,6.2829,6.8227,6.2829,6.9718,5.8328,6.9718],\u0022words\u0022:[{\u0022text\u0022:\u0022$1,000\u0022,\u0022boundingBox\u0022:[5.8328,6.8227,6.2829,6.8227,6.2829,6.9718,5.8328,6.9718],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,7.0923,3.018,7.0923,3.018,7.1529,2.9586,7.1529],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,7.0923,3.018,7.0923,3.018,7.1529,2.9586,7.1529],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Logo on poster\u0022,\u0022boundingBox\u0022:[3.214,7.0629,4.2093,7.0629,4.2093,7.1994,3.214,7.1994],\u0022words\u0022:[{\u0022text\u0022:\u0022Logo\u0022,\u0022boundingBox\u0022:[3.214,7.0629,3.5163,7.0629,3.5163,7.1994,3.214,7.1994],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022on\u0022,\u0022boundingBox\u0022:[3.5686,7.09,3.7244,7.09,3.7244,7.1713,3.5686,7.1713],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022poster\u0022,\u0022boundingBox\u0022:[3.7888,7.0714,4.2093,7.0714,4.2093,7.1994,3.7888,7.1994],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,7.304,3.018,7.304,3.018,7.3645,2.9586,7.3645],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,7.304,3.018,7.304,3.018,7.3645,2.9586,7.3645],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u002250% discount on program guide\u0022,\u0022boundingBox\u0022:[3.2082,7.2672,5.3419,7.2672,5.3419,7.4111,3.2082,7.4111],\u0022words\u0022:[{\u0022text\u0022:\u002250%\u0022,\u0022boundingBox\u0022:[3.2082,7.2717,3.4817,7.2717,3.4817,7.3845,3.2082,7.3845],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022discount\u0022,\u0022boundingBox\u0022:[3.533,7.2672,4.1018,7.2672,4.1018,7.383,3.533,7.383],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022on\u0022,\u0022boundingBox\u0022:[4.1512,7.3017,4.307,7.3017,4.307,7.383,4.1512,7.383],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022program\u0022,\u0022boundingBox\u0022:[4.3682,7.3017,4.9253,7.3017,4.9253,7.4111,4.3682,7.4111],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022guide\u0022,\u0022boundingBox\u0022:[4.981,7.2672,5.3419,7.2672,5.3419,7.4111,4.981,7.4111],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022advertisements\u0022,\u0022boundingBox\u0022:[3.2075,7.4706,4.2429,7.4706,4.2429,7.5863,3.2075,7.5863],\u0022words\u0022:[{\u0022text\u0022:\u0022advertisements\u0022,\u0022boundingBox\u0022:[3.2075,7.4706,4.2429,7.4706,4.2429,7.5863,3.2075,7.5863],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Full Booth\u0022,\u0022boundingBox\u0022:[1.0923,7.6819,1.7537,7.6819,1.7537,7.798,1.0923,7.798],\u0022words\u0022:[{\u0022text\u0022:\u0022Full\u0022,\u0022boundingBox\u0022:[1.0923,7.6819,1.3079,7.6819,1.3079,7.798,1.0923,7.798],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Booth\u0022,\u0022boundingBox\u0022:[1.3718,7.6819,1.7537,7.6819,1.7537,7.798,1.3718,7.798],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,7.7273,3.018,7.7273,3.018,7.7879,2.9586,7.7879],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,7.7273,3.018,7.7273,3.018,7.7879,2.9586,7.7879],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Full booth\u0022,\u0022boundingBox\u0022:[3.214,7.6902,3.8726,7.6902,3.8726,7.8063,3.214,7.8063],\u0022words\u0022:[{\u0022text\u0022:\u0022Full\u0022,\u0022boundingBox\u0022:[3.214,7.6902,3.4295,7.6902,3.4295,7.8063,3.214,7.8063],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022booth\u0022,\u0022boundingBox\u0022:[3.492,7.6902,3.8726,7.6902,3.8726,7.8063,3.492,7.8063],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022$600\u0022,\u0022boundingBox\u0022:[5.8328,7.6711,6.1586,7.6711,6.1586,7.8165,5.8328,7.8165],\u0022words\u0022:[{\u0022text\u0022:\u0022$600\u0022,\u0022boundingBox\u0022:[5.8328,7.6711,6.1586,7.6711,6.1586,7.8165,5.8328,7.8165],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,7.939,3.018,7.939,3.018,7.9995,2.9586,7.9995],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,7.939,3.018,7.939,3.018,7.9995,2.9586,7.9995],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u002250% discount on program guide\u0022,\u0022boundingBox\u0022:[3.2082,7.9022,5.3419,7.9022,5.3419,8.0461,3.2082,8.0461],\u0022words\u0022:[{\u0022text\u0022:\u002250%\u0022,\u0022boundingBox\u0022:[3.2082,7.9067,3.4817,7.9067,3.4817,8.0195,3.2082,8.0195],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022discount\u0022,\u0022boundingBox\u0022:[3.533,7.9022,4.1018,7.9022,4.1018,8.018,3.533,8.018],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022on\u0022,\u0022boundingBox\u0022:[4.1512,7.9367,4.307,7.9367,4.307,8.018,4.1512,8.018],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022program\u0022,\u0022boundingBox\u0022:[4.3682,7.9367,4.9253,7.9367,4.9253,8.0461,4.3682,8.0461],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022guide\u0022,\u0022boundingBox\u0022:[4.981,7.9022,5.3419,7.9022,5.3419,8.0461,4.981,8.0461],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022advertisements\u0022,\u0022boundingBox\u0022:[3.2075,8.1056,4.2429,8.1056,4.2429,8.2213,3.2075,8.2213],\u0022words\u0022:[{\u0022text\u0022:\u0022advertisements\u0022,\u0022boundingBox\u0022:[3.2075,8.1056,4.2429,8.1056,4.2429,8.2213,3.2075,8.2213],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Half Booth\u0022,\u0022boundingBox\u0022:[1.0923,8.3162,1.7854,8.3162,1.7854,8.433,1.0923,8.433],\u0022words\u0022:[{\u0022text\u0022:\u0022Half\u0022,\u0022boundingBox\u0022:[1.0923,8.3162,1.3522,8.3162,1.3522,8.433,1.0923,8.433],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Booth\u0022,\u0022boundingBox\u0022:[1.4022,8.3169,1.7854,8.3169,1.7854,8.433,1.4022,8.433],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,8.3623,3.018,8.3623,3.018,8.4229,2.9586,8.4229],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,8.3623,3.018,8.3623,3.018,8.4229,2.9586,8.4229],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Full booth\u0022,\u0022boundingBox\u0022:[3.214,8.3252,3.8726,8.3252,3.8726,8.4413,3.214,8.4413],\u0022words\u0022:[{\u0022text\u0022:\u0022Full\u0022,\u0022boundingBox\u0022:[3.214,8.3252,3.4295,8.3252,3.4295,8.4413,3.214,8.4413],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022booth\u0022,\u0022boundingBox\u0022:[3.492,8.3252,3.8726,8.3252,3.8726,8.4413,3.492,8.4413],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022$350\u0022,\u0022boundingBox\u0022:[5.8328,8.3061,6.1586,8.3061,6.1586,8.4515,5.8328,8.4515],\u0022words\u0022:[{\u0022text\u0022:\u0022$350\u0022,\u0022boundingBox\u0022:[5.8328,8.3061,6.1586,8.3061,6.1586,8.4515,5.8328,8.4515],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,8.574,3.018,8.574,3.018,8.6345,2.9586,8.6345],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,8.574,3.018,8.574,3.018,8.6345,2.9586,8.6345],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u002225% discount on program guide\u0022,\u0022boundingBox\u0022:[3.2093,8.5372,5.3419,8.5372,5.3419,8.6811,3.2093,8.6811],\u0022words\u0022:[{\u0022text\u0022:\u002225%\u0022,\u0022boundingBox\u0022:[3.2093,8.5417,3.4817,8.5417,3.4817,8.6545,3.2093,8.6545],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022discount\u0022,\u0022boundingBox\u0022:[3.533,8.5372,4.1018,8.5372,4.1018,8.653,3.533,8.653],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022on\u0022,\u0022boundingBox\u0022:[4.1512,8.5717,4.307,8.5717,4.307,8.653,4.1512,8.653],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022program\u0022,\u0022boundingBox\u0022:[4.3682,8.5717,4.9253,8.5717,4.9253,8.6811,4.3682,8.6811],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022guide\u0022,\u0022boundingBox\u0022:[4.981,8.5372,5.3419,8.5372,5.3419,8.6811,4.981,8.6811],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022advertisements\u0022,\u0022boundingBox\u0022:[3.2075,8.7406,4.2429,8.7406,4.2429,8.8563,3.2075,8.8563],\u0022words\u0022:[{\u0022text\u0022:\u0022advertisements\u0022,\u0022boundingBox\u0022:[3.2075,8.7406,4.2429,8.7406,4.2429,8.8563,3.2075,8.8563],\u0022confidence\u0022:1}]}]},{\u0022page\u0022:2,\u0022angle\u0022:0,\u0022width\u0022:8.5,\u0022height\u0022:11,\u0022unit\u0022:\u0022inch\u0022,\u0022lines\u0022:[{\u0022text\u0022:\u0022Vendor #:121\u0022,\u0022boundingBox\u0022:[6.1276,1.0667,7.4833,1.0667,7.4833,1.2403,6.1276,1.2403],\u0022words\u0022:[{\u0022text\u0022:\u0022Vendor\u0022,\u0022boundingBox\u0022:[6.1276,1.0667,6.8657,1.0667,6.8657,1.2403,6.1276,1.2403],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022#:121\u0022,\u0022boundingBox\u0022:[6.9307,1.0759,7.4833,1.0759,7.4833,1.2391,6.9307,1.2391],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Vendor Details:\u0022,\u0022boundingBox\u0022:[1.0044,2.1771,2.35,2.1771,2.35,2.3315,1.0044,2.3315],\u0022words\u0022:[{\u0022text\u0022:\u0022Vendor\u0022,\u0022boundingBox\u0022:[1.0044,2.1778,1.6496,2.1778,1.6496,2.3315,1.0044,2.3315],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Details:\u0022,\u0022boundingBox\u0022:[1.7239,2.1771,2.35,2.1771,2.35,2.3315,1.7239,2.3315],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Company Name: Southridge Video\u0022,\u0022boundingBox\u0022:[1.0065,2.7686,3.3477,2.7686,3.3477,2.9128,1.0065,2.9128],\u0022words\u0022:[{\u0022text\u0022:\u0022Company\u0022,\u0022boundingBox\u0022:[1.0065,2.7749,1.651,2.7749,1.651,2.9126,1.0065,2.9126],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Name:\u0022,\u0022boundingBox\u0022:[1.7019,2.7764,2.1376,2.7764,2.1376,2.885,1.7019,2.885],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Southridge\u0022,\u0022boundingBox\u0022:[2.1925,2.7686,2.9184,2.7686,2.9184,2.9128,2.1925,2.9128],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Video\u0022,\u0022boundingBox\u0022:[2.9691,2.7689,3.3477,2.7689,3.3477,2.8847,2.9691,2.8847],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Contact: Jamie@southridgevideo.com\u0022,\u0022boundingBox\u0022:[1.0065,3.0986,3.5766,3.0986,3.5766,3.2428,1.0065,3.2428],\u0022words\u0022:[{\u0022text\u0022:\u0022Contact:\u0022,\u0022boundingBox\u0022:[1.0065,3.1049,1.5706,3.1049,1.5706,3.215,1.0065,3.215],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Jamie@southridgevideo.com\u0022,\u0022boundingBox\u0022:[1.6205,3.0986,3.5766,3.0986,3.5766,3.2428,1.6205,3.2428],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Preferred Package: Gold\u0022,\u0022boundingBox\u0022:[1.0115,3.4296,2.6542,3.4296,2.6542,3.5744,1.0115,3.5744],\u0022words\u0022:[{\u0022text\u0022:\u0022Preferred\u0022,\u0022boundingBox\u0022:[1.0115,3.4296,1.6499,3.4296,1.6499,3.5467,1.0115,3.5467],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Package:\u0022,\u0022boundingBox\u0022:[1.7092,3.4302,2.2978,3.4302,2.2978,3.5744,1.7092,3.5744],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Gold\u0022,\u0022boundingBox\u0022:[2.3557,3.4302,2.6542,3.4302,2.6542,3.5463,2.3557,3.5463],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Special Requests: N/a\u0022,\u0022boundingBox\u0022:[1.0052,3.7537,2.4783,3.7537,2.4783,3.9043,1.0052,3.9043],\u0022words\u0022:[{\u0022text\u0022:\u0022Special\u0022,\u0022boundingBox\u0022:[1.0052,3.7602,1.475,3.7602,1.475,3.9043,1.0052,3.9043],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Requests:\u0022,\u0022boundingBox\u0022:[1.5342,3.7684,2.1899,3.7684,2.1899,3.9043,1.5342,3.9043],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022N/a\u0022,\u0022boundingBox\u0022:[2.254,3.7537,2.4783,3.7537,2.4783,3.8976,2.254,3.8976],\u0022confidence\u0022:1}]}]}],\u0022documentResults\u0022:[{\u0022docType\u0022:\u0022prebuilt:receipt\u0022,\u0022pageRange\u0022:[1,1],\u0022fields\u0022:{\u0022ReceiptType\u0022:{\u0022type\u0022:\u0022string\u0022,\u0022valueString\u0022:\u0022Itemized\u0022,\u0022confidence\u0022:0.99},\u0022MerchantAddress\u0022:{\u0022type\u0022:\u0022string\u0022,\u0022valueString\u0022:\u00222345 Dogwood Lane Birch, Kansas 98123\u0022,\u0022text\u0022:\u00222345 Dogwood Lane Birch, Kansas 98123\u0022,\u0022boundingBox\u0022:[1.0093,3.7939,2.3768,3.7939,2.3768,4.1518,1.0093,4.1518],\u0022page\u0022:1,\u0022confidence\u0022:0.99,\u0022elements\u0022:[\u0022#/readResults/0/lines/7/words/0\u0022,\u0022#/readResults/0/lines/7/words/1\u0022,\u0022#/readResults/0/lines/7/words/2\u0022,\u0022#/readResults/0/lines/8/words/0\u0022,\u0022#/readResults/0/lines/8/words/1\u0022,\u0022#/readResults/0/lines/8/words/2\u0022]}}},{\u0022docType\u0022:\u0022prebuilt:receipt\u0022,\u0022pageRange\u0022:[2,2],\u0022fields\u0022:{\u0022ReceiptType\u0022:{\u0022type\u0022:\u0022string\u0022,\u0022valueString\u0022:\u0022CreditCard\u0022,\u0022confidence\u0022:0.004}}}]}}" + "ResponseBody": "{\u0022status\u0022:\u0022succeeded\u0022,\u0022createdDateTime\u0022:\u00222020-11-17T00:32:41Z\u0022,\u0022lastUpdatedDateTime\u0022:\u00222020-11-17T00:32:46Z\u0022,\u0022analyzeResult\u0022:{\u0022version\u0022:\u00222.1.0\u0022,\u0022readResults\u0022:[{\u0022page\u0022:1,\u0022angle\u0022:0,\u0022width\u0022:8.5,\u0022height\u0022:11,\u0022unit\u0022:\u0022inch\u0022,\u0022lines\u0022:[{\u0022text\u0022:\u0022Vendor #:121\u0022,\u0022boundingBox\u0022:[6.1276,1.0667,7.4833,1.0667,7.4833,1.2403,6.1276,1.2403],\u0022words\u0022:[{\u0022text\u0022:\u0022Vendor\u0022,\u0022boundingBox\u0022:[6.1276,1.0667,6.8657,1.0667,6.8657,1.2403,6.1276,1.2403],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022#:121\u0022,\u0022boundingBox\u0022:[6.9307,1.0759,7.4833,1.0759,7.4833,1.2391,6.9307,1.2391],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Vendor Registration\u0022,\u0022boundingBox\u0022:[2.2268,1.5733,6.2379,1.5733,6.2379,2.005,2.2268,2.005],\u0022words\u0022:[{\u0022text\u0022:\u0022Vendor\u0022,\u0022boundingBox\u0022:[2.2268,1.5733,3.703,1.5733,3.703,1.9207,2.2268,1.9207],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Registration\u0022,\u0022boundingBox\u0022:[3.8661,1.5883,6.2379,1.5883,6.2379,2.005,3.8661,2.005],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Contoso Ltd. Conference will be held on May 28-29, 2020 at the Elm Conference Center in\u0022,\u0022boundingBox\u0022:[1.0078,2.5846,7.0776,2.5846,7.0776,2.7293,1.0078,2.7293],\u0022words\u0022:[{\u0022text\u0022:\u0022Contoso\u0022,\u0022boundingBox\u0022:[1.0078,2.5919,1.5548,2.5919,1.5548,2.7013,1.0078,2.7013],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Ltd.\u0022,\u0022boundingBox\u0022:[1.6125,2.5856,1.843,2.5856,1.843,2.7013,1.6125,2.7013],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Conference\u0022,\u0022boundingBox\u0022:[1.8996,2.5846,2.6636,2.5846,2.6636,2.7013,1.8996,2.7013],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022will\u0022,\u0022boundingBox\u0022:[2.7122,2.5852,2.9307,2.5852,2.9307,2.7003,2.7122,2.7003],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022be\u0022,\u0022boundingBox\u0022:[2.9922,2.5852,3.1419,2.5852,3.1419,2.7013,2.9922,2.7013],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022held\u0022,\u0022boundingBox\u0022:[3.1987,2.5852,3.4704,2.5852,3.4704,2.7013,3.1987,2.7013],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022on\u0022,\u0022boundingBox\u0022:[3.53,2.62,3.6846,2.62,3.6846,2.7013,3.53,2.7013],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022May\u0022,\u0022boundingBox\u0022:[3.7498,2.5934,4.0422,2.5934,4.0422,2.7293,3.7498,2.7293],\u0022confidence\u0022:1},{\u0022text\u0022:\u002228-29,\u0022,\u0022boundingBox\u0022:[4.0877,2.5914,4.5042,2.5914,4.5042,2.7236,4.0877,2.7236],\u0022confidence\u0022:1},{\u0022text\u0022:\u00222020\u0022,\u0022boundingBox\u0022:[4.5586,2.5914,4.884,2.5914,4.884,2.7017,4.5586,2.7017],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022at\u0022,\u0022boundingBox\u0022:[4.9351,2.6014,5.0577,2.6014,5.0577,2.7013,4.9351,2.7013],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022the\u0022,\u0022boundingBox\u0022:[5.1033,2.5852,5.3202,2.5852,5.3202,2.7013,5.1033,2.7013],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Elm\u0022,\u0022boundingBox\u0022:[5.3787,2.5852,5.6051,2.5852,5.6051,2.7003,5.3787,2.7003],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Conference\u0022,\u0022boundingBox\u0022:[5.6624,2.5846,6.4263,2.5846,6.4263,2.7013,5.6624,2.7013],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Center\u0022,\u0022boundingBox\u0022:[6.4796,2.5919,6.9234,2.5919,6.9234,2.7013,6.4796,2.7013],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022in\u0022,\u0022boundingBox\u0022:[6.9765,2.5905,7.0776,2.5905,7.0776,2.7003,6.9765,2.7003],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Maple City, Massachusetts. The conference has sold out of its 1,500 tickets, with a 400 person\u0022,\u0022boundingBox\u0022:[1.014,2.8029,7.3457,2.8029,7.3457,2.9478,1.014,2.9478],\u0022words\u0022:[{\u0022text\u0022:\u0022Maple\u0022,\u0022boundingBox\u0022:[1.014,2.8036,1.4242,2.8036,1.4242,2.9478,1.014,2.9478],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022City,\u0022,\u0022boundingBox\u0022:[1.4763,2.8089,1.7576,2.8089,1.7576,2.9478,1.4763,2.9478],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Massachusetts.\u0022,\u0022boundingBox\u0022:[1.8195,2.8036,2.8383,2.8036,2.8383,2.9197,1.8195,2.9197],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022The\u0022,\u0022boundingBox\u0022:[2.8883,2.8036,3.1326,2.8036,3.1326,2.9197,2.8883,2.9197],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022conference\u0022,\u0022boundingBox\u0022:[3.1842,2.8029,3.9301,2.8029,3.9301,2.9197,3.1842,2.9197],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022has\u0022,\u0022boundingBox\u0022:[3.9871,2.8036,4.2019,2.8036,4.2019,2.9197,3.9871,2.9197],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022sold\u0022,\u0022boundingBox\u0022:[4.2529,2.8036,4.5104,2.8036,4.5104,2.9197,4.2529,2.9197],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022out\u0022,\u0022boundingBox\u0022:[4.5701,2.8197,4.7871,2.8197,4.7871,2.9197,4.5701,2.9197],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022of\u0022,\u0022boundingBox\u0022:[4.8373,2.8029,4.9701,2.8029,4.9701,2.9197,4.8373,2.9197],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022its\u0022,\u0022boundingBox\u0022:[5.0169,2.8089,5.1601,2.8089,5.1601,2.9197,5.0169,2.9197],\u0022confidence\u0022:1},{\u0022text\u0022:\u00221,500\u0022,\u0022boundingBox\u0022:[5.2167,2.81,5.5766,2.81,5.5766,2.9418,5.2167,2.9418],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022tickets,\u0022,\u0022boundingBox\u0022:[5.6227,2.8036,6.0928,2.8036,6.0928,2.9418,5.6227,2.9418],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022with\u0022,\u0022boundingBox\u0022:[6.1461,2.8036,6.4308,2.8036,6.4308,2.9195,6.1461,2.9195],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022a\u0022,\u0022boundingBox\u0022:[6.488,2.8383,6.548,2.8383,6.548,2.9197,6.488,2.9197],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022400\u0022,\u0022boundingBox\u0022:[6.6016,2.81,6.8449,2.81,6.8449,2.9197,6.6016,2.9197],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022person\u0022,\u0022boundingBox\u0022:[6.8998,2.8383,7.3457,2.8383,7.3457,2.9478,6.8998,2.9478],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022waitlist. Vendor applications are being accepted through Feb 28, 2020. Please fill in the form\u0022,\u0022boundingBox\u0022:[1.0043,3.0229,7.2482,3.0229,7.2482,3.1678,1.0043,3.1678],\u0022words\u0022:[{\u0022text\u0022:\u0022waitlist.\u0022,\u0022boundingBox\u0022:[1.0043,3.0236,1.5194,3.0236,1.5194,3.1397,1.0043,3.1397],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Vendor\u0022,\u0022boundingBox\u0022:[1.5733,3.0239,2.0654,3.0239,2.0654,3.1397,1.5733,3.1397],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022applications\u0022,\u0022boundingBox\u0022:[2.1132,3.0236,2.9143,3.0236,2.9143,3.1678,2.1132,3.1678],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022are\u0022,\u0022boundingBox\u0022:[2.9675,3.0583,3.1726,3.0583,3.1726,3.1397,2.9675,3.1397],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022being\u0022,\u0022boundingBox\u0022:[3.2306,3.0236,3.5889,3.0236,3.5889,3.1678,3.2306,3.1678],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022accepted\u0022,\u0022boundingBox\u0022:[3.6388,3.0239,4.2336,3.0239,4.2336,3.1678,3.6388,3.1678],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022through\u0022,\u0022boundingBox\u0022:[4.2862,3.0236,4.8127,3.0236,4.8127,3.1678,4.2862,3.1678],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Feb\u0022,\u0022boundingBox\u0022:[4.8815,3.0236,5.1133,3.0236,5.1133,3.14,4.8815,3.14],\u0022confidence\u0022:1},{\u0022text\u0022:\u002228,\u0022,\u0022boundingBox\u0022:[5.163,3.0297,5.361,3.0297,5.361,3.162,5.163,3.162],\u0022confidence\u0022:1},{\u0022text\u0022:\u00222020.\u0022,\u0022boundingBox\u0022:[5.413,3.0297,5.7774,3.0297,5.7774,3.14,5.413,3.14],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Please\u0022,\u0022boundingBox\u0022:[5.8406,3.0236,6.2537,3.0236,6.2537,3.1397,5.8406,3.1397],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022fill\u0022,\u0022boundingBox\u0022:[6.3022,3.0229,6.4539,3.0229,6.4539,3.1387,6.3022,3.1387],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022in\u0022,\u0022boundingBox\u0022:[6.5131,3.0289,6.6158,3.0289,6.6158,3.1387,6.5131,3.1387],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022the\u0022,\u0022boundingBox\u0022:[6.6673,3.0236,6.8842,3.0236,6.8842,3.1397,6.6673,3.1397],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022form\u0022,\u0022boundingBox\u0022:[6.9317,3.0229,7.2482,3.0229,7.2482,3.1397,6.9317,3.1397],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022below, and attach a check made out to:\u0022,\u0022boundingBox\u0022:[1.0125,3.2436,3.6599,3.2436,3.6599,3.3818,1.0125,3.3818],\u0022words\u0022:[{\u0022text\u0022:\u0022below,\u0022,\u0022boundingBox\u0022:[1.0125,3.2436,1.4459,3.2436,1.4459,3.3818,1.0125,3.3818],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022and\u0022,\u0022boundingBox\u0022:[1.5024,3.2439,1.7371,3.2439,1.7371,3.3597,1.5024,3.3597],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022attach\u0022,\u0022boundingBox\u0022:[1.7968,3.2436,2.2047,3.2436,2.2047,3.3597,1.7968,3.3597],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022a\u0022,\u0022boundingBox\u0022:[2.2619,3.2783,2.3219,3.2783,2.3219,3.3597,2.2619,3.3597],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022check\u0022,\u0022boundingBox\u0022:[2.379,3.2436,2.7529,3.2436,2.7529,3.3597,2.379,3.3597],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022made\u0022,\u0022boundingBox\u0022:[2.8076,3.2439,3.17,3.2439,3.17,3.3597,2.8076,3.3597],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022out\u0022,\u0022boundingBox\u0022:[3.2251,3.2597,3.4421,3.2597,3.4421,3.3597,3.2251,3.3597],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022to:\u0022,\u0022boundingBox\u0022:[3.4869,3.2597,3.6599,3.2597,3.6599,3.3597,3.4869,3.3597],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Contoso Ltd.\u0022,\u0022boundingBox\u0022:[1.0078,3.5739,1.843,3.5739,1.843,3.6897,1.0078,3.6897],\u0022words\u0022:[{\u0022text\u0022:\u0022Contoso\u0022,\u0022boundingBox\u0022:[1.0078,3.5802,1.5548,3.5802,1.5548,3.6897,1.0078,3.6897],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Ltd.\u0022,\u0022boundingBox\u0022:[1.6125,3.5739,1.843,3.5739,1.843,3.6897,1.6125,3.6897],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u00222345 Dogwood Lane\u0022,\u0022boundingBox\u0022:[1.0093,3.7939,2.3768,3.7939,2.3768,3.9378,1.0093,3.9378],\u0022words\u0022:[{\u0022text\u0022:\u00222345\u0022,\u0022boundingBox\u0022:[1.0093,3.8,1.3297,3.8,1.3297,3.9097,1.0093,3.9097],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Dogwood\u0022,\u0022boundingBox\u0022:[1.3899,3.7939,2.0149,3.7939,2.0149,3.9378,1.3899,3.9378],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Lane\u0022,\u0022boundingBox\u0022:[2.0788,3.8012,2.3768,3.8012,2.3768,3.9097,2.0788,3.9097],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Birch, Kansas 98123\u0022,\u0022boundingBox\u0022:[1.014,4.0136,2.3377,4.0136,2.3377,4.1518,1.014,4.1518],\u0022words\u0022:[{\u0022text\u0022:\u0022Birch,\u0022,\u0022boundingBox\u0022:[1.014,4.0136,1.3745,4.0136,1.3745,4.1518,1.014,4.1518],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Kansas\u0022,\u0022boundingBox\u0022:[1.4375,4.0212,1.8819,4.0212,1.8819,4.1297,1.4375,4.1297],\u0022confidence\u0022:1},{\u0022text\u0022:\u002298123\u0022,\u0022boundingBox\u0022:[1.9318,4.02,2.3377,4.02,2.3377,4.1297,1.9318,4.1297],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Rates:\u0022,\u0022boundingBox\u0022:[1.0204,4.4248,1.5303,4.4248,1.5303,4.5682,1.0204,4.5682],\u0022words\u0022:[{\u0022text\u0022:\u0022Rates:\u0022,\u0022boundingBox\u0022:[1.0204,4.4248,1.5303,4.4248,1.5303,4.5682,1.0204,4.5682],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Package\u0022,\u0022boundingBox\u0022:[1.0923,4.6986,1.6232,4.6986,1.6232,4.8428,1.0923,4.8428],\u0022words\u0022:[{\u0022text\u0022:\u0022Package\u0022,\u0022boundingBox\u0022:[1.0923,4.6986,1.6232,4.6986,1.6232,4.8428,1.0923,4.8428],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Included\u0022,\u0022boundingBox\u0022:[2.713,4.6986,3.2707,4.6986,3.2707,4.8147,2.713,4.8147],\u0022words\u0022:[{\u0022text\u0022:\u0022Included\u0022,\u0022boundingBox\u0022:[2.713,4.6986,3.2707,4.6986,3.2707,4.8147,2.713,4.8147],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Price\u0022,\u0022boundingBox\u0022:[5.838,4.7039,6.1513,4.7039,6.1513,4.8147,5.838,4.8147],\u0022words\u0022:[{\u0022text\u0022:\u0022Price\u0022,\u0022boundingBox\u0022:[5.838,4.7039,6.1513,4.7039,6.1513,4.8147,5.838,4.8147],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Gold Sponsor\u0022,\u0022boundingBox\u0022:[1.0857,4.9086,1.9831,4.9086,1.9831,5.0528,1.0857,5.0528],\u0022words\u0022:[{\u0022text\u0022:\u0022Gold\u0022,\u0022boundingBox\u0022:[1.0857,4.9086,1.3842,4.9086,1.3842,5.0247,1.0857,5.0247],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Sponsor\u0022,\u0022boundingBox\u0022:[1.4423,4.915,1.9831,4.915,1.9831,5.0528,1.4423,5.0528],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,4.954,3.018,4.954,3.018,5.0145,2.9586,5.0145],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,4.954,3.018,4.954,3.018,5.0145,2.9586,5.0145],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Full booth\u0022,\u0022boundingBox\u0022:[3.214,4.9169,3.8726,4.9169,3.8726,5.033,3.214,5.033],\u0022words\u0022:[{\u0022text\u0022:\u0022Full\u0022,\u0022boundingBox\u0022:[3.214,4.9169,3.4295,4.9169,3.4295,5.033,3.214,5.033],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022booth\u0022,\u0022boundingBox\u0022:[3.492,4.9169,3.8726,4.9169,3.8726,5.033,3.492,5.033],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022$1,500\u0022,\u0022boundingBox\u0022:[5.8328,4.8977,6.2829,4.8977,6.2829,5.0468,5.8328,5.0468],\u0022words\u0022:[{\u0022text\u0022:\u0022$1,500\u0022,\u0022boundingBox\u0022:[5.8328,4.8977,6.2829,4.8977,6.2829,5.0468,5.8328,5.0468],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,5.1673,3.018,5.1673,3.018,5.2279,2.9586,5.2279],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,5.1673,3.018,5.1673,3.018,5.2279,2.9586,5.2279],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Pre-keynote thank you\u0022,\u0022boundingBox\u0022:[3.214,5.1302,4.7267,5.1302,4.7267,5.2744,3.214,5.2744],\u0022words\u0022:[{\u0022text\u0022:\u0022Pre-keynote\u0022,\u0022boundingBox\u0022:[3.214,5.1302,4.0183,5.1302,4.0183,5.2744,3.214,5.2744],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022thank\u0022,\u0022boundingBox\u0022:[4.0665,5.1302,4.4475,5.1302,4.4475,5.2463,4.0665,5.2463],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022you\u0022,\u0022boundingBox\u0022:[4.4903,5.165,4.7267,5.165,4.7267,5.2744,4.4903,5.2744],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,5.379,3.018,5.379,3.018,5.4395,2.9586,5.4395],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,5.379,3.018,5.379,3.018,5.4395,2.9586,5.4395],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Logo on poster\u0022,\u0022boundingBox\u0022:[3.214,5.3495,4.2093,5.3495,4.2093,5.4861,3.214,5.4861],\u0022words\u0022:[{\u0022text\u0022:\u0022Logo\u0022,\u0022boundingBox\u0022:[3.214,5.3495,3.5163,5.3495,3.5163,5.4861,3.214,5.4861],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022on\u0022,\u0022boundingBox\u0022:[3.5686,5.3767,3.7244,5.3767,3.7244,5.458,3.5686,5.458],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022poster\u0022,\u0022boundingBox\u0022:[3.7888,5.358,4.2093,5.358,4.2093,5.4861,3.7888,5.4861],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,5.5923,3.018,5.5923,3.018,5.6529,2.9586,5.6529],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,5.5923,3.018,5.5923,3.018,5.6529,2.9586,5.6529],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Full page ad in program guide\u0022,\u0022boundingBox\u0022:[3.214,5.5552,5.201,5.5552,5.201,5.6994,3.214,5.6994],\u0022words\u0022:[{\u0022text\u0022:\u0022Full\u0022,\u0022boundingBox\u0022:[3.214,5.5552,3.4295,5.5552,3.4295,5.6713,3.214,5.6713],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022page\u0022,\u0022boundingBox\u0022:[3.492,5.59,3.7989,5.59,3.7989,5.6994,3.492,5.6994],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022ad\u0022,\u0022boundingBox\u0022:[3.8519,5.5556,3.9991,5.5556,3.9991,5.6713,3.8519,5.6713],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022in\u0022,\u0022boundingBox\u0022:[4.0599,5.5605,4.1626,5.5605,4.1626,5.6703,4.0599,5.6703],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022program\u0022,\u0022boundingBox\u0022:[4.2248,5.59,4.7839,5.59,4.7839,5.6994,4.2248,5.6994],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022guide\u0022,\u0022boundingBox\u0022:[4.8367,5.5556,5.201,5.5556,5.201,5.6994,4.8367,5.6994],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,5.804,3.018,5.804,3.018,5.8645,2.9586,5.8645],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,5.804,3.018,5.804,3.018,5.8645,2.9586,5.8645],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Silver Sponsor\u0022,\u0022boundingBox\u0022:[1.0842,5.9786,2.0339,5.9786,2.0339,6.1228,1.0842,6.1228],\u0022words\u0022:[{\u0022text\u0022:\u0022Silver\u0022,\u0022boundingBox\u0022:[1.0842,5.9786,1.4443,5.9786,1.4443,6.0947,1.0842,6.0947],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Sponsor\u0022,\u0022boundingBox\u0022:[1.4904,5.985,2.0339,5.985,2.0339,6.1228,1.4904,6.1228],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,6.024,3.018,6.024,3.018,6.0845,2.9586,6.0845],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,6.024,3.018,6.024,3.018,6.0845,2.9586,6.0845],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Full booth\u0022,\u0022boundingBox\u0022:[3.214,5.9869,3.8726,5.9869,3.8726,6.103,3.214,6.103],\u0022words\u0022:[{\u0022text\u0022:\u0022Full\u0022,\u0022boundingBox\u0022:[3.214,5.9869,3.4295,5.9869,3.4295,6.103,3.214,6.103],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022booth\u0022,\u0022boundingBox\u0022:[3.492,5.9869,3.8726,5.9869,3.8726,6.103,3.492,6.103],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022$1,200\u0022,\u0022boundingBox\u0022:[5.8328,5.9677,6.2829,5.9677,6.2829,6.1168,5.8328,6.1168],\u0022words\u0022:[{\u0022text\u0022:\u0022$1,200\u0022,\u0022boundingBox\u0022:[5.8328,5.9677,6.2829,5.9677,6.2829,6.1168,5.8328,6.1168],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,6.2356,3.018,6.2356,3.018,6.2962,2.9586,6.2962],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,6.2356,3.018,6.2356,3.018,6.2962,2.9586,6.2962],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Post-keynote thank you\u0022,\u0022boundingBox\u0022:[3.214,6.1986,4.7938,6.1986,4.7938,6.3428,3.214,6.3428],\u0022words\u0022:[{\u0022text\u0022:\u0022Post-keynote\u0022,\u0022boundingBox\u0022:[3.214,6.1986,4.0878,6.1986,4.0878,6.3428,3.214,6.3428],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022thank\u0022,\u0022boundingBox\u0022:[4.1348,6.1986,4.5158,6.1986,4.5158,6.3147,4.1348,6.3147],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022you\u0022,\u0022boundingBox\u0022:[4.5586,6.2333,4.7938,6.2333,4.7938,6.3428,4.5586,6.3428],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,6.4473,3.018,6.4473,3.018,6.5079,2.9586,6.5079],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,6.4473,3.018,6.4473,3.018,6.5079,2.9586,6.5079],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Logo on poster\u0022,\u0022boundingBox\u0022:[3.214,6.4179,4.2093,6.4179,4.2093,6.5544,3.214,6.5544],\u0022words\u0022:[{\u0022text\u0022:\u0022Logo\u0022,\u0022boundingBox\u0022:[3.214,6.4179,3.5163,6.4179,3.5163,6.5544,3.214,6.5544],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022on\u0022,\u0022boundingBox\u0022:[3.5686,6.445,3.7244,6.445,3.7244,6.5263,3.5686,6.5263],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022poster\u0022,\u0022boundingBox\u0022:[3.7888,6.4264,4.2093,6.4264,4.2093,6.5544,3.7888,6.5544],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,6.6606,3.018,6.6606,3.018,6.7212,2.9586,6.7212],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,6.6606,3.018,6.6606,3.018,6.7212,2.9586,6.7212],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Half page ad in program guide\u0022,\u0022boundingBox\u0022:[3.214,6.6229,5.2314,6.6229,5.2314,6.7678,3.214,6.7678],\u0022words\u0022:[{\u0022text\u0022:\u0022Half\u0022,\u0022boundingBox\u0022:[3.214,6.6229,3.4739,6.6229,3.4739,6.7397,3.214,6.7397],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022page\u0022,\u0022boundingBox\u0022:[3.5224,6.6583,3.8326,6.6583,3.8326,6.7678,3.5224,6.7678],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022ad\u0022,\u0022boundingBox\u0022:[3.8843,6.6239,4.0315,6.6239,4.0315,6.7397,3.8843,6.7397],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022in\u0022,\u0022boundingBox\u0022:[4.0923,6.6289,4.195,6.6289,4.195,6.7387,4.0923,6.7387],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022program\u0022,\u0022boundingBox\u0022:[4.2563,6.6583,4.8148,6.6583,4.8148,6.7678,4.2563,6.7678],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022guide\u0022,\u0022boundingBox\u0022:[4.8695,6.6239,5.2314,6.6239,5.2314,6.7678,4.8695,6.7678],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Bronze Sponsor\u0022,\u0022boundingBox\u0022:[1.0923,6.84,2.1362,6.84,2.1362,6.9778,1.0923,6.9778],\u0022words\u0022:[{\u0022text\u0022:\u0022Bronze\u0022,\u0022boundingBox\u0022:[1.0923,6.8417,1.545,6.8417,1.545,6.9497,1.0923,6.9497],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Sponsor\u0022,\u0022boundingBox\u0022:[1.5951,6.84,2.1362,6.84,2.1362,6.9778,1.5951,6.9778],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,6.879,3.018,6.879,3.018,6.9395,2.9586,6.9395],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,6.879,3.018,6.879,3.018,6.9395,2.9586,6.9395],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Full booth\u0022,\u0022boundingBox\u0022:[3.214,6.8419,3.8726,6.8419,3.8726,6.958,3.214,6.958],\u0022words\u0022:[{\u0022text\u0022:\u0022Full\u0022,\u0022boundingBox\u0022:[3.214,6.8419,3.4295,6.8419,3.4295,6.958,3.214,6.958],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022booth\u0022,\u0022boundingBox\u0022:[3.492,6.8419,3.8726,6.8419,3.8726,6.958,3.492,6.958],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022$1,000\u0022,\u0022boundingBox\u0022:[5.8328,6.8227,6.2829,6.8227,6.2829,6.9718,5.8328,6.9718],\u0022words\u0022:[{\u0022text\u0022:\u0022$1,000\u0022,\u0022boundingBox\u0022:[5.8328,6.8227,6.2829,6.8227,6.2829,6.9718,5.8328,6.9718],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,7.0923,3.018,7.0923,3.018,7.1529,2.9586,7.1529],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,7.0923,3.018,7.0923,3.018,7.1529,2.9586,7.1529],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Logo on poster\u0022,\u0022boundingBox\u0022:[3.214,7.0629,4.2093,7.0629,4.2093,7.1994,3.214,7.1994],\u0022words\u0022:[{\u0022text\u0022:\u0022Logo\u0022,\u0022boundingBox\u0022:[3.214,7.0629,3.5163,7.0629,3.5163,7.1994,3.214,7.1994],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022on\u0022,\u0022boundingBox\u0022:[3.5686,7.09,3.7244,7.09,3.7244,7.1713,3.5686,7.1713],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022poster\u0022,\u0022boundingBox\u0022:[3.7888,7.0714,4.2093,7.0714,4.2093,7.1994,3.7888,7.1994],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,7.304,3.018,7.304,3.018,7.3645,2.9586,7.3645],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,7.304,3.018,7.304,3.018,7.3645,2.9586,7.3645],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u002250% discount on program guide\u0022,\u0022boundingBox\u0022:[3.2082,7.2672,5.3419,7.2672,5.3419,7.4111,3.2082,7.4111],\u0022words\u0022:[{\u0022text\u0022:\u002250%\u0022,\u0022boundingBox\u0022:[3.2082,7.2717,3.4817,7.2717,3.4817,7.3845,3.2082,7.3845],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022discount\u0022,\u0022boundingBox\u0022:[3.533,7.2672,4.1018,7.2672,4.1018,7.383,3.533,7.383],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022on\u0022,\u0022boundingBox\u0022:[4.1512,7.3017,4.307,7.3017,4.307,7.383,4.1512,7.383],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022program\u0022,\u0022boundingBox\u0022:[4.3682,7.3017,4.9253,7.3017,4.9253,7.4111,4.3682,7.4111],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022guide\u0022,\u0022boundingBox\u0022:[4.981,7.2672,5.3419,7.2672,5.3419,7.4111,4.981,7.4111],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022advertisements\u0022,\u0022boundingBox\u0022:[3.2075,7.4706,4.2429,7.4706,4.2429,7.5863,3.2075,7.5863],\u0022words\u0022:[{\u0022text\u0022:\u0022advertisements\u0022,\u0022boundingBox\u0022:[3.2075,7.4706,4.2429,7.4706,4.2429,7.5863,3.2075,7.5863],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Full Booth\u0022,\u0022boundingBox\u0022:[1.0923,7.6819,1.7537,7.6819,1.7537,7.798,1.0923,7.798],\u0022words\u0022:[{\u0022text\u0022:\u0022Full\u0022,\u0022boundingBox\u0022:[1.0923,7.6819,1.3079,7.6819,1.3079,7.798,1.0923,7.798],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Booth\u0022,\u0022boundingBox\u0022:[1.3718,7.6819,1.7537,7.6819,1.7537,7.798,1.3718,7.798],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,7.7273,3.018,7.7273,3.018,7.7879,2.9586,7.7879],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,7.7273,3.018,7.7273,3.018,7.7879,2.9586,7.7879],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Full booth\u0022,\u0022boundingBox\u0022:[3.214,7.6902,3.8726,7.6902,3.8726,7.8063,3.214,7.8063],\u0022words\u0022:[{\u0022text\u0022:\u0022Full\u0022,\u0022boundingBox\u0022:[3.214,7.6902,3.4295,7.6902,3.4295,7.8063,3.214,7.8063],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022booth\u0022,\u0022boundingBox\u0022:[3.492,7.6902,3.8726,7.6902,3.8726,7.8063,3.492,7.8063],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022$600\u0022,\u0022boundingBox\u0022:[5.8328,7.6711,6.1586,7.6711,6.1586,7.8165,5.8328,7.8165],\u0022words\u0022:[{\u0022text\u0022:\u0022$600\u0022,\u0022boundingBox\u0022:[5.8328,7.6711,6.1586,7.6711,6.1586,7.8165,5.8328,7.8165],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,7.939,3.018,7.939,3.018,7.9995,2.9586,7.9995],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,7.939,3.018,7.939,3.018,7.9995,2.9586,7.9995],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u002250% discount on program guide\u0022,\u0022boundingBox\u0022:[3.2082,7.9022,5.3419,7.9022,5.3419,8.0461,3.2082,8.0461],\u0022words\u0022:[{\u0022text\u0022:\u002250%\u0022,\u0022boundingBox\u0022:[3.2082,7.9067,3.4817,7.9067,3.4817,8.0195,3.2082,8.0195],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022discount\u0022,\u0022boundingBox\u0022:[3.533,7.9022,4.1018,7.9022,4.1018,8.018,3.533,8.018],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022on\u0022,\u0022boundingBox\u0022:[4.1512,7.9367,4.307,7.9367,4.307,8.018,4.1512,8.018],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022program\u0022,\u0022boundingBox\u0022:[4.3682,7.9367,4.9253,7.9367,4.9253,8.0461,4.3682,8.0461],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022guide\u0022,\u0022boundingBox\u0022:[4.981,7.9022,5.3419,7.9022,5.3419,8.0461,4.981,8.0461],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022advertisements\u0022,\u0022boundingBox\u0022:[3.2075,8.1056,4.2429,8.1056,4.2429,8.2213,3.2075,8.2213],\u0022words\u0022:[{\u0022text\u0022:\u0022advertisements\u0022,\u0022boundingBox\u0022:[3.2075,8.1056,4.2429,8.1056,4.2429,8.2213,3.2075,8.2213],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Half Booth\u0022,\u0022boundingBox\u0022:[1.0923,8.3162,1.7854,8.3162,1.7854,8.433,1.0923,8.433],\u0022words\u0022:[{\u0022text\u0022:\u0022Half\u0022,\u0022boundingBox\u0022:[1.0923,8.3162,1.3522,8.3162,1.3522,8.433,1.0923,8.433],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Booth\u0022,\u0022boundingBox\u0022:[1.4022,8.3169,1.7854,8.3169,1.7854,8.433,1.4022,8.433],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,8.3623,3.018,8.3623,3.018,8.4229,2.9586,8.4229],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,8.3623,3.018,8.3623,3.018,8.4229,2.9586,8.4229],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Full booth\u0022,\u0022boundingBox\u0022:[3.214,8.3252,3.8726,8.3252,3.8726,8.4413,3.214,8.4413],\u0022words\u0022:[{\u0022text\u0022:\u0022Full\u0022,\u0022boundingBox\u0022:[3.214,8.3252,3.4295,8.3252,3.4295,8.4413,3.214,8.4413],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022booth\u0022,\u0022boundingBox\u0022:[3.492,8.3252,3.8726,8.3252,3.8726,8.4413,3.492,8.4413],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022$350\u0022,\u0022boundingBox\u0022:[5.8328,8.3061,6.1586,8.3061,6.1586,8.4515,5.8328,8.4515],\u0022words\u0022:[{\u0022text\u0022:\u0022$350\u0022,\u0022boundingBox\u0022:[5.8328,8.3061,6.1586,8.3061,6.1586,8.4515,5.8328,8.4515],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,8.574,3.018,8.574,3.018,8.6345,2.9586,8.6345],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,8.574,3.018,8.574,3.018,8.6345,2.9586,8.6345],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u002225% discount on program guide\u0022,\u0022boundingBox\u0022:[3.2093,8.5372,5.3419,8.5372,5.3419,8.6811,3.2093,8.6811],\u0022words\u0022:[{\u0022text\u0022:\u002225%\u0022,\u0022boundingBox\u0022:[3.2093,8.5417,3.4817,8.5417,3.4817,8.6545,3.2093,8.6545],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022discount\u0022,\u0022boundingBox\u0022:[3.533,8.5372,4.1018,8.5372,4.1018,8.653,3.533,8.653],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022on\u0022,\u0022boundingBox\u0022:[4.1512,8.5717,4.307,8.5717,4.307,8.653,4.1512,8.653],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022program\u0022,\u0022boundingBox\u0022:[4.3682,8.5717,4.9253,8.5717,4.9253,8.6811,4.3682,8.6811],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022guide\u0022,\u0022boundingBox\u0022:[4.981,8.5372,5.3419,8.5372,5.3419,8.6811,4.981,8.6811],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022advertisements\u0022,\u0022boundingBox\u0022:[3.2075,8.7406,4.2429,8.7406,4.2429,8.8563,3.2075,8.8563],\u0022words\u0022:[{\u0022text\u0022:\u0022advertisements\u0022,\u0022boundingBox\u0022:[3.2075,8.7406,4.2429,8.7406,4.2429,8.8563,3.2075,8.8563],\u0022confidence\u0022:1}]}]},{\u0022page\u0022:2,\u0022angle\u0022:0,\u0022width\u0022:8.5,\u0022height\u0022:11,\u0022unit\u0022:\u0022inch\u0022,\u0022lines\u0022:[{\u0022text\u0022:\u0022Vendor #:121\u0022,\u0022boundingBox\u0022:[6.1276,1.0667,7.4833,1.0667,7.4833,1.2403,6.1276,1.2403],\u0022words\u0022:[{\u0022text\u0022:\u0022Vendor\u0022,\u0022boundingBox\u0022:[6.1276,1.0667,6.8657,1.0667,6.8657,1.2403,6.1276,1.2403],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022#:121\u0022,\u0022boundingBox\u0022:[6.9307,1.0759,7.4833,1.0759,7.4833,1.2391,6.9307,1.2391],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Vendor Details:\u0022,\u0022boundingBox\u0022:[1.0044,2.1771,2.35,2.1771,2.35,2.3315,1.0044,2.3315],\u0022words\u0022:[{\u0022text\u0022:\u0022Vendor\u0022,\u0022boundingBox\u0022:[1.0044,2.1778,1.6496,2.1778,1.6496,2.3315,1.0044,2.3315],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Details:\u0022,\u0022boundingBox\u0022:[1.7239,2.1771,2.35,2.1771,2.35,2.3315,1.7239,2.3315],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Company Name: Southridge Video\u0022,\u0022boundingBox\u0022:[1.0065,2.7686,3.3477,2.7686,3.3477,2.9128,1.0065,2.9128],\u0022words\u0022:[{\u0022text\u0022:\u0022Company\u0022,\u0022boundingBox\u0022:[1.0065,2.7749,1.651,2.7749,1.651,2.9126,1.0065,2.9126],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Name:\u0022,\u0022boundingBox\u0022:[1.7019,2.7764,2.1376,2.7764,2.1376,2.885,1.7019,2.885],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Southridge\u0022,\u0022boundingBox\u0022:[2.1925,2.7686,2.9184,2.7686,2.9184,2.9128,2.1925,2.9128],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Video\u0022,\u0022boundingBox\u0022:[2.9691,2.7689,3.3477,2.7689,3.3477,2.8847,2.9691,2.8847],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Contact: Jamie@southridgevideo.com\u0022,\u0022boundingBox\u0022:[1.0065,3.0986,3.5766,3.0986,3.5766,3.2428,1.0065,3.2428],\u0022words\u0022:[{\u0022text\u0022:\u0022Contact:\u0022,\u0022boundingBox\u0022:[1.0065,3.1049,1.5706,3.1049,1.5706,3.215,1.0065,3.215],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Jamie@southridgevideo.com\u0022,\u0022boundingBox\u0022:[1.6205,3.0986,3.5766,3.0986,3.5766,3.2428,1.6205,3.2428],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Preferred Package: Gold\u0022,\u0022boundingBox\u0022:[1.0115,3.4296,2.6542,3.4296,2.6542,3.5744,1.0115,3.5744],\u0022words\u0022:[{\u0022text\u0022:\u0022Preferred\u0022,\u0022boundingBox\u0022:[1.0115,3.4296,1.6499,3.4296,1.6499,3.5467,1.0115,3.5467],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Package:\u0022,\u0022boundingBox\u0022:[1.7092,3.4302,2.2978,3.4302,2.2978,3.5744,1.7092,3.5744],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Gold\u0022,\u0022boundingBox\u0022:[2.3557,3.4302,2.6542,3.4302,2.6542,3.5463,2.3557,3.5463],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Special Requests: N/a\u0022,\u0022boundingBox\u0022:[1.0052,3.7537,2.4783,3.7537,2.4783,3.9043,1.0052,3.9043],\u0022words\u0022:[{\u0022text\u0022:\u0022Special\u0022,\u0022boundingBox\u0022:[1.0052,3.7602,1.475,3.7602,1.475,3.9043,1.0052,3.9043],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Requests:\u0022,\u0022boundingBox\u0022:[1.5342,3.7684,2.1899,3.7684,2.1899,3.9043,1.5342,3.9043],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022N/a\u0022,\u0022boundingBox\u0022:[2.254,3.7537,2.4783,3.7537,2.4783,3.8976,2.254,3.8976],\u0022confidence\u0022:1}]}]}],\u0022documentResults\u0022:[{\u0022docType\u0022:\u0022prebuilt:receipt\u0022,\u0022pageRange\u0022:[1,1],\u0022fields\u0022:{\u0022ReceiptType\u0022:{\u0022type\u0022:\u0022string\u0022,\u0022valueString\u0022:\u0022Itemized\u0022,\u0022confidence\u0022:0.99},\u0022MerchantAddress\u0022:{\u0022type\u0022:\u0022string\u0022,\u0022valueString\u0022:\u00222345 Dogwood Lane Birch, Kansas 98123\u0022,\u0022text\u0022:\u00222345 Dogwood Lane Birch, Kansas 98123\u0022,\u0022boundingBox\u0022:[1.0093,3.7939,2.3768,3.7939,2.3768,4.1518,1.0093,4.1518],\u0022page\u0022:1,\u0022confidence\u0022:0.99,\u0022elements\u0022:[\u0022#/readResults/0/lines/7/words/0\u0022,\u0022#/readResults/0/lines/7/words/1\u0022,\u0022#/readResults/0/lines/7/words/2\u0022,\u0022#/readResults/0/lines/8/words/0\u0022,\u0022#/readResults/0/lines/8/words/1\u0022,\u0022#/readResults/0/lines/8/words/2\u0022]}}},{\u0022docType\u0022:\u0022prebuilt:receipt\u0022,\u0022pageRange\u0022:[2,2],\u0022fields\u0022:{\u0022ReceiptType\u0022:{\u0022type\u0022:\u0022string\u0022,\u0022valueString\u0022:\u0022CreditCard\u0022,\u0022confidence\u0022:0.004}}}]}}" } ], "Variables": { "FORM_RECOGNIZER_API_KEY": "Sanitized", - "FORM_RECOGNIZER_ENDPOINT": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/", + "FORM_RECOGNIZER_ENDPOINT": "https://mariari-centraluseuap.cognitiveservices.azure.com/", "RandomSeed": "1767188218" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeReceiptsCanParseMultipageForm(False)Async.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeReceiptsCanParseMultipageForm(False)Async.json index f9fbc208251f3..125c47afc58e1 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeReceiptsCanParseMultipageForm(False)Async.json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeReceiptsCanParseMultipageForm(False)Async.json @@ -1,17 +1,17 @@ { "Entries": [ { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyze?includeTextDetails=true", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/receipt/analyze?includeTextDetails=true", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "22", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-855e9c4082920945b2ea7c81eae932cb-04787c4108663547-00", + "traceparent": "00-de8d053866c4cf429f652c52574d411e-0f4f62e3b0c2f24a-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "8f739b63b75298dbc96eaa3e4948689d", "x-ms-return-client-request-id": "true" @@ -21,25 +21,25 @@ }, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "a29b53ec-ccc6-4621-88ef-f1c88b6f5b2a", + "apim-request-id": "05f19d51-9db2-46f2-8637-6cdd51709f61", "Content-Length": "0", - "Date": "Wed, 09 Sep 2020 22:38:18 GMT", - "Operation-Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/a29b53ec-ccc6-4621-88ef-f1c88b6f5b2a", + "Date": "Tue, 17 Nov 2020 00:33:58 GMT", + "Operation-Location": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/receipt/analyzeResults/05f19d51-9db2-46f2-8637-6cdd51709f61", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "504" + "x-envoy-upstream-service-time": "167" }, "ResponseBody": [] }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/a29b53ec-ccc6-4621-88ef-f1c88b6f5b2a", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/receipt/analyzeResults/05f19d51-9db2-46f2-8637-6cdd51709f61", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "be73b46be5d6b97ab381b505765a95da", "x-ms-return-client-request-id": "true" @@ -47,29 +47,29 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "c945c4fb-3911-4285-85f1-5ab4bba4eabb", - "Content-Length": "109", + "apim-request-id": "ac62efb5-d604-4885-bd52-548dd60dfc2c", + "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:38:18 GMT", + "Date": "Tue, 17 Nov 2020 00:33:58 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "85" + "x-envoy-upstream-service-time": "9" }, "ResponseBody": { - "status": "notStarted", - "createdDateTime": "2020-09-09T22:38:18Z", - "lastUpdatedDateTime": "2020-09-09T22:38:18Z" + "status": "running", + "createdDateTime": "2020-11-17T00:33:58Z", + "lastUpdatedDateTime": "2020-11-17T00:33:58Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/a29b53ec-ccc6-4621-88ef-f1c88b6f5b2a", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/receipt/analyzeResults/05f19d51-9db2-46f2-8637-6cdd51709f61", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "3ff82270b7444daa5e410420dabd4d6a", "x-ms-return-client-request-id": "true" @@ -77,29 +77,29 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "0bec1c1d-ef75-4af8-b5f6-21c308d7d024", + "apim-request-id": "1912ad91-2474-4ecd-afbf-3999bde54f33", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:38:20 GMT", + "Date": "Tue, 17 Nov 2020 00:33:59 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "86" + "x-envoy-upstream-service-time": "11" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-09-09T22:38:18Z", - "lastUpdatedDateTime": "2020-09-09T22:38:19Z" + "createdDateTime": "2020-11-17T00:33:58Z", + "lastUpdatedDateTime": "2020-11-17T00:33:58Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/a29b53ec-ccc6-4621-88ef-f1c88b6f5b2a", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/receipt/analyzeResults/05f19d51-9db2-46f2-8637-6cdd51709f61", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "7b9945861c667ee320badbd001d6226e", "x-ms-return-client-request-id": "true" @@ -107,29 +107,29 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "d170f430-3043-41c2-93cb-4d0382f29311", + "apim-request-id": "661c5842-9397-497a-ae9b-289786eadd2a", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:38:21 GMT", + "Date": "Tue, 17 Nov 2020 00:34:01 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "36" + "x-envoy-upstream-service-time": "10" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-09-09T22:38:18Z", - "lastUpdatedDateTime": "2020-09-09T22:38:19Z" + "createdDateTime": "2020-11-17T00:33:58Z", + "lastUpdatedDateTime": "2020-11-17T00:33:58Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/a29b53ec-ccc6-4621-88ef-f1c88b6f5b2a", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/receipt/analyzeResults/05f19d51-9db2-46f2-8637-6cdd51709f61", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "26cdd0d92850b45809255f95e15adff5", "x-ms-return-client-request-id": "true" @@ -137,29 +137,29 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "4704bf7b-c4ca-4f60-92f4-54ee3f3fc5bc", + "apim-request-id": "1bc71d74-76bd-4b92-aaac-15eba2b4e846", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:38:22 GMT", + "Date": "Tue, 17 Nov 2020 00:34:02 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", "x-envoy-upstream-service-time": "10" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-09-09T22:38:18Z", - "lastUpdatedDateTime": "2020-09-09T22:38:19Z" + "createdDateTime": "2020-11-17T00:33:58Z", + "lastUpdatedDateTime": "2020-11-17T00:33:58Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/a29b53ec-ccc6-4621-88ef-f1c88b6f5b2a", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/receipt/analyzeResults/05f19d51-9db2-46f2-8637-6cdd51709f61", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "307e4b341ac054733e7a1f8adbda4c88", "x-ms-return-client-request-id": "true" @@ -167,20 +167,20 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "1b55342c-c475-4812-aa2a-8c2b7fb913c4", + "apim-request-id": "96b68485-637a-45a4-860a-f15077245c0b", "Content-Length": "25645", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:38:23 GMT", + "Date": "Tue, 17 Nov 2020 00:34:03 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": "{\u0022status\u0022:\u0022succeeded\u0022,\u0022createdDateTime\u0022:\u00222020-09-09T22:38:18Z\u0022,\u0022lastUpdatedDateTime\u0022:\u00222020-09-09T22:38:23Z\u0022,\u0022analyzeResult\u0022:{\u0022version\u0022:\u00222.1.0\u0022,\u0022readResults\u0022:[{\u0022page\u0022:1,\u0022angle\u0022:0,\u0022width\u0022:8.5,\u0022height\u0022:11,\u0022unit\u0022:\u0022inch\u0022,\u0022lines\u0022:[{\u0022text\u0022:\u0022Vendor #:121\u0022,\u0022boundingBox\u0022:[6.1276,1.0667,7.4833,1.0667,7.4833,1.2403,6.1276,1.2403],\u0022words\u0022:[{\u0022text\u0022:\u0022Vendor\u0022,\u0022boundingBox\u0022:[6.1276,1.0667,6.8657,1.0667,6.8657,1.2403,6.1276,1.2403],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022#:121\u0022,\u0022boundingBox\u0022:[6.9307,1.0759,7.4833,1.0759,7.4833,1.2391,6.9307,1.2391],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Vendor Registration\u0022,\u0022boundingBox\u0022:[2.2268,1.5733,6.2379,1.5733,6.2379,2.005,2.2268,2.005],\u0022words\u0022:[{\u0022text\u0022:\u0022Vendor\u0022,\u0022boundingBox\u0022:[2.2268,1.5733,3.703,1.5733,3.703,1.9207,2.2268,1.9207],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Registration\u0022,\u0022boundingBox\u0022:[3.8661,1.5883,6.2379,1.5883,6.2379,2.005,3.8661,2.005],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Contoso Ltd. Conference will be held on May 28-29, 2020 at the Elm Conference Center in\u0022,\u0022boundingBox\u0022:[1.0078,2.5846,7.0776,2.5846,7.0776,2.7293,1.0078,2.7293],\u0022words\u0022:[{\u0022text\u0022:\u0022Contoso\u0022,\u0022boundingBox\u0022:[1.0078,2.5919,1.5548,2.5919,1.5548,2.7013,1.0078,2.7013],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Ltd.\u0022,\u0022boundingBox\u0022:[1.6125,2.5856,1.843,2.5856,1.843,2.7013,1.6125,2.7013],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Conference\u0022,\u0022boundingBox\u0022:[1.8996,2.5846,2.6636,2.5846,2.6636,2.7013,1.8996,2.7013],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022will\u0022,\u0022boundingBox\u0022:[2.7122,2.5852,2.9307,2.5852,2.9307,2.7003,2.7122,2.7003],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022be\u0022,\u0022boundingBox\u0022:[2.9922,2.5852,3.1419,2.5852,3.1419,2.7013,2.9922,2.7013],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022held\u0022,\u0022boundingBox\u0022:[3.1987,2.5852,3.4704,2.5852,3.4704,2.7013,3.1987,2.7013],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022on\u0022,\u0022boundingBox\u0022:[3.53,2.62,3.6846,2.62,3.6846,2.7013,3.53,2.7013],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022May\u0022,\u0022boundingBox\u0022:[3.7498,2.5934,4.0422,2.5934,4.0422,2.7293,3.7498,2.7293],\u0022confidence\u0022:1},{\u0022text\u0022:\u002228-29,\u0022,\u0022boundingBox\u0022:[4.0877,2.5914,4.5042,2.5914,4.5042,2.7236,4.0877,2.7236],\u0022confidence\u0022:1},{\u0022text\u0022:\u00222020\u0022,\u0022boundingBox\u0022:[4.5586,2.5914,4.884,2.5914,4.884,2.7017,4.5586,2.7017],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022at\u0022,\u0022boundingBox\u0022:[4.9351,2.6014,5.0577,2.6014,5.0577,2.7013,4.9351,2.7013],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022the\u0022,\u0022boundingBox\u0022:[5.1033,2.5852,5.3202,2.5852,5.3202,2.7013,5.1033,2.7013],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Elm\u0022,\u0022boundingBox\u0022:[5.3787,2.5852,5.6051,2.5852,5.6051,2.7003,5.3787,2.7003],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Conference\u0022,\u0022boundingBox\u0022:[5.6624,2.5846,6.4263,2.5846,6.4263,2.7013,5.6624,2.7013],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Center\u0022,\u0022boundingBox\u0022:[6.4796,2.5919,6.9234,2.5919,6.9234,2.7013,6.4796,2.7013],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022in\u0022,\u0022boundingBox\u0022:[6.9765,2.5905,7.0776,2.5905,7.0776,2.7003,6.9765,2.7003],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Maple City, Massachusetts. The conference has sold out of its 1,500 tickets, with a 400 person\u0022,\u0022boundingBox\u0022:[1.014,2.8029,7.3457,2.8029,7.3457,2.9478,1.014,2.9478],\u0022words\u0022:[{\u0022text\u0022:\u0022Maple\u0022,\u0022boundingBox\u0022:[1.014,2.8036,1.4242,2.8036,1.4242,2.9478,1.014,2.9478],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022City,\u0022,\u0022boundingBox\u0022:[1.4763,2.8089,1.7576,2.8089,1.7576,2.9478,1.4763,2.9478],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Massachusetts.\u0022,\u0022boundingBox\u0022:[1.8195,2.8036,2.8383,2.8036,2.8383,2.9197,1.8195,2.9197],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022The\u0022,\u0022boundingBox\u0022:[2.8883,2.8036,3.1326,2.8036,3.1326,2.9197,2.8883,2.9197],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022conference\u0022,\u0022boundingBox\u0022:[3.1842,2.8029,3.9301,2.8029,3.9301,2.9197,3.1842,2.9197],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022has\u0022,\u0022boundingBox\u0022:[3.9871,2.8036,4.2019,2.8036,4.2019,2.9197,3.9871,2.9197],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022sold\u0022,\u0022boundingBox\u0022:[4.2529,2.8036,4.5104,2.8036,4.5104,2.9197,4.2529,2.9197],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022out\u0022,\u0022boundingBox\u0022:[4.5701,2.8197,4.7871,2.8197,4.7871,2.9197,4.5701,2.9197],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022of\u0022,\u0022boundingBox\u0022:[4.8373,2.8029,4.9701,2.8029,4.9701,2.9197,4.8373,2.9197],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022its\u0022,\u0022boundingBox\u0022:[5.0169,2.8089,5.1601,2.8089,5.1601,2.9197,5.0169,2.9197],\u0022confidence\u0022:1},{\u0022text\u0022:\u00221,500\u0022,\u0022boundingBox\u0022:[5.2167,2.81,5.5766,2.81,5.5766,2.9418,5.2167,2.9418],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022tickets,\u0022,\u0022boundingBox\u0022:[5.6227,2.8036,6.0928,2.8036,6.0928,2.9418,5.6227,2.9418],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022with\u0022,\u0022boundingBox\u0022:[6.1461,2.8036,6.4308,2.8036,6.4308,2.9195,6.1461,2.9195],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022a\u0022,\u0022boundingBox\u0022:[6.488,2.8383,6.548,2.8383,6.548,2.9197,6.488,2.9197],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022400\u0022,\u0022boundingBox\u0022:[6.6016,2.81,6.8449,2.81,6.8449,2.9197,6.6016,2.9197],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022person\u0022,\u0022boundingBox\u0022:[6.8998,2.8383,7.3457,2.8383,7.3457,2.9478,6.8998,2.9478],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022waitlist. Vendor applications are being accepted through Feb 28, 2020. Please fill in the form\u0022,\u0022boundingBox\u0022:[1.0043,3.0229,7.2482,3.0229,7.2482,3.1678,1.0043,3.1678],\u0022words\u0022:[{\u0022text\u0022:\u0022waitlist.\u0022,\u0022boundingBox\u0022:[1.0043,3.0236,1.5194,3.0236,1.5194,3.1397,1.0043,3.1397],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Vendor\u0022,\u0022boundingBox\u0022:[1.5733,3.0239,2.0654,3.0239,2.0654,3.1397,1.5733,3.1397],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022applications\u0022,\u0022boundingBox\u0022:[2.1132,3.0236,2.9143,3.0236,2.9143,3.1678,2.1132,3.1678],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022are\u0022,\u0022boundingBox\u0022:[2.9675,3.0583,3.1726,3.0583,3.1726,3.1397,2.9675,3.1397],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022being\u0022,\u0022boundingBox\u0022:[3.2306,3.0236,3.5889,3.0236,3.5889,3.1678,3.2306,3.1678],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022accepted\u0022,\u0022boundingBox\u0022:[3.6388,3.0239,4.2336,3.0239,4.2336,3.1678,3.6388,3.1678],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022through\u0022,\u0022boundingBox\u0022:[4.2862,3.0236,4.8127,3.0236,4.8127,3.1678,4.2862,3.1678],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Feb\u0022,\u0022boundingBox\u0022:[4.8815,3.0236,5.1133,3.0236,5.1133,3.14,4.8815,3.14],\u0022confidence\u0022:1},{\u0022text\u0022:\u002228,\u0022,\u0022boundingBox\u0022:[5.163,3.0297,5.361,3.0297,5.361,3.162,5.163,3.162],\u0022confidence\u0022:1},{\u0022text\u0022:\u00222020.\u0022,\u0022boundingBox\u0022:[5.413,3.0297,5.7774,3.0297,5.7774,3.14,5.413,3.14],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Please\u0022,\u0022boundingBox\u0022:[5.8406,3.0236,6.2537,3.0236,6.2537,3.1397,5.8406,3.1397],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022fill\u0022,\u0022boundingBox\u0022:[6.3022,3.0229,6.4539,3.0229,6.4539,3.1387,6.3022,3.1387],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022in\u0022,\u0022boundingBox\u0022:[6.5131,3.0289,6.6158,3.0289,6.6158,3.1387,6.5131,3.1387],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022the\u0022,\u0022boundingBox\u0022:[6.6673,3.0236,6.8842,3.0236,6.8842,3.1397,6.6673,3.1397],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022form\u0022,\u0022boundingBox\u0022:[6.9317,3.0229,7.2482,3.0229,7.2482,3.1397,6.9317,3.1397],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022below, and attach a check made out to:\u0022,\u0022boundingBox\u0022:[1.0125,3.2436,3.6599,3.2436,3.6599,3.3818,1.0125,3.3818],\u0022words\u0022:[{\u0022text\u0022:\u0022below,\u0022,\u0022boundingBox\u0022:[1.0125,3.2436,1.4459,3.2436,1.4459,3.3818,1.0125,3.3818],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022and\u0022,\u0022boundingBox\u0022:[1.5024,3.2439,1.7371,3.2439,1.7371,3.3597,1.5024,3.3597],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022attach\u0022,\u0022boundingBox\u0022:[1.7968,3.2436,2.2047,3.2436,2.2047,3.3597,1.7968,3.3597],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022a\u0022,\u0022boundingBox\u0022:[2.2619,3.2783,2.3219,3.2783,2.3219,3.3597,2.2619,3.3597],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022check\u0022,\u0022boundingBox\u0022:[2.379,3.2436,2.7529,3.2436,2.7529,3.3597,2.379,3.3597],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022made\u0022,\u0022boundingBox\u0022:[2.8076,3.2439,3.17,3.2439,3.17,3.3597,2.8076,3.3597],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022out\u0022,\u0022boundingBox\u0022:[3.2251,3.2597,3.4421,3.2597,3.4421,3.3597,3.2251,3.3597],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022to:\u0022,\u0022boundingBox\u0022:[3.4869,3.2597,3.6599,3.2597,3.6599,3.3597,3.4869,3.3597],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Contoso Ltd.\u0022,\u0022boundingBox\u0022:[1.0078,3.5739,1.843,3.5739,1.843,3.6897,1.0078,3.6897],\u0022words\u0022:[{\u0022text\u0022:\u0022Contoso\u0022,\u0022boundingBox\u0022:[1.0078,3.5802,1.5548,3.5802,1.5548,3.6897,1.0078,3.6897],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Ltd.\u0022,\u0022boundingBox\u0022:[1.6125,3.5739,1.843,3.5739,1.843,3.6897,1.6125,3.6897],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u00222345 Dogwood Lane\u0022,\u0022boundingBox\u0022:[1.0093,3.7939,2.3768,3.7939,2.3768,3.9378,1.0093,3.9378],\u0022words\u0022:[{\u0022text\u0022:\u00222345\u0022,\u0022boundingBox\u0022:[1.0093,3.8,1.3297,3.8,1.3297,3.9097,1.0093,3.9097],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Dogwood\u0022,\u0022boundingBox\u0022:[1.3899,3.7939,2.0149,3.7939,2.0149,3.9378,1.3899,3.9378],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Lane\u0022,\u0022boundingBox\u0022:[2.0788,3.8012,2.3768,3.8012,2.3768,3.9097,2.0788,3.9097],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Birch, Kansas 98123\u0022,\u0022boundingBox\u0022:[1.014,4.0136,2.3377,4.0136,2.3377,4.1518,1.014,4.1518],\u0022words\u0022:[{\u0022text\u0022:\u0022Birch,\u0022,\u0022boundingBox\u0022:[1.014,4.0136,1.3745,4.0136,1.3745,4.1518,1.014,4.1518],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Kansas\u0022,\u0022boundingBox\u0022:[1.4375,4.0212,1.8819,4.0212,1.8819,4.1297,1.4375,4.1297],\u0022confidence\u0022:1},{\u0022text\u0022:\u002298123\u0022,\u0022boundingBox\u0022:[1.9318,4.02,2.3377,4.02,2.3377,4.1297,1.9318,4.1297],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Rates:\u0022,\u0022boundingBox\u0022:[1.0204,4.4248,1.5303,4.4248,1.5303,4.5682,1.0204,4.5682],\u0022words\u0022:[{\u0022text\u0022:\u0022Rates:\u0022,\u0022boundingBox\u0022:[1.0204,4.4248,1.5303,4.4248,1.5303,4.5682,1.0204,4.5682],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Package\u0022,\u0022boundingBox\u0022:[1.0923,4.6986,1.6232,4.6986,1.6232,4.8428,1.0923,4.8428],\u0022words\u0022:[{\u0022text\u0022:\u0022Package\u0022,\u0022boundingBox\u0022:[1.0923,4.6986,1.6232,4.6986,1.6232,4.8428,1.0923,4.8428],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Included\u0022,\u0022boundingBox\u0022:[2.713,4.6986,3.2707,4.6986,3.2707,4.8147,2.713,4.8147],\u0022words\u0022:[{\u0022text\u0022:\u0022Included\u0022,\u0022boundingBox\u0022:[2.713,4.6986,3.2707,4.6986,3.2707,4.8147,2.713,4.8147],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Price\u0022,\u0022boundingBox\u0022:[5.838,4.7039,6.1513,4.7039,6.1513,4.8147,5.838,4.8147],\u0022words\u0022:[{\u0022text\u0022:\u0022Price\u0022,\u0022boundingBox\u0022:[5.838,4.7039,6.1513,4.7039,6.1513,4.8147,5.838,4.8147],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Gold Sponsor\u0022,\u0022boundingBox\u0022:[1.0857,4.9086,1.9831,4.9086,1.9831,5.0528,1.0857,5.0528],\u0022words\u0022:[{\u0022text\u0022:\u0022Gold\u0022,\u0022boundingBox\u0022:[1.0857,4.9086,1.3842,4.9086,1.3842,5.0247,1.0857,5.0247],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Sponsor\u0022,\u0022boundingBox\u0022:[1.4423,4.915,1.9831,4.915,1.9831,5.0528,1.4423,5.0528],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,4.954,3.018,4.954,3.018,5.0145,2.9586,5.0145],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,4.954,3.018,4.954,3.018,5.0145,2.9586,5.0145],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Full booth\u0022,\u0022boundingBox\u0022:[3.214,4.9169,3.8726,4.9169,3.8726,5.033,3.214,5.033],\u0022words\u0022:[{\u0022text\u0022:\u0022Full\u0022,\u0022boundingBox\u0022:[3.214,4.9169,3.4295,4.9169,3.4295,5.033,3.214,5.033],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022booth\u0022,\u0022boundingBox\u0022:[3.492,4.9169,3.8726,4.9169,3.8726,5.033,3.492,5.033],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022$1,500\u0022,\u0022boundingBox\u0022:[5.8328,4.8977,6.2829,4.8977,6.2829,5.0468,5.8328,5.0468],\u0022words\u0022:[{\u0022text\u0022:\u0022$1,500\u0022,\u0022boundingBox\u0022:[5.8328,4.8977,6.2829,4.8977,6.2829,5.0468,5.8328,5.0468],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,5.1673,3.018,5.1673,3.018,5.2279,2.9586,5.2279],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,5.1673,3.018,5.1673,3.018,5.2279,2.9586,5.2279],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Pre-keynote thank you\u0022,\u0022boundingBox\u0022:[3.214,5.1302,4.7267,5.1302,4.7267,5.2744,3.214,5.2744],\u0022words\u0022:[{\u0022text\u0022:\u0022Pre-keynote\u0022,\u0022boundingBox\u0022:[3.214,5.1302,4.0183,5.1302,4.0183,5.2744,3.214,5.2744],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022thank\u0022,\u0022boundingBox\u0022:[4.0665,5.1302,4.4475,5.1302,4.4475,5.2463,4.0665,5.2463],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022you\u0022,\u0022boundingBox\u0022:[4.4903,5.165,4.7267,5.165,4.7267,5.2744,4.4903,5.2744],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,5.379,3.018,5.379,3.018,5.4395,2.9586,5.4395],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,5.379,3.018,5.379,3.018,5.4395,2.9586,5.4395],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Logo on poster\u0022,\u0022boundingBox\u0022:[3.214,5.3495,4.2093,5.3495,4.2093,5.4861,3.214,5.4861],\u0022words\u0022:[{\u0022text\u0022:\u0022Logo\u0022,\u0022boundingBox\u0022:[3.214,5.3495,3.5163,5.3495,3.5163,5.4861,3.214,5.4861],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022on\u0022,\u0022boundingBox\u0022:[3.5686,5.3767,3.7244,5.3767,3.7244,5.458,3.5686,5.458],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022poster\u0022,\u0022boundingBox\u0022:[3.7888,5.358,4.2093,5.358,4.2093,5.4861,3.7888,5.4861],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,5.5923,3.018,5.5923,3.018,5.6529,2.9586,5.6529],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,5.5923,3.018,5.5923,3.018,5.6529,2.9586,5.6529],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Full page ad in program guide\u0022,\u0022boundingBox\u0022:[3.214,5.5552,5.201,5.5552,5.201,5.6994,3.214,5.6994],\u0022words\u0022:[{\u0022text\u0022:\u0022Full\u0022,\u0022boundingBox\u0022:[3.214,5.5552,3.4295,5.5552,3.4295,5.6713,3.214,5.6713],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022page\u0022,\u0022boundingBox\u0022:[3.492,5.59,3.7989,5.59,3.7989,5.6994,3.492,5.6994],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022ad\u0022,\u0022boundingBox\u0022:[3.8519,5.5556,3.9991,5.5556,3.9991,5.6713,3.8519,5.6713],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022in\u0022,\u0022boundingBox\u0022:[4.0599,5.5605,4.1626,5.5605,4.1626,5.6703,4.0599,5.6703],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022program\u0022,\u0022boundingBox\u0022:[4.2248,5.59,4.7839,5.59,4.7839,5.6994,4.2248,5.6994],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022guide\u0022,\u0022boundingBox\u0022:[4.8367,5.5556,5.201,5.5556,5.201,5.6994,4.8367,5.6994],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,5.804,3.018,5.804,3.018,5.8645,2.9586,5.8645],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,5.804,3.018,5.804,3.018,5.8645,2.9586,5.8645],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Silver Sponsor\u0022,\u0022boundingBox\u0022:[1.0842,5.9786,2.0339,5.9786,2.0339,6.1228,1.0842,6.1228],\u0022words\u0022:[{\u0022text\u0022:\u0022Silver\u0022,\u0022boundingBox\u0022:[1.0842,5.9786,1.4443,5.9786,1.4443,6.0947,1.0842,6.0947],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Sponsor\u0022,\u0022boundingBox\u0022:[1.4904,5.985,2.0339,5.985,2.0339,6.1228,1.4904,6.1228],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,6.024,3.018,6.024,3.018,6.0845,2.9586,6.0845],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,6.024,3.018,6.024,3.018,6.0845,2.9586,6.0845],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Full booth\u0022,\u0022boundingBox\u0022:[3.214,5.9869,3.8726,5.9869,3.8726,6.103,3.214,6.103],\u0022words\u0022:[{\u0022text\u0022:\u0022Full\u0022,\u0022boundingBox\u0022:[3.214,5.9869,3.4295,5.9869,3.4295,6.103,3.214,6.103],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022booth\u0022,\u0022boundingBox\u0022:[3.492,5.9869,3.8726,5.9869,3.8726,6.103,3.492,6.103],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022$1,200\u0022,\u0022boundingBox\u0022:[5.8328,5.9677,6.2829,5.9677,6.2829,6.1168,5.8328,6.1168],\u0022words\u0022:[{\u0022text\u0022:\u0022$1,200\u0022,\u0022boundingBox\u0022:[5.8328,5.9677,6.2829,5.9677,6.2829,6.1168,5.8328,6.1168],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,6.2356,3.018,6.2356,3.018,6.2962,2.9586,6.2962],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,6.2356,3.018,6.2356,3.018,6.2962,2.9586,6.2962],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Post-keynote thank you\u0022,\u0022boundingBox\u0022:[3.214,6.1986,4.7938,6.1986,4.7938,6.3428,3.214,6.3428],\u0022words\u0022:[{\u0022text\u0022:\u0022Post-keynote\u0022,\u0022boundingBox\u0022:[3.214,6.1986,4.0878,6.1986,4.0878,6.3428,3.214,6.3428],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022thank\u0022,\u0022boundingBox\u0022:[4.1348,6.1986,4.5158,6.1986,4.5158,6.3147,4.1348,6.3147],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022you\u0022,\u0022boundingBox\u0022:[4.5586,6.2333,4.7938,6.2333,4.7938,6.3428,4.5586,6.3428],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,6.4473,3.018,6.4473,3.018,6.5079,2.9586,6.5079],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,6.4473,3.018,6.4473,3.018,6.5079,2.9586,6.5079],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Logo on poster\u0022,\u0022boundingBox\u0022:[3.214,6.4179,4.2093,6.4179,4.2093,6.5544,3.214,6.5544],\u0022words\u0022:[{\u0022text\u0022:\u0022Logo\u0022,\u0022boundingBox\u0022:[3.214,6.4179,3.5163,6.4179,3.5163,6.5544,3.214,6.5544],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022on\u0022,\u0022boundingBox\u0022:[3.5686,6.445,3.7244,6.445,3.7244,6.5263,3.5686,6.5263],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022poster\u0022,\u0022boundingBox\u0022:[3.7888,6.4264,4.2093,6.4264,4.2093,6.5544,3.7888,6.5544],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,6.6606,3.018,6.6606,3.018,6.7212,2.9586,6.7212],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,6.6606,3.018,6.6606,3.018,6.7212,2.9586,6.7212],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Half page ad in program guide\u0022,\u0022boundingBox\u0022:[3.214,6.6229,5.2314,6.6229,5.2314,6.7678,3.214,6.7678],\u0022words\u0022:[{\u0022text\u0022:\u0022Half\u0022,\u0022boundingBox\u0022:[3.214,6.6229,3.4739,6.6229,3.4739,6.7397,3.214,6.7397],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022page\u0022,\u0022boundingBox\u0022:[3.5224,6.6583,3.8326,6.6583,3.8326,6.7678,3.5224,6.7678],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022ad\u0022,\u0022boundingBox\u0022:[3.8843,6.6239,4.0315,6.6239,4.0315,6.7397,3.8843,6.7397],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022in\u0022,\u0022boundingBox\u0022:[4.0923,6.6289,4.195,6.6289,4.195,6.7387,4.0923,6.7387],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022program\u0022,\u0022boundingBox\u0022:[4.2563,6.6583,4.8148,6.6583,4.8148,6.7678,4.2563,6.7678],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022guide\u0022,\u0022boundingBox\u0022:[4.8695,6.6239,5.2314,6.6239,5.2314,6.7678,4.8695,6.7678],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Bronze Sponsor\u0022,\u0022boundingBox\u0022:[1.0923,6.84,2.1362,6.84,2.1362,6.9778,1.0923,6.9778],\u0022words\u0022:[{\u0022text\u0022:\u0022Bronze\u0022,\u0022boundingBox\u0022:[1.0923,6.8417,1.545,6.8417,1.545,6.9497,1.0923,6.9497],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Sponsor\u0022,\u0022boundingBox\u0022:[1.5951,6.84,2.1362,6.84,2.1362,6.9778,1.5951,6.9778],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,6.879,3.018,6.879,3.018,6.9395,2.9586,6.9395],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,6.879,3.018,6.879,3.018,6.9395,2.9586,6.9395],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Full booth\u0022,\u0022boundingBox\u0022:[3.214,6.8419,3.8726,6.8419,3.8726,6.958,3.214,6.958],\u0022words\u0022:[{\u0022text\u0022:\u0022Full\u0022,\u0022boundingBox\u0022:[3.214,6.8419,3.4295,6.8419,3.4295,6.958,3.214,6.958],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022booth\u0022,\u0022boundingBox\u0022:[3.492,6.8419,3.8726,6.8419,3.8726,6.958,3.492,6.958],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022$1,000\u0022,\u0022boundingBox\u0022:[5.8328,6.8227,6.2829,6.8227,6.2829,6.9718,5.8328,6.9718],\u0022words\u0022:[{\u0022text\u0022:\u0022$1,000\u0022,\u0022boundingBox\u0022:[5.8328,6.8227,6.2829,6.8227,6.2829,6.9718,5.8328,6.9718],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,7.0923,3.018,7.0923,3.018,7.1529,2.9586,7.1529],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,7.0923,3.018,7.0923,3.018,7.1529,2.9586,7.1529],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Logo on poster\u0022,\u0022boundingBox\u0022:[3.214,7.0629,4.2093,7.0629,4.2093,7.1994,3.214,7.1994],\u0022words\u0022:[{\u0022text\u0022:\u0022Logo\u0022,\u0022boundingBox\u0022:[3.214,7.0629,3.5163,7.0629,3.5163,7.1994,3.214,7.1994],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022on\u0022,\u0022boundingBox\u0022:[3.5686,7.09,3.7244,7.09,3.7244,7.1713,3.5686,7.1713],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022poster\u0022,\u0022boundingBox\u0022:[3.7888,7.0714,4.2093,7.0714,4.2093,7.1994,3.7888,7.1994],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,7.304,3.018,7.304,3.018,7.3645,2.9586,7.3645],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,7.304,3.018,7.304,3.018,7.3645,2.9586,7.3645],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u002250% discount on program guide\u0022,\u0022boundingBox\u0022:[3.2082,7.2672,5.3419,7.2672,5.3419,7.4111,3.2082,7.4111],\u0022words\u0022:[{\u0022text\u0022:\u002250%\u0022,\u0022boundingBox\u0022:[3.2082,7.2717,3.4817,7.2717,3.4817,7.3845,3.2082,7.3845],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022discount\u0022,\u0022boundingBox\u0022:[3.533,7.2672,4.1018,7.2672,4.1018,7.383,3.533,7.383],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022on\u0022,\u0022boundingBox\u0022:[4.1512,7.3017,4.307,7.3017,4.307,7.383,4.1512,7.383],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022program\u0022,\u0022boundingBox\u0022:[4.3682,7.3017,4.9253,7.3017,4.9253,7.4111,4.3682,7.4111],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022guide\u0022,\u0022boundingBox\u0022:[4.981,7.2672,5.3419,7.2672,5.3419,7.4111,4.981,7.4111],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022advertisements\u0022,\u0022boundingBox\u0022:[3.2075,7.4706,4.2429,7.4706,4.2429,7.5863,3.2075,7.5863],\u0022words\u0022:[{\u0022text\u0022:\u0022advertisements\u0022,\u0022boundingBox\u0022:[3.2075,7.4706,4.2429,7.4706,4.2429,7.5863,3.2075,7.5863],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Full Booth\u0022,\u0022boundingBox\u0022:[1.0923,7.6819,1.7537,7.6819,1.7537,7.798,1.0923,7.798],\u0022words\u0022:[{\u0022text\u0022:\u0022Full\u0022,\u0022boundingBox\u0022:[1.0923,7.6819,1.3079,7.6819,1.3079,7.798,1.0923,7.798],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Booth\u0022,\u0022boundingBox\u0022:[1.3718,7.6819,1.7537,7.6819,1.7537,7.798,1.3718,7.798],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,7.7273,3.018,7.7273,3.018,7.7879,2.9586,7.7879],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,7.7273,3.018,7.7273,3.018,7.7879,2.9586,7.7879],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Full booth\u0022,\u0022boundingBox\u0022:[3.214,7.6902,3.8726,7.6902,3.8726,7.8063,3.214,7.8063],\u0022words\u0022:[{\u0022text\u0022:\u0022Full\u0022,\u0022boundingBox\u0022:[3.214,7.6902,3.4295,7.6902,3.4295,7.8063,3.214,7.8063],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022booth\u0022,\u0022boundingBox\u0022:[3.492,7.6902,3.8726,7.6902,3.8726,7.8063,3.492,7.8063],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022$600\u0022,\u0022boundingBox\u0022:[5.8328,7.6711,6.1586,7.6711,6.1586,7.8165,5.8328,7.8165],\u0022words\u0022:[{\u0022text\u0022:\u0022$600\u0022,\u0022boundingBox\u0022:[5.8328,7.6711,6.1586,7.6711,6.1586,7.8165,5.8328,7.8165],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,7.939,3.018,7.939,3.018,7.9995,2.9586,7.9995],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,7.939,3.018,7.939,3.018,7.9995,2.9586,7.9995],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u002250% discount on program guide\u0022,\u0022boundingBox\u0022:[3.2082,7.9022,5.3419,7.9022,5.3419,8.0461,3.2082,8.0461],\u0022words\u0022:[{\u0022text\u0022:\u002250%\u0022,\u0022boundingBox\u0022:[3.2082,7.9067,3.4817,7.9067,3.4817,8.0195,3.2082,8.0195],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022discount\u0022,\u0022boundingBox\u0022:[3.533,7.9022,4.1018,7.9022,4.1018,8.018,3.533,8.018],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022on\u0022,\u0022boundingBox\u0022:[4.1512,7.9367,4.307,7.9367,4.307,8.018,4.1512,8.018],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022program\u0022,\u0022boundingBox\u0022:[4.3682,7.9367,4.9253,7.9367,4.9253,8.0461,4.3682,8.0461],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022guide\u0022,\u0022boundingBox\u0022:[4.981,7.9022,5.3419,7.9022,5.3419,8.0461,4.981,8.0461],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022advertisements\u0022,\u0022boundingBox\u0022:[3.2075,8.1056,4.2429,8.1056,4.2429,8.2213,3.2075,8.2213],\u0022words\u0022:[{\u0022text\u0022:\u0022advertisements\u0022,\u0022boundingBox\u0022:[3.2075,8.1056,4.2429,8.1056,4.2429,8.2213,3.2075,8.2213],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Half Booth\u0022,\u0022boundingBox\u0022:[1.0923,8.3162,1.7854,8.3162,1.7854,8.433,1.0923,8.433],\u0022words\u0022:[{\u0022text\u0022:\u0022Half\u0022,\u0022boundingBox\u0022:[1.0923,8.3162,1.3522,8.3162,1.3522,8.433,1.0923,8.433],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Booth\u0022,\u0022boundingBox\u0022:[1.4022,8.3169,1.7854,8.3169,1.7854,8.433,1.4022,8.433],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,8.3623,3.018,8.3623,3.018,8.4229,2.9586,8.4229],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,8.3623,3.018,8.3623,3.018,8.4229,2.9586,8.4229],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Full booth\u0022,\u0022boundingBox\u0022:[3.214,8.3252,3.8726,8.3252,3.8726,8.4413,3.214,8.4413],\u0022words\u0022:[{\u0022text\u0022:\u0022Full\u0022,\u0022boundingBox\u0022:[3.214,8.3252,3.4295,8.3252,3.4295,8.4413,3.214,8.4413],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022booth\u0022,\u0022boundingBox\u0022:[3.492,8.3252,3.8726,8.3252,3.8726,8.4413,3.492,8.4413],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022$350\u0022,\u0022boundingBox\u0022:[5.8328,8.3061,6.1586,8.3061,6.1586,8.4515,5.8328,8.4515],\u0022words\u0022:[{\u0022text\u0022:\u0022$350\u0022,\u0022boundingBox\u0022:[5.8328,8.3061,6.1586,8.3061,6.1586,8.4515,5.8328,8.4515],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,8.574,3.018,8.574,3.018,8.6345,2.9586,8.6345],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,8.574,3.018,8.574,3.018,8.6345,2.9586,8.6345],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u002225% discount on program guide\u0022,\u0022boundingBox\u0022:[3.2093,8.5372,5.3419,8.5372,5.3419,8.6811,3.2093,8.6811],\u0022words\u0022:[{\u0022text\u0022:\u002225%\u0022,\u0022boundingBox\u0022:[3.2093,8.5417,3.4817,8.5417,3.4817,8.6545,3.2093,8.6545],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022discount\u0022,\u0022boundingBox\u0022:[3.533,8.5372,4.1018,8.5372,4.1018,8.653,3.533,8.653],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022on\u0022,\u0022boundingBox\u0022:[4.1512,8.5717,4.307,8.5717,4.307,8.653,4.1512,8.653],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022program\u0022,\u0022boundingBox\u0022:[4.3682,8.5717,4.9253,8.5717,4.9253,8.6811,4.3682,8.6811],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022guide\u0022,\u0022boundingBox\u0022:[4.981,8.5372,5.3419,8.5372,5.3419,8.6811,4.981,8.6811],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022advertisements\u0022,\u0022boundingBox\u0022:[3.2075,8.7406,4.2429,8.7406,4.2429,8.8563,3.2075,8.8563],\u0022words\u0022:[{\u0022text\u0022:\u0022advertisements\u0022,\u0022boundingBox\u0022:[3.2075,8.7406,4.2429,8.7406,4.2429,8.8563,3.2075,8.8563],\u0022confidence\u0022:1}]}]},{\u0022page\u0022:2,\u0022angle\u0022:0,\u0022width\u0022:8.5,\u0022height\u0022:11,\u0022unit\u0022:\u0022inch\u0022,\u0022lines\u0022:[{\u0022text\u0022:\u0022Vendor #:121\u0022,\u0022boundingBox\u0022:[6.1276,1.0667,7.4833,1.0667,7.4833,1.2403,6.1276,1.2403],\u0022words\u0022:[{\u0022text\u0022:\u0022Vendor\u0022,\u0022boundingBox\u0022:[6.1276,1.0667,6.8657,1.0667,6.8657,1.2403,6.1276,1.2403],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022#:121\u0022,\u0022boundingBox\u0022:[6.9307,1.0759,7.4833,1.0759,7.4833,1.2391,6.9307,1.2391],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Vendor Details:\u0022,\u0022boundingBox\u0022:[1.0044,2.1771,2.35,2.1771,2.35,2.3315,1.0044,2.3315],\u0022words\u0022:[{\u0022text\u0022:\u0022Vendor\u0022,\u0022boundingBox\u0022:[1.0044,2.1778,1.6496,2.1778,1.6496,2.3315,1.0044,2.3315],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Details:\u0022,\u0022boundingBox\u0022:[1.7239,2.1771,2.35,2.1771,2.35,2.3315,1.7239,2.3315],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Company Name: Southridge Video\u0022,\u0022boundingBox\u0022:[1.0065,2.7686,3.3477,2.7686,3.3477,2.9128,1.0065,2.9128],\u0022words\u0022:[{\u0022text\u0022:\u0022Company\u0022,\u0022boundingBox\u0022:[1.0065,2.7749,1.651,2.7749,1.651,2.9126,1.0065,2.9126],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Name:\u0022,\u0022boundingBox\u0022:[1.7019,2.7764,2.1376,2.7764,2.1376,2.885,1.7019,2.885],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Southridge\u0022,\u0022boundingBox\u0022:[2.1925,2.7686,2.9184,2.7686,2.9184,2.9128,2.1925,2.9128],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Video\u0022,\u0022boundingBox\u0022:[2.9691,2.7689,3.3477,2.7689,3.3477,2.8847,2.9691,2.8847],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Contact: Jamie@southridgevideo.com\u0022,\u0022boundingBox\u0022:[1.0065,3.0986,3.5766,3.0986,3.5766,3.2428,1.0065,3.2428],\u0022words\u0022:[{\u0022text\u0022:\u0022Contact:\u0022,\u0022boundingBox\u0022:[1.0065,3.1049,1.5706,3.1049,1.5706,3.215,1.0065,3.215],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Jamie@southridgevideo.com\u0022,\u0022boundingBox\u0022:[1.6205,3.0986,3.5766,3.0986,3.5766,3.2428,1.6205,3.2428],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Preferred Package: Gold\u0022,\u0022boundingBox\u0022:[1.0115,3.4296,2.6542,3.4296,2.6542,3.5744,1.0115,3.5744],\u0022words\u0022:[{\u0022text\u0022:\u0022Preferred\u0022,\u0022boundingBox\u0022:[1.0115,3.4296,1.6499,3.4296,1.6499,3.5467,1.0115,3.5467],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Package:\u0022,\u0022boundingBox\u0022:[1.7092,3.4302,2.2978,3.4302,2.2978,3.5744,1.7092,3.5744],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Gold\u0022,\u0022boundingBox\u0022:[2.3557,3.4302,2.6542,3.4302,2.6542,3.5463,2.3557,3.5463],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Special Requests: N/a\u0022,\u0022boundingBox\u0022:[1.0052,3.7537,2.4783,3.7537,2.4783,3.9043,1.0052,3.9043],\u0022words\u0022:[{\u0022text\u0022:\u0022Special\u0022,\u0022boundingBox\u0022:[1.0052,3.7602,1.475,3.7602,1.475,3.9043,1.0052,3.9043],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Requests:\u0022,\u0022boundingBox\u0022:[1.5342,3.7684,2.1899,3.7684,2.1899,3.9043,1.5342,3.9043],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022N/a\u0022,\u0022boundingBox\u0022:[2.254,3.7537,2.4783,3.7537,2.4783,3.8976,2.254,3.8976],\u0022confidence\u0022:1}]}]}],\u0022documentResults\u0022:[{\u0022docType\u0022:\u0022prebuilt:receipt\u0022,\u0022pageRange\u0022:[1,1],\u0022fields\u0022:{\u0022ReceiptType\u0022:{\u0022type\u0022:\u0022string\u0022,\u0022valueString\u0022:\u0022Itemized\u0022,\u0022confidence\u0022:0.99},\u0022MerchantAddress\u0022:{\u0022type\u0022:\u0022string\u0022,\u0022valueString\u0022:\u00222345 Dogwood Lane Birch, Kansas 98123\u0022,\u0022text\u0022:\u00222345 Dogwood Lane Birch, Kansas 98123\u0022,\u0022boundingBox\u0022:[1.0093,3.7939,2.3768,3.7939,2.3768,4.1518,1.0093,4.1518],\u0022page\u0022:1,\u0022confidence\u0022:0.99,\u0022elements\u0022:[\u0022#/readResults/0/lines/7/words/0\u0022,\u0022#/readResults/0/lines/7/words/1\u0022,\u0022#/readResults/0/lines/7/words/2\u0022,\u0022#/readResults/0/lines/8/words/0\u0022,\u0022#/readResults/0/lines/8/words/1\u0022,\u0022#/readResults/0/lines/8/words/2\u0022]}}},{\u0022docType\u0022:\u0022prebuilt:receipt\u0022,\u0022pageRange\u0022:[2,2],\u0022fields\u0022:{\u0022ReceiptType\u0022:{\u0022type\u0022:\u0022string\u0022,\u0022valueString\u0022:\u0022CreditCard\u0022,\u0022confidence\u0022:0.004}}}]}}" + "ResponseBody": "{\u0022status\u0022:\u0022succeeded\u0022,\u0022createdDateTime\u0022:\u00222020-11-17T00:33:58Z\u0022,\u0022lastUpdatedDateTime\u0022:\u00222020-11-17T00:34:03Z\u0022,\u0022analyzeResult\u0022:{\u0022version\u0022:\u00222.1.0\u0022,\u0022readResults\u0022:[{\u0022page\u0022:1,\u0022angle\u0022:0,\u0022width\u0022:8.5,\u0022height\u0022:11,\u0022unit\u0022:\u0022inch\u0022,\u0022lines\u0022:[{\u0022text\u0022:\u0022Vendor #:121\u0022,\u0022boundingBox\u0022:[6.1276,1.0667,7.4833,1.0667,7.4833,1.2403,6.1276,1.2403],\u0022words\u0022:[{\u0022text\u0022:\u0022Vendor\u0022,\u0022boundingBox\u0022:[6.1276,1.0667,6.8657,1.0667,6.8657,1.2403,6.1276,1.2403],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022#:121\u0022,\u0022boundingBox\u0022:[6.9307,1.0759,7.4833,1.0759,7.4833,1.2391,6.9307,1.2391],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Vendor Registration\u0022,\u0022boundingBox\u0022:[2.2268,1.5733,6.2379,1.5733,6.2379,2.005,2.2268,2.005],\u0022words\u0022:[{\u0022text\u0022:\u0022Vendor\u0022,\u0022boundingBox\u0022:[2.2268,1.5733,3.703,1.5733,3.703,1.9207,2.2268,1.9207],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Registration\u0022,\u0022boundingBox\u0022:[3.8661,1.5883,6.2379,1.5883,6.2379,2.005,3.8661,2.005],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Contoso Ltd. Conference will be held on May 28-29, 2020 at the Elm Conference Center in\u0022,\u0022boundingBox\u0022:[1.0078,2.5846,7.0776,2.5846,7.0776,2.7293,1.0078,2.7293],\u0022words\u0022:[{\u0022text\u0022:\u0022Contoso\u0022,\u0022boundingBox\u0022:[1.0078,2.5919,1.5548,2.5919,1.5548,2.7013,1.0078,2.7013],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Ltd.\u0022,\u0022boundingBox\u0022:[1.6125,2.5856,1.843,2.5856,1.843,2.7013,1.6125,2.7013],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Conference\u0022,\u0022boundingBox\u0022:[1.8996,2.5846,2.6636,2.5846,2.6636,2.7013,1.8996,2.7013],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022will\u0022,\u0022boundingBox\u0022:[2.7122,2.5852,2.9307,2.5852,2.9307,2.7003,2.7122,2.7003],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022be\u0022,\u0022boundingBox\u0022:[2.9922,2.5852,3.1419,2.5852,3.1419,2.7013,2.9922,2.7013],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022held\u0022,\u0022boundingBox\u0022:[3.1987,2.5852,3.4704,2.5852,3.4704,2.7013,3.1987,2.7013],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022on\u0022,\u0022boundingBox\u0022:[3.53,2.62,3.6846,2.62,3.6846,2.7013,3.53,2.7013],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022May\u0022,\u0022boundingBox\u0022:[3.7498,2.5934,4.0422,2.5934,4.0422,2.7293,3.7498,2.7293],\u0022confidence\u0022:1},{\u0022text\u0022:\u002228-29,\u0022,\u0022boundingBox\u0022:[4.0877,2.5914,4.5042,2.5914,4.5042,2.7236,4.0877,2.7236],\u0022confidence\u0022:1},{\u0022text\u0022:\u00222020\u0022,\u0022boundingBox\u0022:[4.5586,2.5914,4.884,2.5914,4.884,2.7017,4.5586,2.7017],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022at\u0022,\u0022boundingBox\u0022:[4.9351,2.6014,5.0577,2.6014,5.0577,2.7013,4.9351,2.7013],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022the\u0022,\u0022boundingBox\u0022:[5.1033,2.5852,5.3202,2.5852,5.3202,2.7013,5.1033,2.7013],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Elm\u0022,\u0022boundingBox\u0022:[5.3787,2.5852,5.6051,2.5852,5.6051,2.7003,5.3787,2.7003],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Conference\u0022,\u0022boundingBox\u0022:[5.6624,2.5846,6.4263,2.5846,6.4263,2.7013,5.6624,2.7013],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Center\u0022,\u0022boundingBox\u0022:[6.4796,2.5919,6.9234,2.5919,6.9234,2.7013,6.4796,2.7013],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022in\u0022,\u0022boundingBox\u0022:[6.9765,2.5905,7.0776,2.5905,7.0776,2.7003,6.9765,2.7003],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Maple City, Massachusetts. The conference has sold out of its 1,500 tickets, with a 400 person\u0022,\u0022boundingBox\u0022:[1.014,2.8029,7.3457,2.8029,7.3457,2.9478,1.014,2.9478],\u0022words\u0022:[{\u0022text\u0022:\u0022Maple\u0022,\u0022boundingBox\u0022:[1.014,2.8036,1.4242,2.8036,1.4242,2.9478,1.014,2.9478],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022City,\u0022,\u0022boundingBox\u0022:[1.4763,2.8089,1.7576,2.8089,1.7576,2.9478,1.4763,2.9478],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Massachusetts.\u0022,\u0022boundingBox\u0022:[1.8195,2.8036,2.8383,2.8036,2.8383,2.9197,1.8195,2.9197],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022The\u0022,\u0022boundingBox\u0022:[2.8883,2.8036,3.1326,2.8036,3.1326,2.9197,2.8883,2.9197],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022conference\u0022,\u0022boundingBox\u0022:[3.1842,2.8029,3.9301,2.8029,3.9301,2.9197,3.1842,2.9197],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022has\u0022,\u0022boundingBox\u0022:[3.9871,2.8036,4.2019,2.8036,4.2019,2.9197,3.9871,2.9197],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022sold\u0022,\u0022boundingBox\u0022:[4.2529,2.8036,4.5104,2.8036,4.5104,2.9197,4.2529,2.9197],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022out\u0022,\u0022boundingBox\u0022:[4.5701,2.8197,4.7871,2.8197,4.7871,2.9197,4.5701,2.9197],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022of\u0022,\u0022boundingBox\u0022:[4.8373,2.8029,4.9701,2.8029,4.9701,2.9197,4.8373,2.9197],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022its\u0022,\u0022boundingBox\u0022:[5.0169,2.8089,5.1601,2.8089,5.1601,2.9197,5.0169,2.9197],\u0022confidence\u0022:1},{\u0022text\u0022:\u00221,500\u0022,\u0022boundingBox\u0022:[5.2167,2.81,5.5766,2.81,5.5766,2.9418,5.2167,2.9418],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022tickets,\u0022,\u0022boundingBox\u0022:[5.6227,2.8036,6.0928,2.8036,6.0928,2.9418,5.6227,2.9418],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022with\u0022,\u0022boundingBox\u0022:[6.1461,2.8036,6.4308,2.8036,6.4308,2.9195,6.1461,2.9195],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022a\u0022,\u0022boundingBox\u0022:[6.488,2.8383,6.548,2.8383,6.548,2.9197,6.488,2.9197],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022400\u0022,\u0022boundingBox\u0022:[6.6016,2.81,6.8449,2.81,6.8449,2.9197,6.6016,2.9197],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022person\u0022,\u0022boundingBox\u0022:[6.8998,2.8383,7.3457,2.8383,7.3457,2.9478,6.8998,2.9478],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022waitlist. Vendor applications are being accepted through Feb 28, 2020. Please fill in the form\u0022,\u0022boundingBox\u0022:[1.0043,3.0229,7.2482,3.0229,7.2482,3.1678,1.0043,3.1678],\u0022words\u0022:[{\u0022text\u0022:\u0022waitlist.\u0022,\u0022boundingBox\u0022:[1.0043,3.0236,1.5194,3.0236,1.5194,3.1397,1.0043,3.1397],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Vendor\u0022,\u0022boundingBox\u0022:[1.5733,3.0239,2.0654,3.0239,2.0654,3.1397,1.5733,3.1397],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022applications\u0022,\u0022boundingBox\u0022:[2.1132,3.0236,2.9143,3.0236,2.9143,3.1678,2.1132,3.1678],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022are\u0022,\u0022boundingBox\u0022:[2.9675,3.0583,3.1726,3.0583,3.1726,3.1397,2.9675,3.1397],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022being\u0022,\u0022boundingBox\u0022:[3.2306,3.0236,3.5889,3.0236,3.5889,3.1678,3.2306,3.1678],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022accepted\u0022,\u0022boundingBox\u0022:[3.6388,3.0239,4.2336,3.0239,4.2336,3.1678,3.6388,3.1678],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022through\u0022,\u0022boundingBox\u0022:[4.2862,3.0236,4.8127,3.0236,4.8127,3.1678,4.2862,3.1678],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Feb\u0022,\u0022boundingBox\u0022:[4.8815,3.0236,5.1133,3.0236,5.1133,3.14,4.8815,3.14],\u0022confidence\u0022:1},{\u0022text\u0022:\u002228,\u0022,\u0022boundingBox\u0022:[5.163,3.0297,5.361,3.0297,5.361,3.162,5.163,3.162],\u0022confidence\u0022:1},{\u0022text\u0022:\u00222020.\u0022,\u0022boundingBox\u0022:[5.413,3.0297,5.7774,3.0297,5.7774,3.14,5.413,3.14],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Please\u0022,\u0022boundingBox\u0022:[5.8406,3.0236,6.2537,3.0236,6.2537,3.1397,5.8406,3.1397],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022fill\u0022,\u0022boundingBox\u0022:[6.3022,3.0229,6.4539,3.0229,6.4539,3.1387,6.3022,3.1387],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022in\u0022,\u0022boundingBox\u0022:[6.5131,3.0289,6.6158,3.0289,6.6158,3.1387,6.5131,3.1387],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022the\u0022,\u0022boundingBox\u0022:[6.6673,3.0236,6.8842,3.0236,6.8842,3.1397,6.6673,3.1397],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022form\u0022,\u0022boundingBox\u0022:[6.9317,3.0229,7.2482,3.0229,7.2482,3.1397,6.9317,3.1397],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022below, and attach a check made out to:\u0022,\u0022boundingBox\u0022:[1.0125,3.2436,3.6599,3.2436,3.6599,3.3818,1.0125,3.3818],\u0022words\u0022:[{\u0022text\u0022:\u0022below,\u0022,\u0022boundingBox\u0022:[1.0125,3.2436,1.4459,3.2436,1.4459,3.3818,1.0125,3.3818],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022and\u0022,\u0022boundingBox\u0022:[1.5024,3.2439,1.7371,3.2439,1.7371,3.3597,1.5024,3.3597],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022attach\u0022,\u0022boundingBox\u0022:[1.7968,3.2436,2.2047,3.2436,2.2047,3.3597,1.7968,3.3597],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022a\u0022,\u0022boundingBox\u0022:[2.2619,3.2783,2.3219,3.2783,2.3219,3.3597,2.2619,3.3597],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022check\u0022,\u0022boundingBox\u0022:[2.379,3.2436,2.7529,3.2436,2.7529,3.3597,2.379,3.3597],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022made\u0022,\u0022boundingBox\u0022:[2.8076,3.2439,3.17,3.2439,3.17,3.3597,2.8076,3.3597],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022out\u0022,\u0022boundingBox\u0022:[3.2251,3.2597,3.4421,3.2597,3.4421,3.3597,3.2251,3.3597],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022to:\u0022,\u0022boundingBox\u0022:[3.4869,3.2597,3.6599,3.2597,3.6599,3.3597,3.4869,3.3597],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Contoso Ltd.\u0022,\u0022boundingBox\u0022:[1.0078,3.5739,1.843,3.5739,1.843,3.6897,1.0078,3.6897],\u0022words\u0022:[{\u0022text\u0022:\u0022Contoso\u0022,\u0022boundingBox\u0022:[1.0078,3.5802,1.5548,3.5802,1.5548,3.6897,1.0078,3.6897],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Ltd.\u0022,\u0022boundingBox\u0022:[1.6125,3.5739,1.843,3.5739,1.843,3.6897,1.6125,3.6897],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u00222345 Dogwood Lane\u0022,\u0022boundingBox\u0022:[1.0093,3.7939,2.3768,3.7939,2.3768,3.9378,1.0093,3.9378],\u0022words\u0022:[{\u0022text\u0022:\u00222345\u0022,\u0022boundingBox\u0022:[1.0093,3.8,1.3297,3.8,1.3297,3.9097,1.0093,3.9097],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Dogwood\u0022,\u0022boundingBox\u0022:[1.3899,3.7939,2.0149,3.7939,2.0149,3.9378,1.3899,3.9378],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Lane\u0022,\u0022boundingBox\u0022:[2.0788,3.8012,2.3768,3.8012,2.3768,3.9097,2.0788,3.9097],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Birch, Kansas 98123\u0022,\u0022boundingBox\u0022:[1.014,4.0136,2.3377,4.0136,2.3377,4.1518,1.014,4.1518],\u0022words\u0022:[{\u0022text\u0022:\u0022Birch,\u0022,\u0022boundingBox\u0022:[1.014,4.0136,1.3745,4.0136,1.3745,4.1518,1.014,4.1518],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Kansas\u0022,\u0022boundingBox\u0022:[1.4375,4.0212,1.8819,4.0212,1.8819,4.1297,1.4375,4.1297],\u0022confidence\u0022:1},{\u0022text\u0022:\u002298123\u0022,\u0022boundingBox\u0022:[1.9318,4.02,2.3377,4.02,2.3377,4.1297,1.9318,4.1297],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Rates:\u0022,\u0022boundingBox\u0022:[1.0204,4.4248,1.5303,4.4248,1.5303,4.5682,1.0204,4.5682],\u0022words\u0022:[{\u0022text\u0022:\u0022Rates:\u0022,\u0022boundingBox\u0022:[1.0204,4.4248,1.5303,4.4248,1.5303,4.5682,1.0204,4.5682],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Package\u0022,\u0022boundingBox\u0022:[1.0923,4.6986,1.6232,4.6986,1.6232,4.8428,1.0923,4.8428],\u0022words\u0022:[{\u0022text\u0022:\u0022Package\u0022,\u0022boundingBox\u0022:[1.0923,4.6986,1.6232,4.6986,1.6232,4.8428,1.0923,4.8428],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Included\u0022,\u0022boundingBox\u0022:[2.713,4.6986,3.2707,4.6986,3.2707,4.8147,2.713,4.8147],\u0022words\u0022:[{\u0022text\u0022:\u0022Included\u0022,\u0022boundingBox\u0022:[2.713,4.6986,3.2707,4.6986,3.2707,4.8147,2.713,4.8147],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Price\u0022,\u0022boundingBox\u0022:[5.838,4.7039,6.1513,4.7039,6.1513,4.8147,5.838,4.8147],\u0022words\u0022:[{\u0022text\u0022:\u0022Price\u0022,\u0022boundingBox\u0022:[5.838,4.7039,6.1513,4.7039,6.1513,4.8147,5.838,4.8147],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Gold Sponsor\u0022,\u0022boundingBox\u0022:[1.0857,4.9086,1.9831,4.9086,1.9831,5.0528,1.0857,5.0528],\u0022words\u0022:[{\u0022text\u0022:\u0022Gold\u0022,\u0022boundingBox\u0022:[1.0857,4.9086,1.3842,4.9086,1.3842,5.0247,1.0857,5.0247],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Sponsor\u0022,\u0022boundingBox\u0022:[1.4423,4.915,1.9831,4.915,1.9831,5.0528,1.4423,5.0528],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,4.954,3.018,4.954,3.018,5.0145,2.9586,5.0145],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,4.954,3.018,4.954,3.018,5.0145,2.9586,5.0145],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Full booth\u0022,\u0022boundingBox\u0022:[3.214,4.9169,3.8726,4.9169,3.8726,5.033,3.214,5.033],\u0022words\u0022:[{\u0022text\u0022:\u0022Full\u0022,\u0022boundingBox\u0022:[3.214,4.9169,3.4295,4.9169,3.4295,5.033,3.214,5.033],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022booth\u0022,\u0022boundingBox\u0022:[3.492,4.9169,3.8726,4.9169,3.8726,5.033,3.492,5.033],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022$1,500\u0022,\u0022boundingBox\u0022:[5.8328,4.8977,6.2829,4.8977,6.2829,5.0468,5.8328,5.0468],\u0022words\u0022:[{\u0022text\u0022:\u0022$1,500\u0022,\u0022boundingBox\u0022:[5.8328,4.8977,6.2829,4.8977,6.2829,5.0468,5.8328,5.0468],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,5.1673,3.018,5.1673,3.018,5.2279,2.9586,5.2279],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,5.1673,3.018,5.1673,3.018,5.2279,2.9586,5.2279],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Pre-keynote thank you\u0022,\u0022boundingBox\u0022:[3.214,5.1302,4.7267,5.1302,4.7267,5.2744,3.214,5.2744],\u0022words\u0022:[{\u0022text\u0022:\u0022Pre-keynote\u0022,\u0022boundingBox\u0022:[3.214,5.1302,4.0183,5.1302,4.0183,5.2744,3.214,5.2744],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022thank\u0022,\u0022boundingBox\u0022:[4.0665,5.1302,4.4475,5.1302,4.4475,5.2463,4.0665,5.2463],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022you\u0022,\u0022boundingBox\u0022:[4.4903,5.165,4.7267,5.165,4.7267,5.2744,4.4903,5.2744],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,5.379,3.018,5.379,3.018,5.4395,2.9586,5.4395],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,5.379,3.018,5.379,3.018,5.4395,2.9586,5.4395],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Logo on poster\u0022,\u0022boundingBox\u0022:[3.214,5.3495,4.2093,5.3495,4.2093,5.4861,3.214,5.4861],\u0022words\u0022:[{\u0022text\u0022:\u0022Logo\u0022,\u0022boundingBox\u0022:[3.214,5.3495,3.5163,5.3495,3.5163,5.4861,3.214,5.4861],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022on\u0022,\u0022boundingBox\u0022:[3.5686,5.3767,3.7244,5.3767,3.7244,5.458,3.5686,5.458],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022poster\u0022,\u0022boundingBox\u0022:[3.7888,5.358,4.2093,5.358,4.2093,5.4861,3.7888,5.4861],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,5.5923,3.018,5.5923,3.018,5.6529,2.9586,5.6529],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,5.5923,3.018,5.5923,3.018,5.6529,2.9586,5.6529],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Full page ad in program guide\u0022,\u0022boundingBox\u0022:[3.214,5.5552,5.201,5.5552,5.201,5.6994,3.214,5.6994],\u0022words\u0022:[{\u0022text\u0022:\u0022Full\u0022,\u0022boundingBox\u0022:[3.214,5.5552,3.4295,5.5552,3.4295,5.6713,3.214,5.6713],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022page\u0022,\u0022boundingBox\u0022:[3.492,5.59,3.7989,5.59,3.7989,5.6994,3.492,5.6994],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022ad\u0022,\u0022boundingBox\u0022:[3.8519,5.5556,3.9991,5.5556,3.9991,5.6713,3.8519,5.6713],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022in\u0022,\u0022boundingBox\u0022:[4.0599,5.5605,4.1626,5.5605,4.1626,5.6703,4.0599,5.6703],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022program\u0022,\u0022boundingBox\u0022:[4.2248,5.59,4.7839,5.59,4.7839,5.6994,4.2248,5.6994],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022guide\u0022,\u0022boundingBox\u0022:[4.8367,5.5556,5.201,5.5556,5.201,5.6994,4.8367,5.6994],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,5.804,3.018,5.804,3.018,5.8645,2.9586,5.8645],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,5.804,3.018,5.804,3.018,5.8645,2.9586,5.8645],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Silver Sponsor\u0022,\u0022boundingBox\u0022:[1.0842,5.9786,2.0339,5.9786,2.0339,6.1228,1.0842,6.1228],\u0022words\u0022:[{\u0022text\u0022:\u0022Silver\u0022,\u0022boundingBox\u0022:[1.0842,5.9786,1.4443,5.9786,1.4443,6.0947,1.0842,6.0947],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Sponsor\u0022,\u0022boundingBox\u0022:[1.4904,5.985,2.0339,5.985,2.0339,6.1228,1.4904,6.1228],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,6.024,3.018,6.024,3.018,6.0845,2.9586,6.0845],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,6.024,3.018,6.024,3.018,6.0845,2.9586,6.0845],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Full booth\u0022,\u0022boundingBox\u0022:[3.214,5.9869,3.8726,5.9869,3.8726,6.103,3.214,6.103],\u0022words\u0022:[{\u0022text\u0022:\u0022Full\u0022,\u0022boundingBox\u0022:[3.214,5.9869,3.4295,5.9869,3.4295,6.103,3.214,6.103],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022booth\u0022,\u0022boundingBox\u0022:[3.492,5.9869,3.8726,5.9869,3.8726,6.103,3.492,6.103],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022$1,200\u0022,\u0022boundingBox\u0022:[5.8328,5.9677,6.2829,5.9677,6.2829,6.1168,5.8328,6.1168],\u0022words\u0022:[{\u0022text\u0022:\u0022$1,200\u0022,\u0022boundingBox\u0022:[5.8328,5.9677,6.2829,5.9677,6.2829,6.1168,5.8328,6.1168],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,6.2356,3.018,6.2356,3.018,6.2962,2.9586,6.2962],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,6.2356,3.018,6.2356,3.018,6.2962,2.9586,6.2962],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Post-keynote thank you\u0022,\u0022boundingBox\u0022:[3.214,6.1986,4.7938,6.1986,4.7938,6.3428,3.214,6.3428],\u0022words\u0022:[{\u0022text\u0022:\u0022Post-keynote\u0022,\u0022boundingBox\u0022:[3.214,6.1986,4.0878,6.1986,4.0878,6.3428,3.214,6.3428],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022thank\u0022,\u0022boundingBox\u0022:[4.1348,6.1986,4.5158,6.1986,4.5158,6.3147,4.1348,6.3147],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022you\u0022,\u0022boundingBox\u0022:[4.5586,6.2333,4.7938,6.2333,4.7938,6.3428,4.5586,6.3428],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,6.4473,3.018,6.4473,3.018,6.5079,2.9586,6.5079],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,6.4473,3.018,6.4473,3.018,6.5079,2.9586,6.5079],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Logo on poster\u0022,\u0022boundingBox\u0022:[3.214,6.4179,4.2093,6.4179,4.2093,6.5544,3.214,6.5544],\u0022words\u0022:[{\u0022text\u0022:\u0022Logo\u0022,\u0022boundingBox\u0022:[3.214,6.4179,3.5163,6.4179,3.5163,6.5544,3.214,6.5544],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022on\u0022,\u0022boundingBox\u0022:[3.5686,6.445,3.7244,6.445,3.7244,6.5263,3.5686,6.5263],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022poster\u0022,\u0022boundingBox\u0022:[3.7888,6.4264,4.2093,6.4264,4.2093,6.5544,3.7888,6.5544],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,6.6606,3.018,6.6606,3.018,6.7212,2.9586,6.7212],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,6.6606,3.018,6.6606,3.018,6.7212,2.9586,6.7212],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Half page ad in program guide\u0022,\u0022boundingBox\u0022:[3.214,6.6229,5.2314,6.6229,5.2314,6.7678,3.214,6.7678],\u0022words\u0022:[{\u0022text\u0022:\u0022Half\u0022,\u0022boundingBox\u0022:[3.214,6.6229,3.4739,6.6229,3.4739,6.7397,3.214,6.7397],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022page\u0022,\u0022boundingBox\u0022:[3.5224,6.6583,3.8326,6.6583,3.8326,6.7678,3.5224,6.7678],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022ad\u0022,\u0022boundingBox\u0022:[3.8843,6.6239,4.0315,6.6239,4.0315,6.7397,3.8843,6.7397],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022in\u0022,\u0022boundingBox\u0022:[4.0923,6.6289,4.195,6.6289,4.195,6.7387,4.0923,6.7387],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022program\u0022,\u0022boundingBox\u0022:[4.2563,6.6583,4.8148,6.6583,4.8148,6.7678,4.2563,6.7678],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022guide\u0022,\u0022boundingBox\u0022:[4.8695,6.6239,5.2314,6.6239,5.2314,6.7678,4.8695,6.7678],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Bronze Sponsor\u0022,\u0022boundingBox\u0022:[1.0923,6.84,2.1362,6.84,2.1362,6.9778,1.0923,6.9778],\u0022words\u0022:[{\u0022text\u0022:\u0022Bronze\u0022,\u0022boundingBox\u0022:[1.0923,6.8417,1.545,6.8417,1.545,6.9497,1.0923,6.9497],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Sponsor\u0022,\u0022boundingBox\u0022:[1.5951,6.84,2.1362,6.84,2.1362,6.9778,1.5951,6.9778],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,6.879,3.018,6.879,3.018,6.9395,2.9586,6.9395],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,6.879,3.018,6.879,3.018,6.9395,2.9586,6.9395],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Full booth\u0022,\u0022boundingBox\u0022:[3.214,6.8419,3.8726,6.8419,3.8726,6.958,3.214,6.958],\u0022words\u0022:[{\u0022text\u0022:\u0022Full\u0022,\u0022boundingBox\u0022:[3.214,6.8419,3.4295,6.8419,3.4295,6.958,3.214,6.958],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022booth\u0022,\u0022boundingBox\u0022:[3.492,6.8419,3.8726,6.8419,3.8726,6.958,3.492,6.958],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022$1,000\u0022,\u0022boundingBox\u0022:[5.8328,6.8227,6.2829,6.8227,6.2829,6.9718,5.8328,6.9718],\u0022words\u0022:[{\u0022text\u0022:\u0022$1,000\u0022,\u0022boundingBox\u0022:[5.8328,6.8227,6.2829,6.8227,6.2829,6.9718,5.8328,6.9718],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,7.0923,3.018,7.0923,3.018,7.1529,2.9586,7.1529],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,7.0923,3.018,7.0923,3.018,7.1529,2.9586,7.1529],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Logo on poster\u0022,\u0022boundingBox\u0022:[3.214,7.0629,4.2093,7.0629,4.2093,7.1994,3.214,7.1994],\u0022words\u0022:[{\u0022text\u0022:\u0022Logo\u0022,\u0022boundingBox\u0022:[3.214,7.0629,3.5163,7.0629,3.5163,7.1994,3.214,7.1994],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022on\u0022,\u0022boundingBox\u0022:[3.5686,7.09,3.7244,7.09,3.7244,7.1713,3.5686,7.1713],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022poster\u0022,\u0022boundingBox\u0022:[3.7888,7.0714,4.2093,7.0714,4.2093,7.1994,3.7888,7.1994],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,7.304,3.018,7.304,3.018,7.3645,2.9586,7.3645],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,7.304,3.018,7.304,3.018,7.3645,2.9586,7.3645],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u002250% discount on program guide\u0022,\u0022boundingBox\u0022:[3.2082,7.2672,5.3419,7.2672,5.3419,7.4111,3.2082,7.4111],\u0022words\u0022:[{\u0022text\u0022:\u002250%\u0022,\u0022boundingBox\u0022:[3.2082,7.2717,3.4817,7.2717,3.4817,7.3845,3.2082,7.3845],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022discount\u0022,\u0022boundingBox\u0022:[3.533,7.2672,4.1018,7.2672,4.1018,7.383,3.533,7.383],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022on\u0022,\u0022boundingBox\u0022:[4.1512,7.3017,4.307,7.3017,4.307,7.383,4.1512,7.383],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022program\u0022,\u0022boundingBox\u0022:[4.3682,7.3017,4.9253,7.3017,4.9253,7.4111,4.3682,7.4111],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022guide\u0022,\u0022boundingBox\u0022:[4.981,7.2672,5.3419,7.2672,5.3419,7.4111,4.981,7.4111],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022advertisements\u0022,\u0022boundingBox\u0022:[3.2075,7.4706,4.2429,7.4706,4.2429,7.5863,3.2075,7.5863],\u0022words\u0022:[{\u0022text\u0022:\u0022advertisements\u0022,\u0022boundingBox\u0022:[3.2075,7.4706,4.2429,7.4706,4.2429,7.5863,3.2075,7.5863],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Full Booth\u0022,\u0022boundingBox\u0022:[1.0923,7.6819,1.7537,7.6819,1.7537,7.798,1.0923,7.798],\u0022words\u0022:[{\u0022text\u0022:\u0022Full\u0022,\u0022boundingBox\u0022:[1.0923,7.6819,1.3079,7.6819,1.3079,7.798,1.0923,7.798],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Booth\u0022,\u0022boundingBox\u0022:[1.3718,7.6819,1.7537,7.6819,1.7537,7.798,1.3718,7.798],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,7.7273,3.018,7.7273,3.018,7.7879,2.9586,7.7879],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,7.7273,3.018,7.7273,3.018,7.7879,2.9586,7.7879],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Full booth\u0022,\u0022boundingBox\u0022:[3.214,7.6902,3.8726,7.6902,3.8726,7.8063,3.214,7.8063],\u0022words\u0022:[{\u0022text\u0022:\u0022Full\u0022,\u0022boundingBox\u0022:[3.214,7.6902,3.4295,7.6902,3.4295,7.8063,3.214,7.8063],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022booth\u0022,\u0022boundingBox\u0022:[3.492,7.6902,3.8726,7.6902,3.8726,7.8063,3.492,7.8063],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022$600\u0022,\u0022boundingBox\u0022:[5.8328,7.6711,6.1586,7.6711,6.1586,7.8165,5.8328,7.8165],\u0022words\u0022:[{\u0022text\u0022:\u0022$600\u0022,\u0022boundingBox\u0022:[5.8328,7.6711,6.1586,7.6711,6.1586,7.8165,5.8328,7.8165],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,7.939,3.018,7.939,3.018,7.9995,2.9586,7.9995],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,7.939,3.018,7.939,3.018,7.9995,2.9586,7.9995],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u002250% discount on program guide\u0022,\u0022boundingBox\u0022:[3.2082,7.9022,5.3419,7.9022,5.3419,8.0461,3.2082,8.0461],\u0022words\u0022:[{\u0022text\u0022:\u002250%\u0022,\u0022boundingBox\u0022:[3.2082,7.9067,3.4817,7.9067,3.4817,8.0195,3.2082,8.0195],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022discount\u0022,\u0022boundingBox\u0022:[3.533,7.9022,4.1018,7.9022,4.1018,8.018,3.533,8.018],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022on\u0022,\u0022boundingBox\u0022:[4.1512,7.9367,4.307,7.9367,4.307,8.018,4.1512,8.018],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022program\u0022,\u0022boundingBox\u0022:[4.3682,7.9367,4.9253,7.9367,4.9253,8.0461,4.3682,8.0461],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022guide\u0022,\u0022boundingBox\u0022:[4.981,7.9022,5.3419,7.9022,5.3419,8.0461,4.981,8.0461],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022advertisements\u0022,\u0022boundingBox\u0022:[3.2075,8.1056,4.2429,8.1056,4.2429,8.2213,3.2075,8.2213],\u0022words\u0022:[{\u0022text\u0022:\u0022advertisements\u0022,\u0022boundingBox\u0022:[3.2075,8.1056,4.2429,8.1056,4.2429,8.2213,3.2075,8.2213],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Half Booth\u0022,\u0022boundingBox\u0022:[1.0923,8.3162,1.7854,8.3162,1.7854,8.433,1.0923,8.433],\u0022words\u0022:[{\u0022text\u0022:\u0022Half\u0022,\u0022boundingBox\u0022:[1.0923,8.3162,1.3522,8.3162,1.3522,8.433,1.0923,8.433],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Booth\u0022,\u0022boundingBox\u0022:[1.4022,8.3169,1.7854,8.3169,1.7854,8.433,1.4022,8.433],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,8.3623,3.018,8.3623,3.018,8.4229,2.9586,8.4229],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,8.3623,3.018,8.3623,3.018,8.4229,2.9586,8.4229],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Full booth\u0022,\u0022boundingBox\u0022:[3.214,8.3252,3.8726,8.3252,3.8726,8.4413,3.214,8.4413],\u0022words\u0022:[{\u0022text\u0022:\u0022Full\u0022,\u0022boundingBox\u0022:[3.214,8.3252,3.4295,8.3252,3.4295,8.4413,3.214,8.4413],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022booth\u0022,\u0022boundingBox\u0022:[3.492,8.3252,3.8726,8.3252,3.8726,8.4413,3.492,8.4413],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022$350\u0022,\u0022boundingBox\u0022:[5.8328,8.3061,6.1586,8.3061,6.1586,8.4515,5.8328,8.4515],\u0022words\u0022:[{\u0022text\u0022:\u0022$350\u0022,\u0022boundingBox\u0022:[5.8328,8.3061,6.1586,8.3061,6.1586,8.4515,5.8328,8.4515],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,8.574,3.018,8.574,3.018,8.6345,2.9586,8.6345],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,8.574,3.018,8.574,3.018,8.6345,2.9586,8.6345],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u002225% discount on program guide\u0022,\u0022boundingBox\u0022:[3.2093,8.5372,5.3419,8.5372,5.3419,8.6811,3.2093,8.6811],\u0022words\u0022:[{\u0022text\u0022:\u002225%\u0022,\u0022boundingBox\u0022:[3.2093,8.5417,3.4817,8.5417,3.4817,8.6545,3.2093,8.6545],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022discount\u0022,\u0022boundingBox\u0022:[3.533,8.5372,4.1018,8.5372,4.1018,8.653,3.533,8.653],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022on\u0022,\u0022boundingBox\u0022:[4.1512,8.5717,4.307,8.5717,4.307,8.653,4.1512,8.653],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022program\u0022,\u0022boundingBox\u0022:[4.3682,8.5717,4.9253,8.5717,4.9253,8.6811,4.3682,8.6811],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022guide\u0022,\u0022boundingBox\u0022:[4.981,8.5372,5.3419,8.5372,5.3419,8.6811,4.981,8.6811],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022advertisements\u0022,\u0022boundingBox\u0022:[3.2075,8.7406,4.2429,8.7406,4.2429,8.8563,3.2075,8.8563],\u0022words\u0022:[{\u0022text\u0022:\u0022advertisements\u0022,\u0022boundingBox\u0022:[3.2075,8.7406,4.2429,8.7406,4.2429,8.8563,3.2075,8.8563],\u0022confidence\u0022:1}]}]},{\u0022page\u0022:2,\u0022angle\u0022:0,\u0022width\u0022:8.5,\u0022height\u0022:11,\u0022unit\u0022:\u0022inch\u0022,\u0022lines\u0022:[{\u0022text\u0022:\u0022Vendor #:121\u0022,\u0022boundingBox\u0022:[6.1276,1.0667,7.4833,1.0667,7.4833,1.2403,6.1276,1.2403],\u0022words\u0022:[{\u0022text\u0022:\u0022Vendor\u0022,\u0022boundingBox\u0022:[6.1276,1.0667,6.8657,1.0667,6.8657,1.2403,6.1276,1.2403],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022#:121\u0022,\u0022boundingBox\u0022:[6.9307,1.0759,7.4833,1.0759,7.4833,1.2391,6.9307,1.2391],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Vendor Details:\u0022,\u0022boundingBox\u0022:[1.0044,2.1771,2.35,2.1771,2.35,2.3315,1.0044,2.3315],\u0022words\u0022:[{\u0022text\u0022:\u0022Vendor\u0022,\u0022boundingBox\u0022:[1.0044,2.1778,1.6496,2.1778,1.6496,2.3315,1.0044,2.3315],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Details:\u0022,\u0022boundingBox\u0022:[1.7239,2.1771,2.35,2.1771,2.35,2.3315,1.7239,2.3315],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Company Name: Southridge Video\u0022,\u0022boundingBox\u0022:[1.0065,2.7686,3.3477,2.7686,3.3477,2.9128,1.0065,2.9128],\u0022words\u0022:[{\u0022text\u0022:\u0022Company\u0022,\u0022boundingBox\u0022:[1.0065,2.7749,1.651,2.7749,1.651,2.9126,1.0065,2.9126],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Name:\u0022,\u0022boundingBox\u0022:[1.7019,2.7764,2.1376,2.7764,2.1376,2.885,1.7019,2.885],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Southridge\u0022,\u0022boundingBox\u0022:[2.1925,2.7686,2.9184,2.7686,2.9184,2.9128,2.1925,2.9128],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Video\u0022,\u0022boundingBox\u0022:[2.9691,2.7689,3.3477,2.7689,3.3477,2.8847,2.9691,2.8847],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Contact: Jamie@southridgevideo.com\u0022,\u0022boundingBox\u0022:[1.0065,3.0986,3.5766,3.0986,3.5766,3.2428,1.0065,3.2428],\u0022words\u0022:[{\u0022text\u0022:\u0022Contact:\u0022,\u0022boundingBox\u0022:[1.0065,3.1049,1.5706,3.1049,1.5706,3.215,1.0065,3.215],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Jamie@southridgevideo.com\u0022,\u0022boundingBox\u0022:[1.6205,3.0986,3.5766,3.0986,3.5766,3.2428,1.6205,3.2428],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Preferred Package: Gold\u0022,\u0022boundingBox\u0022:[1.0115,3.4296,2.6542,3.4296,2.6542,3.5744,1.0115,3.5744],\u0022words\u0022:[{\u0022text\u0022:\u0022Preferred\u0022,\u0022boundingBox\u0022:[1.0115,3.4296,1.6499,3.4296,1.6499,3.5467,1.0115,3.5467],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Package:\u0022,\u0022boundingBox\u0022:[1.7092,3.4302,2.2978,3.4302,2.2978,3.5744,1.7092,3.5744],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Gold\u0022,\u0022boundingBox\u0022:[2.3557,3.4302,2.6542,3.4302,2.6542,3.5463,2.3557,3.5463],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Special Requests: N/a\u0022,\u0022boundingBox\u0022:[1.0052,3.7537,2.4783,3.7537,2.4783,3.9043,1.0052,3.9043],\u0022words\u0022:[{\u0022text\u0022:\u0022Special\u0022,\u0022boundingBox\u0022:[1.0052,3.7602,1.475,3.7602,1.475,3.9043,1.0052,3.9043],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Requests:\u0022,\u0022boundingBox\u0022:[1.5342,3.7684,2.1899,3.7684,2.1899,3.9043,1.5342,3.9043],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022N/a\u0022,\u0022boundingBox\u0022:[2.254,3.7537,2.4783,3.7537,2.4783,3.8976,2.254,3.8976],\u0022confidence\u0022:1}]}]}],\u0022documentResults\u0022:[{\u0022docType\u0022:\u0022prebuilt:receipt\u0022,\u0022pageRange\u0022:[1,1],\u0022fields\u0022:{\u0022ReceiptType\u0022:{\u0022type\u0022:\u0022string\u0022,\u0022valueString\u0022:\u0022Itemized\u0022,\u0022confidence\u0022:0.99},\u0022MerchantAddress\u0022:{\u0022type\u0022:\u0022string\u0022,\u0022valueString\u0022:\u00222345 Dogwood Lane Birch, Kansas 98123\u0022,\u0022text\u0022:\u00222345 Dogwood Lane Birch, Kansas 98123\u0022,\u0022boundingBox\u0022:[1.0093,3.7939,2.3768,3.7939,2.3768,4.1518,1.0093,4.1518],\u0022page\u0022:1,\u0022confidence\u0022:0.99,\u0022elements\u0022:[\u0022#/readResults/0/lines/7/words/0\u0022,\u0022#/readResults/0/lines/7/words/1\u0022,\u0022#/readResults/0/lines/7/words/2\u0022,\u0022#/readResults/0/lines/8/words/0\u0022,\u0022#/readResults/0/lines/8/words/1\u0022,\u0022#/readResults/0/lines/8/words/2\u0022]}}},{\u0022docType\u0022:\u0022prebuilt:receipt\u0022,\u0022pageRange\u0022:[2,2],\u0022fields\u0022:{\u0022ReceiptType\u0022:{\u0022type\u0022:\u0022string\u0022,\u0022valueString\u0022:\u0022CreditCard\u0022,\u0022confidence\u0022:0.004}}}]}}" } ], "Variables": { "FORM_RECOGNIZER_API_KEY": "Sanitized", - "FORM_RECOGNIZER_ENDPOINT": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/", + "FORM_RECOGNIZER_ENDPOINT": "https://mariari-centraluseuap.cognitiveservices.azure.com/", "RandomSeed": "569600088" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeReceiptsCanParseMultipageForm(True).json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeReceiptsCanParseMultipageForm(True).json index 4b5867887fc21..e2c0f1fe5abc6 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeReceiptsCanParseMultipageForm(True).json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeReceiptsCanParseMultipageForm(True).json @@ -1,17 +1,17 @@ { "Entries": [ { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyze?includeTextDetails=true", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/receipt/analyze?includeTextDetails=true", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "711607", "Content-Type": "application/pdf", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-4804679fd95b5e42a95d667c63cb344c-97f742dff746ef49-00", + "traceparent": "00-bb56bc62914cb84ab2575053c8a83f41-8467fba2b98c314b-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "47aaf217be71ddb53d7a55448d2a01d3", "x-ms-return-client-request-id": "true" @@ -19,25 +19,25 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "f2899161-38c6-4760-a42b-93fccd7b2075", + "apim-request-id": "3d75420f-4d76-496a-baf1-d5f90507274d", "Content-Length": "0", - "Date": "Wed, 09 Sep 2020 22:32:41 GMT", - "Operation-Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/f2899161-38c6-4760-a42b-93fccd7b2075", + "Date": "Tue, 17 Nov 2020 00:32:34 GMT", + "Operation-Location": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/receipt/analyzeResults/3d75420f-4d76-496a-baf1-d5f90507274d", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "782" + "x-envoy-upstream-service-time": "253" }, "ResponseBody": [] }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/f2899161-38c6-4760-a42b-93fccd7b2075", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/receipt/analyzeResults/3d75420f-4d76-496a-baf1-d5f90507274d", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "c6f4a1d1b6fc5e9732c370ae4dfc6a8e", "x-ms-return-client-request-id": "true" @@ -45,29 +45,29 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "ad339695-a236-4fb0-80a0-0f1c48e0b3ae", - "Content-Length": "109", + "apim-request-id": "02bbbff3-831b-4210-883a-c8e68ccf7e1f", + "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:32:41 GMT", + "Date": "Tue, 17 Nov 2020 00:32:34 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "46" + "x-envoy-upstream-service-time": "10" }, "ResponseBody": { - "status": "notStarted", - "createdDateTime": "2020-09-09T22:32:41Z", - "lastUpdatedDateTime": "2020-09-09T22:32:41Z" + "status": "running", + "createdDateTime": "2020-11-17T00:32:35Z", + "lastUpdatedDateTime": "2020-11-17T00:32:35Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/f2899161-38c6-4760-a42b-93fccd7b2075", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/receipt/analyzeResults/3d75420f-4d76-496a-baf1-d5f90507274d", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "f4fd38b6be0d3b33520eba6e6b409d12", "x-ms-return-client-request-id": "true" @@ -75,29 +75,29 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "fe50e8d9-3617-4700-81ed-a97de2c386d9", + "apim-request-id": "c2e988ba-151e-4fe9-bc19-9ad57f5dcbc5", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:32:42 GMT", + "Date": "Tue, 17 Nov 2020 00:32:36 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "106" + "x-envoy-upstream-service-time": "11" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-09-09T22:32:41Z", - "lastUpdatedDateTime": "2020-09-09T22:32:42Z" + "createdDateTime": "2020-11-17T00:32:35Z", + "lastUpdatedDateTime": "2020-11-17T00:32:35Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/f2899161-38c6-4760-a42b-93fccd7b2075", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/receipt/analyzeResults/3d75420f-4d76-496a-baf1-d5f90507274d", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "f12c7b46d1c261895b4b14ad4e078f41", "x-ms-return-client-request-id": "true" @@ -105,29 +105,29 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "278d54ab-82af-4ba7-b63e-6fa530df2081", + "apim-request-id": "71aa9aad-4200-4e4f-bf46-b0cfa601cc3d", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:32:44 GMT", + "Date": "Tue, 17 Nov 2020 00:32:37 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "125" + "x-envoy-upstream-service-time": "9" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-09-09T22:32:41Z", - "lastUpdatedDateTime": "2020-09-09T22:32:42Z" + "createdDateTime": "2020-11-17T00:32:35Z", + "lastUpdatedDateTime": "2020-11-17T00:32:35Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/f2899161-38c6-4760-a42b-93fccd7b2075", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/receipt/analyzeResults/3d75420f-4d76-496a-baf1-d5f90507274d", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "558dc7100d2c12c56eb974edfb29f3f2", "x-ms-return-client-request-id": "true" @@ -135,29 +135,29 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "0e0a088b-a02a-40c9-b918-f61cb26decc6", + "apim-request-id": "e83cadc2-475f-4abf-b130-cad493a5e709", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:32:45 GMT", + "Date": "Tue, 17 Nov 2020 00:32:38 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "34" + "x-envoy-upstream-service-time": "12" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-09-09T22:32:41Z", - "lastUpdatedDateTime": "2020-09-09T22:32:42Z" + "createdDateTime": "2020-11-17T00:32:35Z", + "lastUpdatedDateTime": "2020-11-17T00:32:35Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/f2899161-38c6-4760-a42b-93fccd7b2075", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/receipt/analyzeResults/3d75420f-4d76-496a-baf1-d5f90507274d", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "d2685d2578d0e5cbaf9b99c2a985ec4a", "x-ms-return-client-request-id": "true" @@ -165,29 +165,29 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "02a97f56-79da-4111-a1ac-d92524102e96", + "apim-request-id": "82a2640e-dfad-4b21-87e4-ce63bdf7713c", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:32:46 GMT", + "Date": "Tue, 17 Nov 2020 00:32:39 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "82" + "x-envoy-upstream-service-time": "10" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-09-09T22:32:41Z", - "lastUpdatedDateTime": "2020-09-09T22:32:42Z" + "createdDateTime": "2020-11-17T00:32:35Z", + "lastUpdatedDateTime": "2020-11-17T00:32:35Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/f2899161-38c6-4760-a42b-93fccd7b2075", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/receipt/analyzeResults/3d75420f-4d76-496a-baf1-d5f90507274d", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "a35d797f48b238e6b51983095d9b6632", "x-ms-return-client-request-id": "true" @@ -195,20 +195,20 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "6515b76d-5f7c-4ad4-b72b-8c8c263b1596", + "apim-request-id": "380fbf2e-2e36-4479-b7fc-1f99e6083ba3", "Content-Length": "25645", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:32:47 GMT", + "Date": "Tue, 17 Nov 2020 00:32:40 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "91" + "x-envoy-upstream-service-time": "27" }, - "ResponseBody": "{\u0022status\u0022:\u0022succeeded\u0022,\u0022createdDateTime\u0022:\u00222020-09-09T22:32:41Z\u0022,\u0022lastUpdatedDateTime\u0022:\u00222020-09-09T22:32:46Z\u0022,\u0022analyzeResult\u0022:{\u0022version\u0022:\u00222.1.0\u0022,\u0022readResults\u0022:[{\u0022page\u0022:1,\u0022angle\u0022:0,\u0022width\u0022:8.5,\u0022height\u0022:11,\u0022unit\u0022:\u0022inch\u0022,\u0022lines\u0022:[{\u0022text\u0022:\u0022Vendor #:121\u0022,\u0022boundingBox\u0022:[6.1276,1.0667,7.4833,1.0667,7.4833,1.2403,6.1276,1.2403],\u0022words\u0022:[{\u0022text\u0022:\u0022Vendor\u0022,\u0022boundingBox\u0022:[6.1276,1.0667,6.8657,1.0667,6.8657,1.2403,6.1276,1.2403],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022#:121\u0022,\u0022boundingBox\u0022:[6.9307,1.0759,7.4833,1.0759,7.4833,1.2391,6.9307,1.2391],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Vendor Registration\u0022,\u0022boundingBox\u0022:[2.2268,1.5733,6.2379,1.5733,6.2379,2.005,2.2268,2.005],\u0022words\u0022:[{\u0022text\u0022:\u0022Vendor\u0022,\u0022boundingBox\u0022:[2.2268,1.5733,3.703,1.5733,3.703,1.9207,2.2268,1.9207],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Registration\u0022,\u0022boundingBox\u0022:[3.8661,1.5883,6.2379,1.5883,6.2379,2.005,3.8661,2.005],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Contoso Ltd. Conference will be held on May 28-29, 2020 at the Elm Conference Center in\u0022,\u0022boundingBox\u0022:[1.0078,2.5846,7.0776,2.5846,7.0776,2.7293,1.0078,2.7293],\u0022words\u0022:[{\u0022text\u0022:\u0022Contoso\u0022,\u0022boundingBox\u0022:[1.0078,2.5919,1.5548,2.5919,1.5548,2.7013,1.0078,2.7013],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Ltd.\u0022,\u0022boundingBox\u0022:[1.6125,2.5856,1.843,2.5856,1.843,2.7013,1.6125,2.7013],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Conference\u0022,\u0022boundingBox\u0022:[1.8996,2.5846,2.6636,2.5846,2.6636,2.7013,1.8996,2.7013],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022will\u0022,\u0022boundingBox\u0022:[2.7122,2.5852,2.9307,2.5852,2.9307,2.7003,2.7122,2.7003],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022be\u0022,\u0022boundingBox\u0022:[2.9922,2.5852,3.1419,2.5852,3.1419,2.7013,2.9922,2.7013],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022held\u0022,\u0022boundingBox\u0022:[3.1987,2.5852,3.4704,2.5852,3.4704,2.7013,3.1987,2.7013],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022on\u0022,\u0022boundingBox\u0022:[3.53,2.62,3.6846,2.62,3.6846,2.7013,3.53,2.7013],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022May\u0022,\u0022boundingBox\u0022:[3.7498,2.5934,4.0422,2.5934,4.0422,2.7293,3.7498,2.7293],\u0022confidence\u0022:1},{\u0022text\u0022:\u002228-29,\u0022,\u0022boundingBox\u0022:[4.0877,2.5914,4.5042,2.5914,4.5042,2.7236,4.0877,2.7236],\u0022confidence\u0022:1},{\u0022text\u0022:\u00222020\u0022,\u0022boundingBox\u0022:[4.5586,2.5914,4.884,2.5914,4.884,2.7017,4.5586,2.7017],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022at\u0022,\u0022boundingBox\u0022:[4.9351,2.6014,5.0577,2.6014,5.0577,2.7013,4.9351,2.7013],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022the\u0022,\u0022boundingBox\u0022:[5.1033,2.5852,5.3202,2.5852,5.3202,2.7013,5.1033,2.7013],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Elm\u0022,\u0022boundingBox\u0022:[5.3787,2.5852,5.6051,2.5852,5.6051,2.7003,5.3787,2.7003],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Conference\u0022,\u0022boundingBox\u0022:[5.6624,2.5846,6.4263,2.5846,6.4263,2.7013,5.6624,2.7013],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Center\u0022,\u0022boundingBox\u0022:[6.4796,2.5919,6.9234,2.5919,6.9234,2.7013,6.4796,2.7013],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022in\u0022,\u0022boundingBox\u0022:[6.9765,2.5905,7.0776,2.5905,7.0776,2.7003,6.9765,2.7003],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Maple City, Massachusetts. The conference has sold out of its 1,500 tickets, with a 400 person\u0022,\u0022boundingBox\u0022:[1.014,2.8029,7.3457,2.8029,7.3457,2.9478,1.014,2.9478],\u0022words\u0022:[{\u0022text\u0022:\u0022Maple\u0022,\u0022boundingBox\u0022:[1.014,2.8036,1.4242,2.8036,1.4242,2.9478,1.014,2.9478],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022City,\u0022,\u0022boundingBox\u0022:[1.4763,2.8089,1.7576,2.8089,1.7576,2.9478,1.4763,2.9478],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Massachusetts.\u0022,\u0022boundingBox\u0022:[1.8195,2.8036,2.8383,2.8036,2.8383,2.9197,1.8195,2.9197],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022The\u0022,\u0022boundingBox\u0022:[2.8883,2.8036,3.1326,2.8036,3.1326,2.9197,2.8883,2.9197],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022conference\u0022,\u0022boundingBox\u0022:[3.1842,2.8029,3.9301,2.8029,3.9301,2.9197,3.1842,2.9197],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022has\u0022,\u0022boundingBox\u0022:[3.9871,2.8036,4.2019,2.8036,4.2019,2.9197,3.9871,2.9197],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022sold\u0022,\u0022boundingBox\u0022:[4.2529,2.8036,4.5104,2.8036,4.5104,2.9197,4.2529,2.9197],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022out\u0022,\u0022boundingBox\u0022:[4.5701,2.8197,4.7871,2.8197,4.7871,2.9197,4.5701,2.9197],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022of\u0022,\u0022boundingBox\u0022:[4.8373,2.8029,4.9701,2.8029,4.9701,2.9197,4.8373,2.9197],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022its\u0022,\u0022boundingBox\u0022:[5.0169,2.8089,5.1601,2.8089,5.1601,2.9197,5.0169,2.9197],\u0022confidence\u0022:1},{\u0022text\u0022:\u00221,500\u0022,\u0022boundingBox\u0022:[5.2167,2.81,5.5766,2.81,5.5766,2.9418,5.2167,2.9418],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022tickets,\u0022,\u0022boundingBox\u0022:[5.6227,2.8036,6.0928,2.8036,6.0928,2.9418,5.6227,2.9418],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022with\u0022,\u0022boundingBox\u0022:[6.1461,2.8036,6.4308,2.8036,6.4308,2.9195,6.1461,2.9195],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022a\u0022,\u0022boundingBox\u0022:[6.488,2.8383,6.548,2.8383,6.548,2.9197,6.488,2.9197],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022400\u0022,\u0022boundingBox\u0022:[6.6016,2.81,6.8449,2.81,6.8449,2.9197,6.6016,2.9197],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022person\u0022,\u0022boundingBox\u0022:[6.8998,2.8383,7.3457,2.8383,7.3457,2.9478,6.8998,2.9478],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022waitlist. Vendor applications are being accepted through Feb 28, 2020. Please fill in the form\u0022,\u0022boundingBox\u0022:[1.0043,3.0229,7.2482,3.0229,7.2482,3.1678,1.0043,3.1678],\u0022words\u0022:[{\u0022text\u0022:\u0022waitlist.\u0022,\u0022boundingBox\u0022:[1.0043,3.0236,1.5194,3.0236,1.5194,3.1397,1.0043,3.1397],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Vendor\u0022,\u0022boundingBox\u0022:[1.5733,3.0239,2.0654,3.0239,2.0654,3.1397,1.5733,3.1397],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022applications\u0022,\u0022boundingBox\u0022:[2.1132,3.0236,2.9143,3.0236,2.9143,3.1678,2.1132,3.1678],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022are\u0022,\u0022boundingBox\u0022:[2.9675,3.0583,3.1726,3.0583,3.1726,3.1397,2.9675,3.1397],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022being\u0022,\u0022boundingBox\u0022:[3.2306,3.0236,3.5889,3.0236,3.5889,3.1678,3.2306,3.1678],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022accepted\u0022,\u0022boundingBox\u0022:[3.6388,3.0239,4.2336,3.0239,4.2336,3.1678,3.6388,3.1678],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022through\u0022,\u0022boundingBox\u0022:[4.2862,3.0236,4.8127,3.0236,4.8127,3.1678,4.2862,3.1678],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Feb\u0022,\u0022boundingBox\u0022:[4.8815,3.0236,5.1133,3.0236,5.1133,3.14,4.8815,3.14],\u0022confidence\u0022:1},{\u0022text\u0022:\u002228,\u0022,\u0022boundingBox\u0022:[5.163,3.0297,5.361,3.0297,5.361,3.162,5.163,3.162],\u0022confidence\u0022:1},{\u0022text\u0022:\u00222020.\u0022,\u0022boundingBox\u0022:[5.413,3.0297,5.7774,3.0297,5.7774,3.14,5.413,3.14],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Please\u0022,\u0022boundingBox\u0022:[5.8406,3.0236,6.2537,3.0236,6.2537,3.1397,5.8406,3.1397],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022fill\u0022,\u0022boundingBox\u0022:[6.3022,3.0229,6.4539,3.0229,6.4539,3.1387,6.3022,3.1387],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022in\u0022,\u0022boundingBox\u0022:[6.5131,3.0289,6.6158,3.0289,6.6158,3.1387,6.5131,3.1387],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022the\u0022,\u0022boundingBox\u0022:[6.6673,3.0236,6.8842,3.0236,6.8842,3.1397,6.6673,3.1397],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022form\u0022,\u0022boundingBox\u0022:[6.9317,3.0229,7.2482,3.0229,7.2482,3.1397,6.9317,3.1397],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022below, and attach a check made out to:\u0022,\u0022boundingBox\u0022:[1.0125,3.2436,3.6599,3.2436,3.6599,3.3818,1.0125,3.3818],\u0022words\u0022:[{\u0022text\u0022:\u0022below,\u0022,\u0022boundingBox\u0022:[1.0125,3.2436,1.4459,3.2436,1.4459,3.3818,1.0125,3.3818],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022and\u0022,\u0022boundingBox\u0022:[1.5024,3.2439,1.7371,3.2439,1.7371,3.3597,1.5024,3.3597],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022attach\u0022,\u0022boundingBox\u0022:[1.7968,3.2436,2.2047,3.2436,2.2047,3.3597,1.7968,3.3597],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022a\u0022,\u0022boundingBox\u0022:[2.2619,3.2783,2.3219,3.2783,2.3219,3.3597,2.2619,3.3597],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022check\u0022,\u0022boundingBox\u0022:[2.379,3.2436,2.7529,3.2436,2.7529,3.3597,2.379,3.3597],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022made\u0022,\u0022boundingBox\u0022:[2.8076,3.2439,3.17,3.2439,3.17,3.3597,2.8076,3.3597],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022out\u0022,\u0022boundingBox\u0022:[3.2251,3.2597,3.4421,3.2597,3.4421,3.3597,3.2251,3.3597],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022to:\u0022,\u0022boundingBox\u0022:[3.4869,3.2597,3.6599,3.2597,3.6599,3.3597,3.4869,3.3597],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Contoso Ltd.\u0022,\u0022boundingBox\u0022:[1.0078,3.5739,1.843,3.5739,1.843,3.6897,1.0078,3.6897],\u0022words\u0022:[{\u0022text\u0022:\u0022Contoso\u0022,\u0022boundingBox\u0022:[1.0078,3.5802,1.5548,3.5802,1.5548,3.6897,1.0078,3.6897],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Ltd.\u0022,\u0022boundingBox\u0022:[1.6125,3.5739,1.843,3.5739,1.843,3.6897,1.6125,3.6897],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u00222345 Dogwood Lane\u0022,\u0022boundingBox\u0022:[1.0093,3.7939,2.3768,3.7939,2.3768,3.9378,1.0093,3.9378],\u0022words\u0022:[{\u0022text\u0022:\u00222345\u0022,\u0022boundingBox\u0022:[1.0093,3.8,1.3297,3.8,1.3297,3.9097,1.0093,3.9097],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Dogwood\u0022,\u0022boundingBox\u0022:[1.3899,3.7939,2.0149,3.7939,2.0149,3.9378,1.3899,3.9378],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Lane\u0022,\u0022boundingBox\u0022:[2.0788,3.8012,2.3768,3.8012,2.3768,3.9097,2.0788,3.9097],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Birch, Kansas 98123\u0022,\u0022boundingBox\u0022:[1.014,4.0136,2.3377,4.0136,2.3377,4.1518,1.014,4.1518],\u0022words\u0022:[{\u0022text\u0022:\u0022Birch,\u0022,\u0022boundingBox\u0022:[1.014,4.0136,1.3745,4.0136,1.3745,4.1518,1.014,4.1518],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Kansas\u0022,\u0022boundingBox\u0022:[1.4375,4.0212,1.8819,4.0212,1.8819,4.1297,1.4375,4.1297],\u0022confidence\u0022:1},{\u0022text\u0022:\u002298123\u0022,\u0022boundingBox\u0022:[1.9318,4.02,2.3377,4.02,2.3377,4.1297,1.9318,4.1297],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Rates:\u0022,\u0022boundingBox\u0022:[1.0204,4.4248,1.5303,4.4248,1.5303,4.5682,1.0204,4.5682],\u0022words\u0022:[{\u0022text\u0022:\u0022Rates:\u0022,\u0022boundingBox\u0022:[1.0204,4.4248,1.5303,4.4248,1.5303,4.5682,1.0204,4.5682],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Package\u0022,\u0022boundingBox\u0022:[1.0923,4.6986,1.6232,4.6986,1.6232,4.8428,1.0923,4.8428],\u0022words\u0022:[{\u0022text\u0022:\u0022Package\u0022,\u0022boundingBox\u0022:[1.0923,4.6986,1.6232,4.6986,1.6232,4.8428,1.0923,4.8428],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Included\u0022,\u0022boundingBox\u0022:[2.713,4.6986,3.2707,4.6986,3.2707,4.8147,2.713,4.8147],\u0022words\u0022:[{\u0022text\u0022:\u0022Included\u0022,\u0022boundingBox\u0022:[2.713,4.6986,3.2707,4.6986,3.2707,4.8147,2.713,4.8147],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Price\u0022,\u0022boundingBox\u0022:[5.838,4.7039,6.1513,4.7039,6.1513,4.8147,5.838,4.8147],\u0022words\u0022:[{\u0022text\u0022:\u0022Price\u0022,\u0022boundingBox\u0022:[5.838,4.7039,6.1513,4.7039,6.1513,4.8147,5.838,4.8147],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Gold Sponsor\u0022,\u0022boundingBox\u0022:[1.0857,4.9086,1.9831,4.9086,1.9831,5.0528,1.0857,5.0528],\u0022words\u0022:[{\u0022text\u0022:\u0022Gold\u0022,\u0022boundingBox\u0022:[1.0857,4.9086,1.3842,4.9086,1.3842,5.0247,1.0857,5.0247],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Sponsor\u0022,\u0022boundingBox\u0022:[1.4423,4.915,1.9831,4.915,1.9831,5.0528,1.4423,5.0528],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,4.954,3.018,4.954,3.018,5.0145,2.9586,5.0145],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,4.954,3.018,4.954,3.018,5.0145,2.9586,5.0145],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Full booth\u0022,\u0022boundingBox\u0022:[3.214,4.9169,3.8726,4.9169,3.8726,5.033,3.214,5.033],\u0022words\u0022:[{\u0022text\u0022:\u0022Full\u0022,\u0022boundingBox\u0022:[3.214,4.9169,3.4295,4.9169,3.4295,5.033,3.214,5.033],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022booth\u0022,\u0022boundingBox\u0022:[3.492,4.9169,3.8726,4.9169,3.8726,5.033,3.492,5.033],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022$1,500\u0022,\u0022boundingBox\u0022:[5.8328,4.8977,6.2829,4.8977,6.2829,5.0468,5.8328,5.0468],\u0022words\u0022:[{\u0022text\u0022:\u0022$1,500\u0022,\u0022boundingBox\u0022:[5.8328,4.8977,6.2829,4.8977,6.2829,5.0468,5.8328,5.0468],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,5.1673,3.018,5.1673,3.018,5.2279,2.9586,5.2279],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,5.1673,3.018,5.1673,3.018,5.2279,2.9586,5.2279],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Pre-keynote thank you\u0022,\u0022boundingBox\u0022:[3.214,5.1302,4.7267,5.1302,4.7267,5.2744,3.214,5.2744],\u0022words\u0022:[{\u0022text\u0022:\u0022Pre-keynote\u0022,\u0022boundingBox\u0022:[3.214,5.1302,4.0183,5.1302,4.0183,5.2744,3.214,5.2744],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022thank\u0022,\u0022boundingBox\u0022:[4.0665,5.1302,4.4475,5.1302,4.4475,5.2463,4.0665,5.2463],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022you\u0022,\u0022boundingBox\u0022:[4.4903,5.165,4.7267,5.165,4.7267,5.2744,4.4903,5.2744],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,5.379,3.018,5.379,3.018,5.4395,2.9586,5.4395],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,5.379,3.018,5.379,3.018,5.4395,2.9586,5.4395],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Logo on poster\u0022,\u0022boundingBox\u0022:[3.214,5.3495,4.2093,5.3495,4.2093,5.4861,3.214,5.4861],\u0022words\u0022:[{\u0022text\u0022:\u0022Logo\u0022,\u0022boundingBox\u0022:[3.214,5.3495,3.5163,5.3495,3.5163,5.4861,3.214,5.4861],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022on\u0022,\u0022boundingBox\u0022:[3.5686,5.3767,3.7244,5.3767,3.7244,5.458,3.5686,5.458],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022poster\u0022,\u0022boundingBox\u0022:[3.7888,5.358,4.2093,5.358,4.2093,5.4861,3.7888,5.4861],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,5.5923,3.018,5.5923,3.018,5.6529,2.9586,5.6529],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,5.5923,3.018,5.5923,3.018,5.6529,2.9586,5.6529],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Full page ad in program guide\u0022,\u0022boundingBox\u0022:[3.214,5.5552,5.201,5.5552,5.201,5.6994,3.214,5.6994],\u0022words\u0022:[{\u0022text\u0022:\u0022Full\u0022,\u0022boundingBox\u0022:[3.214,5.5552,3.4295,5.5552,3.4295,5.6713,3.214,5.6713],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022page\u0022,\u0022boundingBox\u0022:[3.492,5.59,3.7989,5.59,3.7989,5.6994,3.492,5.6994],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022ad\u0022,\u0022boundingBox\u0022:[3.8519,5.5556,3.9991,5.5556,3.9991,5.6713,3.8519,5.6713],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022in\u0022,\u0022boundingBox\u0022:[4.0599,5.5605,4.1626,5.5605,4.1626,5.6703,4.0599,5.6703],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022program\u0022,\u0022boundingBox\u0022:[4.2248,5.59,4.7839,5.59,4.7839,5.6994,4.2248,5.6994],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022guide\u0022,\u0022boundingBox\u0022:[4.8367,5.5556,5.201,5.5556,5.201,5.6994,4.8367,5.6994],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,5.804,3.018,5.804,3.018,5.8645,2.9586,5.8645],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,5.804,3.018,5.804,3.018,5.8645,2.9586,5.8645],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Silver Sponsor\u0022,\u0022boundingBox\u0022:[1.0842,5.9786,2.0339,5.9786,2.0339,6.1228,1.0842,6.1228],\u0022words\u0022:[{\u0022text\u0022:\u0022Silver\u0022,\u0022boundingBox\u0022:[1.0842,5.9786,1.4443,5.9786,1.4443,6.0947,1.0842,6.0947],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Sponsor\u0022,\u0022boundingBox\u0022:[1.4904,5.985,2.0339,5.985,2.0339,6.1228,1.4904,6.1228],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,6.024,3.018,6.024,3.018,6.0845,2.9586,6.0845],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,6.024,3.018,6.024,3.018,6.0845,2.9586,6.0845],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Full booth\u0022,\u0022boundingBox\u0022:[3.214,5.9869,3.8726,5.9869,3.8726,6.103,3.214,6.103],\u0022words\u0022:[{\u0022text\u0022:\u0022Full\u0022,\u0022boundingBox\u0022:[3.214,5.9869,3.4295,5.9869,3.4295,6.103,3.214,6.103],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022booth\u0022,\u0022boundingBox\u0022:[3.492,5.9869,3.8726,5.9869,3.8726,6.103,3.492,6.103],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022$1,200\u0022,\u0022boundingBox\u0022:[5.8328,5.9677,6.2829,5.9677,6.2829,6.1168,5.8328,6.1168],\u0022words\u0022:[{\u0022text\u0022:\u0022$1,200\u0022,\u0022boundingBox\u0022:[5.8328,5.9677,6.2829,5.9677,6.2829,6.1168,5.8328,6.1168],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,6.2356,3.018,6.2356,3.018,6.2962,2.9586,6.2962],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,6.2356,3.018,6.2356,3.018,6.2962,2.9586,6.2962],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Post-keynote thank you\u0022,\u0022boundingBox\u0022:[3.214,6.1986,4.7938,6.1986,4.7938,6.3428,3.214,6.3428],\u0022words\u0022:[{\u0022text\u0022:\u0022Post-keynote\u0022,\u0022boundingBox\u0022:[3.214,6.1986,4.0878,6.1986,4.0878,6.3428,3.214,6.3428],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022thank\u0022,\u0022boundingBox\u0022:[4.1348,6.1986,4.5158,6.1986,4.5158,6.3147,4.1348,6.3147],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022you\u0022,\u0022boundingBox\u0022:[4.5586,6.2333,4.7938,6.2333,4.7938,6.3428,4.5586,6.3428],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,6.4473,3.018,6.4473,3.018,6.5079,2.9586,6.5079],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,6.4473,3.018,6.4473,3.018,6.5079,2.9586,6.5079],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Logo on poster\u0022,\u0022boundingBox\u0022:[3.214,6.4179,4.2093,6.4179,4.2093,6.5544,3.214,6.5544],\u0022words\u0022:[{\u0022text\u0022:\u0022Logo\u0022,\u0022boundingBox\u0022:[3.214,6.4179,3.5163,6.4179,3.5163,6.5544,3.214,6.5544],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022on\u0022,\u0022boundingBox\u0022:[3.5686,6.445,3.7244,6.445,3.7244,6.5263,3.5686,6.5263],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022poster\u0022,\u0022boundingBox\u0022:[3.7888,6.4264,4.2093,6.4264,4.2093,6.5544,3.7888,6.5544],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,6.6606,3.018,6.6606,3.018,6.7212,2.9586,6.7212],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,6.6606,3.018,6.6606,3.018,6.7212,2.9586,6.7212],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Half page ad in program guide\u0022,\u0022boundingBox\u0022:[3.214,6.6229,5.2314,6.6229,5.2314,6.7678,3.214,6.7678],\u0022words\u0022:[{\u0022text\u0022:\u0022Half\u0022,\u0022boundingBox\u0022:[3.214,6.6229,3.4739,6.6229,3.4739,6.7397,3.214,6.7397],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022page\u0022,\u0022boundingBox\u0022:[3.5224,6.6583,3.8326,6.6583,3.8326,6.7678,3.5224,6.7678],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022ad\u0022,\u0022boundingBox\u0022:[3.8843,6.6239,4.0315,6.6239,4.0315,6.7397,3.8843,6.7397],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022in\u0022,\u0022boundingBox\u0022:[4.0923,6.6289,4.195,6.6289,4.195,6.7387,4.0923,6.7387],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022program\u0022,\u0022boundingBox\u0022:[4.2563,6.6583,4.8148,6.6583,4.8148,6.7678,4.2563,6.7678],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022guide\u0022,\u0022boundingBox\u0022:[4.8695,6.6239,5.2314,6.6239,5.2314,6.7678,4.8695,6.7678],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Bronze Sponsor\u0022,\u0022boundingBox\u0022:[1.0923,6.84,2.1362,6.84,2.1362,6.9778,1.0923,6.9778],\u0022words\u0022:[{\u0022text\u0022:\u0022Bronze\u0022,\u0022boundingBox\u0022:[1.0923,6.8417,1.545,6.8417,1.545,6.9497,1.0923,6.9497],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Sponsor\u0022,\u0022boundingBox\u0022:[1.5951,6.84,2.1362,6.84,2.1362,6.9778,1.5951,6.9778],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,6.879,3.018,6.879,3.018,6.9395,2.9586,6.9395],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,6.879,3.018,6.879,3.018,6.9395,2.9586,6.9395],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Full booth\u0022,\u0022boundingBox\u0022:[3.214,6.8419,3.8726,6.8419,3.8726,6.958,3.214,6.958],\u0022words\u0022:[{\u0022text\u0022:\u0022Full\u0022,\u0022boundingBox\u0022:[3.214,6.8419,3.4295,6.8419,3.4295,6.958,3.214,6.958],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022booth\u0022,\u0022boundingBox\u0022:[3.492,6.8419,3.8726,6.8419,3.8726,6.958,3.492,6.958],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022$1,000\u0022,\u0022boundingBox\u0022:[5.8328,6.8227,6.2829,6.8227,6.2829,6.9718,5.8328,6.9718],\u0022words\u0022:[{\u0022text\u0022:\u0022$1,000\u0022,\u0022boundingBox\u0022:[5.8328,6.8227,6.2829,6.8227,6.2829,6.9718,5.8328,6.9718],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,7.0923,3.018,7.0923,3.018,7.1529,2.9586,7.1529],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,7.0923,3.018,7.0923,3.018,7.1529,2.9586,7.1529],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Logo on poster\u0022,\u0022boundingBox\u0022:[3.214,7.0629,4.2093,7.0629,4.2093,7.1994,3.214,7.1994],\u0022words\u0022:[{\u0022text\u0022:\u0022Logo\u0022,\u0022boundingBox\u0022:[3.214,7.0629,3.5163,7.0629,3.5163,7.1994,3.214,7.1994],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022on\u0022,\u0022boundingBox\u0022:[3.5686,7.09,3.7244,7.09,3.7244,7.1713,3.5686,7.1713],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022poster\u0022,\u0022boundingBox\u0022:[3.7888,7.0714,4.2093,7.0714,4.2093,7.1994,3.7888,7.1994],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,7.304,3.018,7.304,3.018,7.3645,2.9586,7.3645],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,7.304,3.018,7.304,3.018,7.3645,2.9586,7.3645],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u002250% discount on program guide\u0022,\u0022boundingBox\u0022:[3.2082,7.2672,5.3419,7.2672,5.3419,7.4111,3.2082,7.4111],\u0022words\u0022:[{\u0022text\u0022:\u002250%\u0022,\u0022boundingBox\u0022:[3.2082,7.2717,3.4817,7.2717,3.4817,7.3845,3.2082,7.3845],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022discount\u0022,\u0022boundingBox\u0022:[3.533,7.2672,4.1018,7.2672,4.1018,7.383,3.533,7.383],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022on\u0022,\u0022boundingBox\u0022:[4.1512,7.3017,4.307,7.3017,4.307,7.383,4.1512,7.383],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022program\u0022,\u0022boundingBox\u0022:[4.3682,7.3017,4.9253,7.3017,4.9253,7.4111,4.3682,7.4111],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022guide\u0022,\u0022boundingBox\u0022:[4.981,7.2672,5.3419,7.2672,5.3419,7.4111,4.981,7.4111],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022advertisements\u0022,\u0022boundingBox\u0022:[3.2075,7.4706,4.2429,7.4706,4.2429,7.5863,3.2075,7.5863],\u0022words\u0022:[{\u0022text\u0022:\u0022advertisements\u0022,\u0022boundingBox\u0022:[3.2075,7.4706,4.2429,7.4706,4.2429,7.5863,3.2075,7.5863],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Full Booth\u0022,\u0022boundingBox\u0022:[1.0923,7.6819,1.7537,7.6819,1.7537,7.798,1.0923,7.798],\u0022words\u0022:[{\u0022text\u0022:\u0022Full\u0022,\u0022boundingBox\u0022:[1.0923,7.6819,1.3079,7.6819,1.3079,7.798,1.0923,7.798],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Booth\u0022,\u0022boundingBox\u0022:[1.3718,7.6819,1.7537,7.6819,1.7537,7.798,1.3718,7.798],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,7.7273,3.018,7.7273,3.018,7.7879,2.9586,7.7879],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,7.7273,3.018,7.7273,3.018,7.7879,2.9586,7.7879],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Full booth\u0022,\u0022boundingBox\u0022:[3.214,7.6902,3.8726,7.6902,3.8726,7.8063,3.214,7.8063],\u0022words\u0022:[{\u0022text\u0022:\u0022Full\u0022,\u0022boundingBox\u0022:[3.214,7.6902,3.4295,7.6902,3.4295,7.8063,3.214,7.8063],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022booth\u0022,\u0022boundingBox\u0022:[3.492,7.6902,3.8726,7.6902,3.8726,7.8063,3.492,7.8063],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022$600\u0022,\u0022boundingBox\u0022:[5.8328,7.6711,6.1586,7.6711,6.1586,7.8165,5.8328,7.8165],\u0022words\u0022:[{\u0022text\u0022:\u0022$600\u0022,\u0022boundingBox\u0022:[5.8328,7.6711,6.1586,7.6711,6.1586,7.8165,5.8328,7.8165],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,7.939,3.018,7.939,3.018,7.9995,2.9586,7.9995],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,7.939,3.018,7.939,3.018,7.9995,2.9586,7.9995],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u002250% discount on program guide\u0022,\u0022boundingBox\u0022:[3.2082,7.9022,5.3419,7.9022,5.3419,8.0461,3.2082,8.0461],\u0022words\u0022:[{\u0022text\u0022:\u002250%\u0022,\u0022boundingBox\u0022:[3.2082,7.9067,3.4817,7.9067,3.4817,8.0195,3.2082,8.0195],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022discount\u0022,\u0022boundingBox\u0022:[3.533,7.9022,4.1018,7.9022,4.1018,8.018,3.533,8.018],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022on\u0022,\u0022boundingBox\u0022:[4.1512,7.9367,4.307,7.9367,4.307,8.018,4.1512,8.018],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022program\u0022,\u0022boundingBox\u0022:[4.3682,7.9367,4.9253,7.9367,4.9253,8.0461,4.3682,8.0461],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022guide\u0022,\u0022boundingBox\u0022:[4.981,7.9022,5.3419,7.9022,5.3419,8.0461,4.981,8.0461],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022advertisements\u0022,\u0022boundingBox\u0022:[3.2075,8.1056,4.2429,8.1056,4.2429,8.2213,3.2075,8.2213],\u0022words\u0022:[{\u0022text\u0022:\u0022advertisements\u0022,\u0022boundingBox\u0022:[3.2075,8.1056,4.2429,8.1056,4.2429,8.2213,3.2075,8.2213],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Half Booth\u0022,\u0022boundingBox\u0022:[1.0923,8.3162,1.7854,8.3162,1.7854,8.433,1.0923,8.433],\u0022words\u0022:[{\u0022text\u0022:\u0022Half\u0022,\u0022boundingBox\u0022:[1.0923,8.3162,1.3522,8.3162,1.3522,8.433,1.0923,8.433],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Booth\u0022,\u0022boundingBox\u0022:[1.4022,8.3169,1.7854,8.3169,1.7854,8.433,1.4022,8.433],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,8.3623,3.018,8.3623,3.018,8.4229,2.9586,8.4229],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,8.3623,3.018,8.3623,3.018,8.4229,2.9586,8.4229],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Full booth\u0022,\u0022boundingBox\u0022:[3.214,8.3252,3.8726,8.3252,3.8726,8.4413,3.214,8.4413],\u0022words\u0022:[{\u0022text\u0022:\u0022Full\u0022,\u0022boundingBox\u0022:[3.214,8.3252,3.4295,8.3252,3.4295,8.4413,3.214,8.4413],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022booth\u0022,\u0022boundingBox\u0022:[3.492,8.3252,3.8726,8.3252,3.8726,8.4413,3.492,8.4413],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022$350\u0022,\u0022boundingBox\u0022:[5.8328,8.3061,6.1586,8.3061,6.1586,8.4515,5.8328,8.4515],\u0022words\u0022:[{\u0022text\u0022:\u0022$350\u0022,\u0022boundingBox\u0022:[5.8328,8.3061,6.1586,8.3061,6.1586,8.4515,5.8328,8.4515],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,8.574,3.018,8.574,3.018,8.6345,2.9586,8.6345],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,8.574,3.018,8.574,3.018,8.6345,2.9586,8.6345],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u002225% discount on program guide\u0022,\u0022boundingBox\u0022:[3.2093,8.5372,5.3419,8.5372,5.3419,8.6811,3.2093,8.6811],\u0022words\u0022:[{\u0022text\u0022:\u002225%\u0022,\u0022boundingBox\u0022:[3.2093,8.5417,3.4817,8.5417,3.4817,8.6545,3.2093,8.6545],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022discount\u0022,\u0022boundingBox\u0022:[3.533,8.5372,4.1018,8.5372,4.1018,8.653,3.533,8.653],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022on\u0022,\u0022boundingBox\u0022:[4.1512,8.5717,4.307,8.5717,4.307,8.653,4.1512,8.653],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022program\u0022,\u0022boundingBox\u0022:[4.3682,8.5717,4.9253,8.5717,4.9253,8.6811,4.3682,8.6811],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022guide\u0022,\u0022boundingBox\u0022:[4.981,8.5372,5.3419,8.5372,5.3419,8.6811,4.981,8.6811],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022advertisements\u0022,\u0022boundingBox\u0022:[3.2075,8.7406,4.2429,8.7406,4.2429,8.8563,3.2075,8.8563],\u0022words\u0022:[{\u0022text\u0022:\u0022advertisements\u0022,\u0022boundingBox\u0022:[3.2075,8.7406,4.2429,8.7406,4.2429,8.8563,3.2075,8.8563],\u0022confidence\u0022:1}]}]},{\u0022page\u0022:2,\u0022angle\u0022:0,\u0022width\u0022:8.5,\u0022height\u0022:11,\u0022unit\u0022:\u0022inch\u0022,\u0022lines\u0022:[{\u0022text\u0022:\u0022Vendor #:121\u0022,\u0022boundingBox\u0022:[6.1276,1.0667,7.4833,1.0667,7.4833,1.2403,6.1276,1.2403],\u0022words\u0022:[{\u0022text\u0022:\u0022Vendor\u0022,\u0022boundingBox\u0022:[6.1276,1.0667,6.8657,1.0667,6.8657,1.2403,6.1276,1.2403],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022#:121\u0022,\u0022boundingBox\u0022:[6.9307,1.0759,7.4833,1.0759,7.4833,1.2391,6.9307,1.2391],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Vendor Details:\u0022,\u0022boundingBox\u0022:[1.0044,2.1771,2.35,2.1771,2.35,2.3315,1.0044,2.3315],\u0022words\u0022:[{\u0022text\u0022:\u0022Vendor\u0022,\u0022boundingBox\u0022:[1.0044,2.1778,1.6496,2.1778,1.6496,2.3315,1.0044,2.3315],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Details:\u0022,\u0022boundingBox\u0022:[1.7239,2.1771,2.35,2.1771,2.35,2.3315,1.7239,2.3315],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Company Name: Southridge Video\u0022,\u0022boundingBox\u0022:[1.0065,2.7686,3.3477,2.7686,3.3477,2.9128,1.0065,2.9128],\u0022words\u0022:[{\u0022text\u0022:\u0022Company\u0022,\u0022boundingBox\u0022:[1.0065,2.7749,1.651,2.7749,1.651,2.9126,1.0065,2.9126],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Name:\u0022,\u0022boundingBox\u0022:[1.7019,2.7764,2.1376,2.7764,2.1376,2.885,1.7019,2.885],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Southridge\u0022,\u0022boundingBox\u0022:[2.1925,2.7686,2.9184,2.7686,2.9184,2.9128,2.1925,2.9128],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Video\u0022,\u0022boundingBox\u0022:[2.9691,2.7689,3.3477,2.7689,3.3477,2.8847,2.9691,2.8847],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Contact: Jamie@southridgevideo.com\u0022,\u0022boundingBox\u0022:[1.0065,3.0986,3.5766,3.0986,3.5766,3.2428,1.0065,3.2428],\u0022words\u0022:[{\u0022text\u0022:\u0022Contact:\u0022,\u0022boundingBox\u0022:[1.0065,3.1049,1.5706,3.1049,1.5706,3.215,1.0065,3.215],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Jamie@southridgevideo.com\u0022,\u0022boundingBox\u0022:[1.6205,3.0986,3.5766,3.0986,3.5766,3.2428,1.6205,3.2428],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Preferred Package: Gold\u0022,\u0022boundingBox\u0022:[1.0115,3.4296,2.6542,3.4296,2.6542,3.5744,1.0115,3.5744],\u0022words\u0022:[{\u0022text\u0022:\u0022Preferred\u0022,\u0022boundingBox\u0022:[1.0115,3.4296,1.6499,3.4296,1.6499,3.5467,1.0115,3.5467],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Package:\u0022,\u0022boundingBox\u0022:[1.7092,3.4302,2.2978,3.4302,2.2978,3.5744,1.7092,3.5744],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Gold\u0022,\u0022boundingBox\u0022:[2.3557,3.4302,2.6542,3.4302,2.6542,3.5463,2.3557,3.5463],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Special Requests: N/a\u0022,\u0022boundingBox\u0022:[1.0052,3.7537,2.4783,3.7537,2.4783,3.9043,1.0052,3.9043],\u0022words\u0022:[{\u0022text\u0022:\u0022Special\u0022,\u0022boundingBox\u0022:[1.0052,3.7602,1.475,3.7602,1.475,3.9043,1.0052,3.9043],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Requests:\u0022,\u0022boundingBox\u0022:[1.5342,3.7684,2.1899,3.7684,2.1899,3.9043,1.5342,3.9043],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022N/a\u0022,\u0022boundingBox\u0022:[2.254,3.7537,2.4783,3.7537,2.4783,3.8976,2.254,3.8976],\u0022confidence\u0022:1}]}]}],\u0022documentResults\u0022:[{\u0022docType\u0022:\u0022prebuilt:receipt\u0022,\u0022pageRange\u0022:[1,1],\u0022fields\u0022:{\u0022ReceiptType\u0022:{\u0022type\u0022:\u0022string\u0022,\u0022valueString\u0022:\u0022Itemized\u0022,\u0022confidence\u0022:0.99},\u0022MerchantAddress\u0022:{\u0022type\u0022:\u0022string\u0022,\u0022valueString\u0022:\u00222345 Dogwood Lane Birch, Kansas 98123\u0022,\u0022text\u0022:\u00222345 Dogwood Lane Birch, Kansas 98123\u0022,\u0022boundingBox\u0022:[1.0093,3.7939,2.3768,3.7939,2.3768,4.1518,1.0093,4.1518],\u0022page\u0022:1,\u0022confidence\u0022:0.99,\u0022elements\u0022:[\u0022#/readResults/0/lines/7/words/0\u0022,\u0022#/readResults/0/lines/7/words/1\u0022,\u0022#/readResults/0/lines/7/words/2\u0022,\u0022#/readResults/0/lines/8/words/0\u0022,\u0022#/readResults/0/lines/8/words/1\u0022,\u0022#/readResults/0/lines/8/words/2\u0022]}}},{\u0022docType\u0022:\u0022prebuilt:receipt\u0022,\u0022pageRange\u0022:[2,2],\u0022fields\u0022:{\u0022ReceiptType\u0022:{\u0022type\u0022:\u0022string\u0022,\u0022valueString\u0022:\u0022CreditCard\u0022,\u0022confidence\u0022:0.004}}}]}}" + "ResponseBody": "{\u0022status\u0022:\u0022succeeded\u0022,\u0022createdDateTime\u0022:\u00222020-11-17T00:32:35Z\u0022,\u0022lastUpdatedDateTime\u0022:\u00222020-11-17T00:32:39Z\u0022,\u0022analyzeResult\u0022:{\u0022version\u0022:\u00222.1.0\u0022,\u0022readResults\u0022:[{\u0022page\u0022:1,\u0022angle\u0022:0,\u0022width\u0022:8.5,\u0022height\u0022:11,\u0022unit\u0022:\u0022inch\u0022,\u0022lines\u0022:[{\u0022text\u0022:\u0022Vendor #:121\u0022,\u0022boundingBox\u0022:[6.1276,1.0667,7.4833,1.0667,7.4833,1.2403,6.1276,1.2403],\u0022words\u0022:[{\u0022text\u0022:\u0022Vendor\u0022,\u0022boundingBox\u0022:[6.1276,1.0667,6.8657,1.0667,6.8657,1.2403,6.1276,1.2403],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022#:121\u0022,\u0022boundingBox\u0022:[6.9307,1.0759,7.4833,1.0759,7.4833,1.2391,6.9307,1.2391],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Vendor Registration\u0022,\u0022boundingBox\u0022:[2.2268,1.5733,6.2379,1.5733,6.2379,2.005,2.2268,2.005],\u0022words\u0022:[{\u0022text\u0022:\u0022Vendor\u0022,\u0022boundingBox\u0022:[2.2268,1.5733,3.703,1.5733,3.703,1.9207,2.2268,1.9207],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Registration\u0022,\u0022boundingBox\u0022:[3.8661,1.5883,6.2379,1.5883,6.2379,2.005,3.8661,2.005],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Contoso Ltd. Conference will be held on May 28-29, 2020 at the Elm Conference Center in\u0022,\u0022boundingBox\u0022:[1.0078,2.5846,7.0776,2.5846,7.0776,2.7293,1.0078,2.7293],\u0022words\u0022:[{\u0022text\u0022:\u0022Contoso\u0022,\u0022boundingBox\u0022:[1.0078,2.5919,1.5548,2.5919,1.5548,2.7013,1.0078,2.7013],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Ltd.\u0022,\u0022boundingBox\u0022:[1.6125,2.5856,1.843,2.5856,1.843,2.7013,1.6125,2.7013],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Conference\u0022,\u0022boundingBox\u0022:[1.8996,2.5846,2.6636,2.5846,2.6636,2.7013,1.8996,2.7013],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022will\u0022,\u0022boundingBox\u0022:[2.7122,2.5852,2.9307,2.5852,2.9307,2.7003,2.7122,2.7003],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022be\u0022,\u0022boundingBox\u0022:[2.9922,2.5852,3.1419,2.5852,3.1419,2.7013,2.9922,2.7013],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022held\u0022,\u0022boundingBox\u0022:[3.1987,2.5852,3.4704,2.5852,3.4704,2.7013,3.1987,2.7013],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022on\u0022,\u0022boundingBox\u0022:[3.53,2.62,3.6846,2.62,3.6846,2.7013,3.53,2.7013],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022May\u0022,\u0022boundingBox\u0022:[3.7498,2.5934,4.0422,2.5934,4.0422,2.7293,3.7498,2.7293],\u0022confidence\u0022:1},{\u0022text\u0022:\u002228-29,\u0022,\u0022boundingBox\u0022:[4.0877,2.5914,4.5042,2.5914,4.5042,2.7236,4.0877,2.7236],\u0022confidence\u0022:1},{\u0022text\u0022:\u00222020\u0022,\u0022boundingBox\u0022:[4.5586,2.5914,4.884,2.5914,4.884,2.7017,4.5586,2.7017],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022at\u0022,\u0022boundingBox\u0022:[4.9351,2.6014,5.0577,2.6014,5.0577,2.7013,4.9351,2.7013],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022the\u0022,\u0022boundingBox\u0022:[5.1033,2.5852,5.3202,2.5852,5.3202,2.7013,5.1033,2.7013],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Elm\u0022,\u0022boundingBox\u0022:[5.3787,2.5852,5.6051,2.5852,5.6051,2.7003,5.3787,2.7003],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Conference\u0022,\u0022boundingBox\u0022:[5.6624,2.5846,6.4263,2.5846,6.4263,2.7013,5.6624,2.7013],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Center\u0022,\u0022boundingBox\u0022:[6.4796,2.5919,6.9234,2.5919,6.9234,2.7013,6.4796,2.7013],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022in\u0022,\u0022boundingBox\u0022:[6.9765,2.5905,7.0776,2.5905,7.0776,2.7003,6.9765,2.7003],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Maple City, Massachusetts. The conference has sold out of its 1,500 tickets, with a 400 person\u0022,\u0022boundingBox\u0022:[1.014,2.8029,7.3457,2.8029,7.3457,2.9478,1.014,2.9478],\u0022words\u0022:[{\u0022text\u0022:\u0022Maple\u0022,\u0022boundingBox\u0022:[1.014,2.8036,1.4242,2.8036,1.4242,2.9478,1.014,2.9478],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022City,\u0022,\u0022boundingBox\u0022:[1.4763,2.8089,1.7576,2.8089,1.7576,2.9478,1.4763,2.9478],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Massachusetts.\u0022,\u0022boundingBox\u0022:[1.8195,2.8036,2.8383,2.8036,2.8383,2.9197,1.8195,2.9197],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022The\u0022,\u0022boundingBox\u0022:[2.8883,2.8036,3.1326,2.8036,3.1326,2.9197,2.8883,2.9197],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022conference\u0022,\u0022boundingBox\u0022:[3.1842,2.8029,3.9301,2.8029,3.9301,2.9197,3.1842,2.9197],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022has\u0022,\u0022boundingBox\u0022:[3.9871,2.8036,4.2019,2.8036,4.2019,2.9197,3.9871,2.9197],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022sold\u0022,\u0022boundingBox\u0022:[4.2529,2.8036,4.5104,2.8036,4.5104,2.9197,4.2529,2.9197],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022out\u0022,\u0022boundingBox\u0022:[4.5701,2.8197,4.7871,2.8197,4.7871,2.9197,4.5701,2.9197],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022of\u0022,\u0022boundingBox\u0022:[4.8373,2.8029,4.9701,2.8029,4.9701,2.9197,4.8373,2.9197],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022its\u0022,\u0022boundingBox\u0022:[5.0169,2.8089,5.1601,2.8089,5.1601,2.9197,5.0169,2.9197],\u0022confidence\u0022:1},{\u0022text\u0022:\u00221,500\u0022,\u0022boundingBox\u0022:[5.2167,2.81,5.5766,2.81,5.5766,2.9418,5.2167,2.9418],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022tickets,\u0022,\u0022boundingBox\u0022:[5.6227,2.8036,6.0928,2.8036,6.0928,2.9418,5.6227,2.9418],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022with\u0022,\u0022boundingBox\u0022:[6.1461,2.8036,6.4308,2.8036,6.4308,2.9195,6.1461,2.9195],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022a\u0022,\u0022boundingBox\u0022:[6.488,2.8383,6.548,2.8383,6.548,2.9197,6.488,2.9197],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022400\u0022,\u0022boundingBox\u0022:[6.6016,2.81,6.8449,2.81,6.8449,2.9197,6.6016,2.9197],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022person\u0022,\u0022boundingBox\u0022:[6.8998,2.8383,7.3457,2.8383,7.3457,2.9478,6.8998,2.9478],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022waitlist. Vendor applications are being accepted through Feb 28, 2020. Please fill in the form\u0022,\u0022boundingBox\u0022:[1.0043,3.0229,7.2482,3.0229,7.2482,3.1678,1.0043,3.1678],\u0022words\u0022:[{\u0022text\u0022:\u0022waitlist.\u0022,\u0022boundingBox\u0022:[1.0043,3.0236,1.5194,3.0236,1.5194,3.1397,1.0043,3.1397],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Vendor\u0022,\u0022boundingBox\u0022:[1.5733,3.0239,2.0654,3.0239,2.0654,3.1397,1.5733,3.1397],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022applications\u0022,\u0022boundingBox\u0022:[2.1132,3.0236,2.9143,3.0236,2.9143,3.1678,2.1132,3.1678],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022are\u0022,\u0022boundingBox\u0022:[2.9675,3.0583,3.1726,3.0583,3.1726,3.1397,2.9675,3.1397],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022being\u0022,\u0022boundingBox\u0022:[3.2306,3.0236,3.5889,3.0236,3.5889,3.1678,3.2306,3.1678],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022accepted\u0022,\u0022boundingBox\u0022:[3.6388,3.0239,4.2336,3.0239,4.2336,3.1678,3.6388,3.1678],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022through\u0022,\u0022boundingBox\u0022:[4.2862,3.0236,4.8127,3.0236,4.8127,3.1678,4.2862,3.1678],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Feb\u0022,\u0022boundingBox\u0022:[4.8815,3.0236,5.1133,3.0236,5.1133,3.14,4.8815,3.14],\u0022confidence\u0022:1},{\u0022text\u0022:\u002228,\u0022,\u0022boundingBox\u0022:[5.163,3.0297,5.361,3.0297,5.361,3.162,5.163,3.162],\u0022confidence\u0022:1},{\u0022text\u0022:\u00222020.\u0022,\u0022boundingBox\u0022:[5.413,3.0297,5.7774,3.0297,5.7774,3.14,5.413,3.14],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Please\u0022,\u0022boundingBox\u0022:[5.8406,3.0236,6.2537,3.0236,6.2537,3.1397,5.8406,3.1397],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022fill\u0022,\u0022boundingBox\u0022:[6.3022,3.0229,6.4539,3.0229,6.4539,3.1387,6.3022,3.1387],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022in\u0022,\u0022boundingBox\u0022:[6.5131,3.0289,6.6158,3.0289,6.6158,3.1387,6.5131,3.1387],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022the\u0022,\u0022boundingBox\u0022:[6.6673,3.0236,6.8842,3.0236,6.8842,3.1397,6.6673,3.1397],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022form\u0022,\u0022boundingBox\u0022:[6.9317,3.0229,7.2482,3.0229,7.2482,3.1397,6.9317,3.1397],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022below, and attach a check made out to:\u0022,\u0022boundingBox\u0022:[1.0125,3.2436,3.6599,3.2436,3.6599,3.3818,1.0125,3.3818],\u0022words\u0022:[{\u0022text\u0022:\u0022below,\u0022,\u0022boundingBox\u0022:[1.0125,3.2436,1.4459,3.2436,1.4459,3.3818,1.0125,3.3818],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022and\u0022,\u0022boundingBox\u0022:[1.5024,3.2439,1.7371,3.2439,1.7371,3.3597,1.5024,3.3597],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022attach\u0022,\u0022boundingBox\u0022:[1.7968,3.2436,2.2047,3.2436,2.2047,3.3597,1.7968,3.3597],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022a\u0022,\u0022boundingBox\u0022:[2.2619,3.2783,2.3219,3.2783,2.3219,3.3597,2.2619,3.3597],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022check\u0022,\u0022boundingBox\u0022:[2.379,3.2436,2.7529,3.2436,2.7529,3.3597,2.379,3.3597],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022made\u0022,\u0022boundingBox\u0022:[2.8076,3.2439,3.17,3.2439,3.17,3.3597,2.8076,3.3597],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022out\u0022,\u0022boundingBox\u0022:[3.2251,3.2597,3.4421,3.2597,3.4421,3.3597,3.2251,3.3597],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022to:\u0022,\u0022boundingBox\u0022:[3.4869,3.2597,3.6599,3.2597,3.6599,3.3597,3.4869,3.3597],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Contoso Ltd.\u0022,\u0022boundingBox\u0022:[1.0078,3.5739,1.843,3.5739,1.843,3.6897,1.0078,3.6897],\u0022words\u0022:[{\u0022text\u0022:\u0022Contoso\u0022,\u0022boundingBox\u0022:[1.0078,3.5802,1.5548,3.5802,1.5548,3.6897,1.0078,3.6897],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Ltd.\u0022,\u0022boundingBox\u0022:[1.6125,3.5739,1.843,3.5739,1.843,3.6897,1.6125,3.6897],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u00222345 Dogwood Lane\u0022,\u0022boundingBox\u0022:[1.0093,3.7939,2.3768,3.7939,2.3768,3.9378,1.0093,3.9378],\u0022words\u0022:[{\u0022text\u0022:\u00222345\u0022,\u0022boundingBox\u0022:[1.0093,3.8,1.3297,3.8,1.3297,3.9097,1.0093,3.9097],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Dogwood\u0022,\u0022boundingBox\u0022:[1.3899,3.7939,2.0149,3.7939,2.0149,3.9378,1.3899,3.9378],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Lane\u0022,\u0022boundingBox\u0022:[2.0788,3.8012,2.3768,3.8012,2.3768,3.9097,2.0788,3.9097],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Birch, Kansas 98123\u0022,\u0022boundingBox\u0022:[1.014,4.0136,2.3377,4.0136,2.3377,4.1518,1.014,4.1518],\u0022words\u0022:[{\u0022text\u0022:\u0022Birch,\u0022,\u0022boundingBox\u0022:[1.014,4.0136,1.3745,4.0136,1.3745,4.1518,1.014,4.1518],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Kansas\u0022,\u0022boundingBox\u0022:[1.4375,4.0212,1.8819,4.0212,1.8819,4.1297,1.4375,4.1297],\u0022confidence\u0022:1},{\u0022text\u0022:\u002298123\u0022,\u0022boundingBox\u0022:[1.9318,4.02,2.3377,4.02,2.3377,4.1297,1.9318,4.1297],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Rates:\u0022,\u0022boundingBox\u0022:[1.0204,4.4248,1.5303,4.4248,1.5303,4.5682,1.0204,4.5682],\u0022words\u0022:[{\u0022text\u0022:\u0022Rates:\u0022,\u0022boundingBox\u0022:[1.0204,4.4248,1.5303,4.4248,1.5303,4.5682,1.0204,4.5682],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Package\u0022,\u0022boundingBox\u0022:[1.0923,4.6986,1.6232,4.6986,1.6232,4.8428,1.0923,4.8428],\u0022words\u0022:[{\u0022text\u0022:\u0022Package\u0022,\u0022boundingBox\u0022:[1.0923,4.6986,1.6232,4.6986,1.6232,4.8428,1.0923,4.8428],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Included\u0022,\u0022boundingBox\u0022:[2.713,4.6986,3.2707,4.6986,3.2707,4.8147,2.713,4.8147],\u0022words\u0022:[{\u0022text\u0022:\u0022Included\u0022,\u0022boundingBox\u0022:[2.713,4.6986,3.2707,4.6986,3.2707,4.8147,2.713,4.8147],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Price\u0022,\u0022boundingBox\u0022:[5.838,4.7039,6.1513,4.7039,6.1513,4.8147,5.838,4.8147],\u0022words\u0022:[{\u0022text\u0022:\u0022Price\u0022,\u0022boundingBox\u0022:[5.838,4.7039,6.1513,4.7039,6.1513,4.8147,5.838,4.8147],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Gold Sponsor\u0022,\u0022boundingBox\u0022:[1.0857,4.9086,1.9831,4.9086,1.9831,5.0528,1.0857,5.0528],\u0022words\u0022:[{\u0022text\u0022:\u0022Gold\u0022,\u0022boundingBox\u0022:[1.0857,4.9086,1.3842,4.9086,1.3842,5.0247,1.0857,5.0247],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Sponsor\u0022,\u0022boundingBox\u0022:[1.4423,4.915,1.9831,4.915,1.9831,5.0528,1.4423,5.0528],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,4.954,3.018,4.954,3.018,5.0145,2.9586,5.0145],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,4.954,3.018,4.954,3.018,5.0145,2.9586,5.0145],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Full booth\u0022,\u0022boundingBox\u0022:[3.214,4.9169,3.8726,4.9169,3.8726,5.033,3.214,5.033],\u0022words\u0022:[{\u0022text\u0022:\u0022Full\u0022,\u0022boundingBox\u0022:[3.214,4.9169,3.4295,4.9169,3.4295,5.033,3.214,5.033],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022booth\u0022,\u0022boundingBox\u0022:[3.492,4.9169,3.8726,4.9169,3.8726,5.033,3.492,5.033],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022$1,500\u0022,\u0022boundingBox\u0022:[5.8328,4.8977,6.2829,4.8977,6.2829,5.0468,5.8328,5.0468],\u0022words\u0022:[{\u0022text\u0022:\u0022$1,500\u0022,\u0022boundingBox\u0022:[5.8328,4.8977,6.2829,4.8977,6.2829,5.0468,5.8328,5.0468],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,5.1673,3.018,5.1673,3.018,5.2279,2.9586,5.2279],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,5.1673,3.018,5.1673,3.018,5.2279,2.9586,5.2279],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Pre-keynote thank you\u0022,\u0022boundingBox\u0022:[3.214,5.1302,4.7267,5.1302,4.7267,5.2744,3.214,5.2744],\u0022words\u0022:[{\u0022text\u0022:\u0022Pre-keynote\u0022,\u0022boundingBox\u0022:[3.214,5.1302,4.0183,5.1302,4.0183,5.2744,3.214,5.2744],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022thank\u0022,\u0022boundingBox\u0022:[4.0665,5.1302,4.4475,5.1302,4.4475,5.2463,4.0665,5.2463],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022you\u0022,\u0022boundingBox\u0022:[4.4903,5.165,4.7267,5.165,4.7267,5.2744,4.4903,5.2744],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,5.379,3.018,5.379,3.018,5.4395,2.9586,5.4395],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,5.379,3.018,5.379,3.018,5.4395,2.9586,5.4395],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Logo on poster\u0022,\u0022boundingBox\u0022:[3.214,5.3495,4.2093,5.3495,4.2093,5.4861,3.214,5.4861],\u0022words\u0022:[{\u0022text\u0022:\u0022Logo\u0022,\u0022boundingBox\u0022:[3.214,5.3495,3.5163,5.3495,3.5163,5.4861,3.214,5.4861],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022on\u0022,\u0022boundingBox\u0022:[3.5686,5.3767,3.7244,5.3767,3.7244,5.458,3.5686,5.458],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022poster\u0022,\u0022boundingBox\u0022:[3.7888,5.358,4.2093,5.358,4.2093,5.4861,3.7888,5.4861],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,5.5923,3.018,5.5923,3.018,5.6529,2.9586,5.6529],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,5.5923,3.018,5.5923,3.018,5.6529,2.9586,5.6529],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Full page ad in program guide\u0022,\u0022boundingBox\u0022:[3.214,5.5552,5.201,5.5552,5.201,5.6994,3.214,5.6994],\u0022words\u0022:[{\u0022text\u0022:\u0022Full\u0022,\u0022boundingBox\u0022:[3.214,5.5552,3.4295,5.5552,3.4295,5.6713,3.214,5.6713],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022page\u0022,\u0022boundingBox\u0022:[3.492,5.59,3.7989,5.59,3.7989,5.6994,3.492,5.6994],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022ad\u0022,\u0022boundingBox\u0022:[3.8519,5.5556,3.9991,5.5556,3.9991,5.6713,3.8519,5.6713],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022in\u0022,\u0022boundingBox\u0022:[4.0599,5.5605,4.1626,5.5605,4.1626,5.6703,4.0599,5.6703],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022program\u0022,\u0022boundingBox\u0022:[4.2248,5.59,4.7839,5.59,4.7839,5.6994,4.2248,5.6994],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022guide\u0022,\u0022boundingBox\u0022:[4.8367,5.5556,5.201,5.5556,5.201,5.6994,4.8367,5.6994],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,5.804,3.018,5.804,3.018,5.8645,2.9586,5.8645],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,5.804,3.018,5.804,3.018,5.8645,2.9586,5.8645],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Silver Sponsor\u0022,\u0022boundingBox\u0022:[1.0842,5.9786,2.0339,5.9786,2.0339,6.1228,1.0842,6.1228],\u0022words\u0022:[{\u0022text\u0022:\u0022Silver\u0022,\u0022boundingBox\u0022:[1.0842,5.9786,1.4443,5.9786,1.4443,6.0947,1.0842,6.0947],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Sponsor\u0022,\u0022boundingBox\u0022:[1.4904,5.985,2.0339,5.985,2.0339,6.1228,1.4904,6.1228],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,6.024,3.018,6.024,3.018,6.0845,2.9586,6.0845],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,6.024,3.018,6.024,3.018,6.0845,2.9586,6.0845],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Full booth\u0022,\u0022boundingBox\u0022:[3.214,5.9869,3.8726,5.9869,3.8726,6.103,3.214,6.103],\u0022words\u0022:[{\u0022text\u0022:\u0022Full\u0022,\u0022boundingBox\u0022:[3.214,5.9869,3.4295,5.9869,3.4295,6.103,3.214,6.103],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022booth\u0022,\u0022boundingBox\u0022:[3.492,5.9869,3.8726,5.9869,3.8726,6.103,3.492,6.103],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022$1,200\u0022,\u0022boundingBox\u0022:[5.8328,5.9677,6.2829,5.9677,6.2829,6.1168,5.8328,6.1168],\u0022words\u0022:[{\u0022text\u0022:\u0022$1,200\u0022,\u0022boundingBox\u0022:[5.8328,5.9677,6.2829,5.9677,6.2829,6.1168,5.8328,6.1168],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,6.2356,3.018,6.2356,3.018,6.2962,2.9586,6.2962],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,6.2356,3.018,6.2356,3.018,6.2962,2.9586,6.2962],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Post-keynote thank you\u0022,\u0022boundingBox\u0022:[3.214,6.1986,4.7938,6.1986,4.7938,6.3428,3.214,6.3428],\u0022words\u0022:[{\u0022text\u0022:\u0022Post-keynote\u0022,\u0022boundingBox\u0022:[3.214,6.1986,4.0878,6.1986,4.0878,6.3428,3.214,6.3428],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022thank\u0022,\u0022boundingBox\u0022:[4.1348,6.1986,4.5158,6.1986,4.5158,6.3147,4.1348,6.3147],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022you\u0022,\u0022boundingBox\u0022:[4.5586,6.2333,4.7938,6.2333,4.7938,6.3428,4.5586,6.3428],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,6.4473,3.018,6.4473,3.018,6.5079,2.9586,6.5079],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,6.4473,3.018,6.4473,3.018,6.5079,2.9586,6.5079],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Logo on poster\u0022,\u0022boundingBox\u0022:[3.214,6.4179,4.2093,6.4179,4.2093,6.5544,3.214,6.5544],\u0022words\u0022:[{\u0022text\u0022:\u0022Logo\u0022,\u0022boundingBox\u0022:[3.214,6.4179,3.5163,6.4179,3.5163,6.5544,3.214,6.5544],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022on\u0022,\u0022boundingBox\u0022:[3.5686,6.445,3.7244,6.445,3.7244,6.5263,3.5686,6.5263],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022poster\u0022,\u0022boundingBox\u0022:[3.7888,6.4264,4.2093,6.4264,4.2093,6.5544,3.7888,6.5544],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,6.6606,3.018,6.6606,3.018,6.7212,2.9586,6.7212],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,6.6606,3.018,6.6606,3.018,6.7212,2.9586,6.7212],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Half page ad in program guide\u0022,\u0022boundingBox\u0022:[3.214,6.6229,5.2314,6.6229,5.2314,6.7678,3.214,6.7678],\u0022words\u0022:[{\u0022text\u0022:\u0022Half\u0022,\u0022boundingBox\u0022:[3.214,6.6229,3.4739,6.6229,3.4739,6.7397,3.214,6.7397],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022page\u0022,\u0022boundingBox\u0022:[3.5224,6.6583,3.8326,6.6583,3.8326,6.7678,3.5224,6.7678],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022ad\u0022,\u0022boundingBox\u0022:[3.8843,6.6239,4.0315,6.6239,4.0315,6.7397,3.8843,6.7397],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022in\u0022,\u0022boundingBox\u0022:[4.0923,6.6289,4.195,6.6289,4.195,6.7387,4.0923,6.7387],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022program\u0022,\u0022boundingBox\u0022:[4.2563,6.6583,4.8148,6.6583,4.8148,6.7678,4.2563,6.7678],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022guide\u0022,\u0022boundingBox\u0022:[4.8695,6.6239,5.2314,6.6239,5.2314,6.7678,4.8695,6.7678],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Bronze Sponsor\u0022,\u0022boundingBox\u0022:[1.0923,6.84,2.1362,6.84,2.1362,6.9778,1.0923,6.9778],\u0022words\u0022:[{\u0022text\u0022:\u0022Bronze\u0022,\u0022boundingBox\u0022:[1.0923,6.8417,1.545,6.8417,1.545,6.9497,1.0923,6.9497],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Sponsor\u0022,\u0022boundingBox\u0022:[1.5951,6.84,2.1362,6.84,2.1362,6.9778,1.5951,6.9778],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,6.879,3.018,6.879,3.018,6.9395,2.9586,6.9395],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,6.879,3.018,6.879,3.018,6.9395,2.9586,6.9395],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Full booth\u0022,\u0022boundingBox\u0022:[3.214,6.8419,3.8726,6.8419,3.8726,6.958,3.214,6.958],\u0022words\u0022:[{\u0022text\u0022:\u0022Full\u0022,\u0022boundingBox\u0022:[3.214,6.8419,3.4295,6.8419,3.4295,6.958,3.214,6.958],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022booth\u0022,\u0022boundingBox\u0022:[3.492,6.8419,3.8726,6.8419,3.8726,6.958,3.492,6.958],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022$1,000\u0022,\u0022boundingBox\u0022:[5.8328,6.8227,6.2829,6.8227,6.2829,6.9718,5.8328,6.9718],\u0022words\u0022:[{\u0022text\u0022:\u0022$1,000\u0022,\u0022boundingBox\u0022:[5.8328,6.8227,6.2829,6.8227,6.2829,6.9718,5.8328,6.9718],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,7.0923,3.018,7.0923,3.018,7.1529,2.9586,7.1529],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,7.0923,3.018,7.0923,3.018,7.1529,2.9586,7.1529],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Logo on poster\u0022,\u0022boundingBox\u0022:[3.214,7.0629,4.2093,7.0629,4.2093,7.1994,3.214,7.1994],\u0022words\u0022:[{\u0022text\u0022:\u0022Logo\u0022,\u0022boundingBox\u0022:[3.214,7.0629,3.5163,7.0629,3.5163,7.1994,3.214,7.1994],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022on\u0022,\u0022boundingBox\u0022:[3.5686,7.09,3.7244,7.09,3.7244,7.1713,3.5686,7.1713],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022poster\u0022,\u0022boundingBox\u0022:[3.7888,7.0714,4.2093,7.0714,4.2093,7.1994,3.7888,7.1994],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,7.304,3.018,7.304,3.018,7.3645,2.9586,7.3645],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,7.304,3.018,7.304,3.018,7.3645,2.9586,7.3645],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u002250% discount on program guide\u0022,\u0022boundingBox\u0022:[3.2082,7.2672,5.3419,7.2672,5.3419,7.4111,3.2082,7.4111],\u0022words\u0022:[{\u0022text\u0022:\u002250%\u0022,\u0022boundingBox\u0022:[3.2082,7.2717,3.4817,7.2717,3.4817,7.3845,3.2082,7.3845],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022discount\u0022,\u0022boundingBox\u0022:[3.533,7.2672,4.1018,7.2672,4.1018,7.383,3.533,7.383],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022on\u0022,\u0022boundingBox\u0022:[4.1512,7.3017,4.307,7.3017,4.307,7.383,4.1512,7.383],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022program\u0022,\u0022boundingBox\u0022:[4.3682,7.3017,4.9253,7.3017,4.9253,7.4111,4.3682,7.4111],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022guide\u0022,\u0022boundingBox\u0022:[4.981,7.2672,5.3419,7.2672,5.3419,7.4111,4.981,7.4111],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022advertisements\u0022,\u0022boundingBox\u0022:[3.2075,7.4706,4.2429,7.4706,4.2429,7.5863,3.2075,7.5863],\u0022words\u0022:[{\u0022text\u0022:\u0022advertisements\u0022,\u0022boundingBox\u0022:[3.2075,7.4706,4.2429,7.4706,4.2429,7.5863,3.2075,7.5863],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Full Booth\u0022,\u0022boundingBox\u0022:[1.0923,7.6819,1.7537,7.6819,1.7537,7.798,1.0923,7.798],\u0022words\u0022:[{\u0022text\u0022:\u0022Full\u0022,\u0022boundingBox\u0022:[1.0923,7.6819,1.3079,7.6819,1.3079,7.798,1.0923,7.798],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Booth\u0022,\u0022boundingBox\u0022:[1.3718,7.6819,1.7537,7.6819,1.7537,7.798,1.3718,7.798],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,7.7273,3.018,7.7273,3.018,7.7879,2.9586,7.7879],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,7.7273,3.018,7.7273,3.018,7.7879,2.9586,7.7879],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Full booth\u0022,\u0022boundingBox\u0022:[3.214,7.6902,3.8726,7.6902,3.8726,7.8063,3.214,7.8063],\u0022words\u0022:[{\u0022text\u0022:\u0022Full\u0022,\u0022boundingBox\u0022:[3.214,7.6902,3.4295,7.6902,3.4295,7.8063,3.214,7.8063],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022booth\u0022,\u0022boundingBox\u0022:[3.492,7.6902,3.8726,7.6902,3.8726,7.8063,3.492,7.8063],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022$600\u0022,\u0022boundingBox\u0022:[5.8328,7.6711,6.1586,7.6711,6.1586,7.8165,5.8328,7.8165],\u0022words\u0022:[{\u0022text\u0022:\u0022$600\u0022,\u0022boundingBox\u0022:[5.8328,7.6711,6.1586,7.6711,6.1586,7.8165,5.8328,7.8165],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,7.939,3.018,7.939,3.018,7.9995,2.9586,7.9995],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,7.939,3.018,7.939,3.018,7.9995,2.9586,7.9995],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u002250% discount on program guide\u0022,\u0022boundingBox\u0022:[3.2082,7.9022,5.3419,7.9022,5.3419,8.0461,3.2082,8.0461],\u0022words\u0022:[{\u0022text\u0022:\u002250%\u0022,\u0022boundingBox\u0022:[3.2082,7.9067,3.4817,7.9067,3.4817,8.0195,3.2082,8.0195],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022discount\u0022,\u0022boundingBox\u0022:[3.533,7.9022,4.1018,7.9022,4.1018,8.018,3.533,8.018],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022on\u0022,\u0022boundingBox\u0022:[4.1512,7.9367,4.307,7.9367,4.307,8.018,4.1512,8.018],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022program\u0022,\u0022boundingBox\u0022:[4.3682,7.9367,4.9253,7.9367,4.9253,8.0461,4.3682,8.0461],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022guide\u0022,\u0022boundingBox\u0022:[4.981,7.9022,5.3419,7.9022,5.3419,8.0461,4.981,8.0461],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022advertisements\u0022,\u0022boundingBox\u0022:[3.2075,8.1056,4.2429,8.1056,4.2429,8.2213,3.2075,8.2213],\u0022words\u0022:[{\u0022text\u0022:\u0022advertisements\u0022,\u0022boundingBox\u0022:[3.2075,8.1056,4.2429,8.1056,4.2429,8.2213,3.2075,8.2213],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Half Booth\u0022,\u0022boundingBox\u0022:[1.0923,8.3162,1.7854,8.3162,1.7854,8.433,1.0923,8.433],\u0022words\u0022:[{\u0022text\u0022:\u0022Half\u0022,\u0022boundingBox\u0022:[1.0923,8.3162,1.3522,8.3162,1.3522,8.433,1.0923,8.433],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Booth\u0022,\u0022boundingBox\u0022:[1.4022,8.3169,1.7854,8.3169,1.7854,8.433,1.4022,8.433],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,8.3623,3.018,8.3623,3.018,8.4229,2.9586,8.4229],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,8.3623,3.018,8.3623,3.018,8.4229,2.9586,8.4229],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Full booth\u0022,\u0022boundingBox\u0022:[3.214,8.3252,3.8726,8.3252,3.8726,8.4413,3.214,8.4413],\u0022words\u0022:[{\u0022text\u0022:\u0022Full\u0022,\u0022boundingBox\u0022:[3.214,8.3252,3.4295,8.3252,3.4295,8.4413,3.214,8.4413],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022booth\u0022,\u0022boundingBox\u0022:[3.492,8.3252,3.8726,8.3252,3.8726,8.4413,3.492,8.4413],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022$350\u0022,\u0022boundingBox\u0022:[5.8328,8.3061,6.1586,8.3061,6.1586,8.4515,5.8328,8.4515],\u0022words\u0022:[{\u0022text\u0022:\u0022$350\u0022,\u0022boundingBox\u0022:[5.8328,8.3061,6.1586,8.3061,6.1586,8.4515,5.8328,8.4515],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,8.574,3.018,8.574,3.018,8.6345,2.9586,8.6345],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,8.574,3.018,8.574,3.018,8.6345,2.9586,8.6345],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u002225% discount on program guide\u0022,\u0022boundingBox\u0022:[3.2093,8.5372,5.3419,8.5372,5.3419,8.6811,3.2093,8.6811],\u0022words\u0022:[{\u0022text\u0022:\u002225%\u0022,\u0022boundingBox\u0022:[3.2093,8.5417,3.4817,8.5417,3.4817,8.6545,3.2093,8.6545],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022discount\u0022,\u0022boundingBox\u0022:[3.533,8.5372,4.1018,8.5372,4.1018,8.653,3.533,8.653],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022on\u0022,\u0022boundingBox\u0022:[4.1512,8.5717,4.307,8.5717,4.307,8.653,4.1512,8.653],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022program\u0022,\u0022boundingBox\u0022:[4.3682,8.5717,4.9253,8.5717,4.9253,8.6811,4.3682,8.6811],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022guide\u0022,\u0022boundingBox\u0022:[4.981,8.5372,5.3419,8.5372,5.3419,8.6811,4.981,8.6811],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022advertisements\u0022,\u0022boundingBox\u0022:[3.2075,8.7406,4.2429,8.7406,4.2429,8.8563,3.2075,8.8563],\u0022words\u0022:[{\u0022text\u0022:\u0022advertisements\u0022,\u0022boundingBox\u0022:[3.2075,8.7406,4.2429,8.7406,4.2429,8.8563,3.2075,8.8563],\u0022confidence\u0022:1}]}]},{\u0022page\u0022:2,\u0022angle\u0022:0,\u0022width\u0022:8.5,\u0022height\u0022:11,\u0022unit\u0022:\u0022inch\u0022,\u0022lines\u0022:[{\u0022text\u0022:\u0022Vendor #:121\u0022,\u0022boundingBox\u0022:[6.1276,1.0667,7.4833,1.0667,7.4833,1.2403,6.1276,1.2403],\u0022words\u0022:[{\u0022text\u0022:\u0022Vendor\u0022,\u0022boundingBox\u0022:[6.1276,1.0667,6.8657,1.0667,6.8657,1.2403,6.1276,1.2403],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022#:121\u0022,\u0022boundingBox\u0022:[6.9307,1.0759,7.4833,1.0759,7.4833,1.2391,6.9307,1.2391],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Vendor Details:\u0022,\u0022boundingBox\u0022:[1.0044,2.1771,2.35,2.1771,2.35,2.3315,1.0044,2.3315],\u0022words\u0022:[{\u0022text\u0022:\u0022Vendor\u0022,\u0022boundingBox\u0022:[1.0044,2.1778,1.6496,2.1778,1.6496,2.3315,1.0044,2.3315],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Details:\u0022,\u0022boundingBox\u0022:[1.7239,2.1771,2.35,2.1771,2.35,2.3315,1.7239,2.3315],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Company Name: Southridge Video\u0022,\u0022boundingBox\u0022:[1.0065,2.7686,3.3477,2.7686,3.3477,2.9128,1.0065,2.9128],\u0022words\u0022:[{\u0022text\u0022:\u0022Company\u0022,\u0022boundingBox\u0022:[1.0065,2.7749,1.651,2.7749,1.651,2.9126,1.0065,2.9126],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Name:\u0022,\u0022boundingBox\u0022:[1.7019,2.7764,2.1376,2.7764,2.1376,2.885,1.7019,2.885],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Southridge\u0022,\u0022boundingBox\u0022:[2.1925,2.7686,2.9184,2.7686,2.9184,2.9128,2.1925,2.9128],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Video\u0022,\u0022boundingBox\u0022:[2.9691,2.7689,3.3477,2.7689,3.3477,2.8847,2.9691,2.8847],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Contact: Jamie@southridgevideo.com\u0022,\u0022boundingBox\u0022:[1.0065,3.0986,3.5766,3.0986,3.5766,3.2428,1.0065,3.2428],\u0022words\u0022:[{\u0022text\u0022:\u0022Contact:\u0022,\u0022boundingBox\u0022:[1.0065,3.1049,1.5706,3.1049,1.5706,3.215,1.0065,3.215],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Jamie@southridgevideo.com\u0022,\u0022boundingBox\u0022:[1.6205,3.0986,3.5766,3.0986,3.5766,3.2428,1.6205,3.2428],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Preferred Package: Gold\u0022,\u0022boundingBox\u0022:[1.0115,3.4296,2.6542,3.4296,2.6542,3.5744,1.0115,3.5744],\u0022words\u0022:[{\u0022text\u0022:\u0022Preferred\u0022,\u0022boundingBox\u0022:[1.0115,3.4296,1.6499,3.4296,1.6499,3.5467,1.0115,3.5467],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Package:\u0022,\u0022boundingBox\u0022:[1.7092,3.4302,2.2978,3.4302,2.2978,3.5744,1.7092,3.5744],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Gold\u0022,\u0022boundingBox\u0022:[2.3557,3.4302,2.6542,3.4302,2.6542,3.5463,2.3557,3.5463],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Special Requests: N/a\u0022,\u0022boundingBox\u0022:[1.0052,3.7537,2.4783,3.7537,2.4783,3.9043,1.0052,3.9043],\u0022words\u0022:[{\u0022text\u0022:\u0022Special\u0022,\u0022boundingBox\u0022:[1.0052,3.7602,1.475,3.7602,1.475,3.9043,1.0052,3.9043],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Requests:\u0022,\u0022boundingBox\u0022:[1.5342,3.7684,2.1899,3.7684,2.1899,3.9043,1.5342,3.9043],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022N/a\u0022,\u0022boundingBox\u0022:[2.254,3.7537,2.4783,3.7537,2.4783,3.8976,2.254,3.8976],\u0022confidence\u0022:1}]}]}],\u0022documentResults\u0022:[{\u0022docType\u0022:\u0022prebuilt:receipt\u0022,\u0022pageRange\u0022:[1,1],\u0022fields\u0022:{\u0022ReceiptType\u0022:{\u0022type\u0022:\u0022string\u0022,\u0022valueString\u0022:\u0022Itemized\u0022,\u0022confidence\u0022:0.99},\u0022MerchantAddress\u0022:{\u0022type\u0022:\u0022string\u0022,\u0022valueString\u0022:\u00222345 Dogwood Lane Birch, Kansas 98123\u0022,\u0022text\u0022:\u00222345 Dogwood Lane Birch, Kansas 98123\u0022,\u0022boundingBox\u0022:[1.0093,3.7939,2.3768,3.7939,2.3768,4.1518,1.0093,4.1518],\u0022page\u0022:1,\u0022confidence\u0022:0.99,\u0022elements\u0022:[\u0022#/readResults/0/lines/7/words/0\u0022,\u0022#/readResults/0/lines/7/words/1\u0022,\u0022#/readResults/0/lines/7/words/2\u0022,\u0022#/readResults/0/lines/8/words/0\u0022,\u0022#/readResults/0/lines/8/words/1\u0022,\u0022#/readResults/0/lines/8/words/2\u0022]}}},{\u0022docType\u0022:\u0022prebuilt:receipt\u0022,\u0022pageRange\u0022:[2,2],\u0022fields\u0022:{\u0022ReceiptType\u0022:{\u0022type\u0022:\u0022string\u0022,\u0022valueString\u0022:\u0022CreditCard\u0022,\u0022confidence\u0022:0.004}}}]}}" } ], "Variables": { "FORM_RECOGNIZER_API_KEY": "Sanitized", - "FORM_RECOGNIZER_ENDPOINT": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/", + "FORM_RECOGNIZER_ENDPOINT": "https://mariari-centraluseuap.cognitiveservices.azure.com/", "RandomSeed": "450138379" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeReceiptsCanParseMultipageForm(True)Async.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeReceiptsCanParseMultipageForm(True)Async.json index 3e81925ad4ced..393d7966bde92 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeReceiptsCanParseMultipageForm(True)Async.json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeReceiptsCanParseMultipageForm(True)Async.json @@ -1,17 +1,17 @@ { "Entries": [ { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyze?includeTextDetails=true", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/receipt/analyze?includeTextDetails=true", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "711607", "Content-Type": "application/pdf", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-72b4ab018cb9ff488c71bdd07b985dcb-b0bb5b808fffbc43-00", + "traceparent": "00-9e78d5bbac117c49ab7fc4cef82e220c-3335ae5441c1d444-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "9572eff9105097d344045d510f70330f", "x-ms-return-client-request-id": "true" @@ -19,25 +19,25 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "0c2298cb-a0a5-4dd2-bad3-8618a43eb710", + "apim-request-id": "407bc9fd-e635-40b5-9158-fcdcc08a3747", "Content-Length": "0", - "Date": "Wed, 09 Sep 2020 22:38:12 GMT", - "Operation-Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/0c2298cb-a0a5-4dd2-bad3-8618a43eb710", + "Date": "Tue, 17 Nov 2020 00:33:52 GMT", + "Operation-Location": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/receipt/analyzeResults/407bc9fd-e635-40b5-9158-fcdcc08a3747", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "597" + "x-envoy-upstream-service-time": "283" }, "ResponseBody": [] }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/0c2298cb-a0a5-4dd2-bad3-8618a43eb710", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/receipt/analyzeResults/407bc9fd-e635-40b5-9158-fcdcc08a3747", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "c6b27911d51bcd151f24507b56e8cfaf", "x-ms-return-client-request-id": "true" @@ -45,29 +45,29 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "631a1942-3a0f-466b-a0e4-290ecbd28f48", + "apim-request-id": "9ad007b3-0e2f-436d-a603-3888fae4a559", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:38:13 GMT", + "Date": "Tue, 17 Nov 2020 00:33:52 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "152" + "x-envoy-upstream-service-time": "10" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-09-09T22:38:13Z", - "lastUpdatedDateTime": "2020-09-09T22:38:13Z" + "createdDateTime": "2020-11-17T00:33:53Z", + "lastUpdatedDateTime": "2020-11-17T00:33:53Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/0c2298cb-a0a5-4dd2-bad3-8618a43eb710", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/receipt/analyzeResults/407bc9fd-e635-40b5-9158-fcdcc08a3747", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "8b9bfa21d7b5d22306836341c0e759ea", "x-ms-return-client-request-id": "true" @@ -75,29 +75,29 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "dea252c9-a7a0-4643-bca1-54b32566313f", + "apim-request-id": "582b5841-79ae-40e4-a666-9ffca9754088", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:38:14 GMT", + "Date": "Tue, 17 Nov 2020 00:33:54 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": "12" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-09-09T22:38:13Z", - "lastUpdatedDateTime": "2020-09-09T22:38:13Z" + "createdDateTime": "2020-11-17T00:33:53Z", + "lastUpdatedDateTime": "2020-11-17T00:33:53Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/0c2298cb-a0a5-4dd2-bad3-8618a43eb710", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/receipt/analyzeResults/407bc9fd-e635-40b5-9158-fcdcc08a3747", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "8cadf570c6ca2341daa4762bc057415b", "x-ms-return-client-request-id": "true" @@ -105,29 +105,29 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "a06b28c9-97ca-43f3-81ff-66daeeb5700c", + "apim-request-id": "e7ddeed0-f23e-45a4-ab6e-a3230976758d", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:38:15 GMT", + "Date": "Tue, 17 Nov 2020 00:33:55 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "120" + "x-envoy-upstream-service-time": "11" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-09-09T22:38:13Z", - "lastUpdatedDateTime": "2020-09-09T22:38:13Z" + "createdDateTime": "2020-11-17T00:33:53Z", + "lastUpdatedDateTime": "2020-11-17T00:33:53Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/0c2298cb-a0a5-4dd2-bad3-8618a43eb710", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/receipt/analyzeResults/407bc9fd-e635-40b5-9158-fcdcc08a3747", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "1530ad34a7d53a5a56e0c09872d40c37", "x-ms-return-client-request-id": "true" @@ -135,29 +135,29 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "87dd7c6f-7276-4aad-b2cf-3d3261b2d905", + "apim-request-id": "4fffc3b6-f789-46a7-8f68-d1c774a1ef66", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:38:16 GMT", + "Date": "Tue, 17 Nov 2020 00:33:56 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "41" + "x-envoy-upstream-service-time": "11" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-09-09T22:38:13Z", - "lastUpdatedDateTime": "2020-09-09T22:38:13Z" + "createdDateTime": "2020-11-17T00:33:53Z", + "lastUpdatedDateTime": "2020-11-17T00:33:53Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/0c2298cb-a0a5-4dd2-bad3-8618a43eb710", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/receipt/analyzeResults/407bc9fd-e635-40b5-9158-fcdcc08a3747", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "600b65cb423b5ae4b878b11160f811ae", "x-ms-return-client-request-id": "true" @@ -165,20 +165,50 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "a965cea9-db3c-401d-a907-e157a19c1609", + "apim-request-id": "59f52de2-ee9a-41d0-9eda-c418a135389d", + "Content-Length": "106", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 17 Nov 2020 00:33:57 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "10" + }, + "ResponseBody": { + "status": "running", + "createdDateTime": "2020-11-17T00:33:53Z", + "lastUpdatedDateTime": "2020-11-17T00:33:53Z" + } + }, + { + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/receipt/analyzeResults/407bc9fd-e635-40b5-9158-fcdcc08a3747", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "130c074143b7c8149b7336ea06a9b006", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "a9fc1c8b-4cf0-4a38-9c43-11f0148b9b67", "Content-Length": "25645", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:38:17 GMT", + "Date": "Tue, 17 Nov 2020 00:33:58 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "96" + "x-envoy-upstream-service-time": "20" }, - "ResponseBody": "{\u0022status\u0022:\u0022succeeded\u0022,\u0022createdDateTime\u0022:\u00222020-09-09T22:38:13Z\u0022,\u0022lastUpdatedDateTime\u0022:\u00222020-09-09T22:38:18Z\u0022,\u0022analyzeResult\u0022:{\u0022version\u0022:\u00222.1.0\u0022,\u0022readResults\u0022:[{\u0022page\u0022:1,\u0022angle\u0022:0,\u0022width\u0022:8.5,\u0022height\u0022:11,\u0022unit\u0022:\u0022inch\u0022,\u0022lines\u0022:[{\u0022text\u0022:\u0022Vendor #:121\u0022,\u0022boundingBox\u0022:[6.1276,1.0667,7.4833,1.0667,7.4833,1.2403,6.1276,1.2403],\u0022words\u0022:[{\u0022text\u0022:\u0022Vendor\u0022,\u0022boundingBox\u0022:[6.1276,1.0667,6.8657,1.0667,6.8657,1.2403,6.1276,1.2403],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022#:121\u0022,\u0022boundingBox\u0022:[6.9307,1.0759,7.4833,1.0759,7.4833,1.2391,6.9307,1.2391],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Vendor Registration\u0022,\u0022boundingBox\u0022:[2.2268,1.5733,6.2379,1.5733,6.2379,2.005,2.2268,2.005],\u0022words\u0022:[{\u0022text\u0022:\u0022Vendor\u0022,\u0022boundingBox\u0022:[2.2268,1.5733,3.703,1.5733,3.703,1.9207,2.2268,1.9207],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Registration\u0022,\u0022boundingBox\u0022:[3.8661,1.5883,6.2379,1.5883,6.2379,2.005,3.8661,2.005],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Contoso Ltd. Conference will be held on May 28-29, 2020 at the Elm Conference Center in\u0022,\u0022boundingBox\u0022:[1.0078,2.5846,7.0776,2.5846,7.0776,2.7293,1.0078,2.7293],\u0022words\u0022:[{\u0022text\u0022:\u0022Contoso\u0022,\u0022boundingBox\u0022:[1.0078,2.5919,1.5548,2.5919,1.5548,2.7013,1.0078,2.7013],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Ltd.\u0022,\u0022boundingBox\u0022:[1.6125,2.5856,1.843,2.5856,1.843,2.7013,1.6125,2.7013],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Conference\u0022,\u0022boundingBox\u0022:[1.8996,2.5846,2.6636,2.5846,2.6636,2.7013,1.8996,2.7013],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022will\u0022,\u0022boundingBox\u0022:[2.7122,2.5852,2.9307,2.5852,2.9307,2.7003,2.7122,2.7003],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022be\u0022,\u0022boundingBox\u0022:[2.9922,2.5852,3.1419,2.5852,3.1419,2.7013,2.9922,2.7013],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022held\u0022,\u0022boundingBox\u0022:[3.1987,2.5852,3.4704,2.5852,3.4704,2.7013,3.1987,2.7013],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022on\u0022,\u0022boundingBox\u0022:[3.53,2.62,3.6846,2.62,3.6846,2.7013,3.53,2.7013],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022May\u0022,\u0022boundingBox\u0022:[3.7498,2.5934,4.0422,2.5934,4.0422,2.7293,3.7498,2.7293],\u0022confidence\u0022:1},{\u0022text\u0022:\u002228-29,\u0022,\u0022boundingBox\u0022:[4.0877,2.5914,4.5042,2.5914,4.5042,2.7236,4.0877,2.7236],\u0022confidence\u0022:1},{\u0022text\u0022:\u00222020\u0022,\u0022boundingBox\u0022:[4.5586,2.5914,4.884,2.5914,4.884,2.7017,4.5586,2.7017],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022at\u0022,\u0022boundingBox\u0022:[4.9351,2.6014,5.0577,2.6014,5.0577,2.7013,4.9351,2.7013],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022the\u0022,\u0022boundingBox\u0022:[5.1033,2.5852,5.3202,2.5852,5.3202,2.7013,5.1033,2.7013],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Elm\u0022,\u0022boundingBox\u0022:[5.3787,2.5852,5.6051,2.5852,5.6051,2.7003,5.3787,2.7003],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Conference\u0022,\u0022boundingBox\u0022:[5.6624,2.5846,6.4263,2.5846,6.4263,2.7013,5.6624,2.7013],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Center\u0022,\u0022boundingBox\u0022:[6.4796,2.5919,6.9234,2.5919,6.9234,2.7013,6.4796,2.7013],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022in\u0022,\u0022boundingBox\u0022:[6.9765,2.5905,7.0776,2.5905,7.0776,2.7003,6.9765,2.7003],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Maple City, Massachusetts. The conference has sold out of its 1,500 tickets, with a 400 person\u0022,\u0022boundingBox\u0022:[1.014,2.8029,7.3457,2.8029,7.3457,2.9478,1.014,2.9478],\u0022words\u0022:[{\u0022text\u0022:\u0022Maple\u0022,\u0022boundingBox\u0022:[1.014,2.8036,1.4242,2.8036,1.4242,2.9478,1.014,2.9478],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022City,\u0022,\u0022boundingBox\u0022:[1.4763,2.8089,1.7576,2.8089,1.7576,2.9478,1.4763,2.9478],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Massachusetts.\u0022,\u0022boundingBox\u0022:[1.8195,2.8036,2.8383,2.8036,2.8383,2.9197,1.8195,2.9197],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022The\u0022,\u0022boundingBox\u0022:[2.8883,2.8036,3.1326,2.8036,3.1326,2.9197,2.8883,2.9197],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022conference\u0022,\u0022boundingBox\u0022:[3.1842,2.8029,3.9301,2.8029,3.9301,2.9197,3.1842,2.9197],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022has\u0022,\u0022boundingBox\u0022:[3.9871,2.8036,4.2019,2.8036,4.2019,2.9197,3.9871,2.9197],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022sold\u0022,\u0022boundingBox\u0022:[4.2529,2.8036,4.5104,2.8036,4.5104,2.9197,4.2529,2.9197],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022out\u0022,\u0022boundingBox\u0022:[4.5701,2.8197,4.7871,2.8197,4.7871,2.9197,4.5701,2.9197],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022of\u0022,\u0022boundingBox\u0022:[4.8373,2.8029,4.9701,2.8029,4.9701,2.9197,4.8373,2.9197],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022its\u0022,\u0022boundingBox\u0022:[5.0169,2.8089,5.1601,2.8089,5.1601,2.9197,5.0169,2.9197],\u0022confidence\u0022:1},{\u0022text\u0022:\u00221,500\u0022,\u0022boundingBox\u0022:[5.2167,2.81,5.5766,2.81,5.5766,2.9418,5.2167,2.9418],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022tickets,\u0022,\u0022boundingBox\u0022:[5.6227,2.8036,6.0928,2.8036,6.0928,2.9418,5.6227,2.9418],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022with\u0022,\u0022boundingBox\u0022:[6.1461,2.8036,6.4308,2.8036,6.4308,2.9195,6.1461,2.9195],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022a\u0022,\u0022boundingBox\u0022:[6.488,2.8383,6.548,2.8383,6.548,2.9197,6.488,2.9197],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022400\u0022,\u0022boundingBox\u0022:[6.6016,2.81,6.8449,2.81,6.8449,2.9197,6.6016,2.9197],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022person\u0022,\u0022boundingBox\u0022:[6.8998,2.8383,7.3457,2.8383,7.3457,2.9478,6.8998,2.9478],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022waitlist. Vendor applications are being accepted through Feb 28, 2020. Please fill in the form\u0022,\u0022boundingBox\u0022:[1.0043,3.0229,7.2482,3.0229,7.2482,3.1678,1.0043,3.1678],\u0022words\u0022:[{\u0022text\u0022:\u0022waitlist.\u0022,\u0022boundingBox\u0022:[1.0043,3.0236,1.5194,3.0236,1.5194,3.1397,1.0043,3.1397],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Vendor\u0022,\u0022boundingBox\u0022:[1.5733,3.0239,2.0654,3.0239,2.0654,3.1397,1.5733,3.1397],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022applications\u0022,\u0022boundingBox\u0022:[2.1132,3.0236,2.9143,3.0236,2.9143,3.1678,2.1132,3.1678],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022are\u0022,\u0022boundingBox\u0022:[2.9675,3.0583,3.1726,3.0583,3.1726,3.1397,2.9675,3.1397],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022being\u0022,\u0022boundingBox\u0022:[3.2306,3.0236,3.5889,3.0236,3.5889,3.1678,3.2306,3.1678],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022accepted\u0022,\u0022boundingBox\u0022:[3.6388,3.0239,4.2336,3.0239,4.2336,3.1678,3.6388,3.1678],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022through\u0022,\u0022boundingBox\u0022:[4.2862,3.0236,4.8127,3.0236,4.8127,3.1678,4.2862,3.1678],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Feb\u0022,\u0022boundingBox\u0022:[4.8815,3.0236,5.1133,3.0236,5.1133,3.14,4.8815,3.14],\u0022confidence\u0022:1},{\u0022text\u0022:\u002228,\u0022,\u0022boundingBox\u0022:[5.163,3.0297,5.361,3.0297,5.361,3.162,5.163,3.162],\u0022confidence\u0022:1},{\u0022text\u0022:\u00222020.\u0022,\u0022boundingBox\u0022:[5.413,3.0297,5.7774,3.0297,5.7774,3.14,5.413,3.14],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Please\u0022,\u0022boundingBox\u0022:[5.8406,3.0236,6.2537,3.0236,6.2537,3.1397,5.8406,3.1397],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022fill\u0022,\u0022boundingBox\u0022:[6.3022,3.0229,6.4539,3.0229,6.4539,3.1387,6.3022,3.1387],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022in\u0022,\u0022boundingBox\u0022:[6.5131,3.0289,6.6158,3.0289,6.6158,3.1387,6.5131,3.1387],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022the\u0022,\u0022boundingBox\u0022:[6.6673,3.0236,6.8842,3.0236,6.8842,3.1397,6.6673,3.1397],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022form\u0022,\u0022boundingBox\u0022:[6.9317,3.0229,7.2482,3.0229,7.2482,3.1397,6.9317,3.1397],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022below, and attach a check made out to:\u0022,\u0022boundingBox\u0022:[1.0125,3.2436,3.6599,3.2436,3.6599,3.3818,1.0125,3.3818],\u0022words\u0022:[{\u0022text\u0022:\u0022below,\u0022,\u0022boundingBox\u0022:[1.0125,3.2436,1.4459,3.2436,1.4459,3.3818,1.0125,3.3818],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022and\u0022,\u0022boundingBox\u0022:[1.5024,3.2439,1.7371,3.2439,1.7371,3.3597,1.5024,3.3597],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022attach\u0022,\u0022boundingBox\u0022:[1.7968,3.2436,2.2047,3.2436,2.2047,3.3597,1.7968,3.3597],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022a\u0022,\u0022boundingBox\u0022:[2.2619,3.2783,2.3219,3.2783,2.3219,3.3597,2.2619,3.3597],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022check\u0022,\u0022boundingBox\u0022:[2.379,3.2436,2.7529,3.2436,2.7529,3.3597,2.379,3.3597],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022made\u0022,\u0022boundingBox\u0022:[2.8076,3.2439,3.17,3.2439,3.17,3.3597,2.8076,3.3597],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022out\u0022,\u0022boundingBox\u0022:[3.2251,3.2597,3.4421,3.2597,3.4421,3.3597,3.2251,3.3597],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022to:\u0022,\u0022boundingBox\u0022:[3.4869,3.2597,3.6599,3.2597,3.6599,3.3597,3.4869,3.3597],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Contoso Ltd.\u0022,\u0022boundingBox\u0022:[1.0078,3.5739,1.843,3.5739,1.843,3.6897,1.0078,3.6897],\u0022words\u0022:[{\u0022text\u0022:\u0022Contoso\u0022,\u0022boundingBox\u0022:[1.0078,3.5802,1.5548,3.5802,1.5548,3.6897,1.0078,3.6897],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Ltd.\u0022,\u0022boundingBox\u0022:[1.6125,3.5739,1.843,3.5739,1.843,3.6897,1.6125,3.6897],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u00222345 Dogwood Lane\u0022,\u0022boundingBox\u0022:[1.0093,3.7939,2.3768,3.7939,2.3768,3.9378,1.0093,3.9378],\u0022words\u0022:[{\u0022text\u0022:\u00222345\u0022,\u0022boundingBox\u0022:[1.0093,3.8,1.3297,3.8,1.3297,3.9097,1.0093,3.9097],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Dogwood\u0022,\u0022boundingBox\u0022:[1.3899,3.7939,2.0149,3.7939,2.0149,3.9378,1.3899,3.9378],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Lane\u0022,\u0022boundingBox\u0022:[2.0788,3.8012,2.3768,3.8012,2.3768,3.9097,2.0788,3.9097],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Birch, Kansas 98123\u0022,\u0022boundingBox\u0022:[1.014,4.0136,2.3377,4.0136,2.3377,4.1518,1.014,4.1518],\u0022words\u0022:[{\u0022text\u0022:\u0022Birch,\u0022,\u0022boundingBox\u0022:[1.014,4.0136,1.3745,4.0136,1.3745,4.1518,1.014,4.1518],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Kansas\u0022,\u0022boundingBox\u0022:[1.4375,4.0212,1.8819,4.0212,1.8819,4.1297,1.4375,4.1297],\u0022confidence\u0022:1},{\u0022text\u0022:\u002298123\u0022,\u0022boundingBox\u0022:[1.9318,4.02,2.3377,4.02,2.3377,4.1297,1.9318,4.1297],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Rates:\u0022,\u0022boundingBox\u0022:[1.0204,4.4248,1.5303,4.4248,1.5303,4.5682,1.0204,4.5682],\u0022words\u0022:[{\u0022text\u0022:\u0022Rates:\u0022,\u0022boundingBox\u0022:[1.0204,4.4248,1.5303,4.4248,1.5303,4.5682,1.0204,4.5682],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Package\u0022,\u0022boundingBox\u0022:[1.0923,4.6986,1.6232,4.6986,1.6232,4.8428,1.0923,4.8428],\u0022words\u0022:[{\u0022text\u0022:\u0022Package\u0022,\u0022boundingBox\u0022:[1.0923,4.6986,1.6232,4.6986,1.6232,4.8428,1.0923,4.8428],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Included\u0022,\u0022boundingBox\u0022:[2.713,4.6986,3.2707,4.6986,3.2707,4.8147,2.713,4.8147],\u0022words\u0022:[{\u0022text\u0022:\u0022Included\u0022,\u0022boundingBox\u0022:[2.713,4.6986,3.2707,4.6986,3.2707,4.8147,2.713,4.8147],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Price\u0022,\u0022boundingBox\u0022:[5.838,4.7039,6.1513,4.7039,6.1513,4.8147,5.838,4.8147],\u0022words\u0022:[{\u0022text\u0022:\u0022Price\u0022,\u0022boundingBox\u0022:[5.838,4.7039,6.1513,4.7039,6.1513,4.8147,5.838,4.8147],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Gold Sponsor\u0022,\u0022boundingBox\u0022:[1.0857,4.9086,1.9831,4.9086,1.9831,5.0528,1.0857,5.0528],\u0022words\u0022:[{\u0022text\u0022:\u0022Gold\u0022,\u0022boundingBox\u0022:[1.0857,4.9086,1.3842,4.9086,1.3842,5.0247,1.0857,5.0247],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Sponsor\u0022,\u0022boundingBox\u0022:[1.4423,4.915,1.9831,4.915,1.9831,5.0528,1.4423,5.0528],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,4.954,3.018,4.954,3.018,5.0145,2.9586,5.0145],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,4.954,3.018,4.954,3.018,5.0145,2.9586,5.0145],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Full booth\u0022,\u0022boundingBox\u0022:[3.214,4.9169,3.8726,4.9169,3.8726,5.033,3.214,5.033],\u0022words\u0022:[{\u0022text\u0022:\u0022Full\u0022,\u0022boundingBox\u0022:[3.214,4.9169,3.4295,4.9169,3.4295,5.033,3.214,5.033],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022booth\u0022,\u0022boundingBox\u0022:[3.492,4.9169,3.8726,4.9169,3.8726,5.033,3.492,5.033],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022$1,500\u0022,\u0022boundingBox\u0022:[5.8328,4.8977,6.2829,4.8977,6.2829,5.0468,5.8328,5.0468],\u0022words\u0022:[{\u0022text\u0022:\u0022$1,500\u0022,\u0022boundingBox\u0022:[5.8328,4.8977,6.2829,4.8977,6.2829,5.0468,5.8328,5.0468],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,5.1673,3.018,5.1673,3.018,5.2279,2.9586,5.2279],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,5.1673,3.018,5.1673,3.018,5.2279,2.9586,5.2279],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Pre-keynote thank you\u0022,\u0022boundingBox\u0022:[3.214,5.1302,4.7267,5.1302,4.7267,5.2744,3.214,5.2744],\u0022words\u0022:[{\u0022text\u0022:\u0022Pre-keynote\u0022,\u0022boundingBox\u0022:[3.214,5.1302,4.0183,5.1302,4.0183,5.2744,3.214,5.2744],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022thank\u0022,\u0022boundingBox\u0022:[4.0665,5.1302,4.4475,5.1302,4.4475,5.2463,4.0665,5.2463],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022you\u0022,\u0022boundingBox\u0022:[4.4903,5.165,4.7267,5.165,4.7267,5.2744,4.4903,5.2744],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,5.379,3.018,5.379,3.018,5.4395,2.9586,5.4395],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,5.379,3.018,5.379,3.018,5.4395,2.9586,5.4395],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Logo on poster\u0022,\u0022boundingBox\u0022:[3.214,5.3495,4.2093,5.3495,4.2093,5.4861,3.214,5.4861],\u0022words\u0022:[{\u0022text\u0022:\u0022Logo\u0022,\u0022boundingBox\u0022:[3.214,5.3495,3.5163,5.3495,3.5163,5.4861,3.214,5.4861],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022on\u0022,\u0022boundingBox\u0022:[3.5686,5.3767,3.7244,5.3767,3.7244,5.458,3.5686,5.458],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022poster\u0022,\u0022boundingBox\u0022:[3.7888,5.358,4.2093,5.358,4.2093,5.4861,3.7888,5.4861],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,5.5923,3.018,5.5923,3.018,5.6529,2.9586,5.6529],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,5.5923,3.018,5.5923,3.018,5.6529,2.9586,5.6529],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Full page ad in program guide\u0022,\u0022boundingBox\u0022:[3.214,5.5552,5.201,5.5552,5.201,5.6994,3.214,5.6994],\u0022words\u0022:[{\u0022text\u0022:\u0022Full\u0022,\u0022boundingBox\u0022:[3.214,5.5552,3.4295,5.5552,3.4295,5.6713,3.214,5.6713],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022page\u0022,\u0022boundingBox\u0022:[3.492,5.59,3.7989,5.59,3.7989,5.6994,3.492,5.6994],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022ad\u0022,\u0022boundingBox\u0022:[3.8519,5.5556,3.9991,5.5556,3.9991,5.6713,3.8519,5.6713],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022in\u0022,\u0022boundingBox\u0022:[4.0599,5.5605,4.1626,5.5605,4.1626,5.6703,4.0599,5.6703],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022program\u0022,\u0022boundingBox\u0022:[4.2248,5.59,4.7839,5.59,4.7839,5.6994,4.2248,5.6994],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022guide\u0022,\u0022boundingBox\u0022:[4.8367,5.5556,5.201,5.5556,5.201,5.6994,4.8367,5.6994],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,5.804,3.018,5.804,3.018,5.8645,2.9586,5.8645],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,5.804,3.018,5.804,3.018,5.8645,2.9586,5.8645],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Silver Sponsor\u0022,\u0022boundingBox\u0022:[1.0842,5.9786,2.0339,5.9786,2.0339,6.1228,1.0842,6.1228],\u0022words\u0022:[{\u0022text\u0022:\u0022Silver\u0022,\u0022boundingBox\u0022:[1.0842,5.9786,1.4443,5.9786,1.4443,6.0947,1.0842,6.0947],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Sponsor\u0022,\u0022boundingBox\u0022:[1.4904,5.985,2.0339,5.985,2.0339,6.1228,1.4904,6.1228],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,6.024,3.018,6.024,3.018,6.0845,2.9586,6.0845],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,6.024,3.018,6.024,3.018,6.0845,2.9586,6.0845],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Full booth\u0022,\u0022boundingBox\u0022:[3.214,5.9869,3.8726,5.9869,3.8726,6.103,3.214,6.103],\u0022words\u0022:[{\u0022text\u0022:\u0022Full\u0022,\u0022boundingBox\u0022:[3.214,5.9869,3.4295,5.9869,3.4295,6.103,3.214,6.103],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022booth\u0022,\u0022boundingBox\u0022:[3.492,5.9869,3.8726,5.9869,3.8726,6.103,3.492,6.103],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022$1,200\u0022,\u0022boundingBox\u0022:[5.8328,5.9677,6.2829,5.9677,6.2829,6.1168,5.8328,6.1168],\u0022words\u0022:[{\u0022text\u0022:\u0022$1,200\u0022,\u0022boundingBox\u0022:[5.8328,5.9677,6.2829,5.9677,6.2829,6.1168,5.8328,6.1168],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,6.2356,3.018,6.2356,3.018,6.2962,2.9586,6.2962],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,6.2356,3.018,6.2356,3.018,6.2962,2.9586,6.2962],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Post-keynote thank you\u0022,\u0022boundingBox\u0022:[3.214,6.1986,4.7938,6.1986,4.7938,6.3428,3.214,6.3428],\u0022words\u0022:[{\u0022text\u0022:\u0022Post-keynote\u0022,\u0022boundingBox\u0022:[3.214,6.1986,4.0878,6.1986,4.0878,6.3428,3.214,6.3428],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022thank\u0022,\u0022boundingBox\u0022:[4.1348,6.1986,4.5158,6.1986,4.5158,6.3147,4.1348,6.3147],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022you\u0022,\u0022boundingBox\u0022:[4.5586,6.2333,4.7938,6.2333,4.7938,6.3428,4.5586,6.3428],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,6.4473,3.018,6.4473,3.018,6.5079,2.9586,6.5079],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,6.4473,3.018,6.4473,3.018,6.5079,2.9586,6.5079],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Logo on poster\u0022,\u0022boundingBox\u0022:[3.214,6.4179,4.2093,6.4179,4.2093,6.5544,3.214,6.5544],\u0022words\u0022:[{\u0022text\u0022:\u0022Logo\u0022,\u0022boundingBox\u0022:[3.214,6.4179,3.5163,6.4179,3.5163,6.5544,3.214,6.5544],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022on\u0022,\u0022boundingBox\u0022:[3.5686,6.445,3.7244,6.445,3.7244,6.5263,3.5686,6.5263],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022poster\u0022,\u0022boundingBox\u0022:[3.7888,6.4264,4.2093,6.4264,4.2093,6.5544,3.7888,6.5544],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,6.6606,3.018,6.6606,3.018,6.7212,2.9586,6.7212],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,6.6606,3.018,6.6606,3.018,6.7212,2.9586,6.7212],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Half page ad in program guide\u0022,\u0022boundingBox\u0022:[3.214,6.6229,5.2314,6.6229,5.2314,6.7678,3.214,6.7678],\u0022words\u0022:[{\u0022text\u0022:\u0022Half\u0022,\u0022boundingBox\u0022:[3.214,6.6229,3.4739,6.6229,3.4739,6.7397,3.214,6.7397],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022page\u0022,\u0022boundingBox\u0022:[3.5224,6.6583,3.8326,6.6583,3.8326,6.7678,3.5224,6.7678],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022ad\u0022,\u0022boundingBox\u0022:[3.8843,6.6239,4.0315,6.6239,4.0315,6.7397,3.8843,6.7397],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022in\u0022,\u0022boundingBox\u0022:[4.0923,6.6289,4.195,6.6289,4.195,6.7387,4.0923,6.7387],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022program\u0022,\u0022boundingBox\u0022:[4.2563,6.6583,4.8148,6.6583,4.8148,6.7678,4.2563,6.7678],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022guide\u0022,\u0022boundingBox\u0022:[4.8695,6.6239,5.2314,6.6239,5.2314,6.7678,4.8695,6.7678],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Bronze Sponsor\u0022,\u0022boundingBox\u0022:[1.0923,6.84,2.1362,6.84,2.1362,6.9778,1.0923,6.9778],\u0022words\u0022:[{\u0022text\u0022:\u0022Bronze\u0022,\u0022boundingBox\u0022:[1.0923,6.8417,1.545,6.8417,1.545,6.9497,1.0923,6.9497],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Sponsor\u0022,\u0022boundingBox\u0022:[1.5951,6.84,2.1362,6.84,2.1362,6.9778,1.5951,6.9778],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,6.879,3.018,6.879,3.018,6.9395,2.9586,6.9395],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,6.879,3.018,6.879,3.018,6.9395,2.9586,6.9395],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Full booth\u0022,\u0022boundingBox\u0022:[3.214,6.8419,3.8726,6.8419,3.8726,6.958,3.214,6.958],\u0022words\u0022:[{\u0022text\u0022:\u0022Full\u0022,\u0022boundingBox\u0022:[3.214,6.8419,3.4295,6.8419,3.4295,6.958,3.214,6.958],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022booth\u0022,\u0022boundingBox\u0022:[3.492,6.8419,3.8726,6.8419,3.8726,6.958,3.492,6.958],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022$1,000\u0022,\u0022boundingBox\u0022:[5.8328,6.8227,6.2829,6.8227,6.2829,6.9718,5.8328,6.9718],\u0022words\u0022:[{\u0022text\u0022:\u0022$1,000\u0022,\u0022boundingBox\u0022:[5.8328,6.8227,6.2829,6.8227,6.2829,6.9718,5.8328,6.9718],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,7.0923,3.018,7.0923,3.018,7.1529,2.9586,7.1529],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,7.0923,3.018,7.0923,3.018,7.1529,2.9586,7.1529],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Logo on poster\u0022,\u0022boundingBox\u0022:[3.214,7.0629,4.2093,7.0629,4.2093,7.1994,3.214,7.1994],\u0022words\u0022:[{\u0022text\u0022:\u0022Logo\u0022,\u0022boundingBox\u0022:[3.214,7.0629,3.5163,7.0629,3.5163,7.1994,3.214,7.1994],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022on\u0022,\u0022boundingBox\u0022:[3.5686,7.09,3.7244,7.09,3.7244,7.1713,3.5686,7.1713],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022poster\u0022,\u0022boundingBox\u0022:[3.7888,7.0714,4.2093,7.0714,4.2093,7.1994,3.7888,7.1994],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,7.304,3.018,7.304,3.018,7.3645,2.9586,7.3645],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,7.304,3.018,7.304,3.018,7.3645,2.9586,7.3645],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u002250% discount on program guide\u0022,\u0022boundingBox\u0022:[3.2082,7.2672,5.3419,7.2672,5.3419,7.4111,3.2082,7.4111],\u0022words\u0022:[{\u0022text\u0022:\u002250%\u0022,\u0022boundingBox\u0022:[3.2082,7.2717,3.4817,7.2717,3.4817,7.3845,3.2082,7.3845],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022discount\u0022,\u0022boundingBox\u0022:[3.533,7.2672,4.1018,7.2672,4.1018,7.383,3.533,7.383],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022on\u0022,\u0022boundingBox\u0022:[4.1512,7.3017,4.307,7.3017,4.307,7.383,4.1512,7.383],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022program\u0022,\u0022boundingBox\u0022:[4.3682,7.3017,4.9253,7.3017,4.9253,7.4111,4.3682,7.4111],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022guide\u0022,\u0022boundingBox\u0022:[4.981,7.2672,5.3419,7.2672,5.3419,7.4111,4.981,7.4111],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022advertisements\u0022,\u0022boundingBox\u0022:[3.2075,7.4706,4.2429,7.4706,4.2429,7.5863,3.2075,7.5863],\u0022words\u0022:[{\u0022text\u0022:\u0022advertisements\u0022,\u0022boundingBox\u0022:[3.2075,7.4706,4.2429,7.4706,4.2429,7.5863,3.2075,7.5863],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Full Booth\u0022,\u0022boundingBox\u0022:[1.0923,7.6819,1.7537,7.6819,1.7537,7.798,1.0923,7.798],\u0022words\u0022:[{\u0022text\u0022:\u0022Full\u0022,\u0022boundingBox\u0022:[1.0923,7.6819,1.3079,7.6819,1.3079,7.798,1.0923,7.798],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Booth\u0022,\u0022boundingBox\u0022:[1.3718,7.6819,1.7537,7.6819,1.7537,7.798,1.3718,7.798],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,7.7273,3.018,7.7273,3.018,7.7879,2.9586,7.7879],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,7.7273,3.018,7.7273,3.018,7.7879,2.9586,7.7879],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Full booth\u0022,\u0022boundingBox\u0022:[3.214,7.6902,3.8726,7.6902,3.8726,7.8063,3.214,7.8063],\u0022words\u0022:[{\u0022text\u0022:\u0022Full\u0022,\u0022boundingBox\u0022:[3.214,7.6902,3.4295,7.6902,3.4295,7.8063,3.214,7.8063],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022booth\u0022,\u0022boundingBox\u0022:[3.492,7.6902,3.8726,7.6902,3.8726,7.8063,3.492,7.8063],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022$600\u0022,\u0022boundingBox\u0022:[5.8328,7.6711,6.1586,7.6711,6.1586,7.8165,5.8328,7.8165],\u0022words\u0022:[{\u0022text\u0022:\u0022$600\u0022,\u0022boundingBox\u0022:[5.8328,7.6711,6.1586,7.6711,6.1586,7.8165,5.8328,7.8165],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,7.939,3.018,7.939,3.018,7.9995,2.9586,7.9995],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,7.939,3.018,7.939,3.018,7.9995,2.9586,7.9995],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u002250% discount on program guide\u0022,\u0022boundingBox\u0022:[3.2082,7.9022,5.3419,7.9022,5.3419,8.0461,3.2082,8.0461],\u0022words\u0022:[{\u0022text\u0022:\u002250%\u0022,\u0022boundingBox\u0022:[3.2082,7.9067,3.4817,7.9067,3.4817,8.0195,3.2082,8.0195],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022discount\u0022,\u0022boundingBox\u0022:[3.533,7.9022,4.1018,7.9022,4.1018,8.018,3.533,8.018],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022on\u0022,\u0022boundingBox\u0022:[4.1512,7.9367,4.307,7.9367,4.307,8.018,4.1512,8.018],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022program\u0022,\u0022boundingBox\u0022:[4.3682,7.9367,4.9253,7.9367,4.9253,8.0461,4.3682,8.0461],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022guide\u0022,\u0022boundingBox\u0022:[4.981,7.9022,5.3419,7.9022,5.3419,8.0461,4.981,8.0461],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022advertisements\u0022,\u0022boundingBox\u0022:[3.2075,8.1056,4.2429,8.1056,4.2429,8.2213,3.2075,8.2213],\u0022words\u0022:[{\u0022text\u0022:\u0022advertisements\u0022,\u0022boundingBox\u0022:[3.2075,8.1056,4.2429,8.1056,4.2429,8.2213,3.2075,8.2213],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Half Booth\u0022,\u0022boundingBox\u0022:[1.0923,8.3162,1.7854,8.3162,1.7854,8.433,1.0923,8.433],\u0022words\u0022:[{\u0022text\u0022:\u0022Half\u0022,\u0022boundingBox\u0022:[1.0923,8.3162,1.3522,8.3162,1.3522,8.433,1.0923,8.433],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Booth\u0022,\u0022boundingBox\u0022:[1.4022,8.3169,1.7854,8.3169,1.7854,8.433,1.4022,8.433],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,8.3623,3.018,8.3623,3.018,8.4229,2.9586,8.4229],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,8.3623,3.018,8.3623,3.018,8.4229,2.9586,8.4229],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Full booth\u0022,\u0022boundingBox\u0022:[3.214,8.3252,3.8726,8.3252,3.8726,8.4413,3.214,8.4413],\u0022words\u0022:[{\u0022text\u0022:\u0022Full\u0022,\u0022boundingBox\u0022:[3.214,8.3252,3.4295,8.3252,3.4295,8.4413,3.214,8.4413],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022booth\u0022,\u0022boundingBox\u0022:[3.492,8.3252,3.8726,8.3252,3.8726,8.4413,3.492,8.4413],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022$350\u0022,\u0022boundingBox\u0022:[5.8328,8.3061,6.1586,8.3061,6.1586,8.4515,5.8328,8.4515],\u0022words\u0022:[{\u0022text\u0022:\u0022$350\u0022,\u0022boundingBox\u0022:[5.8328,8.3061,6.1586,8.3061,6.1586,8.4515,5.8328,8.4515],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,8.574,3.018,8.574,3.018,8.6345,2.9586,8.6345],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,8.574,3.018,8.574,3.018,8.6345,2.9586,8.6345],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u002225% discount on program guide\u0022,\u0022boundingBox\u0022:[3.2093,8.5372,5.3419,8.5372,5.3419,8.6811,3.2093,8.6811],\u0022words\u0022:[{\u0022text\u0022:\u002225%\u0022,\u0022boundingBox\u0022:[3.2093,8.5417,3.4817,8.5417,3.4817,8.6545,3.2093,8.6545],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022discount\u0022,\u0022boundingBox\u0022:[3.533,8.5372,4.1018,8.5372,4.1018,8.653,3.533,8.653],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022on\u0022,\u0022boundingBox\u0022:[4.1512,8.5717,4.307,8.5717,4.307,8.653,4.1512,8.653],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022program\u0022,\u0022boundingBox\u0022:[4.3682,8.5717,4.9253,8.5717,4.9253,8.6811,4.3682,8.6811],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022guide\u0022,\u0022boundingBox\u0022:[4.981,8.5372,5.3419,8.5372,5.3419,8.6811,4.981,8.6811],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022advertisements\u0022,\u0022boundingBox\u0022:[3.2075,8.7406,4.2429,8.7406,4.2429,8.8563,3.2075,8.8563],\u0022words\u0022:[{\u0022text\u0022:\u0022advertisements\u0022,\u0022boundingBox\u0022:[3.2075,8.7406,4.2429,8.7406,4.2429,8.8563,3.2075,8.8563],\u0022confidence\u0022:1}]}]},{\u0022page\u0022:2,\u0022angle\u0022:0,\u0022width\u0022:8.5,\u0022height\u0022:11,\u0022unit\u0022:\u0022inch\u0022,\u0022lines\u0022:[{\u0022text\u0022:\u0022Vendor #:121\u0022,\u0022boundingBox\u0022:[6.1276,1.0667,7.4833,1.0667,7.4833,1.2403,6.1276,1.2403],\u0022words\u0022:[{\u0022text\u0022:\u0022Vendor\u0022,\u0022boundingBox\u0022:[6.1276,1.0667,6.8657,1.0667,6.8657,1.2403,6.1276,1.2403],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022#:121\u0022,\u0022boundingBox\u0022:[6.9307,1.0759,7.4833,1.0759,7.4833,1.2391,6.9307,1.2391],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Vendor Details:\u0022,\u0022boundingBox\u0022:[1.0044,2.1771,2.35,2.1771,2.35,2.3315,1.0044,2.3315],\u0022words\u0022:[{\u0022text\u0022:\u0022Vendor\u0022,\u0022boundingBox\u0022:[1.0044,2.1778,1.6496,2.1778,1.6496,2.3315,1.0044,2.3315],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Details:\u0022,\u0022boundingBox\u0022:[1.7239,2.1771,2.35,2.1771,2.35,2.3315,1.7239,2.3315],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Company Name: Southridge Video\u0022,\u0022boundingBox\u0022:[1.0065,2.7686,3.3477,2.7686,3.3477,2.9128,1.0065,2.9128],\u0022words\u0022:[{\u0022text\u0022:\u0022Company\u0022,\u0022boundingBox\u0022:[1.0065,2.7749,1.651,2.7749,1.651,2.9126,1.0065,2.9126],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Name:\u0022,\u0022boundingBox\u0022:[1.7019,2.7764,2.1376,2.7764,2.1376,2.885,1.7019,2.885],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Southridge\u0022,\u0022boundingBox\u0022:[2.1925,2.7686,2.9184,2.7686,2.9184,2.9128,2.1925,2.9128],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Video\u0022,\u0022boundingBox\u0022:[2.9691,2.7689,3.3477,2.7689,3.3477,2.8847,2.9691,2.8847],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Contact: Jamie@southridgevideo.com\u0022,\u0022boundingBox\u0022:[1.0065,3.0986,3.5766,3.0986,3.5766,3.2428,1.0065,3.2428],\u0022words\u0022:[{\u0022text\u0022:\u0022Contact:\u0022,\u0022boundingBox\u0022:[1.0065,3.1049,1.5706,3.1049,1.5706,3.215,1.0065,3.215],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Jamie@southridgevideo.com\u0022,\u0022boundingBox\u0022:[1.6205,3.0986,3.5766,3.0986,3.5766,3.2428,1.6205,3.2428],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Preferred Package: Gold\u0022,\u0022boundingBox\u0022:[1.0115,3.4296,2.6542,3.4296,2.6542,3.5744,1.0115,3.5744],\u0022words\u0022:[{\u0022text\u0022:\u0022Preferred\u0022,\u0022boundingBox\u0022:[1.0115,3.4296,1.6499,3.4296,1.6499,3.5467,1.0115,3.5467],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Package:\u0022,\u0022boundingBox\u0022:[1.7092,3.4302,2.2978,3.4302,2.2978,3.5744,1.7092,3.5744],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Gold\u0022,\u0022boundingBox\u0022:[2.3557,3.4302,2.6542,3.4302,2.6542,3.5463,2.3557,3.5463],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Special Requests: N/a\u0022,\u0022boundingBox\u0022:[1.0052,3.7537,2.4783,3.7537,2.4783,3.9043,1.0052,3.9043],\u0022words\u0022:[{\u0022text\u0022:\u0022Special\u0022,\u0022boundingBox\u0022:[1.0052,3.7602,1.475,3.7602,1.475,3.9043,1.0052,3.9043],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Requests:\u0022,\u0022boundingBox\u0022:[1.5342,3.7684,2.1899,3.7684,2.1899,3.9043,1.5342,3.9043],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022N/a\u0022,\u0022boundingBox\u0022:[2.254,3.7537,2.4783,3.7537,2.4783,3.8976,2.254,3.8976],\u0022confidence\u0022:1}]}]}],\u0022documentResults\u0022:[{\u0022docType\u0022:\u0022prebuilt:receipt\u0022,\u0022pageRange\u0022:[1,1],\u0022fields\u0022:{\u0022ReceiptType\u0022:{\u0022type\u0022:\u0022string\u0022,\u0022valueString\u0022:\u0022Itemized\u0022,\u0022confidence\u0022:0.99},\u0022MerchantAddress\u0022:{\u0022type\u0022:\u0022string\u0022,\u0022valueString\u0022:\u00222345 Dogwood Lane Birch, Kansas 98123\u0022,\u0022text\u0022:\u00222345 Dogwood Lane Birch, Kansas 98123\u0022,\u0022boundingBox\u0022:[1.0093,3.7939,2.3768,3.7939,2.3768,4.1518,1.0093,4.1518],\u0022page\u0022:1,\u0022confidence\u0022:0.99,\u0022elements\u0022:[\u0022#/readResults/0/lines/7/words/0\u0022,\u0022#/readResults/0/lines/7/words/1\u0022,\u0022#/readResults/0/lines/7/words/2\u0022,\u0022#/readResults/0/lines/8/words/0\u0022,\u0022#/readResults/0/lines/8/words/1\u0022,\u0022#/readResults/0/lines/8/words/2\u0022]}}},{\u0022docType\u0022:\u0022prebuilt:receipt\u0022,\u0022pageRange\u0022:[2,2],\u0022fields\u0022:{\u0022ReceiptType\u0022:{\u0022type\u0022:\u0022string\u0022,\u0022valueString\u0022:\u0022CreditCard\u0022,\u0022confidence\u0022:0.004}}}]}}" + "ResponseBody": "{\u0022status\u0022:\u0022succeeded\u0022,\u0022createdDateTime\u0022:\u00222020-11-17T00:33:53Z\u0022,\u0022lastUpdatedDateTime\u0022:\u00222020-11-17T00:33:57Z\u0022,\u0022analyzeResult\u0022:{\u0022version\u0022:\u00222.1.0\u0022,\u0022readResults\u0022:[{\u0022page\u0022:1,\u0022angle\u0022:0,\u0022width\u0022:8.5,\u0022height\u0022:11,\u0022unit\u0022:\u0022inch\u0022,\u0022lines\u0022:[{\u0022text\u0022:\u0022Vendor #:121\u0022,\u0022boundingBox\u0022:[6.1276,1.0667,7.4833,1.0667,7.4833,1.2403,6.1276,1.2403],\u0022words\u0022:[{\u0022text\u0022:\u0022Vendor\u0022,\u0022boundingBox\u0022:[6.1276,1.0667,6.8657,1.0667,6.8657,1.2403,6.1276,1.2403],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022#:121\u0022,\u0022boundingBox\u0022:[6.9307,1.0759,7.4833,1.0759,7.4833,1.2391,6.9307,1.2391],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Vendor Registration\u0022,\u0022boundingBox\u0022:[2.2268,1.5733,6.2379,1.5733,6.2379,2.005,2.2268,2.005],\u0022words\u0022:[{\u0022text\u0022:\u0022Vendor\u0022,\u0022boundingBox\u0022:[2.2268,1.5733,3.703,1.5733,3.703,1.9207,2.2268,1.9207],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Registration\u0022,\u0022boundingBox\u0022:[3.8661,1.5883,6.2379,1.5883,6.2379,2.005,3.8661,2.005],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Contoso Ltd. Conference will be held on May 28-29, 2020 at the Elm Conference Center in\u0022,\u0022boundingBox\u0022:[1.0078,2.5846,7.0776,2.5846,7.0776,2.7293,1.0078,2.7293],\u0022words\u0022:[{\u0022text\u0022:\u0022Contoso\u0022,\u0022boundingBox\u0022:[1.0078,2.5919,1.5548,2.5919,1.5548,2.7013,1.0078,2.7013],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Ltd.\u0022,\u0022boundingBox\u0022:[1.6125,2.5856,1.843,2.5856,1.843,2.7013,1.6125,2.7013],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Conference\u0022,\u0022boundingBox\u0022:[1.8996,2.5846,2.6636,2.5846,2.6636,2.7013,1.8996,2.7013],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022will\u0022,\u0022boundingBox\u0022:[2.7122,2.5852,2.9307,2.5852,2.9307,2.7003,2.7122,2.7003],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022be\u0022,\u0022boundingBox\u0022:[2.9922,2.5852,3.1419,2.5852,3.1419,2.7013,2.9922,2.7013],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022held\u0022,\u0022boundingBox\u0022:[3.1987,2.5852,3.4704,2.5852,3.4704,2.7013,3.1987,2.7013],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022on\u0022,\u0022boundingBox\u0022:[3.53,2.62,3.6846,2.62,3.6846,2.7013,3.53,2.7013],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022May\u0022,\u0022boundingBox\u0022:[3.7498,2.5934,4.0422,2.5934,4.0422,2.7293,3.7498,2.7293],\u0022confidence\u0022:1},{\u0022text\u0022:\u002228-29,\u0022,\u0022boundingBox\u0022:[4.0877,2.5914,4.5042,2.5914,4.5042,2.7236,4.0877,2.7236],\u0022confidence\u0022:1},{\u0022text\u0022:\u00222020\u0022,\u0022boundingBox\u0022:[4.5586,2.5914,4.884,2.5914,4.884,2.7017,4.5586,2.7017],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022at\u0022,\u0022boundingBox\u0022:[4.9351,2.6014,5.0577,2.6014,5.0577,2.7013,4.9351,2.7013],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022the\u0022,\u0022boundingBox\u0022:[5.1033,2.5852,5.3202,2.5852,5.3202,2.7013,5.1033,2.7013],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Elm\u0022,\u0022boundingBox\u0022:[5.3787,2.5852,5.6051,2.5852,5.6051,2.7003,5.3787,2.7003],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Conference\u0022,\u0022boundingBox\u0022:[5.6624,2.5846,6.4263,2.5846,6.4263,2.7013,5.6624,2.7013],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Center\u0022,\u0022boundingBox\u0022:[6.4796,2.5919,6.9234,2.5919,6.9234,2.7013,6.4796,2.7013],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022in\u0022,\u0022boundingBox\u0022:[6.9765,2.5905,7.0776,2.5905,7.0776,2.7003,6.9765,2.7003],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Maple City, Massachusetts. The conference has sold out of its 1,500 tickets, with a 400 person\u0022,\u0022boundingBox\u0022:[1.014,2.8029,7.3457,2.8029,7.3457,2.9478,1.014,2.9478],\u0022words\u0022:[{\u0022text\u0022:\u0022Maple\u0022,\u0022boundingBox\u0022:[1.014,2.8036,1.4242,2.8036,1.4242,2.9478,1.014,2.9478],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022City,\u0022,\u0022boundingBox\u0022:[1.4763,2.8089,1.7576,2.8089,1.7576,2.9478,1.4763,2.9478],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Massachusetts.\u0022,\u0022boundingBox\u0022:[1.8195,2.8036,2.8383,2.8036,2.8383,2.9197,1.8195,2.9197],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022The\u0022,\u0022boundingBox\u0022:[2.8883,2.8036,3.1326,2.8036,3.1326,2.9197,2.8883,2.9197],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022conference\u0022,\u0022boundingBox\u0022:[3.1842,2.8029,3.9301,2.8029,3.9301,2.9197,3.1842,2.9197],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022has\u0022,\u0022boundingBox\u0022:[3.9871,2.8036,4.2019,2.8036,4.2019,2.9197,3.9871,2.9197],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022sold\u0022,\u0022boundingBox\u0022:[4.2529,2.8036,4.5104,2.8036,4.5104,2.9197,4.2529,2.9197],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022out\u0022,\u0022boundingBox\u0022:[4.5701,2.8197,4.7871,2.8197,4.7871,2.9197,4.5701,2.9197],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022of\u0022,\u0022boundingBox\u0022:[4.8373,2.8029,4.9701,2.8029,4.9701,2.9197,4.8373,2.9197],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022its\u0022,\u0022boundingBox\u0022:[5.0169,2.8089,5.1601,2.8089,5.1601,2.9197,5.0169,2.9197],\u0022confidence\u0022:1},{\u0022text\u0022:\u00221,500\u0022,\u0022boundingBox\u0022:[5.2167,2.81,5.5766,2.81,5.5766,2.9418,5.2167,2.9418],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022tickets,\u0022,\u0022boundingBox\u0022:[5.6227,2.8036,6.0928,2.8036,6.0928,2.9418,5.6227,2.9418],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022with\u0022,\u0022boundingBox\u0022:[6.1461,2.8036,6.4308,2.8036,6.4308,2.9195,6.1461,2.9195],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022a\u0022,\u0022boundingBox\u0022:[6.488,2.8383,6.548,2.8383,6.548,2.9197,6.488,2.9197],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022400\u0022,\u0022boundingBox\u0022:[6.6016,2.81,6.8449,2.81,6.8449,2.9197,6.6016,2.9197],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022person\u0022,\u0022boundingBox\u0022:[6.8998,2.8383,7.3457,2.8383,7.3457,2.9478,6.8998,2.9478],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022waitlist. Vendor applications are being accepted through Feb 28, 2020. Please fill in the form\u0022,\u0022boundingBox\u0022:[1.0043,3.0229,7.2482,3.0229,7.2482,3.1678,1.0043,3.1678],\u0022words\u0022:[{\u0022text\u0022:\u0022waitlist.\u0022,\u0022boundingBox\u0022:[1.0043,3.0236,1.5194,3.0236,1.5194,3.1397,1.0043,3.1397],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Vendor\u0022,\u0022boundingBox\u0022:[1.5733,3.0239,2.0654,3.0239,2.0654,3.1397,1.5733,3.1397],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022applications\u0022,\u0022boundingBox\u0022:[2.1132,3.0236,2.9143,3.0236,2.9143,3.1678,2.1132,3.1678],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022are\u0022,\u0022boundingBox\u0022:[2.9675,3.0583,3.1726,3.0583,3.1726,3.1397,2.9675,3.1397],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022being\u0022,\u0022boundingBox\u0022:[3.2306,3.0236,3.5889,3.0236,3.5889,3.1678,3.2306,3.1678],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022accepted\u0022,\u0022boundingBox\u0022:[3.6388,3.0239,4.2336,3.0239,4.2336,3.1678,3.6388,3.1678],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022through\u0022,\u0022boundingBox\u0022:[4.2862,3.0236,4.8127,3.0236,4.8127,3.1678,4.2862,3.1678],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Feb\u0022,\u0022boundingBox\u0022:[4.8815,3.0236,5.1133,3.0236,5.1133,3.14,4.8815,3.14],\u0022confidence\u0022:1},{\u0022text\u0022:\u002228,\u0022,\u0022boundingBox\u0022:[5.163,3.0297,5.361,3.0297,5.361,3.162,5.163,3.162],\u0022confidence\u0022:1},{\u0022text\u0022:\u00222020.\u0022,\u0022boundingBox\u0022:[5.413,3.0297,5.7774,3.0297,5.7774,3.14,5.413,3.14],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Please\u0022,\u0022boundingBox\u0022:[5.8406,3.0236,6.2537,3.0236,6.2537,3.1397,5.8406,3.1397],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022fill\u0022,\u0022boundingBox\u0022:[6.3022,3.0229,6.4539,3.0229,6.4539,3.1387,6.3022,3.1387],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022in\u0022,\u0022boundingBox\u0022:[6.5131,3.0289,6.6158,3.0289,6.6158,3.1387,6.5131,3.1387],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022the\u0022,\u0022boundingBox\u0022:[6.6673,3.0236,6.8842,3.0236,6.8842,3.1397,6.6673,3.1397],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022form\u0022,\u0022boundingBox\u0022:[6.9317,3.0229,7.2482,3.0229,7.2482,3.1397,6.9317,3.1397],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022below, and attach a check made out to:\u0022,\u0022boundingBox\u0022:[1.0125,3.2436,3.6599,3.2436,3.6599,3.3818,1.0125,3.3818],\u0022words\u0022:[{\u0022text\u0022:\u0022below,\u0022,\u0022boundingBox\u0022:[1.0125,3.2436,1.4459,3.2436,1.4459,3.3818,1.0125,3.3818],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022and\u0022,\u0022boundingBox\u0022:[1.5024,3.2439,1.7371,3.2439,1.7371,3.3597,1.5024,3.3597],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022attach\u0022,\u0022boundingBox\u0022:[1.7968,3.2436,2.2047,3.2436,2.2047,3.3597,1.7968,3.3597],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022a\u0022,\u0022boundingBox\u0022:[2.2619,3.2783,2.3219,3.2783,2.3219,3.3597,2.2619,3.3597],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022check\u0022,\u0022boundingBox\u0022:[2.379,3.2436,2.7529,3.2436,2.7529,3.3597,2.379,3.3597],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022made\u0022,\u0022boundingBox\u0022:[2.8076,3.2439,3.17,3.2439,3.17,3.3597,2.8076,3.3597],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022out\u0022,\u0022boundingBox\u0022:[3.2251,3.2597,3.4421,3.2597,3.4421,3.3597,3.2251,3.3597],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022to:\u0022,\u0022boundingBox\u0022:[3.4869,3.2597,3.6599,3.2597,3.6599,3.3597,3.4869,3.3597],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Contoso Ltd.\u0022,\u0022boundingBox\u0022:[1.0078,3.5739,1.843,3.5739,1.843,3.6897,1.0078,3.6897],\u0022words\u0022:[{\u0022text\u0022:\u0022Contoso\u0022,\u0022boundingBox\u0022:[1.0078,3.5802,1.5548,3.5802,1.5548,3.6897,1.0078,3.6897],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Ltd.\u0022,\u0022boundingBox\u0022:[1.6125,3.5739,1.843,3.5739,1.843,3.6897,1.6125,3.6897],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u00222345 Dogwood Lane\u0022,\u0022boundingBox\u0022:[1.0093,3.7939,2.3768,3.7939,2.3768,3.9378,1.0093,3.9378],\u0022words\u0022:[{\u0022text\u0022:\u00222345\u0022,\u0022boundingBox\u0022:[1.0093,3.8,1.3297,3.8,1.3297,3.9097,1.0093,3.9097],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Dogwood\u0022,\u0022boundingBox\u0022:[1.3899,3.7939,2.0149,3.7939,2.0149,3.9378,1.3899,3.9378],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Lane\u0022,\u0022boundingBox\u0022:[2.0788,3.8012,2.3768,3.8012,2.3768,3.9097,2.0788,3.9097],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Birch, Kansas 98123\u0022,\u0022boundingBox\u0022:[1.014,4.0136,2.3377,4.0136,2.3377,4.1518,1.014,4.1518],\u0022words\u0022:[{\u0022text\u0022:\u0022Birch,\u0022,\u0022boundingBox\u0022:[1.014,4.0136,1.3745,4.0136,1.3745,4.1518,1.014,4.1518],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Kansas\u0022,\u0022boundingBox\u0022:[1.4375,4.0212,1.8819,4.0212,1.8819,4.1297,1.4375,4.1297],\u0022confidence\u0022:1},{\u0022text\u0022:\u002298123\u0022,\u0022boundingBox\u0022:[1.9318,4.02,2.3377,4.02,2.3377,4.1297,1.9318,4.1297],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Rates:\u0022,\u0022boundingBox\u0022:[1.0204,4.4248,1.5303,4.4248,1.5303,4.5682,1.0204,4.5682],\u0022words\u0022:[{\u0022text\u0022:\u0022Rates:\u0022,\u0022boundingBox\u0022:[1.0204,4.4248,1.5303,4.4248,1.5303,4.5682,1.0204,4.5682],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Package\u0022,\u0022boundingBox\u0022:[1.0923,4.6986,1.6232,4.6986,1.6232,4.8428,1.0923,4.8428],\u0022words\u0022:[{\u0022text\u0022:\u0022Package\u0022,\u0022boundingBox\u0022:[1.0923,4.6986,1.6232,4.6986,1.6232,4.8428,1.0923,4.8428],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Included\u0022,\u0022boundingBox\u0022:[2.713,4.6986,3.2707,4.6986,3.2707,4.8147,2.713,4.8147],\u0022words\u0022:[{\u0022text\u0022:\u0022Included\u0022,\u0022boundingBox\u0022:[2.713,4.6986,3.2707,4.6986,3.2707,4.8147,2.713,4.8147],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Price\u0022,\u0022boundingBox\u0022:[5.838,4.7039,6.1513,4.7039,6.1513,4.8147,5.838,4.8147],\u0022words\u0022:[{\u0022text\u0022:\u0022Price\u0022,\u0022boundingBox\u0022:[5.838,4.7039,6.1513,4.7039,6.1513,4.8147,5.838,4.8147],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Gold Sponsor\u0022,\u0022boundingBox\u0022:[1.0857,4.9086,1.9831,4.9086,1.9831,5.0528,1.0857,5.0528],\u0022words\u0022:[{\u0022text\u0022:\u0022Gold\u0022,\u0022boundingBox\u0022:[1.0857,4.9086,1.3842,4.9086,1.3842,5.0247,1.0857,5.0247],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Sponsor\u0022,\u0022boundingBox\u0022:[1.4423,4.915,1.9831,4.915,1.9831,5.0528,1.4423,5.0528],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,4.954,3.018,4.954,3.018,5.0145,2.9586,5.0145],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,4.954,3.018,4.954,3.018,5.0145,2.9586,5.0145],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Full booth\u0022,\u0022boundingBox\u0022:[3.214,4.9169,3.8726,4.9169,3.8726,5.033,3.214,5.033],\u0022words\u0022:[{\u0022text\u0022:\u0022Full\u0022,\u0022boundingBox\u0022:[3.214,4.9169,3.4295,4.9169,3.4295,5.033,3.214,5.033],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022booth\u0022,\u0022boundingBox\u0022:[3.492,4.9169,3.8726,4.9169,3.8726,5.033,3.492,5.033],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022$1,500\u0022,\u0022boundingBox\u0022:[5.8328,4.8977,6.2829,4.8977,6.2829,5.0468,5.8328,5.0468],\u0022words\u0022:[{\u0022text\u0022:\u0022$1,500\u0022,\u0022boundingBox\u0022:[5.8328,4.8977,6.2829,4.8977,6.2829,5.0468,5.8328,5.0468],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,5.1673,3.018,5.1673,3.018,5.2279,2.9586,5.2279],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,5.1673,3.018,5.1673,3.018,5.2279,2.9586,5.2279],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Pre-keynote thank you\u0022,\u0022boundingBox\u0022:[3.214,5.1302,4.7267,5.1302,4.7267,5.2744,3.214,5.2744],\u0022words\u0022:[{\u0022text\u0022:\u0022Pre-keynote\u0022,\u0022boundingBox\u0022:[3.214,5.1302,4.0183,5.1302,4.0183,5.2744,3.214,5.2744],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022thank\u0022,\u0022boundingBox\u0022:[4.0665,5.1302,4.4475,5.1302,4.4475,5.2463,4.0665,5.2463],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022you\u0022,\u0022boundingBox\u0022:[4.4903,5.165,4.7267,5.165,4.7267,5.2744,4.4903,5.2744],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,5.379,3.018,5.379,3.018,5.4395,2.9586,5.4395],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,5.379,3.018,5.379,3.018,5.4395,2.9586,5.4395],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Logo on poster\u0022,\u0022boundingBox\u0022:[3.214,5.3495,4.2093,5.3495,4.2093,5.4861,3.214,5.4861],\u0022words\u0022:[{\u0022text\u0022:\u0022Logo\u0022,\u0022boundingBox\u0022:[3.214,5.3495,3.5163,5.3495,3.5163,5.4861,3.214,5.4861],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022on\u0022,\u0022boundingBox\u0022:[3.5686,5.3767,3.7244,5.3767,3.7244,5.458,3.5686,5.458],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022poster\u0022,\u0022boundingBox\u0022:[3.7888,5.358,4.2093,5.358,4.2093,5.4861,3.7888,5.4861],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,5.5923,3.018,5.5923,3.018,5.6529,2.9586,5.6529],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,5.5923,3.018,5.5923,3.018,5.6529,2.9586,5.6529],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Full page ad in program guide\u0022,\u0022boundingBox\u0022:[3.214,5.5552,5.201,5.5552,5.201,5.6994,3.214,5.6994],\u0022words\u0022:[{\u0022text\u0022:\u0022Full\u0022,\u0022boundingBox\u0022:[3.214,5.5552,3.4295,5.5552,3.4295,5.6713,3.214,5.6713],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022page\u0022,\u0022boundingBox\u0022:[3.492,5.59,3.7989,5.59,3.7989,5.6994,3.492,5.6994],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022ad\u0022,\u0022boundingBox\u0022:[3.8519,5.5556,3.9991,5.5556,3.9991,5.6713,3.8519,5.6713],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022in\u0022,\u0022boundingBox\u0022:[4.0599,5.5605,4.1626,5.5605,4.1626,5.6703,4.0599,5.6703],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022program\u0022,\u0022boundingBox\u0022:[4.2248,5.59,4.7839,5.59,4.7839,5.6994,4.2248,5.6994],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022guide\u0022,\u0022boundingBox\u0022:[4.8367,5.5556,5.201,5.5556,5.201,5.6994,4.8367,5.6994],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,5.804,3.018,5.804,3.018,5.8645,2.9586,5.8645],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,5.804,3.018,5.804,3.018,5.8645,2.9586,5.8645],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Silver Sponsor\u0022,\u0022boundingBox\u0022:[1.0842,5.9786,2.0339,5.9786,2.0339,6.1228,1.0842,6.1228],\u0022words\u0022:[{\u0022text\u0022:\u0022Silver\u0022,\u0022boundingBox\u0022:[1.0842,5.9786,1.4443,5.9786,1.4443,6.0947,1.0842,6.0947],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Sponsor\u0022,\u0022boundingBox\u0022:[1.4904,5.985,2.0339,5.985,2.0339,6.1228,1.4904,6.1228],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,6.024,3.018,6.024,3.018,6.0845,2.9586,6.0845],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,6.024,3.018,6.024,3.018,6.0845,2.9586,6.0845],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Full booth\u0022,\u0022boundingBox\u0022:[3.214,5.9869,3.8726,5.9869,3.8726,6.103,3.214,6.103],\u0022words\u0022:[{\u0022text\u0022:\u0022Full\u0022,\u0022boundingBox\u0022:[3.214,5.9869,3.4295,5.9869,3.4295,6.103,3.214,6.103],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022booth\u0022,\u0022boundingBox\u0022:[3.492,5.9869,3.8726,5.9869,3.8726,6.103,3.492,6.103],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022$1,200\u0022,\u0022boundingBox\u0022:[5.8328,5.9677,6.2829,5.9677,6.2829,6.1168,5.8328,6.1168],\u0022words\u0022:[{\u0022text\u0022:\u0022$1,200\u0022,\u0022boundingBox\u0022:[5.8328,5.9677,6.2829,5.9677,6.2829,6.1168,5.8328,6.1168],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,6.2356,3.018,6.2356,3.018,6.2962,2.9586,6.2962],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,6.2356,3.018,6.2356,3.018,6.2962,2.9586,6.2962],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Post-keynote thank you\u0022,\u0022boundingBox\u0022:[3.214,6.1986,4.7938,6.1986,4.7938,6.3428,3.214,6.3428],\u0022words\u0022:[{\u0022text\u0022:\u0022Post-keynote\u0022,\u0022boundingBox\u0022:[3.214,6.1986,4.0878,6.1986,4.0878,6.3428,3.214,6.3428],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022thank\u0022,\u0022boundingBox\u0022:[4.1348,6.1986,4.5158,6.1986,4.5158,6.3147,4.1348,6.3147],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022you\u0022,\u0022boundingBox\u0022:[4.5586,6.2333,4.7938,6.2333,4.7938,6.3428,4.5586,6.3428],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,6.4473,3.018,6.4473,3.018,6.5079,2.9586,6.5079],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,6.4473,3.018,6.4473,3.018,6.5079,2.9586,6.5079],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Logo on poster\u0022,\u0022boundingBox\u0022:[3.214,6.4179,4.2093,6.4179,4.2093,6.5544,3.214,6.5544],\u0022words\u0022:[{\u0022text\u0022:\u0022Logo\u0022,\u0022boundingBox\u0022:[3.214,6.4179,3.5163,6.4179,3.5163,6.5544,3.214,6.5544],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022on\u0022,\u0022boundingBox\u0022:[3.5686,6.445,3.7244,6.445,3.7244,6.5263,3.5686,6.5263],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022poster\u0022,\u0022boundingBox\u0022:[3.7888,6.4264,4.2093,6.4264,4.2093,6.5544,3.7888,6.5544],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,6.6606,3.018,6.6606,3.018,6.7212,2.9586,6.7212],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,6.6606,3.018,6.6606,3.018,6.7212,2.9586,6.7212],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Half page ad in program guide\u0022,\u0022boundingBox\u0022:[3.214,6.6229,5.2314,6.6229,5.2314,6.7678,3.214,6.7678],\u0022words\u0022:[{\u0022text\u0022:\u0022Half\u0022,\u0022boundingBox\u0022:[3.214,6.6229,3.4739,6.6229,3.4739,6.7397,3.214,6.7397],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022page\u0022,\u0022boundingBox\u0022:[3.5224,6.6583,3.8326,6.6583,3.8326,6.7678,3.5224,6.7678],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022ad\u0022,\u0022boundingBox\u0022:[3.8843,6.6239,4.0315,6.6239,4.0315,6.7397,3.8843,6.7397],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022in\u0022,\u0022boundingBox\u0022:[4.0923,6.6289,4.195,6.6289,4.195,6.7387,4.0923,6.7387],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022program\u0022,\u0022boundingBox\u0022:[4.2563,6.6583,4.8148,6.6583,4.8148,6.7678,4.2563,6.7678],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022guide\u0022,\u0022boundingBox\u0022:[4.8695,6.6239,5.2314,6.6239,5.2314,6.7678,4.8695,6.7678],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Bronze Sponsor\u0022,\u0022boundingBox\u0022:[1.0923,6.84,2.1362,6.84,2.1362,6.9778,1.0923,6.9778],\u0022words\u0022:[{\u0022text\u0022:\u0022Bronze\u0022,\u0022boundingBox\u0022:[1.0923,6.8417,1.545,6.8417,1.545,6.9497,1.0923,6.9497],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Sponsor\u0022,\u0022boundingBox\u0022:[1.5951,6.84,2.1362,6.84,2.1362,6.9778,1.5951,6.9778],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,6.879,3.018,6.879,3.018,6.9395,2.9586,6.9395],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,6.879,3.018,6.879,3.018,6.9395,2.9586,6.9395],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Full booth\u0022,\u0022boundingBox\u0022:[3.214,6.8419,3.8726,6.8419,3.8726,6.958,3.214,6.958],\u0022words\u0022:[{\u0022text\u0022:\u0022Full\u0022,\u0022boundingBox\u0022:[3.214,6.8419,3.4295,6.8419,3.4295,6.958,3.214,6.958],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022booth\u0022,\u0022boundingBox\u0022:[3.492,6.8419,3.8726,6.8419,3.8726,6.958,3.492,6.958],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022$1,000\u0022,\u0022boundingBox\u0022:[5.8328,6.8227,6.2829,6.8227,6.2829,6.9718,5.8328,6.9718],\u0022words\u0022:[{\u0022text\u0022:\u0022$1,000\u0022,\u0022boundingBox\u0022:[5.8328,6.8227,6.2829,6.8227,6.2829,6.9718,5.8328,6.9718],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,7.0923,3.018,7.0923,3.018,7.1529,2.9586,7.1529],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,7.0923,3.018,7.0923,3.018,7.1529,2.9586,7.1529],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Logo on poster\u0022,\u0022boundingBox\u0022:[3.214,7.0629,4.2093,7.0629,4.2093,7.1994,3.214,7.1994],\u0022words\u0022:[{\u0022text\u0022:\u0022Logo\u0022,\u0022boundingBox\u0022:[3.214,7.0629,3.5163,7.0629,3.5163,7.1994,3.214,7.1994],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022on\u0022,\u0022boundingBox\u0022:[3.5686,7.09,3.7244,7.09,3.7244,7.1713,3.5686,7.1713],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022poster\u0022,\u0022boundingBox\u0022:[3.7888,7.0714,4.2093,7.0714,4.2093,7.1994,3.7888,7.1994],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,7.304,3.018,7.304,3.018,7.3645,2.9586,7.3645],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,7.304,3.018,7.304,3.018,7.3645,2.9586,7.3645],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u002250% discount on program guide\u0022,\u0022boundingBox\u0022:[3.2082,7.2672,5.3419,7.2672,5.3419,7.4111,3.2082,7.4111],\u0022words\u0022:[{\u0022text\u0022:\u002250%\u0022,\u0022boundingBox\u0022:[3.2082,7.2717,3.4817,7.2717,3.4817,7.3845,3.2082,7.3845],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022discount\u0022,\u0022boundingBox\u0022:[3.533,7.2672,4.1018,7.2672,4.1018,7.383,3.533,7.383],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022on\u0022,\u0022boundingBox\u0022:[4.1512,7.3017,4.307,7.3017,4.307,7.383,4.1512,7.383],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022program\u0022,\u0022boundingBox\u0022:[4.3682,7.3017,4.9253,7.3017,4.9253,7.4111,4.3682,7.4111],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022guide\u0022,\u0022boundingBox\u0022:[4.981,7.2672,5.3419,7.2672,5.3419,7.4111,4.981,7.4111],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022advertisements\u0022,\u0022boundingBox\u0022:[3.2075,7.4706,4.2429,7.4706,4.2429,7.5863,3.2075,7.5863],\u0022words\u0022:[{\u0022text\u0022:\u0022advertisements\u0022,\u0022boundingBox\u0022:[3.2075,7.4706,4.2429,7.4706,4.2429,7.5863,3.2075,7.5863],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Full Booth\u0022,\u0022boundingBox\u0022:[1.0923,7.6819,1.7537,7.6819,1.7537,7.798,1.0923,7.798],\u0022words\u0022:[{\u0022text\u0022:\u0022Full\u0022,\u0022boundingBox\u0022:[1.0923,7.6819,1.3079,7.6819,1.3079,7.798,1.0923,7.798],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Booth\u0022,\u0022boundingBox\u0022:[1.3718,7.6819,1.7537,7.6819,1.7537,7.798,1.3718,7.798],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,7.7273,3.018,7.7273,3.018,7.7879,2.9586,7.7879],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,7.7273,3.018,7.7273,3.018,7.7879,2.9586,7.7879],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Full booth\u0022,\u0022boundingBox\u0022:[3.214,7.6902,3.8726,7.6902,3.8726,7.8063,3.214,7.8063],\u0022words\u0022:[{\u0022text\u0022:\u0022Full\u0022,\u0022boundingBox\u0022:[3.214,7.6902,3.4295,7.6902,3.4295,7.8063,3.214,7.8063],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022booth\u0022,\u0022boundingBox\u0022:[3.492,7.6902,3.8726,7.6902,3.8726,7.8063,3.492,7.8063],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022$600\u0022,\u0022boundingBox\u0022:[5.8328,7.6711,6.1586,7.6711,6.1586,7.8165,5.8328,7.8165],\u0022words\u0022:[{\u0022text\u0022:\u0022$600\u0022,\u0022boundingBox\u0022:[5.8328,7.6711,6.1586,7.6711,6.1586,7.8165,5.8328,7.8165],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,7.939,3.018,7.939,3.018,7.9995,2.9586,7.9995],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,7.939,3.018,7.939,3.018,7.9995,2.9586,7.9995],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u002250% discount on program guide\u0022,\u0022boundingBox\u0022:[3.2082,7.9022,5.3419,7.9022,5.3419,8.0461,3.2082,8.0461],\u0022words\u0022:[{\u0022text\u0022:\u002250%\u0022,\u0022boundingBox\u0022:[3.2082,7.9067,3.4817,7.9067,3.4817,8.0195,3.2082,8.0195],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022discount\u0022,\u0022boundingBox\u0022:[3.533,7.9022,4.1018,7.9022,4.1018,8.018,3.533,8.018],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022on\u0022,\u0022boundingBox\u0022:[4.1512,7.9367,4.307,7.9367,4.307,8.018,4.1512,8.018],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022program\u0022,\u0022boundingBox\u0022:[4.3682,7.9367,4.9253,7.9367,4.9253,8.0461,4.3682,8.0461],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022guide\u0022,\u0022boundingBox\u0022:[4.981,7.9022,5.3419,7.9022,5.3419,8.0461,4.981,8.0461],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022advertisements\u0022,\u0022boundingBox\u0022:[3.2075,8.1056,4.2429,8.1056,4.2429,8.2213,3.2075,8.2213],\u0022words\u0022:[{\u0022text\u0022:\u0022advertisements\u0022,\u0022boundingBox\u0022:[3.2075,8.1056,4.2429,8.1056,4.2429,8.2213,3.2075,8.2213],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Half Booth\u0022,\u0022boundingBox\u0022:[1.0923,8.3162,1.7854,8.3162,1.7854,8.433,1.0923,8.433],\u0022words\u0022:[{\u0022text\u0022:\u0022Half\u0022,\u0022boundingBox\u0022:[1.0923,8.3162,1.3522,8.3162,1.3522,8.433,1.0923,8.433],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Booth\u0022,\u0022boundingBox\u0022:[1.4022,8.3169,1.7854,8.3169,1.7854,8.433,1.4022,8.433],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,8.3623,3.018,8.3623,3.018,8.4229,2.9586,8.4229],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,8.3623,3.018,8.3623,3.018,8.4229,2.9586,8.4229],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Full booth\u0022,\u0022boundingBox\u0022:[3.214,8.3252,3.8726,8.3252,3.8726,8.4413,3.214,8.4413],\u0022words\u0022:[{\u0022text\u0022:\u0022Full\u0022,\u0022boundingBox\u0022:[3.214,8.3252,3.4295,8.3252,3.4295,8.4413,3.214,8.4413],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022booth\u0022,\u0022boundingBox\u0022:[3.492,8.3252,3.8726,8.3252,3.8726,8.4413,3.492,8.4413],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022$350\u0022,\u0022boundingBox\u0022:[5.8328,8.3061,6.1586,8.3061,6.1586,8.4515,5.8328,8.4515],\u0022words\u0022:[{\u0022text\u0022:\u0022$350\u0022,\u0022boundingBox\u0022:[5.8328,8.3061,6.1586,8.3061,6.1586,8.4515,5.8328,8.4515],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,8.574,3.018,8.574,3.018,8.6345,2.9586,8.6345],\u0022words\u0022:[{\u0022text\u0022:\u0022\uF0B7\u0022,\u0022boundingBox\u0022:[2.9586,8.574,3.018,8.574,3.018,8.6345,2.9586,8.6345],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u002225% discount on program guide\u0022,\u0022boundingBox\u0022:[3.2093,8.5372,5.3419,8.5372,5.3419,8.6811,3.2093,8.6811],\u0022words\u0022:[{\u0022text\u0022:\u002225%\u0022,\u0022boundingBox\u0022:[3.2093,8.5417,3.4817,8.5417,3.4817,8.6545,3.2093,8.6545],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022discount\u0022,\u0022boundingBox\u0022:[3.533,8.5372,4.1018,8.5372,4.1018,8.653,3.533,8.653],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022on\u0022,\u0022boundingBox\u0022:[4.1512,8.5717,4.307,8.5717,4.307,8.653,4.1512,8.653],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022program\u0022,\u0022boundingBox\u0022:[4.3682,8.5717,4.9253,8.5717,4.9253,8.6811,4.3682,8.6811],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022guide\u0022,\u0022boundingBox\u0022:[4.981,8.5372,5.3419,8.5372,5.3419,8.6811,4.981,8.6811],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022advertisements\u0022,\u0022boundingBox\u0022:[3.2075,8.7406,4.2429,8.7406,4.2429,8.8563,3.2075,8.8563],\u0022words\u0022:[{\u0022text\u0022:\u0022advertisements\u0022,\u0022boundingBox\u0022:[3.2075,8.7406,4.2429,8.7406,4.2429,8.8563,3.2075,8.8563],\u0022confidence\u0022:1}]}]},{\u0022page\u0022:2,\u0022angle\u0022:0,\u0022width\u0022:8.5,\u0022height\u0022:11,\u0022unit\u0022:\u0022inch\u0022,\u0022lines\u0022:[{\u0022text\u0022:\u0022Vendor #:121\u0022,\u0022boundingBox\u0022:[6.1276,1.0667,7.4833,1.0667,7.4833,1.2403,6.1276,1.2403],\u0022words\u0022:[{\u0022text\u0022:\u0022Vendor\u0022,\u0022boundingBox\u0022:[6.1276,1.0667,6.8657,1.0667,6.8657,1.2403,6.1276,1.2403],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022#:121\u0022,\u0022boundingBox\u0022:[6.9307,1.0759,7.4833,1.0759,7.4833,1.2391,6.9307,1.2391],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Vendor Details:\u0022,\u0022boundingBox\u0022:[1.0044,2.1771,2.35,2.1771,2.35,2.3315,1.0044,2.3315],\u0022words\u0022:[{\u0022text\u0022:\u0022Vendor\u0022,\u0022boundingBox\u0022:[1.0044,2.1778,1.6496,2.1778,1.6496,2.3315,1.0044,2.3315],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Details:\u0022,\u0022boundingBox\u0022:[1.7239,2.1771,2.35,2.1771,2.35,2.3315,1.7239,2.3315],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Company Name: Southridge Video\u0022,\u0022boundingBox\u0022:[1.0065,2.7686,3.3477,2.7686,3.3477,2.9128,1.0065,2.9128],\u0022words\u0022:[{\u0022text\u0022:\u0022Company\u0022,\u0022boundingBox\u0022:[1.0065,2.7749,1.651,2.7749,1.651,2.9126,1.0065,2.9126],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Name:\u0022,\u0022boundingBox\u0022:[1.7019,2.7764,2.1376,2.7764,2.1376,2.885,1.7019,2.885],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Southridge\u0022,\u0022boundingBox\u0022:[2.1925,2.7686,2.9184,2.7686,2.9184,2.9128,2.1925,2.9128],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Video\u0022,\u0022boundingBox\u0022:[2.9691,2.7689,3.3477,2.7689,3.3477,2.8847,2.9691,2.8847],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Contact: Jamie@southridgevideo.com\u0022,\u0022boundingBox\u0022:[1.0065,3.0986,3.5766,3.0986,3.5766,3.2428,1.0065,3.2428],\u0022words\u0022:[{\u0022text\u0022:\u0022Contact:\u0022,\u0022boundingBox\u0022:[1.0065,3.1049,1.5706,3.1049,1.5706,3.215,1.0065,3.215],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Jamie@southridgevideo.com\u0022,\u0022boundingBox\u0022:[1.6205,3.0986,3.5766,3.0986,3.5766,3.2428,1.6205,3.2428],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Preferred Package: Gold\u0022,\u0022boundingBox\u0022:[1.0115,3.4296,2.6542,3.4296,2.6542,3.5744,1.0115,3.5744],\u0022words\u0022:[{\u0022text\u0022:\u0022Preferred\u0022,\u0022boundingBox\u0022:[1.0115,3.4296,1.6499,3.4296,1.6499,3.5467,1.0115,3.5467],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Package:\u0022,\u0022boundingBox\u0022:[1.7092,3.4302,2.2978,3.4302,2.2978,3.5744,1.7092,3.5744],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Gold\u0022,\u0022boundingBox\u0022:[2.3557,3.4302,2.6542,3.4302,2.6542,3.5463,2.3557,3.5463],\u0022confidence\u0022:1}]},{\u0022text\u0022:\u0022Special Requests: N/a\u0022,\u0022boundingBox\u0022:[1.0052,3.7537,2.4783,3.7537,2.4783,3.9043,1.0052,3.9043],\u0022words\u0022:[{\u0022text\u0022:\u0022Special\u0022,\u0022boundingBox\u0022:[1.0052,3.7602,1.475,3.7602,1.475,3.9043,1.0052,3.9043],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022Requests:\u0022,\u0022boundingBox\u0022:[1.5342,3.7684,2.1899,3.7684,2.1899,3.9043,1.5342,3.9043],\u0022confidence\u0022:1},{\u0022text\u0022:\u0022N/a\u0022,\u0022boundingBox\u0022:[2.254,3.7537,2.4783,3.7537,2.4783,3.8976,2.254,3.8976],\u0022confidence\u0022:1}]}]}],\u0022documentResults\u0022:[{\u0022docType\u0022:\u0022prebuilt:receipt\u0022,\u0022pageRange\u0022:[1,1],\u0022fields\u0022:{\u0022ReceiptType\u0022:{\u0022type\u0022:\u0022string\u0022,\u0022valueString\u0022:\u0022Itemized\u0022,\u0022confidence\u0022:0.99},\u0022MerchantAddress\u0022:{\u0022type\u0022:\u0022string\u0022,\u0022valueString\u0022:\u00222345 Dogwood Lane Birch, Kansas 98123\u0022,\u0022text\u0022:\u00222345 Dogwood Lane Birch, Kansas 98123\u0022,\u0022boundingBox\u0022:[1.0093,3.7939,2.3768,3.7939,2.3768,4.1518,1.0093,4.1518],\u0022page\u0022:1,\u0022confidence\u0022:0.99,\u0022elements\u0022:[\u0022#/readResults/0/lines/7/words/0\u0022,\u0022#/readResults/0/lines/7/words/1\u0022,\u0022#/readResults/0/lines/7/words/2\u0022,\u0022#/readResults/0/lines/8/words/0\u0022,\u0022#/readResults/0/lines/8/words/1\u0022,\u0022#/readResults/0/lines/8/words/2\u0022]}}},{\u0022docType\u0022:\u0022prebuilt:receipt\u0022,\u0022pageRange\u0022:[2,2],\u0022fields\u0022:{\u0022ReceiptType\u0022:{\u0022type\u0022:\u0022string\u0022,\u0022valueString\u0022:\u0022CreditCard\u0022,\u0022confidence\u0022:0.004}}}]}}" } ], "Variables": { "FORM_RECOGNIZER_API_KEY": "Sanitized", - "FORM_RECOGNIZER_ENDPOINT": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/", + "FORM_RECOGNIZER_ENDPOINT": "https://mariari-centraluseuap.cognitiveservices.azure.com/", "RandomSeed": "164585980" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeReceiptsCanParseMultipageFormWithBlankPage.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeReceiptsCanParseMultipageFormWithBlankPage.json index 475865d54eebc..dd77e5b2a7577 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeReceiptsCanParseMultipageFormWithBlankPage.json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeReceiptsCanParseMultipageFormWithBlankPage.json @@ -1,17 +1,17 @@ { "Entries": [ { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyze?includeTextDetails=true", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/receipt/analyze?includeTextDetails=true", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "108935", "Content-Type": "application/pdf", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-83dea77c31d64446a91538ec6b2c52e9-06691ec5107f5a4f-00", + "traceparent": "00-8b12ef7bf3b92e4585db95d8c237b2c1-0d66769acff1fc45-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "b042092feed43c981ded68466d5079d0", "x-ms-return-client-request-id": "true" @@ -19,25 +19,25 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "3e1531d4-eef0-44f6-8bbc-096e2f00711d", + "apim-request-id": "1770ce2f-45a6-4e83-beab-b19e4c07d45b", "Content-Length": "0", - "Date": "Wed, 09 Sep 2020 22:29:27 GMT", - "Operation-Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/3e1531d4-eef0-44f6-8bbc-096e2f00711d", + "Date": "Tue, 17 Nov 2020 00:31:57 GMT", + "Operation-Location": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/receipt/analyzeResults/1770ce2f-45a6-4e83-beab-b19e4c07d45b", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "602" + "x-envoy-upstream-service-time": "191" }, "ResponseBody": [] }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/3e1531d4-eef0-44f6-8bbc-096e2f00711d", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/receipt/analyzeResults/1770ce2f-45a6-4e83-beab-b19e4c07d45b", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "510b7727852c62d58361328a5b8d5b92", "x-ms-return-client-request-id": "true" @@ -45,29 +45,29 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "83089e03-f6b9-47ca-90e0-8ddbaaee6980", + "apim-request-id": "b951fd41-50a1-4798-a5c9-6c5d2de72b58", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:29:27 GMT", + "Date": "Tue, 17 Nov 2020 00:31:57 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "85" + "x-envoy-upstream-service-time": "10" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-09-09T22:29:26Z", - "lastUpdatedDateTime": "2020-09-09T22:29:27Z" + "createdDateTime": "2020-11-17T00:31:58Z", + "lastUpdatedDateTime": "2020-11-17T00:31:58Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/3e1531d4-eef0-44f6-8bbc-096e2f00711d", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/receipt/analyzeResults/1770ce2f-45a6-4e83-beab-b19e4c07d45b", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "15a14d64e5ac7c57a6d8c3c8ba359635", "x-ms-return-client-request-id": "true" @@ -75,29 +75,29 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "7a1c5a65-2a8a-4dfe-b661-744d14f260c4", + "apim-request-id": "dfb1666d-c1d2-4de7-aced-76e80901b21c", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:29:28 GMT", + "Date": "Tue, 17 Nov 2020 00:31:59 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": "11" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-09-09T22:29:26Z", - "lastUpdatedDateTime": "2020-09-09T22:29:27Z" + "createdDateTime": "2020-11-17T00:31:58Z", + "lastUpdatedDateTime": "2020-11-17T00:31:58Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/3e1531d4-eef0-44f6-8bbc-096e2f00711d", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/receipt/analyzeResults/1770ce2f-45a6-4e83-beab-b19e4c07d45b", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "f0f16203b17faafb34e02c72bc0ee090", "x-ms-return-client-request-id": "true" @@ -105,29 +105,29 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "c8af78b1-dfcc-42f3-a136-43042978fa5b", + "apim-request-id": "d1bc1148-44da-45cc-bed5-9fce25d7c9ff", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:29:29 GMT", + "Date": "Tue, 17 Nov 2020 00:32:00 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": "12" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-09-09T22:29:26Z", - "lastUpdatedDateTime": "2020-09-09T22:29:27Z" + "createdDateTime": "2020-11-17T00:31:58Z", + "lastUpdatedDateTime": "2020-11-17T00:31:58Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/3e1531d4-eef0-44f6-8bbc-096e2f00711d", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/receipt/analyzeResults/1770ce2f-45a6-4e83-beab-b19e4c07d45b", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "1fe1d59264ae4123208faa53c20ca74e", "x-ms-return-client-request-id": "true" @@ -135,29 +135,29 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "f4a422ac-c0e1-4f4f-97be-efdc15923cc9", + "apim-request-id": "c835463b-b8a6-4164-8e2f-081442c6ffb2", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:29:30 GMT", + "Date": "Tue, 17 Nov 2020 00:32:01 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "87" + "x-envoy-upstream-service-time": "10" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-09-09T22:29:26Z", - "lastUpdatedDateTime": "2020-09-09T22:29:27Z" + "createdDateTime": "2020-11-17T00:31:58Z", + "lastUpdatedDateTime": "2020-11-17T00:31:58Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/3e1531d4-eef0-44f6-8bbc-096e2f00711d", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/receipt/analyzeResults/1770ce2f-45a6-4e83-beab-b19e4c07d45b", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "f987fdcb6b9bb31251f7e0ccb9e4c098", "x-ms-return-client-request-id": "true" @@ -165,29 +165,29 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "467eb591-7d99-4b69-86ba-12ebf58784ee", + "apim-request-id": "d44ad09e-89a5-4747-a640-c4d7dcaff44e", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:29:31 GMT", + "Date": "Tue, 17 Nov 2020 00:32:02 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "11" + "x-envoy-upstream-service-time": "10" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-09-09T22:29:26Z", - "lastUpdatedDateTime": "2020-09-09T22:29:27Z" + "createdDateTime": "2020-11-17T00:31:58Z", + "lastUpdatedDateTime": "2020-11-17T00:31:58Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/3e1531d4-eef0-44f6-8bbc-096e2f00711d", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/receipt/analyzeResults/1770ce2f-45a6-4e83-beab-b19e4c07d45b", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "e43632f876539f863eb0cff007a8e827", "x-ms-return-client-request-id": "true" @@ -195,18 +195,18 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "6c36cb9d-b9c9-4558-bc64-7e90fdaf8229", - "Content-Length": "25281", + "apim-request-id": "72ec142a-6c3a-4e3c-b78f-81f4588a4834", + "Content-Length": "25475", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:29:32 GMT", + "Date": "Tue, 17 Nov 2020 00:32:03 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "28" + "x-envoy-upstream-service-time": "22" }, "ResponseBody": { "status": "succeeded", - "createdDateTime": "2020-09-09T22:29:26Z", - "lastUpdatedDateTime": "2020-09-09T22:29:31Z", + "createdDateTime": "2020-11-17T00:31:58Z", + "lastUpdatedDateTime": "2020-11-17T00:32:03Z", "analyzeResult": { "version": "2.1.0", "readResults": [ @@ -1516,7 +1516,7 @@ ] }, { - "text": "Signature: ____Bilbo Baggins__________", + "text": "Signature: ____ Bilbo Baggins__________", "boundingBox": [ 1.0055, 6.6553, @@ -1543,16 +1543,30 @@ "confidence": 1 }, { - "text": "____Bilbo", + "text": "____", "boundingBox": [ 1.747, + 6.7829, + 2.0809, + 6.7829, + 2.0809, + 6.7981, + 1.747, + 6.7981 + ], + "confidence": 1 + }, + { + "text": "Bilbo", + "boundingBox": [ + 2.0925, 6.6553, 2.4278, 6.6553, 2.4278, - 6.7981, - 1.747, - 6.7981 + 6.7703, + 2.0925, + 6.7703 ], "confidence": 1 }, @@ -1577,8 +1591,8 @@ { "page": 2, "angle": 0, - "width": 8.4967, - "height": 10.9967, + "width": 8.5, + "height": 11, "unit": "inch" }, { @@ -2887,7 +2901,7 @@ ] }, { - "text": "Signature: ____Frodo Baggins__________", + "text": "Signature: ____ Frodo Baggins__________", "boundingBox": [ 1.0055, 6.6556, @@ -2914,16 +2928,30 @@ "confidence": 1 }, { - "text": "____Frodo", + "text": "____", "boundingBox": [ 1.747, + 6.7829, + 2.0809, + 6.7829, + 2.0809, + 6.7981, + 1.747, + 6.7981 + ], + "confidence": 1 + }, + { + "text": "Frodo", + "boundingBox": [ + 2.0925, 6.6556, 2.4778, 6.6556, 2.4778, - 6.7981, - 1.747, - 6.7981 + 6.7703, + 2.0925, + 6.7703 ], "confidence": 1 }, @@ -2974,7 +3002,7 @@ 1.5931 ], "page": 1, - "confidence": 0.985, + "confidence": 0.987, "elements": [ "#/readResults/0/lines/3/words/0", "#/readResults/0/lines/3/words/1" @@ -3050,7 +3078,7 @@ 4.3717 ], "page": 1, - "confidence": 0.965, + "confidence": 0.964, "elements": [ "#/readResults/0/lines/28/words/0" ] @@ -3095,7 +3123,7 @@ 4.5827 ], "page": 1, - "confidence": 0.936, + "confidence": 0.935, "elements": [ "#/readResults/0/lines/33/words/0" ] @@ -3126,22 +3154,22 @@ }, "Total": { "type": "number", - "valueNumber": 100, - "text": "100.00", + "valueNumber": 430, + "text": "430.00", "boundingBox": [ - 5.811, - 5.3445, - 6.2587, - 5.3445, - 6.2587, - 5.4533, - 5.811, - 5.4533 + 5.942, + 5.5645, + 6.3987, + 5.5645, + 6.3987, + 5.6733, + 5.942, + 5.6733 ], "page": 1, - "confidence": 0.99, + "confidence": 0.985, "elements": [ - "#/readResults/0/lines/36/words/1" + "#/readResults/0/lines/37/words/1" ] } } @@ -3181,7 +3209,7 @@ 1.5931 ], "page": 3, - "confidence": 0.98, + "confidence": 0.984, "elements": [ "#/readResults/2/lines/3/words/0", "#/readResults/2/lines/3/words/1" @@ -3297,7 +3325,7 @@ 4.1627 ], "page": 3, - "confidence": 0.721, + "confidence": 0.723, "elements": [ "#/readResults/2/lines/27/words/0" ] @@ -3322,7 +3350,7 @@ 4.3717 ], "page": 3, - "confidence": 0.912, + "confidence": 0.905, "elements": [ "#/readResults/2/lines/28/words/0" ] @@ -3367,7 +3395,7 @@ 4.5827 ], "page": 3, - "confidence": 0.903, + "confidence": 0.896, "elements": [ "#/readResults/2/lines/31/words/0" ] @@ -3387,7 +3415,7 @@ 4.5827 ], "page": 3, - "confidence": 0.959, + "confidence": 0.958, "elements": [ "#/readResults/2/lines/33/words/0" ] @@ -3445,7 +3473,7 @@ ], "Variables": { "FORM_RECOGNIZER_API_KEY": "Sanitized", - "FORM_RECOGNIZER_ENDPOINT": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/", + "FORM_RECOGNIZER_ENDPOINT": "https://mariari-centraluseuap.cognitiveservices.azure.com/", "RandomSeed": "156614949" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeReceiptsCanParseMultipageFormWithBlankPageAsync.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeReceiptsCanParseMultipageFormWithBlankPageAsync.json index ba0fb8f5841b0..fe59bd30aeded 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeReceiptsCanParseMultipageFormWithBlankPageAsync.json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeReceiptsCanParseMultipageFormWithBlankPageAsync.json @@ -1,17 +1,17 @@ { "Entries": [ { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyze?includeTextDetails=true", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/receipt/analyze?includeTextDetails=true", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "108935", "Content-Type": "application/pdf", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-97e8015c7f6a184aa28ceeed5eb5d8db-4d555d367ca84f48-00", + "traceparent": "00-abbc44e63049b34b9cbfd89d4bae8784-5267ade347f95643-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "7b5c1b275047fce87c4a45aa5dce0d98", "x-ms-return-client-request-id": "true" @@ -19,25 +19,25 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "9999c74a-6b30-464b-bc9f-c826eb240254", + "apim-request-id": "7830a5dd-a2bd-4a1d-ae50-f1c60cf3c1a9", "Content-Length": "0", - "Date": "Wed, 09 Sep 2020 22:34:26 GMT", - "Operation-Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/9999c74a-6b30-464b-bc9f-c826eb240254", + "Date": "Tue, 17 Nov 2020 00:33:20 GMT", + "Operation-Location": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/receipt/analyzeResults/7830a5dd-a2bd-4a1d-ae50-f1c60cf3c1a9", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "108" + "x-envoy-upstream-service-time": "79" }, "ResponseBody": [] }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/9999c74a-6b30-464b-bc9f-c826eb240254", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/receipt/analyzeResults/7830a5dd-a2bd-4a1d-ae50-f1c60cf3c1a9", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "e77295d8eda9d21d1ee7e18f16698e97", "x-ms-return-client-request-id": "true" @@ -45,29 +45,29 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "3156920d-c32b-48c1-955e-293a99ec4124", + "apim-request-id": "4e3a917d-0d0b-46a3-998d-b249c787869f", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:34:26 GMT", + "Date": "Tue, 17 Nov 2020 00:33:20 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "14" + "x-envoy-upstream-service-time": "12" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-09-09T22:34:26Z", - "lastUpdatedDateTime": "2020-09-09T22:34:26Z" + "createdDateTime": "2020-11-17T00:33:20Z", + "lastUpdatedDateTime": "2020-11-17T00:33:20Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/9999c74a-6b30-464b-bc9f-c826eb240254", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/receipt/analyzeResults/7830a5dd-a2bd-4a1d-ae50-f1c60cf3c1a9", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "4054b13d5560074084994921f9674be5", "x-ms-return-client-request-id": "true" @@ -75,29 +75,29 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "1927cabc-79e1-4d3c-9097-1d272942c53c", + "apim-request-id": "dd8bc7f0-e4e8-48b9-a6d7-3a146bfe9467", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:34:27 GMT", + "Date": "Tue, 17 Nov 2020 00:33:22 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "14" + "x-envoy-upstream-service-time": "10" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-09-09T22:34:26Z", - "lastUpdatedDateTime": "2020-09-09T22:34:26Z" + "createdDateTime": "2020-11-17T00:33:20Z", + "lastUpdatedDateTime": "2020-11-17T00:33:21Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/9999c74a-6b30-464b-bc9f-c826eb240254", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/receipt/analyzeResults/7830a5dd-a2bd-4a1d-ae50-f1c60cf3c1a9", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "bdd22c03b43f3a1bfd895d5f6e58e512", "x-ms-return-client-request-id": "true" @@ -105,29 +105,29 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "f8471434-b8a4-4ae5-88fe-44f3afbe4bd5", + "apim-request-id": "9752353b-5365-4e68-9a7d-d8190d2bdb3a", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:34:28 GMT", + "Date": "Tue, 17 Nov 2020 00:33:23 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": "10" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-09-09T22:34:26Z", - "lastUpdatedDateTime": "2020-09-09T22:34:26Z" + "createdDateTime": "2020-11-17T00:33:20Z", + "lastUpdatedDateTime": "2020-11-17T00:33:21Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/9999c74a-6b30-464b-bc9f-c826eb240254", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/receipt/analyzeResults/7830a5dd-a2bd-4a1d-ae50-f1c60cf3c1a9", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "ac6cadbccd7a8237546a630fa3fcd8b6", "x-ms-return-client-request-id": "true" @@ -135,29 +135,29 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "14518d5c-9de9-449c-af67-7b4ecdedb268", + "apim-request-id": "e48e37cb-8da5-4a6c-8963-267017d5f6e6", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:34:29 GMT", + "Date": "Tue, 17 Nov 2020 00:33:24 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", "x-envoy-upstream-service-time": "10" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-09-09T22:34:26Z", - "lastUpdatedDateTime": "2020-09-09T22:34:26Z" + "createdDateTime": "2020-11-17T00:33:20Z", + "lastUpdatedDateTime": "2020-11-17T00:33:21Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/9999c74a-6b30-464b-bc9f-c826eb240254", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/receipt/analyzeResults/7830a5dd-a2bd-4a1d-ae50-f1c60cf3c1a9", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "ea8bfc9bd1978957951a42d7f8e1982b", "x-ms-return-client-request-id": "true" @@ -165,18 +165,48 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "7117ba7b-2abf-494c-8980-527eb6f99d5b", - "Content-Length": "25281", + "apim-request-id": "a567f6d8-7a71-4b32-810b-0c92088dc494", + "Content-Length": "106", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 17 Nov 2020 00:33:25 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "10" + }, + "ResponseBody": { + "status": "running", + "createdDateTime": "2020-11-17T00:33:20Z", + "lastUpdatedDateTime": "2020-11-17T00:33:21Z" + } + }, + { + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/receipt/analyzeResults/7830a5dd-a2bd-4a1d-ae50-f1c60cf3c1a9", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "4c6537b49efa366bf44f68d4500b9601", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "959865b3-6723-48d0-9345-c86cf673c829", + "Content-Length": "25475", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:34:30 GMT", + "Date": "Tue, 17 Nov 2020 00:33:26 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": "21" }, "ResponseBody": { "status": "succeeded", - "createdDateTime": "2020-09-09T22:34:26Z", - "lastUpdatedDateTime": "2020-09-09T22:34:30Z", + "createdDateTime": "2020-11-17T00:33:20Z", + "lastUpdatedDateTime": "2020-11-17T00:33:25Z", "analyzeResult": { "version": "2.1.0", "readResults": [ @@ -1486,7 +1516,7 @@ ] }, { - "text": "Signature: ____Bilbo Baggins__________", + "text": "Signature: ____ Bilbo Baggins__________", "boundingBox": [ 1.0055, 6.6553, @@ -1513,16 +1543,30 @@ "confidence": 1 }, { - "text": "____Bilbo", + "text": "____", "boundingBox": [ 1.747, + 6.7829, + 2.0809, + 6.7829, + 2.0809, + 6.7981, + 1.747, + 6.7981 + ], + "confidence": 1 + }, + { + "text": "Bilbo", + "boundingBox": [ + 2.0925, 6.6553, 2.4278, 6.6553, 2.4278, - 6.7981, - 1.747, - 6.7981 + 6.7703, + 2.0925, + 6.7703 ], "confidence": 1 }, @@ -1547,8 +1591,8 @@ { "page": 2, "angle": 0, - "width": 8.4967, - "height": 10.9967, + "width": 8.5, + "height": 11, "unit": "inch" }, { @@ -2857,7 +2901,7 @@ ] }, { - "text": "Signature: ____Frodo Baggins__________", + "text": "Signature: ____ Frodo Baggins__________", "boundingBox": [ 1.0055, 6.6556, @@ -2884,16 +2928,30 @@ "confidence": 1 }, { - "text": "____Frodo", + "text": "____", "boundingBox": [ 1.747, + 6.7829, + 2.0809, + 6.7829, + 2.0809, + 6.7981, + 1.747, + 6.7981 + ], + "confidence": 1 + }, + { + "text": "Frodo", + "boundingBox": [ + 2.0925, 6.6556, 2.4778, 6.6556, 2.4778, - 6.7981, - 1.747, - 6.7981 + 6.7703, + 2.0925, + 6.7703 ], "confidence": 1 }, @@ -2944,7 +3002,7 @@ 1.5931 ], "page": 1, - "confidence": 0.985, + "confidence": 0.987, "elements": [ "#/readResults/0/lines/3/words/0", "#/readResults/0/lines/3/words/1" @@ -3020,7 +3078,7 @@ 4.3717 ], "page": 1, - "confidence": 0.965, + "confidence": 0.964, "elements": [ "#/readResults/0/lines/28/words/0" ] @@ -3065,7 +3123,7 @@ 4.5827 ], "page": 1, - "confidence": 0.936, + "confidence": 0.935, "elements": [ "#/readResults/0/lines/33/words/0" ] @@ -3096,22 +3154,22 @@ }, "Total": { "type": "number", - "valueNumber": 100, - "text": "100.00", + "valueNumber": 430, + "text": "430.00", "boundingBox": [ - 5.811, - 5.3445, - 6.2587, - 5.3445, - 6.2587, - 5.4533, - 5.811, - 5.4533 + 5.942, + 5.5645, + 6.3987, + 5.5645, + 6.3987, + 5.6733, + 5.942, + 5.6733 ], "page": 1, - "confidence": 0.99, + "confidence": 0.985, "elements": [ - "#/readResults/0/lines/36/words/1" + "#/readResults/0/lines/37/words/1" ] } } @@ -3151,7 +3209,7 @@ 1.5931 ], "page": 3, - "confidence": 0.98, + "confidence": 0.984, "elements": [ "#/readResults/2/lines/3/words/0", "#/readResults/2/lines/3/words/1" @@ -3267,7 +3325,7 @@ 4.1627 ], "page": 3, - "confidence": 0.721, + "confidence": 0.723, "elements": [ "#/readResults/2/lines/27/words/0" ] @@ -3292,7 +3350,7 @@ 4.3717 ], "page": 3, - "confidence": 0.912, + "confidence": 0.905, "elements": [ "#/readResults/2/lines/28/words/0" ] @@ -3337,7 +3395,7 @@ 4.5827 ], "page": 3, - "confidence": 0.903, + "confidence": 0.896, "elements": [ "#/readResults/2/lines/31/words/0" ] @@ -3357,7 +3415,7 @@ 4.5827 ], "page": 3, - "confidence": 0.959, + "confidence": 0.958, "elements": [ "#/readResults/2/lines/33/words/0" ] @@ -3415,7 +3473,7 @@ ], "Variables": { "FORM_RECOGNIZER_API_KEY": "Sanitized", - "FORM_RECOGNIZER_ENDPOINT": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/", + "FORM_RECOGNIZER_ENDPOINT": "https://mariari-centraluseuap.cognitiveservices.azure.com/", "RandomSeed": "769923017" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeReceiptsFromUriThrowsForNonExistingContent.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeReceiptsFromUriThrowsForNonExistingContent.json index efae22c643f84..816d90824dcfd 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeReceiptsFromUriThrowsForNonExistingContent.json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeReceiptsFromUriThrowsForNonExistingContent.json @@ -1,17 +1,17 @@ { "Entries": [ { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyze?includeTextDetails=false", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/receipt/analyze?includeTextDetails=false", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "22", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-c180580893555a48a7082ba7c7672c59-2d957e8e98314b4d-00", + "traceparent": "00-2082e3558926e44db58b9b60ffcba17f-2541fc7260a6ba44-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "54db59a3122216058f2da23dc25f8d2a", "x-ms-return-client-request-id": "true" @@ -21,19 +21,19 @@ }, "StatusCode": 400, "ResponseHeaders": { - "apim-request-id": "e8afa945-f627-47c6-8cf7-cc8cb6b48faf", + "apim-request-id": "f7c5bb32-de11-4112-a89b-eb2a52875e28", "Content-Length": "161", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:29:36 GMT", + "Date": "Tue, 17 Nov 2020 00:32:07 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "3712" + "x-envoy-upstream-service-time": "3228" }, "ResponseBody": { "error": { "code": "FailedToDownloadImage", "innerError": { - "requestId": "e8afa945-f627-47c6-8cf7-cc8cb6b48faf" + "requestId": "f7c5bb32-de11-4112-a89b-eb2a52875e28" }, "message": "Failed to download image from input URL." } @@ -42,7 +42,7 @@ ], "Variables": { "FORM_RECOGNIZER_API_KEY": "Sanitized", - "FORM_RECOGNIZER_ENDPOINT": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/", + "FORM_RECOGNIZER_ENDPOINT": "https://mariari-centraluseuap.cognitiveservices.azure.com/", "RandomSeed": "343780180" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeReceiptsFromUriThrowsForNonExistingContentAsync.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeReceiptsFromUriThrowsForNonExistingContentAsync.json index be55ca670cb55..4dbaa6570cf28 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeReceiptsFromUriThrowsForNonExistingContentAsync.json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeReceiptsFromUriThrowsForNonExistingContentAsync.json @@ -1,17 +1,17 @@ { "Entries": [ { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyze?includeTextDetails=false", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/receipt/analyze?includeTextDetails=false", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "22", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-963dde9136439c4392a914a403e26a5b-c53656d068231e40-00", + "traceparent": "00-770c532953305448903f515a3c1e8f65-70d32a7ff367d24f-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "eea21153064a7cdf5d442d236b154082", "x-ms-return-client-request-id": "true" @@ -21,19 +21,19 @@ }, "StatusCode": 400, "ResponseHeaders": { - "apim-request-id": "545d1d3e-dc93-4353-9928-cabbe745acb3", + "apim-request-id": "911d5052-ec83-4d6f-ab9c-8a6a99e23689", "Content-Length": "161", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:34:34 GMT", + "Date": "Tue, 17 Nov 2020 00:33:29 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "3944" + "x-envoy-upstream-service-time": "3206" }, "ResponseBody": { "error": { "code": "FailedToDownloadImage", "innerError": { - "requestId": "545d1d3e-dc93-4353-9928-cabbe745acb3" + "requestId": "911d5052-ec83-4d6f-ab9c-8a6a99e23689" }, "message": "Failed to download image from input URL." } @@ -42,7 +42,7 @@ ], "Variables": { "FORM_RECOGNIZER_API_KEY": "Sanitized", - "FORM_RECOGNIZER_ENDPOINT": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/", + "FORM_RECOGNIZER_ENDPOINT": "https://mariari-centraluseuap.cognitiveservices.azure.com/", "RandomSeed": "313658198" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeReceiptsPopulatesExtractedReceiptJpg(False).json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeReceiptsPopulatesExtractedReceiptJpg(False).json index de65bb3d0acc3..806726a9145b2 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeReceiptsPopulatesExtractedReceiptJpg(False).json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeReceiptsPopulatesExtractedReceiptJpg(False).json @@ -1,17 +1,17 @@ { "Entries": [ { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyze?includeTextDetails=false", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/receipt/analyze?includeTextDetails=false", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "22", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-5f79132286baf449a743797f8fbf28d7-72b4df50f28c3f4c-00", + "traceparent": "00-3030943d27f3454497355129a6bd49cd-506b7ed3b05cd144-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "572186d48f64e0c199a609199ace4746", "x-ms-return-client-request-id": "true" @@ -21,25 +21,25 @@ }, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "63b2652c-d6f3-4b3b-a3ae-f9a8f0332f2b", + "apim-request-id": "063bd1d7-6539-4682-8e1a-15919057589d", "Content-Length": "0", - "Date": "Wed, 09 Sep 2020 22:32:56 GMT", - "Operation-Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/63b2652c-d6f3-4b3b-a3ae-f9a8f0332f2b", + "Date": "Tue, 17 Nov 2020 00:32:49 GMT", + "Operation-Location": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/receipt/analyzeResults/063bd1d7-6539-4682-8e1a-15919057589d", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "431" + "x-envoy-upstream-service-time": "438" }, "ResponseBody": [] }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/63b2652c-d6f3-4b3b-a3ae-f9a8f0332f2b", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/receipt/analyzeResults/063bd1d7-6539-4682-8e1a-15919057589d", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "08004802f2f75bb8beab177ec8f5e5e1", "x-ms-return-client-request-id": "true" @@ -47,29 +47,29 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "1ac62931-beeb-4101-b95b-fc9a05a426c6", - "Content-Length": "109", + "apim-request-id": "45e64759-5ac4-4de0-ab64-1898ff84704f", + "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:32:56 GMT", + "Date": "Tue, 17 Nov 2020 00:32:49 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "10" + "x-envoy-upstream-service-time": "11" }, "ResponseBody": { - "status": "notStarted", - "createdDateTime": "2020-09-09T22:32:56Z", - "lastUpdatedDateTime": "2020-09-09T22:32:56Z" + "status": "running", + "createdDateTime": "2020-11-17T00:32:50Z", + "lastUpdatedDateTime": "2020-11-17T00:32:50Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/63b2652c-d6f3-4b3b-a3ae-f9a8f0332f2b", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/receipt/analyzeResults/063bd1d7-6539-4682-8e1a-15919057589d", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "c8db2d5a75bb552f6f405bae11227429", "x-ms-return-client-request-id": "true" @@ -77,29 +77,29 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "ab522db2-2302-4c15-937b-f84f6f33e716", + "apim-request-id": "c35a6017-a57a-4967-9f0d-d3b63bd3848b", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:32:57 GMT", + "Date": "Tue, 17 Nov 2020 00:32:51 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "10" + "x-envoy-upstream-service-time": "12" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-09-09T22:32:56Z", - "lastUpdatedDateTime": "2020-09-09T22:32:57Z" + "createdDateTime": "2020-11-17T00:32:50Z", + "lastUpdatedDateTime": "2020-11-17T00:32:50Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/63b2652c-d6f3-4b3b-a3ae-f9a8f0332f2b", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/receipt/analyzeResults/063bd1d7-6539-4682-8e1a-15919057589d", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "21dc2e25097ce2f9cdc698b8774318a4", "x-ms-return-client-request-id": "true" @@ -107,18 +107,18 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "e890bc35-f688-46ba-83e9-599bf1602ad1", + "apim-request-id": "38449f76-d4b0-4757-9827-697c05d00175", "Content-Length": "2560", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:32:58 GMT", + "Date": "Tue, 17 Nov 2020 00:32:52 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": "17" }, "ResponseBody": { "status": "succeeded", - "createdDateTime": "2020-09-09T22:32:56Z", - "lastUpdatedDateTime": "2020-09-09T22:32:58Z", + "createdDateTime": "2020-11-17T00:32:50Z", + "lastUpdatedDateTime": "2020-11-17T00:32:51Z", "analyzeResult": { "version": "2.1.0", "readResults": [ @@ -387,7 +387,7 @@ ], "Variables": { "FORM_RECOGNIZER_API_KEY": "Sanitized", - "FORM_RECOGNIZER_ENDPOINT": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/", + "FORM_RECOGNIZER_ENDPOINT": "https://mariari-centraluseuap.cognitiveservices.azure.com/", "RandomSeed": "2018798958" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeReceiptsPopulatesExtractedReceiptJpg(False)Async.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeReceiptsPopulatesExtractedReceiptJpg(False)Async.json index a20fc93f64857..be61beaa56dc5 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeReceiptsPopulatesExtractedReceiptJpg(False)Async.json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeReceiptsPopulatesExtractedReceiptJpg(False)Async.json @@ -1,17 +1,17 @@ { "Entries": [ { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyze?includeTextDetails=false", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/receipt/analyze?includeTextDetails=false", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "22", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-e9f0a01141f36c48b52c5c77e9deae1a-6925e8517abf9a42-00", + "traceparent": "00-803d713811ddc74b87e82cfa83623728-b129ae93cde11448-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "8fed6951a7fc4d9e3b194cd63e95a11a", "x-ms-return-client-request-id": "true" @@ -21,25 +21,25 @@ }, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "af957dbc-2aa9-445c-b8da-28491eac83e5", + "apim-request-id": "83b89218-e06c-4f3b-9617-7302751b0589", "Content-Length": "0", - "Date": "Wed, 09 Sep 2020 22:38:26 GMT", - "Operation-Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/af957dbc-2aa9-445c-b8da-28491eac83e5", + "Date": "Tue, 17 Nov 2020 00:34:05 GMT", + "Operation-Location": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/receipt/analyzeResults/83b89218-e06c-4f3b-9617-7302751b0589", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "352" + "x-envoy-upstream-service-time": "193" }, "ResponseBody": [] }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/af957dbc-2aa9-445c-b8da-28491eac83e5", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/receipt/analyzeResults/83b89218-e06c-4f3b-9617-7302751b0589", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "cf915addd4d1b2f4b353493be015d081", "x-ms-return-client-request-id": "true" @@ -47,29 +47,29 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "bf64de92-f32a-408a-a21f-f17a4dcf4923", + "apim-request-id": "904bf940-b8c4-411b-84d3-682bb58b8762", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:38:26 GMT", + "Date": "Tue, 17 Nov 2020 00:34:05 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "9" + "x-envoy-upstream-service-time": "10" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-09-09T22:38:26Z", - "lastUpdatedDateTime": "2020-09-09T22:38:26Z" + "createdDateTime": "2020-11-17T00:34:06Z", + "lastUpdatedDateTime": "2020-11-17T00:34:06Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/af957dbc-2aa9-445c-b8da-28491eac83e5", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/receipt/analyzeResults/83b89218-e06c-4f3b-9617-7302751b0589", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "ef01e76079415b4eb213b165639b5c67", "x-ms-return-client-request-id": "true" @@ -77,29 +77,29 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "76b4cf80-5ad3-4862-b6d8-bac0c02d0124", + "apim-request-id": "bd457d6c-d903-4691-9762-d93f5c3a6e45", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:38:27 GMT", + "Date": "Tue, 17 Nov 2020 00:34:06 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "11" + "x-envoy-upstream-service-time": "10" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-09-09T22:38:26Z", - "lastUpdatedDateTime": "2020-09-09T22:38:26Z" + "createdDateTime": "2020-11-17T00:34:06Z", + "lastUpdatedDateTime": "2020-11-17T00:34:06Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/af957dbc-2aa9-445c-b8da-28491eac83e5", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/receipt/analyzeResults/83b89218-e06c-4f3b-9617-7302751b0589", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "309f1c13470d7d6f753bdca95d626c25", "x-ms-return-client-request-id": "true" @@ -107,18 +107,18 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "11a3f6aa-b228-4dee-ba36-e7f2c60e0bf0", + "apim-request-id": "0759b25b-7249-40f2-853d-203ed75d0200", "Content-Length": "2560", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:38:28 GMT", + "Date": "Tue, 17 Nov 2020 00:34:07 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "25" + "x-envoy-upstream-service-time": "15" }, "ResponseBody": { "status": "succeeded", - "createdDateTime": "2020-09-09T22:38:26Z", - "lastUpdatedDateTime": "2020-09-09T22:38:28Z", + "createdDateTime": "2020-11-17T00:34:06Z", + "lastUpdatedDateTime": "2020-11-17T00:34:07Z", "analyzeResult": { "version": "2.1.0", "readResults": [ @@ -387,7 +387,7 @@ ], "Variables": { "FORM_RECOGNIZER_API_KEY": "Sanitized", - "FORM_RECOGNIZER_ENDPOINT": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/", + "FORM_RECOGNIZER_ENDPOINT": "https://mariari-centraluseuap.cognitiveservices.azure.com/", "RandomSeed": "1144062450" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeReceiptsPopulatesExtractedReceiptJpg(True).json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeReceiptsPopulatesExtractedReceiptJpg(True).json index 9e5a0863c195d..565946b384daa 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeReceiptsPopulatesExtractedReceiptJpg(True).json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeReceiptsPopulatesExtractedReceiptJpg(True).json @@ -1,17 +1,17 @@ { "Entries": [ { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyze?includeTextDetails=false", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/receipt/analyze?includeTextDetails=false", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "279674", "Content-Type": "image/jpeg", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-727ae3e33150a74ca264cba2e82c1e62-18c8892396bf5745-00", + "traceparent": "00-4571446918c7f943a5fc179d397d2371-3f4778be2fe63248-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "51b180256b0a2c5d0d9c25e1c1851735", "x-ms-return-client-request-id": "true" @@ -19,25 +19,25 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "b9890f0c-0cc4-4e21-ad2d-e4415165d981", + "apim-request-id": "7fb2d57a-f4be-4f5b-9556-e1bbb1f4a3ae", "Content-Length": "0", - "Date": "Wed, 09 Sep 2020 22:32:53 GMT", - "Operation-Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/b9890f0c-0cc4-4e21-ad2d-e4415165d981", + "Date": "Tue, 17 Nov 2020 00:32:47 GMT", + "Operation-Location": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/receipt/analyzeResults/7fb2d57a-f4be-4f5b-9556-e1bbb1f4a3ae", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "241" + "x-envoy-upstream-service-time": "224" }, "ResponseBody": [] }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/b9890f0c-0cc4-4e21-ad2d-e4415165d981", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/receipt/analyzeResults/7fb2d57a-f4be-4f5b-9556-e1bbb1f4a3ae", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "a7a0b982d7014cd146197efea0977c81", "x-ms-return-client-request-id": "true" @@ -45,29 +45,29 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "7a336500-5c61-442e-8185-067e6cef2e66", - "Content-Length": "109", + "apim-request-id": "47bb7a4d-b9ca-46c6-b456-5470be447f36", + "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:32:53 GMT", + "Date": "Tue, 17 Nov 2020 00:32:47 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "23" + "x-envoy-upstream-service-time": "9" }, "ResponseBody": { - "status": "notStarted", - "createdDateTime": "2020-09-09T22:32:54Z", - "lastUpdatedDateTime": "2020-09-09T22:32:54Z" + "status": "running", + "createdDateTime": "2020-11-17T00:32:47Z", + "lastUpdatedDateTime": "2020-11-17T00:32:47Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/b9890f0c-0cc4-4e21-ad2d-e4415165d981", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/receipt/analyzeResults/7fb2d57a-f4be-4f5b-9556-e1bbb1f4a3ae", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "aa68ae45b45919c1ff8fe4e68d0734f2", "x-ms-return-client-request-id": "true" @@ -75,29 +75,29 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "ddc8de87-3619-48f6-b112-d7b6eabc6aa5", + "apim-request-id": "67c1fa5b-0afb-44f9-a55b-05e1cbbbfadc", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:32:54 GMT", + "Date": "Tue, 17 Nov 2020 00:32:48 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "11" + "x-envoy-upstream-service-time": "10" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-09-09T22:32:54Z", - "lastUpdatedDateTime": "2020-09-09T22:32:54Z" + "createdDateTime": "2020-11-17T00:32:47Z", + "lastUpdatedDateTime": "2020-11-17T00:32:47Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/b9890f0c-0cc4-4e21-ad2d-e4415165d981", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/receipt/analyzeResults/7fb2d57a-f4be-4f5b-9556-e1bbb1f4a3ae", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "d9794786b0d94e47ae650bf1ed5e8c75", "x-ms-return-client-request-id": "true" @@ -105,18 +105,18 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "5dc961b3-fb46-40ec-b23a-b2d2b39e4455", + "apim-request-id": "92cd930d-abd3-4bce-8673-2efebcf9eeba", "Content-Length": "2560", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:32:55 GMT", + "Date": "Tue, 17 Nov 2020 00:32:49 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "20" + "x-envoy-upstream-service-time": "17" }, "ResponseBody": { "status": "succeeded", - "createdDateTime": "2020-09-09T22:32:54Z", - "lastUpdatedDateTime": "2020-09-09T22:32:56Z", + "createdDateTime": "2020-11-17T00:32:47Z", + "lastUpdatedDateTime": "2020-11-17T00:32:48Z", "analyzeResult": { "version": "2.1.0", "readResults": [ @@ -385,7 +385,7 @@ ], "Variables": { "FORM_RECOGNIZER_API_KEY": "Sanitized", - "FORM_RECOGNIZER_ENDPOINT": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/", + "FORM_RECOGNIZER_ENDPOINT": "https://mariari-centraluseuap.cognitiveservices.azure.com/", "RandomSeed": "1694028853" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeReceiptsPopulatesExtractedReceiptJpg(True)Async.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeReceiptsPopulatesExtractedReceiptJpg(True)Async.json index 956b2702d4839..027d3407ca666 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeReceiptsPopulatesExtractedReceiptJpg(True)Async.json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeReceiptsPopulatesExtractedReceiptJpg(True)Async.json @@ -1,17 +1,17 @@ { "Entries": [ { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyze?includeTextDetails=false", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/receipt/analyze?includeTextDetails=false", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "279674", "Content-Type": "image/jpeg", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-d5b045feaa09c14b9f231b82a79de265-a3e48939ff222645-00", + "traceparent": "00-ddda27d32b4a7046952cdede41c71c3e-fa62519f86686140-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "9c57e5b48ae7b0429a0b141bca622d91", "x-ms-return-client-request-id": "true" @@ -19,25 +19,25 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "b8bad1c0-dd05-4f3a-a662-229faa1f2ed9", + "apim-request-id": "aafdc37e-d1f2-4583-ada1-e6dfc69e31b7", "Content-Length": "0", - "Date": "Wed, 09 Sep 2020 22:38:23 GMT", - "Operation-Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/b8bad1c0-dd05-4f3a-a662-229faa1f2ed9", + "Date": "Tue, 17 Nov 2020 00:34:03 GMT", + "Operation-Location": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/receipt/analyzeResults/aafdc37e-d1f2-4583-ada1-e6dfc69e31b7", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "189" + "x-envoy-upstream-service-time": "200" }, "ResponseBody": [] }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/b8bad1c0-dd05-4f3a-a662-229faa1f2ed9", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/receipt/analyzeResults/aafdc37e-d1f2-4583-ada1-e6dfc69e31b7", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "1d157a5ddd54f4d33dfe9b25b094f6d5", "x-ms-return-client-request-id": "true" @@ -45,29 +45,29 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "b99a301c-eb12-42e8-a2d4-0fa60e189846", + "apim-request-id": "fc5b6f91-6336-488f-84fb-bc65154ce758", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:38:23 GMT", + "Date": "Tue, 17 Nov 2020 00:34:03 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", "x-envoy-upstream-service-time": "11" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-09-09T22:38:23Z", - "lastUpdatedDateTime": "2020-09-09T22:38:23Z" + "createdDateTime": "2020-11-17T00:34:03Z", + "lastUpdatedDateTime": "2020-11-17T00:34:03Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/b8bad1c0-dd05-4f3a-a662-229faa1f2ed9", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/receipt/analyzeResults/aafdc37e-d1f2-4583-ada1-e6dfc69e31b7", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "6bfbddc30482baf878d7df4deb38f1bc", "x-ms-return-client-request-id": "true" @@ -75,29 +75,29 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "d6f71b47-ceab-46fd-9c05-6fb7e88cc2c4", + "apim-request-id": "d71c4531-5c1e-47a4-8079-916308a6851e", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:38:24 GMT", + "Date": "Tue, 17 Nov 2020 00:34:04 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "19" + "x-envoy-upstream-service-time": "10" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-09-09T22:38:23Z", - "lastUpdatedDateTime": "2020-09-09T22:38:24Z" + "createdDateTime": "2020-11-17T00:34:03Z", + "lastUpdatedDateTime": "2020-11-17T00:34:03Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/b8bad1c0-dd05-4f3a-a662-229faa1f2ed9", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/receipt/analyzeResults/aafdc37e-d1f2-4583-ada1-e6dfc69e31b7", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "98028a316ac1d76f12625ee9ef1d0006", "x-ms-return-client-request-id": "true" @@ -105,18 +105,18 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "1cc1ae8e-5207-4faf-8c7b-2db7e29c30e3", + "apim-request-id": "878121b6-71dd-4fd2-b336-a74419d7ef73", "Content-Length": "2560", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:38:25 GMT", + "Date": "Tue, 17 Nov 2020 00:34:05 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "16" + "x-envoy-upstream-service-time": "15" }, "ResponseBody": { "status": "succeeded", - "createdDateTime": "2020-09-09T22:38:23Z", - "lastUpdatedDateTime": "2020-09-09T22:38:25Z", + "createdDateTime": "2020-11-17T00:34:03Z", + "lastUpdatedDateTime": "2020-11-17T00:34:05Z", "analyzeResult": { "version": "2.1.0", "readResults": [ @@ -385,7 +385,7 @@ ], "Variables": { "FORM_RECOGNIZER_API_KEY": "Sanitized", - "FORM_RECOGNIZER_ENDPOINT": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/", + "FORM_RECOGNIZER_ENDPOINT": "https://mariari-centraluseuap.cognitiveservices.azure.com/", "RandomSeed": "341036598" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeReceiptsPopulatesExtractedReceiptPng(False).json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeReceiptsPopulatesExtractedReceiptPng(False).json index 9005b4b5c815b..bf87f028362dc 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeReceiptsPopulatesExtractedReceiptPng(False).json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeReceiptsPopulatesExtractedReceiptPng(False).json @@ -1,17 +1,17 @@ { "Entries": [ { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyze?includeTextDetails=false", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/receipt/analyze?includeTextDetails=false", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "22", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-9b8d6c01fa6ddf4bbd080b9701359d29-443bde9ceda8c84e-00", + "traceparent": "00-41b3f257ef5b77459adc9ade7e31d4f5-3c323b3d0d38e34c-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "e42a4f4fe0830c64e7bd8ad35e42ee05", "x-ms-return-client-request-id": "true" @@ -21,25 +21,25 @@ }, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "b4f9ad2f-7418-4aee-92cf-979325d37fbc", + "apim-request-id": "9c650aed-cacb-45e7-9e9f-1f2bfe174186", "Content-Length": "0", - "Date": "Wed, 09 Sep 2020 22:33:05 GMT", - "Operation-Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/b4f9ad2f-7418-4aee-92cf-979325d37fbc", + "Date": "Tue, 17 Nov 2020 00:32:56 GMT", + "Operation-Location": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/receipt/analyzeResults/9c650aed-cacb-45e7-9e9f-1f2bfe174186", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "638" + "x-envoy-upstream-service-time": "724" }, "ResponseBody": [] }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/b4f9ad2f-7418-4aee-92cf-979325d37fbc", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/receipt/analyzeResults/9c650aed-cacb-45e7-9e9f-1f2bfe174186", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "b68ecf24ee50ea6f593f69a8929848d1", "x-ms-return-client-request-id": "true" @@ -47,29 +47,29 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "78227bad-032c-4919-a454-5a4f2af5c854", - "Content-Length": "109", + "apim-request-id": "063fc212-976b-40cd-b37c-29037b8d6d28", + "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:33:05 GMT", + "Date": "Tue, 17 Nov 2020 00:32:56 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "9" + "x-envoy-upstream-service-time": "14" }, "ResponseBody": { - "status": "notStarted", - "createdDateTime": "2020-09-09T22:33:05Z", - "lastUpdatedDateTime": "2020-09-09T22:33:05Z" + "status": "running", + "createdDateTime": "2020-11-17T00:32:57Z", + "lastUpdatedDateTime": "2020-11-17T00:32:57Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/b4f9ad2f-7418-4aee-92cf-979325d37fbc", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/receipt/analyzeResults/9c650aed-cacb-45e7-9e9f-1f2bfe174186", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "e73fa0084c2f58e5f8d3341b3c6358a0", "x-ms-return-client-request-id": "true" @@ -77,29 +77,29 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "2dbde3fc-d2f6-4399-9087-4197646a5d6d", + "apim-request-id": "d66de04d-eab2-4f2f-bb0b-5df5f48ab3b2", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:33:06 GMT", + "Date": "Tue, 17 Nov 2020 00:32:58 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", "x-envoy-upstream-service-time": "10" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-09-09T22:33:05Z", - "lastUpdatedDateTime": "2020-09-09T22:33:05Z" + "createdDateTime": "2020-11-17T00:32:57Z", + "lastUpdatedDateTime": "2020-11-17T00:32:57Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/b4f9ad2f-7418-4aee-92cf-979325d37fbc", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/receipt/analyzeResults/9c650aed-cacb-45e7-9e9f-1f2bfe174186", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "29cf6d19d62f6055df3f8a4477bc7a4f", "x-ms-return-client-request-id": "true" @@ -107,29 +107,29 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "fdae28ca-7cb1-437e-ac38-2bcb3e505e91", + "apim-request-id": "6ec34d48-0487-413a-a0b8-c82923b419d4", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:33:08 GMT", + "Date": "Tue, 17 Nov 2020 00:32:59 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": "11" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-09-09T22:33:05Z", - "lastUpdatedDateTime": "2020-09-09T22:33:05Z" + "createdDateTime": "2020-11-17T00:32:57Z", + "lastUpdatedDateTime": "2020-11-17T00:32:57Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/b4f9ad2f-7418-4aee-92cf-979325d37fbc", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/receipt/analyzeResults/9c650aed-cacb-45e7-9e9f-1f2bfe174186", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "becab8750702d7d6ea35bd7cb954aef5", "x-ms-return-client-request-id": "true" @@ -137,18 +137,18 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "87cb97f0-0be3-4163-a1c5-88b9f9d68bb3", + "apim-request-id": "04d03136-e6dc-4b14-b576-6823aa753d66", "Content-Length": "2835", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:33:09 GMT", + "Date": "Tue, 17 Nov 2020 00:33:01 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "26" + "x-envoy-upstream-service-time": "17" }, "ResponseBody": { "status": "succeeded", - "createdDateTime": "2020-09-09T22:33:05Z", - "lastUpdatedDateTime": "2020-09-09T22:33:08Z", + "createdDateTime": "2020-11-17T00:32:57Z", + "lastUpdatedDateTime": "2020-11-17T00:33:00Z", "analyzeResult": { "version": "2.1.0", "readResults": [ @@ -452,7 +452,7 @@ ], "Variables": { "FORM_RECOGNIZER_API_KEY": "Sanitized", - "FORM_RECOGNIZER_ENDPOINT": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/", + "FORM_RECOGNIZER_ENDPOINT": "https://mariari-centraluseuap.cognitiveservices.azure.com/", "RandomSeed": "1337599882" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeReceiptsPopulatesExtractedReceiptPng(False)Async.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeReceiptsPopulatesExtractedReceiptPng(False)Async.json index 07477983e27f3..8633a9ced311a 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeReceiptsPopulatesExtractedReceiptPng(False)Async.json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeReceiptsPopulatesExtractedReceiptPng(False)Async.json @@ -1,17 +1,17 @@ { "Entries": [ { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyze?includeTextDetails=false", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/receipt/analyze?includeTextDetails=false", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "22", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-6ad1f896adb7414582edc431eaf8fecf-628de882d7f6bb49-00", + "traceparent": "00-64eaa03766f20d469cae1bf8b4a5bf35-4948bb71b2107744-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "54af18312b4ffb6ed05f59e0fbc3f5f6", "x-ms-return-client-request-id": "true" @@ -21,25 +21,25 @@ }, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "a1c5cf29-9d11-495f-90ab-b8d79fe4d836", + "apim-request-id": "c0fedb71-fdbc-4042-b745-fe2c6b37352b", "Content-Length": "0", - "Date": "Wed, 09 Sep 2020 22:38:34 GMT", - "Operation-Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/a1c5cf29-9d11-495f-90ab-b8d79fe4d836", + "Date": "Tue, 17 Nov 2020 00:34:13 GMT", + "Operation-Location": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/receipt/analyzeResults/c0fedb71-fdbc-4042-b745-fe2c6b37352b", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "858" + "x-envoy-upstream-service-time": "427" }, "ResponseBody": [] }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/a1c5cf29-9d11-495f-90ab-b8d79fe4d836", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/receipt/analyzeResults/c0fedb71-fdbc-4042-b745-fe2c6b37352b", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "1b94f0c6039daa7584409dc1adc47088", "x-ms-return-client-request-id": "true" @@ -47,29 +47,29 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "43c686b5-2426-465b-9b76-ce549a3da24d", + "apim-request-id": "fd658014-a5f3-4c03-a1ee-27cbbaa5933a", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:38:34 GMT", + "Date": "Tue, 17 Nov 2020 00:34:13 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": "10" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-09-09T22:38:34Z", - "lastUpdatedDateTime": "2020-09-09T22:38:34Z" + "createdDateTime": "2020-11-17T00:34:13Z", + "lastUpdatedDateTime": "2020-11-17T00:34:13Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/a1c5cf29-9d11-495f-90ab-b8d79fe4d836", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/receipt/analyzeResults/c0fedb71-fdbc-4042-b745-fe2c6b37352b", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "be760517d46f8ebe2bbefa5a03fb221a", "x-ms-return-client-request-id": "true" @@ -77,29 +77,29 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "40727add-3510-4fc0-8df9-eaa49fc74615", + "apim-request-id": "a7d7ae1c-295f-40e9-aecb-514044da82ed", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:38:35 GMT", + "Date": "Tue, 17 Nov 2020 00:34:14 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "89" + "x-envoy-upstream-service-time": "11" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-09-09T22:38:34Z", - "lastUpdatedDateTime": "2020-09-09T22:38:34Z" + "createdDateTime": "2020-11-17T00:34:13Z", + "lastUpdatedDateTime": "2020-11-17T00:34:13Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/a1c5cf29-9d11-495f-90ab-b8d79fe4d836", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/receipt/analyzeResults/c0fedb71-fdbc-4042-b745-fe2c6b37352b", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "9470bb37bb942e7ba204cf0f8dad4d0b", "x-ms-return-client-request-id": "true" @@ -107,29 +107,29 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "b5116863-1a58-4a03-9bcc-e007d435cf5b", + "apim-request-id": "db95d959-c8de-40af-a374-d81f58b664a2", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:38:36 GMT", + "Date": "Tue, 17 Nov 2020 00:34:15 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "10" + "x-envoy-upstream-service-time": "11" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-09-09T22:38:34Z", - "lastUpdatedDateTime": "2020-09-09T22:38:34Z" + "createdDateTime": "2020-11-17T00:34:13Z", + "lastUpdatedDateTime": "2020-11-17T00:34:13Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/a1c5cf29-9d11-495f-90ab-b8d79fe4d836", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/receipt/analyzeResults/c0fedb71-fdbc-4042-b745-fe2c6b37352b", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "f6c9d1ef374df2863106efdf081aa689", "x-ms-return-client-request-id": "true" @@ -137,18 +137,18 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "4e5d11f0-cb5d-458d-9205-ce2bc6e41b60", + "apim-request-id": "df41e42d-397d-4ed4-9970-6a096ff7b421", "Content-Length": "2835", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:38:37 GMT", + "Date": "Tue, 17 Nov 2020 00:34:16 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "18" + "x-envoy-upstream-service-time": "15" }, "ResponseBody": { "status": "succeeded", - "createdDateTime": "2020-09-09T22:38:34Z", - "lastUpdatedDateTime": "2020-09-09T22:38:37Z", + "createdDateTime": "2020-11-17T00:34:13Z", + "lastUpdatedDateTime": "2020-11-17T00:34:16Z", "analyzeResult": { "version": "2.1.0", "readResults": [ @@ -452,7 +452,7 @@ ], "Variables": { "FORM_RECOGNIZER_API_KEY": "Sanitized", - "FORM_RECOGNIZER_ENDPOINT": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/", + "FORM_RECOGNIZER_ENDPOINT": "https://mariari-centraluseuap.cognitiveservices.azure.com/", "RandomSeed": "403499514" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeReceiptsPopulatesExtractedReceiptPng(True).json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeReceiptsPopulatesExtractedReceiptPng(True).json index a5218e10b222e..d912ae7875ace 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeReceiptsPopulatesExtractedReceiptPng(True).json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeReceiptsPopulatesExtractedReceiptPng(True).json @@ -1,17 +1,17 @@ { "Entries": [ { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyze?includeTextDetails=false", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/receipt/analyze?includeTextDetails=false", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "1947192", "Content-Type": "image/png", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-d41bb29552b74a4c9bb79ce6dbbe73e6-25c917c50e9f124b-00", + "traceparent": "00-af73ce3df7727c4493f422e83503a990-c9f30eb9d770c645-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "6e1e853e92a8b1a5199b746ba3e16f2b", "x-ms-return-client-request-id": "true" @@ -19,25 +19,25 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "9c2c9e84-2023-4402-b128-7a066e63097e", + "apim-request-id": "6f1ff2be-e07e-4733-b4b2-9855180ed25a", "Content-Length": "0", - "Date": "Wed, 09 Sep 2020 22:33:01 GMT", - "Operation-Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/9c2c9e84-2023-4402-b128-7a066e63097e", + "Date": "Tue, 17 Nov 2020 00:32:53 GMT", + "Operation-Location": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/receipt/analyzeResults/6f1ff2be-e07e-4733-b4b2-9855180ed25a", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "672" + "x-envoy-upstream-service-time": "516" }, "ResponseBody": [] }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/9c2c9e84-2023-4402-b128-7a066e63097e", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/receipt/analyzeResults/6f1ff2be-e07e-4733-b4b2-9855180ed25a", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "0015873749f09fc1bd602b43d3be23c7", "x-ms-return-client-request-id": "true" @@ -45,29 +45,29 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "90fc45ee-84f4-427d-a987-c478307f742b", - "Content-Length": "109", + "apim-request-id": "3e2edf61-a6e1-430f-b87c-5700c47cd5d5", + "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:33:02 GMT", + "Date": "Tue, 17 Nov 2020 00:32:53 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "12" + "x-envoy-upstream-service-time": "10" }, "ResponseBody": { - "status": "notStarted", - "createdDateTime": "2020-09-09T22:33:01Z", - "lastUpdatedDateTime": "2020-09-09T22:33:01Z" + "status": "running", + "createdDateTime": "2020-11-17T00:32:53Z", + "lastUpdatedDateTime": "2020-11-17T00:32:53Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/9c2c9e84-2023-4402-b128-7a066e63097e", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/receipt/analyzeResults/6f1ff2be-e07e-4733-b4b2-9855180ed25a", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "81a58b7acb5d25aa8b11160b354d6ba5", "x-ms-return-client-request-id": "true" @@ -75,29 +75,29 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "9eb576c7-ec5f-4dc1-8fdb-61790b3340da", + "apim-request-id": "aa8abbbc-1186-4e29-be50-137bb59c253d", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:33:03 GMT", + "Date": "Tue, 17 Nov 2020 00:32:54 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "11" + "x-envoy-upstream-service-time": "10" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-09-09T22:33:01Z", - "lastUpdatedDateTime": "2020-09-09T22:33:02Z" + "createdDateTime": "2020-11-17T00:32:53Z", + "lastUpdatedDateTime": "2020-11-17T00:32:53Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/9c2c9e84-2023-4402-b128-7a066e63097e", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/receipt/analyzeResults/6f1ff2be-e07e-4733-b4b2-9855180ed25a", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "90a9901a1429f43ac47eb1486661dd5b", "x-ms-return-client-request-id": "true" @@ -105,29 +105,29 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "0d7c3908-2fec-4d85-966b-95bae901fe3c", + "apim-request-id": "2730b52f-0055-4779-b839-8ed09d0021ec", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:33:04 GMT", + "Date": "Tue, 17 Nov 2020 00:32:55 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "11" + "x-envoy-upstream-service-time": "10" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-09-09T22:33:01Z", - "lastUpdatedDateTime": "2020-09-09T22:33:02Z" + "createdDateTime": "2020-11-17T00:32:53Z", + "lastUpdatedDateTime": "2020-11-17T00:32:53Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/9c2c9e84-2023-4402-b128-7a066e63097e", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/receipt/analyzeResults/6f1ff2be-e07e-4733-b4b2-9855180ed25a", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "17f1ad77ee3b6bceddef75df33b56a6f", "x-ms-return-client-request-id": "true" @@ -135,18 +135,18 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "c5f3b52f-de23-47a6-9bb9-973262f1cd51", + "apim-request-id": "e7e3b0f0-b6e6-4c2d-82ac-fa833baa2e34", "Content-Length": "2835", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:33:05 GMT", + "Date": "Tue, 17 Nov 2020 00:32:56 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "20" + "x-envoy-upstream-service-time": "14" }, "ResponseBody": { "status": "succeeded", - "createdDateTime": "2020-09-09T22:33:01Z", - "lastUpdatedDateTime": "2020-09-09T22:33:04Z", + "createdDateTime": "2020-11-17T00:32:53Z", + "lastUpdatedDateTime": "2020-11-17T00:32:56Z", "analyzeResult": { "version": "2.1.0", "readResults": [ @@ -450,7 +450,7 @@ ], "Variables": { "FORM_RECOGNIZER_API_KEY": "Sanitized", - "FORM_RECOGNIZER_ENDPOINT": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/", + "FORM_RECOGNIZER_ENDPOINT": "https://mariari-centraluseuap.cognitiveservices.azure.com/", "RandomSeed": "1411939227" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeReceiptsPopulatesExtractedReceiptPng(True)Async.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeReceiptsPopulatesExtractedReceiptPng(True)Async.json index d43035d01cd97..9c81e87abbb43 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeReceiptsPopulatesExtractedReceiptPng(True)Async.json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeReceiptsPopulatesExtractedReceiptPng(True)Async.json @@ -1,17 +1,17 @@ { "Entries": [ { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyze?includeTextDetails=false", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/receipt/analyze?includeTextDetails=false", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "1947192", "Content-Type": "image/png", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-d4dda155d40b724b8a66675a60bbd57e-59f8a489129fc645-00", + "traceparent": "00-c5ac88c108431e448b508f1667585f08-fbcae5544e4e794b-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "8fb4da106fff8db34acc12af0f4a8160", "x-ms-return-client-request-id": "true" @@ -19,25 +19,25 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "9d54abb1-18eb-4236-9ba3-5bcc291778e0", + "apim-request-id": "f517740e-79f7-42da-948b-97d661c71a0c", "Content-Length": "0", - "Date": "Wed, 09 Sep 2020 22:38:30 GMT", - "Operation-Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/9d54abb1-18eb-4236-9ba3-5bcc291778e0", + "Date": "Tue, 17 Nov 2020 00:34:08 GMT", + "Operation-Location": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/receipt/analyzeResults/f517740e-79f7-42da-948b-97d661c71a0c", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "671" + "x-envoy-upstream-service-time": "627" }, "ResponseBody": [] }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/9d54abb1-18eb-4236-9ba3-5bcc291778e0", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/receipt/analyzeResults/f517740e-79f7-42da-948b-97d661c71a0c", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "94bc56dfd21452b63b3d17e0e82f0452", "x-ms-return-client-request-id": "true" @@ -45,29 +45,29 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "d5f76b31-83fc-4217-b07f-c423275e34c3", - "Content-Length": "106", + "apim-request-id": "34561bae-8b64-4aa0-9854-79764a73a40c", + "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:38:30 GMT", + "Date": "Tue, 17 Nov 2020 00:34:08 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "9" + "x-envoy-upstream-service-time": "10" }, "ResponseBody": { - "status": "running", - "createdDateTime": "2020-09-09T22:38:30Z", - "lastUpdatedDateTime": "2020-09-09T22:38:30Z" + "status": "notStarted", + "createdDateTime": "2020-11-17T00:34:09Z", + "lastUpdatedDateTime": "2020-11-17T00:34:09Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/9d54abb1-18eb-4236-9ba3-5bcc291778e0", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/receipt/analyzeResults/f517740e-79f7-42da-948b-97d661c71a0c", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "a2cf95f98e3f8a47f4714b3f9bc507ff", "x-ms-return-client-request-id": "true" @@ -75,29 +75,29 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "d4fdb9e1-32f1-4dee-93f2-7170f94847e4", + "apim-request-id": "d6d597af-e801-4b08-b207-98371ffdfd80", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:38:31 GMT", + "Date": "Tue, 17 Nov 2020 00:34:09 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "9" + "x-envoy-upstream-service-time": "10" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-09-09T22:38:30Z", - "lastUpdatedDateTime": "2020-09-09T22:38:30Z" + "createdDateTime": "2020-11-17T00:34:09Z", + "lastUpdatedDateTime": "2020-11-17T00:34:09Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/9d54abb1-18eb-4236-9ba3-5bcc291778e0", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/receipt/analyzeResults/f517740e-79f7-42da-948b-97d661c71a0c", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "e386ff40c3133d2c236253c257d2a41a", "x-ms-return-client-request-id": "true" @@ -105,29 +105,29 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "fe0c117c-b6f1-41a5-bc36-b09124dc3c2e", + "apim-request-id": "84e57d65-2725-4efc-a93f-b1775a0b4194", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:38:32 GMT", + "Date": "Tue, 17 Nov 2020 00:34:10 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "11" + "x-envoy-upstream-service-time": "10" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-09-09T22:38:30Z", - "lastUpdatedDateTime": "2020-09-09T22:38:30Z" + "createdDateTime": "2020-11-17T00:34:09Z", + "lastUpdatedDateTime": "2020-11-17T00:34:09Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/9d54abb1-18eb-4236-9ba3-5bcc291778e0", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/receipt/analyzeResults/f517740e-79f7-42da-948b-97d661c71a0c", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "79b6bfc8de7b50200e31a0a28676b676", "x-ms-return-client-request-id": "true" @@ -135,18 +135,18 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "fc2a2005-2d82-495a-9592-f698828a048b", + "apim-request-id": "55879c3a-efbc-4f35-9866-da7154d88e68", "Content-Length": "2835", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:38:33 GMT", + "Date": "Tue, 17 Nov 2020 00:34:11 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": "17" }, "ResponseBody": { "status": "succeeded", - "createdDateTime": "2020-09-09T22:38:30Z", - "lastUpdatedDateTime": "2020-09-09T22:38:33Z", + "createdDateTime": "2020-11-17T00:34:09Z", + "lastUpdatedDateTime": "2020-11-17T00:34:12Z", "analyzeResult": { "version": "2.1.0", "readResults": [ @@ -450,7 +450,7 @@ ], "Variables": { "FORM_RECOGNIZER_API_KEY": "Sanitized", - "FORM_RECOGNIZER_ENDPOINT": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/", + "FORM_RECOGNIZER_ENDPOINT": "https://mariari-centraluseuap.cognitiveservices.azure.com/", "RandomSeed": "678978120" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeReceiptsThrowsForDamagedFile.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeReceiptsThrowsForDamagedFile.json index 95fd67b2fe7db..242b9747f963e 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeReceiptsThrowsForDamagedFile.json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeReceiptsThrowsForDamagedFile.json @@ -1,17 +1,17 @@ { "Entries": [ { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyze?includeTextDetails=false", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/receipt/analyze?includeTextDetails=false", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "7", "Content-Type": "application/pdf", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-6c781f2842860f4cab7c141a5d86de90-af90a45dbc60c041-00", + "traceparent": "00-e0f18bf421b2b84daa1db60aabf2a381-d3930ab4944e1e41-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "0cdda38a34d7964a2ef6fa176c0d00c0", "x-ms-return-client-request-id": "true" @@ -19,19 +19,19 @@ "RequestBody": "JVBERlVVVQ==", "StatusCode": 400, "ResponseHeaders": { - "apim-request-id": "08efebd0-63d2-46af-98a3-782fc8ff39ef", + "apim-request-id": "3316139f-563f-43bf-a1d9-fa2d368f0f17", "Content-Length": "161", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:29:36 GMT", + "Date": "Tue, 17 Nov 2020 00:32:07 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "13" + "x-envoy-upstream-service-time": "3" }, "ResponseBody": { "error": { "code": "BadArgument", "innerError": { - "requestId": "08efebd0-63d2-46af-98a3-782fc8ff39ef" + "requestId": "3316139f-563f-43bf-a1d9-fa2d368f0f17" }, "message": "Bad or unrecognizable request JSON or binary file." } @@ -40,7 +40,7 @@ ], "Variables": { "FORM_RECOGNIZER_API_KEY": "Sanitized", - "FORM_RECOGNIZER_ENDPOINT": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/", + "FORM_RECOGNIZER_ENDPOINT": "https://mariari-centraluseuap.cognitiveservices.azure.com/", "RandomSeed": "44808129" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeReceiptsThrowsForDamagedFileAsync.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeReceiptsThrowsForDamagedFileAsync.json index 1462cfdabeef0..8b345167081cd 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeReceiptsThrowsForDamagedFileAsync.json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeReceiptsThrowsForDamagedFileAsync.json @@ -1,17 +1,17 @@ { "Entries": [ { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyze?includeTextDetails=false", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/receipt/analyze?includeTextDetails=false", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "7", "Content-Type": "application/pdf", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-5feff66ba82ba54491c0b1a0f53cad6a-846fee55bba83f43-00", + "traceparent": "00-41fb1c5311edd9488fc2c5d90fb74691-e4fb2f4ee2a4b744-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "10e778d4031e215651dbb0787631ded2", "x-ms-return-client-request-id": "true" @@ -19,10 +19,10 @@ "RequestBody": "JVBERlVVVQ==", "StatusCode": 400, "ResponseHeaders": { - "apim-request-id": "2eed2d9a-b319-4d9b-8b74-5a0450bb3088", + "apim-request-id": "65daf5a7-36dc-4d4c-af35-424f2158c43d", "Content-Length": "161", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:34:34 GMT", + "Date": "Tue, 17 Nov 2020 00:33:29 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", "x-envoy-upstream-service-time": "3" @@ -31,7 +31,7 @@ "error": { "code": "BadArgument", "innerError": { - "requestId": "2eed2d9a-b319-4d9b-8b74-5a0450bb3088" + "requestId": "65daf5a7-36dc-4d4c-af35-424f2158c43d" }, "message": "Bad or unrecognizable request JSON or binary file." } @@ -40,7 +40,7 @@ ], "Variables": { "FORM_RECOGNIZER_API_KEY": "Sanitized", - "FORM_RECOGNIZER_ENDPOINT": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/", + "FORM_RECOGNIZER_ENDPOINT": "https://mariari-centraluseuap.cognitiveservices.azure.com/", "RandomSeed": "41234871" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeReceiptsWithSupportedLocale(%%).json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeReceiptsWithSupportedLocale(%%).json index 944375a538f58..b3714518bcbee 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeReceiptsWithSupportedLocale(%%).json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeReceiptsWithSupportedLocale(%%).json @@ -1,16 +1,16 @@ { "Entries": [ { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyze?includeTextDetails=true\u0026locale=", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/receipt/analyze?includeTextDetails=true\u0026locale=", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "279674", "Content-Type": "image/jpeg", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-ad87df827a52af48a099144908382828-19a311a85ea7304f-00", + "traceparent": "00-f06f107accde634ba7aea724be725674-310524fc4575c543-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201015.1", + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "4df6fc9bacf2a53f024b7d45f36f4bff", @@ -19,24 +19,24 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "aa6eec58-b2a2-40ad-873b-6937e02da063", + "apim-request-id": "cd27edfc-9bf7-46c5-a58c-98c9aaf2182d", "Content-Length": "0", - "Date": "Thu, 15 Oct 2020 23:59:11 GMT", - "Operation-Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/aa6eec58-b2a2-40ad-873b-6937e02da063", + "Date": "Tue, 17 Nov 2020 00:33:04 GMT", + "Operation-Location": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/receipt/analyzeResults/cd27edfc-9bf7-46c5-a58c-98c9aaf2182d", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "205" + "x-envoy-upstream-service-time": "221" }, "ResponseBody": [] }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/aa6eec58-b2a2-40ad-873b-6937e02da063", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/receipt/analyzeResults/cd27edfc-9bf7-46c5-a58c-98c9aaf2182d", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201015.1", + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "a84ca2803020c0776420dd88f18c7183", @@ -45,28 +45,28 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "7d5741ef-5845-4bb0-b198-dd3b71509d10", - "Content-Length": "109", + "apim-request-id": "d6fadf0a-890c-4707-9ac2-17f243dd9364", + "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 15 Oct 2020 23:59:11 GMT", + "Date": "Tue, 17 Nov 2020 00:33:04 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "11" + "x-envoy-upstream-service-time": "15" }, "ResponseBody": { - "status": "notStarted", - "createdDateTime": "2020-10-15T23:59:12Z", - "lastUpdatedDateTime": "2020-10-15T23:59:12Z" + "status": "running", + "createdDateTime": "2020-11-17T00:33:05Z", + "lastUpdatedDateTime": "2020-11-17T00:33:05Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/aa6eec58-b2a2-40ad-873b-6937e02da063", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/receipt/analyzeResults/cd27edfc-9bf7-46c5-a58c-98c9aaf2182d", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201015.1", + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "629b9b546fb65de94918604a6f92091e", @@ -75,28 +75,28 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "530a63bb-f50a-462f-bd99-72343902661e", + "apim-request-id": "d4f39424-f26b-496f-a09a-a10d2e83cbd1", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 15 Oct 2020 23:59:12 GMT", + "Date": "Tue, 17 Nov 2020 00:33:06 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", "x-envoy-upstream-service-time": "11" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-10-15T23:59:12Z", - "lastUpdatedDateTime": "2020-10-15T23:59:12Z" + "createdDateTime": "2020-11-17T00:33:05Z", + "lastUpdatedDateTime": "2020-11-17T00:33:05Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/aa6eec58-b2a2-40ad-873b-6937e02da063", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/receipt/analyzeResults/cd27edfc-9bf7-46c5-a58c-98c9aaf2182d", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201015.1", + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "3afa947a65856b708436e9d2cfb6b476", @@ -105,18 +105,18 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "2464897b-b9d8-482f-8bf8-1e797d9459c6", + "apim-request-id": "ffd11089-6d95-4975-a7e5-6a1823801d93", "Content-Length": "8808", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 15 Oct 2020 23:59:13 GMT", + "Date": "Tue, 17 Nov 2020 00:33:07 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "26" + "x-envoy-upstream-service-time": "19" }, "ResponseBody": { "status": "succeeded", - "createdDateTime": "2020-10-15T23:59:12Z", - "lastUpdatedDateTime": "2020-10-15T23:59:13Z", + "createdDateTime": "2020-11-17T00:33:05Z", + "lastUpdatedDateTime": "2020-11-17T00:33:06Z", "analyzeResult": { "version": "2.1.0", "readResults": [ @@ -1309,7 +1309,7 @@ ], "Variables": { "FORM_RECOGNIZER_API_KEY": "Sanitized", - "FORM_RECOGNIZER_ENDPOINT": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/", + "FORM_RECOGNIZER_ENDPOINT": "https://mariari-centraluseuap.cognitiveservices.azure.com/", "RandomSeed": "316388971" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeReceiptsWithSupportedLocale(%%)Async.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeReceiptsWithSupportedLocale(%%)Async.json index 1e9b7bb031d74..35250aa79eb1b 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeReceiptsWithSupportedLocale(%%)Async.json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeReceiptsWithSupportedLocale(%%)Async.json @@ -1,16 +1,16 @@ { "Entries": [ { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyze?includeTextDetails=true\u0026locale=", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/receipt/analyze?includeTextDetails=true\u0026locale=", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "279674", "Content-Type": "image/jpeg", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-55eaeb130d324d47aacdf14a3877125b-2a683e348b65344d-00", + "traceparent": "00-f6a3ef6bc687b94a9be9bb06e01f64ec-d07f9f5c6d953249-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201015.1", + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "86f7b26afbf5b1326f3f28856a9b4e31", @@ -19,24 +19,24 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "a80d7300-300d-4de6-b1d5-bac0a93c1282", + "apim-request-id": "b83863ed-03f4-4760-b43a-b7dc1bf32d5a", "Content-Length": "0", - "Date": "Thu, 15 Oct 2020 23:59:23 GMT", - "Operation-Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/a80d7300-300d-4de6-b1d5-bac0a93c1282", + "Date": "Tue, 17 Nov 2020 00:34:19 GMT", + "Operation-Location": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/receipt/analyzeResults/b83863ed-03f4-4760-b43a-b7dc1bf32d5a", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "277" + "x-envoy-upstream-service-time": "188" }, "ResponseBody": [] }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/a80d7300-300d-4de6-b1d5-bac0a93c1282", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/receipt/analyzeResults/b83863ed-03f4-4760-b43a-b7dc1bf32d5a", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201015.1", + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "935d5ab70d6a615759fad115cd9ad4fd", @@ -45,28 +45,28 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "30cf3a80-d111-48f8-b894-aac667a9ea68", + "apim-request-id": "68ca3e93-2fe7-4ba2-9e0c-17706a782c69", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 15 Oct 2020 23:59:23 GMT", + "Date": "Tue, 17 Nov 2020 00:34:19 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "17" + "x-envoy-upstream-service-time": "11" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-10-15T23:59:23Z", - "lastUpdatedDateTime": "2020-10-15T23:59:23Z" + "createdDateTime": "2020-11-17T00:34:19Z", + "lastUpdatedDateTime": "2020-11-17T00:34:19Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/a80d7300-300d-4de6-b1d5-bac0a93c1282", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/receipt/analyzeResults/b83863ed-03f4-4760-b43a-b7dc1bf32d5a", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201015.1", + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "f12811396f701c362c68464fbe36532d", @@ -75,28 +75,28 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "72ae948f-f80f-4d97-81c1-ade1d994ad19", + "apim-request-id": "74043dce-d3ab-4611-a9f5-6dc3322ac27a", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 15 Oct 2020 23:59:24 GMT", + "Date": "Tue, 17 Nov 2020 00:34:20 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "53" + "x-envoy-upstream-service-time": "10" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-10-15T23:59:23Z", - "lastUpdatedDateTime": "2020-10-15T23:59:23Z" + "createdDateTime": "2020-11-17T00:34:19Z", + "lastUpdatedDateTime": "2020-11-17T00:34:19Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/a80d7300-300d-4de6-b1d5-bac0a93c1282", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/receipt/analyzeResults/b83863ed-03f4-4760-b43a-b7dc1bf32d5a", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201015.1", + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "6242bb2313c45ce45a952cfa2a1ce4d5", @@ -105,18 +105,18 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "7015aaf2-95d3-43c3-8989-29fded93dcdb", + "apim-request-id": "29f1d518-8647-4d39-9410-8b0e1b7d5485", "Content-Length": "8808", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 15 Oct 2020 23:59:25 GMT", + "Date": "Tue, 17 Nov 2020 00:34:21 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", "x-envoy-upstream-service-time": "21" }, "ResponseBody": { "status": "succeeded", - "createdDateTime": "2020-10-15T23:59:23Z", - "lastUpdatedDateTime": "2020-10-15T23:59:25Z", + "createdDateTime": "2020-11-17T00:34:19Z", + "lastUpdatedDateTime": "2020-11-17T00:34:21Z", "analyzeResult": { "version": "2.1.0", "readResults": [ @@ -1309,7 +1309,7 @@ ], "Variables": { "FORM_RECOGNIZER_API_KEY": "Sanitized", - "FORM_RECOGNIZER_ENDPOINT": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/", + "FORM_RECOGNIZER_ENDPOINT": "https://mariari-centraluseuap.cognitiveservices.azure.com/", "RandomSeed": "1049801833" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeReceiptsWithSupportedLocale(%en-US%).json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeReceiptsWithSupportedLocale(%en-US%).json index 6e9407d1fd534..97f1e476af8e2 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeReceiptsWithSupportedLocale(%en-US%).json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeReceiptsWithSupportedLocale(%en-US%).json @@ -1,16 +1,16 @@ { "Entries": [ { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyze?includeTextDetails=true\u0026locale=en-US", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/receipt/analyze?includeTextDetails=true\u0026locale=en-US", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "279674", "Content-Type": "image/jpeg", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-15f92b845ce2b646a3c74b0bddd93b32-007f650f2468a945-00", + "traceparent": "00-81ed2758bdda6f43968df3a3a177cbdb-a59b4e511256854b-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201015.1", + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "17ab643d28e6f2c8808fced1b2bd1690", @@ -19,24 +19,24 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "b21a2067-ff40-49cb-a72f-e4af763e8cb2", + "apim-request-id": "adf3fc22-32d2-46fd-a099-8791885666df", "Content-Length": "0", - "Date": "Thu, 15 Oct 2020 23:59:08 GMT", - "Operation-Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/b21a2067-ff40-49cb-a72f-e4af763e8cb2", + "Date": "Tue, 17 Nov 2020 00:33:01 GMT", + "Operation-Location": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/receipt/analyzeResults/adf3fc22-32d2-46fd-a099-8791885666df", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "228" + "x-envoy-upstream-service-time": "239" }, "ResponseBody": [] }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/b21a2067-ff40-49cb-a72f-e4af763e8cb2", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/receipt/analyzeResults/adf3fc22-32d2-46fd-a099-8791885666df", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201015.1", + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "5fd23f79a12052ec47cf208170a6619c", @@ -45,28 +45,28 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "7edf676a-0acb-415d-b874-9a9cee638d6c", - "Content-Length": "109", + "apim-request-id": "9a15c465-43f3-4349-9cd5-4d3dcfac921a", + "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 15 Oct 2020 23:59:08 GMT", + "Date": "Tue, 17 Nov 2020 00:33:01 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "13" + "x-envoy-upstream-service-time": "10" }, "ResponseBody": { - "status": "notStarted", - "createdDateTime": "2020-10-15T23:59:09Z", - "lastUpdatedDateTime": "2020-10-15T23:59:09Z" + "status": "running", + "createdDateTime": "2020-11-17T00:33:01Z", + "lastUpdatedDateTime": "2020-11-17T00:33:01Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/b21a2067-ff40-49cb-a72f-e4af763e8cb2", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/receipt/analyzeResults/adf3fc22-32d2-46fd-a099-8791885666df", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201015.1", + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "7329a64adbd1ce4923b39e475fd352ce", @@ -75,28 +75,28 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "93bb8bca-ab8f-4023-8b13-73a657562acd", + "apim-request-id": "43a18239-90a6-4947-97f9-043dfce207ed", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 15 Oct 2020 23:59:09 GMT", + "Date": "Tue, 17 Nov 2020 00:33:02 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "13" + "x-envoy-upstream-service-time": "11" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-10-15T23:59:09Z", - "lastUpdatedDateTime": "2020-10-15T23:59:09Z" + "createdDateTime": "2020-11-17T00:33:01Z", + "lastUpdatedDateTime": "2020-11-17T00:33:01Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/b21a2067-ff40-49cb-a72f-e4af763e8cb2", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/receipt/analyzeResults/adf3fc22-32d2-46fd-a099-8791885666df", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201015.1", + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "a6c73615c1859c467858cf16074782da", @@ -105,18 +105,48 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "95dd5735-ef7d-4761-9d0d-3d14cf2b236c", + "apim-request-id": "2aaa8781-710c-460a-8087-63fff020bf45", + "Content-Length": "106", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 17 Nov 2020 00:33:03 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "10" + }, + "ResponseBody": { + "status": "running", + "createdDateTime": "2020-11-17T00:33:01Z", + "lastUpdatedDateTime": "2020-11-17T00:33:01Z" + } + }, + { + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/receipt/analyzeResults/adf3fc22-32d2-46fd-a099-8791885666df", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "0c87322da3949dbff6033b6d03a4f273", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "24d0af18-879a-430b-bce5-354c13a18590", "Content-Length": "8808", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 15 Oct 2020 23:59:10 GMT", + "Date": "Tue, 17 Nov 2020 00:33:04 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": "17" }, "ResponseBody": { "status": "succeeded", - "createdDateTime": "2020-10-15T23:59:09Z", - "lastUpdatedDateTime": "2020-10-15T23:59:11Z", + "createdDateTime": "2020-11-17T00:33:01Z", + "lastUpdatedDateTime": "2020-11-17T00:33:04Z", "analyzeResult": { "version": "2.1.0", "readResults": [ @@ -1309,7 +1339,7 @@ ], "Variables": { "FORM_RECOGNIZER_API_KEY": "Sanitized", - "FORM_RECOGNIZER_ENDPOINT": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/", + "FORM_RECOGNIZER_ENDPOINT": "https://mariari-centraluseuap.cognitiveservices.azure.com/", "RandomSeed": "1679087298" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeReceiptsWithSupportedLocale(%en-US%)Async.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeReceiptsWithSupportedLocale(%en-US%)Async.json index 0be7385bc6c84..c9b779b6dcabe 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeReceiptsWithSupportedLocale(%en-US%)Async.json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeReceiptsWithSupportedLocale(%en-US%)Async.json @@ -1,16 +1,16 @@ { "Entries": [ { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyze?includeTextDetails=true\u0026locale=en-US", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/receipt/analyze?includeTextDetails=true\u0026locale=en-US", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "279674", "Content-Type": "image/jpeg", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-d322d3ea5790ed4499a0e665c51f0980-f1065a9397d1004e-00", + "traceparent": "00-931beb19fe2f5742b98258a4c6534dd8-1b7b0915af3e6642-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201015.1", + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "75af3e2abc37deef2b33dc25f0383d5c", @@ -19,24 +19,24 @@ "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "09684e32-32e0-4c32-99b7-431e18b7e63b", + "apim-request-id": "d3c52247-2c6b-4bb6-8e19-e7e2073e0cec", "Content-Length": "0", - "Date": "Thu, 15 Oct 2020 23:59:21 GMT", - "Operation-Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/09684e32-32e0-4c32-99b7-431e18b7e63b", + "Date": "Tue, 17 Nov 2020 00:34:16 GMT", + "Operation-Location": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/receipt/analyzeResults/d3c52247-2c6b-4bb6-8e19-e7e2073e0cec", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "215" + "x-envoy-upstream-service-time": "232" }, "ResponseBody": [] }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/09684e32-32e0-4c32-99b7-431e18b7e63b", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/receipt/analyzeResults/d3c52247-2c6b-4bb6-8e19-e7e2073e0cec", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201015.1", + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "77f3e00d07648dba428d95aa622958fa", @@ -45,28 +45,28 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "cd0bcb1c-6f29-4462-8870-072e3f8a303d", - "Content-Length": "109", + "apim-request-id": "beb05e20-a3eb-454c-8b99-fc59c2a14096", + "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 15 Oct 2020 23:59:21 GMT", + "Date": "Tue, 17 Nov 2020 00:34:16 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "12" + "x-envoy-upstream-service-time": "10" }, "ResponseBody": { - "status": "notStarted", - "createdDateTime": "2020-10-15T23:59:21Z", - "lastUpdatedDateTime": "2020-10-15T23:59:21Z" + "status": "running", + "createdDateTime": "2020-11-17T00:34:17Z", + "lastUpdatedDateTime": "2020-11-17T00:34:17Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/09684e32-32e0-4c32-99b7-431e18b7e63b", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/receipt/analyzeResults/d3c52247-2c6b-4bb6-8e19-e7e2073e0cec", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201015.1", + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "4cfd66ccfe623bdd2414dcc55c6b0f23", @@ -75,28 +75,28 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "34d91c7a-c5a9-414b-8eeb-327aa7a7ee28", + "apim-request-id": "0c9068ac-8c2b-4423-bd0c-8ce42c32aae8", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 15 Oct 2020 23:59:22 GMT", + "Date": "Tue, 17 Nov 2020 00:34:17 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", "x-envoy-upstream-service-time": "10" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-10-15T23:59:21Z", - "lastUpdatedDateTime": "2020-10-15T23:59:21Z" + "createdDateTime": "2020-11-17T00:34:17Z", + "lastUpdatedDateTime": "2020-11-17T00:34:17Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/09684e32-32e0-4c32-99b7-431e18b7e63b", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/receipt/analyzeResults/d3c52247-2c6b-4bb6-8e19-e7e2073e0cec", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201015.1", + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "749eb7dd88b92233842132a927447c02", @@ -105,18 +105,18 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "03f110e7-2519-404a-a9af-2483211f8062", + "apim-request-id": "0ad42697-5eea-4366-931d-1a763cc23cc6", "Content-Length": "8808", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 15 Oct 2020 23:59:23 GMT", + "Date": "Tue, 17 Nov 2020 00:34:18 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "17" + "x-envoy-upstream-service-time": "18" }, "ResponseBody": { "status": "succeeded", - "createdDateTime": "2020-10-15T23:59:21Z", - "lastUpdatedDateTime": "2020-10-15T23:59:22Z", + "createdDateTime": "2020-11-17T00:34:17Z", + "lastUpdatedDateTime": "2020-11-17T00:34:18Z", "analyzeResult": { "version": "2.1.0", "readResults": [ @@ -1309,7 +1309,7 @@ ], "Variables": { "FORM_RECOGNIZER_API_KEY": "Sanitized", - "FORM_RECOGNIZER_ENDPOINT": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/", + "FORM_RECOGNIZER_ENDPOINT": "https://mariari-centraluseuap.cognitiveservices.azure.com/", "RandomSeed": "612086966" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeReceiptsWithWrongLocale.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeReceiptsWithWrongLocale.json index 81720cb5e8818..00ad57c23ed4e 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeReceiptsWithWrongLocale.json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeReceiptsWithWrongLocale.json @@ -1,16 +1,16 @@ { "Entries": [ { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyze?includeTextDetails=false\u0026locale=not-locale", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/receipt/analyze?includeTextDetails=false\u0026locale=not-locale", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "22", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-737b7be95cf82045aac782d32e5adb9d-80e295e93282e74a-00", + "traceparent": "00-bdfff1fe45485948a72caac4afa8e7e2-4eabed605bcdd347-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201015.1", + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "307cfc684d40c8c378390ad52e6fc30f", @@ -21,19 +21,19 @@ }, "StatusCode": 400, "ResponseHeaders": { - "apim-request-id": "5b50d39d-4351-450f-b96a-c3a4bd9e3c29", + "apim-request-id": "d572ca33-a3c4-404c-8bfd-e15e1695ddba", "Content-Length": "200", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 15 Oct 2020 23:59:02 GMT", + "Date": "Tue, 17 Nov 2020 00:32:07 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "422" + "x-envoy-upstream-service-time": "397" }, "ResponseBody": { "error": { "code": "UnsupportedLocale", "innerError": { - "requestId": "5b50d39d-4351-450f-b96a-c3a4bd9e3c29" + "requestId": "d572ca33-a3c4-404c-8bfd-e15e1695ddba" }, "message": "Locale unsupported. Supported locales include en-AU, en-CA, en-GB, en-IN and en-US." } @@ -42,7 +42,7 @@ ], "Variables": { "FORM_RECOGNIZER_API_KEY": "Sanitized", - "FORM_RECOGNIZER_ENDPOINT": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/", + "FORM_RECOGNIZER_ENDPOINT": "https://mariari-centraluseuap.cognitiveservices.azure.com/", "RandomSeed": "1546482383" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeReceiptsWithWrongLocaleAsync.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeReceiptsWithWrongLocaleAsync.json index a4e83a5e02d35..d5265fe1353f5 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeReceiptsWithWrongLocaleAsync.json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormRecognizerClientLiveTests/StartRecognizeReceiptsWithWrongLocaleAsync.json @@ -1,16 +1,16 @@ { "Entries": [ { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyze?includeTextDetails=false\u0026locale=not-locale", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/receipt/analyze?includeTextDetails=false\u0026locale=not-locale", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "22", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-8434dd48e8cd584d850dab89723647b9-9ed66bb2c5c3e54c-00", + "traceparent": "00-d996159e13a5d54e9107dbf7ceaae36c-bec91e7a45d51744-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201015.1", + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "24682f5fd4cc3697e1e40d02c063088f", @@ -21,19 +21,19 @@ }, "StatusCode": 400, "ResponseHeaders": { - "apim-request-id": "471c471c-fcae-4324-a4a3-926f61db5364", + "apim-request-id": "d874292c-8a31-488c-8aa6-ba6e473c8b9a", "Content-Length": "200", "Content-Type": "application/json; charset=utf-8", - "Date": "Thu, 15 Oct 2020 23:59:15 GMT", + "Date": "Tue, 17 Nov 2020 00:33:29 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "133" + "x-envoy-upstream-service-time": "602" }, "ResponseBody": { "error": { "code": "UnsupportedLocale", "innerError": { - "requestId": "471c471c-fcae-4324-a4a3-926f61db5364" + "requestId": "d874292c-8a31-488c-8aa6-ba6e473c8b9a" }, "message": "Locale unsupported. Supported locales include en-AU, en-CA, en-GB, en-IN and en-US." } @@ -42,7 +42,7 @@ ], "Variables": { "FORM_RECOGNIZER_API_KEY": "Sanitized", - "FORM_RECOGNIZER_ENDPOINT": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/", + "FORM_RECOGNIZER_ENDPOINT": "https://mariari-centraluseuap.cognitiveservices.azure.com/", "RandomSeed": "2135230702" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/CheckFormTypeinSubmodelAndRecognizedForm(False).json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/CheckFormTypeinSubmodelAndRecognizedForm(False).json index 7d92180fa11b6..3b2e4445b2b75 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/CheckFormTypeinSubmodelAndRecognizedForm(False).json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/CheckFormTypeinSubmodelAndRecognizedForm(False).json @@ -1,17 +1,17 @@ { "Entries": [ { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "43", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-8b8619f5772b5a4bbdf15b78784c6569-036cb0fa7954f540-00", + "traceparent": "00-828a7237dc1c55419b9d00c7e31874d4-a757fcfb526ed44f-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200930.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "9b4852d2859090f266336770dfc891fd", "x-ms-return-client-request-id": "true" @@ -22,25 +22,25 @@ }, "StatusCode": 201, "ResponseHeaders": { - "apim-request-id": "4650c60f-fcc0-4e63-b024-13ee5c718362", + "apim-request-id": "09db3c38-2a56-4060-a666-b98d1ea6b6ee", "Content-Length": "0", - "Date": "Wed, 30 Sep 2020 17:33:26 GMT", - "Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/13866256-a6ee-4ff3-bf9d-e31aadd547de", + "Date": "Fri, 30 Oct 2020 13:21:14 GMT", + "Location": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/2e076466-b041-4a9b-a7a9-41910a16e328", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "474" + "x-envoy-upstream-service-time": "89" }, "ResponseBody": [] }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/13866256-a6ee-4ff3-bf9d-e31aadd547de?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/2e076466-b041-4a9b-a7a9-41910a16e328?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200930.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "cd31057e324b13a7db93254854390f91", "x-ms-return-client-request-id": "true" @@ -48,32 +48,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "972b4e34-bd3a-4316-9c45-9b1d7598113a", + "apim-request-id": "0a54de35-a772-440f-b2bc-4eb30078c2c4", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 17:33:26 GMT", + "Date": "Fri, 30 Oct 2020 13:21:14 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": "18" }, "ResponseBody": { "modelInfo": { - "modelId": "13866256-a6ee-4ff3-bf9d-e31aadd547de", + "modelId": "2e076466-b041-4a9b-a7a9-41910a16e328", "status": "creating", - "createdDateTime": "2020-09-30T17:33:27Z", - "lastUpdatedDateTime": "2020-09-30T17:33:27Z" + "createdDateTime": "2020-10-30T13:21:15Z", + "lastUpdatedDateTime": "2020-10-30T13:21:15Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/13866256-a6ee-4ff3-bf9d-e31aadd547de?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/2e076466-b041-4a9b-a7a9-41910a16e328?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200930.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "f25fd13c76a2ea3d7d47efb1f03ff216", "x-ms-return-client-request-id": "true" @@ -81,32 +81,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "30613aec-1325-4a7e-be0f-f19841ed1cc6", + "apim-request-id": "a7c0c965-f4af-4e59-8a41-f1a65ddf7dd8", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 17:33:27 GMT", + "Date": "Fri, 30 Oct 2020 13:21:16 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": "20" }, "ResponseBody": { "modelInfo": { - "modelId": "13866256-a6ee-4ff3-bf9d-e31aadd547de", + "modelId": "2e076466-b041-4a9b-a7a9-41910a16e328", "status": "creating", - "createdDateTime": "2020-09-30T17:33:27Z", - "lastUpdatedDateTime": "2020-09-30T17:33:27Z" + "createdDateTime": "2020-10-30T13:21:15Z", + "lastUpdatedDateTime": "2020-10-30T13:21:15Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/13866256-a6ee-4ff3-bf9d-e31aadd547de?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/2e076466-b041-4a9b-a7a9-41910a16e328?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200930.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "2e9e059d41dea082aa34c0fc60a93c2c", "x-ms-return-client-request-id": "true" @@ -114,9 +114,9 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "76b8cb27-fb60-4513-bb9f-d45e0b92c49b", + "apim-request-id": "25c5c0e0-6ea4-4f99-9a88-4a895ac9a42c", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 17:33:28 GMT", + "Date": "Fri, 30 Oct 2020 13:21:17 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", @@ -124,22 +124,22 @@ }, "ResponseBody": { "modelInfo": { - "modelId": "13866256-a6ee-4ff3-bf9d-e31aadd547de", + "modelId": "2e076466-b041-4a9b-a7a9-41910a16e328", "status": "creating", - "createdDateTime": "2020-09-30T17:33:27Z", - "lastUpdatedDateTime": "2020-09-30T17:33:27Z" + "createdDateTime": "2020-10-30T13:21:15Z", + "lastUpdatedDateTime": "2020-10-30T13:21:15Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/13866256-a6ee-4ff3-bf9d-e31aadd547de?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/2e076466-b041-4a9b-a7a9-41910a16e328?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200930.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "0d33d6239e69085bc747500342f5239b", "x-ms-return-client-request-id": "true" @@ -147,32 +147,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "8ccfebf3-917f-49bf-ac2e-07792d3c6007", + "apim-request-id": "23479bd2-1a78-4dbe-bd14-b314b4068f1f", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 17:33:29 GMT", + "Date": "Fri, 30 Oct 2020 13:21:19 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": "43" }, "ResponseBody": { "modelInfo": { - "modelId": "13866256-a6ee-4ff3-bf9d-e31aadd547de", + "modelId": "2e076466-b041-4a9b-a7a9-41910a16e328", "status": "creating", - "createdDateTime": "2020-09-30T17:33:27Z", - "lastUpdatedDateTime": "2020-09-30T17:33:27Z" + "createdDateTime": "2020-10-30T13:21:15Z", + "lastUpdatedDateTime": "2020-10-30T13:21:15Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/13866256-a6ee-4ff3-bf9d-e31aadd547de?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/2e076466-b041-4a9b-a7a9-41910a16e328?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200930.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "4fab0ea0e09afbb34ebf476db64189d3", "x-ms-return-client-request-id": "true" @@ -180,32 +180,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "e913822b-51a1-4fa2-8e5e-482ce0f218f2", + "apim-request-id": "5719aba6-3bf3-4507-90dd-e986f0288fb3", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 17:33:31 GMT", + "Date": "Fri, 30 Oct 2020 13:21:20 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "61" + "x-envoy-upstream-service-time": "23" }, "ResponseBody": { "modelInfo": { - "modelId": "13866256-a6ee-4ff3-bf9d-e31aadd547de", + "modelId": "2e076466-b041-4a9b-a7a9-41910a16e328", "status": "creating", - "createdDateTime": "2020-09-30T17:33:27Z", - "lastUpdatedDateTime": "2020-09-30T17:33:27Z" + "createdDateTime": "2020-10-30T13:21:15Z", + "lastUpdatedDateTime": "2020-10-30T13:21:15Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/13866256-a6ee-4ff3-bf9d-e31aadd547de?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/2e076466-b041-4a9b-a7a9-41910a16e328?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200930.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "198dc20be40cfeada9966696f07f5db5", "x-ms-return-client-request-id": "true" @@ -213,32 +213,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "dd29fcb5-3fa2-499a-9635-d93a4d2f8fea", + "apim-request-id": "57acb79b-40b5-4dac-b1b9-27aa9ad2922a", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 17:33:32 GMT", + "Date": "Fri, 30 Oct 2020 13:21:22 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "135" + "x-envoy-upstream-service-time": "35" }, "ResponseBody": { "modelInfo": { - "modelId": "13866256-a6ee-4ff3-bf9d-e31aadd547de", + "modelId": "2e076466-b041-4a9b-a7a9-41910a16e328", "status": "creating", - "createdDateTime": "2020-09-30T17:33:27Z", - "lastUpdatedDateTime": "2020-09-30T17:33:27Z" + "createdDateTime": "2020-10-30T13:21:15Z", + "lastUpdatedDateTime": "2020-10-30T13:21:15Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/13866256-a6ee-4ff3-bf9d-e31aadd547de?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/2e076466-b041-4a9b-a7a9-41910a16e328?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200930.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "515b2411edfe42922238beaa57ed5186", "x-ms-return-client-request-id": "true" @@ -246,32 +246,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "2fb2a8a8-32cb-4ec4-b74f-af83ae8dc1df", + "apim-request-id": "aca6eb03-a32d-4e54-b843-4f53150a6566", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 17:33:33 GMT", + "Date": "Fri, 30 Oct 2020 13:21:23 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": "22" }, "ResponseBody": { "modelInfo": { - "modelId": "13866256-a6ee-4ff3-bf9d-e31aadd547de", + "modelId": "2e076466-b041-4a9b-a7a9-41910a16e328", "status": "creating", - "createdDateTime": "2020-09-30T17:33:27Z", - "lastUpdatedDateTime": "2020-09-30T17:33:27Z" + "createdDateTime": "2020-10-30T13:21:15Z", + "lastUpdatedDateTime": "2020-10-30T13:21:15Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/13866256-a6ee-4ff3-bf9d-e31aadd547de?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/2e076466-b041-4a9b-a7a9-41910a16e328?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200930.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "80f87cbd0967bc8f61aca5047a1c0acf", "x-ms-return-client-request-id": "true" @@ -279,32 +279,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "be120c7e-7863-4525-84a4-fda2fa08b8d5", + "apim-request-id": "a7cfaa12-4148-48a7-bb5e-21a3d6fe95d5", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 17:33:34 GMT", + "Date": "Fri, 30 Oct 2020 13:21:25 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "47" + "x-envoy-upstream-service-time": "25" }, "ResponseBody": { "modelInfo": { - "modelId": "13866256-a6ee-4ff3-bf9d-e31aadd547de", + "modelId": "2e076466-b041-4a9b-a7a9-41910a16e328", "status": "creating", - "createdDateTime": "2020-09-30T17:33:27Z", - "lastUpdatedDateTime": "2020-09-30T17:33:27Z" + "createdDateTime": "2020-10-30T13:21:15Z", + "lastUpdatedDateTime": "2020-10-30T13:21:15Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/13866256-a6ee-4ff3-bf9d-e31aadd547de?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/2e076466-b041-4a9b-a7a9-41910a16e328?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200930.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "915b926138e51ed5304bf7d32603a7bb", "x-ms-return-client-request-id": "true" @@ -312,185 +312,20 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "1d56a88b-9ed4-4c26-9182-141298762f11", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 17:33:35 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "57" - }, - "ResponseBody": { - "modelInfo": { - "modelId": "13866256-a6ee-4ff3-bf9d-e31aadd547de", - "status": "creating", - "createdDateTime": "2020-09-30T17:33:27Z", - "lastUpdatedDateTime": "2020-09-30T17:33:27Z" - } - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/13866256-a6ee-4ff3-bf9d-e31aadd547de?includeKeys=true", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200930.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "74d9e044dc86084d949ff052478dc806", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "cdd8592b-3b09-475f-ab46-de1312411c68", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 17:33:36 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "57" - }, - "ResponseBody": { - "modelInfo": { - "modelId": "13866256-a6ee-4ff3-bf9d-e31aadd547de", - "status": "creating", - "createdDateTime": "2020-09-30T17:33:27Z", - "lastUpdatedDateTime": "2020-09-30T17:33:27Z" - } - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/13866256-a6ee-4ff3-bf9d-e31aadd547de?includeKeys=true", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200930.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "c448ef2ebf9185a1a7d9501c12bc955e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "ffaff8de-e447-4468-8da0-4b4b0c4ff8d0", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 17:33:37 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "69" - }, - "ResponseBody": { - "modelInfo": { - "modelId": "13866256-a6ee-4ff3-bf9d-e31aadd547de", - "status": "creating", - "createdDateTime": "2020-09-30T17:33:27Z", - "lastUpdatedDateTime": "2020-09-30T17:33:27Z" - } - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/13866256-a6ee-4ff3-bf9d-e31aadd547de?includeKeys=true", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200930.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "99bfe904964285484553fd454782d6a2", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "47c54065-eef3-408c-8ded-64829e55cbe8", + "apim-request-id": "bd0a54ef-5a24-43ec-b4de-8ffe83945745", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 17:33:38 GMT", + "Date": "Fri, 30 Oct 2020 13:21:26 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": "37" }, "ResponseBody": { "modelInfo": { - "modelId": "13866256-a6ee-4ff3-bf9d-e31aadd547de", - "status": "creating", - "createdDateTime": "2020-09-30T17:33:27Z", - "lastUpdatedDateTime": "2020-09-30T17:33:27Z" - } - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/13866256-a6ee-4ff3-bf9d-e31aadd547de?includeKeys=true", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200930.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "37a5f082e2ba842a3e54ccad8c30f5d7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "25ff2012-f1fb-4a1f-b060-2ed5b4bfea21", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 17:33:39 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "137" - }, - "ResponseBody": { - "modelInfo": { - "modelId": "13866256-a6ee-4ff3-bf9d-e31aadd547de", - "status": "creating", - "createdDateTime": "2020-09-30T17:33:27Z", - "lastUpdatedDateTime": "2020-09-30T17:33:27Z" - } - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/13866256-a6ee-4ff3-bf9d-e31aadd547de?includeKeys=true", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200930.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "5e4d92092ece98c3a6c37f3ec25c3d24", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "d9eddcaa-433d-47b8-a171-09268b0e76f3", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 17:33:41 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "204" - }, - "ResponseBody": { - "modelInfo": { - "modelId": "13866256-a6ee-4ff3-bf9d-e31aadd547de", + "modelId": "2e076466-b041-4a9b-a7a9-41910a16e328", "status": "ready", - "createdDateTime": "2020-09-30T17:33:27Z", - "lastUpdatedDateTime": "2020-09-30T17:33:40Z" + "createdDateTime": "2020-10-30T13:21:15Z", + "lastUpdatedDateTime": "2020-10-30T13:21:26Z" }, "keys": { "clusters": { @@ -560,19 +395,19 @@ } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/13866256-a6ee-4ff3-bf9d-e31aadd547de/analyze?includeTextDetails=false", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/2e076466-b041-4a9b-a7a9-41910a16e328/analyze?includeTextDetails=false", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "22", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-1a0831c188af76439c739ec230449704-0a040b5fa36bff4d-00", + "traceparent": "00-154bc6001fcbe2409754ffca1700a1da-a2383ec603feac46-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200930.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "219aad025e1722a3bf3a5beec99bf814", + "x-ms-client-request-id": "74d9e044dc86084d949ff052478dc806", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -580,353 +415,229 @@ }, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "320253d2-9967-4bd0-9c66-a6368b01b3d7", + "apim-request-id": "cf398063-57be-479b-832b-dee0f72d0752", "Content-Length": "0", - "Date": "Wed, 30 Sep 2020 17:33:41 GMT", - "Operation-Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/13866256-a6ee-4ff3-bf9d-e31aadd547de/analyzeresults/a8963d34-d31b-4aa8-9f28-ba873be90217", + "Date": "Fri, 30 Oct 2020 13:21:26 GMT", + "Operation-Location": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/2e076466-b041-4a9b-a7a9-41910a16e328/analyzeresults/a119a0b8-8a3c-4daa-aa4c-37e721c44291", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "104" + "x-envoy-upstream-service-time": "78" }, "ResponseBody": [] }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/13866256-a6ee-4ff3-bf9d-e31aadd547de/analyzeResults/a8963d34-d31b-4aa8-9f28-ba873be90217", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/2e076466-b041-4a9b-a7a9-41910a16e328/analyzeResults/a119a0b8-8a3c-4daa-aa4c-37e721c44291", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200930.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "b53b255d783553d42d0d90f763ecc2e2", + "x-ms-client-request-id": "c448ef2ebf9185a1a7d9501c12bc955e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "b14d34de-7499-4df7-8fd1-4803557287c3", + "apim-request-id": "0fea03ed-cf69-4a70-85a8-bdeddcc1c7cf", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 17:33:42 GMT", + "Date": "Fri, 30 Oct 2020 13:21:26 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": "29" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-09-30T17:33:41Z", - "lastUpdatedDateTime": "2020-09-30T17:33:41Z" + "createdDateTime": "2020-10-30T13:21:27Z", + "lastUpdatedDateTime": "2020-10-30T13:21:27Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/13866256-a6ee-4ff3-bf9d-e31aadd547de/analyzeResults/a8963d34-d31b-4aa8-9f28-ba873be90217", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/2e076466-b041-4a9b-a7a9-41910a16e328/analyzeResults/a119a0b8-8a3c-4daa-aa4c-37e721c44291", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200930.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "deaaa716d496aac0ee2b9e93d3d5ce0a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "d1e3d989-f4c1-4ccd-8d0e-7e9abb1f3a7a", - "Content-Length": "127", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 17:33:43 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "53" - }, - "ResponseBody": { - "status": "running", - "createdDateTime": "2020-09-30T17:33:41Z", - "lastUpdatedDateTime": "2020-09-30T17:33:42Z", - "analyzeResult": null - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/13866256-a6ee-4ff3-bf9d-e31aadd547de/analyzeResults/a8963d34-d31b-4aa8-9f28-ba873be90217", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200930.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "9ce06bca87208aefd946f409ceabbed3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "5cac0b4f-e0a0-4a12-8ca4-594aec106a57", - "Content-Length": "127", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 17:33:44 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-09-30T17:33:41Z", - "lastUpdatedDateTime": "2020-09-30T17:33:42Z", - "analyzeResult": null - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/13866256-a6ee-4ff3-bf9d-e31aadd547de/analyzeResults/a8963d34-d31b-4aa8-9f28-ba873be90217", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200930.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "22d7797819f0897e6590c70ad9408057", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "231aeee0-5e77-453b-b876-882f98c31ed8", - "Content-Length": "127", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 17:33:45 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "24" - }, - "ResponseBody": { - "status": "running", - "createdDateTime": "2020-09-30T17:33:41Z", - "lastUpdatedDateTime": "2020-09-30T17:33:42Z", - "analyzeResult": null - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/13866256-a6ee-4ff3-bf9d-e31aadd547de/analyzeResults/a8963d34-d31b-4aa8-9f28-ba873be90217", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200930.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "f82d863f260b8fc1b820054fe0b6dc42", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "a6e58b17-7e61-4f4d-b66e-092cec1f128c", - "Content-Length": "127", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 17:33:46 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-09-30T17:33:41Z", - "lastUpdatedDateTime": "2020-09-30T17:33:42Z", - "analyzeResult": null - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/13866256-a6ee-4ff3-bf9d-e31aadd547de/analyzeResults/a8963d34-d31b-4aa8-9f28-ba873be90217", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200930.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "5a1bcb6cabfdb01aec573690c0e4b098", + "x-ms-client-request-id": "99bfe904964285484553fd454782d6a2", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "46301055-802c-46b1-9ed7-75a1e2550a80", + "apim-request-id": "3f9cefca-e54f-4b9b-a666-157e26a7607d", "Content-Length": "127", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 17:33:47 GMT", + "Date": "Fri, 30 Oct 2020 13:21:27 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "55" + "x-envoy-upstream-service-time": "32" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-09-30T17:33:41Z", - "lastUpdatedDateTime": "2020-09-30T17:33:42Z", + "createdDateTime": "2020-10-30T13:21:27Z", + "lastUpdatedDateTime": "2020-10-30T13:21:28Z", "analyzeResult": null } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/13866256-a6ee-4ff3-bf9d-e31aadd547de/analyzeResults/a8963d34-d31b-4aa8-9f28-ba873be90217", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/2e076466-b041-4a9b-a7a9-41910a16e328/analyzeResults/a119a0b8-8a3c-4daa-aa4c-37e721c44291", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200930.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "48ca9cc6c67e51c7b7486acf142ea9ae", + "x-ms-client-request-id": "37a5f082e2ba842a3e54ccad8c30f5d7", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "656a344a-40a1-479d-8f36-d2225bb755b9", + "apim-request-id": "a42f96c3-ac78-46b1-93e4-f576eeab5710", "Content-Length": "127", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 17:33:48 GMT", + "Date": "Fri, 30 Oct 2020 13:21:29 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "23" + "x-envoy-upstream-service-time": "30" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-09-30T17:33:41Z", - "lastUpdatedDateTime": "2020-09-30T17:33:42Z", + "createdDateTime": "2020-10-30T13:21:27Z", + "lastUpdatedDateTime": "2020-10-30T13:21:28Z", "analyzeResult": null } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/13866256-a6ee-4ff3-bf9d-e31aadd547de/analyzeResults/a8963d34-d31b-4aa8-9f28-ba873be90217", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/2e076466-b041-4a9b-a7a9-41910a16e328/analyzeResults/a119a0b8-8a3c-4daa-aa4c-37e721c44291", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200930.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "0d9e84b32625935a6b7c0bb4ef31ced3", + "x-ms-client-request-id": "5e4d92092ece98c3a6c37f3ec25c3d24", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "8617f6ea-a1e7-4ca6-abad-208508617781", + "apim-request-id": "bb623949-cfda-4b11-b2a0-09d5097c4fe6", "Content-Length": "127", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 17:33:49 GMT", + "Date": "Fri, 30 Oct 2020 13:21:30 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": "43" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-09-30T17:33:41Z", - "lastUpdatedDateTime": "2020-09-30T17:33:42Z", + "createdDateTime": "2020-10-30T13:21:27Z", + "lastUpdatedDateTime": "2020-10-30T13:21:28Z", "analyzeResult": null } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/13866256-a6ee-4ff3-bf9d-e31aadd547de/analyzeResults/a8963d34-d31b-4aa8-9f28-ba873be90217", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/2e076466-b041-4a9b-a7a9-41910a16e328/analyzeResults/a119a0b8-8a3c-4daa-aa4c-37e721c44291", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200930.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "43896c7094eba5c404c9a2b5414a9cbe", + "x-ms-client-request-id": "219aad025e1722a3bf3a5beec99bf814", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "61064416-10d3-4cec-a845-40f791725fc1", + "apim-request-id": "bd6d5821-281f-44e0-abdc-74abf7d4cbe5", "Content-Length": "127", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 17:33:50 GMT", + "Date": "Fri, 30 Oct 2020 13:21:31 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "23" + "x-envoy-upstream-service-time": "27" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-09-30T17:33:41Z", - "lastUpdatedDateTime": "2020-09-30T17:33:42Z", + "createdDateTime": "2020-10-30T13:21:27Z", + "lastUpdatedDateTime": "2020-10-30T13:21:28Z", "analyzeResult": null } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/13866256-a6ee-4ff3-bf9d-e31aadd547de/analyzeResults/a8963d34-d31b-4aa8-9f28-ba873be90217", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/2e076466-b041-4a9b-a7a9-41910a16e328/analyzeResults/a119a0b8-8a3c-4daa-aa4c-37e721c44291", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200930.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "3bdc87ada245a0734237dc01bb126286", + "x-ms-client-request-id": "b53b255d783553d42d0d90f763ecc2e2", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "afe1e5bb-7164-4563-9dc4-a22f592ec66c", + "apim-request-id": "9090ceb3-8d4a-4e05-8d81-eed05147de3a", "Content-Length": "127", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 17:33:51 GMT", + "Date": "Fri, 30 Oct 2020 13:21:33 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "84" + "x-envoy-upstream-service-time": "41" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-09-30T17:33:41Z", - "lastUpdatedDateTime": "2020-09-30T17:33:42Z", + "createdDateTime": "2020-10-30T13:21:27Z", + "lastUpdatedDateTime": "2020-10-30T13:21:28Z", "analyzeResult": null } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/13866256-a6ee-4ff3-bf9d-e31aadd547de/analyzeResults/a8963d34-d31b-4aa8-9f28-ba873be90217", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/2e076466-b041-4a9b-a7a9-41910a16e328/analyzeResults/a119a0b8-8a3c-4daa-aa4c-37e721c44291", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200930.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "a75f967965a51ec3c0f9095c83a55121", + "x-ms-client-request-id": "deaaa716d496aac0ee2b9e93d3d5ce0a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "91db0424-64bc-4308-8a08-58d1f899ef75", + "apim-request-id": "d682f514-4e05-4d2f-ac7b-26e76b297be6", "Content-Length": "8958", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 17:33:52 GMT", + "Date": "Fri, 30 Oct 2020 13:21:34 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "64" + "x-envoy-upstream-service-time": "36" }, "ResponseBody": { "status": "succeeded", - "createdDateTime": "2020-09-30T17:33:41Z", - "lastUpdatedDateTime": "2020-09-30T17:33:52Z", + "createdDateTime": "2020-10-30T13:21:27Z", + "lastUpdatedDateTime": "2020-10-30T13:21:33Z", "analyzeResult": { "version": "2.1.0", "readResults": [ @@ -1911,7 +1622,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-westcentralus.cognitiveservices.azure.com/", "RandomSeed": "78225286" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/CheckFormTypeinSubmodelAndRecognizedForm(False)Async.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/CheckFormTypeinSubmodelAndRecognizedForm(False)Async.json index 82ee7b7166461..4991b2b800758 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/CheckFormTypeinSubmodelAndRecognizedForm(False)Async.json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/CheckFormTypeinSubmodelAndRecognizedForm(False)Async.json @@ -1,17 +1,17 @@ { "Entries": [ { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "43", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-e8201e281d35754f8a2fe2a35659164e-773eff2484211a43-00", + "traceparent": "00-0c7cf46ea8e24a46ad02fc12bf4c74e9-ddb67b187ab5e44f-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200930.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "8e80bf6366becd8d0f365bc292e78126", "x-ms-return-client-request-id": "true" @@ -22,25 +22,25 @@ }, "StatusCode": 201, "ResponseHeaders": { - "apim-request-id": "ae06c9a8-909f-4045-a183-83f7a806be76", + "apim-request-id": "fda51bb8-c70a-4cb4-9ab3-9d48b087f0f1", "Content-Length": "0", - "Date": "Wed, 30 Sep 2020 17:33:59 GMT", - "Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/23daa966-a1c3-4d37-b967-e49f6dabaf09", + "Date": "Fri, 30 Oct 2020 13:24:13 GMT", + "Location": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/2e36a220-b90f-4d5d-80d9-ef061bc341a8", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "75" + "x-envoy-upstream-service-time": "107" }, "ResponseBody": [] }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/23daa966-a1c3-4d37-b967-e49f6dabaf09?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/2e36a220-b90f-4d5d-80d9-ef061bc341a8?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200930.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "b68b2ac3a83dd1cdb60ddd5127c5594e", "x-ms-return-client-request-id": "true" @@ -48,32 +48,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "c12db3f4-b47d-4933-ac54-9aac63fea7ef", + "apim-request-id": "8c12095e-0ebd-4e68-a4e6-2a5f805d12ed", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 17:33:59 GMT", + "Date": "Fri, 30 Oct 2020 13:24:13 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": "20" }, "ResponseBody": { "modelInfo": { - "modelId": "23daa966-a1c3-4d37-b967-e49f6dabaf09", + "modelId": "2e36a220-b90f-4d5d-80d9-ef061bc341a8", "status": "creating", - "createdDateTime": "2020-09-30T17:34:00Z", - "lastUpdatedDateTime": "2020-09-30T17:34:00Z" + "createdDateTime": "2020-10-30T13:24:13Z", + "lastUpdatedDateTime": "2020-10-30T13:24:13Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/23daa966-a1c3-4d37-b967-e49f6dabaf09?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/2e36a220-b90f-4d5d-80d9-ef061bc341a8?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200930.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "a6172eb262f20d6b3242e795c0a19699", "x-ms-return-client-request-id": "true" @@ -81,32 +81,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "1f025c8a-38d6-4bb5-8295-e914f989c92b", + "apim-request-id": "ee08433e-e5d4-4025-a5d4-f4931504607a", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 17:34:00 GMT", + "Date": "Fri, 30 Oct 2020 13:24:14 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": "19" }, "ResponseBody": { "modelInfo": { - "modelId": "23daa966-a1c3-4d37-b967-e49f6dabaf09", + "modelId": "2e36a220-b90f-4d5d-80d9-ef061bc341a8", "status": "creating", - "createdDateTime": "2020-09-30T17:34:00Z", - "lastUpdatedDateTime": "2020-09-30T17:34:00Z" + "createdDateTime": "2020-10-30T13:24:13Z", + "lastUpdatedDateTime": "2020-10-30T13:24:13Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/23daa966-a1c3-4d37-b967-e49f6dabaf09?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/2e36a220-b90f-4d5d-80d9-ef061bc341a8?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200930.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "9504dd453084bbe0f1afd8b0893ca549", "x-ms-return-client-request-id": "true" @@ -114,32 +114,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "cccb8be9-506c-49b8-a47e-b9072fa7df58", + "apim-request-id": "d461d0ec-0e95-4153-9264-3fac40af3f10", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 17:34:01 GMT", + "Date": "Fri, 30 Oct 2020 13:24:15 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "22" + "x-envoy-upstream-service-time": "21" }, "ResponseBody": { "modelInfo": { - "modelId": "23daa966-a1c3-4d37-b967-e49f6dabaf09", + "modelId": "2e36a220-b90f-4d5d-80d9-ef061bc341a8", "status": "creating", - "createdDateTime": "2020-09-30T17:34:00Z", - "lastUpdatedDateTime": "2020-09-30T17:34:00Z" + "createdDateTime": "2020-10-30T13:24:13Z", + "lastUpdatedDateTime": "2020-10-30T13:24:13Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/23daa966-a1c3-4d37-b967-e49f6dabaf09?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/2e36a220-b90f-4d5d-80d9-ef061bc341a8?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200930.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "64100ddcdbd06133be7d83fbc0371114", "x-ms-return-client-request-id": "true" @@ -147,32 +147,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "a59ece0c-b607-46d2-9aa7-b725456585b6", + "apim-request-id": "8318e180-2e5e-4d2c-9358-33681092e97c", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 17:34:03 GMT", + "Date": "Fri, 30 Oct 2020 13:24:17 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "18" + "x-envoy-upstream-service-time": "20" }, "ResponseBody": { "modelInfo": { - "modelId": "23daa966-a1c3-4d37-b967-e49f6dabaf09", + "modelId": "2e36a220-b90f-4d5d-80d9-ef061bc341a8", "status": "creating", - "createdDateTime": "2020-09-30T17:34:00Z", - "lastUpdatedDateTime": "2020-09-30T17:34:00Z" + "createdDateTime": "2020-10-30T13:24:13Z", + "lastUpdatedDateTime": "2020-10-30T13:24:13Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/23daa966-a1c3-4d37-b967-e49f6dabaf09?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/2e36a220-b90f-4d5d-80d9-ef061bc341a8?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200930.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "490b4377c4c181c94d5cb44389bb83f6", "x-ms-return-client-request-id": "true" @@ -180,9 +180,9 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "f486ce89-86e8-4d49-abec-3b32028a92ba", + "apim-request-id": "fc6204fc-e561-4a31-80a4-7a7b65953e36", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 17:34:04 GMT", + "Date": "Fri, 30 Oct 2020 13:24:18 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", @@ -190,22 +190,22 @@ }, "ResponseBody": { "modelInfo": { - "modelId": "23daa966-a1c3-4d37-b967-e49f6dabaf09", + "modelId": "2e36a220-b90f-4d5d-80d9-ef061bc341a8", "status": "creating", - "createdDateTime": "2020-09-30T17:34:00Z", - "lastUpdatedDateTime": "2020-09-30T17:34:00Z" + "createdDateTime": "2020-10-30T13:24:13Z", + "lastUpdatedDateTime": "2020-10-30T13:24:13Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/23daa966-a1c3-4d37-b967-e49f6dabaf09?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/2e36a220-b90f-4d5d-80d9-ef061bc341a8?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200930.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "b2b99e9c329169c9a9a3d606ace5faba", "x-ms-return-client-request-id": "true" @@ -213,32 +213,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "90ed4ae7-7f18-43ff-adc0-6063c0e819cc", + "apim-request-id": "0a89c8f6-cbea-470a-954d-a238017096fe", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 17:34:05 GMT", + "Date": "Fri, 30 Oct 2020 13:24:19 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": "21" }, "ResponseBody": { "modelInfo": { - "modelId": "23daa966-a1c3-4d37-b967-e49f6dabaf09", + "modelId": "2e36a220-b90f-4d5d-80d9-ef061bc341a8", "status": "creating", - "createdDateTime": "2020-09-30T17:34:00Z", - "lastUpdatedDateTime": "2020-09-30T17:34:00Z" + "createdDateTime": "2020-10-30T13:24:13Z", + "lastUpdatedDateTime": "2020-10-30T13:24:13Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/23daa966-a1c3-4d37-b967-e49f6dabaf09?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/2e36a220-b90f-4d5d-80d9-ef061bc341a8?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200930.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "4539c49d5c301888448e167426efd703", "x-ms-return-client-request-id": "true" @@ -246,32 +246,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "0a726be3-6447-4733-af9a-bdfa42666009", + "apim-request-id": "c1d87797-7f71-4f59-b5fc-bc727552206a", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 17:34:06 GMT", + "Date": "Fri, 30 Oct 2020 13:24:21 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": "26" }, "ResponseBody": { "modelInfo": { - "modelId": "23daa966-a1c3-4d37-b967-e49f6dabaf09", + "modelId": "2e36a220-b90f-4d5d-80d9-ef061bc341a8", "status": "creating", - "createdDateTime": "2020-09-30T17:34:00Z", - "lastUpdatedDateTime": "2020-09-30T17:34:00Z" + "createdDateTime": "2020-10-30T13:24:13Z", + "lastUpdatedDateTime": "2020-10-30T13:24:13Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/23daa966-a1c3-4d37-b967-e49f6dabaf09?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/2e36a220-b90f-4d5d-80d9-ef061bc341a8?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200930.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "225f8df95e7d44837aa19f1dedc2d568", "x-ms-return-client-request-id": "true" @@ -279,32 +279,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "e0d9383e-35d6-4a8f-a70e-71173e0a59ad", + "apim-request-id": "512a6751-8e89-4ae7-b132-11268b262933", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 17:34:07 GMT", + "Date": "Fri, 30 Oct 2020 13:24:22 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": "18" }, "ResponseBody": { "modelInfo": { - "modelId": "23daa966-a1c3-4d37-b967-e49f6dabaf09", + "modelId": "2e36a220-b90f-4d5d-80d9-ef061bc341a8", "status": "creating", - "createdDateTime": "2020-09-30T17:34:00Z", - "lastUpdatedDateTime": "2020-09-30T17:34:00Z" + "createdDateTime": "2020-10-30T13:24:13Z", + "lastUpdatedDateTime": "2020-10-30T13:24:13Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/23daa966-a1c3-4d37-b967-e49f6dabaf09?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/2e36a220-b90f-4d5d-80d9-ef061bc341a8?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200930.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "c5a5fa613e8140c515a16e021b5543ba", "x-ms-return-client-request-id": "true" @@ -312,32 +312,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "05606624-9964-4745-9cd1-9c232fe11c39", + "apim-request-id": "001d638e-b527-4801-89b8-9e82816b00dd", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 17:34:08 GMT", + "Date": "Fri, 30 Oct 2020 13:24:23 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": "23daa966-a1c3-4d37-b967-e49f6dabaf09", + "modelId": "2e36a220-b90f-4d5d-80d9-ef061bc341a8", "status": "creating", - "createdDateTime": "2020-09-30T17:34:00Z", - "lastUpdatedDateTime": "2020-09-30T17:34:00Z" + "createdDateTime": "2020-10-30T13:24:13Z", + "lastUpdatedDateTime": "2020-10-30T13:24:13Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/23daa966-a1c3-4d37-b967-e49f6dabaf09?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/2e36a220-b90f-4d5d-80d9-ef061bc341a8?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200930.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "1f0cd3ccd7853e3c40f4cb8ebc6b2a81", "x-ms-return-client-request-id": "true" @@ -345,32 +345,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "06de49bf-d7cf-4eee-b199-b29bfcb04431", + "apim-request-id": "b475115f-ac85-46aa-a8e8-ea0ef87345f3", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 17:34:09 GMT", + "Date": "Fri, 30 Oct 2020 13:24:24 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "56" + "x-envoy-upstream-service-time": "24" }, "ResponseBody": { "modelInfo": { - "modelId": "23daa966-a1c3-4d37-b967-e49f6dabaf09", + "modelId": "2e36a220-b90f-4d5d-80d9-ef061bc341a8", "status": "creating", - "createdDateTime": "2020-09-30T17:34:00Z", - "lastUpdatedDateTime": "2020-09-30T17:34:00Z" + "createdDateTime": "2020-10-30T13:24:13Z", + "lastUpdatedDateTime": "2020-10-30T13:24:13Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/23daa966-a1c3-4d37-b967-e49f6dabaf09?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/2e36a220-b90f-4d5d-80d9-ef061bc341a8?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200930.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "2c12aeb9114abb81c81f0ddcef802925", "x-ms-return-client-request-id": "true" @@ -378,86 +378,20 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "cc5f9d7c-9145-486e-91d6-f0114cb8612a", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 17:34:10 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": "23daa966-a1c3-4d37-b967-e49f6dabaf09", - "status": "creating", - "createdDateTime": "2020-09-30T17:34:00Z", - "lastUpdatedDateTime": "2020-09-30T17:34:00Z" - } - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/23daa966-a1c3-4d37-b967-e49f6dabaf09?includeKeys=true", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200930.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "1a51e55eb6b68ae2bd66848d723683aa", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "a6c48208-46dc-43af-a27b-8e79d835d615", + "apim-request-id": "e5a321d2-1931-4257-83a2-0b52d26e5fa7", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 17:34:11 GMT", + "Date": "Fri, 30 Oct 2020 13:24:25 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "52" + "x-envoy-upstream-service-time": "49" }, "ResponseBody": { "modelInfo": { - "modelId": "23daa966-a1c3-4d37-b967-e49f6dabaf09", - "status": "creating", - "createdDateTime": "2020-09-30T17:34:00Z", - "lastUpdatedDateTime": "2020-09-30T17:34:00Z" - } - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/23daa966-a1c3-4d37-b967-e49f6dabaf09?includeKeys=true", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200930.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "6c49ed761742ba6f51505666ca604ebf", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "c5f92292-45ca-4987-9441-1d508192eded", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 17:34:12 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": "23daa966-a1c3-4d37-b967-e49f6dabaf09", + "modelId": "2e36a220-b90f-4d5d-80d9-ef061bc341a8", "status": "ready", - "createdDateTime": "2020-09-30T17:34:00Z", - "lastUpdatedDateTime": "2020-09-30T17:34:12Z" + "createdDateTime": "2020-10-30T13:24:13Z", + "lastUpdatedDateTime": "2020-10-30T13:24:25Z" }, "keys": { "clusters": { @@ -527,19 +461,19 @@ } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/23daa966-a1c3-4d37-b967-e49f6dabaf09/analyze?includeTextDetails=false", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/2e36a220-b90f-4d5d-80d9-ef061bc341a8/analyze?includeTextDetails=false", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "22", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-4769d636dd15ec4d9da62912631eab66-2f725f3fff9b404a-00", + "traceparent": "00-6bb469f89f6e4e4d8d4e088502bf0537-b856589a82f12f4c-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200930.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "d630a6ca101903cacc886ee38cf44992", + "x-ms-client-request-id": "1a51e55eb6b68ae2bd66848d723683aa", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -547,353 +481,198 @@ }, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "22d825c1-ff1c-4145-81ef-5e050c5ebc5e", + "apim-request-id": "ff9bd098-843c-4480-b365-28afa05ba15b", "Content-Length": "0", - "Date": "Wed, 30 Sep 2020 17:34:13 GMT", - "Operation-Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/23daa966-a1c3-4d37-b967-e49f6dabaf09/analyzeresults/a0dbbd65-52b6-4f4a-ba20-a346d8fa0828", + "Date": "Fri, 30 Oct 2020 13:24:26 GMT", + "Operation-Location": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/2e36a220-b90f-4d5d-80d9-ef061bc341a8/analyzeresults/36d778d5-dd33-486b-a1da-408080802568", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "70" + "x-envoy-upstream-service-time": "93" }, "ResponseBody": [] }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/23daa966-a1c3-4d37-b967-e49f6dabaf09/analyzeResults/a0dbbd65-52b6-4f4a-ba20-a346d8fa0828", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/2e36a220-b90f-4d5d-80d9-ef061bc341a8/analyzeResults/36d778d5-dd33-486b-a1da-408080802568", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200930.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "0265629bbd3746e27597c8655f7bbf5c", + "x-ms-client-request-id": "6c49ed761742ba6f51505666ca604ebf", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "c11c10b9-4707-45ba-b607-5fe7b489b1cb", + "apim-request-id": "df1b9722-14c7-4be8-a203-7f3e0acaeb03", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 17:34:13 GMT", + "Date": "Fri, 30 Oct 2020 13:24:26 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": "208" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-09-30T17:34:13Z", - "lastUpdatedDateTime": "2020-09-30T17:34:13Z" - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/23daa966-a1c3-4d37-b967-e49f6dabaf09/analyzeResults/a0dbbd65-52b6-4f4a-ba20-a346d8fa0828", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200930.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "cbc2c418ad0566902246a0baa88c2d5c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "1b39d675-c095-4aea-97c5-0900be0330c6", - "Content-Length": "127", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 17:34:15 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "20" - }, - "ResponseBody": { - "status": "running", - "createdDateTime": "2020-09-30T17:34:13Z", - "lastUpdatedDateTime": "2020-09-30T17:34:14Z", - "analyzeResult": null - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/23daa966-a1c3-4d37-b967-e49f6dabaf09/analyzeResults/a0dbbd65-52b6-4f4a-ba20-a346d8fa0828", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200930.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "67cbc4074cfb0d88c4e960824865a350", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "b2f1bba0-d33d-4719-aa4d-9939e1548c1c", - "Content-Length": "127", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 17:34:16 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-09-30T17:34:13Z", - "lastUpdatedDateTime": "2020-09-30T17:34:14Z", - "analyzeResult": null - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/23daa966-a1c3-4d37-b967-e49f6dabaf09/analyzeResults/a0dbbd65-52b6-4f4a-ba20-a346d8fa0828", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200930.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "c7cb11c87d32ee8cd1ffdff11d279ee8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "c5d2ed95-53d3-44ce-9cb7-5723bbce40fe", - "Content-Length": "127", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 17:34:17 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "23" - }, - "ResponseBody": { - "status": "running", - "createdDateTime": "2020-09-30T17:34:13Z", - "lastUpdatedDateTime": "2020-09-30T17:34:14Z", - "analyzeResult": null + "createdDateTime": "2020-10-30T13:24:27Z", + "lastUpdatedDateTime": "2020-10-30T13:24:27Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/23daa966-a1c3-4d37-b967-e49f6dabaf09/analyzeResults/a0dbbd65-52b6-4f4a-ba20-a346d8fa0828", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/2e36a220-b90f-4d5d-80d9-ef061bc341a8/analyzeResults/36d778d5-dd33-486b-a1da-408080802568", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200930.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "9b5d6b6958b0cb613cb4071b4c0e1dbd", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "4267eb79-5f38-4380-9301-d265afdf85b1", - "Content-Length": "127", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 17:34:18 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "19" - }, - "ResponseBody": { - "status": "running", - "createdDateTime": "2020-09-30T17:34:13Z", - "lastUpdatedDateTime": "2020-09-30T17:34:14Z", - "analyzeResult": null - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/23daa966-a1c3-4d37-b967-e49f6dabaf09/analyzeResults/a0dbbd65-52b6-4f4a-ba20-a346d8fa0828", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200930.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "96f24fa265c18a2a37dc95fb6c96f09c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "ca9acc03-b529-46e5-ae4e-f41efdb9b2b8", - "Content-Length": "127", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 17:34:19 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "30" - }, - "ResponseBody": { - "status": "running", - "createdDateTime": "2020-09-30T17:34:13Z", - "lastUpdatedDateTime": "2020-09-30T17:34:14Z", - "analyzeResult": null - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/23daa966-a1c3-4d37-b967-e49f6dabaf09/analyzeResults/a0dbbd65-52b6-4f4a-ba20-a346d8fa0828", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200930.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "dc19774b080770a0b0ff8b7d7570a1c3", + "x-ms-client-request-id": "d630a6ca101903cacc886ee38cf44992", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "102e48f7-9f01-4e99-a1e9-3a652276d952", + "apim-request-id": "ce953a7b-06ea-46e5-9fb9-4ca762b0e119", "Content-Length": "127", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 17:34:20 GMT", + "Date": "Fri, 30 Oct 2020 13:24:28 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "58" + "x-envoy-upstream-service-time": "27" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-09-30T17:34:13Z", - "lastUpdatedDateTime": "2020-09-30T17:34:14Z", + "createdDateTime": "2020-10-30T13:24:27Z", + "lastUpdatedDateTime": "2020-10-30T13:24:28Z", "analyzeResult": null } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/23daa966-a1c3-4d37-b967-e49f6dabaf09/analyzeResults/a0dbbd65-52b6-4f4a-ba20-a346d8fa0828", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/2e36a220-b90f-4d5d-80d9-ef061bc341a8/analyzeResults/36d778d5-dd33-486b-a1da-408080802568", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200930.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "cd4f22e10735042741d363d3c2665ea5", + "x-ms-client-request-id": "0265629bbd3746e27597c8655f7bbf5c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "eb63b1d4-463d-46ab-9aff-4a87050a5110", + "apim-request-id": "fc1b365c-095d-48fd-b015-03b8346a87f6", "Content-Length": "127", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 17:34:21 GMT", + "Date": "Fri, 30 Oct 2020 13:24:30 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": "28" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-09-30T17:34:13Z", - "lastUpdatedDateTime": "2020-09-30T17:34:14Z", + "createdDateTime": "2020-10-30T13:24:27Z", + "lastUpdatedDateTime": "2020-10-30T13:24:28Z", "analyzeResult": null } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/23daa966-a1c3-4d37-b967-e49f6dabaf09/analyzeResults/a0dbbd65-52b6-4f4a-ba20-a346d8fa0828", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/2e36a220-b90f-4d5d-80d9-ef061bc341a8/analyzeResults/36d778d5-dd33-486b-a1da-408080802568", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200930.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "d5d06bc441f599b5af82e6c2d9ac15c6", + "x-ms-client-request-id": "cbc2c418ad0566902246a0baa88c2d5c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "bd692e9c-0b71-44a5-a477-ffcda4d9f8f0", + "apim-request-id": "cd47d1ef-2742-4e25-b50b-8ff71c56497a", "Content-Length": "127", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 17:34:22 GMT", + "Date": "Fri, 30 Oct 2020 13:24:31 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "19" + "x-envoy-upstream-service-time": "29" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-09-30T17:34:13Z", - "lastUpdatedDateTime": "2020-09-30T17:34:14Z", + "createdDateTime": "2020-10-30T13:24:27Z", + "lastUpdatedDateTime": "2020-10-30T13:24:28Z", "analyzeResult": null } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/23daa966-a1c3-4d37-b967-e49f6dabaf09/analyzeResults/a0dbbd65-52b6-4f4a-ba20-a346d8fa0828", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/2e36a220-b90f-4d5d-80d9-ef061bc341a8/analyzeResults/36d778d5-dd33-486b-a1da-408080802568", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200930.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "4a19d23b2247446650149b34a5ccae49", + "x-ms-client-request-id": "67cbc4074cfb0d88c4e960824865a350", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "457feecb-f949-4d9d-9356-eb455c57db85", + "apim-request-id": "d477e29a-cf14-4530-85fd-265e4c6c529f", "Content-Length": "127", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 17:34:23 GMT", + "Date": "Fri, 30 Oct 2020 13:24:32 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": "39" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-09-30T17:34:13Z", - "lastUpdatedDateTime": "2020-09-30T17:34:14Z", + "createdDateTime": "2020-10-30T13:24:27Z", + "lastUpdatedDateTime": "2020-10-30T13:24:28Z", "analyzeResult": null } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/23daa966-a1c3-4d37-b967-e49f6dabaf09/analyzeResults/a0dbbd65-52b6-4f4a-ba20-a346d8fa0828", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/2e36a220-b90f-4d5d-80d9-ef061bc341a8/analyzeResults/36d778d5-dd33-486b-a1da-408080802568", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200930.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "09b9e5a1cca0a0ce6db51eb320642a94", + "x-ms-client-request-id": "c7cb11c87d32ee8cd1ffdff11d279ee8", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "5797e7a0-642f-4c57-adcb-7423d6290367", + "apim-request-id": "038cf0c2-577c-43bc-987e-ba3ed1869d03", "Content-Length": "8958", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 17:34:24 GMT", + "Date": "Fri, 30 Oct 2020 13:24:33 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "26" + "x-envoy-upstream-service-time": "32" }, "ResponseBody": { "status": "succeeded", - "createdDateTime": "2020-09-30T17:34:13Z", - "lastUpdatedDateTime": "2020-09-30T17:34:24Z", + "createdDateTime": "2020-10-30T13:24:27Z", + "lastUpdatedDateTime": "2020-10-30T13:24:33Z", "analyzeResult": { "version": "2.1.0", "readResults": [ @@ -1878,7 +1657,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-westcentralus.cognitiveservices.azure.com/", "RandomSeed": "795608834" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/CheckFormTypeinSubmodelAndRecognizedForm(True).json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/CheckFormTypeinSubmodelAndRecognizedForm(True).json index 84ba9bca0ca02..a9e04fb57c6f4 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/CheckFormTypeinSubmodelAndRecognizedForm(True).json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/CheckFormTypeinSubmodelAndRecognizedForm(True).json @@ -1,17 +1,17 @@ { "Entries": [ { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "42", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-2ea12461c2c18943bd86793be3583c03-74ed047c7fa44347-00", + "traceparent": "00-0153ece700cb6b4a96dbb99d5d821e41-da41b6c8e52e584c-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200930.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "76ff715043947d216059a52af5f8a997", "x-ms-return-client-request-id": "true" @@ -22,25 +22,25 @@ }, "StatusCode": 201, "ResponseHeaders": { - "apim-request-id": "1e8f1dff-f0d1-4fc7-9910-0e3c0f9396b9", + "apim-request-id": "d252064a-7615-4e76-abd2-f96d7167d20e", "Content-Length": "0", - "Date": "Wed, 30 Sep 2020 17:33:15 GMT", - "Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/a5a52642-fec3-450f-85ad-fc3f3796aa6f", + "Date": "Fri, 30 Oct 2020 13:21:04 GMT", + "Location": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/ab71a8bd-e38c-41dd-8b9f-4677355e9ab5", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "108" + "x-envoy-upstream-service-time": "74" }, "ResponseBody": [] }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/a5a52642-fec3-450f-85ad-fc3f3796aa6f?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/ab71a8bd-e38c-41dd-8b9f-4677355e9ab5?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200930.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "03ad1cf59b881cb4976f7b04174c1d14", "x-ms-return-client-request-id": "true" @@ -48,32 +48,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "7dede02d-6d4e-4171-a2fa-bcbed4ab1962", + "apim-request-id": "75cab952-e6f4-49e6-b6a6-a011e6e22607", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 17:33:15 GMT", + "Date": "Fri, 30 Oct 2020 13:21:05 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "239" + "x-envoy-upstream-service-time": "21" }, "ResponseBody": { "modelInfo": { - "modelId": "a5a52642-fec3-450f-85ad-fc3f3796aa6f", + "modelId": "ab71a8bd-e38c-41dd-8b9f-4677355e9ab5", "status": "creating", - "createdDateTime": "2020-09-30T17:33:15Z", - "lastUpdatedDateTime": "2020-09-30T17:33:15Z" + "createdDateTime": "2020-10-30T13:21:05Z", + "lastUpdatedDateTime": "2020-10-30T13:21:05Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/a5a52642-fec3-450f-85ad-fc3f3796aa6f?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/ab71a8bd-e38c-41dd-8b9f-4677355e9ab5?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200930.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "00cb1610fc4517ceb65c6b803e82dede", "x-ms-return-client-request-id": "true" @@ -81,56 +81,23 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "b005ab15-7ea5-4fd8-93a0-2b16aec045b6", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 17:33:16 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "92" - }, - "ResponseBody": { - "modelInfo": { - "modelId": "a5a52642-fec3-450f-85ad-fc3f3796aa6f", - "status": "creating", - "createdDateTime": "2020-09-30T17:33:15Z", - "lastUpdatedDateTime": "2020-09-30T17:33:15Z" - } - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/a5a52642-fec3-450f-85ad-fc3f3796aa6f?includeKeys=true", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200930.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "4c969af5577db531bce2de25c71c6614", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "455e330a-2c2c-44ab-a358-c0601add296b", + "apim-request-id": "39418230-3de2-42eb-9a43-bcc7aebf8563", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 17:33:17 GMT", + "Date": "Fri, 30 Oct 2020 13:21:06 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": "a5a52642-fec3-450f-85ad-fc3f3796aa6f", + "modelId": "ab71a8bd-e38c-41dd-8b9f-4677355e9ab5", "attributes": { "isComposed": false }, "status": "ready", - "createdDateTime": "2020-09-30T17:33:15Z", - "lastUpdatedDateTime": "2020-09-30T17:33:17Z" + "createdDateTime": "2020-10-30T13:21:05Z", + "lastUpdatedDateTime": "2020-10-30T13:21:06Z" }, "trainResult": { "averageModelAccuracy": 0.96, @@ -228,19 +195,19 @@ } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/a5a52642-fec3-450f-85ad-fc3f3796aa6f/analyze?includeTextDetails=false", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/ab71a8bd-e38c-41dd-8b9f-4677355e9ab5/analyze?includeTextDetails=false", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "22", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-2e06e6ef9118d44da055017e1a70b00d-8bb0636e519b364f-00", + "traceparent": "00-dad447dd85b17c48971e31960c2467fa-7497545c9dbd8c45-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200930.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "df19913ba92df9514d964d2c2f33dd15", + "x-ms-client-request-id": "4c969af5577db531bce2de25c71c6614", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -248,254 +215,224 @@ }, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "ce8b176f-a5aa-4d73-93b9-6c0b184a2ba4", + "apim-request-id": "fce6b2fd-fb94-4e5d-a80a-9097b33fec55", "Content-Length": "0", - "Date": "Wed, 30 Sep 2020 17:33:17 GMT", - "Operation-Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/a5a52642-fec3-450f-85ad-fc3f3796aa6f/analyzeresults/df43b03d-c5f8-4f86-a24d-9a0f0587bdbc", + "Date": "Fri, 30 Oct 2020 13:21:07 GMT", + "Operation-Location": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/ab71a8bd-e38c-41dd-8b9f-4677355e9ab5/analyzeresults/c8c5a552-fa0a-4bf6-8261-d84dbe4432bc", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "74" + "x-envoy-upstream-service-time": "84" }, "ResponseBody": [] }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/a5a52642-fec3-450f-85ad-fc3f3796aa6f/analyzeResults/df43b03d-c5f8-4f86-a24d-9a0f0587bdbc", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/ab71a8bd-e38c-41dd-8b9f-4677355e9ab5/analyzeResults/c8c5a552-fa0a-4bf6-8261-d84dbe4432bc", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200930.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "7c0e9d91d1b6b997e41543621ea94f99", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "9caa8f2d-85a8-41ec-b293-fe1ac3dfda17", - "Content-Length": "109", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 17:33:18 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "24" - }, - "ResponseBody": { - "status": "notStarted", - "createdDateTime": "2020-09-30T17:33:18Z", - "lastUpdatedDateTime": "2020-09-30T17:33:18Z" - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/a5a52642-fec3-450f-85ad-fc3f3796aa6f/analyzeResults/df43b03d-c5f8-4f86-a24d-9a0f0587bdbc", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200930.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "ad4557f6fe684bb0499cfee709058688", + "x-ms-client-request-id": "df19913ba92df9514d964d2c2f33dd15", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "28d0ef91-1a1d-4948-984c-d7712a81b465", + "apim-request-id": "8292c4d6-cacc-4dc4-a228-7dc900b23cdb", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 17:33:19 GMT", + "Date": "Fri, 30 Oct 2020 13:21:07 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": "25" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-09-30T17:33:18Z", - "lastUpdatedDateTime": "2020-09-30T17:33:19Z" + "createdDateTime": "2020-10-30T13:21:07Z", + "lastUpdatedDateTime": "2020-10-30T13:21:07Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/a5a52642-fec3-450f-85ad-fc3f3796aa6f/analyzeResults/df43b03d-c5f8-4f86-a24d-9a0f0587bdbc", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/ab71a8bd-e38c-41dd-8b9f-4677355e9ab5/analyzeResults/c8c5a552-fa0a-4bf6-8261-d84dbe4432bc", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200930.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "2994c805e90e695df960fa1766eedba4", + "x-ms-client-request-id": "7c0e9d91d1b6b997e41543621ea94f99", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "c0dae2a9-bf80-4fcd-b8c4-03e840199ffc", + "apim-request-id": "27345650-a171-4c4c-90bd-0aa371b85fb8", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 17:33:20 GMT", + "Date": "Fri, 30 Oct 2020 13:21:08 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "19" + "x-envoy-upstream-service-time": "25" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-09-30T17:33:18Z", - "lastUpdatedDateTime": "2020-09-30T17:33:19Z" + "createdDateTime": "2020-10-30T13:21:07Z", + "lastUpdatedDateTime": "2020-10-30T13:21:08Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/a5a52642-fec3-450f-85ad-fc3f3796aa6f/analyzeResults/df43b03d-c5f8-4f86-a24d-9a0f0587bdbc", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/ab71a8bd-e38c-41dd-8b9f-4677355e9ab5/analyzeResults/c8c5a552-fa0a-4bf6-8261-d84dbe4432bc", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200930.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "d836b34630ee92acecc33319d2b0afdf", + "x-ms-client-request-id": "ad4557f6fe684bb0499cfee709058688", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "ad9d9919-a724-4dfc-8c7c-f981de394e50", + "apim-request-id": "43875acc-dc7e-470d-bf79-6368614f44b2", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 17:33:22 GMT", + "Date": "Fri, 30 Oct 2020 13:21: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": "21" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-09-30T17:33:18Z", - "lastUpdatedDateTime": "2020-09-30T17:33:19Z" + "createdDateTime": "2020-10-30T13:21:07Z", + "lastUpdatedDateTime": "2020-10-30T13:21:08Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/a5a52642-fec3-450f-85ad-fc3f3796aa6f/analyzeResults/df43b03d-c5f8-4f86-a24d-9a0f0587bdbc", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/ab71a8bd-e38c-41dd-8b9f-4677355e9ab5/analyzeResults/c8c5a552-fa0a-4bf6-8261-d84dbe4432bc", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200930.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "555dba8f25150c8bf9dbb3070399e55a", + "x-ms-client-request-id": "2994c805e90e695df960fa1766eedba4", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "0c637716-b098-4cc2-846f-8597667d6704", + "apim-request-id": "7bfa7139-93c7-4d1d-aa33-0af5fbb01a71", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 17:33:23 GMT", + "Date": "Fri, 30 Oct 2020 13:21:10 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "20" + "x-envoy-upstream-service-time": "26" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-09-30T17:33:18Z", - "lastUpdatedDateTime": "2020-09-30T17:33:22Z" + "createdDateTime": "2020-10-30T13:21:07Z", + "lastUpdatedDateTime": "2020-10-30T13:21:11Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/a5a52642-fec3-450f-85ad-fc3f3796aa6f/analyzeResults/df43b03d-c5f8-4f86-a24d-9a0f0587bdbc", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/ab71a8bd-e38c-41dd-8b9f-4677355e9ab5/analyzeResults/c8c5a552-fa0a-4bf6-8261-d84dbe4432bc", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200930.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "55a05ac1aecfd49a1c013c4ab5439749", + "x-ms-client-request-id": "d836b34630ee92acecc33319d2b0afdf", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "4af1be58-4015-4bcb-9b51-9cd9097c7eff", + "apim-request-id": "4c77dca9-a7e5-4f7d-b5dc-1f0776e6f3fc", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 17:33:24 GMT", + "Date": "Fri, 30 Oct 2020 13:21:12 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": "24" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-09-30T17:33:18Z", - "lastUpdatedDateTime": "2020-09-30T17:33:22Z" + "createdDateTime": "2020-10-30T13:21:07Z", + "lastUpdatedDateTime": "2020-10-30T13:21:11Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/a5a52642-fec3-450f-85ad-fc3f3796aa6f/analyzeResults/df43b03d-c5f8-4f86-a24d-9a0f0587bdbc", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/ab71a8bd-e38c-41dd-8b9f-4677355e9ab5/analyzeResults/c8c5a552-fa0a-4bf6-8261-d84dbe4432bc", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200930.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "ab881bb08590218e2829de127ca48f53", + "x-ms-client-request-id": "555dba8f25150c8bf9dbb3070399e55a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "784d5435-50bf-4d68-8f98-1b7aa618b461", + "apim-request-id": "cb6b7f84-dde4-4d7b-85f4-1f072d3b4731", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 17:33:25 GMT", + "Date": "Fri, 30 Oct 2020 13:21:13 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "20" + "x-envoy-upstream-service-time": "25" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-09-30T17:33:18Z", - "lastUpdatedDateTime": "2020-09-30T17:33:22Z" + "createdDateTime": "2020-10-30T13:21:07Z", + "lastUpdatedDateTime": "2020-10-30T13:21:11Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/a5a52642-fec3-450f-85ad-fc3f3796aa6f/analyzeResults/df43b03d-c5f8-4f86-a24d-9a0f0587bdbc", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/ab71a8bd-e38c-41dd-8b9f-4677355e9ab5/analyzeResults/c8c5a552-fa0a-4bf6-8261-d84dbe4432bc", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200930.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "7858d9dd5a0fe11020883913e84057b6", + "x-ms-client-request-id": "55a05ac1aecfd49a1c013c4ab5439749", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "b4696323-cc80-4ef1-b9af-33231202377d", + "apim-request-id": "f5858430-ac72-4131-8d30-8b59e2398da8", "Content-Length": "6054", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 17:33:26 GMT", + "Date": "Fri, 30 Oct 2020 13:21:14 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": "succeeded", - "createdDateTime": "2020-09-30T17:33:18Z", - "lastUpdatedDateTime": "2020-09-30T17:33:25Z", + "createdDateTime": "2020-10-30T13:21:07Z", + "lastUpdatedDateTime": "2020-10-30T13:21:14Z", "analyzeResult": { "version": "2.1.0", "readResults": [ @@ -949,131 +886,147 @@ ], "documentResults": [ { - "docType": "custom:a5a52642-fec3-450f-85ad-fc3f3796aa6f", - "modelId": "a5a52642-fec3-450f-85ad-fc3f3796aa6f", + "docType": "custom:ab71a8bd-e38c-41dd-8b9f-4677355e9ab5", + "modelId": "ab71a8bd-e38c-41dd-8b9f-4677355e9ab5", "pageRange": [ 1, 1 ], "fields": { - "CompanyPhoneNumber": { + "Merchant": { "type": "string", - "valueString": "938-294-2949", - "text": "938-294-2949", + "valueString": "Hero Limited", + "text": "Hero Limited", "page": 1, "boundingBox": [ - 708.0, - 722.0, - 885.0, - 722.0, - 885.0, - 749.0, - 708.0, - 749.0 + 620.0, + 205.0, + 1075.0, + 205.0, + 1075.0, + 266.0, + 620.0, + 266.0 ], - "confidence": 1.0 + "confidence": 0.97 }, - "Signature": { + "Tax": { "type": "string", - "valueString": "Bernie Sanders", - "text": "Bernie Sanders", + "valueString": "$4.00", + "text": "$4.00", "page": 1, "boundingBox": [ - 489.0, - 1670.0, - 765.0, - 1670.0, - 765.0, - 1708.0, - 489.0, - 1708.0 + 1458.0, + 1615.0, + 1529.0, + 1615.0, + 1529.0, + 1643.0, + 1458.0, + 1643.0 ], - "confidence": 0.998 + "confidence": 0.994 }, - "Website": { + "CompanyName": { "type": "string", - "valueString": "www.herolimited.com", - "text": "www.herolimited.com", + "valueString": "Higgly Wiggly Books", + "text": "Higgly Wiggly Books", "page": 1, "boundingBox": [ - 273.0, - 393.0, - 531.0, - 393.0, - 531.0, - 418.0, - 273.0, - 418.0 + 375.0, + 646.0, + 629.0, + 646.0, + 629.0, + 679.0, + 375.0, + 679.0 ], "confidence": 0.95 }, - "VendorName": { + "PurchaseOrderNumber": { "type": "string", - "valueString": "Hillary Swank", - "text": "Hillary Swank", + "valueString": "948284", + "text": "948284", "page": 1, "boundingBox": [ - 349.0, - 609.0, - 521.0, - 609.0, - 521.0, - 639.0, - 349.0, - 639.0 + 1277.0, + 461.0, + 1376.0, + 461.0, + 1376.0, + 489.0, + 1277.0, + 489.0 ], - "confidence": 0.93 + "confidence": 0.94 }, - "PhoneNumber": { + "CompanyAddress": { "type": "string", - "valueString": "555-348-6512", - "text": "555-348-6512", + "valueString": "938 NE Burner Road Boulder City, CO 92848", + "text": "938 NE Burner Road Boulder City, CO 92848", "page": 1, "boundingBox": [ - 364.0, - 351.0, - 528.0, - 351.0, - 528.0, - 378.0, - 364.0, - 378.0 + 273.0, + 685.0, + 565.0, + 685.0, + 565.0, + 751.0, + 273.0, + 751.0 ], - "confidence": 0.89 + "confidence": 1.0 }, - "Merchant": { + "Signature": { "type": "string", - "valueString": "Hero Limited", - "text": "Hero Limited", + "valueString": "Bernie Sanders", + "text": "Bernie Sanders", "page": 1, "boundingBox": [ - 620.0, - 205.0, - 1075.0, - 205.0, - 1075.0, - 266.0, - 620.0, - 266.0 + 489.0, + 1670.0, + 765.0, + 1670.0, + 765.0, + 1708.0, + 489.0, + 1708.0 ], - "confidence": 0.97 + "confidence": 0.998 }, - "PurchaseOrderNumber": { + "Quantity": { + "type": "number", + "text": "20", + "page": 1, + "boundingBox": [ + 861.0, + 1094.0, + 892.0, + 1094.0, + 892.0, + 1119.0, + 861.0, + 1119.0 + ], + "confidence": 0.962 + }, + "Total": { "type": "string", - "valueString": "948284", - "text": "948284", + "valueString": "$144.00", + "text": "$144.00", "page": 1, "boundingBox": [ - 1277.0, - 461.0, - 1376.0, - 461.0, - 1376.0, - 489.0, - 1277.0, - 489.0 + 1427.0, + 1669.0, + 1529.0, + 1669.0, + 1529.0, + 1698.0, + 1427.0, + 1698.0 ], - "confidence": 0.94 + "confidence": 0.991 }, "Subtotal": { "type": "string", @@ -1092,55 +1045,56 @@ ], "confidence": 0.984 }, - "Quantity": { - "type": "number", - "text": "20", + "VendorName": { + "type": "string", + "valueString": "Hillary Swank", + "text": "Hillary Swank", "page": 1, "boundingBox": [ - 861.0, - 1094.0, - 892.0, - 1094.0, - 892.0, - 1119.0, - 861.0, - 1119.0 + 349.0, + 609.0, + 521.0, + 609.0, + 521.0, + 639.0, + 349.0, + 639.0 ], - "confidence": 0.962 + "confidence": 0.93 }, - "CompanyAddress": { + "Website": { "type": "string", - "valueString": "938 NE Burner Road Boulder City, CO 92848", - "text": "938 NE Burner Road Boulder City, CO 92848", + "valueString": "www.herolimited.com", + "text": "www.herolimited.com", "page": 1, "boundingBox": [ 273.0, - 685.0, - 565.0, - 685.0, - 565.0, - 751.0, + 393.0, + 531.0, + 393.0, + 531.0, + 418.0, 273.0, - 751.0 + 418.0 ], - "confidence": 1.0 + "confidence": 0.95 }, - "CompanyName": { + "PhoneNumber": { "type": "string", - "valueString": "Higgly Wiggly Books", - "text": "Higgly Wiggly Books", + "valueString": "555-348-6512", + "text": "555-348-6512", "page": 1, "boundingBox": [ - 375.0, - 646.0, - 629.0, - 646.0, - 629.0, - 679.0, - 375.0, - 679.0 + 364.0, + 351.0, + 528.0, + 351.0, + 528.0, + 378.0, + 364.0, + 378.0 ], - "confidence": 0.95 + "confidence": 0.89 }, "DatedAs": { "type": "string", @@ -1159,40 +1113,6 @@ ], "confidence": 0.99 }, - "Total": { - "type": "string", - "valueString": "$144.00", - "text": "$144.00", - "page": 1, - "boundingBox": [ - 1427.0, - 1669.0, - 1529.0, - 1669.0, - 1529.0, - 1698.0, - 1427.0, - 1698.0 - ], - "confidence": 0.991 - }, - "Tax": { - "type": "string", - "valueString": "$4.00", - "text": "$4.00", - "page": 1, - "boundingBox": [ - 1458.0, - 1615.0, - 1529.0, - 1615.0, - 1529.0, - 1643.0, - 1458.0, - 1643.0 - ], - "confidence": 0.994 - }, "Email": { "type": "string", "valueString": "accounts@herolimited.com", @@ -1209,6 +1129,23 @@ 503.0 ], "confidence": 1.0 + }, + "CompanyPhoneNumber": { + "type": "string", + "valueString": "938-294-2949", + "text": "938-294-2949", + "page": 1, + "boundingBox": [ + 708.0, + 722.0, + 885.0, + 722.0, + 885.0, + 749.0, + 708.0, + 749.0 + ], + "confidence": 1.0 } }, "docTypeConfidence": 1.0 @@ -1222,7 +1159,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-westcentralus.cognitiveservices.azure.com/", "RandomSeed": "863023259" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/CheckFormTypeinSubmodelAndRecognizedForm(True)Async.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/CheckFormTypeinSubmodelAndRecognizedForm(True)Async.json index 142dac71f6fa4..e01bafecb2b70 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/CheckFormTypeinSubmodelAndRecognizedForm(True)Async.json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/CheckFormTypeinSubmodelAndRecognizedForm(True)Async.json @@ -1,17 +1,17 @@ { "Entries": [ { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "42", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-f97540cb2d94e34f902e577b8ed7d853-4a5c4e99a0e0cc40-00", + "traceparent": "00-d1e6b9eeddeca24ba1487d8ad0494770-db9a289a23166243-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200930.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "31919e414c5d527a678dee62bffdac22", "x-ms-return-client-request-id": "true" @@ -22,25 +22,25 @@ }, "StatusCode": 201, "ResponseHeaders": { - "apim-request-id": "2ebb103c-cc91-4b15-b185-988e6c700106", + "apim-request-id": "93039029-aa28-4664-b342-a3316df87d13", "Content-Length": "0", - "Date": "Wed, 30 Sep 2020 17:33:52 GMT", - "Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/b4fecd48-2671-45f9-9dfa-1ebc28a6782c", + "Date": "Fri, 30 Oct 2020 13:24:04 GMT", + "Location": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/f9eac550-7eab-49e7-ac68-71da7921e50e", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "120" + "x-envoy-upstream-service-time": "80" }, "ResponseBody": [] }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/b4fecd48-2671-45f9-9dfa-1ebc28a6782c?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/f9eac550-7eab-49e7-ac68-71da7921e50e?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200930.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "671becd0375ea2ea586f01e888b2fc14", "x-ms-return-client-request-id": "true" @@ -48,32 +48,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "49a37318-b62d-4235-8c45-ddca28f78f12", + "apim-request-id": "27b614d5-9aa1-4a4e-ab3b-d5f0825d3bfd", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 17:33:52 GMT", + "Date": "Fri, 30 Oct 2020 13:24:04 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "54" + "x-envoy-upstream-service-time": "28" }, "ResponseBody": { "modelInfo": { - "modelId": "b4fecd48-2671-45f9-9dfa-1ebc28a6782c", + "modelId": "f9eac550-7eab-49e7-ac68-71da7921e50e", "status": "creating", - "createdDateTime": "2020-09-30T17:33:53Z", - "lastUpdatedDateTime": "2020-09-30T17:33:53Z" + "createdDateTime": "2020-10-30T13:24:04Z", + "lastUpdatedDateTime": "2020-10-30T13:24:04Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/b4fecd48-2671-45f9-9dfa-1ebc28a6782c?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/f9eac550-7eab-49e7-ac68-71da7921e50e?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200930.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "b3cd1c24a9d47568c8b5178649ef91cc", "x-ms-return-client-request-id": "true" @@ -81,32 +81,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "19919683-3a4a-453c-92ca-5ff13e3a63c9", + "apim-request-id": "1d2346aa-0af4-4924-a99d-3ae2caf97527", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 17:33:54 GMT", + "Date": "Fri, 30 Oct 2020 13:24:05 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "112" + "x-envoy-upstream-service-time": "20" }, "ResponseBody": { "modelInfo": { - "modelId": "b4fecd48-2671-45f9-9dfa-1ebc28a6782c", + "modelId": "f9eac550-7eab-49e7-ac68-71da7921e50e", "status": "creating", - "createdDateTime": "2020-09-30T17:33:53Z", - "lastUpdatedDateTime": "2020-09-30T17:33:53Z" + "createdDateTime": "2020-10-30T13:24:04Z", + "lastUpdatedDateTime": "2020-10-30T13:24:04Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/b4fecd48-2671-45f9-9dfa-1ebc28a6782c?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/f9eac550-7eab-49e7-ac68-71da7921e50e?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200930.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "f7b0408fd3370a7db4efd8ed4b92c9b4", "x-ms-return-client-request-id": "true" @@ -114,23 +114,23 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "da12d5c7-a749-4016-b5d3-29e290d6d0c2", + "apim-request-id": "3b5d19e3-6ff7-4f3b-b484-11abda566b47", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 17:33:55 GMT", + "Date": "Fri, 30 Oct 2020 13:24:06 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "30" + "x-envoy-upstream-service-time": "18" }, "ResponseBody": { "modelInfo": { - "modelId": "b4fecd48-2671-45f9-9dfa-1ebc28a6782c", + "modelId": "f9eac550-7eab-49e7-ac68-71da7921e50e", "attributes": { "isComposed": false }, "status": "ready", - "createdDateTime": "2020-09-30T17:33:53Z", - "lastUpdatedDateTime": "2020-09-30T17:33:55Z" + "createdDateTime": "2020-10-30T13:24:04Z", + "lastUpdatedDateTime": "2020-10-30T13:24:06Z" }, "trainResult": { "averageModelAccuracy": 0.96, @@ -228,17 +228,17 @@ } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/b4fecd48-2671-45f9-9dfa-1ebc28a6782c/analyze?includeTextDetails=false", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/f9eac550-7eab-49e7-ac68-71da7921e50e/analyze?includeTextDetails=false", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "22", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-7343182a9538bd47acbde9ace15b0abd-f945376dbeb96144-00", + "traceparent": "00-2705f761084a9147b76d4cfa7bd2e1d1-23d40677b9858b47-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200930.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "a33dd991f82f274d83a69fa81f635968", "x-ms-return-client-request-id": "true" @@ -248,25 +248,25 @@ }, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "426149ad-44aa-4484-9839-bc5d65c5c3cd", + "apim-request-id": "ae1a2847-0b09-43c6-bb7b-ed9ae181a3d2", "Content-Length": "0", - "Date": "Wed, 30 Sep 2020 17:33:55 GMT", - "Operation-Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/b4fecd48-2671-45f9-9dfa-1ebc28a6782c/analyzeresults/18fe9e11-f63b-41b7-a24a-526cede9d66a", + "Date": "Fri, 30 Oct 2020 13:24:07 GMT", + "Operation-Location": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/f9eac550-7eab-49e7-ac68-71da7921e50e/analyzeresults/12370c90-8fbe-4035-b9df-23fa48dc379f", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "117" + "x-envoy-upstream-service-time": "70" }, "ResponseBody": [] }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/b4fecd48-2671-45f9-9dfa-1ebc28a6782c/analyzeResults/18fe9e11-f63b-41b7-a24a-526cede9d66a", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/f9eac550-7eab-49e7-ac68-71da7921e50e/analyzeResults/12370c90-8fbe-4035-b9df-23fa48dc379f", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200930.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "475834de040250dd9ec3ffe5d07b2a35", "x-ms-return-client-request-id": "true" @@ -274,29 +274,29 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "f5e3a170-6405-4088-a47a-9188132b0a25", + "apim-request-id": "fc79db43-bb22-46a1-b050-5f822f1899ec", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 17:33:55 GMT", + "Date": "Fri, 30 Oct 2020 13:24:07 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "25" + "x-envoy-upstream-service-time": "24" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-09-30T17:33:56Z", - "lastUpdatedDateTime": "2020-09-30T17:33:56Z" + "createdDateTime": "2020-10-30T13:24:07Z", + "lastUpdatedDateTime": "2020-10-30T13:24:07Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/b4fecd48-2671-45f9-9dfa-1ebc28a6782c/analyzeResults/18fe9e11-f63b-41b7-a24a-526cede9d66a", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/f9eac550-7eab-49e7-ac68-71da7921e50e/analyzeResults/12370c90-8fbe-4035-b9df-23fa48dc379f", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200930.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "70f562ebedb1969df289739034d5ea50", "x-ms-return-client-request-id": "true" @@ -304,29 +304,29 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "dfae6705-d03c-45b5-9de0-738d54ec1fa6", + "apim-request-id": "c01cbae9-f959-4d70-86c7-d09735d3bc7e", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 17:33:56 GMT", + "Date": "Fri, 30 Oct 2020 13:24:08 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "26" + "x-envoy-upstream-service-time": "23" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-09-30T17:33:56Z", - "lastUpdatedDateTime": "2020-09-30T17:33:56Z" + "createdDateTime": "2020-10-30T13:24:07Z", + "lastUpdatedDateTime": "2020-10-30T13:24:08Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/b4fecd48-2671-45f9-9dfa-1ebc28a6782c/analyzeResults/18fe9e11-f63b-41b7-a24a-526cede9d66a", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/f9eac550-7eab-49e7-ac68-71da7921e50e/analyzeResults/12370c90-8fbe-4035-b9df-23fa48dc379f", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200930.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "160e6f9682398cb2fbed056bf9685608", "x-ms-return-client-request-id": "true" @@ -334,29 +334,29 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "4c4ede1d-0a3a-41be-bcf5-2c1d100fd33d", + "apim-request-id": "5497fa66-2fe6-4fb0-a692-bca8e3955031", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 17:33:57 GMT", + "Date": "Fri, 30 Oct 2020 13:24: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": "26" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-09-30T17:33:56Z", - "lastUpdatedDateTime": "2020-09-30T17:33:56Z" + "createdDateTime": "2020-10-30T13:24:07Z", + "lastUpdatedDateTime": "2020-10-30T13:24:08Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/b4fecd48-2671-45f9-9dfa-1ebc28a6782c/analyzeResults/18fe9e11-f63b-41b7-a24a-526cede9d66a", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/f9eac550-7eab-49e7-ac68-71da7921e50e/analyzeResults/12370c90-8fbe-4035-b9df-23fa48dc379f", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200930.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "bdbd697ce86ef0b797c15479904c1cc9", "x-ms-return-client-request-id": "true" @@ -364,29 +364,29 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "c259f7fb-44e0-4072-934d-8e381f567b78", + "apim-request-id": "35f2eb3b-0f94-4c2c-ba10-224d6b8bc805", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 17:33:58 GMT", + "Date": "Fri, 30 Oct 2020 13:24:10 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "23" + "x-envoy-upstream-service-time": "25" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-09-30T17:33:56Z", - "lastUpdatedDateTime": "2020-09-30T17:33:56Z" + "createdDateTime": "2020-10-30T13:24:07Z", + "lastUpdatedDateTime": "2020-10-30T13:24:08Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/b4fecd48-2671-45f9-9dfa-1ebc28a6782c/analyzeResults/18fe9e11-f63b-41b7-a24a-526cede9d66a", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/f9eac550-7eab-49e7-ac68-71da7921e50e/analyzeResults/12370c90-8fbe-4035-b9df-23fa48dc379f", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200930.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "614faed8136c68fbaf6874c4e8319d8a", "x-ms-return-client-request-id": "true" @@ -394,18 +394,18 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "e0dafbed-f174-49b5-b5ef-b41653a1f8ef", + "apim-request-id": "a9f4199b-8422-451b-97ff-31f2baf03b6a", "Content-Length": "6054", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 30 Sep 2020 17:33:59 GMT", + "Date": "Fri, 30 Oct 2020 13:24:13 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "23" + "x-envoy-upstream-service-time": "26" }, "ResponseBody": { "status": "succeeded", - "createdDateTime": "2020-09-30T17:33:56Z", - "lastUpdatedDateTime": "2020-09-30T17:33:59Z", + "createdDateTime": "2020-10-30T13:24:07Z", + "lastUpdatedDateTime": "2020-10-30T13:24:11Z", "analyzeResult": { "version": "2.1.0", "readResults": [ @@ -859,46 +859,46 @@ ], "documentResults": [ { - "docType": "custom:b4fecd48-2671-45f9-9dfa-1ebc28a6782c", - "modelId": "b4fecd48-2671-45f9-9dfa-1ebc28a6782c", + "docType": "custom:f9eac550-7eab-49e7-ac68-71da7921e50e", + "modelId": "f9eac550-7eab-49e7-ac68-71da7921e50e", "pageRange": [ 1, 1 ], "fields": { - "CompanyAddress": { + "Subtotal": { "type": "string", - "valueString": "938 NE Burner Road Boulder City, CO 92848", - "text": "938 NE Burner Road Boulder City, CO 92848", + "valueString": "$140.00", + "text": "$140.00", "page": 1, "boundingBox": [ - 273.0, - 685.0, - 565.0, - 685.0, - 565.0, - 751.0, - 273.0, - 751.0 + 1426.0, + 1572.0, + 1531.0, + 1572.0, + 1531.0, + 1599.0, + 1426.0, + 1599.0 ], - "confidence": 1.0 + "confidence": 0.984 }, - "CompanyPhoneNumber": { + "CompanyName": { "type": "string", - "valueString": "938-294-2949", - "text": "938-294-2949", + "valueString": "Higgly Wiggly Books", + "text": "Higgly Wiggly Books", "page": 1, "boundingBox": [ - 708.0, - 722.0, - 885.0, - 722.0, - 885.0, - 749.0, - 708.0, - 749.0 + 375.0, + 646.0, + 629.0, + 646.0, + 629.0, + 679.0, + 375.0, + 679.0 ], - "confidence": 1.0 + "confidence": 0.95 }, "PhoneNumber": { "type": "string", @@ -917,6 +917,74 @@ ], "confidence": 0.89 }, + "Signature": { + "type": "string", + "valueString": "Bernie Sanders", + "text": "Bernie Sanders", + "page": 1, + "boundingBox": [ + 489.0, + 1670.0, + 765.0, + 1670.0, + 765.0, + 1708.0, + 489.0, + 1708.0 + ], + "confidence": 0.998 + }, + "Tax": { + "type": "string", + "valueString": "$4.00", + "text": "$4.00", + "page": 1, + "boundingBox": [ + 1458.0, + 1615.0, + 1529.0, + 1615.0, + 1529.0, + 1643.0, + 1458.0, + 1643.0 + ], + "confidence": 0.994 + }, + "Merchant": { + "type": "string", + "valueString": "Hero Limited", + "text": "Hero Limited", + "page": 1, + "boundingBox": [ + 620.0, + 205.0, + 1075.0, + 205.0, + 1075.0, + 266.0, + 620.0, + 266.0 + ], + "confidence": 0.97 + }, + "CompanyAddress": { + "type": "string", + "valueString": "938 NE Burner Road Boulder City, CO 92848", + "text": "938 NE Burner Road Boulder City, CO 92848", + "page": 1, + "boundingBox": [ + 273.0, + 685.0, + 565.0, + 685.0, + 565.0, + 751.0, + 273.0, + 751.0 + ], + "confidence": 1.0 + }, "DatedAs": { "type": "string", "valueString": "12/20/2020", @@ -934,6 +1002,23 @@ ], "confidence": 0.99 }, + "Email": { + "type": "string", + "valueString": "accounts@herolimited.com", + "text": "accounts@herolimited.com", + "page": 1, + "boundingBox": [ + 164.0, + 479.0, + 478.0, + 479.0, + 478.0, + 503.0, + 164.0, + 503.0 + ], + "confidence": 1.0 + }, "Website": { "type": "string", "valueString": "www.herolimited.com", @@ -968,39 +1053,39 @@ ], "confidence": 0.991 }, - "Merchant": { + "CompanyPhoneNumber": { "type": "string", - "valueString": "Hero Limited", - "text": "Hero Limited", + "valueString": "938-294-2949", + "text": "938-294-2949", "page": 1, "boundingBox": [ - 620.0, - 205.0, - 1075.0, - 205.0, - 1075.0, - 266.0, - 620.0, - 266.0 + 708.0, + 722.0, + 885.0, + 722.0, + 885.0, + 749.0, + 708.0, + 749.0 ], - "confidence": 0.97 + "confidence": 1.0 }, - "Signature": { + "VendorName": { "type": "string", - "valueString": "Bernie Sanders", - "text": "Bernie Sanders", + "valueString": "Hillary Swank", + "text": "Hillary Swank", "page": 1, "boundingBox": [ - 489.0, - 1670.0, - 765.0, - 1670.0, - 765.0, - 1708.0, - 489.0, - 1708.0 + 349.0, + 609.0, + 521.0, + 609.0, + 521.0, + 639.0, + 349.0, + 639.0 ], - "confidence": 0.998 + "confidence": 0.93 }, "Quantity": { "type": "number", @@ -1034,91 +1119,6 @@ 489.0 ], "confidence": 0.94 - }, - "Tax": { - "type": "string", - "valueString": "$4.00", - "text": "$4.00", - "page": 1, - "boundingBox": [ - 1458.0, - 1615.0, - 1529.0, - 1615.0, - 1529.0, - 1643.0, - 1458.0, - 1643.0 - ], - "confidence": 0.994 - }, - "Subtotal": { - "type": "string", - "valueString": "$140.00", - "text": "$140.00", - "page": 1, - "boundingBox": [ - 1426.0, - 1572.0, - 1531.0, - 1572.0, - 1531.0, - 1599.0, - 1426.0, - 1599.0 - ], - "confidence": 0.984 - }, - "Email": { - "type": "string", - "valueString": "accounts@herolimited.com", - "text": "accounts@herolimited.com", - "page": 1, - "boundingBox": [ - 164.0, - 479.0, - 478.0, - 479.0, - 478.0, - 503.0, - 164.0, - 503.0 - ], - "confidence": 1.0 - }, - "VendorName": { - "type": "string", - "valueString": "Hillary Swank", - "text": "Hillary Swank", - "page": 1, - "boundingBox": [ - 349.0, - 609.0, - 521.0, - 609.0, - 521.0, - 639.0, - 349.0, - 639.0 - ], - "confidence": 0.93 - }, - "CompanyName": { - "type": "string", - "valueString": "Higgly Wiggly Books", - "text": "Higgly Wiggly Books", - "page": 1, - "boundingBox": [ - 375.0, - 646.0, - 629.0, - 646.0, - 629.0, - 679.0, - 375.0, - 679.0 - ], - "confidence": 0.95 } }, "docTypeConfidence": 1.0 @@ -1132,7 +1132,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-westcentralus.cognitiveservices.azure.com/", "RandomSeed": "571329832" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/CopyComposedModel.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/CopyComposedModel.json new file mode 100644 index 0000000000000..0886e42154c8e --- /dev/null +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/CopyComposedModel.json @@ -0,0 +1,1575 @@ +{ + "Entries": [ + { + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Content-Length": "42", + "Content-Type": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "traceparent": "00-a6575f318557fb47b15723a3d9a143a0-9ebb6783216ef143-00", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201111.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "3fb16cf60e331487b03c0ec25fd1c7e8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "source": "Sanitized", + "useLabelFile": true + }, + "StatusCode": 201, + "ResponseHeaders": { + "apim-request-id": "5f6f7101-7ee3-4245-b1c4-ca0ea28e6c1a", + "Content-Length": "0", + "Date": "Wed, 11 Nov 2020 23:34:12 GMT", + "Location": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/d1c04d01-ec1d-4ad6-8f32-6d705c78cb2b", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "45" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/d1c04d01-ec1d-4ad6-8f32-6d705c78cb2b?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201111.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "0bc7f6fa3cfb4033ced19b7ac9d0c6e2", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "2e86a0d6-f4c8-4327-abbe-085155b0728f", + "Content-Length": "170", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 11 Nov 2020 23:34:12 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "16" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "d1c04d01-ec1d-4ad6-8f32-6d705c78cb2b", + "status": "creating", + "createdDateTime": "2020-11-11T23:34:12Z", + "lastUpdatedDateTime": "2020-11-11T23:34:12Z" + } + } + }, + { + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/d1c04d01-ec1d-4ad6-8f32-6d705c78cb2b?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201111.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "3ffa90cd5af2e0feded0a6c0b3617301", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "51a85a0e-0781-41d3-8ed4-b8bf0960b72d", + "Content-Length": "1218", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 11 Nov 2020 23:34:13 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "17" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "d1c04d01-ec1d-4ad6-8f32-6d705c78cb2b", + "attributes": { + "isComposed": false + }, + "status": "ready", + "createdDateTime": "2020-11-11T23:34:12Z", + "lastUpdatedDateTime": "2020-11-11T23:34:14Z" + }, + "trainResult": { + "averageModelAccuracy": 0.96, + "trainingDocuments": [ + { + "documentName": "Form_1.jpg", + "pages": 1, + "status": "succeeded" + }, + { + "documentName": "Form_2.jpg", + "pages": 1, + "status": "succeeded" + }, + { + "documentName": "Form_3.jpg", + "pages": 1, + "status": "succeeded" + }, + { + "documentName": "Form_4.jpg", + "pages": 1, + "status": "succeeded" + }, + { + "documentName": "Form_5.jpg", + "pages": 1, + "status": "succeeded" + } + ], + "fields": [ + { + "fieldName": "CompanyAddress", + "accuracy": 0.8 + }, + { + "fieldName": "CompanyName", + "accuracy": 1.0 + }, + { + "fieldName": "CompanyPhoneNumber", + "accuracy": 1.0 + }, + { + "fieldName": "DatedAs", + "accuracy": 1.0 + }, + { + "fieldName": "Email", + "accuracy": 0.8 + }, + { + "fieldName": "Merchant", + "accuracy": 1.0 + }, + { + "fieldName": "PhoneNumber", + "accuracy": 1.0 + }, + { + "fieldName": "PurchaseOrderNumber", + "accuracy": 1.0 + }, + { + "fieldName": "Quantity", + "accuracy": 1.0 + }, + { + "fieldName": "Signature", + "accuracy": 0.8 + }, + { + "fieldName": "Subtotal", + "accuracy": 1.0 + }, + { + "fieldName": "Tax", + "accuracy": 1.0 + }, + { + "fieldName": "Total", + "accuracy": 1.0 + }, + { + "fieldName": "VendorName", + "accuracy": 1.0 + }, + { + "fieldName": "Website", + "accuracy": 1.0 + } + ], + "errors": [] + } + } + }, + { + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Content-Length": "42", + "Content-Type": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "traceparent": "00-198237a50a47eb45a7cf24560ca19bd2-9774c64b42de1046-00", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201111.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "657ad44c055ab9eb38717161720d4be0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "source": "Sanitized", + "useLabelFile": true + }, + "StatusCode": 201, + "ResponseHeaders": { + "apim-request-id": "6c903a98-0132-40d4-a26b-5b634b99e83b", + "Content-Length": "0", + "Date": "Wed, 11 Nov 2020 23:34:14 GMT", + "Location": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/69c9ee9e-2978-4e5e-8a26-de50ca781375", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "43" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/69c9ee9e-2978-4e5e-8a26-de50ca781375?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201111.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "cff52c7688d69ff5f7e72c2b96728d6c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "17f3b948-eb35-4530-82e3-87e4dc6fb61f", + "Content-Length": "170", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 11 Nov 2020 23:34:14 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "16" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "69c9ee9e-2978-4e5e-8a26-de50ca781375", + "status": "creating", + "createdDateTime": "2020-11-11T23:34:14Z", + "lastUpdatedDateTime": "2020-11-11T23:34:14Z" + } + } + }, + { + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/69c9ee9e-2978-4e5e-8a26-de50ca781375?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201111.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "f42e9a5d6156c788a4400681e89c6dd1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "74f72ab8-0cec-4bb9-b001-19cf520c931e", + "Content-Length": "170", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 11 Nov 2020 23:34:15 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "17" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "69c9ee9e-2978-4e5e-8a26-de50ca781375", + "status": "creating", + "createdDateTime": "2020-11-11T23:34:14Z", + "lastUpdatedDateTime": "2020-11-11T23:34:14Z" + } + } + }, + { + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/69c9ee9e-2978-4e5e-8a26-de50ca781375?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201111.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "864ac684a36bc42adeda6d73d8c023c6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "451cc62f-f1c6-4bc7-917b-67a9cd4c7b18", + "Content-Length": "1218", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 11 Nov 2020 23:34:17 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "17" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "69c9ee9e-2978-4e5e-8a26-de50ca781375", + "attributes": { + "isComposed": false + }, + "status": "ready", + "createdDateTime": "2020-11-11T23:34:14Z", + "lastUpdatedDateTime": "2020-11-11T23:34:17Z" + }, + "trainResult": { + "averageModelAccuracy": 0.96, + "trainingDocuments": [ + { + "documentName": "Form_1.jpg", + "pages": 1, + "status": "succeeded" + }, + { + "documentName": "Form_2.jpg", + "pages": 1, + "status": "succeeded" + }, + { + "documentName": "Form_3.jpg", + "pages": 1, + "status": "succeeded" + }, + { + "documentName": "Form_4.jpg", + "pages": 1, + "status": "succeeded" + }, + { + "documentName": "Form_5.jpg", + "pages": 1, + "status": "succeeded" + } + ], + "fields": [ + { + "fieldName": "CompanyAddress", + "accuracy": 0.8 + }, + { + "fieldName": "CompanyName", + "accuracy": 1.0 + }, + { + "fieldName": "CompanyPhoneNumber", + "accuracy": 1.0 + }, + { + "fieldName": "DatedAs", + "accuracy": 1.0 + }, + { + "fieldName": "Email", + "accuracy": 0.8 + }, + { + "fieldName": "Merchant", + "accuracy": 1.0 + }, + { + "fieldName": "PhoneNumber", + "accuracy": 1.0 + }, + { + "fieldName": "PurchaseOrderNumber", + "accuracy": 1.0 + }, + { + "fieldName": "Quantity", + "accuracy": 1.0 + }, + { + "fieldName": "Signature", + "accuracy": 0.8 + }, + { + "fieldName": "Subtotal", + "accuracy": 1.0 + }, + { + "fieldName": "Tax", + "accuracy": 1.0 + }, + { + "fieldName": "Total", + "accuracy": 1.0 + }, + { + "fieldName": "VendorName", + "accuracy": 1.0 + }, + { + "fieldName": "Website", + "accuracy": 1.0 + } + ], + "errors": [] + } + } + }, + { + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/compose", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": [ + "application/json", + "text/json" + ], + "Content-Length": "124", + "Content-Type": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "traceparent": "00-c94bbc98ee348740954816f49f98532b-e5a14ac808504f40-00", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201111.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "d70404e457de1489a42e2b968274b75b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "modelIds": [ + "d1c04d01-ec1d-4ad6-8f32-6d705c78cb2b", + "69c9ee9e-2978-4e5e-8a26-de50ca781375" + ], + "modelName": "My composed model" + }, + "StatusCode": 201, + "ResponseHeaders": { + "apim-request-id": "be5d635c-28a2-4a5e-b5fa-d37eac0e585a", + "Content-Length": "0", + "Date": "Wed, 11 Nov 2020 23:34:18 GMT", + "Location": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/3cada616-5da3-43df-b0b3-dc7db5f1bbcd", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "287" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/3cada616-5da3-43df-b0b3-dc7db5f1bbcd?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201111.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "d0a65b790627ba007069157cf314eee3", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "d5f4fb8b-bf26-4cd6-8c02-5db48ecdb9a3", + "Content-Length": "2361", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 11 Nov 2020 23:34:18 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "17" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "3cada616-5da3-43df-b0b3-dc7db5f1bbcd", + "modelName": "My composed model", + "attributes": { + "isComposed": true + }, + "status": "ready", + "createdDateTime": "2020-11-11T23:34:18Z", + "lastUpdatedDateTime": "2020-11-11T23:34:18Z" + }, + "composedTrainResults": [ + { + "averageModelAccuracy": 0.96, + "trainingDocuments": [ + { + "documentName": "Form_1.jpg", + "pages": 1, + "status": "succeeded" + }, + { + "documentName": "Form_2.jpg", + "pages": 1, + "status": "succeeded" + }, + { + "documentName": "Form_3.jpg", + "pages": 1, + "status": "succeeded" + }, + { + "documentName": "Form_4.jpg", + "pages": 1, + "status": "succeeded" + }, + { + "documentName": "Form_5.jpg", + "pages": 1, + "status": "succeeded" + } + ], + "fields": [ + { + "fieldName": "CompanyAddress", + "accuracy": 0.8 + }, + { + "fieldName": "CompanyName", + "accuracy": 1.0 + }, + { + "fieldName": "CompanyPhoneNumber", + "accuracy": 1.0 + }, + { + "fieldName": "DatedAs", + "accuracy": 1.0 + }, + { + "fieldName": "Email", + "accuracy": 0.8 + }, + { + "fieldName": "Merchant", + "accuracy": 1.0 + }, + { + "fieldName": "PhoneNumber", + "accuracy": 1.0 + }, + { + "fieldName": "PurchaseOrderNumber", + "accuracy": 1.0 + }, + { + "fieldName": "Quantity", + "accuracy": 1.0 + }, + { + "fieldName": "Signature", + "accuracy": 0.8 + }, + { + "fieldName": "Subtotal", + "accuracy": 1.0 + }, + { + "fieldName": "Tax", + "accuracy": 1.0 + }, + { + "fieldName": "Total", + "accuracy": 1.0 + }, + { + "fieldName": "VendorName", + "accuracy": 1.0 + }, + { + "fieldName": "Website", + "accuracy": 1.0 + } + ], + "modelId": "d1c04d01-ec1d-4ad6-8f32-6d705c78cb2b", + "errors": [] + }, + { + "averageModelAccuracy": 0.96, + "trainingDocuments": [ + { + "documentName": "Form_1.jpg", + "pages": 1, + "status": "succeeded" + }, + { + "documentName": "Form_2.jpg", + "pages": 1, + "status": "succeeded" + }, + { + "documentName": "Form_3.jpg", + "pages": 1, + "status": "succeeded" + }, + { + "documentName": "Form_4.jpg", + "pages": 1, + "status": "succeeded" + }, + { + "documentName": "Form_5.jpg", + "pages": 1, + "status": "succeeded" + } + ], + "fields": [ + { + "fieldName": "CompanyAddress", + "accuracy": 0.8 + }, + { + "fieldName": "CompanyName", + "accuracy": 1.0 + }, + { + "fieldName": "CompanyPhoneNumber", + "accuracy": 1.0 + }, + { + "fieldName": "DatedAs", + "accuracy": 1.0 + }, + { + "fieldName": "Email", + "accuracy": 0.8 + }, + { + "fieldName": "Merchant", + "accuracy": 1.0 + }, + { + "fieldName": "PhoneNumber", + "accuracy": 1.0 + }, + { + "fieldName": "PurchaseOrderNumber", + "accuracy": 1.0 + }, + { + "fieldName": "Quantity", + "accuracy": 1.0 + }, + { + "fieldName": "Signature", + "accuracy": 0.8 + }, + { + "fieldName": "Subtotal", + "accuracy": 1.0 + }, + { + "fieldName": "Tax", + "accuracy": 1.0 + }, + { + "fieldName": "Total", + "accuracy": 1.0 + }, + { + "fieldName": "VendorName", + "accuracy": 1.0 + }, + { + "fieldName": "Website", + "accuracy": 1.0 + } + ], + "modelId": "69c9ee9e-2978-4e5e-8a26-de50ca781375", + "errors": [] + } + ] + } + }, + { + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/copyAuthorization", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "traceparent": "00-78f8c96e69472c4bb6c3704e6502528b-479fafcaa2426d42-00", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201111.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "e49d3f1d95982df23c35e23d7893426a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 201, + "ResponseHeaders": { + "apim-request-id": "7d8d3eaf-5ebb-4274-9ab2-7ff531b5ea52", + "Content-Length": "113", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 11 Nov 2020 23:34:18 GMT", + "Location": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/b2332f77-8d71-404b-82ee-f2e54c2c67cb", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "31" + }, + "ResponseBody": { + "modelId": "b2332f77-8d71-404b-82ee-f2e54c2c67cb", + "accessToken": "Sanitized", + "expirationDateTimeTicks": 1605224058 + } + }, + { + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/3cada616-5da3-43df-b0b3-dc7db5f1bbcd/copy", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Content-Length": "345", + "Content-Type": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "traceparent": "00-61c0537b5a3d394dae3cac623bfc7c71-fbd3bde547a4a943-00", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201111.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "7df91223521add9e03496775420d218f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "targetResourceId": "/subscriptions/faa080af-c1d8-40ad-9cce-e1a450ca5b57/resourceGroups/mariari-group/providers/Microsoft.CognitiveServices/accounts/mariari-centraluseuap", + "targetResourceRegion": "centraluseuap", + "copyAuthorization": { + "modelId": "b2332f77-8d71-404b-82ee-f2e54c2c67cb", + "accessToken": "Sanitized", + "expirationDateTimeTicks": 1605224058 + } + }, + "StatusCode": 202, + "ResponseHeaders": { + "apim-request-id": "41a46ba3-de6c-469f-88fb-b40294955058", + "Content-Length": "0", + "Date": "Wed, 11 Nov 2020 23:34:18 GMT", + "Operation-Location": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/3cada616-5da3-43df-b0b3-dc7db5f1bbcd/copyresults/a2e23594-a8f5-4196-9fdc-b5672abe67d2", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "30" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/3cada616-5da3-43df-b0b3-dc7db5f1bbcd/copyResults/a2e23594-a8f5-4196-9fdc-b5672abe67d2", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201111.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "4278473fd2d7e4c2697894f223c341dc", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "8139d5d7-6faf-46ca-b017-a24d6b973093", + "Content-Length": "173", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 11 Nov 2020 23:34:19 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "14" + }, + "ResponseBody": { + "status": "notStarted", + "createdDateTime": "2020-11-11T23:34:19Z", + "lastUpdatedDateTime": "2020-11-11T23:34:19Z", + "copyResult": { + "modelId": "b2332f77-8d71-404b-82ee-f2e54c2c67cb" + } + } + }, + { + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/3cada616-5da3-43df-b0b3-dc7db5f1bbcd/copyResults/a2e23594-a8f5-4196-9fdc-b5672abe67d2", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201111.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "e159aa27711bcbc9a1bfe04e2e7deb2f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "803eb672-c087-4673-88bf-efbdfdb9d08e", + "Content-Length": "173", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 11 Nov 2020 23:34:20 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "13" + }, + "ResponseBody": { + "status": "notStarted", + "createdDateTime": "2020-11-11T23:34:19Z", + "lastUpdatedDateTime": "2020-11-11T23:34:19Z", + "copyResult": { + "modelId": "b2332f77-8d71-404b-82ee-f2e54c2c67cb" + } + } + }, + { + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/3cada616-5da3-43df-b0b3-dc7db5f1bbcd/copyResults/a2e23594-a8f5-4196-9fdc-b5672abe67d2", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201111.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "31fe5214001b50924f1514a2beacba40", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "d4dd8069-37a8-44a8-831f-920a0efd6ffb", + "Content-Length": "173", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 11 Nov 2020 23:34:21 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "9" + }, + "ResponseBody": { + "status": "notStarted", + "createdDateTime": "2020-11-11T23:34:19Z", + "lastUpdatedDateTime": "2020-11-11T23:34:19Z", + "copyResult": { + "modelId": "b2332f77-8d71-404b-82ee-f2e54c2c67cb" + } + } + }, + { + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/3cada616-5da3-43df-b0b3-dc7db5f1bbcd/copyResults/a2e23594-a8f5-4196-9fdc-b5672abe67d2", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201111.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "974d8a083fb3cd747eaca018f273b5eb", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "53f5142b-7b13-450b-a129-e9d5473e9ee1", + "Content-Length": "173", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 11 Nov 2020 23:34:22 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "10" + }, + "ResponseBody": { + "status": "notStarted", + "createdDateTime": "2020-11-11T23:34:19Z", + "lastUpdatedDateTime": "2020-11-11T23:34:19Z", + "copyResult": { + "modelId": "b2332f77-8d71-404b-82ee-f2e54c2c67cb" + } + } + }, + { + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/3cada616-5da3-43df-b0b3-dc7db5f1bbcd/copyResults/a2e23594-a8f5-4196-9fdc-b5672abe67d2", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201111.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "d0dd648c10c427c1170991055d270cf4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "a45f3879-971f-43f0-89d4-2f76969924b5", + "Content-Length": "173", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 11 Nov 2020 23:34:23 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "10" + }, + "ResponseBody": { + "status": "notStarted", + "createdDateTime": "2020-11-11T23:34:19Z", + "lastUpdatedDateTime": "2020-11-11T23:34:19Z", + "copyResult": { + "modelId": "b2332f77-8d71-404b-82ee-f2e54c2c67cb" + } + } + }, + { + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/3cada616-5da3-43df-b0b3-dc7db5f1bbcd/copyResults/a2e23594-a8f5-4196-9fdc-b5672abe67d2", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201111.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "a4469f05542fd57bde31b36e5f7a5ddc", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "cbb3d385-564a-456e-ab39-20dc57272ee2", + "Content-Length": "173", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 11 Nov 2020 23:34:24 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "10" + }, + "ResponseBody": { + "status": "notStarted", + "createdDateTime": "2020-11-11T23:34:19Z", + "lastUpdatedDateTime": "2020-11-11T23:34:19Z", + "copyResult": { + "modelId": "b2332f77-8d71-404b-82ee-f2e54c2c67cb" + } + } + }, + { + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/3cada616-5da3-43df-b0b3-dc7db5f1bbcd/copyResults/a2e23594-a8f5-4196-9fdc-b5672abe67d2", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201111.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "5915285fe9cef87bc9267faaad6f6f56", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "4f64b602-bc81-4904-b5d6-dd1423b2c0be", + "Content-Length": "173", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 11 Nov 2020 23:34:26 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "11" + }, + "ResponseBody": { + "status": "notStarted", + "createdDateTime": "2020-11-11T23:34:19Z", + "lastUpdatedDateTime": "2020-11-11T23:34:19Z", + "copyResult": { + "modelId": "b2332f77-8d71-404b-82ee-f2e54c2c67cb" + } + } + }, + { + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/3cada616-5da3-43df-b0b3-dc7db5f1bbcd/copyResults/a2e23594-a8f5-4196-9fdc-b5672abe67d2", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201111.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "5213ab9f112d38bce908f2935d52c89d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "40ddd8aa-fe6f-41da-bc7a-c26a184d678a", + "Content-Length": "173", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 11 Nov 2020 23:34:28 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "10" + }, + "ResponseBody": { + "status": "notStarted", + "createdDateTime": "2020-11-11T23:34:19Z", + "lastUpdatedDateTime": "2020-11-11T23:34:19Z", + "copyResult": { + "modelId": "b2332f77-8d71-404b-82ee-f2e54c2c67cb" + } + } + }, + { + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/3cada616-5da3-43df-b0b3-dc7db5f1bbcd/copyResults/a2e23594-a8f5-4196-9fdc-b5672abe67d2", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201111.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "35a5b5abb3111b25244edb09d4d0276e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "f2db56fe-29c9-4a9a-a8ae-a97ba756c22e", + "Content-Length": "173", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 11 Nov 2020 23:34:29 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "9" + }, + "ResponseBody": { + "status": "notStarted", + "createdDateTime": "2020-11-11T23:34:19Z", + "lastUpdatedDateTime": "2020-11-11T23:34:19Z", + "copyResult": { + "modelId": "b2332f77-8d71-404b-82ee-f2e54c2c67cb" + } + } + }, + { + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/3cada616-5da3-43df-b0b3-dc7db5f1bbcd/copyResults/a2e23594-a8f5-4196-9fdc-b5672abe67d2", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201111.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "b3cf5cc10b674eae6bdc6fc6f6e89a76", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "3006d76f-b310-4f65-b5da-c03969d3f0ca", + "Content-Length": "173", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 11 Nov 2020 23:34:30 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "10" + }, + "ResponseBody": { + "status": "notStarted", + "createdDateTime": "2020-11-11T23:34:19Z", + "lastUpdatedDateTime": "2020-11-11T23:34:19Z", + "copyResult": { + "modelId": "b2332f77-8d71-404b-82ee-f2e54c2c67cb" + } + } + }, + { + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/3cada616-5da3-43df-b0b3-dc7db5f1bbcd/copyResults/a2e23594-a8f5-4196-9fdc-b5672abe67d2", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201111.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "f8fee25d3ac9ec4486f72ede36b26318", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "01db65fa-cc58-4a2d-91cc-cdded1bace0a", + "Content-Length": "173", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 11 Nov 2020 23:34:31 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "9" + }, + "ResponseBody": { + "status": "notStarted", + "createdDateTime": "2020-11-11T23:34:19Z", + "lastUpdatedDateTime": "2020-11-11T23:34:19Z", + "copyResult": { + "modelId": "b2332f77-8d71-404b-82ee-f2e54c2c67cb" + } + } + }, + { + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/3cada616-5da3-43df-b0b3-dc7db5f1bbcd/copyResults/a2e23594-a8f5-4196-9fdc-b5672abe67d2", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201111.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "00d284e11483a0350757c935435f253c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "57dbae6e-f511-4639-b4d9-34e9bb62659a", + "Content-Length": "173", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 11 Nov 2020 23:34:32 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "10" + }, + "ResponseBody": { + "status": "notStarted", + "createdDateTime": "2020-11-11T23:34:19Z", + "lastUpdatedDateTime": "2020-11-11T23:34:19Z", + "copyResult": { + "modelId": "b2332f77-8d71-404b-82ee-f2e54c2c67cb" + } + } + }, + { + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/3cada616-5da3-43df-b0b3-dc7db5f1bbcd/copyResults/a2e23594-a8f5-4196-9fdc-b5672abe67d2", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201111.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "f2ab64b32fd286a517e22d70dccf18b8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "92a88942-52cf-498f-8f16-87af26126beb", + "Content-Length": "173", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 11 Nov 2020 23:34:33 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "10" + }, + "ResponseBody": { + "status": "notStarted", + "createdDateTime": "2020-11-11T23:34:19Z", + "lastUpdatedDateTime": "2020-11-11T23:34:19Z", + "copyResult": { + "modelId": "b2332f77-8d71-404b-82ee-f2e54c2c67cb" + } + } + }, + { + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/3cada616-5da3-43df-b0b3-dc7db5f1bbcd/copyResults/a2e23594-a8f5-4196-9fdc-b5672abe67d2", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201111.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "72e557789a1548f3ad5ef172700fa826", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "bf341ae1-e392-4ab1-90b8-41a5a1489160", + "Content-Length": "173", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 11 Nov 2020 23:34:36 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "9" + }, + "ResponseBody": { + "status": "notStarted", + "createdDateTime": "2020-11-11T23:34:19Z", + "lastUpdatedDateTime": "2020-11-11T23:34:19Z", + "copyResult": { + "modelId": "b2332f77-8d71-404b-82ee-f2e54c2c67cb" + } + } + }, + { + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/3cada616-5da3-43df-b0b3-dc7db5f1bbcd/copyResults/a2e23594-a8f5-4196-9fdc-b5672abe67d2", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201111.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "d22bf1d17106b246de4be9a0e7c4c337", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "6873d42d-3421-4742-bd73-5c8b434ba50e", + "Content-Length": "173", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 11 Nov 2020 23:34:37 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "9" + }, + "ResponseBody": { + "status": "notStarted", + "createdDateTime": "2020-11-11T23:34:19Z", + "lastUpdatedDateTime": "2020-11-11T23:34:19Z", + "copyResult": { + "modelId": "b2332f77-8d71-404b-82ee-f2e54c2c67cb" + } + } + }, + { + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/3cada616-5da3-43df-b0b3-dc7db5f1bbcd/copyResults/a2e23594-a8f5-4196-9fdc-b5672abe67d2", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201111.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "ecbc103eb37a1926706345733d321508", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "8ae53c0d-81a1-429a-ba3e-62cb90aeda8e", + "Content-Length": "188", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 11 Nov 2020 23:34:38 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "10" + }, + "ResponseBody": { + "status": "succeeded", + "createdDateTime": "2020-11-11T23:34:37.5805091Z", + "lastUpdatedDateTime": "2020-11-11T23:34:37.5805094Z", + "copyResult": { + "modelId": "b2332f77-8d71-404b-82ee-f2e54c2c67cb" + } + } + }, + { + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/b2332f77-8d71-404b-82ee-f2e54c2c67cb?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "traceparent": "00-869363f055eb7f4a8b5c5b1a962fbb68-d681d98e990e5c4d-00", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201111.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "eb9e063a45a407b2103393c9b15361e8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "fa9a981f-eb56-4e84-911a-6f43ca6c9df9", + "Content-Length": "2361", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 11 Nov 2020 23:34:38 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "13" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "b2332f77-8d71-404b-82ee-f2e54c2c67cb", + "modelName": "My composed model", + "attributes": { + "isComposed": true + }, + "status": "ready", + "createdDateTime": "2020-11-11T23:34:18Z", + "lastUpdatedDateTime": "2020-11-11T23:34:18Z" + }, + "composedTrainResults": [ + { + "averageModelAccuracy": 0.96, + "trainingDocuments": [ + { + "documentName": "Form_1.jpg", + "pages": 1, + "status": "succeeded" + }, + { + "documentName": "Form_2.jpg", + "pages": 1, + "status": "succeeded" + }, + { + "documentName": "Form_3.jpg", + "pages": 1, + "status": "succeeded" + }, + { + "documentName": "Form_4.jpg", + "pages": 1, + "status": "succeeded" + }, + { + "documentName": "Form_5.jpg", + "pages": 1, + "status": "succeeded" + } + ], + "fields": [ + { + "fieldName": "CompanyAddress", + "accuracy": 0.8 + }, + { + "fieldName": "CompanyName", + "accuracy": 1.0 + }, + { + "fieldName": "CompanyPhoneNumber", + "accuracy": 1.0 + }, + { + "fieldName": "DatedAs", + "accuracy": 1.0 + }, + { + "fieldName": "Email", + "accuracy": 0.8 + }, + { + "fieldName": "Merchant", + "accuracy": 1.0 + }, + { + "fieldName": "PhoneNumber", + "accuracy": 1.0 + }, + { + "fieldName": "PurchaseOrderNumber", + "accuracy": 1.0 + }, + { + "fieldName": "Quantity", + "accuracy": 1.0 + }, + { + "fieldName": "Signature", + "accuracy": 0.8 + }, + { + "fieldName": "Subtotal", + "accuracy": 1.0 + }, + { + "fieldName": "Tax", + "accuracy": 1.0 + }, + { + "fieldName": "Total", + "accuracy": 1.0 + }, + { + "fieldName": "VendorName", + "accuracy": 1.0 + }, + { + "fieldName": "Website", + "accuracy": 1.0 + } + ], + "modelId": "d1c04d01-ec1d-4ad6-8f32-6d705c78cb2b", + "errors": [] + }, + { + "averageModelAccuracy": 0.96, + "trainingDocuments": [ + { + "documentName": "Form_1.jpg", + "pages": 1, + "status": "succeeded" + }, + { + "documentName": "Form_2.jpg", + "pages": 1, + "status": "succeeded" + }, + { + "documentName": "Form_3.jpg", + "pages": 1, + "status": "succeeded" + }, + { + "documentName": "Form_4.jpg", + "pages": 1, + "status": "succeeded" + }, + { + "documentName": "Form_5.jpg", + "pages": 1, + "status": "succeeded" + } + ], + "fields": [ + { + "fieldName": "CompanyAddress", + "accuracy": 0.8 + }, + { + "fieldName": "CompanyName", + "accuracy": 1.0 + }, + { + "fieldName": "CompanyPhoneNumber", + "accuracy": 1.0 + }, + { + "fieldName": "DatedAs", + "accuracy": 1.0 + }, + { + "fieldName": "Email", + "accuracy": 0.8 + }, + { + "fieldName": "Merchant", + "accuracy": 1.0 + }, + { + "fieldName": "PhoneNumber", + "accuracy": 1.0 + }, + { + "fieldName": "PurchaseOrderNumber", + "accuracy": 1.0 + }, + { + "fieldName": "Quantity", + "accuracy": 1.0 + }, + { + "fieldName": "Signature", + "accuracy": 0.8 + }, + { + "fieldName": "Subtotal", + "accuracy": 1.0 + }, + { + "fieldName": "Tax", + "accuracy": 1.0 + }, + { + "fieldName": "Total", + "accuracy": 1.0 + }, + { + "fieldName": "VendorName", + "accuracy": 1.0 + }, + { + "fieldName": "Website", + "accuracy": 1.0 + } + ], + "modelId": "69c9ee9e-2978-4e5e-8a26-de50ca781375", + "errors": [] + } + ] + } + }, + { + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/69c9ee9e-2978-4e5e-8a26-de50ca781375", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "traceparent": "00-f0e24ba950f7fa48a3d75ecee2a6ad1f-8f338c76b6c0ed4c-00", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201111.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "6033b99abc531eaccb1262a32cd274ac", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 204, + "ResponseHeaders": { + "apim-request-id": "db6e1c45-f7d7-41e4-b389-99159b4aa194", + "Content-Length": "0", + "Date": "Wed, 11 Nov 2020 23:34:38 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "25" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/d1c04d01-ec1d-4ad6-8f32-6d705c78cb2b", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "traceparent": "00-c278824a89765646940b6df3104d684f-3c98271dd1cc1144-00", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201111.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "e166e135d826f9935eb4db471f5c671c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 204, + "ResponseHeaders": { + "apim-request-id": "7fabdecd-ba25-453f-866f-265d3b812602", + "Content-Length": "0", + "Date": "Wed, 11 Nov 2020 23:34:39 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "24" + }, + "ResponseBody": [] + } + ], + "Variables": { + "FORM_RECOGNIZER_API_KEY": "Sanitized", + "FORM_RECOGNIZER_BLOB_CONTAINER_SAS_URL": "https://sanitized.blob.core.windows.net", + "FORM_RECOGNIZER_ENDPOINT": "https://mariari-centraluseuap.cognitiveservices.azure.com/", + "FORM_RECOGNIZER_TARGET_RESOURCE_ID": "/subscriptions/faa080af-c1d8-40ad-9cce-e1a450ca5b57/resourceGroups/mariari-group/providers/Microsoft.CognitiveServices/accounts/mariari-centraluseuap", + "FORM_RECOGNIZER_TARGET_RESOURCE_REGION": "centraluseuap", + "RandomSeed": "321642945" + } +} \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/CopyComposedModelAsync.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/CopyComposedModelAsync.json new file mode 100644 index 0000000000000..7bb19612c4ced --- /dev/null +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/CopyComposedModelAsync.json @@ -0,0 +1,1641 @@ +{ + "Entries": [ + { + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Content-Length": "42", + "Content-Type": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "traceparent": "00-e9fa012d6eb1bf44a55af930dca295cf-2f64ad1e2f03e84f-00", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201111.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "3dea1c72d9654e1bbf589d51b29a5184", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "source": "Sanitized", + "useLabelFile": true + }, + "StatusCode": 201, + "ResponseHeaders": { + "apim-request-id": "7ca74b91-b1c0-4f8e-9764-b6c01b5354f4", + "Content-Length": "0", + "Date": "Wed, 11 Nov 2020 23:34:39 GMT", + "Location": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/aee1a0be-ff0d-4f3a-9c1d-368b37b42573", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "40" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/aee1a0be-ff0d-4f3a-9c1d-368b37b42573?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201111.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "b9bfccd719e555cdd7ea953d003c62ba", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "689916f6-d579-47a4-bcea-7d1e69766d15", + "Content-Length": "170", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 11 Nov 2020 23:34:40 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "14" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "aee1a0be-ff0d-4f3a-9c1d-368b37b42573", + "status": "creating", + "createdDateTime": "2020-11-11T23:34:40Z", + "lastUpdatedDateTime": "2020-11-11T23:34:40Z" + } + } + }, + { + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/aee1a0be-ff0d-4f3a-9c1d-368b37b42573?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201111.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "559acc8dfef65fadca05e97250ce52c4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "b6ac69b9-9a48-4670-9cda-7b35edbfe78d", + "Content-Length": "1218", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 11 Nov 2020 23:34:41 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "14" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "aee1a0be-ff0d-4f3a-9c1d-368b37b42573", + "attributes": { + "isComposed": false + }, + "status": "ready", + "createdDateTime": "2020-11-11T23:34:40Z", + "lastUpdatedDateTime": "2020-11-11T23:34:41Z" + }, + "trainResult": { + "averageModelAccuracy": 0.96, + "trainingDocuments": [ + { + "documentName": "Form_1.jpg", + "pages": 1, + "status": "succeeded" + }, + { + "documentName": "Form_2.jpg", + "pages": 1, + "status": "succeeded" + }, + { + "documentName": "Form_3.jpg", + "pages": 1, + "status": "succeeded" + }, + { + "documentName": "Form_4.jpg", + "pages": 1, + "status": "succeeded" + }, + { + "documentName": "Form_5.jpg", + "pages": 1, + "status": "succeeded" + } + ], + "fields": [ + { + "fieldName": "CompanyAddress", + "accuracy": 0.8 + }, + { + "fieldName": "CompanyName", + "accuracy": 1.0 + }, + { + "fieldName": "CompanyPhoneNumber", + "accuracy": 1.0 + }, + { + "fieldName": "DatedAs", + "accuracy": 1.0 + }, + { + "fieldName": "Email", + "accuracy": 0.8 + }, + { + "fieldName": "Merchant", + "accuracy": 1.0 + }, + { + "fieldName": "PhoneNumber", + "accuracy": 1.0 + }, + { + "fieldName": "PurchaseOrderNumber", + "accuracy": 1.0 + }, + { + "fieldName": "Quantity", + "accuracy": 1.0 + }, + { + "fieldName": "Signature", + "accuracy": 0.8 + }, + { + "fieldName": "Subtotal", + "accuracy": 1.0 + }, + { + "fieldName": "Tax", + "accuracy": 1.0 + }, + { + "fieldName": "Total", + "accuracy": 1.0 + }, + { + "fieldName": "VendorName", + "accuracy": 1.0 + }, + { + "fieldName": "Website", + "accuracy": 1.0 + } + ], + "errors": [] + } + } + }, + { + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Content-Length": "42", + "Content-Type": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "traceparent": "00-c8d460d901e44047bfa58033daddffda-1f3df79223dd734a-00", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201111.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "62929252783159024f95667a43de4e82", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "source": "Sanitized", + "useLabelFile": true + }, + "StatusCode": 201, + "ResponseHeaders": { + "apim-request-id": "b492da66-52cb-4556-82d0-9f12624ab492", + "Content-Length": "0", + "Date": "Wed, 11 Nov 2020 23:34:41 GMT", + "Location": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/e2378d52-9c7e-4bfa-8375-5147fbefa765", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "44" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/e2378d52-9c7e-4bfa-8375-5147fbefa765?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201111.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "e6c4e2f5fb00d98d1f5fefdf305b0408", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "f13dc0da-8d37-4018-b1dd-172982f89b5d", + "Content-Length": "170", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 11 Nov 2020 23:34:41 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "13" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "e2378d52-9c7e-4bfa-8375-5147fbefa765", + "status": "creating", + "createdDateTime": "2020-11-11T23:34:42Z", + "lastUpdatedDateTime": "2020-11-11T23:34:42Z" + } + } + }, + { + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/e2378d52-9c7e-4bfa-8375-5147fbefa765?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201111.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "6dead19800aa1489c940056198321cec", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "419e6789-0086-443c-b34f-7f4822244e57", + "Content-Length": "1218", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 11 Nov 2020 23:34:43 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "14" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "e2378d52-9c7e-4bfa-8375-5147fbefa765", + "attributes": { + "isComposed": false + }, + "status": "ready", + "createdDateTime": "2020-11-11T23:34:42Z", + "lastUpdatedDateTime": "2020-11-11T23:34:43Z" + }, + "trainResult": { + "averageModelAccuracy": 0.96, + "trainingDocuments": [ + { + "documentName": "Form_1.jpg", + "pages": 1, + "status": "succeeded" + }, + { + "documentName": "Form_2.jpg", + "pages": 1, + "status": "succeeded" + }, + { + "documentName": "Form_3.jpg", + "pages": 1, + "status": "succeeded" + }, + { + "documentName": "Form_4.jpg", + "pages": 1, + "status": "succeeded" + }, + { + "documentName": "Form_5.jpg", + "pages": 1, + "status": "succeeded" + } + ], + "fields": [ + { + "fieldName": "CompanyAddress", + "accuracy": 0.8 + }, + { + "fieldName": "CompanyName", + "accuracy": 1.0 + }, + { + "fieldName": "CompanyPhoneNumber", + "accuracy": 1.0 + }, + { + "fieldName": "DatedAs", + "accuracy": 1.0 + }, + { + "fieldName": "Email", + "accuracy": 0.8 + }, + { + "fieldName": "Merchant", + "accuracy": 1.0 + }, + { + "fieldName": "PhoneNumber", + "accuracy": 1.0 + }, + { + "fieldName": "PurchaseOrderNumber", + "accuracy": 1.0 + }, + { + "fieldName": "Quantity", + "accuracy": 1.0 + }, + { + "fieldName": "Signature", + "accuracy": 0.8 + }, + { + "fieldName": "Subtotal", + "accuracy": 1.0 + }, + { + "fieldName": "Tax", + "accuracy": 1.0 + }, + { + "fieldName": "Total", + "accuracy": 1.0 + }, + { + "fieldName": "VendorName", + "accuracy": 1.0 + }, + { + "fieldName": "Website", + "accuracy": 1.0 + } + ], + "errors": [] + } + } + }, + { + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/compose", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": [ + "application/json", + "text/json" + ], + "Content-Length": "124", + "Content-Type": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "traceparent": "00-2f1b404a99432a48a7d5aeb4ce111a78-67ff762b23408f43-00", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201111.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "6e7c66b76b0a56c404b942d1882229f3", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "modelIds": [ + "aee1a0be-ff0d-4f3a-9c1d-368b37b42573", + "e2378d52-9c7e-4bfa-8375-5147fbefa765" + ], + "modelName": "My composed model" + }, + "StatusCode": 201, + "ResponseHeaders": { + "apim-request-id": "9d2b2c6d-cfca-42e1-b086-83db246b51cd", + "Content-Length": "0", + "Date": "Wed, 11 Nov 2020 23:34:43 GMT", + "Location": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/ff974adc-564c-4e36-bba3-a576d22c840f", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "54" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/ff974adc-564c-4e36-bba3-a576d22c840f?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201111.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "71e15d91e0f3f4d859af1cbff62c40ec", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "81458726-9c37-4bf7-801c-274e8cb5a777", + "Content-Length": "2361", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 11 Nov 2020 23:34:43 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "18" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "ff974adc-564c-4e36-bba3-a576d22c840f", + "modelName": "My composed model", + "attributes": { + "isComposed": true + }, + "status": "ready", + "createdDateTime": "2020-11-11T23:34:44Z", + "lastUpdatedDateTime": "2020-11-11T23:34:44Z" + }, + "composedTrainResults": [ + { + "averageModelAccuracy": 0.96, + "trainingDocuments": [ + { + "documentName": "Form_1.jpg", + "pages": 1, + "status": "succeeded" + }, + { + "documentName": "Form_2.jpg", + "pages": 1, + "status": "succeeded" + }, + { + "documentName": "Form_3.jpg", + "pages": 1, + "status": "succeeded" + }, + { + "documentName": "Form_4.jpg", + "pages": 1, + "status": "succeeded" + }, + { + "documentName": "Form_5.jpg", + "pages": 1, + "status": "succeeded" + } + ], + "fields": [ + { + "fieldName": "CompanyAddress", + "accuracy": 0.8 + }, + { + "fieldName": "CompanyName", + "accuracy": 1.0 + }, + { + "fieldName": "CompanyPhoneNumber", + "accuracy": 1.0 + }, + { + "fieldName": "DatedAs", + "accuracy": 1.0 + }, + { + "fieldName": "Email", + "accuracy": 0.8 + }, + { + "fieldName": "Merchant", + "accuracy": 1.0 + }, + { + "fieldName": "PhoneNumber", + "accuracy": 1.0 + }, + { + "fieldName": "PurchaseOrderNumber", + "accuracy": 1.0 + }, + { + "fieldName": "Quantity", + "accuracy": 1.0 + }, + { + "fieldName": "Signature", + "accuracy": 0.8 + }, + { + "fieldName": "Subtotal", + "accuracy": 1.0 + }, + { + "fieldName": "Tax", + "accuracy": 1.0 + }, + { + "fieldName": "Total", + "accuracy": 1.0 + }, + { + "fieldName": "VendorName", + "accuracy": 1.0 + }, + { + "fieldName": "Website", + "accuracy": 1.0 + } + ], + "modelId": "aee1a0be-ff0d-4f3a-9c1d-368b37b42573", + "errors": [] + }, + { + "averageModelAccuracy": 0.96, + "trainingDocuments": [ + { + "documentName": "Form_1.jpg", + "pages": 1, + "status": "succeeded" + }, + { + "documentName": "Form_2.jpg", + "pages": 1, + "status": "succeeded" + }, + { + "documentName": "Form_3.jpg", + "pages": 1, + "status": "succeeded" + }, + { + "documentName": "Form_4.jpg", + "pages": 1, + "status": "succeeded" + }, + { + "documentName": "Form_5.jpg", + "pages": 1, + "status": "succeeded" + } + ], + "fields": [ + { + "fieldName": "CompanyAddress", + "accuracy": 0.8 + }, + { + "fieldName": "CompanyName", + "accuracy": 1.0 + }, + { + "fieldName": "CompanyPhoneNumber", + "accuracy": 1.0 + }, + { + "fieldName": "DatedAs", + "accuracy": 1.0 + }, + { + "fieldName": "Email", + "accuracy": 0.8 + }, + { + "fieldName": "Merchant", + "accuracy": 1.0 + }, + { + "fieldName": "PhoneNumber", + "accuracy": 1.0 + }, + { + "fieldName": "PurchaseOrderNumber", + "accuracy": 1.0 + }, + { + "fieldName": "Quantity", + "accuracy": 1.0 + }, + { + "fieldName": "Signature", + "accuracy": 0.8 + }, + { + "fieldName": "Subtotal", + "accuracy": 1.0 + }, + { + "fieldName": "Tax", + "accuracy": 1.0 + }, + { + "fieldName": "Total", + "accuracy": 1.0 + }, + { + "fieldName": "VendorName", + "accuracy": 1.0 + }, + { + "fieldName": "Website", + "accuracy": 1.0 + } + ], + "modelId": "e2378d52-9c7e-4bfa-8375-5147fbefa765", + "errors": [] + } + ] + } + }, + { + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/copyAuthorization", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "traceparent": "00-97fc050149faa740bd2d56f6453ab3f1-1470b4ee599ba64e-00", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201111.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "c928024396de2dfe0d9369f0bdb78ca7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 201, + "ResponseHeaders": { + "apim-request-id": "71a5eb6f-9a6d-4840-9ca9-bc0d043342dd", + "Content-Length": "113", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 11 Nov 2020 23:34:43 GMT", + "Location": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/e0452198-58ec-4351-aaa3-30fd869b864d", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "28" + }, + "ResponseBody": { + "modelId": "e0452198-58ec-4351-aaa3-30fd869b864d", + "accessToken": "Sanitized", + "expirationDateTimeTicks": 1605224084 + } + }, + { + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/ff974adc-564c-4e36-bba3-a576d22c840f/copy", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Content-Length": "345", + "Content-Type": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "traceparent": "00-4edaea563052864099f7f78c025908a0-c85a392bb8dd2949-00", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201111.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "3ad01217ab50d6f88d87145a4e0460d8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "targetResourceId": "/subscriptions/faa080af-c1d8-40ad-9cce-e1a450ca5b57/resourceGroups/mariari-group/providers/Microsoft.CognitiveServices/accounts/mariari-centraluseuap", + "targetResourceRegion": "centraluseuap", + "copyAuthorization": { + "modelId": "e0452198-58ec-4351-aaa3-30fd869b864d", + "accessToken": "Sanitized", + "expirationDateTimeTicks": 1605224084 + } + }, + "StatusCode": 202, + "ResponseHeaders": { + "apim-request-id": "9fab98bd-eded-4c1b-a383-9a7180e037bf", + "Content-Length": "0", + "Date": "Wed, 11 Nov 2020 23:34:45 GMT", + "Operation-Location": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/ff974adc-564c-4e36-bba3-a576d22c840f/copyresults/88f8c9dd-0732-463c-88b2-2dbdaf14a356", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "31" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/ff974adc-564c-4e36-bba3-a576d22c840f/copyResults/88f8c9dd-0732-463c-88b2-2dbdaf14a356", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201111.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "868e56785ff9fa155fb4646077e737a1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "2b38966e-338b-418f-be6c-40215afcaa19", + "Content-Length": "173", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 11 Nov 2020 23:34:45 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "10" + }, + "ResponseBody": { + "status": "notStarted", + "createdDateTime": "2020-11-11T23:34:45Z", + "lastUpdatedDateTime": "2020-11-11T23:34:45Z", + "copyResult": { + "modelId": "e0452198-58ec-4351-aaa3-30fd869b864d" + } + } + }, + { + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/ff974adc-564c-4e36-bba3-a576d22c840f/copyResults/88f8c9dd-0732-463c-88b2-2dbdaf14a356", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201111.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "e3a87523065b979b0a513c5681a4de08", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "99e3e048-b946-421d-bd94-fc346d38aa6f", + "Content-Length": "173", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 11 Nov 2020 23:34:46 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "11" + }, + "ResponseBody": { + "status": "notStarted", + "createdDateTime": "2020-11-11T23:34:45Z", + "lastUpdatedDateTime": "2020-11-11T23:34:45Z", + "copyResult": { + "modelId": "e0452198-58ec-4351-aaa3-30fd869b864d" + } + } + }, + { + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/ff974adc-564c-4e36-bba3-a576d22c840f/copyResults/88f8c9dd-0732-463c-88b2-2dbdaf14a356", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201111.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "677890320529b7adfdd5db9c47985fa5", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "5f7dec92-fc95-4e05-9062-321ab2c46ddc", + "Content-Length": "173", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 11 Nov 2020 23:34:47 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "8" + }, + "ResponseBody": { + "status": "notStarted", + "createdDateTime": "2020-11-11T23:34:45Z", + "lastUpdatedDateTime": "2020-11-11T23:34:45Z", + "copyResult": { + "modelId": "e0452198-58ec-4351-aaa3-30fd869b864d" + } + } + }, + { + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/ff974adc-564c-4e36-bba3-a576d22c840f/copyResults/88f8c9dd-0732-463c-88b2-2dbdaf14a356", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201111.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "d93672507c5c727cbaf67ca823be79bb", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "a308b6e6-08ca-4e12-94e8-85fd395eaff8", + "Content-Length": "173", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 11 Nov 2020 23:34:49 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "10" + }, + "ResponseBody": { + "status": "notStarted", + "createdDateTime": "2020-11-11T23:34:45Z", + "lastUpdatedDateTime": "2020-11-11T23:34:45Z", + "copyResult": { + "modelId": "e0452198-58ec-4351-aaa3-30fd869b864d" + } + } + }, + { + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/ff974adc-564c-4e36-bba3-a576d22c840f/copyResults/88f8c9dd-0732-463c-88b2-2dbdaf14a356", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201111.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "e62d5bd5d06f1d78c7f0e6852aff5071", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "1517f9dc-f9d3-4fbf-942b-19b4f8cabb36", + "Content-Length": "173", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 11 Nov 2020 23:34:50 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "10" + }, + "ResponseBody": { + "status": "notStarted", + "createdDateTime": "2020-11-11T23:34:45Z", + "lastUpdatedDateTime": "2020-11-11T23:34:45Z", + "copyResult": { + "modelId": "e0452198-58ec-4351-aaa3-30fd869b864d" + } + } + }, + { + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/ff974adc-564c-4e36-bba3-a576d22c840f/copyResults/88f8c9dd-0732-463c-88b2-2dbdaf14a356", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201111.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "0e0696f2056db5ac1405ac328905943f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "3a164d49-c91c-4866-84b8-39ede4161a44", + "Content-Length": "173", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 11 Nov 2020 23:34:51 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "11" + }, + "ResponseBody": { + "status": "notStarted", + "createdDateTime": "2020-11-11T23:34:45Z", + "lastUpdatedDateTime": "2020-11-11T23:34:45Z", + "copyResult": { + "modelId": "e0452198-58ec-4351-aaa3-30fd869b864d" + } + } + }, + { + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/ff974adc-564c-4e36-bba3-a576d22c840f/copyResults/88f8c9dd-0732-463c-88b2-2dbdaf14a356", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201111.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "ecc6205c786a8035fa18116b96f647ba", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "86d18cab-f8ed-4e9f-b903-795fb3938e61", + "Content-Length": "173", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 11 Nov 2020 23:34:52 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "12" + }, + "ResponseBody": { + "status": "notStarted", + "createdDateTime": "2020-11-11T23:34:45Z", + "lastUpdatedDateTime": "2020-11-11T23:34:45Z", + "copyResult": { + "modelId": "e0452198-58ec-4351-aaa3-30fd869b864d" + } + } + }, + { + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/ff974adc-564c-4e36-bba3-a576d22c840f/copyResults/88f8c9dd-0732-463c-88b2-2dbdaf14a356", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201111.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "8cb50aa56ab7d04dae78d269234693c2", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "67294b0d-1650-45ec-835b-a0ac400c1600", + "Content-Length": "173", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 11 Nov 2020 23:34:54 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "11" + }, + "ResponseBody": { + "status": "notStarted", + "createdDateTime": "2020-11-11T23:34:45Z", + "lastUpdatedDateTime": "2020-11-11T23:34:45Z", + "copyResult": { + "modelId": "e0452198-58ec-4351-aaa3-30fd869b864d" + } + } + }, + { + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/ff974adc-564c-4e36-bba3-a576d22c840f/copyResults/88f8c9dd-0732-463c-88b2-2dbdaf14a356", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201111.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "0a29a75c6439790761861454f3411f1d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "642993ef-9fb7-465b-b54d-a14b0680f384", + "Content-Length": "173", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 11 Nov 2020 23:34:55 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "10" + }, + "ResponseBody": { + "status": "notStarted", + "createdDateTime": "2020-11-11T23:34:45Z", + "lastUpdatedDateTime": "2020-11-11T23:34:45Z", + "copyResult": { + "modelId": "e0452198-58ec-4351-aaa3-30fd869b864d" + } + } + }, + { + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/ff974adc-564c-4e36-bba3-a576d22c840f/copyResults/88f8c9dd-0732-463c-88b2-2dbdaf14a356", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201111.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "7f8cf1bd074ff287d2f53df2a6cb5cb3", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "3b93cbcc-23a1-46e9-9598-92877ee82229", + "Content-Length": "173", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 11 Nov 2020 23:34:56 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "9" + }, + "ResponseBody": { + "status": "notStarted", + "createdDateTime": "2020-11-11T23:34:45Z", + "lastUpdatedDateTime": "2020-11-11T23:34:45Z", + "copyResult": { + "modelId": "e0452198-58ec-4351-aaa3-30fd869b864d" + } + } + }, + { + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/ff974adc-564c-4e36-bba3-a576d22c840f/copyResults/88f8c9dd-0732-463c-88b2-2dbdaf14a356", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201111.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "ee0e4f843dcd4181033c2b3155f8dd6c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "52b0a780-bfbb-4f15-9fc6-fd0d2b98877d", + "Content-Length": "173", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 11 Nov 2020 23:34:57 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "12" + }, + "ResponseBody": { + "status": "notStarted", + "createdDateTime": "2020-11-11T23:34:45Z", + "lastUpdatedDateTime": "2020-11-11T23:34:45Z", + "copyResult": { + "modelId": "e0452198-58ec-4351-aaa3-30fd869b864d" + } + } + }, + { + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/ff974adc-564c-4e36-bba3-a576d22c840f/copyResults/88f8c9dd-0732-463c-88b2-2dbdaf14a356", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201111.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "31acb55914b95572203638432615d395", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "3b75b7ad-70b6-4e93-a14f-6e550d4197d0", + "Content-Length": "173", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 11 Nov 2020 23:34:59 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "13" + }, + "ResponseBody": { + "status": "notStarted", + "createdDateTime": "2020-11-11T23:34:45Z", + "lastUpdatedDateTime": "2020-11-11T23:34:45Z", + "copyResult": { + "modelId": "e0452198-58ec-4351-aaa3-30fd869b864d" + } + } + }, + { + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/ff974adc-564c-4e36-bba3-a576d22c840f/copyResults/88f8c9dd-0732-463c-88b2-2dbdaf14a356", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201111.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "a4cf60293033804f6f4b7c13dc559cd9", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "610582b7-c7e4-4d4e-8eb8-23c00fc33d66", + "Content-Length": "173", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 11 Nov 2020 23:35:00 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "9" + }, + "ResponseBody": { + "status": "notStarted", + "createdDateTime": "2020-11-11T23:34:45Z", + "lastUpdatedDateTime": "2020-11-11T23:34:45Z", + "copyResult": { + "modelId": "e0452198-58ec-4351-aaa3-30fd869b864d" + } + } + }, + { + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/ff974adc-564c-4e36-bba3-a576d22c840f/copyResults/88f8c9dd-0732-463c-88b2-2dbdaf14a356", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201111.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "f198d1182a1f70f9dcb8cd97053e1aee", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "71f1531c-2a98-497f-a505-dde1c0444d3d", + "Content-Length": "173", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 11 Nov 2020 23:35:01 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "13" + }, + "ResponseBody": { + "status": "notStarted", + "createdDateTime": "2020-11-11T23:34:45Z", + "lastUpdatedDateTime": "2020-11-11T23:34:45Z", + "copyResult": { + "modelId": "e0452198-58ec-4351-aaa3-30fd869b864d" + } + } + }, + { + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/ff974adc-564c-4e36-bba3-a576d22c840f/copyResults/88f8c9dd-0732-463c-88b2-2dbdaf14a356", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201111.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "f408956838282839652bc16e985f79ca", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "65856c7f-4469-488c-8073-083b38f642b7", + "Content-Length": "173", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 11 Nov 2020 23:35:02 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "11" + }, + "ResponseBody": { + "status": "notStarted", + "createdDateTime": "2020-11-11T23:34:45Z", + "lastUpdatedDateTime": "2020-11-11T23:34:45Z", + "copyResult": { + "modelId": "e0452198-58ec-4351-aaa3-30fd869b864d" + } + } + }, + { + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/ff974adc-564c-4e36-bba3-a576d22c840f/copyResults/88f8c9dd-0732-463c-88b2-2dbdaf14a356", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201111.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "552a5e99e27cfe75665fc87a63b87b31", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "719e45bc-c61b-4356-a410-06536965ef62", + "Content-Length": "173", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 11 Nov 2020 23:35:04 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "14" + }, + "ResponseBody": { + "status": "notStarted", + "createdDateTime": "2020-11-11T23:34:45Z", + "lastUpdatedDateTime": "2020-11-11T23:34:45Z", + "copyResult": { + "modelId": "e0452198-58ec-4351-aaa3-30fd869b864d" + } + } + }, + { + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/ff974adc-564c-4e36-bba3-a576d22c840f/copyResults/88f8c9dd-0732-463c-88b2-2dbdaf14a356", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201111.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "46aa8e31a74ddfb097708bf4688bd87c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "d3712793-b74a-45a5-8095-2de4737441a4", + "Content-Length": "173", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 11 Nov 2020 23:35:05 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "16" + }, + "ResponseBody": { + "status": "notStarted", + "createdDateTime": "2020-11-11T23:34:45Z", + "lastUpdatedDateTime": "2020-11-11T23:34:45Z", + "copyResult": { + "modelId": "e0452198-58ec-4351-aaa3-30fd869b864d" + } + } + }, + { + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/ff974adc-564c-4e36-bba3-a576d22c840f/copyResults/88f8c9dd-0732-463c-88b2-2dbdaf14a356", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201111.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "a6fd033fc413867120098dc970bec5ad", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "41510c97-4997-4896-b1a5-d7135dcfc0bd", + "Content-Length": "173", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 11 Nov 2020 23:35:06 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "12" + }, + "ResponseBody": { + "status": "notStarted", + "createdDateTime": "2020-11-11T23:34:45Z", + "lastUpdatedDateTime": "2020-11-11T23:34:45Z", + "copyResult": { + "modelId": "e0452198-58ec-4351-aaa3-30fd869b864d" + } + } + }, + { + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/ff974adc-564c-4e36-bba3-a576d22c840f/copyResults/88f8c9dd-0732-463c-88b2-2dbdaf14a356", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201111.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "0a3d90af32b4f27cad4abe0b578195db", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "ff9aa8a9-9a15-4b44-b699-b679e4dbe920", + "Content-Length": "188", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 11 Nov 2020 23:35:07 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "11" + }, + "ResponseBody": { + "status": "succeeded", + "createdDateTime": "2020-11-11T23:35:07.6809836Z", + "lastUpdatedDateTime": "2020-11-11T23:35:07.6809839Z", + "copyResult": { + "modelId": "e0452198-58ec-4351-aaa3-30fd869b864d" + } + } + }, + { + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/e0452198-58ec-4351-aaa3-30fd869b864d?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "traceparent": "00-e2e5d1a559b4af44b98d83c0522eff83-fda16a12e1f0be48-00", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201111.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "5f3a4b87d4ba6d1e1c24264419e76fd8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "d2b9aa94-57b2-4971-9a6e-812065ecf337", + "Content-Length": "2361", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 11 Nov 2020 23:35:07 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "15" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "e0452198-58ec-4351-aaa3-30fd869b864d", + "modelName": "My composed model", + "attributes": { + "isComposed": true + }, + "status": "ready", + "createdDateTime": "2020-11-11T23:34:44Z", + "lastUpdatedDateTime": "2020-11-11T23:34:44Z" + }, + "composedTrainResults": [ + { + "averageModelAccuracy": 0.96, + "trainingDocuments": [ + { + "documentName": "Form_1.jpg", + "pages": 1, + "status": "succeeded" + }, + { + "documentName": "Form_2.jpg", + "pages": 1, + "status": "succeeded" + }, + { + "documentName": "Form_3.jpg", + "pages": 1, + "status": "succeeded" + }, + { + "documentName": "Form_4.jpg", + "pages": 1, + "status": "succeeded" + }, + { + "documentName": "Form_5.jpg", + "pages": 1, + "status": "succeeded" + } + ], + "fields": [ + { + "fieldName": "CompanyAddress", + "accuracy": 0.8 + }, + { + "fieldName": "CompanyName", + "accuracy": 1.0 + }, + { + "fieldName": "CompanyPhoneNumber", + "accuracy": 1.0 + }, + { + "fieldName": "DatedAs", + "accuracy": 1.0 + }, + { + "fieldName": "Email", + "accuracy": 0.8 + }, + { + "fieldName": "Merchant", + "accuracy": 1.0 + }, + { + "fieldName": "PhoneNumber", + "accuracy": 1.0 + }, + { + "fieldName": "PurchaseOrderNumber", + "accuracy": 1.0 + }, + { + "fieldName": "Quantity", + "accuracy": 1.0 + }, + { + "fieldName": "Signature", + "accuracy": 0.8 + }, + { + "fieldName": "Subtotal", + "accuracy": 1.0 + }, + { + "fieldName": "Tax", + "accuracy": 1.0 + }, + { + "fieldName": "Total", + "accuracy": 1.0 + }, + { + "fieldName": "VendorName", + "accuracy": 1.0 + }, + { + "fieldName": "Website", + "accuracy": 1.0 + } + ], + "modelId": "aee1a0be-ff0d-4f3a-9c1d-368b37b42573", + "errors": [] + }, + { + "averageModelAccuracy": 0.96, + "trainingDocuments": [ + { + "documentName": "Form_1.jpg", + "pages": 1, + "status": "succeeded" + }, + { + "documentName": "Form_2.jpg", + "pages": 1, + "status": "succeeded" + }, + { + "documentName": "Form_3.jpg", + "pages": 1, + "status": "succeeded" + }, + { + "documentName": "Form_4.jpg", + "pages": 1, + "status": "succeeded" + }, + { + "documentName": "Form_5.jpg", + "pages": 1, + "status": "succeeded" + } + ], + "fields": [ + { + "fieldName": "CompanyAddress", + "accuracy": 0.8 + }, + { + "fieldName": "CompanyName", + "accuracy": 1.0 + }, + { + "fieldName": "CompanyPhoneNumber", + "accuracy": 1.0 + }, + { + "fieldName": "DatedAs", + "accuracy": 1.0 + }, + { + "fieldName": "Email", + "accuracy": 0.8 + }, + { + "fieldName": "Merchant", + "accuracy": 1.0 + }, + { + "fieldName": "PhoneNumber", + "accuracy": 1.0 + }, + { + "fieldName": "PurchaseOrderNumber", + "accuracy": 1.0 + }, + { + "fieldName": "Quantity", + "accuracy": 1.0 + }, + { + "fieldName": "Signature", + "accuracy": 0.8 + }, + { + "fieldName": "Subtotal", + "accuracy": 1.0 + }, + { + "fieldName": "Tax", + "accuracy": 1.0 + }, + { + "fieldName": "Total", + "accuracy": 1.0 + }, + { + "fieldName": "VendorName", + "accuracy": 1.0 + }, + { + "fieldName": "Website", + "accuracy": 1.0 + } + ], + "modelId": "e2378d52-9c7e-4bfa-8375-5147fbefa765", + "errors": [] + } + ] + } + }, + { + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/e2378d52-9c7e-4bfa-8375-5147fbefa765", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "traceparent": "00-acdaa8fc2c14c942aad2f32a834ba105-35819646e50d6a48-00", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201111.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "d844ddabce4e0cc8860bf9c806662f9e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 204, + "ResponseHeaders": { + "apim-request-id": "e20ca64d-dc96-400e-9624-ab3a67050318", + "Content-Length": "0", + "Date": "Wed, 11 Nov 2020 23:35:08 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "26" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/aee1a0be-ff0d-4f3a-9c1d-368b37b42573", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "traceparent": "00-40a81ee535c25e448c64ab2b2957f72f-1693d00805f8cf4d-00", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201111.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "2542b2736583dbf371d0ee8f0c38d8c6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 204, + "ResponseHeaders": { + "apim-request-id": "37a51168-d7ab-4112-b792-70f1bfded2ea", + "Content-Length": "0", + "Date": "Wed, 11 Nov 2020 23:35:08 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "21" + }, + "ResponseBody": [] + } + ], + "Variables": { + "FORM_RECOGNIZER_API_KEY": "Sanitized", + "FORM_RECOGNIZER_BLOB_CONTAINER_SAS_URL": "https://sanitized.blob.core.windows.net", + "FORM_RECOGNIZER_ENDPOINT": "https://mariari-centraluseuap.cognitiveservices.azure.com/", + "FORM_RECOGNIZER_TARGET_RESOURCE_ID": "/subscriptions/faa080af-c1d8-40ad-9cce-e1a450ca5b57/resourceGroups/mariari-group/providers/Microsoft.CognitiveServices/accounts/mariari-centraluseuap", + "FORM_RECOGNIZER_TARGET_RESOURCE_REGION": "centraluseuap", + "RandomSeed": "1604275986" + } +} \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/CopyModel.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/CopyModel.json index 28477507a989a..d8658075623ac 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/CopyModel.json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/CopyModel.json @@ -1,17 +1,17 @@ { "Entries": [ { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "42", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-3fb19d4fbb71c848aafde2bf18bbfdc8-194ed7fca2dd1d4a-00", + "traceparent": "00-3c6417ac1ff6974883a393cbfb3e833d-5297250c768dd54f-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "9cace63dd7fb484735df7bd2bc53c17e", "x-ms-return-client-request-id": "true" @@ -22,25 +22,25 @@ }, "StatusCode": 201, "ResponseHeaders": { - "apim-request-id": "b113878b-c7a6-4683-9064-5bbd15800edd", + "apim-request-id": "f25da0e8-6376-4483-90c8-69881b9afb5e", "Content-Length": "0", - "Date": "Wed, 09 Sep 2020 22:19:56 GMT", - "Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/f012a3d2-121c-4ae1-93f1-54f0bdffdaf5", + "Date": "Fri, 30 Oct 2020 13:19:24 GMT", + "Location": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/66d36b2f-bbe2-483b-965a-26300b8cb3e8", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "253" + "x-envoy-upstream-service-time": "330" }, "ResponseBody": [] }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/f012a3d2-121c-4ae1-93f1-54f0bdffdaf5?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/66d36b2f-bbe2-483b-965a-26300b8cb3e8?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "60f6c21087923b363b46f4562924543b", "x-ms-return-client-request-id": "true" @@ -48,32 +48,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "c36ffb30-1c31-49cb-9bb6-11ed0299a1cc", + "apim-request-id": "421c1d7a-e700-44ba-bcdc-aa2afa7d77a1", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:19:56 GMT", + "Date": "Fri, 30 Oct 2020 13:19:25 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": "131" }, "ResponseBody": { "modelInfo": { - "modelId": "f012a3d2-121c-4ae1-93f1-54f0bdffdaf5", + "modelId": "66d36b2f-bbe2-483b-965a-26300b8cb3e8", "status": "creating", - "createdDateTime": "2020-09-09T22:19:56Z", - "lastUpdatedDateTime": "2020-09-09T22:19:56Z" + "createdDateTime": "2020-10-30T13:19:24Z", + "lastUpdatedDateTime": "2020-10-30T13:19:24Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/f012a3d2-121c-4ae1-93f1-54f0bdffdaf5?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/66d36b2f-bbe2-483b-965a-26300b8cb3e8?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "6020eb5d10f17059a51715bd4f128084", "x-ms-return-client-request-id": "true" @@ -81,32 +81,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "54724a17-ef4e-49a5-8c97-3ffbc4100506", + "apim-request-id": "da4e1ed8-7d77-4ad0-90d3-b45ea6c4e9b6", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:19:57 GMT", + "Date": "Fri, 30 Oct 2020 13:19:26 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": "80" }, "ResponseBody": { "modelInfo": { - "modelId": "f012a3d2-121c-4ae1-93f1-54f0bdffdaf5", + "modelId": "66d36b2f-bbe2-483b-965a-26300b8cb3e8", "status": "creating", - "createdDateTime": "2020-09-09T22:19:56Z", - "lastUpdatedDateTime": "2020-09-09T22:19:56Z" + "createdDateTime": "2020-10-30T13:19:24Z", + "lastUpdatedDateTime": "2020-10-30T13:19:24Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/f012a3d2-121c-4ae1-93f1-54f0bdffdaf5?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/66d36b2f-bbe2-483b-965a-26300b8cb3e8?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "523219200df5b6a4af7060b4e2f01f10", "x-ms-return-client-request-id": "true" @@ -114,23 +114,23 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "26feaab0-c209-43f4-b1e8-a4daaf6cda59", + "apim-request-id": "d9e54b82-2e0e-4748-81b9-8a0b53504772", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:19:58 GMT", + "Date": "Fri, 30 Oct 2020 13:19:28 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "87" + "x-envoy-upstream-service-time": "27" }, "ResponseBody": { "modelInfo": { - "modelId": "f012a3d2-121c-4ae1-93f1-54f0bdffdaf5", + "modelId": "66d36b2f-bbe2-483b-965a-26300b8cb3e8", "attributes": { "isComposed": false }, "status": "ready", - "createdDateTime": "2020-09-09T22:19:56Z", - "lastUpdatedDateTime": "2020-09-09T22:19:58Z" + "createdDateTime": "2020-10-30T13:19:24Z", + "lastUpdatedDateTime": "2020-10-30T13:19:26Z" }, "trainResult": { "averageModelAccuracy": 0.96, @@ -228,15 +228,15 @@ } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/copyAuthorization", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/copyAuthorization", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-4f1b9df19cc8d74f9d9ec44c769c4a48-cae7dbf108cf0e4b-00", + "traceparent": "00-17d246be0a190746a5792fbca4d6fbf3-35368621ac386642-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "d1743f8b6133ff8d6885ba7b7278ec29", "x-ms-return-client-request-id": "true" @@ -244,67 +244,67 @@ "RequestBody": null, "StatusCode": 201, "ResponseHeaders": { - "apim-request-id": "04958654-79a3-48e9-a650-76e1fdae7f7b", + "apim-request-id": "aeff2081-52ac-49a1-9a33-5beb02d87f76", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:19:59 GMT", - "Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/99b6c3e3-1b40-4971-b625-94e22c62a258", + "Date": "Fri, 30 Oct 2020 13:19:28 GMT", + "Location": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/e4100004-e84e-4795-b220-983fafee5a10", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "79" + "x-envoy-upstream-service-time": "89" }, "ResponseBody": { - "modelId": "99b6c3e3-1b40-4971-b625-94e22c62a258", + "modelId": "e4100004-e84e-4795-b220-983fafee5a10", "accessToken": "Sanitized", - "expirationDateTimeTicks": 1599776399 + "expirationDateTimeTicks": 1604150368 } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/f012a3d2-121c-4ae1-93f1-54f0bdffdaf5/copy", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/66d36b2f-bbe2-483b-965a-26300b8cb3e8/copy", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", - "Content-Length": "348", + "Content-Length": "352", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-e1d9ddc88b83f349a21941e0370d84d6-abefd8443693c04b-00", + "traceparent": "00-fb27e837ba24d540b529020da0fa7f3e-f063d31dbe48de46-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "10366fc601f250464669b080b0a48db4", "x-ms-return-client-request-id": "true" }, "RequestBody": { - "targetResourceId": "/subscriptions/faa080af-c1d8-40ad-9cce-e1a450ca5b57/resourceGroups/mariari-group/providers/Microsoft.CognitiveServices/accounts/mariari-westus2-formrecognizer", - "targetResourceRegion": "westus2", + "targetResourceId": "/subscriptions/faa080af-c1d8-40ad-9cce-e1a450ca5b57/resourceGroups/camaiaor-rg/providers/Microsoft.CognitiveServices/accounts/camaiaor-formrec-westcentralus", + "targetResourceRegion": "westcentralus", "copyAuthorization": { - "modelId": "99b6c3e3-1b40-4971-b625-94e22c62a258", + "modelId": "e4100004-e84e-4795-b220-983fafee5a10", "accessToken": "Sanitized", - "expirationDateTimeTicks": 1599776399 + "expirationDateTimeTicks": 1604150368 } }, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "a18d2e0b-7b9c-4e85-ad35-075240536852", + "apim-request-id": "b5ec9800-d76c-40cb-a1a1-705d1605043f", "Content-Length": "0", - "Date": "Wed, 09 Sep 2020 22:19:59 GMT", - "Operation-Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/f012a3d2-121c-4ae1-93f1-54f0bdffdaf5/copyresults/d3efbbe8-9ceb-4c4d-b8d9-827acdca9489", + "Date": "Fri, 30 Oct 2020 13:19:28 GMT", + "Operation-Location": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/66d36b2f-bbe2-483b-965a-26300b8cb3e8/copyresults/52f37001-728e-4e0e-b086-19d41f30b39e", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "62" + "x-envoy-upstream-service-time": "156" }, "ResponseBody": [] }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/f012a3d2-121c-4ae1-93f1-54f0bdffdaf5/copyResults/d3efbbe8-9ceb-4c4d-b8d9-827acdca9489", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/66d36b2f-bbe2-483b-965a-26300b8cb3e8/copyResults/52f37001-728e-4e0e-b086-19d41f30b39e", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "0f3204f8ae9dbe518b32e96f52294437", "x-ms-return-client-request-id": "true" @@ -312,32 +312,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "ee0c2837-0e7b-4404-ab80-2c10c3317d20", + "apim-request-id": "bf82d5da-5fb3-4e49-af0d-39210f6ae4b9", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:19:59 GMT", + "Date": "Fri, 30 Oct 2020 13:19:29 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": "61" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-09-09T22:19:59Z", - "lastUpdatedDateTime": "2020-09-09T22:19:59Z", + "createdDateTime": "2020-10-30T13:19:29Z", + "lastUpdatedDateTime": "2020-10-30T13:19:29Z", "copyResult": { - "modelId": "99b6c3e3-1b40-4971-b625-94e22c62a258" + "modelId": "e4100004-e84e-4795-b220-983fafee5a10" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/f012a3d2-121c-4ae1-93f1-54f0bdffdaf5/copyResults/d3efbbe8-9ceb-4c4d-b8d9-827acdca9489", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/66d36b2f-bbe2-483b-965a-26300b8cb3e8/copyResults/52f37001-728e-4e0e-b086-19d41f30b39e", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "72ee36830eba891ef8238ac9b10c4fc3", "x-ms-return-client-request-id": "true" @@ -345,32 +345,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "dd53ad9a-c50c-4be5-a265-37ebededfbad", + "apim-request-id": "105e47cd-e2bc-4191-b977-f185333290bc", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:20:00 GMT", + "Date": "Fri, 30 Oct 2020 13:19:30 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "16" + "x-envoy-upstream-service-time": "20" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-09-09T22:19:59Z", - "lastUpdatedDateTime": "2020-09-09T22:19:59Z", + "createdDateTime": "2020-10-30T13:19:29Z", + "lastUpdatedDateTime": "2020-10-30T13:19:29Z", "copyResult": { - "modelId": "99b6c3e3-1b40-4971-b625-94e22c62a258" + "modelId": "e4100004-e84e-4795-b220-983fafee5a10" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/f012a3d2-121c-4ae1-93f1-54f0bdffdaf5/copyResults/d3efbbe8-9ceb-4c4d-b8d9-827acdca9489", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/66d36b2f-bbe2-483b-965a-26300b8cb3e8/copyResults/52f37001-728e-4e0e-b086-19d41f30b39e", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "6d8305f8dc45178b1e7785bf18d7fe1d", "x-ms-return-client-request-id": "true" @@ -378,32 +378,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "fbe47c2f-48ea-4853-b8a2-0874497edc4a", + "apim-request-id": "393365eb-e151-4d72-b9b0-d54bc0cec59b", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:20:01 GMT", + "Date": "Fri, 30 Oct 2020 13:19:31 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "17" + "x-envoy-upstream-service-time": "117" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-09-09T22:19:59Z", - "lastUpdatedDateTime": "2020-09-09T22:19:59Z", + "createdDateTime": "2020-10-30T13:19:29Z", + "lastUpdatedDateTime": "2020-10-30T13:19:29Z", "copyResult": { - "modelId": "99b6c3e3-1b40-4971-b625-94e22c62a258" + "modelId": "e4100004-e84e-4795-b220-983fafee5a10" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/f012a3d2-121c-4ae1-93f1-54f0bdffdaf5/copyResults/d3efbbe8-9ceb-4c4d-b8d9-827acdca9489", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/66d36b2f-bbe2-483b-965a-26300b8cb3e8/copyResults/52f37001-728e-4e0e-b086-19d41f30b39e", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "79fc78251ab6e9fae5a9177923870d7e", "x-ms-return-client-request-id": "true" @@ -411,32 +411,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "900233b1-edb6-4ffe-8300-fffc06ad5abd", + "apim-request-id": "04e47be9-1f5f-4598-86ef-e57bceb5a14d", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:20:02 GMT", + "Date": "Fri, 30 Oct 2020 13:19:32 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "16" + "x-envoy-upstream-service-time": "13" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-09-09T22:19:59Z", - "lastUpdatedDateTime": "2020-09-09T22:19:59Z", + "createdDateTime": "2020-10-30T13:19:29Z", + "lastUpdatedDateTime": "2020-10-30T13:19:29Z", "copyResult": { - "modelId": "99b6c3e3-1b40-4971-b625-94e22c62a258" + "modelId": "e4100004-e84e-4795-b220-983fafee5a10" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/f012a3d2-121c-4ae1-93f1-54f0bdffdaf5/copyResults/d3efbbe8-9ceb-4c4d-b8d9-827acdca9489", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/66d36b2f-bbe2-483b-965a-26300b8cb3e8/copyResults/52f37001-728e-4e0e-b086-19d41f30b39e", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "4c7725e2d6a5a7f2abd75443895e7121", "x-ms-return-client-request-id": "true" @@ -444,32 +444,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "f650ae53-8a07-421b-ba3c-571704230989", + "apim-request-id": "91f99852-36e4-41e3-968b-6465b65a4dd5", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:20:03 GMT", + "Date": "Fri, 30 Oct 2020 13:19:33 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": "16" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-09-09T22:19:59Z", - "lastUpdatedDateTime": "2020-09-09T22:19:59Z", + "createdDateTime": "2020-10-30T13:19:29Z", + "lastUpdatedDateTime": "2020-10-30T13:19:29Z", "copyResult": { - "modelId": "99b6c3e3-1b40-4971-b625-94e22c62a258" + "modelId": "e4100004-e84e-4795-b220-983fafee5a10" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/f012a3d2-121c-4ae1-93f1-54f0bdffdaf5/copyResults/d3efbbe8-9ceb-4c4d-b8d9-827acdca9489", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/66d36b2f-bbe2-483b-965a-26300b8cb3e8/copyResults/52f37001-728e-4e0e-b086-19d41f30b39e", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "38a46d25d60fdd0d0b99889bc512f397", "x-ms-return-client-request-id": "true" @@ -477,32 +477,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "56d71571-d13e-48dc-9341-e5338cc22623", + "apim-request-id": "fcfa510b-7695-45d2-a46d-09a93c0a1b44", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:20:04 GMT", + "Date": "Fri, 30 Oct 2020 13:19:35 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": { "status": "notStarted", - "createdDateTime": "2020-09-09T22:19:59Z", - "lastUpdatedDateTime": "2020-09-09T22:19:59Z", + "createdDateTime": "2020-10-30T13:19:29Z", + "lastUpdatedDateTime": "2020-10-30T13:19:29Z", "copyResult": { - "modelId": "99b6c3e3-1b40-4971-b625-94e22c62a258" + "modelId": "e4100004-e84e-4795-b220-983fafee5a10" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/f012a3d2-121c-4ae1-93f1-54f0bdffdaf5/copyResults/d3efbbe8-9ceb-4c4d-b8d9-827acdca9489", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/66d36b2f-bbe2-483b-965a-26300b8cb3e8/copyResults/52f37001-728e-4e0e-b086-19d41f30b39e", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "f2dc066ab1604e788655cedec6b66086", "x-ms-return-client-request-id": "true" @@ -510,32 +510,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "7c0577dc-a4eb-4778-bf1a-49276a94a72c", + "apim-request-id": "e65a62e7-b879-4d5e-921d-f4ceadbccb92", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:20:05 GMT", + "Date": "Fri, 30 Oct 2020 13:19:36 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "18" + "x-envoy-upstream-service-time": "16" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-09-09T22:19:59Z", - "lastUpdatedDateTime": "2020-09-09T22:19:59Z", + "createdDateTime": "2020-10-30T13:19:29Z", + "lastUpdatedDateTime": "2020-10-30T13:19:29Z", "copyResult": { - "modelId": "99b6c3e3-1b40-4971-b625-94e22c62a258" + "modelId": "e4100004-e84e-4795-b220-983fafee5a10" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/f012a3d2-121c-4ae1-93f1-54f0bdffdaf5/copyResults/d3efbbe8-9ceb-4c4d-b8d9-827acdca9489", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/66d36b2f-bbe2-483b-965a-26300b8cb3e8/copyResults/52f37001-728e-4e0e-b086-19d41f30b39e", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "b653f538d4e30c6e1899400b4e56e298", "x-ms-return-client-request-id": "true" @@ -543,32 +543,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "56c50ccf-9781-4a30-837c-0509c09917f1", + "apim-request-id": "4eb0c614-3760-48f5-84e2-6b736e9005f3", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:20:06 GMT", + "Date": "Fri, 30 Oct 2020 13:19:37 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": "14" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-09-09T22:19:59Z", - "lastUpdatedDateTime": "2020-09-09T22:19:59Z", + "createdDateTime": "2020-10-30T13:19:29Z", + "lastUpdatedDateTime": "2020-10-30T13:19:29Z", "copyResult": { - "modelId": "99b6c3e3-1b40-4971-b625-94e22c62a258" + "modelId": "e4100004-e84e-4795-b220-983fafee5a10" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/f012a3d2-121c-4ae1-93f1-54f0bdffdaf5/copyResults/d3efbbe8-9ceb-4c4d-b8d9-827acdca9489", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/66d36b2f-bbe2-483b-965a-26300b8cb3e8/copyResults/52f37001-728e-4e0e-b086-19d41f30b39e", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "83d8bce37f8174c1f555b2ba082e1654", "x-ms-return-client-request-id": "true" @@ -576,32 +576,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "7e521946-35a5-4b81-aa65-3f31b761a3fa", + "apim-request-id": "d139a93c-eef0-4d6f-b666-87e51ee9cbac", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:20:07 GMT", + "Date": "Fri, 30 Oct 2020 13:19:38 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": "97" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-09-09T22:19:59Z", - "lastUpdatedDateTime": "2020-09-09T22:19:59Z", + "createdDateTime": "2020-10-30T13:19:29Z", + "lastUpdatedDateTime": "2020-10-30T13:19:29Z", "copyResult": { - "modelId": "99b6c3e3-1b40-4971-b625-94e22c62a258" + "modelId": "e4100004-e84e-4795-b220-983fafee5a10" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/f012a3d2-121c-4ae1-93f1-54f0bdffdaf5/copyResults/d3efbbe8-9ceb-4c4d-b8d9-827acdca9489", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/66d36b2f-bbe2-483b-965a-26300b8cb3e8/copyResults/52f37001-728e-4e0e-b086-19d41f30b39e", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "cf6301393dbe96b397d0dac6706c002f", "x-ms-return-client-request-id": "true" @@ -609,343 +609,46 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "1cae6bdd-24fa-4dbc-88b9-d2e5c0c4211e", + "apim-request-id": "e842434f-224c-41f2-8f39-98b31494cc0b", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:20:08 GMT", + "Date": "Fri, 30 Oct 2020 13:19:39 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "16" - }, - "ResponseBody": { - "status": "notStarted", - "createdDateTime": "2020-09-09T22:19:59Z", - "lastUpdatedDateTime": "2020-09-09T22:19:59Z", - "copyResult": { - "modelId": "99b6c3e3-1b40-4971-b625-94e22c62a258" - } - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/f012a3d2-121c-4ae1-93f1-54f0bdffdaf5/copyResults/d3efbbe8-9ceb-4c4d-b8d9-827acdca9489", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "09fb3573dddeb90434dfc18e21b404e9", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "71de803e-0ae6-43b2-bab7-f1990a93c0b6", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:20:09 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "21" - }, - "ResponseBody": { - "status": "notStarted", - "createdDateTime": "2020-09-09T22:19:59Z", - "lastUpdatedDateTime": "2020-09-09T22:19:59Z", - "copyResult": { - "modelId": "99b6c3e3-1b40-4971-b625-94e22c62a258" - } - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/f012a3d2-121c-4ae1-93f1-54f0bdffdaf5/copyResults/d3efbbe8-9ceb-4c4d-b8d9-827acdca9489", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "4cd2ec8312f3a6da0942ebb1a5fa0388", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "e1a921b1-2cdd-4969-b7bc-bc70ec613003", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:20:10 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "18" - }, - "ResponseBody": { - "status": "notStarted", - "createdDateTime": "2020-09-09T22:19:59Z", - "lastUpdatedDateTime": "2020-09-09T22:19:59Z", - "copyResult": { - "modelId": "99b6c3e3-1b40-4971-b625-94e22c62a258" - } - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/f012a3d2-121c-4ae1-93f1-54f0bdffdaf5/copyResults/d3efbbe8-9ceb-4c4d-b8d9-827acdca9489", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "d34782540c335c76fca99bde7b2574e3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "6e1144d0-7fce-41ae-a090-553ceaffc93c", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:20:11 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "17" - }, - "ResponseBody": { - "status": "notStarted", - "createdDateTime": "2020-09-09T22:19:59Z", - "lastUpdatedDateTime": "2020-09-09T22:19:59Z", - "copyResult": { - "modelId": "99b6c3e3-1b40-4971-b625-94e22c62a258" - } - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/f012a3d2-121c-4ae1-93f1-54f0bdffdaf5/copyResults/d3efbbe8-9ceb-4c4d-b8d9-827acdca9489", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "8443f0ccb49a603c5a55009bf1531439", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "a2997b81-c56f-4bcb-8bcd-bf11534829b5", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:20:12 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "14" - }, - "ResponseBody": { - "status": "notStarted", - "createdDateTime": "2020-09-09T22:19:59Z", - "lastUpdatedDateTime": "2020-09-09T22:19:59Z", - "copyResult": { - "modelId": "99b6c3e3-1b40-4971-b625-94e22c62a258" - } - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/f012a3d2-121c-4ae1-93f1-54f0bdffdaf5/copyResults/d3efbbe8-9ceb-4c4d-b8d9-827acdca9489", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "9e3a39db316c76b575754f4976fb2ae3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "298d43ea-bf05-46f5-9875-bccd001c8896", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:20:13 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "19" - }, - "ResponseBody": { - "status": "notStarted", - "createdDateTime": "2020-09-09T22:19:59Z", - "lastUpdatedDateTime": "2020-09-09T22:19:59Z", - "copyResult": { - "modelId": "99b6c3e3-1b40-4971-b625-94e22c62a258" - } - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/f012a3d2-121c-4ae1-93f1-54f0bdffdaf5/copyResults/d3efbbe8-9ceb-4c4d-b8d9-827acdca9489", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "b4e508cd7fb79fed46e678de0cda6aa9", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "741a7309-8704-416f-997e-56dbeae78037", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:20:14 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "20" - }, - "ResponseBody": { - "status": "notStarted", - "createdDateTime": "2020-09-09T22:19:59Z", - "lastUpdatedDateTime": "2020-09-09T22:19:59Z", - "copyResult": { - "modelId": "99b6c3e3-1b40-4971-b625-94e22c62a258" - } - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/f012a3d2-121c-4ae1-93f1-54f0bdffdaf5/copyResults/d3efbbe8-9ceb-4c4d-b8d9-827acdca9489", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "42026295d5eb9a763acc0e2465f3e95e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "2138d202-28ad-4ce0-a34d-c88dda624c7b", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:20:15 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "20" - }, - "ResponseBody": { - "status": "notStarted", - "createdDateTime": "2020-09-09T22:19:59Z", - "lastUpdatedDateTime": "2020-09-09T22:19:59Z", - "copyResult": { - "modelId": "99b6c3e3-1b40-4971-b625-94e22c62a258" - } - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/f012a3d2-121c-4ae1-93f1-54f0bdffdaf5/copyResults/d3efbbe8-9ceb-4c4d-b8d9-827acdca9489", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "e9cd1c2a606d5c814b9a5885b8d76a9a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "c3f18d14-ff63-474d-a02e-4a6a2c2f2cc1", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:20:16 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "12" - }, - "ResponseBody": { - "status": "notStarted", - "createdDateTime": "2020-09-09T22:19:59Z", - "lastUpdatedDateTime": "2020-09-09T22:19:59Z", - "copyResult": { - "modelId": "99b6c3e3-1b40-4971-b625-94e22c62a258" - } - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/f012a3d2-121c-4ae1-93f1-54f0bdffdaf5/copyResults/d3efbbe8-9ceb-4c4d-b8d9-827acdca9489", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "14b3a50be7f8f8f8914a79eb70c83a52", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "907a014e-1d37-404a-8981-d6e538ffaa66", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:20:18 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "14" + "x-envoy-upstream-service-time": "85" }, "ResponseBody": { "status": "succeeded", - "createdDateTime": "2020-09-09T22:20:18.5510762Z", - "lastUpdatedDateTime": "2020-09-09T22:20:18.5510763Z", + "createdDateTime": "2020-10-30T13:19:40.3050036Z", + "lastUpdatedDateTime": "2020-10-30T13:19:40.3050039Z", "copyResult": { - "modelId": "99b6c3e3-1b40-4971-b625-94e22c62a258" + "modelId": "e4100004-e84e-4795-b220-983fafee5a10" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/f012a3d2-121c-4ae1-93f1-54f0bdffdaf5", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/66d36b2f-bbe2-483b-965a-26300b8cb3e8", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-420bfcd68e4a0244a8147f0e7535cfb7-b333a190469d1d44-00", + "traceparent": "00-485859d10b6f9c4da3e6339ba5df2ec2-c50c22903a463747-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "efb319fc800c353be0a6f7507cf1e263", + "x-ms-client-request-id": "09fb3573dddeb90434dfc18e21b404e9", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 204, "ResponseHeaders": { - "apim-request-id": "083a901c-6e8e-4c24-8888-878bd9701d26", + "apim-request-id": "1159adc6-cfad-43d1-81ef-96608575ae6c", "Content-Length": "0", - "Date": "Wed, 09 Sep 2020 22:20:18 GMT", + "Date": "Fri, 30 Oct 2020 13:19:40 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "30" + "x-envoy-upstream-service-time": "98" }, "ResponseBody": [] } @@ -953,9 +656,9 @@ "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_TARGET_RESOURCE_ID": "/subscriptions/faa080af-c1d8-40ad-9cce-e1a450ca5b57/resourceGroups/mariari-group/providers/Microsoft.CognitiveServices/accounts/mariari-westus2-formrecognizer", - "FORM_RECOGNIZER_TARGET_RESOURCE_REGION": "westus2", + "FORM_RECOGNIZER_ENDPOINT": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/", + "FORM_RECOGNIZER_TARGET_RESOURCE_ID": "/subscriptions/faa080af-c1d8-40ad-9cce-e1a450ca5b57/resourceGroups/camaiaor-rg/providers/Microsoft.CognitiveServices/accounts/camaiaor-formrec-westcentralus", + "FORM_RECOGNIZER_TARGET_RESOURCE_REGION": "westcentralus", "RandomSeed": "338750905" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/CopyModelAsync.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/CopyModelAsync.json index 002bfd89b85ae..9364fdca5b73f 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/CopyModelAsync.json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/CopyModelAsync.json @@ -1,17 +1,17 @@ { "Entries": [ { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "42", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-14e263204feaaf42b4867237b779fd7b-9886cd95061f944a-00", + "traceparent": "00-0b659444f972fc40824b9e5b97d8b316-0fd0fd0cf9d3bd46-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "7ec0752ff6d8bf4c284be304b6c10a29", "x-ms-return-client-request-id": "true" @@ -22,25 +22,25 @@ }, "StatusCode": 201, "ResponseHeaders": { - "apim-request-id": "a776281e-7720-4a4a-be7b-71b4bfec4f07", + "apim-request-id": "7732388c-2397-40ef-bac4-3b2715efcea3", "Content-Length": "0", - "Date": "Wed, 09 Sep 2020 22:23:10 GMT", - "Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/fd5db5fc-b115-49be-b744-fe1bac45ec79", + "Date": "Fri, 30 Oct 2020 13:22:18 GMT", + "Location": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/e6f18909-6770-4cac-83c9-2dd20a90aec7", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "198" + "x-envoy-upstream-service-time": "83" }, "ResponseBody": [] }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/fd5db5fc-b115-49be-b744-fe1bac45ec79?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/e6f18909-6770-4cac-83c9-2dd20a90aec7?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "5394ae0f16206d4675cbc09496e4c32f", "x-ms-return-client-request-id": "true" @@ -48,32 +48,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "f2b05626-f1b6-497d-9ecc-32869aea8f8d", + "apim-request-id": "b0991107-063f-49b1-8445-270a22037f9c", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:23:10 GMT", + "Date": "Fri, 30 Oct 2020 13:22:18 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": "23" }, "ResponseBody": { "modelInfo": { - "modelId": "fd5db5fc-b115-49be-b744-fe1bac45ec79", + "modelId": "e6f18909-6770-4cac-83c9-2dd20a90aec7", "status": "creating", - "createdDateTime": "2020-09-09T22:23:10Z", - "lastUpdatedDateTime": "2020-09-09T22:23:10Z" + "createdDateTime": "2020-10-30T13:22:18Z", + "lastUpdatedDateTime": "2020-10-30T13:22:18Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/fd5db5fc-b115-49be-b744-fe1bac45ec79?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/e6f18909-6770-4cac-83c9-2dd20a90aec7?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "4338f56301c572b00595988fd897d996", "x-ms-return-client-request-id": "true" @@ -81,32 +81,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "dfc36961-50fd-4700-bf41-0b524cb419d3", + "apim-request-id": "5b13b57d-8f06-43fe-8a46-2af4fdbaf076", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:23:11 GMT", + "Date": "Fri, 30 Oct 2020 13:22:19 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "22" + "x-envoy-upstream-service-time": "20" }, "ResponseBody": { "modelInfo": { - "modelId": "fd5db5fc-b115-49be-b744-fe1bac45ec79", + "modelId": "e6f18909-6770-4cac-83c9-2dd20a90aec7", "status": "creating", - "createdDateTime": "2020-09-09T22:23:10Z", - "lastUpdatedDateTime": "2020-09-09T22:23:10Z" + "createdDateTime": "2020-10-30T13:22:18Z", + "lastUpdatedDateTime": "2020-10-30T13:22:18Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/fd5db5fc-b115-49be-b744-fe1bac45ec79?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/e6f18909-6770-4cac-83c9-2dd20a90aec7?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "32558181864319172e52090d36b72844", "x-ms-return-client-request-id": "true" @@ -114,23 +114,23 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "7f0a39e1-f459-4914-adc5-e5a34be3b53f", + "apim-request-id": "c098a9c1-e5db-4af9-a6a5-5a62d2271fa1", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:23:12 GMT", + "Date": "Fri, 30 Oct 2020 13:22:21 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": "26" }, "ResponseBody": { "modelInfo": { - "modelId": "fd5db5fc-b115-49be-b744-fe1bac45ec79", + "modelId": "e6f18909-6770-4cac-83c9-2dd20a90aec7", "attributes": { "isComposed": false }, "status": "ready", - "createdDateTime": "2020-09-09T22:23:10Z", - "lastUpdatedDateTime": "2020-09-09T22:23:12Z" + "createdDateTime": "2020-10-30T13:22:18Z", + "lastUpdatedDateTime": "2020-10-30T13:22:19Z" }, "trainResult": { "averageModelAccuracy": 0.96, @@ -228,15 +228,15 @@ } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/copyAuthorization", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/copyAuthorization", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-7c3346472fa15247821c2ddc6619666e-a090f81a0d967b47-00", + "traceparent": "00-1a20e6dcb3f66d4c8fc985beb605880b-5d554ee0fa0a2340-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "c1a1b487c7880d63fd224d8b7db795dd", "x-ms-return-client-request-id": "true" @@ -244,67 +244,67 @@ "RequestBody": null, "StatusCode": 201, "ResponseHeaders": { - "apim-request-id": "fd6cafaf-d766-49d0-a3f3-7fa404348294", + "apim-request-id": "8b00a3db-a96e-4384-8174-d16b3b2d1497", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:23:12 GMT", - "Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/028fea9c-452b-424b-b013-131263f59718", + "Date": "Fri, 30 Oct 2020 13:22:21 GMT", + "Location": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/43be25f8-aa98-4523-ab6b-120e4b29c7bf", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "206" + "x-envoy-upstream-service-time": "61" }, "ResponseBody": { - "modelId": "028fea9c-452b-424b-b013-131263f59718", + "modelId": "43be25f8-aa98-4523-ab6b-120e4b29c7bf", "accessToken": "Sanitized", - "expirationDateTimeTicks": 1599776592 + "expirationDateTimeTicks": 1604150541 } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/fd5db5fc-b115-49be-b744-fe1bac45ec79/copy", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/e6f18909-6770-4cac-83c9-2dd20a90aec7/copy", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", - "Content-Length": "348", + "Content-Length": "352", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-cac259516eeaa7429d5e3dcd2f89b8bc-3f029786b1ab2043-00", + "traceparent": "00-f3c9b1173531ce4e8f01961aaf6117cc-2688eb47e624754d-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "141329f1908fddebdd1f1573f8a33b4d", "x-ms-return-client-request-id": "true" }, "RequestBody": { - "targetResourceId": "/subscriptions/faa080af-c1d8-40ad-9cce-e1a450ca5b57/resourceGroups/mariari-group/providers/Microsoft.CognitiveServices/accounts/mariari-westus2-formrecognizer", - "targetResourceRegion": "westus2", + "targetResourceId": "/subscriptions/faa080af-c1d8-40ad-9cce-e1a450ca5b57/resourceGroups/camaiaor-rg/providers/Microsoft.CognitiveServices/accounts/camaiaor-formrec-westcentralus", + "targetResourceRegion": "westcentralus", "copyAuthorization": { - "modelId": "028fea9c-452b-424b-b013-131263f59718", + "modelId": "43be25f8-aa98-4523-ab6b-120e4b29c7bf", "accessToken": "Sanitized", - "expirationDateTimeTicks": 1599776592 + "expirationDateTimeTicks": 1604150541 } }, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "d125240e-d04c-4411-8ef9-cac47293317f", + "apim-request-id": "be819698-4739-4bf7-902f-6119ba4a653f", "Content-Length": "0", - "Date": "Wed, 09 Sep 2020 22:23:12 GMT", - "Operation-Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/fd5db5fc-b115-49be-b744-fe1bac45ec79/copyresults/cddc5f5f-6efc-461b-b8ab-1410c4e41b8e", + "Date": "Fri, 30 Oct 2020 13:22:21 GMT", + "Operation-Location": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/e6f18909-6770-4cac-83c9-2dd20a90aec7/copyresults/06454371-dbac-4ec5-bab2-1f6ec34fb61a", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "53" + "x-envoy-upstream-service-time": "38" }, "ResponseBody": [] }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/fd5db5fc-b115-49be-b744-fe1bac45ec79/copyResults/cddc5f5f-6efc-461b-b8ab-1410c4e41b8e", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/e6f18909-6770-4cac-83c9-2dd20a90aec7/copyResults/06454371-dbac-4ec5-bab2-1f6ec34fb61a", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "2408546c18f6b90d1e483521388c9b77", "x-ms-return-client-request-id": "true" @@ -312,32 +312,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "9d1b3a18-bdc3-420b-9438-911d9c67cc73", + "apim-request-id": "e3d4cca1-cd8e-42de-ba07-1f795bc0f202", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:23:12 GMT", + "Date": "Fri, 30 Oct 2020 13:22:22 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "15" + "x-envoy-upstream-service-time": "14" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-09-09T22:23:13Z", - "lastUpdatedDateTime": "2020-09-09T22:23:13Z", + "createdDateTime": "2020-10-30T13:22:21Z", + "lastUpdatedDateTime": "2020-10-30T13:22:21Z", "copyResult": { - "modelId": "028fea9c-452b-424b-b013-131263f59718" + "modelId": "43be25f8-aa98-4523-ab6b-120e4b29c7bf" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/fd5db5fc-b115-49be-b744-fe1bac45ec79/copyResults/cddc5f5f-6efc-461b-b8ab-1410c4e41b8e", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/e6f18909-6770-4cac-83c9-2dd20a90aec7/copyResults/06454371-dbac-4ec5-bab2-1f6ec34fb61a", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "0d1b2bbd13a4f7b4c9c4e369b2f01459", "x-ms-return-client-request-id": "true" @@ -345,32 +345,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "45ff56b7-7871-4ed4-bef0-a3794aa3daec", + "apim-request-id": "b4c0475a-1e8b-42c4-82d4-dac452cace4b", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:23:13 GMT", + "Date": "Fri, 30 Oct 2020 13:22:23 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "14" + "x-envoy-upstream-service-time": "13" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-09-09T22:23:13Z", - "lastUpdatedDateTime": "2020-09-09T22:23:13Z", + "createdDateTime": "2020-10-30T13:22:21Z", + "lastUpdatedDateTime": "2020-10-30T13:22:21Z", "copyResult": { - "modelId": "028fea9c-452b-424b-b013-131263f59718" + "modelId": "43be25f8-aa98-4523-ab6b-120e4b29c7bf" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/fd5db5fc-b115-49be-b744-fe1bac45ec79/copyResults/cddc5f5f-6efc-461b-b8ab-1410c4e41b8e", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/e6f18909-6770-4cac-83c9-2dd20a90aec7/copyResults/06454371-dbac-4ec5-bab2-1f6ec34fb61a", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "281e00e671aed8e71b59f6465bc9a451", "x-ms-return-client-request-id": "true" @@ -378,9 +378,9 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "1635fb8e-f20e-4341-bc03-b7575358956c", + "apim-request-id": "3ee79e52-0597-4fac-aece-4b9a97435a23", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:23:14 GMT", + "Date": "Fri, 30 Oct 2020 13:22:24 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", @@ -388,22 +388,22 @@ }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-09-09T22:23:13Z", - "lastUpdatedDateTime": "2020-09-09T22:23:13Z", + "createdDateTime": "2020-10-30T13:22:21Z", + "lastUpdatedDateTime": "2020-10-30T13:22:21Z", "copyResult": { - "modelId": "028fea9c-452b-424b-b013-131263f59718" + "modelId": "43be25f8-aa98-4523-ab6b-120e4b29c7bf" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/fd5db5fc-b115-49be-b744-fe1bac45ec79/copyResults/cddc5f5f-6efc-461b-b8ab-1410c4e41b8e", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/e6f18909-6770-4cac-83c9-2dd20a90aec7/copyResults/06454371-dbac-4ec5-bab2-1f6ec34fb61a", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "cdb59d832e8759a9a0115a3134a4072d", "x-ms-return-client-request-id": "true" @@ -411,9 +411,9 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "6aee9c7a-7b48-4868-8fa5-0f3321de5c7c", + "apim-request-id": "7982f65b-6722-49bc-a37c-279448a2465b", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:23:15 GMT", + "Date": "Fri, 30 Oct 2020 13:22:25 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", @@ -421,22 +421,22 @@ }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-09-09T22:23:13Z", - "lastUpdatedDateTime": "2020-09-09T22:23:13Z", + "createdDateTime": "2020-10-30T13:22:21Z", + "lastUpdatedDateTime": "2020-10-30T13:22:21Z", "copyResult": { - "modelId": "028fea9c-452b-424b-b013-131263f59718" + "modelId": "43be25f8-aa98-4523-ab6b-120e4b29c7bf" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/fd5db5fc-b115-49be-b744-fe1bac45ec79/copyResults/cddc5f5f-6efc-461b-b8ab-1410c4e41b8e", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/e6f18909-6770-4cac-83c9-2dd20a90aec7/copyResults/06454371-dbac-4ec5-bab2-1f6ec34fb61a", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "383bdb33726e4cc84342f14b1c6e9bff", "x-ms-return-client-request-id": "true" @@ -444,32 +444,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "781ea994-2af9-4fae-8315-d041acaab31a", + "apim-request-id": "4b42ae60-0b72-4085-983e-b51b373425e0", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:23:16 GMT", + "Date": "Fri, 30 Oct 2020 13:22:26 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "17" + "x-envoy-upstream-service-time": "14" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-09-09T22:23:13Z", - "lastUpdatedDateTime": "2020-09-09T22:23:13Z", + "createdDateTime": "2020-10-30T13:22:21Z", + "lastUpdatedDateTime": "2020-10-30T13:22:21Z", "copyResult": { - "modelId": "028fea9c-452b-424b-b013-131263f59718" + "modelId": "43be25f8-aa98-4523-ab6b-120e4b29c7bf" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/fd5db5fc-b115-49be-b744-fe1bac45ec79/copyResults/cddc5f5f-6efc-461b-b8ab-1410c4e41b8e", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/e6f18909-6770-4cac-83c9-2dd20a90aec7/copyResults/06454371-dbac-4ec5-bab2-1f6ec34fb61a", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "14e5921f473ab7d156c4889d16b6a476", "x-ms-return-client-request-id": "true" @@ -477,32 +477,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "860f1153-0493-4d25-b694-85ee95b8e455", + "apim-request-id": "ba210926-8ebe-4ab1-b26d-a77ec942d242", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:23:17 GMT", + "Date": "Fri, 30 Oct 2020 13:22:29 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "18" + "x-envoy-upstream-service-time": "11" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-09-09T22:23:13Z", - "lastUpdatedDateTime": "2020-09-09T22:23:13Z", + "createdDateTime": "2020-10-30T13:22:21Z", + "lastUpdatedDateTime": "2020-10-30T13:22:21Z", "copyResult": { - "modelId": "028fea9c-452b-424b-b013-131263f59718" + "modelId": "43be25f8-aa98-4523-ab6b-120e4b29c7bf" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/fd5db5fc-b115-49be-b744-fe1bac45ec79/copyResults/cddc5f5f-6efc-461b-b8ab-1410c4e41b8e", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/e6f18909-6770-4cac-83c9-2dd20a90aec7/copyResults/06454371-dbac-4ec5-bab2-1f6ec34fb61a", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "7f13c9516c8e10e3d56989453d5e3c31", "x-ms-return-client-request-id": "true" @@ -510,32 +510,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "cbaed402-3d0a-4a7a-8c33-ec44e2b37146", + "apim-request-id": "644862d3-0823-4adc-95b5-af888f0b75e2", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:23:18 GMT", + "Date": "Fri, 30 Oct 2020 13:22:30 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "16" + "x-envoy-upstream-service-time": "15" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-09-09T22:23:13Z", - "lastUpdatedDateTime": "2020-09-09T22:23:13Z", + "createdDateTime": "2020-10-30T13:22:21Z", + "lastUpdatedDateTime": "2020-10-30T13:22:21Z", "copyResult": { - "modelId": "028fea9c-452b-424b-b013-131263f59718" + "modelId": "43be25f8-aa98-4523-ab6b-120e4b29c7bf" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/fd5db5fc-b115-49be-b744-fe1bac45ec79/copyResults/cddc5f5f-6efc-461b-b8ab-1410c4e41b8e", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/e6f18909-6770-4cac-83c9-2dd20a90aec7/copyResults/06454371-dbac-4ec5-bab2-1f6ec34fb61a", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "a2125b75f3bfebf30984e1a9ea2a368d", "x-ms-return-client-request-id": "true" @@ -543,43 +543,274 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "ad99ca99-654c-48cd-a8df-ff204f4d2fd0", + "apim-request-id": "e8ba7c53-c63d-4aee-92c9-27e51baf0933", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 30 Oct 2020 13:22:31 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "13" + }, + "ResponseBody": { + "status": "notStarted", + "createdDateTime": "2020-10-30T13:22:21Z", + "lastUpdatedDateTime": "2020-10-30T13:22:21Z", + "copyResult": { + "modelId": "43be25f8-aa98-4523-ab6b-120e4b29c7bf" + } + } + }, + { + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/e6f18909-6770-4cac-83c9-2dd20a90aec7/copyResults/06454371-dbac-4ec5-bab2-1f6ec34fb61a", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "53f97a9e1b5ab370aed43ed0bd8c79f8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "d9b96797-5cb7-4b78-9ff2-17828f56282a", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 30 Oct 2020 13:22:33 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "17" + }, + "ResponseBody": { + "status": "notStarted", + "createdDateTime": "2020-10-30T13:22:21Z", + "lastUpdatedDateTime": "2020-10-30T13:22:21Z", + "copyResult": { + "modelId": "43be25f8-aa98-4523-ab6b-120e4b29c7bf" + } + } + }, + { + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/e6f18909-6770-4cac-83c9-2dd20a90aec7/copyResults/06454371-dbac-4ec5-bab2-1f6ec34fb61a", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "ba28568801a45db7d52776098a3a26aa", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "01ebad4b-a531-4bab-bc9d-b1d14a265430", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 30 Oct 2020 13:22:34 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "16" + }, + "ResponseBody": { + "status": "notStarted", + "createdDateTime": "2020-10-30T13:22:21Z", + "lastUpdatedDateTime": "2020-10-30T13:22:21Z", + "copyResult": { + "modelId": "43be25f8-aa98-4523-ab6b-120e4b29c7bf" + } + } + }, + { + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/e6f18909-6770-4cac-83c9-2dd20a90aec7/copyResults/06454371-dbac-4ec5-bab2-1f6ec34fb61a", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "c2a6fc33e86459d7ea5ef4ebb4222d7c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "2b51fc1f-df5c-47f6-bf02-c22545178200", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 30 Oct 2020 13:22:35 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "31" + }, + "ResponseBody": { + "status": "notStarted", + "createdDateTime": "2020-10-30T13:22:21Z", + "lastUpdatedDateTime": "2020-10-30T13:22:21Z", + "copyResult": { + "modelId": "43be25f8-aa98-4523-ab6b-120e4b29c7bf" + } + } + }, + { + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/e6f18909-6770-4cac-83c9-2dd20a90aec7/copyResults/06454371-dbac-4ec5-bab2-1f6ec34fb61a", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "9320e90a7b029ce9c39b7e32a5672873", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "7d99625e-c473-4985-b798-78c6a1ef133d", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 30 Oct 2020 13:22:36 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "13" + }, + "ResponseBody": { + "status": "notStarted", + "createdDateTime": "2020-10-30T13:22:21Z", + "lastUpdatedDateTime": "2020-10-30T13:22:21Z", + "copyResult": { + "modelId": "43be25f8-aa98-4523-ab6b-120e4b29c7bf" + } + } + }, + { + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/e6f18909-6770-4cac-83c9-2dd20a90aec7/copyResults/06454371-dbac-4ec5-bab2-1f6ec34fb61a", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "c19d94adb7e5a0937fcecf450dcba8b2", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "79272b69-5def-4869-8578-2016c32d82f6", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:23:19 GMT", + "Date": "Fri, 30 Oct 2020 13:22:37 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", "x-envoy-upstream-service-time": "15" }, + "ResponseBody": { + "status": "notStarted", + "createdDateTime": "2020-10-30T13:22:21Z", + "lastUpdatedDateTime": "2020-10-30T13:22:21Z", + "copyResult": { + "modelId": "43be25f8-aa98-4523-ab6b-120e4b29c7bf" + } + } + }, + { + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/e6f18909-6770-4cac-83c9-2dd20a90aec7/copyResults/06454371-dbac-4ec5-bab2-1f6ec34fb61a", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "a1fff9fa921ab7a8130affc86aa5b483", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "74c39ccf-2bfa-4a1b-83d2-2ea28021b064", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 30 Oct 2020 13:22:39 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "13" + }, + "ResponseBody": { + "status": "notStarted", + "createdDateTime": "2020-10-30T13:22:21Z", + "lastUpdatedDateTime": "2020-10-30T13:22:21Z", + "copyResult": { + "modelId": "43be25f8-aa98-4523-ab6b-120e4b29c7bf" + } + } + }, + { + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/e6f18909-6770-4cac-83c9-2dd20a90aec7/copyResults/06454371-dbac-4ec5-bab2-1f6ec34fb61a", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "203d80366c85539755801434aca48ef7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "d700be51-4d25-4dcc-a2b3-98ecf528de68", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 30 Oct 2020 13:22:40 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "16" + }, "ResponseBody": { "status": "succeeded", - "createdDateTime": "2020-09-09T22:23:19.7277077Z", - "lastUpdatedDateTime": "2020-09-09T22:23:19.7277081Z", + "createdDateTime": "2020-10-30T13:22:40.9291689Z", + "lastUpdatedDateTime": "2020-10-30T13:22:40.9291692Z", "copyResult": { - "modelId": "028fea9c-452b-424b-b013-131263f59718" + "modelId": "43be25f8-aa98-4523-ab6b-120e4b29c7bf" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/fd5db5fc-b115-49be-b744-fe1bac45ec79", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/e6f18909-6770-4cac-83c9-2dd20a90aec7", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-c4a67e48075b544ea04e402d5b254abb-7c9fda972107834c-00", + "traceparent": "00-36322fe69c675b46aded769e4852c802-9077b68b15972b43-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "53f97a9e1b5ab370aed43ed0bd8c79f8", + "x-ms-client-request-id": "ab38cbf286671a59ebe5aedbb8ca35d9", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 204, "ResponseHeaders": { - "apim-request-id": "f45da028-d8a2-4642-b0bc-2c4cc25fe357", + "apim-request-id": "9dbec6b4-e745-43b1-bc73-fb2e12ed2300", "Content-Length": "0", - "Date": "Wed, 09 Sep 2020 22:23:19 GMT", + "Date": "Fri, 30 Oct 2020 13:22:40 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", "x-envoy-upstream-service-time": "31" @@ -590,9 +821,9 @@ "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_TARGET_RESOURCE_ID": "/subscriptions/faa080af-c1d8-40ad-9cce-e1a450ca5b57/resourceGroups/mariari-group/providers/Microsoft.CognitiveServices/accounts/mariari-westus2-formrecognizer", - "FORM_RECOGNIZER_TARGET_RESOURCE_REGION": "westus2", + "FORM_RECOGNIZER_ENDPOINT": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/", + "FORM_RECOGNIZER_TARGET_RESOURCE_ID": "/subscriptions/faa080af-c1d8-40ad-9cce-e1a450ca5b57/resourceGroups/camaiaor-rg/providers/Microsoft.CognitiveServices/accounts/camaiaor-formrec-westcentralus", + "FORM_RECOGNIZER_TARGET_RESOURCE_REGION": "westcentralus", "RandomSeed": "77527080" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/CopyModelError.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/CopyModelError.json index a48a37a717a48..e9b4c1e2271f0 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/CopyModelError.json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/CopyModelError.json @@ -1,17 +1,17 @@ { "Entries": [ { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/00000000-0000-0000-0000-000000000000/copy", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/00000000-0000-0000-0000-000000000000/copy", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "214", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-24f703237ae51e4f9a9488e82e543afb-a5884a06682e4d48-00", + "traceparent": "00-4193bd0383b681488da3255bbca5e430-9d552a2e3d03444f-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "7234d3a792df40a7c3d75cebdd459d08", "x-ms-return-client-request-id": "true" @@ -27,13 +27,13 @@ }, "StatusCode": 400, "ResponseHeaders": { - "apim-request-id": "f2fa17a9-30d8-4398-aaff-caa316eacd96", + "apim-request-id": "8d9cba57-5f47-4f7a-9025-3503b28d653f", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:20:18 GMT", + "Date": "Fri, 30 Oct 2020 13:19:40 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "5" + "x-envoy-upstream-service-time": "3" }, "ResponseBody": { "error": { @@ -45,9 +45,9 @@ ], "Variables": { "FORM_RECOGNIZER_API_KEY": "Sanitized", - "FORM_RECOGNIZER_ENDPOINT": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/", - "FORM_RECOGNIZER_TARGET_RESOURCE_ID": "/subscriptions/faa080af-c1d8-40ad-9cce-e1a450ca5b57/resourceGroups/mariari-group/providers/Microsoft.CognitiveServices/accounts/mariari-westus2-formrecognizer", - "FORM_RECOGNIZER_TARGET_RESOURCE_REGION": "westus2", + "FORM_RECOGNIZER_ENDPOINT": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/", + "FORM_RECOGNIZER_TARGET_RESOURCE_ID": "/subscriptions/faa080af-c1d8-40ad-9cce-e1a450ca5b57/resourceGroups/camaiaor-rg/providers/Microsoft.CognitiveServices/accounts/camaiaor-formrec-westcentralus", + "FORM_RECOGNIZER_TARGET_RESOURCE_REGION": "westcentralus", "RandomSeed": "1579481069" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/CopyModelErrorAsync.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/CopyModelErrorAsync.json index 82aa0ef83e25f..b6905dc93d394 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/CopyModelErrorAsync.json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/CopyModelErrorAsync.json @@ -1,17 +1,17 @@ { "Entries": [ { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/00000000-0000-0000-0000-000000000000/copy", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/00000000-0000-0000-0000-000000000000/copy", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "214", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-810d32e0ba6c7a488b570346cbfff8a1-5000f869ebf40148-00", + "traceparent": "00-14c663634c281a4f95ea5a23959dc6cf-fd3fb30a0c89c547-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "55a5045901c610119509b453288c8414", "x-ms-return-client-request-id": "true" @@ -27,13 +27,13 @@ }, "StatusCode": 400, "ResponseHeaders": { - "apim-request-id": "def85e20-8d94-455b-b031-394764c8e3be", + "apim-request-id": "ca827583-641d-418e-b039-863a7d4edeac", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:23:19 GMT", + "Date": "Fri, 30 Oct 2020 13:22:40 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "1" + "x-envoy-upstream-service-time": "3" }, "ResponseBody": { "error": { @@ -45,9 +45,9 @@ ], "Variables": { "FORM_RECOGNIZER_API_KEY": "Sanitized", - "FORM_RECOGNIZER_ENDPOINT": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/", - "FORM_RECOGNIZER_TARGET_RESOURCE_ID": "/subscriptions/faa080af-c1d8-40ad-9cce-e1a450ca5b57/resourceGroups/mariari-group/providers/Microsoft.CognitiveServices/accounts/mariari-westus2-formrecognizer", - "FORM_RECOGNIZER_TARGET_RESOURCE_REGION": "westus2", + "FORM_RECOGNIZER_ENDPOINT": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/", + "FORM_RECOGNIZER_TARGET_RESOURCE_ID": "/subscriptions/faa080af-c1d8-40ad-9cce-e1a450ca5b57/resourceGroups/camaiaor-rg/providers/Microsoft.CognitiveServices/accounts/camaiaor-formrec-westcentralus", + "FORM_RECOGNIZER_TARGET_RESOURCE_REGION": "westcentralus", "RandomSeed": "295461224" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/CopyModelWithLabelsAndModelName.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/CopyModelWithLabelsAndModelName.json new file mode 100644 index 0000000000000..56b26e6d54d57 --- /dev/null +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/CopyModelWithLabelsAndModelName.json @@ -0,0 +1,1129 @@ +{ + "Entries": [ + { + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Content-Length": "73", + "Content-Type": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "traceparent": "00-7b45c9ace096c645b2d14106160a5c8c-62eb46c0c9b1f24d-00", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201111.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "12d070c9c26526fcbed0f64be675b665", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "source": "Sanitized", + "useLabelFile": true, + "modelName": "My model to copy" + }, + "StatusCode": 201, + "ResponseHeaders": { + "apim-request-id": "0d22c0b2-9006-4b7f-92d3-c5679ad951f4", + "Content-Length": "0", + "Date": "Wed, 11 Nov 2020 23:36:38 GMT", + "Location": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/3cce5b6f-f2db-4d85-be37-ad51e5ec115f", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "45" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/3cce5b6f-f2db-4d85-be37-ad51e5ec115f?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201111.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "78351921bde286d89f54933339b538a3", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "6b36a853-69c5-47a8-a194-7c3d498ff34c", + "Content-Length": "201", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 11 Nov 2020 23:36:40 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "12" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "3cce5b6f-f2db-4d85-be37-ad51e5ec115f", + "modelName": "My model to copy", + "status": "creating", + "createdDateTime": "2020-11-11T23:36:39Z", + "lastUpdatedDateTime": "2020-11-11T23:36:39Z" + } + } + }, + { + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/3cce5b6f-f2db-4d85-be37-ad51e5ec115f?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201111.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "17d354b0e047cade2f2cb3209ae816cf", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "d4227fa7-ea58-4907-a867-ccc16867e699", + "Content-Length": "201", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 11 Nov 2020 23:36:41 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "17" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "3cce5b6f-f2db-4d85-be37-ad51e5ec115f", + "modelName": "My model to copy", + "status": "creating", + "createdDateTime": "2020-11-11T23:36:39Z", + "lastUpdatedDateTime": "2020-11-11T23:36:39Z" + } + } + }, + { + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/3cce5b6f-f2db-4d85-be37-ad51e5ec115f?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201111.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "7ae4b19113000c24984a72112fc8ed09", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "c5e0c794-075a-4abe-9a4e-3e06da1b9326", + "Content-Length": "1249", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 11 Nov 2020 23:36:43 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "16" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "3cce5b6f-f2db-4d85-be37-ad51e5ec115f", + "modelName": "My model to copy", + "attributes": { + "isComposed": false + }, + "status": "ready", + "createdDateTime": "2020-11-11T23:36:39Z", + "lastUpdatedDateTime": "2020-11-11T23:36:42Z" + }, + "trainResult": { + "averageModelAccuracy": 0.96, + "trainingDocuments": [ + { + "documentName": "Form_1.jpg", + "pages": 1, + "status": "succeeded" + }, + { + "documentName": "Form_2.jpg", + "pages": 1, + "status": "succeeded" + }, + { + "documentName": "Form_3.jpg", + "pages": 1, + "status": "succeeded" + }, + { + "documentName": "Form_4.jpg", + "pages": 1, + "status": "succeeded" + }, + { + "documentName": "Form_5.jpg", + "pages": 1, + "status": "succeeded" + } + ], + "fields": [ + { + "fieldName": "CompanyAddress", + "accuracy": 0.8 + }, + { + "fieldName": "CompanyName", + "accuracy": 1.0 + }, + { + "fieldName": "CompanyPhoneNumber", + "accuracy": 1.0 + }, + { + "fieldName": "DatedAs", + "accuracy": 1.0 + }, + { + "fieldName": "Email", + "accuracy": 0.8 + }, + { + "fieldName": "Merchant", + "accuracy": 1.0 + }, + { + "fieldName": "PhoneNumber", + "accuracy": 1.0 + }, + { + "fieldName": "PurchaseOrderNumber", + "accuracy": 1.0 + }, + { + "fieldName": "Quantity", + "accuracy": 1.0 + }, + { + "fieldName": "Signature", + "accuracy": 0.8 + }, + { + "fieldName": "Subtotal", + "accuracy": 1.0 + }, + { + "fieldName": "Tax", + "accuracy": 1.0 + }, + { + "fieldName": "Total", + "accuracy": 1.0 + }, + { + "fieldName": "VendorName", + "accuracy": 1.0 + }, + { + "fieldName": "Website", + "accuracy": 1.0 + } + ], + "errors": [] + } + } + }, + { + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/copyAuthorization", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "traceparent": "00-30078902b4c7524985a5eb5eebab48b1-562dfee57ecc394a-00", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201111.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "919b52989ea1411e3b6b48b509b7ebb7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 201, + "ResponseHeaders": { + "apim-request-id": "8f8f6e3f-d3cf-465f-875a-ecc7c3ca8601", + "Content-Length": "113", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 11 Nov 2020 23:36:43 GMT", + "Location": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/3fb6dd8d-403c-4f7c-a5f1-9ae814a17a9a", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "27" + }, + "ResponseBody": { + "modelId": "3fb6dd8d-403c-4f7c-a5f1-9ae814a17a9a", + "accessToken": "Sanitized", + "expirationDateTimeTicks": 1605224203 + } + }, + { + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/3cce5b6f-f2db-4d85-be37-ad51e5ec115f/copy", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Content-Length": "345", + "Content-Type": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "traceparent": "00-fe30bdc51e913242a205e829705b0244-3018e863d6325248-00", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201111.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "87a1c43dbdd09da32fc77ffd6dcd9a67", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "targetResourceId": "/subscriptions/faa080af-c1d8-40ad-9cce-e1a450ca5b57/resourceGroups/mariari-group/providers/Microsoft.CognitiveServices/accounts/mariari-centraluseuap", + "targetResourceRegion": "centraluseuap", + "copyAuthorization": { + "modelId": "3fb6dd8d-403c-4f7c-a5f1-9ae814a17a9a", + "accessToken": "Sanitized", + "expirationDateTimeTicks": 1605224203 + } + }, + "StatusCode": 202, + "ResponseHeaders": { + "apim-request-id": "3c15534e-9b53-4e8c-a384-2c5b1b839572", + "Content-Length": "0", + "Date": "Wed, 11 Nov 2020 23:36:43 GMT", + "Operation-Location": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/3cce5b6f-f2db-4d85-be37-ad51e5ec115f/copyresults/873ef177-d048-422e-8a21-37155107b66b", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "32" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/3cce5b6f-f2db-4d85-be37-ad51e5ec115f/copyResults/873ef177-d048-422e-8a21-37155107b66b", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201111.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "4888aa3f844df32d93a33f94ca6f02e1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "ff314275-6846-4ebb-8a81-53f1569cb175", + "Content-Length": "173", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 11 Nov 2020 23:36:43 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "13" + }, + "ResponseBody": { + "status": "notStarted", + "createdDateTime": "2020-11-11T23:36:43Z", + "lastUpdatedDateTime": "2020-11-11T23:36:43Z", + "copyResult": { + "modelId": "3fb6dd8d-403c-4f7c-a5f1-9ae814a17a9a" + } + } + }, + { + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/3cce5b6f-f2db-4d85-be37-ad51e5ec115f/copyResults/873ef177-d048-422e-8a21-37155107b66b", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201111.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "6bd3bb5e6527da38aefe62da1f21d36d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "f804e4be-3503-43b3-8390-ac343195abee", + "Content-Length": "173", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 11 Nov 2020 23:36:45 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "13" + }, + "ResponseBody": { + "status": "notStarted", + "createdDateTime": "2020-11-11T23:36:43Z", + "lastUpdatedDateTime": "2020-11-11T23:36:43Z", + "copyResult": { + "modelId": "3fb6dd8d-403c-4f7c-a5f1-9ae814a17a9a" + } + } + }, + { + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/3cce5b6f-f2db-4d85-be37-ad51e5ec115f/copyResults/873ef177-d048-422e-8a21-37155107b66b", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201111.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "5e76e1d0a32eb96a96aef42c7e0ed2c0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "f4034bb8-64cd-4e6d-8dc4-6c9549b16ad5", + "Content-Length": "173", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 11 Nov 2020 23:36:46 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "11" + }, + "ResponseBody": { + "status": "notStarted", + "createdDateTime": "2020-11-11T23:36:43Z", + "lastUpdatedDateTime": "2020-11-11T23:36:43Z", + "copyResult": { + "modelId": "3fb6dd8d-403c-4f7c-a5f1-9ae814a17a9a" + } + } + }, + { + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/3cce5b6f-f2db-4d85-be37-ad51e5ec115f/copyResults/873ef177-d048-422e-8a21-37155107b66b", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201111.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "b29e9ec42ffad94072ae994f2253d371", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "ba99fae1-a606-4317-ab44-f5f7e8589c80", + "Content-Length": "173", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 11 Nov 2020 23:36:47 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "13" + }, + "ResponseBody": { + "status": "notStarted", + "createdDateTime": "2020-11-11T23:36:43Z", + "lastUpdatedDateTime": "2020-11-11T23:36:43Z", + "copyResult": { + "modelId": "3fb6dd8d-403c-4f7c-a5f1-9ae814a17a9a" + } + } + }, + { + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/3cce5b6f-f2db-4d85-be37-ad51e5ec115f/copyResults/873ef177-d048-422e-8a21-37155107b66b", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201111.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "e9c3d1d0a3f8bab25019d478710c5ba0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "79e6412e-1a40-4916-b051-1031e62ec5ca", + "Content-Length": "173", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 11 Nov 2020 23:36:48 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "13" + }, + "ResponseBody": { + "status": "notStarted", + "createdDateTime": "2020-11-11T23:36:43Z", + "lastUpdatedDateTime": "2020-11-11T23:36:43Z", + "copyResult": { + "modelId": "3fb6dd8d-403c-4f7c-a5f1-9ae814a17a9a" + } + } + }, + { + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/3cce5b6f-f2db-4d85-be37-ad51e5ec115f/copyResults/873ef177-d048-422e-8a21-37155107b66b", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201111.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "8115a12b2082a173a19cec800a1a9743", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "f2bb9cd2-68ef-4c50-a582-90f8eaa24bb3", + "Content-Length": "173", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 11 Nov 2020 23:36:50 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "13" + }, + "ResponseBody": { + "status": "notStarted", + "createdDateTime": "2020-11-11T23:36:43Z", + "lastUpdatedDateTime": "2020-11-11T23:36:43Z", + "copyResult": { + "modelId": "3fb6dd8d-403c-4f7c-a5f1-9ae814a17a9a" + } + } + }, + { + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/3cce5b6f-f2db-4d85-be37-ad51e5ec115f/copyResults/873ef177-d048-422e-8a21-37155107b66b", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201111.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "ad5b82dae94a21c7ece361e05bc76865", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "7ef64b05-49cd-4658-94b9-f19c7d8516bc", + "Content-Length": "173", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 11 Nov 2020 23:36:51 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "10" + }, + "ResponseBody": { + "status": "notStarted", + "createdDateTime": "2020-11-11T23:36:43Z", + "lastUpdatedDateTime": "2020-11-11T23:36:43Z", + "copyResult": { + "modelId": "3fb6dd8d-403c-4f7c-a5f1-9ae814a17a9a" + } + } + }, + { + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/3cce5b6f-f2db-4d85-be37-ad51e5ec115f/copyResults/873ef177-d048-422e-8a21-37155107b66b", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201111.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "8023f852523db0ee5d22475cb631b036", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "2dfd3718-1a5f-409a-bcce-59576caa6197", + "Content-Length": "173", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 11 Nov 2020 23:36:52 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "12" + }, + "ResponseBody": { + "status": "notStarted", + "createdDateTime": "2020-11-11T23:36:43Z", + "lastUpdatedDateTime": "2020-11-11T23:36:43Z", + "copyResult": { + "modelId": "3fb6dd8d-403c-4f7c-a5f1-9ae814a17a9a" + } + } + }, + { + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/3cce5b6f-f2db-4d85-be37-ad51e5ec115f/copyResults/873ef177-d048-422e-8a21-37155107b66b", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201111.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "ee9d9082aeb04255daf4959ebe9345da", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "e8cc128f-cc97-4563-9a1d-fe3ba73ff82b", + "Content-Length": "173", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 11 Nov 2020 23:36:53 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "9" + }, + "ResponseBody": { + "status": "notStarted", + "createdDateTime": "2020-11-11T23:36:43Z", + "lastUpdatedDateTime": "2020-11-11T23:36:43Z", + "copyResult": { + "modelId": "3fb6dd8d-403c-4f7c-a5f1-9ae814a17a9a" + } + } + }, + { + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/3cce5b6f-f2db-4d85-be37-ad51e5ec115f/copyResults/873ef177-d048-422e-8a21-37155107b66b", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201111.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "112e863417f7880694ab4f28a26a6aba", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "9765ee41-2b6d-4171-b5be-a030ad449011", + "Content-Length": "173", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 11 Nov 2020 23:36:54 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "13" + }, + "ResponseBody": { + "status": "notStarted", + "createdDateTime": "2020-11-11T23:36:43Z", + "lastUpdatedDateTime": "2020-11-11T23:36:43Z", + "copyResult": { + "modelId": "3fb6dd8d-403c-4f7c-a5f1-9ae814a17a9a" + } + } + }, + { + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/3cce5b6f-f2db-4d85-be37-ad51e5ec115f/copyResults/873ef177-d048-422e-8a21-37155107b66b", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201111.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "cb5d2b33792aa3b5a3e0a549bd4ff1c9", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "a021325b-83d0-4fd1-99a9-d8a887f46e59", + "Content-Length": "173", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 11 Nov 2020 23:36:56 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "13" + }, + "ResponseBody": { + "status": "notStarted", + "createdDateTime": "2020-11-11T23:36:43Z", + "lastUpdatedDateTime": "2020-11-11T23:36:43Z", + "copyResult": { + "modelId": "3fb6dd8d-403c-4f7c-a5f1-9ae814a17a9a" + } + } + }, + { + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/3cce5b6f-f2db-4d85-be37-ad51e5ec115f/copyResults/873ef177-d048-422e-8a21-37155107b66b", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201111.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "2f286ddd9e026b3e8a155a045f2da06f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "faa44286-2d7e-4acc-bf15-7b49e5177d90", + "Content-Length": "173", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 11 Nov 2020 23:36:57 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "12" + }, + "ResponseBody": { + "status": "notStarted", + "createdDateTime": "2020-11-11T23:36:43Z", + "lastUpdatedDateTime": "2020-11-11T23:36:43Z", + "copyResult": { + "modelId": "3fb6dd8d-403c-4f7c-a5f1-9ae814a17a9a" + } + } + }, + { + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/3cce5b6f-f2db-4d85-be37-ad51e5ec115f/copyResults/873ef177-d048-422e-8a21-37155107b66b", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201111.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "926bda897936bab0d18b6e1671bccb44", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "aa16f776-6794-4cee-87a1-6beb03074cb1", + "Content-Length": "173", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 11 Nov 2020 23:36:59 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "12" + }, + "ResponseBody": { + "status": "notStarted", + "createdDateTime": "2020-11-11T23:36:43Z", + "lastUpdatedDateTime": "2020-11-11T23:36:43Z", + "copyResult": { + "modelId": "3fb6dd8d-403c-4f7c-a5f1-9ae814a17a9a" + } + } + }, + { + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/3cce5b6f-f2db-4d85-be37-ad51e5ec115f/copyResults/873ef177-d048-422e-8a21-37155107b66b", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201111.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "344a85b93a4295b8edf241141eb04475", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "c2ac6e60-8608-4d5f-872d-ca23bf04a0e3", + "Content-Length": "173", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 11 Nov 2020 23:37:00 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "12" + }, + "ResponseBody": { + "status": "notStarted", + "createdDateTime": "2020-11-11T23:36:43Z", + "lastUpdatedDateTime": "2020-11-11T23:36:43Z", + "copyResult": { + "modelId": "3fb6dd8d-403c-4f7c-a5f1-9ae814a17a9a" + } + } + }, + { + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/3cce5b6f-f2db-4d85-be37-ad51e5ec115f/copyResults/873ef177-d048-422e-8a21-37155107b66b", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201111.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "e2bf36405fe46393bd6d5e772f27f9cd", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "0257ae51-baf0-487f-a2b9-670d8dc07964", + "Content-Length": "173", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 11 Nov 2020 23:37:01 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "12" + }, + "ResponseBody": { + "status": "notStarted", + "createdDateTime": "2020-11-11T23:36:43Z", + "lastUpdatedDateTime": "2020-11-11T23:36:43Z", + "copyResult": { + "modelId": "3fb6dd8d-403c-4f7c-a5f1-9ae814a17a9a" + } + } + }, + { + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/3cce5b6f-f2db-4d85-be37-ad51e5ec115f/copyResults/873ef177-d048-422e-8a21-37155107b66b", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201111.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "d94b164a6be24f2d22d5a544389b9b20", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "a2cc8a46-ff5a-41d3-8050-ea09513d8c66", + "Content-Length": "173", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 11 Nov 2020 23:37:02 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "11" + }, + "ResponseBody": { + "status": "notStarted", + "createdDateTime": "2020-11-11T23:36:43Z", + "lastUpdatedDateTime": "2020-11-11T23:36:43Z", + "copyResult": { + "modelId": "3fb6dd8d-403c-4f7c-a5f1-9ae814a17a9a" + } + } + }, + { + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/3cce5b6f-f2db-4d85-be37-ad51e5ec115f/copyResults/873ef177-d048-422e-8a21-37155107b66b", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201111.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "3bd6f947e8fc5a5ff1e777d4db4166c5", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "1061e0d1-57ec-4540-a483-717d0a758216", + "Content-Length": "173", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 11 Nov 2020 23:37:04 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "11" + }, + "ResponseBody": { + "status": "notStarted", + "createdDateTime": "2020-11-11T23:36:43Z", + "lastUpdatedDateTime": "2020-11-11T23:36:43Z", + "copyResult": { + "modelId": "3fb6dd8d-403c-4f7c-a5f1-9ae814a17a9a" + } + } + }, + { + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/3cce5b6f-f2db-4d85-be37-ad51e5ec115f/copyResults/873ef177-d048-422e-8a21-37155107b66b", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201111.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "08ca73f86a65d4920870c00fb94f2a21", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "0cba7b39-445e-4ac7-9cdb-de92c0dfcd18", + "Content-Length": "173", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 11 Nov 2020 23:37:05 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "10" + }, + "ResponseBody": { + "status": "notStarted", + "createdDateTime": "2020-11-11T23:36:43Z", + "lastUpdatedDateTime": "2020-11-11T23:36:43Z", + "copyResult": { + "modelId": "3fb6dd8d-403c-4f7c-a5f1-9ae814a17a9a" + } + } + }, + { + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/3cce5b6f-f2db-4d85-be37-ad51e5ec115f/copyResults/873ef177-d048-422e-8a21-37155107b66b", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201111.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "36303ed2bd5161d0b6f1e7fbf35873e0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "8880b6b0-bff2-4195-b59f-c5c3d14cda4d", + "Content-Length": "173", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 11 Nov 2020 23:37:06 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "10" + }, + "ResponseBody": { + "status": "notStarted", + "createdDateTime": "2020-11-11T23:36:43Z", + "lastUpdatedDateTime": "2020-11-11T23:36:43Z", + "copyResult": { + "modelId": "3fb6dd8d-403c-4f7c-a5f1-9ae814a17a9a" + } + } + }, + { + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/3cce5b6f-f2db-4d85-be37-ad51e5ec115f/copyResults/873ef177-d048-422e-8a21-37155107b66b", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201111.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "c44bdf6f93d0dcbb6601328c2750a0a2", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "116966bc-30a6-4e68-a474-bab28c696b25", + "Content-Length": "188", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 11 Nov 2020 23:37:07 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "13" + }, + "ResponseBody": { + "status": "succeeded", + "createdDateTime": "2020-11-11T23:37:07.8568303Z", + "lastUpdatedDateTime": "2020-11-11T23:37:07.8568306Z", + "copyResult": { + "modelId": "3fb6dd8d-403c-4f7c-a5f1-9ae814a17a9a" + } + } + }, + { + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/3fb6dd8d-403c-4f7c-a5f1-9ae814a17a9a?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "traceparent": "00-f71c66561f54fc489760e42feec0a76e-a894277a6010ea4d-00", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201111.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "9d0256bc30113a74a26951748396e0b0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "0014c41a-508b-4f32-9e23-9529f8be4417", + "Content-Length": "1249", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 11 Nov 2020 23:37:08 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "14" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "3fb6dd8d-403c-4f7c-a5f1-9ae814a17a9a", + "modelName": "My model to copy", + "attributes": { + "isComposed": false + }, + "status": "ready", + "createdDateTime": "2020-11-11T23:36:39Z", + "lastUpdatedDateTime": "2020-11-11T23:36:42Z" + }, + "trainResult": { + "averageModelAccuracy": 0.96, + "trainingDocuments": [ + { + "documentName": "Form_1.jpg", + "pages": 1, + "status": "succeeded" + }, + { + "documentName": "Form_2.jpg", + "pages": 1, + "status": "succeeded" + }, + { + "documentName": "Form_3.jpg", + "pages": 1, + "status": "succeeded" + }, + { + "documentName": "Form_4.jpg", + "pages": 1, + "status": "succeeded" + }, + { + "documentName": "Form_5.jpg", + "pages": 1, + "status": "succeeded" + } + ], + "fields": [ + { + "fieldName": "CompanyAddress", + "accuracy": 0.8 + }, + { + "fieldName": "CompanyName", + "accuracy": 1.0 + }, + { + "fieldName": "CompanyPhoneNumber", + "accuracy": 1.0 + }, + { + "fieldName": "DatedAs", + "accuracy": 1.0 + }, + { + "fieldName": "Email", + "accuracy": 0.8 + }, + { + "fieldName": "Merchant", + "accuracy": 1.0 + }, + { + "fieldName": "PhoneNumber", + "accuracy": 1.0 + }, + { + "fieldName": "PurchaseOrderNumber", + "accuracy": 1.0 + }, + { + "fieldName": "Quantity", + "accuracy": 1.0 + }, + { + "fieldName": "Signature", + "accuracy": 0.8 + }, + { + "fieldName": "Subtotal", + "accuracy": 1.0 + }, + { + "fieldName": "Tax", + "accuracy": 1.0 + }, + { + "fieldName": "Total", + "accuracy": 1.0 + }, + { + "fieldName": "VendorName", + "accuracy": 1.0 + }, + { + "fieldName": "Website", + "accuracy": 1.0 + } + ], + "errors": [] + } + } + }, + { + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/3cce5b6f-f2db-4d85-be37-ad51e5ec115f", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "traceparent": "00-892ba96e9e74524bbc5fb5f3a8d39529-bfa695eeb83dd44f-00", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201111.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "d9a0e0fc65043e518353cf4f8b443966", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 204, + "ResponseHeaders": { + "apim-request-id": "21903d9d-021a-43ec-b45e-d899584b1e94", + "Content-Length": "0", + "Date": "Wed, 11 Nov 2020 23:37:08 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "21" + }, + "ResponseBody": [] + } + ], + "Variables": { + "FORM_RECOGNIZER_API_KEY": "Sanitized", + "FORM_RECOGNIZER_BLOB_CONTAINER_SAS_URL": "https://sanitized.blob.core.windows.net", + "FORM_RECOGNIZER_ENDPOINT": "https://mariari-centraluseuap.cognitiveservices.azure.com/", + "FORM_RECOGNIZER_TARGET_RESOURCE_ID": "/subscriptions/faa080af-c1d8-40ad-9cce-e1a450ca5b57/resourceGroups/mariari-group/providers/Microsoft.CognitiveServices/accounts/mariari-centraluseuap", + "FORM_RECOGNIZER_TARGET_RESOURCE_REGION": "centraluseuap", + "RandomSeed": "1485847182" + } +} \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/CopyModelWithLabelsAndModelNameAsync.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/CopyModelWithLabelsAndModelNameAsync.json new file mode 100644 index 0000000000000..b8304a2ea571f --- /dev/null +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/CopyModelWithLabelsAndModelNameAsync.json @@ -0,0 +1,535 @@ +{ + "Entries": [ + { + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Content-Length": "73", + "Content-Type": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "traceparent": "00-84df8438ca0ca941bf1a587a8fb8021d-4881e90fcb9e1243-00", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201111.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "45b515a8869423610f48c18c6b8aba86", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "source": "Sanitized", + "useLabelFile": true, + "modelName": "My model to copy" + }, + "StatusCode": 201, + "ResponseHeaders": { + "apim-request-id": "16a6b424-9596-4973-b1ef-8b412813fd07", + "Content-Length": "0", + "Date": "Wed, 11 Nov 2020 23:38:32 GMT", + "Location": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/f2f5c057-5e36-434a-bcd6-fc5db8862417", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "54" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/f2f5c057-5e36-434a-bcd6-fc5db8862417?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201111.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "a2345ec9c9f8c180a1a3d3804728c95c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "12937305-260c-460c-9ee3-42e72531c51f", + "Content-Length": "201", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 11 Nov 2020 23:38:32 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "17" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "f2f5c057-5e36-434a-bcd6-fc5db8862417", + "modelName": "My model to copy", + "status": "creating", + "createdDateTime": "2020-11-11T23:38:33Z", + "lastUpdatedDateTime": "2020-11-11T23:38:33Z" + } + } + }, + { + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/f2f5c057-5e36-434a-bcd6-fc5db8862417?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201111.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "b35384271e2f023669a36a768f9dd325", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "a6ebc847-41e0-40d3-b0b9-92262c722d93", + "Content-Length": "201", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 11 Nov 2020 23:38:34 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "15" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "f2f5c057-5e36-434a-bcd6-fc5db8862417", + "modelName": "My model to copy", + "status": "creating", + "createdDateTime": "2020-11-11T23:38:33Z", + "lastUpdatedDateTime": "2020-11-11T23:38:33Z" + } + } + }, + { + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/f2f5c057-5e36-434a-bcd6-fc5db8862417?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201111.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "a28c530eb2d1dfed94f4a4f0b3e0dbe7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "070451a9-f394-4011-8f86-288912b1497a", + "Content-Length": "1249", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 11 Nov 2020 23:38:35 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "14" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "f2f5c057-5e36-434a-bcd6-fc5db8862417", + "modelName": "My model to copy", + "attributes": { + "isComposed": false + }, + "status": "ready", + "createdDateTime": "2020-11-11T23:38:33Z", + "lastUpdatedDateTime": "2020-11-11T23:38:35Z" + }, + "trainResult": { + "averageModelAccuracy": 0.96, + "trainingDocuments": [ + { + "documentName": "Form_1.jpg", + "pages": 1, + "status": "succeeded" + }, + { + "documentName": "Form_2.jpg", + "pages": 1, + "status": "succeeded" + }, + { + "documentName": "Form_3.jpg", + "pages": 1, + "status": "succeeded" + }, + { + "documentName": "Form_4.jpg", + "pages": 1, + "status": "succeeded" + }, + { + "documentName": "Form_5.jpg", + "pages": 1, + "status": "succeeded" + } + ], + "fields": [ + { + "fieldName": "CompanyAddress", + "accuracy": 0.8 + }, + { + "fieldName": "CompanyName", + "accuracy": 1.0 + }, + { + "fieldName": "CompanyPhoneNumber", + "accuracy": 1.0 + }, + { + "fieldName": "DatedAs", + "accuracy": 1.0 + }, + { + "fieldName": "Email", + "accuracy": 0.8 + }, + { + "fieldName": "Merchant", + "accuracy": 1.0 + }, + { + "fieldName": "PhoneNumber", + "accuracy": 1.0 + }, + { + "fieldName": "PurchaseOrderNumber", + "accuracy": 1.0 + }, + { + "fieldName": "Quantity", + "accuracy": 1.0 + }, + { + "fieldName": "Signature", + "accuracy": 0.8 + }, + { + "fieldName": "Subtotal", + "accuracy": 1.0 + }, + { + "fieldName": "Tax", + "accuracy": 1.0 + }, + { + "fieldName": "Total", + "accuracy": 1.0 + }, + { + "fieldName": "VendorName", + "accuracy": 1.0 + }, + { + "fieldName": "Website", + "accuracy": 1.0 + } + ], + "errors": [] + } + } + }, + { + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/copyAuthorization", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "traceparent": "00-d1d091a627cba54bba214f49c74f3e95-091d987081211446-00", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201111.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "e664657e0637aa56273239545f093203", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 201, + "ResponseHeaders": { + "apim-request-id": "8dfeb905-b631-4455-9dfa-36944ab553eb", + "Content-Length": "113", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 11 Nov 2020 23:38:35 GMT", + "Location": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/17a803de-9269-4793-97fd-1d064824c2fe", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "26" + }, + "ResponseBody": { + "modelId": "17a803de-9269-4793-97fd-1d064824c2fe", + "accessToken": "Sanitized", + "expirationDateTimeTicks": 1605224316 + } + }, + { + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/f2f5c057-5e36-434a-bcd6-fc5db8862417/copy", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Content-Length": "345", + "Content-Type": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "traceparent": "00-7bc96cc668498f4b8085a989eb3c0112-a726f4fb4d6cbe4f-00", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201111.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "f472adcf279b758a97741e3b79454e88", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "targetResourceId": "/subscriptions/faa080af-c1d8-40ad-9cce-e1a450ca5b57/resourceGroups/mariari-group/providers/Microsoft.CognitiveServices/accounts/mariari-centraluseuap", + "targetResourceRegion": "centraluseuap", + "copyAuthorization": { + "modelId": "17a803de-9269-4793-97fd-1d064824c2fe", + "accessToken": "Sanitized", + "expirationDateTimeTicks": 1605224316 + } + }, + "StatusCode": 202, + "ResponseHeaders": { + "apim-request-id": "99fbf4fb-5c75-4f3e-a9b6-68f8d95a58ac", + "Content-Length": "0", + "Date": "Wed, 11 Nov 2020 23:38:35 GMT", + "Operation-Location": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/f2f5c057-5e36-434a-bcd6-fc5db8862417/copyresults/c3302595-8dce-4d14-8d6a-a72ee8309b2c", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "28" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/f2f5c057-5e36-434a-bcd6-fc5db8862417/copyResults/c3302595-8dce-4d14-8d6a-a72ee8309b2c", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201111.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "29f883c8ed3808eefce27a9f7998808a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "f29e937f-d234-4a5a-9108-6f2920311376", + "Content-Length": "173", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 11 Nov 2020 23:38:36 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "11" + }, + "ResponseBody": { + "status": "notStarted", + "createdDateTime": "2020-11-11T23:38:36Z", + "lastUpdatedDateTime": "2020-11-11T23:38:36Z", + "copyResult": { + "modelId": "17a803de-9269-4793-97fd-1d064824c2fe" + } + } + }, + { + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/f2f5c057-5e36-434a-bcd6-fc5db8862417/copyResults/c3302595-8dce-4d14-8d6a-a72ee8309b2c", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201111.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "0521a1c1e76d564cdaef4ec2e71a31e2", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "41f10c3f-ec33-4a11-bc72-bcbf416aa2f6", + "Content-Length": "188", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 11 Nov 2020 23:38:38 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "10" + }, + "ResponseBody": { + "status": "succeeded", + "createdDateTime": "2020-11-11T23:38:37.9770263Z", + "lastUpdatedDateTime": "2020-11-11T23:38:37.9770266Z", + "copyResult": { + "modelId": "17a803de-9269-4793-97fd-1d064824c2fe" + } + } + }, + { + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/17a803de-9269-4793-97fd-1d064824c2fe?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "traceparent": "00-8ffee9fecfefec4793ab5ee93bd38681-7c4e21747851df46-00", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201111.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "db8cb0e30911e2cbbf6af7b8acebfbff", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "93101278-0a8e-43fb-b7ea-c403d23dc1ef", + "Content-Length": "1249", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 11 Nov 2020 23:38:38 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "15" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "17a803de-9269-4793-97fd-1d064824c2fe", + "modelName": "My model to copy", + "attributes": { + "isComposed": false + }, + "status": "ready", + "createdDateTime": "2020-11-11T23:38:33Z", + "lastUpdatedDateTime": "2020-11-11T23:38:35Z" + }, + "trainResult": { + "averageModelAccuracy": 0.96, + "trainingDocuments": [ + { + "documentName": "Form_1.jpg", + "pages": 1, + "status": "succeeded" + }, + { + "documentName": "Form_2.jpg", + "pages": 1, + "status": "succeeded" + }, + { + "documentName": "Form_3.jpg", + "pages": 1, + "status": "succeeded" + }, + { + "documentName": "Form_4.jpg", + "pages": 1, + "status": "succeeded" + }, + { + "documentName": "Form_5.jpg", + "pages": 1, + "status": "succeeded" + } + ], + "fields": [ + { + "fieldName": "CompanyAddress", + "accuracy": 0.8 + }, + { + "fieldName": "CompanyName", + "accuracy": 1.0 + }, + { + "fieldName": "CompanyPhoneNumber", + "accuracy": 1.0 + }, + { + "fieldName": "DatedAs", + "accuracy": 1.0 + }, + { + "fieldName": "Email", + "accuracy": 0.8 + }, + { + "fieldName": "Merchant", + "accuracy": 1.0 + }, + { + "fieldName": "PhoneNumber", + "accuracy": 1.0 + }, + { + "fieldName": "PurchaseOrderNumber", + "accuracy": 1.0 + }, + { + "fieldName": "Quantity", + "accuracy": 1.0 + }, + { + "fieldName": "Signature", + "accuracy": 0.8 + }, + { + "fieldName": "Subtotal", + "accuracy": 1.0 + }, + { + "fieldName": "Tax", + "accuracy": 1.0 + }, + { + "fieldName": "Total", + "accuracy": 1.0 + }, + { + "fieldName": "VendorName", + "accuracy": 1.0 + }, + { + "fieldName": "Website", + "accuracy": 1.0 + } + ], + "errors": [] + } + } + }, + { + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/f2f5c057-5e36-434a-bcd6-fc5db8862417", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "traceparent": "00-31e9fc4f7e3ffa4fbd13faef75e21a18-fff9934c028cad49-00", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201111.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "d87a93f44924e11a37a14e489e2b20e1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 204, + "ResponseHeaders": { + "apim-request-id": "0004982a-f625-47ad-941d-96de5ce000b5", + "Content-Length": "0", + "Date": "Wed, 11 Nov 2020 23:38:38 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "23" + }, + "ResponseBody": [] + } + ], + "Variables": { + "FORM_RECOGNIZER_API_KEY": "Sanitized", + "FORM_RECOGNIZER_BLOB_CONTAINER_SAS_URL": "https://sanitized.blob.core.windows.net", + "FORM_RECOGNIZER_ENDPOINT": "https://mariari-centraluseuap.cognitiveservices.azure.com/", + "FORM_RECOGNIZER_TARGET_RESOURCE_ID": "/subscriptions/faa080af-c1d8-40ad-9cce-e1a450ca5b57/resourceGroups/mariari-group/providers/Microsoft.CognitiveServices/accounts/mariari-centraluseuap", + "FORM_RECOGNIZER_TARGET_RESOURCE_REGION": "centraluseuap", + "RandomSeed": "478130740" + } +} \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/DeleteModelFailsWhenModelDoesNotExist.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/DeleteModelFailsWhenModelDoesNotExist.json index a4231dfd2313e..aecdb0e061086 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/DeleteModelFailsWhenModelDoesNotExist.json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/DeleteModelFailsWhenModelDoesNotExist.json @@ -1,15 +1,15 @@ { "Entries": [ { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/00000000-0000-0000-0000-000000000000", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/00000000-0000-0000-0000-000000000000", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-fb600f15da36194e90245c2e9094c964-a9bba56c7d0df643-00", + "traceparent": "00-7f207a620a33944ab9c509661cb09f1c-af7095dbff8ff64e-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "74bd25d4fb24495e5b89ccab926b5a22", "x-ms-return-client-request-id": "true" @@ -17,13 +17,13 @@ "RequestBody": null, "StatusCode": 404, "ResponseHeaders": { - "apim-request-id": "37f1c319-c6d2-431b-83d3-6d49b7213c2a", + "apim-request-id": "4bd45728-6efa-40d1-b889-44716563d948", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:20:18 GMT", + "Date": "Fri, 30 Oct 2020 13:19:41 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "16" + "x-envoy-upstream-service-time": "37" }, "ResponseBody": { "error": { @@ -35,7 +35,7 @@ ], "Variables": { "FORM_RECOGNIZER_API_KEY": "Sanitized", - "FORM_RECOGNIZER_ENDPOINT": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/", + "FORM_RECOGNIZER_ENDPOINT": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/", "RandomSeed": "1608884802" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/DeleteModelFailsWhenModelDoesNotExistAsync.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/DeleteModelFailsWhenModelDoesNotExistAsync.json index a67f56516b74a..bb3e4382d0ec8 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/DeleteModelFailsWhenModelDoesNotExistAsync.json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/DeleteModelFailsWhenModelDoesNotExistAsync.json @@ -1,15 +1,15 @@ { "Entries": [ { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/00000000-0000-0000-0000-000000000000", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/00000000-0000-0000-0000-000000000000", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-a6717443dcf7e949bae019d300ee51b2-da2f6839d46b2f4b-00", + "traceparent": "00-af705ca00f7969448697ceafa958b19d-7c8a3bef028bd04a-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "81907fa894199f3e0007d557b4f253d9", "x-ms-return-client-request-id": "true" @@ -17,13 +17,13 @@ "RequestBody": null, "StatusCode": 404, "ResponseHeaders": { - "apim-request-id": "2fc13715-a2dd-4e9d-9f37-4786766c3da8", + "apim-request-id": "944dd9ed-baa5-435a-961d-0e0a4c1f5757", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:23:19 GMT", + "Date": "Fri, 30 Oct 2020 13:22:40 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": "14" }, "ResponseBody": { "error": { @@ -35,7 +35,7 @@ ], "Variables": { "FORM_RECOGNIZER_API_KEY": "Sanitized", - "FORM_RECOGNIZER_ENDPOINT": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/", + "FORM_RECOGNIZER_ENDPOINT": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/", "RandomSeed": "738140350" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/FormTrainingClientCanAuthenticateWithTokenCredential.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/FormTrainingClientCanAuthenticateWithTokenCredential.json index 2d6f8ab361920..1747d57922a8a 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/FormTrainingClientCanAuthenticateWithTokenCredential.json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/FormTrainingClientCanAuthenticateWithTokenCredential.json @@ -1,17 +1,17 @@ { "Entries": [ { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models", + "RequestUri": "https://mariari-canada-central.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "Content-Length": "43", "Content-Type": "application/json", - "traceparent": "00-2e0fe3cc2b2c0c4dae332a9e55519bd2-41e6b02443532d48-00", + "traceparent": "00-4357a2365d0f874098fa19ddf533b79d-32d037710ba89446-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201120.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "e3d6f192213326e3e10d393ea18ded55", "x-ms-return-client-request-id": "true" @@ -22,25 +22,25 @@ }, "StatusCode": 201, "ResponseHeaders": { - "apim-request-id": "f6b66ce1-1526-4513-bfe6-332069dd037c", + "apim-request-id": "c762327a-b7fe-428e-8e1f-aebb1e7b87ad", "Content-Length": "0", - "Date": "Wed, 09 Sep 2020 22:20:27 GMT", - "Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/020b8b8c-c2f6-491b-b01a-ff5993467086", + "Date": "Fri, 20 Nov 2020 18:38:26 GMT", + "Location": "https://mariari-canada-central.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/10fbb42c-62ce-4610-a324-cec99564d25e", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "5319" + "x-envoy-upstream-service-time": "247" }, "ResponseBody": [] }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/020b8b8c-c2f6-491b-b01a-ff5993467086?includeKeys=true", + "RequestUri": "https://mariari-canada-central.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/10fbb42c-62ce-4610-a324-cec99564d25e?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201120.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "0012b8fc8a2f803ca3ae3658140f1f41", "x-ms-return-client-request-id": "true" @@ -48,32 +48,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "b3100621-7b45-412a-976d-8e9e942a1c7d", + "apim-request-id": "48d2216b-36e0-4e28-bbe4-2f41dee6e381", + "Content-Length": "170", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:20:27 GMT", + "Date": "Fri, 20 Nov 2020 18:38:26 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": "35" }, "ResponseBody": { "modelInfo": { - "modelId": "020b8b8c-c2f6-491b-b01a-ff5993467086", + "modelId": "10fbb42c-62ce-4610-a324-cec99564d25e", "status": "creating", - "createdDateTime": "2020-09-09T22:20:27Z", - "lastUpdatedDateTime": "2020-09-09T22:20:27Z" + "createdDateTime": "2020-11-20T18:38:26Z", + "lastUpdatedDateTime": "2020-11-20T18:38:26Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/020b8b8c-c2f6-491b-b01a-ff5993467086?includeKeys=true", + "RequestUri": "https://mariari-canada-central.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/10fbb42c-62ce-4610-a324-cec99564d25e?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201120.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "27650835ad1e079b8cb8b3d621b185cf", "x-ms-return-client-request-id": "true" @@ -81,32 +81,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "c21157b7-15bc-42be-b043-cf1db41cdd0b", + "apim-request-id": "25d45653-3830-4f92-9e13-6755cdd12934", + "Content-Length": "170", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:20:28 GMT", + "Date": "Fri, 20 Nov 2020 18:38:27 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": "62" }, "ResponseBody": { "modelInfo": { - "modelId": "020b8b8c-c2f6-491b-b01a-ff5993467086", + "modelId": "10fbb42c-62ce-4610-a324-cec99564d25e", "status": "creating", - "createdDateTime": "2020-09-09T22:20:27Z", - "lastUpdatedDateTime": "2020-09-09T22:20:27Z" + "createdDateTime": "2020-11-20T18:38:26Z", + "lastUpdatedDateTime": "2020-11-20T18:38:26Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/020b8b8c-c2f6-491b-b01a-ff5993467086?includeKeys=true", + "RequestUri": "https://mariari-canada-central.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/10fbb42c-62ce-4610-a324-cec99564d25e?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201120.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "464fe0504bfa08a9b5563f85eb8b12d2", "x-ms-return-client-request-id": "true" @@ -114,32 +114,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "c66852c8-057e-4857-9de2-235d615ff7e6", + "apim-request-id": "9577ba48-3b6a-437c-9d88-c9ae211be74f", + "Content-Length": "170", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:20:29 GMT", + "Date": "Fri, 20 Nov 2020 18:38:28 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": "69" }, "ResponseBody": { "modelInfo": { - "modelId": "020b8b8c-c2f6-491b-b01a-ff5993467086", + "modelId": "10fbb42c-62ce-4610-a324-cec99564d25e", "status": "creating", - "createdDateTime": "2020-09-09T22:20:27Z", - "lastUpdatedDateTime": "2020-09-09T22:20:27Z" + "createdDateTime": "2020-11-20T18:38:26Z", + "lastUpdatedDateTime": "2020-11-20T18:38:26Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/020b8b8c-c2f6-491b-b01a-ff5993467086?includeKeys=true", + "RequestUri": "https://mariari-canada-central.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/10fbb42c-62ce-4610-a324-cec99564d25e?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201120.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "9809f8edc5284f361d0b7377d6655ef2", "x-ms-return-client-request-id": "true" @@ -147,32 +147,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "371b376c-851f-4a40-9ad7-ceff8a0aa5d3", + "apim-request-id": "ddb328f1-1f63-42c2-854e-9da92d01a2a6", + "Content-Length": "170", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:20:30 GMT", + "Date": "Fri, 20 Nov 2020 18:38:29 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "31" + "x-envoy-upstream-service-time": "50" }, "ResponseBody": { "modelInfo": { - "modelId": "020b8b8c-c2f6-491b-b01a-ff5993467086", + "modelId": "10fbb42c-62ce-4610-a324-cec99564d25e", "status": "creating", - "createdDateTime": "2020-09-09T22:20:27Z", - "lastUpdatedDateTime": "2020-09-09T22:20:27Z" + "createdDateTime": "2020-11-20T18:38:26Z", + "lastUpdatedDateTime": "2020-11-20T18:38:26Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/020b8b8c-c2f6-491b-b01a-ff5993467086?includeKeys=true", + "RequestUri": "https://mariari-canada-central.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/10fbb42c-62ce-4610-a324-cec99564d25e?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201120.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "33086629d8bfe9465e5d71c76d151b01", "x-ms-return-client-request-id": "true" @@ -180,32 +180,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "e5e40625-1c90-46d7-9e66-5c7d32ba0d63", + "apim-request-id": "2edf4341-237c-445d-8f48-5065856f7eb1", + "Content-Length": "170", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:20:31 GMT", + "Date": "Fri, 20 Nov 2020 18:38:31 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": "56" }, "ResponseBody": { "modelInfo": { - "modelId": "020b8b8c-c2f6-491b-b01a-ff5993467086", + "modelId": "10fbb42c-62ce-4610-a324-cec99564d25e", "status": "creating", - "createdDateTime": "2020-09-09T22:20:27Z", - "lastUpdatedDateTime": "2020-09-09T22:20:27Z" + "createdDateTime": "2020-11-20T18:38:26Z", + "lastUpdatedDateTime": "2020-11-20T18:38:26Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/020b8b8c-c2f6-491b-b01a-ff5993467086?includeKeys=true", + "RequestUri": "https://mariari-canada-central.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/10fbb42c-62ce-4610-a324-cec99564d25e?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201120.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "28e9e1a6eca88aa7a90029eed8323150", "x-ms-return-client-request-id": "true" @@ -213,32 +213,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "2da935b9-bf81-440c-ac3d-d30df6b59314", + "apim-request-id": "a418f3dc-5679-4268-8ee9-e1c3c45736c1", + "Content-Length": "170", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:20:32 GMT", + "Date": "Fri, 20 Nov 2020 18:38:32 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": "100" }, "ResponseBody": { "modelInfo": { - "modelId": "020b8b8c-c2f6-491b-b01a-ff5993467086", + "modelId": "10fbb42c-62ce-4610-a324-cec99564d25e", "status": "creating", - "createdDateTime": "2020-09-09T22:20:27Z", - "lastUpdatedDateTime": "2020-09-09T22:20:27Z" + "createdDateTime": "2020-11-20T18:38:26Z", + "lastUpdatedDateTime": "2020-11-20T18:38:26Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/020b8b8c-c2f6-491b-b01a-ff5993467086?includeKeys=true", + "RequestUri": "https://mariari-canada-central.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/10fbb42c-62ce-4610-a324-cec99564d25e?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201120.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "845b4df7de831412b2203acb546ee107", "x-ms-return-client-request-id": "true" @@ -246,32 +246,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "95c26480-c121-4436-81c2-84eb997ad0c0", + "apim-request-id": "06c9cf7d-63e2-4d67-9c99-d569f3fabf9a", + "Content-Length": "170", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:20:33 GMT", + "Date": "Fri, 20 Nov 2020 18:38:33 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "50" + "x-envoy-upstream-service-time": "99" }, "ResponseBody": { "modelInfo": { - "modelId": "020b8b8c-c2f6-491b-b01a-ff5993467086", + "modelId": "10fbb42c-62ce-4610-a324-cec99564d25e", "status": "creating", - "createdDateTime": "2020-09-09T22:20:27Z", - "lastUpdatedDateTime": "2020-09-09T22:20:27Z" + "createdDateTime": "2020-11-20T18:38:26Z", + "lastUpdatedDateTime": "2020-11-20T18:38:26Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/020b8b8c-c2f6-491b-b01a-ff5993467086?includeKeys=true", + "RequestUri": "https://mariari-canada-central.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/10fbb42c-62ce-4610-a324-cec99564d25e?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201120.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "f4d072f0367c3c49bf7e89bfaf57112b", "x-ms-return-client-request-id": "true" @@ -279,32 +279,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "d0686979-a78a-4878-aa90-0bdb03c16244", + "apim-request-id": "c97e81e8-dcf6-445a-938d-22ce64927fb8", + "Content-Length": "170", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:20:34 GMT", + "Date": "Fri, 20 Nov 2020 18:38:35 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": "104" }, "ResponseBody": { "modelInfo": { - "modelId": "020b8b8c-c2f6-491b-b01a-ff5993467086", + "modelId": "10fbb42c-62ce-4610-a324-cec99564d25e", "status": "creating", - "createdDateTime": "2020-09-09T22:20:27Z", - "lastUpdatedDateTime": "2020-09-09T22:20:27Z" + "createdDateTime": "2020-11-20T18:38:26Z", + "lastUpdatedDateTime": "2020-11-20T18:38:26Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/020b8b8c-c2f6-491b-b01a-ff5993467086?includeKeys=true", + "RequestUri": "https://mariari-canada-central.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/10fbb42c-62ce-4610-a324-cec99564d25e?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201120.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "20d0212b97bac77dcfd47688b2dc363a", "x-ms-return-client-request-id": "true" @@ -312,32 +312,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "e1b7e083-8a56-457e-b5cf-b060f78cade6", + "apim-request-id": "482a030b-f39d-4c8a-b4eb-5d34144d4b15", + "Content-Length": "170", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:20:35 GMT", + "Date": "Fri, 20 Nov 2020 18:38:36 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": "134" }, "ResponseBody": { "modelInfo": { - "modelId": "020b8b8c-c2f6-491b-b01a-ff5993467086", + "modelId": "10fbb42c-62ce-4610-a324-cec99564d25e", "status": "creating", - "createdDateTime": "2020-09-09T22:20:27Z", - "lastUpdatedDateTime": "2020-09-09T22:20:27Z" + "createdDateTime": "2020-11-20T18:38:26Z", + "lastUpdatedDateTime": "2020-11-20T18:38:26Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/020b8b8c-c2f6-491b-b01a-ff5993467086?includeKeys=true", + "RequestUri": "https://mariari-canada-central.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/10fbb42c-62ce-4610-a324-cec99564d25e?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201120.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "65fe221f3c62c1d3031fc5055553655a", "x-ms-return-client-request-id": "true" @@ -345,32 +345,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "c1194a21-986c-417f-a907-4a8141a60fa6", + "apim-request-id": "af536731-2f6f-42e2-b3ed-3b7e4cb4c07e", + "Content-Length": "170", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:20:36 GMT", + "Date": "Fri, 20 Nov 2020 18:38:37 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": "81" }, "ResponseBody": { "modelInfo": { - "modelId": "020b8b8c-c2f6-491b-b01a-ff5993467086", + "modelId": "10fbb42c-62ce-4610-a324-cec99564d25e", "status": "creating", - "createdDateTime": "2020-09-09T22:20:27Z", - "lastUpdatedDateTime": "2020-09-09T22:20:27Z" + "createdDateTime": "2020-11-20T18:38:26Z", + "lastUpdatedDateTime": "2020-11-20T18:38:26Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/020b8b8c-c2f6-491b-b01a-ff5993467086?includeKeys=true", + "RequestUri": "https://mariari-canada-central.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/10fbb42c-62ce-4610-a324-cec99564d25e?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201120.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "329f0e0ec19e584df50925a8bfc189e3", "x-ms-return-client-request-id": "true" @@ -378,119 +378,20 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "28e2e8f8-fce3-4d57-af17-c5f6f3f9686b", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:20:37 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": "020b8b8c-c2f6-491b-b01a-ff5993467086", - "status": "creating", - "createdDateTime": "2020-09-09T22:20:27Z", - "lastUpdatedDateTime": "2020-09-09T22:20:27Z" - } - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/020b8b8c-c2f6-491b-b01a-ff5993467086?includeKeys=true", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "8da04f47ac58eec94d0f1c9ad278727c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "8f00c324-79b6-4a50-9ae1-24269e4caafc", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:20:38 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": "020b8b8c-c2f6-491b-b01a-ff5993467086", - "status": "creating", - "createdDateTime": "2020-09-09T22:20:27Z", - "lastUpdatedDateTime": "2020-09-09T22:20:27Z" - } - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/020b8b8c-c2f6-491b-b01a-ff5993467086?includeKeys=true", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "a4791b6e033c5d9cd4a57058172b0141", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "3a931432-6ee3-47f9-8ddb-920304f9f984", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:20:39 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": "020b8b8c-c2f6-491b-b01a-ff5993467086", - "status": "creating", - "createdDateTime": "2020-09-09T22:20:27Z", - "lastUpdatedDateTime": "2020-09-09T22:20:27Z" - } - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/020b8b8c-c2f6-491b-b01a-ff5993467086?includeKeys=true", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "06bde196d8b2620244b1e48ea5b2867c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "9fa0f458-4101-45c9-8d27-eed4e7bda92d", + "apim-request-id": "18b0d861-4564-4c4f-9237-f32b7f7e5c30", + "Content-Length": "939", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:20:41 GMT", + "Date": "Fri, 20 Nov 2020 18:38:38 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "30" + "x-envoy-upstream-service-time": "89" }, "ResponseBody": { "modelInfo": { - "modelId": "020b8b8c-c2f6-491b-b01a-ff5993467086", + "modelId": "10fbb42c-62ce-4610-a324-cec99564d25e", "status": "ready", - "createdDateTime": "2020-09-09T22:20:27Z", - "lastUpdatedDateTime": "2020-09-09T22:20:40Z" + "createdDateTime": "2020-11-20T18:38:26Z", + "lastUpdatedDateTime": "2020-11-20T18:38:38Z" }, "keys": { "clusters": { @@ -562,7 +463,7 @@ ], "Variables": { "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://mariari-canada-central.cognitiveservices.azure.com/", "RandomSeed": "1271227153" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/FormTrainingClientCanAuthenticateWithTokenCredentialAsync.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/FormTrainingClientCanAuthenticateWithTokenCredentialAsync.json index 187f445a4a491..321aec722d64e 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/FormTrainingClientCanAuthenticateWithTokenCredentialAsync.json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/FormTrainingClientCanAuthenticateWithTokenCredentialAsync.json @@ -1,17 +1,17 @@ { "Entries": [ { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models", + "RequestUri": "https://mariari-canada-central.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "Content-Length": "43", "Content-Type": "application/json", - "traceparent": "00-669c2db63e9fd04099269669a6fe1f3c-860b64c5adacd947-00", + "traceparent": "00-04f2896d897824428ed46940b249e2f8-2b81af1331740d4e-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201120.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "825fbd5587c75494ab85db2afe93f659", "x-ms-return-client-request-id": "true" @@ -22,25 +22,25 @@ }, "StatusCode": 201, "ResponseHeaders": { - "apim-request-id": "934d3d37-dbf8-44f1-a09e-b41ad89350d3", + "apim-request-id": "30003b42-5514-4488-82c9-3f334727b942", "Content-Length": "0", - "Date": "Wed, 09 Sep 2020 22:23:21 GMT", - "Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/5630148f-2da4-4e14-a6f1-95f6944e72f1", + "Date": "Fri, 20 Nov 2020 18:38:38 GMT", + "Location": "https://mariari-canada-central.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/40ec5db2-80b2-4458-874d-3c9a9e35aa30", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "234" + "x-envoy-upstream-service-time": "73" }, "ResponseBody": [] }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/5630148f-2da4-4e14-a6f1-95f6944e72f1?includeKeys=true", + "RequestUri": "https://mariari-canada-central.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/40ec5db2-80b2-4458-874d-3c9a9e35aa30?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201120.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "d46d344095b76cc6c328adf4de4e18d6", "x-ms-return-client-request-id": "true" @@ -48,32 +48,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "e42b2da8-003a-4ced-8025-ae7a8194add8", + "apim-request-id": "4859a1e1-5ed5-466e-aa8b-6e0679f14c7f", + "Content-Length": "170", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:23:21 GMT", + "Date": "Fri, 20 Nov 2020 18:38:38 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": "5630148f-2da4-4e14-a6f1-95f6944e72f1", + "modelId": "40ec5db2-80b2-4458-874d-3c9a9e35aa30", "status": "creating", - "createdDateTime": "2020-09-09T22:23:21Z", - "lastUpdatedDateTime": "2020-09-09T22:23:21Z" + "createdDateTime": "2020-11-20T18:38:39Z", + "lastUpdatedDateTime": "2020-11-20T18:38:39Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/5630148f-2da4-4e14-a6f1-95f6944e72f1?includeKeys=true", + "RequestUri": "https://mariari-canada-central.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/40ec5db2-80b2-4458-874d-3c9a9e35aa30?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201120.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "515476b8dd1d53fbb0237ddd5f968fc1", "x-ms-return-client-request-id": "true" @@ -81,32 +81,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "abdb8871-0e92-45d6-9ba5-317c6cd4ca26", + "apim-request-id": "cacd6109-a587-4bbb-8d18-537ed4c19d67", + "Content-Length": "170", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:23:22 GMT", + "Date": "Fri, 20 Nov 2020 18:38:40 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "37" + "x-envoy-upstream-service-time": "22" }, "ResponseBody": { "modelInfo": { - "modelId": "5630148f-2da4-4e14-a6f1-95f6944e72f1", + "modelId": "40ec5db2-80b2-4458-874d-3c9a9e35aa30", "status": "creating", - "createdDateTime": "2020-09-09T22:23:21Z", - "lastUpdatedDateTime": "2020-09-09T22:23:21Z" + "createdDateTime": "2020-11-20T18:38:39Z", + "lastUpdatedDateTime": "2020-11-20T18:38:39Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/5630148f-2da4-4e14-a6f1-95f6944e72f1?includeKeys=true", + "RequestUri": "https://mariari-canada-central.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/40ec5db2-80b2-4458-874d-3c9a9e35aa30?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201120.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "356f7541b519c040f7f2be9ed99f765c", "x-ms-return-client-request-id": "true" @@ -114,32 +114,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "42ebb11b-01b0-4e69-9f0c-181261e59fcb", + "apim-request-id": "7e43216b-23bf-47ad-9232-250f288f24c4", + "Content-Length": "170", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:23:23 GMT", + "Date": "Fri, 20 Nov 2020 18:38:41 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": "5630148f-2da4-4e14-a6f1-95f6944e72f1", + "modelId": "40ec5db2-80b2-4458-874d-3c9a9e35aa30", "status": "creating", - "createdDateTime": "2020-09-09T22:23:21Z", - "lastUpdatedDateTime": "2020-09-09T22:23:21Z" + "createdDateTime": "2020-11-20T18:38:39Z", + "lastUpdatedDateTime": "2020-11-20T18:38:39Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/5630148f-2da4-4e14-a6f1-95f6944e72f1?includeKeys=true", + "RequestUri": "https://mariari-canada-central.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/40ec5db2-80b2-4458-874d-3c9a9e35aa30?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201120.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "8772046da43e633b391a249318e80d2c", "x-ms-return-client-request-id": "true" @@ -147,32 +147,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "70a47410-7779-4eba-ade6-c3783d2b9b16", + "apim-request-id": "06db5878-ca64-49f1-9e19-1bc57310a262", + "Content-Length": "170", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:23:24 GMT", + "Date": "Fri, 20 Nov 2020 18:38:42 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": "18" }, "ResponseBody": { "modelInfo": { - "modelId": "5630148f-2da4-4e14-a6f1-95f6944e72f1", + "modelId": "40ec5db2-80b2-4458-874d-3c9a9e35aa30", "status": "creating", - "createdDateTime": "2020-09-09T22:23:21Z", - "lastUpdatedDateTime": "2020-09-09T22:23:21Z" + "createdDateTime": "2020-11-20T18:38:39Z", + "lastUpdatedDateTime": "2020-11-20T18:38:39Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/5630148f-2da4-4e14-a6f1-95f6944e72f1?includeKeys=true", + "RequestUri": "https://mariari-canada-central.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/40ec5db2-80b2-4458-874d-3c9a9e35aa30?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201120.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "69b3eb98e2de02bc36945a2a1e5c7911", "x-ms-return-client-request-id": "true" @@ -180,32 +180,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "03ec94df-e7bd-4a32-9e59-1ed869234b2a", + "apim-request-id": "d37b837c-e6b3-4cbf-906d-2c516bf77930", + "Content-Length": "170", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:23:25 GMT", + "Date": "Fri, 20 Nov 2020 18:38:44 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": "76" }, "ResponseBody": { "modelInfo": { - "modelId": "5630148f-2da4-4e14-a6f1-95f6944e72f1", + "modelId": "40ec5db2-80b2-4458-874d-3c9a9e35aa30", "status": "creating", - "createdDateTime": "2020-09-09T22:23:21Z", - "lastUpdatedDateTime": "2020-09-09T22:23:21Z" + "createdDateTime": "2020-11-20T18:38:39Z", + "lastUpdatedDateTime": "2020-11-20T18:38:39Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/5630148f-2da4-4e14-a6f1-95f6944e72f1?includeKeys=true", + "RequestUri": "https://mariari-canada-central.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/40ec5db2-80b2-4458-874d-3c9a9e35aa30?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201120.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "5a7020ad08249c82390cfcff91aca70e", "x-ms-return-client-request-id": "true" @@ -213,32 +213,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "eccff1a5-08a4-4760-a2e5-286d841836b5", + "apim-request-id": "62b02910-afc5-430a-9061-f0f7bc1aabd3", + "Content-Length": "170", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:23:26 GMT", + "Date": "Fri, 20 Nov 2020 18:38:45 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": "20" }, "ResponseBody": { "modelInfo": { - "modelId": "5630148f-2da4-4e14-a6f1-95f6944e72f1", + "modelId": "40ec5db2-80b2-4458-874d-3c9a9e35aa30", "status": "creating", - "createdDateTime": "2020-09-09T22:23:21Z", - "lastUpdatedDateTime": "2020-09-09T22:23:21Z" + "createdDateTime": "2020-11-20T18:38:39Z", + "lastUpdatedDateTime": "2020-11-20T18:38:39Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/5630148f-2da4-4e14-a6f1-95f6944e72f1?includeKeys=true", + "RequestUri": "https://mariari-canada-central.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/40ec5db2-80b2-4458-874d-3c9a9e35aa30?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201120.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "ee0691e50ceb8a7e486f50aa491145dc", "x-ms-return-client-request-id": "true" @@ -246,32 +246,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "cb1a5324-8ee7-45ad-9db6-cac6b0242c3c", + "apim-request-id": "013ed304-e3ce-4ab0-a016-c462f7e594b0", + "Content-Length": "170", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:23:27 GMT", + "Date": "Fri, 20 Nov 2020 18:38:46 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "28" + "x-envoy-upstream-service-time": "127" }, "ResponseBody": { "modelInfo": { - "modelId": "5630148f-2da4-4e14-a6f1-95f6944e72f1", + "modelId": "40ec5db2-80b2-4458-874d-3c9a9e35aa30", "status": "creating", - "createdDateTime": "2020-09-09T22:23:21Z", - "lastUpdatedDateTime": "2020-09-09T22:23:21Z" + "createdDateTime": "2020-11-20T18:38:39Z", + "lastUpdatedDateTime": "2020-11-20T18:38:39Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/5630148f-2da4-4e14-a6f1-95f6944e72f1?includeKeys=true", + "RequestUri": "https://mariari-canada-central.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/40ec5db2-80b2-4458-874d-3c9a9e35aa30?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201120.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "f8e512a1b277900869162fd2e6bd718a", "x-ms-return-client-request-id": "true" @@ -279,32 +279,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "12b87f6f-a3a7-4d05-95d6-001877e1f242", + "apim-request-id": "be9f6c7e-f24a-416c-b2f4-d29c05e323c8", + "Content-Length": "170", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:23:28 GMT", + "Date": "Fri, 20 Nov 2020 18:38:47 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "28" + "x-envoy-upstream-service-time": "20" }, "ResponseBody": { "modelInfo": { - "modelId": "5630148f-2da4-4e14-a6f1-95f6944e72f1", + "modelId": "40ec5db2-80b2-4458-874d-3c9a9e35aa30", "status": "creating", - "createdDateTime": "2020-09-09T22:23:21Z", - "lastUpdatedDateTime": "2020-09-09T22:23:21Z" + "createdDateTime": "2020-11-20T18:38:39Z", + "lastUpdatedDateTime": "2020-11-20T18:38:39Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/5630148f-2da4-4e14-a6f1-95f6944e72f1?includeKeys=true", + "RequestUri": "https://mariari-canada-central.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/40ec5db2-80b2-4458-874d-3c9a9e35aa30?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201120.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "8c444bec8b56a025a2e612b4b7d85328", "x-ms-return-client-request-id": "true" @@ -312,32 +312,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "35afbf23-2460-443a-9b03-aaaf43a53bfc", + "apim-request-id": "a9e416ad-f2e1-4c44-9678-770edeabe6e2", + "Content-Length": "170", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:23:29 GMT", + "Date": "Fri, 20 Nov 2020 18:38:49 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "36" + "x-envoy-upstream-service-time": "78" }, "ResponseBody": { "modelInfo": { - "modelId": "5630148f-2da4-4e14-a6f1-95f6944e72f1", + "modelId": "40ec5db2-80b2-4458-874d-3c9a9e35aa30", "status": "creating", - "createdDateTime": "2020-09-09T22:23:21Z", - "lastUpdatedDateTime": "2020-09-09T22:23:21Z" + "createdDateTime": "2020-11-20T18:38:39Z", + "lastUpdatedDateTime": "2020-11-20T18:38:39Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/5630148f-2da4-4e14-a6f1-95f6944e72f1?includeKeys=true", + "RequestUri": "https://mariari-canada-central.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/40ec5db2-80b2-4458-874d-3c9a9e35aa30?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201120.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "7e5e1fc7afc63297897684d4ddaba38b", "x-ms-return-client-request-id": "true" @@ -345,32 +345,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "5293b14a-3227-40ed-b353-f95e8fe93e90", + "apim-request-id": "9e5a3e7e-6b02-48a3-9848-1097abfa0c30", + "Content-Length": "170", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:23:30 GMT", + "Date": "Fri, 20 Nov 2020 18:38:50 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": "91" }, "ResponseBody": { "modelInfo": { - "modelId": "5630148f-2da4-4e14-a6f1-95f6944e72f1", + "modelId": "40ec5db2-80b2-4458-874d-3c9a9e35aa30", "status": "creating", - "createdDateTime": "2020-09-09T22:23:21Z", - "lastUpdatedDateTime": "2020-09-09T22:23:21Z" + "createdDateTime": "2020-11-20T18:38:39Z", + "lastUpdatedDateTime": "2020-11-20T18:38:39Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/5630148f-2da4-4e14-a6f1-95f6944e72f1?includeKeys=true", + "RequestUri": "https://mariari-canada-central.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/40ec5db2-80b2-4458-874d-3c9a9e35aa30?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201120.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "febdc6feb8cc1686ed455590a053d891", "x-ms-return-client-request-id": "true" @@ -378,152 +378,20 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "40418950-1d13-429c-af68-eef832fee397", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:23:31 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": "5630148f-2da4-4e14-a6f1-95f6944e72f1", - "status": "creating", - "createdDateTime": "2020-09-09T22:23:21Z", - "lastUpdatedDateTime": "2020-09-09T22:23:21Z" - } - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/5630148f-2da4-4e14-a6f1-95f6944e72f1?includeKeys=true", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "c60b06c3f25e3cc3b41103e00650c3f6", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "1305b823-6bd7-41ac-8e36-5de431b0f9ba", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:23:32 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": "5630148f-2da4-4e14-a6f1-95f6944e72f1", - "status": "creating", - "createdDateTime": "2020-09-09T22:23:21Z", - "lastUpdatedDateTime": "2020-09-09T22:23:21Z" - } - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/5630148f-2da4-4e14-a6f1-95f6944e72f1?includeKeys=true", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "f1b58743541a0f5b994891815a069235", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "4c4d0c16-830e-47e3-bf74-73c78fe136c8", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:23:34 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "27" - }, - "ResponseBody": { - "modelInfo": { - "modelId": "5630148f-2da4-4e14-a6f1-95f6944e72f1", - "status": "creating", - "createdDateTime": "2020-09-09T22:23:21Z", - "lastUpdatedDateTime": "2020-09-09T22:23:21Z" - } - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/5630148f-2da4-4e14-a6f1-95f6944e72f1?includeKeys=true", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "d611f39edca00c2c02814abab4a50f9c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "b12f5de2-b596-4595-a930-a293592d59ee", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:23:35 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "27" - }, - "ResponseBody": { - "modelInfo": { - "modelId": "5630148f-2da4-4e14-a6f1-95f6944e72f1", - "status": "creating", - "createdDateTime": "2020-09-09T22:23:21Z", - "lastUpdatedDateTime": "2020-09-09T22:23:21Z" - } - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/5630148f-2da4-4e14-a6f1-95f6944e72f1?includeKeys=true", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "194d5f81e69d6e76aafb2d166042e2ad", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "de098d8f-24d5-4c88-b796-901c4b8070ac", + "apim-request-id": "b0914fe9-89b2-43cc-8d57-5e2d5004e622", + "Content-Length": "939", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:23:36 GMT", + "Date": "Fri, 20 Nov 2020 18:38:51 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": "102" }, "ResponseBody": { "modelInfo": { - "modelId": "5630148f-2da4-4e14-a6f1-95f6944e72f1", + "modelId": "40ec5db2-80b2-4458-874d-3c9a9e35aa30", "status": "ready", - "createdDateTime": "2020-09-09T22:23:21Z", - "lastUpdatedDateTime": "2020-09-09T22:23:35Z" + "createdDateTime": "2020-11-20T18:38:39Z", + "lastUpdatedDateTime": "2020-11-20T18:38:51Z" }, "keys": { "clusters": { @@ -595,7 +463,7 @@ ], "Variables": { "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://mariari-canada-central.cognitiveservices.azure.com/", "RandomSeed": "952740324" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/FormTrainingClientCannotAuthenticateWithFakeApiKey.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/FormTrainingClientCannotAuthenticateWithFakeApiKey.json index 22b315bd721b8..9fc8f6b625e64 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/FormTrainingClientCannotAuthenticateWithFakeApiKey.json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/FormTrainingClientCannotAuthenticateWithFakeApiKey.json @@ -1,15 +1,15 @@ { "Entries": [ { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models?op=summary", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models?op=summary", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-72581d5f7688984c976b9fb74489be15-9375d487a51fba45-00", + "traceparent": "00-355ae0a496c94e4388bd9ec728734cba-66e17f7f1cde5544-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "3c17c7c32247a33d33c1f1a7fdb035a3", "x-ms-return-client-request-id": "true" @@ -18,13 +18,13 @@ "StatusCode": 401, "ResponseHeaders": { "Content-Length": "224", - "Date": "Wed, 09 Sep 2020 22:20:41 GMT" + "Date": "Fri, 30 Oct 2020 13:19:41 GMT" }, "ResponseBody": "eyJlcnJvciI6eyJjb2RlIjoiNDAxIiwibWVzc2FnZSI6IkFjY2VzcyBkZW5pZWQgZHVlIHRvIGludmFsaWQgc3Vic2NyaXB0aW9uIGtleSBvciB3cm9uZyBBUEkgZW5kcG9pbnQuIE1ha2Ugc3VyZSB0byBwcm92aWRlIGEgdmFsaWQga2V5IGZvciBhbiBhY3RpdmUgc3Vic2NyaXB0aW9uIGFuZCB1c2UgYSBjb3JyZWN0IHJlZ2lvbmFsIEFQSSBlbmRwb2ludCBmb3IgeW91ciByZXNvdXJjZS4ifX0=" } ], "Variables": { - "FORM_RECOGNIZER_ENDPOINT": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/", + "FORM_RECOGNIZER_ENDPOINT": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/", "RandomSeed": "1360927567" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/FormTrainingClientCannotAuthenticateWithFakeApiKeyAsync.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/FormTrainingClientCannotAuthenticateWithFakeApiKeyAsync.json index de6fc3386c519..f594dcd745236 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/FormTrainingClientCannotAuthenticateWithFakeApiKeyAsync.json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/FormTrainingClientCannotAuthenticateWithFakeApiKeyAsync.json @@ -1,15 +1,15 @@ { "Entries": [ { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models?op=summary", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models?op=summary", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-378c5f972b6f2b48981ad46ad472b887-c7b57dd038d8eb48-00", + "traceparent": "00-7530dac866c68945afa73d14442ff502-60c6e81e1b899e44-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "7b96ef0c32cd4d66d37ba67209808997", "x-ms-return-client-request-id": "true" @@ -18,13 +18,13 @@ "StatusCode": 401, "ResponseHeaders": { "Content-Length": "224", - "Date": "Wed, 09 Sep 2020 22:23:36 GMT" + "Date": "Fri, 30 Oct 2020 13:22:40 GMT" }, "ResponseBody": "eyJlcnJvciI6eyJjb2RlIjoiNDAxIiwibWVzc2FnZSI6IkFjY2VzcyBkZW5pZWQgZHVlIHRvIGludmFsaWQgc3Vic2NyaXB0aW9uIGtleSBvciB3cm9uZyBBUEkgZW5kcG9pbnQuIE1ha2Ugc3VyZSB0byBwcm92aWRlIGEgdmFsaWQga2V5IGZvciBhbiBhY3RpdmUgc3Vic2NyaXB0aW9uIGFuZCB1c2UgYSBjb3JyZWN0IHJlZ2lvbmFsIEFQSSBlbmRwb2ludCBmb3IgeW91ciByZXNvdXJjZS4ifX0=" } ], "Variables": { - "FORM_RECOGNIZER_ENDPOINT": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/", + "FORM_RECOGNIZER_ENDPOINT": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/", "RandomSeed": "1263304015" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/GetCopyAuthorization.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/GetCopyAuthorization.json index 76ee749cdae33..8567aabdaef8a 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/GetCopyAuthorization.json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/GetCopyAuthorization.json @@ -1,15 +1,15 @@ { "Entries": [ { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/copyAuthorization", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/copyAuthorization", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-260fffb837460241b56d91be57a8bde4-2842eb8a8a25964f-00", + "traceparent": "00-e8c6bebe30265445929d12eddb3856a1-bbba326336614449-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "2de0f1bf141b6e0c562209c2a1148cc8", "x-ms-return-client-request-id": "true" @@ -17,27 +17,27 @@ "RequestBody": null, "StatusCode": 201, "ResponseHeaders": { - "apim-request-id": "bc73facc-6512-4c6c-87e5-2c8b847465b9", + "apim-request-id": "ac9434a3-d854-4687-b939-c33d4dba7539", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:20:41 GMT", - "Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/26581cd0-1275-4e90-b0d5-7a927cbd84a2", + "Date": "Fri, 30 Oct 2020 13:19:41 GMT", + "Location": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/551c272c-ff8f-493e-b234-a719bc35ee23", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "45" + "x-envoy-upstream-service-time": "109" }, "ResponseBody": { - "modelId": "26581cd0-1275-4e90-b0d5-7a927cbd84a2", + "modelId": "551c272c-ff8f-493e-b234-a719bc35ee23", "accessToken": "Sanitized", - "expirationDateTimeTicks": 1599776441 + "expirationDateTimeTicks": 1604150382 } } ], "Variables": { "FORM_RECOGNIZER_API_KEY": "Sanitized", - "FORM_RECOGNIZER_ENDPOINT": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/", - "FORM_RECOGNIZER_TARGET_RESOURCE_ID": "/subscriptions/faa080af-c1d8-40ad-9cce-e1a450ca5b57/resourceGroups/mariari-group/providers/Microsoft.CognitiveServices/accounts/mariari-westus2-formrecognizer", - "FORM_RECOGNIZER_TARGET_RESOURCE_REGION": "westus2", + "FORM_RECOGNIZER_ENDPOINT": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/", + "FORM_RECOGNIZER_TARGET_RESOURCE_ID": "/subscriptions/faa080af-c1d8-40ad-9cce-e1a450ca5b57/resourceGroups/camaiaor-rg/providers/Microsoft.CognitiveServices/accounts/camaiaor-formrec-westcentralus", + "FORM_RECOGNIZER_TARGET_RESOURCE_REGION": "westcentralus", "RandomSeed": "2018406897" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/GetCopyAuthorizationAsync.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/GetCopyAuthorizationAsync.json index 5b097d591a293..3fb3db894b59c 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/GetCopyAuthorizationAsync.json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/GetCopyAuthorizationAsync.json @@ -1,15 +1,15 @@ { "Entries": [ { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/copyAuthorization", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/copyAuthorization", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-5d651e3dcec9fa4da1ddeec5b9358733-245fe00ce6482546-00", + "traceparent": "00-7fe8f69df24928449fd621212d0df981-668ce5e029ef014c-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "f393d78ff3049f55186e608c03ea8f94", "x-ms-return-client-request-id": "true" @@ -17,27 +17,27 @@ "RequestBody": null, "StatusCode": 201, "ResponseHeaders": { - "apim-request-id": "9e4862af-e198-4b7f-a977-72a4a2555358", + "apim-request-id": "e6f0ecb2-6188-4163-9cf4-b26be448e14c", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:23:36 GMT", - "Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/67e57c2c-d232-4245-a4a8-8c42b4e37582", + "Date": "Fri, 30 Oct 2020 13:22:42 GMT", + "Location": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/2800da27-3d69-4333-bd95-e9b217732660", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "189" + "x-envoy-upstream-service-time": "108" }, "ResponseBody": { - "modelId": "67e57c2c-d232-4245-a4a8-8c42b4e37582", + "modelId": "2800da27-3d69-4333-bd95-e9b217732660", "accessToken": "Sanitized", - "expirationDateTimeTicks": 1599776616 + "expirationDateTimeTicks": 1604150562 } } ], "Variables": { "FORM_RECOGNIZER_API_KEY": "Sanitized", - "FORM_RECOGNIZER_ENDPOINT": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/", - "FORM_RECOGNIZER_TARGET_RESOURCE_ID": "/subscriptions/faa080af-c1d8-40ad-9cce-e1a450ca5b57/resourceGroups/mariari-group/providers/Microsoft.CognitiveServices/accounts/mariari-westus2-formrecognizer", - "FORM_RECOGNIZER_TARGET_RESOURCE_REGION": "westus2", + "FORM_RECOGNIZER_ENDPOINT": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/", + "FORM_RECOGNIZER_TARGET_RESOURCE_ID": "/subscriptions/faa080af-c1d8-40ad-9cce-e1a450ca5b57/resourceGroups/camaiaor-rg/providers/Microsoft.CognitiveServices/accounts/camaiaor-formrec-westcentralus", + "FORM_RECOGNIZER_TARGET_RESOURCE_REGION": "westcentralus", "RandomSeed": "1999112030" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/SerializeDeserializeCopyAuthorizationAsync.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/SerializeDeserializeCopyAuthorizationAsync.json index e45022ac6244e..c7f05dc8d1862 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/SerializeDeserializeCopyAuthorizationAsync.json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/SerializeDeserializeCopyAuthorizationAsync.json @@ -1,15 +1,15 @@ { "Entries": [ { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/copyAuthorization", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/copyAuthorization", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-ab530dd833837b46a78696afdd523ea6-29cd98220b71514b-00", + "traceparent": "00-656a38b436a44449aba437e6e9e96c68-41d1a8925adfdc45-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "152ce9a4c550669a66c4fc6240c440a5", "x-ms-return-client-request-id": "true" @@ -17,27 +17,27 @@ "RequestBody": null, "StatusCode": 201, "ResponseHeaders": { - "apim-request-id": "9f774f0c-127f-4f72-9000-49d60a5114d1", + "apim-request-id": "650a2244-7021-49c0-b15d-4f1799cc123b", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:20:41 GMT", - "Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/b29c550b-6b80-43f8-bc95-cf0655cbe4fb", + "Date": "Fri, 30 Oct 2020 13:19:42 GMT", + "Location": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/34d0ed4c-634b-4626-ae4a-4472f3740b79", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "53" + "x-envoy-upstream-service-time": "124" }, "ResponseBody": { - "modelId": "b29c550b-6b80-43f8-bc95-cf0655cbe4fb", + "modelId": "34d0ed4c-634b-4626-ae4a-4472f3740b79", "accessToken": "Sanitized", - "expirationDateTimeTicks": 1599776441 + "expirationDateTimeTicks": 1604150383 } } ], "Variables": { "FORM_RECOGNIZER_API_KEY": "Sanitized", - "FORM_RECOGNIZER_ENDPOINT": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/", - "FORM_RECOGNIZER_TARGET_RESOURCE_ID": "/subscriptions/faa080af-c1d8-40ad-9cce-e1a450ca5b57/resourceGroups/mariari-group/providers/Microsoft.CognitiveServices/accounts/mariari-westus2-formrecognizer", - "FORM_RECOGNIZER_TARGET_RESOURCE_REGION": "westus2", + "FORM_RECOGNIZER_ENDPOINT": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/", + "FORM_RECOGNIZER_TARGET_RESOURCE_ID": "/subscriptions/faa080af-c1d8-40ad-9cce-e1a450ca5b57/resourceGroups/camaiaor-rg/providers/Microsoft.CognitiveServices/accounts/camaiaor-formrec-westcentralus", + "FORM_RECOGNIZER_TARGET_RESOURCE_REGION": "westcentralus", "RandomSeed": "2144268147" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/SerializeDeserializeCopyAuthorizationAsyncAsync.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/SerializeDeserializeCopyAuthorizationAsyncAsync.json index e79afc1711f5d..909530bc2b034 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/SerializeDeserializeCopyAuthorizationAsyncAsync.json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/SerializeDeserializeCopyAuthorizationAsyncAsync.json @@ -1,15 +1,15 @@ { "Entries": [ { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/copyAuthorization", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/copyAuthorization", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-d2d091db05e9d44eb632350d13413eb0-241b4e5c71f65a42-00", + "traceparent": "00-b8141b0733ed5a459d2eb18cc56b76c3-73249a30e9874447-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "f02193b0b0d51c10b60144f1274ddc25", "x-ms-return-client-request-id": "true" @@ -17,27 +17,27 @@ "RequestBody": null, "StatusCode": 201, "ResponseHeaders": { - "apim-request-id": "fcec9677-d549-4eb0-a63f-2e1267c21166", + "apim-request-id": "1d7bbe04-f55c-4352-a16b-bafec3646d18", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:23:36 GMT", - "Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/a767b61b-330f-4e9a-ae21-2bdc75c3d7d6", + "Date": "Fri, 30 Oct 2020 13:22:42 GMT", + "Location": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/362283cc-f24c-49d6-9bf1-a711a9621e65", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "195" + "x-envoy-upstream-service-time": "59" }, "ResponseBody": { - "modelId": "a767b61b-330f-4e9a-ae21-2bdc75c3d7d6", + "modelId": "362283cc-f24c-49d6-9bf1-a711a9621e65", "accessToken": "Sanitized", - "expirationDateTimeTicks": 1599776616 + "expirationDateTimeTicks": 1604150562 } } ], "Variables": { "FORM_RECOGNIZER_API_KEY": "Sanitized", - "FORM_RECOGNIZER_ENDPOINT": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/", - "FORM_RECOGNIZER_TARGET_RESOURCE_ID": "/subscriptions/faa080af-c1d8-40ad-9cce-e1a450ca5b57/resourceGroups/mariari-group/providers/Microsoft.CognitiveServices/accounts/mariari-westus2-formrecognizer", - "FORM_RECOGNIZER_TARGET_RESOURCE_REGION": "westus2", + "FORM_RECOGNIZER_ENDPOINT": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/", + "FORM_RECOGNIZER_TARGET_RESOURCE_ID": "/subscriptions/faa080af-c1d8-40ad-9cce-e1a450ca5b57/resourceGroups/camaiaor-rg/providers/Microsoft.CognitiveServices/accounts/camaiaor-formrec-westcentralus", + "FORM_RECOGNIZER_TARGET_RESOURCE_REGION": "westcentralus", "RandomSeed": "243955414" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/StartCopyModelFailsWithWrongRegion.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/StartCopyModelFailsWithWrongRegion.json index 64d13b36efb46..9c7c895b646bf 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/StartCopyModelFailsWithWrongRegion.json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/StartCopyModelFailsWithWrongRegion.json @@ -1,17 +1,17 @@ { "Entries": [ { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "42", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-0c902150f9beca48a9f152afe0bc257f-5557f794f3d2ef4d-00", + "traceparent": "00-dd653049945d324e984b72ddec6a0068-a483da6a45dd1947-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "c77b688088d378b45533f0cc07350e4f", "x-ms-return-client-request-id": "true" @@ -22,25 +22,25 @@ }, "StatusCode": 201, "ResponseHeaders": { - "apim-request-id": "2ffbd701-5bbb-4b9e-b96b-988ed0ff5873", + "apim-request-id": "102e0ebf-d102-4f61-946f-f735c0804c87", "Content-Length": "0", - "Date": "Wed, 09 Sep 2020 22:20:41 GMT", - "Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/725bbf9d-7c7d-4e3f-8898-d24d6d0e3357", + "Date": "Fri, 30 Oct 2020 13:19:43 GMT", + "Location": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/f083e1e9-7b45-4b6b-82dc-3c446963920b", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "141" + "x-envoy-upstream-service-time": "112" }, "ResponseBody": [] }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/725bbf9d-7c7d-4e3f-8898-d24d6d0e3357?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/f083e1e9-7b45-4b6b-82dc-3c446963920b?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "f16b9868e6f93ca08680c4eedcc4e170", "x-ms-return-client-request-id": "true" @@ -48,32 +48,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "f5c972d6-bd80-41a7-8cac-0acab6ccdc91", + "apim-request-id": "63ec8532-1288-420f-b64d-4b4204bd5ad3", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:20:41 GMT", + "Date": "Fri, 30 Oct 2020 13:19:43 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "31" + "x-envoy-upstream-service-time": "63" }, "ResponseBody": { "modelInfo": { - "modelId": "725bbf9d-7c7d-4e3f-8898-d24d6d0e3357", + "modelId": "f083e1e9-7b45-4b6b-82dc-3c446963920b", "status": "creating", - "createdDateTime": "2020-09-09T22:20:42Z", - "lastUpdatedDateTime": "2020-09-09T22:20:42Z" + "createdDateTime": "2020-10-30T13:19:43Z", + "lastUpdatedDateTime": "2020-10-30T13:19:43Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/725bbf9d-7c7d-4e3f-8898-d24d6d0e3357?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/f083e1e9-7b45-4b6b-82dc-3c446963920b?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "cd3ce896134fbeb34d78eed006ab45f2", "x-ms-return-client-request-id": "true" @@ -81,32 +81,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "241e02b6-57a8-4658-ac86-c257a5555a5c", + "apim-request-id": "6f79bb30-58fd-44ff-b2cb-a239a974df56", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:20:42 GMT", + "Date": "Fri, 30 Oct 2020 13:19:44 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": "47" }, "ResponseBody": { "modelInfo": { - "modelId": "725bbf9d-7c7d-4e3f-8898-d24d6d0e3357", + "modelId": "f083e1e9-7b45-4b6b-82dc-3c446963920b", "status": "creating", - "createdDateTime": "2020-09-09T22:20:42Z", - "lastUpdatedDateTime": "2020-09-09T22:20:42Z" + "createdDateTime": "2020-10-30T13:19:43Z", + "lastUpdatedDateTime": "2020-10-30T13:19:43Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/725bbf9d-7c7d-4e3f-8898-d24d6d0e3357?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/f083e1e9-7b45-4b6b-82dc-3c446963920b?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "22337f85ad1f998bc73e4052c3c59c90", "x-ms-return-client-request-id": "true" @@ -114,23 +114,56 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "a4a3f8ca-ac75-444f-b67c-6ac7d91da053", + "apim-request-id": "955495c4-f52b-4ca1-b67b-910eb382d995", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:20:43 GMT", + "Date": "Fri, 30 Oct 2020 13:19:46 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": "59" }, "ResponseBody": { "modelInfo": { - "modelId": "725bbf9d-7c7d-4e3f-8898-d24d6d0e3357", + "modelId": "f083e1e9-7b45-4b6b-82dc-3c446963920b", + "status": "creating", + "createdDateTime": "2020-10-30T13:19:43Z", + "lastUpdatedDateTime": "2020-10-30T13:19:43Z" + } + } + }, + { + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/f083e1e9-7b45-4b6b-82dc-3c446963920b?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "1e35805140f95400e5ada380f8d035db", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "e00e9105-11cb-4cd2-b426-3a14f6589cba", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 30 Oct 2020 13:19:47 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "95" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "f083e1e9-7b45-4b6b-82dc-3c446963920b", "attributes": { "isComposed": false }, "status": "ready", - "createdDateTime": "2020-09-09T22:20:42Z", - "lastUpdatedDateTime": "2020-09-09T22:20:44Z" + "createdDateTime": "2020-10-30T13:19:43Z", + "lastUpdatedDateTime": "2020-10-30T13:19:46Z" }, "trainResult": { "averageModelAccuracy": 0.96, @@ -228,192 +261,267 @@ } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/copyAuthorization", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/copyAuthorization", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-68ae89214149e6428aaef3206ef95be5-e52646a472bb6e4b-00", + "traceparent": "00-26a2cc5dce73794596454c77197b0397-33b3f555bab6ec4b-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "1e35805140f95400e5ada380f8d035db", + "x-ms-client-request-id": "5c68d13abf91e9505da30610d260fa88", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 201, "ResponseHeaders": { - "apim-request-id": "3a2d3105-fcaa-4dbe-b5e4-7652aa2dbfc7", + "apim-request-id": "3be5792d-119f-46fe-af66-191a8824eece", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:20:44 GMT", - "Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/1945d79d-a224-48d7-b902-f9eb37b2344b", + "Date": "Fri, 30 Oct 2020 13:19:47 GMT", + "Location": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/fa826a53-a1a9-43e9-a865-4299f0f0b100", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "241" + "x-envoy-upstream-service-time": "114" }, "ResponseBody": { - "modelId": "1945d79d-a224-48d7-b902-f9eb37b2344b", + "modelId": "fa826a53-a1a9-43e9-a865-4299f0f0b100", "accessToken": "Sanitized", - "expirationDateTimeTicks": 1599776444 + "expirationDateTimeTicks": 1604150387 } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/725bbf9d-7c7d-4e3f-8898-d24d6d0e3357/copy", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/f083e1e9-7b45-4b6b-82dc-3c446963920b/copy", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", - "Content-Length": "354", + "Content-Length": "346", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-f4ad93e6f012dd449cf83b5c28146ab2-b43e3a16e5739545-00", + "traceparent": "00-07b73fd58ac7f24980b2ddbabc8a39b7-bd0fd6b2290a9a47-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "5c68d13abf91e9505da30610d260fa88", + "x-ms-client-request-id": "867e5ddc277545f97ede3c72090aa1f7", "x-ms-return-client-request-id": "true" }, "RequestBody": { - "targetResourceId": "/subscriptions/faa080af-c1d8-40ad-9cce-e1a450ca5b57/resourceGroups/mariari-group/providers/Microsoft.CognitiveServices/accounts/mariari-westus2-formrecognizer", - "targetResourceRegion": "westcentralus", + "targetResourceId": "/subscriptions/faa080af-c1d8-40ad-9cce-e1a450ca5b57/resourceGroups/camaiaor-rg/providers/Microsoft.CognitiveServices/accounts/camaiaor-formrec-westcentralus", + "targetResourceRegion": "eastus2", "copyAuthorization": { - "modelId": "1945d79d-a224-48d7-b902-f9eb37b2344b", + "modelId": "fa826a53-a1a9-43e9-a865-4299f0f0b100", "accessToken": "Sanitized", - "expirationDateTimeTicks": 1599776444 + "expirationDateTimeTicks": 1604150387 + } + }, + "StatusCode": 429, + "ResponseHeaders": { + "apim-request-id": "766dda24-9243-4dd4-8a0c-92e4a95e66ba", + "Content-Length": "357", + "Content-Type": "application/json", + "Date": "Fri, 30 Oct 2020 13:19:48 GMT", + "Retry-After": "1", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff" + }, + "ResponseBody": { + "error": { + "code": "429", + "message": "Requests to the Custom Form Model Management - Copy Custom Model Operation under Form Recognizer API (v2.1-preview.2) have exceeded rate limit of your current FormRecognizer S0 pricing tier. Please retry after 1 seconds. Please contact Azure support service if you would like to further increase the default rate limit." + } + } + }, + { + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/f083e1e9-7b45-4b6b-82dc-3c446963920b/copy", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Content-Length": "346", + "Content-Type": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "traceparent": "00-07b73fd58ac7f24980b2ddbabc8a39b7-bd0fd6b2290a9a47-00", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "867e5ddc277545f97ede3c72090aa1f7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "targetResourceId": "/subscriptions/faa080af-c1d8-40ad-9cce-e1a450ca5b57/resourceGroups/camaiaor-rg/providers/Microsoft.CognitiveServices/accounts/camaiaor-formrec-westcentralus", + "targetResourceRegion": "eastus2", + "copyAuthorization": { + "modelId": "fa826a53-a1a9-43e9-a865-4299f0f0b100", + "accessToken": "Sanitized", + "expirationDateTimeTicks": 1604150387 } }, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "09503d4e-1759-44a1-92a6-3353db4ea830", + "apim-request-id": "c5627084-7bd9-410c-a240-4241d7eb6186", "Content-Length": "0", - "Date": "Wed, 09 Sep 2020 22:20:44 GMT", - "Operation-Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/725bbf9d-7c7d-4e3f-8898-d24d6d0e3357/copyresults/a883e1d3-efa5-429c-a6e7-60aeedc417be", + "Date": "Fri, 30 Oct 2020 13:20:29 GMT", + "Operation-Location": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/f083e1e9-7b45-4b6b-82dc-3c446963920b/copyresults/d761c0ae-4048-4370-a4b7-91d9696285c4", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "96" + "x-envoy-upstream-service-time": "109" }, "ResponseBody": [] }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/725bbf9d-7c7d-4e3f-8898-d24d6d0e3357/copyResults/a883e1d3-efa5-429c-a6e7-60aeedc417be", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/f083e1e9-7b45-4b6b-82dc-3c446963920b/copyResults/d761c0ae-4048-4370-a4b7-91d9696285c4", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "867e5ddc277545f97ede3c72090aa1f7", + "x-ms-client-request-id": "f11765093f5c92ff2f4cc1563af08184", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "0376c3fd-78da-4e90-a35b-ceaa10138a23", + "apim-request-id": "727375c2-bb7f-4f04-a7b7-9b5061f3fe69", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:20:44 GMT", + "Date": "Fri, 30 Oct 2020 13:20:29 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "13" + "x-envoy-upstream-service-time": "10" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-09-09T22:20:44Z", - "lastUpdatedDateTime": "2020-09-09T22:20:44Z", + "createdDateTime": "2020-10-30T13:20:29Z", + "lastUpdatedDateTime": "2020-10-30T13:20:29Z", "copyResult": { - "modelId": "1945d79d-a224-48d7-b902-f9eb37b2344b" + "modelId": "fa826a53-a1a9-43e9-a865-4299f0f0b100" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/725bbf9d-7c7d-4e3f-8898-d24d6d0e3357/copyResults/a883e1d3-efa5-429c-a6e7-60aeedc417be", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/f083e1e9-7b45-4b6b-82dc-3c446963920b/copyResults/d761c0ae-4048-4370-a4b7-91d9696285c4", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "f11765093f5c92ff2f4cc1563af08184", + "x-ms-client-request-id": "9aa41bb3ae511365d823deb282dee053", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "c5f95145-baa7-4a3d-8d69-d7e5104e9e74", + "apim-request-id": "fe5d23fe-ac3e-46ed-b27a-cc60fbda7f2a", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:20:45 GMT", + "Date": "Fri, 30 Oct 2020 13:20:31 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "14" + "x-envoy-upstream-service-time": "15" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-09-09T22:20:44Z", - "lastUpdatedDateTime": "2020-09-09T22:20:44Z", + "createdDateTime": "2020-10-30T13:20:29Z", + "lastUpdatedDateTime": "2020-10-30T13:20:29Z", "copyResult": { - "modelId": "1945d79d-a224-48d7-b902-f9eb37b2344b" + "modelId": "fa826a53-a1a9-43e9-a865-4299f0f0b100" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/725bbf9d-7c7d-4e3f-8898-d24d6d0e3357/copyResults/a883e1d3-efa5-429c-a6e7-60aeedc417be", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/f083e1e9-7b45-4b6b-82dc-3c446963920b/copyResults/d761c0ae-4048-4370-a4b7-91d9696285c4", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "9aa41bb3ae511365d823deb282dee053", + "x-ms-client-request-id": "6d060f0108489d2b5dec562965a30a8e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "714c9e5e-3601-4477-8216-d6afb6b63ab1", + "apim-request-id": "a7169a13-bc46-4b3c-b390-c01ccb70ca3c", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:20:46 GMT", + "Date": "Fri, 30 Oct 2020 13:20:32 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "40" + "x-envoy-upstream-service-time": "25" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-09-09T22:20:44Z", - "lastUpdatedDateTime": "2020-09-09T22:20:44Z", + "createdDateTime": "2020-10-30T13:20:29Z", + "lastUpdatedDateTime": "2020-10-30T13:20:29Z", "copyResult": { - "modelId": "1945d79d-a224-48d7-b902-f9eb37b2344b" + "modelId": "fa826a53-a1a9-43e9-a865-4299f0f0b100" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/725bbf9d-7c7d-4e3f-8898-d24d6d0e3357/copyResults/a883e1d3-efa5-429c-a6e7-60aeedc417be", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/f083e1e9-7b45-4b6b-82dc-3c446963920b/copyResults/d761c0ae-4048-4370-a4b7-91d9696285c4", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "6d060f0108489d2b5dec562965a30a8e", + "x-ms-client-request-id": "eebeb75c06655aa500041938604d0f51", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "65e49adb-0247-4d94-b5bc-4fe7088ad44d", + "apim-request-id": "a7ab2029-5cac-4929-adc2-453ca8aea70a", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:20:47 GMT", + "Date": "Fri, 30 Oct 2020 13:20:33 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "50" + }, + "ResponseBody": { + "status": "notStarted", + "createdDateTime": "2020-10-30T13:20:29Z", + "lastUpdatedDateTime": "2020-10-30T13:20:29Z", + "copyResult": { + "modelId": "fa826a53-a1a9-43e9-a865-4299f0f0b100" + } + } + }, + { + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/f083e1e9-7b45-4b6b-82dc-3c446963920b/copyResults/d761c0ae-4048-4370-a4b7-91d9696285c4", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "2b546d6c14e9aa3cef073d65573cad34", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "f9272a7e-68b3-4e6c-ad51-02be037160b9", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 30 Oct 2020 13:20:34 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", @@ -421,44 +529,176 @@ }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-09-09T22:20:44Z", - "lastUpdatedDateTime": "2020-09-09T22:20:44Z", + "createdDateTime": "2020-10-30T13:20:29Z", + "lastUpdatedDateTime": "2020-10-30T13:20:29Z", "copyResult": { - "modelId": "1945d79d-a224-48d7-b902-f9eb37b2344b" + "modelId": "fa826a53-a1a9-43e9-a865-4299f0f0b100" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/725bbf9d-7c7d-4e3f-8898-d24d6d0e3357/copyResults/a883e1d3-efa5-429c-a6e7-60aeedc417be", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/f083e1e9-7b45-4b6b-82dc-3c446963920b/copyResults/d761c0ae-4048-4370-a4b7-91d9696285c4", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "eebeb75c06655aa500041938604d0f51", + "x-ms-client-request-id": "ca565018f11ffbed69ab6d44eff23c10", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "2b74a741-3b2f-478b-9a88-c41bdbe7e435", + "apim-request-id": "09d51762-94c5-4c5d-81a8-9730304d4237", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:20:48 GMT", + "Date": "Fri, 30 Oct 2020 13:20:36 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "17", + "x-envoy-upstream-service-time": "52" + }, + "ResponseBody": { + "status": "notStarted", + "createdDateTime": "2020-10-30T13:20:29Z", + "lastUpdatedDateTime": "2020-10-30T13:20:29Z", + "copyResult": { + "modelId": "fa826a53-a1a9-43e9-a865-4299f0f0b100" + } + } + }, + { + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/f083e1e9-7b45-4b6b-82dc-3c446963920b/copyResults/d761c0ae-4048-4370-a4b7-91d9696285c4", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "f7bd05dcdf4f47a47b14ff5ec84002c3", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "74b7b04f-6ec9-44e1-93ec-831ae2038dd9", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 30 Oct 2020 13:20:37 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "16" + }, + "ResponseBody": { + "status": "notStarted", + "createdDateTime": "2020-10-30T13:20:29Z", + "lastUpdatedDateTime": "2020-10-30T13:20:29Z", + "copyResult": { + "modelId": "fa826a53-a1a9-43e9-a865-4299f0f0b100" + } + } + }, + { + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/f083e1e9-7b45-4b6b-82dc-3c446963920b/copyResults/d761c0ae-4048-4370-a4b7-91d9696285c4", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "1020e45644f67a328058c13da7f7bafc", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "33ea859b-44c2-4230-ae02-db125015ff70", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 30 Oct 2020 13:20:38 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "16" + }, + "ResponseBody": { + "status": "notStarted", + "createdDateTime": "2020-10-30T13:20:29Z", + "lastUpdatedDateTime": "2020-10-30T13:20:29Z", + "copyResult": { + "modelId": "fa826a53-a1a9-43e9-a865-4299f0f0b100" + } + } + }, + { + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/f083e1e9-7b45-4b6b-82dc-3c446963920b/copyResults/d761c0ae-4048-4370-a4b7-91d9696285c4", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "52882ccab57f38e5ab0e4f0af28f3228", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "89df6b49-a4e4-497c-a24f-ee7a209c7b33", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 30 Oct 2020 13:20:39 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "14" + }, + "ResponseBody": { + "status": "running", + "createdDateTime": "2020-10-30T13:20:40.3290882Z", + "lastUpdatedDateTime": "2020-10-30T13:20:40.3290883Z", + "copyResult": { + "modelId": "fa826a53-a1a9-43e9-a865-4299f0f0b100" + } + } + }, + { + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/f083e1e9-7b45-4b6b-82dc-3c446963920b/copyResults/d761c0ae-4048-4370-a4b7-91d9696285c4", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "0aeea9a82bd29719d34277f61e66a083", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "06004ae4-2f0b-4f43-8b73-425756c54aba", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 30 Oct 2020 13:20:41 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "11", "x-ms-cs-error-code": "AuthorizationError" }, "ResponseBody": { "status": "failed", - "createdDateTime": "2020-09-09T22:20:48.9391015Z", - "lastUpdatedDateTime": "2020-09-09T22:20:48.9391018Z", + "createdDateTime": "2020-10-30T13:20:40.6658114Z", + "lastUpdatedDateTime": "2020-10-30T13:20:40.6658116Z", "copyResult": { - "modelId": "1945d79d-a224-48d7-b902-f9eb37b2344b", + "modelId": "fa826a53-a1a9-43e9-a865-4299f0f0b100", "errors": [ { "code": "AuthorizationError", @@ -469,28 +709,28 @@ } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/725bbf9d-7c7d-4e3f-8898-d24d6d0e3357", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/f083e1e9-7b45-4b6b-82dc-3c446963920b", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-5114ce25ddecc3459ddf213047a2d489-6c48fd94385ce043-00", + "traceparent": "00-c0bbb0330544b84b8191d1c77c8c4dac-88aeb3caf0e0534f-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "2b546d6c14e9aa3cef073d65573cad34", + "x-ms-client-request-id": "9c930259b0b7a044fee765e7f52788f0", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 204, "ResponseHeaders": { - "apim-request-id": "85b5d574-1fe6-48a0-9389-16e79d7b7e41", + "apim-request-id": "8ba93fc1-5ce2-45c4-a7a2-456077e1e8f5", "Content-Length": "0", - "Date": "Wed, 09 Sep 2020 22:20:48 GMT", + "Date": "Fri, 30 Oct 2020 13:20:41 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "52" + "x-envoy-upstream-service-time": "89" }, "ResponseBody": [] } @@ -498,9 +738,9 @@ "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_TARGET_RESOURCE_ID": "/subscriptions/faa080af-c1d8-40ad-9cce-e1a450ca5b57/resourceGroups/mariari-group/providers/Microsoft.CognitiveServices/accounts/mariari-westus2-formrecognizer", - "FORM_RECOGNIZER_TARGET_RESOURCE_REGION": "westus2", + "FORM_RECOGNIZER_ENDPOINT": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/", + "FORM_RECOGNIZER_TARGET_RESOURCE_ID": "/subscriptions/faa080af-c1d8-40ad-9cce-e1a450ca5b57/resourceGroups/camaiaor-rg/providers/Microsoft.CognitiveServices/accounts/camaiaor-formrec-westcentralus", + "FORM_RECOGNIZER_TARGET_RESOURCE_REGION": "westcentralus", "RandomSeed": "292230452" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/StartCopyModelFailsWithWrongRegionAsync.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/StartCopyModelFailsWithWrongRegionAsync.json index d5b5f0a76953a..919b9be2bf7d1 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/StartCopyModelFailsWithWrongRegionAsync.json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/StartCopyModelFailsWithWrongRegionAsync.json @@ -1,17 +1,17 @@ { "Entries": [ { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "42", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-a55827fd65fda04cbcc75ebfd709ee3f-9ad10eeb53d2cd44-00", + "traceparent": "00-d41531d9c3006747be16c921d6f5228e-227d834ce745064a-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "6157366778507ad0482d54052347cf99", "x-ms-return-client-request-id": "true" @@ -22,25 +22,25 @@ }, "StatusCode": 201, "ResponseHeaders": { - "apim-request-id": "b8ca2e54-9f8c-489d-9a40-cd2b0d6b55f1", + "apim-request-id": "2527ee71-c272-40ab-b927-5ffc389b69e1", "Content-Length": "0", - "Date": "Wed, 09 Sep 2020 22:23:36 GMT", - "Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/259e3676-06ec-4fbe-94d1-77681b86ac30", + "Date": "Fri, 30 Oct 2020 13:22:43 GMT", + "Location": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/fee95d8d-7bdf-49e1-ae72-1bea0d3918de", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "249" + "x-envoy-upstream-service-time": "85" }, "ResponseBody": [] }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/259e3676-06ec-4fbe-94d1-77681b86ac30?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/fee95d8d-7bdf-49e1-ae72-1bea0d3918de?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "fbf18f9e32c34d24e422623eda910d01", "x-ms-return-client-request-id": "true" @@ -48,32 +48,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "43f4746a-d595-4e97-b7d8-b9fc752cc399", + "apim-request-id": "47e9945c-5f7c-45e4-be71-8f607f4c82d5", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:23:36 GMT", + "Date": "Fri, 30 Oct 2020 13:22:43 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "40" + "x-envoy-upstream-service-time": "19" }, "ResponseBody": { "modelInfo": { - "modelId": "259e3676-06ec-4fbe-94d1-77681b86ac30", + "modelId": "fee95d8d-7bdf-49e1-ae72-1bea0d3918de", "status": "creating", - "createdDateTime": "2020-09-09T22:23:36Z", - "lastUpdatedDateTime": "2020-09-09T22:23:36Z" + "createdDateTime": "2020-10-30T13:22:43Z", + "lastUpdatedDateTime": "2020-10-30T13:22:43Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/259e3676-06ec-4fbe-94d1-77681b86ac30?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/fee95d8d-7bdf-49e1-ae72-1bea0d3918de?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "8887e2cc24f77d24822735355c80e885", "x-ms-return-client-request-id": "true" @@ -81,32 +81,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "8d99ec55-bec2-498c-ad3e-df1abcabc83a", + "apim-request-id": "f76dc549-290f-42ff-9878-c90ce4b8127d", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:23:37 GMT", + "Date": "Fri, 30 Oct 2020 13:22:44 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "28" + "x-envoy-upstream-service-time": "17" }, "ResponseBody": { "modelInfo": { - "modelId": "259e3676-06ec-4fbe-94d1-77681b86ac30", + "modelId": "fee95d8d-7bdf-49e1-ae72-1bea0d3918de", "status": "creating", - "createdDateTime": "2020-09-09T22:23:36Z", - "lastUpdatedDateTime": "2020-09-09T22:23:36Z" + "createdDateTime": "2020-10-30T13:22:43Z", + "lastUpdatedDateTime": "2020-10-30T13:22:43Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/259e3676-06ec-4fbe-94d1-77681b86ac30?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/fee95d8d-7bdf-49e1-ae72-1bea0d3918de?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "0c6b7a798ca9344d110a7c2d15929fb6", "x-ms-return-client-request-id": "true" @@ -114,75 +114,9 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "fee38c32-9672-4c6c-94c5-83f0867779f3", + "apim-request-id": "710cd799-5903-43fd-b887-a526e1ff6eb9", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:23:38 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "26" - }, - "ResponseBody": { - "modelInfo": { - "modelId": "259e3676-06ec-4fbe-94d1-77681b86ac30", - "status": "creating", - "createdDateTime": "2020-09-09T22:23:36Z", - "lastUpdatedDateTime": "2020-09-09T22:23:36Z" - } - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/259e3676-06ec-4fbe-94d1-77681b86ac30?includeKeys=true", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "4038531f47c07aa26a74799bfdeef064", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "a7b0021b-ff54-4bc5-9c3a-deb8c71d2e3e", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:23:40 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "26" - }, - "ResponseBody": { - "modelInfo": { - "modelId": "259e3676-06ec-4fbe-94d1-77681b86ac30", - "status": "creating", - "createdDateTime": "2020-09-09T22:23:36Z", - "lastUpdatedDateTime": "2020-09-09T22:23:36Z" - } - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/259e3676-06ec-4fbe-94d1-77681b86ac30?includeKeys=true", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "60c4dc3a00264058955276eca7f667ef", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "72b2042f-306a-4d39-81d9-9a88eee24930", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:23:41 GMT", + "Date": "Fri, 30 Oct 2020 13:22:45 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", @@ -190,79 +124,13 @@ }, "ResponseBody": { "modelInfo": { - "modelId": "259e3676-06ec-4fbe-94d1-77681b86ac30", - "status": "creating", - "createdDateTime": "2020-09-09T22:23:36Z", - "lastUpdatedDateTime": "2020-09-09T22:23:36Z" - } - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/259e3676-06ec-4fbe-94d1-77681b86ac30?includeKeys=true", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "09167e88a84732c5d7f1a23412b13723", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "83bd07e7-dda8-48c4-b3d2-3f24e2c23671", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:23:42 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "26" - }, - "ResponseBody": { - "modelInfo": { - "modelId": "259e3676-06ec-4fbe-94d1-77681b86ac30", - "status": "creating", - "createdDateTime": "2020-09-09T22:23:36Z", - "lastUpdatedDateTime": "2020-09-09T22:23:36Z" - } - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/259e3676-06ec-4fbe-94d1-77681b86ac30?includeKeys=true", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "38f318193fce1e90fbf8ab6dd0b5d273", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "7911cd2c-de74-42eb-b6d4-f5fc0affb1d1", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:23:43 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": "259e3676-06ec-4fbe-94d1-77681b86ac30", + "modelId": "fee95d8d-7bdf-49e1-ae72-1bea0d3918de", "attributes": { "isComposed": false }, "status": "ready", - "createdDateTime": "2020-09-09T22:23:36Z", - "lastUpdatedDateTime": "2020-09-09T22:23:43Z" + "createdDateTime": "2020-10-30T13:22:43Z", + "lastUpdatedDateTime": "2020-10-30T13:22:44Z" }, "trainResult": { "averageModelAccuracy": 0.96, @@ -360,93 +228,135 @@ } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/copyAuthorization", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/copyAuthorization", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-447ae6753fa6e045a08e21b0a4443154-7a5ad4891bc45046-00", + "traceparent": "00-a464f1ee52bde44d81a999ed0a030fd2-de75413ce19bbe49-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "7e138a0ce7d7911c179289345e232de3", + "x-ms-client-request-id": "4038531f47c07aa26a74799bfdeef064", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 201, "ResponseHeaders": { - "apim-request-id": "2bcc8edd-67be-4b28-82bd-96d2e00a9f3b", + "apim-request-id": "243b0b6d-e00e-4789-aa47-1a49cc6f3292", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:23:43 GMT", - "Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/27a877ec-0f51-4d1a-b159-36f68a7e3828", + "Date": "Fri, 30 Oct 2020 13:22:45 GMT", + "Location": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/154eaf28-bbe8-4ef9-ba02-c396de5390bc", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "80" + "x-envoy-upstream-service-time": "49" }, "ResponseBody": { - "modelId": "27a877ec-0f51-4d1a-b159-36f68a7e3828", + "modelId": "154eaf28-bbe8-4ef9-ba02-c396de5390bc", "accessToken": "Sanitized", - "expirationDateTimeTicks": 1599776623 + "expirationDateTimeTicks": 1604150565 } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/259e3676-06ec-4fbe-94d1-77681b86ac30/copy", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/fee95d8d-7bdf-49e1-ae72-1bea0d3918de/copy", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", - "Content-Length": "354", + "Content-Length": "346", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-19ad75100c1dfe4582bf3de75f422290-b6bc7e5d4becb14c-00", + "traceparent": "00-29e003a1510e0448a0fc8cf43a3c223a-ce855ac1b1a05f45-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "8fd3521b2e034920edf80e4ffc576121", + "x-ms-client-request-id": "60c4dc3a00264058955276eca7f667ef", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "targetResourceId": "/subscriptions/faa080af-c1d8-40ad-9cce-e1a450ca5b57/resourceGroups/camaiaor-rg/providers/Microsoft.CognitiveServices/accounts/camaiaor-formrec-westcentralus", + "targetResourceRegion": "eastus2", + "copyAuthorization": { + "modelId": "154eaf28-bbe8-4ef9-ba02-c396de5390bc", + "accessToken": "Sanitized", + "expirationDateTimeTicks": 1604150565 + } + }, + "StatusCode": 429, + "ResponseHeaders": { + "apim-request-id": "3ec4bc01-92c0-40d7-8006-ec665704e812", + "Content-Length": "357", + "Content-Type": "application/json", + "Date": "Fri, 30 Oct 2020 13:22:45 GMT", + "Retry-After": "1", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff" + }, + "ResponseBody": { + "error": { + "code": "429", + "message": "Requests to the Custom Form Model Management - Copy Custom Model Operation under Form Recognizer API (v2.1-preview.2) have exceeded rate limit of your current FormRecognizer S0 pricing tier. Please retry after 1 seconds. Please contact Azure support service if you would like to further increase the default rate limit." + } + } + }, + { + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/fee95d8d-7bdf-49e1-ae72-1bea0d3918de/copy", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Content-Length": "346", + "Content-Type": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "traceparent": "00-29e003a1510e0448a0fc8cf43a3c223a-ce855ac1b1a05f45-00", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "60c4dc3a00264058955276eca7f667ef", "x-ms-return-client-request-id": "true" }, "RequestBody": { - "targetResourceId": "/subscriptions/faa080af-c1d8-40ad-9cce-e1a450ca5b57/resourceGroups/mariari-group/providers/Microsoft.CognitiveServices/accounts/mariari-westus2-formrecognizer", - "targetResourceRegion": "westcentralus", + "targetResourceId": "/subscriptions/faa080af-c1d8-40ad-9cce-e1a450ca5b57/resourceGroups/camaiaor-rg/providers/Microsoft.CognitiveServices/accounts/camaiaor-formrec-westcentralus", + "targetResourceRegion": "eastus2", "copyAuthorization": { - "modelId": "27a877ec-0f51-4d1a-b159-36f68a7e3828", + "modelId": "154eaf28-bbe8-4ef9-ba02-c396de5390bc", "accessToken": "Sanitized", - "expirationDateTimeTicks": 1599776623 + "expirationDateTimeTicks": 1604150565 } }, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "1db925ae-ac0a-495e-913d-27b3c06dec20", + "apim-request-id": "a0974016-e97a-4d3c-8c76-06c2eb0d1d88", "Content-Length": "0", - "Date": "Wed, 09 Sep 2020 22:23:43 GMT", - "Operation-Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/259e3676-06ec-4fbe-94d1-77681b86ac30/copyresults/1b45497c-be40-4146-86d7-408319305d44", + "Date": "Fri, 30 Oct 2020 13:23:22 GMT", + "Operation-Location": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/fee95d8d-7bdf-49e1-ae72-1bea0d3918de/copyresults/8ab2e881-defa-4897-8730-4167709a3ab7", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "51" + "x-envoy-upstream-service-time": "56" }, "ResponseBody": [] }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/259e3676-06ec-4fbe-94d1-77681b86ac30/copyResults/1b45497c-be40-4146-86d7-408319305d44", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/fee95d8d-7bdf-49e1-ae72-1bea0d3918de/copyResults/8ab2e881-defa-4897-8730-4167709a3ab7", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "88272e1eb89d324cfb61213cb55bbfd7", + "x-ms-client-request-id": "09167e88a84732c5d7f1a23412b13723", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "9e795286-2f25-41e4-8349-2d19021d3e09", + "apim-request-id": "74a35eae-7f1d-4455-95f5-4bc1c1b92f75", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:23:43 GMT", + "Date": "Fri, 30 Oct 2020 13:23:22 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", @@ -454,32 +364,32 @@ }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-09-09T22:23:43Z", - "lastUpdatedDateTime": "2020-09-09T22:23:43Z", + "createdDateTime": "2020-10-30T13:23:22Z", + "lastUpdatedDateTime": "2020-10-30T13:23:22Z", "copyResult": { - "modelId": "27a877ec-0f51-4d1a-b159-36f68a7e3828" + "modelId": "154eaf28-bbe8-4ef9-ba02-c396de5390bc" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/259e3676-06ec-4fbe-94d1-77681b86ac30/copyResults/1b45497c-be40-4146-86d7-408319305d44", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/fee95d8d-7bdf-49e1-ae72-1bea0d3918de/copyResults/8ab2e881-defa-4897-8730-4167709a3ab7", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "7e52c7ca43e2de7069ca91dfd8cd94c0", + "x-ms-client-request-id": "38f318193fce1e90fbf8ab6dd0b5d273", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "764ae714-f553-48f3-9611-6b5d7792727a", + "apim-request-id": "a6873f96-1d29-4f81-b0d8-20901913abd5", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:23:44 GMT", + "Date": "Fri, 30 Oct 2020 13:23:24 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", @@ -487,22 +397,154 @@ }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-09-09T22:23:43Z", - "lastUpdatedDateTime": "2020-09-09T22:23:43Z", + "createdDateTime": "2020-10-30T13:23:22Z", + "lastUpdatedDateTime": "2020-10-30T13:23:22Z", "copyResult": { - "modelId": "27a877ec-0f51-4d1a-b159-36f68a7e3828" + "modelId": "154eaf28-bbe8-4ef9-ba02-c396de5390bc" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/259e3676-06ec-4fbe-94d1-77681b86ac30/copyResults/1b45497c-be40-4146-86d7-408319305d44", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/fee95d8d-7bdf-49e1-ae72-1bea0d3918de/copyResults/8ab2e881-defa-4897-8730-4167709a3ab7", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "7e138a0ce7d7911c179289345e232de3", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "9ab8f47a-36ed-4f9c-8f78-f88ee1a8f9bc", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 30 Oct 2020 13:23:26 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "16" + }, + "ResponseBody": { + "status": "notStarted", + "createdDateTime": "2020-10-30T13:23:22Z", + "lastUpdatedDateTime": "2020-10-30T13:23:22Z", + "copyResult": { + "modelId": "154eaf28-bbe8-4ef9-ba02-c396de5390bc" + } + } + }, + { + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/fee95d8d-7bdf-49e1-ae72-1bea0d3918de/copyResults/8ab2e881-defa-4897-8730-4167709a3ab7", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "8fd3521b2e034920edf80e4ffc576121", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "d9d17c50-2b1d-4470-863a-219baf94a462", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 30 Oct 2020 13:23:27 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "17" + }, + "ResponseBody": { + "status": "notStarted", + "createdDateTime": "2020-10-30T13:23:22Z", + "lastUpdatedDateTime": "2020-10-30T13:23:22Z", + "copyResult": { + "modelId": "154eaf28-bbe8-4ef9-ba02-c396de5390bc" + } + } + }, + { + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/fee95d8d-7bdf-49e1-ae72-1bea0d3918de/copyResults/8ab2e881-defa-4897-8730-4167709a3ab7", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "88272e1eb89d324cfb61213cb55bbfd7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "704ca519-5aaf-4070-8652-a6aa6d679732", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 30 Oct 2020 13:23:28 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "13" + }, + "ResponseBody": { + "status": "notStarted", + "createdDateTime": "2020-10-30T13:23:22Z", + "lastUpdatedDateTime": "2020-10-30T13:23:22Z", + "copyResult": { + "modelId": "154eaf28-bbe8-4ef9-ba02-c396de5390bc" + } + } + }, + { + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/fee95d8d-7bdf-49e1-ae72-1bea0d3918de/copyResults/8ab2e881-defa-4897-8730-4167709a3ab7", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "7e52c7ca43e2de7069ca91dfd8cd94c0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "801159c9-deb7-4d00-b538-53dc7570a58e", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 30 Oct 2020 13:23:29 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "15" + }, + "ResponseBody": { + "status": "notStarted", + "createdDateTime": "2020-10-30T13:23:22Z", + "lastUpdatedDateTime": "2020-10-30T13:23:22Z", + "copyResult": { + "modelId": "154eaf28-bbe8-4ef9-ba02-c396de5390bc" + } + } + }, + { + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/fee95d8d-7bdf-49e1-ae72-1bea0d3918de/copyResults/8ab2e881-defa-4897-8730-4167709a3ab7", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "30166830a4fb624506a094a20de49391", "x-ms-return-client-request-id": "true" @@ -510,32 +552,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "cff3a38c-eaed-4718-a6bb-ce6e053964a6", + "apim-request-id": "3a1f8a15-8a60-4c71-bf03-6da3b73ba401", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:23:45 GMT", + "Date": "Fri, 30 Oct 2020 13:23:30 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "14" + "x-envoy-upstream-service-time": "16" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-09-09T22:23:43Z", - "lastUpdatedDateTime": "2020-09-09T22:23:43Z", + "createdDateTime": "2020-10-30T13:23:22Z", + "lastUpdatedDateTime": "2020-10-30T13:23:22Z", "copyResult": { - "modelId": "27a877ec-0f51-4d1a-b159-36f68a7e3828" + "modelId": "154eaf28-bbe8-4ef9-ba02-c396de5390bc" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/259e3676-06ec-4fbe-94d1-77681b86ac30/copyResults/1b45497c-be40-4146-86d7-408319305d44", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/fee95d8d-7bdf-49e1-ae72-1bea0d3918de/copyResults/8ab2e881-defa-4897-8730-4167709a3ab7", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "34843638e204db3ebd491ed3276c592d", "x-ms-return-client-request-id": "true" @@ -543,32 +585,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "3e1f2f94-9a56-45f0-abbe-dd1b4897e29b", + "apim-request-id": "24cbb162-66d4-4be0-a287-a82bbfb326b8", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:23:46 GMT", + "Date": "Fri, 30 Oct 2020 13:23:32 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "16" + "x-envoy-upstream-service-time": "15" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-09-09T22:23:43Z", - "lastUpdatedDateTime": "2020-09-09T22:23:43Z", + "createdDateTime": "2020-10-30T13:23:22Z", + "lastUpdatedDateTime": "2020-10-30T13:23:22Z", "copyResult": { - "modelId": "27a877ec-0f51-4d1a-b159-36f68a7e3828" + "modelId": "154eaf28-bbe8-4ef9-ba02-c396de5390bc" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/259e3676-06ec-4fbe-94d1-77681b86ac30/copyResults/1b45497c-be40-4146-86d7-408319305d44", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/fee95d8d-7bdf-49e1-ae72-1bea0d3918de/copyResults/8ab2e881-defa-4897-8730-4167709a3ab7", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "4c0b61cc8e4525dc82f07842aeced085", "x-ms-return-client-request-id": "true" @@ -576,9 +618,9 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "69d56dbd-4277-4694-96ac-c0b9245ebe50", + "apim-request-id": "e9e9cbd4-f948-4f93-82e7-d2c93221827d", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:23:47 GMT", + "Date": "Fri, 30 Oct 2020 13:23:33 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", @@ -586,22 +628,22 @@ }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-09-09T22:23:43Z", - "lastUpdatedDateTime": "2020-09-09T22:23:43Z", + "createdDateTime": "2020-10-30T13:23:22Z", + "lastUpdatedDateTime": "2020-10-30T13:23:22Z", "copyResult": { - "modelId": "27a877ec-0f51-4d1a-b159-36f68a7e3828" + "modelId": "154eaf28-bbe8-4ef9-ba02-c396de5390bc" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/259e3676-06ec-4fbe-94d1-77681b86ac30/copyResults/1b45497c-be40-4146-86d7-408319305d44", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/fee95d8d-7bdf-49e1-ae72-1bea0d3918de/copyResults/8ab2e881-defa-4897-8730-4167709a3ab7", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "a2a6ff3660484dbb2a3a73b185723a99", "x-ms-return-client-request-id": "true" @@ -609,32 +651,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "96346dca-2afb-4aa5-8c60-72f0c3b5c059", + "apim-request-id": "946153b0-7185-4ecd-ad17-815fb6b743c9", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:23:48 GMT", + "Date": "Fri, 30 Oct 2020 13:23:34 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "17" + "x-envoy-upstream-service-time": "135" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-09-09T22:23:43Z", - "lastUpdatedDateTime": "2020-09-09T22:23:43Z", + "createdDateTime": "2020-10-30T13:23:22Z", + "lastUpdatedDateTime": "2020-10-30T13:23:22Z", "copyResult": { - "modelId": "27a877ec-0f51-4d1a-b159-36f68a7e3828" + "modelId": "154eaf28-bbe8-4ef9-ba02-c396de5390bc" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/259e3676-06ec-4fbe-94d1-77681b86ac30/copyResults/1b45497c-be40-4146-86d7-408319305d44", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/fee95d8d-7bdf-49e1-ae72-1bea0d3918de/copyResults/8ab2e881-defa-4897-8730-4167709a3ab7", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "acd5664646d8aa4b5a5fb2146afc2cef", "x-ms-return-client-request-id": "true" @@ -642,32 +684,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "71b818c2-3730-441d-911f-93440a4bee93", + "apim-request-id": "0e8a202c-48cb-4d7c-ad6c-0a36918c49c5", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:23:49 GMT", + "Date": "Fri, 30 Oct 2020 13:23:35 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "12" + "x-envoy-upstream-service-time": "43" }, "ResponseBody": { - "status": "running", - "createdDateTime": "2020-09-09T22:23:49.7554125Z", - "lastUpdatedDateTime": "2020-09-09T22:23:49.7554127Z", + "status": "notStarted", + "createdDateTime": "2020-10-30T13:23:22Z", + "lastUpdatedDateTime": "2020-10-30T13:23:22Z", "copyResult": { - "modelId": "27a877ec-0f51-4d1a-b159-36f68a7e3828" + "modelId": "154eaf28-bbe8-4ef9-ba02-c396de5390bc" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/259e3676-06ec-4fbe-94d1-77681b86ac30/copyResults/1b45497c-be40-4146-86d7-408319305d44", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/fee95d8d-7bdf-49e1-ae72-1bea0d3918de/copyResults/8ab2e881-defa-4897-8730-4167709a3ab7", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "289c9978b7c56ce5a5be220b1b2a9f10", "x-ms-return-client-request-id": "true" @@ -675,21 +717,120 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "01d6cd76-9262-40be-a0b4-aea448047681", + "apim-request-id": "84521b83-d945-432e-84c9-6f03178d296d", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 30 Oct 2020 13:23:37 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "100" + }, + "ResponseBody": { + "status": "notStarted", + "createdDateTime": "2020-10-30T13:23:22Z", + "lastUpdatedDateTime": "2020-10-30T13:23:22Z", + "copyResult": { + "modelId": "154eaf28-bbe8-4ef9-ba02-c396de5390bc" + } + } + }, + { + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/fee95d8d-7bdf-49e1-ae72-1bea0d3918de/copyResults/8ab2e881-defa-4897-8730-4167709a3ab7", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "48fbdeb524f8efacb3fc47e9ada6e22e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "b1061c9b-7600-4cba-8532-d779ccde6134", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 30 Oct 2020 13:23:38 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "17" + }, + "ResponseBody": { + "status": "notStarted", + "createdDateTime": "2020-10-30T13:23:22Z", + "lastUpdatedDateTime": "2020-10-30T13:23:22Z", + "copyResult": { + "modelId": "154eaf28-bbe8-4ef9-ba02-c396de5390bc" + } + } + }, + { + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/fee95d8d-7bdf-49e1-ae72-1bea0d3918de/copyResults/8ab2e881-defa-4897-8730-4167709a3ab7", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "eb39830d12d58ed38169061a24408e30", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "483501d5-2244-4b19-acdb-92dbfcbdb448", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 30 Oct 2020 13:23:39 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "15" + }, + "ResponseBody": { + "status": "notStarted", + "createdDateTime": "2020-10-30T13:23:22Z", + "lastUpdatedDateTime": "2020-10-30T13:23:22Z", + "copyResult": { + "modelId": "154eaf28-bbe8-4ef9-ba02-c396de5390bc" + } + } + }, + { + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/fee95d8d-7bdf-49e1-ae72-1bea0d3918de/copyResults/8ab2e881-defa-4897-8730-4167709a3ab7", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "8c5fa1bfe40053f6edac74c970fcbeff", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "10352f2d-d2eb-4c85-aabe-45ac767f87ec", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:23:50 GMT", + "Date": "Fri, 30 Oct 2020 13:23:41 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "16", + "x-envoy-upstream-service-time": "14", "x-ms-cs-error-code": "AuthorizationError" }, "ResponseBody": { "status": "failed", - "createdDateTime": "2020-09-09T22:23:49.9918396Z", - "lastUpdatedDateTime": "2020-09-09T22:23:49.9918399Z", + "createdDateTime": "2020-10-30T13:23:41.3483761Z", + "lastUpdatedDateTime": "2020-10-30T13:23:41.3483768Z", "copyResult": { - "modelId": "27a877ec-0f51-4d1a-b159-36f68a7e3828", + "modelId": "154eaf28-bbe8-4ef9-ba02-c396de5390bc", "errors": [ { "code": "AuthorizationError", @@ -700,28 +841,28 @@ } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/259e3676-06ec-4fbe-94d1-77681b86ac30", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/fee95d8d-7bdf-49e1-ae72-1bea0d3918de", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-cad410055a8f984ab76df417ace725bb-312d252ba6c18b46-00", + "traceparent": "00-0a221b13f23daa448d6bfe19de00c015-2d39b5615ca3c54c-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "48fbdeb524f8efacb3fc47e9ada6e22e", + "x-ms-client-request-id": "97fdf4dbb3f1a23a0a6dc78f1e91cb73", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 204, "ResponseHeaders": { - "apim-request-id": "953baeac-5a68-43c0-aa55-645d10bade87", + "apim-request-id": "7bd5c631-9547-47b5-a98d-db3fb1232d2e", "Content-Length": "0", - "Date": "Wed, 09 Sep 2020 22:23:50 GMT", + "Date": "Fri, 30 Oct 2020 13:23:41 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "35" + "x-envoy-upstream-service-time": "42" }, "ResponseBody": [] } @@ -729,9 +870,9 @@ "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_TARGET_RESOURCE_ID": "/subscriptions/faa080af-c1d8-40ad-9cce-e1a450ca5b57/resourceGroups/mariari-group/providers/Microsoft.CognitiveServices/accounts/mariari-westus2-formrecognizer", - "FORM_RECOGNIZER_TARGET_RESOURCE_REGION": "westus2", + "FORM_RECOGNIZER_ENDPOINT": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/", + "FORM_RECOGNIZER_TARGET_RESOURCE_ID": "/subscriptions/faa080af-c1d8-40ad-9cce-e1a450ca5b57/resourceGroups/camaiaor-rg/providers/Microsoft.CognitiveServices/accounts/camaiaor-formrec-westcentralus", + "FORM_RECOGNIZER_TARGET_RESOURCE_REGION": "westcentralus", "RandomSeed": "851948412" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/StartCreateComposedModel.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/StartCreateComposedModel.json index a5c0c65e17340..c407e7768bf84 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/StartCreateComposedModel.json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/StartCreateComposedModel.json @@ -1,17 +1,17 @@ { "Entries": [ { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "42", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-2df58122599f69458c5d153255626bc5-cd8450d419082d46-00", + "traceparent": "00-2eec1c03b9c63c4bb1915586b0f205d9-b7b9d11694034d48-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200925.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "4a958766c718bba0704f78c9635381c2", "x-ms-return-client-request-id": "true" @@ -22,25 +22,25 @@ }, "StatusCode": 201, "ResponseHeaders": { - "apim-request-id": "e3419666-2638-45d5-9fa0-afeba7d11fa3", + "apim-request-id": "18ca9574-50c3-467f-8e27-0328a57f3681", "Content-Length": "0", - "Date": "Sat, 26 Sep 2020 00:00:14 GMT", - "Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/f49db5c1-44cb-4e33-a898-ce93498022ec", + "Date": "Fri, 30 Oct 2020 13:20:41 GMT", + "Location": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/11c8f78b-f533-45d3-a5d2-009be808d689", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "493" + "x-envoy-upstream-service-time": "120" }, "ResponseBody": [] }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/f49db5c1-44cb-4e33-a898-ce93498022ec?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/11c8f78b-f533-45d3-a5d2-009be808d689?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200925.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "b28259d7fbec66645a04e9f953421656", "x-ms-return-client-request-id": "true" @@ -48,32 +48,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "d3631ec3-d224-4ac4-9737-0908a7daa3b2", + "apim-request-id": "bc56becb-8f40-4d9a-9fed-5fff86c46ef5", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 26 Sep 2020 00:00:14 GMT", + "Date": "Fri, 30 Oct 2020 13:20:42 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "292" + "x-envoy-upstream-service-time": "57" }, "ResponseBody": { "modelInfo": { - "modelId": "f49db5c1-44cb-4e33-a898-ce93498022ec", + "modelId": "11c8f78b-f533-45d3-a5d2-009be808d689", "status": "creating", - "createdDateTime": "2020-09-26T00:00:14Z", - "lastUpdatedDateTime": "2020-09-26T00:00:14Z" + "createdDateTime": "2020-10-30T13:20:42Z", + "lastUpdatedDateTime": "2020-10-30T13:20:42Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/f49db5c1-44cb-4e33-a898-ce93498022ec?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/11c8f78b-f533-45d3-a5d2-009be808d689?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200925.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "40cb9a54d78991d9ceb1627119d8d756", "x-ms-return-client-request-id": "true" @@ -81,32 +81,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "92b9198b-f359-41cf-bf1e-9ba3bd0f337e", + "apim-request-id": "8f91a695-d1be-4463-a952-c1f6813bf01a", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 26 Sep 2020 00:00:16 GMT", + "Date": "Fri, 30 Oct 2020 13:20:43 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "78" + "x-envoy-upstream-service-time": "63" }, "ResponseBody": { "modelInfo": { - "modelId": "f49db5c1-44cb-4e33-a898-ce93498022ec", + "modelId": "11c8f78b-f533-45d3-a5d2-009be808d689", "status": "creating", - "createdDateTime": "2020-09-26T00:00:14Z", - "lastUpdatedDateTime": "2020-09-26T00:00:14Z" + "createdDateTime": "2020-10-30T13:20:42Z", + "lastUpdatedDateTime": "2020-10-30T13:20:42Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/f49db5c1-44cb-4e33-a898-ce93498022ec?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/11c8f78b-f533-45d3-a5d2-009be808d689?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200925.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "1fe8d2425cd56a09232fef13dda6672e", "x-ms-return-client-request-id": "true" @@ -114,23 +114,23 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "5b4089b9-5d12-47f3-b96e-cc716d0f9dfa", + "apim-request-id": "39ef5c45-7f06-4023-a4e5-9b8d5b9486f8", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 26 Sep 2020 00:00:17 GMT", + "Date": "Fri, 30 Oct 2020 13:20:45 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "147" + "x-envoy-upstream-service-time": "59" }, "ResponseBody": { "modelInfo": { - "modelId": "f49db5c1-44cb-4e33-a898-ce93498022ec", + "modelId": "11c8f78b-f533-45d3-a5d2-009be808d689", "attributes": { "isComposed": false }, "status": "ready", - "createdDateTime": "2020-09-26T00:00:14Z", - "lastUpdatedDateTime": "2020-09-26T00:00:16Z" + "createdDateTime": "2020-10-30T13:20:42Z", + "lastUpdatedDateTime": "2020-10-30T13:20:44Z" }, "trainResult": { "averageModelAccuracy": 0.96, @@ -228,17 +228,17 @@ } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "42", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-4d01351ec659a8448377ecb1d96de3b6-48fc0585356cef4c-00", + "traceparent": "00-1e1a267ace8cb645bd3bb189b90a4cc2-5a04503f7e375c4e-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200925.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "c87521394188ff3980f0e43a98f34d82", "x-ms-return-client-request-id": "true" @@ -249,25 +249,25 @@ }, "StatusCode": 201, "ResponseHeaders": { - "apim-request-id": "857f4fad-33c6-4feb-b79c-37f8c7c04876", + "apim-request-id": "c8650fc0-fdc8-4b6d-a663-f00fe978e6a6", "Content-Length": "0", - "Date": "Sat, 26 Sep 2020 00:00:18 GMT", - "Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/733667b3-6165-4682-84fa-a1cd437f26a2", + "Date": "Fri, 30 Oct 2020 13:20:45 GMT", + "Location": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/6579bed7-764a-44fb-93c6-841fb2e80a86", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "294" + "x-envoy-upstream-service-time": "157" }, "ResponseBody": [] }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/733667b3-6165-4682-84fa-a1cd437f26a2?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/6579bed7-764a-44fb-93c6-841fb2e80a86?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200925.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "81b7932cf75af78191601d59e8c5b427", "x-ms-return-client-request-id": "true" @@ -275,32 +275,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "91dea97b-3a54-4307-aeb0-6f81ad31a11d", + "apim-request-id": "c3897281-3bc3-42da-9d91-2a0c10fb0103", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 26 Sep 2020 00:00:18 GMT", + "Date": "Fri, 30 Oct 2020 13:20:45 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "30" + "x-envoy-upstream-service-time": "37" }, "ResponseBody": { "modelInfo": { - "modelId": "733667b3-6165-4682-84fa-a1cd437f26a2", + "modelId": "6579bed7-764a-44fb-93c6-841fb2e80a86", "status": "creating", - "createdDateTime": "2020-09-26T00:00:18Z", - "lastUpdatedDateTime": "2020-09-26T00:00:18Z" + "createdDateTime": "2020-10-30T13:20:45Z", + "lastUpdatedDateTime": "2020-10-30T13:20:45Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/733667b3-6165-4682-84fa-a1cd437f26a2?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/6579bed7-764a-44fb-93c6-841fb2e80a86?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200925.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "f738344a0f6201cd98e89ee478ced230", "x-ms-return-client-request-id": "true" @@ -308,56 +308,23 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "dd6fc453-8f5d-4c8f-9784-97e51c30d1b7", - "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 26 Sep 2020 00:00:19 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "63" - }, - "ResponseBody": { - "modelInfo": { - "modelId": "733667b3-6165-4682-84fa-a1cd437f26a2", - "status": "creating", - "createdDateTime": "2020-09-26T00:00:18Z", - "lastUpdatedDateTime": "2020-09-26T00:00:18Z" - } - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/733667b3-6165-4682-84fa-a1cd437f26a2?includeKeys=true", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200925.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "4ae76ce2e6ef42d39f7d372823df17bb", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "f655d54d-1762-43ac-ad7f-c377268999ca", + "apim-request-id": "abc03831-7b13-4c20-83ae-d731cfbd53d2", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 26 Sep 2020 00:00:20 GMT", + "Date": "Fri, 30 Oct 2020 13:20:46 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": "67" }, "ResponseBody": { "modelInfo": { - "modelId": "733667b3-6165-4682-84fa-a1cd437f26a2", + "modelId": "6579bed7-764a-44fb-93c6-841fb2e80a86", "attributes": { "isComposed": false }, "status": "ready", - "createdDateTime": "2020-09-26T00:00:18Z", - "lastUpdatedDateTime": "2020-09-26T00:00:20Z" + "createdDateTime": "2020-10-30T13:20:45Z", + "lastUpdatedDateTime": "2020-10-30T13:20:46Z" }, "trainResult": { "averageModelAccuracy": 0.96, @@ -455,7 +422,7 @@ } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/compose", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/compose", "RequestMethod": "POST", "RequestHeaders": { "Accept": [ @@ -465,101 +432,101 @@ "Content-Length": "124", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-c8e9c596d85a7e4cbbd378fefec1d4f6-58c2e79686724549-00", + "traceparent": "00-4986ee8396729f46a147380941756645-a379f37c168d3045-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200925.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "64f0bc3c55bb1d20c5b6e871589d7ec2", + "x-ms-client-request-id": "4ae76ce2e6ef42d39f7d372823df17bb", "x-ms-return-client-request-id": "true" }, "RequestBody": { "modelIds": [ - "f49db5c1-44cb-4e33-a898-ce93498022ec", - "733667b3-6165-4682-84fa-a1cd437f26a2" + "11c8f78b-f533-45d3-a5d2-009be808d689", + "6579bed7-764a-44fb-93c6-841fb2e80a86" ], "modelName": "My composed model" }, "StatusCode": 201, "ResponseHeaders": { - "apim-request-id": "703fab07-f7fd-4de6-a64a-450089d95a05", + "apim-request-id": "013b1c4e-8330-4626-9d99-8fa69189ff5b", "Content-Length": "0", - "Date": "Sat, 26 Sep 2020 00:00:21 GMT", - "Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/f6b8eb43-49c2-442b-8b78-3f3e7a1df0ce", + "Date": "Fri, 30 Oct 2020 13:20:47 GMT", + "Location": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/031bb91f-b029-4d9e-a165-f9c76dbec981", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "391" + "x-envoy-upstream-service-time": "196" }, "ResponseBody": [] }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/f6b8eb43-49c2-442b-8b78-3f3e7a1df0ce?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/031bb91f-b029-4d9e-a165-f9c76dbec981?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200925.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "7c77ec8d69de643760f558e5d8a5ddb8", + "x-ms-client-request-id": "64f0bc3c55bb1d20c5b6e871589d7ec2", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "85116f8f-9625-4cb9-aea8-5d3515ae65b9", + "apim-request-id": "6d4ef869-a3d3-4315-9cdf-c48a740e8b96", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 26 Sep 2020 00:00:21 GMT", + "Date": "Fri, 30 Oct 2020 13:20:47 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "35" + "x-envoy-upstream-service-time": "24" }, "ResponseBody": { "modelInfo": { - "modelId": "f6b8eb43-49c2-442b-8b78-3f3e7a1df0ce", + "modelId": "031bb91f-b029-4d9e-a165-f9c76dbec981", "modelName": "My composed model", "status": "creating", - "createdDateTime": "2020-09-26T00:00:21Z", - "lastUpdatedDateTime": "2020-09-26T00:00:21Z" + "createdDateTime": "2020-10-30T13:20:47Z", + "lastUpdatedDateTime": "2020-10-30T13:20:47Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/f6b8eb43-49c2-442b-8b78-3f3e7a1df0ce?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/031bb91f-b029-4d9e-a165-f9c76dbec981?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200925.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "bca8e3d16dde8c754cc98539fd62ea02", + "x-ms-client-request-id": "7c77ec8d69de643760f558e5d8a5ddb8", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "5c0904d5-49e2-40b1-a920-84008336c562", + "apim-request-id": "0d39055a-0c4e-4485-983d-e59a85cc277f", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 26 Sep 2020 00:00:22 GMT", + "Date": "Fri, 30 Oct 2020 13:20:48 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "63" + "x-envoy-upstream-service-time": "29" }, "ResponseBody": { "modelInfo": { - "modelId": "f6b8eb43-49c2-442b-8b78-3f3e7a1df0ce", + "modelId": "031bb91f-b029-4d9e-a165-f9c76dbec981", "modelName": "My composed model", "attributes": { "isComposed": true }, "status": "ready", - "createdDateTime": "2020-09-26T00:00:21Z", - "lastUpdatedDateTime": "2020-09-26T00:00:21Z" + "createdDateTime": "2020-10-30T13:20:47Z", + "lastUpdatedDateTime": "2020-10-30T13:20:48Z" }, "composedTrainResults": [ { @@ -653,7 +620,7 @@ "accuracy": 1.0 } ], - "modelId": "f49db5c1-44cb-4e33-a898-ce93498022ec", + "modelId": "11c8f78b-f533-45d3-a5d2-009be808d689", "errors": [] }, { @@ -747,61 +714,61 @@ "accuracy": 1.0 } ], - "modelId": "733667b3-6165-4682-84fa-a1cd437f26a2", + "modelId": "6579bed7-764a-44fb-93c6-841fb2e80a86", "errors": [] } ] } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/733667b3-6165-4682-84fa-a1cd437f26a2", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/6579bed7-764a-44fb-93c6-841fb2e80a86", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-9667276b5518cb4da3d5deb74773a379-f793852a59f35e45-00", + "traceparent": "00-0f5818c4e7326f46bf8f8a45d04366b2-1c7fbc93be172446-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200925.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "379a75fe9a68d2dc858c03c5fd3a4520", + "x-ms-client-request-id": "bca8e3d16dde8c754cc98539fd62ea02", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 204, "ResponseHeaders": { - "apim-request-id": "2896a859-e6ce-4a33-aaf0-e2f194701399", + "apim-request-id": "3297901e-69a8-4db7-8e26-642b03b50260", "Content-Length": "0", - "Date": "Sat, 26 Sep 2020 00:00:22 GMT", + "Date": "Fri, 30 Oct 2020 13:20:48 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": "36" }, "ResponseBody": [] }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/f49db5c1-44cb-4e33-a898-ce93498022ec", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/11c8f78b-f533-45d3-a5d2-009be808d689", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-6a14e9813b961a4eb00a49c3df6df676-d5ad1a15beb60a41-00", + "traceparent": "00-44623ed0525d02409d3f442a35b9017f-b3f11a6a91376740-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200925.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "749f30d8c2f520e377ea2f14e4fd67fe", + "x-ms-client-request-id": "379a75fe9a68d2dc858c03c5fd3a4520", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 204, "ResponseHeaders": { - "apim-request-id": "5c306ebb-a0c5-411d-bdb5-c38f31391ad7", + "apim-request-id": "3b5e9a34-e76e-4147-86a4-b67e1146b359", "Content-Length": "0", - "Date": "Sat, 26 Sep 2020 00:00:22 GMT", + "Date": "Fri, 30 Oct 2020 13:20:49 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": "37" }, "ResponseBody": [] } @@ -809,7 +776,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-westcentralus.cognitiveservices.azure.com/", "RandomSeed": "51900180" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/StartCreateComposedModelAsync.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/StartCreateComposedModelAsync.json index d0f3a4adffe7d..bc7d50a0f2a05 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/StartCreateComposedModelAsync.json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/StartCreateComposedModelAsync.json @@ -1,17 +1,17 @@ { "Entries": [ { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "42", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-4898519091f4f542bb8bb907f4dffb3e-44334240b9522d4b-00", + "traceparent": "00-2d38d9cf65192c469020238c689a1ba3-0c19831c5e58094b-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200925.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "cbe99057356706f7070829518bd8d7fe", "x-ms-return-client-request-id": "true" @@ -22,25 +22,25 @@ }, "StatusCode": 201, "ResponseHeaders": { - "apim-request-id": "55f365a5-3ee5-49c1-ba5b-f0ff4f6f8df2", + "apim-request-id": "456f7aec-5d33-4aca-ba7d-d52e1266ca6c", "Content-Length": "0", - "Date": "Sat, 26 Sep 2020 00:00:22 GMT", - "Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/81be4e4a-ec2d-4cc6-949d-bb4f5a177cff", + "Date": "Fri, 30 Oct 2020 13:23:42 GMT", + "Location": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/7da24fa3-6696-477e-9cd8-f00bd708ce41", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "135" + "x-envoy-upstream-service-time": "151" }, "ResponseBody": [] }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/81be4e4a-ec2d-4cc6-949d-bb4f5a177cff?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/7da24fa3-6696-477e-9cd8-f00bd708ce41?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200925.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "a977d2c10ad2726888d361488cd7b125", "x-ms-return-client-request-id": "true" @@ -48,32 +48,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "50fcd415-861a-4cbe-82e6-98bf55a51e05", + "apim-request-id": "f7861397-85ac-4b29-9f42-3c15c106010b", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 26 Sep 2020 00:00:23 GMT", + "Date": "Fri, 30 Oct 2020 13:23:42 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "67" + "x-envoy-upstream-service-time": "21" }, "ResponseBody": { "modelInfo": { - "modelId": "81be4e4a-ec2d-4cc6-949d-bb4f5a177cff", + "modelId": "7da24fa3-6696-477e-9cd8-f00bd708ce41", "status": "creating", - "createdDateTime": "2020-09-26T00:00:23Z", - "lastUpdatedDateTime": "2020-09-26T00:00:23Z" + "createdDateTime": "2020-10-30T13:23:41Z", + "lastUpdatedDateTime": "2020-10-30T13:23:41Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/81be4e4a-ec2d-4cc6-949d-bb4f5a177cff?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/7da24fa3-6696-477e-9cd8-f00bd708ce41?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200925.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "2ade40209704faedfc744fcc80f0827b", "x-ms-return-client-request-id": "true" @@ -81,32 +81,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "4ad4ad4e-61e2-4cd8-92f2-57970bc2a07c", + "apim-request-id": "2d9c4ad4-41b5-4b4e-89eb-d8e982454883", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 26 Sep 2020 00:00:24 GMT", + "Date": "Fri, 30 Oct 2020 13:23:43 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "140" + "x-envoy-upstream-service-time": "23" }, "ResponseBody": { "modelInfo": { - "modelId": "81be4e4a-ec2d-4cc6-949d-bb4f5a177cff", + "modelId": "7da24fa3-6696-477e-9cd8-f00bd708ce41", "status": "creating", - "createdDateTime": "2020-09-26T00:00:23Z", - "lastUpdatedDateTime": "2020-09-26T00:00:23Z" + "createdDateTime": "2020-10-30T13:23:41Z", + "lastUpdatedDateTime": "2020-10-30T13:23:41Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/81be4e4a-ec2d-4cc6-949d-bb4f5a177cff?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/7da24fa3-6696-477e-9cd8-f00bd708ce41?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200925.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "8d4d5bfdc14f4c1028774293d3af7a30", "x-ms-return-client-request-id": "true" @@ -114,56 +114,23 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "286cce86-4935-4ba9-8873-8246336bd7d6", - "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 26 Sep 2020 00:00:25 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "99" - }, - "ResponseBody": { - "modelInfo": { - "modelId": "81be4e4a-ec2d-4cc6-949d-bb4f5a177cff", - "status": "creating", - "createdDateTime": "2020-09-26T00:00:23Z", - "lastUpdatedDateTime": "2020-09-26T00:00:23Z" - } - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/81be4e4a-ec2d-4cc6-949d-bb4f5a177cff?includeKeys=true", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200925.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "4b310457acfa2af9e57cad5dba9cf298", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "00a97c08-a4c0-4075-b1bb-68ea3a9d9cf1", + "apim-request-id": "4bd8ed8a-6ad0-449c-a063-cc98867fccf8", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 26 Sep 2020 00:00:26 GMT", + "Date": "Fri, 30 Oct 2020 13:23:44 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "66" + "x-envoy-upstream-service-time": "50" }, "ResponseBody": { "modelInfo": { - "modelId": "81be4e4a-ec2d-4cc6-949d-bb4f5a177cff", + "modelId": "7da24fa3-6696-477e-9cd8-f00bd708ce41", "attributes": { "isComposed": false }, "status": "ready", - "createdDateTime": "2020-09-26T00:00:23Z", - "lastUpdatedDateTime": "2020-09-26T00:00:26Z" + "createdDateTime": "2020-10-30T13:23:41Z", + "lastUpdatedDateTime": "2020-10-30T13:23:43Z" }, "trainResult": { "averageModelAccuracy": 0.96, @@ -261,19 +228,19 @@ } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "42", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-3e9b36cc526ef6408394feaccef095d9-416e48e97de0604d-00", + "traceparent": "00-5c26e1524f5cf74387e2c39c10598b80-fe916d4f17f78b4a-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200925.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "304be551238a5fd52f92028d5459264c", + "x-ms-client-request-id": "4b310457acfa2af9e57cad5dba9cf298", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -282,115 +249,82 @@ }, "StatusCode": 201, "ResponseHeaders": { - "apim-request-id": "3fecd35a-3860-45ab-ae6a-fd4049e1d477", + "apim-request-id": "e4d55a79-4876-48e9-9bd3-744e1eb76a0b", "Content-Length": "0", - "Date": "Sat, 26 Sep 2020 00:00:26 GMT", - "Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/66bad6a4-7db3-4f45-81f1-fb89f9e3c97c", + "Date": "Fri, 30 Oct 2020 13:23:44 GMT", + "Location": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/8017943e-8836-4219-8056-26297c056b39", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "576" + "x-envoy-upstream-service-time": "80" }, "ResponseBody": [] }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/66bad6a4-7db3-4f45-81f1-fb89f9e3c97c?includeKeys=true", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200925.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "7b751ff936bf51816122a8d214b2918b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "cb5c817e-431d-43c8-9cf9-9eebc8057104", - "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 26 Sep 2020 00:00:27 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "35" - }, - "ResponseBody": { - "modelInfo": { - "modelId": "66bad6a4-7db3-4f45-81f1-fb89f9e3c97c", - "status": "creating", - "createdDateTime": "2020-09-26T00:00:27Z", - "lastUpdatedDateTime": "2020-09-26T00:00:27Z" - } - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/66bad6a4-7db3-4f45-81f1-fb89f9e3c97c?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/8017943e-8836-4219-8056-26297c056b39?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200925.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "ee42aa844a6433a62ed11b67a96bd58b", + "x-ms-client-request-id": "304be551238a5fd52f92028d5459264c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "0c152f7a-bb72-42b2-87ef-6e8f57f3d687", + "apim-request-id": "1305a5b7-d4e4-477e-a1d6-8ab2bdd66ee6", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 26 Sep 2020 00:00:28 GMT", + "Date": "Fri, 30 Oct 2020 13:23:44 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": "21" }, "ResponseBody": { "modelInfo": { - "modelId": "66bad6a4-7db3-4f45-81f1-fb89f9e3c97c", + "modelId": "8017943e-8836-4219-8056-26297c056b39", "status": "creating", - "createdDateTime": "2020-09-26T00:00:27Z", - "lastUpdatedDateTime": "2020-09-26T00:00:27Z" + "createdDateTime": "2020-10-30T13:23:44Z", + "lastUpdatedDateTime": "2020-10-30T13:23:44Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/66bad6a4-7db3-4f45-81f1-fb89f9e3c97c?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/8017943e-8836-4219-8056-26297c056b39?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200925.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "9b63605676271ad963f9cf677b034b7d", + "x-ms-client-request-id": "7b751ff936bf51816122a8d214b2918b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "3b67adc7-5c93-4d89-bf57-acbfb7570f03", + "apim-request-id": "40b50875-d59e-4965-8282-de90a65af745", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 26 Sep 2020 00:00:29 GMT", + "Date": "Fri, 30 Oct 2020 13:23:45 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": "27" }, "ResponseBody": { "modelInfo": { - "modelId": "66bad6a4-7db3-4f45-81f1-fb89f9e3c97c", + "modelId": "8017943e-8836-4219-8056-26297c056b39", "attributes": { "isComposed": false }, "status": "ready", - "createdDateTime": "2020-09-26T00:00:27Z", - "lastUpdatedDateTime": "2020-09-26T00:00:29Z" + "createdDateTime": "2020-10-30T13:23:44Z", + "lastUpdatedDateTime": "2020-10-30T13:23:46Z" }, "trainResult": { "averageModelAccuracy": 0.96, @@ -488,7 +422,7 @@ } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/compose", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/compose", "RequestMethod": "POST", "RequestHeaders": { "Accept": [ @@ -498,101 +432,101 @@ "Content-Length": "124", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-6972f2a0b5f1dc4187b9bb3fabd8af1e-d0647bcb6f566947-00", + "traceparent": "00-a4de04151aaf2e4f86ad01f4a8ec6b05-8bf7fed1160e0e4f-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200925.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "a90976003816afe879414ced1a19a7f6", + "x-ms-client-request-id": "ee42aa844a6433a62ed11b67a96bd58b", "x-ms-return-client-request-id": "true" }, "RequestBody": { "modelIds": [ - "81be4e4a-ec2d-4cc6-949d-bb4f5a177cff", - "66bad6a4-7db3-4f45-81f1-fb89f9e3c97c" + "7da24fa3-6696-477e-9cd8-f00bd708ce41", + "8017943e-8836-4219-8056-26297c056b39" ], "modelName": "My composed model" }, "StatusCode": 201, "ResponseHeaders": { - "apim-request-id": "402dd48c-94f0-4385-bbff-d4554d4228ae", + "apim-request-id": "c4d47574-a7e9-441b-b12e-29d8cb22e767", "Content-Length": "0", - "Date": "Sat, 26 Sep 2020 00:00:29 GMT", - "Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/e485ef2c-c9e1-49b1-b440-0be798a7d681", + "Date": "Fri, 30 Oct 2020 13:23:46 GMT", + "Location": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/b7af13d6-8a7c-4254-ab2f-1ccd03d26f97", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "204" + "x-envoy-upstream-service-time": "158" }, "ResponseBody": [] }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/e485ef2c-c9e1-49b1-b440-0be798a7d681?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/b7af13d6-8a7c-4254-ab2f-1ccd03d26f97?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200925.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "b47c1d4cf64e0d64d1288a6a7a3eb82b", + "x-ms-client-request-id": "9b63605676271ad963f9cf677b034b7d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "4366f7a9-78ed-40bb-a1c0-4c96a26c31ce", + "apim-request-id": "5d0b022a-5e6a-4470-8aec-f44653ffda25", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 26 Sep 2020 00:00:29 GMT", + "Date": "Fri, 30 Oct 2020 13:23:46 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": "21" }, "ResponseBody": { "modelInfo": { - "modelId": "e485ef2c-c9e1-49b1-b440-0be798a7d681", + "modelId": "b7af13d6-8a7c-4254-ab2f-1ccd03d26f97", "modelName": "My composed model", "status": "creating", - "createdDateTime": "2020-09-26T00:00:30Z", - "lastUpdatedDateTime": "2020-09-26T00:00:30Z" + "createdDateTime": "2020-10-30T13:23:46Z", + "lastUpdatedDateTime": "2020-10-30T13:23:46Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/e485ef2c-c9e1-49b1-b440-0be798a7d681?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/b7af13d6-8a7c-4254-ab2f-1ccd03d26f97?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200925.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "33679e852b621d7477b422e52aebff4a", + "x-ms-client-request-id": "a90976003816afe879414ced1a19a7f6", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "2345ca4e-8f0d-43ef-97ed-055aefe79244", + "apim-request-id": "fc9c6f2a-fbb0-4ba4-84fd-c0207a805bca", "Content-Type": "application/json; charset=utf-8", - "Date": "Sat, 26 Sep 2020 00:00:30 GMT", + "Date": "Fri, 30 Oct 2020 13:23:47 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "36" + "x-envoy-upstream-service-time": "21" }, "ResponseBody": { "modelInfo": { - "modelId": "e485ef2c-c9e1-49b1-b440-0be798a7d681", + "modelId": "b7af13d6-8a7c-4254-ab2f-1ccd03d26f97", "modelName": "My composed model", "attributes": { "isComposed": true }, "status": "ready", - "createdDateTime": "2020-09-26T00:00:30Z", - "lastUpdatedDateTime": "2020-09-26T00:00:30Z" + "createdDateTime": "2020-10-30T13:23:46Z", + "lastUpdatedDateTime": "2020-10-30T13:23:47Z" }, "composedTrainResults": [ { @@ -686,7 +620,7 @@ "accuracy": 1.0 } ], - "modelId": "81be4e4a-ec2d-4cc6-949d-bb4f5a177cff", + "modelId": "7da24fa3-6696-477e-9cd8-f00bd708ce41", "errors": [] }, { @@ -780,61 +714,61 @@ "accuracy": 1.0 } ], - "modelId": "66bad6a4-7db3-4f45-81f1-fb89f9e3c97c", + "modelId": "8017943e-8836-4219-8056-26297c056b39", "errors": [] } ] } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/66bad6a4-7db3-4f45-81f1-fb89f9e3c97c", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/8017943e-8836-4219-8056-26297c056b39", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-98db2540b5cc894faaa9d42209b3cbf1-bfbb03ba3c9a104e-00", + "traceparent": "00-4199eb31ca464c43b3458861877f1481-b081fe033a395343-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200925.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "5d1ad8529787092e12fbd8eeae7e343a", + "x-ms-client-request-id": "b47c1d4cf64e0d64d1288a6a7a3eb82b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 204, "ResponseHeaders": { - "apim-request-id": "95832564-97db-4f22-a1ed-f2c7758a9782", + "apim-request-id": "4bbe9ed7-3ede-4bf6-8373-af371fc47e4e", "Content-Length": "0", - "Date": "Sat, 26 Sep 2020 00:00:30 GMT", + "Date": "Fri, 30 Oct 2020 13:23:47 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "56" + "x-envoy-upstream-service-time": "30" }, "ResponseBody": [] }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/81be4e4a-ec2d-4cc6-949d-bb4f5a177cff", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/7da24fa3-6696-477e-9cd8-f00bd708ce41", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-6e37f359cdfe2143b048070e80537d9a-0c358f98f06bd54a-00", + "traceparent": "00-5be2884d404cda46b90da6df5386ad08-13eaaa5974e8a645-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200925.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "7c68218974b22093a85e3c9ad47fe3e5", + "x-ms-client-request-id": "33679e852b621d7477b422e52aebff4a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 204, "ResponseHeaders": { - "apim-request-id": "074ce24b-cf7f-4999-bf83-c33301dbd1a0", + "apim-request-id": "6d2f5e11-2101-4ad8-84d7-e000ea55ce24", "Content-Length": "0", - "Date": "Sat, 26 Sep 2020 00:00:31 GMT", + "Date": "Fri, 30 Oct 2020 13:23:47 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "136" + "x-envoy-upstream-service-time": "34" }, "ResponseBody": [] } @@ -842,7 +776,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-westcentralus.cognitiveservices.azure.com/", "RandomSeed": "1411350031" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/StartCreateComposedModelFailsWithInvalidId.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/StartCreateComposedModelFailsWithInvalidId.json index d78b59f0bc97e..801d8ed81cccc 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/StartCreateComposedModelFailsWithInvalidId.json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/StartCreateComposedModelFailsWithInvalidId.json @@ -1,17 +1,17 @@ { "Entries": [ { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "42", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-ce0dddd43bdc3b46a3a4447532dd4576-56bfbfa57dab5e4d-00", + "traceparent": "00-5001e19da51e264996561a4704b00c7e-8441f1073475004b-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201005.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "3bf7e6cb988413cb54b0fb9b06f66cb8", "x-ms-return-client-request-id": "true" @@ -22,25 +22,25 @@ }, "StatusCode": 201, "ResponseHeaders": { - "apim-request-id": "cc60bfac-fa07-4d38-b492-c34976e7273e", + "apim-request-id": "c2089170-c3bf-4cbb-9e79-ebc77d42da08", "Content-Length": "0", - "Date": "Mon, 05 Oct 2020 20:35:36 GMT", - "Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/feb4f139-942d-4a8e-b7b9-2b7023077e59", + "Date": "Fri, 30 Oct 2020 13:20:49 GMT", + "Location": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/a857070f-92b4-4a0f-ab85-75838994705e", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "589" + "x-envoy-upstream-service-time": "81" }, "ResponseBody": [] }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/feb4f139-942d-4a8e-b7b9-2b7023077e59?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/a857070f-92b4-4a0f-ab85-75838994705e?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201005.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "d01d93cffae7c167890806c9da43a1a2", "x-ms-return-client-request-id": "true" @@ -48,32 +48,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "698ea711-5286-469e-83b7-83d2f7ff2b1c", + "apim-request-id": "4f4056c1-7f0a-4d7d-b1b2-5dbbbb505fd8", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Oct 2020 20:35:37 GMT", + "Date": "Fri, 30 Oct 2020 13:20:49 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "88" + "x-envoy-upstream-service-time": "22" }, "ResponseBody": { "modelInfo": { - "modelId": "feb4f139-942d-4a8e-b7b9-2b7023077e59", + "modelId": "a857070f-92b4-4a0f-ab85-75838994705e", "status": "creating", - "createdDateTime": "2020-10-05T20:35:37Z", - "lastUpdatedDateTime": "2020-10-05T20:35:37Z" + "createdDateTime": "2020-10-30T13:20:49Z", + "lastUpdatedDateTime": "2020-10-30T13:20:49Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/feb4f139-942d-4a8e-b7b9-2b7023077e59?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/a857070f-92b4-4a0f-ab85-75838994705e?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201005.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "6db6da9484786c66fbaeb96ed04bc5a8", "x-ms-return-client-request-id": "true" @@ -81,56 +81,23 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "cb96319d-d6e9-4422-9c77-79f4a255be48", + "apim-request-id": "c4ae0fea-82c4-444d-93dc-db5c78fe9d19", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Oct 2020 20:35:38 GMT", + "Date": "Fri, 30 Oct 2020 13:20:51 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "141" + "x-envoy-upstream-service-time": "22" }, "ResponseBody": { "modelInfo": { - "modelId": "feb4f139-942d-4a8e-b7b9-2b7023077e59", - "status": "creating", - "createdDateTime": "2020-10-05T20:35:37Z", - "lastUpdatedDateTime": "2020-10-05T20:35:37Z" - } - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/feb4f139-942d-4a8e-b7b9-2b7023077e59?includeKeys=true", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201005.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "e38f22f63a7bd0b47e36b27b91013811", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "552d2f8c-ce0a-4734-a3ee-da2ae4a56353", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Oct 2020 20:35:39 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "83" - }, - "ResponseBody": { - "modelInfo": { - "modelId": "feb4f139-942d-4a8e-b7b9-2b7023077e59", + "modelId": "a857070f-92b4-4a0f-ab85-75838994705e", "attributes": { "isComposed": false }, "status": "ready", - "createdDateTime": "2020-10-05T20:35:37Z", - "lastUpdatedDateTime": "2020-10-05T20:35:39Z" + "createdDateTime": "2020-10-30T13:20:49Z", + "lastUpdatedDateTime": "2020-10-30T13:20:51Z" }, "trainResult": { "averageModelAccuracy": 0.96, @@ -228,7 +195,7 @@ } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/compose", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/compose", "RequestMethod": "POST", "RequestHeaders": { "Accept": [ @@ -238,30 +205,30 @@ "Content-Length": "124", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-7cf06e7233d67940876ba2f2de76c0e1-8c1386e1fca4b54b-00", + "traceparent": "00-0fcc147e48c69749b5828c9af209080a-b9fb42093e079a4b-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201005.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "2c07590efe3f4a402db0d43941f8f03d", + "x-ms-client-request-id": "e38f22f63a7bd0b47e36b27b91013811", "x-ms-return-client-request-id": "true" }, "RequestBody": { "modelIds": [ - "feb4f139-942d-4a8e-b7b9-2b7023077e59", + "a857070f-92b4-4a0f-ab85-75838994705e", "00000000-0000-0000-0000-000000000000" ], "modelName": "My composed model" }, "StatusCode": 400, "ResponseHeaders": { - "apim-request-id": "7be62616-5e8a-450c-b40a-53f715ba9851", + "apim-request-id": "d59d5360-bb52-4ef2-9da0-e39c94f477f9", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Oct 2020 20:35:39 GMT", + "Date": "Fri, 30 Oct 2020 13:20:51 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "120" + "x-envoy-upstream-service-time": "80" }, "ResponseBody": { "error": { @@ -271,28 +238,28 @@ } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/feb4f139-942d-4a8e-b7b9-2b7023077e59", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/a857070f-92b4-4a0f-ab85-75838994705e", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-af74c009f711044eaf695118a91fa9ce-d074424e2a71c84d-00", + "traceparent": "00-f1fb45ef64b6ff4c87a09901d47761af-6d227cb9a2e8774a-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201005.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "b8d35e42beb3592625e5ef42d2eadafa", + "x-ms-client-request-id": "2c07590efe3f4a402db0d43941f8f03d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 204, "ResponseHeaders": { - "apim-request-id": "71150559-db96-4679-b565-c50147f2e2e7", + "apim-request-id": "8c12f6af-7499-47f7-a39e-cba0a49ceded", "Content-Length": "0", - "Date": "Mon, 05 Oct 2020 20:35:39 GMT", + "Date": "Fri, 30 Oct 2020 13:20:51 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "83" + "x-envoy-upstream-service-time": "64" }, "ResponseBody": [] } @@ -300,7 +267,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-westcentralus.cognitiveservices.azure.com/", "RandomSeed": "1493887981" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/StartCreateComposedModelFailsWithInvalidIdAsync.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/StartCreateComposedModelFailsWithInvalidIdAsync.json index 3126223f83488..45ddd0aea33fe 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/StartCreateComposedModelFailsWithInvalidIdAsync.json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/StartCreateComposedModelFailsWithInvalidIdAsync.json @@ -1,17 +1,17 @@ { "Entries": [ { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "42", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-8cb5d0df6fe8d44abd73dc6a01ee333b-5972479dc7b72f42-00", + "traceparent": "00-d73c5c1f8e12214eade5590a3d8b437e-b7192ecd7120c144-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201005.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "0b70c133bda3fee923cf131e979e0043", "x-ms-return-client-request-id": "true" @@ -22,25 +22,25 @@ }, "StatusCode": 201, "ResponseHeaders": { - "apim-request-id": "d5262756-14e5-4aac-bc2e-47f2e1c7ae1a", + "apim-request-id": "463571b6-a8b1-4a84-a75b-bc05cdc427e8", "Content-Length": "0", - "Date": "Mon, 05 Oct 2020 20:35:40 GMT", - "Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/1ba758de-40ee-40a1-9dd9-8bc68b8cf6e1", + "Date": "Fri, 30 Oct 2020 13:23:48 GMT", + "Location": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/bf939c0b-3833-4a34-937e-7dfd361c7ca5", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "281" + "x-envoy-upstream-service-time": "79" }, "ResponseBody": [] }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/1ba758de-40ee-40a1-9dd9-8bc68b8cf6e1?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/bf939c0b-3833-4a34-937e-7dfd361c7ca5?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201005.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "b22350c200797e59954a1822a498613e", "x-ms-return-client-request-id": "true" @@ -48,32 +48,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "1ed71dca-757c-4e9f-a0fc-1e61267095d2", + "apim-request-id": "eafd93ba-9b8e-4f39-9955-ed049959a776", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Oct 2020 20:35:40 GMT", + "Date": "Fri, 30 Oct 2020 13:23:48 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "58" + "x-envoy-upstream-service-time": "18" }, "ResponseBody": { "modelInfo": { - "modelId": "1ba758de-40ee-40a1-9dd9-8bc68b8cf6e1", + "modelId": "bf939c0b-3833-4a34-937e-7dfd361c7ca5", "status": "creating", - "createdDateTime": "2020-10-05T20:35:41Z", - "lastUpdatedDateTime": "2020-10-05T20:35:41Z" + "createdDateTime": "2020-10-30T13:23:48Z", + "lastUpdatedDateTime": "2020-10-30T13:23:48Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/1ba758de-40ee-40a1-9dd9-8bc68b8cf6e1?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/bf939c0b-3833-4a34-937e-7dfd361c7ca5?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201005.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "8a60a659d627be57a7f5cb422ec75bb0", "x-ms-return-client-request-id": "true" @@ -81,32 +81,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "a7569630-d3f9-4faf-bea7-0e6515dedd8f", + "apim-request-id": "d9a06642-6788-4bbc-8f5b-161bbfbaf860", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Oct 2020 20:35:41 GMT", + "Date": "Fri, 30 Oct 2020 13:23:49 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "31" + "x-envoy-upstream-service-time": "21" }, "ResponseBody": { "modelInfo": { - "modelId": "1ba758de-40ee-40a1-9dd9-8bc68b8cf6e1", + "modelId": "bf939c0b-3833-4a34-937e-7dfd361c7ca5", "status": "creating", - "createdDateTime": "2020-10-05T20:35:41Z", - "lastUpdatedDateTime": "2020-10-05T20:35:41Z" + "createdDateTime": "2020-10-30T13:23:48Z", + "lastUpdatedDateTime": "2020-10-30T13:23:48Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/1ba758de-40ee-40a1-9dd9-8bc68b8cf6e1?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/bf939c0b-3833-4a34-937e-7dfd361c7ca5?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201005.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "a7e18fbefef3321667f27658a4c65a8a", "x-ms-return-client-request-id": "true" @@ -114,23 +114,23 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "23f2d042-869b-4fc0-a7e1-ee8fefbfe681", + "apim-request-id": "b81fc5fb-2f05-4184-86d3-4e11a15685fe", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Oct 2020 20:35:42 GMT", + "Date": "Fri, 30 Oct 2020 13:23:50 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": "1ba758de-40ee-40a1-9dd9-8bc68b8cf6e1", + "modelId": "bf939c0b-3833-4a34-937e-7dfd361c7ca5", "attributes": { "isComposed": false }, "status": "ready", - "createdDateTime": "2020-10-05T20:35:41Z", - "lastUpdatedDateTime": "2020-10-05T20:35:43Z" + "createdDateTime": "2020-10-30T13:23:48Z", + "lastUpdatedDateTime": "2020-10-30T13:23:50Z" }, "trainResult": { "averageModelAccuracy": 0.96, @@ -228,7 +228,7 @@ } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/compose", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/compose", "RequestMethod": "POST", "RequestHeaders": { "Accept": [ @@ -238,30 +238,30 @@ "Content-Length": "124", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-4307c55e0ba44a479267ba956de8952a-43e9ea69f3ce414d-00", + "traceparent": "00-cddd41e89e2dfd478a67baa3e1083058-61543b51aecb0b43-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201005.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "f0c4d46d763deb1cf8640b84351750cd", "x-ms-return-client-request-id": "true" }, "RequestBody": { "modelIds": [ - "1ba758de-40ee-40a1-9dd9-8bc68b8cf6e1", + "bf939c0b-3833-4a34-937e-7dfd361c7ca5", "00000000-0000-0000-0000-000000000000" ], "modelName": "My composed model" }, "StatusCode": 400, "ResponseHeaders": { - "apim-request-id": "d710be9b-90e6-42d3-869e-7ca197828747", + "apim-request-id": "2e769112-def1-438f-9035-f3ba1d686314", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 05 Oct 2020 20:35:42 GMT", + "Date": "Fri, 30 Oct 2020 13:23:50 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "119" + "x-envoy-upstream-service-time": "46" }, "ResponseBody": { "error": { @@ -271,15 +271,15 @@ } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/1ba758de-40ee-40a1-9dd9-8bc68b8cf6e1", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/bf939c0b-3833-4a34-937e-7dfd361c7ca5", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-48401784242e0e4b8a48d0c117a12d30-a5473e280f7f2f4c-00", + "traceparent": "00-53f31a0c2892af48bca4afd8b0c0d11a-9b7b2c6e657db444-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201005.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "156468eebab75a4b902d223460fe1ae0", "x-ms-return-client-request-id": "true" @@ -287,12 +287,12 @@ "RequestBody": null, "StatusCode": 204, "ResponseHeaders": { - "apim-request-id": "4e7f6fd6-47d0-4d7d-a3b3-a30611cdf3d8", + "apim-request-id": "50af56c7-9058-488d-955c-48ba1512e44d", "Content-Length": "0", - "Date": "Mon, 05 Oct 2020 20:35:42 GMT", + "Date": "Fri, 30 Oct 2020 13:23:52 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "60" + "x-envoy-upstream-service-time": "30" }, "ResponseBody": [] } @@ -300,7 +300,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-westcentralus.cognitiveservices.azure.com/", "RandomSeed": "896473753" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/StartTraining(False,False).json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/StartTraining(False,False).json index 1e211703e4f6c..8ede122f95fb3 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/StartTraining(False,False).json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/StartTraining(False,False).json @@ -1,17 +1,17 @@ { "Entries": [ { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "43", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-248d695d329d7548b4aec693144602e7-9e1239ef3a936d4e-00", + "traceparent": "00-09f0ba92817f5e439735396f9a8108fd-f542b5a884d93f4e-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "d4121583e9106d0ea4800af021f472a4", "x-ms-return-client-request-id": "true" @@ -22,25 +22,25 @@ }, "StatusCode": 201, "ResponseHeaders": { - "apim-request-id": "6c35bb89-c2b4-4853-8400-fbad43f82638", + "apim-request-id": "4496d7ab-079f-42e1-aae7-dab4792100e6", "Content-Length": "0", - "Date": "Wed, 09 Sep 2020 22:21:23 GMT", - "Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/fffcab2a-f5f1-490f-94a1-a52c4c65a3e4", + "Date": "Fri, 30 Oct 2020 13:21:54 GMT", + "Location": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/b5c033b5-b3b4-4a68-8744-0f7509be8504", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "121" + "x-envoy-upstream-service-time": "102" }, "ResponseBody": [] }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/fffcab2a-f5f1-490f-94a1-a52c4c65a3e4?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/b5c033b5-b3b4-4a68-8744-0f7509be8504?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "2d8d27bb0a95388b4fc6218c12593208", "x-ms-return-client-request-id": "true" @@ -48,32 +48,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "c5790c47-19db-4fd2-9c39-0f5831a89163", + "apim-request-id": "fd0acc42-81b3-4127-bc02-564675c80d1d", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:21:23 GMT", + "Date": "Fri, 30 Oct 2020 13:21:55 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "30" + "x-envoy-upstream-service-time": "25" }, "ResponseBody": { "modelInfo": { - "modelId": "fffcab2a-f5f1-490f-94a1-a52c4c65a3e4", + "modelId": "b5c033b5-b3b4-4a68-8744-0f7509be8504", "status": "creating", - "createdDateTime": "2020-09-09T22:21:23Z", - "lastUpdatedDateTime": "2020-09-09T22:21:23Z" + "createdDateTime": "2020-10-30T13:21:55Z", + "lastUpdatedDateTime": "2020-10-30T13:21:55Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/fffcab2a-f5f1-490f-94a1-a52c4c65a3e4?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/b5c033b5-b3b4-4a68-8744-0f7509be8504?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "407786da10b4f51d9d7ed84222418b8b", "x-ms-return-client-request-id": "true" @@ -81,32 +81,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "aab59fc2-39bf-494f-a7ae-579703612096", + "apim-request-id": "348484d8-7414-43c1-afb2-dc0d4c4f9f59", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:21:24 GMT", + "Date": "Fri, 30 Oct 2020 13:21:56 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "46" + "x-envoy-upstream-service-time": "23" }, "ResponseBody": { "modelInfo": { - "modelId": "fffcab2a-f5f1-490f-94a1-a52c4c65a3e4", + "modelId": "b5c033b5-b3b4-4a68-8744-0f7509be8504", "status": "creating", - "createdDateTime": "2020-09-09T22:21:23Z", - "lastUpdatedDateTime": "2020-09-09T22:21:23Z" + "createdDateTime": "2020-10-30T13:21:55Z", + "lastUpdatedDateTime": "2020-10-30T13:21:55Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/fffcab2a-f5f1-490f-94a1-a52c4c65a3e4?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/b5c033b5-b3b4-4a68-8744-0f7509be8504?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "c0fcfdb7f6eb79978ada844ac8825a4a", "x-ms-return-client-request-id": "true" @@ -114,32 +114,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "69e412c7-e199-458a-8eca-1eea6334302d", + "apim-request-id": "13f9c172-5764-48cb-94ce-b542a89f8dd6", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:21:25 GMT", + "Date": "Fri, 30 Oct 2020 13:21: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": "23" }, "ResponseBody": { "modelInfo": { - "modelId": "fffcab2a-f5f1-490f-94a1-a52c4c65a3e4", + "modelId": "b5c033b5-b3b4-4a68-8744-0f7509be8504", "status": "creating", - "createdDateTime": "2020-09-09T22:21:23Z", - "lastUpdatedDateTime": "2020-09-09T22:21:23Z" + "createdDateTime": "2020-10-30T13:21:55Z", + "lastUpdatedDateTime": "2020-10-30T13:21:55Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/fffcab2a-f5f1-490f-94a1-a52c4c65a3e4?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/b5c033b5-b3b4-4a68-8744-0f7509be8504?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "9a15024e317dabef099890173148160e", "x-ms-return-client-request-id": "true" @@ -147,32 +147,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "65caa55f-3bf9-4567-8364-1e7bd1ab13cf", + "apim-request-id": "1edbed0d-861d-4ae8-9df4-57f662459793", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:21:26 GMT", + "Date": "Fri, 30 Oct 2020 13:21:59 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "53" + "x-envoy-upstream-service-time": "23" }, "ResponseBody": { "modelInfo": { - "modelId": "fffcab2a-f5f1-490f-94a1-a52c4c65a3e4", + "modelId": "b5c033b5-b3b4-4a68-8744-0f7509be8504", "status": "creating", - "createdDateTime": "2020-09-09T22:21:23Z", - "lastUpdatedDateTime": "2020-09-09T22:21:23Z" + "createdDateTime": "2020-10-30T13:21:55Z", + "lastUpdatedDateTime": "2020-10-30T13:21:55Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/fffcab2a-f5f1-490f-94a1-a52c4c65a3e4?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/b5c033b5-b3b4-4a68-8744-0f7509be8504?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "14d5953a715de41deffdb6da8bd32c1b", "x-ms-return-client-request-id": "true" @@ -180,32 +180,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "090c2e3b-90f3-4d13-9b47-d3c48fbe5880", + "apim-request-id": "d2de847f-ba2e-473d-b663-9a91c90b9763", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:21:27 GMT", + "Date": "Fri, 30 Oct 2020 13:22:00 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": "37" }, "ResponseBody": { "modelInfo": { - "modelId": "fffcab2a-f5f1-490f-94a1-a52c4c65a3e4", + "modelId": "b5c033b5-b3b4-4a68-8744-0f7509be8504", "status": "creating", - "createdDateTime": "2020-09-09T22:21:23Z", - "lastUpdatedDateTime": "2020-09-09T22:21:23Z" + "createdDateTime": "2020-10-30T13:21:55Z", + "lastUpdatedDateTime": "2020-10-30T13:21:55Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/fffcab2a-f5f1-490f-94a1-a52c4c65a3e4?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/b5c033b5-b3b4-4a68-8744-0f7509be8504?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "1ff48d23f02b860e0e51b752657f4842", "x-ms-return-client-request-id": "true" @@ -213,9 +213,9 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "8c3309ae-e91f-4303-aadf-619fe5b04854", + "apim-request-id": "98984e64-f08c-4862-ad00-be8412422617", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:21:28 GMT", + "Date": "Fri, 30 Oct 2020 13:22:03 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", @@ -223,22 +223,22 @@ }, "ResponseBody": { "modelInfo": { - "modelId": "fffcab2a-f5f1-490f-94a1-a52c4c65a3e4", + "modelId": "b5c033b5-b3b4-4a68-8744-0f7509be8504", "status": "creating", - "createdDateTime": "2020-09-09T22:21:23Z", - "lastUpdatedDateTime": "2020-09-09T22:21:23Z" + "createdDateTime": "2020-10-30T13:21:55Z", + "lastUpdatedDateTime": "2020-10-30T13:21:55Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/fffcab2a-f5f1-490f-94a1-a52c4c65a3e4?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/b5c033b5-b3b4-4a68-8744-0f7509be8504?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "330f76c346acddede530ab7f7b142035", "x-ms-return-client-request-id": "true" @@ -246,32 +246,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "83b7245e-630e-4770-b011-90e8a477ab5b", + "apim-request-id": "733c8fb5-8e16-4789-a2d1-c86a6496ff0a", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:21:29 GMT", + "Date": "Fri, 30 Oct 2020 13:22:04 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "28" + "x-envoy-upstream-service-time": "20" }, "ResponseBody": { "modelInfo": { - "modelId": "fffcab2a-f5f1-490f-94a1-a52c4c65a3e4", + "modelId": "b5c033b5-b3b4-4a68-8744-0f7509be8504", "status": "creating", - "createdDateTime": "2020-09-09T22:21:23Z", - "lastUpdatedDateTime": "2020-09-09T22:21:23Z" + "createdDateTime": "2020-10-30T13:21:55Z", + "lastUpdatedDateTime": "2020-10-30T13:21:55Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/fffcab2a-f5f1-490f-94a1-a52c4c65a3e4?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/b5c033b5-b3b4-4a68-8744-0f7509be8504?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "a3f4746bf6534ae2864e060bb9ca7e6f", "x-ms-return-client-request-id": "true" @@ -279,32 +279,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "1ad19ea5-028e-4908-844c-96a0166d70f1", + "apim-request-id": "ac33db6f-0e2c-40b8-823c-b39bb3122cc7", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:21:30 GMT", + "Date": "Fri, 30 Oct 2020 13:22:05 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": "25" }, "ResponseBody": { "modelInfo": { - "modelId": "fffcab2a-f5f1-490f-94a1-a52c4c65a3e4", + "modelId": "b5c033b5-b3b4-4a68-8744-0f7509be8504", "status": "creating", - "createdDateTime": "2020-09-09T22:21:23Z", - "lastUpdatedDateTime": "2020-09-09T22:21:23Z" + "createdDateTime": "2020-10-30T13:21:55Z", + "lastUpdatedDateTime": "2020-10-30T13:21:55Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/fffcab2a-f5f1-490f-94a1-a52c4c65a3e4?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/b5c033b5-b3b4-4a68-8744-0f7509be8504?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "141773b5f9c4dd6e9f173afa448e0bf9", "x-ms-return-client-request-id": "true" @@ -312,32 +312,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "1e5d0e70-ae4b-45d9-8597-87c74cf9c117", + "apim-request-id": "ddc08cfc-92f4-4680-adbe-35b7abb7160d", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:21:31 GMT", + "Date": "Fri, 30 Oct 2020 13:22:06 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": "22" }, "ResponseBody": { "modelInfo": { - "modelId": "fffcab2a-f5f1-490f-94a1-a52c4c65a3e4", + "modelId": "b5c033b5-b3b4-4a68-8744-0f7509be8504", "status": "creating", - "createdDateTime": "2020-09-09T22:21:23Z", - "lastUpdatedDateTime": "2020-09-09T22:21:23Z" + "createdDateTime": "2020-10-30T13:21:55Z", + "lastUpdatedDateTime": "2020-10-30T13:21:55Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/fffcab2a-f5f1-490f-94a1-a52c4c65a3e4?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/b5c033b5-b3b4-4a68-8744-0f7509be8504?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "f1e78130a58bccef93c4ac5e3fe2231a", "x-ms-return-client-request-id": "true" @@ -345,32 +345,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "d7048ebe-cfcf-4956-b241-b1d0067ecc27", + "apim-request-id": "1b5ab4f1-58d4-4adc-b6b7-4ec6b0fc162a", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:21:32 GMT", + "Date": "Fri, 30 Oct 2020 13:22:07 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "32" + "x-envoy-upstream-service-time": "21" }, "ResponseBody": { "modelInfo": { - "modelId": "fffcab2a-f5f1-490f-94a1-a52c4c65a3e4", + "modelId": "b5c033b5-b3b4-4a68-8744-0f7509be8504", "status": "creating", - "createdDateTime": "2020-09-09T22:21:23Z", - "lastUpdatedDateTime": "2020-09-09T22:21:23Z" + "createdDateTime": "2020-10-30T13:21:55Z", + "lastUpdatedDateTime": "2020-10-30T13:21:55Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/fffcab2a-f5f1-490f-94a1-a52c4c65a3e4?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/b5c033b5-b3b4-4a68-8744-0f7509be8504?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "07ca3cb20bfd72710516033bbce805f8", "x-ms-return-client-request-id": "true" @@ -378,32 +378,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "159fb4dd-934b-4e32-a054-a1b89212b164", + "apim-request-id": "e12ecf65-40eb-4e47-b8bc-d117d0c221c6", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:21:33 GMT", + "Date": "Fri, 30 Oct 2020 13:22:09 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": "48" }, "ResponseBody": { "modelInfo": { - "modelId": "fffcab2a-f5f1-490f-94a1-a52c4c65a3e4", + "modelId": "b5c033b5-b3b4-4a68-8744-0f7509be8504", "status": "creating", - "createdDateTime": "2020-09-09T22:21:23Z", - "lastUpdatedDateTime": "2020-09-09T22:21:23Z" + "createdDateTime": "2020-10-30T13:21:55Z", + "lastUpdatedDateTime": "2020-10-30T13:21:55Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/fffcab2a-f5f1-490f-94a1-a52c4c65a3e4?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/b5c033b5-b3b4-4a68-8744-0f7509be8504?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "38db0d438de210e3844a80ff4c109dbd", "x-ms-return-client-request-id": "true" @@ -411,32 +411,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "3cb9219d-6abf-474f-bfb2-278f100958cd", + "apim-request-id": "47ac5daa-5517-4bc1-8395-da54765ef254", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:21:34 GMT", + "Date": "Fri, 30 Oct 2020 13:22:10 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": "fffcab2a-f5f1-490f-94a1-a52c4c65a3e4", + "modelId": "b5c033b5-b3b4-4a68-8744-0f7509be8504", "status": "creating", - "createdDateTime": "2020-09-09T22:21:23Z", - "lastUpdatedDateTime": "2020-09-09T22:21:23Z" + "createdDateTime": "2020-10-30T13:21:55Z", + "lastUpdatedDateTime": "2020-10-30T13:21:55Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/fffcab2a-f5f1-490f-94a1-a52c4c65a3e4?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/b5c033b5-b3b4-4a68-8744-0f7509be8504?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "08481ff403c324fb0f75eb75a1b30fab", "x-ms-return-client-request-id": "true" @@ -444,32 +444,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "2a09687c-7980-4162-8499-0040604fc49b", + "apim-request-id": "f2fe598a-8032-48e8-800e-ba499687c773", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:21:35 GMT", + "Date": "Fri, 30 Oct 2020 13:22:11 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": "27" }, "ResponseBody": { "modelInfo": { - "modelId": "fffcab2a-f5f1-490f-94a1-a52c4c65a3e4", + "modelId": "b5c033b5-b3b4-4a68-8744-0f7509be8504", "status": "creating", - "createdDateTime": "2020-09-09T22:21:23Z", - "lastUpdatedDateTime": "2020-09-09T22:21:23Z" + "createdDateTime": "2020-10-30T13:21:55Z", + "lastUpdatedDateTime": "2020-10-30T13:21:55Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/fffcab2a-f5f1-490f-94a1-a52c4c65a3e4?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/b5c033b5-b3b4-4a68-8744-0f7509be8504?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "321ab4bfeb06253859ba83b38b7225f5", "x-ms-return-client-request-id": "true" @@ -477,174 +477,9 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "6f64c38c-9b21-4eda-a549-e5403e642fb4", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:21:36 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": "fffcab2a-f5f1-490f-94a1-a52c4c65a3e4", - "status": "creating", - "createdDateTime": "2020-09-09T22:21:23Z", - "lastUpdatedDateTime": "2020-09-09T22:21:23Z" - } - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/fffcab2a-f5f1-490f-94a1-a52c4c65a3e4?includeKeys=true", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "9d474578fd9f3f3411b6286da16e6ed0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "8fe31f16-8e2f-4b35-abd1-964f2c4f3bda", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:21:37 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "67" - }, - "ResponseBody": { - "modelInfo": { - "modelId": "fffcab2a-f5f1-490f-94a1-a52c4c65a3e4", - "status": "creating", - "createdDateTime": "2020-09-09T22:21:23Z", - "lastUpdatedDateTime": "2020-09-09T22:21:23Z" - } - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/fffcab2a-f5f1-490f-94a1-a52c4c65a3e4?includeKeys=true", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "9840d53a6bf509b7e723af098048999d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "66d8285a-51c7-4159-9a45-a562c38bcaf7", + "apim-request-id": "59a30d8d-6e34-41b8-b716-f11b9c94aa3b", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:21:38 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": "fffcab2a-f5f1-490f-94a1-a52c4c65a3e4", - "status": "creating", - "createdDateTime": "2020-09-09T22:21:23Z", - "lastUpdatedDateTime": "2020-09-09T22:21:23Z" - } - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/fffcab2a-f5f1-490f-94a1-a52c4c65a3e4?includeKeys=true", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "5cfcf650726bc20c7fdb2050c2ca83ea", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "c5caf1f1-e88d-4c97-8eba-49a118c0e7e2", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:21:40 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "67" - }, - "ResponseBody": { - "modelInfo": { - "modelId": "fffcab2a-f5f1-490f-94a1-a52c4c65a3e4", - "status": "creating", - "createdDateTime": "2020-09-09T22:21:23Z", - "lastUpdatedDateTime": "2020-09-09T22:21:23Z" - } - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/fffcab2a-f5f1-490f-94a1-a52c4c65a3e4?includeKeys=true", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "b578b24c8c320dff8e3eb67c4d2abec9", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "bbe38d73-41e5-4e21-bf6d-1796378e19be", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:21:41 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "56" - }, - "ResponseBody": { - "modelInfo": { - "modelId": "fffcab2a-f5f1-490f-94a1-a52c4c65a3e4", - "status": "creating", - "createdDateTime": "2020-09-09T22:21:23Z", - "lastUpdatedDateTime": "2020-09-09T22:21:23Z" - } - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/fffcab2a-f5f1-490f-94a1-a52c4c65a3e4?includeKeys=true", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "ab1d8a1c1272c865c97e181a4b66461c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "fe18d6b6-913c-4e90-ba91-50ede05b6c56", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:21:42 GMT", + "Date": "Fri, 30 Oct 2020 13:22:12 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", @@ -652,98 +487,32 @@ }, "ResponseBody": { "modelInfo": { - "modelId": "fffcab2a-f5f1-490f-94a1-a52c4c65a3e4", + "modelId": "b5c033b5-b3b4-4a68-8744-0f7509be8504", "status": "creating", - "createdDateTime": "2020-09-09T22:21:23Z", - "lastUpdatedDateTime": "2020-09-09T22:21:23Z" + "createdDateTime": "2020-10-30T13:21:55Z", + "lastUpdatedDateTime": "2020-10-30T13:21:55Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/fffcab2a-f5f1-490f-94a1-a52c4c65a3e4?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/b5c033b5-b3b4-4a68-8744-0f7509be8504?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "cebdc49fe3d0c36bf7efcd2dbc8f7454", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "13560814-6959-4219-b9fc-b99520b46cac", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:21:43 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "42" - }, - "ResponseBody": { - "modelInfo": { - "modelId": "fffcab2a-f5f1-490f-94a1-a52c4c65a3e4", - "status": "creating", - "createdDateTime": "2020-09-09T22:21:23Z", - "lastUpdatedDateTime": "2020-09-09T22:21:23Z" - } - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/fffcab2a-f5f1-490f-94a1-a52c4c65a3e4?includeKeys=true", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "3833561cd8ad39784cb0ecb373e4c127", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "5985d3b6-1baf-4d0a-9aa4-c3a3e392a358", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:21:44 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "69" - }, - "ResponseBody": { - "modelInfo": { - "modelId": "fffcab2a-f5f1-490f-94a1-a52c4c65a3e4", - "status": "creating", - "createdDateTime": "2020-09-09T22:21:23Z", - "lastUpdatedDateTime": "2020-09-09T22:21:23Z" - } - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/fffcab2a-f5f1-490f-94a1-a52c4c65a3e4?includeKeys=true", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "89dc99f8f06d38f91e5ab38344370b39", + "x-ms-client-request-id": "9d474578fd9f3f3411b6286da16e6ed0", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "2c6b3fe4-890f-4241-b371-fca3e09cac45", + "apim-request-id": "fda70137-1ed4-4de2-b67a-f1f0e6e5054c", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:21:45 GMT", + "Date": "Fri, 30 Oct 2020 13:22:14 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", @@ -751,395 +520,32 @@ }, "ResponseBody": { "modelInfo": { - "modelId": "fffcab2a-f5f1-490f-94a1-a52c4c65a3e4", - "status": "creating", - "createdDateTime": "2020-09-09T22:21:23Z", - "lastUpdatedDateTime": "2020-09-09T22:21:23Z" - } - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/fffcab2a-f5f1-490f-94a1-a52c4c65a3e4?includeKeys=true", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "f5fdc3090d32c76f4c83811ff7b74f12", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "ea3ffaea-81a5-4f1d-b17b-08e4b213d7f3", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:21:46 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "20" - }, - "ResponseBody": { - "modelInfo": { - "modelId": "fffcab2a-f5f1-490f-94a1-a52c4c65a3e4", - "status": "creating", - "createdDateTime": "2020-09-09T22:21:23Z", - "lastUpdatedDateTime": "2020-09-09T22:21:23Z" - } - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/fffcab2a-f5f1-490f-94a1-a52c4c65a3e4?includeKeys=true", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "2235a62debb22ce75dfa195324f5f515", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "fb4ee9ad-cbbe-4f0c-951c-1e9e5fa9f6e2", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:21:47 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": "fffcab2a-f5f1-490f-94a1-a52c4c65a3e4", - "status": "creating", - "createdDateTime": "2020-09-09T22:21:23Z", - "lastUpdatedDateTime": "2020-09-09T22:21:23Z" - } - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/fffcab2a-f5f1-490f-94a1-a52c4c65a3e4?includeKeys=true", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "b0aab3a4cce6eaf42a153cea6ed94167", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "2cb0ded8-faf4-45ba-ad30-45f6e1ef3f36", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:21:48 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "31" - }, - "ResponseBody": { - "modelInfo": { - "modelId": "fffcab2a-f5f1-490f-94a1-a52c4c65a3e4", - "status": "creating", - "createdDateTime": "2020-09-09T22:21:23Z", - "lastUpdatedDateTime": "2020-09-09T22:21:23Z" - } - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/fffcab2a-f5f1-490f-94a1-a52c4c65a3e4?includeKeys=true", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "9e55a10ae8021e86dcd19838f41ca256", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "0cbd03c2-b74c-48b7-9d23-519a9363eec9", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:21:49 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "38" - }, - "ResponseBody": { - "modelInfo": { - "modelId": "fffcab2a-f5f1-490f-94a1-a52c4c65a3e4", - "status": "creating", - "createdDateTime": "2020-09-09T22:21:23Z", - "lastUpdatedDateTime": "2020-09-09T22:21:23Z" - } - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/fffcab2a-f5f1-490f-94a1-a52c4c65a3e4?includeKeys=true", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "447b6c8d9f0d612bb14af89daefdbe83", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "4aedacb5-ca82-44f7-a590-1f40f6b83ad0", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:21:56 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "5058" - }, - "ResponseBody": { - "modelInfo": { - "modelId": "fffcab2a-f5f1-490f-94a1-a52c4c65a3e4", + "modelId": "b5c033b5-b3b4-4a68-8744-0f7509be8504", "status": "creating", - "createdDateTime": "2020-09-09T22:21:23Z", - "lastUpdatedDateTime": "2020-09-09T22:21:23Z" + "createdDateTime": "2020-10-30T13:21:55Z", + "lastUpdatedDateTime": "2020-10-30T13:21:55Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/fffcab2a-f5f1-490f-94a1-a52c4c65a3e4?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/b5c033b5-b3b4-4a68-8744-0f7509be8504?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "8348b2b8579fbb122c8bd31534bcf50e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "111c8d0f-bdc4-4e90-a318-ec13e36238eb", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:21:57 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "48" - }, - "ResponseBody": { - "modelInfo": { - "modelId": "fffcab2a-f5f1-490f-94a1-a52c4c65a3e4", - "status": "creating", - "createdDateTime": "2020-09-09T22:21:23Z", - "lastUpdatedDateTime": "2020-09-09T22:21:23Z" - } - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/fffcab2a-f5f1-490f-94a1-a52c4c65a3e4?includeKeys=true", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "015ce673fd5e6b5975f4ecb8f0e970df", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "bf3343a9-89dd-43b0-a8df-e3dedca768c9", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:21:58 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": "fffcab2a-f5f1-490f-94a1-a52c4c65a3e4", - "status": "creating", - "createdDateTime": "2020-09-09T22:21:23Z", - "lastUpdatedDateTime": "2020-09-09T22:21:23Z" - } - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/fffcab2a-f5f1-490f-94a1-a52c4c65a3e4?includeKeys=true", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "427f14121ed335b65abf1782cb162df4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "ed1343ad-2685-458b-a624-1f608bc571cb", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:21:59 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "27" - }, - "ResponseBody": { - "modelInfo": { - "modelId": "fffcab2a-f5f1-490f-94a1-a52c4c65a3e4", - "status": "creating", - "createdDateTime": "2020-09-09T22:21:23Z", - "lastUpdatedDateTime": "2020-09-09T22:21:23Z" - } - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/fffcab2a-f5f1-490f-94a1-a52c4c65a3e4?includeKeys=true", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "c82ae954bca0bb2458dd0eab6a5aca43", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "cd27d101-8213-4634-855e-610b391d914c", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:22:00 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "26" - }, - "ResponseBody": { - "modelInfo": { - "modelId": "fffcab2a-f5f1-490f-94a1-a52c4c65a3e4", - "status": "creating", - "createdDateTime": "2020-09-09T22:21:23Z", - "lastUpdatedDateTime": "2020-09-09T22:21:23Z" - } - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/fffcab2a-f5f1-490f-94a1-a52c4c65a3e4?includeKeys=true", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "1f02f41bb33d543a2f26a79fe6d79f5e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "602a7b50-b492-4f0c-8477-72804112a37c", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:22:01 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "48" - }, - "ResponseBody": { - "modelInfo": { - "modelId": "fffcab2a-f5f1-490f-94a1-a52c4c65a3e4", - "status": "creating", - "createdDateTime": "2020-09-09T22:21:23Z", - "lastUpdatedDateTime": "2020-09-09T22:21:23Z" - } - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/fffcab2a-f5f1-490f-94a1-a52c4c65a3e4?includeKeys=true", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "0763f8c6a8bf563ef0c4eaf60f0aca00", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "92479b46-dfad-4094-9bee-b32704f86e2b", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:22:02 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": "fffcab2a-f5f1-490f-94a1-a52c4c65a3e4", - "status": "creating", - "createdDateTime": "2020-09-09T22:21:23Z", - "lastUpdatedDateTime": "2020-09-09T22:21:23Z" - } - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/fffcab2a-f5f1-490f-94a1-a52c4c65a3e4?includeKeys=true", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "d766d4f40e13a1b6aed598791585d480", + "x-ms-client-request-id": "9840d53a6bf509b7e723af098048999d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "ed9e58f4-03ba-4729-bc89-e70dacff3f06", + "apim-request-id": "c7ba2ca0-f9a2-4626-9516-2aafc5e870f3", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:22:03 GMT", + "Date": "Fri, 30 Oct 2020 13:22:15 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", @@ -1147,32 +553,32 @@ }, "ResponseBody": { "modelInfo": { - "modelId": "fffcab2a-f5f1-490f-94a1-a52c4c65a3e4", + "modelId": "b5c033b5-b3b4-4a68-8744-0f7509be8504", "status": "creating", - "createdDateTime": "2020-09-09T22:21:23Z", - "lastUpdatedDateTime": "2020-09-09T22:21:23Z" + "createdDateTime": "2020-10-30T13:21:55Z", + "lastUpdatedDateTime": "2020-10-30T13:21:55Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/fffcab2a-f5f1-490f-94a1-a52c4c65a3e4?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/b5c033b5-b3b4-4a68-8744-0f7509be8504?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "72e5af3dc3f67384b5ac2e79c9444424", + "x-ms-client-request-id": "5cfcf650726bc20c7fdb2050c2ca83ea", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "cf349d19-99e7-4f26-850c-3e26c6a34fa4", + "apim-request-id": "e8e1e3a4-6afa-4b78-90aa-3295a9ef6a8c", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:22:04 GMT", + "Date": "Fri, 30 Oct 2020 13:22:17 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", @@ -1180,55 +586,36 @@ }, "ResponseBody": { "modelInfo": { - "modelId": "fffcab2a-f5f1-490f-94a1-a52c4c65a3e4", - "status": "creating", - "createdDateTime": "2020-09-09T22:21:23Z", - "lastUpdatedDateTime": "2020-09-09T22:21:23Z" - } - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/fffcab2a-f5f1-490f-94a1-a52c4c65a3e4?includeKeys=true", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "12aaa75bc870b84a41c158e90fc4416b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "371759ea-0106-4c35-b0d0-567d72028159", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:22:05 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "48" - }, - "ResponseBody": { - "modelInfo": { - "modelId": "fffcab2a-f5f1-490f-94a1-a52c4c65a3e4", + "modelId": "b5c033b5-b3b4-4a68-8744-0f7509be8504", "status": "ready", - "createdDateTime": "2020-09-09T22:21:23Z", - "lastUpdatedDateTime": "2020-09-09T22:22:04Z" + "createdDateTime": "2020-10-30T13:21:55Z", + "lastUpdatedDateTime": "2020-10-30T13:22:15Z" }, "keys": { "clusters": { "0": [ + "25% discount on program guide", + "50% discount on program guide", + "Bronze Sponsor", "Contoso Ltd. Conference will be held on May 28-29, 2020 at the Elm Conference Center in", + "Full Booth", + "Full booth", + "Full page ad in program guide", + "Gold Sponsor", + "Half Booth", + "Half page ad in program guide", "Included", + "Logo on poster", "Maple City, Massachusetts. The conference has sold out of its 1,500 tickets, with a 400 person", "Package", + "Post-keynote thank you", + "Pre-keynote thank you", "Price", "Rates:", + "Silver Sponsor", "Vendor #:", "Vendor Registration", + "advertisements", "below, and attach a check made out to:", "waitlist. Vendor applications are being accepted through Feb 28, 2020. Please fill in the form" ], @@ -1282,7 +669,7 @@ ], "Variables": { "FORM_RECOGNIZER_API_KEY": "Sanitized", - "FORM_RECOGNIZER_ENDPOINT": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/", + "FORM_RECOGNIZER_ENDPOINT": "https://camaiaor-formrec-westcentralus.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": "1779412838" } diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/StartTraining(False,False)Async.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/StartTraining(False,False)Async.json index 2cbf779558b29..cdbcfe21b8b7a 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/StartTraining(False,False)Async.json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/StartTraining(False,False)Async.json @@ -1,17 +1,17 @@ { "Entries": [ { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "43", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-a8af1ab014e19047b486b2dfe5fcac5f-a78089683b136243-00", + "traceparent": "00-336f80c56d22d849b8f556647ebd750c-b04364746daa0e42-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "e9373275ca1bcffbe876b8f4587cbe58", "x-ms-return-client-request-id": "true" @@ -22,25 +22,25 @@ }, "StatusCode": 201, "ResponseHeaders": { - "apim-request-id": "24a4222a-2957-4520-ba56-70e2dfd2760e", + "apim-request-id": "ecc08bf4-22b6-49bb-a38a-117bf1985cff", "Content-Length": "0", - "Date": "Wed, 09 Sep 2020 22:24:26 GMT", - "Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/ccc3b3e0-ce54-483b-8ad4-73c43680bf6e", + "Date": "Fri, 30 Oct 2020 13:24:52 GMT", + "Location": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/4f79033e-d86b-4151-9d4b-ea371230d9f7", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "260" + "x-envoy-upstream-service-time": "76" }, "ResponseBody": [] }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/ccc3b3e0-ce54-483b-8ad4-73c43680bf6e?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/4f79033e-d86b-4151-9d4b-ea371230d9f7?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "c105a5a136bf991a3838540add9af9a8", "x-ms-return-client-request-id": "true" @@ -48,32 +48,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "5c8ac653-4493-4ada-a9df-2a5ddc4f12f7", + "apim-request-id": "e8cf01f6-07a1-4014-a6f7-0ea95ab7377a", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:24:26 GMT", + "Date": "Fri, 30 Oct 2020 13:24:52 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": "57" }, "ResponseBody": { "modelInfo": { - "modelId": "ccc3b3e0-ce54-483b-8ad4-73c43680bf6e", + "modelId": "4f79033e-d86b-4151-9d4b-ea371230d9f7", "status": "creating", - "createdDateTime": "2020-09-09T22:24:26Z", - "lastUpdatedDateTime": "2020-09-09T22:24:26Z" + "createdDateTime": "2020-10-30T13:24:52Z", + "lastUpdatedDateTime": "2020-10-30T13:24:52Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/ccc3b3e0-ce54-483b-8ad4-73c43680bf6e?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/4f79033e-d86b-4151-9d4b-ea371230d9f7?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "d69838af740ee010fa71a00483c89fdc", "x-ms-return-client-request-id": "true" @@ -81,32 +81,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "c5f4b4a9-dbff-4c68-9e5c-f92325d38974", + "apim-request-id": "812efbcb-7a87-4443-bb18-640a841b4188", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:24:27 GMT", + "Date": "Fri, 30 Oct 2020 13:24:54 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "22" + "x-envoy-upstream-service-time": "20" }, "ResponseBody": { "modelInfo": { - "modelId": "ccc3b3e0-ce54-483b-8ad4-73c43680bf6e", + "modelId": "4f79033e-d86b-4151-9d4b-ea371230d9f7", "status": "creating", - "createdDateTime": "2020-09-09T22:24:26Z", - "lastUpdatedDateTime": "2020-09-09T22:24:26Z" + "createdDateTime": "2020-10-30T13:24:52Z", + "lastUpdatedDateTime": "2020-10-30T13:24:52Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/ccc3b3e0-ce54-483b-8ad4-73c43680bf6e?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/4f79033e-d86b-4151-9d4b-ea371230d9f7?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "f7f9463880d63e50189db0e376f0f24e", "x-ms-return-client-request-id": "true" @@ -114,32 +114,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "5cf3df33-bb87-4c84-aa3a-ffcc654fbcb2", + "apim-request-id": "2abfb83e-081f-4967-bd07-99bd5c719ba3", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:24:28 GMT", + "Date": "Fri, 30 Oct 2020 13:24:55 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": "22" }, "ResponseBody": { "modelInfo": { - "modelId": "ccc3b3e0-ce54-483b-8ad4-73c43680bf6e", + "modelId": "4f79033e-d86b-4151-9d4b-ea371230d9f7", "status": "creating", - "createdDateTime": "2020-09-09T22:24:26Z", - "lastUpdatedDateTime": "2020-09-09T22:24:26Z" + "createdDateTime": "2020-10-30T13:24:52Z", + "lastUpdatedDateTime": "2020-10-30T13:24:52Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/ccc3b3e0-ce54-483b-8ad4-73c43680bf6e?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/4f79033e-d86b-4151-9d4b-ea371230d9f7?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "1f44107de8e32c499425c74d96151570", "x-ms-return-client-request-id": "true" @@ -147,32 +147,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "a64f236e-c8fc-4b4f-a1a4-fc7d5999dc64", + "apim-request-id": "ca53b510-c64a-4faa-9ff8-27de30ba8413", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:24:29 GMT", + "Date": "Fri, 30 Oct 2020 13:24:56 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "22" + "x-envoy-upstream-service-time": "23" }, "ResponseBody": { "modelInfo": { - "modelId": "ccc3b3e0-ce54-483b-8ad4-73c43680bf6e", + "modelId": "4f79033e-d86b-4151-9d4b-ea371230d9f7", "status": "creating", - "createdDateTime": "2020-09-09T22:24:26Z", - "lastUpdatedDateTime": "2020-09-09T22:24:26Z" + "createdDateTime": "2020-10-30T13:24:52Z", + "lastUpdatedDateTime": "2020-10-30T13:24:52Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/ccc3b3e0-ce54-483b-8ad4-73c43680bf6e?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/4f79033e-d86b-4151-9d4b-ea371230d9f7?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "96d2779801a02ed2e85abe71c42d6a09", "x-ms-return-client-request-id": "true" @@ -180,32 +180,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "cfde184f-0767-48f9-8115-3752d3208a8c", + "apim-request-id": "8f4d141f-5934-4ba8-99b6-33d3b2b5177f", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:24:30 GMT", + "Date": "Fri, 30 Oct 2020 13:24:57 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": "20" }, "ResponseBody": { "modelInfo": { - "modelId": "ccc3b3e0-ce54-483b-8ad4-73c43680bf6e", + "modelId": "4f79033e-d86b-4151-9d4b-ea371230d9f7", "status": "creating", - "createdDateTime": "2020-09-09T22:24:26Z", - "lastUpdatedDateTime": "2020-09-09T22:24:26Z" + "createdDateTime": "2020-10-30T13:24:52Z", + "lastUpdatedDateTime": "2020-10-30T13:24:52Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/ccc3b3e0-ce54-483b-8ad4-73c43680bf6e?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/4f79033e-d86b-4151-9d4b-ea371230d9f7?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "7387517f7f8350f8fccc62b1b902a702", "x-ms-return-client-request-id": "true" @@ -213,32 +213,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "eb12831d-c32b-4d93-8fac-02b2e2d2376c", + "apim-request-id": "22ff0446-51f8-4471-bddb-d17b48a70d87", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:24:31 GMT", + "Date": "Fri, 30 Oct 2020 13:24:58 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": "25" }, "ResponseBody": { "modelInfo": { - "modelId": "ccc3b3e0-ce54-483b-8ad4-73c43680bf6e", + "modelId": "4f79033e-d86b-4151-9d4b-ea371230d9f7", "status": "creating", - "createdDateTime": "2020-09-09T22:24:26Z", - "lastUpdatedDateTime": "2020-09-09T22:24:26Z" + "createdDateTime": "2020-10-30T13:24:52Z", + "lastUpdatedDateTime": "2020-10-30T13:24:52Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/ccc3b3e0-ce54-483b-8ad4-73c43680bf6e?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/4f79033e-d86b-4151-9d4b-ea371230d9f7?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "fe4a3f875b1d7bae3e15378929d86866", "x-ms-return-client-request-id": "true" @@ -246,32 +246,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "6c980184-f0bb-4e4d-8c6f-942be37bc97e", + "apim-request-id": "f718951f-3bdf-4170-97a5-178ae0a38aec", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:24:32 GMT", + "Date": "Fri, 30 Oct 2020 13:24:59 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "34" + "x-envoy-upstream-service-time": "19" }, "ResponseBody": { "modelInfo": { - "modelId": "ccc3b3e0-ce54-483b-8ad4-73c43680bf6e", + "modelId": "4f79033e-d86b-4151-9d4b-ea371230d9f7", "status": "creating", - "createdDateTime": "2020-09-09T22:24:26Z", - "lastUpdatedDateTime": "2020-09-09T22:24:26Z" + "createdDateTime": "2020-10-30T13:24:52Z", + "lastUpdatedDateTime": "2020-10-30T13:24:52Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/ccc3b3e0-ce54-483b-8ad4-73c43680bf6e?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/4f79033e-d86b-4151-9d4b-ea371230d9f7?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "45cebdbba28e19ed7e829ad39f2175e5", "x-ms-return-client-request-id": "true" @@ -279,32 +279,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "9811020f-3657-4f47-a931-434951bd3624", + "apim-request-id": "93d049cd-2326-4eed-91e5-37c2dddd6d67", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:24:33 GMT", + "Date": "Fri, 30 Oct 2020 13:25:00 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": "19" }, "ResponseBody": { "modelInfo": { - "modelId": "ccc3b3e0-ce54-483b-8ad4-73c43680bf6e", + "modelId": "4f79033e-d86b-4151-9d4b-ea371230d9f7", "status": "creating", - "createdDateTime": "2020-09-09T22:24:26Z", - "lastUpdatedDateTime": "2020-09-09T22:24:26Z" + "createdDateTime": "2020-10-30T13:24:52Z", + "lastUpdatedDateTime": "2020-10-30T13:24:52Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/ccc3b3e0-ce54-483b-8ad4-73c43680bf6e?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/4f79033e-d86b-4151-9d4b-ea371230d9f7?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "85e9bcb26be324eba30b346d486f2624", "x-ms-return-client-request-id": "true" @@ -312,32 +312,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "27bb816a-6d42-41b9-a046-ec0a6a0951ec", + "apim-request-id": "821e17fd-bace-49a1-ad0a-5cfa11a2a1f1", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:24:34 GMT", + "Date": "Fri, 30 Oct 2020 13:25:01 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": "23" }, "ResponseBody": { "modelInfo": { - "modelId": "ccc3b3e0-ce54-483b-8ad4-73c43680bf6e", + "modelId": "4f79033e-d86b-4151-9d4b-ea371230d9f7", "status": "creating", - "createdDateTime": "2020-09-09T22:24:26Z", - "lastUpdatedDateTime": "2020-09-09T22:24:26Z" + "createdDateTime": "2020-10-30T13:24:52Z", + "lastUpdatedDateTime": "2020-10-30T13:24:52Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/ccc3b3e0-ce54-483b-8ad4-73c43680bf6e?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/4f79033e-d86b-4151-9d4b-ea371230d9f7?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "fbf5fb646234e4735131809bc0dadc1d", "x-ms-return-client-request-id": "true" @@ -345,32 +345,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "df12ce29-8449-403a-b2d9-90f0cc68caaa", + "apim-request-id": "95bda772-15b6-4628-bf67-29fd6ba46477", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:24:35 GMT", + "Date": "Fri, 30 Oct 2020 13:25:03 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": "21" }, "ResponseBody": { "modelInfo": { - "modelId": "ccc3b3e0-ce54-483b-8ad4-73c43680bf6e", + "modelId": "4f79033e-d86b-4151-9d4b-ea371230d9f7", "status": "creating", - "createdDateTime": "2020-09-09T22:24:26Z", - "lastUpdatedDateTime": "2020-09-09T22:24:26Z" + "createdDateTime": "2020-10-30T13:24:52Z", + "lastUpdatedDateTime": "2020-10-30T13:24:52Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/ccc3b3e0-ce54-483b-8ad4-73c43680bf6e?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/4f79033e-d86b-4151-9d4b-ea371230d9f7?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "6dd752a0e2ee5083d2a9a2836e7fd10f", "x-ms-return-client-request-id": "true" @@ -378,32 +378,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "d9083066-b4a3-4e80-958a-0efd5b36e45b", + "apim-request-id": "9877e9bf-1911-434c-a9a5-b574791c774d", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:24:36 GMT", + "Date": "Fri, 30 Oct 2020 13:25:04 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": "21" }, "ResponseBody": { "modelInfo": { - "modelId": "ccc3b3e0-ce54-483b-8ad4-73c43680bf6e", + "modelId": "4f79033e-d86b-4151-9d4b-ea371230d9f7", "status": "creating", - "createdDateTime": "2020-09-09T22:24:26Z", - "lastUpdatedDateTime": "2020-09-09T22:24:26Z" + "createdDateTime": "2020-10-30T13:24:52Z", + "lastUpdatedDateTime": "2020-10-30T13:24:52Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/ccc3b3e0-ce54-483b-8ad4-73c43680bf6e?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/4f79033e-d86b-4151-9d4b-ea371230d9f7?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "a36e755b792b50b0480433b2ea4f63c8", "x-ms-return-client-request-id": "true" @@ -411,32 +411,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "e2004f66-ef4f-46a5-8770-a9da377aa6bc", + "apim-request-id": "cd73efe9-7891-489d-9779-27b26dbc4407", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:24:37 GMT", + "Date": "Fri, 30 Oct 2020 13:25:05 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "28" + "x-envoy-upstream-service-time": "23" }, "ResponseBody": { "modelInfo": { - "modelId": "ccc3b3e0-ce54-483b-8ad4-73c43680bf6e", + "modelId": "4f79033e-d86b-4151-9d4b-ea371230d9f7", "status": "creating", - "createdDateTime": "2020-09-09T22:24:26Z", - "lastUpdatedDateTime": "2020-09-09T22:24:26Z" + "createdDateTime": "2020-10-30T13:24:52Z", + "lastUpdatedDateTime": "2020-10-30T13:24:52Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/ccc3b3e0-ce54-483b-8ad4-73c43680bf6e?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/4f79033e-d86b-4151-9d4b-ea371230d9f7?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "f5cd172eb997823578a5298bbff076d2", "x-ms-return-client-request-id": "true" @@ -444,32 +444,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "41b1668a-cf0b-4f62-88ca-0c42ed6b540e", + "apim-request-id": "bfa862cc-21fd-4d50-8b0c-ad45bd729daf", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:24:38 GMT", + "Date": "Fri, 30 Oct 2020 13:25:06 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": "23" }, "ResponseBody": { "modelInfo": { - "modelId": "ccc3b3e0-ce54-483b-8ad4-73c43680bf6e", + "modelId": "4f79033e-d86b-4151-9d4b-ea371230d9f7", "status": "creating", - "createdDateTime": "2020-09-09T22:24:26Z", - "lastUpdatedDateTime": "2020-09-09T22:24:26Z" + "createdDateTime": "2020-10-30T13:24:52Z", + "lastUpdatedDateTime": "2020-10-30T13:24:52Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/ccc3b3e0-ce54-483b-8ad4-73c43680bf6e?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/4f79033e-d86b-4151-9d4b-ea371230d9f7?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "4a40715f396b26f1a28724e9afd06582", "x-ms-return-client-request-id": "true" @@ -477,32 +477,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "01b2eb18-9966-4310-a4f7-8db948d14abd", + "apim-request-id": "ddbe734b-6ee4-4e10-8337-0496f8458a45", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:24:40 GMT", + "Date": "Fri, 30 Oct 2020 13:25:08 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": "54" }, "ResponseBody": { "modelInfo": { - "modelId": "ccc3b3e0-ce54-483b-8ad4-73c43680bf6e", + "modelId": "4f79033e-d86b-4151-9d4b-ea371230d9f7", "status": "creating", - "createdDateTime": "2020-09-09T22:24:26Z", - "lastUpdatedDateTime": "2020-09-09T22:24:26Z" + "createdDateTime": "2020-10-30T13:24:52Z", + "lastUpdatedDateTime": "2020-10-30T13:24:52Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/ccc3b3e0-ce54-483b-8ad4-73c43680bf6e?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/4f79033e-d86b-4151-9d4b-ea371230d9f7?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "5654d945dbb2a17740ec2a8550259058", "x-ms-return-client-request-id": "true" @@ -510,32 +510,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "dc2233ee-75b7-4cde-9e7f-ed3994d0d2f6", + "apim-request-id": "6b1ff561-f9f2-43ea-ba60-d79c68c922a4", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:24:41 GMT", + "Date": "Fri, 30 Oct 2020 13:25:09 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": "21" }, "ResponseBody": { "modelInfo": { - "modelId": "ccc3b3e0-ce54-483b-8ad4-73c43680bf6e", + "modelId": "4f79033e-d86b-4151-9d4b-ea371230d9f7", "status": "creating", - "createdDateTime": "2020-09-09T22:24:26Z", - "lastUpdatedDateTime": "2020-09-09T22:24:26Z" + "createdDateTime": "2020-10-30T13:24:52Z", + "lastUpdatedDateTime": "2020-10-30T13:24:52Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/ccc3b3e0-ce54-483b-8ad4-73c43680bf6e?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/4f79033e-d86b-4151-9d4b-ea371230d9f7?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "7952618e180ff55c25a65310944bd2a8", "x-ms-return-client-request-id": "true" @@ -543,32 +543,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "09c5e97a-aa4f-4a04-a772-056599ba900f", + "apim-request-id": "e68274bd-e213-453a-b9a9-98e1e3709168", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:24:42 GMT", + "Date": "Fri, 30 Oct 2020 13:25:10 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": "22" }, "ResponseBody": { "modelInfo": { - "modelId": "ccc3b3e0-ce54-483b-8ad4-73c43680bf6e", + "modelId": "4f79033e-d86b-4151-9d4b-ea371230d9f7", "status": "creating", - "createdDateTime": "2020-09-09T22:24:26Z", - "lastUpdatedDateTime": "2020-09-09T22:24:26Z" + "createdDateTime": "2020-10-30T13:24:52Z", + "lastUpdatedDateTime": "2020-10-30T13:24:52Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/ccc3b3e0-ce54-483b-8ad4-73c43680bf6e?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/4f79033e-d86b-4151-9d4b-ea371230d9f7?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "e645a63f209b841ff99e0a7f0e6bd67c", "x-ms-return-client-request-id": "true" @@ -576,32 +576,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "ba126688-5524-4da1-be8a-7b2e4c97b3e6", + "apim-request-id": "037440ef-56ca-425f-a575-0d6672013016", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:24:43 GMT", + "Date": "Fri, 30 Oct 2020 13:25:12 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": "ccc3b3e0-ce54-483b-8ad4-73c43680bf6e", + "modelId": "4f79033e-d86b-4151-9d4b-ea371230d9f7", "status": "creating", - "createdDateTime": "2020-09-09T22:24:26Z", - "lastUpdatedDateTime": "2020-09-09T22:24:26Z" + "createdDateTime": "2020-10-30T13:24:52Z", + "lastUpdatedDateTime": "2020-10-30T13:24:52Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/ccc3b3e0-ce54-483b-8ad4-73c43680bf6e?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/4f79033e-d86b-4151-9d4b-ea371230d9f7?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "4d5bccf6ec7d2d737c5f300c88660df4", "x-ms-return-client-request-id": "true" @@ -609,42 +609,9 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "29d2bdef-c687-4e45-a813-8d130b835de9", + "apim-request-id": "0ad7c907-e892-4c0a-99d1-013accae79f1", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:24:44 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": "ccc3b3e0-ce54-483b-8ad4-73c43680bf6e", - "status": "creating", - "createdDateTime": "2020-09-09T22:24:26Z", - "lastUpdatedDateTime": "2020-09-09T22:24:26Z" - } - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/ccc3b3e0-ce54-483b-8ad4-73c43680bf6e?includeKeys=true", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "aa468219a9e06ebc41ce7f710edde6b9", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "d74a2f23-a9d9-4531-a869-c0e350739e67", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:24:45 GMT", + "Date": "Fri, 30 Oct 2020 13:25:13 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", @@ -652,121 +619,69 @@ }, "ResponseBody": { "modelInfo": { - "modelId": "ccc3b3e0-ce54-483b-8ad4-73c43680bf6e", + "modelId": "4f79033e-d86b-4151-9d4b-ea371230d9f7", "status": "creating", - "createdDateTime": "2020-09-09T22:24:26Z", - "lastUpdatedDateTime": "2020-09-09T22:24:26Z" + "createdDateTime": "2020-10-30T13:24:52Z", + "lastUpdatedDateTime": "2020-10-30T13:24:52Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/ccc3b3e0-ce54-483b-8ad4-73c43680bf6e?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/4f79033e-d86b-4151-9d4b-ea371230d9f7?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "c81ad6d084f0532a3317693cef13fc93", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "489f7cc9-348e-4c86-9e8d-83c5e3b20ff7", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:24:46 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": "ccc3b3e0-ce54-483b-8ad4-73c43680bf6e", - "status": "creating", - "createdDateTime": "2020-09-09T22:24:26Z", - "lastUpdatedDateTime": "2020-09-09T22:24:26Z" - } - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/ccc3b3e0-ce54-483b-8ad4-73c43680bf6e?includeKeys=true", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "8c6516912c254c9c0fed0caf6d011f9f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "8b19faa4-66a5-41a0-a8f8-5f6e658fc9da", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:24:47 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "26" - }, - "ResponseBody": { - "modelInfo": { - "modelId": "ccc3b3e0-ce54-483b-8ad4-73c43680bf6e", - "status": "creating", - "createdDateTime": "2020-09-09T22:24:26Z", - "lastUpdatedDateTime": "2020-09-09T22:24:26Z" - } - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/ccc3b3e0-ce54-483b-8ad4-73c43680bf6e?includeKeys=true", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "b13b7778444c940457f276c840807e2d", + "x-ms-client-request-id": "aa468219a9e06ebc41ce7f710edde6b9", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "4a4fbf2c-7d0f-4110-abee-b4aa9f2659e1", + "apim-request-id": "e7ef7aec-31a4-4c9b-a929-8c0f850f41a3", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:24:48 GMT", + "Date": "Fri, 30 Oct 2020 13:25:14 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": "22" }, "ResponseBody": { "modelInfo": { - "modelId": "ccc3b3e0-ce54-483b-8ad4-73c43680bf6e", + "modelId": "4f79033e-d86b-4151-9d4b-ea371230d9f7", "status": "ready", - "createdDateTime": "2020-09-09T22:24:26Z", - "lastUpdatedDateTime": "2020-09-09T22:24:47Z" + "createdDateTime": "2020-10-30T13:24:52Z", + "lastUpdatedDateTime": "2020-10-30T13:25:13Z" }, "keys": { "clusters": { "0": [ + "25% discount on program guide", + "50% discount on program guide", + "Bronze Sponsor", "Contoso Ltd. Conference will be held on May 28-29, 2020 at the Elm Conference Center in", + "Full Booth", + "Full booth", + "Full page ad in program guide", + "Gold Sponsor", + "Half Booth", + "Half page ad in program guide", "Included", + "Logo on poster", "Maple City, Massachusetts. The conference has sold out of its 1,500 tickets, with a 400 person", "Package", + "Post-keynote thank you", + "Pre-keynote thank you", "Price", "Rates:", + "Silver Sponsor", "Vendor #:", "Vendor Registration", + "advertisements", "below, and attach a check made out to:", "waitlist. Vendor applications are being accepted through Feb 28, 2020. Please fill in the form" ], @@ -820,7 +735,7 @@ ], "Variables": { "FORM_RECOGNIZER_API_KEY": "Sanitized", - "FORM_RECOGNIZER_ENDPOINT": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/", + "FORM_RECOGNIZER_ENDPOINT": "https://camaiaor-formrec-westcentralus.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": "1054296771" } diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/StartTraining(False,True).json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/StartTraining(False,True).json index e36605878c76d..52b5e6c9888b7 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/StartTraining(False,True).json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/StartTraining(False,True).json @@ -1,17 +1,17 @@ { "Entries": [ { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "42", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-eaead128d38cf44bb7fda7237d0e28f8-52750defdfb5064b-00", + "traceparent": "00-e6320115dd96e842bfa07deb4059c693-5c9edeffda44a04f-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "3d5f803a833180d586376a495109ab9b", "x-ms-return-client-request-id": "true" @@ -22,25 +22,25 @@ }, "StatusCode": 201, "ResponseHeaders": { - "apim-request-id": "5dea0273-4b8e-4a08-8bb1-0fdf732936c0", + "apim-request-id": "fea6145a-9c13-4b97-8321-8b07557c3f90", "Content-Length": "0", - "Date": "Wed, 09 Sep 2020 22:21:20 GMT", - "Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/73323aac-41dc-4c87-8ed1-a0163184fcf6", + "Date": "Fri, 30 Oct 2020 13:21:52 GMT", + "Location": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/97be7970-9a98-4b3f-980c-77bf06f29131", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "387" + "x-envoy-upstream-service-time": "75" }, "ResponseBody": [] }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/73323aac-41dc-4c87-8ed1-a0163184fcf6?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/97be7970-9a98-4b3f-980c-77bf06f29131?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "4f2036bcf076346c2f0bd896a49c3196", "x-ms-return-client-request-id": "true" @@ -48,32 +48,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "8c480a94-cff7-42d5-84e8-8bb128fd28ce", + "apim-request-id": "82503e71-0269-487b-ba19-e0a2b6570dfd", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:21:20 GMT", + "Date": "Fri, 30 Oct 2020 13:21:52 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": "22" }, "ResponseBody": { "modelInfo": { - "modelId": "73323aac-41dc-4c87-8ed1-a0163184fcf6", + "modelId": "97be7970-9a98-4b3f-980c-77bf06f29131", "status": "creating", - "createdDateTime": "2020-09-09T22:21:20Z", - "lastUpdatedDateTime": "2020-09-09T22:21:20Z" + "createdDateTime": "2020-10-30T13:21:52Z", + "lastUpdatedDateTime": "2020-10-30T13:21:52Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/73323aac-41dc-4c87-8ed1-a0163184fcf6?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/97be7970-9a98-4b3f-980c-77bf06f29131?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "77e02286265e85aaaba2e27cde4e6c36", "x-ms-return-client-request-id": "true" @@ -81,56 +81,23 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "07e42dd3-e536-4997-9316-536a560817bb", + "apim-request-id": "d311f5ae-eae3-42c6-ae2e-c0143fd1555f", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:21:21 GMT", + "Date": "Fri, 30 Oct 2020 13:21:54 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "30" + "x-envoy-upstream-service-time": "22" }, "ResponseBody": { "modelInfo": { - "modelId": "73323aac-41dc-4c87-8ed1-a0163184fcf6", - "status": "creating", - "createdDateTime": "2020-09-09T22:21:20Z", - "lastUpdatedDateTime": "2020-09-09T22:21:20Z" - } - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/73323aac-41dc-4c87-8ed1-a0163184fcf6?includeKeys=true", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "0078dfb23cb54963142a0e26ab3fdbea", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "fe6c2051-96e2-4c80-ad28-5d15809e64f4", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:21:23 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "32" - }, - "ResponseBody": { - "modelInfo": { - "modelId": "73323aac-41dc-4c87-8ed1-a0163184fcf6", + "modelId": "97be7970-9a98-4b3f-980c-77bf06f29131", "attributes": { "isComposed": false }, "status": "ready", - "createdDateTime": "2020-09-09T22:21:20Z", - "lastUpdatedDateTime": "2020-09-09T22:21:22Z" + "createdDateTime": "2020-10-30T13:21:52Z", + "lastUpdatedDateTime": "2020-10-30T13:21:54Z" }, "trainResult": { "averageModelAccuracy": 0.971, @@ -198,7 +165,7 @@ ], "Variables": { "FORM_RECOGNIZER_API_KEY": "Sanitized", - "FORM_RECOGNIZER_ENDPOINT": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/", + "FORM_RECOGNIZER_ENDPOINT": "https://camaiaor-formrec-westcentralus.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": "427345950" } diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/StartTraining(False,True)Async.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/StartTraining(False,True)Async.json index 60aa80c4f0037..5bdb685d7d59f 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/StartTraining(False,True)Async.json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/StartTraining(False,True)Async.json @@ -1,17 +1,17 @@ { "Entries": [ { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "42", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-c24c8a6e20a24d4f83509934a192d076-2f3b67d13f229149-00", + "traceparent": "00-284910ce52d8e9418969fefb2dd9295c-c8797f9c3b1c7748-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "6c055360e464a472530af443120385b1", "x-ms-return-client-request-id": "true" @@ -22,25 +22,25 @@ }, "StatusCode": 201, "ResponseHeaders": { - "apim-request-id": "c68398db-aa92-40dc-a324-75876f78b822", + "apim-request-id": "c4ad40d5-ed6b-41f7-b9a5-3383e658c1ae", "Content-Length": "0", - "Date": "Wed, 09 Sep 2020 22:24:23 GMT", - "Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/edfb6496-b669-404c-8ff9-e0693aa71e82", + "Date": "Fri, 30 Oct 2020 13:24:51 GMT", + "Location": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/96769aa4-eb33-45e2-8536-0dc4e5ec375c", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "218" + "x-envoy-upstream-service-time": "80" }, "ResponseBody": [] }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/edfb6496-b669-404c-8ff9-e0693aa71e82?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/96769aa4-eb33-45e2-8536-0dc4e5ec375c?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "d2e90fb4a0ca4c46989a735117ea2440", "x-ms-return-client-request-id": "true" @@ -48,32 +48,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "03b5fa84-7257-4b1b-aed9-3ce710154982", + "apim-request-id": "1e7a3a02-5a83-48cc-9d68-e1822d321c2a", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:24:23 GMT", + "Date": "Fri, 30 Oct 2020 13:24:51 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "32" + "x-envoy-upstream-service-time": "23" }, "ResponseBody": { "modelInfo": { - "modelId": "edfb6496-b669-404c-8ff9-e0693aa71e82", + "modelId": "96769aa4-eb33-45e2-8536-0dc4e5ec375c", "status": "creating", - "createdDateTime": "2020-09-09T22:24:23Z", - "lastUpdatedDateTime": "2020-09-09T22:24:23Z" + "createdDateTime": "2020-10-30T13:24:51Z", + "lastUpdatedDateTime": "2020-10-30T13:24:51Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/edfb6496-b669-404c-8ff9-e0693aa71e82?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/96769aa4-eb33-45e2-8536-0dc4e5ec375c?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "b6508abbac40a2a90c786760538c6bc6", "x-ms-return-client-request-id": "true" @@ -81,56 +81,23 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "bfc412ac-b755-433d-85ff-b16dec745e89", + "apim-request-id": "1259be0c-a7c9-442d-b058-42c9095d6d60", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:24:24 GMT", + "Date": "Fri, 30 Oct 2020 13:24:52 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "30" + "x-envoy-upstream-service-time": "55" }, "ResponseBody": { "modelInfo": { - "modelId": "edfb6496-b669-404c-8ff9-e0693aa71e82", - "status": "creating", - "createdDateTime": "2020-09-09T22:24:23Z", - "lastUpdatedDateTime": "2020-09-09T22:24:23Z" - } - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/edfb6496-b669-404c-8ff9-e0693aa71e82?includeKeys=true", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "80704ec4fa58bf4b0cb8d3ca70208c68", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "c03a3c24-073a-4cd0-b0c1-2badfa57ab0f", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:24:25 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "31" - }, - "ResponseBody": { - "modelInfo": { - "modelId": "edfb6496-b669-404c-8ff9-e0693aa71e82", + "modelId": "96769aa4-eb33-45e2-8536-0dc4e5ec375c", "attributes": { "isComposed": false }, "status": "ready", - "createdDateTime": "2020-09-09T22:24:23Z", - "lastUpdatedDateTime": "2020-09-09T22:24:25Z" + "createdDateTime": "2020-10-30T13:24:51Z", + "lastUpdatedDateTime": "2020-10-30T13:24:52Z" }, "trainResult": { "averageModelAccuracy": 0.971, @@ -198,7 +165,7 @@ ], "Variables": { "FORM_RECOGNIZER_API_KEY": "Sanitized", - "FORM_RECOGNIZER_ENDPOINT": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/", + "FORM_RECOGNIZER_ENDPOINT": "https://camaiaor-formrec-westcentralus.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": "396288564" } diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/StartTraining(True,False).json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/StartTraining(True,False).json index 9c95355622d03..fdbc39a55e9b1 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/StartTraining(True,False).json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/StartTraining(True,False).json @@ -1,17 +1,17 @@ { "Entries": [ { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "43", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-320dbfffa7630a409c526728e91197d4-12098421d0500148-00", + "traceparent": "00-aa0a7a620d410941b63d27e8453f4e97-8d6cd099b038254b-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "51813a0bb3f296396467168645ac9067", "x-ms-return-client-request-id": "true" @@ -22,25 +22,25 @@ }, "StatusCode": 201, "ResponseHeaders": { - "apim-request-id": "4ad88afe-2aa2-4d61-82b3-92d0e0851e66", + "apim-request-id": "89982b0a-7b96-4552-b996-258f9c5fc6b2", "Content-Length": "0", - "Date": "Wed, 09 Sep 2020 22:21:06 GMT", - "Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/20e398ce-1056-4042-aa99-73d5e1774d9b", + "Date": "Fri, 30 Oct 2020 13:21:38 GMT", + "Location": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/3d452732-d856-4579-bb92-817af8438a2f", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "76" + "x-envoy-upstream-service-time": "69" }, "ResponseBody": [] }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/20e398ce-1056-4042-aa99-73d5e1774d9b?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/3d452732-d856-4579-bb92-817af8438a2f?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "f94112ba166ad082d88b2d10a575a60d", "x-ms-return-client-request-id": "true" @@ -48,32 +48,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "44b4673b-ee3d-457d-bd4a-ce0a6a1a07f7", + "apim-request-id": "0aabd020-e5f8-440d-80e5-0f891221cdd8", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:21:06 GMT", + "Date": "Fri, 30 Oct 2020 13:21:38 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": "23" }, "ResponseBody": { "modelInfo": { - "modelId": "20e398ce-1056-4042-aa99-73d5e1774d9b", + "modelId": "3d452732-d856-4579-bb92-817af8438a2f", "status": "creating", - "createdDateTime": "2020-09-09T22:21:06Z", - "lastUpdatedDateTime": "2020-09-09T22:21:06Z" + "createdDateTime": "2020-10-30T13:21:38Z", + "lastUpdatedDateTime": "2020-10-30T13:21:38Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/20e398ce-1056-4042-aa99-73d5e1774d9b?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/3d452732-d856-4579-bb92-817af8438a2f?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "47566cea0600c8840fefe4b4758269cb", "x-ms-return-client-request-id": "true" @@ -81,9 +81,9 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "d4bd065c-6b57-4e99-a612-0e9e8702bc8e", + "apim-request-id": "850fafae-a29b-45a9-9c1f-a17bde9ea9f3", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:21:07 GMT", + "Date": "Fri, 30 Oct 2020 13:21:40 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", @@ -91,22 +91,22 @@ }, "ResponseBody": { "modelInfo": { - "modelId": "20e398ce-1056-4042-aa99-73d5e1774d9b", + "modelId": "3d452732-d856-4579-bb92-817af8438a2f", "status": "creating", - "createdDateTime": "2020-09-09T22:21:06Z", - "lastUpdatedDateTime": "2020-09-09T22:21:06Z" + "createdDateTime": "2020-10-30T13:21:38Z", + "lastUpdatedDateTime": "2020-10-30T13:21:38Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/20e398ce-1056-4042-aa99-73d5e1774d9b?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/3d452732-d856-4579-bb92-817af8438a2f?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "f8d1737c6e90f56eb7b178668629f1ef", "x-ms-return-client-request-id": "true" @@ -114,32 +114,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "e9d867f7-bc81-421d-a6f0-f91a88b39d7d", + "apim-request-id": "93cbccb8-559a-4076-bf08-4740080e3f83", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:21:08 GMT", + "Date": "Fri, 30 Oct 2020 13:21:42 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": "19" }, "ResponseBody": { "modelInfo": { - "modelId": "20e398ce-1056-4042-aa99-73d5e1774d9b", + "modelId": "3d452732-d856-4579-bb92-817af8438a2f", "status": "creating", - "createdDateTime": "2020-09-09T22:21:06Z", - "lastUpdatedDateTime": "2020-09-09T22:21:06Z" + "createdDateTime": "2020-10-30T13:21:38Z", + "lastUpdatedDateTime": "2020-10-30T13:21:38Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/20e398ce-1056-4042-aa99-73d5e1774d9b?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/3d452732-d856-4579-bb92-817af8438a2f?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "d89b09c04956b3668d78e97a31ce5a56", "x-ms-return-client-request-id": "true" @@ -147,9 +147,9 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "7c8da4ed-3971-408b-b80f-f68b802e358b", + "apim-request-id": "02cebca9-669b-42af-9994-92cf834dda7a", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:21:09 GMT", + "Date": "Fri, 30 Oct 2020 13:21:43 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", @@ -157,22 +157,22 @@ }, "ResponseBody": { "modelInfo": { - "modelId": "20e398ce-1056-4042-aa99-73d5e1774d9b", + "modelId": "3d452732-d856-4579-bb92-817af8438a2f", "status": "creating", - "createdDateTime": "2020-09-09T22:21:06Z", - "lastUpdatedDateTime": "2020-09-09T22:21:06Z" + "createdDateTime": "2020-10-30T13:21:38Z", + "lastUpdatedDateTime": "2020-10-30T13:21:38Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/20e398ce-1056-4042-aa99-73d5e1774d9b?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/3d452732-d856-4579-bb92-817af8438a2f?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "32946121aea37b7cfd60904f8d1e42e6", "x-ms-return-client-request-id": "true" @@ -180,32 +180,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "d28d32dc-176f-4f10-880b-53462024778c", + "apim-request-id": "e160f7e2-0d12-4b31-8667-d238014873b2", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:21:10 GMT", + "Date": "Fri, 30 Oct 2020 13:21:44 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": "21" }, "ResponseBody": { "modelInfo": { - "modelId": "20e398ce-1056-4042-aa99-73d5e1774d9b", + "modelId": "3d452732-d856-4579-bb92-817af8438a2f", "status": "creating", - "createdDateTime": "2020-09-09T22:21:06Z", - "lastUpdatedDateTime": "2020-09-09T22:21:06Z" + "createdDateTime": "2020-10-30T13:21:38Z", + "lastUpdatedDateTime": "2020-10-30T13:21:38Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/20e398ce-1056-4042-aa99-73d5e1774d9b?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/3d452732-d856-4579-bb92-817af8438a2f?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "6cf4f5fe91e733750c1e6a1785f3c3e9", "x-ms-return-client-request-id": "true" @@ -213,32 +213,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "13072591-b709-4260-b228-d7a70306377b", + "apim-request-id": "101c4eeb-8cfe-4599-8959-00c86bd1062f", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:21:11 GMT", + "Date": "Fri, 30 Oct 2020 13:21:45 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "43" + "x-envoy-upstream-service-time": "18" }, "ResponseBody": { "modelInfo": { - "modelId": "20e398ce-1056-4042-aa99-73d5e1774d9b", + "modelId": "3d452732-d856-4579-bb92-817af8438a2f", "status": "creating", - "createdDateTime": "2020-09-09T22:21:06Z", - "lastUpdatedDateTime": "2020-09-09T22:21:06Z" + "createdDateTime": "2020-10-30T13:21:38Z", + "lastUpdatedDateTime": "2020-10-30T13:21:38Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/20e398ce-1056-4042-aa99-73d5e1774d9b?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/3d452732-d856-4579-bb92-817af8438a2f?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "24452256be94114b8c1fdaf5b817256f", "x-ms-return-client-request-id": "true" @@ -246,32 +246,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "53b7c140-1f96-4601-aa67-944ae1facec6", + "apim-request-id": "a1e97d2e-68e7-4c21-9cba-54a2a4021572", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:21:12 GMT", + "Date": "Fri, 30 Oct 2020 13:21:46 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": "28" }, "ResponseBody": { "modelInfo": { - "modelId": "20e398ce-1056-4042-aa99-73d5e1774d9b", + "modelId": "3d452732-d856-4579-bb92-817af8438a2f", "status": "creating", - "createdDateTime": "2020-09-09T22:21:06Z", - "lastUpdatedDateTime": "2020-09-09T22:21:06Z" + "createdDateTime": "2020-10-30T13:21:38Z", + "lastUpdatedDateTime": "2020-10-30T13:21:38Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/20e398ce-1056-4042-aa99-73d5e1774d9b?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/3d452732-d856-4579-bb92-817af8438a2f?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "3c7c0336eeda906fec6026854364f60a", "x-ms-return-client-request-id": "true" @@ -279,32 +279,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "246a2ffb-bee4-4aa1-9533-3ffaf347ef92", + "apim-request-id": "fd251891-9b02-4b22-8956-74c546a144fc", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:21:13 GMT", + "Date": "Fri, 30 Oct 2020 13:21:48 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": "36" }, "ResponseBody": { "modelInfo": { - "modelId": "20e398ce-1056-4042-aa99-73d5e1774d9b", + "modelId": "3d452732-d856-4579-bb92-817af8438a2f", "status": "creating", - "createdDateTime": "2020-09-09T22:21:06Z", - "lastUpdatedDateTime": "2020-09-09T22:21:06Z" + "createdDateTime": "2020-10-30T13:21:38Z", + "lastUpdatedDateTime": "2020-10-30T13:21:38Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/20e398ce-1056-4042-aa99-73d5e1774d9b?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/3d452732-d856-4579-bb92-817af8438a2f?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "6bf8a79d1ed83f51a9e2dfc7b67f7af4", "x-ms-return-client-request-id": "true" @@ -312,32 +312,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "d84ca337-f3dd-4e5c-9c35-c426efa59e26", + "apim-request-id": "a1bdb1e2-562e-44a2-8a3d-849e543dd0f1", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:21:14 GMT", + "Date": "Fri, 30 Oct 2020 13:21:49 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": "23" }, "ResponseBody": { "modelInfo": { - "modelId": "20e398ce-1056-4042-aa99-73d5e1774d9b", + "modelId": "3d452732-d856-4579-bb92-817af8438a2f", "status": "creating", - "createdDateTime": "2020-09-09T22:21:06Z", - "lastUpdatedDateTime": "2020-09-09T22:21:06Z" + "createdDateTime": "2020-10-30T13:21:38Z", + "lastUpdatedDateTime": "2020-10-30T13:21:38Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/20e398ce-1056-4042-aa99-73d5e1774d9b?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/3d452732-d856-4579-bb92-817af8438a2f?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "81e1fbf88677680eb3b5373498c6cd27", "x-ms-return-client-request-id": "true" @@ -345,32 +345,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "556bb46f-084d-45f6-ae83-df43a3e74dd3", + "apim-request-id": "3ce8d815-22ae-4bdb-ba39-da2eae300da6", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:21:15 GMT", + "Date": "Fri, 30 Oct 2020 13:21:50 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": "20" }, "ResponseBody": { "modelInfo": { - "modelId": "20e398ce-1056-4042-aa99-73d5e1774d9b", + "modelId": "3d452732-d856-4579-bb92-817af8438a2f", "status": "creating", - "createdDateTime": "2020-09-09T22:21:06Z", - "lastUpdatedDateTime": "2020-09-09T22:21:06Z" + "createdDateTime": "2020-10-30T13:21:38Z", + "lastUpdatedDateTime": "2020-10-30T13:21:38Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/20e398ce-1056-4042-aa99-73d5e1774d9b?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/3d452732-d856-4579-bb92-817af8438a2f?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "1157d029ba1e1796b23c93f70ea7d96d", "x-ms-return-client-request-id": "true" @@ -378,119 +378,20 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "883ed093-a89b-49d7-b65f-02ad484773d0", + "apim-request-id": "4129ec30-755a-4fc6-b7b8-61f56de019c0", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:21:16 GMT", + "Date": "Fri, 30 Oct 2020 13:21:52 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "38" - }, - "ResponseBody": { - "modelInfo": { - "modelId": "20e398ce-1056-4042-aa99-73d5e1774d9b", - "status": "creating", - "createdDateTime": "2020-09-09T22:21:06Z", - "lastUpdatedDateTime": "2020-09-09T22:21:06Z" - } - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/20e398ce-1056-4042-aa99-73d5e1774d9b?includeKeys=true", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "488c31e5758316929890b723e61ca7e3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "c346a4c1-8826-4209-8a73-21fa9537b945", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:21:17 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "79" - }, - "ResponseBody": { - "modelInfo": { - "modelId": "20e398ce-1056-4042-aa99-73d5e1774d9b", - "status": "creating", - "createdDateTime": "2020-09-09T22:21:06Z", - "lastUpdatedDateTime": "2020-09-09T22:21:06Z" - } - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/20e398ce-1056-4042-aa99-73d5e1774d9b?includeKeys=true", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "e69eb71469273ed565c9ce3af3165a0b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "ad7ae0bd-2d64-45ba-86a4-237c798d85e5", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:21:18 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "30" - }, - "ResponseBody": { - "modelInfo": { - "modelId": "20e398ce-1056-4042-aa99-73d5e1774d9b", - "status": "creating", - "createdDateTime": "2020-09-09T22:21:06Z", - "lastUpdatedDateTime": "2020-09-09T22:21:06Z" - } - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/20e398ce-1056-4042-aa99-73d5e1774d9b?includeKeys=true", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "674fcadb8539b3a43d41798e02723196", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "95da74fa-28a4-48e2-a1f8-233964610793", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:21:19 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "31" + "x-envoy-upstream-service-time": "21" }, "ResponseBody": { "modelInfo": { - "modelId": "20e398ce-1056-4042-aa99-73d5e1774d9b", + "modelId": "3d452732-d856-4579-bb92-817af8438a2f", "status": "ready", - "createdDateTime": "2020-09-09T22:21:06Z", - "lastUpdatedDateTime": "2020-09-09T22:21:19Z" + "createdDateTime": "2020-10-30T13:21:38Z", + "lastUpdatedDateTime": "2020-10-30T13:21:50Z" }, "keys": { "clusters": { @@ -563,7 +464,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-westcentralus.cognitiveservices.azure.com/", "RandomSeed": "371983793" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/StartTraining(True,False)Async.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/StartTraining(True,False)Async.json index 24459f942dcc0..f9a876a4a838e 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/StartTraining(True,False)Async.json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/StartTraining(True,False)Async.json @@ -1,17 +1,17 @@ { "Entries": [ { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "43", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-aa6292669d91054783bb51fdc9a274e2-8fc4d55ce1c04847-00", + "traceparent": "00-ce6ebd17c2b8f142aa6b26493e17106e-f5a3095c52f5074b-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "54e591343d4ffc39f7e5d701e702fcb3", "x-ms-return-client-request-id": "true" @@ -22,25 +22,25 @@ }, "StatusCode": 201, "ResponseHeaders": { - "apim-request-id": "0a5d9899-53b4-4447-b820-ae797c454e4f", + "apim-request-id": "b7027fa0-fe72-4f2a-bab2-07a2a605912a", "Content-Length": "0", - "Date": "Wed, 09 Sep 2020 22:24:08 GMT", - "Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/624a60c7-fef9-4b10-8898-5f0d7fa432a9", + "Date": "Fri, 30 Oct 2020 13:24:37 GMT", + "Location": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/43bc2d9d-10f1-4466-be33-546ae07a7a28", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "284" + "x-envoy-upstream-service-time": "85" }, "ResponseBody": [] }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/624a60c7-fef9-4b10-8898-5f0d7fa432a9?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/43bc2d9d-10f1-4466-be33-546ae07a7a28?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "6e538bfaf3df28470abc109a3bc0e423", "x-ms-return-client-request-id": "true" @@ -48,9 +48,9 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "b9c02d4d-1408-4a41-bf39-650af5cd5872", + "apim-request-id": "e359d73f-6847-496c-8906-bd00f9b4cf59", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:24:08 GMT", + "Date": "Fri, 30 Oct 2020 13:24:37 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", @@ -58,22 +58,22 @@ }, "ResponseBody": { "modelInfo": { - "modelId": "624a60c7-fef9-4b10-8898-5f0d7fa432a9", + "modelId": "43bc2d9d-10f1-4466-be33-546ae07a7a28", "status": "creating", - "createdDateTime": "2020-09-09T22:24:08Z", - "lastUpdatedDateTime": "2020-09-09T22:24:08Z" + "createdDateTime": "2020-10-30T13:24:37Z", + "lastUpdatedDateTime": "2020-10-30T13:24:37Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/624a60c7-fef9-4b10-8898-5f0d7fa432a9?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/43bc2d9d-10f1-4466-be33-546ae07a7a28?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "e7b98c78bd28c0106ba9ab871f544402", "x-ms-return-client-request-id": "true" @@ -81,32 +81,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "735d6005-57e1-41f0-8e11-0e15502aac93", + "apim-request-id": "439367ae-a8ff-4069-8786-984e0ef8b5e8", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:24:09 GMT", + "Date": "Fri, 30 Oct 2020 13:24:38 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": "21" }, "ResponseBody": { "modelInfo": { - "modelId": "624a60c7-fef9-4b10-8898-5f0d7fa432a9", + "modelId": "43bc2d9d-10f1-4466-be33-546ae07a7a28", "status": "creating", - "createdDateTime": "2020-09-09T22:24:08Z", - "lastUpdatedDateTime": "2020-09-09T22:24:08Z" + "createdDateTime": "2020-10-30T13:24:37Z", + "lastUpdatedDateTime": "2020-10-30T13:24:37Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/624a60c7-fef9-4b10-8898-5f0d7fa432a9?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/43bc2d9d-10f1-4466-be33-546ae07a7a28?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "7a7342685ab7416a4abc4a932d9ec136", "x-ms-return-client-request-id": "true" @@ -114,32 +114,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "64e2ebf4-1276-4a60-bd1d-80c44801f82e", + "apim-request-id": "0f9a3c28-f2d5-44e5-b44b-668dee1dd7ab", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:24:10 GMT", + "Date": "Fri, 30 Oct 2020 13:24:40 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": "20" }, "ResponseBody": { "modelInfo": { - "modelId": "624a60c7-fef9-4b10-8898-5f0d7fa432a9", + "modelId": "43bc2d9d-10f1-4466-be33-546ae07a7a28", "status": "creating", - "createdDateTime": "2020-09-09T22:24:08Z", - "lastUpdatedDateTime": "2020-09-09T22:24:08Z" + "createdDateTime": "2020-10-30T13:24:37Z", + "lastUpdatedDateTime": "2020-10-30T13:24:37Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/624a60c7-fef9-4b10-8898-5f0d7fa432a9?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/43bc2d9d-10f1-4466-be33-546ae07a7a28?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "5b89b40114483c8b7b92033647bf08b5", "x-ms-return-client-request-id": "true" @@ -147,9 +147,9 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "e9af0d61-9070-4ea8-bd20-405086243e29", + "apim-request-id": "6a25303e-7994-41fd-996a-416fe2c05b47", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:24:11 GMT", + "Date": "Fri, 30 Oct 2020 13:24:41 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", @@ -157,22 +157,22 @@ }, "ResponseBody": { "modelInfo": { - "modelId": "624a60c7-fef9-4b10-8898-5f0d7fa432a9", + "modelId": "43bc2d9d-10f1-4466-be33-546ae07a7a28", "status": "creating", - "createdDateTime": "2020-09-09T22:24:08Z", - "lastUpdatedDateTime": "2020-09-09T22:24:08Z" + "createdDateTime": "2020-10-30T13:24:37Z", + "lastUpdatedDateTime": "2020-10-30T13:24:37Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/624a60c7-fef9-4b10-8898-5f0d7fa432a9?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/43bc2d9d-10f1-4466-be33-546ae07a7a28?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "f8320d77694d1d6b22789c6b727c92cc", "x-ms-return-client-request-id": "true" @@ -180,32 +180,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "dd58a1b1-27ac-4411-bd1b-7281e390a68b", + "apim-request-id": "df1b6867-3529-4136-b5f3-bab0f75543f2", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:24:12 GMT", + "Date": "Fri, 30 Oct 2020 13:24:43 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": "624a60c7-fef9-4b10-8898-5f0d7fa432a9", + "modelId": "43bc2d9d-10f1-4466-be33-546ae07a7a28", "status": "creating", - "createdDateTime": "2020-09-09T22:24:08Z", - "lastUpdatedDateTime": "2020-09-09T22:24:08Z" + "createdDateTime": "2020-10-30T13:24:37Z", + "lastUpdatedDateTime": "2020-10-30T13:24:37Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/624a60c7-fef9-4b10-8898-5f0d7fa432a9?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/43bc2d9d-10f1-4466-be33-546ae07a7a28?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "6b8674e7e9cb54b9b736ff245733f98b", "x-ms-return-client-request-id": "true" @@ -213,32 +213,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "7a21ccca-8a22-4e8d-9bb3-71bcb62df781", + "apim-request-id": "f73bf5f5-883a-4ee8-8395-9d6105443ae2", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:24:13 GMT", + "Date": "Fri, 30 Oct 2020 13:24:44 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "22" + "x-envoy-upstream-service-time": "57" }, "ResponseBody": { "modelInfo": { - "modelId": "624a60c7-fef9-4b10-8898-5f0d7fa432a9", + "modelId": "43bc2d9d-10f1-4466-be33-546ae07a7a28", "status": "creating", - "createdDateTime": "2020-09-09T22:24:08Z", - "lastUpdatedDateTime": "2020-09-09T22:24:08Z" + "createdDateTime": "2020-10-30T13:24:37Z", + "lastUpdatedDateTime": "2020-10-30T13:24:37Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/624a60c7-fef9-4b10-8898-5f0d7fa432a9?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/43bc2d9d-10f1-4466-be33-546ae07a7a28?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "201b95b4c86c97e9486b39d0771fcafe", "x-ms-return-client-request-id": "true" @@ -246,32 +246,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "173bd9d3-2a14-44cc-afbd-7d93df1236f7", + "apim-request-id": "a1a9d726-7212-4516-a9d3-2f58936fe4f8", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:24:14 GMT", + "Date": "Fri, 30 Oct 2020 13:24:45 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": "23" }, "ResponseBody": { "modelInfo": { - "modelId": "624a60c7-fef9-4b10-8898-5f0d7fa432a9", + "modelId": "43bc2d9d-10f1-4466-be33-546ae07a7a28", "status": "creating", - "createdDateTime": "2020-09-09T22:24:08Z", - "lastUpdatedDateTime": "2020-09-09T22:24:08Z" + "createdDateTime": "2020-10-30T13:24:37Z", + "lastUpdatedDateTime": "2020-10-30T13:24:37Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/624a60c7-fef9-4b10-8898-5f0d7fa432a9?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/43bc2d9d-10f1-4466-be33-546ae07a7a28?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "d34e36ff9d398eea53dd41166a47c6ee", "x-ms-return-client-request-id": "true" @@ -279,9 +279,9 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "63d1da1c-858b-4ace-99fd-585b6b9da3c5", + "apim-request-id": "69e83e77-9269-4d40-9e5b-5223719866bd", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:24:15 GMT", + "Date": "Fri, 30 Oct 2020 13:24:47 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", @@ -289,22 +289,22 @@ }, "ResponseBody": { "modelInfo": { - "modelId": "624a60c7-fef9-4b10-8898-5f0d7fa432a9", + "modelId": "43bc2d9d-10f1-4466-be33-546ae07a7a28", "status": "creating", - "createdDateTime": "2020-09-09T22:24:08Z", - "lastUpdatedDateTime": "2020-09-09T22:24:08Z" + "createdDateTime": "2020-10-30T13:24:37Z", + "lastUpdatedDateTime": "2020-10-30T13:24:37Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/624a60c7-fef9-4b10-8898-5f0d7fa432a9?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/43bc2d9d-10f1-4466-be33-546ae07a7a28?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "ddb7117e72611f608aee235fafe9dc97", "x-ms-return-client-request-id": "true" @@ -312,32 +312,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "f5e79ff5-ae56-47c0-9347-17d2f8cebc62", + "apim-request-id": "6789587e-ac1c-450b-932c-f191f3fb87ee", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:24:16 GMT", + "Date": "Fri, 30 Oct 2020 13:24:48 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": "22" }, "ResponseBody": { "modelInfo": { - "modelId": "624a60c7-fef9-4b10-8898-5f0d7fa432a9", + "modelId": "43bc2d9d-10f1-4466-be33-546ae07a7a28", "status": "creating", - "createdDateTime": "2020-09-09T22:24:08Z", - "lastUpdatedDateTime": "2020-09-09T22:24:08Z" + "createdDateTime": "2020-10-30T13:24:37Z", + "lastUpdatedDateTime": "2020-10-30T13:24:37Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/624a60c7-fef9-4b10-8898-5f0d7fa432a9?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/43bc2d9d-10f1-4466-be33-546ae07a7a28?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "2024006b26e51651aa8ccc8e86d32d01", "x-ms-return-client-request-id": "true" @@ -345,32 +345,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "4f4e1f7b-ff82-4e76-ad19-d269f229242d", + "apim-request-id": "d850a511-6332-42bf-ba86-35ada196baa1", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:24:17 GMT", + "Date": "Fri, 30 Oct 2020 13:24:49 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "35" + "x-envoy-upstream-service-time": "22" }, "ResponseBody": { "modelInfo": { - "modelId": "624a60c7-fef9-4b10-8898-5f0d7fa432a9", + "modelId": "43bc2d9d-10f1-4466-be33-546ae07a7a28", "status": "creating", - "createdDateTime": "2020-09-09T22:24:08Z", - "lastUpdatedDateTime": "2020-09-09T22:24:08Z" + "createdDateTime": "2020-10-30T13:24:37Z", + "lastUpdatedDateTime": "2020-10-30T13:24:37Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/624a60c7-fef9-4b10-8898-5f0d7fa432a9?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/43bc2d9d-10f1-4466-be33-546ae07a7a28?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "65514ba5ed688d9cd62f484b7a8ade6a", "x-ms-return-client-request-id": "true" @@ -378,152 +378,20 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "ff02a73a-85b3-4385-8ae0-94a8a2eda93e", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:24:18 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": "624a60c7-fef9-4b10-8898-5f0d7fa432a9", - "status": "creating", - "createdDateTime": "2020-09-09T22:24:08Z", - "lastUpdatedDateTime": "2020-09-09T22:24:08Z" - } - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/624a60c7-fef9-4b10-8898-5f0d7fa432a9?includeKeys=true", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "69aaaa00a5225808c0a132d5a5d198b7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "f8ee5d52-8ce1-42dc-a42f-c94209c8681d", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:24:19 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": "624a60c7-fef9-4b10-8898-5f0d7fa432a9", - "status": "creating", - "createdDateTime": "2020-09-09T22:24:08Z", - "lastUpdatedDateTime": "2020-09-09T22:24:08Z" - } - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/624a60c7-fef9-4b10-8898-5f0d7fa432a9?includeKeys=true", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "64ba21c077977e2e63974ab5dd069b1f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "a6b099cd-9305-415b-b06e-c298d30d3716", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:24:20 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": "624a60c7-fef9-4b10-8898-5f0d7fa432a9", - "status": "creating", - "createdDateTime": "2020-09-09T22:24:08Z", - "lastUpdatedDateTime": "2020-09-09T22:24:08Z" - } - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/624a60c7-fef9-4b10-8898-5f0d7fa432a9?includeKeys=true", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "dc8d61adc328ffde42f9a5c7bac7e804", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "607a8c8c-8fe6-4898-9ac9-bab3b090ec13", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:24:21 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "26" - }, - "ResponseBody": { - "modelInfo": { - "modelId": "624a60c7-fef9-4b10-8898-5f0d7fa432a9", - "status": "creating", - "createdDateTime": "2020-09-09T22:24:08Z", - "lastUpdatedDateTime": "2020-09-09T22:24:08Z" - } - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/624a60c7-fef9-4b10-8898-5f0d7fa432a9?includeKeys=true", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "588b91977ad089d37b2c068a5b537aba", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "265b1dc3-eb5f-4474-a7be-0369080bb8e4", + "apim-request-id": "6938a7e1-6575-43bf-b7f7-4e09dba8ee9a", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:24:23 GMT", + "Date": "Fri, 30 Oct 2020 13:24:50 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": "22" }, "ResponseBody": { "modelInfo": { - "modelId": "624a60c7-fef9-4b10-8898-5f0d7fa432a9", + "modelId": "43bc2d9d-10f1-4466-be33-546ae07a7a28", "status": "ready", - "createdDateTime": "2020-09-09T22:24:08Z", - "lastUpdatedDateTime": "2020-09-09T22:24:22Z" + "createdDateTime": "2020-10-30T13:24:37Z", + "lastUpdatedDateTime": "2020-10-30T13:24:49Z" }, "keys": { "clusters": { @@ -596,7 +464,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-westcentralus.cognitiveservices.azure.com/", "RandomSeed": "453384387" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/StartTraining(True,True).json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/StartTraining(True,True).json index cf1b5c2cb2692..ea19cdaec8c54 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/StartTraining(True,True).json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/StartTraining(True,True).json @@ -1,17 +1,17 @@ { "Entries": [ { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "42", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-d341553372fa434a96f38690d3d52634-cd5c145de0da884f-00", + "traceparent": "00-2fb28ed343cb274ab0f256c0b78989a9-1d9dba6fa3660c47-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "9213f3002f03ece1445c6cc140c90114", "x-ms-return-client-request-id": "true" @@ -22,25 +22,25 @@ }, "StatusCode": 201, "ResponseHeaders": { - "apim-request-id": "83731892-a96f-4475-839e-497f8a027705", + "apim-request-id": "7ddd8ad4-2fd0-4c78-96e1-1ecf365186ef", "Content-Length": "0", - "Date": "Wed, 09 Sep 2020 22:21:02 GMT", - "Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/d1bf30dc-45a1-4bfe-9e5e-6e50d6ffa19d", + "Date": "Fri, 30 Oct 2020 13:21:35 GMT", + "Location": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/40383a51-dfe6-4c51-9c4c-e3d5ad3a662b", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "228" + "x-envoy-upstream-service-time": "81" }, "ResponseBody": [] }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/d1bf30dc-45a1-4bfe-9e5e-6e50d6ffa19d?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/40383a51-dfe6-4c51-9c4c-e3d5ad3a662b?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "9e38b3bc44b41862c4727969f79cba1f", "x-ms-return-client-request-id": "true" @@ -48,32 +48,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "77a3a310-f2c9-42df-85b8-bcdb492d5db4", + "apim-request-id": "0d6a77f8-ac7b-4c23-9b77-538e526c189c", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:21:02 GMT", + "Date": "Fri, 30 Oct 2020 13:21:35 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": "21" }, "ResponseBody": { "modelInfo": { - "modelId": "d1bf30dc-45a1-4bfe-9e5e-6e50d6ffa19d", + "modelId": "40383a51-dfe6-4c51-9c4c-e3d5ad3a662b", "status": "creating", - "createdDateTime": "2020-09-09T22:21:03Z", - "lastUpdatedDateTime": "2020-09-09T22:21:03Z" + "createdDateTime": "2020-10-30T13:21:35Z", + "lastUpdatedDateTime": "2020-10-30T13:21:35Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/d1bf30dc-45a1-4bfe-9e5e-6e50d6ffa19d?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/40383a51-dfe6-4c51-9c4c-e3d5ad3a662b?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "881ee23913fb3dda833e90411d378fcf", "x-ms-return-client-request-id": "true" @@ -81,32 +81,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "992cbb7b-187e-45b0-8a30-723217e7881c", + "apim-request-id": "a2f52ddb-a243-4137-bb95-a516ef996464", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:21:04 GMT", + "Date": "Fri, 30 Oct 2020 13:21:36 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": "20" }, "ResponseBody": { "modelInfo": { - "modelId": "d1bf30dc-45a1-4bfe-9e5e-6e50d6ffa19d", + "modelId": "40383a51-dfe6-4c51-9c4c-e3d5ad3a662b", "status": "creating", - "createdDateTime": "2020-09-09T22:21:03Z", - "lastUpdatedDateTime": "2020-09-09T22:21:03Z" + "createdDateTime": "2020-10-30T13:21:35Z", + "lastUpdatedDateTime": "2020-10-30T13:21:35Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/d1bf30dc-45a1-4bfe-9e5e-6e50d6ffa19d?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/40383a51-dfe6-4c51-9c4c-e3d5ad3a662b?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "29e9222fb3ecbc5691face91b678f5a8", "x-ms-return-client-request-id": "true" @@ -114,56 +114,23 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "c26b3c4a-265e-4212-a997-7602112000c7", + "apim-request-id": "ef42539a-1ecf-44a6-b561-f8f1f7219169", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:21:05 GMT", + "Date": "Fri, 30 Oct 2020 13:21:38 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": "24" }, "ResponseBody": { "modelInfo": { - "modelId": "d1bf30dc-45a1-4bfe-9e5e-6e50d6ffa19d", - "status": "creating", - "createdDateTime": "2020-09-09T22:21:03Z", - "lastUpdatedDateTime": "2020-09-09T22:21:03Z" - } - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/d1bf30dc-45a1-4bfe-9e5e-6e50d6ffa19d?includeKeys=true", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "5e884ca178aba918d9fb1b75b320fa8c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "2dcade41-0a32-4586-9e23-20b176690f30", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:21:06 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": "d1bf30dc-45a1-4bfe-9e5e-6e50d6ffa19d", + "modelId": "40383a51-dfe6-4c51-9c4c-e3d5ad3a662b", "attributes": { "isComposed": false }, "status": "ready", - "createdDateTime": "2020-09-09T22:21:03Z", - "lastUpdatedDateTime": "2020-09-09T22:21:06Z" + "createdDateTime": "2020-10-30T13:21:35Z", + "lastUpdatedDateTime": "2020-10-30T13:21:37Z" }, "trainResult": { "averageModelAccuracy": 0.96, @@ -264,7 +231,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-westcentralus.cognitiveservices.azure.com/", "RandomSeed": "581701029" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/StartTraining(True,True)Async.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/StartTraining(True,True)Async.json index e309cd672fbfa..f1d23f22c1845 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/StartTraining(True,True)Async.json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/StartTraining(True,True)Async.json @@ -1,17 +1,17 @@ { "Entries": [ { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "42", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-2d9388d12769e8428dd7069906c80051-48f02318f8d3af45-00", + "traceparent": "00-dd687d53a583de469bc7f863f633d29c-88fe9155be010c4f-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "bcef6f53cb033bf0f4d86e7dbac83d63", "x-ms-return-client-request-id": "true" @@ -22,25 +22,25 @@ }, "StatusCode": 201, "ResponseHeaders": { - "apim-request-id": "25f66992-cf27-4e53-8466-481e4bf93c00", + "apim-request-id": "aee63f9e-b30f-4ff9-ab0a-4a3b730724df", "Content-Length": "0", - "Date": "Wed, 09 Sep 2020 22:24:04 GMT", - "Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/5caa8c69-5ae7-4948-9274-d72806c35838", + "Date": "Fri, 30 Oct 2020 13:24:33 GMT", + "Location": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/4b815719-ec80-4bd7-a709-91ae6a44fdf7", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "212" + "x-envoy-upstream-service-time": "87" }, "ResponseBody": [] }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/5caa8c69-5ae7-4948-9274-d72806c35838?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/4b815719-ec80-4bd7-a709-91ae6a44fdf7?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "5b6abfb595fc688de822826f8f822c0f", "x-ms-return-client-request-id": "true" @@ -48,32 +48,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "9a582bb5-ed1e-4ac6-b499-ea277d32294f", + "apim-request-id": "7b240b82-2d62-427a-a463-3f44859b535e", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:24:04 GMT", + "Date": "Fri, 30 Oct 2020 13:24:33 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": "5caa8c69-5ae7-4948-9274-d72806c35838", + "modelId": "4b815719-ec80-4bd7-a709-91ae6a44fdf7", "status": "creating", - "createdDateTime": "2020-09-09T22:24:04Z", - "lastUpdatedDateTime": "2020-09-09T22:24:04Z" + "createdDateTime": "2020-10-30T13:24:33Z", + "lastUpdatedDateTime": "2020-10-30T13:24:33Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/5caa8c69-5ae7-4948-9274-d72806c35838?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/4b815719-ec80-4bd7-a709-91ae6a44fdf7?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "c48a48ac33924802aa0ad9929ff728f3", "x-ms-return-client-request-id": "true" @@ -81,32 +81,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "6bf54201-3eb8-4f77-aa30-15935b00db19", + "apim-request-id": "70a13b16-7d2e-4e56-90d4-ad5e4beababb", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:24:05 GMT", + "Date": "Fri, 30 Oct 2020 13:24:34 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": "20" }, "ResponseBody": { "modelInfo": { - "modelId": "5caa8c69-5ae7-4948-9274-d72806c35838", + "modelId": "4b815719-ec80-4bd7-a709-91ae6a44fdf7", "status": "creating", - "createdDateTime": "2020-09-09T22:24:04Z", - "lastUpdatedDateTime": "2020-09-09T22:24:04Z" + "createdDateTime": "2020-10-30T13:24:33Z", + "lastUpdatedDateTime": "2020-10-30T13:24:33Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/5caa8c69-5ae7-4948-9274-d72806c35838?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/4b815719-ec80-4bd7-a709-91ae6a44fdf7?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "81201056c79fbeb4e187d4e14881ac72", "x-ms-return-client-request-id": "true" @@ -114,56 +114,23 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "a127913f-acb7-4307-893f-d8b17edca97e", + "apim-request-id": "01140d91-f173-4d04-a8f5-3d16f24580d7", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:24:06 GMT", + "Date": "Fri, 30 Oct 2020 13:24:36 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": "27" }, "ResponseBody": { "modelInfo": { - "modelId": "5caa8c69-5ae7-4948-9274-d72806c35838", - "status": "creating", - "createdDateTime": "2020-09-09T22:24:04Z", - "lastUpdatedDateTime": "2020-09-09T22:24:04Z" - } - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/5caa8c69-5ae7-4948-9274-d72806c35838?includeKeys=true", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "71d15eac783d82d1bc21b0f1bcfac8f0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "f0f430d5-e4ca-424b-827c-6f72a582261c", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:24:07 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "26" - }, - "ResponseBody": { - "modelInfo": { - "modelId": "5caa8c69-5ae7-4948-9274-d72806c35838", + "modelId": "4b815719-ec80-4bd7-a709-91ae6a44fdf7", "attributes": { "isComposed": false }, "status": "ready", - "createdDateTime": "2020-09-09T22:24:04Z", - "lastUpdatedDateTime": "2020-09-09T22:24:07Z" + "createdDateTime": "2020-10-30T13:24:33Z", + "lastUpdatedDateTime": "2020-10-30T13:24:35Z" }, "trainResult": { "averageModelAccuracy": 0.96, @@ -264,7 +231,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-westcentralus.cognitiveservices.azure.com/", "RandomSeed": "238901270" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/StartTrainingError.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/StartTrainingError.json index 53ed08dc5ab80..1cabef058b3c6 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/StartTrainingError.json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/StartTrainingError.json @@ -1,17 +1,17 @@ { "Entries": [ { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "43", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-8c99c3cf854dd04e9e531d928795038e-3dee2b52a20d7c42-00", + "traceparent": "00-7ed6507c3dd06646b8ffaef92d8a9df7-4689b3f16d04c74b-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "8f9ae89208c5443b9f6e2654f1014628", "x-ms-return-client-request-id": "true" @@ -22,25 +22,25 @@ }, "StatusCode": 201, "ResponseHeaders": { - "apim-request-id": "80b9bbcf-21b9-4a9c-b8bf-fa379066e825", + "apim-request-id": "45b72160-03ed-40db-80aa-c6d5bd5861ee", "Content-Length": "0", - "Date": "Wed, 09 Sep 2020 22:20:48 GMT", - "Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/132f040d-4fa8-4e4f-aab9-c3116eb2d2ec", + "Date": "Fri, 30 Oct 2020 13:20:52 GMT", + "Location": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/b370849a-a304-464b-acdb-1308a78b2fa2", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "227" + "x-envoy-upstream-service-time": "117" }, "ResponseBody": [] }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/132f040d-4fa8-4e4f-aab9-c3116eb2d2ec?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/b370849a-a304-464b-acdb-1308a78b2fa2?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "7c4755da5a276c365bff5b82043733db", "x-ms-return-client-request-id": "true" @@ -48,32 +48,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "4f03b651-af38-4ab1-89c5-1aa308c72a66", + "apim-request-id": "6ce22dbc-6bdf-40cd-8458-93c7362a8764", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:20:48 GMT", + "Date": "Fri, 30 Oct 2020 13:20:52 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": "132f040d-4fa8-4e4f-aab9-c3116eb2d2ec", + "modelId": "b370849a-a304-464b-acdb-1308a78b2fa2", "status": "creating", - "createdDateTime": "2020-09-09T22:20:49Z", - "lastUpdatedDateTime": "2020-09-09T22:20:49Z" + "createdDateTime": "2020-10-30T13:20:52Z", + "lastUpdatedDateTime": "2020-10-30T13:20:52Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/132f040d-4fa8-4e4f-aab9-c3116eb2d2ec?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/b370849a-a304-464b-acdb-1308a78b2fa2?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "fdbffb4cd99ce866e4f9480048fe2364", "x-ms-return-client-request-id": "true" @@ -81,21 +81,21 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "793da8e3-9d74-466b-8284-77e79a0390bb", + "apim-request-id": "26e0a72a-9ce2-4a59-8d68-9b5a82182701", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:20:49 GMT", + "Date": "Fri, 30 Oct 2020 13:20:53 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": "29", "x-ms-cs-error-code": "2001" }, "ResponseBody": { "modelInfo": { - "modelId": "132f040d-4fa8-4e4f-aab9-c3116eb2d2ec", + "modelId": "b370849a-a304-464b-acdb-1308a78b2fa2", "status": "invalid", - "createdDateTime": "2020-09-09T22:20:49Z", - "lastUpdatedDateTime": "2020-09-09T22:20:49Z" + "createdDateTime": "2020-10-30T13:20:52Z", + "lastUpdatedDateTime": "2020-10-30T13:20:52Z" }, "keys": { "clusters": {} @@ -114,7 +114,7 @@ ], "Variables": { "FORM_RECOGNIZER_API_KEY": "Sanitized", - "FORM_RECOGNIZER_ENDPOINT": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/", + "FORM_RECOGNIZER_ENDPOINT": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/", "RandomSeed": "387877828" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/StartTrainingErrorAsync.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/StartTrainingErrorAsync.json index 71e68fd8dfd0b..1ef71c571646b 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/StartTrainingErrorAsync.json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/StartTrainingErrorAsync.json @@ -1,17 +1,17 @@ { "Entries": [ { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "43", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-d3e4a892085c4e428b0763202a9eb61e-6ef01f2abd869d48-00", + "traceparent": "00-3443b9c6c951644c929e613ccc0d4b4d-8e51d63339b9ee4d-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "c64173451e2490779e31952f2e0db6a4", "x-ms-return-client-request-id": "true" @@ -22,25 +22,25 @@ }, "StatusCode": 201, "ResponseHeaders": { - "apim-request-id": "5724aae4-cbea-4f76-96c7-59ad9a11ba19", + "apim-request-id": "1abb6d08-071b-41a3-8b6d-efc4e5d11e76", "Content-Length": "0", - "Date": "Wed, 09 Sep 2020 22:23:50 GMT", - "Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/6e2281f4-8a46-4578-a89b-47a6ba1d4b4b", + "Date": "Fri, 30 Oct 2020 13:23:52 GMT", + "Location": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/cfe8a11b-ae8c-4105-a8a3-ab69bd8a4354", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "230" + "x-envoy-upstream-service-time": "74" }, "ResponseBody": [] }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/6e2281f4-8a46-4578-a89b-47a6ba1d4b4b?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/cfe8a11b-ae8c-4105-a8a3-ab69bd8a4354?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "3bb4329cdfe69426f8e12d527267761c", "x-ms-return-client-request-id": "true" @@ -48,32 +48,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "bfb59ae8-807e-4e72-af72-8dae55ed99f8", + "apim-request-id": "970f1ac4-0a28-4927-a462-af7fe33ac8cf", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:23:50 GMT", + "Date": "Fri, 30 Oct 2020 13:23:52 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": "21" }, "ResponseBody": { "modelInfo": { - "modelId": "6e2281f4-8a46-4578-a89b-47a6ba1d4b4b", + "modelId": "cfe8a11b-ae8c-4105-a8a3-ab69bd8a4354", "status": "creating", - "createdDateTime": "2020-09-09T22:23:51Z", - "lastUpdatedDateTime": "2020-09-09T22:23:51Z" + "createdDateTime": "2020-10-30T13:23:52Z", + "lastUpdatedDateTime": "2020-10-30T13:23:52Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/6e2281f4-8a46-4578-a89b-47a6ba1d4b4b?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/cfe8a11b-ae8c-4105-a8a3-ab69bd8a4354?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "e1f94413633b528136238c1a1a5f8ffd", "x-ms-return-client-request-id": "true" @@ -81,21 +81,21 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "0650ebf2-6531-4bdb-b864-097cc4a143e5", + "apim-request-id": "0e5876eb-10c0-459f-a02f-3f4a5e7c13a9", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:23:51 GMT", + "Date": "Fri, 30 Oct 2020 13:23:53 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": "19", "x-ms-cs-error-code": "2001" }, "ResponseBody": { "modelInfo": { - "modelId": "6e2281f4-8a46-4578-a89b-47a6ba1d4b4b", + "modelId": "cfe8a11b-ae8c-4105-a8a3-ab69bd8a4354", "status": "invalid", - "createdDateTime": "2020-09-09T22:23:51Z", - "lastUpdatedDateTime": "2020-09-09T22:23:51Z" + "createdDateTime": "2020-10-30T13:23:52Z", + "lastUpdatedDateTime": "2020-10-30T13:23:52Z" }, "keys": { "clusters": {} @@ -114,7 +114,7 @@ ], "Variables": { "FORM_RECOGNIZER_API_KEY": "Sanitized", - "FORM_RECOGNIZER_ENDPOINT": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/", + "FORM_RECOGNIZER_ENDPOINT": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/", "RandomSeed": "41403176" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/StartTrainingFailsWithInvalidPrefix.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/StartTrainingFailsWithInvalidPrefix.json index f47038b1ead6d..dd42fb4b491e3 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/StartTrainingFailsWithInvalidPrefix.json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/StartTrainingFailsWithInvalidPrefix.json @@ -1,17 +1,17 @@ { "Entries": [ { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "110", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-dfcd44a81a9e1b46a5e317e0fd0863f4-93a3eb31d959ad48-00", + "traceparent": "00-d4c440fa8e58d94b8149020b1f9a069f-4fe3d0883908664e-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "ee9642498aa5e2c63907c179c9219fad", "x-ms-return-client-request-id": "true" @@ -26,25 +26,25 @@ }, "StatusCode": 201, "ResponseHeaders": { - "apim-request-id": "b4abe342-aeca-447f-b80e-9ce34f82b651", + "apim-request-id": "3a415bc3-5257-4371-ba2d-2c9b6b00da19", "Content-Length": "0", - "Date": "Wed, 09 Sep 2020 22:20:50 GMT", - "Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/7087ab96-2bfe-4ee2-b589-8ba3277705cc", + "Date": "Fri, 30 Oct 2020 13:20:53 GMT", + "Location": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/4559697f-580d-439c-a336-1272be0526f9", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "232" + "x-envoy-upstream-service-time": "77" }, "ResponseBody": [] }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/7087ab96-2bfe-4ee2-b589-8ba3277705cc?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/4559697f-580d-439c-a336-1272be0526f9?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "6986b125301c2f9b7d4318aab6d65eeb", "x-ms-return-client-request-id": "true" @@ -52,32 +52,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "f3a315e1-0648-4716-86d2-0a23d89c7277", + "apim-request-id": "82002df7-2ea7-401f-909a-9e3f714dbfb9", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:20:50 GMT", + "Date": "Fri, 30 Oct 2020 13:20:53 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": "42" }, "ResponseBody": { "modelInfo": { - "modelId": "7087ab96-2bfe-4ee2-b589-8ba3277705cc", + "modelId": "4559697f-580d-439c-a336-1272be0526f9", "status": "creating", - "createdDateTime": "2020-09-09T22:20:50Z", - "lastUpdatedDateTime": "2020-09-09T22:20:50Z" + "createdDateTime": "2020-10-30T13:20:53Z", + "lastUpdatedDateTime": "2020-10-30T13:20:53Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/7087ab96-2bfe-4ee2-b589-8ba3277705cc?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/4559697f-580d-439c-a336-1272be0526f9?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "ad3553744dbcbaf60389e69b268863c1", "x-ms-return-client-request-id": "true" @@ -85,21 +85,21 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "69f90bf5-be0a-4d0e-8d78-98e7e22d22bf", + "apim-request-id": "e763b9bb-cffa-428a-956a-2a90a01233c5", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:20:51 GMT", + "Date": "Fri, 30 Oct 2020 13:20:54 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": "39", "x-ms-cs-error-code": "2014" }, "ResponseBody": { "modelInfo": { - "modelId": "7087ab96-2bfe-4ee2-b589-8ba3277705cc", + "modelId": "4559697f-580d-439c-a336-1272be0526f9", "status": "invalid", - "createdDateTime": "2020-09-09T22:20:50Z", - "lastUpdatedDateTime": "2020-09-09T22:20:51Z" + "createdDateTime": "2020-10-30T13:20:53Z", + "lastUpdatedDateTime": "2020-10-30T13:20:54Z" }, "keys": { "clusters": {} @@ -119,7 +119,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-westcentralus.cognitiveservices.azure.com/", "RandomSeed": "348264928" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/StartTrainingFailsWithInvalidPrefixAsync.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/StartTrainingFailsWithInvalidPrefixAsync.json index eb97e8158e10d..970b7c83641e4 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/StartTrainingFailsWithInvalidPrefixAsync.json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/StartTrainingFailsWithInvalidPrefixAsync.json @@ -1,17 +1,17 @@ { "Entries": [ { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "110", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-ce96b83e56396d418f812bc83a4f5278-55dbfcec2d5d5c48-00", + "traceparent": "00-bc9ad9ec78a0b04b8f60c83e9572643d-1f2f02b2c9597b45-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "69ec12b1cc2c85a113b245be2f4137b3", "x-ms-return-client-request-id": "true" @@ -26,25 +26,25 @@ }, "StatusCode": 201, "ResponseHeaders": { - "apim-request-id": "5c842bf6-83f4-4915-94af-1ea8e04c60ea", + "apim-request-id": "5724f50f-8afc-44af-9743-eb093f3a13c9", "Content-Length": "0", - "Date": "Wed, 09 Sep 2020 22:23:51 GMT", - "Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/c6013cfd-4d02-4ec8-ba73-67cd51a615b7", + "Date": "Fri, 30 Oct 2020 13:23:53 GMT", + "Location": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/0ef04b5c-64f9-4e63-986c-ffdb85804382", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "87" + "x-envoy-upstream-service-time": "73" }, "ResponseBody": [] }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/c6013cfd-4d02-4ec8-ba73-67cd51a615b7?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/0ef04b5c-64f9-4e63-986c-ffdb85804382?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "e5a68469811e268cad35814188fee8c3", "x-ms-return-client-request-id": "true" @@ -52,32 +52,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "67e7a047-3050-475f-8e87-7b373e78554c", + "apim-request-id": "738c91ed-e278-4911-98ec-29b28c2fc699", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:23:51 GMT", + "Date": "Fri, 30 Oct 2020 13:23:54 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": "17" }, "ResponseBody": { "modelInfo": { - "modelId": "c6013cfd-4d02-4ec8-ba73-67cd51a615b7", + "modelId": "0ef04b5c-64f9-4e63-986c-ffdb85804382", "status": "creating", - "createdDateTime": "2020-09-09T22:23:52Z", - "lastUpdatedDateTime": "2020-09-09T22:23:52Z" + "createdDateTime": "2020-10-30T13:23:53Z", + "lastUpdatedDateTime": "2020-10-30T13:23:53Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/c6013cfd-4d02-4ec8-ba73-67cd51a615b7?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/0ef04b5c-64f9-4e63-986c-ffdb85804382?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "f96a47ea118db625db78438cf3139ed4", "x-ms-return-client-request-id": "true" @@ -85,21 +85,21 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "79c1f894-8a4c-4ac4-880c-cae1927b1f3b", + "apim-request-id": "5c597fac-e85d-41be-bd4b-023ff454c9e3", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:23:52 GMT", + "Date": "Fri, 30 Oct 2020 13:23:55 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": "20", "x-ms-cs-error-code": "2014" }, "ResponseBody": { "modelInfo": { - "modelId": "c6013cfd-4d02-4ec8-ba73-67cd51a615b7", + "modelId": "0ef04b5c-64f9-4e63-986c-ffdb85804382", "status": "invalid", - "createdDateTime": "2020-09-09T22:23:52Z", - "lastUpdatedDateTime": "2020-09-09T22:23:52Z" + "createdDateTime": "2020-10-30T13:23:53Z", + "lastUpdatedDateTime": "2020-10-30T13:23:54Z" }, "keys": { "clusters": {} @@ -119,7 +119,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-westcentralus.cognitiveservices.azure.com/", "RandomSeed": "1485159508" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/StartTrainingSucceedsWithValidPrefix.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/StartTrainingSucceedsWithValidPrefix.json index a4220164e0494..b42ceabda5099 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/StartTrainingSucceedsWithValidPrefix.json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/StartTrainingSucceedsWithValidPrefix.json @@ -1,17 +1,17 @@ { "Entries": [ { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "106", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-8f23cda326d10c4f921547586d76fcf4-717ca819c19b274b-00", + "traceparent": "00-84c5aece17c31348ab496a27bdf98ae9-465bc7c651354f4c-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "449eed1b2ea4205a731ad7ca76cfe3e5", "x-ms-return-client-request-id": "true" @@ -26,25 +26,25 @@ }, "StatusCode": 201, "ResponseHeaders": { - "apim-request-id": "7fa58516-561d-4dcc-9bf0-210e9f62abdb", + "apim-request-id": "291f5018-2dcf-43cb-8c21-e84abe4a2887", "Content-Length": "0", - "Date": "Wed, 09 Sep 2020 22:20:51 GMT", - "Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/042854ec-75a6-415c-93ee-53a894149e3d", + "Date": "Fri, 30 Oct 2020 13:20:54 GMT", + "Location": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/a1b59d63-c5f4-43a4-bbba-e4e9c0c00708", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "85" + "x-envoy-upstream-service-time": "108" }, "ResponseBody": [] }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/042854ec-75a6-415c-93ee-53a894149e3d?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/a1b59d63-c5f4-43a4-bbba-e4e9c0c00708?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "fd56e6a0248be951b93e9465efa4ae25", "x-ms-return-client-request-id": "true" @@ -52,32 +52,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "cc3b03fb-c370-4f09-adf3-3b6bee9d67cc", + "apim-request-id": "1a94c381-7298-410d-831a-1d62c544899d", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:20:51 GMT", + "Date": "Fri, 30 Oct 2020 13:20:54 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "22" + "x-envoy-upstream-service-time": "17" }, "ResponseBody": { "modelInfo": { - "modelId": "042854ec-75a6-415c-93ee-53a894149e3d", + "modelId": "a1b59d63-c5f4-43a4-bbba-e4e9c0c00708", "status": "creating", - "createdDateTime": "2020-09-09T22:20:52Z", - "lastUpdatedDateTime": "2020-09-09T22:20:52Z" + "createdDateTime": "2020-10-30T13:20:55Z", + "lastUpdatedDateTime": "2020-10-30T13:20:55Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/042854ec-75a6-415c-93ee-53a894149e3d?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/a1b59d63-c5f4-43a4-bbba-e4e9c0c00708?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "a906033df259318ffeffba8d322bb1b6", "x-ms-return-client-request-id": "true" @@ -85,32 +85,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "faa88d71-1beb-44f0-8c0d-0a06ad400b30", + "apim-request-id": "8e217578-7844-4af8-9544-42374c3a03b4", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:20:52 GMT", + "Date": "Fri, 30 Oct 2020 13:20:56 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "22" + "x-envoy-upstream-service-time": "58" }, "ResponseBody": { "modelInfo": { - "modelId": "042854ec-75a6-415c-93ee-53a894149e3d", + "modelId": "a1b59d63-c5f4-43a4-bbba-e4e9c0c00708", "status": "creating", - "createdDateTime": "2020-09-09T22:20:52Z", - "lastUpdatedDateTime": "2020-09-09T22:20:52Z" + "createdDateTime": "2020-10-30T13:20:55Z", + "lastUpdatedDateTime": "2020-10-30T13:20:55Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/042854ec-75a6-415c-93ee-53a894149e3d?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/a1b59d63-c5f4-43a4-bbba-e4e9c0c00708?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "be05b8276454f7709bb58a669af431cf", "x-ms-return-client-request-id": "true" @@ -118,32 +118,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "e725b7ef-739e-4212-963e-0e333f0db056", + "apim-request-id": "210fdeac-d8bb-436b-94d2-f744480b064f", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:20:53 GMT", + "Date": "Fri, 30 Oct 2020 13:20:57 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "22" + "x-envoy-upstream-service-time": "54" }, "ResponseBody": { "modelInfo": { - "modelId": "042854ec-75a6-415c-93ee-53a894149e3d", + "modelId": "a1b59d63-c5f4-43a4-bbba-e4e9c0c00708", "status": "creating", - "createdDateTime": "2020-09-09T22:20:52Z", - "lastUpdatedDateTime": "2020-09-09T22:20:52Z" + "createdDateTime": "2020-10-30T13:20:55Z", + "lastUpdatedDateTime": "2020-10-30T13:20:55Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/042854ec-75a6-415c-93ee-53a894149e3d?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/a1b59d63-c5f4-43a4-bbba-e4e9c0c00708?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "728db16b39c8ad8c5725fe8c69c4b78d", "x-ms-return-client-request-id": "true" @@ -151,32 +151,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "1161fbbe-5f8d-41a3-bdb1-15478e7ffdbf", + "apim-request-id": "c814a46f-df79-48e6-8475-680ca6bc3eb1", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:20:54 GMT", + "Date": "Fri, 30 Oct 2020 13:20:59 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "22" + "x-envoy-upstream-service-time": "59" }, "ResponseBody": { "modelInfo": { - "modelId": "042854ec-75a6-415c-93ee-53a894149e3d", + "modelId": "a1b59d63-c5f4-43a4-bbba-e4e9c0c00708", "status": "creating", - "createdDateTime": "2020-09-09T22:20:52Z", - "lastUpdatedDateTime": "2020-09-09T22:20:52Z" + "createdDateTime": "2020-10-30T13:20:55Z", + "lastUpdatedDateTime": "2020-10-30T13:20:55Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/042854ec-75a6-415c-93ee-53a894149e3d?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/a1b59d63-c5f4-43a4-bbba-e4e9c0c00708?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "363edd8cf09fd8d0930f0ea467289609", "x-ms-return-client-request-id": "true" @@ -184,32 +184,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "f5ede158-bfab-471d-a2ec-ed09ef7c5fbf", + "apim-request-id": "ceaecc12-19f3-4ee4-858b-024bb9176efa", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:20:55 GMT", + "Date": "Fri, 30 Oct 2020 13:21:00 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "32" + "x-envoy-upstream-service-time": "48" }, "ResponseBody": { "modelInfo": { - "modelId": "042854ec-75a6-415c-93ee-53a894149e3d", + "modelId": "a1b59d63-c5f4-43a4-bbba-e4e9c0c00708", "status": "creating", - "createdDateTime": "2020-09-09T22:20:52Z", - "lastUpdatedDateTime": "2020-09-09T22:20:52Z" + "createdDateTime": "2020-10-30T13:20:55Z", + "lastUpdatedDateTime": "2020-10-30T13:20:55Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/042854ec-75a6-415c-93ee-53a894149e3d?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/a1b59d63-c5f4-43a4-bbba-e4e9c0c00708?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "8022ebcd3f9eedee2c57662f66e48dd6", "x-ms-return-client-request-id": "true" @@ -217,185 +217,20 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "e44305cc-09fa-4e17-8d2e-764f4eaec0c8", + "apim-request-id": "18591c3c-111d-45f5-ac35-71db99195272", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:20:56 GMT", + "Date": "Fri, 30 Oct 2020 13:21:01 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": "176" }, "ResponseBody": { "modelInfo": { - "modelId": "042854ec-75a6-415c-93ee-53a894149e3d", - "status": "creating", - "createdDateTime": "2020-09-09T22:20:52Z", - "lastUpdatedDateTime": "2020-09-09T22:20:52Z" - } - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/042854ec-75a6-415c-93ee-53a894149e3d?includeKeys=true", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "bcdafdfefab67a2fe1b4dfb92be7462e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "286b2e23-449c-4586-8f43-71268019ab38", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:20:57 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "259" - }, - "ResponseBody": { - "modelInfo": { - "modelId": "042854ec-75a6-415c-93ee-53a894149e3d", - "status": "creating", - "createdDateTime": "2020-09-09T22:20:52Z", - "lastUpdatedDateTime": "2020-09-09T22:20:52Z" - } - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/042854ec-75a6-415c-93ee-53a894149e3d?includeKeys=true", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "7ebef58e36a24defef50094789a172ae", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "74b83a3e-9d9c-4cde-aea4-e09d1b6f9564", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:20:58 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": "042854ec-75a6-415c-93ee-53a894149e3d", - "status": "creating", - "createdDateTime": "2020-09-09T22:20:52Z", - "lastUpdatedDateTime": "2020-09-09T22:20:52Z" - } - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/042854ec-75a6-415c-93ee-53a894149e3d?includeKeys=true", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "69a63781d94ed352bba79fe95f34c244", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "c241e6f3-e791-43a4-8883-2b9cada368e6", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:21:00 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": "042854ec-75a6-415c-93ee-53a894149e3d", - "status": "creating", - "createdDateTime": "2020-09-09T22:20:52Z", - "lastUpdatedDateTime": "2020-09-09T22:20:52Z" - } - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/042854ec-75a6-415c-93ee-53a894149e3d?includeKeys=true", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "70a037100f26c7340e8dcd65f0e7f03f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "18ab219b-ef5b-46b6-a4eb-ef0cdb57a2f7", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:21:01 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": "042854ec-75a6-415c-93ee-53a894149e3d", - "status": "creating", - "createdDateTime": "2020-09-09T22:20:52Z", - "lastUpdatedDateTime": "2020-09-09T22:20:52Z" - } - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/042854ec-75a6-415c-93ee-53a894149e3d?includeKeys=true", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "f4383041dd41b5e0a2eac2fa9705edba", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "c6c73fe3-f46b-4f56-bf90-cd493898f7e0", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:21:02 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "29" - }, - "ResponseBody": { - "modelInfo": { - "modelId": "042854ec-75a6-415c-93ee-53a894149e3d", + "modelId": "a1b59d63-c5f4-43a4-bbba-e4e9c0c00708", "status": "ready", - "createdDateTime": "2020-09-09T22:20:52Z", - "lastUpdatedDateTime": "2020-09-09T22:21:02Z" + "createdDateTime": "2020-10-30T13:20:55Z", + "lastUpdatedDateTime": "2020-10-30T13:21:01Z" }, "keys": { "clusters": { @@ -433,7 +268,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-westcentralus.cognitiveservices.azure.com/", "RandomSeed": "706818357" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/StartTrainingSucceedsWithValidPrefixAsync.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/StartTrainingSucceedsWithValidPrefixAsync.json index 104f2f3f8dd86..03a4934e68f30 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/StartTrainingSucceedsWithValidPrefixAsync.json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/StartTrainingSucceedsWithValidPrefixAsync.json @@ -1,17 +1,17 @@ { "Entries": [ { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "106", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-d4a7bb8eb295bf428fd78367d6f2dbaf-f6a6c75d0473fa45-00", + "traceparent": "00-df78df67fb777a46ae2dc8c502f0654a-151a0967ea977646-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "c47c4e726d666423712c43e1755b3739", "x-ms-return-client-request-id": "true" @@ -26,25 +26,25 @@ }, "StatusCode": 201, "ResponseHeaders": { - "apim-request-id": "7894545f-4e2f-402b-a118-054178031832", + "apim-request-id": "ab08567c-7364-4f8d-9801-2cd2257defed", "Content-Length": "0", - "Date": "Wed, 09 Sep 2020 22:23:53 GMT", - "Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/2aa3789f-9d11-450f-861d-f39a4e8a6485", + "Date": "Fri, 30 Oct 2020 13:23:55 GMT", + "Location": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/01579645-6803-4345-8db9-659c6a1744a0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "84" + "x-envoy-upstream-service-time": "80" }, "ResponseBody": [] }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/2aa3789f-9d11-450f-861d-f39a4e8a6485?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/01579645-6803-4345-8db9-659c6a1744a0?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "7644aa33c447206b5e08218b6adb2d13", "x-ms-return-client-request-id": "true" @@ -52,32 +52,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "16791f27-07d7-43e1-b7a3-53be8dc4ee29", + "apim-request-id": "4b27c54a-6593-45fb-8cc2-46e01b7e9693", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:23:53 GMT", + "Date": "Fri, 30 Oct 2020 13:23:55 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": "17" }, "ResponseBody": { "modelInfo": { - "modelId": "2aa3789f-9d11-450f-861d-f39a4e8a6485", + "modelId": "01579645-6803-4345-8db9-659c6a1744a0", "status": "creating", - "createdDateTime": "2020-09-09T22:23:53Z", - "lastUpdatedDateTime": "2020-09-09T22:23:53Z" + "createdDateTime": "2020-10-30T13:23:55Z", + "lastUpdatedDateTime": "2020-10-30T13:23:55Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/2aa3789f-9d11-450f-861d-f39a4e8a6485?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/01579645-6803-4345-8db9-659c6a1744a0?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "99ac28289d3cb5281fc842a8432e5c6d", "x-ms-return-client-request-id": "true" @@ -85,32 +85,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "c1eebe96-bbcc-49c5-8383-670e2afba062", + "apim-request-id": "352f3a4d-56d2-4a4e-b7be-8d83aecea65b", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:23:54 GMT", + "Date": "Fri, 30 Oct 2020 13:23:56 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": "19" }, "ResponseBody": { "modelInfo": { - "modelId": "2aa3789f-9d11-450f-861d-f39a4e8a6485", + "modelId": "01579645-6803-4345-8db9-659c6a1744a0", "status": "creating", - "createdDateTime": "2020-09-09T22:23:53Z", - "lastUpdatedDateTime": "2020-09-09T22:23:53Z" + "createdDateTime": "2020-10-30T13:23:55Z", + "lastUpdatedDateTime": "2020-10-30T13:23:55Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/2aa3789f-9d11-450f-861d-f39a4e8a6485?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/01579645-6803-4345-8db9-659c6a1744a0?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "4602624a0eeeadf5e25c655e4b97f996", "x-ms-return-client-request-id": "true" @@ -118,32 +118,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "e690debe-f27b-4553-8ce2-5c30dbc97e16", + "apim-request-id": "28f76ed8-c50b-4515-9d94-317024a3986b", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:23:55 GMT", + "Date": "Fri, 30 Oct 2020 13:23:57 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": "20" }, "ResponseBody": { "modelInfo": { - "modelId": "2aa3789f-9d11-450f-861d-f39a4e8a6485", + "modelId": "01579645-6803-4345-8db9-659c6a1744a0", "status": "creating", - "createdDateTime": "2020-09-09T22:23:53Z", - "lastUpdatedDateTime": "2020-09-09T22:23:53Z" + "createdDateTime": "2020-10-30T13:23:55Z", + "lastUpdatedDateTime": "2020-10-30T13:23:55Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/2aa3789f-9d11-450f-861d-f39a4e8a6485?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/01579645-6803-4345-8db9-659c6a1744a0?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "4db82fff9eae96fc818f577e82c3dd30", "x-ms-return-client-request-id": "true" @@ -151,32 +151,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "6600049e-d7d1-4de1-8e9a-a3edcfc0ecea", + "apim-request-id": "cfa17432-1907-4239-970b-79205f55fa6d", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:23:56 GMT", + "Date": "Fri, 30 Oct 2020 13:23:59 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": "21" }, "ResponseBody": { "modelInfo": { - "modelId": "2aa3789f-9d11-450f-861d-f39a4e8a6485", + "modelId": "01579645-6803-4345-8db9-659c6a1744a0", "status": "creating", - "createdDateTime": "2020-09-09T22:23:53Z", - "lastUpdatedDateTime": "2020-09-09T22:23:53Z" + "createdDateTime": "2020-10-30T13:23:55Z", + "lastUpdatedDateTime": "2020-10-30T13:23:55Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/2aa3789f-9d11-450f-861d-f39a4e8a6485?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/01579645-6803-4345-8db9-659c6a1744a0?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "0741b4abe6d81a2432ffb6e038ca6987", "x-ms-return-client-request-id": "true" @@ -184,32 +184,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "f35b0824-d44d-41d3-bfd6-dab9fcca6201", + "apim-request-id": "d80c672d-f1ff-43f0-8add-fd39d19ebf21", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:23:57 GMT", + "Date": "Fri, 30 Oct 2020 13:24:00 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": "17" }, "ResponseBody": { "modelInfo": { - "modelId": "2aa3789f-9d11-450f-861d-f39a4e8a6485", + "modelId": "01579645-6803-4345-8db9-659c6a1744a0", "status": "creating", - "createdDateTime": "2020-09-09T22:23:53Z", - "lastUpdatedDateTime": "2020-09-09T22:23:53Z" + "createdDateTime": "2020-10-30T13:23:55Z", + "lastUpdatedDateTime": "2020-10-30T13:23:55Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/2aa3789f-9d11-450f-861d-f39a4e8a6485?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/01579645-6803-4345-8db9-659c6a1744a0?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "13a9accf0e76abbe666cc45eb6772b1f", "x-ms-return-client-request-id": "true" @@ -217,185 +217,20 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "4213c1b8-7fb5-4ef3-b30c-aa16e19c37ba", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:23:58 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": "2aa3789f-9d11-450f-861d-f39a4e8a6485", - "status": "creating", - "createdDateTime": "2020-09-09T22:23:53Z", - "lastUpdatedDateTime": "2020-09-09T22:23:53Z" - } - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/2aa3789f-9d11-450f-861d-f39a4e8a6485?includeKeys=true", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "97b2357ff15518bd0a9e1bafe81b5eb7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "9b92687d-452c-45ee-995e-71a51a7e608c", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:23:59 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": "2aa3789f-9d11-450f-861d-f39a4e8a6485", - "status": "creating", - "createdDateTime": "2020-09-09T22:23:53Z", - "lastUpdatedDateTime": "2020-09-09T22:23:53Z" - } - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/2aa3789f-9d11-450f-861d-f39a4e8a6485?includeKeys=true", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "d5afcf26c9199db9f596a16c22c663bb", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "31f586d1-d33e-40de-aaff-da9a254e31e5", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:24:00 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": "2aa3789f-9d11-450f-861d-f39a4e8a6485", - "status": "creating", - "createdDateTime": "2020-09-09T22:23:53Z", - "lastUpdatedDateTime": "2020-09-09T22:23:53Z" - } - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/2aa3789f-9d11-450f-861d-f39a4e8a6485?includeKeys=true", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "026196d4d218dd31ee9008d8f30fc24a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "5c209fe9-c9c5-4878-850e-9efd3e1b6d58", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:24:02 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "28" - }, - "ResponseBody": { - "modelInfo": { - "modelId": "2aa3789f-9d11-450f-861d-f39a4e8a6485", - "status": "creating", - "createdDateTime": "2020-09-09T22:23:53Z", - "lastUpdatedDateTime": "2020-09-09T22:23:53Z" - } - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/2aa3789f-9d11-450f-861d-f39a4e8a6485?includeKeys=true", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "e6380d0e55c7b5067b15a1bf4f51f644", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "84313271-5a46-4c08-9e15-88e85a3299d4", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:24:03 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": "2aa3789f-9d11-450f-861d-f39a4e8a6485", - "status": "creating", - "createdDateTime": "2020-09-09T22:23:53Z", - "lastUpdatedDateTime": "2020-09-09T22:23:53Z" - } - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/2aa3789f-9d11-450f-861d-f39a4e8a6485?includeKeys=true", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "52da603a5bba539f9ed2e688c1e1a9e6", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "d8d28dc3-f266-4ea6-989f-5eecdc8a6d7e", + "apim-request-id": "478497d3-1f78-428c-ac64-617feedf5194", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:24:04 GMT", + "Date": "Fri, 30 Oct 2020 13:24:01 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": "20" }, "ResponseBody": { "modelInfo": { - "modelId": "2aa3789f-9d11-450f-861d-f39a4e8a6485", + "modelId": "01579645-6803-4345-8db9-659c6a1744a0", "status": "ready", - "createdDateTime": "2020-09-09T22:23:53Z", - "lastUpdatedDateTime": "2020-09-09T22:24:03Z" + "createdDateTime": "2020-10-30T13:23:55Z", + "lastUpdatedDateTime": "2020-10-30T13:24:00Z" }, "keys": { "clusters": { @@ -433,7 +268,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-westcentralus.cognitiveservices.azure.com/", "RandomSeed": "1832325830" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/StartTrainingWithLabelsModelName.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/StartTrainingWithLabelsModelName.json index f1bb2520a1efa..715d7ed29ff5e 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/StartTrainingWithLabelsModelName.json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/StartTrainingWithLabelsModelName.json @@ -1,16 +1,16 @@ { "Entries": [ { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "68", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-2a626e31af8a474e8767788431cf42ac-e5de56d69bf14e4b-00", + "traceparent": "00-83ff69e3aeca9442ae67c2c91d53add9-7ece26a2a146a14e-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201008.1", + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "6c9655eb911197c0e2359725b2e7855a", @@ -23,24 +23,24 @@ }, "StatusCode": 201, "ResponseHeaders": { - "apim-request-id": "3c9d6aec-970d-442b-a563-00dd205ad66e", + "apim-request-id": "1ab46669-10fd-41ef-9f61-65df9e719dc2", "Content-Length": "0", - "Date": "Fri, 09 Oct 2020 00:10:29 GMT", - "Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/6f0ec22f-8697-4767-9ab0-22ed201596f2", + "Date": "Fri, 30 Oct 2020 13:21:02 GMT", + "Location": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/741ca2b2-d208-4a68-a59d-f6fb1e41c596", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "512" + "x-envoy-upstream-service-time": "75" }, "ResponseBody": [] }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/6f0ec22f-8697-4767-9ab0-22ed201596f2?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/741ca2b2-d208-4a68-a59d-f6fb1e41c596?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201008.1", + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "2d4183d565c0e5f3b53ee271e0efefa0", @@ -49,32 +49,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "83c5cb23-cfa4-4a5b-89fa-2aff3dd4a5d1", + "apim-request-id": "c599032d-a39f-4452-a741-83e1da7418fb", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 09 Oct 2020 00:10:29 GMT", + "Date": "Fri, 30 Oct 2020 13:21:02 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "226" + "x-envoy-upstream-service-time": "21" }, "ResponseBody": { "modelInfo": { - "modelId": "6f0ec22f-8697-4767-9ab0-22ed201596f2", + "modelId": "741ca2b2-d208-4a68-a59d-f6fb1e41c596", "modelName": "My training", "status": "creating", - "createdDateTime": "2020-10-09T00:10:28Z", - "lastUpdatedDateTime": "2020-10-09T00:10:28Z" + "createdDateTime": "2020-10-30T13:21:03Z", + "lastUpdatedDateTime": "2020-10-30T13:21:03Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/6f0ec22f-8697-4767-9ab0-22ed201596f2?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/741ca2b2-d208-4a68-a59d-f6fb1e41c596?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201008.1", + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "52c0faef892dd0d3000efe5c4e1fd1fb", @@ -83,228 +83,24 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "86ef15ea-c42d-428a-bb3a-d604556392de", + "apim-request-id": "628b9ff4-a3fb-445c-b5a5-db413096afcb", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 09 Oct 2020 00:10:30 GMT", + "Date": "Fri, 30 Oct 2020 13:21:04 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "43" + "x-envoy-upstream-service-time": "21" }, "ResponseBody": { "modelInfo": { - "modelId": "6f0ec22f-8697-4767-9ab0-22ed201596f2", - "modelName": "My training", - "status": "creating", - "createdDateTime": "2020-10-09T00:10:28Z", - "lastUpdatedDateTime": "2020-10-09T00:10:28Z" - } - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/6f0ec22f-8697-4767-9ab0-22ed201596f2?includeKeys=true", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201008.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "e0dde6cd6e2d868b62b1b7d2af4fb6f3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "0aa93e31-5bd8-4232-9e6c-560c4c643743", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 09 Oct 2020 00:10:32 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "63" - }, - "ResponseBody": { - "modelInfo": { - "modelId": "6f0ec22f-8697-4767-9ab0-22ed201596f2", - "modelName": "My training", - "status": "creating", - "createdDateTime": "2020-10-09T00:10:28Z", - "lastUpdatedDateTime": "2020-10-09T00:10:28Z" - } - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/6f0ec22f-8697-4767-9ab0-22ed201596f2?includeKeys=true", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201008.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "b735f74632274b2cb0712db267979795", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "592d03f9-23ac-4a0a-a9f1-877094f93c27", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 09 Oct 2020 00:10:33 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "66" - }, - "ResponseBody": { - "modelInfo": { - "modelId": "6f0ec22f-8697-4767-9ab0-22ed201596f2", - "modelName": "My training", - "status": "creating", - "createdDateTime": "2020-10-09T00:10:28Z", - "lastUpdatedDateTime": "2020-10-09T00:10:28Z" - } - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/6f0ec22f-8697-4767-9ab0-22ed201596f2?includeKeys=true", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201008.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "faa3e66d0f1181736f39f07cd20021b0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "5cb97352-e606-4697-b3c9-94c3de065ce9", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 09 Oct 2020 00:10:34 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "86" - }, - "ResponseBody": { - "modelInfo": { - "modelId": "6f0ec22f-8697-4767-9ab0-22ed201596f2", - "modelName": "My training", - "status": "creating", - "createdDateTime": "2020-10-09T00:10:28Z", - "lastUpdatedDateTime": "2020-10-09T00:10:28Z" - } - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/6f0ec22f-8697-4767-9ab0-22ed201596f2?includeKeys=true", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201008.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "57150a5719e99ad4b9912fbb40d91fca", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "2f2fe522-8db3-4a18-8232-285a32dfa898", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 09 Oct 2020 00:10:35 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "80" - }, - "ResponseBody": { - "modelInfo": { - "modelId": "6f0ec22f-8697-4767-9ab0-22ed201596f2", - "modelName": "My training", - "status": "creating", - "createdDateTime": "2020-10-09T00:10:28Z", - "lastUpdatedDateTime": "2020-10-09T00:10:28Z" - } - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/6f0ec22f-8697-4767-9ab0-22ed201596f2?includeKeys=true", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201008.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "c8652119bbac37e284b348ed42b079b0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "6325df4b-dc35-4478-8019-22fed5762169", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 09 Oct 2020 00:10:36 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "63" - }, - "ResponseBody": { - "modelInfo": { - "modelId": "6f0ec22f-8697-4767-9ab0-22ed201596f2", - "modelName": "My training", - "status": "creating", - "createdDateTime": "2020-10-09T00:10:28Z", - "lastUpdatedDateTime": "2020-10-09T00:10:28Z" - } - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/6f0ec22f-8697-4767-9ab0-22ed201596f2?includeKeys=true", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201008.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "5c5a7c4f408153ac1108417fdfb74095", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "c1aef597-0189-41f5-a92d-41bad247cc55", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 09 Oct 2020 00:10:37 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "61" - }, - "ResponseBody": { - "modelInfo": { - "modelId": "6f0ec22f-8697-4767-9ab0-22ed201596f2", + "modelId": "741ca2b2-d208-4a68-a59d-f6fb1e41c596", "modelName": "My training", "attributes": { "isComposed": false }, "status": "ready", - "createdDateTime": "2020-10-09T00:10:28Z", - "lastUpdatedDateTime": "2020-10-09T00:10:37Z" + "createdDateTime": "2020-10-30T13:21:03Z", + "lastUpdatedDateTime": "2020-10-30T13:21:04Z" }, "trainResult": { "averageModelAccuracy": 0.96, @@ -405,7 +201,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-westcentralus.cognitiveservices.azure.com/", "RandomSeed": "1748001985" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/StartTrainingWithLabelsModelNameAsync.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/StartTrainingWithLabelsModelNameAsync.json index c0e13efe92f10..1282fb1e3bb29 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/StartTrainingWithLabelsModelNameAsync.json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/StartTrainingWithLabelsModelNameAsync.json @@ -1,16 +1,16 @@ { "Entries": [ { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "68", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-702d4f18ec8aa84496a6de4c1602a198-9967a646bfb60b4f-00", + "traceparent": "00-f8c2f9961ff72b4b95e346a0d058b906-c566671ab0935348-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201008.1", + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "01eebbc9c4e93187418dc74b3a869e3d", @@ -23,24 +23,24 @@ }, "StatusCode": 201, "ResponseHeaders": { - "apim-request-id": "a7c1167e-99e9-43d0-bc07-0c02e95b931d", + "apim-request-id": "86c566b3-9eac-4d3c-9186-e0dc735569ee", "Content-Length": "0", - "Date": "Fri, 09 Oct 2020 00:10:38 GMT", - "Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/57b03013-0979-4e09-8be5-eba2b2c2f548", + "Date": "Fri, 30 Oct 2020 13:24:01 GMT", + "Location": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/79a2c6de-5040-4198-a2fa-ecbe37e71788", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "201" + "x-envoy-upstream-service-time": "69" }, "ResponseBody": [] }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/57b03013-0979-4e09-8be5-eba2b2c2f548?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/79a2c6de-5040-4198-a2fa-ecbe37e71788?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201008.1", + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "0f8276e6aa93cc8ddda172504c59281a", @@ -49,32 +49,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "93a125c2-5741-4586-9972-a23841353553", + "apim-request-id": "8a7a712d-a97d-40e4-bc96-430cb07ed457", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 09 Oct 2020 00:10:38 GMT", + "Date": "Fri, 30 Oct 2020 13:24:02 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "79" + "x-envoy-upstream-service-time": "22" }, "ResponseBody": { "modelInfo": { - "modelId": "57b03013-0979-4e09-8be5-eba2b2c2f548", + "modelId": "79a2c6de-5040-4198-a2fa-ecbe37e71788", "modelName": "My training", "status": "creating", - "createdDateTime": "2020-10-09T00:10:38Z", - "lastUpdatedDateTime": "2020-10-09T00:10:38Z" + "createdDateTime": "2020-10-30T13:24:02Z", + "lastUpdatedDateTime": "2020-10-30T13:24:02Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/57b03013-0979-4e09-8be5-eba2b2c2f548?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/79a2c6de-5040-4198-a2fa-ecbe37e71788?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201008.1", + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "9af59d045972061d28536f1b77b302d6", @@ -83,58 +83,24 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "1cd94086-b951-4cf9-abcd-f1329ddc81e3", + "apim-request-id": "5641e154-cc4c-406a-b07a-d83d049fd8a1", "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 09 Oct 2020 00:10:39 GMT", + "Date": "Fri, 30 Oct 2020 13:24:03 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "58" - }, - "ResponseBody": { - "modelInfo": { - "modelId": "57b03013-0979-4e09-8be5-eba2b2c2f548", - "modelName": "My training", - "status": "creating", - "createdDateTime": "2020-10-09T00:10:38Z", - "lastUpdatedDateTime": "2020-10-09T00:10:38Z" - } - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/57b03013-0979-4e09-8be5-eba2b2c2f548?includeKeys=true", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201008.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" - ], - "x-ms-client-request-id": "bc88eb3234541e3c2d2223475236e4e7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "51cf3db4-4dbf-4c3a-92da-90c024c23568", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 09 Oct 2020 00:10:40 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "69" + "x-envoy-upstream-service-time": "18" }, "ResponseBody": { "modelInfo": { - "modelId": "57b03013-0979-4e09-8be5-eba2b2c2f548", + "modelId": "79a2c6de-5040-4198-a2fa-ecbe37e71788", "modelName": "My training", "attributes": { "isComposed": false }, "status": "ready", - "createdDateTime": "2020-10-09T00:10:38Z", - "lastUpdatedDateTime": "2020-10-09T00:10:40Z" + "createdDateTime": "2020-10-30T13:24:02Z", + "lastUpdatedDateTime": "2020-10-30T13:24:03Z" }, "trainResult": { "averageModelAccuracy": 0.96, @@ -235,7 +201,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-westcentralus.cognitiveservices.azure.com/", "RandomSeed": "1969755185" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/TrainingOps(False).json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/TrainingOps(False).json index c2395caaf5461..83220d4f3bb27 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/TrainingOps(False).json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/TrainingOps(False).json @@ -1,17 +1,17 @@ { "Entries": [ { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "43", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-8a7e776de219eb49b4dd6c46989483e5-1631050b35a77d48-00", + "traceparent": "00-f2a548e04fcee840b981e9ee8f8b7e5a-6e75ac68ea1f734e-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "636426281891eef9699bbdfd00fd6a07", "x-ms-return-client-request-id": "true" @@ -22,25 +22,25 @@ }, "StatusCode": 201, "ResponseHeaders": { - "apim-request-id": "a98b0d4d-b568-4c69-965f-22531e43c77f", + "apim-request-id": "817c9849-219e-4822-8652-80bfb13eacd4", "Content-Length": "0", - "Date": "Wed, 09 Sep 2020 22:22:15 GMT", - "Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/c8c235a6-2ec3-44c1-b078-9f9c74ca857d", + "Date": "Fri, 30 Oct 2020 13:30:56 GMT", + "Location": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/a05c7f08-3c69-4a74-9f21-c5a4ae79c1ad", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "229" + "x-envoy-upstream-service-time": "75" }, "ResponseBody": [] }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/c8c235a6-2ec3-44c1-b078-9f9c74ca857d?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/a05c7f08-3c69-4a74-9f21-c5a4ae79c1ad?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "b79beff98f6c5701a1123ed80542a1fc", "x-ms-return-client-request-id": "true" @@ -48,32 +48,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "b8d50448-358c-4e34-a0f8-8479eea12950", + "apim-request-id": "f325355b-824d-497b-b1a3-5f1370b6be1f", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:22:15 GMT", + "Date": "Fri, 30 Oct 2020 13:30:56 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": "35" }, "ResponseBody": { "modelInfo": { - "modelId": "c8c235a6-2ec3-44c1-b078-9f9c74ca857d", + "modelId": "a05c7f08-3c69-4a74-9f21-c5a4ae79c1ad", "status": "creating", - "createdDateTime": "2020-09-09T22:22:16Z", - "lastUpdatedDateTime": "2020-09-09T22:22:16Z" + "createdDateTime": "2020-10-30T13:30:57Z", + "lastUpdatedDateTime": "2020-10-30T13:30:57Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/c8c235a6-2ec3-44c1-b078-9f9c74ca857d?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/a05c7f08-3c69-4a74-9f21-c5a4ae79c1ad?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "71a44ce3575b8e10b7531daa302bcb05", "x-ms-return-client-request-id": "true" @@ -81,32 +81,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "e95c8037-e184-4b6a-99d9-350096793958", + "apim-request-id": "14333b61-0b85-488b-b8cc-d283acf975fa", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:22:16 GMT", + "Date": "Fri, 30 Oct 2020 13:30:57 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": "c8c235a6-2ec3-44c1-b078-9f9c74ca857d", + "modelId": "a05c7f08-3c69-4a74-9f21-c5a4ae79c1ad", "status": "creating", - "createdDateTime": "2020-09-09T22:22:16Z", - "lastUpdatedDateTime": "2020-09-09T22:22:16Z" + "createdDateTime": "2020-10-30T13:30:57Z", + "lastUpdatedDateTime": "2020-10-30T13:30:57Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/c8c235a6-2ec3-44c1-b078-9f9c74ca857d?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/a05c7f08-3c69-4a74-9f21-c5a4ae79c1ad?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "4af934d406a599d1250dc27ed920e826", "x-ms-return-client-request-id": "true" @@ -114,32 +114,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "a3850ed5-02cb-4401-8b40-8f8372d3601d", + "apim-request-id": "110bb09a-1c2f-4af4-9dc2-af47cc5e4c83", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:22:19 GMT", + "Date": "Fri, 30 Oct 2020 13:30:59 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": "21" }, "ResponseBody": { "modelInfo": { - "modelId": "c8c235a6-2ec3-44c1-b078-9f9c74ca857d", + "modelId": "a05c7f08-3c69-4a74-9f21-c5a4ae79c1ad", "status": "creating", - "createdDateTime": "2020-09-09T22:22:16Z", - "lastUpdatedDateTime": "2020-09-09T22:22:16Z" + "createdDateTime": "2020-10-30T13:30:57Z", + "lastUpdatedDateTime": "2020-10-30T13:30:57Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/c8c235a6-2ec3-44c1-b078-9f9c74ca857d?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/a05c7f08-3c69-4a74-9f21-c5a4ae79c1ad?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "b319c1f9f859a2acdf0cff1871562676", "x-ms-return-client-request-id": "true" @@ -147,32 +147,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "98ac7e59-8d09-4b97-9016-b0ae43673c8e", + "apim-request-id": "3d650cb7-9b79-4307-aed0-6ea1a109a034", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:22:20 GMT", + "Date": "Fri, 30 Oct 2020 13:31:00 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "28" + "x-envoy-upstream-service-time": "32" }, "ResponseBody": { "modelInfo": { - "modelId": "c8c235a6-2ec3-44c1-b078-9f9c74ca857d", + "modelId": "a05c7f08-3c69-4a74-9f21-c5a4ae79c1ad", "status": "creating", - "createdDateTime": "2020-09-09T22:22:16Z", - "lastUpdatedDateTime": "2020-09-09T22:22:16Z" + "createdDateTime": "2020-10-30T13:30:57Z", + "lastUpdatedDateTime": "2020-10-30T13:30:57Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/c8c235a6-2ec3-44c1-b078-9f9c74ca857d?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/a05c7f08-3c69-4a74-9f21-c5a4ae79c1ad?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "d10438475749dd577b0a4c4e9591b597", "x-ms-return-client-request-id": "true" @@ -180,32 +180,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "1783b7fc-7001-4f0b-a91f-035e494c4d42", + "apim-request-id": "d6e491d6-dcab-40c8-8eba-78dce44b0665", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:22:21 GMT", + "Date": "Fri, 30 Oct 2020 13:31:01 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": "32" }, "ResponseBody": { "modelInfo": { - "modelId": "c8c235a6-2ec3-44c1-b078-9f9c74ca857d", + "modelId": "a05c7f08-3c69-4a74-9f21-c5a4ae79c1ad", "status": "creating", - "createdDateTime": "2020-09-09T22:22:16Z", - "lastUpdatedDateTime": "2020-09-09T22:22:16Z" + "createdDateTime": "2020-10-30T13:30:57Z", + "lastUpdatedDateTime": "2020-10-30T13:30:57Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/c8c235a6-2ec3-44c1-b078-9f9c74ca857d?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/a05c7f08-3c69-4a74-9f21-c5a4ae79c1ad?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "6fb1f76a1811dcac87566b9807b927ce", "x-ms-return-client-request-id": "true" @@ -213,32 +213,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "57b90ec6-ce50-4b11-a07e-ec3e4a419ff0", + "apim-request-id": "fa39af3d-ae11-439d-9ff0-7a3f9b7a9d61", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:22:22 GMT", + "Date": "Fri, 30 Oct 2020 13:31:03 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": "157" }, "ResponseBody": { "modelInfo": { - "modelId": "c8c235a6-2ec3-44c1-b078-9f9c74ca857d", + "modelId": "a05c7f08-3c69-4a74-9f21-c5a4ae79c1ad", "status": "creating", - "createdDateTime": "2020-09-09T22:22:16Z", - "lastUpdatedDateTime": "2020-09-09T22:22:16Z" + "createdDateTime": "2020-10-30T13:30:57Z", + "lastUpdatedDateTime": "2020-10-30T13:30:57Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/c8c235a6-2ec3-44c1-b078-9f9c74ca857d?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/a05c7f08-3c69-4a74-9f21-c5a4ae79c1ad?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "a0374ce6161ca2dc693c384eac5d0d4d", "x-ms-return-client-request-id": "true" @@ -246,32 +246,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "6982c769-42b2-4afd-b96b-45980aacd004", + "apim-request-id": "2cb1822b-297d-4448-99c8-1e0297045d2b", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:22:23 GMT", + "Date": "Fri, 30 Oct 2020 13:31:04 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": "197" }, "ResponseBody": { "modelInfo": { - "modelId": "c8c235a6-2ec3-44c1-b078-9f9c74ca857d", + "modelId": "a05c7f08-3c69-4a74-9f21-c5a4ae79c1ad", "status": "creating", - "createdDateTime": "2020-09-09T22:22:16Z", - "lastUpdatedDateTime": "2020-09-09T22:22:16Z" + "createdDateTime": "2020-10-30T13:30:57Z", + "lastUpdatedDateTime": "2020-10-30T13:30:57Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/c8c235a6-2ec3-44c1-b078-9f9c74ca857d?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/a05c7f08-3c69-4a74-9f21-c5a4ae79c1ad?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "79ad6757b6a52f648c284af2ebbed6c1", "x-ms-return-client-request-id": "true" @@ -279,32 +279,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "5425f35c-97d9-4a29-b8f1-b998ba6752aa", + "apim-request-id": "3da715ec-22bb-4037-85ee-ead3124d6632", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:22:24 GMT", + "Date": "Fri, 30 Oct 2020 13:31:06 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": "23" }, "ResponseBody": { "modelInfo": { - "modelId": "c8c235a6-2ec3-44c1-b078-9f9c74ca857d", + "modelId": "a05c7f08-3c69-4a74-9f21-c5a4ae79c1ad", "status": "creating", - "createdDateTime": "2020-09-09T22:22:16Z", - "lastUpdatedDateTime": "2020-09-09T22:22:16Z" + "createdDateTime": "2020-10-30T13:30:57Z", + "lastUpdatedDateTime": "2020-10-30T13:30:57Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/c8c235a6-2ec3-44c1-b078-9f9c74ca857d?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/a05c7f08-3c69-4a74-9f21-c5a4ae79c1ad?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "48677ee21459537a1b0e05d4df5d2f2a", "x-ms-return-client-request-id": "true" @@ -312,32 +312,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "bc4c8ae9-39de-4726-8842-ac06603e505e", + "apim-request-id": "6bcdb831-5e57-4de4-9350-87aea754afc5", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:22:25 GMT", + "Date": "Fri, 30 Oct 2020 13:31:07 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "22" + "x-envoy-upstream-service-time": "45" }, "ResponseBody": { "modelInfo": { - "modelId": "c8c235a6-2ec3-44c1-b078-9f9c74ca857d", + "modelId": "a05c7f08-3c69-4a74-9f21-c5a4ae79c1ad", "status": "creating", - "createdDateTime": "2020-09-09T22:22:16Z", - "lastUpdatedDateTime": "2020-09-09T22:22:16Z" + "createdDateTime": "2020-10-30T13:30:57Z", + "lastUpdatedDateTime": "2020-10-30T13:30:57Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/c8c235a6-2ec3-44c1-b078-9f9c74ca857d?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/a05c7f08-3c69-4a74-9f21-c5a4ae79c1ad?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "9f411e49ad0b2f28e70814f4cce9b6ab", "x-ms-return-client-request-id": "true" @@ -345,32 +345,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "3003e15c-4e85-44bc-b498-f872ad4a910b", + "apim-request-id": "7e3968d4-92a8-434e-93f5-392995fece8b", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:22:26 GMT", + "Date": "Fri, 30 Oct 2020 13:31:09 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": "21" }, "ResponseBody": { "modelInfo": { - "modelId": "c8c235a6-2ec3-44c1-b078-9f9c74ca857d", + "modelId": "a05c7f08-3c69-4a74-9f21-c5a4ae79c1ad", "status": "creating", - "createdDateTime": "2020-09-09T22:22:16Z", - "lastUpdatedDateTime": "2020-09-09T22:22:16Z" + "createdDateTime": "2020-10-30T13:30:57Z", + "lastUpdatedDateTime": "2020-10-30T13:30:57Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/c8c235a6-2ec3-44c1-b078-9f9c74ca857d?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/a05c7f08-3c69-4a74-9f21-c5a4ae79c1ad?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "2e6b7665c4f542f3ec5a5e96b18f4f2f", "x-ms-return-client-request-id": "true" @@ -378,42 +378,9 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "66fec286-0bbd-4a09-9e62-860a75256809", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:22:27 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": "c8c235a6-2ec3-44c1-b078-9f9c74ca857d", - "status": "creating", - "createdDateTime": "2020-09-09T22:22:16Z", - "lastUpdatedDateTime": "2020-09-09T22:22:16Z" - } - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/c8c235a6-2ec3-44c1-b078-9f9c74ca857d?includeKeys=true", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "cda91ff8377c35b65538615100868631", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "606965ab-82fe-4b3c-a1b7-daf82ae372f0", + "apim-request-id": "24457e9d-7b59-4ae6-97a8-a2403cc2d6f1", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:22:28 GMT", + "Date": "Fri, 30 Oct 2020 13:31:10 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", @@ -421,76 +388,10 @@ }, "ResponseBody": { "modelInfo": { - "modelId": "c8c235a6-2ec3-44c1-b078-9f9c74ca857d", - "status": "creating", - "createdDateTime": "2020-09-09T22:22:16Z", - "lastUpdatedDateTime": "2020-09-09T22:22:16Z" - } - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/c8c235a6-2ec3-44c1-b078-9f9c74ca857d?includeKeys=true", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "686f5a5701f185342afeb2b14e917e57", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "ce692a30-77f3-43c0-b02a-b7d5a90ee24c", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:22:29 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": "c8c235a6-2ec3-44c1-b078-9f9c74ca857d", - "status": "creating", - "createdDateTime": "2020-09-09T22:22:16Z", - "lastUpdatedDateTime": "2020-09-09T22:22:16Z" - } - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/c8c235a6-2ec3-44c1-b078-9f9c74ca857d?includeKeys=true", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "acfbe4b9e9402e2ec036d9bd62a24266", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "c61e6716-6045-45dc-a1f5-178e0b9598c6", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:22:30 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "27" - }, - "ResponseBody": { - "modelInfo": { - "modelId": "c8c235a6-2ec3-44c1-b078-9f9c74ca857d", + "modelId": "a05c7f08-3c69-4a74-9f21-c5a4ae79c1ad", "status": "ready", - "createdDateTime": "2020-09-09T22:22:16Z", - "lastUpdatedDateTime": "2020-09-09T22:22:29Z" + "createdDateTime": "2020-10-30T13:30:57Z", + "lastUpdatedDateTime": "2020-10-30T13:31:09Z" }, "keys": { "clusters": { @@ -560,36 +461,36 @@ } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/c8c235a6-2ec3-44c1-b078-9f9c74ca857d?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/a05c7f08-3c69-4a74-9f21-c5a4ae79c1ad?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-88b805deeed5234eb06638131da1e1e0-3575560e38853640-00", + "traceparent": "00-2c3575f3cb42f2418abc88dd431876a7-77e111c5b3884644-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "563f2dd3e620f63eeb23a27e8404e6c3", + "x-ms-client-request-id": "cda91ff8377c35b65538615100868631", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "7589d564-7f77-4b0b-8b11-04e03adda17b", + "apim-request-id": "3dc2a32e-2759-4379-b388-dcfff2e5995b", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:22:30 GMT", + "Date": "Fri, 30 Oct 2020 13:31:10 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": "c8c235a6-2ec3-44c1-b078-9f9c74ca857d", + "modelId": "a05c7f08-3c69-4a74-9f21-c5a4ae79c1ad", "status": "ready", - "createdDateTime": "2020-09-09T22:22:16Z", - "lastUpdatedDateTime": "2020-09-09T22:22:29Z" + "createdDateTime": "2020-10-30T13:30:57Z", + "lastUpdatedDateTime": "2020-10-30T13:31:09Z" }, "keys": { "clusters": { @@ -659,1169 +560,2271 @@ } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models?op=full", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models?op=full", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "1b9709b9d98a6df12c40a8ba28762288", + "x-ms-client-request-id": "686f5a5701f185342afeb2b14e917e57", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "725f9f19-597e-473c-8eb3-99da3e69fadb", + "apim-request-id": "9d297a10-c19b-4326-b023-794142ba8a3c", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:22:30 GMT", + "Date": "Fri, 30 Oct 2020 13:31:11 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "385" + "x-envoy-upstream-service-time": "343" }, "ResponseBody": { "modelList": [ { - "modelId": "00865e07-158d-471e-9426-01be75f859e0", - "status": "ready", - "createdDateTime": "2020-08-26T17:32:48Z", - "lastUpdatedDateTime": "2020-08-26T17:33:00Z" - }, - { - "modelId": "020b8b8c-c2f6-491b-b01a-ff5993467086", + "modelId": "007c06a2-25ad-48f2-9d13-b104d0d8f1e0", + "attributes": { + "isComposed": false + }, "status": "ready", - "createdDateTime": "2020-09-09T22:20:27Z", - "lastUpdatedDateTime": "2020-09-09T22:20:40Z" + "createdDateTime": "2020-08-20T18:43:30Z", + "lastUpdatedDateTime": "2020-08-20T18:43:32Z" }, { - "modelId": "042854ec-75a6-415c-93ee-53a894149e3d", + "modelId": "01579645-6803-4345-8db9-659c6a1744a0", "status": "ready", - "createdDateTime": "2020-09-09T22:20:52Z", - "lastUpdatedDateTime": "2020-09-09T22:21:02Z" + "createdDateTime": "2020-10-30T13:23:55Z", + "lastUpdatedDateTime": "2020-10-30T13:24:00Z" }, { - "modelId": "052402e5-f6dd-4b4f-a06f-882b793dc037", + "modelId": "01bc0ea9-d7e3-4515-b502-f2b57efb0aa2", "status": "creating", - "createdDateTime": "2020-08-26T17:34:14Z", - "lastUpdatedDateTime": "2020-08-26T17:34:14Z" + "createdDateTime": "2020-08-20T18:44:54Z", + "lastUpdatedDateTime": "2020-08-20T18:44:54Z" }, { - "modelId": "06a29baa-9786-4aab-8b84-a8ea64541595", + "modelId": "01bd21ac-ce1b-4e9f-b1a3-92847479633e", "status": "ready", - "createdDateTime": "2020-08-26T17:34:36Z", - "lastUpdatedDateTime": "2020-08-26T17:34:39Z" + "createdDateTime": "2020-08-20T22:28:00Z", + "lastUpdatedDateTime": "2020-08-20T22:28:09Z" }, { - "modelId": "0d35e818-d64a-40ea-97ac-090610c49e4c", + "modelId": "01ef6d0c-d5c1-4343-bbcd-6add5cda3741", "status": "creating", - "createdDateTime": "2020-08-26T17:50:49Z", - "lastUpdatedDateTime": "2020-08-26T17:50:49Z" + "createdDateTime": "2020-08-17T21:42:37Z", + "lastUpdatedDateTime": "2020-08-17T21:42:37Z" }, { - "modelId": "121c25e5-4890-403d-b427-8abd49dd6a76", + "modelId": "022a3ddc-a723-4df1-bbee-df16b2092efa", "status": "ready", - "createdDateTime": "2020-08-26T17:34:03Z", - "lastUpdatedDateTime": "2020-08-26T17:34:13Z" - }, - { - "modelId": "132f040d-4fa8-4e4f-aab9-c3116eb2d2ec", - "status": "invalid", - "createdDateTime": "2020-09-09T22:20:49Z", - "lastUpdatedDateTime": "2020-09-09T22:20:49Z" + "createdDateTime": "2020-08-14T18:52:29Z", + "lastUpdatedDateTime": "2020-08-14T18:52:37Z" }, { - "modelId": "156a6740-4d04-46ae-94bc-893c8b5d0150", + "modelId": "02f68a79-b056-4f85-9e93-898f8261d55e", + "attributes": { + "isComposed": false + }, "status": "ready", - "createdDateTime": "2020-08-06T23:26:10Z", - "lastUpdatedDateTime": "2020-08-06T23:26:14Z" + "createdDateTime": "2020-08-20T18:44:14Z", + "lastUpdatedDateTime": "2020-08-20T18:44:16Z" }, { - "modelId": "16ca7224-7d40-4b49-aa42-ac360bfc5d4f", - "status": "creating", - "createdDateTime": "2020-08-26T17:34:22Z", - "lastUpdatedDateTime": "2020-08-26T17:34:22Z" + "modelId": "031bb91f-b029-4d9e-a165-f9c76dbec981", + "modelName": "My composed model", + "attributes": { + "isComposed": true + }, + "status": "ready", + "createdDateTime": "2020-10-30T13:20:47Z", + "lastUpdatedDateTime": "2020-10-30T13:20:48Z" }, { - "modelId": "16da6907-80c8-4d15-bce6-3eb20128ded2", + "modelId": "032312e5-3e29-4a17-8297-96ce181e9ff7", "status": "ready", - "createdDateTime": "2020-08-07T02:43:17Z", - "lastUpdatedDateTime": "2020-08-07T02:43:25Z" + "createdDateTime": "2020-08-20T23:26:25Z", + "lastUpdatedDateTime": "2020-08-20T23:26:33Z" }, { - "modelId": "1945d79d-a224-48d7-b902-f9eb37b2344b", + "modelId": "0613c81a-b6e2-41f4-94ba-b7d033e07848", "status": "creating", - "createdDateTime": "2020-09-09T22:20:44Z", - "lastUpdatedDateTime": "2020-09-09T22:20:44Z" + "createdDateTime": "2020-08-14T19:44:45Z", + "lastUpdatedDateTime": "2020-08-14T19:44:45Z" }, { - "modelId": "1c93bdda-7a62-45bc-87dc-03f3f3c55ff6", - "status": "creating", - "createdDateTime": "2020-08-11T23:25:09Z", - "lastUpdatedDateTime": "2020-08-11T23:25:09Z" + "modelId": "08500349-8e12-4ecc-b22f-6378fd21a608", + "status": "invalid", + "createdDateTime": "2020-08-14T19:45:11Z", + "lastUpdatedDateTime": "2020-08-14T19:45:11Z" }, { - "modelId": "1ca3b63c-814c-40b8-abf4-b20219bd8899", + "modelId": "09c0ba1d-f88d-4670-ac36-9dc8dc979a1b", "status": "invalid", - "createdDateTime": "2020-08-06T23:22:05Z", - "lastUpdatedDateTime": "2020-08-06T23:22:06Z" + "createdDateTime": "2020-08-20T23:26:11Z", + "lastUpdatedDateTime": "2020-08-20T23:26:11Z" }, { - "modelId": "1f75f019-19a7-4b14-b035-6d65745646dc", + "modelId": "0b325cdc-5a78-4d79-85f2-f53abaf4f151", "status": "creating", - "createdDateTime": "2020-08-26T17:50:52Z", - "lastUpdatedDateTime": "2020-08-26T17:50:52Z" - }, - { - "modelId": "2029918d-c322-4d76-9d8d-cd96e9b2e9c4", - "status": "invalid", - "createdDateTime": "2020-08-07T02:32:59Z", - "lastUpdatedDateTime": "2020-08-07T02:33:00Z" + "createdDateTime": "2020-08-20T22:45:33Z", + "lastUpdatedDateTime": "2020-08-20T22:45:33Z" }, { - "modelId": "20e398ce-1056-4042-aa99-73d5e1774d9b", + "modelId": "0b32e649-44b9-4842-803d-4ec855514aa7", "status": "ready", - "createdDateTime": "2020-09-09T22:21:06Z", - "lastUpdatedDateTime": "2020-09-09T22:21:19Z" + "createdDateTime": "2020-08-20T21:53:16Z", + "lastUpdatedDateTime": "2020-08-20T21:53:25Z" }, { - "modelId": "237d9501-9ea9-4d69-acef-36eff1740e5c", + "modelId": "0cad4cc0-ea89-497c-86f0-9b57d2f02517", "status": "ready", - "createdDateTime": "2020-08-26T17:51:23Z", - "lastUpdatedDateTime": "2020-08-26T17:51:32Z" + "createdDateTime": "2020-08-20T18:43:46Z", + "lastUpdatedDateTime": "2020-08-20T18:44:00Z" }, { - "modelId": "25eefd34-0c18-4e0f-b59d-7bceee4c5795", + "modelId": "0cfe37f7-87fa-4475-a105-1777ea41c6cd", + "attributes": { + "isComposed": false + }, "status": "ready", - "createdDateTime": "2020-09-09T22:18:26Z", - "lastUpdatedDateTime": "2020-09-09T22:18:40Z" + "createdDateTime": "2020-08-20T21:49:12Z", + "lastUpdatedDateTime": "2020-08-20T21:49:19Z" }, { - "modelId": "2610c2a9-c713-4346-970e-1df296686c9d", - "status": "ready", - "createdDateTime": "2020-08-26T17:53:29Z", - "lastUpdatedDateTime": "2020-08-26T17:53:41Z" + "modelId": "0d93d3a5-9024-479c-827b-859d0bd7c006", + "status": "creating", + "createdDateTime": "2020-08-17T17:15:56Z", + "lastUpdatedDateTime": "2020-08-17T17:15:56Z" }, { - "modelId": "26581cd0-1275-4e90-b0d5-7a927cbd84a2", + "modelId": "0da54f9c-ef82-4d08-9011-ffe4d3c02447", "status": "creating", - "createdDateTime": "2020-09-09T22:20:41Z", - "lastUpdatedDateTime": "2020-09-09T22:20:41Z" + "createdDateTime": "2020-08-14T19:46:50Z", + "lastUpdatedDateTime": "2020-08-14T19:46:50Z" }, { - "modelId": "29b1506d-77ee-4aa1-8b82-6430edc36784", + "modelId": "0ea70033-e01f-4365-b890-839c2a628ea7", + "attributes": { + "isComposed": false + }, "status": "ready", - "createdDateTime": "2020-08-07T02:33:00Z", - "lastUpdatedDateTime": "2020-08-07T02:33:04Z" + "createdDateTime": "2020-08-20T22:43:43Z", + "lastUpdatedDateTime": "2020-08-20T22:43:44Z" }, { - "modelId": "29c77b2a-64f4-4f7e-8543-eb5a1fbcd472", + "modelId": "0ef04b5c-64f9-4e63-986c-ffdb85804382", "status": "invalid", - "createdDateTime": "2020-08-26T17:53:06Z", - "lastUpdatedDateTime": "2020-08-26T17:53:07Z" + "createdDateTime": "2020-10-30T13:23:53Z", + "lastUpdatedDateTime": "2020-10-30T13:23:54Z" }, { - "modelId": "35afdcd3-5b1e-4a30-bfc0-50bbbc909623", + "modelId": "0fd3cd6d-4782-4f5e-bb8f-319394c848dd", "status": "ready", - "createdDateTime": "2020-08-07T02:38:59Z", - "lastUpdatedDateTime": "2020-08-07T02:39:02Z" + "createdDateTime": "2020-08-20T18:43:21Z", + "lastUpdatedDateTime": "2020-08-20T18:43:24Z" }, { - "modelId": "35db4c6a-7d0b-4f5e-a9b4-2ad3bfd6b98d", - "status": "invalid", - "createdDateTime": "2020-08-06T23:21:58Z", - "lastUpdatedDateTime": "2020-08-06T23:21:59Z" + "modelId": "102e5b73-5b01-431e-bfce-ca83ebc47c05", + "status": "ready", + "createdDateTime": "2020-08-20T22:49:46Z", + "lastUpdatedDateTime": "2020-08-20T22:49:55Z" }, { - "modelId": "3b22a35d-b881-4d75-85cb-852c6ec9a825", + "modelId": "1034ef53-16b6-492b-a511-2a89e5326349", "attributes": { "isComposed": false }, "status": "ready", - "createdDateTime": "2020-08-26T17:34:41Z", - "lastUpdatedDateTime": "2020-08-26T17:34:42Z" + "createdDateTime": "2020-10-30T13:13:32Z", + "lastUpdatedDateTime": "2020-10-30T13:13:34Z" }, { - "modelId": "3d3e2947-66a2-477b-8ec5-d732ab144946", + "modelId": "1127179b-ee78-46d0-a51a-ca8a088ec177", "attributes": { "isComposed": false }, "status": "ready", - "createdDateTime": "2020-08-19T20:22:50Z", - "lastUpdatedDateTime": "2020-08-19T20:22:52Z" + "createdDateTime": "2020-08-20T18:42:19Z", + "lastUpdatedDateTime": "2020-08-20T18:42:21Z" }, { - "modelId": "3d5aa64d-b058-4ae8-8793-2b80b085f0bc", + "modelId": "11eb2552-c707-43f3-a673-897433da9f66", "status": "invalid", - "createdDateTime": "2020-08-26T17:51:05Z", - "lastUpdatedDateTime": "2020-08-26T17:51:06Z" + "createdDateTime": "2020-08-20T21:25:24Z", + "lastUpdatedDateTime": "2020-08-20T21:25:24Z" }, { - "modelId": "3f87db49-3554-4a2c-a9fa-7bb97c1ff995", + "modelId": "1239ac73-a1ba-43a8-b725-6118c6c4cb7d", + "attributes": { + "isComposed": false + }, "status": "ready", - "createdDateTime": "2020-08-07T02:39:06Z", - "lastUpdatedDateTime": "2020-08-07T02:39:17Z" + "createdDateTime": "2020-08-20T21:08:03Z", + "lastUpdatedDateTime": "2020-08-20T21:08:10Z" }, { - "modelId": "3f8e97ff-0f71-42a2-bee1-3a9a76a3b5d6", - "status": "ready", - "createdDateTime": "2020-08-26T17:36:40Z", - "lastUpdatedDateTime": "2020-08-26T17:36:49Z" + "modelId": "12b12b23-10d3-4efa-927b-8b79c153099a", + "status": "creating", + "createdDateTime": "2020-08-14T19:10:34Z", + "lastUpdatedDateTime": "2020-08-14T19:10:34Z" }, { - "modelId": "3fea230b-4ac7-4835-b7f3-f874c5fb5b0f", - "status": "ready", - "createdDateTime": "2020-08-06T23:15:17Z", - "lastUpdatedDateTime": "2020-08-06T23:15:25Z" + "modelId": "154eaf28-bbe8-4ef9-ba02-c396de5390bc", + "status": "creating", + "createdDateTime": "2020-10-30T13:22:45Z", + "lastUpdatedDateTime": "2020-10-30T13:22:45Z" }, { - "modelId": "4644f514-2bf6-49d7-b77d-2e8489e5a15e", + "modelId": "17c078da-8f4e-4376-923a-7672a8a621ab", "attributes": { "isComposed": false }, "status": "ready", - "createdDateTime": "2020-08-26T17:50:27Z", - "lastUpdatedDateTime": "2020-08-26T17:50:30Z" + "createdDateTime": "2020-08-14T19:47:37Z", + "lastUpdatedDateTime": "2020-08-14T19:47:38Z" + }, + { + "modelId": "17e8374c-6cd4-40d7-8d33-8fa52286a883", + "status": "ready", + "createdDateTime": "2020-08-20T22:06:19Z", + "lastUpdatedDateTime": "2020-08-20T22:06:29Z" + }, + { + "modelId": "18cb6b55-f009-4df2-8d56-ab423d29d5c4", + "status": "ready", + "createdDateTime": "2020-08-20T22:43:20Z", + "lastUpdatedDateTime": "2020-08-20T22:43:23Z" }, { - "modelId": "4658c32f-ffb8-43cf-895d-c4e64ee60105", + "modelId": "1b98f853-ca11-4698-8dfc-47c1727818cf", "status": "ready", - "createdDateTime": "2020-08-26T17:37:27Z", - "lastUpdatedDateTime": "2020-08-26T17:37:36Z" + "createdDateTime": "2020-08-20T21:25:32Z", + "lastUpdatedDateTime": "2020-08-20T21:25:40Z" } ], - "nextLink": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com:443/formrecognizer/v2.1-preview.1/custom/models?nextLink=2!232!MDAwMTMwIXN1YnNjcmlwdGlvbnMvMDJkNTNjMjExN2M4NGQzZjhlMDRkMDZlOWJhMGEwYzUvbW9kZWxzLzQ4ZDA5YjljLWI2NWMtNDkxZS04OTEzLTJjMDYzNmFkN2EwZC80OGQwOWI5Yy1iNjVjLTQ5MWUtODkxMy0yYzA2MzZhZDdhMGQuZ3ohMDAwMDI4ITk5OTktMTItMzFUMjM6NTk6NTkuOTk5OTk5OVoh" + "nextLink": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com:443/formrecognizer/v2.1-preview.2/custom/models?nextLink=2!204!MDAwMTA4IXN1YnNjcmlwdGlvbnMvYjFhOTYyODAzYjdhNDU5ODlhY2RlYWE5MDU3YTRmZTQvbW9kZWxzLzFiOThmODUzLWNhMTEtNDY5OC04ZGZjLTQ3YzE3Mjc4MThjZi91c2VMYWJlbEZpbGUuanNvbiEwMDAwMjghOTk5OS0xMi0zMVQyMzo1OTo1OS45OTk5OTk5WiE-" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models?nextLink=2!232!MDAwMTMwIXN1YnNjcmlwdGlvbnMvMDJkNTNjMjExN2M4NGQzZjhlMDRkMDZlOWJhMGEwYzUvbW9kZWxzLzQ4ZDA5YjljLWI2NWMtNDkxZS04OTEzLTJjMDYzNmFkN2EwZC80OGQwOWI5Yy1iNjVjLTQ5MWUtODkxMy0yYzA2MzZhZDdhMGQuZ3ohMDAwMDI4ITk5OTktMTItMzFUMjM6NTk6NTkuOTk5OTk5OVoh", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models?nextLink=2!204!MDAwMTA4IXN1YnNjcmlwdGlvbnMvYjFhOTYyODAzYjdhNDU5ODlhY2RlYWE5MDU3YTRmZTQvbW9kZWxzLzFiOThmODUzLWNhMTEtNDY5OC04ZGZjLTQ3YzE3Mjc4MThjZi91c2VMYWJlbEZpbGUuanNvbiEwMDAwMjghOTk5OS0xMi0zMVQyMzo1OTo1OS45OTk5OTk5WiE-", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "21dd4cbc2852d236a605c11c47b0aabb", + "x-ms-client-request-id": "acfbe4b9e9402e2ec036d9bd62a24266", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 429, + "ResponseHeaders": { + "apim-request-id": "fc1b83ff-c7d3-453a-8345-79103170199c", + "Content-Length": "358", + "Content-Type": "application/json", + "Date": "Fri, 30 Oct 2020 13:31:11 GMT", + "Retry-After": "1", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff" + }, + "ResponseBody": { + "error": { + "code": "429", + "message": "Requests to the Custom Form Model Management - List Custom Models Operation under Form Recognizer API (v2.1-preview.2) have exceeded rate limit of your current FormRecognizer S0 pricing tier. Please retry after 1 seconds. Please contact Azure support service if you would like to further increase the default rate limit." + } + } + }, + { + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models?nextLink=2!204!MDAwMTA4IXN1YnNjcmlwdGlvbnMvYjFhOTYyODAzYjdhNDU5ODlhY2RlYWE5MDU3YTRmZTQvbW9kZWxzLzFiOThmODUzLWNhMTEtNDY5OC04ZGZjLTQ3YzE3Mjc4MThjZi91c2VMYWJlbEZpbGUuanNvbiEwMDAwMjghOTk5OS0xMi0zMVQyMzo1OTo1OS45OTk5OTk5WiE-", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "acfbe4b9e9402e2ec036d9bd62a24266", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "e1395f97-4039-44a8-92d1-8ea729d8de27", + "apim-request-id": "3387d9e5-490d-4d06-895b-78cfca47ff05", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:22:31 GMT", + "Date": "Fri, 30 Oct 2020 13:31:53 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "445" + "x-envoy-upstream-service-time": "286" }, "ResponseBody": { "modelList": [ { - "modelId": "49702f1d-c4d1-4adb-9201-0e3160e2c8c5", - "status": "creating", - "createdDateTime": "2020-08-06T23:21:04Z", - "lastUpdatedDateTime": "2020-08-06T23:21:04Z" + "modelId": "1b98f853-ca11-4698-8dfc-47c1727818cf", + "status": "ready", + "createdDateTime": "2020-08-20T21:25:32Z", + "lastUpdatedDateTime": "2020-08-20T21:25:40Z" }, { - "modelId": "4ae452c7-4160-4aa5-8820-3ac11b452561", + "modelId": "1bf14c97-93e2-44ee-9ac6-a11478fc33da", "status": "creating", - "createdDateTime": "2020-08-06T23:21:21Z", - "lastUpdatedDateTime": "2020-08-06T23:21:21Z" + "createdDateTime": "2020-08-20T23:28:45Z", + "lastUpdatedDateTime": "2020-08-20T23:28:45Z" }, { - "modelId": "4f7977d8-d301-44d0-9b24-1fb3480c745b", - "attributes": { - "isComposed": false - }, - "status": "ready", - "createdDateTime": "2020-09-09T03:33:10Z", - "lastUpdatedDateTime": "2020-09-09T03:33:12Z" + "modelId": "1cba0c75-0acd-4ff0-9a06-02fd708ebd0b", + "status": "creating", + "createdDateTime": "2020-08-14T19:46:51Z", + "lastUpdatedDateTime": "2020-08-14T19:46:51Z" }, { - "modelId": "52fcf54f-2507-47f4-b8c1-d86e91143f28", + "modelId": "1cc4fde0-89ac-4b67-b537-1fcf6275fe8e", "status": "ready", - "createdDateTime": "2020-08-07T02:41:59Z", - "lastUpdatedDateTime": "2020-08-07T02:42:08Z" + "createdDateTime": "2020-08-20T23:29:22Z", + "lastUpdatedDateTime": "2020-08-20T23:29:30Z" }, { - "modelId": "53df4b19-55cf-447a-98ea-3b85c3b2c098", + "modelId": "1f2bca7f-9bf8-4138-8a4c-53c03c3c8f55", + "attributes": { + "isComposed": false + }, "status": "ready", - "createdDateTime": "2020-08-07T02:38:49Z", - "lastUpdatedDateTime": "2020-08-07T02:38:58Z" + "createdDateTime": "2020-08-20T21:46:19Z", + "lastUpdatedDateTime": "2020-08-20T21:46:26Z" }, { - "modelId": "55897d03-168d-412f-8de7-3daa009cacb5", - "status": "ready", - "createdDateTime": "2020-08-06T23:20:33Z", - "lastUpdatedDateTime": "2020-08-06T23:20:36Z" + "modelId": "1fd33a7f-9726-4d73-a737-5e4a3016d7ad", + "status": "invalid", + "createdDateTime": "2020-08-14T19:47:13Z", + "lastUpdatedDateTime": "2020-08-14T19:47:13Z" }, { - "modelId": "56b12cb9-da45-499c-a840-a357b5d263da", + "modelId": "20cbcc4d-191f-4c74-aac5-ecc2e3d959e6", "status": "ready", - "createdDateTime": "2020-08-07T02:34:32Z", - "lastUpdatedDateTime": "2020-08-07T02:34:40Z" + "createdDateTime": "2020-08-20T23:25:30Z", + "lastUpdatedDateTime": "2020-08-20T23:25:38Z" }, { - "modelId": "571764d5-7433-4ce3-b421-cc62bd2e6399", + "modelId": "24307288-59a3-4cf8-b5c3-cc981928dc5d", "attributes": { "isComposed": false }, "status": "ready", - "createdDateTime": "2020-08-26T17:51:34Z", - "lastUpdatedDateTime": "2020-08-26T17:51:35Z" + "createdDateTime": "2020-08-20T21:23:00Z", + "lastUpdatedDateTime": "2020-08-20T21:23:08Z" + }, + { + "modelId": "25365575-b6ce-4351-add0-b3c5b6f68ad0", + "status": "creating", + "createdDateTime": "2020-08-20T22:45:28Z", + "lastUpdatedDateTime": "2020-08-20T22:45:28Z" }, { - "modelId": "5818a965-88b3-4737-bd4a-3e04f28f9b99", + "modelId": "253f0935-8a68-4425-88ca-9804d7ef40a4", "attributes": { "isComposed": false }, "status": "ready", - "createdDateTime": "2020-09-08T23:38:46Z", - "lastUpdatedDateTime": "2020-09-08T23:38:53Z" + "createdDateTime": "2020-08-14T19:11:18Z", + "lastUpdatedDateTime": "2020-08-14T19:11:20Z" }, { - "modelId": "591d1226-2f87-4f71-88eb-1d516adf80c2", + "modelId": "26e8eb28-909b-4a5e-b10d-c862e0dde861", "status": "ready", - "createdDateTime": "2020-08-26T17:35:39Z", - "lastUpdatedDateTime": "2020-08-26T17:35:49Z" + "createdDateTime": "2020-08-20T22:45:55Z", + "lastUpdatedDateTime": "2020-08-20T22:46:01Z" }, { - "modelId": "5d123f4a-fdda-4e34-9605-8bcdafc786c8", - "status": "ready", - "createdDateTime": "2020-08-26T17:34:43Z", - "lastUpdatedDateTime": "2020-08-26T17:34:54Z" + "modelId": "272021b8-def8-48d8-8b89-10b3664b4dd4", + "status": "creating", + "createdDateTime": "2020-08-20T18:44:54Z", + "lastUpdatedDateTime": "2020-08-20T18:44:54Z" }, { - "modelId": "5d9e3a2f-ed7f-418c-b345-82ac311de989", + "modelId": "27bc87a8-6ef8-4e41-b023-22f3484a078b", "status": "ready", - "createdDateTime": "2020-08-11T23:26:55Z", - "lastUpdatedDateTime": "2020-08-11T23:26:58Z" + "createdDateTime": "2020-08-14T19:29:45Z", + "lastUpdatedDateTime": "2020-08-14T19:29:52Z" }, { - "modelId": "5e68fb32-de1c-4d27-8e1a-f94c61cc84ca", - "status": "ready", - "createdDateTime": "2020-08-11T23:26:45Z", - "lastUpdatedDateTime": "2020-08-11T23:26:54Z" + "modelId": "2800da27-3d69-4333-bd95-e9b217732660", + "status": "creating", + "createdDateTime": "2020-10-30T13:22:42Z", + "lastUpdatedDateTime": "2020-10-30T13:22:42Z" }, { - "modelId": "6769e2e4-5272-4ea4-b294-72e4dcdcbd8f", + "modelId": "284f716b-a8a0-4333-9ad5-6be8b981ce79", "status": "creating", - "createdDateTime": "2020-08-07T02:32:12Z", - "lastUpdatedDateTime": "2020-08-07T02:32:12Z" + "createdDateTime": "2020-08-17T21:43:17Z", + "lastUpdatedDateTime": "2020-08-17T21:43:17Z" }, { - "modelId": "692430a0-bb79-4deb-9012-32cdddbae457", + "modelId": "28cd0f90-8143-48e9-85b2-baf4b2cc4a8f", "status": "creating", - "createdDateTime": "2020-08-26T17:32:14Z", - "lastUpdatedDateTime": "2020-08-26T17:32:14Z" + "createdDateTime": "2020-08-20T21:22:36Z", + "lastUpdatedDateTime": "2020-08-20T21:22:36Z" }, { - "modelId": "6a0b22c7-f9d2-4122-b5ef-181577d60ba9", + "modelId": "2a023ee3-7a0c-42ee-9946-571124631d68", "status": "ready", - "createdDateTime": "2020-08-07T02:38:25Z", - "lastUpdatedDateTime": "2020-08-07T02:38:29Z" + "createdDateTime": "2020-08-20T21:51:49Z", + "lastUpdatedDateTime": "2020-08-20T21:51:58Z" }, { - "modelId": "6a48b90c-4f90-405d-b7ea-399f5e42a9b1", + "modelId": "2a3fb884-1ef3-462c-bd28-0684e728d55a", "attributes": { "isComposed": false }, "status": "ready", - "createdDateTime": "2020-08-26T17:31:45Z", - "lastUpdatedDateTime": "2020-08-26T17:31:46Z" - }, - { - "modelId": "6b2e9fcb-1dce-4436-96d4-1698750f1385", - "status": "ready", - "createdDateTime": "2020-08-07T02:40:43Z", - "lastUpdatedDateTime": "2020-08-07T02:41:00Z" + "createdDateTime": "2020-08-20T18:45:27Z", + "lastUpdatedDateTime": "2020-08-20T18:45:28Z" }, { - "modelId": "6b9496bb-2670-401d-9805-14772a73a399", + "modelId": "2d0d3ec2-c813-4840-837a-65e3f14a4fd7", "status": "ready", - "createdDateTime": "2020-08-07T02:31:22Z", - "lastUpdatedDateTime": "2020-08-07T02:31:29Z" - }, - { - "modelId": "7087ab96-2bfe-4ee2-b589-8ba3277705cc", - "status": "invalid", - "createdDateTime": "2020-09-09T22:20:50Z", - "lastUpdatedDateTime": "2020-09-09T22:20:51Z" + "createdDateTime": "2020-08-20T21:25:26Z", + "lastUpdatedDateTime": "2020-08-20T21:25:30Z" }, { - "modelId": "73323aac-41dc-4c87-8ed1-a0163184fcf6", - "attributes": { - "isComposed": false - }, + "modelId": "2e076466-b041-4a9b-a7a9-41910a16e328", "status": "ready", - "createdDateTime": "2020-09-09T22:21:20Z", - "lastUpdatedDateTime": "2020-09-09T22:21:22Z" + "createdDateTime": "2020-10-30T13:21:15Z", + "lastUpdatedDateTime": "2020-10-30T13:21:26Z" }, { - "modelId": "757dfe38-07b3-48c4-ab0c-86839b172f24", + "modelId": "2e36a220-b90f-4d5d-80d9-ef061bc341a8", "status": "ready", - "createdDateTime": "2020-08-06T23:16:31Z", - "lastUpdatedDateTime": "2020-08-06T23:16:33Z" + "createdDateTime": "2020-10-30T13:24:13Z", + "lastUpdatedDateTime": "2020-10-30T13:24:25Z" }, { - "modelId": "78ee6951-7b9b-45bc-9da2-b8c6964d6f5f", - "status": "invalid", - "createdDateTime": "2020-08-26T17:34:34Z", - "lastUpdatedDateTime": "2020-08-26T17:34:34Z" + "modelId": "2fb4524b-3239-45c6-a9c0-4667b16ab72e", + "status": "creating", + "createdDateTime": "2020-08-20T18:42:49Z", + "lastUpdatedDateTime": "2020-08-20T18:42:49Z" }, { - "modelId": "7dc2909e-615d-48aa-8e59-d008292881cd", + "modelId": "32a70028-9497-4938-b27d-a46c07315800", "attributes": { "isComposed": false }, "status": "ready", - "createdDateTime": "2020-08-26T17:33:01Z", - "lastUpdatedDateTime": "2020-08-26T17:33:03Z" + "createdDateTime": "2020-08-20T21:50:08Z", + "lastUpdatedDateTime": "2020-08-20T21:50:10Z" }, { - "modelId": "7edad8db-18f2-41af-9bfc-b1801eea3fea", + "modelId": "33921c16-6dd2-4666-aaed-3863b28e0eeb", "status": "creating", - "createdDateTime": "2020-08-19T20:19:47Z", - "lastUpdatedDateTime": "2020-08-19T20:19:47Z" - }, - { - "modelId": "80f764e0-6f63-4926-8895-2b3ff0624e07", - "status": "invalid", - "createdDateTime": "2020-08-11T23:26:26Z", - "lastUpdatedDateTime": "2020-08-11T23:26:27Z" + "createdDateTime": "2020-08-14T19:10:34Z", + "lastUpdatedDateTime": "2020-08-14T19:10:34Z" }, { - "modelId": "85aebc18-2ff1-4539-8b64-04638f9c4042", - "status": "invalid", - "createdDateTime": "2020-08-11T23:26:23Z", - "lastUpdatedDateTime": "2020-08-11T23:26:26Z" + "modelId": "34c52af3-ce6c-465c-9fc0-797f8b6dcfdc", + "status": "ready", + "createdDateTime": "2020-08-14T19:08:14Z", + "lastUpdatedDateTime": "2020-08-14T19:08:22Z" }, { - "modelId": "87408940-0c48-48b8-aff2-42af068cd40f", + "modelId": "34d0ed4c-634b-4626-ae4a-4472f3740b79", "status": "creating", - "createdDateTime": "2020-08-07T02:35:13Z", - "lastUpdatedDateTime": "2020-08-07T02:35:13Z" + "createdDateTime": "2020-10-30T13:19:43Z", + "lastUpdatedDateTime": "2020-10-30T13:19:43Z" }, { - "modelId": "8826958b-526d-430f-9c09-194f2cd36802", + "modelId": "35238cbc-5c0b-4ae6-b19d-779568d5c3af", "status": "ready", - "createdDateTime": "2020-08-11T23:26:58Z", - "lastUpdatedDateTime": "2020-08-11T23:27:08Z" + "createdDateTime": "2020-08-20T21:06:49Z", + "lastUpdatedDateTime": "2020-08-20T21:06:57Z" }, { - "modelId": "8a019169-da20-4578-83f4-33b75ae85a80", + "modelId": "35a3d57f-d630-437e-85cf-14f0a6ed1f29", "status": "ready", - "createdDateTime": "2020-08-11T23:25:43Z", - "lastUpdatedDateTime": "2020-08-11T23:25:53Z" + "createdDateTime": "2020-08-14T19:44:36Z", + "lastUpdatedDateTime": "2020-08-14T19:44:44Z" }, { - "modelId": "8b8035e6-3130-423e-97dd-dc4a95d7e553", + "modelId": "361ba8b7-61d0-4051-ba20-2dac77a428ef", "status": "ready", - "createdDateTime": "2020-08-26T17:36:30Z", - "lastUpdatedDateTime": "2020-08-26T17:36:39Z" + "createdDateTime": "2020-08-14T18:52:29Z", + "lastUpdatedDateTime": "2020-08-14T18:52:37Z" }, { - "modelId": "8e1873bf-beee-4698-8eb0-dfac5de174cf", - "status": "ready", - "createdDateTime": "2020-08-06T23:22:44Z", - "lastUpdatedDateTime": "2020-08-06T23:22:56Z" + "modelId": "362283cc-f24c-49d6-9bf1-a711a9621e65", + "status": "creating", + "createdDateTime": "2020-10-30T13:22:42Z", + "lastUpdatedDateTime": "2020-10-30T13:22:42Z" }, { - "modelId": "948a86a3-4ecd-453a-9a93-d0ec4d431a46", + "modelId": "37cbc664-e1aa-4fc1-b73e-d241dec98dfe", + "status": "invalid", + "createdDateTime": "2020-08-20T21:25:25Z", + "lastUpdatedDateTime": "2020-08-20T21:25:26Z" + }, + { + "modelId": "38d1e2ad-b058-4dfe-bb00-797b4f6ef957", "status": "creating", - "createdDateTime": "2020-08-11T23:25:53Z", - "lastUpdatedDateTime": "2020-08-11T23:25:53Z" + "createdDateTime": "2020-08-20T22:42:57Z", + "lastUpdatedDateTime": "2020-08-20T22:42:57Z" }, { - "modelId": "94d121f1-9b81-4218-b178-30fbb62ef533", + "modelId": "39974dee-a26c-42c8-80d6-5a35ead58ca3", "status": "ready", - "createdDateTime": "2020-08-26T17:32:03Z", - "lastUpdatedDateTime": "2020-08-26T17:32:13Z" + "createdDateTime": "2020-08-20T22:46:04Z", + "lastUpdatedDateTime": "2020-08-20T22:46:12Z" } ], - "nextLink": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com:443/formrecognizer/v2.1-preview.1/custom/models?nextLink=2!196!MDAwMTAzIXN1YnNjcmlwdGlvbnMvMDJkNTNjMjExN2M4NGQzZjhlMDRkMDZlOWJhMGEwYzUvbW9kZWxzLzk0ZDEyMWYxLTliODEtNDIxOC1iMTc4LTMwZmJiNjJlZjUzMy92ZXJzaW9uLXYyLjAhMDAwMDI4ITk5OTktMTItMzFUMjM6NTk6NTkuOTk5OTk5OVoh" + "nextLink": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com:443/formrecognizer/v2.1-preview.2/custom/models?nextLink=2!196!MDAwMTAzIXN1YnNjcmlwdGlvbnMvYjFhOTYyODAzYjdhNDU5ODlhY2RlYWE5MDU3YTRmZTQvbW9kZWxzLzM5OTc0ZGVlLWEyNmMtNDJjOC04MGQ2LTVhMzVlYWQ1OGNhMy92ZXJzaW9uLXYyLjAhMDAwMDI4ITk5OTktMTItMzFUMjM6NTk6NTkuOTk5OTk5OVoh" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models?nextLink=2!196!MDAwMTAzIXN1YnNjcmlwdGlvbnMvMDJkNTNjMjExN2M4NGQzZjhlMDRkMDZlOWJhMGEwYzUvbW9kZWxzLzk0ZDEyMWYxLTliODEtNDIxOC1iMTc4LTMwZmJiNjJlZjUzMy92ZXJzaW9uLXYyLjAhMDAwMDI4ITk5OTktMTItMzFUMjM6NTk6NTkuOTk5OTk5OVoh", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models?nextLink=2!196!MDAwMTAzIXN1YnNjcmlwdGlvbnMvYjFhOTYyODAzYjdhNDU5ODlhY2RlYWE5MDU3YTRmZTQvbW9kZWxzLzM5OTc0ZGVlLWEyNmMtNDJjOC04MGQ2LTVhMzVlYWQ1OGNhMy92ZXJzaW9uLXYyLjAhMDAwMDI4ITk5OTktMTItMzFUMjM6NTk6NTkuOTk5OTk5OVoh", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "58031550260af9db3bd12ae03e83cd74", + "x-ms-client-request-id": "563f2dd3e620f63eeb23a27e8404e6c3", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "3f35ca18-6f1c-4c16-8096-ce3390e514ee", + "apim-request-id": "0118c718-e7ef-4b6f-9bff-e57427c8d9d1", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:22:31 GMT", + "Date": "Fri, 30 Oct 2020 13:31:53 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "401" + "x-envoy-upstream-service-time": "220" }, "ResponseBody": { "modelList": [ { - "modelId": "94d121f1-9b81-4218-b178-30fbb62ef533", + "modelId": "39974dee-a26c-42c8-80d6-5a35ead58ca3", + "status": "ready", + "createdDateTime": "2020-08-20T22:46:04Z", + "lastUpdatedDateTime": "2020-08-20T22:46:12Z" + }, + { + "modelId": "3af295a0-785e-4567-bba5-54797c4aa61d", + "attributes": { + "isComposed": false + }, "status": "ready", - "createdDateTime": "2020-08-26T17:32:03Z", - "lastUpdatedDateTime": "2020-08-26T17:32:13Z" + "createdDateTime": "2020-08-20T21:23:19Z", + "lastUpdatedDateTime": "2020-08-20T21:23:20Z" }, { - "modelId": "94fb7913-80d7-4145-9375-b9b5073544ec", + "modelId": "3d445599-3e82-43bb-ad48-241788aec3b9", + "attributes": { + "isComposed": false + }, "status": "ready", - "createdDateTime": "2020-08-06T23:15:17Z", - "lastUpdatedDateTime": "2020-08-06T23:15:25Z" + "createdDateTime": "2020-08-20T22:42:25Z", + "lastUpdatedDateTime": "2020-08-20T22:42:32Z" }, { - "modelId": "95b47659-413f-4f9c-9fc0-cea2d98c1099", - "status": "creating", - "createdDateTime": "2020-08-26T17:34:14Z", - "lastUpdatedDateTime": "2020-08-26T17:34:14Z" + "modelId": "3d452732-d856-4579-bb92-817af8438a2f", + "status": "ready", + "createdDateTime": "2020-10-30T13:21:38Z", + "lastUpdatedDateTime": "2020-10-30T13:21:50Z" }, { - "modelId": "979a5681-2776-4f26-ac8c-9cc6a96c8e52", + "modelId": "3e5d1032-b968-458c-901f-7daa543210a7", "status": "ready", - "createdDateTime": "2020-08-26T17:54:11Z", - "lastUpdatedDateTime": "2020-08-26T17:54:22Z" + "createdDateTime": "2020-08-14T19:49:17Z", + "lastUpdatedDateTime": "2020-08-14T19:49:25Z" }, { - "modelId": "981536fe-92a5-4a10-9f07-f589ebbc42ef", + "modelId": "3efd32fe-763f-4cca-a58b-2fa57d13dc83", "status": "creating", - "createdDateTime": "2020-08-07T02:32:17Z", - "lastUpdatedDateTime": "2020-08-07T02:32:17Z" + "createdDateTime": "2020-08-17T17:15:30Z", + "lastUpdatedDateTime": "2020-08-17T17:15:30Z" }, { - "modelId": "99b6c3e3-1b40-4971-b625-94e22c62a258", + "modelId": "40152914-610e-47f8-b6c6-8c155df7650e", + "status": "creating", + "createdDateTime": "2020-08-20T22:45:46Z", + "lastUpdatedDateTime": "2020-08-20T22:45:46Z" + }, + { + "modelId": "40383a51-dfe6-4c51-9c4c-e3d5ad3a662b", "attributes": { "isComposed": false }, "status": "ready", - "createdDateTime": "2020-09-09T22:19:56Z", - "lastUpdatedDateTime": "2020-09-09T22:19:58Z" + "createdDateTime": "2020-10-30T13:21:35Z", + "lastUpdatedDateTime": "2020-10-30T13:21:37Z" }, { - "modelId": "99cab2af-1ebf-4587-a557-24a99abf6784", + "modelId": "4120e08d-2693-4f80-a69f-53029d556457", + "attributes": { + "isComposed": false + }, "status": "ready", - "createdDateTime": "2020-08-06T23:22:22Z", - "lastUpdatedDateTime": "2020-08-06T23:22:34Z" - }, - { - "modelId": "9e99bc89-72c1-4839-9c47-4f4e07c9c277", - "status": "creating", - "createdDateTime": "2020-08-06T23:21:04Z", - "lastUpdatedDateTime": "2020-08-06T23:21:04Z" + "createdDateTime": "2020-08-20T23:29:31Z", + "lastUpdatedDateTime": "2020-08-20T23:29:38Z" }, { - "modelId": "a11162bf-bfbc-461e-a41a-125bae4f0027", + "modelId": "412a541e-6015-4ba3-bc06-bda9dcfb4563", "status": "ready", - "createdDateTime": "2020-08-07T02:38:37Z", - "lastUpdatedDateTime": "2020-08-07T02:38:40Z" - }, - { - "modelId": "a2ddc891-9980-454d-b876-20347c4fe2e1", - "status": "creating", - "createdDateTime": "2020-08-26T17:50:49Z", - "lastUpdatedDateTime": "2020-08-26T17:50:49Z" + "createdDateTime": "2020-08-20T21:28:50Z", + "lastUpdatedDateTime": "2020-08-20T21:28:58Z" }, { - "modelId": "a2f07e6c-08bc-4d5e-bda1-f2895ceebeef", + "modelId": "41dcd3b4-7da4-4947-afc2-8267342bf8d3", "attributes": { "isComposed": false }, "status": "ready", - "createdDateTime": "2020-08-26T17:32:40Z", - "lastUpdatedDateTime": "2020-08-26T17:32:47Z" + "createdDateTime": "2020-08-14T19:08:56Z", + "lastUpdatedDateTime": "2020-08-14T19:08:58Z" }, { - "modelId": "a3ac9510-b86f-45a6-adf1-bb6e189cd5e8", + "modelId": "42ca775f-ce05-4794-9afa-1206f9ec4e4b", "status": "ready", - "createdDateTime": "2020-08-06T23:22:12Z", - "lastUpdatedDateTime": "2020-08-06T23:22:15Z" + "createdDateTime": "2020-08-14T19:28:36Z", + "lastUpdatedDateTime": "2020-08-14T19:28:44Z" }, { - "modelId": "a3fdcfd1-2c5c-4c67-9038-1c4429ed69c4", - "status": "invalid", - "createdDateTime": "2020-08-26T17:34:32Z", - "lastUpdatedDateTime": "2020-08-26T17:34:33Z" + "modelId": "4363499c-72ab-45b2-8931-d8b1838bef70", + "attributes": { + "isComposed": false + }, + "status": "ready", + "createdDateTime": "2020-08-20T23:26:34Z", + "lastUpdatedDateTime": "2020-08-20T23:26:41Z" }, { - "modelId": "a50e5ae0-6af6-4087-92da-845e12c71655", + "modelId": "438b68f8-bec6-4313-88d6-43f201f64e26", + "attributes": { + "isComposed": false + }, "status": "ready", - "createdDateTime": "2020-08-26T17:52:35Z", - "lastUpdatedDateTime": "2020-08-26T17:52:46Z" + "createdDateTime": "2020-08-20T21:22:10Z", + "lastUpdatedDateTime": "2020-08-20T21:22:12Z" }, { - "modelId": "a5583bd4-9d64-4971-a4e3-ad202a2f1711", + "modelId": "43bc2d9d-10f1-4466-be33-546ae07a7a28", "status": "ready", - "createdDateTime": "2020-08-07T02:33:05Z", - "lastUpdatedDateTime": "2020-08-07T02:33:09Z" + "createdDateTime": "2020-10-30T13:24:37Z", + "lastUpdatedDateTime": "2020-10-30T13:24:49Z" }, { - "modelId": "a59ea0d6-3fa4-4879-91f9-f83319790278", - "status": "creating", - "createdDateTime": "2020-08-17T23:02:26Z", - "lastUpdatedDateTime": "2020-08-17T23:02:26Z" + "modelId": "43be25f8-aa98-4523-ab6b-120e4b29c7bf", + "attributes": { + "isComposed": false + }, + "status": "ready", + "createdDateTime": "2020-10-30T13:22:18Z", + "lastUpdatedDateTime": "2020-10-30T13:22:19Z" }, { - "modelId": "a646e66b-c795-470b-a59d-ed208e8107c4", + "modelId": "44cf7b0c-17d8-461b-8a14-972532fcf6d6", "status": "creating", - "createdDateTime": "2020-08-07T02:32:39Z", - "lastUpdatedDateTime": "2020-08-07T02:32:39Z" + "createdDateTime": "2020-08-17T22:30:19Z", + "lastUpdatedDateTime": "2020-08-17T22:30:19Z" }, { - "modelId": "a72d7916-ab9f-4c63-aa32-79ffed1bb391", + "modelId": "44d3f221-a1ad-4726-a5f5-43bc37fe7222", "status": "ready", - "createdDateTime": "2020-08-07T02:33:27Z", - "lastUpdatedDateTime": "2020-08-07T02:34:01Z" + "createdDateTime": "2020-08-20T22:45:18Z", + "lastUpdatedDateTime": "2020-08-20T22:45:27Z" }, { - "modelId": "a7bc5b1f-af0b-449a-bcd1-3daef200c131", + "modelId": "4559697f-580d-439c-a336-1272be0526f9", "status": "invalid", - "createdDateTime": "2020-08-06T23:21:39Z", - "lastUpdatedDateTime": "2020-08-06T23:21:53Z" + "createdDateTime": "2020-10-30T13:20:53Z", + "lastUpdatedDateTime": "2020-10-30T13:20:54Z" }, { - "modelId": "a87b6655-71cb-481b-bedd-bdca02704320", - "status": "ready", - "createdDateTime": "2020-08-26T17:55:11Z", - "lastUpdatedDateTime": "2020-08-26T17:55:20Z" + "modelId": "45c5498b-3755-44fd-95d5-8d5b5924e3a6", + "status": "invalid", + "createdDateTime": "2020-08-20T22:43:19Z", + "lastUpdatedDateTime": "2020-08-20T22:43:19Z" }, { - "modelId": "a9643e41-d890-434b-a3ea-d5f9de22a81b", + "modelId": "45f1adde-a451-4746-a675-f0ebb166151b", "status": "creating", - "createdDateTime": "2020-08-26T17:52:47Z", - "lastUpdatedDateTime": "2020-08-26T17:52:47Z" + "createdDateTime": "2020-08-20T21:47:08Z", + "lastUpdatedDateTime": "2020-08-20T21:47:08Z" }, { - "modelId": "aa4c7c66-c63e-453c-b6c8-6eb34bded19c", - "status": "ready", - "createdDateTime": "2020-08-26T17:53:08Z", - "lastUpdatedDateTime": "2020-08-26T17:53:14Z" + "modelId": "46201f03-7ffc-4e1e-bd07-a48bb6bccad4", + "status": "creating", + "createdDateTime": "2020-08-14T19:08:23Z", + "lastUpdatedDateTime": "2020-08-14T19:08:23Z" }, { - "modelId": "ae63d47a-b069-4e06-9b23-fa01eb02e7a4", - "attributes": { - "isComposed": false - }, + "modelId": "46a86632-ff1f-4e80-bd06-6c8d48af3157", "status": "ready", - "createdDateTime": "2020-08-26T17:53:28Z", - "lastUpdatedDateTime": "2020-08-26T17:53:29Z" + "createdDateTime": "2020-08-20T18:44:45Z", + "lastUpdatedDateTime": "2020-08-20T18:44:53Z" }, { - "modelId": "b17cb2c7-bd8d-4f5f-80d1-a20559f55dc0", + "modelId": "47a7b4cd-d993-4d83-b6ca-ee18c547acfb", "status": "ready", - "createdDateTime": "2020-08-07T02:33:07Z", - "lastUpdatedDateTime": "2020-08-07T02:33:23Z" + "createdDateTime": "2020-08-20T22:49:07Z", + "lastUpdatedDateTime": "2020-08-20T22:49:16Z" }, { - "modelId": "b29c550b-6b80-43f8-bc95-cf0655cbe4fb", - "status": "creating", - "createdDateTime": "2020-09-09T22:20:41Z", - "lastUpdatedDateTime": "2020-09-09T22:20:41Z" - }, - { - "modelId": "b2e963b2-39e0-4e5f-acaa-9d48e0ad7570", + "modelId": "488d74c6-25ae-4271-b7e5-cff85e10abc4", "status": "ready", - "createdDateTime": "2020-08-26T17:51:07Z", - "lastUpdatedDateTime": "2020-08-26T17:51:13Z" + "createdDateTime": "2020-08-20T18:26:04Z", + "lastUpdatedDateTime": "2020-08-20T18:26:12Z" }, { - "modelId": "b332d3a9-767e-4b92-b298-03a7ba2c64cb", + "modelId": "49b0f1a2-e699-4f0d-a873-040df8e08e6c", "status": "ready", - "createdDateTime": "2020-09-09T22:16:56Z", - "lastUpdatedDateTime": "2020-09-09T22:17:12Z" + "createdDateTime": "2020-08-14T19:13:59Z", + "lastUpdatedDateTime": "2020-08-14T19:14:08Z" }, { - "modelId": "b3bf06ee-649c-4195-b79a-743efe134b3a", - "status": "creating", - "createdDateTime": "2020-08-11T23:26:07Z", - "lastUpdatedDateTime": "2020-08-11T23:26:07Z" + "modelId": "4acac1b2-4f07-46b2-9d21-c172d2a66330", + "status": "ready", + "createdDateTime": "2020-08-14T19:28:36Z", + "lastUpdatedDateTime": "2020-08-14T19:28:44Z" }, { - "modelId": "b4f76870-a421-49fc-b407-0eff0259b35f", + "modelId": "4b815719-ec80-4bd7-a709-91ae6a44fdf7", "attributes": { "isComposed": false }, "status": "ready", - "createdDateTime": "2020-08-26T17:52:11Z", - "lastUpdatedDateTime": "2020-08-26T17:52:13Z" - }, - { - "modelId": "b505e41b-7b1f-403b-8934-b61ec312a33c", - "status": "ready", - "createdDateTime": "2020-08-07T02:31:58Z", - "lastUpdatedDateTime": "2020-08-07T02:32:11Z" + "createdDateTime": "2020-10-30T13:24:33Z", + "lastUpdatedDateTime": "2020-10-30T13:24:35Z" }, { - "modelId": "bd24dcfe-a630-4b9f-bb41-6f2462d7dc49", + "modelId": "4bfcc25d-0b2f-4fa2-a284-bcc98cf1f8fd", "status": "ready", - "createdDateTime": "2020-08-07T02:34:59Z", - "lastUpdatedDateTime": "2020-08-07T02:35:12Z" + "createdDateTime": "2020-08-20T21:31:42Z", + "lastUpdatedDateTime": "2020-08-20T21:31:51Z" }, { - "modelId": "bf6945cc-5534-4fc7-bd7c-2371601328ff", - "status": "creating", - "createdDateTime": "2020-08-07T02:35:13Z", - "lastUpdatedDateTime": "2020-08-07T02:35:13Z" - }, - { - "modelId": "c20f99d1-31dd-4db9-baaa-97cc063209b9", - "status": "creating", - "createdDateTime": "2020-08-07T02:35:22Z", - "lastUpdatedDateTime": "2020-08-07T02:35:22Z" - }, - { - "modelId": "c2d66fc3-bb2c-4001-a6f8-c38e8b14edb9", + "modelId": "4c92bc3c-f25c-4f02-84d9-f8ceae9b16b6", "status": "ready", - "createdDateTime": "2020-08-26T17:56:05Z", - "lastUpdatedDateTime": "2020-08-26T17:56:15Z" + "createdDateTime": "2020-08-14T19:11:09Z", + "lastUpdatedDateTime": "2020-08-14T19:11:17Z" }, { - "modelId": "c345d537-db8a-42e9-8ed1-a1ff3fac62b0", - "status": "ready", - "createdDateTime": "2020-08-07T02:33:24Z", - "lastUpdatedDateTime": "2020-08-07T02:33:26Z" - }, + "modelId": "4ca59011-74aa-455c-be41-c981854d8bba", + "status": "invalid", + "createdDateTime": "2020-08-20T18:45:20Z", + "lastUpdatedDateTime": "2020-08-20T18:45:20Z" + } + ], + "nextLink": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com:443/formrecognizer/v2.1-preview.2/custom/models?nextLink=2!204!MDAwMTA4IXN1YnNjcmlwdGlvbnMvYjFhOTYyODAzYjdhNDU5ODlhY2RlYWE5MDU3YTRmZTQvbW9kZWxzLzRjYTU5MDExLTc0YWEtNDU1Yy1iZTQxLWM5ODE4NTRkOGJiYS91c2VMYWJlbEZpbGUuanNvbiEwMDAwMjghOTk5OS0xMi0zMVQyMzo1OTo1OS45OTk5OTk5WiE-" + } + }, + { + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models?nextLink=2!204!MDAwMTA4IXN1YnNjcmlwdGlvbnMvYjFhOTYyODAzYjdhNDU5ODlhY2RlYWE5MDU3YTRmZTQvbW9kZWxzLzRjYTU5MDExLTc0YWEtNDU1Yy1iZTQxLWM5ODE4NTRkOGJiYS91c2VMYWJlbEZpbGUuanNvbiEwMDAwMjghOTk5OS0xMi0zMVQyMzo1OTo1OS45OTk5OTk5WiE-", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "1b9709b9d98a6df12c40a8ba28762288", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 429, + "ResponseHeaders": { + "apim-request-id": "4c189b5e-f2f0-4c51-bb3d-1432ed11053c", + "Content-Length": "356", + "Content-Type": "application/json", + "Date": "Fri, 30 Oct 2020 13:31:53 GMT", + "Retry-After": "1", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff" + }, + "ResponseBody": { + "error": { + "code": "429", + "message": "Requests to the Custom Form Model Management - List Custom Models Operation under Form Recognizer API (v2.1-preview.2) have exceeded rate limit of your current FormRecognizer S0 pricing tier. Please retry after 1 second. Please contact Azure support service if you would like to further increase the default rate limit." + } + } + }, + { + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models?nextLink=2!204!MDAwMTA4IXN1YnNjcmlwdGlvbnMvYjFhOTYyODAzYjdhNDU5ODlhY2RlYWE5MDU3YTRmZTQvbW9kZWxzLzRjYTU5MDExLTc0YWEtNDU1Yy1iZTQxLWM5ODE4NTRkOGJiYS91c2VMYWJlbEZpbGUuanNvbiEwMDAwMjghOTk5OS0xMi0zMVQyMzo1OTo1OS45OTk5OTk5WiE-", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "1b9709b9d98a6df12c40a8ba28762288", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "81dcc3bc-ccc8-4d0d-ad57-c9df3e48e90f", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 30 Oct 2020 13:31:54 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "243" + }, + "ResponseBody": { + "modelList": [ + { + "modelId": "4ca59011-74aa-455c-be41-c981854d8bba", + "status": "invalid", + "createdDateTime": "2020-08-20T18:45:20Z", + "lastUpdatedDateTime": "2020-08-20T18:45:20Z" + }, + { + "modelId": "4f79033e-d86b-4151-9d4b-ea371230d9f7", + "status": "ready", + "createdDateTime": "2020-10-30T13:24:52Z", + "lastUpdatedDateTime": "2020-10-30T13:25:13Z" + }, + { + "modelId": "52db9454-9b6c-4514-a6f4-27d3d404a999", + "attributes": { + "isComposed": false + }, + "status": "ready", + "createdDateTime": "2020-08-20T22:43:30Z", + "lastUpdatedDateTime": "2020-08-20T22:43:32Z" + }, + { + "modelId": "547f6f41-f70e-4cb5-aa8f-2129e33df2af", + "status": "ready", + "createdDateTime": "2020-07-30T00:55:04Z", + "lastUpdatedDateTime": "2020-07-30T00:55:12Z" + }, + { + "modelId": "551c272c-ff8f-493e-b234-a719bc35ee23", + "status": "creating", + "createdDateTime": "2020-10-30T13:19:42Z", + "lastUpdatedDateTime": "2020-10-30T13:19:42Z" + }, + { + "modelId": "55c30a55-134a-4f9d-8b42-37caa8198471", + "status": "ready", + "createdDateTime": "2020-08-14T19:11:21Z", + "lastUpdatedDateTime": "2020-08-14T19:11:31Z" + }, + { + "modelId": "56292da4-33e9-421f-ad9b-859234c5d111", + "status": "invalid", + "createdDateTime": "2020-08-20T23:29:05Z", + "lastUpdatedDateTime": "2020-08-20T23:29:05Z" + }, + { + "modelId": "566b7d84-318a-4acb-a928-d684e42b93b3", + "status": "invalid", + "createdDateTime": "2020-08-20T21:50:02Z", + "lastUpdatedDateTime": "2020-08-20T21:50:02Z" + }, + { + "modelId": "56ce1ece-256f-480d-8637-1005534971de", + "status": "ready", + "createdDateTime": "2020-08-20T21:27:11Z", + "lastUpdatedDateTime": "2020-08-20T21:27:19Z" + }, + { + "modelId": "5737eddb-d3c3-4e43-8658-b0f4322af5dc", + "status": "invalid", + "createdDateTime": "2020-08-20T23:29:06Z", + "lastUpdatedDateTime": "2020-08-20T23:29:07Z" + }, + { + "modelId": "578062d7-dbfb-4548-a54e-299c967f17be", + "status": "ready", + "createdDateTime": "2020-08-20T18:48:16Z", + "lastUpdatedDateTime": "2020-08-20T18:48:27Z" + }, + { + "modelId": "57c1049c-a148-461a-ad5d-fe7e953f7d09", + "status": "creating", + "createdDateTime": "2020-08-14T19:10:36Z", + "lastUpdatedDateTime": "2020-08-14T19:10:36Z" + }, + { + "modelId": "57e0eb22-6bdb-4ef9-a597-11d96876ad1d", + "status": "ready", + "createdDateTime": "2020-08-14T19:45:21Z", + "lastUpdatedDateTime": "2020-08-14T19:45:29Z" + }, + { + "modelId": "5802c9ef-6ce3-41ac-be05-b4afb5613cb2", + "status": "ready", + "createdDateTime": "2020-08-20T21:08:18Z", + "lastUpdatedDateTime": "2020-08-20T21:08:26Z" + }, + { + "modelId": "5837470d-2183-4c9a-b005-80ab6b76765b", + "status": "ready", + "createdDateTime": "2020-08-20T23:31:12Z", + "lastUpdatedDateTime": "2020-08-20T23:31:26Z" + }, + { + "modelId": "584c4432-36cf-4a0b-a2e1-5c651bfd4227", + "attributes": { + "isComposed": false + }, + "status": "ready", + "createdDateTime": "2020-08-14T19:08:02Z", + "lastUpdatedDateTime": "2020-08-14T19:08:04Z" + }, + { + "modelId": "58871fae-0f09-4f14-bce7-769d4bd35354", + "status": "creating", + "createdDateTime": "2020-08-14T19:08:30Z", + "lastUpdatedDateTime": "2020-08-14T19:08:30Z" + }, + { + "modelId": "5bde02de-1dcb-4ea8-b497-0427a16b26fb", + "status": "creating", + "createdDateTime": "2020-08-20T23:25:39Z", + "lastUpdatedDateTime": "2020-08-20T23:25:39Z" + }, + { + "modelId": "5f0ca916-4ca0-4f2d-9447-caeac53bcf2e", + "status": "ready", + "createdDateTime": "2020-08-20T23:32:15Z", + "lastUpdatedDateTime": "2020-08-20T23:32:25Z" + }, + { + "modelId": "5faf34f8-8399-477b-ba82-48f1e2e7688f", + "status": "invalid", + "createdDateTime": "2020-08-14T19:45:12Z", + "lastUpdatedDateTime": "2020-08-14T19:45:12Z" + }, + { + "modelId": "5feddb70-fa11-450f-b34b-37a45b5c80d3", + "status": "invalid", + "createdDateTime": "2020-08-20T23:26:09Z", + "lastUpdatedDateTime": "2020-08-20T23:26:10Z" + }, + { + "modelId": "6035d354-53ef-4dcd-93de-5b9ad1c1ea77", + "status": "ready", + "createdDateTime": "2020-08-20T18:42:40Z", + "lastUpdatedDateTime": "2020-08-20T18:42:48Z" + }, + { + "modelId": "6216b1ae-970a-485b-a35e-070150082adb", + "status": "creating", + "createdDateTime": "2020-08-20T22:42:57Z", + "lastUpdatedDateTime": "2020-08-20T22:42:57Z" + }, + { + "modelId": "63262869-1ff0-49d0-a26f-1d1552cad649", + "attributes": { + "isComposed": false + }, + "status": "ready", + "createdDateTime": "2020-08-20T23:09:49Z", + "lastUpdatedDateTime": "2020-08-20T23:09:51Z" + }, + { + "modelId": "637426f9-5d46-4e4c-8bfb-86f2b60bd94b", + "status": "creating", + "createdDateTime": "2020-08-20T21:49:44Z", + "lastUpdatedDateTime": "2020-08-20T21:49:44Z" + }, + { + "modelId": "66087b32-fce4-402d-9101-1bc4f627462d", + "status": "ready", + "createdDateTime": "2020-08-20T21:22:24Z", + "lastUpdatedDateTime": "2020-08-20T21:22:33Z" + }, + { + "modelId": "6645dde9-caf0-4beb-8758-501325f2e605", + "status": "ready", + "createdDateTime": "2020-08-20T21:53:58Z", + "lastUpdatedDateTime": "2020-08-20T21:54:06Z" + }, + { + "modelId": "68f6c9f8-795d-43bc-97bd-619dad38c66d", + "attributes": { + "isComposed": false + }, + "status": "ready", + "createdDateTime": "2020-08-20T23:28:13Z", + "lastUpdatedDateTime": "2020-08-20T23:28:19Z" + }, + { + "modelId": "6bbda4de-97ee-4d62-a7ab-2a9a13f503f6", + "status": "invalid", + "createdDateTime": "2020-08-20T21:49:56Z", + "lastUpdatedDateTime": "2020-08-20T21:49:56Z" + }, + { + "modelId": "6c252bb0-d84a-47c8-82af-0dabf36c4c6f", + "status": "invalid", + "createdDateTime": "2020-08-20T21:47:26Z", + "lastUpdatedDateTime": "2020-08-20T21:47:27Z" + }, + { + "modelId": "6c6bd1f5-4009-435f-b938-df50c1966733", + "status": "ready", + "createdDateTime": "2020-08-20T21:28:00Z", + "lastUpdatedDateTime": "2020-08-20T21:28:08Z" + }, + { + "modelId": "6fbe2ae1-fd8f-40c7-bf2e-c05e90931aac", + "status": "creating", + "createdDateTime": "2020-08-20T23:28:45Z", + "lastUpdatedDateTime": "2020-08-20T23:28:45Z" + }, + { + "modelId": "70769976-46c0-4739-8cb5-4f31c941a709", + "status": "ready", + "createdDateTime": "2020-08-20T18:45:22Z", + "lastUpdatedDateTime": "2020-08-20T18:45:26Z" + } + ], + "nextLink": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com:443/formrecognizer/v2.1-preview.2/custom/models?nextLink=2!204!MDAwMTA4IXN1YnNjcmlwdGlvbnMvYjFhOTYyODAzYjdhNDU5ODlhY2RlYWE5MDU3YTRmZTQvbW9kZWxzLzcwNzY5OTc2LTQ2YzAtNDczOS04Y2I1LTRmMzFjOTQxYTcwOS91c2VMYWJlbEZpbGUuanNvbiEwMDAwMjghOTk5OS0xMi0zMVQyMzo1OTo1OS45OTk5OTk5WiE-" + } + }, + { + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models?nextLink=2!204!MDAwMTA4IXN1YnNjcmlwdGlvbnMvYjFhOTYyODAzYjdhNDU5ODlhY2RlYWE5MDU3YTRmZTQvbW9kZWxzLzcwNzY5OTc2LTQ2YzAtNDczOS04Y2I1LTRmMzFjOTQxYTcwOS91c2VMYWJlbEZpbGUuanNvbiEwMDAwMjghOTk5OS0xMi0zMVQyMzo1OTo1OS45OTk5OTk5WiE-", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "21dd4cbc2852d236a605c11c47b0aabb", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "b7238caa-5637-4575-a341-4d432286a3c1", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 30 Oct 2020 13:31:55 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "273" + }, + "ResponseBody": { + "modelList": [ + { + "modelId": "70769976-46c0-4739-8cb5-4f31c941a709", + "status": "ready", + "createdDateTime": "2020-08-20T18:45:22Z", + "lastUpdatedDateTime": "2020-08-20T18:45:26Z" + }, + { + "modelId": "714cd9ba-6084-4966-bf98-079fc90562fe", + "attributes": { + "isComposed": false + }, + "status": "ready", + "createdDateTime": "2020-08-14T19:10:07Z", + "lastUpdatedDateTime": "2020-08-14T19:10:09Z" + }, + { + "modelId": "7156bc3a-1e6b-4125-b89f-10d971d5ba14", + "attributes": { + "isComposed": false + }, + "status": "ready", + "createdDateTime": "2020-08-20T22:27:48Z", + "lastUpdatedDateTime": "2020-08-20T22:27:50Z" + }, + { + "modelId": "741ca2b2-d208-4a68-a59d-f6fb1e41c596", + "modelName": "My training", + "attributes": { + "isComposed": false + }, + "status": "ready", + "createdDateTime": "2020-10-30T13:21:03Z", + "lastUpdatedDateTime": "2020-10-30T13:21:04Z" + }, + { + "modelId": "74ea7917-ea1e-4d62-8bd9-551fcac9d963", + "status": "ready", + "createdDateTime": "2020-08-14T19:50:11Z", + "lastUpdatedDateTime": "2020-08-14T19:50:19Z" + }, + { + "modelId": "765cd50a-d9bd-4bbe-9e77-8e496c234240", + "status": "ready", + "createdDateTime": "2020-08-20T18:46:18Z", + "lastUpdatedDateTime": "2020-08-20T18:46:27Z" + }, + { + "modelId": "76aed1f7-5a15-4754-925c-45d27d7fd0c5", + "status": "creating", + "createdDateTime": "2020-08-20T21:22:34Z", + "lastUpdatedDateTime": "2020-08-20T21:22:34Z" + }, + { + "modelId": "76e1dc72-2be3-4c40-9f07-6b29a0bf327a", + "status": "creating", + "createdDateTime": "2020-08-14T19:44:45Z", + "lastUpdatedDateTime": "2020-08-14T19:44:45Z" + }, + { + "modelId": "76e25188-e121-4fc3-a5f3-3cb861033259", + "status": "creating", + "createdDateTime": "2020-08-20T21:25:07Z", + "lastUpdatedDateTime": "2020-08-20T21:25:07Z" + }, + { + "modelId": "795417b4-25af-4d41-aa61-3cef0084e589", + "status": "ready", + "createdDateTime": "2020-08-20T21:50:03Z", + "lastUpdatedDateTime": "2020-08-20T21:50:07Z" + }, + { + "modelId": "79a2c6de-5040-4198-a2fa-ecbe37e71788", + "modelName": "My training", + "attributes": { + "isComposed": false + }, + "status": "ready", + "createdDateTime": "2020-10-30T13:24:02Z", + "lastUpdatedDateTime": "2020-10-30T13:24:03Z" + }, + { + "modelId": "7c9a4c19-1761-40d2-8f2b-10f10510ca74", + "status": "ready", + "createdDateTime": "2020-08-14T19:10:57Z", + "lastUpdatedDateTime": "2020-08-14T19:11:00Z" + }, + { + "modelId": "7dd8a381-1484-4809-ad11-db27dc50841e", + "status": "ready", + "createdDateTime": "2020-08-20T21:49:31Z", + "lastUpdatedDateTime": "2020-08-20T21:49:39Z" + }, + { + "modelId": "7dfcb89d-abc6-43ca-bae6-cce241d06e4f", + "status": "ready", + "createdDateTime": "2020-08-20T21:30:14Z", + "lastUpdatedDateTime": "2020-08-20T21:30:22Z" + }, + { + "modelId": "7f2745e3-7f0d-46f7-919a-96b939030594", + "status": "creating", + "createdDateTime": "2020-08-20T22:42:59Z", + "lastUpdatedDateTime": "2020-08-20T22:42:59Z" + }, + { + "modelId": "80601216-855c-4286-b532-34af33c229ae", + "status": "ready", + "createdDateTime": "2020-08-14T19:13:08Z", + "lastUpdatedDateTime": "2020-08-14T19:13:16Z" + }, + { + "modelId": "84fd2414-5018-4f5a-9805-b80467ce7593", + "status": "ready", + "createdDateTime": "2020-08-20T21:47:27Z", + "lastUpdatedDateTime": "2020-08-20T21:47:31Z" + }, + { + "modelId": "8692493e-799d-48c3-b217-950e1471adba", + "status": "ready", + "createdDateTime": "2020-08-14T19:48:16Z", + "lastUpdatedDateTime": "2020-08-14T19:48:24Z" + }, + { + "modelId": "878a4cd7-39c2-46a0-a905-7cc1bd071837", + "attributes": { + "isComposed": false + }, + "status": "ready", + "createdDateTime": "2020-08-14T19:46:09Z", + "lastUpdatedDateTime": "2020-08-14T19:46:12Z" + }, + { + "modelId": "87f0f103-08c9-4cae-91b8-f5a0a205bb35", + "status": "creating", + "createdDateTime": "2020-08-17T22:32:37Z", + "lastUpdatedDateTime": "2020-08-17T22:32:37Z" + }, + { + "modelId": "88d34ad1-0508-475c-9d75-2c15594876ac", + "status": "invalid", + "createdDateTime": "2020-08-14T19:47:12Z", + "lastUpdatedDateTime": "2020-08-14T19:47:12Z" + }, + { + "modelId": "8a2a6999-df6a-4b64-9633-87d097b2af06", + "status": "invalid", + "createdDateTime": "2020-08-20T22:45:53Z", + "lastUpdatedDateTime": "2020-08-20T22:45:53Z" + }, + { + "modelId": "91f0a68b-5890-4e2a-8856-4489113f9d54", + "attributes": { + "isComposed": false + }, + "status": "ready", + "createdDateTime": "2020-08-14T19:11:01Z", + "lastUpdatedDateTime": "2020-08-14T19:11:08Z" + }, + { + "modelId": "91f917c8-c8ad-457e-8d62-00e3e1686aac", + "status": "invalid", + "createdDateTime": "2020-08-20T18:43:19Z", + "lastUpdatedDateTime": "2020-08-20T18:43:20Z" + }, + { + "modelId": "921d9d16-9a9d-4dab-a0c5-63deb0aed5a6", + "status": "ready", + "createdDateTime": "2020-08-20T22:42:48Z", + "lastUpdatedDateTime": "2020-08-20T22:42:56Z" + }, + { + "modelId": "9259c76f-7273-41a7-83e2-fd176eeef64e", + "attributes": { + "isComposed": false + }, + "status": "ready", + "createdDateTime": "2020-08-20T22:46:02Z", + "lastUpdatedDateTime": "2020-08-20T22:46:04Z" + }, + { + "modelId": "92829e8f-ef96-4b83-8d54-4e2064729e84", + "status": "invalid", + "createdDateTime": "2020-08-14T19:08:49Z", + "lastUpdatedDateTime": "2020-08-14T19:08:49Z" + }, + { + "modelId": "932ef024-3b06-4445-bc05-863f0b7365db", + "status": "ready", + "createdDateTime": "2020-08-14T19:10:25Z", + "lastUpdatedDateTime": "2020-08-14T19:10:32Z" + }, + { + "modelId": "94e1ae64-db16-4b11-b3ec-db684b3eb473", + "status": "ready", + "createdDateTime": "2020-08-20T21:46:57Z", + "lastUpdatedDateTime": "2020-08-20T21:47:05Z" + }, + { + "modelId": "959a6767-936a-4388-be50-47b1471173e2", + "status": "ready", + "createdDateTime": "2020-08-20T22:43:33Z", + "lastUpdatedDateTime": "2020-08-20T22:43:42Z" + }, + { + "modelId": "96769aa4-eb33-45e2-8536-0dc4e5ec375c", + "attributes": { + "isComposed": false + }, + "status": "ready", + "createdDateTime": "2020-10-30T13:24:51Z", + "lastUpdatedDateTime": "2020-10-30T13:24:52Z" + } + ], + "nextLink": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com:443/formrecognizer/v2.1-preview.2/custom/models?nextLink=2!204!MDAwMTA4IXN1YnNjcmlwdGlvbnMvYjFhOTYyODAzYjdhNDU5ODlhY2RlYWE5MDU3YTRmZTQvbW9kZWxzLzk2NzY5YWE0LWViMzMtNDVlMi04NTM2LTBkYzRlNWVjMzc1Yy91c2VMYWJlbEZpbGUuanNvbiEwMDAwMjghOTk5OS0xMi0zMVQyMzo1OTo1OS45OTk5OTk5WiE-" + } + }, + { + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models?nextLink=2!204!MDAwMTA4IXN1YnNjcmlwdGlvbnMvYjFhOTYyODAzYjdhNDU5ODlhY2RlYWE5MDU3YTRmZTQvbW9kZWxzLzk2NzY5YWE0LWViMzMtNDVlMi04NTM2LTBkYzRlNWVjMzc1Yy91c2VMYWJlbEZpbGUuanNvbiEwMDAwMjghOTk5OS0xMi0zMVQyMzo1OTo1OS45OTk5OTk5WiE-", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "58031550260af9db3bd12ae03e83cd74", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "9f6c7b5c-9e13-4b83-a698-38291febdeef", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 30 Oct 2020 13:31:56 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "246" + }, + "ResponseBody": { + "modelList": [ + { + "modelId": "96769aa4-eb33-45e2-8536-0dc4e5ec375c", + "attributes": { + "isComposed": false + }, + "status": "ready", + "createdDateTime": "2020-10-30T13:24:51Z", + "lastUpdatedDateTime": "2020-10-30T13:24:52Z" + }, + { + "modelId": "9794b06a-303c-4014-ac9c-d64ccd2d897d", + "status": "creating", + "createdDateTime": "2020-08-20T21:22:33Z", + "lastUpdatedDateTime": "2020-08-20T21:22:33Z" + }, + { + "modelId": "97be7970-9a98-4b3f-980c-77bf06f29131", + "attributes": { + "isComposed": false + }, + "status": "ready", + "createdDateTime": "2020-10-30T13:21:52Z", + "lastUpdatedDateTime": "2020-10-30T13:21:54Z" + }, + { + "modelId": "98fc2d15-8bb1-4eb8-85f8-dbde2d188615", + "status": "ready", + "createdDateTime": "2020-08-14T19:46:41Z", + "lastUpdatedDateTime": "2020-08-14T19:46:48Z" + }, + { + "modelId": "9947fcd1-42b4-4c38-930e-1b0403e6f761", + "status": "ready", + "createdDateTime": "2020-08-14T19:45:42Z", + "lastUpdatedDateTime": "2020-08-14T19:45:53Z" + }, + { + "modelId": "99c2b562-6e31-4923-a25c-8d940951ed2f", + "status": "ready", + "createdDateTime": "2020-08-14T19:47:23Z", + "lastUpdatedDateTime": "2020-08-14T19:47:32Z" + }, + { + "modelId": "9a0b42b4-09e2-4c90-8bd0-64395fb588e8", + "status": "ready", + "createdDateTime": "2020-08-20T23:28:36Z", + "lastUpdatedDateTime": "2020-08-20T23:28:44Z" + }, + { + "modelId": "9aa701a8-3822-4d5d-bc37-4891415c267f", + "status": "ready", + "createdDateTime": "2020-08-20T22:06:19Z", + "lastUpdatedDateTime": "2020-08-20T22:06:29Z" + }, + { + "modelId": "9d8aac28-0ab6-4b18-bb80-35341797a3ad", + "status": "ready", + "createdDateTime": "2020-08-20T21:53:04Z", + "lastUpdatedDateTime": "2020-08-20T21:53:15Z" + }, + { + "modelId": "9e6eb7bc-d4b9-4887-a38a-58957d712769", + "status": "ready", + "createdDateTime": "2020-08-20T21:30:14Z", + "lastUpdatedDateTime": "2020-08-20T21:30:22Z" + }, + { + "modelId": "9f7271da-c7c1-4407-bd1a-92577c187995", + "status": "invalid", + "createdDateTime": "2020-08-20T18:45:21Z", + "lastUpdatedDateTime": "2020-08-20T18:45:22Z" + }, + { + "modelId": "a00e27ee-1358-468a-a95c-c80e5bff6343", + "attributes": { + "isComposed": false + }, + "status": "ready", + "createdDateTime": "2020-08-20T22:45:08Z", + "lastUpdatedDateTime": "2020-08-20T22:45:15Z" + }, + { + "modelId": "a05c7f08-3c69-4a74-9f21-c5a4ae79c1ad", + "status": "ready", + "createdDateTime": "2020-10-30T13:30:57Z", + "lastUpdatedDateTime": "2020-10-30T13:31:09Z" + }, + { + "modelId": "a0a7e72a-d8ec-4293-8dee-7fbe726fc115", + "attributes": { + "isComposed": false + }, + "status": "ready", + "createdDateTime": "2020-08-20T18:45:38Z", + "lastUpdatedDateTime": "2020-08-20T18:45:39Z" + }, + { + "modelId": "a1513cf9-13dd-4eb7-bac5-7ceee4658c13", + "attributes": { + "isComposed": false + }, + "status": "ready", + "createdDateTime": "2020-08-14T18:53:36Z", + "lastUpdatedDateTime": "2020-08-14T18:53:43Z" + }, + { + "modelId": "a1b59d63-c5f4-43a4-bbba-e4e9c0c00708", + "status": "ready", + "createdDateTime": "2020-10-30T13:20:55Z", + "lastUpdatedDateTime": "2020-10-30T13:21:01Z" + }, + { + "modelId": "a2a41673-e1b2-4319-8eef-44910ce4d9cf", + "status": "ready", + "createdDateTime": "2020-08-20T18:43:33Z", + "lastUpdatedDateTime": "2020-08-20T18:43:41Z" + }, + { + "modelId": "a2b05934-353c-4eb9-ac8b-45d1d2e489f2", + "status": "ready", + "createdDateTime": "2020-08-20T22:46:14Z", + "lastUpdatedDateTime": "2020-08-20T22:46:24Z" + }, + { + "modelId": "a3189094-17a1-4acf-a788-f8c05c6e6a19", + "status": "invalid", + "createdDateTime": "2020-08-20T22:45:54Z", + "lastUpdatedDateTime": "2020-08-20T22:45:55Z" + }, + { + "modelId": "a336ff42-7e03-4b7f-821a-1246209f29de", + "status": "ready", + "createdDateTime": "2020-08-14T19:08:51Z", + "lastUpdatedDateTime": "2020-08-14T19:08:55Z" + }, + { + "modelId": "a38f391d-fad5-4ed5-be4c-5a3644803cf4", + "status": "ready", + "createdDateTime": "2020-08-20T23:29:39Z", + "lastUpdatedDateTime": "2020-08-20T23:29:51Z" + }, + { + "modelId": "a3cb3ffe-ba7b-4a0d-838a-eced98e48e8c", + "status": "invalid", + "createdDateTime": "2020-08-20T22:43:18Z", + "lastUpdatedDateTime": "2020-08-20T22:43:18Z" + }, + { + "modelId": "a5f5ef27-523c-44a4-a06c-a56470180145", + "status": "creating", + "createdDateTime": "2020-08-14T19:44:55Z", + "lastUpdatedDateTime": "2020-08-14T19:44:55Z" + }, + { + "modelId": "a67b821e-e8f2-419d-97f6-e28903abe6a0", + "attributes": { + "isComposed": false + }, + "status": "ready", + "createdDateTime": "2020-08-20T21:25:31Z", + "lastUpdatedDateTime": "2020-08-20T21:25:32Z" + }, + { + "modelId": "a70a5d5b-3b72-486b-91f1-0b518e077a43", + "status": "ready", + "createdDateTime": "2020-08-20T22:48:57Z", + "lastUpdatedDateTime": "2020-08-20T22:49:06Z" + }, + { + "modelId": "a78b3a1c-9189-4901-9bc2-ccceec21bf20", + "status": "creating", + "createdDateTime": "2020-08-20T18:44:56Z", + "lastUpdatedDateTime": "2020-08-20T18:44:56Z" + }, + { + "modelId": "a7d5f0a1-b604-4fd4-a1fb-5df92c6deaef", + "status": "ready", + "createdDateTime": "2020-08-20T18:26:04Z", + "lastUpdatedDateTime": "2020-08-20T18:26:12Z" + }, + { + "modelId": "a8b5afb6-f11a-4496-ad62-a70e3ecda523", + "status": "ready", + "createdDateTime": "2020-08-14T19:49:09Z", + "lastUpdatedDateTime": "2020-08-14T19:49:17Z" + }, + { + "modelId": "a95aa07c-a27b-4323-8bc6-3a02485f2707", + "status": "ready", + "createdDateTime": "2020-08-20T21:50:21Z", + "lastUpdatedDateTime": "2020-08-20T21:50:32Z" + } + ], + "nextLink": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com:443/formrecognizer/v2.1-preview.2/custom/models?nextLink=2!236!MDAwMTMyIXN1YnNjcmlwdGlvbnMvYjFhOTYyODAzYjdhNDU5ODlhY2RlYWE5MDU3YTRmZTQvbW9kZWxzL2E5NWFhMDdjLWEyN2ItNDMyMy04YmM2LTNhMDI0ODVmMjcwNy9hOTVhYTA3Yy1hMjdiLTQzMjMtOGJjNi0zYTAyNDg1ZjI3MDcuanNvbiEwMDAwMjghOTk5OS0xMi0zMVQyMzo1OTo1OS45OTk5OTk5WiE-" + } + }, + { + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models?nextLink=2!236!MDAwMTMyIXN1YnNjcmlwdGlvbnMvYjFhOTYyODAzYjdhNDU5ODlhY2RlYWE5MDU3YTRmZTQvbW9kZWxzL2E5NWFhMDdjLWEyN2ItNDMyMy04YmM2LTNhMDI0ODVmMjcwNy9hOTVhYTA3Yy1hMjdiLTQzMjMtOGJjNi0zYTAyNDg1ZjI3MDcuanNvbiEwMDAwMjghOTk5OS0xMi0zMVQyMzo1OTo1OS45OTk5OTk5WiE-", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "37c11901c4269170d3c5758518d5267b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "db329643-68e4-4650-bd0c-61f7f2b8f69c", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 30 Oct 2020 13:31:57 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "275" + }, + "ResponseBody": { + "modelList": [ + { + "modelId": "a95aa07c-a27b-4323-8bc6-3a02485f2707", + "status": "ready", + "createdDateTime": "2020-08-20T21:50:21Z", + "lastUpdatedDateTime": "2020-08-20T21:50:32Z" + }, + { + "modelId": "a9b18a20-868b-4493-be08-c614d551f83e", + "attributes": { + "isComposed": false + }, + "status": "ready", + "createdDateTime": "2020-08-20T22:46:13Z", + "lastUpdatedDateTime": "2020-08-20T22:46:14Z" + }, + { + "modelId": "a9dbcb83-f15c-4b42-aaef-c2e78adb3169", + "status": "ready", + "createdDateTime": "2020-08-14T19:47:14Z", + "lastUpdatedDateTime": "2020-08-14T19:47:20Z" + }, + { + "modelId": "ab71a8bd-e38c-41dd-8b9f-4677355e9ab5", + "attributes": { + "isComposed": false + }, + "status": "ready", + "createdDateTime": "2020-10-30T13:21:05Z", + "lastUpdatedDateTime": "2020-10-30T13:21:06Z" + }, + { + "modelId": "ac2a0641-62e3-43e4-ab21-2f0eb52b6e61", + "status": "ready", + "createdDateTime": "2020-08-20T21:24:53Z", + "lastUpdatedDateTime": "2020-08-20T21:25:02Z" + }, + { + "modelId": "ad2694f9-88d9-48b6-b85c-71b6000aa9df", + "status": "ready", + "createdDateTime": "2020-08-14T19:47:39Z", + "lastUpdatedDateTime": "2020-08-14T19:47:49Z" + }, + { + "modelId": "af6d3536-b663-4856-9824-9e8872fc83ed", + "attributes": { + "isComposed": false + }, + "status": "ready", + "createdDateTime": "2020-08-20T18:43:43Z", + "lastUpdatedDateTime": "2020-08-20T18:43:45Z" + }, + { + "modelId": "b01f6909-840f-4ca9-85a3-769538176fe5", + "status": "ready", + "createdDateTime": "2020-08-20T22:43:50Z", + "lastUpdatedDateTime": "2020-08-20T22:44:01Z" + }, + { + "modelId": "b08b7db5-97ae-4459-9603-47d5994e9f4a", + "status": "ready", + "createdDateTime": "2020-08-14T19:11:57Z", + "lastUpdatedDateTime": "2020-08-14T19:12:05Z" + }, + { + "modelId": "b0b6140c-fb6e-4c67-b7f1-420074909323", + "status": "creating", + "createdDateTime": "2020-08-20T23:28:47Z", + "lastUpdatedDateTime": "2020-08-20T23:28:47Z" + }, + { + "modelId": "b102b022-de56-4e48-8c16-41dae496d899", + "status": "invalid", + "createdDateTime": "2020-08-20T21:47:25Z", + "lastUpdatedDateTime": "2020-08-20T21:47:25Z" + }, + { + "modelId": "b370849a-a304-464b-acdb-1308a78b2fa2", + "status": "invalid", + "createdDateTime": "2020-10-30T13:20:52Z", + "lastUpdatedDateTime": "2020-10-30T13:20:52Z" + }, + { + "modelId": "b3cc3815-9fc0-40bc-ad82-0533b038db9d", + "status": "ready", + "createdDateTime": "2020-08-14T19:45:13Z", + "lastUpdatedDateTime": "2020-08-14T19:45:17Z" + }, + { + "modelId": "b404b97b-0e37-4eb5-8ad1-4ced5d0a34a5", + "status": "ready", + "createdDateTime": "2020-08-20T18:45:29Z", + "lastUpdatedDateTime": "2020-08-20T18:45:37Z" + }, + { + "modelId": "b5c033b5-b3b4-4a68-8744-0f7509be8504", + "status": "ready", + "createdDateTime": "2020-10-30T13:21:55Z", + "lastUpdatedDateTime": "2020-10-30T13:22:15Z" + }, + { + "modelId": "b6cf7b42-a0ea-4d17-9a2e-080f0370f562", + "status": "invalid", + "createdDateTime": "2020-08-20T21:22:55Z", + "lastUpdatedDateTime": "2020-08-20T21:22:55Z" + }, + { + "modelId": "b768df27-adda-4f47-8223-4f9b696b3591", + "status": "creating", + "createdDateTime": "2020-08-20T21:47:08Z", + "lastUpdatedDateTime": "2020-08-20T21:47:08Z" + }, + { + "modelId": "b7af13d6-8a7c-4254-ab2f-1ccd03d26f97", + "modelName": "My composed model", + "attributes": { + "isComposed": true + }, + "status": "ready", + "createdDateTime": "2020-10-30T13:23:46Z", + "lastUpdatedDateTime": "2020-10-30T13:23:47Z" + }, + { + "modelId": "bacfa117-235d-43f0-b919-913a0e0ae686", + "status": "ready", + "createdDateTime": "2020-08-20T22:47:48Z", + "lastUpdatedDateTime": "2020-08-20T22:47:56Z" + }, + { + "modelId": "bc1133f6-33d3-4ac1-a848-0695866e1786", + "attributes": { + "isComposed": false + }, + "status": "ready", + "createdDateTime": "2020-08-20T21:25:41Z", + "lastUpdatedDateTime": "2020-08-20T21:25:42Z" + }, + { + "modelId": "bc6ae2e0-2eb4-40bb-b8d0-0ca37f413c58", + "status": "invalid", + "createdDateTime": "2020-08-20T21:22:53Z", + "lastUpdatedDateTime": "2020-08-20T21:22:54Z" + }, + { + "modelId": "bd10694b-d9fd-402e-9f89-2e5994a7691f", + "attributes": { + "isComposed": false + }, + "status": "ready", + "createdDateTime": "2020-08-20T18:27:08Z", + "lastUpdatedDateTime": "2020-08-20T18:27:10Z" + }, + { + "modelId": "be8593fc-3fab-4300-8b14-f77966b99c04", + "status": "invalid", + "createdDateTime": "2020-08-14T19:10:54Z", + "lastUpdatedDateTime": "2020-08-14T19:10:54Z" + }, + { + "modelId": "c1cf6bc1-0d0f-4a23-b453-9df1b937710a", + "status": "ready", + "createdDateTime": "2020-08-20T18:47:27Z", + "lastUpdatedDateTime": "2020-08-20T18:47:35Z" + }, + { + "modelId": "c2401fd4-05c0-48d4-bd2f-7a30589b1306", + "attributes": { + "isComposed": false + }, + "status": "ready", + "createdDateTime": "2020-08-14T19:09:15Z", + "lastUpdatedDateTime": "2020-08-14T19:09:27Z" + }, + { + "modelId": "c39ee6fa-e7a8-4ad9-990e-aa9049846fff", + "status": "ready", + "createdDateTime": "2020-08-20T23:29:08Z", + "lastUpdatedDateTime": "2020-08-20T23:29:13Z" + }, + { + "modelId": "c5797a87-180d-4ec3-a23f-aa44848ad149", + "status": "ready", + "createdDateTime": "2020-08-20T23:26:12Z", + "lastUpdatedDateTime": "2020-08-20T23:26:17Z" + }, + { + "modelId": "c690cad3-cb93-4b4b-9139-f542f08aefa2", + "attributes": { + "isComposed": false + }, + "status": "ready", + "createdDateTime": "2020-08-20T23:26:23Z", + "lastUpdatedDateTime": "2020-08-20T23:26:24Z" + }, { - "modelId": "c59b42e7-7aca-497e-9aad-c65bbeed9b57", + "modelId": "c6a30526-4a60-4aac-90db-dea83bf04799", + "attributes": { + "isComposed": false + }, "status": "ready", - "createdDateTime": "2020-08-06T23:22:35Z", - "lastUpdatedDateTime": "2020-08-06T23:22:42Z" + "createdDateTime": "2020-08-20T23:25:05Z", + "lastUpdatedDateTime": "2020-08-20T23:25:07Z" } ], - "nextLink": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com:443/formrecognizer/v2.1-preview.1/custom/models?nextLink=2!204!MDAwMTA4IXN1YnNjcmlwdGlvbnMvMDJkNTNjMjExN2M4NGQzZjhlMDRkMDZlOWJhMGEwYzUvbW9kZWxzL2M1OWI0MmU3LTdhY2EtNDk3ZS05YWFkLWM2NWJiZWVkOWI1Ny91c2VMYWJlbEZpbGUuanNvbiEwMDAwMjghOTk5OS0xMi0zMVQyMzo1OTo1OS45OTk5OTk5WiE-" + "nextLink": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com:443/formrecognizer/v2.1-preview.2/custom/models?nextLink=2!236!MDAwMTMyIXN1YnNjcmlwdGlvbnMvYjFhOTYyODAzYjdhNDU5ODlhY2RlYWE5MDU3YTRmZTQvbW9kZWxzL2M2YTMwNTI2LTRhNjAtNGFhYy05MGRiLWRlYTgzYmYwNDc5OS9jNmEzMDUyNi00YTYwLTRhYWMtOTBkYi1kZWE4M2JmMDQ3OTkuanNvbiEwMDAwMjghOTk5OS0xMi0zMVQyMzo1OTo1OS45OTk5OTk5WiE-" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models?nextLink=2!204!MDAwMTA4IXN1YnNjcmlwdGlvbnMvMDJkNTNjMjExN2M4NGQzZjhlMDRkMDZlOWJhMGEwYzUvbW9kZWxzL2M1OWI0MmU3LTdhY2EtNDk3ZS05YWFkLWM2NWJiZWVkOWI1Ny91c2VMYWJlbEZpbGUuanNvbiEwMDAwMjghOTk5OS0xMi0zMVQyMzo1OTo1OS45OTk5OTk5WiE-", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models?nextLink=2!236!MDAwMTMyIXN1YnNjcmlwdGlvbnMvYjFhOTYyODAzYjdhNDU5ODlhY2RlYWE5MDU3YTRmZTQvbW9kZWxzL2M2YTMwNTI2LTRhNjAtNGFhYy05MGRiLWRlYTgzYmYwNDc5OS9jNmEzMDUyNi00YTYwLTRhYWMtOTBkYi1kZWE4M2JmMDQ3OTkuanNvbiEwMDAwMjghOTk5OS0xMi0zMVQyMzo1OTo1OS45OTk5OTk5WiE-", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "37c11901c4269170d3c5758518d5267b", + "x-ms-client-request-id": "1269ec96c972957e71e4e581fd569322", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "92d0b627-c595-4dd2-af17-aa5e7404d01d", + "apim-request-id": "5612256b-4d44-481d-a4d0-977ab9583e00", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:22:32 GMT", + "Date": "Fri, 30 Oct 2020 13:31:57 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "362" + "x-envoy-upstream-service-time": "227" }, "ResponseBody": { "modelList": [ { - "modelId": "c59b42e7-7aca-497e-9aad-c65bbeed9b57", + "modelId": "c6a30526-4a60-4aac-90db-dea83bf04799", + "attributes": { + "isComposed": false + }, "status": "ready", - "createdDateTime": "2020-08-06T23:22:35Z", - "lastUpdatedDateTime": "2020-08-06T23:22:42Z" + "createdDateTime": "2020-08-20T23:25:05Z", + "lastUpdatedDateTime": "2020-08-20T23:25:07Z" }, { - "modelId": "c8986d9f-8e8a-4d04-8bb0-6638b754e15d", - "status": "invalid", - "createdDateTime": "2020-08-07T02:36:41Z", - "lastUpdatedDateTime": "2020-08-07T02:36:42Z" - }, - { - "modelId": "c8c235a6-2ec3-44c1-b078-9f9c74ca857d", + "modelId": "c7d33988-9209-49fa-bc94-55750dcd16bb", "status": "ready", - "createdDateTime": "2020-09-09T22:22:16Z", - "lastUpdatedDateTime": "2020-09-09T22:22:29Z" + "createdDateTime": "2020-08-20T23:33:14Z", + "lastUpdatedDateTime": "2020-08-20T23:33:22Z" }, { - "modelId": "ca22fcf9-50fd-4f30-9cc2-89ce165da9e5", + "modelId": "c89e3c61-0048-4ac6-93e6-4f28e4c290cc", + "attributes": { + "isComposed": false + }, "status": "ready", - "createdDateTime": "2020-08-26T17:54:59Z", - "lastUpdatedDateTime": "2020-08-26T17:55:09Z" - }, - { - "modelId": "cb5e24c2-a87a-4d58-9eb6-d45c354188d2", - "status": "creating", - "createdDateTime": "2020-08-26T17:52:51Z", - "lastUpdatedDateTime": "2020-08-26T17:52:51Z" - }, - { - "modelId": "cc311fd7-86eb-45db-9d4d-a3d8e0370b65", - "status": "invalid", - "createdDateTime": "2020-08-26T17:53:05Z", - "lastUpdatedDateTime": "2020-08-26T17:53:06Z" + "createdDateTime": "2020-08-14T19:29:28Z", + "lastUpdatedDateTime": "2020-08-14T19:29:35Z" }, { - "modelId": "cdc006db-a59c-4cc8-a2dc-ab16c680ea79", + "modelId": "c8b76997-38b0-444f-9646-40e930bd7b5c", "status": "ready", - "createdDateTime": "2020-08-11T23:26:28Z", - "lastUpdatedDateTime": "2020-08-11T23:26:31Z" + "createdDateTime": "2020-08-20T21:47:50Z", + "lastUpdatedDateTime": "2020-08-20T21:48:01Z" }, { - "modelId": "cf827cbd-7ef9-4d03-bcb2-3196ac232a27", + "modelId": "cdb4705a-40e1-4ff4-8ad0-fec5734f4325", "status": "ready", - "createdDateTime": "2020-08-07T02:42:09Z", - "lastUpdatedDateTime": "2020-08-07T02:42:23Z" + "createdDateTime": "2020-08-20T23:10:08Z", + "lastUpdatedDateTime": "2020-08-20T23:10:17Z" }, { - "modelId": "cfe75f49-a7d5-4642-98f2-63dc697109fc", - "status": "invalid", - "createdDateTime": "2020-08-26T17:32:33Z", - "lastUpdatedDateTime": "2020-08-26T17:32:34Z" - }, - { - "modelId": "d191bdd0-84ab-46aa-a6c3-f8def1867cf1", - "attributes": { - "isComposed": false - }, + "modelId": "cde04bf1-6d25-46f7-bdb5-2d056d9d0770", "status": "ready", - "createdDateTime": "2020-08-26T17:51:14Z", - "lastUpdatedDateTime": "2020-08-26T17:51:17Z" + "createdDateTime": "2020-08-14T19:09:28Z", + "lastUpdatedDateTime": "2020-08-14T19:09:39Z" }, { - "modelId": "d1bf30dc-45a1-4bfe-9e5e-6e50d6ffa19d", + "modelId": "cdfdd9de-9047-4c6b-9a87-eb8f561f73ff", "attributes": { "isComposed": false }, "status": "ready", - "createdDateTime": "2020-09-09T22:21:03Z", - "lastUpdatedDateTime": "2020-09-09T22:21:06Z" - }, - { - "modelId": "d273c5ba-313e-4954-9487-697d5088f802", - "status": "invalid", - "createdDateTime": "2020-08-07T02:32:53Z", - "lastUpdatedDateTime": "2020-08-07T02:32:53Z" - }, - { - "modelId": "d7e283fe-3aec-4bf8-94fe-61fe21940395", - "status": "creating", - "createdDateTime": "2020-08-26T17:32:14Z", - "lastUpdatedDateTime": "2020-08-26T17:32:14Z" + "createdDateTime": "2020-08-14T19:47:21Z", + "lastUpdatedDateTime": "2020-08-14T19:47:23Z" }, { - "modelId": "d93c3dfe-b120-414e-9f51-ad40310c4a43", + "modelId": "cee73923-0fa2-40dd-8eda-8446c153ecbb", "attributes": { "isComposed": false }, "status": "ready", - "createdDateTime": "2020-08-26T17:33:41Z", - "lastUpdatedDateTime": "2020-08-26T17:33:49Z" + "createdDateTime": "2020-08-14T19:45:18Z", + "lastUpdatedDateTime": "2020-08-14T19:45:20Z" }, { - "modelId": "db508217-f07e-493a-89c4-72a5f714a4b9", - "status": "invalid", - "createdDateTime": "2020-08-26T17:51:04Z", - "lastUpdatedDateTime": "2020-08-26T17:51:04Z" - }, - { - "modelId": "dc8ece10-6525-4660-8090-b1bcc26c4e9d", + "modelId": "cf0a0084-92b5-4c82-aaee-b899a0645f91", "status": "ready", - "createdDateTime": "2020-08-06T23:42:46Z", - "lastUpdatedDateTime": "2020-08-06T23:42:54Z" + "createdDateTime": "2020-08-14T18:53:51Z", + "lastUpdatedDateTime": "2020-08-14T18:53:59Z" }, { - "modelId": "ddb1a1cd-e9d7-4044-a077-d5bfa01c98ee", + "modelId": "cfe8a11b-ae8c-4105-a8a3-ab69bd8a4354", "status": "invalid", - "createdDateTime": "2020-08-26T17:32:32Z", - "lastUpdatedDateTime": "2020-08-26T17:32:32Z" + "createdDateTime": "2020-10-30T13:23:52Z", + "lastUpdatedDateTime": "2020-10-30T13:23:52Z" }, { - "modelId": "e3059236-3520-4d20-93d2-5d82c089a198", + "modelId": "d1ebd4b5-6e79-4a31-9ed2-0d492b409a6c", "status": "creating", - "createdDateTime": "2020-08-26T17:32:17Z", - "lastUpdatedDateTime": "2020-08-26T17:32:17Z" + "createdDateTime": "2020-08-14T19:46:50Z", + "lastUpdatedDateTime": "2020-08-14T19:46:50Z" }, { - "modelId": "e31c6b14-abc1-42be-81c0-22a6c3eb44f4", + "modelId": "d234c2cd-e20d-407c-b023-2bb7e0065875", "status": "ready", - "createdDateTime": "2020-09-09T22:17:13Z", - "lastUpdatedDateTime": "2020-09-09T22:17:27Z" + "createdDateTime": "2020-08-20T21:06:49Z", + "lastUpdatedDateTime": "2020-08-20T21:06:57Z" }, { - "modelId": "e54e8d47-0c59-4c6f-8e42-42075bca2625", - "status": "invalid", - "createdDateTime": "2020-08-07T02:38:17Z", - "lastUpdatedDateTime": "2020-08-07T02:38:23Z" + "modelId": "d2bb2813-e890-4726-ad3a-5b2137840550", + "status": "ready", + "createdDateTime": "2020-08-14T19:08:59Z", + "lastUpdatedDateTime": "2020-08-14T19:09:09Z" }, { - "modelId": "e68af186-60e9-43ab-bf44-957aaa96e75f", + "modelId": "d35b3816-19e2-4263-840b-749342c5a9ae", "status": "creating", - "createdDateTime": "2020-08-26T17:52:47Z", - "lastUpdatedDateTime": "2020-08-26T17:52:47Z" + "createdDateTime": "2020-08-20T23:25:48Z", + "lastUpdatedDateTime": "2020-08-20T23:25:48Z" }, { - "modelId": "e76f563f-8640-4330-b98a-d2431721debd", + "modelId": "d38c3724-ecc0-46ad-be24-9cfb55e88fdd", + "attributes": { + "isComposed": false + }, "status": "ready", - "createdDateTime": "2020-08-26T17:50:38Z", - "lastUpdatedDateTime": "2020-08-26T17:50:48Z" + "createdDateTime": "2020-08-20T23:29:19Z", + "lastUpdatedDateTime": "2020-08-20T23:29:21Z" }, { - "modelId": "ea436462-f638-49a6-b220-ed94172d8701", + "modelId": "d44ad36d-9b3f-4528-aeed-50111c87d0d8", "status": "ready", - "createdDateTime": "2020-08-06T23:17:00Z", - "lastUpdatedDateTime": "2020-08-06T23:17:07Z" + "createdDateTime": "2020-08-20T21:22:56Z", + "lastUpdatedDateTime": "2020-08-20T21:22:59Z" }, { - "modelId": "ebbbbee8-942c-4374-b3a6-ac594f195e78", + "modelId": "d71f1973-c8bc-4723-95f6-270faeb0d710", "status": "ready", - "createdDateTime": "2020-08-07T02:03:56Z", - "lastUpdatedDateTime": "2020-08-07T02:04:09Z" + "createdDateTime": "2020-08-05T20:02:42Z", + "lastUpdatedDateTime": "2020-08-05T20:02:53Z" }, { - "modelId": "eff726db-d669-457a-b2a4-f003290d914c", + "modelId": "d76bbb87-3665-4fcf-bd78-5af39fa70371", + "status": "creating", + "createdDateTime": "2020-08-20T21:25:03Z", + "lastUpdatedDateTime": "2020-08-20T21:25:03Z" + }, + { + "modelId": "d7c60908-afae-4db7-97a4-7dfee044d9fb", + "attributes": { + "isComposed": false + }, "status": "ready", - "createdDateTime": "2020-08-11T23:26:32Z", - "lastUpdatedDateTime": "2020-08-11T23:26:45Z" + "createdDateTime": "2020-08-14T19:44:20Z", + "lastUpdatedDateTime": "2020-08-14T19:44:27Z" }, { - "modelId": "f0261c04-3454-4073-ae5f-c2f450dcd690", + "modelId": "d8bc8709-3324-4d86-a702-fb13d83bd3fd", + "attributes": { + "isComposed": false + }, "status": "ready", - "createdDateTime": "2020-08-06T23:37:58Z", - "lastUpdatedDateTime": "2020-08-06T23:38:08Z" + "createdDateTime": "2020-08-20T21:24:37Z", + "lastUpdatedDateTime": "2020-08-20T21:24:38Z" }, { - "modelId": "f0add33b-8563-4329-855b-665e87cafc5c", + "modelId": "d9d6453d-555a-411b-8969-29023fc1d347", + "attributes": { + "isComposed": false + }, "status": "ready", - "createdDateTime": "2020-08-26T17:33:04Z", - "lastUpdatedDateTime": "2020-08-26T17:33:17Z" + "createdDateTime": "2020-08-20T21:50:19Z", + "lastUpdatedDateTime": "2020-08-20T21:50:21Z" }, { - "modelId": "f3dac91f-a8d6-4865-a2d0-5543ab517859", + "modelId": "da9ff68e-3cb0-4066-8030-84fac4049adf", "status": "ready", - "createdDateTime": "2020-09-09T22:15:54Z", - "lastUpdatedDateTime": "2020-09-09T22:16:06Z" + "createdDateTime": "2020-08-20T23:26:42Z", + "lastUpdatedDateTime": "2020-08-20T23:26:55Z" }, { - "modelId": "f4579713-39a2-421d-b166-08a7a50e12f3", + "modelId": "db37c79c-cb7c-4e82-b5a6-de8761e95791", + "status": "creating", + "createdDateTime": "2020-08-17T22:33:39Z", + "lastUpdatedDateTime": "2020-08-17T22:33:39Z" + }, + { + "modelId": "de0c3af0-ab73-4a50-88b9-0be008348ff3", "status": "ready", - "createdDateTime": "2020-08-26T17:53:18Z", - "lastUpdatedDateTime": "2020-08-26T17:53:26Z" + "createdDateTime": "2020-08-14T19:12:59Z", + "lastUpdatedDateTime": "2020-08-14T19:13:07Z" }, { - "modelId": "f5e89999-37c5-41ef-88b9-4341e3ab14b1", + "modelId": "ded45364-1d15-4185-9ba1-349085488c79", "attributes": { "isComposed": false }, "status": "ready", - "createdDateTime": "2020-08-26T17:34:55Z", - "lastUpdatedDateTime": "2020-08-26T17:34:56Z" + "createdDateTime": "2020-08-20T21:31:28Z", + "lastUpdatedDateTime": "2020-08-20T21:31:30Z" }, { - "modelId": "f7797595-6c64-490c-9048-b1bef3c8bfb0", + "modelId": "df46a938-d337-4664-82f6-13fe40a3ccbd", "status": "ready", - "createdDateTime": "2020-08-26T17:32:35Z", - "lastUpdatedDateTime": "2020-08-26T17:32:39Z" + "createdDateTime": "2020-08-05T20:05:23Z", + "lastUpdatedDateTime": "2020-08-05T20:05:34Z" }, { - "modelId": "f9479181-78be-4c36-86d0-1d2248f05941", - "attributes": { - "isComposed": false - }, + "modelId": "dfed1264-2f66-4fa1-83fd-adce189c3ae9", + "status": "creating", + "createdDateTime": "2020-08-17T22:30:35Z", + "lastUpdatedDateTime": "2020-08-17T22:30:35Z" + }, + { + "modelId": "e10d0994-db23-4546-9ea7-377e52f85c7e", "status": "ready", - "createdDateTime": "2020-08-26T17:53:15Z", - "lastUpdatedDateTime": "2020-08-26T17:53:17Z" + "createdDateTime": "2020-08-20T21:47:40Z", + "lastUpdatedDateTime": "2020-08-20T21:47:48Z" }, { - "modelId": "f94ccf91-64ab-4c90-baf6-c37ca2201301", - "status": "creating", - "createdDateTime": "2020-08-11T23:25:53Z", - "lastUpdatedDateTime": "2020-08-11T23:25:53Z" + "modelId": "e1fb3fc5-8672-4d3c-ad29-fa0c489f21fd", + "status": "invalid", + "createdDateTime": "2020-08-20T18:43:14Z", + "lastUpdatedDateTime": "2020-08-20T18:43:15Z" }, { - "modelId": "fa1f65c2-0b27-4061-8928-61b6d0659d18", + "modelId": "e24f5b1e-4167-4fc7-84fb-298f083a1959", "status": "ready", - "createdDateTime": "2020-08-26T17:51:36Z", - "lastUpdatedDateTime": "2020-08-26T17:51:48Z" + "createdDateTime": "2020-08-20T18:47:17Z", + "lastUpdatedDateTime": "2020-08-20T18:47:25Z" } ], - "nextLink": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com:443/formrecognizer/v2.1-preview.1/custom/models?nextLink=2!236!MDAwMTMyIXN1YnNjcmlwdGlvbnMvMDJkNTNjMjExN2M4NGQzZjhlMDRkMDZlOWJhMGEwYzUvbW9kZWxzL2ZhMWY2NWMyLTBiMjctNDA2MS04OTI4LTYxYjZkMDY1OWQxOC9mYTFmNjVjMi0wYjI3LTQwNjEtODkyOC02MWI2ZDA2NTlkMTguanNvbiEwMDAwMjghOTk5OS0xMi0zMVQyMzo1OTo1OS45OTk5OTk5WiE-" + "nextLink": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com:443/formrecognizer/v2.1-preview.2/custom/models?nextLink=2!236!MDAwMTMyIXN1YnNjcmlwdGlvbnMvYjFhOTYyODAzYjdhNDU5ODlhY2RlYWE5MDU3YTRmZTQvbW9kZWxzL2UyNGY1YjFlLTQxNjctNGZjNy04NGZiLTI5OGYwODNhMTk1OS9lMjRmNWIxZS00MTY3LTRmYzctODRmYi0yOThmMDgzYTE5NTkuanNvbiEwMDAwMjghOTk5OS0xMi0zMVQyMzo1OTo1OS45OTk5OTk5WiE-" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models?nextLink=2!236!MDAwMTMyIXN1YnNjcmlwdGlvbnMvMDJkNTNjMjExN2M4NGQzZjhlMDRkMDZlOWJhMGEwYzUvbW9kZWxzL2ZhMWY2NWMyLTBiMjctNDA2MS04OTI4LTYxYjZkMDY1OWQxOC9mYTFmNjVjMi0wYjI3LTQwNjEtODkyOC02MWI2ZDA2NTlkMTguanNvbiEwMDAwMjghOTk5OS0xMi0zMVQyMzo1OTo1OS45OTk5OTk5WiE-", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models?nextLink=2!236!MDAwMTMyIXN1YnNjcmlwdGlvbnMvYjFhOTYyODAzYjdhNDU5ODlhY2RlYWE5MDU3YTRmZTQvbW9kZWxzL2UyNGY1YjFlLTQxNjctNGZjNy04NGZiLTI5OGYwODNhMTk1OS9lMjRmNWIxZS00MTY3LTRmYzctODRmYi0yOThmMDgzYTE5NTkuanNvbiEwMDAwMjghOTk5OS0xMi0zMVQyMzo1OTo1OS45OTk5OTk5WiE-", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "1269ec96c972957e71e4e581fd569322", + "x-ms-client-request-id": "2d1a4c3772ee8c94a5728544b155e066", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "4d2682dd-d92a-419e-aaf9-3baaa6cf61b1", + "apim-request-id": "821985cf-2907-4ddf-9b7f-e4d3f103e72f", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:22:32 GMT", + "Date": "Fri, 30 Oct 2020 13:31:57 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "35" + "x-envoy-upstream-service-time": "204" }, "ResponseBody": { "modelList": [ { - "modelId": "fa1f65c2-0b27-4061-8928-61b6d0659d18", + "modelId": "e24f5b1e-4167-4fc7-84fb-298f083a1959", + "status": "ready", + "createdDateTime": "2020-08-20T18:47:17Z", + "lastUpdatedDateTime": "2020-08-20T18:47:25Z" + }, + { + "modelId": "e29f1d60-4987-478c-b1c7-ad4dd466a719", + "status": "ready", + "createdDateTime": "2020-08-20T21:50:10Z", + "lastUpdatedDateTime": "2020-08-20T21:50:18Z" + }, + { + "modelId": "e2d2eecf-d810-4fd9-8b94-cc370a9d3dc5", + "status": "creating", + "createdDateTime": "2020-08-20T21:49:40Z", + "lastUpdatedDateTime": "2020-08-20T21:49:40Z" + }, + { + "modelId": "e31e548b-1c1a-4345-907b-b77bec13260d", + "status": "creating", + "createdDateTime": "2020-08-17T17:11:47Z", + "lastUpdatedDateTime": "2020-08-17T17:11:47Z" + }, + { + "modelId": "e4100004-e84e-4795-b220-983fafee5a10", + "attributes": { + "isComposed": false + }, + "status": "ready", + "createdDateTime": "2020-10-30T13:19:24Z", + "lastUpdatedDateTime": "2020-10-30T13:19:26Z" + }, + { + "modelId": "e4949cbb-05e0-4d1b-bab9-c4e444b25c9e", + "status": "invalid", + "createdDateTime": "2020-08-14T19:08:50Z", + "lastUpdatedDateTime": "2020-08-14T19:08:51Z" + }, + { + "modelId": "e8679f07-a7ae-43ff-af1c-417567ece17f", + "status": "creating", + "createdDateTime": "2020-08-14T19:08:23Z", + "lastUpdatedDateTime": "2020-08-14T19:08:23Z" + }, + { + "modelId": "eb78387f-b93d-47c4-8ff2-5a75fa2848c2", + "status": "creating", + "createdDateTime": "2020-08-17T17:11:08Z", + "lastUpdatedDateTime": "2020-08-17T17:11:08Z" + }, + { + "modelId": "eccc2f1b-08fc-4bdf-af54-45bbb3a94dc8", + "status": "creating", + "createdDateTime": "2020-08-20T21:47:16Z", + "lastUpdatedDateTime": "2020-08-20T21:47:16Z" + }, + { + "modelId": "f019ba8f-b377-4307-aed2-2e357d88faad", + "status": "invalid", + "createdDateTime": "2020-08-14T19:10:55Z", + "lastUpdatedDateTime": "2020-08-14T19:10:56Z" + }, + { + "modelId": "f0790982-b19e-4f0b-9f3d-0bd73c22d50b", + "status": "ready", + "createdDateTime": "2020-08-20T18:45:40Z", + "lastUpdatedDateTime": "2020-08-20T18:45:50Z" + }, + { + "modelId": "f09bb379-e552-423b-a66e-11d4a47b4cad", + "attributes": { + "isComposed": false + }, + "status": "ready", + "createdDateTime": "2020-08-14T19:45:30Z", + "lastUpdatedDateTime": "2020-08-14T19:45:41Z" + }, + { + "modelId": "f16a5995-6f9d-429c-a9ce-94b42e707f4e", + "status": "ready", + "createdDateTime": "2020-08-20T21:23:21Z", + "lastUpdatedDateTime": "2020-08-20T21:23:32Z" + }, + { + "modelId": "f2b17543-4827-4824-8f0a-297915305924", + "status": "creating", + "createdDateTime": "2020-08-20T23:25:39Z", + "lastUpdatedDateTime": "2020-08-20T23:25:39Z" + }, + { + "modelId": "f313494f-2d7d-4c1b-baca-4f019e1bb372", + "status": "ready", + "createdDateTime": "2020-08-20T21:23:09Z", + "lastUpdatedDateTime": "2020-08-20T21:23:17Z" + }, + { + "modelId": "f4a51dde-7357-46f7-b160-1321e8cf6a8e", + "status": "creating", + "createdDateTime": "2020-08-20T21:25:03Z", + "lastUpdatedDateTime": "2020-08-20T21:25:03Z" + }, + { + "modelId": "f5b14d6e-2c12-4a8b-a26b-6f919fb3fc22", "status": "ready", - "createdDateTime": "2020-08-26T17:51:36Z", - "lastUpdatedDateTime": "2020-08-26T17:51:48Z" + "createdDateTime": "2020-08-20T18:27:28Z", + "lastUpdatedDateTime": "2020-08-20T18:27:36Z" }, { - "modelId": "fd4189a4-0770-41b7-a564-3458a22681ae", + "modelId": "f630338a-704f-49e6-90df-3661cdb70919", + "attributes": { + "isComposed": false + }, + "status": "ready", + "createdDateTime": "2020-08-20T21:47:48Z", + "lastUpdatedDateTime": "2020-08-20T21:47:49Z" + }, + { + "modelId": "f86960b5-529c-434d-900e-72383c3535bd", + "status": "ready", + "createdDateTime": "2020-08-20T21:27:51Z", + "lastUpdatedDateTime": "2020-08-20T21:27:59Z" + }, + { + "modelId": "f8ec4bc9-ae6d-4ff7-ae5e-5ce9155164cf", + "status": "ready", + "createdDateTime": "2020-08-20T23:32:06Z", + "lastUpdatedDateTime": "2020-08-20T23:32:14Z" + }, + { + "modelId": "f9ad28eb-5fdc-4844-8a72-04a115dd2029", + "status": "creating", + "createdDateTime": "2020-08-20T18:42:49Z", + "lastUpdatedDateTime": "2020-08-20T18:42:49Z" + }, + { + "modelId": "f9eac550-7eab-49e7-ac68-71da7921e50e", + "attributes": { + "isComposed": false + }, + "status": "ready", + "createdDateTime": "2020-10-30T13:24:04Z", + "lastUpdatedDateTime": "2020-10-30T13:24:06Z" + }, + { + "modelId": "fa826a53-a1a9-43e9-a865-4299f0f0b100", + "status": "creating", + "createdDateTime": "2020-10-30T13:19:47Z", + "lastUpdatedDateTime": "2020-10-30T13:19:47Z" + }, + { + "modelId": "fae7acb8-2ffc-40d1-9e07-a2f2af6f54f5", "status": "ready", - "createdDateTime": "2020-08-26T17:34:57Z", - "lastUpdatedDateTime": "2020-08-26T17:35:10Z" + "createdDateTime": "2020-08-20T21:25:43Z", + "lastUpdatedDateTime": "2020-08-20T21:25:54Z" }, { - "modelId": "fffcab2a-f5f1-490f-94a1-a52c4c65a3e4", + "modelId": "fbc59a11-f373-4f3d-b24c-3e32aa033d7e", + "status": "creating", + "createdDateTime": "2020-08-20T18:42:56Z", + "lastUpdatedDateTime": "2020-08-20T18:42:56Z" + }, + { + "modelId": "fc0d549e-3a1f-4eda-bb96-fb6bf60c0f53", + "attributes": { + "isComposed": false + }, "status": "ready", - "createdDateTime": "2020-09-09T22:21:23Z", - "lastUpdatedDateTime": "2020-09-09T22:22:04Z" + "createdDateTime": "2020-08-20T21:47:32Z", + "lastUpdatedDateTime": "2020-08-20T21:47:39Z" + }, + { + "modelId": "fca987e8-8ed2-4c00-8aa4-eeff583bb155", + "status": "creating", + "createdDateTime": "2020-08-20T21:49:40Z", + "lastUpdatedDateTime": "2020-08-20T21:49:40Z" } ], "nextLink": "" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models?op=summary", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-e3ea1e46d7a02a4e8d042ccbca762c17-6c3041eb87e1db4d-00", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "2d1a4c3772ee8c94a5728544b155e066", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 429, - "ResponseHeaders": { - "apim-request-id": "7efa689f-46a8-4e10-b002-d0311c2bccb4", - "Content-Length": "334", - "Content-Type": "application/json", - "Date": "Wed, 09 Sep 2020 22:22:32 GMT", - "Retry-After": "1", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "X-Content-Type-Options": "nosniff" - }, - "ResponseBody": { - "error": { - "code": "429", - "message": "Requests to the Form - List Custom Models Operation under Form Recognizer API (v2.1-preview.1) have exceeded rate limit of your current FormRecognizer S0 pricing tier. Please retry after 1 seconds. Please contact Azure support service if you would like to further increase the default rate limit." - } - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models?op=summary", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models?op=summary", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-e3ea1e46d7a02a4e8d042ccbca762c17-6c3041eb87e1db4d-00", + "traceparent": "00-3a48523dac92ed438995602dd0b82eb4-8768de1bdd6a204f-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "2d1a4c3772ee8c94a5728544b155e066", + "x-ms-client-request-id": "5249aeaabb1a37029b2cc642deee937c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "5fe8445b-a0c5-4d1a-983e-9fc073581c00", + "apim-request-id": "535677e3-2978-4e09-b310-8ebac338d7ed", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:23:09 GMT", + "Date": "Fri, 30 Oct 2020 13:31:57 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "174" + "x-envoy-upstream-service-time": "34" }, "ResponseBody": { "summary": { - "count": 137, + "count": 267, "limit": 5000, - "lastUpdatedDateTime": "2020-09-09T22:23:10Z" + "lastUpdatedDateTime": "2020-10-30T13:31:58Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/c8c235a6-2ec3-44c1-b078-9f9c74ca857d", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/a05c7f08-3c69-4a74-9f21-c5a4ae79c1ad", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-b0f0f3dfc53f0d449cde9d78e112420f-823c0e2b91c21b45-00", + "traceparent": "00-80126df31bd2674686b10b19bcbd18c0-c6b73f94d265f940-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "5249aeaabb1a37029b2cc642deee937c", + "x-ms-client-request-id": "cb4d5231f9ba248d57dd6d004339e31b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 204, "ResponseHeaders": { - "apim-request-id": "6e35fc1e-3c23-4720-b227-14bb1dfff467", + "apim-request-id": "61d6a38e-07c7-4f38-929d-bbb43bfce27e", "Content-Length": "0", - "Date": "Wed, 09 Sep 2020 22:23:09 GMT", + "Date": "Fri, 30 Oct 2020 13:31:58 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": "34" }, "ResponseBody": [] }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/c8c235a6-2ec3-44c1-b078-9f9c74ca857d?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/a05c7f08-3c69-4a74-9f21-c5a4ae79c1ad?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-d3a1bcb377725044b567b92f450e2300-11cbeff820493a4f-00", + "traceparent": "00-a65cadc89c934b49a3d809bf25ac2fc4-c856644be2ced64e-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "cb4d5231f9ba248d57dd6d004339e31b", + "x-ms-client-request-id": "4ed67f03410d7c084ae391c2ab52adb6", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 404, "ResponseHeaders": { - "apim-request-id": "e1c9c6b1-9c70-4b59-8b3a-5ae3af9058f7", + "apim-request-id": "00d4d288-6e74-453d-84bd-bf0c06125ad3", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:23:09 GMT", + "Date": "Fri, 30 Oct 2020 13:31:58 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": "23" }, "ResponseBody": { "error": { "code": "1022", - "message": "Model with \u0027id=c8c235a6-2ec3-44c1-b078-9f9c74ca857d\u0027 not found." + "message": "Model with \u0027id=a05c7f08-3c69-4a74-9f21-c5a4ae79c1ad\u0027 not found." } } } @@ -1829,7 +2832,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-westcentralus.cognitiveservices.azure.com/", "RandomSeed": "758005240" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/TrainingOps(False)Async.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/TrainingOps(False)Async.json index 381c57abdcd76..c153ef35f5ef0 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/TrainingOps(False)Async.json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/TrainingOps(False)Async.json @@ -1,17 +1,17 @@ { "Entries": [ { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "43", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-8e4c7aefd1a4f2478d6a2111d16456ae-ce6eb492caa8204b-00", + "traceparent": "00-8bb4bac13077624eb47ce2eca2988ed4-0bc42b7b91b9c846-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "3ce345527cb1a8021f5125e3a73ca90b", "x-ms-return-client-request-id": "true" @@ -22,25 +22,25 @@ }, "StatusCode": 201, "ResponseHeaders": { - "apim-request-id": "8455eb1d-2809-4f76-8f05-edf709bff571", + "apim-request-id": "8e6f89b9-47fd-4d4d-8070-78aa325acc58", "Content-Length": "0", - "Date": "Wed, 09 Sep 2020 22:24:53 GMT", - "Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/311c23a0-755a-41b5-9d57-0ad0428e15ba", + "Date": "Fri, 30 Oct 2020 13:32:59 GMT", + "Location": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/d736ffbe-2e74-4735-a8a7-461a4f5e23a4", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "246" + "x-envoy-upstream-service-time": "138" }, "ResponseBody": [] }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/311c23a0-755a-41b5-9d57-0ad0428e15ba?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/d736ffbe-2e74-4735-a8a7-461a4f5e23a4?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "f29be5b0b15554df7004cb36df2ce5f8", "x-ms-return-client-request-id": "true" @@ -48,32 +48,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "d14a2629-e5b7-432b-96dd-8f1bfc33dfca", + "apim-request-id": "cefe4f59-2ca6-4181-8e7a-2ddda2b6999e", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:24:53 GMT", + "Date": "Fri, 30 Oct 2020 13:32:59 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "22" + "x-envoy-upstream-service-time": "23" }, "ResponseBody": { "modelInfo": { - "modelId": "311c23a0-755a-41b5-9d57-0ad0428e15ba", + "modelId": "d736ffbe-2e74-4735-a8a7-461a4f5e23a4", "status": "creating", - "createdDateTime": "2020-09-09T22:24:54Z", - "lastUpdatedDateTime": "2020-09-09T22:24:54Z" + "createdDateTime": "2020-10-30T13:33:00Z", + "lastUpdatedDateTime": "2020-10-30T13:33:00Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/311c23a0-755a-41b5-9d57-0ad0428e15ba?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/d736ffbe-2e74-4735-a8a7-461a4f5e23a4?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "a4c15e8ccb6eeb7b9a2f498cf6016ff8", "x-ms-return-client-request-id": "true" @@ -81,32 +81,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "5c47b033-98ba-4cf4-be99-c5caec718b29", + "apim-request-id": "564c0976-f871-413b-8f28-b7c6e1c47650", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:24:54 GMT", + "Date": "Fri, 30 Oct 2020 13:33:00 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": "24" }, "ResponseBody": { "modelInfo": { - "modelId": "311c23a0-755a-41b5-9d57-0ad0428e15ba", + "modelId": "d736ffbe-2e74-4735-a8a7-461a4f5e23a4", "status": "creating", - "createdDateTime": "2020-09-09T22:24:54Z", - "lastUpdatedDateTime": "2020-09-09T22:24:54Z" + "createdDateTime": "2020-10-30T13:33:00Z", + "lastUpdatedDateTime": "2020-10-30T13:33:00Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/311c23a0-755a-41b5-9d57-0ad0428e15ba?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/d736ffbe-2e74-4735-a8a7-461a4f5e23a4?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "38d845deef96a1f1658fcbadb0cbc8f3", "x-ms-return-client-request-id": "true" @@ -114,32 +114,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "2c029b45-efea-4b10-b6d8-0689e54c6592", + "apim-request-id": "17b6363e-cbff-44ba-bb90-a3fa75cf89f8", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:24:55 GMT", + "Date": "Fri, 30 Oct 2020 13:33:02 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": "64" }, "ResponseBody": { "modelInfo": { - "modelId": "311c23a0-755a-41b5-9d57-0ad0428e15ba", + "modelId": "d736ffbe-2e74-4735-a8a7-461a4f5e23a4", "status": "creating", - "createdDateTime": "2020-09-09T22:24:54Z", - "lastUpdatedDateTime": "2020-09-09T22:24:54Z" + "createdDateTime": "2020-10-30T13:33:00Z", + "lastUpdatedDateTime": "2020-10-30T13:33:00Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/311c23a0-755a-41b5-9d57-0ad0428e15ba?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/d736ffbe-2e74-4735-a8a7-461a4f5e23a4?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "49562c6c047ae59c69af582667535e6f", "x-ms-return-client-request-id": "true" @@ -147,32 +147,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "b6715b21-7362-4b09-a80c-919d1faa68fe", + "apim-request-id": "143d0a9f-bd4b-4496-9f50-e30c4e880863", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:24:56 GMT", + "Date": "Fri, 30 Oct 2020 13:33:04 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "22" + "x-envoy-upstream-service-time": "20" }, "ResponseBody": { "modelInfo": { - "modelId": "311c23a0-755a-41b5-9d57-0ad0428e15ba", + "modelId": "d736ffbe-2e74-4735-a8a7-461a4f5e23a4", "status": "creating", - "createdDateTime": "2020-09-09T22:24:54Z", - "lastUpdatedDateTime": "2020-09-09T22:24:54Z" + "createdDateTime": "2020-10-30T13:33:00Z", + "lastUpdatedDateTime": "2020-10-30T13:33:00Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/311c23a0-755a-41b5-9d57-0ad0428e15ba?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/d736ffbe-2e74-4735-a8a7-461a4f5e23a4?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "9958d295ac539d616d203edf00ce3acf", "x-ms-return-client-request-id": "true" @@ -180,32 +180,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "2ec89a0d-7b38-4d46-a8bf-85873b587c28", + "apim-request-id": "d08ef494-a893-43d3-8f1a-13fe07350877", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:24:57 GMT", + "Date": "Fri, 30 Oct 2020 13:33:05 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": "79" }, "ResponseBody": { "modelInfo": { - "modelId": "311c23a0-755a-41b5-9d57-0ad0428e15ba", + "modelId": "d736ffbe-2e74-4735-a8a7-461a4f5e23a4", "status": "creating", - "createdDateTime": "2020-09-09T22:24:54Z", - "lastUpdatedDateTime": "2020-09-09T22:24:54Z" + "createdDateTime": "2020-10-30T13:33:00Z", + "lastUpdatedDateTime": "2020-10-30T13:33:00Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/311c23a0-755a-41b5-9d57-0ad0428e15ba?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/d736ffbe-2e74-4735-a8a7-461a4f5e23a4?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "c920566626aad97ea8f3cfe797ca3a12", "x-ms-return-client-request-id": "true" @@ -213,32 +213,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "3f6bd2e8-4796-4c81-8d73-b97f5749bf16", + "apim-request-id": "27981655-bd1d-4aa2-b567-cb9563743c54", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:24:58 GMT", + "Date": "Fri, 30 Oct 2020 13:33:07 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": "77" }, "ResponseBody": { "modelInfo": { - "modelId": "311c23a0-755a-41b5-9d57-0ad0428e15ba", + "modelId": "d736ffbe-2e74-4735-a8a7-461a4f5e23a4", "status": "creating", - "createdDateTime": "2020-09-09T22:24:54Z", - "lastUpdatedDateTime": "2020-09-09T22:24:54Z" + "createdDateTime": "2020-10-30T13:33:00Z", + "lastUpdatedDateTime": "2020-10-30T13:33:00Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/311c23a0-755a-41b5-9d57-0ad0428e15ba?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/d736ffbe-2e74-4735-a8a7-461a4f5e23a4?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "de175c302f72bfa0cbb9db59c5bde49b", "x-ms-return-client-request-id": "true" @@ -246,32 +246,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "84fbad9c-4d4d-4da2-af4e-14081a8980e2", + "apim-request-id": "a6c258a0-08fd-44c0-a5a8-8f9a2f209ed8", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:24:59 GMT", + "Date": "Fri, 30 Oct 2020 13:33:08 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": "90" }, "ResponseBody": { "modelInfo": { - "modelId": "311c23a0-755a-41b5-9d57-0ad0428e15ba", + "modelId": "d736ffbe-2e74-4735-a8a7-461a4f5e23a4", "status": "creating", - "createdDateTime": "2020-09-09T22:24:54Z", - "lastUpdatedDateTime": "2020-09-09T22:24:54Z" + "createdDateTime": "2020-10-30T13:33:00Z", + "lastUpdatedDateTime": "2020-10-30T13:33:00Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/311c23a0-755a-41b5-9d57-0ad0428e15ba?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/d736ffbe-2e74-4735-a8a7-461a4f5e23a4?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "11c0887495326fc4537ef15fdd7a05a2", "x-ms-return-client-request-id": "true" @@ -279,32 +279,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "a717390f-dada-4097-8c92-3919fe9af7a3", + "apim-request-id": "63547212-435c-4050-9d5d-08112af57e5e", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:25:00 GMT", + "Date": "Fri, 30 Oct 2020 13:33:09 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "22" + "x-envoy-upstream-service-time": "23" }, "ResponseBody": { "modelInfo": { - "modelId": "311c23a0-755a-41b5-9d57-0ad0428e15ba", + "modelId": "d736ffbe-2e74-4735-a8a7-461a4f5e23a4", "status": "creating", - "createdDateTime": "2020-09-09T22:24:54Z", - "lastUpdatedDateTime": "2020-09-09T22:24:54Z" + "createdDateTime": "2020-10-30T13:33:00Z", + "lastUpdatedDateTime": "2020-10-30T13:33:00Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/311c23a0-755a-41b5-9d57-0ad0428e15ba?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/d736ffbe-2e74-4735-a8a7-461a4f5e23a4?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "a4ae2ce65cb6365cb561fef04a2513eb", "x-ms-return-client-request-id": "true" @@ -312,75 +312,9 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "f470869a-00ef-4fab-9fb2-508a284cd954", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:25:01 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": "311c23a0-755a-41b5-9d57-0ad0428e15ba", - "status": "creating", - "createdDateTime": "2020-09-09T22:24:54Z", - "lastUpdatedDateTime": "2020-09-09T22:24:54Z" - } - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/311c23a0-755a-41b5-9d57-0ad0428e15ba?includeKeys=true", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "0f72330e280a9bdf97a88bf33e40e150", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "cfc2a2bb-0b30-4fab-8b45-aba6cce71f34", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:25:02 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "29" - }, - "ResponseBody": { - "modelInfo": { - "modelId": "311c23a0-755a-41b5-9d57-0ad0428e15ba", - "status": "creating", - "createdDateTime": "2020-09-09T22:24:54Z", - "lastUpdatedDateTime": "2020-09-09T22:24:54Z" - } - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/311c23a0-755a-41b5-9d57-0ad0428e15ba?includeKeys=true", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "997239b4400e18e42b895bd196d3242e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "fab0fda0-14d4-4e2c-ae7e-1b1c5ce231db", + "apim-request-id": "75ae5d2c-dca8-457b-9789-6321bf6e204c", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:25:03 GMT", + "Date": "Fri, 30 Oct 2020 13:33:11 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", @@ -388,76 +322,43 @@ }, "ResponseBody": { "modelInfo": { - "modelId": "311c23a0-755a-41b5-9d57-0ad0428e15ba", - "status": "creating", - "createdDateTime": "2020-09-09T22:24:54Z", - "lastUpdatedDateTime": "2020-09-09T22:24:54Z" - } - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/311c23a0-755a-41b5-9d57-0ad0428e15ba?includeKeys=true", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "a951056bf607bd984c120c0dd169f874", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "a5b8b01e-310d-4250-9b94-845cee7e1fb7", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:25:05 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "26" - }, - "ResponseBody": { - "modelInfo": { - "modelId": "311c23a0-755a-41b5-9d57-0ad0428e15ba", + "modelId": "d736ffbe-2e74-4735-a8a7-461a4f5e23a4", "status": "creating", - "createdDateTime": "2020-09-09T22:24:54Z", - "lastUpdatedDateTime": "2020-09-09T22:24:54Z" + "createdDateTime": "2020-10-30T13:33:00Z", + "lastUpdatedDateTime": "2020-10-30T13:33:00Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/311c23a0-755a-41b5-9d57-0ad0428e15ba?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/d736ffbe-2e74-4735-a8a7-461a4f5e23a4?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "113cad7f7ab2cedc4f5ae381cd0d04c4", + "x-ms-client-request-id": "0f72330e280a9bdf97a88bf33e40e150", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "75b5880a-4dc2-4492-8049-e5963b405218", + "apim-request-id": "3c337646-b4bf-4166-93dc-15f421f1e943", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:25:07 GMT", + "Date": "Fri, 30 Oct 2020 13:33:12 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "63" + "x-envoy-upstream-service-time": "97" }, "ResponseBody": { "modelInfo": { - "modelId": "311c23a0-755a-41b5-9d57-0ad0428e15ba", + "modelId": "d736ffbe-2e74-4735-a8a7-461a4f5e23a4", "status": "ready", - "createdDateTime": "2020-09-09T22:24:54Z", - "lastUpdatedDateTime": "2020-09-09T22:25:05Z" + "createdDateTime": "2020-10-30T13:33:00Z", + "lastUpdatedDateTime": "2020-10-30T13:33:11Z" }, "keys": { "clusters": { @@ -527,36 +428,36 @@ } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/311c23a0-755a-41b5-9d57-0ad0428e15ba?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/d736ffbe-2e74-4735-a8a7-461a4f5e23a4?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-15793f3fff0b004586cf1e7df16de74b-2304ee43d74ec648-00", + "traceparent": "00-a9d83362fc2b8441bb3667d62ad63b43-04adc551be15634c-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "38885c8337efbd49a1b54cfc34d747c2", + "x-ms-client-request-id": "997239b4400e18e42b895bd196d3242e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "fda5d403-a985-4869-b9fe-747ad601ae4e", + "apim-request-id": "b862b5ac-8d9c-4cd9-8d0f-9691110b6f54", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:25:07 GMT", + "Date": "Fri, 30 Oct 2020 13:33:12 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": "27" }, "ResponseBody": { "modelInfo": { - "modelId": "311c23a0-755a-41b5-9d57-0ad0428e15ba", + "modelId": "d736ffbe-2e74-4735-a8a7-461a4f5e23a4", "status": "ready", - "createdDateTime": "2020-09-09T22:24:54Z", - "lastUpdatedDateTime": "2020-09-09T22:25:05Z" + "createdDateTime": "2020-10-30T13:33:00Z", + "lastUpdatedDateTime": "2020-10-30T13:33:11Z" }, "keys": { "clusters": { @@ -626,1232 +527,2302 @@ } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models?op=full", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models?op=full", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "e952e6901396f17b29825aad1316f03e", + "x-ms-client-request-id": "a951056bf607bd984c120c0dd169f874", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "c06d6425-c64e-4570-989b-e05a814e831a", + "apim-request-id": "ae4f14a3-f3d4-471e-ab5c-09b4aa46cf07", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:25:07 GMT", + "Date": "Fri, 30 Oct 2020 13:33:13 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "337" + "x-envoy-upstream-service-time": "775" }, "ResponseBody": { "modelList": [ { - "modelId": "00865e07-158d-471e-9426-01be75f859e0", - "status": "ready", - "createdDateTime": "2020-08-26T17:32:48Z", - "lastUpdatedDateTime": "2020-08-26T17:33:00Z" - }, - { - "modelId": "020b8b8c-c2f6-491b-b01a-ff5993467086", - "status": "ready", - "createdDateTime": "2020-09-09T22:20:27Z", - "lastUpdatedDateTime": "2020-09-09T22:20:40Z" - }, - { - "modelId": "028fea9c-452b-424b-b013-131263f59718", + "modelId": "007c06a2-25ad-48f2-9d13-b104d0d8f1e0", "attributes": { "isComposed": false }, "status": "ready", - "createdDateTime": "2020-09-09T22:23:10Z", - "lastUpdatedDateTime": "2020-09-09T22:23:12Z" + "createdDateTime": "2020-08-20T18:43:30Z", + "lastUpdatedDateTime": "2020-08-20T18:43:32Z" }, { - "modelId": "042854ec-75a6-415c-93ee-53a894149e3d", + "modelId": "01579645-6803-4345-8db9-659c6a1744a0", "status": "ready", - "createdDateTime": "2020-09-09T22:20:52Z", - "lastUpdatedDateTime": "2020-09-09T22:21:02Z" + "createdDateTime": "2020-10-30T13:23:55Z", + "lastUpdatedDateTime": "2020-10-30T13:24:00Z" }, { - "modelId": "052402e5-f6dd-4b4f-a06f-882b793dc037", + "modelId": "01bc0ea9-d7e3-4515-b502-f2b57efb0aa2", "status": "creating", - "createdDateTime": "2020-08-26T17:34:14Z", - "lastUpdatedDateTime": "2020-08-26T17:34:14Z" + "createdDateTime": "2020-08-20T18:44:54Z", + "lastUpdatedDateTime": "2020-08-20T18:44:54Z" }, { - "modelId": "06a29baa-9786-4aab-8b84-a8ea64541595", + "modelId": "01bd21ac-ce1b-4e9f-b1a3-92847479633e", "status": "ready", - "createdDateTime": "2020-08-26T17:34:36Z", - "lastUpdatedDateTime": "2020-08-26T17:34:39Z" + "createdDateTime": "2020-08-20T22:28:00Z", + "lastUpdatedDateTime": "2020-08-20T22:28:09Z" }, { - "modelId": "0d35e818-d64a-40ea-97ac-090610c49e4c", + "modelId": "01ef6d0c-d5c1-4343-bbcd-6add5cda3741", "status": "creating", - "createdDateTime": "2020-08-26T17:50:49Z", - "lastUpdatedDateTime": "2020-08-26T17:50:49Z" + "createdDateTime": "2020-08-17T21:42:37Z", + "lastUpdatedDateTime": "2020-08-17T21:42:37Z" }, { - "modelId": "121c25e5-4890-403d-b427-8abd49dd6a76", + "modelId": "022a3ddc-a723-4df1-bbee-df16b2092efa", "status": "ready", - "createdDateTime": "2020-08-26T17:34:03Z", - "lastUpdatedDateTime": "2020-08-26T17:34:13Z" - }, - { - "modelId": "132f040d-4fa8-4e4f-aab9-c3116eb2d2ec", - "status": "invalid", - "createdDateTime": "2020-09-09T22:20:49Z", - "lastUpdatedDateTime": "2020-09-09T22:20:49Z" + "createdDateTime": "2020-08-14T18:52:29Z", + "lastUpdatedDateTime": "2020-08-14T18:52:37Z" }, { - "modelId": "156a6740-4d04-46ae-94bc-893c8b5d0150", + "modelId": "02f68a79-b056-4f85-9e93-898f8261d55e", + "attributes": { + "isComposed": false + }, "status": "ready", - "createdDateTime": "2020-08-06T23:26:10Z", - "lastUpdatedDateTime": "2020-08-06T23:26:14Z" - }, - { - "modelId": "16ca7224-7d40-4b49-aa42-ac360bfc5d4f", - "status": "creating", - "createdDateTime": "2020-08-26T17:34:22Z", - "lastUpdatedDateTime": "2020-08-26T17:34:22Z" + "createdDateTime": "2020-08-20T18:44:14Z", + "lastUpdatedDateTime": "2020-08-20T18:44:16Z" }, { - "modelId": "16da6907-80c8-4d15-bce6-3eb20128ded2", + "modelId": "031bb91f-b029-4d9e-a165-f9c76dbec981", + "modelName": "My composed model", + "attributes": { + "isComposed": true + }, "status": "ready", - "createdDateTime": "2020-08-07T02:43:17Z", - "lastUpdatedDateTime": "2020-08-07T02:43:25Z" + "createdDateTime": "2020-10-30T13:20:47Z", + "lastUpdatedDateTime": "2020-10-30T13:20:48Z" }, { - "modelId": "1945d79d-a224-48d7-b902-f9eb37b2344b", - "status": "creating", - "createdDateTime": "2020-09-09T22:20:44Z", - "lastUpdatedDateTime": "2020-09-09T22:20:44Z" + "modelId": "032312e5-3e29-4a17-8297-96ce181e9ff7", + "status": "ready", + "createdDateTime": "2020-08-20T23:26:25Z", + "lastUpdatedDateTime": "2020-08-20T23:26:33Z" }, { - "modelId": "1c93bdda-7a62-45bc-87dc-03f3f3c55ff6", + "modelId": "0613c81a-b6e2-41f4-94ba-b7d033e07848", "status": "creating", - "createdDateTime": "2020-08-11T23:25:09Z", - "lastUpdatedDateTime": "2020-08-11T23:25:09Z" + "createdDateTime": "2020-08-14T19:44:45Z", + "lastUpdatedDateTime": "2020-08-14T19:44:45Z" }, { - "modelId": "1ca3b63c-814c-40b8-abf4-b20219bd8899", + "modelId": "08500349-8e12-4ecc-b22f-6378fd21a608", "status": "invalid", - "createdDateTime": "2020-08-06T23:22:05Z", - "lastUpdatedDateTime": "2020-08-06T23:22:06Z" - }, - { - "modelId": "1f75f019-19a7-4b14-b035-6d65745646dc", - "status": "creating", - "createdDateTime": "2020-08-26T17:50:52Z", - "lastUpdatedDateTime": "2020-08-26T17:50:52Z" + "createdDateTime": "2020-08-14T19:45:11Z", + "lastUpdatedDateTime": "2020-08-14T19:45:11Z" }, { - "modelId": "2029918d-c322-4d76-9d8d-cd96e9b2e9c4", + "modelId": "09c0ba1d-f88d-4670-ac36-9dc8dc979a1b", "status": "invalid", - "createdDateTime": "2020-08-07T02:32:59Z", - "lastUpdatedDateTime": "2020-08-07T02:33:00Z" + "createdDateTime": "2020-08-20T23:26:11Z", + "lastUpdatedDateTime": "2020-08-20T23:26:11Z" }, { - "modelId": "20e398ce-1056-4042-aa99-73d5e1774d9b", - "status": "ready", - "createdDateTime": "2020-09-09T22:21:06Z", - "lastUpdatedDateTime": "2020-09-09T22:21:19Z" + "modelId": "0b325cdc-5a78-4d79-85f2-f53abaf4f151", + "status": "creating", + "createdDateTime": "2020-08-20T22:45:33Z", + "lastUpdatedDateTime": "2020-08-20T22:45:33Z" }, { - "modelId": "237d9501-9ea9-4d69-acef-36eff1740e5c", + "modelId": "0b32e649-44b9-4842-803d-4ec855514aa7", "status": "ready", - "createdDateTime": "2020-08-26T17:51:23Z", - "lastUpdatedDateTime": "2020-08-26T17:51:32Z" + "createdDateTime": "2020-08-20T21:53:16Z", + "lastUpdatedDateTime": "2020-08-20T21:53:25Z" }, { - "modelId": "25eefd34-0c18-4e0f-b59d-7bceee4c5795", + "modelId": "0cad4cc0-ea89-497c-86f0-9b57d2f02517", "status": "ready", - "createdDateTime": "2020-09-09T22:18:26Z", - "lastUpdatedDateTime": "2020-09-09T22:18:40Z" + "createdDateTime": "2020-08-20T18:43:46Z", + "lastUpdatedDateTime": "2020-08-20T18:44:00Z" }, { - "modelId": "2610c2a9-c713-4346-970e-1df296686c9d", + "modelId": "0cfe37f7-87fa-4475-a105-1777ea41c6cd", + "attributes": { + "isComposed": false + }, "status": "ready", - "createdDateTime": "2020-08-26T17:53:29Z", - "lastUpdatedDateTime": "2020-08-26T17:53:41Z" + "createdDateTime": "2020-08-20T21:49:12Z", + "lastUpdatedDateTime": "2020-08-20T21:49:19Z" }, { - "modelId": "26581cd0-1275-4e90-b0d5-7a927cbd84a2", + "modelId": "0d93d3a5-9024-479c-827b-859d0bd7c006", "status": "creating", - "createdDateTime": "2020-09-09T22:20:41Z", - "lastUpdatedDateTime": "2020-09-09T22:20:41Z" + "createdDateTime": "2020-08-17T17:15:56Z", + "lastUpdatedDateTime": "2020-08-17T17:15:56Z" }, { - "modelId": "27a877ec-0f51-4d1a-b159-36f68a7e3828", + "modelId": "0da54f9c-ef82-4d08-9011-ffe4d3c02447", "status": "creating", - "createdDateTime": "2020-09-09T22:23:43Z", - "lastUpdatedDateTime": "2020-09-09T22:23:43Z" + "createdDateTime": "2020-08-14T19:46:50Z", + "lastUpdatedDateTime": "2020-08-14T19:46:50Z" }, { - "modelId": "29b1506d-77ee-4aa1-8b82-6430edc36784", + "modelId": "0ea70033-e01f-4365-b890-839c2a628ea7", + "attributes": { + "isComposed": false + }, "status": "ready", - "createdDateTime": "2020-08-07T02:33:00Z", - "lastUpdatedDateTime": "2020-08-07T02:33:04Z" + "createdDateTime": "2020-08-20T22:43:43Z", + "lastUpdatedDateTime": "2020-08-20T22:43:44Z" }, { - "modelId": "29c77b2a-64f4-4f7e-8543-eb5a1fbcd472", + "modelId": "0ef04b5c-64f9-4e63-986c-ffdb85804382", "status": "invalid", - "createdDateTime": "2020-08-26T17:53:06Z", - "lastUpdatedDateTime": "2020-08-26T17:53:07Z" + "createdDateTime": "2020-10-30T13:23:53Z", + "lastUpdatedDateTime": "2020-10-30T13:23:54Z" + }, + { + "modelId": "0fd3cd6d-4782-4f5e-bb8f-319394c848dd", + "status": "ready", + "createdDateTime": "2020-08-20T18:43:21Z", + "lastUpdatedDateTime": "2020-08-20T18:43:24Z" }, { - "modelId": "2aa3789f-9d11-450f-861d-f39a4e8a6485", + "modelId": "102e5b73-5b01-431e-bfce-ca83ebc47c05", "status": "ready", - "createdDateTime": "2020-09-09T22:23:53Z", - "lastUpdatedDateTime": "2020-09-09T22:24:03Z" + "createdDateTime": "2020-08-20T22:49:46Z", + "lastUpdatedDateTime": "2020-08-20T22:49:55Z" }, { - "modelId": "311c23a0-755a-41b5-9d57-0ad0428e15ba", + "modelId": "1034ef53-16b6-492b-a511-2a89e5326349", + "attributes": { + "isComposed": false + }, "status": "ready", - "createdDateTime": "2020-09-09T22:24:54Z", - "lastUpdatedDateTime": "2020-09-09T22:25:05Z" + "createdDateTime": "2020-10-30T13:13:32Z", + "lastUpdatedDateTime": "2020-10-30T13:13:34Z" }, { - "modelId": "35afdcd3-5b1e-4a30-bfc0-50bbbc909623", + "modelId": "1127179b-ee78-46d0-a51a-ca8a088ec177", + "attributes": { + "isComposed": false + }, "status": "ready", - "createdDateTime": "2020-08-07T02:38:59Z", - "lastUpdatedDateTime": "2020-08-07T02:39:02Z" + "createdDateTime": "2020-08-20T18:42:19Z", + "lastUpdatedDateTime": "2020-08-20T18:42:21Z" }, { - "modelId": "35db4c6a-7d0b-4f5e-a9b4-2ad3bfd6b98d", + "modelId": "11eb2552-c707-43f3-a673-897433da9f66", "status": "invalid", - "createdDateTime": "2020-08-06T23:21:58Z", - "lastUpdatedDateTime": "2020-08-06T23:21:59Z" + "createdDateTime": "2020-08-20T21:25:24Z", + "lastUpdatedDateTime": "2020-08-20T21:25:24Z" }, { - "modelId": "3b22a35d-b881-4d75-85cb-852c6ec9a825", + "modelId": "1239ac73-a1ba-43a8-b725-6118c6c4cb7d", "attributes": { "isComposed": false }, "status": "ready", - "createdDateTime": "2020-08-26T17:34:41Z", - "lastUpdatedDateTime": "2020-08-26T17:34:42Z" + "createdDateTime": "2020-08-20T21:08:03Z", + "lastUpdatedDateTime": "2020-08-20T21:08:10Z" + }, + { + "modelId": "12b12b23-10d3-4efa-927b-8b79c153099a", + "status": "creating", + "createdDateTime": "2020-08-14T19:10:34Z", + "lastUpdatedDateTime": "2020-08-14T19:10:34Z" + }, + { + "modelId": "154eaf28-bbe8-4ef9-ba02-c396de5390bc", + "status": "creating", + "createdDateTime": "2020-10-30T13:22:45Z", + "lastUpdatedDateTime": "2020-10-30T13:22:45Z" }, { - "modelId": "3d3e2947-66a2-477b-8ec5-d732ab144946", + "modelId": "17c078da-8f4e-4376-923a-7672a8a621ab", "attributes": { "isComposed": false }, "status": "ready", - "createdDateTime": "2020-08-19T20:22:50Z", - "lastUpdatedDateTime": "2020-08-19T20:22:52Z" + "createdDateTime": "2020-08-14T19:47:37Z", + "lastUpdatedDateTime": "2020-08-14T19:47:38Z" }, { - "modelId": "3d5aa64d-b058-4ae8-8793-2b80b085f0bc", - "status": "invalid", - "createdDateTime": "2020-08-26T17:51:05Z", - "lastUpdatedDateTime": "2020-08-26T17:51:06Z" + "modelId": "17e8374c-6cd4-40d7-8d33-8fa52286a883", + "status": "ready", + "createdDateTime": "2020-08-20T22:06:19Z", + "lastUpdatedDateTime": "2020-08-20T22:06:29Z" + }, + { + "modelId": "18cb6b55-f009-4df2-8d56-ab423d29d5c4", + "status": "ready", + "createdDateTime": "2020-08-20T22:43:20Z", + "lastUpdatedDateTime": "2020-08-20T22:43:23Z" }, { - "modelId": "3f87db49-3554-4a2c-a9fa-7bb97c1ff995", + "modelId": "1b98f853-ca11-4698-8dfc-47c1727818cf", "status": "ready", - "createdDateTime": "2020-08-07T02:39:06Z", - "lastUpdatedDateTime": "2020-08-07T02:39:17Z" + "createdDateTime": "2020-08-20T21:25:32Z", + "lastUpdatedDateTime": "2020-08-20T21:25:40Z" } ], - "nextLink": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com:443/formrecognizer/v2.1-preview.1/custom/models?nextLink=2!232!MDAwMTMwIXN1YnNjcmlwdGlvbnMvMDJkNTNjMjExN2M4NGQzZjhlMDRkMDZlOWJhMGEwYzUvbW9kZWxzLzNmOGU5N2ZmLTBmNzEtNDJhMi1iZWUxLTNhOWE3NmEzYjVkNi8zZjhlOTdmZi0wZjcxLTQyYTItYmVlMS0zYTlhNzZhM2I1ZDYuZ3ohMDAwMDI4ITk5OTktMTItMzFUMjM6NTk6NTkuOTk5OTk5OVoh" + "nextLink": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com:443/formrecognizer/v2.1-preview.2/custom/models?nextLink=2!204!MDAwMTA4IXN1YnNjcmlwdGlvbnMvYjFhOTYyODAzYjdhNDU5ODlhY2RlYWE5MDU3YTRmZTQvbW9kZWxzLzFiOThmODUzLWNhMTEtNDY5OC04ZGZjLTQ3YzE3Mjc4MThjZi91c2VMYWJlbEZpbGUuanNvbiEwMDAwMjghOTk5OS0xMi0zMVQyMzo1OTo1OS45OTk5OTk5WiE-" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models?nextLink=2!232!MDAwMTMwIXN1YnNjcmlwdGlvbnMvMDJkNTNjMjExN2M4NGQzZjhlMDRkMDZlOWJhMGEwYzUvbW9kZWxzLzNmOGU5N2ZmLTBmNzEtNDJhMi1iZWUxLTNhOWE3NmEzYjVkNi8zZjhlOTdmZi0wZjcxLTQyYTItYmVlMS0zYTlhNzZhM2I1ZDYuZ3ohMDAwMDI4ITk5OTktMTItMzFUMjM6NTk6NTkuOTk5OTk5OVoh", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models?nextLink=2!204!MDAwMTA4IXN1YnNjcmlwdGlvbnMvYjFhOTYyODAzYjdhNDU5ODlhY2RlYWE5MDU3YTRmZTQvbW9kZWxzLzFiOThmODUzLWNhMTEtNDY5OC04ZGZjLTQ3YzE3Mjc4MThjZi91c2VMYWJlbEZpbGUuanNvbiEwMDAwMjghOTk5OS0xMi0zMVQyMzo1OTo1OS45OTk5OTk5WiE-", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "7489480dc0e04785647f70fd2de09a77", + "x-ms-client-request-id": "113cad7f7ab2cedc4f5ae381cd0d04c4", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "bb6757c6-32c1-4d3d-bc85-775fb78a2d84", + "apim-request-id": "c058011a-ba50-4f7a-b09f-06fdf67b6b65", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:25:07 GMT", + "Date": "Fri, 30 Oct 2020 13:33:14 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "319" + "x-envoy-upstream-service-time": "1374" }, "ResponseBody": { "modelList": [ { - "modelId": "3f8e97ff-0f71-42a2-bee1-3a9a76a3b5d6", + "modelId": "1b98f853-ca11-4698-8dfc-47c1727818cf", "status": "ready", - "createdDateTime": "2020-08-26T17:36:40Z", - "lastUpdatedDateTime": "2020-08-26T17:36:49Z" + "createdDateTime": "2020-08-20T21:25:32Z", + "lastUpdatedDateTime": "2020-08-20T21:25:40Z" + }, + { + "modelId": "1bf14c97-93e2-44ee-9ac6-a11478fc33da", + "status": "creating", + "createdDateTime": "2020-08-20T23:28:45Z", + "lastUpdatedDateTime": "2020-08-20T23:28:45Z" + }, + { + "modelId": "1cba0c75-0acd-4ff0-9a06-02fd708ebd0b", + "status": "creating", + "createdDateTime": "2020-08-14T19:46:51Z", + "lastUpdatedDateTime": "2020-08-14T19:46:51Z" }, { - "modelId": "3fea230b-4ac7-4835-b7f3-f874c5fb5b0f", + "modelId": "1cc4fde0-89ac-4b67-b537-1fcf6275fe8e", "status": "ready", - "createdDateTime": "2020-08-06T23:15:17Z", - "lastUpdatedDateTime": "2020-08-06T23:15:25Z" + "createdDateTime": "2020-08-20T23:29:22Z", + "lastUpdatedDateTime": "2020-08-20T23:29:30Z" }, { - "modelId": "4644f514-2bf6-49d7-b77d-2e8489e5a15e", + "modelId": "1f2bca7f-9bf8-4138-8a4c-53c03c3c8f55", "attributes": { "isComposed": false }, "status": "ready", - "createdDateTime": "2020-08-26T17:50:27Z", - "lastUpdatedDateTime": "2020-08-26T17:50:30Z" + "createdDateTime": "2020-08-20T21:46:19Z", + "lastUpdatedDateTime": "2020-08-20T21:46:26Z" + }, + { + "modelId": "1fd33a7f-9726-4d73-a737-5e4a3016d7ad", + "status": "invalid", + "createdDateTime": "2020-08-14T19:47:13Z", + "lastUpdatedDateTime": "2020-08-14T19:47:13Z" }, { - "modelId": "4658c32f-ffb8-43cf-895d-c4e64ee60105", + "modelId": "20cbcc4d-191f-4c74-aac5-ecc2e3d959e6", "status": "ready", - "createdDateTime": "2020-08-26T17:37:27Z", - "lastUpdatedDateTime": "2020-08-26T17:37:36Z" + "createdDateTime": "2020-08-20T23:25:30Z", + "lastUpdatedDateTime": "2020-08-20T23:25:38Z" }, { - "modelId": "49702f1d-c4d1-4adb-9201-0e3160e2c8c5", - "status": "creating", - "createdDateTime": "2020-08-06T23:21:04Z", - "lastUpdatedDateTime": "2020-08-06T23:21:04Z" + "modelId": "24307288-59a3-4cf8-b5c3-cc981928dc5d", + "attributes": { + "isComposed": false + }, + "status": "ready", + "createdDateTime": "2020-08-20T21:23:00Z", + "lastUpdatedDateTime": "2020-08-20T21:23:08Z" }, { - "modelId": "4ae452c7-4160-4aa5-8820-3ac11b452561", + "modelId": "25365575-b6ce-4351-add0-b3c5b6f68ad0", "status": "creating", - "createdDateTime": "2020-08-06T23:21:21Z", - "lastUpdatedDateTime": "2020-08-06T23:21:21Z" + "createdDateTime": "2020-08-20T22:45:28Z", + "lastUpdatedDateTime": "2020-08-20T22:45:28Z" }, { - "modelId": "4f7977d8-d301-44d0-9b24-1fb3480c745b", + "modelId": "253f0935-8a68-4425-88ca-9804d7ef40a4", "attributes": { "isComposed": false }, "status": "ready", - "createdDateTime": "2020-09-09T03:33:10Z", - "lastUpdatedDateTime": "2020-09-09T03:33:12Z" - }, - { - "modelId": "52fcf54f-2507-47f4-b8c1-d86e91143f28", - "status": "ready", - "createdDateTime": "2020-08-07T02:41:59Z", - "lastUpdatedDateTime": "2020-08-07T02:42:08Z" + "createdDateTime": "2020-08-14T19:11:18Z", + "lastUpdatedDateTime": "2020-08-14T19:11:20Z" }, { - "modelId": "53df4b19-55cf-447a-98ea-3b85c3b2c098", + "modelId": "26e8eb28-909b-4a5e-b10d-c862e0dde861", "status": "ready", - "createdDateTime": "2020-08-07T02:38:49Z", - "lastUpdatedDateTime": "2020-08-07T02:38:58Z" + "createdDateTime": "2020-08-20T22:45:55Z", + "lastUpdatedDateTime": "2020-08-20T22:46:01Z" }, { - "modelId": "55897d03-168d-412f-8de7-3daa009cacb5", - "status": "ready", - "createdDateTime": "2020-08-06T23:20:33Z", - "lastUpdatedDateTime": "2020-08-06T23:20:36Z" + "modelId": "272021b8-def8-48d8-8b89-10b3664b4dd4", + "status": "creating", + "createdDateTime": "2020-08-20T18:44:54Z", + "lastUpdatedDateTime": "2020-08-20T18:44:54Z" }, { - "modelId": "5630148f-2da4-4e14-a6f1-95f6944e72f1", + "modelId": "27bc87a8-6ef8-4e41-b023-22f3484a078b", "status": "ready", - "createdDateTime": "2020-09-09T22:23:21Z", - "lastUpdatedDateTime": "2020-09-09T22:23:35Z" + "createdDateTime": "2020-08-14T19:29:45Z", + "lastUpdatedDateTime": "2020-08-14T19:29:52Z" }, { - "modelId": "56b12cb9-da45-499c-a840-a357b5d263da", - "status": "ready", - "createdDateTime": "2020-08-07T02:34:32Z", - "lastUpdatedDateTime": "2020-08-07T02:34:40Z" + "modelId": "2800da27-3d69-4333-bd95-e9b217732660", + "status": "creating", + "createdDateTime": "2020-10-30T13:22:42Z", + "lastUpdatedDateTime": "2020-10-30T13:22:42Z" }, { - "modelId": "571764d5-7433-4ce3-b421-cc62bd2e6399", - "attributes": { - "isComposed": false - }, - "status": "ready", - "createdDateTime": "2020-08-26T17:51:34Z", - "lastUpdatedDateTime": "2020-08-26T17:51:35Z" + "modelId": "284f716b-a8a0-4333-9ad5-6be8b981ce79", + "status": "creating", + "createdDateTime": "2020-08-17T21:43:17Z", + "lastUpdatedDateTime": "2020-08-17T21:43:17Z" }, { - "modelId": "5818a965-88b3-4737-bd4a-3e04f28f9b99", - "attributes": { - "isComposed": false - }, - "status": "ready", - "createdDateTime": "2020-09-08T23:38:46Z", - "lastUpdatedDateTime": "2020-09-08T23:38:53Z" + "modelId": "28cd0f90-8143-48e9-85b2-baf4b2cc4a8f", + "status": "creating", + "createdDateTime": "2020-08-20T21:22:36Z", + "lastUpdatedDateTime": "2020-08-20T21:22:36Z" }, { - "modelId": "591d1226-2f87-4f71-88eb-1d516adf80c2", + "modelId": "2a023ee3-7a0c-42ee-9946-571124631d68", "status": "ready", - "createdDateTime": "2020-08-26T17:35:39Z", - "lastUpdatedDateTime": "2020-08-26T17:35:49Z" + "createdDateTime": "2020-08-20T21:51:49Z", + "lastUpdatedDateTime": "2020-08-20T21:51:58Z" }, { - "modelId": "5caa8c69-5ae7-4948-9274-d72806c35838", + "modelId": "2a3fb884-1ef3-462c-bd28-0684e728d55a", "attributes": { "isComposed": false }, "status": "ready", - "createdDateTime": "2020-09-09T22:24:04Z", - "lastUpdatedDateTime": "2020-09-09T22:24:07Z" - }, - { - "modelId": "5d123f4a-fdda-4e34-9605-8bcdafc786c8", - "status": "ready", - "createdDateTime": "2020-08-26T17:34:43Z", - "lastUpdatedDateTime": "2020-08-26T17:34:54Z" + "createdDateTime": "2020-08-20T18:45:27Z", + "lastUpdatedDateTime": "2020-08-20T18:45:28Z" }, { - "modelId": "5d9e3a2f-ed7f-418c-b345-82ac311de989", + "modelId": "2d0d3ec2-c813-4840-837a-65e3f14a4fd7", "status": "ready", - "createdDateTime": "2020-08-11T23:26:55Z", - "lastUpdatedDateTime": "2020-08-11T23:26:58Z" + "createdDateTime": "2020-08-20T21:25:26Z", + "lastUpdatedDateTime": "2020-08-20T21:25:30Z" }, { - "modelId": "5e68fb32-de1c-4d27-8e1a-f94c61cc84ca", + "modelId": "2e076466-b041-4a9b-a7a9-41910a16e328", "status": "ready", - "createdDateTime": "2020-08-11T23:26:45Z", - "lastUpdatedDateTime": "2020-08-11T23:26:54Z" + "createdDateTime": "2020-10-30T13:21:15Z", + "lastUpdatedDateTime": "2020-10-30T13:21:26Z" }, { - "modelId": "624a60c7-fef9-4b10-8898-5f0d7fa432a9", + "modelId": "2e36a220-b90f-4d5d-80d9-ef061bc341a8", "status": "ready", - "createdDateTime": "2020-09-09T22:24:08Z", - "lastUpdatedDateTime": "2020-09-09T22:24:22Z" + "createdDateTime": "2020-10-30T13:24:13Z", + "lastUpdatedDateTime": "2020-10-30T13:24:25Z" }, { - "modelId": "6769e2e4-5272-4ea4-b294-72e4dcdcbd8f", + "modelId": "2fb4524b-3239-45c6-a9c0-4667b16ab72e", "status": "creating", - "createdDateTime": "2020-08-07T02:32:12Z", - "lastUpdatedDateTime": "2020-08-07T02:32:12Z" + "createdDateTime": "2020-08-20T18:42:49Z", + "lastUpdatedDateTime": "2020-08-20T18:42:49Z" }, { - "modelId": "67e57c2c-d232-4245-a4a8-8c42b4e37582", - "status": "creating", - "createdDateTime": "2020-09-09T22:23:36Z", - "lastUpdatedDateTime": "2020-09-09T22:23:36Z" + "modelId": "32a70028-9497-4938-b27d-a46c07315800", + "attributes": { + "isComposed": false + }, + "status": "ready", + "createdDateTime": "2020-08-20T21:50:08Z", + "lastUpdatedDateTime": "2020-08-20T21:50:10Z" }, { - "modelId": "692430a0-bb79-4deb-9012-32cdddbae457", + "modelId": "33921c16-6dd2-4666-aaed-3863b28e0eeb", "status": "creating", - "createdDateTime": "2020-08-26T17:32:14Z", - "lastUpdatedDateTime": "2020-08-26T17:32:14Z" + "createdDateTime": "2020-08-14T19:10:34Z", + "lastUpdatedDateTime": "2020-08-14T19:10:34Z" }, { - "modelId": "6a0b22c7-f9d2-4122-b5ef-181577d60ba9", + "modelId": "34c52af3-ce6c-465c-9fc0-797f8b6dcfdc", "status": "ready", - "createdDateTime": "2020-08-07T02:38:25Z", - "lastUpdatedDateTime": "2020-08-07T02:38:29Z" + "createdDateTime": "2020-08-14T19:08:14Z", + "lastUpdatedDateTime": "2020-08-14T19:08:22Z" }, { - "modelId": "6a48b90c-4f90-405d-b7ea-399f5e42a9b1", - "attributes": { - "isComposed": false - }, + "modelId": "34d0ed4c-634b-4626-ae4a-4472f3740b79", + "status": "creating", + "createdDateTime": "2020-10-30T13:19:43Z", + "lastUpdatedDateTime": "2020-10-30T13:19:43Z" + }, + { + "modelId": "35238cbc-5c0b-4ae6-b19d-779568d5c3af", "status": "ready", - "createdDateTime": "2020-08-26T17:31:45Z", - "lastUpdatedDateTime": "2020-08-26T17:31:46Z" + "createdDateTime": "2020-08-20T21:06:49Z", + "lastUpdatedDateTime": "2020-08-20T21:06:57Z" }, { - "modelId": "6b2e9fcb-1dce-4436-96d4-1698750f1385", + "modelId": "35a3d57f-d630-437e-85cf-14f0a6ed1f29", "status": "ready", - "createdDateTime": "2020-08-07T02:40:43Z", - "lastUpdatedDateTime": "2020-08-07T02:41:00Z" + "createdDateTime": "2020-08-14T19:44:36Z", + "lastUpdatedDateTime": "2020-08-14T19:44:44Z" }, { - "modelId": "6b9496bb-2670-401d-9805-14772a73a399", + "modelId": "361ba8b7-61d0-4051-ba20-2dac77a428ef", "status": "ready", - "createdDateTime": "2020-08-07T02:31:22Z", - "lastUpdatedDateTime": "2020-08-07T02:31:29Z" + "createdDateTime": "2020-08-14T18:52:29Z", + "lastUpdatedDateTime": "2020-08-14T18:52:37Z" }, { - "modelId": "6e2281f4-8a46-4578-a89b-47a6ba1d4b4b", - "status": "invalid", - "createdDateTime": "2020-09-09T22:23:51Z", - "lastUpdatedDateTime": "2020-09-09T22:23:51Z" + "modelId": "362283cc-f24c-49d6-9bf1-a711a9621e65", + "status": "creating", + "createdDateTime": "2020-10-30T13:22:42Z", + "lastUpdatedDateTime": "2020-10-30T13:22:42Z" }, { - "modelId": "7087ab96-2bfe-4ee2-b589-8ba3277705cc", + "modelId": "37cbc664-e1aa-4fc1-b73e-d241dec98dfe", "status": "invalid", - "createdDateTime": "2020-09-09T22:20:50Z", - "lastUpdatedDateTime": "2020-09-09T22:20:51Z" + "createdDateTime": "2020-08-20T21:25:25Z", + "lastUpdatedDateTime": "2020-08-20T21:25:26Z" }, { - "modelId": "73323aac-41dc-4c87-8ed1-a0163184fcf6", - "attributes": { - "isComposed": false - }, - "status": "ready", - "createdDateTime": "2020-09-09T22:21:20Z", - "lastUpdatedDateTime": "2020-09-09T22:21:22Z" + "modelId": "38d1e2ad-b058-4dfe-bb00-797b4f6ef957", + "status": "creating", + "createdDateTime": "2020-08-20T22:42:57Z", + "lastUpdatedDateTime": "2020-08-20T22:42:57Z" }, { - "modelId": "757dfe38-07b3-48c4-ab0c-86839b172f24", + "modelId": "39974dee-a26c-42c8-80d6-5a35ead58ca3", "status": "ready", - "createdDateTime": "2020-08-06T23:16:31Z", - "lastUpdatedDateTime": "2020-08-06T23:16:33Z" - }, - { - "modelId": "78ee6951-7b9b-45bc-9da2-b8c6964d6f5f", - "status": "invalid", - "createdDateTime": "2020-08-26T17:34:34Z", - "lastUpdatedDateTime": "2020-08-26T17:34:34Z" + "createdDateTime": "2020-08-20T22:46:04Z", + "lastUpdatedDateTime": "2020-08-20T22:46:12Z" } ], - "nextLink": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com:443/formrecognizer/v2.1-preview.1/custom/models?nextLink=2!232!MDAwMTMwIXN1YnNjcmlwdGlvbnMvMDJkNTNjMjExN2M4NGQzZjhlMDRkMDZlOWJhMGEwYzUvbW9kZWxzLzdkYzI5MDllLTYxNWQtNDhhYS04ZTU5LWQwMDgyOTI4ODFjZC83ZGMyOTA5ZS02MTVkLTQ4YWEtOGU1OS1kMDA4MjkyODgxY2QuZ3ohMDAwMDI4ITk5OTktMTItMzFUMjM6NTk6NTkuOTk5OTk5OVoh" + "nextLink": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com:443/formrecognizer/v2.1-preview.2/custom/models?nextLink=2!196!MDAwMTAzIXN1YnNjcmlwdGlvbnMvYjFhOTYyODAzYjdhNDU5ODlhY2RlYWE5MDU3YTRmZTQvbW9kZWxzLzM5OTc0ZGVlLWEyNmMtNDJjOC04MGQ2LTVhMzVlYWQ1OGNhMy92ZXJzaW9uLXYyLjAhMDAwMDI4ITk5OTktMTItMzFUMjM6NTk6NTkuOTk5OTk5OVoh" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models?nextLink=2!232!MDAwMTMwIXN1YnNjcmlwdGlvbnMvMDJkNTNjMjExN2M4NGQzZjhlMDRkMDZlOWJhMGEwYzUvbW9kZWxzLzdkYzI5MDllLTYxNWQtNDhhYS04ZTU5LWQwMDgyOTI4ODFjZC83ZGMyOTA5ZS02MTVkLTQ4YWEtOGU1OS1kMDA4MjkyODgxY2QuZ3ohMDAwMDI4ITk5OTktMTItMzFUMjM6NTk6NTkuOTk5OTk5OVoh", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models?nextLink=2!196!MDAwMTAzIXN1YnNjcmlwdGlvbnMvYjFhOTYyODAzYjdhNDU5ODlhY2RlYWE5MDU3YTRmZTQvbW9kZWxzLzM5OTc0ZGVlLWEyNmMtNDJjOC04MGQ2LTVhMzVlYWQ1OGNhMy92ZXJzaW9uLXYyLjAhMDAwMDI4ITk5OTktMTItMzFUMjM6NTk6NTkuOTk5OTk5OVoh", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "e6f021131bbb702de0970e6cdc9caa8a", + "x-ms-client-request-id": "38885c8337efbd49a1b54cfc34d747c2", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "f6d0acfb-5a15-495f-81fd-3e309f3a34a0", + "apim-request-id": "c293a0a9-f8c4-4f3b-a301-2279ec464535", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:25:08 GMT", + "Date": "Fri, 30 Oct 2020 13:33:15 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "448" + "x-envoy-upstream-service-time": "695" }, "ResponseBody": { "modelList": [ { - "modelId": "7dc2909e-615d-48aa-8e59-d008292881cd", + "modelId": "39974dee-a26c-42c8-80d6-5a35ead58ca3", + "status": "ready", + "createdDateTime": "2020-08-20T22:46:04Z", + "lastUpdatedDateTime": "2020-08-20T22:46:12Z" + }, + { + "modelId": "3af295a0-785e-4567-bba5-54797c4aa61d", "attributes": { "isComposed": false }, "status": "ready", - "createdDateTime": "2020-08-26T17:33:01Z", - "lastUpdatedDateTime": "2020-08-26T17:33:03Z" - }, - { - "modelId": "7edad8db-18f2-41af-9bfc-b1801eea3fea", - "status": "creating", - "createdDateTime": "2020-08-19T20:19:47Z", - "lastUpdatedDateTime": "2020-08-19T20:19:47Z" - }, - { - "modelId": "80f764e0-6f63-4926-8895-2b3ff0624e07", - "status": "invalid", - "createdDateTime": "2020-08-11T23:26:26Z", - "lastUpdatedDateTime": "2020-08-11T23:26:27Z" - }, - { - "modelId": "85aebc18-2ff1-4539-8b64-04638f9c4042", - "status": "invalid", - "createdDateTime": "2020-08-11T23:26:23Z", - "lastUpdatedDateTime": "2020-08-11T23:26:26Z" + "createdDateTime": "2020-08-20T21:23:19Z", + "lastUpdatedDateTime": "2020-08-20T21:23:20Z" }, { - "modelId": "87408940-0c48-48b8-aff2-42af068cd40f", - "status": "creating", - "createdDateTime": "2020-08-07T02:35:13Z", - "lastUpdatedDateTime": "2020-08-07T02:35:13Z" - }, - { - "modelId": "8826958b-526d-430f-9c09-194f2cd36802", + "modelId": "3d445599-3e82-43bb-ad48-241788aec3b9", + "attributes": { + "isComposed": false + }, "status": "ready", - "createdDateTime": "2020-08-11T23:26:58Z", - "lastUpdatedDateTime": "2020-08-11T23:27:08Z" + "createdDateTime": "2020-08-20T22:42:25Z", + "lastUpdatedDateTime": "2020-08-20T22:42:32Z" }, { - "modelId": "8a019169-da20-4578-83f4-33b75ae85a80", + "modelId": "3d452732-d856-4579-bb92-817af8438a2f", "status": "ready", - "createdDateTime": "2020-08-11T23:25:43Z", - "lastUpdatedDateTime": "2020-08-11T23:25:53Z" + "createdDateTime": "2020-10-30T13:21:38Z", + "lastUpdatedDateTime": "2020-10-30T13:21:50Z" }, { - "modelId": "8b8035e6-3130-423e-97dd-dc4a95d7e553", + "modelId": "3e5d1032-b968-458c-901f-7daa543210a7", "status": "ready", - "createdDateTime": "2020-08-26T17:36:30Z", - "lastUpdatedDateTime": "2020-08-26T17:36:39Z" + "createdDateTime": "2020-08-14T19:49:17Z", + "lastUpdatedDateTime": "2020-08-14T19:49:25Z" }, { - "modelId": "8e1873bf-beee-4698-8eb0-dfac5de174cf", - "status": "ready", - "createdDateTime": "2020-08-06T23:22:44Z", - "lastUpdatedDateTime": "2020-08-06T23:22:56Z" + "modelId": "3efd32fe-763f-4cca-a58b-2fa57d13dc83", + "status": "creating", + "createdDateTime": "2020-08-17T17:15:30Z", + "lastUpdatedDateTime": "2020-08-17T17:15:30Z" }, { - "modelId": "948a86a3-4ecd-453a-9a93-d0ec4d431a46", + "modelId": "40152914-610e-47f8-b6c6-8c155df7650e", "status": "creating", - "createdDateTime": "2020-08-11T23:25:53Z", - "lastUpdatedDateTime": "2020-08-11T23:25:53Z" + "createdDateTime": "2020-08-20T22:45:46Z", + "lastUpdatedDateTime": "2020-08-20T22:45:46Z" }, { - "modelId": "94d121f1-9b81-4218-b178-30fbb62ef533", + "modelId": "40383a51-dfe6-4c51-9c4c-e3d5ad3a662b", + "attributes": { + "isComposed": false + }, "status": "ready", - "createdDateTime": "2020-08-26T17:32:03Z", - "lastUpdatedDateTime": "2020-08-26T17:32:13Z" + "createdDateTime": "2020-10-30T13:21:35Z", + "lastUpdatedDateTime": "2020-10-30T13:21:37Z" }, { - "modelId": "94fb7913-80d7-4145-9375-b9b5073544ec", + "modelId": "4120e08d-2693-4f80-a69f-53029d556457", + "attributes": { + "isComposed": false + }, "status": "ready", - "createdDateTime": "2020-08-06T23:15:17Z", - "lastUpdatedDateTime": "2020-08-06T23:15:25Z" - }, - { - "modelId": "95b47659-413f-4f9c-9fc0-cea2d98c1099", - "status": "creating", - "createdDateTime": "2020-08-26T17:34:14Z", - "lastUpdatedDateTime": "2020-08-26T17:34:14Z" + "createdDateTime": "2020-08-20T23:29:31Z", + "lastUpdatedDateTime": "2020-08-20T23:29:38Z" }, { - "modelId": "979a5681-2776-4f26-ac8c-9cc6a96c8e52", + "modelId": "412a541e-6015-4ba3-bc06-bda9dcfb4563", "status": "ready", - "createdDateTime": "2020-08-26T17:54:11Z", - "lastUpdatedDateTime": "2020-08-26T17:54:22Z" - }, - { - "modelId": "981536fe-92a5-4a10-9f07-f589ebbc42ef", - "status": "creating", - "createdDateTime": "2020-08-07T02:32:17Z", - "lastUpdatedDateTime": "2020-08-07T02:32:17Z" + "createdDateTime": "2020-08-20T21:28:50Z", + "lastUpdatedDateTime": "2020-08-20T21:28:58Z" }, { - "modelId": "99b6c3e3-1b40-4971-b625-94e22c62a258", + "modelId": "41dcd3b4-7da4-4947-afc2-8267342bf8d3", "attributes": { "isComposed": false }, "status": "ready", - "createdDateTime": "2020-09-09T22:19:56Z", - "lastUpdatedDateTime": "2020-09-09T22:19:58Z" + "createdDateTime": "2020-08-14T19:08:56Z", + "lastUpdatedDateTime": "2020-08-14T19:08:58Z" }, { - "modelId": "99cab2af-1ebf-4587-a557-24a99abf6784", + "modelId": "42ca775f-ce05-4794-9afa-1206f9ec4e4b", "status": "ready", - "createdDateTime": "2020-08-06T23:22:22Z", - "lastUpdatedDateTime": "2020-08-06T23:22:34Z" + "createdDateTime": "2020-08-14T19:28:36Z", + "lastUpdatedDateTime": "2020-08-14T19:28:44Z" }, { - "modelId": "9e99bc89-72c1-4839-9c47-4f4e07c9c277", - "status": "creating", - "createdDateTime": "2020-08-06T23:21:04Z", - "lastUpdatedDateTime": "2020-08-06T23:21:04Z" + "modelId": "4363499c-72ab-45b2-8931-d8b1838bef70", + "attributes": { + "isComposed": false + }, + "status": "ready", + "createdDateTime": "2020-08-20T23:26:34Z", + "lastUpdatedDateTime": "2020-08-20T23:26:41Z" }, { - "modelId": "a11162bf-bfbc-461e-a41a-125bae4f0027", + "modelId": "438b68f8-bec6-4313-88d6-43f201f64e26", + "attributes": { + "isComposed": false + }, "status": "ready", - "createdDateTime": "2020-08-07T02:38:37Z", - "lastUpdatedDateTime": "2020-08-07T02:38:40Z" + "createdDateTime": "2020-08-20T21:22:10Z", + "lastUpdatedDateTime": "2020-08-20T21:22:12Z" }, { - "modelId": "a2ddc891-9980-454d-b876-20347c4fe2e1", - "status": "creating", - "createdDateTime": "2020-08-26T17:50:49Z", - "lastUpdatedDateTime": "2020-08-26T17:50:49Z" + "modelId": "43bc2d9d-10f1-4466-be33-546ae07a7a28", + "status": "ready", + "createdDateTime": "2020-10-30T13:24:37Z", + "lastUpdatedDateTime": "2020-10-30T13:24:49Z" }, { - "modelId": "a2f07e6c-08bc-4d5e-bda1-f2895ceebeef", + "modelId": "43be25f8-aa98-4523-ab6b-120e4b29c7bf", "attributes": { "isComposed": false }, "status": "ready", - "createdDateTime": "2020-08-26T17:32:40Z", - "lastUpdatedDateTime": "2020-08-26T17:32:47Z" + "createdDateTime": "2020-10-30T13:22:18Z", + "lastUpdatedDateTime": "2020-10-30T13:22:19Z" }, { - "modelId": "a3ac9510-b86f-45a6-adf1-bb6e189cd5e8", - "status": "ready", - "createdDateTime": "2020-08-06T23:22:12Z", - "lastUpdatedDateTime": "2020-08-06T23:22:15Z" + "modelId": "44cf7b0c-17d8-461b-8a14-972532fcf6d6", + "status": "creating", + "createdDateTime": "2020-08-17T22:30:19Z", + "lastUpdatedDateTime": "2020-08-17T22:30:19Z" }, { - "modelId": "a3fdcfd1-2c5c-4c67-9038-1c4429ed69c4", - "status": "invalid", - "createdDateTime": "2020-08-26T17:34:32Z", - "lastUpdatedDateTime": "2020-08-26T17:34:33Z" + "modelId": "44d3f221-a1ad-4726-a5f5-43bc37fe7222", + "status": "ready", + "createdDateTime": "2020-08-20T22:45:18Z", + "lastUpdatedDateTime": "2020-08-20T22:45:27Z" }, { - "modelId": "a50e5ae0-6af6-4087-92da-845e12c71655", - "status": "ready", - "createdDateTime": "2020-08-26T17:52:35Z", - "lastUpdatedDateTime": "2020-08-26T17:52:46Z" + "modelId": "4559697f-580d-439c-a336-1272be0526f9", + "status": "invalid", + "createdDateTime": "2020-10-30T13:20:53Z", + "lastUpdatedDateTime": "2020-10-30T13:20:54Z" }, { - "modelId": "a5583bd4-9d64-4971-a4e3-ad202a2f1711", - "status": "ready", - "createdDateTime": "2020-08-07T02:33:05Z", - "lastUpdatedDateTime": "2020-08-07T02:33:09Z" + "modelId": "45c5498b-3755-44fd-95d5-8d5b5924e3a6", + "status": "invalid", + "createdDateTime": "2020-08-20T22:43:19Z", + "lastUpdatedDateTime": "2020-08-20T22:43:19Z" }, { - "modelId": "a59ea0d6-3fa4-4879-91f9-f83319790278", + "modelId": "45f1adde-a451-4746-a675-f0ebb166151b", "status": "creating", - "createdDateTime": "2020-08-17T23:02:26Z", - "lastUpdatedDateTime": "2020-08-17T23:02:26Z" + "createdDateTime": "2020-08-20T21:47:08Z", + "lastUpdatedDateTime": "2020-08-20T21:47:08Z" }, { - "modelId": "a646e66b-c795-470b-a59d-ed208e8107c4", + "modelId": "46201f03-7ffc-4e1e-bd07-a48bb6bccad4", "status": "creating", - "createdDateTime": "2020-08-07T02:32:39Z", - "lastUpdatedDateTime": "2020-08-07T02:32:39Z" + "createdDateTime": "2020-08-14T19:08:23Z", + "lastUpdatedDateTime": "2020-08-14T19:08:23Z" }, { - "modelId": "a72d7916-ab9f-4c63-aa32-79ffed1bb391", + "modelId": "46a86632-ff1f-4e80-bd06-6c8d48af3157", "status": "ready", - "createdDateTime": "2020-08-07T02:33:27Z", - "lastUpdatedDateTime": "2020-08-07T02:34:01Z" - }, - { - "modelId": "a767b61b-330f-4e9a-ae21-2bdc75c3d7d6", - "status": "creating", - "createdDateTime": "2020-09-09T22:23:36Z", - "lastUpdatedDateTime": "2020-09-09T22:23:36Z" + "createdDateTime": "2020-08-20T18:44:45Z", + "lastUpdatedDateTime": "2020-08-20T18:44:53Z" }, { - "modelId": "a7bc5b1f-af0b-449a-bcd1-3daef200c131", - "status": "invalid", - "createdDateTime": "2020-08-06T23:21:39Z", - "lastUpdatedDateTime": "2020-08-06T23:21:53Z" + "modelId": "47a7b4cd-d993-4d83-b6ca-ee18c547acfb", + "status": "ready", + "createdDateTime": "2020-08-20T22:49:07Z", + "lastUpdatedDateTime": "2020-08-20T22:49:16Z" }, { - "modelId": "a87b6655-71cb-481b-bedd-bdca02704320", + "modelId": "488d74c6-25ae-4271-b7e5-cff85e10abc4", "status": "ready", - "createdDateTime": "2020-08-26T17:55:11Z", - "lastUpdatedDateTime": "2020-08-26T17:55:20Z" + "createdDateTime": "2020-08-20T18:26:04Z", + "lastUpdatedDateTime": "2020-08-20T18:26:12Z" }, { - "modelId": "a9643e41-d890-434b-a3ea-d5f9de22a81b", - "status": "creating", - "createdDateTime": "2020-08-26T17:52:47Z", - "lastUpdatedDateTime": "2020-08-26T17:52:47Z" + "modelId": "49b0f1a2-e699-4f0d-a873-040df8e08e6c", + "status": "ready", + "createdDateTime": "2020-08-14T19:13:59Z", + "lastUpdatedDateTime": "2020-08-14T19:14:08Z" }, { - "modelId": "aa4c7c66-c63e-453c-b6c8-6eb34bded19c", + "modelId": "4acac1b2-4f07-46b2-9d21-c172d2a66330", "status": "ready", - "createdDateTime": "2020-08-26T17:53:08Z", - "lastUpdatedDateTime": "2020-08-26T17:53:14Z" + "createdDateTime": "2020-08-14T19:28:36Z", + "lastUpdatedDateTime": "2020-08-14T19:28:44Z" }, { - "modelId": "ae63d47a-b069-4e06-9b23-fa01eb02e7a4", + "modelId": "4b815719-ec80-4bd7-a709-91ae6a44fdf7", "attributes": { "isComposed": false }, "status": "ready", - "createdDateTime": "2020-08-26T17:53:28Z", - "lastUpdatedDateTime": "2020-08-26T17:53:29Z" + "createdDateTime": "2020-10-30T13:24:33Z", + "lastUpdatedDateTime": "2020-10-30T13:24:35Z" }, { - "modelId": "b17cb2c7-bd8d-4f5f-80d1-a20559f55dc0", + "modelId": "4bfcc25d-0b2f-4fa2-a284-bcc98cf1f8fd", "status": "ready", - "createdDateTime": "2020-08-07T02:33:07Z", - "lastUpdatedDateTime": "2020-08-07T02:33:23Z" + "createdDateTime": "2020-08-20T21:31:42Z", + "lastUpdatedDateTime": "2020-08-20T21:31:51Z" }, { - "modelId": "b29c550b-6b80-43f8-bc95-cf0655cbe4fb", - "status": "creating", - "createdDateTime": "2020-09-09T22:20:41Z", - "lastUpdatedDateTime": "2020-09-09T22:20:41Z" + "modelId": "4c92bc3c-f25c-4f02-84d9-f8ceae9b16b6", + "status": "ready", + "createdDateTime": "2020-08-14T19:11:09Z", + "lastUpdatedDateTime": "2020-08-14T19:11:17Z" + }, + { + "modelId": "4ca59011-74aa-455c-be41-c981854d8bba", + "status": "invalid", + "createdDateTime": "2020-08-20T18:45:20Z", + "lastUpdatedDateTime": "2020-08-20T18:45:20Z" } ], - "nextLink": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com:443/formrecognizer/v2.1-preview.1/custom/models?nextLink=2!232!MDAwMTMwIXN1YnNjcmlwdGlvbnMvMDJkNTNjMjExN2M4NGQzZjhlMDRkMDZlOWJhMGEwYzUvbW9kZWxzL2IyZTk2M2IyLTM5ZTAtNGU1Zi1hY2FhLTlkNDhlMGFkNzU3MC9iMmU5NjNiMi0zOWUwLTRlNWYtYWNhYS05ZDQ4ZTBhZDc1NzAuZ3ohMDAwMDI4ITk5OTktMTItMzFUMjM6NTk6NTkuOTk5OTk5OVoh" + "nextLink": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com:443/formrecognizer/v2.1-preview.2/custom/models?nextLink=2!204!MDAwMTA4IXN1YnNjcmlwdGlvbnMvYjFhOTYyODAzYjdhNDU5ODlhY2RlYWE5MDU3YTRmZTQvbW9kZWxzLzRjYTU5MDExLTc0YWEtNDU1Yy1iZTQxLWM5ODE4NTRkOGJiYS91c2VMYWJlbEZpbGUuanNvbiEwMDAwMjghOTk5OS0xMi0zMVQyMzo1OTo1OS45OTk5OTk5WiE-" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models?nextLink=2!232!MDAwMTMwIXN1YnNjcmlwdGlvbnMvMDJkNTNjMjExN2M4NGQzZjhlMDRkMDZlOWJhMGEwYzUvbW9kZWxzL2IyZTk2M2IyLTM5ZTAtNGU1Zi1hY2FhLTlkNDhlMGFkNzU3MC9iMmU5NjNiMi0zOWUwLTRlNWYtYWNhYS05ZDQ4ZTBhZDc1NzAuZ3ohMDAwMDI4ITk5OTktMTItMzFUMjM6NTk6NTkuOTk5OTk5OVoh", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models?nextLink=2!204!MDAwMTA4IXN1YnNjcmlwdGlvbnMvYjFhOTYyODAzYjdhNDU5ODlhY2RlYWE5MDU3YTRmZTQvbW9kZWxzLzRjYTU5MDExLTc0YWEtNDU1Yy1iZTQxLWM5ODE4NTRkOGJiYS91c2VMYWJlbEZpbGUuanNvbiEwMDAwMjghOTk5OS0xMi0zMVQyMzo1OTo1OS45OTk5OTk5WiE-", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "ebee0ec4d24dd0e1610b8517a37ec449", + "x-ms-client-request-id": "e952e6901396f17b29825aad1316f03e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 429, + "ResponseHeaders": { + "apim-request-id": "a61efd70-69f3-49a8-9601-edba52e19eb2", + "Content-Length": "358", + "Content-Type": "application/json", + "Date": "Fri, 30 Oct 2020 13:33:15 GMT", + "Retry-After": "1", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff" + }, + "ResponseBody": { + "error": { + "code": "429", + "message": "Requests to the Custom Form Model Management - List Custom Models Operation under Form Recognizer API (v2.1-preview.2) have exceeded rate limit of your current FormRecognizer S0 pricing tier. Please retry after 1 seconds. Please contact Azure support service if you would like to further increase the default rate limit." + } + } + }, + { + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models?nextLink=2!204!MDAwMTA4IXN1YnNjcmlwdGlvbnMvYjFhOTYyODAzYjdhNDU5ODlhY2RlYWE5MDU3YTRmZTQvbW9kZWxzLzRjYTU5MDExLTc0YWEtNDU1Yy1iZTQxLWM5ODE4NTRkOGJiYS91c2VMYWJlbEZpbGUuanNvbiEwMDAwMjghOTk5OS0xMi0zMVQyMzo1OTo1OS45OTk5OTk5WiE-", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "e952e6901396f17b29825aad1316f03e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "e247c351-a996-435c-b90b-6f8b9ec33ec9", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 30 Oct 2020 13:33:54 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "329" + }, + "ResponseBody": { + "modelList": [ + { + "modelId": "4ca59011-74aa-455c-be41-c981854d8bba", + "status": "invalid", + "createdDateTime": "2020-08-20T18:45:20Z", + "lastUpdatedDateTime": "2020-08-20T18:45:20Z" + }, + { + "modelId": "4f79033e-d86b-4151-9d4b-ea371230d9f7", + "status": "ready", + "createdDateTime": "2020-10-30T13:24:52Z", + "lastUpdatedDateTime": "2020-10-30T13:25:13Z" + }, + { + "modelId": "52db9454-9b6c-4514-a6f4-27d3d404a999", + "attributes": { + "isComposed": false + }, + "status": "ready", + "createdDateTime": "2020-08-20T22:43:30Z", + "lastUpdatedDateTime": "2020-08-20T22:43:32Z" + }, + { + "modelId": "547f6f41-f70e-4cb5-aa8f-2129e33df2af", + "status": "ready", + "createdDateTime": "2020-07-30T00:55:04Z", + "lastUpdatedDateTime": "2020-07-30T00:55:12Z" + }, + { + "modelId": "551c272c-ff8f-493e-b234-a719bc35ee23", + "status": "creating", + "createdDateTime": "2020-10-30T13:19:42Z", + "lastUpdatedDateTime": "2020-10-30T13:19:42Z" + }, + { + "modelId": "55c30a55-134a-4f9d-8b42-37caa8198471", + "status": "ready", + "createdDateTime": "2020-08-14T19:11:21Z", + "lastUpdatedDateTime": "2020-08-14T19:11:31Z" + }, + { + "modelId": "56292da4-33e9-421f-ad9b-859234c5d111", + "status": "invalid", + "createdDateTime": "2020-08-20T23:29:05Z", + "lastUpdatedDateTime": "2020-08-20T23:29:05Z" + }, + { + "modelId": "566b7d84-318a-4acb-a928-d684e42b93b3", + "status": "invalid", + "createdDateTime": "2020-08-20T21:50:02Z", + "lastUpdatedDateTime": "2020-08-20T21:50:02Z" + }, + { + "modelId": "56ce1ece-256f-480d-8637-1005534971de", + "status": "ready", + "createdDateTime": "2020-08-20T21:27:11Z", + "lastUpdatedDateTime": "2020-08-20T21:27:19Z" + }, + { + "modelId": "5737eddb-d3c3-4e43-8658-b0f4322af5dc", + "status": "invalid", + "createdDateTime": "2020-08-20T23:29:06Z", + "lastUpdatedDateTime": "2020-08-20T23:29:07Z" + }, + { + "modelId": "578062d7-dbfb-4548-a54e-299c967f17be", + "status": "ready", + "createdDateTime": "2020-08-20T18:48:16Z", + "lastUpdatedDateTime": "2020-08-20T18:48:27Z" + }, + { + "modelId": "57c1049c-a148-461a-ad5d-fe7e953f7d09", + "status": "creating", + "createdDateTime": "2020-08-14T19:10:36Z", + "lastUpdatedDateTime": "2020-08-14T19:10:36Z" + }, + { + "modelId": "57e0eb22-6bdb-4ef9-a597-11d96876ad1d", + "status": "ready", + "createdDateTime": "2020-08-14T19:45:21Z", + "lastUpdatedDateTime": "2020-08-14T19:45:29Z" + }, + { + "modelId": "5802c9ef-6ce3-41ac-be05-b4afb5613cb2", + "status": "ready", + "createdDateTime": "2020-08-20T21:08:18Z", + "lastUpdatedDateTime": "2020-08-20T21:08:26Z" + }, + { + "modelId": "5837470d-2183-4c9a-b005-80ab6b76765b", + "status": "ready", + "createdDateTime": "2020-08-20T23:31:12Z", + "lastUpdatedDateTime": "2020-08-20T23:31:26Z" + }, + { + "modelId": "584c4432-36cf-4a0b-a2e1-5c651bfd4227", + "attributes": { + "isComposed": false + }, + "status": "ready", + "createdDateTime": "2020-08-14T19:08:02Z", + "lastUpdatedDateTime": "2020-08-14T19:08:04Z" + }, + { + "modelId": "58871fae-0f09-4f14-bce7-769d4bd35354", + "status": "creating", + "createdDateTime": "2020-08-14T19:08:30Z", + "lastUpdatedDateTime": "2020-08-14T19:08:30Z" + }, + { + "modelId": "5bde02de-1dcb-4ea8-b497-0427a16b26fb", + "status": "creating", + "createdDateTime": "2020-08-20T23:25:39Z", + "lastUpdatedDateTime": "2020-08-20T23:25:39Z" + }, + { + "modelId": "5f0ca916-4ca0-4f2d-9447-caeac53bcf2e", + "status": "ready", + "createdDateTime": "2020-08-20T23:32:15Z", + "lastUpdatedDateTime": "2020-08-20T23:32:25Z" + }, + { + "modelId": "5faf34f8-8399-477b-ba82-48f1e2e7688f", + "status": "invalid", + "createdDateTime": "2020-08-14T19:45:12Z", + "lastUpdatedDateTime": "2020-08-14T19:45:12Z" + }, + { + "modelId": "5feddb70-fa11-450f-b34b-37a45b5c80d3", + "status": "invalid", + "createdDateTime": "2020-08-20T23:26:09Z", + "lastUpdatedDateTime": "2020-08-20T23:26:10Z" + }, + { + "modelId": "6035d354-53ef-4dcd-93de-5b9ad1c1ea77", + "status": "ready", + "createdDateTime": "2020-08-20T18:42:40Z", + "lastUpdatedDateTime": "2020-08-20T18:42:48Z" + }, + { + "modelId": "6216b1ae-970a-485b-a35e-070150082adb", + "status": "creating", + "createdDateTime": "2020-08-20T22:42:57Z", + "lastUpdatedDateTime": "2020-08-20T22:42:57Z" + }, + { + "modelId": "63262869-1ff0-49d0-a26f-1d1552cad649", + "attributes": { + "isComposed": false + }, + "status": "ready", + "createdDateTime": "2020-08-20T23:09:49Z", + "lastUpdatedDateTime": "2020-08-20T23:09:51Z" + }, + { + "modelId": "637426f9-5d46-4e4c-8bfb-86f2b60bd94b", + "status": "creating", + "createdDateTime": "2020-08-20T21:49:44Z", + "lastUpdatedDateTime": "2020-08-20T21:49:44Z" + }, + { + "modelId": "66087b32-fce4-402d-9101-1bc4f627462d", + "status": "ready", + "createdDateTime": "2020-08-20T21:22:24Z", + "lastUpdatedDateTime": "2020-08-20T21:22:33Z" + }, + { + "modelId": "6645dde9-caf0-4beb-8758-501325f2e605", + "status": "ready", + "createdDateTime": "2020-08-20T21:53:58Z", + "lastUpdatedDateTime": "2020-08-20T21:54:06Z" + }, + { + "modelId": "68f6c9f8-795d-43bc-97bd-619dad38c66d", + "attributes": { + "isComposed": false + }, + "status": "ready", + "createdDateTime": "2020-08-20T23:28:13Z", + "lastUpdatedDateTime": "2020-08-20T23:28:19Z" + }, + { + "modelId": "6bbda4de-97ee-4d62-a7ab-2a9a13f503f6", + "status": "invalid", + "createdDateTime": "2020-08-20T21:49:56Z", + "lastUpdatedDateTime": "2020-08-20T21:49:56Z" + }, + { + "modelId": "6c252bb0-d84a-47c8-82af-0dabf36c4c6f", + "status": "invalid", + "createdDateTime": "2020-08-20T21:47:26Z", + "lastUpdatedDateTime": "2020-08-20T21:47:27Z" + }, + { + "modelId": "6c6bd1f5-4009-435f-b938-df50c1966733", + "status": "ready", + "createdDateTime": "2020-08-20T21:28:00Z", + "lastUpdatedDateTime": "2020-08-20T21:28:08Z" + }, + { + "modelId": "6fbe2ae1-fd8f-40c7-bf2e-c05e90931aac", + "status": "creating", + "createdDateTime": "2020-08-20T23:28:45Z", + "lastUpdatedDateTime": "2020-08-20T23:28:45Z" + }, + { + "modelId": "70769976-46c0-4739-8cb5-4f31c941a709", + "status": "ready", + "createdDateTime": "2020-08-20T18:45:22Z", + "lastUpdatedDateTime": "2020-08-20T18:45:26Z" + } + ], + "nextLink": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com:443/formrecognizer/v2.1-preview.2/custom/models?nextLink=2!204!MDAwMTA4IXN1YnNjcmlwdGlvbnMvYjFhOTYyODAzYjdhNDU5ODlhY2RlYWE5MDU3YTRmZTQvbW9kZWxzLzcwNzY5OTc2LTQ2YzAtNDczOS04Y2I1LTRmMzFjOTQxYTcwOS91c2VMYWJlbEZpbGUuanNvbiEwMDAwMjghOTk5OS0xMi0zMVQyMzo1OTo1OS45OTk5OTk5WiE-" + } + }, + { + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models?nextLink=2!204!MDAwMTA4IXN1YnNjcmlwdGlvbnMvYjFhOTYyODAzYjdhNDU5ODlhY2RlYWE5MDU3YTRmZTQvbW9kZWxzLzcwNzY5OTc2LTQ2YzAtNDczOS04Y2I1LTRmMzFjOTQxYTcwOS91c2VMYWJlbEZpbGUuanNvbiEwMDAwMjghOTk5OS0xMi0zMVQyMzo1OTo1OS45OTk5OTk5WiE-", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "7489480dc0e04785647f70fd2de09a77", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "f791722b-2ce2-4978-9eca-1cfa0660d4ca", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 30 Oct 2020 13:33:55 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "328" + }, + "ResponseBody": { + "modelList": [ + { + "modelId": "70769976-46c0-4739-8cb5-4f31c941a709", + "status": "ready", + "createdDateTime": "2020-08-20T18:45:22Z", + "lastUpdatedDateTime": "2020-08-20T18:45:26Z" + }, + { + "modelId": "714cd9ba-6084-4966-bf98-079fc90562fe", + "attributes": { + "isComposed": false + }, + "status": "ready", + "createdDateTime": "2020-08-14T19:10:07Z", + "lastUpdatedDateTime": "2020-08-14T19:10:09Z" + }, + { + "modelId": "7156bc3a-1e6b-4125-b89f-10d971d5ba14", + "attributes": { + "isComposed": false + }, + "status": "ready", + "createdDateTime": "2020-08-20T22:27:48Z", + "lastUpdatedDateTime": "2020-08-20T22:27:50Z" + }, + { + "modelId": "741ca2b2-d208-4a68-a59d-f6fb1e41c596", + "modelName": "My training", + "attributes": { + "isComposed": false + }, + "status": "ready", + "createdDateTime": "2020-10-30T13:21:03Z", + "lastUpdatedDateTime": "2020-10-30T13:21:04Z" + }, + { + "modelId": "74ea7917-ea1e-4d62-8bd9-551fcac9d963", + "status": "ready", + "createdDateTime": "2020-08-14T19:50:11Z", + "lastUpdatedDateTime": "2020-08-14T19:50:19Z" + }, + { + "modelId": "765cd50a-d9bd-4bbe-9e77-8e496c234240", + "status": "ready", + "createdDateTime": "2020-08-20T18:46:18Z", + "lastUpdatedDateTime": "2020-08-20T18:46:27Z" + }, + { + "modelId": "76aed1f7-5a15-4754-925c-45d27d7fd0c5", + "status": "creating", + "createdDateTime": "2020-08-20T21:22:34Z", + "lastUpdatedDateTime": "2020-08-20T21:22:34Z" + }, + { + "modelId": "76e1dc72-2be3-4c40-9f07-6b29a0bf327a", + "status": "creating", + "createdDateTime": "2020-08-14T19:44:45Z", + "lastUpdatedDateTime": "2020-08-14T19:44:45Z" + }, + { + "modelId": "76e25188-e121-4fc3-a5f3-3cb861033259", + "status": "creating", + "createdDateTime": "2020-08-20T21:25:07Z", + "lastUpdatedDateTime": "2020-08-20T21:25:07Z" + }, + { + "modelId": "795417b4-25af-4d41-aa61-3cef0084e589", + "status": "ready", + "createdDateTime": "2020-08-20T21:50:03Z", + "lastUpdatedDateTime": "2020-08-20T21:50:07Z" + }, + { + "modelId": "79a2c6de-5040-4198-a2fa-ecbe37e71788", + "modelName": "My training", + "attributes": { + "isComposed": false + }, + "status": "ready", + "createdDateTime": "2020-10-30T13:24:02Z", + "lastUpdatedDateTime": "2020-10-30T13:24:03Z" + }, + { + "modelId": "7c9a4c19-1761-40d2-8f2b-10f10510ca74", + "status": "ready", + "createdDateTime": "2020-08-14T19:10:57Z", + "lastUpdatedDateTime": "2020-08-14T19:11:00Z" + }, + { + "modelId": "7dd8a381-1484-4809-ad11-db27dc50841e", + "status": "ready", + "createdDateTime": "2020-08-20T21:49:31Z", + "lastUpdatedDateTime": "2020-08-20T21:49:39Z" + }, + { + "modelId": "7dfcb89d-abc6-43ca-bae6-cce241d06e4f", + "status": "ready", + "createdDateTime": "2020-08-20T21:30:14Z", + "lastUpdatedDateTime": "2020-08-20T21:30:22Z" + }, + { + "modelId": "7f2745e3-7f0d-46f7-919a-96b939030594", + "status": "creating", + "createdDateTime": "2020-08-20T22:42:59Z", + "lastUpdatedDateTime": "2020-08-20T22:42:59Z" + }, + { + "modelId": "80601216-855c-4286-b532-34af33c229ae", + "status": "ready", + "createdDateTime": "2020-08-14T19:13:08Z", + "lastUpdatedDateTime": "2020-08-14T19:13:16Z" + }, + { + "modelId": "84fd2414-5018-4f5a-9805-b80467ce7593", + "status": "ready", + "createdDateTime": "2020-08-20T21:47:27Z", + "lastUpdatedDateTime": "2020-08-20T21:47:31Z" + }, + { + "modelId": "8692493e-799d-48c3-b217-950e1471adba", + "status": "ready", + "createdDateTime": "2020-08-14T19:48:16Z", + "lastUpdatedDateTime": "2020-08-14T19:48:24Z" + }, + { + "modelId": "878a4cd7-39c2-46a0-a905-7cc1bd071837", + "attributes": { + "isComposed": false + }, + "status": "ready", + "createdDateTime": "2020-08-14T19:46:09Z", + "lastUpdatedDateTime": "2020-08-14T19:46:12Z" + }, + { + "modelId": "87f0f103-08c9-4cae-91b8-f5a0a205bb35", + "status": "creating", + "createdDateTime": "2020-08-17T22:32:37Z", + "lastUpdatedDateTime": "2020-08-17T22:32:37Z" + }, + { + "modelId": "88d34ad1-0508-475c-9d75-2c15594876ac", + "status": "invalid", + "createdDateTime": "2020-08-14T19:47:12Z", + "lastUpdatedDateTime": "2020-08-14T19:47:12Z" + }, + { + "modelId": "8a2a6999-df6a-4b64-9633-87d097b2af06", + "status": "invalid", + "createdDateTime": "2020-08-20T22:45:53Z", + "lastUpdatedDateTime": "2020-08-20T22:45:53Z" + }, + { + "modelId": "91f0a68b-5890-4e2a-8856-4489113f9d54", + "attributes": { + "isComposed": false + }, + "status": "ready", + "createdDateTime": "2020-08-14T19:11:01Z", + "lastUpdatedDateTime": "2020-08-14T19:11:08Z" + }, + { + "modelId": "91f917c8-c8ad-457e-8d62-00e3e1686aac", + "status": "invalid", + "createdDateTime": "2020-08-20T18:43:19Z", + "lastUpdatedDateTime": "2020-08-20T18:43:20Z" + }, + { + "modelId": "921d9d16-9a9d-4dab-a0c5-63deb0aed5a6", + "status": "ready", + "createdDateTime": "2020-08-20T22:42:48Z", + "lastUpdatedDateTime": "2020-08-20T22:42:56Z" + }, + { + "modelId": "9259c76f-7273-41a7-83e2-fd176eeef64e", + "attributes": { + "isComposed": false + }, + "status": "ready", + "createdDateTime": "2020-08-20T22:46:02Z", + "lastUpdatedDateTime": "2020-08-20T22:46:04Z" + }, + { + "modelId": "92829e8f-ef96-4b83-8d54-4e2064729e84", + "status": "invalid", + "createdDateTime": "2020-08-14T19:08:49Z", + "lastUpdatedDateTime": "2020-08-14T19:08:49Z" + }, + { + "modelId": "932ef024-3b06-4445-bc05-863f0b7365db", + "status": "ready", + "createdDateTime": "2020-08-14T19:10:25Z", + "lastUpdatedDateTime": "2020-08-14T19:10:32Z" + }, + { + "modelId": "94e1ae64-db16-4b11-b3ec-db684b3eb473", + "status": "ready", + "createdDateTime": "2020-08-20T21:46:57Z", + "lastUpdatedDateTime": "2020-08-20T21:47:05Z" + }, + { + "modelId": "959a6767-936a-4388-be50-47b1471173e2", + "status": "ready", + "createdDateTime": "2020-08-20T22:43:33Z", + "lastUpdatedDateTime": "2020-08-20T22:43:42Z" + }, + { + "modelId": "96769aa4-eb33-45e2-8536-0dc4e5ec375c", + "attributes": { + "isComposed": false + }, + "status": "ready", + "createdDateTime": "2020-10-30T13:24:51Z", + "lastUpdatedDateTime": "2020-10-30T13:24:52Z" + } + ], + "nextLink": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com:443/formrecognizer/v2.1-preview.2/custom/models?nextLink=2!204!MDAwMTA4IXN1YnNjcmlwdGlvbnMvYjFhOTYyODAzYjdhNDU5ODlhY2RlYWE5MDU3YTRmZTQvbW9kZWxzLzk2NzY5YWE0LWViMzMtNDVlMi04NTM2LTBkYzRlNWVjMzc1Yy91c2VMYWJlbEZpbGUuanNvbiEwMDAwMjghOTk5OS0xMi0zMVQyMzo1OTo1OS45OTk5OTk5WiE-" + } + }, + { + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models?nextLink=2!204!MDAwMTA4IXN1YnNjcmlwdGlvbnMvYjFhOTYyODAzYjdhNDU5ODlhY2RlYWE5MDU3YTRmZTQvbW9kZWxzLzk2NzY5YWE0LWViMzMtNDVlMi04NTM2LTBkYzRlNWVjMzc1Yy91c2VMYWJlbEZpbGUuanNvbiEwMDAwMjghOTk5OS0xMi0zMVQyMzo1OTo1OS45OTk5OTk5WiE-", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "e6f021131bbb702de0970e6cdc9caa8a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 429, + "ResponseHeaders": { + "apim-request-id": "f8655612-cbda-460d-85b4-d0d6200940b1", + "Content-Length": "356", + "Content-Type": "application/json", + "Date": "Fri, 30 Oct 2020 13:33:55 GMT", + "Retry-After": "1", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff" + }, + "ResponseBody": { + "error": { + "code": "429", + "message": "Requests to the Custom Form Model Management - List Custom Models Operation under Form Recognizer API (v2.1-preview.2) have exceeded rate limit of your current FormRecognizer S0 pricing tier. Please retry after 1 second. Please contact Azure support service if you would like to further increase the default rate limit." + } + } + }, + { + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models?nextLink=2!204!MDAwMTA4IXN1YnNjcmlwdGlvbnMvYjFhOTYyODAzYjdhNDU5ODlhY2RlYWE5MDU3YTRmZTQvbW9kZWxzLzk2NzY5YWE0LWViMzMtNDVlMi04NTM2LTBkYzRlNWVjMzc1Yy91c2VMYWJlbEZpbGUuanNvbiEwMDAwMjghOTk5OS0xMi0zMVQyMzo1OTo1OS45OTk5OTk5WiE-", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "e6f021131bbb702de0970e6cdc9caa8a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "ded6fa1e-aa9b-46a7-8813-abdee2f352cb", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 30 Oct 2020 13:33:56 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "302" + }, + "ResponseBody": { + "modelList": [ + { + "modelId": "96769aa4-eb33-45e2-8536-0dc4e5ec375c", + "attributes": { + "isComposed": false + }, + "status": "ready", + "createdDateTime": "2020-10-30T13:24:51Z", + "lastUpdatedDateTime": "2020-10-30T13:24:52Z" + }, + { + "modelId": "9794b06a-303c-4014-ac9c-d64ccd2d897d", + "status": "creating", + "createdDateTime": "2020-08-20T21:22:33Z", + "lastUpdatedDateTime": "2020-08-20T21:22:33Z" + }, + { + "modelId": "97be7970-9a98-4b3f-980c-77bf06f29131", + "attributes": { + "isComposed": false + }, + "status": "ready", + "createdDateTime": "2020-10-30T13:21:52Z", + "lastUpdatedDateTime": "2020-10-30T13:21:54Z" + }, + { + "modelId": "98fc2d15-8bb1-4eb8-85f8-dbde2d188615", + "status": "ready", + "createdDateTime": "2020-08-14T19:46:41Z", + "lastUpdatedDateTime": "2020-08-14T19:46:48Z" + }, + { + "modelId": "9947fcd1-42b4-4c38-930e-1b0403e6f761", + "status": "ready", + "createdDateTime": "2020-08-14T19:45:42Z", + "lastUpdatedDateTime": "2020-08-14T19:45:53Z" + }, + { + "modelId": "99c2b562-6e31-4923-a25c-8d940951ed2f", + "status": "ready", + "createdDateTime": "2020-08-14T19:47:23Z", + "lastUpdatedDateTime": "2020-08-14T19:47:32Z" + }, + { + "modelId": "9a0b42b4-09e2-4c90-8bd0-64395fb588e8", + "status": "ready", + "createdDateTime": "2020-08-20T23:28:36Z", + "lastUpdatedDateTime": "2020-08-20T23:28:44Z" + }, + { + "modelId": "9aa701a8-3822-4d5d-bc37-4891415c267f", + "status": "ready", + "createdDateTime": "2020-08-20T22:06:19Z", + "lastUpdatedDateTime": "2020-08-20T22:06:29Z" + }, + { + "modelId": "9d8aac28-0ab6-4b18-bb80-35341797a3ad", + "status": "ready", + "createdDateTime": "2020-08-20T21:53:04Z", + "lastUpdatedDateTime": "2020-08-20T21:53:15Z" + }, + { + "modelId": "9e6eb7bc-d4b9-4887-a38a-58957d712769", + "status": "ready", + "createdDateTime": "2020-08-20T21:30:14Z", + "lastUpdatedDateTime": "2020-08-20T21:30:22Z" + }, + { + "modelId": "9f7271da-c7c1-4407-bd1a-92577c187995", + "status": "invalid", + "createdDateTime": "2020-08-20T18:45:21Z", + "lastUpdatedDateTime": "2020-08-20T18:45:22Z" + }, + { + "modelId": "a00e27ee-1358-468a-a95c-c80e5bff6343", + "attributes": { + "isComposed": false + }, + "status": "ready", + "createdDateTime": "2020-08-20T22:45:08Z", + "lastUpdatedDateTime": "2020-08-20T22:45:15Z" + }, + { + "modelId": "a0a7e72a-d8ec-4293-8dee-7fbe726fc115", + "attributes": { + "isComposed": false + }, + "status": "ready", + "createdDateTime": "2020-08-20T18:45:38Z", + "lastUpdatedDateTime": "2020-08-20T18:45:39Z" + }, + { + "modelId": "a1513cf9-13dd-4eb7-bac5-7ceee4658c13", + "attributes": { + "isComposed": false + }, + "status": "ready", + "createdDateTime": "2020-08-14T18:53:36Z", + "lastUpdatedDateTime": "2020-08-14T18:53:43Z" + }, + { + "modelId": "a1b59d63-c5f4-43a4-bbba-e4e9c0c00708", + "status": "ready", + "createdDateTime": "2020-10-30T13:20:55Z", + "lastUpdatedDateTime": "2020-10-30T13:21:01Z" + }, + { + "modelId": "a2a41673-e1b2-4319-8eef-44910ce4d9cf", + "status": "ready", + "createdDateTime": "2020-08-20T18:43:33Z", + "lastUpdatedDateTime": "2020-08-20T18:43:41Z" + }, + { + "modelId": "a2b05934-353c-4eb9-ac8b-45d1d2e489f2", + "status": "ready", + "createdDateTime": "2020-08-20T22:46:14Z", + "lastUpdatedDateTime": "2020-08-20T22:46:24Z" + }, + { + "modelId": "a3189094-17a1-4acf-a788-f8c05c6e6a19", + "status": "invalid", + "createdDateTime": "2020-08-20T22:45:54Z", + "lastUpdatedDateTime": "2020-08-20T22:45:55Z" + }, + { + "modelId": "a336ff42-7e03-4b7f-821a-1246209f29de", + "status": "ready", + "createdDateTime": "2020-08-14T19:08:51Z", + "lastUpdatedDateTime": "2020-08-14T19:08:55Z" + }, + { + "modelId": "a38f391d-fad5-4ed5-be4c-5a3644803cf4", + "status": "ready", + "createdDateTime": "2020-08-20T23:29:39Z", + "lastUpdatedDateTime": "2020-08-20T23:29:51Z" + }, + { + "modelId": "a3cb3ffe-ba7b-4a0d-838a-eced98e48e8c", + "status": "invalid", + "createdDateTime": "2020-08-20T22:43:18Z", + "lastUpdatedDateTime": "2020-08-20T22:43:18Z" + }, + { + "modelId": "a5f5ef27-523c-44a4-a06c-a56470180145", + "status": "creating", + "createdDateTime": "2020-08-14T19:44:55Z", + "lastUpdatedDateTime": "2020-08-14T19:44:55Z" + }, + { + "modelId": "a67b821e-e8f2-419d-97f6-e28903abe6a0", + "attributes": { + "isComposed": false + }, + "status": "ready", + "createdDateTime": "2020-08-20T21:25:31Z", + "lastUpdatedDateTime": "2020-08-20T21:25:32Z" + }, + { + "modelId": "a70a5d5b-3b72-486b-91f1-0b518e077a43", + "status": "ready", + "createdDateTime": "2020-08-20T22:48:57Z", + "lastUpdatedDateTime": "2020-08-20T22:49:06Z" + }, + { + "modelId": "a78b3a1c-9189-4901-9bc2-ccceec21bf20", + "status": "creating", + "createdDateTime": "2020-08-20T18:44:56Z", + "lastUpdatedDateTime": "2020-08-20T18:44:56Z" + }, + { + "modelId": "a7d5f0a1-b604-4fd4-a1fb-5df92c6deaef", + "status": "ready", + "createdDateTime": "2020-08-20T18:26:04Z", + "lastUpdatedDateTime": "2020-08-20T18:26:12Z" + }, + { + "modelId": "a8b5afb6-f11a-4496-ad62-a70e3ecda523", + "status": "ready", + "createdDateTime": "2020-08-14T19:49:09Z", + "lastUpdatedDateTime": "2020-08-14T19:49:17Z" + }, + { + "modelId": "a95aa07c-a27b-4323-8bc6-3a02485f2707", + "status": "ready", + "createdDateTime": "2020-08-20T21:50:21Z", + "lastUpdatedDateTime": "2020-08-20T21:50:32Z" + }, + { + "modelId": "a9b18a20-868b-4493-be08-c614d551f83e", + "attributes": { + "isComposed": false + }, + "status": "ready", + "createdDateTime": "2020-08-20T22:46:13Z", + "lastUpdatedDateTime": "2020-08-20T22:46:14Z" + } + ], + "nextLink": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com:443/formrecognizer/v2.1-preview.2/custom/models?nextLink=2!236!MDAwMTMyIXN1YnNjcmlwdGlvbnMvYjFhOTYyODAzYjdhNDU5ODlhY2RlYWE5MDU3YTRmZTQvbW9kZWxzL2E5YjE4YTIwLTg2OGItNDQ5My1iZTA4LWM2MTRkNTUxZjgzZS9hOWIxOGEyMC04NjhiLTQ0OTMtYmUwOC1jNjE0ZDU1MWY4M2UuanNvbiEwMDAwMjghOTk5OS0xMi0zMVQyMzo1OTo1OS45OTk5OTk5WiE-" + } + }, + { + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models?nextLink=2!236!MDAwMTMyIXN1YnNjcmlwdGlvbnMvYjFhOTYyODAzYjdhNDU5ODlhY2RlYWE5MDU3YTRmZTQvbW9kZWxzL2E5YjE4YTIwLTg2OGItNDQ5My1iZTA4LWM2MTRkNTUxZjgzZS9hOWIxOGEyMC04NjhiLTQ0OTMtYmUwOC1jNjE0ZDU1MWY4M2UuanNvbiEwMDAwMjghOTk5OS0xMi0zMVQyMzo1OTo1OS45OTk5OTk5WiE-", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "ebee0ec4d24dd0e1610b8517a37ec449", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "dcd8cfec-da6e-4811-a288-064091a0573c", + "apim-request-id": "e9a5a03b-0fb4-4381-8d13-60e2f460e414", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:25:08 GMT", + "Date": "Fri, 30 Oct 2020 13:33:57 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "353" + "x-envoy-upstream-service-time": "274" }, "ResponseBody": { "modelList": [ { - "modelId": "b2e963b2-39e0-4e5f-acaa-9d48e0ad7570", + "modelId": "a9b18a20-868b-4493-be08-c614d551f83e", + "attributes": { + "isComposed": false + }, "status": "ready", - "createdDateTime": "2020-08-26T17:51:07Z", - "lastUpdatedDateTime": "2020-08-26T17:51:13Z" + "createdDateTime": "2020-08-20T22:46:13Z", + "lastUpdatedDateTime": "2020-08-20T22:46:14Z" }, { - "modelId": "b332d3a9-767e-4b92-b298-03a7ba2c64cb", + "modelId": "a9dbcb83-f15c-4b42-aaef-c2e78adb3169", "status": "ready", - "createdDateTime": "2020-09-09T22:16:56Z", - "lastUpdatedDateTime": "2020-09-09T22:17:12Z" + "createdDateTime": "2020-08-14T19:47:14Z", + "lastUpdatedDateTime": "2020-08-14T19:47:20Z" }, { - "modelId": "b3bf06ee-649c-4195-b79a-743efe134b3a", - "status": "creating", - "createdDateTime": "2020-08-11T23:26:07Z", - "lastUpdatedDateTime": "2020-08-11T23:26:07Z" + "modelId": "ab71a8bd-e38c-41dd-8b9f-4677355e9ab5", + "attributes": { + "isComposed": false + }, + "status": "ready", + "createdDateTime": "2020-10-30T13:21:05Z", + "lastUpdatedDateTime": "2020-10-30T13:21:06Z" + }, + { + "modelId": "ac2a0641-62e3-43e4-ab21-2f0eb52b6e61", + "status": "ready", + "createdDateTime": "2020-08-20T21:24:53Z", + "lastUpdatedDateTime": "2020-08-20T21:25:02Z" + }, + { + "modelId": "ad2694f9-88d9-48b6-b85c-71b6000aa9df", + "status": "ready", + "createdDateTime": "2020-08-14T19:47:39Z", + "lastUpdatedDateTime": "2020-08-14T19:47:49Z" }, { - "modelId": "b4f76870-a421-49fc-b407-0eff0259b35f", + "modelId": "af6d3536-b663-4856-9824-9e8872fc83ed", "attributes": { "isComposed": false }, "status": "ready", - "createdDateTime": "2020-08-26T17:52:11Z", - "lastUpdatedDateTime": "2020-08-26T17:52:13Z" + "createdDateTime": "2020-08-20T18:43:43Z", + "lastUpdatedDateTime": "2020-08-20T18:43:45Z" }, { - "modelId": "b505e41b-7b1f-403b-8934-b61ec312a33c", + "modelId": "b01f6909-840f-4ca9-85a3-769538176fe5", "status": "ready", - "createdDateTime": "2020-08-07T02:31:58Z", - "lastUpdatedDateTime": "2020-08-07T02:32:11Z" + "createdDateTime": "2020-08-20T22:43:50Z", + "lastUpdatedDateTime": "2020-08-20T22:44:01Z" }, { - "modelId": "bd24dcfe-a630-4b9f-bb41-6f2462d7dc49", + "modelId": "b08b7db5-97ae-4459-9603-47d5994e9f4a", "status": "ready", - "createdDateTime": "2020-08-07T02:34:59Z", - "lastUpdatedDateTime": "2020-08-07T02:35:12Z" + "createdDateTime": "2020-08-14T19:11:57Z", + "lastUpdatedDateTime": "2020-08-14T19:12:05Z" }, { - "modelId": "bf6945cc-5534-4fc7-bd7c-2371601328ff", + "modelId": "b0b6140c-fb6e-4c67-b7f1-420074909323", "status": "creating", - "createdDateTime": "2020-08-07T02:35:13Z", - "lastUpdatedDateTime": "2020-08-07T02:35:13Z" + "createdDateTime": "2020-08-20T23:28:47Z", + "lastUpdatedDateTime": "2020-08-20T23:28:47Z" + }, + { + "modelId": "b102b022-de56-4e48-8c16-41dae496d899", + "status": "invalid", + "createdDateTime": "2020-08-20T21:47:25Z", + "lastUpdatedDateTime": "2020-08-20T21:47:25Z" + }, + { + "modelId": "b370849a-a304-464b-acdb-1308a78b2fa2", + "status": "invalid", + "createdDateTime": "2020-10-30T13:20:52Z", + "lastUpdatedDateTime": "2020-10-30T13:20:52Z" + }, + { + "modelId": "b3cc3815-9fc0-40bc-ad82-0533b038db9d", + "status": "ready", + "createdDateTime": "2020-08-14T19:45:13Z", + "lastUpdatedDateTime": "2020-08-14T19:45:17Z" + }, + { + "modelId": "b404b97b-0e37-4eb5-8ad1-4ced5d0a34a5", + "status": "ready", + "createdDateTime": "2020-08-20T18:45:29Z", + "lastUpdatedDateTime": "2020-08-20T18:45:37Z" + }, + { + "modelId": "b5c033b5-b3b4-4a68-8744-0f7509be8504", + "status": "ready", + "createdDateTime": "2020-10-30T13:21:55Z", + "lastUpdatedDateTime": "2020-10-30T13:22:15Z" + }, + { + "modelId": "b6cf7b42-a0ea-4d17-9a2e-080f0370f562", + "status": "invalid", + "createdDateTime": "2020-08-20T21:22:55Z", + "lastUpdatedDateTime": "2020-08-20T21:22:55Z" }, { - "modelId": "c20f99d1-31dd-4db9-baaa-97cc063209b9", + "modelId": "b768df27-adda-4f47-8223-4f9b696b3591", "status": "creating", - "createdDateTime": "2020-08-07T02:35:22Z", - "lastUpdatedDateTime": "2020-08-07T02:35:22Z" + "createdDateTime": "2020-08-20T21:47:08Z", + "lastUpdatedDateTime": "2020-08-20T21:47:08Z" }, { - "modelId": "c2d66fc3-bb2c-4001-a6f8-c38e8b14edb9", + "modelId": "b7af13d6-8a7c-4254-ab2f-1ccd03d26f97", + "modelName": "My composed model", + "attributes": { + "isComposed": true + }, "status": "ready", - "createdDateTime": "2020-08-26T17:56:05Z", - "lastUpdatedDateTime": "2020-08-26T17:56:15Z" + "createdDateTime": "2020-10-30T13:23:46Z", + "lastUpdatedDateTime": "2020-10-30T13:23:47Z" }, { - "modelId": "c345d537-db8a-42e9-8ed1-a1ff3fac62b0", + "modelId": "bacfa117-235d-43f0-b919-913a0e0ae686", "status": "ready", - "createdDateTime": "2020-08-07T02:33:24Z", - "lastUpdatedDateTime": "2020-08-07T02:33:26Z" + "createdDateTime": "2020-08-20T22:47:48Z", + "lastUpdatedDateTime": "2020-08-20T22:47:56Z" }, { - "modelId": "c59b42e7-7aca-497e-9aad-c65bbeed9b57", + "modelId": "bc1133f6-33d3-4ac1-a848-0695866e1786", + "attributes": { + "isComposed": false + }, "status": "ready", - "createdDateTime": "2020-08-06T23:22:35Z", - "lastUpdatedDateTime": "2020-08-06T23:22:42Z" + "createdDateTime": "2020-08-20T21:25:41Z", + "lastUpdatedDateTime": "2020-08-20T21:25:42Z" }, { - "modelId": "c6013cfd-4d02-4ec8-ba73-67cd51a615b7", + "modelId": "bc6ae2e0-2eb4-40bb-b8d0-0ca37f413c58", "status": "invalid", - "createdDateTime": "2020-09-09T22:23:52Z", - "lastUpdatedDateTime": "2020-09-09T22:23:52Z" + "createdDateTime": "2020-08-20T21:22:53Z", + "lastUpdatedDateTime": "2020-08-20T21:22:54Z" + }, + { + "modelId": "bd10694b-d9fd-402e-9f89-2e5994a7691f", + "attributes": { + "isComposed": false + }, + "status": "ready", + "createdDateTime": "2020-08-20T18:27:08Z", + "lastUpdatedDateTime": "2020-08-20T18:27:10Z" }, { - "modelId": "c8986d9f-8e8a-4d04-8bb0-6638b754e15d", + "modelId": "be8593fc-3fab-4300-8b14-f77966b99c04", "status": "invalid", - "createdDateTime": "2020-08-07T02:36:41Z", - "lastUpdatedDateTime": "2020-08-07T02:36:42Z" + "createdDateTime": "2020-08-14T19:10:54Z", + "lastUpdatedDateTime": "2020-08-14T19:10:54Z" }, { - "modelId": "ca22fcf9-50fd-4f30-9cc2-89ce165da9e5", + "modelId": "c1cf6bc1-0d0f-4a23-b453-9df1b937710a", "status": "ready", - "createdDateTime": "2020-08-26T17:54:59Z", - "lastUpdatedDateTime": "2020-08-26T17:55:09Z" + "createdDateTime": "2020-08-20T18:47:27Z", + "lastUpdatedDateTime": "2020-08-20T18:47:35Z" }, { - "modelId": "cb5e24c2-a87a-4d58-9eb6-d45c354188d2", - "status": "creating", - "createdDateTime": "2020-08-26T17:52:51Z", - "lastUpdatedDateTime": "2020-08-26T17:52:51Z" + "modelId": "c2401fd4-05c0-48d4-bd2f-7a30589b1306", + "attributes": { + "isComposed": false + }, + "status": "ready", + "createdDateTime": "2020-08-14T19:09:15Z", + "lastUpdatedDateTime": "2020-08-14T19:09:27Z" }, { - "modelId": "cc311fd7-86eb-45db-9d4d-a3d8e0370b65", - "status": "invalid", - "createdDateTime": "2020-08-26T17:53:05Z", - "lastUpdatedDateTime": "2020-08-26T17:53:06Z" + "modelId": "c39ee6fa-e7a8-4ad9-990e-aa9049846fff", + "status": "ready", + "createdDateTime": "2020-08-20T23:29:08Z", + "lastUpdatedDateTime": "2020-08-20T23:29:13Z" }, { - "modelId": "ccc3b3e0-ce54-483b-8ad4-73c43680bf6e", + "modelId": "c5797a87-180d-4ec3-a23f-aa44848ad149", "status": "ready", - "createdDateTime": "2020-09-09T22:24:26Z", - "lastUpdatedDateTime": "2020-09-09T22:24:47Z" + "createdDateTime": "2020-08-20T23:26:12Z", + "lastUpdatedDateTime": "2020-08-20T23:26:17Z" }, { - "modelId": "cdc006db-a59c-4cc8-a2dc-ab16c680ea79", + "modelId": "c690cad3-cb93-4b4b-9139-f542f08aefa2", + "attributes": { + "isComposed": false + }, "status": "ready", - "createdDateTime": "2020-08-11T23:26:28Z", - "lastUpdatedDateTime": "2020-08-11T23:26:31Z" + "createdDateTime": "2020-08-20T23:26:23Z", + "lastUpdatedDateTime": "2020-08-20T23:26:24Z" }, { - "modelId": "cf827cbd-7ef9-4d03-bcb2-3196ac232a27", + "modelId": "c6a30526-4a60-4aac-90db-dea83bf04799", + "attributes": { + "isComposed": false + }, "status": "ready", - "createdDateTime": "2020-08-07T02:42:09Z", - "lastUpdatedDateTime": "2020-08-07T02:42:23Z" + "createdDateTime": "2020-08-20T23:25:05Z", + "lastUpdatedDateTime": "2020-08-20T23:25:07Z" }, { - "modelId": "cfe75f49-a7d5-4642-98f2-63dc697109fc", - "status": "invalid", - "createdDateTime": "2020-08-26T17:32:33Z", - "lastUpdatedDateTime": "2020-08-26T17:32:34Z" + "modelId": "c7d33988-9209-49fa-bc94-55750dcd16bb", + "status": "ready", + "createdDateTime": "2020-08-20T23:33:14Z", + "lastUpdatedDateTime": "2020-08-20T23:33:22Z" + } + ], + "nextLink": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com:443/formrecognizer/v2.1-preview.2/custom/models?nextLink=2!204!MDAwMTA4IXN1YnNjcmlwdGlvbnMvYjFhOTYyODAzYjdhNDU5ODlhY2RlYWE5MDU3YTRmZTQvbW9kZWxzL2M3ZDMzOTg4LTkyMDktNDlmYS1iYzk0LTU1NzUwZGNkMTZiYi91c2VMYWJlbEZpbGUuanNvbiEwMDAwMjghOTk5OS0xMi0zMVQyMzo1OTo1OS45OTk5OTk5WiE-" + } + }, + { + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models?nextLink=2!204!MDAwMTA4IXN1YnNjcmlwdGlvbnMvYjFhOTYyODAzYjdhNDU5ODlhY2RlYWE5MDU3YTRmZTQvbW9kZWxzL2M3ZDMzOTg4LTkyMDktNDlmYS1iYzk0LTU1NzUwZGNkMTZiYi91c2VMYWJlbEZpbGUuanNvbiEwMDAwMjghOTk5OS0xMi0zMVQyMzo1OTo1OS45OTk5OTk5WiE-", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "f199e2e80926f2831b199349b1186ac8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 429, + "ResponseHeaders": { + "apim-request-id": "aa05f1d9-18d8-405a-bc6f-f577e1e7d7ab", + "Content-Length": "356", + "Content-Type": "application/json", + "Date": "Fri, 30 Oct 2020 13:33:57 GMT", + "Retry-After": "1", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff" + }, + "ResponseBody": { + "error": { + "code": "429", + "message": "Requests to the Custom Form Model Management - List Custom Models Operation under Form Recognizer API (v2.1-preview.2) have exceeded rate limit of your current FormRecognizer S0 pricing tier. Please retry after 1 second. Please contact Azure support service if you would like to further increase the default rate limit." + } + } + }, + { + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models?nextLink=2!204!MDAwMTA4IXN1YnNjcmlwdGlvbnMvYjFhOTYyODAzYjdhNDU5ODlhY2RlYWE5MDU3YTRmZTQvbW9kZWxzL2M3ZDMzOTg4LTkyMDktNDlmYS1iYzk0LTU1NzUwZGNkMTZiYi91c2VMYWJlbEZpbGUuanNvbiEwMDAwMjghOTk5OS0xMi0zMVQyMzo1OTo1OS45OTk5OTk5WiE-", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "f199e2e80926f2831b199349b1186ac8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "64a89332-f94d-485f-8057-4f6410cbd73f", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 30 Oct 2020 13:33:58 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "215" + }, + "ResponseBody": { + "modelList": [ + { + "modelId": "c7d33988-9209-49fa-bc94-55750dcd16bb", + "status": "ready", + "createdDateTime": "2020-08-20T23:33:14Z", + "lastUpdatedDateTime": "2020-08-20T23:33:22Z" }, { - "modelId": "d191bdd0-84ab-46aa-a6c3-f8def1867cf1", + "modelId": "c89e3c61-0048-4ac6-93e6-4f28e4c290cc", "attributes": { "isComposed": false }, "status": "ready", - "createdDateTime": "2020-08-26T17:51:14Z", - "lastUpdatedDateTime": "2020-08-26T17:51:17Z" + "createdDateTime": "2020-08-14T19:29:28Z", + "lastUpdatedDateTime": "2020-08-14T19:29:35Z" }, { - "modelId": "d1bf30dc-45a1-4bfe-9e5e-6e50d6ffa19d", + "modelId": "c8b76997-38b0-444f-9646-40e930bd7b5c", + "status": "ready", + "createdDateTime": "2020-08-20T21:47:50Z", + "lastUpdatedDateTime": "2020-08-20T21:48:01Z" + }, + { + "modelId": "cdb4705a-40e1-4ff4-8ad0-fec5734f4325", + "status": "ready", + "createdDateTime": "2020-08-20T23:10:08Z", + "lastUpdatedDateTime": "2020-08-20T23:10:17Z" + }, + { + "modelId": "cde04bf1-6d25-46f7-bdb5-2d056d9d0770", + "status": "ready", + "createdDateTime": "2020-08-14T19:09:28Z", + "lastUpdatedDateTime": "2020-08-14T19:09:39Z" + }, + { + "modelId": "cdfdd9de-9047-4c6b-9a87-eb8f561f73ff", + "attributes": { + "isComposed": false + }, + "status": "ready", + "createdDateTime": "2020-08-14T19:47:21Z", + "lastUpdatedDateTime": "2020-08-14T19:47:23Z" + }, + { + "modelId": "cee73923-0fa2-40dd-8eda-8446c153ecbb", "attributes": { "isComposed": false }, "status": "ready", - "createdDateTime": "2020-09-09T22:21:03Z", - "lastUpdatedDateTime": "2020-09-09T22:21:06Z" + "createdDateTime": "2020-08-14T19:45:18Z", + "lastUpdatedDateTime": "2020-08-14T19:45:20Z" + }, + { + "modelId": "cf0a0084-92b5-4c82-aaee-b899a0645f91", + "status": "ready", + "createdDateTime": "2020-08-14T18:53:51Z", + "lastUpdatedDateTime": "2020-08-14T18:53:59Z" }, { - "modelId": "d273c5ba-313e-4954-9487-697d5088f802", + "modelId": "cfe8a11b-ae8c-4105-a8a3-ab69bd8a4354", "status": "invalid", - "createdDateTime": "2020-08-07T02:32:53Z", - "lastUpdatedDateTime": "2020-08-07T02:32:53Z" + "createdDateTime": "2020-10-30T13:23:52Z", + "lastUpdatedDateTime": "2020-10-30T13:23:52Z" + }, + { + "modelId": "d1ebd4b5-6e79-4a31-9ed2-0d492b409a6c", + "status": "creating", + "createdDateTime": "2020-08-14T19:46:50Z", + "lastUpdatedDateTime": "2020-08-14T19:46:50Z" + }, + { + "modelId": "d234c2cd-e20d-407c-b023-2bb7e0065875", + "status": "ready", + "createdDateTime": "2020-08-20T21:06:49Z", + "lastUpdatedDateTime": "2020-08-20T21:06:57Z" }, { - "modelId": "d7e283fe-3aec-4bf8-94fe-61fe21940395", + "modelId": "d2bb2813-e890-4726-ad3a-5b2137840550", + "status": "ready", + "createdDateTime": "2020-08-14T19:08:59Z", + "lastUpdatedDateTime": "2020-08-14T19:09:09Z" + }, + { + "modelId": "d35b3816-19e2-4263-840b-749342c5a9ae", "status": "creating", - "createdDateTime": "2020-08-26T17:32:14Z", - "lastUpdatedDateTime": "2020-08-26T17:32:14Z" + "createdDateTime": "2020-08-20T23:25:48Z", + "lastUpdatedDateTime": "2020-08-20T23:25:48Z" }, { - "modelId": "d93c3dfe-b120-414e-9f51-ad40310c4a43", + "modelId": "d38c3724-ecc0-46ad-be24-9cfb55e88fdd", "attributes": { "isComposed": false }, "status": "ready", - "createdDateTime": "2020-08-26T17:33:41Z", - "lastUpdatedDateTime": "2020-08-26T17:33:49Z" + "createdDateTime": "2020-08-20T23:29:19Z", + "lastUpdatedDateTime": "2020-08-20T23:29:21Z" }, { - "modelId": "db508217-f07e-493a-89c4-72a5f714a4b9", - "status": "invalid", - "createdDateTime": "2020-08-26T17:51:04Z", - "lastUpdatedDateTime": "2020-08-26T17:51:04Z" + "modelId": "d44ad36d-9b3f-4528-aeed-50111c87d0d8", + "status": "ready", + "createdDateTime": "2020-08-20T21:22:56Z", + "lastUpdatedDateTime": "2020-08-20T21:22:59Z" }, { - "modelId": "dc8ece10-6525-4660-8090-b1bcc26c4e9d", + "modelId": "d71f1973-c8bc-4723-95f6-270faeb0d710", "status": "ready", - "createdDateTime": "2020-08-06T23:42:46Z", - "lastUpdatedDateTime": "2020-08-06T23:42:54Z" + "createdDateTime": "2020-08-05T20:02:42Z", + "lastUpdatedDateTime": "2020-08-05T20:02:53Z" }, { - "modelId": "ddb1a1cd-e9d7-4044-a077-d5bfa01c98ee", - "status": "invalid", - "createdDateTime": "2020-08-26T17:32:32Z", - "lastUpdatedDateTime": "2020-08-26T17:32:32Z" + "modelId": "d736ffbe-2e74-4735-a8a7-461a4f5e23a4", + "status": "ready", + "createdDateTime": "2020-10-30T13:33:00Z", + "lastUpdatedDateTime": "2020-10-30T13:33:11Z" }, { - "modelId": "e3059236-3520-4d20-93d2-5d82c089a198", + "modelId": "d76bbb87-3665-4fcf-bd78-5af39fa70371", "status": "creating", - "createdDateTime": "2020-08-26T17:32:17Z", - "lastUpdatedDateTime": "2020-08-26T17:32:17Z" + "createdDateTime": "2020-08-20T21:25:03Z", + "lastUpdatedDateTime": "2020-08-20T21:25:03Z" + }, + { + "modelId": "d7c60908-afae-4db7-97a4-7dfee044d9fb", + "attributes": { + "isComposed": false + }, + "status": "ready", + "createdDateTime": "2020-08-14T19:44:20Z", + "lastUpdatedDateTime": "2020-08-14T19:44:27Z" + }, + { + "modelId": "d8bc8709-3324-4d86-a702-fb13d83bd3fd", + "attributes": { + "isComposed": false + }, + "status": "ready", + "createdDateTime": "2020-08-20T21:24:37Z", + "lastUpdatedDateTime": "2020-08-20T21:24:38Z" }, { - "modelId": "e31c6b14-abc1-42be-81c0-22a6c3eb44f4", + "modelId": "d9d6453d-555a-411b-8969-29023fc1d347", + "attributes": { + "isComposed": false + }, "status": "ready", - "createdDateTime": "2020-09-09T22:17:13Z", - "lastUpdatedDateTime": "2020-09-09T22:17:27Z" + "createdDateTime": "2020-08-20T21:50:19Z", + "lastUpdatedDateTime": "2020-08-20T21:50:21Z" }, { - "modelId": "e54e8d47-0c59-4c6f-8e42-42075bca2625", - "status": "invalid", - "createdDateTime": "2020-08-07T02:38:17Z", - "lastUpdatedDateTime": "2020-08-07T02:38:23Z" + "modelId": "da9ff68e-3cb0-4066-8030-84fac4049adf", + "status": "ready", + "createdDateTime": "2020-08-20T23:26:42Z", + "lastUpdatedDateTime": "2020-08-20T23:26:55Z" }, { - "modelId": "e68af186-60e9-43ab-bf44-957aaa96e75f", + "modelId": "db37c79c-cb7c-4e82-b5a6-de8761e95791", "status": "creating", - "createdDateTime": "2020-08-26T17:52:47Z", - "lastUpdatedDateTime": "2020-08-26T17:52:47Z" + "createdDateTime": "2020-08-17T22:33:39Z", + "lastUpdatedDateTime": "2020-08-17T22:33:39Z" }, { - "modelId": "e76f563f-8640-4330-b98a-d2431721debd", + "modelId": "de0c3af0-ab73-4a50-88b9-0be008348ff3", "status": "ready", - "createdDateTime": "2020-08-26T17:50:38Z", - "lastUpdatedDateTime": "2020-08-26T17:50:48Z" + "createdDateTime": "2020-08-14T19:12:59Z", + "lastUpdatedDateTime": "2020-08-14T19:13:07Z" }, { - "modelId": "ea436462-f638-49a6-b220-ed94172d8701", + "modelId": "ded45364-1d15-4185-9ba1-349085488c79", + "attributes": { + "isComposed": false + }, + "status": "ready", + "createdDateTime": "2020-08-20T21:31:28Z", + "lastUpdatedDateTime": "2020-08-20T21:31:30Z" + }, + { + "modelId": "df46a938-d337-4664-82f6-13fe40a3ccbd", + "status": "ready", + "createdDateTime": "2020-08-05T20:05:23Z", + "lastUpdatedDateTime": "2020-08-05T20:05:34Z" + }, + { + "modelId": "dfed1264-2f66-4fa1-83fd-adce189c3ae9", + "status": "creating", + "createdDateTime": "2020-08-17T22:30:35Z", + "lastUpdatedDateTime": "2020-08-17T22:30:35Z" + }, + { + "modelId": "e10d0994-db23-4546-9ea7-377e52f85c7e", + "status": "ready", + "createdDateTime": "2020-08-20T21:47:40Z", + "lastUpdatedDateTime": "2020-08-20T21:47:48Z" + }, + { + "modelId": "e1fb3fc5-8672-4d3c-ad29-fa0c489f21fd", + "status": "invalid", + "createdDateTime": "2020-08-20T18:43:14Z", + "lastUpdatedDateTime": "2020-08-20T18:43:15Z" + }, + { + "modelId": "e24f5b1e-4167-4fc7-84fb-298f083a1959", "status": "ready", - "createdDateTime": "2020-08-06T23:17:00Z", - "lastUpdatedDateTime": "2020-08-06T23:17:07Z" + "createdDateTime": "2020-08-20T18:47:17Z", + "lastUpdatedDateTime": "2020-08-20T18:47:25Z" } ], - "nextLink": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com:443/formrecognizer/v2.1-preview.1/custom/models?nextLink=2!232!MDAwMTMwIXN1YnNjcmlwdGlvbnMvMDJkNTNjMjExN2M4NGQzZjhlMDRkMDZlOWJhMGEwYzUvbW9kZWxzL2ViYmJiZWU4LTk0MmMtNDM3NC1iM2E2LWFjNTk0ZjE5NWU3OC9lYmJiYmVlOC05NDJjLTQzNzQtYjNhNi1hYzU5NGYxOTVlNzguZ3ohMDAwMDI4ITk5OTktMTItMzFUMjM6NTk6NTkuOTk5OTk5OVoh" + "nextLink": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com:443/formrecognizer/v2.1-preview.2/custom/models?nextLink=2!236!MDAwMTMyIXN1YnNjcmlwdGlvbnMvYjFhOTYyODAzYjdhNDU5ODlhY2RlYWE5MDU3YTRmZTQvbW9kZWxzL2UyNGY1YjFlLTQxNjctNGZjNy04NGZiLTI5OGYwODNhMTk1OS9lMjRmNWIxZS00MTY3LTRmYzctODRmYi0yOThmMDgzYTE5NTkuanNvbiEwMDAwMjghOTk5OS0xMi0zMVQyMzo1OTo1OS45OTk5OTk5WiE-" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models?nextLink=2!232!MDAwMTMwIXN1YnNjcmlwdGlvbnMvMDJkNTNjMjExN2M4NGQzZjhlMDRkMDZlOWJhMGEwYzUvbW9kZWxzL2ViYmJiZWU4LTk0MmMtNDM3NC1iM2E2LWFjNTk0ZjE5NWU3OC9lYmJiYmVlOC05NDJjLTQzNzQtYjNhNi1hYzU5NGYxOTVlNzguZ3ohMDAwMDI4ITk5OTktMTItMzFUMjM6NTk6NTkuOTk5OTk5OVoh", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models?nextLink=2!236!MDAwMTMyIXN1YnNjcmlwdGlvbnMvYjFhOTYyODAzYjdhNDU5ODlhY2RlYWE5MDU3YTRmZTQvbW9kZWxzL2UyNGY1YjFlLTQxNjctNGZjNy04NGZiLTI5OGYwODNhMTk1OS9lMjRmNWIxZS00MTY3LTRmYzctODRmYi0yOThmMDgzYTE5NTkuanNvbiEwMDAwMjghOTk5OS0xMi0zMVQyMzo1OTo1OS45OTk5OTk5WiE-", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "f199e2e80926f2831b199349b1186ac8", + "x-ms-client-request-id": "1e39e6d4aef1402a3f2085b09615cd62", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "2cd86fe0-a32a-4499-a263-28d1ee9e7e85", + "apim-request-id": "f28f14cc-aeb0-432a-bbeb-1d1dc85803fb", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:25:08 GMT", + "Date": "Fri, 30 Oct 2020 13:33:59 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "176" + "x-envoy-upstream-service-time": "243" }, "ResponseBody": { "modelList": [ { - "modelId": "ebbbbee8-942c-4374-b3a6-ac594f195e78", + "modelId": "e24f5b1e-4167-4fc7-84fb-298f083a1959", "status": "ready", - "createdDateTime": "2020-08-07T02:03:56Z", - "lastUpdatedDateTime": "2020-08-07T02:04:09Z" + "createdDateTime": "2020-08-20T18:47:17Z", + "lastUpdatedDateTime": "2020-08-20T18:47:25Z" + }, + { + "modelId": "e29f1d60-4987-478c-b1c7-ad4dd466a719", + "status": "ready", + "createdDateTime": "2020-08-20T21:50:10Z", + "lastUpdatedDateTime": "2020-08-20T21:50:18Z" + }, + { + "modelId": "e2d2eecf-d810-4fd9-8b94-cc370a9d3dc5", + "status": "creating", + "createdDateTime": "2020-08-20T21:49:40Z", + "lastUpdatedDateTime": "2020-08-20T21:49:40Z" + }, + { + "modelId": "e31e548b-1c1a-4345-907b-b77bec13260d", + "status": "creating", + "createdDateTime": "2020-08-17T17:11:47Z", + "lastUpdatedDateTime": "2020-08-17T17:11:47Z" }, { - "modelId": "edfb6496-b669-404c-8ff9-e0693aa71e82", + "modelId": "e4100004-e84e-4795-b220-983fafee5a10", "attributes": { "isComposed": false }, "status": "ready", - "createdDateTime": "2020-09-09T22:24:23Z", - "lastUpdatedDateTime": "2020-09-09T22:24:25Z" + "createdDateTime": "2020-10-30T13:19:24Z", + "lastUpdatedDateTime": "2020-10-30T13:19:26Z" + }, + { + "modelId": "e4949cbb-05e0-4d1b-bab9-c4e444b25c9e", + "status": "invalid", + "createdDateTime": "2020-08-14T19:08:50Z", + "lastUpdatedDateTime": "2020-08-14T19:08:51Z" }, { - "modelId": "eff726db-d669-457a-b2a4-f003290d914c", + "modelId": "e8679f07-a7ae-43ff-af1c-417567ece17f", + "status": "creating", + "createdDateTime": "2020-08-14T19:08:23Z", + "lastUpdatedDateTime": "2020-08-14T19:08:23Z" + }, + { + "modelId": "eb78387f-b93d-47c4-8ff2-5a75fa2848c2", + "status": "creating", + "createdDateTime": "2020-08-17T17:11:08Z", + "lastUpdatedDateTime": "2020-08-17T17:11:08Z" + }, + { + "modelId": "eccc2f1b-08fc-4bdf-af54-45bbb3a94dc8", + "status": "creating", + "createdDateTime": "2020-08-20T21:47:16Z", + "lastUpdatedDateTime": "2020-08-20T21:47:16Z" + }, + { + "modelId": "f019ba8f-b377-4307-aed2-2e357d88faad", + "status": "invalid", + "createdDateTime": "2020-08-14T19:10:55Z", + "lastUpdatedDateTime": "2020-08-14T19:10:56Z" + }, + { + "modelId": "f0790982-b19e-4f0b-9f3d-0bd73c22d50b", "status": "ready", - "createdDateTime": "2020-08-11T23:26:32Z", - "lastUpdatedDateTime": "2020-08-11T23:26:45Z" + "createdDateTime": "2020-08-20T18:45:40Z", + "lastUpdatedDateTime": "2020-08-20T18:45:50Z" }, { - "modelId": "f0261c04-3454-4073-ae5f-c2f450dcd690", + "modelId": "f09bb379-e552-423b-a66e-11d4a47b4cad", + "attributes": { + "isComposed": false + }, "status": "ready", - "createdDateTime": "2020-08-06T23:37:58Z", - "lastUpdatedDateTime": "2020-08-06T23:38:08Z" + "createdDateTime": "2020-08-14T19:45:30Z", + "lastUpdatedDateTime": "2020-08-14T19:45:41Z" }, { - "modelId": "f0add33b-8563-4329-855b-665e87cafc5c", + "modelId": "f16a5995-6f9d-429c-a9ce-94b42e707f4e", "status": "ready", - "createdDateTime": "2020-08-26T17:33:04Z", - "lastUpdatedDateTime": "2020-08-26T17:33:17Z" + "createdDateTime": "2020-08-20T21:23:21Z", + "lastUpdatedDateTime": "2020-08-20T21:23:32Z" + }, + { + "modelId": "f2b17543-4827-4824-8f0a-297915305924", + "status": "creating", + "createdDateTime": "2020-08-20T23:25:39Z", + "lastUpdatedDateTime": "2020-08-20T23:25:39Z" }, { - "modelId": "f3dac91f-a8d6-4865-a2d0-5543ab517859", + "modelId": "f313494f-2d7d-4c1b-baca-4f019e1bb372", "status": "ready", - "createdDateTime": "2020-09-09T22:15:54Z", - "lastUpdatedDateTime": "2020-09-09T22:16:06Z" + "createdDateTime": "2020-08-20T21:23:09Z", + "lastUpdatedDateTime": "2020-08-20T21:23:17Z" + }, + { + "modelId": "f4a51dde-7357-46f7-b160-1321e8cf6a8e", + "status": "creating", + "createdDateTime": "2020-08-20T21:25:03Z", + "lastUpdatedDateTime": "2020-08-20T21:25:03Z" }, { - "modelId": "f4579713-39a2-421d-b166-08a7a50e12f3", + "modelId": "f5b14d6e-2c12-4a8b-a26b-6f919fb3fc22", "status": "ready", - "createdDateTime": "2020-08-26T17:53:18Z", - "lastUpdatedDateTime": "2020-08-26T17:53:26Z" + "createdDateTime": "2020-08-20T18:27:28Z", + "lastUpdatedDateTime": "2020-08-20T18:27:36Z" }, { - "modelId": "f5e89999-37c5-41ef-88b9-4341e3ab14b1", + "modelId": "f630338a-704f-49e6-90df-3661cdb70919", "attributes": { "isComposed": false }, "status": "ready", - "createdDateTime": "2020-08-26T17:34:55Z", - "lastUpdatedDateTime": "2020-08-26T17:34:56Z" + "createdDateTime": "2020-08-20T21:47:48Z", + "lastUpdatedDateTime": "2020-08-20T21:47:49Z" + }, + { + "modelId": "f86960b5-529c-434d-900e-72383c3535bd", + "status": "ready", + "createdDateTime": "2020-08-20T21:27:51Z", + "lastUpdatedDateTime": "2020-08-20T21:27:59Z" }, { - "modelId": "f7797595-6c64-490c-9048-b1bef3c8bfb0", + "modelId": "f8ec4bc9-ae6d-4ff7-ae5e-5ce9155164cf", "status": "ready", - "createdDateTime": "2020-08-26T17:32:35Z", - "lastUpdatedDateTime": "2020-08-26T17:32:39Z" + "createdDateTime": "2020-08-20T23:32:06Z", + "lastUpdatedDateTime": "2020-08-20T23:32:14Z" }, { - "modelId": "f9479181-78be-4c36-86d0-1d2248f05941", + "modelId": "f9ad28eb-5fdc-4844-8a72-04a115dd2029", + "status": "creating", + "createdDateTime": "2020-08-20T18:42:49Z", + "lastUpdatedDateTime": "2020-08-20T18:42:49Z" + }, + { + "modelId": "f9eac550-7eab-49e7-ac68-71da7921e50e", "attributes": { "isComposed": false }, "status": "ready", - "createdDateTime": "2020-08-26T17:53:15Z", - "lastUpdatedDateTime": "2020-08-26T17:53:17Z" + "createdDateTime": "2020-10-30T13:24:04Z", + "lastUpdatedDateTime": "2020-10-30T13:24:06Z" }, { - "modelId": "f94ccf91-64ab-4c90-baf6-c37ca2201301", + "modelId": "fa826a53-a1a9-43e9-a865-4299f0f0b100", "status": "creating", - "createdDateTime": "2020-08-11T23:25:53Z", - "lastUpdatedDateTime": "2020-08-11T23:25:53Z" + "createdDateTime": "2020-10-30T13:19:47Z", + "lastUpdatedDateTime": "2020-10-30T13:19:47Z" }, { - "modelId": "fa1f65c2-0b27-4061-8928-61b6d0659d18", + "modelId": "fae7acb8-2ffc-40d1-9e07-a2f2af6f54f5", "status": "ready", - "createdDateTime": "2020-08-26T17:51:36Z", - "lastUpdatedDateTime": "2020-08-26T17:51:48Z" + "createdDateTime": "2020-08-20T21:25:43Z", + "lastUpdatedDateTime": "2020-08-20T21:25:54Z" }, { - "modelId": "fd4189a4-0770-41b7-a564-3458a22681ae", - "status": "ready", - "createdDateTime": "2020-08-26T17:34:57Z", - "lastUpdatedDateTime": "2020-08-26T17:35:10Z" + "modelId": "fbc59a11-f373-4f3d-b24c-3e32aa033d7e", + "status": "creating", + "createdDateTime": "2020-08-20T18:42:56Z", + "lastUpdatedDateTime": "2020-08-20T18:42:56Z" }, { - "modelId": "fffcab2a-f5f1-490f-94a1-a52c4c65a3e4", + "modelId": "fc0d549e-3a1f-4eda-bb96-fb6bf60c0f53", + "attributes": { + "isComposed": false + }, "status": "ready", - "createdDateTime": "2020-09-09T22:21:23Z", - "lastUpdatedDateTime": "2020-09-09T22:22:04Z" + "createdDateTime": "2020-08-20T21:47:32Z", + "lastUpdatedDateTime": "2020-08-20T21:47:39Z" + }, + { + "modelId": "fca987e8-8ed2-4c00-8aa4-eeff583bb155", + "status": "creating", + "createdDateTime": "2020-08-20T21:49:40Z", + "lastUpdatedDateTime": "2020-08-20T21:49:40Z" } ], "nextLink": "" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models?op=summary", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-1e810547a02b1d40b8fd3648721e10eb-3fbdc4ad9f341b4b-00", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "1e39e6d4aef1402a3f2085b09615cd62", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 429, - "ResponseHeaders": { - "apim-request-id": "b045bcb5-89e0-4012-a5f2-972d1a45d96a", - "Content-Length": "334", - "Content-Type": "application/json", - "Date": "Wed, 09 Sep 2020 22:25:08 GMT", - "Retry-After": "1", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "X-Content-Type-Options": "nosniff" - }, - "ResponseBody": { - "error": { - "code": "429", - "message": "Requests to the Form - List Custom Models Operation under Form Recognizer API (v2.1-preview.1) have exceeded rate limit of your current FormRecognizer S0 pricing tier. Please retry after 1 seconds. Please contact Azure support service if you would like to further increase the default rate limit." - } - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models?op=summary", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models?op=summary", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-1e810547a02b1d40b8fd3648721e10eb-3fbdc4ad9f341b4b-00", + "traceparent": "00-ba92434bdd42a646a87966996e1980bc-ddab99945622b647-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "1e39e6d4aef1402a3f2085b09615cd62", + "x-ms-client-request-id": "fa83c4d3b802ba638afbd0333e981e48", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "1975ee8f-c43c-4ff1-a427-be75209fbddc", + "apim-request-id": "30d5c152-1006-4343-81cf-0fb82a405ee2", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:25:51 GMT", + "Date": "Fri, 30 Oct 2020 13:33:59 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "191" + "x-envoy-upstream-service-time": "34" }, "ResponseBody": { "summary": { - "count": 149, + "count": 267, "limit": 5000, - "lastUpdatedDateTime": "2020-09-09T22:25:52Z" + "lastUpdatedDateTime": "2020-10-30T13:34:00Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/311c23a0-755a-41b5-9d57-0ad0428e15ba", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/d736ffbe-2e74-4735-a8a7-461a4f5e23a4", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-0135edef3a933b47b8e0068a3692403d-16664e3f74887041-00", + "traceparent": "00-1b80730bcec2da4892e8c4f11cc93651-93915eee991fe64a-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "fa83c4d3b802ba638afbd0333e981e48", + "x-ms-client-request-id": "bd42bda0a5453a57b859b20684d35c05", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 204, "ResponseHeaders": { - "apim-request-id": "8bd7388e-da8f-4239-95e8-9dfb49577a73", + "apim-request-id": "48935884-4998-4c9f-8194-194ba3d01761", "Content-Length": "0", - "Date": "Wed, 09 Sep 2020 22:25:52 GMT", + "Date": "Fri, 30 Oct 2020 13:34:00 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": "110" }, "ResponseBody": [] }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/311c23a0-755a-41b5-9d57-0ad0428e15ba?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/d736ffbe-2e74-4735-a8a7-461a4f5e23a4?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-72b1cfb87f52184e93696b42a459c6c4-f1f589f4dd1c3a41-00", + "traceparent": "00-d1ab63453d70064c99a60480d6c7805b-3e38989e4bee824a-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "bd42bda0a5453a57b859b20684d35c05", + "x-ms-client-request-id": "ec76314c70941cc6827e94f6ddf601a7", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 404, "ResponseHeaders": { - "apim-request-id": "40fe2503-f189-4fba-91a4-c59983b0ef7c", + "apim-request-id": "d7c075b0-c9db-47b4-aa8d-964698369ef5", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:25:52 GMT", + "Date": "Fri, 30 Oct 2020 13:34:00 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": "34" }, "ResponseBody": { "error": { "code": "1022", - "message": "Model with \u0027id=311c23a0-755a-41b5-9d57-0ad0428e15ba\u0027 not found." + "message": "Model with \u0027id=d736ffbe-2e74-4735-a8a7-461a4f5e23a4\u0027 not found." } } } @@ -1859,7 +2830,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-westcentralus.cognitiveservices.azure.com/", "RandomSeed": "1971777199" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/TrainingOps(True).json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/TrainingOps(True).json index 149360e876cb1..c400a7bbc0d6f 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/TrainingOps(True).json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/TrainingOps(True).json @@ -1,17 +1,17 @@ { "Entries": [ { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "42", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-9906f6d395c17f4d87d64b8d4f538e15-dc0406f3b429aa48-00", + "traceparent": "00-9df7905613d544499e9113ddff9a434c-a9c9d46daeafd540-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "ec01155c84d3ca9dab2d2e05a1969d22", "x-ms-return-client-request-id": "true" @@ -22,25 +22,25 @@ }, "StatusCode": 201, "ResponseHeaders": { - "apim-request-id": "bbab9f55-812f-428d-8f79-fa45c6872d2c", + "apim-request-id": "de2dd1f0-92b1-4f65-87a3-cc665d6cf72f", "Content-Length": "0", - "Date": "Wed, 09 Sep 2020 22:22:05 GMT", - "Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/48d09b9c-b65c-491e-8913-2c0636ad7a0d", + "Date": "Fri, 30 Oct 2020 13:30:48 GMT", + "Location": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/eb44883e-8d7f-45b3-ad73-e5bd93a96ca3", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "258" + "x-envoy-upstream-service-time": "93" }, "ResponseBody": [] }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/48d09b9c-b65c-491e-8913-2c0636ad7a0d?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/eb44883e-8d7f-45b3-ad73-e5bd93a96ca3?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "15634ae964069ff1a753c7c5dc91b1f1", "x-ms-return-client-request-id": "true" @@ -48,32 +48,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "550966fc-e99b-48cf-9dfb-847ef8c24bac", + "apim-request-id": "b3ca6ec9-adc8-418c-abde-f01edaa4c09e", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:22:06 GMT", + "Date": "Fri, 30 Oct 2020 13:30:49 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "65" + "x-envoy-upstream-service-time": "84" }, "ResponseBody": { "modelInfo": { - "modelId": "48d09b9c-b65c-491e-8913-2c0636ad7a0d", + "modelId": "eb44883e-8d7f-45b3-ad73-e5bd93a96ca3", "status": "creating", - "createdDateTime": "2020-09-09T22:22:06Z", - "lastUpdatedDateTime": "2020-09-09T22:22:06Z" + "createdDateTime": "2020-10-30T13:30:48Z", + "lastUpdatedDateTime": "2020-10-30T13:30:48Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/48d09b9c-b65c-491e-8913-2c0636ad7a0d?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/eb44883e-8d7f-45b3-ad73-e5bd93a96ca3?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "8c79cb3a15b561027ee17921f15843aa", "x-ms-return-client-request-id": "true" @@ -81,32 +81,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "7a8cae97-27f4-4799-a844-a58133ac4517", + "apim-request-id": "66af4018-e759-441a-9435-f8c9c586e4e4", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:22:07 GMT", + "Date": "Fri, 30 Oct 2020 13:30:50 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": "75" }, "ResponseBody": { "modelInfo": { - "modelId": "48d09b9c-b65c-491e-8913-2c0636ad7a0d", + "modelId": "eb44883e-8d7f-45b3-ad73-e5bd93a96ca3", "status": "creating", - "createdDateTime": "2020-09-09T22:22:06Z", - "lastUpdatedDateTime": "2020-09-09T22:22:06Z" + "createdDateTime": "2020-10-30T13:30:48Z", + "lastUpdatedDateTime": "2020-10-30T13:30:48Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/48d09b9c-b65c-491e-8913-2c0636ad7a0d?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/eb44883e-8d7f-45b3-ad73-e5bd93a96ca3?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "f22fc3a1bc46f70323614580bdd8ee1a", "x-ms-return-client-request-id": "true" @@ -114,23 +114,23 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "61567366-01ac-4922-b6fb-a5dd0e1c4d8e", + "apim-request-id": "ef472590-05b3-4237-93e2-bc9a30bbf5db", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:22:08 GMT", + "Date": "Fri, 30 Oct 2020 13:30:51 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "28" + "x-envoy-upstream-service-time": "27" }, "ResponseBody": { "modelInfo": { - "modelId": "48d09b9c-b65c-491e-8913-2c0636ad7a0d", + "modelId": "eb44883e-8d7f-45b3-ad73-e5bd93a96ca3", "attributes": { "isComposed": false }, "status": "ready", - "createdDateTime": "2020-09-09T22:22:06Z", - "lastUpdatedDateTime": "2020-09-09T22:22:07Z" + "createdDateTime": "2020-10-30T13:30:48Z", + "lastUpdatedDateTime": "2020-10-30T13:30:50Z" }, "trainResult": { "averageModelAccuracy": 0.96, @@ -228,15 +228,15 @@ } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/48d09b9c-b65c-491e-8913-2c0636ad7a0d?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/eb44883e-8d7f-45b3-ad73-e5bd93a96ca3?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-fc21dd4642330245ae4e7264ca5bddf3-81399c5f25cc0941-00", + "traceparent": "00-a078649aaa21fe4fac6cdb517142b1e0-1443d309d740c243-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "d6cb3c7b111cd36c48029624eacfae4e", "x-ms-return-client-request-id": "true" @@ -244,23 +244,23 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "10d6c2f8-0b10-4da1-b8b7-8b8fea1c77d8", + "apim-request-id": "543a0721-6388-42b7-9ac5-7d246a2d3ccc", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:22:08 GMT", + "Date": "Fri, 30 Oct 2020 13:30:51 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "28" + "x-envoy-upstream-service-time": "22" }, "ResponseBody": { "modelInfo": { - "modelId": "48d09b9c-b65c-491e-8913-2c0636ad7a0d", + "modelId": "eb44883e-8d7f-45b3-ad73-e5bd93a96ca3", "attributes": { "isComposed": false }, "status": "ready", - "createdDateTime": "2020-09-09T22:22:06Z", - "lastUpdatedDateTime": "2020-09-09T22:22:07Z" + "createdDateTime": "2020-10-30T13:30:48Z", + "lastUpdatedDateTime": "2020-10-30T13:30:50Z" }, "trainResult": { "averageModelAccuracy": 0.96, @@ -358,14 +358,14 @@ } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models?op=full", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models?op=full", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "18241d0fbf627eaac8816954d081a4a6", "x-ms-return-client-request-id": "true" @@ -373,236 +373,249 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "c4ddd447-8b75-43bc-a279-6222b4340e9b", + "apim-request-id": "98ed39f6-c950-41d4-ab6b-4b9b17a4e0d3", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:22:08 GMT", + "Date": "Fri, 30 Oct 2020 13:30:52 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "563" + "x-envoy-upstream-service-time": "294" }, "ResponseBody": { "modelList": [ { - "modelId": "00865e07-158d-471e-9426-01be75f859e0", - "status": "ready", - "createdDateTime": "2020-08-26T17:32:48Z", - "lastUpdatedDateTime": "2020-08-26T17:33:00Z" - }, - { - "modelId": "020b8b8c-c2f6-491b-b01a-ff5993467086", + "modelId": "007c06a2-25ad-48f2-9d13-b104d0d8f1e0", + "attributes": { + "isComposed": false + }, "status": "ready", - "createdDateTime": "2020-09-09T22:20:27Z", - "lastUpdatedDateTime": "2020-09-09T22:20:40Z" + "createdDateTime": "2020-08-20T18:43:30Z", + "lastUpdatedDateTime": "2020-08-20T18:43:32Z" }, { - "modelId": "042854ec-75a6-415c-93ee-53a894149e3d", + "modelId": "01579645-6803-4345-8db9-659c6a1744a0", "status": "ready", - "createdDateTime": "2020-09-09T22:20:52Z", - "lastUpdatedDateTime": "2020-09-09T22:21:02Z" + "createdDateTime": "2020-10-30T13:23:55Z", + "lastUpdatedDateTime": "2020-10-30T13:24:00Z" }, { - "modelId": "052402e5-f6dd-4b4f-a06f-882b793dc037", + "modelId": "01bc0ea9-d7e3-4515-b502-f2b57efb0aa2", "status": "creating", - "createdDateTime": "2020-08-26T17:34:14Z", - "lastUpdatedDateTime": "2020-08-26T17:34:14Z" + "createdDateTime": "2020-08-20T18:44:54Z", + "lastUpdatedDateTime": "2020-08-20T18:44:54Z" }, { - "modelId": "06a29baa-9786-4aab-8b84-a8ea64541595", + "modelId": "01bd21ac-ce1b-4e9f-b1a3-92847479633e", "status": "ready", - "createdDateTime": "2020-08-26T17:34:36Z", - "lastUpdatedDateTime": "2020-08-26T17:34:39Z" + "createdDateTime": "2020-08-20T22:28:00Z", + "lastUpdatedDateTime": "2020-08-20T22:28:09Z" }, { - "modelId": "0d35e818-d64a-40ea-97ac-090610c49e4c", + "modelId": "01ef6d0c-d5c1-4343-bbcd-6add5cda3741", "status": "creating", - "createdDateTime": "2020-08-26T17:50:49Z", - "lastUpdatedDateTime": "2020-08-26T17:50:49Z" + "createdDateTime": "2020-08-17T21:42:37Z", + "lastUpdatedDateTime": "2020-08-17T21:42:37Z" }, { - "modelId": "121c25e5-4890-403d-b427-8abd49dd6a76", + "modelId": "022a3ddc-a723-4df1-bbee-df16b2092efa", "status": "ready", - "createdDateTime": "2020-08-26T17:34:03Z", - "lastUpdatedDateTime": "2020-08-26T17:34:13Z" - }, - { - "modelId": "132f040d-4fa8-4e4f-aab9-c3116eb2d2ec", - "status": "invalid", - "createdDateTime": "2020-09-09T22:20:49Z", - "lastUpdatedDateTime": "2020-09-09T22:20:49Z" + "createdDateTime": "2020-08-14T18:52:29Z", + "lastUpdatedDateTime": "2020-08-14T18:52:37Z" }, { - "modelId": "156a6740-4d04-46ae-94bc-893c8b5d0150", + "modelId": "02f68a79-b056-4f85-9e93-898f8261d55e", + "attributes": { + "isComposed": false + }, "status": "ready", - "createdDateTime": "2020-08-06T23:26:10Z", - "lastUpdatedDateTime": "2020-08-06T23:26:14Z" + "createdDateTime": "2020-08-20T18:44:14Z", + "lastUpdatedDateTime": "2020-08-20T18:44:16Z" }, { - "modelId": "16ca7224-7d40-4b49-aa42-ac360bfc5d4f", - "status": "creating", - "createdDateTime": "2020-08-26T17:34:22Z", - "lastUpdatedDateTime": "2020-08-26T17:34:22Z" + "modelId": "031bb91f-b029-4d9e-a165-f9c76dbec981", + "modelName": "My composed model", + "attributes": { + "isComposed": true + }, + "status": "ready", + "createdDateTime": "2020-10-30T13:20:47Z", + "lastUpdatedDateTime": "2020-10-30T13:20:48Z" }, { - "modelId": "16da6907-80c8-4d15-bce6-3eb20128ded2", + "modelId": "032312e5-3e29-4a17-8297-96ce181e9ff7", "status": "ready", - "createdDateTime": "2020-08-07T02:43:17Z", - "lastUpdatedDateTime": "2020-08-07T02:43:25Z" + "createdDateTime": "2020-08-20T23:26:25Z", + "lastUpdatedDateTime": "2020-08-20T23:26:33Z" }, { - "modelId": "1945d79d-a224-48d7-b902-f9eb37b2344b", + "modelId": "0613c81a-b6e2-41f4-94ba-b7d033e07848", "status": "creating", - "createdDateTime": "2020-09-09T22:20:44Z", - "lastUpdatedDateTime": "2020-09-09T22:20:44Z" + "createdDateTime": "2020-08-14T19:44:45Z", + "lastUpdatedDateTime": "2020-08-14T19:44:45Z" }, { - "modelId": "1c93bdda-7a62-45bc-87dc-03f3f3c55ff6", - "status": "creating", - "createdDateTime": "2020-08-11T23:25:09Z", - "lastUpdatedDateTime": "2020-08-11T23:25:09Z" + "modelId": "08500349-8e12-4ecc-b22f-6378fd21a608", + "status": "invalid", + "createdDateTime": "2020-08-14T19:45:11Z", + "lastUpdatedDateTime": "2020-08-14T19:45:11Z" }, { - "modelId": "1ca3b63c-814c-40b8-abf4-b20219bd8899", + "modelId": "09c0ba1d-f88d-4670-ac36-9dc8dc979a1b", "status": "invalid", - "createdDateTime": "2020-08-06T23:22:05Z", - "lastUpdatedDateTime": "2020-08-06T23:22:06Z" + "createdDateTime": "2020-08-20T23:26:11Z", + "lastUpdatedDateTime": "2020-08-20T23:26:11Z" }, { - "modelId": "1f75f019-19a7-4b14-b035-6d65745646dc", + "modelId": "0b325cdc-5a78-4d79-85f2-f53abaf4f151", "status": "creating", - "createdDateTime": "2020-08-26T17:50:52Z", - "lastUpdatedDateTime": "2020-08-26T17:50:52Z" - }, - { - "modelId": "2029918d-c322-4d76-9d8d-cd96e9b2e9c4", - "status": "invalid", - "createdDateTime": "2020-08-07T02:32:59Z", - "lastUpdatedDateTime": "2020-08-07T02:33:00Z" + "createdDateTime": "2020-08-20T22:45:33Z", + "lastUpdatedDateTime": "2020-08-20T22:45:33Z" }, { - "modelId": "20e398ce-1056-4042-aa99-73d5e1774d9b", + "modelId": "0b32e649-44b9-4842-803d-4ec855514aa7", "status": "ready", - "createdDateTime": "2020-09-09T22:21:06Z", - "lastUpdatedDateTime": "2020-09-09T22:21:19Z" + "createdDateTime": "2020-08-20T21:53:16Z", + "lastUpdatedDateTime": "2020-08-20T21:53:25Z" }, { - "modelId": "237d9501-9ea9-4d69-acef-36eff1740e5c", + "modelId": "0cad4cc0-ea89-497c-86f0-9b57d2f02517", "status": "ready", - "createdDateTime": "2020-08-26T17:51:23Z", - "lastUpdatedDateTime": "2020-08-26T17:51:32Z" + "createdDateTime": "2020-08-20T18:43:46Z", + "lastUpdatedDateTime": "2020-08-20T18:44:00Z" }, { - "modelId": "25eefd34-0c18-4e0f-b59d-7bceee4c5795", + "modelId": "0cfe37f7-87fa-4475-a105-1777ea41c6cd", + "attributes": { + "isComposed": false + }, "status": "ready", - "createdDateTime": "2020-09-09T22:18:26Z", - "lastUpdatedDateTime": "2020-09-09T22:18:40Z" + "createdDateTime": "2020-08-20T21:49:12Z", + "lastUpdatedDateTime": "2020-08-20T21:49:19Z" }, { - "modelId": "2610c2a9-c713-4346-970e-1df296686c9d", - "status": "ready", - "createdDateTime": "2020-08-26T17:53:29Z", - "lastUpdatedDateTime": "2020-08-26T17:53:41Z" + "modelId": "0d93d3a5-9024-479c-827b-859d0bd7c006", + "status": "creating", + "createdDateTime": "2020-08-17T17:15:56Z", + "lastUpdatedDateTime": "2020-08-17T17:15:56Z" }, { - "modelId": "26581cd0-1275-4e90-b0d5-7a927cbd84a2", + "modelId": "0da54f9c-ef82-4d08-9011-ffe4d3c02447", "status": "creating", - "createdDateTime": "2020-09-09T22:20:41Z", - "lastUpdatedDateTime": "2020-09-09T22:20:41Z" + "createdDateTime": "2020-08-14T19:46:50Z", + "lastUpdatedDateTime": "2020-08-14T19:46:50Z" }, { - "modelId": "29b1506d-77ee-4aa1-8b82-6430edc36784", + "modelId": "0ea70033-e01f-4365-b890-839c2a628ea7", + "attributes": { + "isComposed": false + }, "status": "ready", - "createdDateTime": "2020-08-07T02:33:00Z", - "lastUpdatedDateTime": "2020-08-07T02:33:04Z" + "createdDateTime": "2020-08-20T22:43:43Z", + "lastUpdatedDateTime": "2020-08-20T22:43:44Z" }, { - "modelId": "29c77b2a-64f4-4f7e-8543-eb5a1fbcd472", + "modelId": "0ef04b5c-64f9-4e63-986c-ffdb85804382", "status": "invalid", - "createdDateTime": "2020-08-26T17:53:06Z", - "lastUpdatedDateTime": "2020-08-26T17:53:07Z" + "createdDateTime": "2020-10-30T13:23:53Z", + "lastUpdatedDateTime": "2020-10-30T13:23:54Z" }, { - "modelId": "35afdcd3-5b1e-4a30-bfc0-50bbbc909623", + "modelId": "0fd3cd6d-4782-4f5e-bb8f-319394c848dd", "status": "ready", - "createdDateTime": "2020-08-07T02:38:59Z", - "lastUpdatedDateTime": "2020-08-07T02:39:02Z" + "createdDateTime": "2020-08-20T18:43:21Z", + "lastUpdatedDateTime": "2020-08-20T18:43:24Z" }, { - "modelId": "35db4c6a-7d0b-4f5e-a9b4-2ad3bfd6b98d", - "status": "invalid", - "createdDateTime": "2020-08-06T23:21:58Z", - "lastUpdatedDateTime": "2020-08-06T23:21:59Z" + "modelId": "102e5b73-5b01-431e-bfce-ca83ebc47c05", + "status": "ready", + "createdDateTime": "2020-08-20T22:49:46Z", + "lastUpdatedDateTime": "2020-08-20T22:49:55Z" }, { - "modelId": "3b22a35d-b881-4d75-85cb-852c6ec9a825", + "modelId": "1034ef53-16b6-492b-a511-2a89e5326349", "attributes": { "isComposed": false }, "status": "ready", - "createdDateTime": "2020-08-26T17:34:41Z", - "lastUpdatedDateTime": "2020-08-26T17:34:42Z" + "createdDateTime": "2020-10-30T13:13:32Z", + "lastUpdatedDateTime": "2020-10-30T13:13:34Z" }, { - "modelId": "3d3e2947-66a2-477b-8ec5-d732ab144946", + "modelId": "1127179b-ee78-46d0-a51a-ca8a088ec177", "attributes": { "isComposed": false }, "status": "ready", - "createdDateTime": "2020-08-19T20:22:50Z", - "lastUpdatedDateTime": "2020-08-19T20:22:52Z" + "createdDateTime": "2020-08-20T18:42:19Z", + "lastUpdatedDateTime": "2020-08-20T18:42:21Z" }, { - "modelId": "3d5aa64d-b058-4ae8-8793-2b80b085f0bc", + "modelId": "11eb2552-c707-43f3-a673-897433da9f66", "status": "invalid", - "createdDateTime": "2020-08-26T17:51:05Z", - "lastUpdatedDateTime": "2020-08-26T17:51:06Z" + "createdDateTime": "2020-08-20T21:25:24Z", + "lastUpdatedDateTime": "2020-08-20T21:25:24Z" }, { - "modelId": "3f87db49-3554-4a2c-a9fa-7bb97c1ff995", + "modelId": "1239ac73-a1ba-43a8-b725-6118c6c4cb7d", + "attributes": { + "isComposed": false + }, "status": "ready", - "createdDateTime": "2020-08-07T02:39:06Z", - "lastUpdatedDateTime": "2020-08-07T02:39:17Z" + "createdDateTime": "2020-08-20T21:08:03Z", + "lastUpdatedDateTime": "2020-08-20T21:08:10Z" }, { - "modelId": "3f8e97ff-0f71-42a2-bee1-3a9a76a3b5d6", - "status": "ready", - "createdDateTime": "2020-08-26T17:36:40Z", - "lastUpdatedDateTime": "2020-08-26T17:36:49Z" + "modelId": "12b12b23-10d3-4efa-927b-8b79c153099a", + "status": "creating", + "createdDateTime": "2020-08-14T19:10:34Z", + "lastUpdatedDateTime": "2020-08-14T19:10:34Z" }, { - "modelId": "3fea230b-4ac7-4835-b7f3-f874c5fb5b0f", - "status": "ready", - "createdDateTime": "2020-08-06T23:15:17Z", - "lastUpdatedDateTime": "2020-08-06T23:15:25Z" + "modelId": "154eaf28-bbe8-4ef9-ba02-c396de5390bc", + "status": "creating", + "createdDateTime": "2020-10-30T13:22:45Z", + "lastUpdatedDateTime": "2020-10-30T13:22:45Z" }, { - "modelId": "4644f514-2bf6-49d7-b77d-2e8489e5a15e", + "modelId": "17c078da-8f4e-4376-923a-7672a8a621ab", "attributes": { "isComposed": false }, "status": "ready", - "createdDateTime": "2020-08-26T17:50:27Z", - "lastUpdatedDateTime": "2020-08-26T17:50:30Z" + "createdDateTime": "2020-08-14T19:47:37Z", + "lastUpdatedDateTime": "2020-08-14T19:47:38Z" + }, + { + "modelId": "17e8374c-6cd4-40d7-8d33-8fa52286a883", + "status": "ready", + "createdDateTime": "2020-08-20T22:06:19Z", + "lastUpdatedDateTime": "2020-08-20T22:06:29Z" + }, + { + "modelId": "18cb6b55-f009-4df2-8d56-ab423d29d5c4", + "status": "ready", + "createdDateTime": "2020-08-20T22:43:20Z", + "lastUpdatedDateTime": "2020-08-20T22:43:23Z" }, { - "modelId": "4658c32f-ffb8-43cf-895d-c4e64ee60105", + "modelId": "1b98f853-ca11-4698-8dfc-47c1727818cf", "status": "ready", - "createdDateTime": "2020-08-26T17:37:27Z", - "lastUpdatedDateTime": "2020-08-26T17:37:36Z" + "createdDateTime": "2020-08-20T21:25:32Z", + "lastUpdatedDateTime": "2020-08-20T21:25:40Z" } ], - "nextLink": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com:443/formrecognizer/v2.1-preview.1/custom/models?nextLink=2!232!MDAwMTMwIXN1YnNjcmlwdGlvbnMvMDJkNTNjMjExN2M4NGQzZjhlMDRkMDZlOWJhMGEwYzUvbW9kZWxzLzQ4ZDA5YjljLWI2NWMtNDkxZS04OTEzLTJjMDYzNmFkN2EwZC80OGQwOWI5Yy1iNjVjLTQ5MWUtODkxMy0yYzA2MzZhZDdhMGQuZ3ohMDAwMDI4ITk5OTktMTItMzFUMjM6NTk6NTkuOTk5OTk5OVoh" + "nextLink": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com:443/formrecognizer/v2.1-preview.2/custom/models?nextLink=2!204!MDAwMTA4IXN1YnNjcmlwdGlvbnMvYjFhOTYyODAzYjdhNDU5ODlhY2RlYWE5MDU3YTRmZTQvbW9kZWxzLzFiOThmODUzLWNhMTEtNDY5OC04ZGZjLTQ3YzE3Mjc4MThjZi91c2VMYWJlbEZpbGUuanNvbiEwMDAwMjghOTk5OS0xMi0zMVQyMzo1OTo1OS45OTk5OTk5WiE-" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models?nextLink=2!232!MDAwMTMwIXN1YnNjcmlwdGlvbnMvMDJkNTNjMjExN2M4NGQzZjhlMDRkMDZlOWJhMGEwYzUvbW9kZWxzLzQ4ZDA5YjljLWI2NWMtNDkxZS04OTEzLTJjMDYzNmFkN2EwZC80OGQwOWI5Yy1iNjVjLTQ5MWUtODkxMy0yYzA2MzZhZDdhMGQuZ3ohMDAwMDI4ITk5OTktMTItMzFUMjM6NTk6NTkuOTk5OTk5OVoh", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models?nextLink=2!204!MDAwMTA4IXN1YnNjcmlwdGlvbnMvYjFhOTYyODAzYjdhNDU5ODlhY2RlYWE5MDU3YTRmZTQvbW9kZWxzLzFiOThmODUzLWNhMTEtNDY5OC04ZGZjLTQ3YzE3Mjc4MThjZi91c2VMYWJlbEZpbGUuanNvbiEwMDAwMjghOTk5OS0xMi0zMVQyMzo1OTo1OS45OTk5OTk5WiE-", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "b4a65ff36d8d908e575ba94426de0d53", "x-ms-return-client-request-id": "true" @@ -610,254 +623,242 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "78251d93-c372-4d90-8227-9686e2229981", + "apim-request-id": "0f79deb2-4f11-465e-9e27-4a6fa64a0e46", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:22:14 GMT", + "Date": "Fri, 30 Oct 2020 13:30:52 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "5629" + "x-envoy-upstream-service-time": "313" }, "ResponseBody": { "modelList": [ { - "modelId": "48d09b9c-b65c-491e-8913-2c0636ad7a0d", - "attributes": { - "isComposed": false - }, + "modelId": "1b98f853-ca11-4698-8dfc-47c1727818cf", "status": "ready", - "createdDateTime": "2020-09-09T22:22:06Z", - "lastUpdatedDateTime": "2020-09-09T22:22:07Z" + "createdDateTime": "2020-08-20T21:25:32Z", + "lastUpdatedDateTime": "2020-08-20T21:25:40Z" }, { - "modelId": "49702f1d-c4d1-4adb-9201-0e3160e2c8c5", + "modelId": "1bf14c97-93e2-44ee-9ac6-a11478fc33da", "status": "creating", - "createdDateTime": "2020-08-06T23:21:04Z", - "lastUpdatedDateTime": "2020-08-06T23:21:04Z" + "createdDateTime": "2020-08-20T23:28:45Z", + "lastUpdatedDateTime": "2020-08-20T23:28:45Z" }, { - "modelId": "4ae452c7-4160-4aa5-8820-3ac11b452561", + "modelId": "1cba0c75-0acd-4ff0-9a06-02fd708ebd0b", "status": "creating", - "createdDateTime": "2020-08-06T23:21:21Z", - "lastUpdatedDateTime": "2020-08-06T23:21:21Z" - }, - { - "modelId": "4f7977d8-d301-44d0-9b24-1fb3480c745b", - "attributes": { - "isComposed": false - }, - "status": "ready", - "createdDateTime": "2020-09-09T03:33:10Z", - "lastUpdatedDateTime": "2020-09-09T03:33:12Z" + "createdDateTime": "2020-08-14T19:46:51Z", + "lastUpdatedDateTime": "2020-08-14T19:46:51Z" }, { - "modelId": "52fcf54f-2507-47f4-b8c1-d86e91143f28", + "modelId": "1cc4fde0-89ac-4b67-b537-1fcf6275fe8e", "status": "ready", - "createdDateTime": "2020-08-07T02:41:59Z", - "lastUpdatedDateTime": "2020-08-07T02:42:08Z" + "createdDateTime": "2020-08-20T23:29:22Z", + "lastUpdatedDateTime": "2020-08-20T23:29:30Z" }, { - "modelId": "53df4b19-55cf-447a-98ea-3b85c3b2c098", + "modelId": "1f2bca7f-9bf8-4138-8a4c-53c03c3c8f55", + "attributes": { + "isComposed": false + }, "status": "ready", - "createdDateTime": "2020-08-07T02:38:49Z", - "lastUpdatedDateTime": "2020-08-07T02:38:58Z" + "createdDateTime": "2020-08-20T21:46:19Z", + "lastUpdatedDateTime": "2020-08-20T21:46:26Z" }, { - "modelId": "55897d03-168d-412f-8de7-3daa009cacb5", - "status": "ready", - "createdDateTime": "2020-08-06T23:20:33Z", - "lastUpdatedDateTime": "2020-08-06T23:20:36Z" + "modelId": "1fd33a7f-9726-4d73-a737-5e4a3016d7ad", + "status": "invalid", + "createdDateTime": "2020-08-14T19:47:13Z", + "lastUpdatedDateTime": "2020-08-14T19:47:13Z" }, { - "modelId": "56b12cb9-da45-499c-a840-a357b5d263da", + "modelId": "20cbcc4d-191f-4c74-aac5-ecc2e3d959e6", "status": "ready", - "createdDateTime": "2020-08-07T02:34:32Z", - "lastUpdatedDateTime": "2020-08-07T02:34:40Z" + "createdDateTime": "2020-08-20T23:25:30Z", + "lastUpdatedDateTime": "2020-08-20T23:25:38Z" }, { - "modelId": "571764d5-7433-4ce3-b421-cc62bd2e6399", + "modelId": "24307288-59a3-4cf8-b5c3-cc981928dc5d", "attributes": { "isComposed": false }, "status": "ready", - "createdDateTime": "2020-08-26T17:51:34Z", - "lastUpdatedDateTime": "2020-08-26T17:51:35Z" + "createdDateTime": "2020-08-20T21:23:00Z", + "lastUpdatedDateTime": "2020-08-20T21:23:08Z" + }, + { + "modelId": "25365575-b6ce-4351-add0-b3c5b6f68ad0", + "status": "creating", + "createdDateTime": "2020-08-20T22:45:28Z", + "lastUpdatedDateTime": "2020-08-20T22:45:28Z" }, { - "modelId": "5818a965-88b3-4737-bd4a-3e04f28f9b99", + "modelId": "253f0935-8a68-4425-88ca-9804d7ef40a4", "attributes": { "isComposed": false }, "status": "ready", - "createdDateTime": "2020-09-08T23:38:46Z", - "lastUpdatedDateTime": "2020-09-08T23:38:53Z" + "createdDateTime": "2020-08-14T19:11:18Z", + "lastUpdatedDateTime": "2020-08-14T19:11:20Z" }, { - "modelId": "591d1226-2f87-4f71-88eb-1d516adf80c2", + "modelId": "26e8eb28-909b-4a5e-b10d-c862e0dde861", "status": "ready", - "createdDateTime": "2020-08-26T17:35:39Z", - "lastUpdatedDateTime": "2020-08-26T17:35:49Z" + "createdDateTime": "2020-08-20T22:45:55Z", + "lastUpdatedDateTime": "2020-08-20T22:46:01Z" }, { - "modelId": "5d123f4a-fdda-4e34-9605-8bcdafc786c8", - "status": "ready", - "createdDateTime": "2020-08-26T17:34:43Z", - "lastUpdatedDateTime": "2020-08-26T17:34:54Z" + "modelId": "272021b8-def8-48d8-8b89-10b3664b4dd4", + "status": "creating", + "createdDateTime": "2020-08-20T18:44:54Z", + "lastUpdatedDateTime": "2020-08-20T18:44:54Z" }, { - "modelId": "5d9e3a2f-ed7f-418c-b345-82ac311de989", + "modelId": "27bc87a8-6ef8-4e41-b023-22f3484a078b", "status": "ready", - "createdDateTime": "2020-08-11T23:26:55Z", - "lastUpdatedDateTime": "2020-08-11T23:26:58Z" + "createdDateTime": "2020-08-14T19:29:45Z", + "lastUpdatedDateTime": "2020-08-14T19:29:52Z" }, { - "modelId": "5e68fb32-de1c-4d27-8e1a-f94c61cc84ca", - "status": "ready", - "createdDateTime": "2020-08-11T23:26:45Z", - "lastUpdatedDateTime": "2020-08-11T23:26:54Z" + "modelId": "2800da27-3d69-4333-bd95-e9b217732660", + "status": "creating", + "createdDateTime": "2020-10-30T13:22:42Z", + "lastUpdatedDateTime": "2020-10-30T13:22:42Z" }, { - "modelId": "6769e2e4-5272-4ea4-b294-72e4dcdcbd8f", + "modelId": "284f716b-a8a0-4333-9ad5-6be8b981ce79", "status": "creating", - "createdDateTime": "2020-08-07T02:32:12Z", - "lastUpdatedDateTime": "2020-08-07T02:32:12Z" + "createdDateTime": "2020-08-17T21:43:17Z", + "lastUpdatedDateTime": "2020-08-17T21:43:17Z" }, { - "modelId": "692430a0-bb79-4deb-9012-32cdddbae457", + "modelId": "28cd0f90-8143-48e9-85b2-baf4b2cc4a8f", "status": "creating", - "createdDateTime": "2020-08-26T17:32:14Z", - "lastUpdatedDateTime": "2020-08-26T17:32:14Z" + "createdDateTime": "2020-08-20T21:22:36Z", + "lastUpdatedDateTime": "2020-08-20T21:22:36Z" }, { - "modelId": "6a0b22c7-f9d2-4122-b5ef-181577d60ba9", + "modelId": "2a023ee3-7a0c-42ee-9946-571124631d68", "status": "ready", - "createdDateTime": "2020-08-07T02:38:25Z", - "lastUpdatedDateTime": "2020-08-07T02:38:29Z" + "createdDateTime": "2020-08-20T21:51:49Z", + "lastUpdatedDateTime": "2020-08-20T21:51:58Z" }, { - "modelId": "6a48b90c-4f90-405d-b7ea-399f5e42a9b1", + "modelId": "2a3fb884-1ef3-462c-bd28-0684e728d55a", "attributes": { "isComposed": false }, "status": "ready", - "createdDateTime": "2020-08-26T17:31:45Z", - "lastUpdatedDateTime": "2020-08-26T17:31:46Z" - }, - { - "modelId": "6b2e9fcb-1dce-4436-96d4-1698750f1385", - "status": "ready", - "createdDateTime": "2020-08-07T02:40:43Z", - "lastUpdatedDateTime": "2020-08-07T02:41:00Z" + "createdDateTime": "2020-08-20T18:45:27Z", + "lastUpdatedDateTime": "2020-08-20T18:45:28Z" }, { - "modelId": "6b9496bb-2670-401d-9805-14772a73a399", + "modelId": "2d0d3ec2-c813-4840-837a-65e3f14a4fd7", "status": "ready", - "createdDateTime": "2020-08-07T02:31:22Z", - "lastUpdatedDateTime": "2020-08-07T02:31:29Z" + "createdDateTime": "2020-08-20T21:25:26Z", + "lastUpdatedDateTime": "2020-08-20T21:25:30Z" }, { - "modelId": "7087ab96-2bfe-4ee2-b589-8ba3277705cc", - "status": "invalid", - "createdDateTime": "2020-09-09T22:20:50Z", - "lastUpdatedDateTime": "2020-09-09T22:20:51Z" - }, - { - "modelId": "73323aac-41dc-4c87-8ed1-a0163184fcf6", - "attributes": { - "isComposed": false - }, + "modelId": "2e076466-b041-4a9b-a7a9-41910a16e328", "status": "ready", - "createdDateTime": "2020-09-09T22:21:20Z", - "lastUpdatedDateTime": "2020-09-09T22:21:22Z" + "createdDateTime": "2020-10-30T13:21:15Z", + "lastUpdatedDateTime": "2020-10-30T13:21:26Z" }, { - "modelId": "757dfe38-07b3-48c4-ab0c-86839b172f24", + "modelId": "2e36a220-b90f-4d5d-80d9-ef061bc341a8", "status": "ready", - "createdDateTime": "2020-08-06T23:16:31Z", - "lastUpdatedDateTime": "2020-08-06T23:16:33Z" + "createdDateTime": "2020-10-30T13:24:13Z", + "lastUpdatedDateTime": "2020-10-30T13:24:25Z" }, { - "modelId": "78ee6951-7b9b-45bc-9da2-b8c6964d6f5f", - "status": "invalid", - "createdDateTime": "2020-08-26T17:34:34Z", - "lastUpdatedDateTime": "2020-08-26T17:34:34Z" + "modelId": "2fb4524b-3239-45c6-a9c0-4667b16ab72e", + "status": "creating", + "createdDateTime": "2020-08-20T18:42:49Z", + "lastUpdatedDateTime": "2020-08-20T18:42:49Z" }, { - "modelId": "7dc2909e-615d-48aa-8e59-d008292881cd", + "modelId": "32a70028-9497-4938-b27d-a46c07315800", "attributes": { "isComposed": false }, "status": "ready", - "createdDateTime": "2020-08-26T17:33:01Z", - "lastUpdatedDateTime": "2020-08-26T17:33:03Z" + "createdDateTime": "2020-08-20T21:50:08Z", + "lastUpdatedDateTime": "2020-08-20T21:50:10Z" }, { - "modelId": "7edad8db-18f2-41af-9bfc-b1801eea3fea", + "modelId": "33921c16-6dd2-4666-aaed-3863b28e0eeb", "status": "creating", - "createdDateTime": "2020-08-19T20:19:47Z", - "lastUpdatedDateTime": "2020-08-19T20:19:47Z" + "createdDateTime": "2020-08-14T19:10:34Z", + "lastUpdatedDateTime": "2020-08-14T19:10:34Z" }, { - "modelId": "80f764e0-6f63-4926-8895-2b3ff0624e07", - "status": "invalid", - "createdDateTime": "2020-08-11T23:26:26Z", - "lastUpdatedDateTime": "2020-08-11T23:26:27Z" - }, - { - "modelId": "85aebc18-2ff1-4539-8b64-04638f9c4042", - "status": "invalid", - "createdDateTime": "2020-08-11T23:26:23Z", - "lastUpdatedDateTime": "2020-08-11T23:26:26Z" + "modelId": "34c52af3-ce6c-465c-9fc0-797f8b6dcfdc", + "status": "ready", + "createdDateTime": "2020-08-14T19:08:14Z", + "lastUpdatedDateTime": "2020-08-14T19:08:22Z" }, { - "modelId": "87408940-0c48-48b8-aff2-42af068cd40f", + "modelId": "34d0ed4c-634b-4626-ae4a-4472f3740b79", "status": "creating", - "createdDateTime": "2020-08-07T02:35:13Z", - "lastUpdatedDateTime": "2020-08-07T02:35:13Z" + "createdDateTime": "2020-10-30T13:19:43Z", + "lastUpdatedDateTime": "2020-10-30T13:19:43Z" }, { - "modelId": "8826958b-526d-430f-9c09-194f2cd36802", + "modelId": "35238cbc-5c0b-4ae6-b19d-779568d5c3af", "status": "ready", - "createdDateTime": "2020-08-11T23:26:58Z", - "lastUpdatedDateTime": "2020-08-11T23:27:08Z" + "createdDateTime": "2020-08-20T21:06:49Z", + "lastUpdatedDateTime": "2020-08-20T21:06:57Z" }, { - "modelId": "8a019169-da20-4578-83f4-33b75ae85a80", + "modelId": "35a3d57f-d630-437e-85cf-14f0a6ed1f29", "status": "ready", - "createdDateTime": "2020-08-11T23:25:43Z", - "lastUpdatedDateTime": "2020-08-11T23:25:53Z" + "createdDateTime": "2020-08-14T19:44:36Z", + "lastUpdatedDateTime": "2020-08-14T19:44:44Z" }, { - "modelId": "8b8035e6-3130-423e-97dd-dc4a95d7e553", + "modelId": "361ba8b7-61d0-4051-ba20-2dac77a428ef", "status": "ready", - "createdDateTime": "2020-08-26T17:36:30Z", - "lastUpdatedDateTime": "2020-08-26T17:36:39Z" + "createdDateTime": "2020-08-14T18:52:29Z", + "lastUpdatedDateTime": "2020-08-14T18:52:37Z" }, { - "modelId": "8e1873bf-beee-4698-8eb0-dfac5de174cf", - "status": "ready", - "createdDateTime": "2020-08-06T23:22:44Z", - "lastUpdatedDateTime": "2020-08-06T23:22:56Z" + "modelId": "362283cc-f24c-49d6-9bf1-a711a9621e65", + "status": "creating", + "createdDateTime": "2020-10-30T13:22:42Z", + "lastUpdatedDateTime": "2020-10-30T13:22:42Z" + }, + { + "modelId": "37cbc664-e1aa-4fc1-b73e-d241dec98dfe", + "status": "invalid", + "createdDateTime": "2020-08-20T21:25:25Z", + "lastUpdatedDateTime": "2020-08-20T21:25:26Z" }, { - "modelId": "948a86a3-4ecd-453a-9a93-d0ec4d431a46", + "modelId": "38d1e2ad-b058-4dfe-bb00-797b4f6ef957", "status": "creating", - "createdDateTime": "2020-08-11T23:25:53Z", - "lastUpdatedDateTime": "2020-08-11T23:25:53Z" + "createdDateTime": "2020-08-20T22:42:57Z", + "lastUpdatedDateTime": "2020-08-20T22:42:57Z" + }, + { + "modelId": "39974dee-a26c-42c8-80d6-5a35ead58ca3", + "status": "ready", + "createdDateTime": "2020-08-20T22:46:04Z", + "lastUpdatedDateTime": "2020-08-20T22:46:12Z" } ], - "nextLink": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com:443/formrecognizer/v2.1-preview.1/custom/models?nextLink=2!212!MDAwMTEzIXN1YnNjcmlwdGlvbnMvMDJkNTNjMjExN2M4NGQzZjhlMDRkMDZlOWJhMGEwYzUvbW9kZWxzLzk0OGE4NmEzLTRlY2QtNDUzYS05YTkzLWQwZWM0ZDQzMWE0Ni9jb3B5QXV0aG9yaXphdGlvbi5qc29uITAwMDAyOCE5OTk5LTEyLTMxVDIzOjU5OjU5Ljk5OTk5OTlaIQ--" + "nextLink": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com:443/formrecognizer/v2.1-preview.2/custom/models?nextLink=2!196!MDAwMTAzIXN1YnNjcmlwdGlvbnMvYjFhOTYyODAzYjdhNDU5ODlhY2RlYWE5MDU3YTRmZTQvbW9kZWxzLzM5OTc0ZGVlLWEyNmMtNDJjOC04MGQ2LTVhMzVlYWQ1OGNhMy92ZXJzaW9uLXYyLjAhMDAwMDI4ITk5OTktMTItMzFUMjM6NTk6NTkuOTk5OTk5OVoh" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models?nextLink=2!212!MDAwMTEzIXN1YnNjcmlwdGlvbnMvMDJkNTNjMjExN2M4NGQzZjhlMDRkMDZlOWJhMGEwYzUvbW9kZWxzLzk0OGE4NmEzLTRlY2QtNDUzYS05YTkzLWQwZWM0ZDQzMWE0Ni9jb3B5QXV0aG9yaXphdGlvbi5qc29uITAwMDAyOCE5OTk5LTEyLTMxVDIzOjU5OjU5Ljk5OTk5OTlaIQ--", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models?nextLink=2!196!MDAwMTAzIXN1YnNjcmlwdGlvbnMvYjFhOTYyODAzYjdhNDU5ODlhY2RlYWE5MDU3YTRmZTQvbW9kZWxzLzM5OTc0ZGVlLWEyNmMtNDJjOC04MGQ2LTVhMzVlYWQ1OGNhMy92ZXJzaW9uLXYyLjAhMDAwMDI4ITk5OTktMTItMzFUMjM6NTk6NTkuOTk5OTk5OVoh", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "9f70f7b3d5b4bbb8924d0d9aa71703c6", "x-ms-return-client-request-id": "true" @@ -865,257 +866,242 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "3cb1b24a-89c8-43e8-a071-7cf5d907b808", + "apim-request-id": "b3a3e2b4-cf55-41fe-b4fd-3438d926bc32", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:22:14 GMT", + "Date": "Fri, 30 Oct 2020 13:30:53 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "431" + "x-envoy-upstream-service-time": "335" }, "ResponseBody": { "modelList": [ { - "modelId": "948a86a3-4ecd-453a-9a93-d0ec4d431a46", - "status": "creating", - "createdDateTime": "2020-08-11T23:25:53Z", - "lastUpdatedDateTime": "2020-08-11T23:25:53Z" + "modelId": "39974dee-a26c-42c8-80d6-5a35ead58ca3", + "status": "ready", + "createdDateTime": "2020-08-20T22:46:04Z", + "lastUpdatedDateTime": "2020-08-20T22:46:12Z" }, { - "modelId": "94d121f1-9b81-4218-b178-30fbb62ef533", + "modelId": "3af295a0-785e-4567-bba5-54797c4aa61d", + "attributes": { + "isComposed": false + }, "status": "ready", - "createdDateTime": "2020-08-26T17:32:03Z", - "lastUpdatedDateTime": "2020-08-26T17:32:13Z" + "createdDateTime": "2020-08-20T21:23:19Z", + "lastUpdatedDateTime": "2020-08-20T21:23:20Z" }, { - "modelId": "94fb7913-80d7-4145-9375-b9b5073544ec", + "modelId": "3d445599-3e82-43bb-ad48-241788aec3b9", + "attributes": { + "isComposed": false + }, "status": "ready", - "createdDateTime": "2020-08-06T23:15:17Z", - "lastUpdatedDateTime": "2020-08-06T23:15:25Z" + "createdDateTime": "2020-08-20T22:42:25Z", + "lastUpdatedDateTime": "2020-08-20T22:42:32Z" }, { - "modelId": "95b47659-413f-4f9c-9fc0-cea2d98c1099", - "status": "creating", - "createdDateTime": "2020-08-26T17:34:14Z", - "lastUpdatedDateTime": "2020-08-26T17:34:14Z" + "modelId": "3d452732-d856-4579-bb92-817af8438a2f", + "status": "ready", + "createdDateTime": "2020-10-30T13:21:38Z", + "lastUpdatedDateTime": "2020-10-30T13:21:50Z" }, { - "modelId": "979a5681-2776-4f26-ac8c-9cc6a96c8e52", + "modelId": "3e5d1032-b968-458c-901f-7daa543210a7", "status": "ready", - "createdDateTime": "2020-08-26T17:54:11Z", - "lastUpdatedDateTime": "2020-08-26T17:54:22Z" + "createdDateTime": "2020-08-14T19:49:17Z", + "lastUpdatedDateTime": "2020-08-14T19:49:25Z" + }, + { + "modelId": "3efd32fe-763f-4cca-a58b-2fa57d13dc83", + "status": "creating", + "createdDateTime": "2020-08-17T17:15:30Z", + "lastUpdatedDateTime": "2020-08-17T17:15:30Z" }, { - "modelId": "981536fe-92a5-4a10-9f07-f589ebbc42ef", + "modelId": "40152914-610e-47f8-b6c6-8c155df7650e", "status": "creating", - "createdDateTime": "2020-08-07T02:32:17Z", - "lastUpdatedDateTime": "2020-08-07T02:32:17Z" + "createdDateTime": "2020-08-20T22:45:46Z", + "lastUpdatedDateTime": "2020-08-20T22:45:46Z" }, { - "modelId": "99b6c3e3-1b40-4971-b625-94e22c62a258", + "modelId": "40383a51-dfe6-4c51-9c4c-e3d5ad3a662b", "attributes": { "isComposed": false }, "status": "ready", - "createdDateTime": "2020-09-09T22:19:56Z", - "lastUpdatedDateTime": "2020-09-09T22:19:58Z" + "createdDateTime": "2020-10-30T13:21:35Z", + "lastUpdatedDateTime": "2020-10-30T13:21:37Z" }, { - "modelId": "99cab2af-1ebf-4587-a557-24a99abf6784", + "modelId": "4120e08d-2693-4f80-a69f-53029d556457", + "attributes": { + "isComposed": false + }, "status": "ready", - "createdDateTime": "2020-08-06T23:22:22Z", - "lastUpdatedDateTime": "2020-08-06T23:22:34Z" - }, - { - "modelId": "9e99bc89-72c1-4839-9c47-4f4e07c9c277", - "status": "creating", - "createdDateTime": "2020-08-06T23:21:04Z", - "lastUpdatedDateTime": "2020-08-06T23:21:04Z" + "createdDateTime": "2020-08-20T23:29:31Z", + "lastUpdatedDateTime": "2020-08-20T23:29:38Z" }, { - "modelId": "a11162bf-bfbc-461e-a41a-125bae4f0027", + "modelId": "412a541e-6015-4ba3-bc06-bda9dcfb4563", "status": "ready", - "createdDateTime": "2020-08-07T02:38:37Z", - "lastUpdatedDateTime": "2020-08-07T02:38:40Z" + "createdDateTime": "2020-08-20T21:28:50Z", + "lastUpdatedDateTime": "2020-08-20T21:28:58Z" }, { - "modelId": "a2ddc891-9980-454d-b876-20347c4fe2e1", - "status": "creating", - "createdDateTime": "2020-08-26T17:50:49Z", - "lastUpdatedDateTime": "2020-08-26T17:50:49Z" - }, - { - "modelId": "a2f07e6c-08bc-4d5e-bda1-f2895ceebeef", + "modelId": "41dcd3b4-7da4-4947-afc2-8267342bf8d3", "attributes": { "isComposed": false }, "status": "ready", - "createdDateTime": "2020-08-26T17:32:40Z", - "lastUpdatedDateTime": "2020-08-26T17:32:47Z" + "createdDateTime": "2020-08-14T19:08:56Z", + "lastUpdatedDateTime": "2020-08-14T19:08:58Z" }, { - "modelId": "a3ac9510-b86f-45a6-adf1-bb6e189cd5e8", + "modelId": "42ca775f-ce05-4794-9afa-1206f9ec4e4b", "status": "ready", - "createdDateTime": "2020-08-06T23:22:12Z", - "lastUpdatedDateTime": "2020-08-06T23:22:15Z" + "createdDateTime": "2020-08-14T19:28:36Z", + "lastUpdatedDateTime": "2020-08-14T19:28:44Z" }, { - "modelId": "a3fdcfd1-2c5c-4c67-9038-1c4429ed69c4", - "status": "invalid", - "createdDateTime": "2020-08-26T17:34:32Z", - "lastUpdatedDateTime": "2020-08-26T17:34:33Z" + "modelId": "4363499c-72ab-45b2-8931-d8b1838bef70", + "attributes": { + "isComposed": false + }, + "status": "ready", + "createdDateTime": "2020-08-20T23:26:34Z", + "lastUpdatedDateTime": "2020-08-20T23:26:41Z" }, { - "modelId": "a50e5ae0-6af6-4087-92da-845e12c71655", + "modelId": "438b68f8-bec6-4313-88d6-43f201f64e26", + "attributes": { + "isComposed": false + }, "status": "ready", - "createdDateTime": "2020-08-26T17:52:35Z", - "lastUpdatedDateTime": "2020-08-26T17:52:46Z" + "createdDateTime": "2020-08-20T21:22:10Z", + "lastUpdatedDateTime": "2020-08-20T21:22:12Z" }, { - "modelId": "a5583bd4-9d64-4971-a4e3-ad202a2f1711", + "modelId": "43bc2d9d-10f1-4466-be33-546ae07a7a28", "status": "ready", - "createdDateTime": "2020-08-07T02:33:05Z", - "lastUpdatedDateTime": "2020-08-07T02:33:09Z" + "createdDateTime": "2020-10-30T13:24:37Z", + "lastUpdatedDateTime": "2020-10-30T13:24:49Z" }, { - "modelId": "a59ea0d6-3fa4-4879-91f9-f83319790278", - "status": "creating", - "createdDateTime": "2020-08-17T23:02:26Z", - "lastUpdatedDateTime": "2020-08-17T23:02:26Z" + "modelId": "43be25f8-aa98-4523-ab6b-120e4b29c7bf", + "attributes": { + "isComposed": false + }, + "status": "ready", + "createdDateTime": "2020-10-30T13:22:18Z", + "lastUpdatedDateTime": "2020-10-30T13:22:19Z" }, { - "modelId": "a646e66b-c795-470b-a59d-ed208e8107c4", + "modelId": "44cf7b0c-17d8-461b-8a14-972532fcf6d6", "status": "creating", - "createdDateTime": "2020-08-07T02:32:39Z", - "lastUpdatedDateTime": "2020-08-07T02:32:39Z" + "createdDateTime": "2020-08-17T22:30:19Z", + "lastUpdatedDateTime": "2020-08-17T22:30:19Z" }, { - "modelId": "a72d7916-ab9f-4c63-aa32-79ffed1bb391", + "modelId": "44d3f221-a1ad-4726-a5f5-43bc37fe7222", "status": "ready", - "createdDateTime": "2020-08-07T02:33:27Z", - "lastUpdatedDateTime": "2020-08-07T02:34:01Z" + "createdDateTime": "2020-08-20T22:45:18Z", + "lastUpdatedDateTime": "2020-08-20T22:45:27Z" }, { - "modelId": "a7bc5b1f-af0b-449a-bcd1-3daef200c131", + "modelId": "4559697f-580d-439c-a336-1272be0526f9", "status": "invalid", - "createdDateTime": "2020-08-06T23:21:39Z", - "lastUpdatedDateTime": "2020-08-06T23:21:53Z" + "createdDateTime": "2020-10-30T13:20:53Z", + "lastUpdatedDateTime": "2020-10-30T13:20:54Z" }, { - "modelId": "a87b6655-71cb-481b-bedd-bdca02704320", - "status": "ready", - "createdDateTime": "2020-08-26T17:55:11Z", - "lastUpdatedDateTime": "2020-08-26T17:55:20Z" + "modelId": "45c5498b-3755-44fd-95d5-8d5b5924e3a6", + "status": "invalid", + "createdDateTime": "2020-08-20T22:43:19Z", + "lastUpdatedDateTime": "2020-08-20T22:43:19Z" }, { - "modelId": "a9643e41-d890-434b-a3ea-d5f9de22a81b", + "modelId": "45f1adde-a451-4746-a675-f0ebb166151b", "status": "creating", - "createdDateTime": "2020-08-26T17:52:47Z", - "lastUpdatedDateTime": "2020-08-26T17:52:47Z" + "createdDateTime": "2020-08-20T21:47:08Z", + "lastUpdatedDateTime": "2020-08-20T21:47:08Z" }, { - "modelId": "aa4c7c66-c63e-453c-b6c8-6eb34bded19c", - "status": "ready", - "createdDateTime": "2020-08-26T17:53:08Z", - "lastUpdatedDateTime": "2020-08-26T17:53:14Z" + "modelId": "46201f03-7ffc-4e1e-bd07-a48bb6bccad4", + "status": "creating", + "createdDateTime": "2020-08-14T19:08:23Z", + "lastUpdatedDateTime": "2020-08-14T19:08:23Z" }, { - "modelId": "ae63d47a-b069-4e06-9b23-fa01eb02e7a4", - "attributes": { - "isComposed": false - }, + "modelId": "46a86632-ff1f-4e80-bd06-6c8d48af3157", "status": "ready", - "createdDateTime": "2020-08-26T17:53:28Z", - "lastUpdatedDateTime": "2020-08-26T17:53:29Z" + "createdDateTime": "2020-08-20T18:44:45Z", + "lastUpdatedDateTime": "2020-08-20T18:44:53Z" }, { - "modelId": "b17cb2c7-bd8d-4f5f-80d1-a20559f55dc0", + "modelId": "47a7b4cd-d993-4d83-b6ca-ee18c547acfb", "status": "ready", - "createdDateTime": "2020-08-07T02:33:07Z", - "lastUpdatedDateTime": "2020-08-07T02:33:23Z" - }, - { - "modelId": "b29c550b-6b80-43f8-bc95-cf0655cbe4fb", - "status": "creating", - "createdDateTime": "2020-09-09T22:20:41Z", - "lastUpdatedDateTime": "2020-09-09T22:20:41Z" + "createdDateTime": "2020-08-20T22:49:07Z", + "lastUpdatedDateTime": "2020-08-20T22:49:16Z" }, { - "modelId": "b2e963b2-39e0-4e5f-acaa-9d48e0ad7570", + "modelId": "488d74c6-25ae-4271-b7e5-cff85e10abc4", "status": "ready", - "createdDateTime": "2020-08-26T17:51:07Z", - "lastUpdatedDateTime": "2020-08-26T17:51:13Z" + "createdDateTime": "2020-08-20T18:26:04Z", + "lastUpdatedDateTime": "2020-08-20T18:26:12Z" }, { - "modelId": "b332d3a9-767e-4b92-b298-03a7ba2c64cb", + "modelId": "49b0f1a2-e699-4f0d-a873-040df8e08e6c", "status": "ready", - "createdDateTime": "2020-09-09T22:16:56Z", - "lastUpdatedDateTime": "2020-09-09T22:17:12Z" + "createdDateTime": "2020-08-14T19:13:59Z", + "lastUpdatedDateTime": "2020-08-14T19:14:08Z" }, { - "modelId": "b3bf06ee-649c-4195-b79a-743efe134b3a", - "status": "creating", - "createdDateTime": "2020-08-11T23:26:07Z", - "lastUpdatedDateTime": "2020-08-11T23:26:07Z" + "modelId": "4acac1b2-4f07-46b2-9d21-c172d2a66330", + "status": "ready", + "createdDateTime": "2020-08-14T19:28:36Z", + "lastUpdatedDateTime": "2020-08-14T19:28:44Z" }, { - "modelId": "b4f76870-a421-49fc-b407-0eff0259b35f", + "modelId": "4b815719-ec80-4bd7-a709-91ae6a44fdf7", "attributes": { "isComposed": false }, "status": "ready", - "createdDateTime": "2020-08-26T17:52:11Z", - "lastUpdatedDateTime": "2020-08-26T17:52:13Z" + "createdDateTime": "2020-10-30T13:24:33Z", + "lastUpdatedDateTime": "2020-10-30T13:24:35Z" }, { - "modelId": "b505e41b-7b1f-403b-8934-b61ec312a33c", + "modelId": "4bfcc25d-0b2f-4fa2-a284-bcc98cf1f8fd", "status": "ready", - "createdDateTime": "2020-08-07T02:31:58Z", - "lastUpdatedDateTime": "2020-08-07T02:32:11Z" - }, - { - "modelId": "bd24dcfe-a630-4b9f-bb41-6f2462d7dc49", - "status": "ready", - "createdDateTime": "2020-08-07T02:34:59Z", - "lastUpdatedDateTime": "2020-08-07T02:35:12Z" - }, - { - "modelId": "bf6945cc-5534-4fc7-bd7c-2371601328ff", - "status": "creating", - "createdDateTime": "2020-08-07T02:35:13Z", - "lastUpdatedDateTime": "2020-08-07T02:35:13Z" - }, - { - "modelId": "c20f99d1-31dd-4db9-baaa-97cc063209b9", - "status": "creating", - "createdDateTime": "2020-08-07T02:35:22Z", - "lastUpdatedDateTime": "2020-08-07T02:35:22Z" + "createdDateTime": "2020-08-20T21:31:42Z", + "lastUpdatedDateTime": "2020-08-20T21:31:51Z" }, { - "modelId": "c2d66fc3-bb2c-4001-a6f8-c38e8b14edb9", + "modelId": "4c92bc3c-f25c-4f02-84d9-f8ceae9b16b6", "status": "ready", - "createdDateTime": "2020-08-26T17:56:05Z", - "lastUpdatedDateTime": "2020-08-26T17:56:15Z" + "createdDateTime": "2020-08-14T19:11:09Z", + "lastUpdatedDateTime": "2020-08-14T19:11:17Z" }, { - "modelId": "c345d537-db8a-42e9-8ed1-a1ff3fac62b0", - "status": "ready", - "createdDateTime": "2020-08-07T02:33:24Z", - "lastUpdatedDateTime": "2020-08-07T02:33:26Z" + "modelId": "4ca59011-74aa-455c-be41-c981854d8bba", + "status": "invalid", + "createdDateTime": "2020-08-20T18:45:20Z", + "lastUpdatedDateTime": "2020-08-20T18:45:20Z" } ], - "nextLink": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com:443/formrecognizer/v2.1-preview.1/custom/models?nextLink=2!236!MDAwMTMyIXN1YnNjcmlwdGlvbnMvMDJkNTNjMjExN2M4NGQzZjhlMDRkMDZlOWJhMGEwYzUvbW9kZWxzL2MzNDVkNTM3LWRiOGEtNDJlOS04ZWQxLWExZmYzZmFjNjJiMC9jMzQ1ZDUzNy1kYjhhLTQyZTktOGVkMS1hMWZmM2ZhYzYyYjAuanNvbiEwMDAwMjghOTk5OS0xMi0zMVQyMzo1OTo1OS45OTk5OTk5WiE-" + "nextLink": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com:443/formrecognizer/v2.1-preview.2/custom/models?nextLink=2!204!MDAwMTA4IXN1YnNjcmlwdGlvbnMvYjFhOTYyODAzYjdhNDU5ODlhY2RlYWE5MDU3YTRmZTQvbW9kZWxzLzRjYTU5MDExLTc0YWEtNDU1Yy1iZTQxLWM5ODE4NTRkOGJiYS91c2VMYWJlbEZpbGUuanNvbiEwMDAwMjghOTk5OS0xMi0zMVQyMzo1OTo1OS45OTk5OTk5WiE-" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models?nextLink=2!236!MDAwMTMyIXN1YnNjcmlwdGlvbnMvMDJkNTNjMjExN2M4NGQzZjhlMDRkMDZlOWJhMGEwYzUvbW9kZWxzL2MzNDVkNTM3LWRiOGEtNDJlOS04ZWQxLWExZmYzZmFjNjJiMC9jMzQ1ZDUzNy1kYjhhLTQyZTktOGVkMS1hMWZmM2ZhYzYyYjAuanNvbiEwMDAwMjghOTk5OS0xMi0zMVQyMzo1OTo1OS45OTk5OTk5WiE-", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models?nextLink=2!204!MDAwMTA4IXN1YnNjcmlwdGlvbnMvYjFhOTYyODAzYjdhNDU5ODlhY2RlYWE5MDU3YTRmZTQvbW9kZWxzLzRjYTU5MDExLTc0YWEtNDU1Yy1iZTQxLWM5ODE4NTRkOGJiYS91c2VMYWJlbEZpbGUuanNvbiEwMDAwMjghOTk5OS0xMi0zMVQyMzo1OTo1OS45OTk5OTk5WiE-", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "8a31ef5efa29a1c18f93c106156658ea", "x-ms-return-client-request-id": "true" @@ -1123,248 +1109,239 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "1d0293c0-2e35-4c75-88a3-650eee1397ed", + "apim-request-id": "ba8209e6-d5ac-4afc-b365-8b8d2e18c443", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:22:15 GMT", + "Date": "Fri, 30 Oct 2020 13:30:53 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "348" + "x-envoy-upstream-service-time": "270" }, "ResponseBody": { "modelList": [ { - "modelId": "c345d537-db8a-42e9-8ed1-a1ff3fac62b0", - "status": "ready", - "createdDateTime": "2020-08-07T02:33:24Z", - "lastUpdatedDateTime": "2020-08-07T02:33:26Z" + "modelId": "4ca59011-74aa-455c-be41-c981854d8bba", + "status": "invalid", + "createdDateTime": "2020-08-20T18:45:20Z", + "lastUpdatedDateTime": "2020-08-20T18:45:20Z" }, { - "modelId": "c59b42e7-7aca-497e-9aad-c65bbeed9b57", + "modelId": "4f79033e-d86b-4151-9d4b-ea371230d9f7", "status": "ready", - "createdDateTime": "2020-08-06T23:22:35Z", - "lastUpdatedDateTime": "2020-08-06T23:22:42Z" + "createdDateTime": "2020-10-30T13:24:52Z", + "lastUpdatedDateTime": "2020-10-30T13:25:13Z" }, { - "modelId": "c8986d9f-8e8a-4d04-8bb0-6638b754e15d", - "status": "invalid", - "createdDateTime": "2020-08-07T02:36:41Z", - "lastUpdatedDateTime": "2020-08-07T02:36:42Z" + "modelId": "52db9454-9b6c-4514-a6f4-27d3d404a999", + "attributes": { + "isComposed": false + }, + "status": "ready", + "createdDateTime": "2020-08-20T22:43:30Z", + "lastUpdatedDateTime": "2020-08-20T22:43:32Z" }, { - "modelId": "ca22fcf9-50fd-4f30-9cc2-89ce165da9e5", + "modelId": "547f6f41-f70e-4cb5-aa8f-2129e33df2af", "status": "ready", - "createdDateTime": "2020-08-26T17:54:59Z", - "lastUpdatedDateTime": "2020-08-26T17:55:09Z" + "createdDateTime": "2020-07-30T00:55:04Z", + "lastUpdatedDateTime": "2020-07-30T00:55:12Z" }, { - "modelId": "cb5e24c2-a87a-4d58-9eb6-d45c354188d2", + "modelId": "551c272c-ff8f-493e-b234-a719bc35ee23", "status": "creating", - "createdDateTime": "2020-08-26T17:52:51Z", - "lastUpdatedDateTime": "2020-08-26T17:52:51Z" + "createdDateTime": "2020-10-30T13:19:42Z", + "lastUpdatedDateTime": "2020-10-30T13:19:42Z" + }, + { + "modelId": "55c30a55-134a-4f9d-8b42-37caa8198471", + "status": "ready", + "createdDateTime": "2020-08-14T19:11:21Z", + "lastUpdatedDateTime": "2020-08-14T19:11:31Z" }, { - "modelId": "cc311fd7-86eb-45db-9d4d-a3d8e0370b65", + "modelId": "56292da4-33e9-421f-ad9b-859234c5d111", "status": "invalid", - "createdDateTime": "2020-08-26T17:53:05Z", - "lastUpdatedDateTime": "2020-08-26T17:53:06Z" + "createdDateTime": "2020-08-20T23:29:05Z", + "lastUpdatedDateTime": "2020-08-20T23:29:05Z" }, { - "modelId": "cdc006db-a59c-4cc8-a2dc-ab16c680ea79", - "status": "ready", - "createdDateTime": "2020-08-11T23:26:28Z", - "lastUpdatedDateTime": "2020-08-11T23:26:31Z" + "modelId": "566b7d84-318a-4acb-a928-d684e42b93b3", + "status": "invalid", + "createdDateTime": "2020-08-20T21:50:02Z", + "lastUpdatedDateTime": "2020-08-20T21:50:02Z" }, { - "modelId": "cf827cbd-7ef9-4d03-bcb2-3196ac232a27", + "modelId": "56ce1ece-256f-480d-8637-1005534971de", "status": "ready", - "createdDateTime": "2020-08-07T02:42:09Z", - "lastUpdatedDateTime": "2020-08-07T02:42:23Z" + "createdDateTime": "2020-08-20T21:27:11Z", + "lastUpdatedDateTime": "2020-08-20T21:27:19Z" }, { - "modelId": "cfe75f49-a7d5-4642-98f2-63dc697109fc", + "modelId": "5737eddb-d3c3-4e43-8658-b0f4322af5dc", "status": "invalid", - "createdDateTime": "2020-08-26T17:32:33Z", - "lastUpdatedDateTime": "2020-08-26T17:32:34Z" + "createdDateTime": "2020-08-20T23:29:06Z", + "lastUpdatedDateTime": "2020-08-20T23:29:07Z" }, { - "modelId": "d191bdd0-84ab-46aa-a6c3-f8def1867cf1", - "attributes": { - "isComposed": false - }, + "modelId": "578062d7-dbfb-4548-a54e-299c967f17be", "status": "ready", - "createdDateTime": "2020-08-26T17:51:14Z", - "lastUpdatedDateTime": "2020-08-26T17:51:17Z" + "createdDateTime": "2020-08-20T18:48:16Z", + "lastUpdatedDateTime": "2020-08-20T18:48:27Z" }, { - "modelId": "d1bf30dc-45a1-4bfe-9e5e-6e50d6ffa19d", - "attributes": { - "isComposed": false - }, + "modelId": "57c1049c-a148-461a-ad5d-fe7e953f7d09", + "status": "creating", + "createdDateTime": "2020-08-14T19:10:36Z", + "lastUpdatedDateTime": "2020-08-14T19:10:36Z" + }, + { + "modelId": "57e0eb22-6bdb-4ef9-a597-11d96876ad1d", "status": "ready", - "createdDateTime": "2020-09-09T22:21:03Z", - "lastUpdatedDateTime": "2020-09-09T22:21:06Z" + "createdDateTime": "2020-08-14T19:45:21Z", + "lastUpdatedDateTime": "2020-08-14T19:45:29Z" }, { - "modelId": "d273c5ba-313e-4954-9487-697d5088f802", - "status": "invalid", - "createdDateTime": "2020-08-07T02:32:53Z", - "lastUpdatedDateTime": "2020-08-07T02:32:53Z" + "modelId": "5802c9ef-6ce3-41ac-be05-b4afb5613cb2", + "status": "ready", + "createdDateTime": "2020-08-20T21:08:18Z", + "lastUpdatedDateTime": "2020-08-20T21:08:26Z" }, { - "modelId": "d7e283fe-3aec-4bf8-94fe-61fe21940395", - "status": "creating", - "createdDateTime": "2020-08-26T17:32:14Z", - "lastUpdatedDateTime": "2020-08-26T17:32:14Z" + "modelId": "5837470d-2183-4c9a-b005-80ab6b76765b", + "status": "ready", + "createdDateTime": "2020-08-20T23:31:12Z", + "lastUpdatedDateTime": "2020-08-20T23:31:26Z" }, { - "modelId": "d93c3dfe-b120-414e-9f51-ad40310c4a43", + "modelId": "584c4432-36cf-4a0b-a2e1-5c651bfd4227", "attributes": { "isComposed": false }, "status": "ready", - "createdDateTime": "2020-08-26T17:33:41Z", - "lastUpdatedDateTime": "2020-08-26T17:33:49Z" - }, - { - "modelId": "db508217-f07e-493a-89c4-72a5f714a4b9", - "status": "invalid", - "createdDateTime": "2020-08-26T17:51:04Z", - "lastUpdatedDateTime": "2020-08-26T17:51:04Z" - }, - { - "modelId": "dc8ece10-6525-4660-8090-b1bcc26c4e9d", - "status": "ready", - "createdDateTime": "2020-08-06T23:42:46Z", - "lastUpdatedDateTime": "2020-08-06T23:42:54Z" + "createdDateTime": "2020-08-14T19:08:02Z", + "lastUpdatedDateTime": "2020-08-14T19:08:04Z" }, { - "modelId": "ddb1a1cd-e9d7-4044-a077-d5bfa01c98ee", - "status": "invalid", - "createdDateTime": "2020-08-26T17:32:32Z", - "lastUpdatedDateTime": "2020-08-26T17:32:32Z" + "modelId": "58871fae-0f09-4f14-bce7-769d4bd35354", + "status": "creating", + "createdDateTime": "2020-08-14T19:08:30Z", + "lastUpdatedDateTime": "2020-08-14T19:08:30Z" }, { - "modelId": "e3059236-3520-4d20-93d2-5d82c089a198", + "modelId": "5bde02de-1dcb-4ea8-b497-0427a16b26fb", "status": "creating", - "createdDateTime": "2020-08-26T17:32:17Z", - "lastUpdatedDateTime": "2020-08-26T17:32:17Z" + "createdDateTime": "2020-08-20T23:25:39Z", + "lastUpdatedDateTime": "2020-08-20T23:25:39Z" }, { - "modelId": "e31c6b14-abc1-42be-81c0-22a6c3eb44f4", + "modelId": "5f0ca916-4ca0-4f2d-9447-caeac53bcf2e", "status": "ready", - "createdDateTime": "2020-09-09T22:17:13Z", - "lastUpdatedDateTime": "2020-09-09T22:17:27Z" + "createdDateTime": "2020-08-20T23:32:15Z", + "lastUpdatedDateTime": "2020-08-20T23:32:25Z" }, { - "modelId": "e54e8d47-0c59-4c6f-8e42-42075bca2625", + "modelId": "5faf34f8-8399-477b-ba82-48f1e2e7688f", "status": "invalid", - "createdDateTime": "2020-08-07T02:38:17Z", - "lastUpdatedDateTime": "2020-08-07T02:38:23Z" - }, - { - "modelId": "e68af186-60e9-43ab-bf44-957aaa96e75f", - "status": "creating", - "createdDateTime": "2020-08-26T17:52:47Z", - "lastUpdatedDateTime": "2020-08-26T17:52:47Z" - }, - { - "modelId": "e76f563f-8640-4330-b98a-d2431721debd", - "status": "ready", - "createdDateTime": "2020-08-26T17:50:38Z", - "lastUpdatedDateTime": "2020-08-26T17:50:48Z" + "createdDateTime": "2020-08-14T19:45:12Z", + "lastUpdatedDateTime": "2020-08-14T19:45:12Z" }, { - "modelId": "ea436462-f638-49a6-b220-ed94172d8701", - "status": "ready", - "createdDateTime": "2020-08-06T23:17:00Z", - "lastUpdatedDateTime": "2020-08-06T23:17:07Z" + "modelId": "5feddb70-fa11-450f-b34b-37a45b5c80d3", + "status": "invalid", + "createdDateTime": "2020-08-20T23:26:09Z", + "lastUpdatedDateTime": "2020-08-20T23:26:10Z" }, { - "modelId": "ebbbbee8-942c-4374-b3a6-ac594f195e78", + "modelId": "6035d354-53ef-4dcd-93de-5b9ad1c1ea77", "status": "ready", - "createdDateTime": "2020-08-07T02:03:56Z", - "lastUpdatedDateTime": "2020-08-07T02:04:09Z" + "createdDateTime": "2020-08-20T18:42:40Z", + "lastUpdatedDateTime": "2020-08-20T18:42:48Z" }, { - "modelId": "eff726db-d669-457a-b2a4-f003290d914c", - "status": "ready", - "createdDateTime": "2020-08-11T23:26:32Z", - "lastUpdatedDateTime": "2020-08-11T23:26:45Z" + "modelId": "6216b1ae-970a-485b-a35e-070150082adb", + "status": "creating", + "createdDateTime": "2020-08-20T22:42:57Z", + "lastUpdatedDateTime": "2020-08-20T22:42:57Z" }, { - "modelId": "f0261c04-3454-4073-ae5f-c2f450dcd690", + "modelId": "63262869-1ff0-49d0-a26f-1d1552cad649", + "attributes": { + "isComposed": false + }, "status": "ready", - "createdDateTime": "2020-08-06T23:37:58Z", - "lastUpdatedDateTime": "2020-08-06T23:38:08Z" + "createdDateTime": "2020-08-20T23:09:49Z", + "lastUpdatedDateTime": "2020-08-20T23:09:51Z" }, { - "modelId": "f0add33b-8563-4329-855b-665e87cafc5c", - "status": "ready", - "createdDateTime": "2020-08-26T17:33:04Z", - "lastUpdatedDateTime": "2020-08-26T17:33:17Z" + "modelId": "637426f9-5d46-4e4c-8bfb-86f2b60bd94b", + "status": "creating", + "createdDateTime": "2020-08-20T21:49:44Z", + "lastUpdatedDateTime": "2020-08-20T21:49:44Z" }, { - "modelId": "f3dac91f-a8d6-4865-a2d0-5543ab517859", + "modelId": "66087b32-fce4-402d-9101-1bc4f627462d", "status": "ready", - "createdDateTime": "2020-09-09T22:15:54Z", - "lastUpdatedDateTime": "2020-09-09T22:16:06Z" + "createdDateTime": "2020-08-20T21:22:24Z", + "lastUpdatedDateTime": "2020-08-20T21:22:33Z" }, { - "modelId": "f4579713-39a2-421d-b166-08a7a50e12f3", + "modelId": "6645dde9-caf0-4beb-8758-501325f2e605", "status": "ready", - "createdDateTime": "2020-08-26T17:53:18Z", - "lastUpdatedDateTime": "2020-08-26T17:53:26Z" + "createdDateTime": "2020-08-20T21:53:58Z", + "lastUpdatedDateTime": "2020-08-20T21:54:06Z" }, { - "modelId": "f5e89999-37c5-41ef-88b9-4341e3ab14b1", + "modelId": "68f6c9f8-795d-43bc-97bd-619dad38c66d", "attributes": { "isComposed": false }, "status": "ready", - "createdDateTime": "2020-08-26T17:34:55Z", - "lastUpdatedDateTime": "2020-08-26T17:34:56Z" + "createdDateTime": "2020-08-20T23:28:13Z", + "lastUpdatedDateTime": "2020-08-20T23:28:19Z" }, { - "modelId": "f7797595-6c64-490c-9048-b1bef3c8bfb0", - "status": "ready", - "createdDateTime": "2020-08-26T17:32:35Z", - "lastUpdatedDateTime": "2020-08-26T17:32:39Z" + "modelId": "6bbda4de-97ee-4d62-a7ab-2a9a13f503f6", + "status": "invalid", + "createdDateTime": "2020-08-20T21:49:56Z", + "lastUpdatedDateTime": "2020-08-20T21:49:56Z" }, { - "modelId": "f9479181-78be-4c36-86d0-1d2248f05941", - "attributes": { - "isComposed": false - }, + "modelId": "6c252bb0-d84a-47c8-82af-0dabf36c4c6f", + "status": "invalid", + "createdDateTime": "2020-08-20T21:47:26Z", + "lastUpdatedDateTime": "2020-08-20T21:47:27Z" + }, + { + "modelId": "6c6bd1f5-4009-435f-b938-df50c1966733", "status": "ready", - "createdDateTime": "2020-08-26T17:53:15Z", - "lastUpdatedDateTime": "2020-08-26T17:53:17Z" + "createdDateTime": "2020-08-20T21:28:00Z", + "lastUpdatedDateTime": "2020-08-20T21:28:08Z" }, { - "modelId": "f94ccf91-64ab-4c90-baf6-c37ca2201301", + "modelId": "6fbe2ae1-fd8f-40c7-bf2e-c05e90931aac", "status": "creating", - "createdDateTime": "2020-08-11T23:25:53Z", - "lastUpdatedDateTime": "2020-08-11T23:25:53Z" + "createdDateTime": "2020-08-20T23:28:45Z", + "lastUpdatedDateTime": "2020-08-20T23:28:45Z" }, { - "modelId": "fa1f65c2-0b27-4061-8928-61b6d0659d18", + "modelId": "70769976-46c0-4739-8cb5-4f31c941a709", "status": "ready", - "createdDateTime": "2020-08-26T17:51:36Z", - "lastUpdatedDateTime": "2020-08-26T17:51:48Z" + "createdDateTime": "2020-08-20T18:45:22Z", + "lastUpdatedDateTime": "2020-08-20T18:45:26Z" } ], - "nextLink": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com:443/formrecognizer/v2.1-preview.1/custom/models?nextLink=2!236!MDAwMTMyIXN1YnNjcmlwdGlvbnMvMDJkNTNjMjExN2M4NGQzZjhlMDRkMDZlOWJhMGEwYzUvbW9kZWxzL2ZhMWY2NWMyLTBiMjctNDA2MS04OTI4LTYxYjZkMDY1OWQxOC9mYTFmNjVjMi0wYjI3LTQwNjEtODkyOC02MWI2ZDA2NTlkMTguanNvbiEwMDAwMjghOTk5OS0xMi0zMVQyMzo1OTo1OS45OTk5OTk5WiE-" + "nextLink": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com:443/formrecognizer/v2.1-preview.2/custom/models?nextLink=2!204!MDAwMTA4IXN1YnNjcmlwdGlvbnMvYjFhOTYyODAzYjdhNDU5ODlhY2RlYWE5MDU3YTRmZTQvbW9kZWxzLzcwNzY5OTc2LTQ2YzAtNDczOS04Y2I1LTRmMzFjOTQxYTcwOS91c2VMYWJlbEZpbGUuanNvbiEwMDAwMjghOTk5OS0xMi0zMVQyMzo1OTo1OS45OTk5OTk5WiE-" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models?nextLink=2!236!MDAwMTMyIXN1YnNjcmlwdGlvbnMvMDJkNTNjMjExN2M4NGQzZjhlMDRkMDZlOWJhMGEwYzUvbW9kZWxzL2ZhMWY2NWMyLTBiMjctNDA2MS04OTI4LTYxYjZkMDY1OWQxOC9mYTFmNjVjMi0wYjI3LTQwNjEtODkyOC02MWI2ZDA2NTlkMTguanNvbiEwMDAwMjghOTk5OS0xMi0zMVQyMzo1OTo1OS45OTk5OTk5WiE-", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models?nextLink=2!204!MDAwMTA4IXN1YnNjcmlwdGlvbnMvYjFhOTYyODAzYjdhNDU5ODlhY2RlYWE5MDU3YTRmZTQvbW9kZWxzLzcwNzY5OTc2LTQ2YzAtNDczOS04Y2I1LTRmMzFjOTQxYTcwOS91c2VMYWJlbEZpbGUuanNvbiEwMDAwMjghOTk5OS0xMi0zMVQyMzo1OTo1OS45OTk5OTk5WiE-", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "d8a0157404111df2a7eb213f60f3e83f", "x-ms-return-client-request-id": "true" @@ -1372,126 +1349,1221 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "5c401079-1d89-4a27-a59c-9095161aebcd", + "apim-request-id": "a4caf13e-5b1b-4651-bbad-1735040ea2af", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:22:15 GMT", + "Date": "Fri, 30 Oct 2020 13:30:54 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "67" + "x-envoy-upstream-service-time": "261" }, "ResponseBody": { "modelList": [ { - "modelId": "fa1f65c2-0b27-4061-8928-61b6d0659d18", + "modelId": "70769976-46c0-4739-8cb5-4f31c941a709", "status": "ready", - "createdDateTime": "2020-08-26T17:51:36Z", - "lastUpdatedDateTime": "2020-08-26T17:51:48Z" + "createdDateTime": "2020-08-20T18:45:22Z", + "lastUpdatedDateTime": "2020-08-20T18:45:26Z" }, { - "modelId": "fd4189a4-0770-41b7-a564-3458a22681ae", + "modelId": "714cd9ba-6084-4966-bf98-079fc90562fe", + "attributes": { + "isComposed": false + }, "status": "ready", - "createdDateTime": "2020-08-26T17:34:57Z", - "lastUpdatedDateTime": "2020-08-26T17:35:10Z" + "createdDateTime": "2020-08-14T19:10:07Z", + "lastUpdatedDateTime": "2020-08-14T19:10:09Z" }, { - "modelId": "fffcab2a-f5f1-490f-94a1-a52c4c65a3e4", + "modelId": "7156bc3a-1e6b-4125-b89f-10d971d5ba14", + "attributes": { + "isComposed": false + }, "status": "ready", - "createdDateTime": "2020-09-09T22:21:23Z", - "lastUpdatedDateTime": "2020-09-09T22:22:04Z" - } - ], - "nextLink": "" - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models?op=summary", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-e8eeb30dd894f84b90e58fc8ce36305e-efb9efcad90cc646-00", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "36e5e35882acb82a35cf102014b1a52b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "77580078-93a8-441f-8372-bb5e06b28e87", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:22:15 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "177" - }, - "ResponseBody": { - "summary": { - "count": 137, - "limit": 5000, - "lastUpdatedDateTime": "2020-09-09T22:22:16Z" - } - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/48d09b9c-b65c-491e-8913-2c0636ad7a0d", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-186f65a00cfb914bb21cbe336a0de2c2-6be64ac841296b43-00", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "922523f52a7759b5fd13e33dd881419b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 204, - "ResponseHeaders": { - "apim-request-id": "40bf4006-d55f-4ece-a8fe-6a8431aa623b", - "Content-Length": "0", - "Date": "Wed, 09 Sep 2020 22:22:15 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "33" - }, - "ResponseBody": [] + "createdDateTime": "2020-08-20T22:27:48Z", + "lastUpdatedDateTime": "2020-08-20T22:27:50Z" + }, + { + "modelId": "741ca2b2-d208-4a68-a59d-f6fb1e41c596", + "modelName": "My training", + "attributes": { + "isComposed": false + }, + "status": "ready", + "createdDateTime": "2020-10-30T13:21:03Z", + "lastUpdatedDateTime": "2020-10-30T13:21:04Z" + }, + { + "modelId": "74ea7917-ea1e-4d62-8bd9-551fcac9d963", + "status": "ready", + "createdDateTime": "2020-08-14T19:50:11Z", + "lastUpdatedDateTime": "2020-08-14T19:50:19Z" + }, + { + "modelId": "765cd50a-d9bd-4bbe-9e77-8e496c234240", + "status": "ready", + "createdDateTime": "2020-08-20T18:46:18Z", + "lastUpdatedDateTime": "2020-08-20T18:46:27Z" + }, + { + "modelId": "76aed1f7-5a15-4754-925c-45d27d7fd0c5", + "status": "creating", + "createdDateTime": "2020-08-20T21:22:34Z", + "lastUpdatedDateTime": "2020-08-20T21:22:34Z" + }, + { + "modelId": "76e1dc72-2be3-4c40-9f07-6b29a0bf327a", + "status": "creating", + "createdDateTime": "2020-08-14T19:44:45Z", + "lastUpdatedDateTime": "2020-08-14T19:44:45Z" + }, + { + "modelId": "76e25188-e121-4fc3-a5f3-3cb861033259", + "status": "creating", + "createdDateTime": "2020-08-20T21:25:07Z", + "lastUpdatedDateTime": "2020-08-20T21:25:07Z" + }, + { + "modelId": "795417b4-25af-4d41-aa61-3cef0084e589", + "status": "ready", + "createdDateTime": "2020-08-20T21:50:03Z", + "lastUpdatedDateTime": "2020-08-20T21:50:07Z" + }, + { + "modelId": "79a2c6de-5040-4198-a2fa-ecbe37e71788", + "modelName": "My training", + "attributes": { + "isComposed": false + }, + "status": "ready", + "createdDateTime": "2020-10-30T13:24:02Z", + "lastUpdatedDateTime": "2020-10-30T13:24:03Z" + }, + { + "modelId": "7c9a4c19-1761-40d2-8f2b-10f10510ca74", + "status": "ready", + "createdDateTime": "2020-08-14T19:10:57Z", + "lastUpdatedDateTime": "2020-08-14T19:11:00Z" + }, + { + "modelId": "7dd8a381-1484-4809-ad11-db27dc50841e", + "status": "ready", + "createdDateTime": "2020-08-20T21:49:31Z", + "lastUpdatedDateTime": "2020-08-20T21:49:39Z" + }, + { + "modelId": "7dfcb89d-abc6-43ca-bae6-cce241d06e4f", + "status": "ready", + "createdDateTime": "2020-08-20T21:30:14Z", + "lastUpdatedDateTime": "2020-08-20T21:30:22Z" + }, + { + "modelId": "7f2745e3-7f0d-46f7-919a-96b939030594", + "status": "creating", + "createdDateTime": "2020-08-20T22:42:59Z", + "lastUpdatedDateTime": "2020-08-20T22:42:59Z" + }, + { + "modelId": "80601216-855c-4286-b532-34af33c229ae", + "status": "ready", + "createdDateTime": "2020-08-14T19:13:08Z", + "lastUpdatedDateTime": "2020-08-14T19:13:16Z" + }, + { + "modelId": "84fd2414-5018-4f5a-9805-b80467ce7593", + "status": "ready", + "createdDateTime": "2020-08-20T21:47:27Z", + "lastUpdatedDateTime": "2020-08-20T21:47:31Z" + }, + { + "modelId": "8692493e-799d-48c3-b217-950e1471adba", + "status": "ready", + "createdDateTime": "2020-08-14T19:48:16Z", + "lastUpdatedDateTime": "2020-08-14T19:48:24Z" + }, + { + "modelId": "878a4cd7-39c2-46a0-a905-7cc1bd071837", + "attributes": { + "isComposed": false + }, + "status": "ready", + "createdDateTime": "2020-08-14T19:46:09Z", + "lastUpdatedDateTime": "2020-08-14T19:46:12Z" + }, + { + "modelId": "87f0f103-08c9-4cae-91b8-f5a0a205bb35", + "status": "creating", + "createdDateTime": "2020-08-17T22:32:37Z", + "lastUpdatedDateTime": "2020-08-17T22:32:37Z" + }, + { + "modelId": "88d34ad1-0508-475c-9d75-2c15594876ac", + "status": "invalid", + "createdDateTime": "2020-08-14T19:47:12Z", + "lastUpdatedDateTime": "2020-08-14T19:47:12Z" + }, + { + "modelId": "8a2a6999-df6a-4b64-9633-87d097b2af06", + "status": "invalid", + "createdDateTime": "2020-08-20T22:45:53Z", + "lastUpdatedDateTime": "2020-08-20T22:45:53Z" + }, + { + "modelId": "91f0a68b-5890-4e2a-8856-4489113f9d54", + "attributes": { + "isComposed": false + }, + "status": "ready", + "createdDateTime": "2020-08-14T19:11:01Z", + "lastUpdatedDateTime": "2020-08-14T19:11:08Z" + }, + { + "modelId": "91f917c8-c8ad-457e-8d62-00e3e1686aac", + "status": "invalid", + "createdDateTime": "2020-08-20T18:43:19Z", + "lastUpdatedDateTime": "2020-08-20T18:43:20Z" + }, + { + "modelId": "921d9d16-9a9d-4dab-a0c5-63deb0aed5a6", + "status": "ready", + "createdDateTime": "2020-08-20T22:42:48Z", + "lastUpdatedDateTime": "2020-08-20T22:42:56Z" + }, + { + "modelId": "9259c76f-7273-41a7-83e2-fd176eeef64e", + "attributes": { + "isComposed": false + }, + "status": "ready", + "createdDateTime": "2020-08-20T22:46:02Z", + "lastUpdatedDateTime": "2020-08-20T22:46:04Z" + }, + { + "modelId": "92829e8f-ef96-4b83-8d54-4e2064729e84", + "status": "invalid", + "createdDateTime": "2020-08-14T19:08:49Z", + "lastUpdatedDateTime": "2020-08-14T19:08:49Z" + }, + { + "modelId": "932ef024-3b06-4445-bc05-863f0b7365db", + "status": "ready", + "createdDateTime": "2020-08-14T19:10:25Z", + "lastUpdatedDateTime": "2020-08-14T19:10:32Z" + }, + { + "modelId": "94e1ae64-db16-4b11-b3ec-db684b3eb473", + "status": "ready", + "createdDateTime": "2020-08-20T21:46:57Z", + "lastUpdatedDateTime": "2020-08-20T21:47:05Z" + }, + { + "modelId": "959a6767-936a-4388-be50-47b1471173e2", + "status": "ready", + "createdDateTime": "2020-08-20T22:43:33Z", + "lastUpdatedDateTime": "2020-08-20T22:43:42Z" + }, + { + "modelId": "96769aa4-eb33-45e2-8536-0dc4e5ec375c", + "attributes": { + "isComposed": false + }, + "status": "ready", + "createdDateTime": "2020-10-30T13:24:51Z", + "lastUpdatedDateTime": "2020-10-30T13:24:52Z" + } + ], + "nextLink": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com:443/formrecognizer/v2.1-preview.2/custom/models?nextLink=2!204!MDAwMTA4IXN1YnNjcmlwdGlvbnMvYjFhOTYyODAzYjdhNDU5ODlhY2RlYWE5MDU3YTRmZTQvbW9kZWxzLzk2NzY5YWE0LWViMzMtNDVlMi04NTM2LTBkYzRlNWVjMzc1Yy91c2VMYWJlbEZpbGUuanNvbiEwMDAwMjghOTk5OS0xMi0zMVQyMzo1OTo1OS45OTk5OTk5WiE-" + } + }, + { + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models?nextLink=2!204!MDAwMTA4IXN1YnNjcmlwdGlvbnMvYjFhOTYyODAzYjdhNDU5ODlhY2RlYWE5MDU3YTRmZTQvbW9kZWxzLzk2NzY5YWE0LWViMzMtNDVlMi04NTM2LTBkYzRlNWVjMzc1Yy91c2VMYWJlbEZpbGUuanNvbiEwMDAwMjghOTk5OS0xMi0zMVQyMzo1OTo1OS45OTk5OTk5WiE-", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "36e5e35882acb82a35cf102014b1a52b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "bda29f2a-cc03-4589-b17a-30f9a13bdc43", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 30 Oct 2020 13:30:54 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "245" + }, + "ResponseBody": { + "modelList": [ + { + "modelId": "96769aa4-eb33-45e2-8536-0dc4e5ec375c", + "attributes": { + "isComposed": false + }, + "status": "ready", + "createdDateTime": "2020-10-30T13:24:51Z", + "lastUpdatedDateTime": "2020-10-30T13:24:52Z" + }, + { + "modelId": "9794b06a-303c-4014-ac9c-d64ccd2d897d", + "status": "creating", + "createdDateTime": "2020-08-20T21:22:33Z", + "lastUpdatedDateTime": "2020-08-20T21:22:33Z" + }, + { + "modelId": "97be7970-9a98-4b3f-980c-77bf06f29131", + "attributes": { + "isComposed": false + }, + "status": "ready", + "createdDateTime": "2020-10-30T13:21:52Z", + "lastUpdatedDateTime": "2020-10-30T13:21:54Z" + }, + { + "modelId": "98fc2d15-8bb1-4eb8-85f8-dbde2d188615", + "status": "ready", + "createdDateTime": "2020-08-14T19:46:41Z", + "lastUpdatedDateTime": "2020-08-14T19:46:48Z" + }, + { + "modelId": "9947fcd1-42b4-4c38-930e-1b0403e6f761", + "status": "ready", + "createdDateTime": "2020-08-14T19:45:42Z", + "lastUpdatedDateTime": "2020-08-14T19:45:53Z" + }, + { + "modelId": "99c2b562-6e31-4923-a25c-8d940951ed2f", + "status": "ready", + "createdDateTime": "2020-08-14T19:47:23Z", + "lastUpdatedDateTime": "2020-08-14T19:47:32Z" + }, + { + "modelId": "9a0b42b4-09e2-4c90-8bd0-64395fb588e8", + "status": "ready", + "createdDateTime": "2020-08-20T23:28:36Z", + "lastUpdatedDateTime": "2020-08-20T23:28:44Z" + }, + { + "modelId": "9aa701a8-3822-4d5d-bc37-4891415c267f", + "status": "ready", + "createdDateTime": "2020-08-20T22:06:19Z", + "lastUpdatedDateTime": "2020-08-20T22:06:29Z" + }, + { + "modelId": "9d8aac28-0ab6-4b18-bb80-35341797a3ad", + "status": "ready", + "createdDateTime": "2020-08-20T21:53:04Z", + "lastUpdatedDateTime": "2020-08-20T21:53:15Z" + }, + { + "modelId": "9e6eb7bc-d4b9-4887-a38a-58957d712769", + "status": "ready", + "createdDateTime": "2020-08-20T21:30:14Z", + "lastUpdatedDateTime": "2020-08-20T21:30:22Z" + }, + { + "modelId": "9f7271da-c7c1-4407-bd1a-92577c187995", + "status": "invalid", + "createdDateTime": "2020-08-20T18:45:21Z", + "lastUpdatedDateTime": "2020-08-20T18:45:22Z" + }, + { + "modelId": "a00e27ee-1358-468a-a95c-c80e5bff6343", + "attributes": { + "isComposed": false + }, + "status": "ready", + "createdDateTime": "2020-08-20T22:45:08Z", + "lastUpdatedDateTime": "2020-08-20T22:45:15Z" + }, + { + "modelId": "a0a7e72a-d8ec-4293-8dee-7fbe726fc115", + "attributes": { + "isComposed": false + }, + "status": "ready", + "createdDateTime": "2020-08-20T18:45:38Z", + "lastUpdatedDateTime": "2020-08-20T18:45:39Z" + }, + { + "modelId": "a1513cf9-13dd-4eb7-bac5-7ceee4658c13", + "attributes": { + "isComposed": false + }, + "status": "ready", + "createdDateTime": "2020-08-14T18:53:36Z", + "lastUpdatedDateTime": "2020-08-14T18:53:43Z" + }, + { + "modelId": "a1b59d63-c5f4-43a4-bbba-e4e9c0c00708", + "status": "ready", + "createdDateTime": "2020-10-30T13:20:55Z", + "lastUpdatedDateTime": "2020-10-30T13:21:01Z" + }, + { + "modelId": "a2a41673-e1b2-4319-8eef-44910ce4d9cf", + "status": "ready", + "createdDateTime": "2020-08-20T18:43:33Z", + "lastUpdatedDateTime": "2020-08-20T18:43:41Z" + }, + { + "modelId": "a2b05934-353c-4eb9-ac8b-45d1d2e489f2", + "status": "ready", + "createdDateTime": "2020-08-20T22:46:14Z", + "lastUpdatedDateTime": "2020-08-20T22:46:24Z" + }, + { + "modelId": "a3189094-17a1-4acf-a788-f8c05c6e6a19", + "status": "invalid", + "createdDateTime": "2020-08-20T22:45:54Z", + "lastUpdatedDateTime": "2020-08-20T22:45:55Z" + }, + { + "modelId": "a336ff42-7e03-4b7f-821a-1246209f29de", + "status": "ready", + "createdDateTime": "2020-08-14T19:08:51Z", + "lastUpdatedDateTime": "2020-08-14T19:08:55Z" + }, + { + "modelId": "a38f391d-fad5-4ed5-be4c-5a3644803cf4", + "status": "ready", + "createdDateTime": "2020-08-20T23:29:39Z", + "lastUpdatedDateTime": "2020-08-20T23:29:51Z" + }, + { + "modelId": "a3cb3ffe-ba7b-4a0d-838a-eced98e48e8c", + "status": "invalid", + "createdDateTime": "2020-08-20T22:43:18Z", + "lastUpdatedDateTime": "2020-08-20T22:43:18Z" + }, + { + "modelId": "a5f5ef27-523c-44a4-a06c-a56470180145", + "status": "creating", + "createdDateTime": "2020-08-14T19:44:55Z", + "lastUpdatedDateTime": "2020-08-14T19:44:55Z" + }, + { + "modelId": "a67b821e-e8f2-419d-97f6-e28903abe6a0", + "attributes": { + "isComposed": false + }, + "status": "ready", + "createdDateTime": "2020-08-20T21:25:31Z", + "lastUpdatedDateTime": "2020-08-20T21:25:32Z" + }, + { + "modelId": "a70a5d5b-3b72-486b-91f1-0b518e077a43", + "status": "ready", + "createdDateTime": "2020-08-20T22:48:57Z", + "lastUpdatedDateTime": "2020-08-20T22:49:06Z" + }, + { + "modelId": "a78b3a1c-9189-4901-9bc2-ccceec21bf20", + "status": "creating", + "createdDateTime": "2020-08-20T18:44:56Z", + "lastUpdatedDateTime": "2020-08-20T18:44:56Z" + }, + { + "modelId": "a7d5f0a1-b604-4fd4-a1fb-5df92c6deaef", + "status": "ready", + "createdDateTime": "2020-08-20T18:26:04Z", + "lastUpdatedDateTime": "2020-08-20T18:26:12Z" + }, + { + "modelId": "a8b5afb6-f11a-4496-ad62-a70e3ecda523", + "status": "ready", + "createdDateTime": "2020-08-14T19:49:09Z", + "lastUpdatedDateTime": "2020-08-14T19:49:17Z" + }, + { + "modelId": "a95aa07c-a27b-4323-8bc6-3a02485f2707", + "status": "ready", + "createdDateTime": "2020-08-20T21:50:21Z", + "lastUpdatedDateTime": "2020-08-20T21:50:32Z" + }, + { + "modelId": "a9b18a20-868b-4493-be08-c614d551f83e", + "attributes": { + "isComposed": false + }, + "status": "ready", + "createdDateTime": "2020-08-20T22:46:13Z", + "lastUpdatedDateTime": "2020-08-20T22:46:14Z" + } + ], + "nextLink": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com:443/formrecognizer/v2.1-preview.2/custom/models?nextLink=2!236!MDAwMTMyIXN1YnNjcmlwdGlvbnMvYjFhOTYyODAzYjdhNDU5ODlhY2RlYWE5MDU3YTRmZTQvbW9kZWxzL2E5YjE4YTIwLTg2OGItNDQ5My1iZTA4LWM2MTRkNTUxZjgzZS9hOWIxOGEyMC04NjhiLTQ0OTMtYmUwOC1jNjE0ZDU1MWY4M2UuanNvbiEwMDAwMjghOTk5OS0xMi0zMVQyMzo1OTo1OS45OTk5OTk5WiE-" + } + }, + { + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models?nextLink=2!236!MDAwMTMyIXN1YnNjcmlwdGlvbnMvYjFhOTYyODAzYjdhNDU5ODlhY2RlYWE5MDU3YTRmZTQvbW9kZWxzL2E5YjE4YTIwLTg2OGItNDQ5My1iZTA4LWM2MTRkNTUxZjgzZS9hOWIxOGEyMC04NjhiLTQ0OTMtYmUwOC1jNjE0ZDU1MWY4M2UuanNvbiEwMDAwMjghOTk5OS0xMi0zMVQyMzo1OTo1OS45OTk5OTk5WiE-", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "922523f52a7759b5fd13e33dd881419b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "5ab86e5a-8337-4536-b58e-ce352e6aaf16", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 30 Oct 2020 13:30:54 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "247" + }, + "ResponseBody": { + "modelList": [ + { + "modelId": "a9b18a20-868b-4493-be08-c614d551f83e", + "attributes": { + "isComposed": false + }, + "status": "ready", + "createdDateTime": "2020-08-20T22:46:13Z", + "lastUpdatedDateTime": "2020-08-20T22:46:14Z" + }, + { + "modelId": "a9dbcb83-f15c-4b42-aaef-c2e78adb3169", + "status": "ready", + "createdDateTime": "2020-08-14T19:47:14Z", + "lastUpdatedDateTime": "2020-08-14T19:47:20Z" + }, + { + "modelId": "ab71a8bd-e38c-41dd-8b9f-4677355e9ab5", + "attributes": { + "isComposed": false + }, + "status": "ready", + "createdDateTime": "2020-10-30T13:21:05Z", + "lastUpdatedDateTime": "2020-10-30T13:21:06Z" + }, + { + "modelId": "ac2a0641-62e3-43e4-ab21-2f0eb52b6e61", + "status": "ready", + "createdDateTime": "2020-08-20T21:24:53Z", + "lastUpdatedDateTime": "2020-08-20T21:25:02Z" + }, + { + "modelId": "ad2694f9-88d9-48b6-b85c-71b6000aa9df", + "status": "ready", + "createdDateTime": "2020-08-14T19:47:39Z", + "lastUpdatedDateTime": "2020-08-14T19:47:49Z" + }, + { + "modelId": "af6d3536-b663-4856-9824-9e8872fc83ed", + "attributes": { + "isComposed": false + }, + "status": "ready", + "createdDateTime": "2020-08-20T18:43:43Z", + "lastUpdatedDateTime": "2020-08-20T18:43:45Z" + }, + { + "modelId": "b01f6909-840f-4ca9-85a3-769538176fe5", + "status": "ready", + "createdDateTime": "2020-08-20T22:43:50Z", + "lastUpdatedDateTime": "2020-08-20T22:44:01Z" + }, + { + "modelId": "b08b7db5-97ae-4459-9603-47d5994e9f4a", + "status": "ready", + "createdDateTime": "2020-08-14T19:11:57Z", + "lastUpdatedDateTime": "2020-08-14T19:12:05Z" + }, + { + "modelId": "b0b6140c-fb6e-4c67-b7f1-420074909323", + "status": "creating", + "createdDateTime": "2020-08-20T23:28:47Z", + "lastUpdatedDateTime": "2020-08-20T23:28:47Z" + }, + { + "modelId": "b102b022-de56-4e48-8c16-41dae496d899", + "status": "invalid", + "createdDateTime": "2020-08-20T21:47:25Z", + "lastUpdatedDateTime": "2020-08-20T21:47:25Z" + }, + { + "modelId": "b370849a-a304-464b-acdb-1308a78b2fa2", + "status": "invalid", + "createdDateTime": "2020-10-30T13:20:52Z", + "lastUpdatedDateTime": "2020-10-30T13:20:52Z" + }, + { + "modelId": "b3cc3815-9fc0-40bc-ad82-0533b038db9d", + "status": "ready", + "createdDateTime": "2020-08-14T19:45:13Z", + "lastUpdatedDateTime": "2020-08-14T19:45:17Z" + }, + { + "modelId": "b404b97b-0e37-4eb5-8ad1-4ced5d0a34a5", + "status": "ready", + "createdDateTime": "2020-08-20T18:45:29Z", + "lastUpdatedDateTime": "2020-08-20T18:45:37Z" + }, + { + "modelId": "b5c033b5-b3b4-4a68-8744-0f7509be8504", + "status": "ready", + "createdDateTime": "2020-10-30T13:21:55Z", + "lastUpdatedDateTime": "2020-10-30T13:22:15Z" + }, + { + "modelId": "b6cf7b42-a0ea-4d17-9a2e-080f0370f562", + "status": "invalid", + "createdDateTime": "2020-08-20T21:22:55Z", + "lastUpdatedDateTime": "2020-08-20T21:22:55Z" + }, + { + "modelId": "b768df27-adda-4f47-8223-4f9b696b3591", + "status": "creating", + "createdDateTime": "2020-08-20T21:47:08Z", + "lastUpdatedDateTime": "2020-08-20T21:47:08Z" + }, + { + "modelId": "b7af13d6-8a7c-4254-ab2f-1ccd03d26f97", + "modelName": "My composed model", + "attributes": { + "isComposed": true + }, + "status": "ready", + "createdDateTime": "2020-10-30T13:23:46Z", + "lastUpdatedDateTime": "2020-10-30T13:23:47Z" + }, + { + "modelId": "bacfa117-235d-43f0-b919-913a0e0ae686", + "status": "ready", + "createdDateTime": "2020-08-20T22:47:48Z", + "lastUpdatedDateTime": "2020-08-20T22:47:56Z" + }, + { + "modelId": "bc1133f6-33d3-4ac1-a848-0695866e1786", + "attributes": { + "isComposed": false + }, + "status": "ready", + "createdDateTime": "2020-08-20T21:25:41Z", + "lastUpdatedDateTime": "2020-08-20T21:25:42Z" + }, + { + "modelId": "bc6ae2e0-2eb4-40bb-b8d0-0ca37f413c58", + "status": "invalid", + "createdDateTime": "2020-08-20T21:22:53Z", + "lastUpdatedDateTime": "2020-08-20T21:22:54Z" + }, + { + "modelId": "bd10694b-d9fd-402e-9f89-2e5994a7691f", + "attributes": { + "isComposed": false + }, + "status": "ready", + "createdDateTime": "2020-08-20T18:27:08Z", + "lastUpdatedDateTime": "2020-08-20T18:27:10Z" + }, + { + "modelId": "be8593fc-3fab-4300-8b14-f77966b99c04", + "status": "invalid", + "createdDateTime": "2020-08-14T19:10:54Z", + "lastUpdatedDateTime": "2020-08-14T19:10:54Z" + }, + { + "modelId": "c1cf6bc1-0d0f-4a23-b453-9df1b937710a", + "status": "ready", + "createdDateTime": "2020-08-20T18:47:27Z", + "lastUpdatedDateTime": "2020-08-20T18:47:35Z" + }, + { + "modelId": "c2401fd4-05c0-48d4-bd2f-7a30589b1306", + "attributes": { + "isComposed": false + }, + "status": "ready", + "createdDateTime": "2020-08-14T19:09:15Z", + "lastUpdatedDateTime": "2020-08-14T19:09:27Z" + }, + { + "modelId": "c39ee6fa-e7a8-4ad9-990e-aa9049846fff", + "status": "ready", + "createdDateTime": "2020-08-20T23:29:08Z", + "lastUpdatedDateTime": "2020-08-20T23:29:13Z" + }, + { + "modelId": "c5797a87-180d-4ec3-a23f-aa44848ad149", + "status": "ready", + "createdDateTime": "2020-08-20T23:26:12Z", + "lastUpdatedDateTime": "2020-08-20T23:26:17Z" + }, + { + "modelId": "c690cad3-cb93-4b4b-9139-f542f08aefa2", + "attributes": { + "isComposed": false + }, + "status": "ready", + "createdDateTime": "2020-08-20T23:26:23Z", + "lastUpdatedDateTime": "2020-08-20T23:26:24Z" + }, + { + "modelId": "c6a30526-4a60-4aac-90db-dea83bf04799", + "attributes": { + "isComposed": false + }, + "status": "ready", + "createdDateTime": "2020-08-20T23:25:05Z", + "lastUpdatedDateTime": "2020-08-20T23:25:07Z" + }, + { + "modelId": "c7d33988-9209-49fa-bc94-55750dcd16bb", + "status": "ready", + "createdDateTime": "2020-08-20T23:33:14Z", + "lastUpdatedDateTime": "2020-08-20T23:33:22Z" + } + ], + "nextLink": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com:443/formrecognizer/v2.1-preview.2/custom/models?nextLink=2!204!MDAwMTA4IXN1YnNjcmlwdGlvbnMvYjFhOTYyODAzYjdhNDU5ODlhY2RlYWE5MDU3YTRmZTQvbW9kZWxzL2M3ZDMzOTg4LTkyMDktNDlmYS1iYzk0LTU1NzUwZGNkMTZiYi91c2VMYWJlbEZpbGUuanNvbiEwMDAwMjghOTk5OS0xMi0zMVQyMzo1OTo1OS45OTk5OTk5WiE-" + } + }, + { + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models?nextLink=2!204!MDAwMTA4IXN1YnNjcmlwdGlvbnMvYjFhOTYyODAzYjdhNDU5ODlhY2RlYWE5MDU3YTRmZTQvbW9kZWxzL2M3ZDMzOTg4LTkyMDktNDlmYS1iYzk0LTU1NzUwZGNkMTZiYi91c2VMYWJlbEZpbGUuanNvbiEwMDAwMjghOTk5OS0xMi0zMVQyMzo1OTo1OS45OTk5OTk5WiE-", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "32ad81ab2180f13debe7a341f4d209f5", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "f0799062-3518-4cf1-8c64-5f9916326d3f", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 30 Oct 2020 13:30:55 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "219" + }, + "ResponseBody": { + "modelList": [ + { + "modelId": "c7d33988-9209-49fa-bc94-55750dcd16bb", + "status": "ready", + "createdDateTime": "2020-08-20T23:33:14Z", + "lastUpdatedDateTime": "2020-08-20T23:33:22Z" + }, + { + "modelId": "c89e3c61-0048-4ac6-93e6-4f28e4c290cc", + "attributes": { + "isComposed": false + }, + "status": "ready", + "createdDateTime": "2020-08-14T19:29:28Z", + "lastUpdatedDateTime": "2020-08-14T19:29:35Z" + }, + { + "modelId": "c8b76997-38b0-444f-9646-40e930bd7b5c", + "status": "ready", + "createdDateTime": "2020-08-20T21:47:50Z", + "lastUpdatedDateTime": "2020-08-20T21:48:01Z" + }, + { + "modelId": "cdb4705a-40e1-4ff4-8ad0-fec5734f4325", + "status": "ready", + "createdDateTime": "2020-08-20T23:10:08Z", + "lastUpdatedDateTime": "2020-08-20T23:10:17Z" + }, + { + "modelId": "cde04bf1-6d25-46f7-bdb5-2d056d9d0770", + "status": "ready", + "createdDateTime": "2020-08-14T19:09:28Z", + "lastUpdatedDateTime": "2020-08-14T19:09:39Z" + }, + { + "modelId": "cdfdd9de-9047-4c6b-9a87-eb8f561f73ff", + "attributes": { + "isComposed": false + }, + "status": "ready", + "createdDateTime": "2020-08-14T19:47:21Z", + "lastUpdatedDateTime": "2020-08-14T19:47:23Z" + }, + { + "modelId": "cee73923-0fa2-40dd-8eda-8446c153ecbb", + "attributes": { + "isComposed": false + }, + "status": "ready", + "createdDateTime": "2020-08-14T19:45:18Z", + "lastUpdatedDateTime": "2020-08-14T19:45:20Z" + }, + { + "modelId": "cf0a0084-92b5-4c82-aaee-b899a0645f91", + "status": "ready", + "createdDateTime": "2020-08-14T18:53:51Z", + "lastUpdatedDateTime": "2020-08-14T18:53:59Z" + }, + { + "modelId": "cfe8a11b-ae8c-4105-a8a3-ab69bd8a4354", + "status": "invalid", + "createdDateTime": "2020-10-30T13:23:52Z", + "lastUpdatedDateTime": "2020-10-30T13:23:52Z" + }, + { + "modelId": "d1ebd4b5-6e79-4a31-9ed2-0d492b409a6c", + "status": "creating", + "createdDateTime": "2020-08-14T19:46:50Z", + "lastUpdatedDateTime": "2020-08-14T19:46:50Z" + }, + { + "modelId": "d234c2cd-e20d-407c-b023-2bb7e0065875", + "status": "ready", + "createdDateTime": "2020-08-20T21:06:49Z", + "lastUpdatedDateTime": "2020-08-20T21:06:57Z" + }, + { + "modelId": "d2bb2813-e890-4726-ad3a-5b2137840550", + "status": "ready", + "createdDateTime": "2020-08-14T19:08:59Z", + "lastUpdatedDateTime": "2020-08-14T19:09:09Z" + }, + { + "modelId": "d35b3816-19e2-4263-840b-749342c5a9ae", + "status": "creating", + "createdDateTime": "2020-08-20T23:25:48Z", + "lastUpdatedDateTime": "2020-08-20T23:25:48Z" + }, + { + "modelId": "d38c3724-ecc0-46ad-be24-9cfb55e88fdd", + "attributes": { + "isComposed": false + }, + "status": "ready", + "createdDateTime": "2020-08-20T23:29:19Z", + "lastUpdatedDateTime": "2020-08-20T23:29:21Z" + }, + { + "modelId": "d44ad36d-9b3f-4528-aeed-50111c87d0d8", + "status": "ready", + "createdDateTime": "2020-08-20T21:22:56Z", + "lastUpdatedDateTime": "2020-08-20T21:22:59Z" + }, + { + "modelId": "d71f1973-c8bc-4723-95f6-270faeb0d710", + "status": "ready", + "createdDateTime": "2020-08-05T20:02:42Z", + "lastUpdatedDateTime": "2020-08-05T20:02:53Z" + }, + { + "modelId": "d76bbb87-3665-4fcf-bd78-5af39fa70371", + "status": "creating", + "createdDateTime": "2020-08-20T21:25:03Z", + "lastUpdatedDateTime": "2020-08-20T21:25:03Z" + }, + { + "modelId": "d7c60908-afae-4db7-97a4-7dfee044d9fb", + "attributes": { + "isComposed": false + }, + "status": "ready", + "createdDateTime": "2020-08-14T19:44:20Z", + "lastUpdatedDateTime": "2020-08-14T19:44:27Z" + }, + { + "modelId": "d8bc8709-3324-4d86-a702-fb13d83bd3fd", + "attributes": { + "isComposed": false + }, + "status": "ready", + "createdDateTime": "2020-08-20T21:24:37Z", + "lastUpdatedDateTime": "2020-08-20T21:24:38Z" + }, + { + "modelId": "d9d6453d-555a-411b-8969-29023fc1d347", + "attributes": { + "isComposed": false + }, + "status": "ready", + "createdDateTime": "2020-08-20T21:50:19Z", + "lastUpdatedDateTime": "2020-08-20T21:50:21Z" + }, + { + "modelId": "da9ff68e-3cb0-4066-8030-84fac4049adf", + "status": "ready", + "createdDateTime": "2020-08-20T23:26:42Z", + "lastUpdatedDateTime": "2020-08-20T23:26:55Z" + }, + { + "modelId": "db37c79c-cb7c-4e82-b5a6-de8761e95791", + "status": "creating", + "createdDateTime": "2020-08-17T22:33:39Z", + "lastUpdatedDateTime": "2020-08-17T22:33:39Z" + }, + { + "modelId": "de0c3af0-ab73-4a50-88b9-0be008348ff3", + "status": "ready", + "createdDateTime": "2020-08-14T19:12:59Z", + "lastUpdatedDateTime": "2020-08-14T19:13:07Z" + }, + { + "modelId": "ded45364-1d15-4185-9ba1-349085488c79", + "attributes": { + "isComposed": false + }, + "status": "ready", + "createdDateTime": "2020-08-20T21:31:28Z", + "lastUpdatedDateTime": "2020-08-20T21:31:30Z" + }, + { + "modelId": "df46a938-d337-4664-82f6-13fe40a3ccbd", + "status": "ready", + "createdDateTime": "2020-08-05T20:05:23Z", + "lastUpdatedDateTime": "2020-08-05T20:05:34Z" + }, + { + "modelId": "dfed1264-2f66-4fa1-83fd-adce189c3ae9", + "status": "creating", + "createdDateTime": "2020-08-17T22:30:35Z", + "lastUpdatedDateTime": "2020-08-17T22:30:35Z" + }, + { + "modelId": "e10d0994-db23-4546-9ea7-377e52f85c7e", + "status": "ready", + "createdDateTime": "2020-08-20T21:47:40Z", + "lastUpdatedDateTime": "2020-08-20T21:47:48Z" + }, + { + "modelId": "e1fb3fc5-8672-4d3c-ad29-fa0c489f21fd", + "status": "invalid", + "createdDateTime": "2020-08-20T18:43:14Z", + "lastUpdatedDateTime": "2020-08-20T18:43:15Z" + }, + { + "modelId": "e24f5b1e-4167-4fc7-84fb-298f083a1959", + "status": "ready", + "createdDateTime": "2020-08-20T18:47:17Z", + "lastUpdatedDateTime": "2020-08-20T18:47:25Z" + }, + { + "modelId": "e29f1d60-4987-478c-b1c7-ad4dd466a719", + "status": "ready", + "createdDateTime": "2020-08-20T21:50:10Z", + "lastUpdatedDateTime": "2020-08-20T21:50:18Z" + } + ], + "nextLink": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com:443/formrecognizer/v2.1-preview.2/custom/models?nextLink=2!236!MDAwMTMyIXN1YnNjcmlwdGlvbnMvYjFhOTYyODAzYjdhNDU5ODlhY2RlYWE5MDU3YTRmZTQvbW9kZWxzL2UyOWYxZDYwLTQ5ODctNDc4Yy1iMWM3LWFkNGRkNDY2YTcxOS9lMjlmMWQ2MC00OTg3LTQ3OGMtYjFjNy1hZDRkZDQ2NmE3MTkuanNvbiEwMDAwMjghOTk5OS0xMi0zMVQyMzo1OTo1OS45OTk5OTk5WiE-" + } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/48d09b9c-b65c-491e-8913-2c0636ad7a0d?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models?nextLink=2!236!MDAwMTMyIXN1YnNjcmlwdGlvbnMvYjFhOTYyODAzYjdhNDU5ODlhY2RlYWE5MDU3YTRmZTQvbW9kZWxzL2UyOWYxZDYwLTQ5ODctNDc4Yy1iMWM3LWFkNGRkNDY2YTcxOS9lMjlmMWQ2MC00OTg3LTQ3OGMtYjFjNy1hZDRkZDQ2NmE3MTkuanNvbiEwMDAwMjghOTk5OS0xMi0zMVQyMzo1OTo1OS45OTk5OTk5WiE-", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-d3472365e0034e4586690055e7b545e1-71338de2e7e3354e-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "32ad81ab2180f13debe7a341f4d209f5", + "x-ms-client-request-id": "3c4af54555cd2dc82d8b39999fece0b4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "c8cae8d7-9232-411f-b91b-8ad906e182d1", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 30 Oct 2020 13:30:55 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "192" + }, + "ResponseBody": { + "modelList": [ + { + "modelId": "e29f1d60-4987-478c-b1c7-ad4dd466a719", + "status": "ready", + "createdDateTime": "2020-08-20T21:50:10Z", + "lastUpdatedDateTime": "2020-08-20T21:50:18Z" + }, + { + "modelId": "e2d2eecf-d810-4fd9-8b94-cc370a9d3dc5", + "status": "creating", + "createdDateTime": "2020-08-20T21:49:40Z", + "lastUpdatedDateTime": "2020-08-20T21:49:40Z" + }, + { + "modelId": "e31e548b-1c1a-4345-907b-b77bec13260d", + "status": "creating", + "createdDateTime": "2020-08-17T17:11:47Z", + "lastUpdatedDateTime": "2020-08-17T17:11:47Z" + }, + { + "modelId": "e4100004-e84e-4795-b220-983fafee5a10", + "attributes": { + "isComposed": false + }, + "status": "ready", + "createdDateTime": "2020-10-30T13:19:24Z", + "lastUpdatedDateTime": "2020-10-30T13:19:26Z" + }, + { + "modelId": "e4949cbb-05e0-4d1b-bab9-c4e444b25c9e", + "status": "invalid", + "createdDateTime": "2020-08-14T19:08:50Z", + "lastUpdatedDateTime": "2020-08-14T19:08:51Z" + }, + { + "modelId": "e8679f07-a7ae-43ff-af1c-417567ece17f", + "status": "creating", + "createdDateTime": "2020-08-14T19:08:23Z", + "lastUpdatedDateTime": "2020-08-14T19:08:23Z" + }, + { + "modelId": "eb44883e-8d7f-45b3-ad73-e5bd93a96ca3", + "attributes": { + "isComposed": false + }, + "status": "ready", + "createdDateTime": "2020-10-30T13:30:48Z", + "lastUpdatedDateTime": "2020-10-30T13:30:50Z" + }, + { + "modelId": "eb78387f-b93d-47c4-8ff2-5a75fa2848c2", + "status": "creating", + "createdDateTime": "2020-08-17T17:11:08Z", + "lastUpdatedDateTime": "2020-08-17T17:11:08Z" + }, + { + "modelId": "eccc2f1b-08fc-4bdf-af54-45bbb3a94dc8", + "status": "creating", + "createdDateTime": "2020-08-20T21:47:16Z", + "lastUpdatedDateTime": "2020-08-20T21:47:16Z" + }, + { + "modelId": "f019ba8f-b377-4307-aed2-2e357d88faad", + "status": "invalid", + "createdDateTime": "2020-08-14T19:10:55Z", + "lastUpdatedDateTime": "2020-08-14T19:10:56Z" + }, + { + "modelId": "f0790982-b19e-4f0b-9f3d-0bd73c22d50b", + "status": "ready", + "createdDateTime": "2020-08-20T18:45:40Z", + "lastUpdatedDateTime": "2020-08-20T18:45:50Z" + }, + { + "modelId": "f09bb379-e552-423b-a66e-11d4a47b4cad", + "attributes": { + "isComposed": false + }, + "status": "ready", + "createdDateTime": "2020-08-14T19:45:30Z", + "lastUpdatedDateTime": "2020-08-14T19:45:41Z" + }, + { + "modelId": "f16a5995-6f9d-429c-a9ce-94b42e707f4e", + "status": "ready", + "createdDateTime": "2020-08-20T21:23:21Z", + "lastUpdatedDateTime": "2020-08-20T21:23:32Z" + }, + { + "modelId": "f2b17543-4827-4824-8f0a-297915305924", + "status": "creating", + "createdDateTime": "2020-08-20T23:25:39Z", + "lastUpdatedDateTime": "2020-08-20T23:25:39Z" + }, + { + "modelId": "f313494f-2d7d-4c1b-baca-4f019e1bb372", + "status": "ready", + "createdDateTime": "2020-08-20T21:23:09Z", + "lastUpdatedDateTime": "2020-08-20T21:23:17Z" + }, + { + "modelId": "f4a51dde-7357-46f7-b160-1321e8cf6a8e", + "status": "creating", + "createdDateTime": "2020-08-20T21:25:03Z", + "lastUpdatedDateTime": "2020-08-20T21:25:03Z" + }, + { + "modelId": "f5b14d6e-2c12-4a8b-a26b-6f919fb3fc22", + "status": "ready", + "createdDateTime": "2020-08-20T18:27:28Z", + "lastUpdatedDateTime": "2020-08-20T18:27:36Z" + }, + { + "modelId": "f630338a-704f-49e6-90df-3661cdb70919", + "attributes": { + "isComposed": false + }, + "status": "ready", + "createdDateTime": "2020-08-20T21:47:48Z", + "lastUpdatedDateTime": "2020-08-20T21:47:49Z" + }, + { + "modelId": "f86960b5-529c-434d-900e-72383c3535bd", + "status": "ready", + "createdDateTime": "2020-08-20T21:27:51Z", + "lastUpdatedDateTime": "2020-08-20T21:27:59Z" + }, + { + "modelId": "f8ec4bc9-ae6d-4ff7-ae5e-5ce9155164cf", + "status": "ready", + "createdDateTime": "2020-08-20T23:32:06Z", + "lastUpdatedDateTime": "2020-08-20T23:32:14Z" + }, + { + "modelId": "f9ad28eb-5fdc-4844-8a72-04a115dd2029", + "status": "creating", + "createdDateTime": "2020-08-20T18:42:49Z", + "lastUpdatedDateTime": "2020-08-20T18:42:49Z" + }, + { + "modelId": "f9eac550-7eab-49e7-ac68-71da7921e50e", + "attributes": { + "isComposed": false + }, + "status": "ready", + "createdDateTime": "2020-10-30T13:24:04Z", + "lastUpdatedDateTime": "2020-10-30T13:24:06Z" + }, + { + "modelId": "fa826a53-a1a9-43e9-a865-4299f0f0b100", + "status": "creating", + "createdDateTime": "2020-10-30T13:19:47Z", + "lastUpdatedDateTime": "2020-10-30T13:19:47Z" + }, + { + "modelId": "fae7acb8-2ffc-40d1-9e07-a2f2af6f54f5", + "status": "ready", + "createdDateTime": "2020-08-20T21:25:43Z", + "lastUpdatedDateTime": "2020-08-20T21:25:54Z" + }, + { + "modelId": "fbc59a11-f373-4f3d-b24c-3e32aa033d7e", + "status": "creating", + "createdDateTime": "2020-08-20T18:42:56Z", + "lastUpdatedDateTime": "2020-08-20T18:42:56Z" + }, + { + "modelId": "fc0d549e-3a1f-4eda-bb96-fb6bf60c0f53", + "attributes": { + "isComposed": false + }, + "status": "ready", + "createdDateTime": "2020-08-20T21:47:32Z", + "lastUpdatedDateTime": "2020-08-20T21:47:39Z" + }, + { + "modelId": "fca987e8-8ed2-4c00-8aa4-eeff583bb155", + "status": "creating", + "createdDateTime": "2020-08-20T21:49:40Z", + "lastUpdatedDateTime": "2020-08-20T21:49:40Z" + } + ], + "nextLink": "" + } + }, + { + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models?op=summary", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "traceparent": "00-bf953e1db6ba3b46b16be465f732d16d-676be68fbf08e54f-00", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "9274748d7304d3aae634a68f8773652a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "1011d03c-32f4-412f-b3a9-d3304d9d504b", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 30 Oct 2020 13:30:55 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "39" + }, + "ResponseBody": { + "summary": { + "count": 267, + "limit": 5000, + "lastUpdatedDateTime": "2020-10-30T13:30:56Z" + } + } + }, + { + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/eb44883e-8d7f-45b3-ad73-e5bd93a96ca3", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "traceparent": "00-219e03f2b9fa3a419281e41e6dcbde16-411507b9677d5c46-00", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "e2f8ed0a043655cdb97f05f5e8a452ff", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 204, + "ResponseHeaders": { + "apim-request-id": "401aec50-05c6-45b7-94c9-2625c4802bac", + "Content-Length": "0", + "Date": "Fri, 30 Oct 2020 13:30:55 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "37" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/eb44883e-8d7f-45b3-ad73-e5bd93a96ca3?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "traceparent": "00-8c056eb8d179bd4a85ad6b052a077151-c838c9bb85a8a744-00", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "7fb4ee07765dd2f14b775699af38a6ba", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 404, "ResponseHeaders": { - "apim-request-id": "04749453-1424-49e6-9365-c2047575a554", + "apim-request-id": "83a21dbc-760d-4b02-9a1a-c6c4c9485b98", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:22:15 GMT", + "Date": "Fri, 30 Oct 2020 13:30:56 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": "18" }, "ResponseBody": { "error": { "code": "1022", - "message": "Model with \u0027id=48d09b9c-b65c-491e-8913-2c0636ad7a0d\u0027 not found." + "message": "Model with \u0027id=eb44883e-8d7f-45b3-ad73-e5bd93a96ca3\u0027 not found." } } } @@ -1499,7 +2571,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-westcentralus.cognitiveservices.azure.com/", "RandomSeed": "1936916989" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/TrainingOps(True)Async.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/TrainingOps(True)Async.json index 389e024a8a6c3..b61eaf3aecb3c 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/TrainingOps(True)Async.json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/FormTrainingClientLiveTests/TrainingOps(True)Async.json @@ -1,17 +1,17 @@ { "Entries": [ { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "42", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-ad22bc96cbef1f4fad79955dab5cb277-a331bd1afb0ea042-00", + "traceparent": "00-2c0911aef583a849bb8b0cc2439fc027-e3b30d1f2ca6d84b-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "8ca29afae52b4e5f632524e004d6597c", "x-ms-return-client-request-id": "true" @@ -22,25 +22,25 @@ }, "StatusCode": 201, "ResponseHeaders": { - "apim-request-id": "f3700a3b-dcf3-418d-97cc-dd11a4779683", + "apim-request-id": "edd122c6-01ab-4647-9a7e-b1a5a2e7a994", "Content-Length": "0", - "Date": "Wed, 09 Sep 2020 22:24:48 GMT", - "Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/d105b6ec-2f04-43eb-bc3d-fa3a2a687166", + "Date": "Fri, 30 Oct 2020 13:31:58 GMT", + "Location": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/cee40303-8aaa-418a-b5b4-9055cb5bb4d8", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "307" + "x-envoy-upstream-service-time": "195" }, "ResponseBody": [] }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/d105b6ec-2f04-43eb-bc3d-fa3a2a687166?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/cee40303-8aaa-418a-b5b4-9055cb5bb4d8?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "000b9ab2fb68b1ff72f7844801daa02a", "x-ms-return-client-request-id": "true" @@ -48,32 +48,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "ffae612b-f287-4d45-9066-d3ec10349786", + "apim-request-id": "8432d249-bad3-47ed-b8ac-72efe42517f5", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:24:48 GMT", + "Date": "Fri, 30 Oct 2020 13:31:59 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": "30" }, "ResponseBody": { "modelInfo": { - "modelId": "d105b6ec-2f04-43eb-bc3d-fa3a2a687166", + "modelId": "cee40303-8aaa-418a-b5b4-9055cb5bb4d8", "status": "creating", - "createdDateTime": "2020-09-09T22:24:49Z", - "lastUpdatedDateTime": "2020-09-09T22:24:49Z" + "createdDateTime": "2020-10-30T13:31:58Z", + "lastUpdatedDateTime": "2020-10-30T13:31:58Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/d105b6ec-2f04-43eb-bc3d-fa3a2a687166?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/cee40303-8aaa-418a-b5b4-9055cb5bb4d8?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "de97308b99350fe31089dbb411a7730b", "x-ms-return-client-request-id": "true" @@ -81,32 +81,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "bf503f95-0097-401f-bff4-5825f13cd300", + "apim-request-id": "83cf5841-54e1-406a-b4f4-74198781fe47", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:24:49 GMT", + "Date": "Fri, 30 Oct 2020 13:32:00 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": "22" }, "ResponseBody": { "modelInfo": { - "modelId": "d105b6ec-2f04-43eb-bc3d-fa3a2a687166", + "modelId": "cee40303-8aaa-418a-b5b4-9055cb5bb4d8", "status": "creating", - "createdDateTime": "2020-09-09T22:24:49Z", - "lastUpdatedDateTime": "2020-09-09T22:24:49Z" + "createdDateTime": "2020-10-30T13:31:58Z", + "lastUpdatedDateTime": "2020-10-30T13:31:58Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/d105b6ec-2f04-43eb-bc3d-fa3a2a687166?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/cee40303-8aaa-418a-b5b4-9055cb5bb4d8?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "8f641c49fc59fe2f9bf1193361174c88", "x-ms-return-client-request-id": "true" @@ -114,9 +114,9 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "0267c8ce-3bff-444d-9528-0b114842ff6a", + "apim-request-id": "66b9f590-901f-4e68-8149-2b7c704c2b73", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:24:50 GMT", + "Date": "Fri, 30 Oct 2020 13:32:01 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", @@ -124,13 +124,13 @@ }, "ResponseBody": { "modelInfo": { - "modelId": "d105b6ec-2f04-43eb-bc3d-fa3a2a687166", + "modelId": "cee40303-8aaa-418a-b5b4-9055cb5bb4d8", "attributes": { "isComposed": false }, "status": "ready", - "createdDateTime": "2020-09-09T22:24:49Z", - "lastUpdatedDateTime": "2020-09-09T22:24:51Z" + "createdDateTime": "2020-10-30T13:31:58Z", + "lastUpdatedDateTime": "2020-10-30T13:32:01Z" }, "trainResult": { "averageModelAccuracy": 0.96, @@ -228,15 +228,15 @@ } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/d105b6ec-2f04-43eb-bc3d-fa3a2a687166?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/cee40303-8aaa-418a-b5b4-9055cb5bb4d8?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-f1fcbb22e7ccf14691ae49b5c3d007fa-ee034c8f39cf224b-00", + "traceparent": "00-bf349843b2ecdb4691b30bc5dd014be7-99a0b8f0552ede4c-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "d355f9847a3e1947b6fbefdf204a9fcb", "x-ms-return-client-request-id": "true" @@ -244,23 +244,23 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "8d24c2cb-5b5b-4f33-956a-bfb781a78d8d", + "apim-request-id": "1c0f3971-d8b6-40a5-b88e-6c2340848327", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:24:51 GMT", + "Date": "Fri, 30 Oct 2020 13:32:01 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": "89" }, "ResponseBody": { "modelInfo": { - "modelId": "d105b6ec-2f04-43eb-bc3d-fa3a2a687166", + "modelId": "cee40303-8aaa-418a-b5b4-9055cb5bb4d8", "attributes": { "isComposed": false }, "status": "ready", - "createdDateTime": "2020-09-09T22:24:49Z", - "lastUpdatedDateTime": "2020-09-09T22:24:51Z" + "createdDateTime": "2020-10-30T13:31:58Z", + "lastUpdatedDateTime": "2020-10-30T13:32:01Z" }, "trainResult": { "averageModelAccuracy": 0.96, @@ -358,14 +358,14 @@ } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models?op=full", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models?op=full", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "e5ff788410768fd00199434480b0aef9", "x-ms-return-client-request-id": "true" @@ -373,242 +373,280 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "83e8d0db-8e66-40fe-8b6e-2332c49bcec3", + "apim-request-id": "0094fd8d-e11f-4bde-a9a0-6463b0daf73e", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:24:51 GMT", + "Date": "Fri, 30 Oct 2020 13:32:02 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "282" + "x-envoy-upstream-service-time": "307" }, "ResponseBody": { "modelList": [ { - "modelId": "00865e07-158d-471e-9426-01be75f859e0", - "status": "ready", - "createdDateTime": "2020-08-26T17:32:48Z", - "lastUpdatedDateTime": "2020-08-26T17:33:00Z" - }, - { - "modelId": "020b8b8c-c2f6-491b-b01a-ff5993467086", - "status": "ready", - "createdDateTime": "2020-09-09T22:20:27Z", - "lastUpdatedDateTime": "2020-09-09T22:20:40Z" - }, - { - "modelId": "028fea9c-452b-424b-b013-131263f59718", + "modelId": "007c06a2-25ad-48f2-9d13-b104d0d8f1e0", "attributes": { "isComposed": false }, "status": "ready", - "createdDateTime": "2020-09-09T22:23:10Z", - "lastUpdatedDateTime": "2020-09-09T22:23:12Z" + "createdDateTime": "2020-08-20T18:43:30Z", + "lastUpdatedDateTime": "2020-08-20T18:43:32Z" }, { - "modelId": "042854ec-75a6-415c-93ee-53a894149e3d", + "modelId": "01579645-6803-4345-8db9-659c6a1744a0", "status": "ready", - "createdDateTime": "2020-09-09T22:20:52Z", - "lastUpdatedDateTime": "2020-09-09T22:21:02Z" + "createdDateTime": "2020-10-30T13:23:55Z", + "lastUpdatedDateTime": "2020-10-30T13:24:00Z" }, { - "modelId": "052402e5-f6dd-4b4f-a06f-882b793dc037", + "modelId": "01bc0ea9-d7e3-4515-b502-f2b57efb0aa2", "status": "creating", - "createdDateTime": "2020-08-26T17:34:14Z", - "lastUpdatedDateTime": "2020-08-26T17:34:14Z" + "createdDateTime": "2020-08-20T18:44:54Z", + "lastUpdatedDateTime": "2020-08-20T18:44:54Z" }, { - "modelId": "06a29baa-9786-4aab-8b84-a8ea64541595", + "modelId": "01bd21ac-ce1b-4e9f-b1a3-92847479633e", "status": "ready", - "createdDateTime": "2020-08-26T17:34:36Z", - "lastUpdatedDateTime": "2020-08-26T17:34:39Z" + "createdDateTime": "2020-08-20T22:28:00Z", + "lastUpdatedDateTime": "2020-08-20T22:28:09Z" }, { - "modelId": "0d35e818-d64a-40ea-97ac-090610c49e4c", + "modelId": "01ef6d0c-d5c1-4343-bbcd-6add5cda3741", "status": "creating", - "createdDateTime": "2020-08-26T17:50:49Z", - "lastUpdatedDateTime": "2020-08-26T17:50:49Z" + "createdDateTime": "2020-08-17T21:42:37Z", + "lastUpdatedDateTime": "2020-08-17T21:42:37Z" }, { - "modelId": "121c25e5-4890-403d-b427-8abd49dd6a76", + "modelId": "022a3ddc-a723-4df1-bbee-df16b2092efa", "status": "ready", - "createdDateTime": "2020-08-26T17:34:03Z", - "lastUpdatedDateTime": "2020-08-26T17:34:13Z" - }, - { - "modelId": "132f040d-4fa8-4e4f-aab9-c3116eb2d2ec", - "status": "invalid", - "createdDateTime": "2020-09-09T22:20:49Z", - "lastUpdatedDateTime": "2020-09-09T22:20:49Z" + "createdDateTime": "2020-08-14T18:52:29Z", + "lastUpdatedDateTime": "2020-08-14T18:52:37Z" }, { - "modelId": "156a6740-4d04-46ae-94bc-893c8b5d0150", + "modelId": "02f68a79-b056-4f85-9e93-898f8261d55e", + "attributes": { + "isComposed": false + }, "status": "ready", - "createdDateTime": "2020-08-06T23:26:10Z", - "lastUpdatedDateTime": "2020-08-06T23:26:14Z" - }, - { - "modelId": "16ca7224-7d40-4b49-aa42-ac360bfc5d4f", - "status": "creating", - "createdDateTime": "2020-08-26T17:34:22Z", - "lastUpdatedDateTime": "2020-08-26T17:34:22Z" + "createdDateTime": "2020-08-20T18:44:14Z", + "lastUpdatedDateTime": "2020-08-20T18:44:16Z" }, { - "modelId": "16da6907-80c8-4d15-bce6-3eb20128ded2", + "modelId": "031bb91f-b029-4d9e-a165-f9c76dbec981", + "modelName": "My composed model", + "attributes": { + "isComposed": true + }, "status": "ready", - "createdDateTime": "2020-08-07T02:43:17Z", - "lastUpdatedDateTime": "2020-08-07T02:43:25Z" + "createdDateTime": "2020-10-30T13:20:47Z", + "lastUpdatedDateTime": "2020-10-30T13:20:48Z" }, { - "modelId": "1945d79d-a224-48d7-b902-f9eb37b2344b", - "status": "creating", - "createdDateTime": "2020-09-09T22:20:44Z", - "lastUpdatedDateTime": "2020-09-09T22:20:44Z" + "modelId": "032312e5-3e29-4a17-8297-96ce181e9ff7", + "status": "ready", + "createdDateTime": "2020-08-20T23:26:25Z", + "lastUpdatedDateTime": "2020-08-20T23:26:33Z" }, { - "modelId": "1c93bdda-7a62-45bc-87dc-03f3f3c55ff6", + "modelId": "0613c81a-b6e2-41f4-94ba-b7d033e07848", "status": "creating", - "createdDateTime": "2020-08-11T23:25:09Z", - "lastUpdatedDateTime": "2020-08-11T23:25:09Z" + "createdDateTime": "2020-08-14T19:44:45Z", + "lastUpdatedDateTime": "2020-08-14T19:44:45Z" }, { - "modelId": "1ca3b63c-814c-40b8-abf4-b20219bd8899", + "modelId": "08500349-8e12-4ecc-b22f-6378fd21a608", "status": "invalid", - "createdDateTime": "2020-08-06T23:22:05Z", - "lastUpdatedDateTime": "2020-08-06T23:22:06Z" - }, - { - "modelId": "1f75f019-19a7-4b14-b035-6d65745646dc", - "status": "creating", - "createdDateTime": "2020-08-26T17:50:52Z", - "lastUpdatedDateTime": "2020-08-26T17:50:52Z" + "createdDateTime": "2020-08-14T19:45:11Z", + "lastUpdatedDateTime": "2020-08-14T19:45:11Z" }, { - "modelId": "2029918d-c322-4d76-9d8d-cd96e9b2e9c4", + "modelId": "09c0ba1d-f88d-4670-ac36-9dc8dc979a1b", "status": "invalid", - "createdDateTime": "2020-08-07T02:32:59Z", - "lastUpdatedDateTime": "2020-08-07T02:33:00Z" + "createdDateTime": "2020-08-20T23:26:11Z", + "lastUpdatedDateTime": "2020-08-20T23:26:11Z" }, { - "modelId": "20e398ce-1056-4042-aa99-73d5e1774d9b", - "status": "ready", - "createdDateTime": "2020-09-09T22:21:06Z", - "lastUpdatedDateTime": "2020-09-09T22:21:19Z" + "modelId": "0b325cdc-5a78-4d79-85f2-f53abaf4f151", + "status": "creating", + "createdDateTime": "2020-08-20T22:45:33Z", + "lastUpdatedDateTime": "2020-08-20T22:45:33Z" }, { - "modelId": "237d9501-9ea9-4d69-acef-36eff1740e5c", + "modelId": "0b32e649-44b9-4842-803d-4ec855514aa7", "status": "ready", - "createdDateTime": "2020-08-26T17:51:23Z", - "lastUpdatedDateTime": "2020-08-26T17:51:32Z" + "createdDateTime": "2020-08-20T21:53:16Z", + "lastUpdatedDateTime": "2020-08-20T21:53:25Z" }, { - "modelId": "25eefd34-0c18-4e0f-b59d-7bceee4c5795", + "modelId": "0cad4cc0-ea89-497c-86f0-9b57d2f02517", "status": "ready", - "createdDateTime": "2020-09-09T22:18:26Z", - "lastUpdatedDateTime": "2020-09-09T22:18:40Z" + "createdDateTime": "2020-08-20T18:43:46Z", + "lastUpdatedDateTime": "2020-08-20T18:44:00Z" }, { - "modelId": "2610c2a9-c713-4346-970e-1df296686c9d", + "modelId": "0cfe37f7-87fa-4475-a105-1777ea41c6cd", + "attributes": { + "isComposed": false + }, "status": "ready", - "createdDateTime": "2020-08-26T17:53:29Z", - "lastUpdatedDateTime": "2020-08-26T17:53:41Z" + "createdDateTime": "2020-08-20T21:49:12Z", + "lastUpdatedDateTime": "2020-08-20T21:49:19Z" }, { - "modelId": "26581cd0-1275-4e90-b0d5-7a927cbd84a2", + "modelId": "0d93d3a5-9024-479c-827b-859d0bd7c006", "status": "creating", - "createdDateTime": "2020-09-09T22:20:41Z", - "lastUpdatedDateTime": "2020-09-09T22:20:41Z" + "createdDateTime": "2020-08-17T17:15:56Z", + "lastUpdatedDateTime": "2020-08-17T17:15:56Z" }, { - "modelId": "27a877ec-0f51-4d1a-b159-36f68a7e3828", + "modelId": "0da54f9c-ef82-4d08-9011-ffe4d3c02447", "status": "creating", - "createdDateTime": "2020-09-09T22:23:43Z", - "lastUpdatedDateTime": "2020-09-09T22:23:43Z" + "createdDateTime": "2020-08-14T19:46:50Z", + "lastUpdatedDateTime": "2020-08-14T19:46:50Z" }, { - "modelId": "29b1506d-77ee-4aa1-8b82-6430edc36784", + "modelId": "0ea70033-e01f-4365-b890-839c2a628ea7", + "attributes": { + "isComposed": false + }, "status": "ready", - "createdDateTime": "2020-08-07T02:33:00Z", - "lastUpdatedDateTime": "2020-08-07T02:33:04Z" + "createdDateTime": "2020-08-20T22:43:43Z", + "lastUpdatedDateTime": "2020-08-20T22:43:44Z" }, { - "modelId": "29c77b2a-64f4-4f7e-8543-eb5a1fbcd472", + "modelId": "0ef04b5c-64f9-4e63-986c-ffdb85804382", "status": "invalid", - "createdDateTime": "2020-08-26T17:53:06Z", - "lastUpdatedDateTime": "2020-08-26T17:53:07Z" + "createdDateTime": "2020-10-30T13:23:53Z", + "lastUpdatedDateTime": "2020-10-30T13:23:54Z" }, { - "modelId": "2aa3789f-9d11-450f-861d-f39a4e8a6485", + "modelId": "0fd3cd6d-4782-4f5e-bb8f-319394c848dd", "status": "ready", - "createdDateTime": "2020-09-09T22:23:53Z", - "lastUpdatedDateTime": "2020-09-09T22:24:03Z" + "createdDateTime": "2020-08-20T18:43:21Z", + "lastUpdatedDateTime": "2020-08-20T18:43:24Z" }, { - "modelId": "35afdcd3-5b1e-4a30-bfc0-50bbbc909623", + "modelId": "102e5b73-5b01-431e-bfce-ca83ebc47c05", "status": "ready", - "createdDateTime": "2020-08-07T02:38:59Z", - "lastUpdatedDateTime": "2020-08-07T02:39:02Z" + "createdDateTime": "2020-08-20T22:49:46Z", + "lastUpdatedDateTime": "2020-08-20T22:49:55Z" }, { - "modelId": "35db4c6a-7d0b-4f5e-a9b4-2ad3bfd6b98d", - "status": "invalid", - "createdDateTime": "2020-08-06T23:21:58Z", - "lastUpdatedDateTime": "2020-08-06T23:21:59Z" + "modelId": "1034ef53-16b6-492b-a511-2a89e5326349", + "attributes": { + "isComposed": false + }, + "status": "ready", + "createdDateTime": "2020-10-30T13:13:32Z", + "lastUpdatedDateTime": "2020-10-30T13:13:34Z" }, { - "modelId": "3b22a35d-b881-4d75-85cb-852c6ec9a825", + "modelId": "1127179b-ee78-46d0-a51a-ca8a088ec177", "attributes": { "isComposed": false }, "status": "ready", - "createdDateTime": "2020-08-26T17:34:41Z", - "lastUpdatedDateTime": "2020-08-26T17:34:42Z" + "createdDateTime": "2020-08-20T18:42:19Z", + "lastUpdatedDateTime": "2020-08-20T18:42:21Z" + }, + { + "modelId": "11eb2552-c707-43f3-a673-897433da9f66", + "status": "invalid", + "createdDateTime": "2020-08-20T21:25:24Z", + "lastUpdatedDateTime": "2020-08-20T21:25:24Z" }, { - "modelId": "3d3e2947-66a2-477b-8ec5-d732ab144946", + "modelId": "1239ac73-a1ba-43a8-b725-6118c6c4cb7d", "attributes": { "isComposed": false }, "status": "ready", - "createdDateTime": "2020-08-19T20:22:50Z", - "lastUpdatedDateTime": "2020-08-19T20:22:52Z" + "createdDateTime": "2020-08-20T21:08:03Z", + "lastUpdatedDateTime": "2020-08-20T21:08:10Z" }, { - "modelId": "3d5aa64d-b058-4ae8-8793-2b80b085f0bc", - "status": "invalid", - "createdDateTime": "2020-08-26T17:51:05Z", - "lastUpdatedDateTime": "2020-08-26T17:51:06Z" + "modelId": "12b12b23-10d3-4efa-927b-8b79c153099a", + "status": "creating", + "createdDateTime": "2020-08-14T19:10:34Z", + "lastUpdatedDateTime": "2020-08-14T19:10:34Z" + }, + { + "modelId": "154eaf28-bbe8-4ef9-ba02-c396de5390bc", + "status": "creating", + "createdDateTime": "2020-10-30T13:22:45Z", + "lastUpdatedDateTime": "2020-10-30T13:22:45Z" + }, + { + "modelId": "17c078da-8f4e-4376-923a-7672a8a621ab", + "attributes": { + "isComposed": false + }, + "status": "ready", + "createdDateTime": "2020-08-14T19:47:37Z", + "lastUpdatedDateTime": "2020-08-14T19:47:38Z" }, { - "modelId": "3f87db49-3554-4a2c-a9fa-7bb97c1ff995", + "modelId": "17e8374c-6cd4-40d7-8d33-8fa52286a883", "status": "ready", - "createdDateTime": "2020-08-07T02:39:06Z", - "lastUpdatedDateTime": "2020-08-07T02:39:17Z" + "createdDateTime": "2020-08-20T22:06:19Z", + "lastUpdatedDateTime": "2020-08-20T22:06:29Z" }, { - "modelId": "3f8e97ff-0f71-42a2-bee1-3a9a76a3b5d6", + "modelId": "18cb6b55-f009-4df2-8d56-ab423d29d5c4", "status": "ready", - "createdDateTime": "2020-08-26T17:36:40Z", - "lastUpdatedDateTime": "2020-08-26T17:36:49Z" + "createdDateTime": "2020-08-20T22:43:20Z", + "lastUpdatedDateTime": "2020-08-20T22:43:23Z" }, { - "modelId": "3fea230b-4ac7-4835-b7f3-f874c5fb5b0f", + "modelId": "1b98f853-ca11-4698-8dfc-47c1727818cf", "status": "ready", - "createdDateTime": "2020-08-06T23:15:17Z", - "lastUpdatedDateTime": "2020-08-06T23:15:25Z" + "createdDateTime": "2020-08-20T21:25:32Z", + "lastUpdatedDateTime": "2020-08-20T21:25:40Z" } ], - "nextLink": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com:443/formrecognizer/v2.1-preview.1/custom/models?nextLink=2!236!MDAwMTMyIXN1YnNjcmlwdGlvbnMvMDJkNTNjMjExN2M4NGQzZjhlMDRkMDZlOWJhMGEwYzUvbW9kZWxzLzNmZWEyMzBiLTRhYzctNDgzNS1iN2YzLWY4NzRjNWZiNWIwZi8zZmVhMjMwYi00YWM3LTQ4MzUtYjdmMy1mODc0YzVmYjViMGYuanNvbiEwMDAwMjghOTk5OS0xMi0zMVQyMzo1OTo1OS45OTk5OTk5WiE-" + "nextLink": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com:443/formrecognizer/v2.1-preview.2/custom/models?nextLink=2!204!MDAwMTA4IXN1YnNjcmlwdGlvbnMvYjFhOTYyODAzYjdhNDU5ODlhY2RlYWE5MDU3YTRmZTQvbW9kZWxzLzFiOThmODUzLWNhMTEtNDY5OC04ZGZjLTQ3YzE3Mjc4MThjZi91c2VMYWJlbEZpbGUuanNvbiEwMDAwMjghOTk5OS0xMi0zMVQyMzo1OTo1OS45OTk5OTk5WiE-" + } + }, + { + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models?nextLink=2!204!MDAwMTA4IXN1YnNjcmlwdGlvbnMvYjFhOTYyODAzYjdhNDU5ODlhY2RlYWE5MDU3YTRmZTQvbW9kZWxzLzFiOThmODUzLWNhMTEtNDY5OC04ZGZjLTQ3YzE3Mjc4MThjZi91c2VMYWJlbEZpbGUuanNvbiEwMDAwMjghOTk5OS0xMi0zMVQyMzo1OTo1OS45OTk5OTk5WiE-", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "172f533c9f51cfccd44bd95e0c50de50", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 429, + "ResponseHeaders": { + "apim-request-id": "dd31d042-b0bc-414c-9089-6815faeff7c3", + "Content-Length": "357", + "Content-Type": "application/json", + "Date": "Fri, 30 Oct 2020 13:32:03 GMT", + "Retry-After": "1", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff" + }, + "ResponseBody": { + "error": { + "code": "429", + "message": "Requests to the Custom Form Model Management - List Custom Models Operation under Form Recognizer API (v2.1-preview.2) have exceeded rate limit of your current FormRecognizer S0 pricing tier. Please retry after 1 seconds. Please contact Azure support service if you would like to further increase the default rate limit." + } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models?nextLink=2!236!MDAwMTMyIXN1YnNjcmlwdGlvbnMvMDJkNTNjMjExN2M4NGQzZjhlMDRkMDZlOWJhMGEwYzUvbW9kZWxzLzNmZWEyMzBiLTRhYzctNDgzNS1iN2YzLWY4NzRjNWZiNWIwZi8zZmVhMjMwYi00YWM3LTQ4MzUtYjdmMy1mODc0YzVmYjViMGYuanNvbiEwMDAwMjghOTk5OS0xMi0zMVQyMzo1OTo1OS45OTk5OTk5WiE-", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models?nextLink=2!204!MDAwMTA4IXN1YnNjcmlwdGlvbnMvYjFhOTYyODAzYjdhNDU5ODlhY2RlYWE5MDU3YTRmZTQvbW9kZWxzLzFiOThmODUzLWNhMTEtNDY5OC04ZGZjLTQ3YzE3Mjc4MThjZi91c2VMYWJlbEZpbGUuanNvbiEwMDAwMjghOTk5OS0xMi0zMVQyMzo1OTo1OS45OTk5OTk5WiE-", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "172f533c9f51cfccd44bd95e0c50de50", "x-ms-return-client-request-id": "true" @@ -616,245 +654,273 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "0af803f9-2aeb-42ef-9f4c-b37eb2f55086", + "apim-request-id": "f93e09c5-8808-4a10-bf5b-160108a2f47a", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:24:51 GMT", + "Date": "Fri, 30 Oct 2020 13:32:12 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "356" + "x-envoy-upstream-service-time": "405" }, "ResponseBody": { "modelList": [ { - "modelId": "3fea230b-4ac7-4835-b7f3-f874c5fb5b0f", + "modelId": "1b98f853-ca11-4698-8dfc-47c1727818cf", "status": "ready", - "createdDateTime": "2020-08-06T23:15:17Z", - "lastUpdatedDateTime": "2020-08-06T23:15:25Z" + "createdDateTime": "2020-08-20T21:25:32Z", + "lastUpdatedDateTime": "2020-08-20T21:25:40Z" }, { - "modelId": "4644f514-2bf6-49d7-b77d-2e8489e5a15e", - "attributes": { - "isComposed": false - }, - "status": "ready", - "createdDateTime": "2020-08-26T17:50:27Z", - "lastUpdatedDateTime": "2020-08-26T17:50:30Z" - }, - { - "modelId": "4658c32f-ffb8-43cf-895d-c4e64ee60105", - "status": "ready", - "createdDateTime": "2020-08-26T17:37:27Z", - "lastUpdatedDateTime": "2020-08-26T17:37:36Z" + "modelId": "1bf14c97-93e2-44ee-9ac6-a11478fc33da", + "status": "creating", + "createdDateTime": "2020-08-20T23:28:45Z", + "lastUpdatedDateTime": "2020-08-20T23:28:45Z" }, { - "modelId": "49702f1d-c4d1-4adb-9201-0e3160e2c8c5", + "modelId": "1cba0c75-0acd-4ff0-9a06-02fd708ebd0b", "status": "creating", - "createdDateTime": "2020-08-06T23:21:04Z", - "lastUpdatedDateTime": "2020-08-06T23:21:04Z" + "createdDateTime": "2020-08-14T19:46:51Z", + "lastUpdatedDateTime": "2020-08-14T19:46:51Z" }, { - "modelId": "4ae452c7-4160-4aa5-8820-3ac11b452561", - "status": "creating", - "createdDateTime": "2020-08-06T23:21:21Z", - "lastUpdatedDateTime": "2020-08-06T23:21:21Z" + "modelId": "1cc4fde0-89ac-4b67-b537-1fcf6275fe8e", + "status": "ready", + "createdDateTime": "2020-08-20T23:29:22Z", + "lastUpdatedDateTime": "2020-08-20T23:29:30Z" }, { - "modelId": "4f7977d8-d301-44d0-9b24-1fb3480c745b", + "modelId": "1f2bca7f-9bf8-4138-8a4c-53c03c3c8f55", "attributes": { "isComposed": false }, "status": "ready", - "createdDateTime": "2020-09-09T03:33:10Z", - "lastUpdatedDateTime": "2020-09-09T03:33:12Z" - }, - { - "modelId": "52fcf54f-2507-47f4-b8c1-d86e91143f28", - "status": "ready", - "createdDateTime": "2020-08-07T02:41:59Z", - "lastUpdatedDateTime": "2020-08-07T02:42:08Z" - }, - { - "modelId": "53df4b19-55cf-447a-98ea-3b85c3b2c098", - "status": "ready", - "createdDateTime": "2020-08-07T02:38:49Z", - "lastUpdatedDateTime": "2020-08-07T02:38:58Z" + "createdDateTime": "2020-08-20T21:46:19Z", + "lastUpdatedDateTime": "2020-08-20T21:46:26Z" }, { - "modelId": "55897d03-168d-412f-8de7-3daa009cacb5", - "status": "ready", - "createdDateTime": "2020-08-06T23:20:33Z", - "lastUpdatedDateTime": "2020-08-06T23:20:36Z" - }, - { - "modelId": "5630148f-2da4-4e14-a6f1-95f6944e72f1", - "status": "ready", - "createdDateTime": "2020-09-09T22:23:21Z", - "lastUpdatedDateTime": "2020-09-09T22:23:35Z" - }, - { - "modelId": "56b12cb9-da45-499c-a840-a357b5d263da", - "status": "ready", - "createdDateTime": "2020-08-07T02:34:32Z", - "lastUpdatedDateTime": "2020-08-07T02:34:40Z" + "modelId": "1fd33a7f-9726-4d73-a737-5e4a3016d7ad", + "status": "invalid", + "createdDateTime": "2020-08-14T19:47:13Z", + "lastUpdatedDateTime": "2020-08-14T19:47:13Z" }, { - "modelId": "571764d5-7433-4ce3-b421-cc62bd2e6399", - "attributes": { - "isComposed": false - }, + "modelId": "20cbcc4d-191f-4c74-aac5-ecc2e3d959e6", "status": "ready", - "createdDateTime": "2020-08-26T17:51:34Z", - "lastUpdatedDateTime": "2020-08-26T17:51:35Z" + "createdDateTime": "2020-08-20T23:25:30Z", + "lastUpdatedDateTime": "2020-08-20T23:25:38Z" }, { - "modelId": "5818a965-88b3-4737-bd4a-3e04f28f9b99", + "modelId": "24307288-59a3-4cf8-b5c3-cc981928dc5d", "attributes": { "isComposed": false }, "status": "ready", - "createdDateTime": "2020-09-08T23:38:46Z", - "lastUpdatedDateTime": "2020-09-08T23:38:53Z" + "createdDateTime": "2020-08-20T21:23:00Z", + "lastUpdatedDateTime": "2020-08-20T21:23:08Z" }, { - "modelId": "591d1226-2f87-4f71-88eb-1d516adf80c2", - "status": "ready", - "createdDateTime": "2020-08-26T17:35:39Z", - "lastUpdatedDateTime": "2020-08-26T17:35:49Z" + "modelId": "25365575-b6ce-4351-add0-b3c5b6f68ad0", + "status": "creating", + "createdDateTime": "2020-08-20T22:45:28Z", + "lastUpdatedDateTime": "2020-08-20T22:45:28Z" }, { - "modelId": "5caa8c69-5ae7-4948-9274-d72806c35838", + "modelId": "253f0935-8a68-4425-88ca-9804d7ef40a4", "attributes": { "isComposed": false }, "status": "ready", - "createdDateTime": "2020-09-09T22:24:04Z", - "lastUpdatedDateTime": "2020-09-09T22:24:07Z" - }, - { - "modelId": "5d123f4a-fdda-4e34-9605-8bcdafc786c8", - "status": "ready", - "createdDateTime": "2020-08-26T17:34:43Z", - "lastUpdatedDateTime": "2020-08-26T17:34:54Z" + "createdDateTime": "2020-08-14T19:11:18Z", + "lastUpdatedDateTime": "2020-08-14T19:11:20Z" }, { - "modelId": "5d9e3a2f-ed7f-418c-b345-82ac311de989", + "modelId": "26e8eb28-909b-4a5e-b10d-c862e0dde861", "status": "ready", - "createdDateTime": "2020-08-11T23:26:55Z", - "lastUpdatedDateTime": "2020-08-11T23:26:58Z" + "createdDateTime": "2020-08-20T22:45:55Z", + "lastUpdatedDateTime": "2020-08-20T22:46:01Z" }, { - "modelId": "5e68fb32-de1c-4d27-8e1a-f94c61cc84ca", - "status": "ready", - "createdDateTime": "2020-08-11T23:26:45Z", - "lastUpdatedDateTime": "2020-08-11T23:26:54Z" + "modelId": "272021b8-def8-48d8-8b89-10b3664b4dd4", + "status": "creating", + "createdDateTime": "2020-08-20T18:44:54Z", + "lastUpdatedDateTime": "2020-08-20T18:44:54Z" }, { - "modelId": "624a60c7-fef9-4b10-8898-5f0d7fa432a9", + "modelId": "27bc87a8-6ef8-4e41-b023-22f3484a078b", "status": "ready", - "createdDateTime": "2020-09-09T22:24:08Z", - "lastUpdatedDateTime": "2020-09-09T22:24:22Z" + "createdDateTime": "2020-08-14T19:29:45Z", + "lastUpdatedDateTime": "2020-08-14T19:29:52Z" }, { - "modelId": "6769e2e4-5272-4ea4-b294-72e4dcdcbd8f", + "modelId": "2800da27-3d69-4333-bd95-e9b217732660", "status": "creating", - "createdDateTime": "2020-08-07T02:32:12Z", - "lastUpdatedDateTime": "2020-08-07T02:32:12Z" + "createdDateTime": "2020-10-30T13:22:42Z", + "lastUpdatedDateTime": "2020-10-30T13:22:42Z" }, { - "modelId": "67e57c2c-d232-4245-a4a8-8c42b4e37582", + "modelId": "284f716b-a8a0-4333-9ad5-6be8b981ce79", "status": "creating", - "createdDateTime": "2020-09-09T22:23:36Z", - "lastUpdatedDateTime": "2020-09-09T22:23:36Z" + "createdDateTime": "2020-08-17T21:43:17Z", + "lastUpdatedDateTime": "2020-08-17T21:43:17Z" }, { - "modelId": "692430a0-bb79-4deb-9012-32cdddbae457", + "modelId": "28cd0f90-8143-48e9-85b2-baf4b2cc4a8f", "status": "creating", - "createdDateTime": "2020-08-26T17:32:14Z", - "lastUpdatedDateTime": "2020-08-26T17:32:14Z" + "createdDateTime": "2020-08-20T21:22:36Z", + "lastUpdatedDateTime": "2020-08-20T21:22:36Z" }, { - "modelId": "6a0b22c7-f9d2-4122-b5ef-181577d60ba9", + "modelId": "2a023ee3-7a0c-42ee-9946-571124631d68", "status": "ready", - "createdDateTime": "2020-08-07T02:38:25Z", - "lastUpdatedDateTime": "2020-08-07T02:38:29Z" + "createdDateTime": "2020-08-20T21:51:49Z", + "lastUpdatedDateTime": "2020-08-20T21:51:58Z" }, { - "modelId": "6a48b90c-4f90-405d-b7ea-399f5e42a9b1", + "modelId": "2a3fb884-1ef3-462c-bd28-0684e728d55a", "attributes": { "isComposed": false }, "status": "ready", - "createdDateTime": "2020-08-26T17:31:45Z", - "lastUpdatedDateTime": "2020-08-26T17:31:46Z" + "createdDateTime": "2020-08-20T18:45:27Z", + "lastUpdatedDateTime": "2020-08-20T18:45:28Z" }, { - "modelId": "6b2e9fcb-1dce-4436-96d4-1698750f1385", + "modelId": "2d0d3ec2-c813-4840-837a-65e3f14a4fd7", "status": "ready", - "createdDateTime": "2020-08-07T02:40:43Z", - "lastUpdatedDateTime": "2020-08-07T02:41:00Z" + "createdDateTime": "2020-08-20T21:25:26Z", + "lastUpdatedDateTime": "2020-08-20T21:25:30Z" }, { - "modelId": "6b9496bb-2670-401d-9805-14772a73a399", + "modelId": "2e076466-b041-4a9b-a7a9-41910a16e328", "status": "ready", - "createdDateTime": "2020-08-07T02:31:22Z", - "lastUpdatedDateTime": "2020-08-07T02:31:29Z" + "createdDateTime": "2020-10-30T13:21:15Z", + "lastUpdatedDateTime": "2020-10-30T13:21:26Z" }, { - "modelId": "6e2281f4-8a46-4578-a89b-47a6ba1d4b4b", - "status": "invalid", - "createdDateTime": "2020-09-09T22:23:51Z", - "lastUpdatedDateTime": "2020-09-09T22:23:51Z" + "modelId": "2e36a220-b90f-4d5d-80d9-ef061bc341a8", + "status": "ready", + "createdDateTime": "2020-10-30T13:24:13Z", + "lastUpdatedDateTime": "2020-10-30T13:24:25Z" }, { - "modelId": "7087ab96-2bfe-4ee2-b589-8ba3277705cc", - "status": "invalid", - "createdDateTime": "2020-09-09T22:20:50Z", - "lastUpdatedDateTime": "2020-09-09T22:20:51Z" + "modelId": "2fb4524b-3239-45c6-a9c0-4667b16ab72e", + "status": "creating", + "createdDateTime": "2020-08-20T18:42:49Z", + "lastUpdatedDateTime": "2020-08-20T18:42:49Z" }, { - "modelId": "73323aac-41dc-4c87-8ed1-a0163184fcf6", + "modelId": "32a70028-9497-4938-b27d-a46c07315800", "attributes": { "isComposed": false }, "status": "ready", - "createdDateTime": "2020-09-09T22:21:20Z", - "lastUpdatedDateTime": "2020-09-09T22:21:22Z" + "createdDateTime": "2020-08-20T21:50:08Z", + "lastUpdatedDateTime": "2020-08-20T21:50:10Z" + }, + { + "modelId": "33921c16-6dd2-4666-aaed-3863b28e0eeb", + "status": "creating", + "createdDateTime": "2020-08-14T19:10:34Z", + "lastUpdatedDateTime": "2020-08-14T19:10:34Z" + }, + { + "modelId": "34c52af3-ce6c-465c-9fc0-797f8b6dcfdc", + "status": "ready", + "createdDateTime": "2020-08-14T19:08:14Z", + "lastUpdatedDateTime": "2020-08-14T19:08:22Z" + }, + { + "modelId": "34d0ed4c-634b-4626-ae4a-4472f3740b79", + "status": "creating", + "createdDateTime": "2020-10-30T13:19:43Z", + "lastUpdatedDateTime": "2020-10-30T13:19:43Z" + }, + { + "modelId": "35238cbc-5c0b-4ae6-b19d-779568d5c3af", + "status": "ready", + "createdDateTime": "2020-08-20T21:06:49Z", + "lastUpdatedDateTime": "2020-08-20T21:06:57Z" + }, + { + "modelId": "35a3d57f-d630-437e-85cf-14f0a6ed1f29", + "status": "ready", + "createdDateTime": "2020-08-14T19:44:36Z", + "lastUpdatedDateTime": "2020-08-14T19:44:44Z" }, { - "modelId": "757dfe38-07b3-48c4-ab0c-86839b172f24", + "modelId": "361ba8b7-61d0-4051-ba20-2dac77a428ef", "status": "ready", - "createdDateTime": "2020-08-06T23:16:31Z", - "lastUpdatedDateTime": "2020-08-06T23:16:33Z" + "createdDateTime": "2020-08-14T18:52:29Z", + "lastUpdatedDateTime": "2020-08-14T18:52:37Z" + }, + { + "modelId": "362283cc-f24c-49d6-9bf1-a711a9621e65", + "status": "creating", + "createdDateTime": "2020-10-30T13:22:42Z", + "lastUpdatedDateTime": "2020-10-30T13:22:42Z" }, { - "modelId": "78ee6951-7b9b-45bc-9da2-b8c6964d6f5f", + "modelId": "37cbc664-e1aa-4fc1-b73e-d241dec98dfe", "status": "invalid", - "createdDateTime": "2020-08-26T17:34:34Z", - "lastUpdatedDateTime": "2020-08-26T17:34:34Z" + "createdDateTime": "2020-08-20T21:25:25Z", + "lastUpdatedDateTime": "2020-08-20T21:25:26Z" }, { - "modelId": "7dc2909e-615d-48aa-8e59-d008292881cd", - "attributes": { - "isComposed": false - }, + "modelId": "38d1e2ad-b058-4dfe-bb00-797b4f6ef957", + "status": "creating", + "createdDateTime": "2020-08-20T22:42:57Z", + "lastUpdatedDateTime": "2020-08-20T22:42:57Z" + }, + { + "modelId": "39974dee-a26c-42c8-80d6-5a35ead58ca3", "status": "ready", - "createdDateTime": "2020-08-26T17:33:01Z", - "lastUpdatedDateTime": "2020-08-26T17:33:03Z" + "createdDateTime": "2020-08-20T22:46:04Z", + "lastUpdatedDateTime": "2020-08-20T22:46:12Z" } ], - "nextLink": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com:443/formrecognizer/v2.1-preview.1/custom/models?nextLink=2!236!MDAwMTMyIXN1YnNjcmlwdGlvbnMvMDJkNTNjMjExN2M4NGQzZjhlMDRkMDZlOWJhMGEwYzUvbW9kZWxzLzdlZGFkOGRiLTE4ZjItNDFhZi05YmZjLWIxODAxZWVhM2ZlYS83ZWRhZDhkYi0xOGYyLTQxYWYtOWJmYy1iMTgwMWVlYTNmZWEuanNvbiEwMDAwMjghOTk5OS0xMi0zMVQyMzo1OTo1OS45OTk5OTk5WiE-" + "nextLink": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com:443/formrecognizer/v2.1-preview.2/custom/models?nextLink=2!196!MDAwMTAzIXN1YnNjcmlwdGlvbnMvYjFhOTYyODAzYjdhNDU5ODlhY2RlYWE5MDU3YTRmZTQvbW9kZWxzLzM5OTc0ZGVlLWEyNmMtNDJjOC04MGQ2LTVhMzVlYWQ1OGNhMy92ZXJzaW9uLXYyLjAhMDAwMDI4ITk5OTktMTItMzFUMjM6NTk6NTkuOTk5OTk5OVoh" + } + }, + { + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models?nextLink=2!196!MDAwMTAzIXN1YnNjcmlwdGlvbnMvYjFhOTYyODAzYjdhNDU5ODlhY2RlYWE5MDU3YTRmZTQvbW9kZWxzLzM5OTc0ZGVlLWEyNmMtNDJjOC04MGQ2LTVhMzVlYWQ1OGNhMy92ZXJzaW9uLXYyLjAhMDAwMDI4ITk5OTktMTItMzFUMjM6NTk6NTkuOTk5OTk5OVoh", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "e8ae4d516718741228c6d2a536039905", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 429, + "ResponseHeaders": { + "apim-request-id": "6b27d25c-6294-4ea1-a53f-32de726ad5b9", + "Content-Length": "358", + "Content-Type": "application/json", + "Date": "Fri, 30 Oct 2020 13:32:12 GMT", + "Retry-After": "1", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff" + }, + "ResponseBody": { + "error": { + "code": "429", + "message": "Requests to the Custom Form Model Management - List Custom Models Operation under Form Recognizer API (v2.1-preview.2) have exceeded rate limit of your current FormRecognizer S0 pricing tier. Please retry after 1 seconds. Please contact Azure support service if you would like to further increase the default rate limit." + } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models?nextLink=2!236!MDAwMTMyIXN1YnNjcmlwdGlvbnMvMDJkNTNjMjExN2M4NGQzZjhlMDRkMDZlOWJhMGEwYzUvbW9kZWxzLzdlZGFkOGRiLTE4ZjItNDFhZi05YmZjLWIxODAxZWVhM2ZlYS83ZWRhZDhkYi0xOGYyLTQxYWYtOWJmYy1iMTgwMWVlYTNmZWEuanNvbiEwMDAwMjghOTk5OS0xMi0zMVQyMzo1OTo1OS45OTk5OTk5WiE-", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models?nextLink=2!196!MDAwMTAzIXN1YnNjcmlwdGlvbnMvYjFhOTYyODAzYjdhNDU5ODlhY2RlYWE5MDU3YTRmZTQvbW9kZWxzLzM5OTc0ZGVlLWEyNmMtNDJjOC04MGQ2LTVhMzVlYWQ1OGNhMy92ZXJzaW9uLXYyLjAhMDAwMDI4ITk5OTktMTItMzFUMjM6NTk6NTkuOTk5OTk5OVoh", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "e8ae4d516718741228c6d2a536039905", "x-ms-return-client-request-id": "true" @@ -862,254 +928,242 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "4f7a212c-c2a5-4b44-ad6d-686086849959", + "apim-request-id": "73c0bc7c-4a78-411c-94ff-04dc248879aa", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:24:52 GMT", + "Date": "Fri, 30 Oct 2020 13:32:53 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "365" + "x-envoy-upstream-service-time": "464" }, "ResponseBody": { "modelList": [ { - "modelId": "7edad8db-18f2-41af-9bfc-b1801eea3fea", - "status": "creating", - "createdDateTime": "2020-08-19T20:19:47Z", - "lastUpdatedDateTime": "2020-08-19T20:19:47Z" - }, - { - "modelId": "80f764e0-6f63-4926-8895-2b3ff0624e07", - "status": "invalid", - "createdDateTime": "2020-08-11T23:26:26Z", - "lastUpdatedDateTime": "2020-08-11T23:26:27Z" - }, - { - "modelId": "85aebc18-2ff1-4539-8b64-04638f9c4042", - "status": "invalid", - "createdDateTime": "2020-08-11T23:26:23Z", - "lastUpdatedDateTime": "2020-08-11T23:26:26Z" - }, - { - "modelId": "87408940-0c48-48b8-aff2-42af068cd40f", - "status": "creating", - "createdDateTime": "2020-08-07T02:35:13Z", - "lastUpdatedDateTime": "2020-08-07T02:35:13Z" + "modelId": "39974dee-a26c-42c8-80d6-5a35ead58ca3", + "status": "ready", + "createdDateTime": "2020-08-20T22:46:04Z", + "lastUpdatedDateTime": "2020-08-20T22:46:12Z" }, { - "modelId": "8826958b-526d-430f-9c09-194f2cd36802", + "modelId": "3af295a0-785e-4567-bba5-54797c4aa61d", + "attributes": { + "isComposed": false + }, "status": "ready", - "createdDateTime": "2020-08-11T23:26:58Z", - "lastUpdatedDateTime": "2020-08-11T23:27:08Z" + "createdDateTime": "2020-08-20T21:23:19Z", + "lastUpdatedDateTime": "2020-08-20T21:23:20Z" }, { - "modelId": "8a019169-da20-4578-83f4-33b75ae85a80", + "modelId": "3d445599-3e82-43bb-ad48-241788aec3b9", + "attributes": { + "isComposed": false + }, "status": "ready", - "createdDateTime": "2020-08-11T23:25:43Z", - "lastUpdatedDateTime": "2020-08-11T23:25:53Z" + "createdDateTime": "2020-08-20T22:42:25Z", + "lastUpdatedDateTime": "2020-08-20T22:42:32Z" }, { - "modelId": "8b8035e6-3130-423e-97dd-dc4a95d7e553", + "modelId": "3d452732-d856-4579-bb92-817af8438a2f", "status": "ready", - "createdDateTime": "2020-08-26T17:36:30Z", - "lastUpdatedDateTime": "2020-08-26T17:36:39Z" + "createdDateTime": "2020-10-30T13:21:38Z", + "lastUpdatedDateTime": "2020-10-30T13:21:50Z" }, { - "modelId": "8e1873bf-beee-4698-8eb0-dfac5de174cf", + "modelId": "3e5d1032-b968-458c-901f-7daa543210a7", "status": "ready", - "createdDateTime": "2020-08-06T23:22:44Z", - "lastUpdatedDateTime": "2020-08-06T23:22:56Z" + "createdDateTime": "2020-08-14T19:49:17Z", + "lastUpdatedDateTime": "2020-08-14T19:49:25Z" }, { - "modelId": "948a86a3-4ecd-453a-9a93-d0ec4d431a46", + "modelId": "3efd32fe-763f-4cca-a58b-2fa57d13dc83", "status": "creating", - "createdDateTime": "2020-08-11T23:25:53Z", - "lastUpdatedDateTime": "2020-08-11T23:25:53Z" + "createdDateTime": "2020-08-17T17:15:30Z", + "lastUpdatedDateTime": "2020-08-17T17:15:30Z" }, { - "modelId": "94d121f1-9b81-4218-b178-30fbb62ef533", - "status": "ready", - "createdDateTime": "2020-08-26T17:32:03Z", - "lastUpdatedDateTime": "2020-08-26T17:32:13Z" + "modelId": "40152914-610e-47f8-b6c6-8c155df7650e", + "status": "creating", + "createdDateTime": "2020-08-20T22:45:46Z", + "lastUpdatedDateTime": "2020-08-20T22:45:46Z" }, { - "modelId": "94fb7913-80d7-4145-9375-b9b5073544ec", + "modelId": "40383a51-dfe6-4c51-9c4c-e3d5ad3a662b", + "attributes": { + "isComposed": false + }, "status": "ready", - "createdDateTime": "2020-08-06T23:15:17Z", - "lastUpdatedDateTime": "2020-08-06T23:15:25Z" + "createdDateTime": "2020-10-30T13:21:35Z", + "lastUpdatedDateTime": "2020-10-30T13:21:37Z" }, { - "modelId": "95b47659-413f-4f9c-9fc0-cea2d98c1099", - "status": "creating", - "createdDateTime": "2020-08-26T17:34:14Z", - "lastUpdatedDateTime": "2020-08-26T17:34:14Z" - }, - { - "modelId": "979a5681-2776-4f26-ac8c-9cc6a96c8e52", + "modelId": "4120e08d-2693-4f80-a69f-53029d556457", + "attributes": { + "isComposed": false + }, "status": "ready", - "createdDateTime": "2020-08-26T17:54:11Z", - "lastUpdatedDateTime": "2020-08-26T17:54:22Z" + "createdDateTime": "2020-08-20T23:29:31Z", + "lastUpdatedDateTime": "2020-08-20T23:29:38Z" }, { - "modelId": "981536fe-92a5-4a10-9f07-f589ebbc42ef", - "status": "creating", - "createdDateTime": "2020-08-07T02:32:17Z", - "lastUpdatedDateTime": "2020-08-07T02:32:17Z" + "modelId": "412a541e-6015-4ba3-bc06-bda9dcfb4563", + "status": "ready", + "createdDateTime": "2020-08-20T21:28:50Z", + "lastUpdatedDateTime": "2020-08-20T21:28:58Z" }, { - "modelId": "99b6c3e3-1b40-4971-b625-94e22c62a258", + "modelId": "41dcd3b4-7da4-4947-afc2-8267342bf8d3", "attributes": { "isComposed": false }, "status": "ready", - "createdDateTime": "2020-09-09T22:19:56Z", - "lastUpdatedDateTime": "2020-09-09T22:19:58Z" + "createdDateTime": "2020-08-14T19:08:56Z", + "lastUpdatedDateTime": "2020-08-14T19:08:58Z" }, { - "modelId": "99cab2af-1ebf-4587-a557-24a99abf6784", + "modelId": "42ca775f-ce05-4794-9afa-1206f9ec4e4b", "status": "ready", - "createdDateTime": "2020-08-06T23:22:22Z", - "lastUpdatedDateTime": "2020-08-06T23:22:34Z" + "createdDateTime": "2020-08-14T19:28:36Z", + "lastUpdatedDateTime": "2020-08-14T19:28:44Z" }, { - "modelId": "9e99bc89-72c1-4839-9c47-4f4e07c9c277", - "status": "creating", - "createdDateTime": "2020-08-06T23:21:04Z", - "lastUpdatedDateTime": "2020-08-06T23:21:04Z" + "modelId": "4363499c-72ab-45b2-8931-d8b1838bef70", + "attributes": { + "isComposed": false + }, + "status": "ready", + "createdDateTime": "2020-08-20T23:26:34Z", + "lastUpdatedDateTime": "2020-08-20T23:26:41Z" }, { - "modelId": "a11162bf-bfbc-461e-a41a-125bae4f0027", + "modelId": "438b68f8-bec6-4313-88d6-43f201f64e26", + "attributes": { + "isComposed": false + }, "status": "ready", - "createdDateTime": "2020-08-07T02:38:37Z", - "lastUpdatedDateTime": "2020-08-07T02:38:40Z" + "createdDateTime": "2020-08-20T21:22:10Z", + "lastUpdatedDateTime": "2020-08-20T21:22:12Z" }, { - "modelId": "a2ddc891-9980-454d-b876-20347c4fe2e1", - "status": "creating", - "createdDateTime": "2020-08-26T17:50:49Z", - "lastUpdatedDateTime": "2020-08-26T17:50:49Z" + "modelId": "43bc2d9d-10f1-4466-be33-546ae07a7a28", + "status": "ready", + "createdDateTime": "2020-10-30T13:24:37Z", + "lastUpdatedDateTime": "2020-10-30T13:24:49Z" }, { - "modelId": "a2f07e6c-08bc-4d5e-bda1-f2895ceebeef", + "modelId": "43be25f8-aa98-4523-ab6b-120e4b29c7bf", "attributes": { "isComposed": false }, "status": "ready", - "createdDateTime": "2020-08-26T17:32:40Z", - "lastUpdatedDateTime": "2020-08-26T17:32:47Z" + "createdDateTime": "2020-10-30T13:22:18Z", + "lastUpdatedDateTime": "2020-10-30T13:22:19Z" }, { - "modelId": "a3ac9510-b86f-45a6-adf1-bb6e189cd5e8", - "status": "ready", - "createdDateTime": "2020-08-06T23:22:12Z", - "lastUpdatedDateTime": "2020-08-06T23:22:15Z" + "modelId": "44cf7b0c-17d8-461b-8a14-972532fcf6d6", + "status": "creating", + "createdDateTime": "2020-08-17T22:30:19Z", + "lastUpdatedDateTime": "2020-08-17T22:30:19Z" }, { - "modelId": "a3fdcfd1-2c5c-4c67-9038-1c4429ed69c4", - "status": "invalid", - "createdDateTime": "2020-08-26T17:34:32Z", - "lastUpdatedDateTime": "2020-08-26T17:34:33Z" + "modelId": "44d3f221-a1ad-4726-a5f5-43bc37fe7222", + "status": "ready", + "createdDateTime": "2020-08-20T22:45:18Z", + "lastUpdatedDateTime": "2020-08-20T22:45:27Z" }, { - "modelId": "a50e5ae0-6af6-4087-92da-845e12c71655", - "status": "ready", - "createdDateTime": "2020-08-26T17:52:35Z", - "lastUpdatedDateTime": "2020-08-26T17:52:46Z" + "modelId": "4559697f-580d-439c-a336-1272be0526f9", + "status": "invalid", + "createdDateTime": "2020-10-30T13:20:53Z", + "lastUpdatedDateTime": "2020-10-30T13:20:54Z" }, { - "modelId": "a5583bd4-9d64-4971-a4e3-ad202a2f1711", - "status": "ready", - "createdDateTime": "2020-08-07T02:33:05Z", - "lastUpdatedDateTime": "2020-08-07T02:33:09Z" + "modelId": "45c5498b-3755-44fd-95d5-8d5b5924e3a6", + "status": "invalid", + "createdDateTime": "2020-08-20T22:43:19Z", + "lastUpdatedDateTime": "2020-08-20T22:43:19Z" }, { - "modelId": "a59ea0d6-3fa4-4879-91f9-f83319790278", + "modelId": "45f1adde-a451-4746-a675-f0ebb166151b", "status": "creating", - "createdDateTime": "2020-08-17T23:02:26Z", - "lastUpdatedDateTime": "2020-08-17T23:02:26Z" + "createdDateTime": "2020-08-20T21:47:08Z", + "lastUpdatedDateTime": "2020-08-20T21:47:08Z" }, { - "modelId": "a646e66b-c795-470b-a59d-ed208e8107c4", + "modelId": "46201f03-7ffc-4e1e-bd07-a48bb6bccad4", "status": "creating", - "createdDateTime": "2020-08-07T02:32:39Z", - "lastUpdatedDateTime": "2020-08-07T02:32:39Z" + "createdDateTime": "2020-08-14T19:08:23Z", + "lastUpdatedDateTime": "2020-08-14T19:08:23Z" }, { - "modelId": "a72d7916-ab9f-4c63-aa32-79ffed1bb391", + "modelId": "46a86632-ff1f-4e80-bd06-6c8d48af3157", "status": "ready", - "createdDateTime": "2020-08-07T02:33:27Z", - "lastUpdatedDateTime": "2020-08-07T02:34:01Z" - }, - { - "modelId": "a767b61b-330f-4e9a-ae21-2bdc75c3d7d6", - "status": "creating", - "createdDateTime": "2020-09-09T22:23:36Z", - "lastUpdatedDateTime": "2020-09-09T22:23:36Z" + "createdDateTime": "2020-08-20T18:44:45Z", + "lastUpdatedDateTime": "2020-08-20T18:44:53Z" }, { - "modelId": "a7bc5b1f-af0b-449a-bcd1-3daef200c131", - "status": "invalid", - "createdDateTime": "2020-08-06T23:21:39Z", - "lastUpdatedDateTime": "2020-08-06T23:21:53Z" + "modelId": "47a7b4cd-d993-4d83-b6ca-ee18c547acfb", + "status": "ready", + "createdDateTime": "2020-08-20T22:49:07Z", + "lastUpdatedDateTime": "2020-08-20T22:49:16Z" }, { - "modelId": "a87b6655-71cb-481b-bedd-bdca02704320", + "modelId": "488d74c6-25ae-4271-b7e5-cff85e10abc4", "status": "ready", - "createdDateTime": "2020-08-26T17:55:11Z", - "lastUpdatedDateTime": "2020-08-26T17:55:20Z" + "createdDateTime": "2020-08-20T18:26:04Z", + "lastUpdatedDateTime": "2020-08-20T18:26:12Z" }, { - "modelId": "a9643e41-d890-434b-a3ea-d5f9de22a81b", - "status": "creating", - "createdDateTime": "2020-08-26T17:52:47Z", - "lastUpdatedDateTime": "2020-08-26T17:52:47Z" + "modelId": "49b0f1a2-e699-4f0d-a873-040df8e08e6c", + "status": "ready", + "createdDateTime": "2020-08-14T19:13:59Z", + "lastUpdatedDateTime": "2020-08-14T19:14:08Z" }, { - "modelId": "aa4c7c66-c63e-453c-b6c8-6eb34bded19c", + "modelId": "4acac1b2-4f07-46b2-9d21-c172d2a66330", "status": "ready", - "createdDateTime": "2020-08-26T17:53:08Z", - "lastUpdatedDateTime": "2020-08-26T17:53:14Z" + "createdDateTime": "2020-08-14T19:28:36Z", + "lastUpdatedDateTime": "2020-08-14T19:28:44Z" }, { - "modelId": "ae63d47a-b069-4e06-9b23-fa01eb02e7a4", + "modelId": "4b815719-ec80-4bd7-a709-91ae6a44fdf7", "attributes": { "isComposed": false }, "status": "ready", - "createdDateTime": "2020-08-26T17:53:28Z", - "lastUpdatedDateTime": "2020-08-26T17:53:29Z" + "createdDateTime": "2020-10-30T13:24:33Z", + "lastUpdatedDateTime": "2020-10-30T13:24:35Z" }, { - "modelId": "b17cb2c7-bd8d-4f5f-80d1-a20559f55dc0", + "modelId": "4bfcc25d-0b2f-4fa2-a284-bcc98cf1f8fd", "status": "ready", - "createdDateTime": "2020-08-07T02:33:07Z", - "lastUpdatedDateTime": "2020-08-07T02:33:23Z" + "createdDateTime": "2020-08-20T21:31:42Z", + "lastUpdatedDateTime": "2020-08-20T21:31:51Z" }, { - "modelId": "b29c550b-6b80-43f8-bc95-cf0655cbe4fb", - "status": "creating", - "createdDateTime": "2020-09-09T22:20:41Z", - "lastUpdatedDateTime": "2020-09-09T22:20:41Z" + "modelId": "4c92bc3c-f25c-4f02-84d9-f8ceae9b16b6", + "status": "ready", + "createdDateTime": "2020-08-14T19:11:09Z", + "lastUpdatedDateTime": "2020-08-14T19:11:17Z" }, { - "modelId": "b2e963b2-39e0-4e5f-acaa-9d48e0ad7570", - "status": "ready", - "createdDateTime": "2020-08-26T17:51:07Z", - "lastUpdatedDateTime": "2020-08-26T17:51:13Z" + "modelId": "4ca59011-74aa-455c-be41-c981854d8bba", + "status": "invalid", + "createdDateTime": "2020-08-20T18:45:20Z", + "lastUpdatedDateTime": "2020-08-20T18:45:20Z" } ], - "nextLink": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com:443/formrecognizer/v2.1-preview.1/custom/models?nextLink=2!232!MDAwMTMwIXN1YnNjcmlwdGlvbnMvMDJkNTNjMjExN2M4NGQzZjhlMDRkMDZlOWJhMGEwYzUvbW9kZWxzL2IzMzJkM2E5LTc2N2UtNGI5Mi1iMjk4LTAzYTdiYTJjNjRjYi9iMzMyZDNhOS03NjdlLTRiOTItYjI5OC0wM2E3YmEyYzY0Y2IuZ3ohMDAwMDI4ITk5OTktMTItMzFUMjM6NTk6NTkuOTk5OTk5OVoh" + "nextLink": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com:443/formrecognizer/v2.1-preview.2/custom/models?nextLink=2!204!MDAwMTA4IXN1YnNjcmlwdGlvbnMvYjFhOTYyODAzYjdhNDU5ODlhY2RlYWE5MDU3YTRmZTQvbW9kZWxzLzRjYTU5MDExLTc0YWEtNDU1Yy1iZTQxLWM5ODE4NTRkOGJiYS91c2VMYWJlbEZpbGUuanNvbiEwMDAwMjghOTk5OS0xMi0zMVQyMzo1OTo1OS45OTk5OTk5WiE-" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models?nextLink=2!232!MDAwMTMwIXN1YnNjcmlwdGlvbnMvMDJkNTNjMjExN2M4NGQzZjhlMDRkMDZlOWJhMGEwYzUvbW9kZWxzL2IzMzJkM2E5LTc2N2UtNGI5Mi1iMjk4LTAzYTdiYTJjNjRjYi9iMzMyZDNhOS03NjdlLTRiOTItYjI5OC0wM2E3YmEyYzY0Y2IuZ3ohMDAwMDI4ITk5OTktMTItMzFUMjM6NTk6NTkuOTk5OTk5OVoh", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models?nextLink=2!204!MDAwMTA4IXN1YnNjcmlwdGlvbnMvYjFhOTYyODAzYjdhNDU5ODlhY2RlYWE5MDU3YTRmZTQvbW9kZWxzLzRjYTU5MDExLTc0YWEtNDU1Yy1iZTQxLWM5ODE4NTRkOGJiYS91c2VMYWJlbEZpbGUuanNvbiEwMDAwMjghOTk5OS0xMi0zMVQyMzo1OTo1OS45OTk5OTk5WiE-", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "cda2f64d871be57aab30102a367283b0", "x-ms-return-client-request-id": "true" @@ -1117,450 +1171,1523 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "56fa0ba8-51dc-4167-a5b1-64df73806e1d", + "apim-request-id": "7678c847-701c-4291-ae78-9d90bc2e0b57", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:24:52 GMT", + "Date": "Fri, 30 Oct 2020 13:32:53 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "367" + "x-envoy-upstream-service-time": "304" }, "ResponseBody": { "modelList": [ { - "modelId": "b332d3a9-767e-4b92-b298-03a7ba2c64cb", - "status": "ready", - "createdDateTime": "2020-09-09T22:16:56Z", - "lastUpdatedDateTime": "2020-09-09T22:17:12Z" + "modelId": "4ca59011-74aa-455c-be41-c981854d8bba", + "status": "invalid", + "createdDateTime": "2020-08-20T18:45:20Z", + "lastUpdatedDateTime": "2020-08-20T18:45:20Z" }, { - "modelId": "b3bf06ee-649c-4195-b79a-743efe134b3a", - "status": "creating", - "createdDateTime": "2020-08-11T23:26:07Z", - "lastUpdatedDateTime": "2020-08-11T23:26:07Z" + "modelId": "4f79033e-d86b-4151-9d4b-ea371230d9f7", + "status": "ready", + "createdDateTime": "2020-10-30T13:24:52Z", + "lastUpdatedDateTime": "2020-10-30T13:25:13Z" }, { - "modelId": "b4f76870-a421-49fc-b407-0eff0259b35f", + "modelId": "52db9454-9b6c-4514-a6f4-27d3d404a999", "attributes": { "isComposed": false }, "status": "ready", - "createdDateTime": "2020-08-26T17:52:11Z", - "lastUpdatedDateTime": "2020-08-26T17:52:13Z" - }, - { - "modelId": "b505e41b-7b1f-403b-8934-b61ec312a33c", - "status": "ready", - "createdDateTime": "2020-08-07T02:31:58Z", - "lastUpdatedDateTime": "2020-08-07T02:32:11Z" + "createdDateTime": "2020-08-20T22:43:30Z", + "lastUpdatedDateTime": "2020-08-20T22:43:32Z" }, { - "modelId": "bd24dcfe-a630-4b9f-bb41-6f2462d7dc49", + "modelId": "547f6f41-f70e-4cb5-aa8f-2129e33df2af", "status": "ready", - "createdDateTime": "2020-08-07T02:34:59Z", - "lastUpdatedDateTime": "2020-08-07T02:35:12Z" + "createdDateTime": "2020-07-30T00:55:04Z", + "lastUpdatedDateTime": "2020-07-30T00:55:12Z" }, { - "modelId": "bf6945cc-5534-4fc7-bd7c-2371601328ff", + "modelId": "551c272c-ff8f-493e-b234-a719bc35ee23", "status": "creating", - "createdDateTime": "2020-08-07T02:35:13Z", - "lastUpdatedDateTime": "2020-08-07T02:35:13Z" + "createdDateTime": "2020-10-30T13:19:42Z", + "lastUpdatedDateTime": "2020-10-30T13:19:42Z" }, { - "modelId": "c20f99d1-31dd-4db9-baaa-97cc063209b9", - "status": "creating", - "createdDateTime": "2020-08-07T02:35:22Z", - "lastUpdatedDateTime": "2020-08-07T02:35:22Z" - }, - { - "modelId": "c2d66fc3-bb2c-4001-a6f8-c38e8b14edb9", + "modelId": "55c30a55-134a-4f9d-8b42-37caa8198471", "status": "ready", - "createdDateTime": "2020-08-26T17:56:05Z", - "lastUpdatedDateTime": "2020-08-26T17:56:15Z" + "createdDateTime": "2020-08-14T19:11:21Z", + "lastUpdatedDateTime": "2020-08-14T19:11:31Z" }, { - "modelId": "c345d537-db8a-42e9-8ed1-a1ff3fac62b0", - "status": "ready", - "createdDateTime": "2020-08-07T02:33:24Z", - "lastUpdatedDateTime": "2020-08-07T02:33:26Z" + "modelId": "56292da4-33e9-421f-ad9b-859234c5d111", + "status": "invalid", + "createdDateTime": "2020-08-20T23:29:05Z", + "lastUpdatedDateTime": "2020-08-20T23:29:05Z" }, { - "modelId": "c59b42e7-7aca-497e-9aad-c65bbeed9b57", - "status": "ready", - "createdDateTime": "2020-08-06T23:22:35Z", - "lastUpdatedDateTime": "2020-08-06T23:22:42Z" + "modelId": "566b7d84-318a-4acb-a928-d684e42b93b3", + "status": "invalid", + "createdDateTime": "2020-08-20T21:50:02Z", + "lastUpdatedDateTime": "2020-08-20T21:50:02Z" }, { - "modelId": "c6013cfd-4d02-4ec8-ba73-67cd51a615b7", - "status": "invalid", - "createdDateTime": "2020-09-09T22:23:52Z", - "lastUpdatedDateTime": "2020-09-09T22:23:52Z" + "modelId": "56ce1ece-256f-480d-8637-1005534971de", + "status": "ready", + "createdDateTime": "2020-08-20T21:27:11Z", + "lastUpdatedDateTime": "2020-08-20T21:27:19Z" }, { - "modelId": "c8986d9f-8e8a-4d04-8bb0-6638b754e15d", + "modelId": "5737eddb-d3c3-4e43-8658-b0f4322af5dc", "status": "invalid", - "createdDateTime": "2020-08-07T02:36:41Z", - "lastUpdatedDateTime": "2020-08-07T02:36:42Z" + "createdDateTime": "2020-08-20T23:29:06Z", + "lastUpdatedDateTime": "2020-08-20T23:29:07Z" }, { - "modelId": "ca22fcf9-50fd-4f30-9cc2-89ce165da9e5", + "modelId": "578062d7-dbfb-4548-a54e-299c967f17be", "status": "ready", - "createdDateTime": "2020-08-26T17:54:59Z", - "lastUpdatedDateTime": "2020-08-26T17:55:09Z" + "createdDateTime": "2020-08-20T18:48:16Z", + "lastUpdatedDateTime": "2020-08-20T18:48:27Z" }, { - "modelId": "cb5e24c2-a87a-4d58-9eb6-d45c354188d2", + "modelId": "57c1049c-a148-461a-ad5d-fe7e953f7d09", "status": "creating", - "createdDateTime": "2020-08-26T17:52:51Z", - "lastUpdatedDateTime": "2020-08-26T17:52:51Z" - }, - { - "modelId": "cc311fd7-86eb-45db-9d4d-a3d8e0370b65", - "status": "invalid", - "createdDateTime": "2020-08-26T17:53:05Z", - "lastUpdatedDateTime": "2020-08-26T17:53:06Z" + "createdDateTime": "2020-08-14T19:10:36Z", + "lastUpdatedDateTime": "2020-08-14T19:10:36Z" }, { - "modelId": "ccc3b3e0-ce54-483b-8ad4-73c43680bf6e", + "modelId": "57e0eb22-6bdb-4ef9-a597-11d96876ad1d", "status": "ready", - "createdDateTime": "2020-09-09T22:24:26Z", - "lastUpdatedDateTime": "2020-09-09T22:24:47Z" + "createdDateTime": "2020-08-14T19:45:21Z", + "lastUpdatedDateTime": "2020-08-14T19:45:29Z" }, { - "modelId": "cdc006db-a59c-4cc8-a2dc-ab16c680ea79", + "modelId": "5802c9ef-6ce3-41ac-be05-b4afb5613cb2", "status": "ready", - "createdDateTime": "2020-08-11T23:26:28Z", - "lastUpdatedDateTime": "2020-08-11T23:26:31Z" + "createdDateTime": "2020-08-20T21:08:18Z", + "lastUpdatedDateTime": "2020-08-20T21:08:26Z" }, { - "modelId": "cf827cbd-7ef9-4d03-bcb2-3196ac232a27", + "modelId": "5837470d-2183-4c9a-b005-80ab6b76765b", "status": "ready", - "createdDateTime": "2020-08-07T02:42:09Z", - "lastUpdatedDateTime": "2020-08-07T02:42:23Z" + "createdDateTime": "2020-08-20T23:31:12Z", + "lastUpdatedDateTime": "2020-08-20T23:31:26Z" }, { - "modelId": "cfe75f49-a7d5-4642-98f2-63dc697109fc", - "status": "invalid", - "createdDateTime": "2020-08-26T17:32:33Z", - "lastUpdatedDateTime": "2020-08-26T17:32:34Z" - }, - { - "modelId": "d105b6ec-2f04-43eb-bc3d-fa3a2a687166", + "modelId": "584c4432-36cf-4a0b-a2e1-5c651bfd4227", "attributes": { "isComposed": false }, "status": "ready", - "createdDateTime": "2020-09-09T22:24:49Z", - "lastUpdatedDateTime": "2020-09-09T22:24:51Z" + "createdDateTime": "2020-08-14T19:08:02Z", + "lastUpdatedDateTime": "2020-08-14T19:08:04Z" }, { - "modelId": "d191bdd0-84ab-46aa-a6c3-f8def1867cf1", - "attributes": { - "isComposed": false - }, - "status": "ready", - "createdDateTime": "2020-08-26T17:51:14Z", - "lastUpdatedDateTime": "2020-08-26T17:51:17Z" + "modelId": "58871fae-0f09-4f14-bce7-769d4bd35354", + "status": "creating", + "createdDateTime": "2020-08-14T19:08:30Z", + "lastUpdatedDateTime": "2020-08-14T19:08:30Z" }, { - "modelId": "d1bf30dc-45a1-4bfe-9e5e-6e50d6ffa19d", - "attributes": { - "isComposed": false - }, + "modelId": "5bde02de-1dcb-4ea8-b497-0427a16b26fb", + "status": "creating", + "createdDateTime": "2020-08-20T23:25:39Z", + "lastUpdatedDateTime": "2020-08-20T23:25:39Z" + }, + { + "modelId": "5f0ca916-4ca0-4f2d-9447-caeac53bcf2e", "status": "ready", - "createdDateTime": "2020-09-09T22:21:03Z", - "lastUpdatedDateTime": "2020-09-09T22:21:06Z" + "createdDateTime": "2020-08-20T23:32:15Z", + "lastUpdatedDateTime": "2020-08-20T23:32:25Z" + }, + { + "modelId": "5faf34f8-8399-477b-ba82-48f1e2e7688f", + "status": "invalid", + "createdDateTime": "2020-08-14T19:45:12Z", + "lastUpdatedDateTime": "2020-08-14T19:45:12Z" }, { - "modelId": "d273c5ba-313e-4954-9487-697d5088f802", + "modelId": "5feddb70-fa11-450f-b34b-37a45b5c80d3", "status": "invalid", - "createdDateTime": "2020-08-07T02:32:53Z", - "lastUpdatedDateTime": "2020-08-07T02:32:53Z" + "createdDateTime": "2020-08-20T23:26:09Z", + "lastUpdatedDateTime": "2020-08-20T23:26:10Z" + }, + { + "modelId": "6035d354-53ef-4dcd-93de-5b9ad1c1ea77", + "status": "ready", + "createdDateTime": "2020-08-20T18:42:40Z", + "lastUpdatedDateTime": "2020-08-20T18:42:48Z" }, { - "modelId": "d7e283fe-3aec-4bf8-94fe-61fe21940395", + "modelId": "6216b1ae-970a-485b-a35e-070150082adb", "status": "creating", - "createdDateTime": "2020-08-26T17:32:14Z", - "lastUpdatedDateTime": "2020-08-26T17:32:14Z" + "createdDateTime": "2020-08-20T22:42:57Z", + "lastUpdatedDateTime": "2020-08-20T22:42:57Z" }, { - "modelId": "d93c3dfe-b120-414e-9f51-ad40310c4a43", + "modelId": "63262869-1ff0-49d0-a26f-1d1552cad649", "attributes": { "isComposed": false }, "status": "ready", - "createdDateTime": "2020-08-26T17:33:41Z", - "lastUpdatedDateTime": "2020-08-26T17:33:49Z" + "createdDateTime": "2020-08-20T23:09:49Z", + "lastUpdatedDateTime": "2020-08-20T23:09:51Z" }, { - "modelId": "db508217-f07e-493a-89c4-72a5f714a4b9", - "status": "invalid", - "createdDateTime": "2020-08-26T17:51:04Z", - "lastUpdatedDateTime": "2020-08-26T17:51:04Z" + "modelId": "637426f9-5d46-4e4c-8bfb-86f2b60bd94b", + "status": "creating", + "createdDateTime": "2020-08-20T21:49:44Z", + "lastUpdatedDateTime": "2020-08-20T21:49:44Z" }, { - "modelId": "dc8ece10-6525-4660-8090-b1bcc26c4e9d", + "modelId": "66087b32-fce4-402d-9101-1bc4f627462d", "status": "ready", - "createdDateTime": "2020-08-06T23:42:46Z", - "lastUpdatedDateTime": "2020-08-06T23:42:54Z" + "createdDateTime": "2020-08-20T21:22:24Z", + "lastUpdatedDateTime": "2020-08-20T21:22:33Z" }, { - "modelId": "ddb1a1cd-e9d7-4044-a077-d5bfa01c98ee", - "status": "invalid", - "createdDateTime": "2020-08-26T17:32:32Z", - "lastUpdatedDateTime": "2020-08-26T17:32:32Z" + "modelId": "6645dde9-caf0-4beb-8758-501325f2e605", + "status": "ready", + "createdDateTime": "2020-08-20T21:53:58Z", + "lastUpdatedDateTime": "2020-08-20T21:54:06Z" }, { - "modelId": "e3059236-3520-4d20-93d2-5d82c089a198", + "modelId": "68f6c9f8-795d-43bc-97bd-619dad38c66d", + "attributes": { + "isComposed": false + }, + "status": "ready", + "createdDateTime": "2020-08-20T23:28:13Z", + "lastUpdatedDateTime": "2020-08-20T23:28:19Z" + }, + { + "modelId": "6bbda4de-97ee-4d62-a7ab-2a9a13f503f6", + "status": "invalid", + "createdDateTime": "2020-08-20T21:49:56Z", + "lastUpdatedDateTime": "2020-08-20T21:49:56Z" + }, + { + "modelId": "6c252bb0-d84a-47c8-82af-0dabf36c4c6f", + "status": "invalid", + "createdDateTime": "2020-08-20T21:47:26Z", + "lastUpdatedDateTime": "2020-08-20T21:47:27Z" + }, + { + "modelId": "6c6bd1f5-4009-435f-b938-df50c1966733", + "status": "ready", + "createdDateTime": "2020-08-20T21:28:00Z", + "lastUpdatedDateTime": "2020-08-20T21:28:08Z" + }, + { + "modelId": "6fbe2ae1-fd8f-40c7-bf2e-c05e90931aac", + "status": "creating", + "createdDateTime": "2020-08-20T23:28:45Z", + "lastUpdatedDateTime": "2020-08-20T23:28:45Z" + }, + { + "modelId": "70769976-46c0-4739-8cb5-4f31c941a709", + "status": "ready", + "createdDateTime": "2020-08-20T18:45:22Z", + "lastUpdatedDateTime": "2020-08-20T18:45:26Z" + } + ], + "nextLink": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com:443/formrecognizer/v2.1-preview.2/custom/models?nextLink=2!204!MDAwMTA4IXN1YnNjcmlwdGlvbnMvYjFhOTYyODAzYjdhNDU5ODlhY2RlYWE5MDU3YTRmZTQvbW9kZWxzLzcwNzY5OTc2LTQ2YzAtNDczOS04Y2I1LTRmMzFjOTQxYTcwOS91c2VMYWJlbEZpbGUuanNvbiEwMDAwMjghOTk5OS0xMi0zMVQyMzo1OTo1OS45OTk5OTk5WiE-" + } + }, + { + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models?nextLink=2!204!MDAwMTA4IXN1YnNjcmlwdGlvbnMvYjFhOTYyODAzYjdhNDU5ODlhY2RlYWE5MDU3YTRmZTQvbW9kZWxzLzcwNzY5OTc2LTQ2YzAtNDczOS04Y2I1LTRmMzFjOTQxYTcwOS91c2VMYWJlbEZpbGUuanNvbiEwMDAwMjghOTk5OS0xMi0zMVQyMzo1OTo1OS45OTk5OTk5WiE-", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "32f2f3bac601d5e140bbef8bcd2798d1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 429, + "ResponseHeaders": { + "apim-request-id": "907a8046-4f76-4c8d-8d9d-a35e419584fa", + "Content-Length": "356", + "Content-Type": "application/json", + "Date": "Fri, 30 Oct 2020 13:32:54 GMT", + "Retry-After": "1", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff" + }, + "ResponseBody": { + "error": { + "code": "429", + "message": "Requests to the Custom Form Model Management - List Custom Models Operation under Form Recognizer API (v2.1-preview.2) have exceeded rate limit of your current FormRecognizer S0 pricing tier. Please retry after 1 second. Please contact Azure support service if you would like to further increase the default rate limit." + } + } + }, + { + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models?nextLink=2!204!MDAwMTA4IXN1YnNjcmlwdGlvbnMvYjFhOTYyODAzYjdhNDU5ODlhY2RlYWE5MDU3YTRmZTQvbW9kZWxzLzcwNzY5OTc2LTQ2YzAtNDczOS04Y2I1LTRmMzFjOTQxYTcwOS91c2VMYWJlbEZpbGUuanNvbiEwMDAwMjghOTk5OS0xMi0zMVQyMzo1OTo1OS45OTk5OTk5WiE-", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "32f2f3bac601d5e140bbef8bcd2798d1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "ef420b01-9caa-4c16-9132-d688429aa188", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 30 Oct 2020 13:32:55 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "269" + }, + "ResponseBody": { + "modelList": [ + { + "modelId": "70769976-46c0-4739-8cb5-4f31c941a709", + "status": "ready", + "createdDateTime": "2020-08-20T18:45:22Z", + "lastUpdatedDateTime": "2020-08-20T18:45:26Z" + }, + { + "modelId": "714cd9ba-6084-4966-bf98-079fc90562fe", + "attributes": { + "isComposed": false + }, + "status": "ready", + "createdDateTime": "2020-08-14T19:10:07Z", + "lastUpdatedDateTime": "2020-08-14T19:10:09Z" + }, + { + "modelId": "7156bc3a-1e6b-4125-b89f-10d971d5ba14", + "attributes": { + "isComposed": false + }, + "status": "ready", + "createdDateTime": "2020-08-20T22:27:48Z", + "lastUpdatedDateTime": "2020-08-20T22:27:50Z" + }, + { + "modelId": "741ca2b2-d208-4a68-a59d-f6fb1e41c596", + "modelName": "My training", + "attributes": { + "isComposed": false + }, + "status": "ready", + "createdDateTime": "2020-10-30T13:21:03Z", + "lastUpdatedDateTime": "2020-10-30T13:21:04Z" + }, + { + "modelId": "74ea7917-ea1e-4d62-8bd9-551fcac9d963", + "status": "ready", + "createdDateTime": "2020-08-14T19:50:11Z", + "lastUpdatedDateTime": "2020-08-14T19:50:19Z" + }, + { + "modelId": "765cd50a-d9bd-4bbe-9e77-8e496c234240", + "status": "ready", + "createdDateTime": "2020-08-20T18:46:18Z", + "lastUpdatedDateTime": "2020-08-20T18:46:27Z" + }, + { + "modelId": "76aed1f7-5a15-4754-925c-45d27d7fd0c5", + "status": "creating", + "createdDateTime": "2020-08-20T21:22:34Z", + "lastUpdatedDateTime": "2020-08-20T21:22:34Z" + }, + { + "modelId": "76e1dc72-2be3-4c40-9f07-6b29a0bf327a", + "status": "creating", + "createdDateTime": "2020-08-14T19:44:45Z", + "lastUpdatedDateTime": "2020-08-14T19:44:45Z" + }, + { + "modelId": "76e25188-e121-4fc3-a5f3-3cb861033259", + "status": "creating", + "createdDateTime": "2020-08-20T21:25:07Z", + "lastUpdatedDateTime": "2020-08-20T21:25:07Z" + }, + { + "modelId": "795417b4-25af-4d41-aa61-3cef0084e589", + "status": "ready", + "createdDateTime": "2020-08-20T21:50:03Z", + "lastUpdatedDateTime": "2020-08-20T21:50:07Z" + }, + { + "modelId": "79a2c6de-5040-4198-a2fa-ecbe37e71788", + "modelName": "My training", + "attributes": { + "isComposed": false + }, + "status": "ready", + "createdDateTime": "2020-10-30T13:24:02Z", + "lastUpdatedDateTime": "2020-10-30T13:24:03Z" + }, + { + "modelId": "7c9a4c19-1761-40d2-8f2b-10f10510ca74", + "status": "ready", + "createdDateTime": "2020-08-14T19:10:57Z", + "lastUpdatedDateTime": "2020-08-14T19:11:00Z" + }, + { + "modelId": "7dd8a381-1484-4809-ad11-db27dc50841e", + "status": "ready", + "createdDateTime": "2020-08-20T21:49:31Z", + "lastUpdatedDateTime": "2020-08-20T21:49:39Z" + }, + { + "modelId": "7dfcb89d-abc6-43ca-bae6-cce241d06e4f", + "status": "ready", + "createdDateTime": "2020-08-20T21:30:14Z", + "lastUpdatedDateTime": "2020-08-20T21:30:22Z" + }, + { + "modelId": "7f2745e3-7f0d-46f7-919a-96b939030594", + "status": "creating", + "createdDateTime": "2020-08-20T22:42:59Z", + "lastUpdatedDateTime": "2020-08-20T22:42:59Z" + }, + { + "modelId": "80601216-855c-4286-b532-34af33c229ae", + "status": "ready", + "createdDateTime": "2020-08-14T19:13:08Z", + "lastUpdatedDateTime": "2020-08-14T19:13:16Z" + }, + { + "modelId": "84fd2414-5018-4f5a-9805-b80467ce7593", + "status": "ready", + "createdDateTime": "2020-08-20T21:47:27Z", + "lastUpdatedDateTime": "2020-08-20T21:47:31Z" + }, + { + "modelId": "8692493e-799d-48c3-b217-950e1471adba", + "status": "ready", + "createdDateTime": "2020-08-14T19:48:16Z", + "lastUpdatedDateTime": "2020-08-14T19:48:24Z" + }, + { + "modelId": "878a4cd7-39c2-46a0-a905-7cc1bd071837", + "attributes": { + "isComposed": false + }, + "status": "ready", + "createdDateTime": "2020-08-14T19:46:09Z", + "lastUpdatedDateTime": "2020-08-14T19:46:12Z" + }, + { + "modelId": "87f0f103-08c9-4cae-91b8-f5a0a205bb35", + "status": "creating", + "createdDateTime": "2020-08-17T22:32:37Z", + "lastUpdatedDateTime": "2020-08-17T22:32:37Z" + }, + { + "modelId": "88d34ad1-0508-475c-9d75-2c15594876ac", + "status": "invalid", + "createdDateTime": "2020-08-14T19:47:12Z", + "lastUpdatedDateTime": "2020-08-14T19:47:12Z" + }, + { + "modelId": "8a2a6999-df6a-4b64-9633-87d097b2af06", + "status": "invalid", + "createdDateTime": "2020-08-20T22:45:53Z", + "lastUpdatedDateTime": "2020-08-20T22:45:53Z" + }, + { + "modelId": "91f0a68b-5890-4e2a-8856-4489113f9d54", + "attributes": { + "isComposed": false + }, + "status": "ready", + "createdDateTime": "2020-08-14T19:11:01Z", + "lastUpdatedDateTime": "2020-08-14T19:11:08Z" + }, + { + "modelId": "91f917c8-c8ad-457e-8d62-00e3e1686aac", + "status": "invalid", + "createdDateTime": "2020-08-20T18:43:19Z", + "lastUpdatedDateTime": "2020-08-20T18:43:20Z" + }, + { + "modelId": "921d9d16-9a9d-4dab-a0c5-63deb0aed5a6", + "status": "ready", + "createdDateTime": "2020-08-20T22:42:48Z", + "lastUpdatedDateTime": "2020-08-20T22:42:56Z" + }, + { + "modelId": "9259c76f-7273-41a7-83e2-fd176eeef64e", + "attributes": { + "isComposed": false + }, + "status": "ready", + "createdDateTime": "2020-08-20T22:46:02Z", + "lastUpdatedDateTime": "2020-08-20T22:46:04Z" + }, + { + "modelId": "92829e8f-ef96-4b83-8d54-4e2064729e84", + "status": "invalid", + "createdDateTime": "2020-08-14T19:08:49Z", + "lastUpdatedDateTime": "2020-08-14T19:08:49Z" + }, + { + "modelId": "932ef024-3b06-4445-bc05-863f0b7365db", + "status": "ready", + "createdDateTime": "2020-08-14T19:10:25Z", + "lastUpdatedDateTime": "2020-08-14T19:10:32Z" + }, + { + "modelId": "94e1ae64-db16-4b11-b3ec-db684b3eb473", + "status": "ready", + "createdDateTime": "2020-08-20T21:46:57Z", + "lastUpdatedDateTime": "2020-08-20T21:47:05Z" + }, + { + "modelId": "959a6767-936a-4388-be50-47b1471173e2", + "status": "ready", + "createdDateTime": "2020-08-20T22:43:33Z", + "lastUpdatedDateTime": "2020-08-20T22:43:42Z" + }, + { + "modelId": "96769aa4-eb33-45e2-8536-0dc4e5ec375c", + "attributes": { + "isComposed": false + }, + "status": "ready", + "createdDateTime": "2020-10-30T13:24:51Z", + "lastUpdatedDateTime": "2020-10-30T13:24:52Z" + } + ], + "nextLink": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com:443/formrecognizer/v2.1-preview.2/custom/models?nextLink=2!204!MDAwMTA4IXN1YnNjcmlwdGlvbnMvYjFhOTYyODAzYjdhNDU5ODlhY2RlYWE5MDU3YTRmZTQvbW9kZWxzLzk2NzY5YWE0LWViMzMtNDVlMi04NTM2LTBkYzRlNWVjMzc1Yy91c2VMYWJlbEZpbGUuanNvbiEwMDAwMjghOTk5OS0xMi0zMVQyMzo1OTo1OS45OTk5OTk5WiE-" + } + }, + { + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models?nextLink=2!204!MDAwMTA4IXN1YnNjcmlwdGlvbnMvYjFhOTYyODAzYjdhNDU5ODlhY2RlYWE5MDU3YTRmZTQvbW9kZWxzLzk2NzY5YWE0LWViMzMtNDVlMi04NTM2LTBkYzRlNWVjMzc1Yy91c2VMYWJlbEZpbGUuanNvbiEwMDAwMjghOTk5OS0xMi0zMVQyMzo1OTo1OS45OTk5OTk5WiE-", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "1511d3b211adc934d3c93ce856e73db6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "320bae70-df5c-4038-bbd3-e0733ca50772", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 30 Oct 2020 13:32:55 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "309" + }, + "ResponseBody": { + "modelList": [ + { + "modelId": "96769aa4-eb33-45e2-8536-0dc4e5ec375c", + "attributes": { + "isComposed": false + }, + "status": "ready", + "createdDateTime": "2020-10-30T13:24:51Z", + "lastUpdatedDateTime": "2020-10-30T13:24:52Z" + }, + { + "modelId": "9794b06a-303c-4014-ac9c-d64ccd2d897d", + "status": "creating", + "createdDateTime": "2020-08-20T21:22:33Z", + "lastUpdatedDateTime": "2020-08-20T21:22:33Z" + }, + { + "modelId": "97be7970-9a98-4b3f-980c-77bf06f29131", + "attributes": { + "isComposed": false + }, + "status": "ready", + "createdDateTime": "2020-10-30T13:21:52Z", + "lastUpdatedDateTime": "2020-10-30T13:21:54Z" + }, + { + "modelId": "98fc2d15-8bb1-4eb8-85f8-dbde2d188615", + "status": "ready", + "createdDateTime": "2020-08-14T19:46:41Z", + "lastUpdatedDateTime": "2020-08-14T19:46:48Z" + }, + { + "modelId": "9947fcd1-42b4-4c38-930e-1b0403e6f761", + "status": "ready", + "createdDateTime": "2020-08-14T19:45:42Z", + "lastUpdatedDateTime": "2020-08-14T19:45:53Z" + }, + { + "modelId": "99c2b562-6e31-4923-a25c-8d940951ed2f", + "status": "ready", + "createdDateTime": "2020-08-14T19:47:23Z", + "lastUpdatedDateTime": "2020-08-14T19:47:32Z" + }, + { + "modelId": "9a0b42b4-09e2-4c90-8bd0-64395fb588e8", + "status": "ready", + "createdDateTime": "2020-08-20T23:28:36Z", + "lastUpdatedDateTime": "2020-08-20T23:28:44Z" + }, + { + "modelId": "9aa701a8-3822-4d5d-bc37-4891415c267f", + "status": "ready", + "createdDateTime": "2020-08-20T22:06:19Z", + "lastUpdatedDateTime": "2020-08-20T22:06:29Z" + }, + { + "modelId": "9d8aac28-0ab6-4b18-bb80-35341797a3ad", + "status": "ready", + "createdDateTime": "2020-08-20T21:53:04Z", + "lastUpdatedDateTime": "2020-08-20T21:53:15Z" + }, + { + "modelId": "9e6eb7bc-d4b9-4887-a38a-58957d712769", + "status": "ready", + "createdDateTime": "2020-08-20T21:30:14Z", + "lastUpdatedDateTime": "2020-08-20T21:30:22Z" + }, + { + "modelId": "9f7271da-c7c1-4407-bd1a-92577c187995", + "status": "invalid", + "createdDateTime": "2020-08-20T18:45:21Z", + "lastUpdatedDateTime": "2020-08-20T18:45:22Z" + }, + { + "modelId": "a00e27ee-1358-468a-a95c-c80e5bff6343", + "attributes": { + "isComposed": false + }, + "status": "ready", + "createdDateTime": "2020-08-20T22:45:08Z", + "lastUpdatedDateTime": "2020-08-20T22:45:15Z" + }, + { + "modelId": "a0a7e72a-d8ec-4293-8dee-7fbe726fc115", + "attributes": { + "isComposed": false + }, + "status": "ready", + "createdDateTime": "2020-08-20T18:45:38Z", + "lastUpdatedDateTime": "2020-08-20T18:45:39Z" + }, + { + "modelId": "a1513cf9-13dd-4eb7-bac5-7ceee4658c13", + "attributes": { + "isComposed": false + }, + "status": "ready", + "createdDateTime": "2020-08-14T18:53:36Z", + "lastUpdatedDateTime": "2020-08-14T18:53:43Z" + }, + { + "modelId": "a1b59d63-c5f4-43a4-bbba-e4e9c0c00708", + "status": "ready", + "createdDateTime": "2020-10-30T13:20:55Z", + "lastUpdatedDateTime": "2020-10-30T13:21:01Z" + }, + { + "modelId": "a2a41673-e1b2-4319-8eef-44910ce4d9cf", + "status": "ready", + "createdDateTime": "2020-08-20T18:43:33Z", + "lastUpdatedDateTime": "2020-08-20T18:43:41Z" + }, + { + "modelId": "a2b05934-353c-4eb9-ac8b-45d1d2e489f2", + "status": "ready", + "createdDateTime": "2020-08-20T22:46:14Z", + "lastUpdatedDateTime": "2020-08-20T22:46:24Z" + }, + { + "modelId": "a3189094-17a1-4acf-a788-f8c05c6e6a19", + "status": "invalid", + "createdDateTime": "2020-08-20T22:45:54Z", + "lastUpdatedDateTime": "2020-08-20T22:45:55Z" + }, + { + "modelId": "a336ff42-7e03-4b7f-821a-1246209f29de", + "status": "ready", + "createdDateTime": "2020-08-14T19:08:51Z", + "lastUpdatedDateTime": "2020-08-14T19:08:55Z" + }, + { + "modelId": "a38f391d-fad5-4ed5-be4c-5a3644803cf4", + "status": "ready", + "createdDateTime": "2020-08-20T23:29:39Z", + "lastUpdatedDateTime": "2020-08-20T23:29:51Z" + }, + { + "modelId": "a3cb3ffe-ba7b-4a0d-838a-eced98e48e8c", + "status": "invalid", + "createdDateTime": "2020-08-20T22:43:18Z", + "lastUpdatedDateTime": "2020-08-20T22:43:18Z" + }, + { + "modelId": "a5f5ef27-523c-44a4-a06c-a56470180145", + "status": "creating", + "createdDateTime": "2020-08-14T19:44:55Z", + "lastUpdatedDateTime": "2020-08-14T19:44:55Z" + }, + { + "modelId": "a67b821e-e8f2-419d-97f6-e28903abe6a0", + "attributes": { + "isComposed": false + }, + "status": "ready", + "createdDateTime": "2020-08-20T21:25:31Z", + "lastUpdatedDateTime": "2020-08-20T21:25:32Z" + }, + { + "modelId": "a70a5d5b-3b72-486b-91f1-0b518e077a43", + "status": "ready", + "createdDateTime": "2020-08-20T22:48:57Z", + "lastUpdatedDateTime": "2020-08-20T22:49:06Z" + }, + { + "modelId": "a78b3a1c-9189-4901-9bc2-ccceec21bf20", + "status": "creating", + "createdDateTime": "2020-08-20T18:44:56Z", + "lastUpdatedDateTime": "2020-08-20T18:44:56Z" + }, + { + "modelId": "a7d5f0a1-b604-4fd4-a1fb-5df92c6deaef", + "status": "ready", + "createdDateTime": "2020-08-20T18:26:04Z", + "lastUpdatedDateTime": "2020-08-20T18:26:12Z" + }, + { + "modelId": "a8b5afb6-f11a-4496-ad62-a70e3ecda523", + "status": "ready", + "createdDateTime": "2020-08-14T19:49:09Z", + "lastUpdatedDateTime": "2020-08-14T19:49:17Z" + }, + { + "modelId": "a95aa07c-a27b-4323-8bc6-3a02485f2707", + "status": "ready", + "createdDateTime": "2020-08-20T21:50:21Z", + "lastUpdatedDateTime": "2020-08-20T21:50:32Z" + }, + { + "modelId": "a9b18a20-868b-4493-be08-c614d551f83e", + "attributes": { + "isComposed": false + }, + "status": "ready", + "createdDateTime": "2020-08-20T22:46:13Z", + "lastUpdatedDateTime": "2020-08-20T22:46:14Z" + } + ], + "nextLink": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com:443/formrecognizer/v2.1-preview.2/custom/models?nextLink=2!236!MDAwMTMyIXN1YnNjcmlwdGlvbnMvYjFhOTYyODAzYjdhNDU5ODlhY2RlYWE5MDU3YTRmZTQvbW9kZWxzL2E5YjE4YTIwLTg2OGItNDQ5My1iZTA4LWM2MTRkNTUxZjgzZS9hOWIxOGEyMC04NjhiLTQ0OTMtYmUwOC1jNjE0ZDU1MWY4M2UuanNvbiEwMDAwMjghOTk5OS0xMi0zMVQyMzo1OTo1OS45OTk5OTk5WiE-" + } + }, + { + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models?nextLink=2!236!MDAwMTMyIXN1YnNjcmlwdGlvbnMvYjFhOTYyODAzYjdhNDU5ODlhY2RlYWE5MDU3YTRmZTQvbW9kZWxzL2E5YjE4YTIwLTg2OGItNDQ5My1iZTA4LWM2MTRkNTUxZjgzZS9hOWIxOGEyMC04NjhiLTQ0OTMtYmUwOC1jNjE0ZDU1MWY4M2UuanNvbiEwMDAwMjghOTk5OS0xMi0zMVQyMzo1OTo1OS45OTk5OTk5WiE-", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "43eb21426610860415cd8c6098ee1784", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 429, + "ResponseHeaders": { + "apim-request-id": "65132cbb-0d17-4ffa-8f2d-9fff4c1f7c6b", + "Content-Length": "356", + "Content-Type": "application/json", + "Date": "Fri, 30 Oct 2020 13:32:56 GMT", + "Retry-After": "1", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff" + }, + "ResponseBody": { + "error": { + "code": "429", + "message": "Requests to the Custom Form Model Management - List Custom Models Operation under Form Recognizer API (v2.1-preview.2) have exceeded rate limit of your current FormRecognizer S0 pricing tier. Please retry after 1 second. Please contact Azure support service if you would like to further increase the default rate limit." + } + } + }, + { + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models?nextLink=2!236!MDAwMTMyIXN1YnNjcmlwdGlvbnMvYjFhOTYyODAzYjdhNDU5ODlhY2RlYWE5MDU3YTRmZTQvbW9kZWxzL2E5YjE4YTIwLTg2OGItNDQ5My1iZTA4LWM2MTRkNTUxZjgzZS9hOWIxOGEyMC04NjhiLTQ0OTMtYmUwOC1jNjE0ZDU1MWY4M2UuanNvbiEwMDAwMjghOTk5OS0xMi0zMVQyMzo1OTo1OS45OTk5OTk5WiE-", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "43eb21426610860415cd8c6098ee1784", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "f760bddc-e018-4403-9750-f0dba2647791", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 30 Oct 2020 13:32:57 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "355" + }, + "ResponseBody": { + "modelList": [ + { + "modelId": "a9b18a20-868b-4493-be08-c614d551f83e", + "attributes": { + "isComposed": false + }, + "status": "ready", + "createdDateTime": "2020-08-20T22:46:13Z", + "lastUpdatedDateTime": "2020-08-20T22:46:14Z" + }, + { + "modelId": "a9dbcb83-f15c-4b42-aaef-c2e78adb3169", + "status": "ready", + "createdDateTime": "2020-08-14T19:47:14Z", + "lastUpdatedDateTime": "2020-08-14T19:47:20Z" + }, + { + "modelId": "ab71a8bd-e38c-41dd-8b9f-4677355e9ab5", + "attributes": { + "isComposed": false + }, + "status": "ready", + "createdDateTime": "2020-10-30T13:21:05Z", + "lastUpdatedDateTime": "2020-10-30T13:21:06Z" + }, + { + "modelId": "ac2a0641-62e3-43e4-ab21-2f0eb52b6e61", + "status": "ready", + "createdDateTime": "2020-08-20T21:24:53Z", + "lastUpdatedDateTime": "2020-08-20T21:25:02Z" + }, + { + "modelId": "ad2694f9-88d9-48b6-b85c-71b6000aa9df", + "status": "ready", + "createdDateTime": "2020-08-14T19:47:39Z", + "lastUpdatedDateTime": "2020-08-14T19:47:49Z" + }, + { + "modelId": "af6d3536-b663-4856-9824-9e8872fc83ed", + "attributes": { + "isComposed": false + }, + "status": "ready", + "createdDateTime": "2020-08-20T18:43:43Z", + "lastUpdatedDateTime": "2020-08-20T18:43:45Z" + }, + { + "modelId": "b01f6909-840f-4ca9-85a3-769538176fe5", + "status": "ready", + "createdDateTime": "2020-08-20T22:43:50Z", + "lastUpdatedDateTime": "2020-08-20T22:44:01Z" + }, + { + "modelId": "b08b7db5-97ae-4459-9603-47d5994e9f4a", + "status": "ready", + "createdDateTime": "2020-08-14T19:11:57Z", + "lastUpdatedDateTime": "2020-08-14T19:12:05Z" + }, + { + "modelId": "b0b6140c-fb6e-4c67-b7f1-420074909323", "status": "creating", - "createdDateTime": "2020-08-26T17:32:17Z", - "lastUpdatedDateTime": "2020-08-26T17:32:17Z" + "createdDateTime": "2020-08-20T23:28:47Z", + "lastUpdatedDateTime": "2020-08-20T23:28:47Z" + }, + { + "modelId": "b102b022-de56-4e48-8c16-41dae496d899", + "status": "invalid", + "createdDateTime": "2020-08-20T21:47:25Z", + "lastUpdatedDateTime": "2020-08-20T21:47:25Z" + }, + { + "modelId": "b370849a-a304-464b-acdb-1308a78b2fa2", + "status": "invalid", + "createdDateTime": "2020-10-30T13:20:52Z", + "lastUpdatedDateTime": "2020-10-30T13:20:52Z" + }, + { + "modelId": "b3cc3815-9fc0-40bc-ad82-0533b038db9d", + "status": "ready", + "createdDateTime": "2020-08-14T19:45:13Z", + "lastUpdatedDateTime": "2020-08-14T19:45:17Z" + }, + { + "modelId": "b404b97b-0e37-4eb5-8ad1-4ced5d0a34a5", + "status": "ready", + "createdDateTime": "2020-08-20T18:45:29Z", + "lastUpdatedDateTime": "2020-08-20T18:45:37Z" }, { - "modelId": "e31c6b14-abc1-42be-81c0-22a6c3eb44f4", + "modelId": "b5c033b5-b3b4-4a68-8744-0f7509be8504", "status": "ready", - "createdDateTime": "2020-09-09T22:17:13Z", - "lastUpdatedDateTime": "2020-09-09T22:17:27Z" + "createdDateTime": "2020-10-30T13:21:55Z", + "lastUpdatedDateTime": "2020-10-30T13:22:15Z" }, { - "modelId": "e54e8d47-0c59-4c6f-8e42-42075bca2625", + "modelId": "b6cf7b42-a0ea-4d17-9a2e-080f0370f562", "status": "invalid", - "createdDateTime": "2020-08-07T02:38:17Z", - "lastUpdatedDateTime": "2020-08-07T02:38:23Z" + "createdDateTime": "2020-08-20T21:22:55Z", + "lastUpdatedDateTime": "2020-08-20T21:22:55Z" }, { - "modelId": "e68af186-60e9-43ab-bf44-957aaa96e75f", + "modelId": "b768df27-adda-4f47-8223-4f9b696b3591", "status": "creating", - "createdDateTime": "2020-08-26T17:52:47Z", - "lastUpdatedDateTime": "2020-08-26T17:52:47Z" + "createdDateTime": "2020-08-20T21:47:08Z", + "lastUpdatedDateTime": "2020-08-20T21:47:08Z" + }, + { + "modelId": "b7af13d6-8a7c-4254-ab2f-1ccd03d26f97", + "modelName": "My composed model", + "attributes": { + "isComposed": true + }, + "status": "ready", + "createdDateTime": "2020-10-30T13:23:46Z", + "lastUpdatedDateTime": "2020-10-30T13:23:47Z" + }, + { + "modelId": "bacfa117-235d-43f0-b919-913a0e0ae686", + "status": "ready", + "createdDateTime": "2020-08-20T22:47:48Z", + "lastUpdatedDateTime": "2020-08-20T22:47:56Z" + }, + { + "modelId": "bc1133f6-33d3-4ac1-a848-0695866e1786", + "attributes": { + "isComposed": false + }, + "status": "ready", + "createdDateTime": "2020-08-20T21:25:41Z", + "lastUpdatedDateTime": "2020-08-20T21:25:42Z" + }, + { + "modelId": "bc6ae2e0-2eb4-40bb-b8d0-0ca37f413c58", + "status": "invalid", + "createdDateTime": "2020-08-20T21:22:53Z", + "lastUpdatedDateTime": "2020-08-20T21:22:54Z" + }, + { + "modelId": "bd10694b-d9fd-402e-9f89-2e5994a7691f", + "attributes": { + "isComposed": false + }, + "status": "ready", + "createdDateTime": "2020-08-20T18:27:08Z", + "lastUpdatedDateTime": "2020-08-20T18:27:10Z" + }, + { + "modelId": "be8593fc-3fab-4300-8b14-f77966b99c04", + "status": "invalid", + "createdDateTime": "2020-08-14T19:10:54Z", + "lastUpdatedDateTime": "2020-08-14T19:10:54Z" + }, + { + "modelId": "c1cf6bc1-0d0f-4a23-b453-9df1b937710a", + "status": "ready", + "createdDateTime": "2020-08-20T18:47:27Z", + "lastUpdatedDateTime": "2020-08-20T18:47:35Z" + }, + { + "modelId": "c2401fd4-05c0-48d4-bd2f-7a30589b1306", + "attributes": { + "isComposed": false + }, + "status": "ready", + "createdDateTime": "2020-08-14T19:09:15Z", + "lastUpdatedDateTime": "2020-08-14T19:09:27Z" + }, + { + "modelId": "c39ee6fa-e7a8-4ad9-990e-aa9049846fff", + "status": "ready", + "createdDateTime": "2020-08-20T23:29:08Z", + "lastUpdatedDateTime": "2020-08-20T23:29:13Z" + }, + { + "modelId": "c5797a87-180d-4ec3-a23f-aa44848ad149", + "status": "ready", + "createdDateTime": "2020-08-20T23:26:12Z", + "lastUpdatedDateTime": "2020-08-20T23:26:17Z" + }, + { + "modelId": "c690cad3-cb93-4b4b-9139-f542f08aefa2", + "attributes": { + "isComposed": false + }, + "status": "ready", + "createdDateTime": "2020-08-20T23:26:23Z", + "lastUpdatedDateTime": "2020-08-20T23:26:24Z" }, { - "modelId": "e76f563f-8640-4330-b98a-d2431721debd", + "modelId": "c6a30526-4a60-4aac-90db-dea83bf04799", + "attributes": { + "isComposed": false + }, "status": "ready", - "createdDateTime": "2020-08-26T17:50:38Z", - "lastUpdatedDateTime": "2020-08-26T17:50:48Z" + "createdDateTime": "2020-08-20T23:25:05Z", + "lastUpdatedDateTime": "2020-08-20T23:25:07Z" }, { - "modelId": "ea436462-f638-49a6-b220-ed94172d8701", + "modelId": "c7d33988-9209-49fa-bc94-55750dcd16bb", "status": "ready", - "createdDateTime": "2020-08-06T23:17:00Z", - "lastUpdatedDateTime": "2020-08-06T23:17:07Z" + "createdDateTime": "2020-08-20T23:33:14Z", + "lastUpdatedDateTime": "2020-08-20T23:33:22Z" } ], - "nextLink": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com:443/formrecognizer/v2.1-preview.1/custom/models?nextLink=2!232!MDAwMTMwIXN1YnNjcmlwdGlvbnMvMDJkNTNjMjExN2M4NGQzZjhlMDRkMDZlOWJhMGEwYzUvbW9kZWxzL2ViYmJiZWU4LTk0MmMtNDM3NC1iM2E2LWFjNTk0ZjE5NWU3OC9lYmJiYmVlOC05NDJjLTQzNzQtYjNhNi1hYzU5NGYxOTVlNzguZ3ohMDAwMDI4ITk5OTktMTItMzFUMjM6NTk6NTkuOTk5OTk5OVoh" + "nextLink": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com:443/formrecognizer/v2.1-preview.2/custom/models?nextLink=2!204!MDAwMTA4IXN1YnNjcmlwdGlvbnMvYjFhOTYyODAzYjdhNDU5ODlhY2RlYWE5MDU3YTRmZTQvbW9kZWxzL2M3ZDMzOTg4LTkyMDktNDlmYS1iYzk0LTU1NzUwZGNkMTZiYi91c2VMYWJlbEZpbGUuanNvbiEwMDAwMjghOTk5OS0xMi0zMVQyMzo1OTo1OS45OTk5OTk5WiE-" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models?nextLink=2!232!MDAwMTMwIXN1YnNjcmlwdGlvbnMvMDJkNTNjMjExN2M4NGQzZjhlMDRkMDZlOWJhMGEwYzUvbW9kZWxzL2ViYmJiZWU4LTk0MmMtNDM3NC1iM2E2LWFjNTk0ZjE5NWU3OC9lYmJiYmVlOC05NDJjLTQzNzQtYjNhNi1hYzU5NGYxOTVlNzguZ3ohMDAwMDI4ITk5OTktMTItMzFUMjM6NTk6NTkuOTk5OTk5OVoh", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models?nextLink=2!204!MDAwMTA4IXN1YnNjcmlwdGlvbnMvYjFhOTYyODAzYjdhNDU5ODlhY2RlYWE5MDU3YTRmZTQvbW9kZWxzL2M3ZDMzOTg4LTkyMDktNDlmYS1iYzk0LTU1NzUwZGNkMTZiYi91c2VMYWJlbEZpbGUuanNvbiEwMDAwMjghOTk5OS0xMi0zMVQyMzo1OTo1OS45OTk5OTk5WiE-", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "32f2f3bac601d5e140bbef8bcd2798d1", + "x-ms-client-request-id": "62783f976d61a903be285e3789f87e58", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "67fd452d-6e74-4d93-b188-16932985dbc3", + "apim-request-id": "bb7748fe-7784-4ee8-866e-d3a5b8c5e566", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:24:52 GMT", + "Date": "Fri, 30 Oct 2020 13:32:57 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "175" + "x-envoy-upstream-service-time": "265" }, "ResponseBody": { "modelList": [ { - "modelId": "ebbbbee8-942c-4374-b3a6-ac594f195e78", + "modelId": "c7d33988-9209-49fa-bc94-55750dcd16bb", + "status": "ready", + "createdDateTime": "2020-08-20T23:33:14Z", + "lastUpdatedDateTime": "2020-08-20T23:33:22Z" + }, + { + "modelId": "c89e3c61-0048-4ac6-93e6-4f28e4c290cc", + "attributes": { + "isComposed": false + }, + "status": "ready", + "createdDateTime": "2020-08-14T19:29:28Z", + "lastUpdatedDateTime": "2020-08-14T19:29:35Z" + }, + { + "modelId": "c8b76997-38b0-444f-9646-40e930bd7b5c", + "status": "ready", + "createdDateTime": "2020-08-20T21:47:50Z", + "lastUpdatedDateTime": "2020-08-20T21:48:01Z" + }, + { + "modelId": "cdb4705a-40e1-4ff4-8ad0-fec5734f4325", + "status": "ready", + "createdDateTime": "2020-08-20T23:10:08Z", + "lastUpdatedDateTime": "2020-08-20T23:10:17Z" + }, + { + "modelId": "cde04bf1-6d25-46f7-bdb5-2d056d9d0770", + "status": "ready", + "createdDateTime": "2020-08-14T19:09:28Z", + "lastUpdatedDateTime": "2020-08-14T19:09:39Z" + }, + { + "modelId": "cdfdd9de-9047-4c6b-9a87-eb8f561f73ff", + "attributes": { + "isComposed": false + }, + "status": "ready", + "createdDateTime": "2020-08-14T19:47:21Z", + "lastUpdatedDateTime": "2020-08-14T19:47:23Z" + }, + { + "modelId": "cee40303-8aaa-418a-b5b4-9055cb5bb4d8", + "attributes": { + "isComposed": false + }, + "status": "ready", + "createdDateTime": "2020-10-30T13:31:58Z", + "lastUpdatedDateTime": "2020-10-30T13:32:01Z" + }, + { + "modelId": "cee73923-0fa2-40dd-8eda-8446c153ecbb", + "attributes": { + "isComposed": false + }, + "status": "ready", + "createdDateTime": "2020-08-14T19:45:18Z", + "lastUpdatedDateTime": "2020-08-14T19:45:20Z" + }, + { + "modelId": "cf0a0084-92b5-4c82-aaee-b899a0645f91", + "status": "ready", + "createdDateTime": "2020-08-14T18:53:51Z", + "lastUpdatedDateTime": "2020-08-14T18:53:59Z" + }, + { + "modelId": "cfe8a11b-ae8c-4105-a8a3-ab69bd8a4354", + "status": "invalid", + "createdDateTime": "2020-10-30T13:23:52Z", + "lastUpdatedDateTime": "2020-10-30T13:23:52Z" + }, + { + "modelId": "d1ebd4b5-6e79-4a31-9ed2-0d492b409a6c", + "status": "creating", + "createdDateTime": "2020-08-14T19:46:50Z", + "lastUpdatedDateTime": "2020-08-14T19:46:50Z" + }, + { + "modelId": "d234c2cd-e20d-407c-b023-2bb7e0065875", + "status": "ready", + "createdDateTime": "2020-08-20T21:06:49Z", + "lastUpdatedDateTime": "2020-08-20T21:06:57Z" + }, + { + "modelId": "d2bb2813-e890-4726-ad3a-5b2137840550", + "status": "ready", + "createdDateTime": "2020-08-14T19:08:59Z", + "lastUpdatedDateTime": "2020-08-14T19:09:09Z" + }, + { + "modelId": "d35b3816-19e2-4263-840b-749342c5a9ae", + "status": "creating", + "createdDateTime": "2020-08-20T23:25:48Z", + "lastUpdatedDateTime": "2020-08-20T23:25:48Z" + }, + { + "modelId": "d38c3724-ecc0-46ad-be24-9cfb55e88fdd", + "attributes": { + "isComposed": false + }, + "status": "ready", + "createdDateTime": "2020-08-20T23:29:19Z", + "lastUpdatedDateTime": "2020-08-20T23:29:21Z" + }, + { + "modelId": "d44ad36d-9b3f-4528-aeed-50111c87d0d8", "status": "ready", - "createdDateTime": "2020-08-07T02:03:56Z", - "lastUpdatedDateTime": "2020-08-07T02:04:09Z" + "createdDateTime": "2020-08-20T21:22:56Z", + "lastUpdatedDateTime": "2020-08-20T21:22:59Z" }, { - "modelId": "edfb6496-b669-404c-8ff9-e0693aa71e82", + "modelId": "d71f1973-c8bc-4723-95f6-270faeb0d710", + "status": "ready", + "createdDateTime": "2020-08-05T20:02:42Z", + "lastUpdatedDateTime": "2020-08-05T20:02:53Z" + }, + { + "modelId": "d76bbb87-3665-4fcf-bd78-5af39fa70371", + "status": "creating", + "createdDateTime": "2020-08-20T21:25:03Z", + "lastUpdatedDateTime": "2020-08-20T21:25:03Z" + }, + { + "modelId": "d7c60908-afae-4db7-97a4-7dfee044d9fb", + "attributes": { + "isComposed": false + }, + "status": "ready", + "createdDateTime": "2020-08-14T19:44:20Z", + "lastUpdatedDateTime": "2020-08-14T19:44:27Z" + }, + { + "modelId": "d8bc8709-3324-4d86-a702-fb13d83bd3fd", + "attributes": { + "isComposed": false + }, + "status": "ready", + "createdDateTime": "2020-08-20T21:24:37Z", + "lastUpdatedDateTime": "2020-08-20T21:24:38Z" + }, + { + "modelId": "d9d6453d-555a-411b-8969-29023fc1d347", + "attributes": { + "isComposed": false + }, + "status": "ready", + "createdDateTime": "2020-08-20T21:50:19Z", + "lastUpdatedDateTime": "2020-08-20T21:50:21Z" + }, + { + "modelId": "da9ff68e-3cb0-4066-8030-84fac4049adf", + "status": "ready", + "createdDateTime": "2020-08-20T23:26:42Z", + "lastUpdatedDateTime": "2020-08-20T23:26:55Z" + }, + { + "modelId": "db37c79c-cb7c-4e82-b5a6-de8761e95791", + "status": "creating", + "createdDateTime": "2020-08-17T22:33:39Z", + "lastUpdatedDateTime": "2020-08-17T22:33:39Z" + }, + { + "modelId": "de0c3af0-ab73-4a50-88b9-0be008348ff3", + "status": "ready", + "createdDateTime": "2020-08-14T19:12:59Z", + "lastUpdatedDateTime": "2020-08-14T19:13:07Z" + }, + { + "modelId": "ded45364-1d15-4185-9ba1-349085488c79", "attributes": { "isComposed": false }, "status": "ready", - "createdDateTime": "2020-09-09T22:24:23Z", - "lastUpdatedDateTime": "2020-09-09T22:24:25Z" + "createdDateTime": "2020-08-20T21:31:28Z", + "lastUpdatedDateTime": "2020-08-20T21:31:30Z" + }, + { + "modelId": "df46a938-d337-4664-82f6-13fe40a3ccbd", + "status": "ready", + "createdDateTime": "2020-08-05T20:05:23Z", + "lastUpdatedDateTime": "2020-08-05T20:05:34Z" }, { - "modelId": "eff726db-d669-457a-b2a4-f003290d914c", + "modelId": "dfed1264-2f66-4fa1-83fd-adce189c3ae9", + "status": "creating", + "createdDateTime": "2020-08-17T22:30:35Z", + "lastUpdatedDateTime": "2020-08-17T22:30:35Z" + }, + { + "modelId": "e10d0994-db23-4546-9ea7-377e52f85c7e", "status": "ready", - "createdDateTime": "2020-08-11T23:26:32Z", - "lastUpdatedDateTime": "2020-08-11T23:26:45Z" + "createdDateTime": "2020-08-20T21:47:40Z", + "lastUpdatedDateTime": "2020-08-20T21:47:48Z" + }, + { + "modelId": "e1fb3fc5-8672-4d3c-ad29-fa0c489f21fd", + "status": "invalid", + "createdDateTime": "2020-08-20T18:43:14Z", + "lastUpdatedDateTime": "2020-08-20T18:43:15Z" }, { - "modelId": "f0261c04-3454-4073-ae5f-c2f450dcd690", + "modelId": "e24f5b1e-4167-4fc7-84fb-298f083a1959", + "status": "ready", + "createdDateTime": "2020-08-20T18:47:17Z", + "lastUpdatedDateTime": "2020-08-20T18:47:25Z" + } + ], + "nextLink": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com:443/formrecognizer/v2.1-preview.2/custom/models?nextLink=2!236!MDAwMTMyIXN1YnNjcmlwdGlvbnMvYjFhOTYyODAzYjdhNDU5ODlhY2RlYWE5MDU3YTRmZTQvbW9kZWxzL2UyNGY1YjFlLTQxNjctNGZjNy04NGZiLTI5OGYwODNhMTk1OS9lMjRmNWIxZS00MTY3LTRmYzctODRmYi0yOThmMDgzYTE5NTkuanNvbiEwMDAwMjghOTk5OS0xMi0zMVQyMzo1OTo1OS45OTk5OTk5WiE-" + } + }, + { + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models?nextLink=2!236!MDAwMTMyIXN1YnNjcmlwdGlvbnMvYjFhOTYyODAzYjdhNDU5ODlhY2RlYWE5MDU3YTRmZTQvbW9kZWxzL2UyNGY1YjFlLTQxNjctNGZjNy04NGZiLTI5OGYwODNhMTk1OS9lMjRmNWIxZS00MTY3LTRmYzctODRmYi0yOThmMDgzYTE5NTkuanNvbiEwMDAwMjghOTk5OS0xMi0zMVQyMzo1OTo1OS45OTk5OTk5WiE-", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "ab48397e543b4bc0cf8affdf85d431e5", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "f36e499a-cf38-46ef-881d-d81b50f66ed0", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 30 Oct 2020 13:32:58 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "275" + }, + "ResponseBody": { + "modelList": [ + { + "modelId": "e24f5b1e-4167-4fc7-84fb-298f083a1959", "status": "ready", - "createdDateTime": "2020-08-06T23:37:58Z", - "lastUpdatedDateTime": "2020-08-06T23:38:08Z" + "createdDateTime": "2020-08-20T18:47:17Z", + "lastUpdatedDateTime": "2020-08-20T18:47:25Z" }, { - "modelId": "f0add33b-8563-4329-855b-665e87cafc5c", + "modelId": "e29f1d60-4987-478c-b1c7-ad4dd466a719", "status": "ready", - "createdDateTime": "2020-08-26T17:33:04Z", - "lastUpdatedDateTime": "2020-08-26T17:33:17Z" + "createdDateTime": "2020-08-20T21:50:10Z", + "lastUpdatedDateTime": "2020-08-20T21:50:18Z" + }, + { + "modelId": "e2d2eecf-d810-4fd9-8b94-cc370a9d3dc5", + "status": "creating", + "createdDateTime": "2020-08-20T21:49:40Z", + "lastUpdatedDateTime": "2020-08-20T21:49:40Z" + }, + { + "modelId": "e31e548b-1c1a-4345-907b-b77bec13260d", + "status": "creating", + "createdDateTime": "2020-08-17T17:11:47Z", + "lastUpdatedDateTime": "2020-08-17T17:11:47Z" }, { - "modelId": "f3dac91f-a8d6-4865-a2d0-5543ab517859", + "modelId": "e4100004-e84e-4795-b220-983fafee5a10", + "attributes": { + "isComposed": false + }, "status": "ready", - "createdDateTime": "2020-09-09T22:15:54Z", - "lastUpdatedDateTime": "2020-09-09T22:16:06Z" + "createdDateTime": "2020-10-30T13:19:24Z", + "lastUpdatedDateTime": "2020-10-30T13:19:26Z" + }, + { + "modelId": "e4949cbb-05e0-4d1b-bab9-c4e444b25c9e", + "status": "invalid", + "createdDateTime": "2020-08-14T19:08:50Z", + "lastUpdatedDateTime": "2020-08-14T19:08:51Z" + }, + { + "modelId": "e8679f07-a7ae-43ff-af1c-417567ece17f", + "status": "creating", + "createdDateTime": "2020-08-14T19:08:23Z", + "lastUpdatedDateTime": "2020-08-14T19:08:23Z" + }, + { + "modelId": "eb78387f-b93d-47c4-8ff2-5a75fa2848c2", + "status": "creating", + "createdDateTime": "2020-08-17T17:11:08Z", + "lastUpdatedDateTime": "2020-08-17T17:11:08Z" + }, + { + "modelId": "eccc2f1b-08fc-4bdf-af54-45bbb3a94dc8", + "status": "creating", + "createdDateTime": "2020-08-20T21:47:16Z", + "lastUpdatedDateTime": "2020-08-20T21:47:16Z" }, { - "modelId": "f4579713-39a2-421d-b166-08a7a50e12f3", + "modelId": "f019ba8f-b377-4307-aed2-2e357d88faad", + "status": "invalid", + "createdDateTime": "2020-08-14T19:10:55Z", + "lastUpdatedDateTime": "2020-08-14T19:10:56Z" + }, + { + "modelId": "f0790982-b19e-4f0b-9f3d-0bd73c22d50b", "status": "ready", - "createdDateTime": "2020-08-26T17:53:18Z", - "lastUpdatedDateTime": "2020-08-26T17:53:26Z" + "createdDateTime": "2020-08-20T18:45:40Z", + "lastUpdatedDateTime": "2020-08-20T18:45:50Z" }, { - "modelId": "f5e89999-37c5-41ef-88b9-4341e3ab14b1", + "modelId": "f09bb379-e552-423b-a66e-11d4a47b4cad", "attributes": { "isComposed": false }, "status": "ready", - "createdDateTime": "2020-08-26T17:34:55Z", - "lastUpdatedDateTime": "2020-08-26T17:34:56Z" + "createdDateTime": "2020-08-14T19:45:30Z", + "lastUpdatedDateTime": "2020-08-14T19:45:41Z" + }, + { + "modelId": "f16a5995-6f9d-429c-a9ce-94b42e707f4e", + "status": "ready", + "createdDateTime": "2020-08-20T21:23:21Z", + "lastUpdatedDateTime": "2020-08-20T21:23:32Z" + }, + { + "modelId": "f2b17543-4827-4824-8f0a-297915305924", + "status": "creating", + "createdDateTime": "2020-08-20T23:25:39Z", + "lastUpdatedDateTime": "2020-08-20T23:25:39Z" + }, + { + "modelId": "f313494f-2d7d-4c1b-baca-4f019e1bb372", + "status": "ready", + "createdDateTime": "2020-08-20T21:23:09Z", + "lastUpdatedDateTime": "2020-08-20T21:23:17Z" }, { - "modelId": "f7797595-6c64-490c-9048-b1bef3c8bfb0", + "modelId": "f4a51dde-7357-46f7-b160-1321e8cf6a8e", + "status": "creating", + "createdDateTime": "2020-08-20T21:25:03Z", + "lastUpdatedDateTime": "2020-08-20T21:25:03Z" + }, + { + "modelId": "f5b14d6e-2c12-4a8b-a26b-6f919fb3fc22", "status": "ready", - "createdDateTime": "2020-08-26T17:32:35Z", - "lastUpdatedDateTime": "2020-08-26T17:32:39Z" + "createdDateTime": "2020-08-20T18:27:28Z", + "lastUpdatedDateTime": "2020-08-20T18:27:36Z" }, { - "modelId": "f9479181-78be-4c36-86d0-1d2248f05941", + "modelId": "f630338a-704f-49e6-90df-3661cdb70919", "attributes": { "isComposed": false }, "status": "ready", - "createdDateTime": "2020-08-26T17:53:15Z", - "lastUpdatedDateTime": "2020-08-26T17:53:17Z" + "createdDateTime": "2020-08-20T21:47:48Z", + "lastUpdatedDateTime": "2020-08-20T21:47:49Z" + }, + { + "modelId": "f86960b5-529c-434d-900e-72383c3535bd", + "status": "ready", + "createdDateTime": "2020-08-20T21:27:51Z", + "lastUpdatedDateTime": "2020-08-20T21:27:59Z" + }, + { + "modelId": "f8ec4bc9-ae6d-4ff7-ae5e-5ce9155164cf", + "status": "ready", + "createdDateTime": "2020-08-20T23:32:06Z", + "lastUpdatedDateTime": "2020-08-20T23:32:14Z" }, { - "modelId": "f94ccf91-64ab-4c90-baf6-c37ca2201301", + "modelId": "f9ad28eb-5fdc-4844-8a72-04a115dd2029", "status": "creating", - "createdDateTime": "2020-08-11T23:25:53Z", - "lastUpdatedDateTime": "2020-08-11T23:25:53Z" + "createdDateTime": "2020-08-20T18:42:49Z", + "lastUpdatedDateTime": "2020-08-20T18:42:49Z" }, { - "modelId": "fa1f65c2-0b27-4061-8928-61b6d0659d18", + "modelId": "f9eac550-7eab-49e7-ac68-71da7921e50e", + "attributes": { + "isComposed": false + }, "status": "ready", - "createdDateTime": "2020-08-26T17:51:36Z", - "lastUpdatedDateTime": "2020-08-26T17:51:48Z" + "createdDateTime": "2020-10-30T13:24:04Z", + "lastUpdatedDateTime": "2020-10-30T13:24:06Z" }, { - "modelId": "fd4189a4-0770-41b7-a564-3458a22681ae", + "modelId": "fa826a53-a1a9-43e9-a865-4299f0f0b100", + "status": "creating", + "createdDateTime": "2020-10-30T13:19:47Z", + "lastUpdatedDateTime": "2020-10-30T13:19:47Z" + }, + { + "modelId": "fae7acb8-2ffc-40d1-9e07-a2f2af6f54f5", "status": "ready", - "createdDateTime": "2020-08-26T17:34:57Z", - "lastUpdatedDateTime": "2020-08-26T17:35:10Z" + "createdDateTime": "2020-08-20T21:25:43Z", + "lastUpdatedDateTime": "2020-08-20T21:25:54Z" + }, + { + "modelId": "fbc59a11-f373-4f3d-b24c-3e32aa033d7e", + "status": "creating", + "createdDateTime": "2020-08-20T18:42:56Z", + "lastUpdatedDateTime": "2020-08-20T18:42:56Z" }, { - "modelId": "fffcab2a-f5f1-490f-94a1-a52c4c65a3e4", + "modelId": "fc0d549e-3a1f-4eda-bb96-fb6bf60c0f53", + "attributes": { + "isComposed": false + }, "status": "ready", - "createdDateTime": "2020-09-09T22:21:23Z", - "lastUpdatedDateTime": "2020-09-09T22:22:04Z" + "createdDateTime": "2020-08-20T21:47:32Z", + "lastUpdatedDateTime": "2020-08-20T21:47:39Z" + }, + { + "modelId": "fca987e8-8ed2-4c00-8aa4-eeff583bb155", + "status": "creating", + "createdDateTime": "2020-08-20T21:49:40Z", + "lastUpdatedDateTime": "2020-08-20T21:49:40Z" } ], "nextLink": "" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models?op=summary", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models?op=summary", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-302c42432bb6b64087eb984e562fac49-7abeb8fa66d30f49-00", + "traceparent": "00-5b02458d73a2aa41985b232f1de1a554-9be5164ef85a4444-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "1511d3b211adc934d3c93ce856e73db6", + "x-ms-client-request-id": "1750b7b1da6fd4541e4185e808ccfd1c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "d23bad9d-7b28-4526-a9df-5135c25a136a", + "apim-request-id": "23cefc14-6a76-4432-855b-ec6da32c3348", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:24:53 GMT", + "Date": "Fri, 30 Oct 2020 13:32:58 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "175" + "x-envoy-upstream-service-time": "49" }, "ResponseBody": { "summary": { - "count": 149, + "count": 267, "limit": 5000, - "lastUpdatedDateTime": "2020-09-09T22:24:53Z" + "lastUpdatedDateTime": "2020-10-30T13:32:59Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/d105b6ec-2f04-43eb-bc3d-fa3a2a687166", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/cee40303-8aaa-418a-b5b4-9055cb5bb4d8", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-f34395e14fb19243a1c15e1f19775b0f-50a5c39b77db634a-00", + "traceparent": "00-4dfc4c34fb0f9640865d924093bc82c8-bfd6e5bc27a7684a-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "43eb21426610860415cd8c6098ee1784", + "x-ms-client-request-id": "5fe2334f6ca543487f2c93d76e2324e9", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 204, "ResponseHeaders": { - "apim-request-id": "7cdbb0f6-bfcf-4396-a77a-33848f983965", + "apim-request-id": "074318f7-6626-4746-b4b0-95bb45f4dea0", "Content-Length": "0", - "Date": "Wed, 09 Sep 2020 22:24:53 GMT", + "Date": "Fri, 30 Oct 2020 13:32:58 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "32" + "x-envoy-upstream-service-time": "55" }, "ResponseBody": [] }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/d105b6ec-2f04-43eb-bc3d-fa3a2a687166?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/cee40303-8aaa-418a-b5b4-9055cb5bb4d8?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-1dfed10d26c9034d8952b56bc2c1be51-57f31997f01b6c4e-00", + "traceparent": "00-432096f2ef10a64d9526fff5b9fc107d-354c4d663631f443-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "62783f976d61a903be285e3789f87e58", + "x-ms-client-request-id": "d18579f767a8a3e9e4738dfacfd84303", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 404, "ResponseHeaders": { - "apim-request-id": "c8dea1bb-2efb-43a9-ab49-f5f9b10d29d9", + "apim-request-id": "d9f24b1d-5449-4ff6-a358-4a054d7ca100", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:24:53 GMT", + "Date": "Fri, 30 Oct 2020 13:32:59 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "22" + "x-envoy-upstream-service-time": "51" }, "ResponseBody": { "error": { "code": "1022", - "message": "Model with \u0027id=d105b6ec-2f04-43eb-bc3d-fa3a2a687166\u0027 not found." + "message": "Model with \u0027id=cee40303-8aaa-418a-b5b4-9055cb5bb4d8\u0027 not found." } } } @@ -1568,7 +2695,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-westcentralus.cognitiveservices.azure.com/", "RandomSeed": "1785494243" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/OperationsLiveTests/CopyModelOperationCanPollFromNewObject.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/OperationsLiveTests/CopyModelOperationCanPollFromNewObject.json index e4b745c446eca..c0b1276f863be 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/OperationsLiveTests/CopyModelOperationCanPollFromNewObject.json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/OperationsLiveTests/CopyModelOperationCanPollFromNewObject.json @@ -1,17 +1,17 @@ { "Entries": [ { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "43", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-9c0526fa70f23b4ba6371f9cc9529763-486f5d1847200a4a-00", + "traceparent": "00-956b0c49c488da43bbcabfa61ee8a109-efa7b26a2c0b914e-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "4723e7c57cc1c3a2b79fbacead1f689b", "x-ms-return-client-request-id": "true" @@ -22,25 +22,25 @@ }, "StatusCode": 201, "ResponseHeaders": { - "apim-request-id": "7d5e3954-2940-4426-b759-fc8618e9adbd", + "apim-request-id": "e1bff5c8-870b-478a-a3bb-5174a7f39071", "Content-Length": "0", - "Date": "Wed, 09 Sep 2020 22:15:54 GMT", - "Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/2a18f358-45d2-47a5-b2ab-d49e88ff7ce2", + "Date": "Fri, 30 Oct 2020 16:42:35 GMT", + "Location": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/fb757b82-ca94-4637-bc45-17467bc515cf", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "221" + "x-envoy-upstream-service-time": "297" }, "ResponseBody": [] }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/2a18f358-45d2-47a5-b2ab-d49e88ff7ce2?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/fb757b82-ca94-4637-bc45-17467bc515cf?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "161062748ad976a60a5e94063cac13d6", "x-ms-return-client-request-id": "true" @@ -48,32 +48,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "d303c723-e683-48f9-8ec8-9237cb6fd612", + "apim-request-id": "fb00d980-c2dd-4410-9024-5f4744ec5b68", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:15:54 GMT", + "Date": "Fri, 30 Oct 2020 16:42:36 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "42" + "x-envoy-upstream-service-time": "28" }, "ResponseBody": { "modelInfo": { - "modelId": "2a18f358-45d2-47a5-b2ab-d49e88ff7ce2", + "modelId": "fb757b82-ca94-4637-bc45-17467bc515cf", "status": "creating", - "createdDateTime": "2020-09-09T22:15:54Z", - "lastUpdatedDateTime": "2020-09-09T22:15:54Z" + "createdDateTime": "2020-10-30T16:42:35Z", + "lastUpdatedDateTime": "2020-10-30T16:42:35Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/2a18f358-45d2-47a5-b2ab-d49e88ff7ce2?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/fb757b82-ca94-4637-bc45-17467bc515cf?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "d1e38652753bef9af487342d9a03596d", "x-ms-return-client-request-id": "true" @@ -81,32 +81,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "14fd7903-fed2-4ced-906a-227ba0f04da2", + "apim-request-id": "dfba9594-5db2-4a64-9224-3051e5f9cf89", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:15:55 GMT", + "Date": "Fri, 30 Oct 2020 16:42:37 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "65" + "x-envoy-upstream-service-time": "81" }, "ResponseBody": { "modelInfo": { - "modelId": "2a18f358-45d2-47a5-b2ab-d49e88ff7ce2", + "modelId": "fb757b82-ca94-4637-bc45-17467bc515cf", "status": "creating", - "createdDateTime": "2020-09-09T22:15:54Z", - "lastUpdatedDateTime": "2020-09-09T22:15:54Z" + "createdDateTime": "2020-10-30T16:42:35Z", + "lastUpdatedDateTime": "2020-10-30T16:42:35Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/2a18f358-45d2-47a5-b2ab-d49e88ff7ce2?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/fb757b82-ca94-4637-bc45-17467bc515cf?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "d3798fbf36c63b9d41ad3c62e89c860b", "x-ms-return-client-request-id": "true" @@ -114,32 +114,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "5aa79325-ed9e-4b8b-9a42-391e2ad878c5", + "apim-request-id": "9d183932-c3ad-48ad-9dd6-8bbf1736e9a2", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:15:56 GMT", + "Date": "Fri, 30 Oct 2020 16:42:38 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": "22" }, "ResponseBody": { "modelInfo": { - "modelId": "2a18f358-45d2-47a5-b2ab-d49e88ff7ce2", + "modelId": "fb757b82-ca94-4637-bc45-17467bc515cf", "status": "creating", - "createdDateTime": "2020-09-09T22:15:54Z", - "lastUpdatedDateTime": "2020-09-09T22:15:54Z" + "createdDateTime": "2020-10-30T16:42:35Z", + "lastUpdatedDateTime": "2020-10-30T16:42:35Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/2a18f358-45d2-47a5-b2ab-d49e88ff7ce2?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/fb757b82-ca94-4637-bc45-17467bc515cf?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "277ce38c973bff60c82121525578db07", "x-ms-return-client-request-id": "true" @@ -147,32 +147,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "1baa9b91-32c9-430a-8be3-e2cc522a2a39", + "apim-request-id": "a32638db-b014-4c7e-a22a-ba4b73e1f1dd", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:15:57 GMT", + "Date": "Fri, 30 Oct 2020 16:42:39 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "45" + "x-envoy-upstream-service-time": "51" }, "ResponseBody": { "modelInfo": { - "modelId": "2a18f358-45d2-47a5-b2ab-d49e88ff7ce2", + "modelId": "fb757b82-ca94-4637-bc45-17467bc515cf", "status": "creating", - "createdDateTime": "2020-09-09T22:15:54Z", - "lastUpdatedDateTime": "2020-09-09T22:15:54Z" + "createdDateTime": "2020-10-30T16:42:35Z", + "lastUpdatedDateTime": "2020-10-30T16:42:35Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/2a18f358-45d2-47a5-b2ab-d49e88ff7ce2?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/fb757b82-ca94-4637-bc45-17467bc515cf?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "ac4627043f331b0fe8a88f8e39370757", "x-ms-return-client-request-id": "true" @@ -180,32 +180,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "2c56da07-d260-4d41-8a42-21902c9e38d4", + "apim-request-id": "ecda3266-478d-4840-8f72-4db8910c4ad8", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:15:58 GMT", + "Date": "Fri, 30 Oct 2020 16:42:40 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "85" + "x-envoy-upstream-service-time": "78" }, "ResponseBody": { "modelInfo": { - "modelId": "2a18f358-45d2-47a5-b2ab-d49e88ff7ce2", + "modelId": "fb757b82-ca94-4637-bc45-17467bc515cf", "status": "creating", - "createdDateTime": "2020-09-09T22:15:54Z", - "lastUpdatedDateTime": "2020-09-09T22:15:54Z" + "createdDateTime": "2020-10-30T16:42:35Z", + "lastUpdatedDateTime": "2020-10-30T16:42:35Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/2a18f358-45d2-47a5-b2ab-d49e88ff7ce2?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/fb757b82-ca94-4637-bc45-17467bc515cf?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "b7a02900328728312f7a0ba5144be6c8", "x-ms-return-client-request-id": "true" @@ -213,32 +213,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "0ca93fa5-6a7d-4bb8-bcc4-6641eb34ac66", + "apim-request-id": "dbd4c456-f293-4192-bfe4-487bdf59da92", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:16:04 GMT", + "Date": "Fri, 30 Oct 2020 16:42:41 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "5083" + "x-envoy-upstream-service-time": "124" }, "ResponseBody": { "modelInfo": { - "modelId": "2a18f358-45d2-47a5-b2ab-d49e88ff7ce2", + "modelId": "fb757b82-ca94-4637-bc45-17467bc515cf", "status": "creating", - "createdDateTime": "2020-09-09T22:15:54Z", - "lastUpdatedDateTime": "2020-09-09T22:15:54Z" + "createdDateTime": "2020-10-30T16:42:35Z", + "lastUpdatedDateTime": "2020-10-30T16:42:35Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/2a18f358-45d2-47a5-b2ab-d49e88ff7ce2?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/fb757b82-ca94-4637-bc45-17467bc515cf?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "c05d35d2d9564cd8d3603e9307d2c691", "x-ms-return-client-request-id": "true" @@ -246,32 +246,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "927f3a21-f9fc-4326-bacf-9172b7894386", + "apim-request-id": "d5af0b90-6785-47ce-83ad-4472b5520456", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:16:05 GMT", + "Date": "Fri, 30 Oct 2020 16:42:42 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "50" + "x-envoy-upstream-service-time": "47" }, "ResponseBody": { "modelInfo": { - "modelId": "2a18f358-45d2-47a5-b2ab-d49e88ff7ce2", + "modelId": "fb757b82-ca94-4637-bc45-17467bc515cf", "status": "creating", - "createdDateTime": "2020-09-09T22:15:54Z", - "lastUpdatedDateTime": "2020-09-09T22:15:54Z" + "createdDateTime": "2020-10-30T16:42:35Z", + "lastUpdatedDateTime": "2020-10-30T16:42:35Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/2a18f358-45d2-47a5-b2ab-d49e88ff7ce2?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/fb757b82-ca94-4637-bc45-17467bc515cf?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "2b51ca1923d8d27ff61d7db8346a079c", "x-ms-return-client-request-id": "true" @@ -279,20 +279,119 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "2a45b4dd-41ea-4e9b-8865-f26d7bae80b4", + "apim-request-id": "2ef9641f-ff78-477c-bfaa-ad5105cac7ba", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 30 Oct 2020 16:42:43 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "47" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "fb757b82-ca94-4637-bc45-17467bc515cf", + "status": "creating", + "createdDateTime": "2020-10-30T16:42:35Z", + "lastUpdatedDateTime": "2020-10-30T16:42:35Z" + } + } + }, + { + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/fb757b82-ca94-4637-bc45-17467bc515cf?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "03bbc7c246d927015153e326f39d215d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "87f4a4e5-fcd0-438e-8af3-b87384f6e187", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 30 Oct 2020 16:42:44 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "26" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "fb757b82-ca94-4637-bc45-17467bc515cf", + "status": "creating", + "createdDateTime": "2020-10-30T16:42:35Z", + "lastUpdatedDateTime": "2020-10-30T16:42:35Z" + } + } + }, + { + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/fb757b82-ca94-4637-bc45-17467bc515cf?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "4a8b79b3bafaaef0b58bca385c1f1869", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "b8406cf4-4344-4739-af78-f7a22da7e950", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 30 Oct 2020 16:42:45 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "125" + }, + "ResponseBody": { + "modelInfo": { + "modelId": "fb757b82-ca94-4637-bc45-17467bc515cf", + "status": "creating", + "createdDateTime": "2020-10-30T16:42:35Z", + "lastUpdatedDateTime": "2020-10-30T16:42:35Z" + } + } + }, + { + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/fb757b82-ca94-4637-bc45-17467bc515cf?includeKeys=true", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "3fd1a159c216d3b7c82ad9844059de58", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "b243c414-9baa-4695-b6a9-96d2d2176046", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:16:07 GMT", + "Date": "Fri, 30 Oct 2020 16:42:46 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "72" + "x-envoy-upstream-service-time": "62" }, "ResponseBody": { "modelInfo": { - "modelId": "2a18f358-45d2-47a5-b2ab-d49e88ff7ce2", + "modelId": "fb757b82-ca94-4637-bc45-17467bc515cf", "status": "ready", - "createdDateTime": "2020-09-09T22:15:54Z", - "lastUpdatedDateTime": "2020-09-09T22:16:06Z" + "createdDateTime": "2020-10-30T16:42:35Z", + "lastUpdatedDateTime": "2020-10-30T16:42:47Z" }, "keys": { "clusters": { @@ -362,190 +461,586 @@ } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/copyAuthorization", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/copyAuthorization", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "03bbc7c246d927015153e326f39d215d", + "x-ms-client-request-id": "ba0420fcbdde07a2d60d4e4e7bc8ca32", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 201, "ResponseHeaders": { - "apim-request-id": "526436cf-3803-44fe-a8eb-76387b1ea237", + "apim-request-id": "931ba216-79e5-4363-a2c8-60bf84df5267", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:16:07 GMT", - "Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/f3dac91f-a8d6-4865-a2d0-5543ab517859", + "Date": "Fri, 30 Oct 2020 16:42:47 GMT", + "Location": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/6c6eaea0-3101-4707-ad75-756d7a2e32e1", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "195" + "x-envoy-upstream-service-time": "165" }, "ResponseBody": { - "modelId": "f3dac91f-a8d6-4865-a2d0-5543ab517859", + "modelId": "6c6eaea0-3101-4707-ad75-756d7a2e32e1", "accessToken": "Sanitized", - "expirationDateTimeTicks": 1599776167 + "expirationDateTimeTicks": 1604162567 } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/2a18f358-45d2-47a5-b2ab-d49e88ff7ce2/copy", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/fb757b82-ca94-4637-bc45-17467bc515cf/copy", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", - "Content-Length": "348", + "Content-Length": "352", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "4a8b79b3bafaaef0b58bca385c1f1869", + "x-ms-client-request-id": "51cd7a3be1ccf147c1b881cfe06c6d5b", "x-ms-return-client-request-id": "true" }, "RequestBody": { - "targetResourceId": "/subscriptions/faa080af-c1d8-40ad-9cce-e1a450ca5b57/resourceGroups/mariari-group/providers/Microsoft.CognitiveServices/accounts/mariari-westus2-formrecognizer", - "targetResourceRegion": "westus2", + "targetResourceId": "/subscriptions/faa080af-c1d8-40ad-9cce-e1a450ca5b57/resourceGroups/camaiaor-rg/providers/Microsoft.CognitiveServices/accounts/camaiaor-formrec-westcentralus", + "targetResourceRegion": "westcentralus", "copyAuthorization": { - "modelId": "f3dac91f-a8d6-4865-a2d0-5543ab517859", + "modelId": "6c6eaea0-3101-4707-ad75-756d7a2e32e1", "accessToken": "Sanitized", - "expirationDateTimeTicks": 1599776167 + "expirationDateTimeTicks": 1604162567 } }, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "6c985cb3-fae7-4b4a-bd9f-ccff9e266669", + "apim-request-id": "25c90a07-8f40-48a7-ba99-1aa87cf748a8", "Content-Length": "0", - "Date": "Wed, 09 Sep 2020 22:16:07 GMT", - "Operation-Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/2a18f358-45d2-47a5-b2ab-d49e88ff7ce2/copyresults/4757737c-7bca-49eb-ae88-bf59321a5b31", + "Date": "Fri, 30 Oct 2020 16:42:47 GMT", + "Operation-Location": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/fb757b82-ca94-4637-bc45-17467bc515cf/copyresults/4ccc574e-4864-420b-b1fc-450eb7b2764f", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "84" + "x-envoy-upstream-service-time": "155" }, "ResponseBody": [] }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/2a18f358-45d2-47a5-b2ab-d49e88ff7ce2/copyResults/4757737c-7bca-49eb-ae88-bf59321a5b31", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/fb757b82-ca94-4637-bc45-17467bc515cf/copyResults/4ccc574e-4864-420b-b1fc-450eb7b2764f", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "3fd1a159c216d3b7c82ad9844059de58", + "x-ms-client-request-id": "3c3c72ac5d1a9b8affca680873695700", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "643eebc1-f66d-4155-810f-9965caa10f7a", + "apim-request-id": "c0b2bf12-f4ef-44c4-b8b2-e0dd20c2a030", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:16:07 GMT", + "Date": "Fri, 30 Oct 2020 16:42:47 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "12" + "x-envoy-upstream-service-time": "40" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-09-09T22:16:08Z", - "lastUpdatedDateTime": "2020-09-09T22:16:08Z", + "createdDateTime": "2020-10-30T16:42:48Z", + "lastUpdatedDateTime": "2020-10-30T16:42:48Z", "copyResult": { - "modelId": "f3dac91f-a8d6-4865-a2d0-5543ab517859" + "modelId": "6c6eaea0-3101-4707-ad75-756d7a2e32e1" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/2a18f358-45d2-47a5-b2ab-d49e88ff7ce2/copyResults/4757737c-7bca-49eb-ae88-bf59321a5b31", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/fb757b82-ca94-4637-bc45-17467bc515cf/copyResults/4ccc574e-4864-420b-b1fc-450eb7b2764f", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "ba0420fcbdde07a2d60d4e4e7bc8ca32", + "x-ms-client-request-id": "c548a75f8d8b1a8cd913f8263bd2266a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "b374756d-9e7c-44b1-96ce-e8707bbe1671", + "apim-request-id": "d60b71be-51c4-4f4a-a130-89aaeff8d2c4", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:16:08 GMT", + "Date": "Fri, 30 Oct 2020 16:42:48 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "15" + "x-envoy-upstream-service-time": "86" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-09-09T22:16:08Z", - "lastUpdatedDateTime": "2020-09-09T22:16:08Z", + "createdDateTime": "2020-10-30T16:42:48Z", + "lastUpdatedDateTime": "2020-10-30T16:42:48Z", "copyResult": { - "modelId": "f3dac91f-a8d6-4865-a2d0-5543ab517859" + "modelId": "6c6eaea0-3101-4707-ad75-756d7a2e32e1" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/2a18f358-45d2-47a5-b2ab-d49e88ff7ce2/copyResults/4757737c-7bca-49eb-ae88-bf59321a5b31", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/fb757b82-ca94-4637-bc45-17467bc515cf/copyResults/4ccc574e-4864-420b-b1fc-450eb7b2764f", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "51cd7a3be1ccf147c1b881cfe06c6d5b", + "x-ms-client-request-id": "09a1f39f8e8bdd18f0315202783e7d58", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "81d8ea58-b9fb-47c4-af42-f835f62003f2", + "apim-request-id": "ea4e51ab-4033-435f-8c25-dbad997226b2", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:16:09 GMT", + "Date": "Fri, 30 Oct 2020 16:42:50 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "22" + "x-envoy-upstream-service-time": "44" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-09-09T22:16:08Z", - "lastUpdatedDateTime": "2020-09-09T22:16:08Z", + "createdDateTime": "2020-10-30T16:42:48Z", + "lastUpdatedDateTime": "2020-10-30T16:42:48Z", "copyResult": { - "modelId": "f3dac91f-a8d6-4865-a2d0-5543ab517859" + "modelId": "6c6eaea0-3101-4707-ad75-756d7a2e32e1" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/2a18f358-45d2-47a5-b2ab-d49e88ff7ce2/copyResults/4757737c-7bca-49eb-ae88-bf59321a5b31", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/fb757b82-ca94-4637-bc45-17467bc515cf/copyResults/4ccc574e-4864-420b-b1fc-450eb7b2764f", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "3c3c72ac5d1a9b8affca680873695700", + "x-ms-client-request-id": "39708160a8231fd0e522620665635f2c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "771e1325-0cbb-4e52-a361-6ac6f27fe175", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 30 Oct 2020 16:42:51 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "61" + }, + "ResponseBody": { + "status": "notStarted", + "createdDateTime": "2020-10-30T16:42:48Z", + "lastUpdatedDateTime": "2020-10-30T16:42:48Z", + "copyResult": { + "modelId": "6c6eaea0-3101-4707-ad75-756d7a2e32e1" + } + } + }, + { + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/fb757b82-ca94-4637-bc45-17467bc515cf/copyResults/4ccc574e-4864-420b-b1fc-450eb7b2764f", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "8068fea34dc8d0748f6bd4593a89a19a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "0fdccc7b-0458-4a15-ae32-6d8387022382", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 30 Oct 2020 16:42:52 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "41" + }, + "ResponseBody": { + "status": "notStarted", + "createdDateTime": "2020-10-30T16:42:48Z", + "lastUpdatedDateTime": "2020-10-30T16:42:48Z", + "copyResult": { + "modelId": "6c6eaea0-3101-4707-ad75-756d7a2e32e1" + } + } + }, + { + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/fb757b82-ca94-4637-bc45-17467bc515cf/copyResults/4ccc574e-4864-420b-b1fc-450eb7b2764f", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "bac5a095ec62f747228123692b11788c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "fe416192-c4ad-48ad-af22-28c213494599", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 30 Oct 2020 16:42:53 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "16" + }, + "ResponseBody": { + "status": "notStarted", + "createdDateTime": "2020-10-30T16:42:48Z", + "lastUpdatedDateTime": "2020-10-30T16:42:48Z", + "copyResult": { + "modelId": "6c6eaea0-3101-4707-ad75-756d7a2e32e1" + } + } + }, + { + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/fb757b82-ca94-4637-bc45-17467bc515cf/copyResults/4ccc574e-4864-420b-b1fc-450eb7b2764f", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "7a5e26d1fdd513900c9faab8d376e55c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "57f1701e-0b51-4b8a-8903-59b23ef9283f", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 30 Oct 2020 16:42:54 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "61" + }, + "ResponseBody": { + "status": "notStarted", + "createdDateTime": "2020-10-30T16:42:48Z", + "lastUpdatedDateTime": "2020-10-30T16:42:48Z", + "copyResult": { + "modelId": "6c6eaea0-3101-4707-ad75-756d7a2e32e1" + } + } + }, + { + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/fb757b82-ca94-4637-bc45-17467bc515cf/copyResults/4ccc574e-4864-420b-b1fc-450eb7b2764f", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "c571c880a59db6c9b7715d46290aa47e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "187d8720-497c-44c3-a207-bc56cd406b51", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 30 Oct 2020 16:42:56 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "45" + }, + "ResponseBody": { + "status": "notStarted", + "createdDateTime": "2020-10-30T16:42:48Z", + "lastUpdatedDateTime": "2020-10-30T16:42:48Z", + "copyResult": { + "modelId": "6c6eaea0-3101-4707-ad75-756d7a2e32e1" + } + } + }, + { + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/fb757b82-ca94-4637-bc45-17467bc515cf/copyResults/4ccc574e-4864-420b-b1fc-450eb7b2764f", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "148748f2272b97c410b2adc3428e23ac", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "f7ab3acd-62d8-4626-8068-f0a8964ba35c", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 30 Oct 2020 16:42:57 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "40" + }, + "ResponseBody": { + "status": "notStarted", + "createdDateTime": "2020-10-30T16:42:48Z", + "lastUpdatedDateTime": "2020-10-30T16:42:48Z", + "copyResult": { + "modelId": "6c6eaea0-3101-4707-ad75-756d7a2e32e1" + } + } + }, + { + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/fb757b82-ca94-4637-bc45-17467bc515cf/copyResults/4ccc574e-4864-420b-b1fc-450eb7b2764f", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "63e9c79cb39f2cef5ca7c364a049e902", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "4cd8d4df-b0a8-493a-8d11-9a1fc5194f09", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 30 Oct 2020 16:42:58 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "46" + }, + "ResponseBody": { + "status": "notStarted", + "createdDateTime": "2020-10-30T16:42:48Z", + "lastUpdatedDateTime": "2020-10-30T16:42:48Z", + "copyResult": { + "modelId": "6c6eaea0-3101-4707-ad75-756d7a2e32e1" + } + } + }, + { + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/fb757b82-ca94-4637-bc45-17467bc515cf/copyResults/4ccc574e-4864-420b-b1fc-450eb7b2764f", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "8bc52cfad0ee583003d9b4ebf7067428", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "8c9bf1e1-03e2-4523-aee9-fd71af8d94f2", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 30 Oct 2020 16:42:59 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "37" + }, + "ResponseBody": { + "status": "notStarted", + "createdDateTime": "2020-10-30T16:42:48Z", + "lastUpdatedDateTime": "2020-10-30T16:42:48Z", + "copyResult": { + "modelId": "6c6eaea0-3101-4707-ad75-756d7a2e32e1" + } + } + }, + { + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/fb757b82-ca94-4637-bc45-17467bc515cf/copyResults/4ccc574e-4864-420b-b1fc-450eb7b2764f", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "61a9b04d40203fde585bb7836460f7c6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "426c845b-deec-44f7-9386-2afba9feb729", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 30 Oct 2020 16:43:00 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "64" + }, + "ResponseBody": { + "status": "notStarted", + "createdDateTime": "2020-10-30T16:42:48Z", + "lastUpdatedDateTime": "2020-10-30T16:42:48Z", + "copyResult": { + "modelId": "6c6eaea0-3101-4707-ad75-756d7a2e32e1" + } + } + }, + { + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/fb757b82-ca94-4637-bc45-17467bc515cf/copyResults/4ccc574e-4864-420b-b1fc-450eb7b2764f", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "16c8abc898c8cbbe979160c5fe033556", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "2d7515d4-dc53-40d1-8dd5-8cd56f18cb48", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 30 Oct 2020 16:43:01 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "35" + }, + "ResponseBody": { + "status": "notStarted", + "createdDateTime": "2020-10-30T16:42:48Z", + "lastUpdatedDateTime": "2020-10-30T16:42:48Z", + "copyResult": { + "modelId": "6c6eaea0-3101-4707-ad75-756d7a2e32e1" + } + } + }, + { + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/fb757b82-ca94-4637-bc45-17467bc515cf/copyResults/4ccc574e-4864-420b-b1fc-450eb7b2764f", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "ef169a33879fb9e14d86329319adf4a2", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "0bb616f0-b363-459a-9f46-a8401b5fa2fe", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 30 Oct 2020 16:43:02 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "98" + }, + "ResponseBody": { + "status": "notStarted", + "createdDateTime": "2020-10-30T16:42:48Z", + "lastUpdatedDateTime": "2020-10-30T16:42:48Z", + "copyResult": { + "modelId": "6c6eaea0-3101-4707-ad75-756d7a2e32e1" + } + } + }, + { + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/fb757b82-ca94-4637-bc45-17467bc515cf/copyResults/4ccc574e-4864-420b-b1fc-450eb7b2764f", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "4b22eee15e3db55ff2ddca8fe0184155", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "bfe20e45-b9f4-4b60-a91b-1dc2924026ed", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 30 Oct 2020 16:43:03 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "44" + }, + "ResponseBody": { + "status": "notStarted", + "createdDateTime": "2020-10-30T16:42:48Z", + "lastUpdatedDateTime": "2020-10-30T16:42:48Z", + "copyResult": { + "modelId": "6c6eaea0-3101-4707-ad75-756d7a2e32e1" + } + } + }, + { + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/fb757b82-ca94-4637-bc45-17467bc515cf/copyResults/4ccc574e-4864-420b-b1fc-450eb7b2764f", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "c950602508494126c90ec842652bb2e9", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "3dadcc1d-3239-4740-b9d9-359bbd36cff8", + "apim-request-id": "a32a498d-44a7-4792-8199-0baa7c26da7c", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:16:10 GMT", + "Date": "Fri, 30 Oct 2020 16:43:04 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", @@ -553,32 +1048,32 @@ }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-09-09T22:16:08Z", - "lastUpdatedDateTime": "2020-09-09T22:16:08Z", + "createdDateTime": "2020-10-30T16:42:48Z", + "lastUpdatedDateTime": "2020-10-30T16:42:48Z", "copyResult": { - "modelId": "f3dac91f-a8d6-4865-a2d0-5543ab517859" + "modelId": "6c6eaea0-3101-4707-ad75-756d7a2e32e1" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/2a18f358-45d2-47a5-b2ab-d49e88ff7ce2/copyResults/4757737c-7bca-49eb-ae88-bf59321a5b31", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/fb757b82-ca94-4637-bc45-17467bc515cf/copyResults/4ccc574e-4864-420b-b1fc-450eb7b2764f", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "c548a75f8d8b1a8cd913f8263bd2266a", + "x-ms-client-request-id": "10e4bd9ce9e1d5183b60fdc2bd52d935", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "363451ff-da46-489a-803a-db6ea5526878", + "apim-request-id": "3c885a24-03d8-4124-aa62-233cbede659e", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:16:11 GMT", + "Date": "Fri, 30 Oct 2020 16:43:06 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", @@ -586,131 +1081,131 @@ }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-09-09T22:16:08Z", - "lastUpdatedDateTime": "2020-09-09T22:16:08Z", + "createdDateTime": "2020-10-30T16:42:48Z", + "lastUpdatedDateTime": "2020-10-30T16:42:48Z", "copyResult": { - "modelId": "f3dac91f-a8d6-4865-a2d0-5543ab517859" + "modelId": "6c6eaea0-3101-4707-ad75-756d7a2e32e1" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/2a18f358-45d2-47a5-b2ab-d49e88ff7ce2/copyResults/4757737c-7bca-49eb-ae88-bf59321a5b31", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/fb757b82-ca94-4637-bc45-17467bc515cf/copyResults/4ccc574e-4864-420b-b1fc-450eb7b2764f", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "09a1f39f8e8bdd18f0315202783e7d58", + "x-ms-client-request-id": "b86ddd452b5cd958c7e1822f951d50c6", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "5222187c-aa90-4d08-b7f4-91a833000175", + "apim-request-id": "65be9561-98a9-4780-a8cb-246a130a058a", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:16:12 GMT", + "Date": "Fri, 30 Oct 2020 16:43:07 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "14" + "x-envoy-upstream-service-time": "17" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-09-09T22:16:08Z", - "lastUpdatedDateTime": "2020-09-09T22:16:08Z", + "createdDateTime": "2020-10-30T16:42:48Z", + "lastUpdatedDateTime": "2020-10-30T16:42:48Z", "copyResult": { - "modelId": "f3dac91f-a8d6-4865-a2d0-5543ab517859" + "modelId": "6c6eaea0-3101-4707-ad75-756d7a2e32e1" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/2a18f358-45d2-47a5-b2ab-d49e88ff7ce2/copyResults/4757737c-7bca-49eb-ae88-bf59321a5b31", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/fb757b82-ca94-4637-bc45-17467bc515cf/copyResults/4ccc574e-4864-420b-b1fc-450eb7b2764f", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "39708160a8231fd0e522620665635f2c", + "x-ms-client-request-id": "22f2e02b30343c73487a8ee90b648377", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "081664e6-26fd-44c7-8917-214147052695", + "apim-request-id": "cd63fb97-1e74-46e8-8881-5009b6ff911d", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:16:13 GMT", + "Date": "Fri, 30 Oct 2020 16:43:08 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "16" + "x-envoy-upstream-service-time": "15" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-09-09T22:16:08Z", - "lastUpdatedDateTime": "2020-09-09T22:16:08Z", + "createdDateTime": "2020-10-30T16:42:48Z", + "lastUpdatedDateTime": "2020-10-30T16:42:48Z", "copyResult": { - "modelId": "f3dac91f-a8d6-4865-a2d0-5543ab517859" + "modelId": "6c6eaea0-3101-4707-ad75-756d7a2e32e1" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/2a18f358-45d2-47a5-b2ab-d49e88ff7ce2/copyResults/4757737c-7bca-49eb-ae88-bf59321a5b31", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/fb757b82-ca94-4637-bc45-17467bc515cf/copyResults/4ccc574e-4864-420b-b1fc-450eb7b2764f", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "8068fea34dc8d0748f6bd4593a89a19a", + "x-ms-client-request-id": "88fd9335f9bd718d640a480067e93f1e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "4fe918a6-5a3f-4960-9b0f-f7cd048dd393", + "apim-request-id": "d9f907be-8425-45bd-a3f2-9f33be94c962", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:16:15 GMT", + "Date": "Fri, 30 Oct 2020 16:43:09 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "31" + "x-envoy-upstream-service-time": "14" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-09-09T22:16:08Z", - "lastUpdatedDateTime": "2020-09-09T22:16:08Z", + "createdDateTime": "2020-10-30T16:42:48Z", + "lastUpdatedDateTime": "2020-10-30T16:42:48Z", "copyResult": { - "modelId": "f3dac91f-a8d6-4865-a2d0-5543ab517859" + "modelId": "6c6eaea0-3101-4707-ad75-756d7a2e32e1" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/2a18f358-45d2-47a5-b2ab-d49e88ff7ce2/copyResults/4757737c-7bca-49eb-ae88-bf59321a5b31", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/fb757b82-ca94-4637-bc45-17467bc515cf/copyResults/4ccc574e-4864-420b-b1fc-450eb7b2764f", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "bac5a095ec62f747228123692b11788c", + "x-ms-client-request-id": "dc963610b65f1400693170e19c6fce63", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "a3542dba-3418-4c4b-b1eb-e8ff13d1d498", + "apim-request-id": "8cdb86bb-afc8-48e3-93e4-55617b497312", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:16:16 GMT", + "Date": "Fri, 30 Oct 2020 16:43:10 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", @@ -718,32 +1213,65 @@ }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-09-09T22:16:08Z", - "lastUpdatedDateTime": "2020-09-09T22:16:08Z", + "createdDateTime": "2020-10-30T16:42:48Z", + "lastUpdatedDateTime": "2020-10-30T16:42:48Z", "copyResult": { - "modelId": "f3dac91f-a8d6-4865-a2d0-5543ab517859" + "modelId": "6c6eaea0-3101-4707-ad75-756d7a2e32e1" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/2a18f358-45d2-47a5-b2ab-d49e88ff7ce2/copyResults/4757737c-7bca-49eb-ae88-bf59321a5b31", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/fb757b82-ca94-4637-bc45-17467bc515cf/copyResults/4ccc574e-4864-420b-b1fc-450eb7b2764f", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "7a5e26d1fdd513900c9faab8d376e55c", + "x-ms-client-request-id": "01fa0b5dc71f31085381bd29e873d55e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "d519773c-4fdc-48c6-9115-cff3092322bf", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 30 Oct 2020 16:43:11 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "14" + }, + "ResponseBody": { + "status": "notStarted", + "createdDateTime": "2020-10-30T16:42:48Z", + "lastUpdatedDateTime": "2020-10-30T16:42:48Z", + "copyResult": { + "modelId": "6c6eaea0-3101-4707-ad75-756d7a2e32e1" + } + } + }, + { + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/fb757b82-ca94-4637-bc45-17467bc515cf/copyResults/4ccc574e-4864-420b-b1fc-450eb7b2764f", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "d4d8703aa7cd7e1792e81e8c88abd4f5", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "1bbf2bc1-023a-450f-810e-3a8c4c730305", + "apim-request-id": "081196b3-2c15-47fc-aafc-fc03e7b685b9", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:16:17 GMT", + "Date": "Fri, 30 Oct 2020 16:43:12 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", @@ -751,69 +1279,135 @@ }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-09-09T22:16:08Z", - "lastUpdatedDateTime": "2020-09-09T22:16:08Z", + "createdDateTime": "2020-10-30T16:42:48Z", + "lastUpdatedDateTime": "2020-10-30T16:42:48Z", "copyResult": { - "modelId": "f3dac91f-a8d6-4865-a2d0-5543ab517859" + "modelId": "6c6eaea0-3101-4707-ad75-756d7a2e32e1" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/2a18f358-45d2-47a5-b2ab-d49e88ff7ce2/copyResults/4757737c-7bca-49eb-ae88-bf59321a5b31", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/fb757b82-ca94-4637-bc45-17467bc515cf/copyResults/4ccc574e-4864-420b-b1fc-450eb7b2764f", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "c571c880a59db6c9b7715d46290aa47e", + "x-ms-client-request-id": "5ba2e43c3eef49fe2d6488def8d62bf6", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "eed71f85-e3f3-4acd-a179-30a6a67ca61d", + "apim-request-id": "99b1c033-f8f9-4d43-8aa9-147ea70128dc", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:16:18 GMT", + "Date": "Fri, 30 Oct 2020 16:43:13 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "14" + "x-envoy-upstream-service-time": "13" + }, + "ResponseBody": { + "status": "notStarted", + "createdDateTime": "2020-10-30T16:42:48Z", + "lastUpdatedDateTime": "2020-10-30T16:42:48Z", + "copyResult": { + "modelId": "6c6eaea0-3101-4707-ad75-756d7a2e32e1" + } + } + }, + { + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/fb757b82-ca94-4637-bc45-17467bc515cf/copyResults/4ccc574e-4864-420b-b1fc-450eb7b2764f", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "2ca6115cf997b595f37b6e37a97ca8a8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "be1d76cd-dfdb-430c-8d2e-373ba16ece38", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 30 Oct 2020 16:43:14 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "15" + }, + "ResponseBody": { + "status": "running", + "createdDateTime": "2020-10-30T16:43:14.215756Z", + "lastUpdatedDateTime": "2020-10-30T16:43:14.2157561Z", + "copyResult": { + "modelId": "6c6eaea0-3101-4707-ad75-756d7a2e32e1" + } + } + }, + { + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/fb757b82-ca94-4637-bc45-17467bc515cf/copyResults/4ccc574e-4864-420b-b1fc-450eb7b2764f", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "03edc8ac79d0fc6f728fa6691f3985bc", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "ce038350-78b0-4c44-b6df-4cc5a91ae610", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 30 Oct 2020 16:43:15 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "Transfer-Encoding": "chunked", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "16" }, "ResponseBody": { "status": "succeeded", - "createdDateTime": "2020-09-09T22:16:18.1247576Z", - "lastUpdatedDateTime": "2020-09-09T22:16:18.1247578Z", + "createdDateTime": "2020-10-30T16:43:14.5986118Z", + "lastUpdatedDateTime": "2020-10-30T16:43:14.598612Z", "copyResult": { - "modelId": "f3dac91f-a8d6-4865-a2d0-5543ab517859" + "modelId": "6c6eaea0-3101-4707-ad75-756d7a2e32e1" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/2a18f358-45d2-47a5-b2ab-d49e88ff7ce2", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/fb757b82-ca94-4637-bc45-17467bc515cf", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-1d35543486fb9146b2bfcbc036dad34c-a1fb0945af4a2141-00", + "traceparent": "00-44bd94df769c9744b964cf3f443ae6b3-a5ba0d034e654a4d-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "148748f2272b97c410b2adc3428e23ac", + "x-ms-client-request-id": "773027bda804425d4fed6873cfc69fb1", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 204, "ResponseHeaders": { - "apim-request-id": "2063364f-267b-4fd1-a273-d5c6b1fad93b", + "apim-request-id": "6381f16f-6558-4a2e-91b8-591aed1d3b6f", "Content-Length": "0", - "Date": "Wed, 09 Sep 2020 22:16:18 GMT", + "Date": "Fri, 30 Oct 2020 16:43:15 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "54" + "x-envoy-upstream-service-time": "35" }, "ResponseBody": [] } @@ -821,9 +1415,9 @@ "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_TARGET_RESOURCE_ID": "/subscriptions/faa080af-c1d8-40ad-9cce-e1a450ca5b57/resourceGroups/mariari-group/providers/Microsoft.CognitiveServices/accounts/mariari-westus2-formrecognizer", - "FORM_RECOGNIZER_TARGET_RESOURCE_REGION": "westus2", + "FORM_RECOGNIZER_ENDPOINT": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/", + "FORM_RECOGNIZER_TARGET_RESOURCE_ID": "/subscriptions/faa080af-c1d8-40ad-9cce-e1a450ca5b57/resourceGroups/camaiaor-rg/providers/Microsoft.CognitiveServices/accounts/camaiaor-formrec-westcentralus", + "FORM_RECOGNIZER_TARGET_RESOURCE_REGION": "westcentralus", "RandomSeed": "414312356" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/OperationsLiveTests/CopyModelOperationCanPollFromNewObjectAsync.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/OperationsLiveTests/CopyModelOperationCanPollFromNewObjectAsync.json index 227ea1be6e221..40476a0187ff4 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/OperationsLiveTests/CopyModelOperationCanPollFromNewObjectAsync.json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/OperationsLiveTests/CopyModelOperationCanPollFromNewObjectAsync.json @@ -1,17 +1,17 @@ { "Entries": [ { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "43", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-cda36c0ca570ec49a2c3d3d82ac6cd36-c5e57b48d4295140-00", + "traceparent": "00-498207a287f1c24da246166575393866-8f7a18777a282a40-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "a6922afb16f1ec33072562d6233f58cc", "x-ms-return-client-request-id": "true" @@ -22,25 +22,25 @@ }, "StatusCode": 201, "ResponseHeaders": { - "apim-request-id": "82a9ff73-40ac-4d91-a7e3-fbaf5f60c3a7", + "apim-request-id": "24fd8795-1f99-4d4a-9e61-e55a81e7e826", "Content-Length": "0", - "Date": "Wed, 09 Sep 2020 22:17:12 GMT", - "Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/bb972ccd-447a-4d0b-b265-2e4edd190ef5", + "Date": "Fri, 30 Oct 2020 16:43:15 GMT", + "Location": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/c7b219aa-1d8b-4fc0-8563-39ddd9ab5b70", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "224" + "x-envoy-upstream-service-time": "100" }, "ResponseBody": [] }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/bb972ccd-447a-4d0b-b265-2e4edd190ef5?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/c7b219aa-1d8b-4fc0-8563-39ddd9ab5b70?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "9b45d8c05604ae4da755777314030691", "x-ms-return-client-request-id": "true" @@ -48,32 +48,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "7649d4a9-e820-46c2-a485-e3c2cb47a1ad", + "apim-request-id": "faf693bb-fef7-4b54-99c2-ad50ae6d6928", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:17:13 GMT", + "Date": "Fri, 30 Oct 2020 16:43:15 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": "22" }, "ResponseBody": { "modelInfo": { - "modelId": "bb972ccd-447a-4d0b-b265-2e4edd190ef5", + "modelId": "c7b219aa-1d8b-4fc0-8563-39ddd9ab5b70", "status": "creating", - "createdDateTime": "2020-09-09T22:17:13Z", - "lastUpdatedDateTime": "2020-09-09T22:17:13Z" + "createdDateTime": "2020-10-30T16:43:16Z", + "lastUpdatedDateTime": "2020-10-30T16:43:16Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/bb972ccd-447a-4d0b-b265-2e4edd190ef5?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/c7b219aa-1d8b-4fc0-8563-39ddd9ab5b70?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "d7ca2c8f45020bb5ef1fdad5c5e70003", "x-ms-return-client-request-id": "true" @@ -81,32 +81,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "8dd79723-2b22-497e-acf3-608c378cb82b", + "apim-request-id": "e51d137e-0995-413d-ab51-cde3898c8469", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:17:14 GMT", + "Date": "Fri, 30 Oct 2020 16:43:17 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "37" + "x-envoy-upstream-service-time": "20" }, "ResponseBody": { "modelInfo": { - "modelId": "bb972ccd-447a-4d0b-b265-2e4edd190ef5", + "modelId": "c7b219aa-1d8b-4fc0-8563-39ddd9ab5b70", "status": "creating", - "createdDateTime": "2020-09-09T22:17:13Z", - "lastUpdatedDateTime": "2020-09-09T22:17:13Z" + "createdDateTime": "2020-10-30T16:43:16Z", + "lastUpdatedDateTime": "2020-10-30T16:43:16Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/bb972ccd-447a-4d0b-b265-2e4edd190ef5?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/c7b219aa-1d8b-4fc0-8563-39ddd9ab5b70?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "8d6a1d04da54a576dde4fe9b9ec0d704", "x-ms-return-client-request-id": "true" @@ -114,32 +114,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "d966454e-d3dd-4066-af81-d3d55496fbff", + "apim-request-id": "96961f17-7641-404a-a7f1-292bc392bdcc", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:17:15 GMT", + "Date": "Fri, 30 Oct 2020 16:43:19 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "31" + "x-envoy-upstream-service-time": "58" }, "ResponseBody": { "modelInfo": { - "modelId": "bb972ccd-447a-4d0b-b265-2e4edd190ef5", + "modelId": "c7b219aa-1d8b-4fc0-8563-39ddd9ab5b70", "status": "creating", - "createdDateTime": "2020-09-09T22:17:13Z", - "lastUpdatedDateTime": "2020-09-09T22:17:13Z" + "createdDateTime": "2020-10-30T16:43:16Z", + "lastUpdatedDateTime": "2020-10-30T16:43:16Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/bb972ccd-447a-4d0b-b265-2e4edd190ef5?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/c7b219aa-1d8b-4fc0-8563-39ddd9ab5b70?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "f647d01f80757bc92339abe47b77e8c0", "x-ms-return-client-request-id": "true" @@ -147,32 +147,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "845f93c6-0b1d-49bb-9bd9-d369ed428971", + "apim-request-id": "b6386e96-692e-42f1-8e6c-67d6271fec2c", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:17:16 GMT", + "Date": "Fri, 30 Oct 2020 16:43:20 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": "97" }, "ResponseBody": { "modelInfo": { - "modelId": "bb972ccd-447a-4d0b-b265-2e4edd190ef5", + "modelId": "c7b219aa-1d8b-4fc0-8563-39ddd9ab5b70", "status": "creating", - "createdDateTime": "2020-09-09T22:17:13Z", - "lastUpdatedDateTime": "2020-09-09T22:17:13Z" + "createdDateTime": "2020-10-30T16:43:16Z", + "lastUpdatedDateTime": "2020-10-30T16:43:16Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/bb972ccd-447a-4d0b-b265-2e4edd190ef5?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/c7b219aa-1d8b-4fc0-8563-39ddd9ab5b70?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "f66e73557898b43db624fa1e47196d2f", "x-ms-return-client-request-id": "true" @@ -180,32 +180,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "4097eb45-a1ec-4e41-bd5d-1d8a99efccab", + "apim-request-id": "5edf5b3f-13aa-4194-8c4f-fe5a3e51a63f", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:17:17 GMT", + "Date": "Fri, 30 Oct 2020 16:43:21 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": "62" }, "ResponseBody": { "modelInfo": { - "modelId": "bb972ccd-447a-4d0b-b265-2e4edd190ef5", + "modelId": "c7b219aa-1d8b-4fc0-8563-39ddd9ab5b70", "status": "creating", - "createdDateTime": "2020-09-09T22:17:13Z", - "lastUpdatedDateTime": "2020-09-09T22:17:13Z" + "createdDateTime": "2020-10-30T16:43:16Z", + "lastUpdatedDateTime": "2020-10-30T16:43:16Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/bb972ccd-447a-4d0b-b265-2e4edd190ef5?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/c7b219aa-1d8b-4fc0-8563-39ddd9ab5b70?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "f5b6d548099f838e53ef6a1a2e922965", "x-ms-return-client-request-id": "true" @@ -213,32 +213,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "fb3dbb62-a8ea-4422-a58a-2b409703638f", + "apim-request-id": "cf8dcb9d-32e8-4e2e-8b72-91c188be52a0", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:17:18 GMT", + "Date": "Fri, 30 Oct 2020 16:43:22 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "28" + "x-envoy-upstream-service-time": "21" }, "ResponseBody": { "modelInfo": { - "modelId": "bb972ccd-447a-4d0b-b265-2e4edd190ef5", + "modelId": "c7b219aa-1d8b-4fc0-8563-39ddd9ab5b70", "status": "creating", - "createdDateTime": "2020-09-09T22:17:13Z", - "lastUpdatedDateTime": "2020-09-09T22:17:13Z" + "createdDateTime": "2020-10-30T16:43:16Z", + "lastUpdatedDateTime": "2020-10-30T16:43:16Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/bb972ccd-447a-4d0b-b265-2e4edd190ef5?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/c7b219aa-1d8b-4fc0-8563-39ddd9ab5b70?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "2a463efbe151a66b9292405186aa3309", "x-ms-return-client-request-id": "true" @@ -246,32 +246,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "0642fe09-217f-4185-8f30-b354e117af4c", + "apim-request-id": "164226e8-2f68-4fc4-b9ff-fb0741174018", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:17:19 GMT", + "Date": "Fri, 30 Oct 2020 16:43:23 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "22" + "x-envoy-upstream-service-time": "21" }, "ResponseBody": { "modelInfo": { - "modelId": "bb972ccd-447a-4d0b-b265-2e4edd190ef5", + "modelId": "c7b219aa-1d8b-4fc0-8563-39ddd9ab5b70", "status": "creating", - "createdDateTime": "2020-09-09T22:17:13Z", - "lastUpdatedDateTime": "2020-09-09T22:17:13Z" + "createdDateTime": "2020-10-30T16:43:16Z", + "lastUpdatedDateTime": "2020-10-30T16:43:16Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/bb972ccd-447a-4d0b-b265-2e4edd190ef5?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/c7b219aa-1d8b-4fc0-8563-39ddd9ab5b70?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "a59c7cccf3c14c20e5eaa3a80d238624", "x-ms-return-client-request-id": "true" @@ -279,32 +279,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "b4861463-0116-4820-b07a-b9aa8f936112", + "apim-request-id": "594ebfad-06f5-4081-8ccc-f586da60aa56", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:17:20 GMT", + "Date": "Fri, 30 Oct 2020 16:43:24 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": "58" }, "ResponseBody": { "modelInfo": { - "modelId": "bb972ccd-447a-4d0b-b265-2e4edd190ef5", + "modelId": "c7b219aa-1d8b-4fc0-8563-39ddd9ab5b70", "status": "creating", - "createdDateTime": "2020-09-09T22:17:13Z", - "lastUpdatedDateTime": "2020-09-09T22:17:13Z" + "createdDateTime": "2020-10-30T16:43:16Z", + "lastUpdatedDateTime": "2020-10-30T16:43:16Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/bb972ccd-447a-4d0b-b265-2e4edd190ef5?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/c7b219aa-1d8b-4fc0-8563-39ddd9ab5b70?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "082295fa43d366dd690f620dc83dfda8", "x-ms-return-client-request-id": "true" @@ -312,32 +312,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "153b0873-700a-40d6-9d2e-d2c2d544afb0", + "apim-request-id": "5aacff45-6c6f-4a5b-ad8f-686dad28e470", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:17:21 GMT", + "Date": "Fri, 30 Oct 2020 16:43:26 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": "58" }, "ResponseBody": { "modelInfo": { - "modelId": "bb972ccd-447a-4d0b-b265-2e4edd190ef5", + "modelId": "c7b219aa-1d8b-4fc0-8563-39ddd9ab5b70", "status": "creating", - "createdDateTime": "2020-09-09T22:17:13Z", - "lastUpdatedDateTime": "2020-09-09T22:17:13Z" + "createdDateTime": "2020-10-30T16:43:16Z", + "lastUpdatedDateTime": "2020-10-30T16:43:16Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/bb972ccd-447a-4d0b-b265-2e4edd190ef5?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/c7b219aa-1d8b-4fc0-8563-39ddd9ab5b70?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "b24d61bb84f608a41df944663ec3996f", "x-ms-return-client-request-id": "true" @@ -345,32 +345,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "11c09607-8f68-4897-83ce-9e00accd48b3", + "apim-request-id": "fd151ba1-8ea8-46cd-ab63-649149234fa8", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:17:22 GMT", + "Date": "Fri, 30 Oct 2020 16:43:27 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": "28" }, "ResponseBody": { "modelInfo": { - "modelId": "bb972ccd-447a-4d0b-b265-2e4edd190ef5", + "modelId": "c7b219aa-1d8b-4fc0-8563-39ddd9ab5b70", "status": "creating", - "createdDateTime": "2020-09-09T22:17:13Z", - "lastUpdatedDateTime": "2020-09-09T22:17:13Z" + "createdDateTime": "2020-10-30T16:43:16Z", + "lastUpdatedDateTime": "2020-10-30T16:43:16Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/bb972ccd-447a-4d0b-b265-2e4edd190ef5?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/c7b219aa-1d8b-4fc0-8563-39ddd9ab5b70?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "f1571c0c2a8889359e353bb1901383a8", "x-ms-return-client-request-id": "true" @@ -378,32 +378,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "a107c17b-8d83-4149-bd4e-99fd70c7ba80", + "apim-request-id": "c94c65c1-35f1-4b4d-b87c-496621c0f301", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:17:23 GMT", + "Date": "Fri, 30 Oct 2020 16:43:28 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "22" + "x-envoy-upstream-service-time": "84" }, "ResponseBody": { "modelInfo": { - "modelId": "bb972ccd-447a-4d0b-b265-2e4edd190ef5", + "modelId": "c7b219aa-1d8b-4fc0-8563-39ddd9ab5b70", "status": "creating", - "createdDateTime": "2020-09-09T22:17:13Z", - "lastUpdatedDateTime": "2020-09-09T22:17:13Z" + "createdDateTime": "2020-10-30T16:43:16Z", + "lastUpdatedDateTime": "2020-10-30T16:43:16Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/bb972ccd-447a-4d0b-b265-2e4edd190ef5?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/c7b219aa-1d8b-4fc0-8563-39ddd9ab5b70?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "acecfaecd3d6762df01aebdafe7628a6", "x-ms-return-client-request-id": "true" @@ -411,32 +411,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "953ed03c-fd14-4401-82c4-c72c6f94edb5", + "apim-request-id": "c6b1e47a-7709-43e5-9503-7bed590c2eef", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:17:24 GMT", + "Date": "Fri, 30 Oct 2020 16:43:29 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": "198" }, "ResponseBody": { "modelInfo": { - "modelId": "bb972ccd-447a-4d0b-b265-2e4edd190ef5", + "modelId": "c7b219aa-1d8b-4fc0-8563-39ddd9ab5b70", "status": "creating", - "createdDateTime": "2020-09-09T22:17:13Z", - "lastUpdatedDateTime": "2020-09-09T22:17:13Z" + "createdDateTime": "2020-10-30T16:43:16Z", + "lastUpdatedDateTime": "2020-10-30T16:43:16Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/bb972ccd-447a-4d0b-b265-2e4edd190ef5?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/c7b219aa-1d8b-4fc0-8563-39ddd9ab5b70?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "ac00f3760ce691202bc414c048f2770a", "x-ms-return-client-request-id": "true" @@ -444,86 +444,20 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "c31c9e01-6989-46e5-b37d-89cad14136a2", + "apim-request-id": "4ad1baa3-0494-4abd-ad5a-2ab83b9f4c6e", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:17:25 GMT", + "Date": "Fri, 30 Oct 2020 16:43:30 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": "58" }, "ResponseBody": { "modelInfo": { - "modelId": "bb972ccd-447a-4d0b-b265-2e4edd190ef5", - "status": "creating", - "createdDateTime": "2020-09-09T22:17:13Z", - "lastUpdatedDateTime": "2020-09-09T22:17:13Z" - } - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/bb972ccd-447a-4d0b-b265-2e4edd190ef5?includeKeys=true", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "437a9c75ecd63998eee0006d3f5b8a27", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "3f0bc905-2237-4a92-82ca-9a8ff8e75b5f", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:17:26 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": "bb972ccd-447a-4d0b-b265-2e4edd190ef5", - "status": "creating", - "createdDateTime": "2020-09-09T22:17:13Z", - "lastUpdatedDateTime": "2020-09-09T22:17:13Z" - } - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/bb972ccd-447a-4d0b-b265-2e4edd190ef5?includeKeys=true", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "9d3b950cd712dfc2d95b8011bf6c2efe", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "0cae9487-33de-41d6-8841-eef12ca41f02", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:17:27 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "35" - }, - "ResponseBody": { - "modelInfo": { - "modelId": "bb972ccd-447a-4d0b-b265-2e4edd190ef5", + "modelId": "c7b219aa-1d8b-4fc0-8563-39ddd9ab5b70", "status": "ready", - "createdDateTime": "2020-09-09T22:17:13Z", - "lastUpdatedDateTime": "2020-09-09T22:17:27Z" + "createdDateTime": "2020-10-30T16:43:16Z", + "lastUpdatedDateTime": "2020-10-30T16:43:30Z" }, "keys": { "clusters": { @@ -593,322 +527,256 @@ } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/copyAuthorization", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/copyAuthorization", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "6264e0a2e5fc89cf5ac7be050cb351cf", + "x-ms-client-request-id": "437a9c75ecd63998eee0006d3f5b8a27", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 201, "ResponseHeaders": { - "apim-request-id": "ea1f900e-288e-4cd4-a836-65a7db642944", + "apim-request-id": "70728467-4249-4316-af98-8b93e7305601", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:17:27 GMT", - "Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/e31c6b14-abc1-42be-81c0-22a6c3eb44f4", + "Date": "Fri, 30 Oct 2020 16:43:30 GMT", + "Location": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/8b27b8d9-9200-4915-b631-38a1f30f4774", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "204" + "x-envoy-upstream-service-time": "93" }, "ResponseBody": { - "modelId": "e31c6b14-abc1-42be-81c0-22a6c3eb44f4", + "modelId": "8b27b8d9-9200-4915-b631-38a1f30f4774", "accessToken": "Sanitized", - "expirationDateTimeTicks": 1599776248 + "expirationDateTimeTicks": 1604162611 } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/bb972ccd-447a-4d0b-b265-2e4edd190ef5/copy", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/c7b219aa-1d8b-4fc0-8563-39ddd9ab5b70/copy", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", - "Content-Length": "348", + "Content-Length": "352", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "b2b4ec39dab69ef8d99a6a7b6c877981", + "x-ms-client-request-id": "9d3b950cd712dfc2d95b8011bf6c2efe", "x-ms-return-client-request-id": "true" }, "RequestBody": { - "targetResourceId": "/subscriptions/faa080af-c1d8-40ad-9cce-e1a450ca5b57/resourceGroups/mariari-group/providers/Microsoft.CognitiveServices/accounts/mariari-westus2-formrecognizer", - "targetResourceRegion": "westus2", + "targetResourceId": "/subscriptions/faa080af-c1d8-40ad-9cce-e1a450ca5b57/resourceGroups/camaiaor-rg/providers/Microsoft.CognitiveServices/accounts/camaiaor-formrec-westcentralus", + "targetResourceRegion": "westcentralus", "copyAuthorization": { - "modelId": "e31c6b14-abc1-42be-81c0-22a6c3eb44f4", + "modelId": "8b27b8d9-9200-4915-b631-38a1f30f4774", "accessToken": "Sanitized", - "expirationDateTimeTicks": 1599776248 + "expirationDateTimeTicks": 1604162611 } }, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "be1bc41e-5c2d-462b-97fe-3d82014d9dad", + "apim-request-id": "0ddd6b54-a4b1-4dab-8511-b081f4059802", "Content-Length": "0", - "Date": "Wed, 09 Sep 2020 22:17:27 GMT", - "Operation-Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/bb972ccd-447a-4d0b-b265-2e4edd190ef5/copyresults/34cbd275-be5b-4b54-87ca-603f6db06271", + "Date": "Fri, 30 Oct 2020 16:43:30 GMT", + "Operation-Location": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/c7b219aa-1d8b-4fc0-8563-39ddd9ab5b70/copyresults/6d02d057-ed82-46da-ad23-d5764b00f4ed", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "60" + "x-envoy-upstream-service-time": "85" }, "ResponseBody": [] }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/bb972ccd-447a-4d0b-b265-2e4edd190ef5/copyResults/34cbd275-be5b-4b54-87ca-603f6db06271", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "5fca01b228f7272bc5b1434a18bdd326", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "51f63e76-1d86-422b-8f59-344d970d7945", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:17:27 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "15" - }, - "ResponseBody": { - "status": "notStarted", - "createdDateTime": "2020-09-09T22:17:28Z", - "lastUpdatedDateTime": "2020-09-09T22:17:28Z", - "copyResult": { - "modelId": "e31c6b14-abc1-42be-81c0-22a6c3eb44f4" - } - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/bb972ccd-447a-4d0b-b265-2e4edd190ef5/copyResults/34cbd275-be5b-4b54-87ca-603f6db06271", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "d2d8b00a7bb8c848e8c588627a541dd3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "6e6f0a33-a753-44f1-8cf7-d71fd1ba2838", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:17:28 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "45" - }, - "ResponseBody": { - "status": "notStarted", - "createdDateTime": "2020-09-09T22:17:28Z", - "lastUpdatedDateTime": "2020-09-09T22:17:28Z", - "copyResult": { - "modelId": "e31c6b14-abc1-42be-81c0-22a6c3eb44f4" - } - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/bb972ccd-447a-4d0b-b265-2e4edd190ef5/copyResults/34cbd275-be5b-4b54-87ca-603f6db06271", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/c7b219aa-1d8b-4fc0-8563-39ddd9ab5b70/copyResults/6d02d057-ed82-46da-ad23-d5764b00f4ed", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "0b523c4df2e811d8c18ded0496ad851c", + "x-ms-client-request-id": "6264e0a2e5fc89cf5ac7be050cb351cf", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "b30a5c7d-ed15-4f8f-8866-1107034ccf34", + "apim-request-id": "490f0428-c8b6-4002-97f1-822890491be6", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:17:29 GMT", + "Date": "Fri, 30 Oct 2020 16:43:30 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": "10" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-09-09T22:17:28Z", - "lastUpdatedDateTime": "2020-09-09T22:17:28Z", + "createdDateTime": "2020-10-30T16:43:31Z", + "lastUpdatedDateTime": "2020-10-30T16:43:31Z", "copyResult": { - "modelId": "e31c6b14-abc1-42be-81c0-22a6c3eb44f4" + "modelId": "8b27b8d9-9200-4915-b631-38a1f30f4774" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/bb972ccd-447a-4d0b-b265-2e4edd190ef5/copyResults/34cbd275-be5b-4b54-87ca-603f6db06271", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/c7b219aa-1d8b-4fc0-8563-39ddd9ab5b70/copyResults/6d02d057-ed82-46da-ad23-d5764b00f4ed", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "bb7143c7a7af37c9b90277319fc8ac70", + "x-ms-client-request-id": "b2b4ec39dab69ef8d99a6a7b6c877981", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "f5041429-e338-4f03-ad11-6ef33e6abe47", + "apim-request-id": "67940be7-5784-44d7-94e6-460cfcc63b44", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:17:31 GMT", + "Date": "Fri, 30 Oct 2020 16:43:32 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "16" + "x-envoy-upstream-service-time": "11" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-09-09T22:17:28Z", - "lastUpdatedDateTime": "2020-09-09T22:17:28Z", + "createdDateTime": "2020-10-30T16:43:31Z", + "lastUpdatedDateTime": "2020-10-30T16:43:31Z", "copyResult": { - "modelId": "e31c6b14-abc1-42be-81c0-22a6c3eb44f4" + "modelId": "8b27b8d9-9200-4915-b631-38a1f30f4774" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/bb972ccd-447a-4d0b-b265-2e4edd190ef5/copyResults/34cbd275-be5b-4b54-87ca-603f6db06271", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/c7b219aa-1d8b-4fc0-8563-39ddd9ab5b70/copyResults/6d02d057-ed82-46da-ad23-d5764b00f4ed", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "dcfc7094c76a173ed8c6112a8e43323a", + "x-ms-client-request-id": "5fca01b228f7272bc5b1434a18bdd326", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "362dea52-4eb8-4045-ae2f-0c2cc76a02d1", + "apim-request-id": "5bdf82d6-ece0-4d41-8ee4-5270b548152a", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:17:32 GMT", + "Date": "Fri, 30 Oct 2020 16:43:33 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "18" + "x-envoy-upstream-service-time": "12" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-09-09T22:17:28Z", - "lastUpdatedDateTime": "2020-09-09T22:17:28Z", + "createdDateTime": "2020-10-30T16:43:31Z", + "lastUpdatedDateTime": "2020-10-30T16:43:31Z", "copyResult": { - "modelId": "e31c6b14-abc1-42be-81c0-22a6c3eb44f4" + "modelId": "8b27b8d9-9200-4915-b631-38a1f30f4774" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/bb972ccd-447a-4d0b-b265-2e4edd190ef5/copyResults/34cbd275-be5b-4b54-87ca-603f6db06271", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/c7b219aa-1d8b-4fc0-8563-39ddd9ab5b70/copyResults/6d02d057-ed82-46da-ad23-d5764b00f4ed", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "379b6c3f61e3a623731b52e67ba672f8", + "x-ms-client-request-id": "d2d8b00a7bb8c848e8c588627a541dd3", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "e89df8e2-0e58-48a1-b213-bbd8f9a207cd", + "apim-request-id": "575d1f96-5c25-4159-b75b-a85f60dff120", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:17:33 GMT", + "Date": "Fri, 30 Oct 2020 16:43:34 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "17" + "x-envoy-upstream-service-time": "12" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-09-09T22:17:28Z", - "lastUpdatedDateTime": "2020-09-09T22:17:28Z", + "createdDateTime": "2020-10-30T16:43:31Z", + "lastUpdatedDateTime": "2020-10-30T16:43:31Z", "copyResult": { - "modelId": "e31c6b14-abc1-42be-81c0-22a6c3eb44f4" + "modelId": "8b27b8d9-9200-4915-b631-38a1f30f4774" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/bb972ccd-447a-4d0b-b265-2e4edd190ef5/copyResults/34cbd275-be5b-4b54-87ca-603f6db06271", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/c7b219aa-1d8b-4fc0-8563-39ddd9ab5b70/copyResults/6d02d057-ed82-46da-ad23-d5764b00f4ed", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "26707ce1a9b1ffb10559e3e8959ea976", + "x-ms-client-request-id": "0b523c4df2e811d8c18ded0496ad851c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "5f472802-28c2-4e69-b043-ddffbd5dcaa4", + "apim-request-id": "412ccc93-fa56-45dd-b088-9196d15df8ed", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:17:34 GMT", + "Date": "Fri, 30 Oct 2020 16:43:35 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "16" + "x-envoy-upstream-service-time": "12" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-09-09T22:17:28Z", - "lastUpdatedDateTime": "2020-09-09T22:17:28Z", + "createdDateTime": "2020-10-30T16:43:31Z", + "lastUpdatedDateTime": "2020-10-30T16:43:31Z", "copyResult": { - "modelId": "e31c6b14-abc1-42be-81c0-22a6c3eb44f4" + "modelId": "8b27b8d9-9200-4915-b631-38a1f30f4774" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/bb972ccd-447a-4d0b-b265-2e4edd190ef5/copyResults/34cbd275-be5b-4b54-87ca-603f6db06271", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/c7b219aa-1d8b-4fc0-8563-39ddd9ab5b70/copyResults/6d02d057-ed82-46da-ad23-d5764b00f4ed", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "32f13cd0752d338d4c55684f75589c31", + "x-ms-client-request-id": "bb7143c7a7af37c9b90277319fc8ac70", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "91104b93-72d7-4158-9102-de2f9c94a9e0", + "apim-request-id": "65deddfa-b0dd-49c6-8c4e-c72977f1d699", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:17:35 GMT", + "Date": "Fri, 30 Oct 2020 16:43:36 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", @@ -916,131 +784,65 @@ }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-09-09T22:17:28Z", - "lastUpdatedDateTime": "2020-09-09T22:17:28Z", - "copyResult": { - "modelId": "e31c6b14-abc1-42be-81c0-22a6c3eb44f4" - } - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/bb972ccd-447a-4d0b-b265-2e4edd190ef5/copyResults/34cbd275-be5b-4b54-87ca-603f6db06271", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "114919540bd39688bb9b318a7e3b11d4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "49425c2c-372f-4045-b2ae-e2a7e18487f2", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:17:36 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "15" - }, - "ResponseBody": { - "status": "notStarted", - "createdDateTime": "2020-09-09T22:17:28Z", - "lastUpdatedDateTime": "2020-09-09T22:17:28Z", + "createdDateTime": "2020-10-30T16:43:31Z", + "lastUpdatedDateTime": "2020-10-30T16:43:31Z", "copyResult": { - "modelId": "e31c6b14-abc1-42be-81c0-22a6c3eb44f4" + "modelId": "8b27b8d9-9200-4915-b631-38a1f30f4774" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/bb972ccd-447a-4d0b-b265-2e4edd190ef5/copyResults/34cbd275-be5b-4b54-87ca-603f6db06271", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/c7b219aa-1d8b-4fc0-8563-39ddd9ab5b70/copyResults/6d02d057-ed82-46da-ad23-d5764b00f4ed", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "3e15dc7140b46ccaef3dda5b40618aad", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "414d862a-517b-4389-9b1f-ed10e3598fd7", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:17:37 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "23" - }, - "ResponseBody": { - "status": "notStarted", - "createdDateTime": "2020-09-09T22:17:28Z", - "lastUpdatedDateTime": "2020-09-09T22:17:28Z", - "copyResult": { - "modelId": "e31c6b14-abc1-42be-81c0-22a6c3eb44f4" - } - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/bb972ccd-447a-4d0b-b265-2e4edd190ef5/copyResults/34cbd275-be5b-4b54-87ca-603f6db06271", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "7c94b1bc9755c4a3b45b76924302b411", + "x-ms-client-request-id": "dcfc7094c76a173ed8c6112a8e43323a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "cde46967-928c-48bb-8e35-ead1a56c4725", + "apim-request-id": "df7d68ef-4cec-4d16-b6e4-33e055c8edf6", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:17:39 GMT", + "Date": "Fri, 30 Oct 2020 16:43:37 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "71" + "x-envoy-upstream-service-time": "11" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-09-09T22:17:28Z", - "lastUpdatedDateTime": "2020-09-09T22:17:28Z", + "createdDateTime": "2020-10-30T16:43:31Z", + "lastUpdatedDateTime": "2020-10-30T16:43:31Z", "copyResult": { - "modelId": "e31c6b14-abc1-42be-81c0-22a6c3eb44f4" + "modelId": "8b27b8d9-9200-4915-b631-38a1f30f4774" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/bb972ccd-447a-4d0b-b265-2e4edd190ef5/copyResults/34cbd275-be5b-4b54-87ca-603f6db06271", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/c7b219aa-1d8b-4fc0-8563-39ddd9ab5b70/copyResults/6d02d057-ed82-46da-ad23-d5764b00f4ed", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "98de94445e42147c4edc2295312c555a", + "x-ms-client-request-id": "379b6c3f61e3a623731b52e67ba672f8", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "32abe7be-6198-4da8-8473-8fe8485ce195", + "apim-request-id": "e393cb62-93c1-46af-a7e9-4d8bf0e6fa1b", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:17:40 GMT", + "Date": "Fri, 30 Oct 2020 16:43:38 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", @@ -1048,300 +850,234 @@ }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-09-09T22:17:28Z", - "lastUpdatedDateTime": "2020-09-09T22:17:28Z", + "createdDateTime": "2020-10-30T16:43:31Z", + "lastUpdatedDateTime": "2020-10-30T16:43:31Z", "copyResult": { - "modelId": "e31c6b14-abc1-42be-81c0-22a6c3eb44f4" + "modelId": "8b27b8d9-9200-4915-b631-38a1f30f4774" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/bb972ccd-447a-4d0b-b265-2e4edd190ef5/copyResults/34cbd275-be5b-4b54-87ca-603f6db06271", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/c7b219aa-1d8b-4fc0-8563-39ddd9ab5b70/copyResults/6d02d057-ed82-46da-ad23-d5764b00f4ed", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "cccd841194a6da7f39518a58c93828ec", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "1416f08c-d25e-483d-b511-dd8ed15fdde2", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:17:41 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "16" - }, - "ResponseBody": { - "status": "notStarted", - "createdDateTime": "2020-09-09T22:17:28Z", - "lastUpdatedDateTime": "2020-09-09T22:17:28Z", - "copyResult": { - "modelId": "e31c6b14-abc1-42be-81c0-22a6c3eb44f4" - } - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/bb972ccd-447a-4d0b-b265-2e4edd190ef5/copyResults/34cbd275-be5b-4b54-87ca-603f6db06271", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "ac17c888f1835d6a34802d78740d9387", + "x-ms-client-request-id": "26707ce1a9b1ffb10559e3e8959ea976", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "c3d79274-6b70-458a-9222-48baa16f79cf", + "apim-request-id": "9a7a5d9a-b9c2-4159-a5f6-732466c4f261", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:17:42 GMT", + "Date": "Fri, 30 Oct 2020 16:43:39 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "13" + "x-envoy-upstream-service-time": "11" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-09-09T22:17:28Z", - "lastUpdatedDateTime": "2020-09-09T22:17:28Z", + "createdDateTime": "2020-10-30T16:43:31Z", + "lastUpdatedDateTime": "2020-10-30T16:43:31Z", "copyResult": { - "modelId": "e31c6b14-abc1-42be-81c0-22a6c3eb44f4" + "modelId": "8b27b8d9-9200-4915-b631-38a1f30f4774" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/bb972ccd-447a-4d0b-b265-2e4edd190ef5/copyResults/34cbd275-be5b-4b54-87ca-603f6db06271", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/c7b219aa-1d8b-4fc0-8563-39ddd9ab5b70/copyResults/6d02d057-ed82-46da-ad23-d5764b00f4ed", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "be801c06e735af6a15035ff1d4234a16", + "x-ms-client-request-id": "32f13cd0752d338d4c55684f75589c31", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "fd29bb65-bf20-48f3-beca-c5b0ecc63dd1", + "apim-request-id": "eab71404-e4e7-4028-9c0a-fc331e2b163c", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:17:43 GMT", + "Date": "Fri, 30 Oct 2020 16:43:40 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": "12" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-09-09T22:17:28Z", - "lastUpdatedDateTime": "2020-09-09T22:17:28Z", + "createdDateTime": "2020-10-30T16:43:31Z", + "lastUpdatedDateTime": "2020-10-30T16:43:31Z", "copyResult": { - "modelId": "e31c6b14-abc1-42be-81c0-22a6c3eb44f4" + "modelId": "8b27b8d9-9200-4915-b631-38a1f30f4774" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/bb972ccd-447a-4d0b-b265-2e4edd190ef5/copyResults/34cbd275-be5b-4b54-87ca-603f6db06271", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/c7b219aa-1d8b-4fc0-8563-39ddd9ab5b70/copyResults/6d02d057-ed82-46da-ad23-d5764b00f4ed", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "680d36b4a8151fd71a6f97256706652c", + "x-ms-client-request-id": "114919540bd39688bb9b318a7e3b11d4", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "936288f4-764f-4e4e-8ba9-021f256608ad", + "apim-request-id": "d515cba6-a459-4560-a407-4c75c87a8c7d", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:17:44 GMT", + "Date": "Fri, 30 Oct 2020 16:43:42 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "17" + "x-envoy-upstream-service-time": "12" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-09-09T22:17:28Z", - "lastUpdatedDateTime": "2020-09-09T22:17:28Z", + "createdDateTime": "2020-10-30T16:43:31Z", + "lastUpdatedDateTime": "2020-10-30T16:43:31Z", "copyResult": { - "modelId": "e31c6b14-abc1-42be-81c0-22a6c3eb44f4" + "modelId": "8b27b8d9-9200-4915-b631-38a1f30f4774" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/bb972ccd-447a-4d0b-b265-2e4edd190ef5/copyResults/34cbd275-be5b-4b54-87ca-603f6db06271", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/c7b219aa-1d8b-4fc0-8563-39ddd9ab5b70/copyResults/6d02d057-ed82-46da-ad23-d5764b00f4ed", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "ac5203bd69b7a0b75e68977f91798910", + "x-ms-client-request-id": "3e15dc7140b46ccaef3dda5b40618aad", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "ff22354c-d256-4d09-9f85-d5516a2b2912", + "apim-request-id": "606bd37d-60c5-4f6a-b73f-2e6fbc312649", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:17:45 GMT", + "Date": "Fri, 30 Oct 2020 16:43:43 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "18" + "x-envoy-upstream-service-time": "12" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-09-09T22:17:28Z", - "lastUpdatedDateTime": "2020-09-09T22:17:28Z", + "createdDateTime": "2020-10-30T16:43:31Z", + "lastUpdatedDateTime": "2020-10-30T16:43:31Z", "copyResult": { - "modelId": "e31c6b14-abc1-42be-81c0-22a6c3eb44f4" + "modelId": "8b27b8d9-9200-4915-b631-38a1f30f4774" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/bb972ccd-447a-4d0b-b265-2e4edd190ef5/copyResults/34cbd275-be5b-4b54-87ca-603f6db06271", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/c7b219aa-1d8b-4fc0-8563-39ddd9ab5b70/copyResults/6d02d057-ed82-46da-ad23-d5764b00f4ed", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "3dc417362bff5d714561a4c55045480e", + "x-ms-client-request-id": "7c94b1bc9755c4a3b45b76924302b411", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "7d27f008-25d0-485e-ba9c-e4cc875774c7", + "apim-request-id": "c3978615-6298-4a4e-818d-96c3b3e8665a", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:17:46 GMT", + "Date": "Fri, 30 Oct 2020 16:43:44 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "15" + "x-envoy-upstream-service-time": "14" }, "ResponseBody": { - "status": "notStarted", - "createdDateTime": "2020-09-09T22:17:28Z", - "lastUpdatedDateTime": "2020-09-09T22:17:28Z", + "status": "running", + "createdDateTime": "2020-10-30T16:43:44.6237035Z", + "lastUpdatedDateTime": "2020-10-30T16:43:44.6237036Z", "copyResult": { - "modelId": "e31c6b14-abc1-42be-81c0-22a6c3eb44f4" + "modelId": "8b27b8d9-9200-4915-b631-38a1f30f4774" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/bb972ccd-447a-4d0b-b265-2e4edd190ef5/copyResults/34cbd275-be5b-4b54-87ca-603f6db06271", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/c7b219aa-1d8b-4fc0-8563-39ddd9ab5b70/copyResults/6d02d057-ed82-46da-ad23-d5764b00f4ed", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "d033339e9dd14a5e7f6c0aad11588ea0", + "x-ms-client-request-id": "98de94445e42147c4edc2295312c555a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "ac22d7c1-0056-4292-b7b5-a1872f024985", + "apim-request-id": "6c8ef8dd-f3b8-43c7-bc19-e385f1abc0a1", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:17:47 GMT", + "Date": "Fri, 30 Oct 2020 16:43:45 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", "x-envoy-upstream-service-time": "13" }, - "ResponseBody": { - "status": "notStarted", - "createdDateTime": "2020-09-09T22:17:28Z", - "lastUpdatedDateTime": "2020-09-09T22:17:28Z", - "copyResult": { - "modelId": "e31c6b14-abc1-42be-81c0-22a6c3eb44f4" - } - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/bb972ccd-447a-4d0b-b265-2e4edd190ef5/copyResults/34cbd275-be5b-4b54-87ca-603f6db06271", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "4fef87e62742922c91f56756c4f25018", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "bdc9d89f-87de-43fb-947d-017224c6bb6d", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:17:48 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "10" - }, "ResponseBody": { "status": "succeeded", - "createdDateTime": "2020-09-09T22:17:48.2472694Z", - "lastUpdatedDateTime": "2020-09-09T22:17:48.2472695Z", + "createdDateTime": "2020-10-30T16:43:44.7125582Z", + "lastUpdatedDateTime": "2020-10-30T16:43:44.7125584Z", "copyResult": { - "modelId": "e31c6b14-abc1-42be-81c0-22a6c3eb44f4" + "modelId": "8b27b8d9-9200-4915-b631-38a1f30f4774" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/bb972ccd-447a-4d0b-b265-2e4edd190ef5", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/c7b219aa-1d8b-4fc0-8563-39ddd9ab5b70", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-c0577c73388c744c85001175ed8aec80-3080c7fbae4bbc48-00", + "traceparent": "00-094d3a4d3452bd4c9c5c852670945069-abc1f331c4746d47-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "5de1881fb845983fb979be9221c44bed", + "x-ms-client-request-id": "cccd841194a6da7f39518a58c93828ec", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 204, "ResponseHeaders": { - "apim-request-id": "20b7d1d4-413e-4709-9314-fadcd4a1a303", + "apim-request-id": "4f94b6be-a290-4984-a67d-6e923f312a78", "Content-Length": "0", - "Date": "Wed, 09 Sep 2020 22:17:48 GMT", + "Date": "Fri, 30 Oct 2020 16:43:45 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "52" + "x-envoy-upstream-service-time": "35" }, "ResponseBody": [] } @@ -1349,9 +1085,9 @@ "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_TARGET_RESOURCE_ID": "/subscriptions/faa080af-c1d8-40ad-9cce-e1a450ca5b57/resourceGroups/mariari-group/providers/Microsoft.CognitiveServices/accounts/mariari-westus2-formrecognizer", - "FORM_RECOGNIZER_TARGET_RESOURCE_REGION": "westus2", + "FORM_RECOGNIZER_ENDPOINT": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/", + "FORM_RECOGNIZER_TARGET_RESOURCE_ID": "/subscriptions/faa080af-c1d8-40ad-9cce-e1a450ca5b57/resourceGroups/camaiaor-rg/providers/Microsoft.CognitiveServices/accounts/camaiaor-formrec-westcentralus", + "FORM_RECOGNIZER_TARGET_RESOURCE_REGION": "westcentralus", "RandomSeed": "1802268220" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/OperationsLiveTests/RecognizeContentOperationCanPollFromNewObject.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/OperationsLiveTests/RecognizeContentOperationCanPollFromNewObject.json index bdbaa55455107..b62fbd0ea55d6 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/OperationsLiveTests/RecognizeContentOperationCanPollFromNewObject.json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/OperationsLiveTests/RecognizeContentOperationCanPollFromNewObject.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyze", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/layout/analyze", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -9,8 +9,8 @@ "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "47678d17086e65d7c6e8c720cf715f98", "x-ms-return-client-request-id": "true" @@ -20,25 +20,25 @@ }, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "a8ebf76b-bccc-4276-b889-5a7fa990cc93", + "apim-request-id": "708ab214-9cdc-475f-93fb-bbde2947208e", "Content-Length": "0", - "Date": "Wed, 09 Sep 2020 22:16:19 GMT", - "Operation-Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/a8ebf76b-bccc-4276-b889-5a7fa990cc93", + "Date": "Fri, 30 Oct 2020 14:12:22 GMT", + "Operation-Location": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/layout/analyzeResults/708ab214-9cdc-475f-93fb-bbde2947208e", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "398" + "x-envoy-upstream-service-time": "638" }, "ResponseBody": [] }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/a8ebf76b-bccc-4276-b889-5a7fa990cc93", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/layout/analyzeResults/708ab214-9cdc-475f-93fb-bbde2947208e", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "4769267cde93785df71c3be80212769b", "x-ms-return-client-request-id": "true" @@ -46,29 +46,29 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "fbc92328-a7b8-41af-b9ea-e268e006c08b", + "apim-request-id": "a5bed53d-ba0f-4b62-a2d3-9095c55ff8ff", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:16:19 GMT", + "Date": "Fri, 30 Oct 2020 14:12:23 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "12" + "x-envoy-upstream-service-time": "10" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-09-09T22:16:19Z", - "lastUpdatedDateTime": "2020-09-09T22:16:19Z" + "createdDateTime": "2020-10-30T14:12:23Z", + "lastUpdatedDateTime": "2020-10-30T14:12:23Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/a8ebf76b-bccc-4276-b889-5a7fa990cc93", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/layout/analyzeResults/708ab214-9cdc-475f-93fb-bbde2947208e", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "7319d9a1aeebe1f249abda583d076ae3", "x-ms-return-client-request-id": "true" @@ -76,29 +76,29 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "47233c4f-6b1c-45b5-9182-7727f8040a36", + "apim-request-id": "2cb47c50-843f-4bb8-8b0c-b4146d90ef2e", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:16:20 GMT", + "Date": "Fri, 30 Oct 2020 14:12:24 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", "x-envoy-upstream-service-time": "12" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-09-09T22:16:19Z", - "lastUpdatedDateTime": "2020-09-09T22:16:19Z" + "createdDateTime": "2020-10-30T14:12:23Z", + "lastUpdatedDateTime": "2020-10-30T14:12:23Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/a8ebf76b-bccc-4276-b889-5a7fa990cc93", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/layout/analyzeResults/708ab214-9cdc-475f-93fb-bbde2947208e", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "3b72d493aacf39db2fef5052ccee62b3", "x-ms-return-client-request-id": "true" @@ -106,29 +106,29 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "f3da7af5-2966-47c7-aaa5-c2f8bf922196", + "apim-request-id": "3226bf32-1376-42da-8c8e-7ab0abdd9d0e", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:16:21 GMT", + "Date": "Fri, 30 Oct 2020 14:12:25 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "10" + "x-envoy-upstream-service-time": "9" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-09-09T22:16:19Z", - "lastUpdatedDateTime": "2020-09-09T22:16:19Z" + "createdDateTime": "2020-10-30T14:12:23Z", + "lastUpdatedDateTime": "2020-10-30T14:12:23Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/a8ebf76b-bccc-4276-b889-5a7fa990cc93", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/layout/analyzeResults/708ab214-9cdc-475f-93fb-bbde2947208e", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "f67f2b72eb57cdac3388fde703043af0", "x-ms-return-client-request-id": "true" @@ -136,29 +136,29 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "aa58483d-5361-4840-a229-1d2191bda640", + "apim-request-id": "71b71872-9963-4ab2-8002-695ca378e51b", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:16:22 GMT", + "Date": "Fri, 30 Oct 2020 14:12:27 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "10" + "x-envoy-upstream-service-time": "12" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-09-09T22:16:19Z", - "lastUpdatedDateTime": "2020-09-09T22:16:19Z" + "createdDateTime": "2020-10-30T14:12:23Z", + "lastUpdatedDateTime": "2020-10-30T14:12:23Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/a8ebf76b-bccc-4276-b889-5a7fa990cc93", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/layout/analyzeResults/708ab214-9cdc-475f-93fb-bbde2947208e", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "2d5558b13aa0f7ccfde044fc5e9f145b", "x-ms-return-client-request-id": "true" @@ -166,56 +166,26 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "7756dfe8-10f4-4c4c-9279-17a0d5b223ee", - "Content-Length": "106", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:16:23 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "14" - }, - "ResponseBody": { - "status": "running", - "createdDateTime": "2020-09-09T22:16:19Z", - "lastUpdatedDateTime": "2020-09-09T22:16:19Z" - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/a8ebf76b-bccc-4276-b889-5a7fa990cc93", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "11e626497487a78b28a50746acf4352a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "654c4e41-8d0c-4cb1-84fb-b317db448486", - "Content-Length": "277", + "apim-request-id": "497cdad2-6339-40e9-bf0d-25d1bfcd9512", + "Content-Length": "269", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:16:24 GMT", + "Date": "Fri, 30 Oct 2020 14:12:28 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": "23" }, "ResponseBody": { "status": "succeeded", - "createdDateTime": "2020-09-09T22:16:19Z", - "lastUpdatedDateTime": "2020-09-09T22:16:24Z", + "createdDateTime": "2020-10-30T14:12:23Z", + "lastUpdatedDateTime": "2020-10-30T14:12:28Z", "analyzeResult": { "version": "2.1.0", "readResults": [ { "page": 1, "angle": 0, - "width": 8.4967, - "height": 10.9967, + "width": 8.5, + "height": 11, "unit": "inch", "lines": [] } @@ -232,7 +202,7 @@ ], "Variables": { "FORM_RECOGNIZER_API_KEY": "Sanitized", - "FORM_RECOGNIZER_ENDPOINT": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/", + "FORM_RECOGNIZER_ENDPOINT": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/", "RandomSeed": "1034255821" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/OperationsLiveTests/RecognizeContentOperationCanPollFromNewObjectAsync.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/OperationsLiveTests/RecognizeContentOperationCanPollFromNewObjectAsync.json index 1209683685a60..11ff7a400a7ae 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/OperationsLiveTests/RecognizeContentOperationCanPollFromNewObjectAsync.json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/OperationsLiveTests/RecognizeContentOperationCanPollFromNewObjectAsync.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyze", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/layout/analyze", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -9,8 +9,8 @@ "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "bd5bde97a9e1ff8910fb24435c530e92", "x-ms-return-client-request-id": "true" @@ -20,25 +20,25 @@ }, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "2b5e0db2-eccd-43a5-8e5f-2da500ad1de9", + "apim-request-id": "b6b216cb-cc52-40ff-b282-8041b1d9a335", "Content-Length": "0", - "Date": "Wed, 09 Sep 2020 22:17:48 GMT", - "Operation-Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/2b5e0db2-eccd-43a5-8e5f-2da500ad1de9", + "Date": "Fri, 30 Oct 2020 14:13:07 GMT", + "Operation-Location": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/layout/analyzeResults/b6b216cb-cc52-40ff-b282-8041b1d9a335", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "144" + "x-envoy-upstream-service-time": "307" }, "ResponseBody": [] }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/2b5e0db2-eccd-43a5-8e5f-2da500ad1de9", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/layout/analyzeResults/b6b216cb-cc52-40ff-b282-8041b1d9a335", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "398b656ea5ca41f886ac633dd000d8b8", "x-ms-return-client-request-id": "true" @@ -46,29 +46,29 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "93fdf82a-d1eb-41ca-b2c7-1a6abddbdbfd", + "apim-request-id": "30952a2f-0758-4c77-9cbe-e9a94640d4ba", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:17:48 GMT", + "Date": "Fri, 30 Oct 2020 14:13:07 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "16" + "x-envoy-upstream-service-time": "10" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-09-09T22:17:49Z", - "lastUpdatedDateTime": "2020-09-09T22:17:49Z" + "createdDateTime": "2020-10-30T14:13:08Z", + "lastUpdatedDateTime": "2020-10-30T14:13:08Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/2b5e0db2-eccd-43a5-8e5f-2da500ad1de9", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/layout/analyzeResults/b6b216cb-cc52-40ff-b282-8041b1d9a335", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "4eddaeb288130bcdaa85175a15fa26c0", "x-ms-return-client-request-id": "true" @@ -76,29 +76,29 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "7c172c18-3cfe-4243-9265-d9e9124ae096", + "apim-request-id": "3750c5ad-5821-470b-95d0-e48e0be83250", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:17:49 GMT", + "Date": "Fri, 30 Oct 2020 14:13:08 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "16" + "x-envoy-upstream-service-time": "12" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-09-09T22:17:49Z", - "lastUpdatedDateTime": "2020-09-09T22:17:49Z" + "createdDateTime": "2020-10-30T14:13:08Z", + "lastUpdatedDateTime": "2020-10-30T14:13:08Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/2b5e0db2-eccd-43a5-8e5f-2da500ad1de9", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/layout/analyzeResults/b6b216cb-cc52-40ff-b282-8041b1d9a335", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "1203fb9662c3f298e61a3635464b2e0f", "x-ms-return-client-request-id": "true" @@ -106,29 +106,29 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "c7e9fa8a-e065-45fc-8d43-0eacffcfc4a9", + "apim-request-id": "c59dddca-3b19-443e-97c2-27416c0bb038", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:17:50 GMT", + "Date": "Fri, 30 Oct 2020 14:13:09 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "18" + "x-envoy-upstream-service-time": "9" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-09-09T22:17:49Z", - "lastUpdatedDateTime": "2020-09-09T22:17:49Z" + "createdDateTime": "2020-10-30T14:13:08Z", + "lastUpdatedDateTime": "2020-10-30T14:13:08Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/2b5e0db2-eccd-43a5-8e5f-2da500ad1de9", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/layout/analyzeResults/b6b216cb-cc52-40ff-b282-8041b1d9a335", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "ae906b23c076e57f987f8e458d9e2b8c", "x-ms-return-client-request-id": "true" @@ -136,29 +136,29 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "b5b60fb1-a816-4437-af79-b1a9f7389c31", + "apim-request-id": "8ec97989-79e2-4d33-9428-a099bd7de2cf", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:17:51 GMT", + "Date": "Fri, 30 Oct 2020 14:13:12 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "15" + "x-envoy-upstream-service-time": "11" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-09-09T22:17:49Z", - "lastUpdatedDateTime": "2020-09-09T22:17:49Z" + "createdDateTime": "2020-10-30T14:13:08Z", + "lastUpdatedDateTime": "2020-10-30T14:13:08Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/2b5e0db2-eccd-43a5-8e5f-2da500ad1de9", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/layout/analyzeResults/b6b216cb-cc52-40ff-b282-8041b1d9a335", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "d4a6a285c5fd50f416ea67f95297c55e", "x-ms-return-client-request-id": "true" @@ -166,56 +166,26 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "956be576-798b-462c-a1d6-e9c587f9b142", - "Content-Length": "106", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:17:52 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "15" - }, - "ResponseBody": { - "status": "running", - "createdDateTime": "2020-09-09T22:17:49Z", - "lastUpdatedDateTime": "2020-09-09T22:17:49Z" - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/layout/analyzeResults/2b5e0db2-eccd-43a5-8e5f-2da500ad1de9", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "a93608567869d64a7c1d7a44d3526448", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "07cb5e72-5094-4365-b9d4-0076dac39ff7", - "Content-Length": "277", + "apim-request-id": "91a87f7f-5e88-4523-a891-5174521d2327", + "Content-Length": "269", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:17:53 GMT", + "Date": "Fri, 30 Oct 2020 14:13:13 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": "17" }, "ResponseBody": { "status": "succeeded", - "createdDateTime": "2020-09-09T22:17:49Z", - "lastUpdatedDateTime": "2020-09-09T22:17:53Z", + "createdDateTime": "2020-10-30T14:13:08Z", + "lastUpdatedDateTime": "2020-10-30T14:13:12Z", "analyzeResult": { "version": "2.1.0", "readResults": [ { "page": 1, "angle": 0, - "width": 8.4967, - "height": 10.9967, + "width": 8.5, + "height": 11, "unit": "inch", "lines": [] } @@ -232,7 +202,7 @@ ], "Variables": { "FORM_RECOGNIZER_API_KEY": "Sanitized", - "FORM_RECOGNIZER_ENDPOINT": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/", + "FORM_RECOGNIZER_ENDPOINT": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/", "RandomSeed": "1312855245" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/OperationsLiveTests/RecognizeCustomFormsOperationCanPollFromNewObject.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/OperationsLiveTests/RecognizeCustomFormsOperationCanPollFromNewObject.json index 3743110c85e5d..b8930d86bcc7e 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/OperationsLiveTests/RecognizeCustomFormsOperationCanPollFromNewObject.json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/OperationsLiveTests/RecognizeCustomFormsOperationCanPollFromNewObject.json @@ -1,17 +1,17 @@ { "Entries": [ { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "43", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-e83afaebc2f0444190bac43a6b3ce480-ef1631353ee9a444-00", + "traceparent": "00-ba2c2be5833d4b41ba68abfe907cd088-cc44748c5f857b45-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "c0be03d8e0891803ced8926f3f2098ae", "x-ms-return-client-request-id": "true" @@ -22,25 +22,25 @@ }, "StatusCode": 201, "ResponseHeaders": { - "apim-request-id": "e3c7e908-9d22-4253-a307-50725d432b25", + "apim-request-id": "5a3f7e51-73fa-46c3-92a7-e2a680ee1b8b", "Content-Length": "0", - "Date": "Wed, 09 Sep 2020 22:16:24 GMT", - "Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/94652a2b-9b5d-401b-b610-b3eba35bd444", + "Date": "Fri, 30 Oct 2020 14:12:29 GMT", + "Location": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/04c955b1-3f9a-47d8-a8f2-29319a31bcbf", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "360" + "x-envoy-upstream-service-time": "686" }, "ResponseBody": [] }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/94652a2b-9b5d-401b-b610-b3eba35bd444?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/04c955b1-3f9a-47d8-a8f2-29319a31bcbf?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "42eb41bd823631c3271d39dbd74cd514", "x-ms-return-client-request-id": "true" @@ -48,32 +48,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "1f594d24-49af-4549-bfd5-8484d73caf41", + "apim-request-id": "e924b4c0-39c7-4e79-acf9-e98e291a3776", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:16:24 GMT", + "Date": "Fri, 30 Oct 2020 14:12:29 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": "28" }, "ResponseBody": { "modelInfo": { - "modelId": "94652a2b-9b5d-401b-b610-b3eba35bd444", + "modelId": "04c955b1-3f9a-47d8-a8f2-29319a31bcbf", "status": "creating", - "createdDateTime": "2020-09-09T22:16:25Z", - "lastUpdatedDateTime": "2020-09-09T22:16:25Z" + "createdDateTime": "2020-10-30T14:12:29Z", + "lastUpdatedDateTime": "2020-10-30T14:12:29Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/94652a2b-9b5d-401b-b610-b3eba35bd444?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/04c955b1-3f9a-47d8-a8f2-29319a31bcbf?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "a4478c20cf307f3809799f9fa2555a7f", "x-ms-return-client-request-id": "true" @@ -81,32 +81,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "29a43550-8b8d-402e-875a-e7bee72789ca", + "apim-request-id": "a01d68c5-002d-49b6-bdce-3df7ba9b838c", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:16:26 GMT", + "Date": "Fri, 30 Oct 2020 14:12:30 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": "54" }, "ResponseBody": { "modelInfo": { - "modelId": "94652a2b-9b5d-401b-b610-b3eba35bd444", + "modelId": "04c955b1-3f9a-47d8-a8f2-29319a31bcbf", "status": "creating", - "createdDateTime": "2020-09-09T22:16:25Z", - "lastUpdatedDateTime": "2020-09-09T22:16:25Z" + "createdDateTime": "2020-10-30T14:12:29Z", + "lastUpdatedDateTime": "2020-10-30T14:12:29Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/94652a2b-9b5d-401b-b610-b3eba35bd444?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/04c955b1-3f9a-47d8-a8f2-29319a31bcbf?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "3dbd69a98c4856d73f8d996ba7284181", "x-ms-return-client-request-id": "true" @@ -114,32 +114,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "0016e7bc-bf2f-4812-b7cf-132741f2da5c", + "apim-request-id": "70315d83-6a88-47e6-9fe4-477f01bb8d85", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:16:27 GMT", + "Date": "Fri, 30 Oct 2020 14:12:31 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "53" + "x-envoy-upstream-service-time": "32" }, "ResponseBody": { "modelInfo": { - "modelId": "94652a2b-9b5d-401b-b610-b3eba35bd444", + "modelId": "04c955b1-3f9a-47d8-a8f2-29319a31bcbf", "status": "creating", - "createdDateTime": "2020-09-09T22:16:25Z", - "lastUpdatedDateTime": "2020-09-09T22:16:25Z" + "createdDateTime": "2020-10-30T14:12:29Z", + "lastUpdatedDateTime": "2020-10-30T14:12:29Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/94652a2b-9b5d-401b-b610-b3eba35bd444?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/04c955b1-3f9a-47d8-a8f2-29319a31bcbf?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "b24f7e03f3d8ed7d096b39bde2248fd2", "x-ms-return-client-request-id": "true" @@ -147,32 +147,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "287a78f9-0405-4b5d-9cf6-4b545d3e74fc", + "apim-request-id": "4b4f7970-7b65-4a54-9778-2006e687bf42", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:16:28 GMT", + "Date": "Fri, 30 Oct 2020 14:12:32 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "51" + "x-envoy-upstream-service-time": "108" }, "ResponseBody": { "modelInfo": { - "modelId": "94652a2b-9b5d-401b-b610-b3eba35bd444", + "modelId": "04c955b1-3f9a-47d8-a8f2-29319a31bcbf", "status": "creating", - "createdDateTime": "2020-09-09T22:16:25Z", - "lastUpdatedDateTime": "2020-09-09T22:16:25Z" + "createdDateTime": "2020-10-30T14:12:29Z", + "lastUpdatedDateTime": "2020-10-30T14:12:29Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/94652a2b-9b5d-401b-b610-b3eba35bd444?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/04c955b1-3f9a-47d8-a8f2-29319a31bcbf?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "6d31b9c3988e94ccb4f164a336ccd8e0", "x-ms-return-client-request-id": "true" @@ -180,32 +180,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "bf3236bc-e5ba-47a1-9bcc-06f842010309", + "apim-request-id": "514a2021-8a23-49b5-ab22-c7e93c56e1d1", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:16:29 GMT", + "Date": "Fri, 30 Oct 2020 14:12:33 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": "111" }, "ResponseBody": { "modelInfo": { - "modelId": "94652a2b-9b5d-401b-b610-b3eba35bd444", + "modelId": "04c955b1-3f9a-47d8-a8f2-29319a31bcbf", "status": "creating", - "createdDateTime": "2020-09-09T22:16:25Z", - "lastUpdatedDateTime": "2020-09-09T22:16:25Z" + "createdDateTime": "2020-10-30T14:12:29Z", + "lastUpdatedDateTime": "2020-10-30T14:12:29Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/94652a2b-9b5d-401b-b610-b3eba35bd444?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/04c955b1-3f9a-47d8-a8f2-29319a31bcbf?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "239b1d37a706b5a7ecd034dc5219741a", "x-ms-return-client-request-id": "true" @@ -213,32 +213,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "3c273cea-b3f2-417c-9753-4c4a201fba21", + "apim-request-id": "3d2ba184-0f6f-4c74-bea5-6cbd4de16688", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:16:30 GMT", + "Date": "Fri, 30 Oct 2020 14:12:34 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": "76" }, "ResponseBody": { "modelInfo": { - "modelId": "94652a2b-9b5d-401b-b610-b3eba35bd444", + "modelId": "04c955b1-3f9a-47d8-a8f2-29319a31bcbf", "status": "creating", - "createdDateTime": "2020-09-09T22:16:25Z", - "lastUpdatedDateTime": "2020-09-09T22:16:25Z" + "createdDateTime": "2020-10-30T14:12:29Z", + "lastUpdatedDateTime": "2020-10-30T14:12:29Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/94652a2b-9b5d-401b-b610-b3eba35bd444?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/04c955b1-3f9a-47d8-a8f2-29319a31bcbf?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "eda8c7fed3f66bf3b2bafee78fd9b63c", "x-ms-return-client-request-id": "true" @@ -246,32 +246,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "895609d8-29a0-49e5-a4fb-57ec05be3908", + "apim-request-id": "13d46a5c-0e24-4434-93e1-f65a764de913", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:16:31 GMT", + "Date": "Fri, 30 Oct 2020 14:12:37 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": "138" }, "ResponseBody": { "modelInfo": { - "modelId": "94652a2b-9b5d-401b-b610-b3eba35bd444", + "modelId": "04c955b1-3f9a-47d8-a8f2-29319a31bcbf", "status": "creating", - "createdDateTime": "2020-09-09T22:16:25Z", - "lastUpdatedDateTime": "2020-09-09T22:16:25Z" + "createdDateTime": "2020-10-30T14:12:29Z", + "lastUpdatedDateTime": "2020-10-30T14:12:29Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/94652a2b-9b5d-401b-b610-b3eba35bd444?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/04c955b1-3f9a-47d8-a8f2-29319a31bcbf?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "c48658926b891bcb117c80be63ef419a", "x-ms-return-client-request-id": "true" @@ -279,32 +279,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "077f2b0d-facd-470f-8a5c-b62c87c043da", + "apim-request-id": "22e33b6d-cbe0-4df8-b6ae-32e301c7ab29", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:16:32 GMT", + "Date": "Fri, 30 Oct 2020 14:12:38 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": "73" }, "ResponseBody": { "modelInfo": { - "modelId": "94652a2b-9b5d-401b-b610-b3eba35bd444", + "modelId": "04c955b1-3f9a-47d8-a8f2-29319a31bcbf", "status": "creating", - "createdDateTime": "2020-09-09T22:16:25Z", - "lastUpdatedDateTime": "2020-09-09T22:16:25Z" + "createdDateTime": "2020-10-30T14:12:29Z", + "lastUpdatedDateTime": "2020-10-30T14:12:29Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/94652a2b-9b5d-401b-b610-b3eba35bd444?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/04c955b1-3f9a-47d8-a8f2-29319a31bcbf?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "6fa5497cea2363ea2a30714ba9bf2513", "x-ms-return-client-request-id": "true" @@ -312,32 +312,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "e5875d0a-05d3-4744-9975-215f7ed7d710", + "apim-request-id": "5c46286b-2005-4f75-b483-37a65b633134", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:16:33 GMT", + "Date": "Fri, 30 Oct 2020 14:12:39 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": "79" }, "ResponseBody": { "modelInfo": { - "modelId": "94652a2b-9b5d-401b-b610-b3eba35bd444", + "modelId": "04c955b1-3f9a-47d8-a8f2-29319a31bcbf", "status": "creating", - "createdDateTime": "2020-09-09T22:16:25Z", - "lastUpdatedDateTime": "2020-09-09T22:16:25Z" + "createdDateTime": "2020-10-30T14:12:29Z", + "lastUpdatedDateTime": "2020-10-30T14:12:29Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/94652a2b-9b5d-401b-b610-b3eba35bd444?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/04c955b1-3f9a-47d8-a8f2-29319a31bcbf?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "fa49f71aaf939291fb8cdb79533407c2", "x-ms-return-client-request-id": "true" @@ -345,32 +345,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "107446bd-3b22-4125-89c9-e2c848e8596a", + "apim-request-id": "0ea14fd0-1cab-4caa-a49c-f7b63d39899e", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:16:34 GMT", + "Date": "Fri, 30 Oct 2020 14:12:40 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": "72" }, "ResponseBody": { "modelInfo": { - "modelId": "94652a2b-9b5d-401b-b610-b3eba35bd444", + "modelId": "04c955b1-3f9a-47d8-a8f2-29319a31bcbf", "status": "creating", - "createdDateTime": "2020-09-09T22:16:25Z", - "lastUpdatedDateTime": "2020-09-09T22:16:25Z" + "createdDateTime": "2020-10-30T14:12:29Z", + "lastUpdatedDateTime": "2020-10-30T14:12:29Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/94652a2b-9b5d-401b-b610-b3eba35bd444?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/04c955b1-3f9a-47d8-a8f2-29319a31bcbf?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "456a63794633a8186d229958f97f7251", "x-ms-return-client-request-id": "true" @@ -378,185 +378,20 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "ef2405e6-19bd-46f0-a5bd-f68f9f73916a", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:16:35 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "46" - }, - "ResponseBody": { - "modelInfo": { - "modelId": "94652a2b-9b5d-401b-b610-b3eba35bd444", - "status": "creating", - "createdDateTime": "2020-09-09T22:16:25Z", - "lastUpdatedDateTime": "2020-09-09T22:16:25Z" - } - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/94652a2b-9b5d-401b-b610-b3eba35bd444?includeKeys=true", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "6ba46d5647a6cc06b81274970f7110f6", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "cfa2aaf4-556a-4674-89f1-b29f8d157684", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:16:36 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "56" - }, - "ResponseBody": { - "modelInfo": { - "modelId": "94652a2b-9b5d-401b-b610-b3eba35bd444", - "status": "creating", - "createdDateTime": "2020-09-09T22:16:25Z", - "lastUpdatedDateTime": "2020-09-09T22:16:25Z" - } - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/94652a2b-9b5d-401b-b610-b3eba35bd444?includeKeys=true", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "45d2ae29e055d3dfdfa18c711639987b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "1044a2e2-3cca-4438-ab7e-0e5f19ff4593", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:16:37 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "48" - }, - "ResponseBody": { - "modelInfo": { - "modelId": "94652a2b-9b5d-401b-b610-b3eba35bd444", - "status": "creating", - "createdDateTime": "2020-09-09T22:16:25Z", - "lastUpdatedDateTime": "2020-09-09T22:16:25Z" - } - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/94652a2b-9b5d-401b-b610-b3eba35bd444?includeKeys=true", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "e522891a9b8f321b5d9d8d20d28198fc", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "1ad29a36-1dda-40e3-92a9-21e89920388b", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:16:38 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "28" - }, - "ResponseBody": { - "modelInfo": { - "modelId": "94652a2b-9b5d-401b-b610-b3eba35bd444", - "status": "creating", - "createdDateTime": "2020-09-09T22:16:25Z", - "lastUpdatedDateTime": "2020-09-09T22:16:25Z" - } - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/94652a2b-9b5d-401b-b610-b3eba35bd444?includeKeys=true", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "4a2fa3112dad76fc8ed18c05ba95b67e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "19a7ff9a-776f-4637-8f57-77e4b3bd9735", + "apim-request-id": "80bd95b7-c534-47d2-b26e-bdcbda0a5a79", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:16:40 GMT", + "Date": "Fri, 30 Oct 2020 14:12:41 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "99" - }, - "ResponseBody": { - "modelInfo": { - "modelId": "94652a2b-9b5d-401b-b610-b3eba35bd444", - "status": "creating", - "createdDateTime": "2020-09-09T22:16:25Z", - "lastUpdatedDateTime": "2020-09-09T22:16:25Z" - } - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/94652a2b-9b5d-401b-b610-b3eba35bd444?includeKeys=true", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "857cf8792a4e8d66939fe8b753be005e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "f4ff97ff-1e14-40cd-abe4-318a106bda4e", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:16:41 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "89" + "x-envoy-upstream-service-time": "55" }, "ResponseBody": { "modelInfo": { - "modelId": "94652a2b-9b5d-401b-b610-b3eba35bd444", + "modelId": "04c955b1-3f9a-47d8-a8f2-29319a31bcbf", "status": "ready", - "createdDateTime": "2020-09-09T22:16:25Z", - "lastUpdatedDateTime": "2020-09-09T22:16:40Z" + "createdDateTime": "2020-10-30T14:12:29Z", + "lastUpdatedDateTime": "2020-10-30T14:12:41Z" }, "keys": { "clusters": { @@ -626,7 +461,7 @@ } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/94652a2b-9b5d-401b-b610-b3eba35bd444/analyze?includeTextDetails=false", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/04c955b1-3f9a-47d8-a8f2-29319a31bcbf/analyze?includeTextDetails=false", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -634,331 +469,300 @@ "Content-Type": "application/pdf", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "735f90084e0aecce8dac57be0e1677c8", + "x-ms-client-request-id": "6ba46d5647a6cc06b81274970f7110f6", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "7af312b7-273d-4207-8ab1-79323c7588aa", + "apim-request-id": "3eceb138-61a1-423b-a096-891c36129047", "Content-Length": "0", - "Date": "Wed, 09 Sep 2020 22:16:41 GMT", - "Operation-Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/94652a2b-9b5d-401b-b610-b3eba35bd444/analyzeresults/5bddeadf-9f77-44c6-b22b-617b4f29127f", + "Date": "Fri, 30 Oct 2020 14:12:42 GMT", + "Operation-Location": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/04c955b1-3f9a-47d8-a8f2-29319a31bcbf/analyzeresults/6822f15d-ac1f-42ac-8cfc-5d0f94e55c74", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "109" + "x-envoy-upstream-service-time": "110" }, "ResponseBody": [] }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/94652a2b-9b5d-401b-b610-b3eba35bd444/analyzeResults/5bddeadf-9f77-44c6-b22b-617b4f29127f", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/04c955b1-3f9a-47d8-a8f2-29319a31bcbf/analyzeResults/6822f15d-ac1f-42ac-8cfc-5d0f94e55c74", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "daa70ee71304e6ad3ca1b70d454522cf", + "x-ms-client-request-id": "45d2ae29e055d3dfdfa18c711639987b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "dfbb77c0-f81e-4699-bc16-74eb35035762", + "apim-request-id": "ccd52218-02d0-4b44-bd92-0691515b369d", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:16:42 GMT", + "Date": "Fri, 30 Oct 2020 14:12:42 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "23" + "x-envoy-upstream-service-time": "51" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-09-09T22:16:41Z", - "lastUpdatedDateTime": "2020-09-09T22:16:41Z" - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/94652a2b-9b5d-401b-b610-b3eba35bd444/analyzeResults/5bddeadf-9f77-44c6-b22b-617b4f29127f", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "2afd2ed043352b742990f7a2d3a77f7c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "865ffc26-6cc3-4f9a-ac3b-cefedf7a1658", - "Content-Length": "127", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:16:43 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "30" - }, - "ResponseBody": { - "status": "running", - "createdDateTime": "2020-09-09T22:16:41Z", - "lastUpdatedDateTime": "2020-09-09T22:16:42Z", - "analyzeResult": null + "createdDateTime": "2020-10-30T14:12:43Z", + "lastUpdatedDateTime": "2020-10-30T14:12:43Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/94652a2b-9b5d-401b-b610-b3eba35bd444/analyzeResults/5bddeadf-9f77-44c6-b22b-617b4f29127f", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/04c955b1-3f9a-47d8-a8f2-29319a31bcbf/analyzeResults/6822f15d-ac1f-42ac-8cfc-5d0f94e55c74", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "45d020272617f459e278366896c0a748", + "x-ms-client-request-id": "e522891a9b8f321b5d9d8d20d28198fc", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "5227af32-3c7e-4abb-8df9-de5e9af38f59", + "apim-request-id": "11cb381f-612d-4673-a992-860963b3458c", "Content-Length": "127", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:16:44 GMT", + "Date": "Fri, 30 Oct 2020 14:12:43 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "57" + "x-envoy-upstream-service-time": "111" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-09-09T22:16:41Z", - "lastUpdatedDateTime": "2020-09-09T22:16:42Z", + "createdDateTime": "2020-10-30T14:12:43Z", + "lastUpdatedDateTime": "2020-10-30T14:12:43Z", "analyzeResult": null } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/94652a2b-9b5d-401b-b610-b3eba35bd444/analyzeResults/5bddeadf-9f77-44c6-b22b-617b4f29127f", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/04c955b1-3f9a-47d8-a8f2-29319a31bcbf/analyzeResults/6822f15d-ac1f-42ac-8cfc-5d0f94e55c74", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "e0ee87894d19a392997bb0741c0b1395", + "x-ms-client-request-id": "4a2fa3112dad76fc8ed18c05ba95b67e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "7752603e-4fca-43a9-a75d-55e2e5a0f16b", + "apim-request-id": "0f06ca9c-1521-44bf-ab10-fb5769235c87", "Content-Length": "127", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:16:45 GMT", + "Date": "Fri, 30 Oct 2020 14:12:45 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "48" + "x-envoy-upstream-service-time": "138" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-09-09T22:16:41Z", - "lastUpdatedDateTime": "2020-09-09T22:16:42Z", + "createdDateTime": "2020-10-30T14:12:43Z", + "lastUpdatedDateTime": "2020-10-30T14:12:43Z", "analyzeResult": null } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/94652a2b-9b5d-401b-b610-b3eba35bd444/analyzeResults/5bddeadf-9f77-44c6-b22b-617b4f29127f", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/04c955b1-3f9a-47d8-a8f2-29319a31bcbf/analyzeResults/6822f15d-ac1f-42ac-8cfc-5d0f94e55c74", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "25e53b22dd74aab8d40848bc0d0b9569", + "x-ms-client-request-id": "857cf8792a4e8d66939fe8b753be005e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "332a7d47-631f-4dfe-bc2e-fa3e979035eb", + "apim-request-id": "c023cd2d-afdf-424f-9d48-27372f0f0d0c", "Content-Length": "127", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:16:46 GMT", + "Date": "Fri, 30 Oct 2020 14:12:47 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "58" + "x-envoy-upstream-service-time": "94" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-09-09T22:16:41Z", - "lastUpdatedDateTime": "2020-09-09T22:16:42Z", + "createdDateTime": "2020-10-30T14:12:43Z", + "lastUpdatedDateTime": "2020-10-30T14:12:43Z", "analyzeResult": null } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/94652a2b-9b5d-401b-b610-b3eba35bd444/analyzeResults/5bddeadf-9f77-44c6-b22b-617b4f29127f", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/04c955b1-3f9a-47d8-a8f2-29319a31bcbf/analyzeResults/6822f15d-ac1f-42ac-8cfc-5d0f94e55c74", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "4c18afe89eb9da638d2cab9c75e5d8d6", + "x-ms-client-request-id": "735f90084e0aecce8dac57be0e1677c8", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "1ad07fef-d5b0-4ac9-96d1-5309076483e8", + "apim-request-id": "3a7badb2-2ccc-44d9-824a-5cd71d3e229b", "Content-Length": "127", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:16:47 GMT", + "Date": "Fri, 30 Oct 2020 14:12:48 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "50" + "x-envoy-upstream-service-time": "94" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-09-09T22:16:41Z", - "lastUpdatedDateTime": "2020-09-09T22:16:42Z", + "createdDateTime": "2020-10-30T14:12:43Z", + "lastUpdatedDateTime": "2020-10-30T14:12:43Z", "analyzeResult": null } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/94652a2b-9b5d-401b-b610-b3eba35bd444/analyzeResults/5bddeadf-9f77-44c6-b22b-617b4f29127f", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/04c955b1-3f9a-47d8-a8f2-29319a31bcbf/analyzeResults/6822f15d-ac1f-42ac-8cfc-5d0f94e55c74", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "5b46a16582daabd3ce440b1005d6968d", + "x-ms-client-request-id": "daa70ee71304e6ad3ca1b70d454522cf", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "0bb96a0d-f332-43c0-a244-fc0f06e048ac", + "apim-request-id": "24abcde4-97db-46d1-b0d7-9835f7aebd1a", "Content-Length": "127", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:16:48 GMT", + "Date": "Fri, 30 Oct 2020 14:12:49 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "54" + "x-envoy-upstream-service-time": "92" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-09-09T22:16:41Z", - "lastUpdatedDateTime": "2020-09-09T22:16:42Z", + "createdDateTime": "2020-10-30T14:12:43Z", + "lastUpdatedDateTime": "2020-10-30T14:12:43Z", "analyzeResult": null } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/94652a2b-9b5d-401b-b610-b3eba35bd444/analyzeResults/5bddeadf-9f77-44c6-b22b-617b4f29127f", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/04c955b1-3f9a-47d8-a8f2-29319a31bcbf/analyzeResults/6822f15d-ac1f-42ac-8cfc-5d0f94e55c74", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "6c8b47e5c6f383dbd70b9747321c34ef", + "x-ms-client-request-id": "2afd2ed043352b742990f7a2d3a77f7c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "618e9e4d-82f9-4d22-9bcc-2caef02d779f", + "apim-request-id": "0f97e578-cb15-4d2c-b443-bd73d2ce684f", "Content-Length": "127", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:16:49 GMT", + "Date": "Fri, 30 Oct 2020 14:12:50 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "72" + "x-envoy-upstream-service-time": "100" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-09-09T22:16:41Z", - "lastUpdatedDateTime": "2020-09-09T22:16:42Z", + "createdDateTime": "2020-10-30T14:12:43Z", + "lastUpdatedDateTime": "2020-10-30T14:12:43Z", "analyzeResult": null } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/94652a2b-9b5d-401b-b610-b3eba35bd444/analyzeResults/5bddeadf-9f77-44c6-b22b-617b4f29127f", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/04c955b1-3f9a-47d8-a8f2-29319a31bcbf/analyzeResults/6822f15d-ac1f-42ac-8cfc-5d0f94e55c74", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "6b5672303ac4668edb6c7d749252d5b7", + "x-ms-client-request-id": "45d020272617f459e278366896c0a748", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "16fdeeff-c951-496a-a391-d416aa50c840", + "apim-request-id": "f32418c8-f3d0-4618-af9d-8929181ac7b3", "Content-Length": "127", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:16:50 GMT", + "Date": "Fri, 30 Oct 2020 14:12:52 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "55" + "x-envoy-upstream-service-time": "143" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-09-09T22:16:41Z", - "lastUpdatedDateTime": "2020-09-09T22:16:42Z", + "createdDateTime": "2020-10-30T14:12:43Z", + "lastUpdatedDateTime": "2020-10-30T14:12:43Z", "analyzeResult": null } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/94652a2b-9b5d-401b-b610-b3eba35bd444/analyzeResults/5bddeadf-9f77-44c6-b22b-617b4f29127f", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/04c955b1-3f9a-47d8-a8f2-29319a31bcbf/analyzeResults/6822f15d-ac1f-42ac-8cfc-5d0f94e55c74", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "2db61d966b5a9ee2c5c383cfea8c79b2", + "x-ms-client-request-id": "e0ee87894d19a392997bb0741c0b1395", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "903c8d48-28ac-4840-914a-3595daea5364", + "apim-request-id": "355c851b-2c7d-41aa-8fd5-f3d55215a5dd", "Content-Length": "340", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:16:51 GMT", + "Date": "Fri, 30 Oct 2020 14:12:54 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "30" + "x-envoy-upstream-service-time": "124" }, "ResponseBody": { "status": "succeeded", - "createdDateTime": "2020-09-09T22:16:41Z", - "lastUpdatedDateTime": "2020-09-09T22:16:51Z", + "createdDateTime": "2020-10-30T14:12:43Z", + "lastUpdatedDateTime": "2020-10-30T14:12:52Z", "analyzeResult": { "version": "2.1.0", "readResults": [ @@ -985,28 +789,28 @@ } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/94652a2b-9b5d-401b-b610-b3eba35bd444", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/04c955b1-3f9a-47d8-a8f2-29319a31bcbf", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-b93ceb561c8a6e488346ed198491ea6e-86d1dcfcabf29a4d-00", + "traceparent": "00-c60a8cca00c39e4e8ae76bc437a289d5-bc57039f4c782e42-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "92e01c0f2a7fabc8b92591874966f085", + "x-ms-client-request-id": "25e53b22dd74aab8d40848bc0d0b9569", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 204, "ResponseHeaders": { - "apim-request-id": "ed18ac36-ab72-47ba-8dcd-6eea98835fa1", + "apim-request-id": "fe8530a2-944e-4fac-8b93-fc082e57027a", "Content-Length": "0", - "Date": "Wed, 09 Sep 2020 22:16:51 GMT", + "Date": "Fri, 30 Oct 2020 14:12:54 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "51" + "x-envoy-upstream-service-time": "116" }, "ResponseBody": [] } @@ -1014,7 +818,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-westcentralus.cognitiveservices.azure.com/", "RandomSeed": "553245408" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/OperationsLiveTests/RecognizeCustomFormsOperationCanPollFromNewObjectAsync.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/OperationsLiveTests/RecognizeCustomFormsOperationCanPollFromNewObjectAsync.json index b4c769492fa2d..519dc29e00525 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/OperationsLiveTests/RecognizeCustomFormsOperationCanPollFromNewObjectAsync.json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/OperationsLiveTests/RecognizeCustomFormsOperationCanPollFromNewObjectAsync.json @@ -1,17 +1,17 @@ { "Entries": [ { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", "Content-Length": "43", "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-82d8cb03d883ef458382f63cc6261dae-890615939b93a046-00", + "traceparent": "00-9e2afb70b649c54d9b32cc303ec7fa50-d07eb18548130d4a-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "370831c9b35fe5fefaccdaa0425da556", "x-ms-return-client-request-id": "true" @@ -22,25 +22,25 @@ }, "StatusCode": 201, "ResponseHeaders": { - "apim-request-id": "e9c64062-aae4-43e2-bd93-526e87f55dd7", + "apim-request-id": "92f5be53-84a6-4094-aed7-feddfcdbad4d", "Content-Length": "0", - "Date": "Wed, 09 Sep 2020 22:17:53 GMT", - "Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/59fe70b0-c1e9-429f-a65b-1b4d389a576c", + "Date": "Fri, 30 Oct 2020 14:13:13 GMT", + "Location": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/8efa4261-5c7d-4266-b9e9-4f068bb8a94e", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "226" + "x-envoy-upstream-service-time": "106" }, "ResponseBody": [] }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/59fe70b0-c1e9-429f-a65b-1b4d389a576c?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/8efa4261-5c7d-4266-b9e9-4f068bb8a94e?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "9c525099c3d3929904b8d3946163e6ad", "x-ms-return-client-request-id": "true" @@ -48,32 +48,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "abf41875-2a2f-4a9d-94ef-709ba5344585", + "apim-request-id": "65df5402-16c8-4196-8ed4-5e57c8749458", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:17:53 GMT", + "Date": "Fri, 30 Oct 2020 14:13:13 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "34" + "x-envoy-upstream-service-time": "29" }, "ResponseBody": { "modelInfo": { - "modelId": "59fe70b0-c1e9-429f-a65b-1b4d389a576c", + "modelId": "8efa4261-5c7d-4266-b9e9-4f068bb8a94e", "status": "creating", - "createdDateTime": "2020-09-09T22:17:54Z", - "lastUpdatedDateTime": "2020-09-09T22:17:54Z" + "createdDateTime": "2020-10-30T14:13:13Z", + "lastUpdatedDateTime": "2020-10-30T14:13:13Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/59fe70b0-c1e9-429f-a65b-1b4d389a576c?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/8efa4261-5c7d-4266-b9e9-4f068bb8a94e?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "dacb8a3eb9d73ce432cf36434fabb75a", "x-ms-return-client-request-id": "true" @@ -81,32 +81,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "0531e555-a0d2-4850-b68c-c3943bed51b2", + "apim-request-id": "d2bba285-3481-4311-a6dd-9c61fed9f96a", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:17:55 GMT", + "Date": "Fri, 30 Oct 2020 14:13:15 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "32" + "x-envoy-upstream-service-time": "22" }, "ResponseBody": { "modelInfo": { - "modelId": "59fe70b0-c1e9-429f-a65b-1b4d389a576c", + "modelId": "8efa4261-5c7d-4266-b9e9-4f068bb8a94e", "status": "creating", - "createdDateTime": "2020-09-09T22:17:54Z", - "lastUpdatedDateTime": "2020-09-09T22:17:54Z" + "createdDateTime": "2020-10-30T14:13:13Z", + "lastUpdatedDateTime": "2020-10-30T14:13:13Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/59fe70b0-c1e9-429f-a65b-1b4d389a576c?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/8efa4261-5c7d-4266-b9e9-4f068bb8a94e?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "8e947f2048a1050e977533a7e0698496", "x-ms-return-client-request-id": "true" @@ -114,32 +114,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "e22c07fd-fd53-45fb-ba49-9bbc6744a638", + "apim-request-id": "f34259c0-e3bb-4779-910b-38918116b4e3", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:17:56 GMT", + "Date": "Fri, 30 Oct 2020 14:13:16 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": "21" }, "ResponseBody": { "modelInfo": { - "modelId": "59fe70b0-c1e9-429f-a65b-1b4d389a576c", + "modelId": "8efa4261-5c7d-4266-b9e9-4f068bb8a94e", "status": "creating", - "createdDateTime": "2020-09-09T22:17:54Z", - "lastUpdatedDateTime": "2020-09-09T22:17:54Z" + "createdDateTime": "2020-10-30T14:13:13Z", + "lastUpdatedDateTime": "2020-10-30T14:13:13Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/59fe70b0-c1e9-429f-a65b-1b4d389a576c?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/8efa4261-5c7d-4266-b9e9-4f068bb8a94e?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "b7622de6cb91df7f6b166a038c564358", "x-ms-return-client-request-id": "true" @@ -147,32 +147,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "afda4425-5979-4707-8a57-f1021bf18e9e", + "apim-request-id": "a9b7167f-97b3-4060-a2bb-a56d670e829b", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:17:57 GMT", + "Date": "Fri, 30 Oct 2020 14:13:17 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "28" + "x-envoy-upstream-service-time": "23" }, "ResponseBody": { "modelInfo": { - "modelId": "59fe70b0-c1e9-429f-a65b-1b4d389a576c", + "modelId": "8efa4261-5c7d-4266-b9e9-4f068bb8a94e", "status": "creating", - "createdDateTime": "2020-09-09T22:17:54Z", - "lastUpdatedDateTime": "2020-09-09T22:17:54Z" + "createdDateTime": "2020-10-30T14:13:13Z", + "lastUpdatedDateTime": "2020-10-30T14:13:13Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/59fe70b0-c1e9-429f-a65b-1b4d389a576c?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/8efa4261-5c7d-4266-b9e9-4f068bb8a94e?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "e274780057cff50c7bc54261863d5bc8", "x-ms-return-client-request-id": "true" @@ -180,32 +180,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "a1a19ca5-1372-4f8d-8a56-da58c6af89f3", + "apim-request-id": "cdb13b13-0dda-4c1a-bfc1-61d9a55f0226", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:17:59 GMT", + "Date": "Fri, 30 Oct 2020 14:13:18 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "28" + "x-envoy-upstream-service-time": "58" }, "ResponseBody": { "modelInfo": { - "modelId": "59fe70b0-c1e9-429f-a65b-1b4d389a576c", + "modelId": "8efa4261-5c7d-4266-b9e9-4f068bb8a94e", "status": "creating", - "createdDateTime": "2020-09-09T22:17:54Z", - "lastUpdatedDateTime": "2020-09-09T22:17:54Z" + "createdDateTime": "2020-10-30T14:13:13Z", + "lastUpdatedDateTime": "2020-10-30T14:13:13Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/59fe70b0-c1e9-429f-a65b-1b4d389a576c?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/8efa4261-5c7d-4266-b9e9-4f068bb8a94e?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "225d9f4b004854c900b4238ade0a7941", "x-ms-return-client-request-id": "true" @@ -213,32 +213,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "096e16d6-85fa-4d8f-9837-491e6340f7bc", + "apim-request-id": "3096687e-a2a0-4fd4-af7c-dd532c0383f4", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:18:00 GMT", + "Date": "Fri, 30 Oct 2020 14:13:20 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "32" + "x-envoy-upstream-service-time": "35" }, "ResponseBody": { "modelInfo": { - "modelId": "59fe70b0-c1e9-429f-a65b-1b4d389a576c", + "modelId": "8efa4261-5c7d-4266-b9e9-4f068bb8a94e", "status": "creating", - "createdDateTime": "2020-09-09T22:17:54Z", - "lastUpdatedDateTime": "2020-09-09T22:17:54Z" + "createdDateTime": "2020-10-30T14:13:13Z", + "lastUpdatedDateTime": "2020-10-30T14:13:13Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/59fe70b0-c1e9-429f-a65b-1b4d389a576c?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/8efa4261-5c7d-4266-b9e9-4f068bb8a94e?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "68a6da31a1f58fc7206d3bcb881d592e", "x-ms-return-client-request-id": "true" @@ -246,9 +246,9 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "8dc7df49-8191-492d-a846-ae38369b296e", + "apim-request-id": "e2359f7b-56c1-4105-a41c-5add4c5d8dcf", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:18:01 GMT", + "Date": "Fri, 30 Oct 2020 14:13:22 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", @@ -256,22 +256,22 @@ }, "ResponseBody": { "modelInfo": { - "modelId": "59fe70b0-c1e9-429f-a65b-1b4d389a576c", + "modelId": "8efa4261-5c7d-4266-b9e9-4f068bb8a94e", "status": "creating", - "createdDateTime": "2020-09-09T22:17:54Z", - "lastUpdatedDateTime": "2020-09-09T22:17:54Z" + "createdDateTime": "2020-10-30T14:13:13Z", + "lastUpdatedDateTime": "2020-10-30T14:13:13Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/59fe70b0-c1e9-429f-a65b-1b4d389a576c?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/8efa4261-5c7d-4266-b9e9-4f068bb8a94e?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "ecb8a1bb21f80010af1fe21b34811770", "x-ms-return-client-request-id": "true" @@ -279,32 +279,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "0d6197c7-e758-471d-ad85-abe3c88e94f5", + "apim-request-id": "f2b9f9af-7ee2-4394-bf0f-73e0c8affa63", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:18:02 GMT", + "Date": "Fri, 30 Oct 2020 14:13:23 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "45" + "x-envoy-upstream-service-time": "20" }, "ResponseBody": { "modelInfo": { - "modelId": "59fe70b0-c1e9-429f-a65b-1b4d389a576c", + "modelId": "8efa4261-5c7d-4266-b9e9-4f068bb8a94e", "status": "creating", - "createdDateTime": "2020-09-09T22:17:54Z", - "lastUpdatedDateTime": "2020-09-09T22:17:54Z" + "createdDateTime": "2020-10-30T14:13:13Z", + "lastUpdatedDateTime": "2020-10-30T14:13:13Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/59fe70b0-c1e9-429f-a65b-1b4d389a576c?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/8efa4261-5c7d-4266-b9e9-4f068bb8a94e?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "ab2f004cf296a9d3d8cd01dbc4fdcce2", "x-ms-return-client-request-id": "true" @@ -312,32 +312,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "a59f3780-03a0-4494-ab08-f25f2830e68b", + "apim-request-id": "5a81f1d1-bd12-4348-9b67-71adc53d2e28", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:18:03 GMT", + "Date": "Fri, 30 Oct 2020 14:13:24 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "31" + "x-envoy-upstream-service-time": "39" }, "ResponseBody": { "modelInfo": { - "modelId": "59fe70b0-c1e9-429f-a65b-1b4d389a576c", + "modelId": "8efa4261-5c7d-4266-b9e9-4f068bb8a94e", "status": "creating", - "createdDateTime": "2020-09-09T22:17:54Z", - "lastUpdatedDateTime": "2020-09-09T22:17:54Z" + "createdDateTime": "2020-10-30T14:13:13Z", + "lastUpdatedDateTime": "2020-10-30T14:13:13Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/59fe70b0-c1e9-429f-a65b-1b4d389a576c?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/8efa4261-5c7d-4266-b9e9-4f068bb8a94e?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "3ccff45a8c521048caa6b9d6bfac5b9f", "x-ms-return-client-request-id": "true" @@ -345,32 +345,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "ed0f7612-31ee-416e-bb26-61e2ba3c6691", + "apim-request-id": "b774ac3f-3e06-4a7b-94a8-d010857099a2", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:18:04 GMT", + "Date": "Fri, 30 Oct 2020 14:13:26 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "22" + "x-envoy-upstream-service-time": "19" }, "ResponseBody": { "modelInfo": { - "modelId": "59fe70b0-c1e9-429f-a65b-1b4d389a576c", + "modelId": "8efa4261-5c7d-4266-b9e9-4f068bb8a94e", "status": "creating", - "createdDateTime": "2020-09-09T22:17:54Z", - "lastUpdatedDateTime": "2020-09-09T22:17:54Z" + "createdDateTime": "2020-10-30T14:13:13Z", + "lastUpdatedDateTime": "2020-10-30T14:13:13Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/59fe70b0-c1e9-429f-a65b-1b4d389a576c?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/8efa4261-5c7d-4266-b9e9-4f068bb8a94e?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "877fca56aeedc897ce0e142a20343bb1", "x-ms-return-client-request-id": "true" @@ -378,185 +378,20 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "9369ecb4-b851-4d21-aed5-1a0667da4133", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:18:05 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "61" - }, - "ResponseBody": { - "modelInfo": { - "modelId": "59fe70b0-c1e9-429f-a65b-1b4d389a576c", - "status": "creating", - "createdDateTime": "2020-09-09T22:17:54Z", - "lastUpdatedDateTime": "2020-09-09T22:17:54Z" - } - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/59fe70b0-c1e9-429f-a65b-1b4d389a576c?includeKeys=true", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "3fc0ff53dab1c01eb71fe0f039fdea2c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "406ed9b9-b95d-4324-9564-0c671e399629", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:18:06 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "26" - }, - "ResponseBody": { - "modelInfo": { - "modelId": "59fe70b0-c1e9-429f-a65b-1b4d389a576c", - "status": "creating", - "createdDateTime": "2020-09-09T22:17:54Z", - "lastUpdatedDateTime": "2020-09-09T22:17:54Z" - } - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/59fe70b0-c1e9-429f-a65b-1b4d389a576c?includeKeys=true", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "f9856172447eabf55d076d43781ef095", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "e7c8d348-9ae7-4fe5-ba88-347ff69ad9d6", + "apim-request-id": "c2453bed-2d51-4b44-bbfd-a1dfcba07522", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:18:07 GMT", + "Date": "Fri, 30 Oct 2020 14:13:27 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "29" - }, - "ResponseBody": { - "modelInfo": { - "modelId": "59fe70b0-c1e9-429f-a65b-1b4d389a576c", - "status": "creating", - "createdDateTime": "2020-09-09T22:17:54Z", - "lastUpdatedDateTime": "2020-09-09T22:17:54Z" - } - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/59fe70b0-c1e9-429f-a65b-1b4d389a576c?includeKeys=true", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "c082076a1beb7bedacbecfcecda68ed1", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "2d8b7055-96bb-4f7a-b1dd-aca0857b94ac", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:18:08 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "36" - }, - "ResponseBody": { - "modelInfo": { - "modelId": "59fe70b0-c1e9-429f-a65b-1b4d389a576c", - "status": "creating", - "createdDateTime": "2020-09-09T22:17:54Z", - "lastUpdatedDateTime": "2020-09-09T22:17:54Z" - } - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/59fe70b0-c1e9-429f-a65b-1b4d389a576c?includeKeys=true", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "beb8e72441af0e330a14e2aa6cdb4899", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "9bf67d16-1306-48f3-bf7c-d8cc8750ccda", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:18:09 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "28" - }, - "ResponseBody": { - "modelInfo": { - "modelId": "59fe70b0-c1e9-429f-a65b-1b4d389a576c", - "status": "creating", - "createdDateTime": "2020-09-09T22:17:54Z", - "lastUpdatedDateTime": "2020-09-09T22:17:54Z" - } - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/59fe70b0-c1e9-429f-a65b-1b4d389a576c?includeKeys=true", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "32864b2f2a7a574074094dbf7426deb6", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "62e237dc-87b8-41f9-be1c-b131b348de40", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:18:10 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "30" + "x-envoy-upstream-service-time": "27" }, "ResponseBody": { "modelInfo": { - "modelId": "59fe70b0-c1e9-429f-a65b-1b4d389a576c", + "modelId": "8efa4261-5c7d-4266-b9e9-4f068bb8a94e", "status": "ready", - "createdDateTime": "2020-09-09T22:17:54Z", - "lastUpdatedDateTime": "2020-09-09T22:18:10Z" + "createdDateTime": "2020-10-30T14:13:13Z", + "lastUpdatedDateTime": "2020-10-30T14:13:27Z" }, "keys": { "clusters": { @@ -626,7 +461,7 @@ } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/59fe70b0-c1e9-429f-a65b-1b4d389a576c/analyze?includeTextDetails=false", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/8efa4261-5c7d-4266-b9e9-4f068bb8a94e/analyze?includeTextDetails=false", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -634,362 +469,270 @@ "Content-Type": "application/pdf", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "901e9c78326628e6d474b5d639420ed0", + "x-ms-client-request-id": "3fc0ff53dab1c01eb71fe0f039fdea2c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "20cc345e-28d0-4e81-a43c-e36a9435e9c0", + "apim-request-id": "cee58fba-122e-42e7-9982-11d1c37169a8", "Content-Length": "0", - "Date": "Wed, 09 Sep 2020 22:18:10 GMT", - "Operation-Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/59fe70b0-c1e9-429f-a65b-1b4d389a576c/analyzeresults/ccf38d06-0035-429b-92a4-2968e41e6f41", + "Date": "Fri, 30 Oct 2020 14:13:27 GMT", + "Operation-Location": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/8efa4261-5c7d-4266-b9e9-4f068bb8a94e/analyzeresults/b3d6c5f8-1b00-4c08-b60b-aa69e7d4a727", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "94" + "x-envoy-upstream-service-time": "100" }, "ResponseBody": [] }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/59fe70b0-c1e9-429f-a65b-1b4d389a576c/analyzeResults/ccf38d06-0035-429b-92a4-2968e41e6f41", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/8efa4261-5c7d-4266-b9e9-4f068bb8a94e/analyzeResults/b3d6c5f8-1b00-4c08-b60b-aa69e7d4a727", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "829f35765c20fa57a76049a5f47399e3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "898c9d73-08fd-431e-9b09-1f23f183a5ee", - "Content-Length": "109", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:18:10 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "30" - }, - "ResponseBody": { - "status": "notStarted", - "createdDateTime": "2020-09-09T22:18:11Z", - "lastUpdatedDateTime": "2020-09-09T22:18:11Z" - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/59fe70b0-c1e9-429f-a65b-1b4d389a576c/analyzeResults/ccf38d06-0035-429b-92a4-2968e41e6f41", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "d0322b36b7bdfc33655d5d05746a1d31", + "x-ms-client-request-id": "f9856172447eabf55d076d43781ef095", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "487fd6a5-825f-49ad-8384-b269b05e8b1c", + "apim-request-id": "ccdd248b-5a55-4cfb-8219-7528d103140a", "Content-Length": "127", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:18:11 GMT", + "Date": "Fri, 30 Oct 2020 14:13:28 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "30" + "x-envoy-upstream-service-time": "24" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-09-09T22:18:11Z", - "lastUpdatedDateTime": "2020-09-09T22:18:11Z", + "createdDateTime": "2020-10-30T14:13:28Z", + "lastUpdatedDateTime": "2020-10-30T14:13:29Z", "analyzeResult": null } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/59fe70b0-c1e9-429f-a65b-1b4d389a576c/analyzeResults/ccf38d06-0035-429b-92a4-2968e41e6f41", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/8efa4261-5c7d-4266-b9e9-4f068bb8a94e/analyzeResults/b3d6c5f8-1b00-4c08-b60b-aa69e7d4a727", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "3e497cfb5c871b954523e905e8403460", + "x-ms-client-request-id": "c082076a1beb7bedacbecfcecda68ed1", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "56e8a642-4a42-48e6-9a73-6bf54408cd6a", + "apim-request-id": "3f710c55-c158-4f41-9d77-b80815e63c14", "Content-Length": "127", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:18:12 GMT", + "Date": "Fri, 30 Oct 2020 14:13:30 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "27" + "x-envoy-upstream-service-time": "33" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-09-09T22:18:11Z", - "lastUpdatedDateTime": "2020-09-09T22:18:11Z", + "createdDateTime": "2020-10-30T14:13:28Z", + "lastUpdatedDateTime": "2020-10-30T14:13:29Z", "analyzeResult": null } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/59fe70b0-c1e9-429f-a65b-1b4d389a576c/analyzeResults/ccf38d06-0035-429b-92a4-2968e41e6f41", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/8efa4261-5c7d-4266-b9e9-4f068bb8a94e/analyzeResults/b3d6c5f8-1b00-4c08-b60b-aa69e7d4a727", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "0d9fd1da3e10be1302a21cc2fe51863c", + "x-ms-client-request-id": "beb8e72441af0e330a14e2aa6cdb4899", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "dd9379d4-2c55-48b9-8c2b-911f6fa84c3c", + "apim-request-id": "90bc475d-74aa-4fa5-b8fe-136468d3df6e", "Content-Length": "127", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:18:13 GMT", + "Date": "Fri, 30 Oct 2020 14:13:31 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", "x-envoy-upstream-service-time": "27" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-09-09T22:18:11Z", - "lastUpdatedDateTime": "2020-09-09T22:18:11Z", - "analyzeResult": null - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/59fe70b0-c1e9-429f-a65b-1b4d389a576c/analyzeResults/ccf38d06-0035-429b-92a4-2968e41e6f41", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "77aa17435b2ada5b95168a99ce2e1424", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "9fd49e92-1fab-4a2c-a294-ee54288fd24e", - "Content-Length": "127", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:18:14 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "36" - }, - "ResponseBody": { - "status": "running", - "createdDateTime": "2020-09-09T22:18:11Z", - "lastUpdatedDateTime": "2020-09-09T22:18:11Z", + "createdDateTime": "2020-10-30T14:13:28Z", + "lastUpdatedDateTime": "2020-10-30T14:13:29Z", "analyzeResult": null } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/59fe70b0-c1e9-429f-a65b-1b4d389a576c/analyzeResults/ccf38d06-0035-429b-92a4-2968e41e6f41", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/8efa4261-5c7d-4266-b9e9-4f068bb8a94e/analyzeResults/b3d6c5f8-1b00-4c08-b60b-aa69e7d4a727", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "a22bfd2910cabc21688a3ce53fd31df4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "6665f41f-267d-4965-9b80-619c18c92081", - "Content-Length": "127", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:18:15 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "28" - }, - "ResponseBody": { - "status": "running", - "createdDateTime": "2020-09-09T22:18:11Z", - "lastUpdatedDateTime": "2020-09-09T22:18:11Z", - "analyzeResult": null - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/59fe70b0-c1e9-429f-a65b-1b4d389a576c/analyzeResults/ccf38d06-0035-429b-92a4-2968e41e6f41", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "d1c2ac9cbc967f3575c577f9b37aefd3", + "x-ms-client-request-id": "32864b2f2a7a574074094dbf7426deb6", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "14d96dad-7103-43b2-b070-9e990b0ae390", + "apim-request-id": "b5483a3a-e6bd-424d-9978-80c300a57bb3", "Content-Length": "127", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:18:16 GMT", + "Date": "Fri, 30 Oct 2020 14:13:32 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "62" + "x-envoy-upstream-service-time": "34" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-09-09T22:18:11Z", - "lastUpdatedDateTime": "2020-09-09T22:18:11Z", + "createdDateTime": "2020-10-30T14:13:28Z", + "lastUpdatedDateTime": "2020-10-30T14:13:29Z", "analyzeResult": null } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/59fe70b0-c1e9-429f-a65b-1b4d389a576c/analyzeResults/ccf38d06-0035-429b-92a4-2968e41e6f41", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/8efa4261-5c7d-4266-b9e9-4f068bb8a94e/analyzeResults/b3d6c5f8-1b00-4c08-b60b-aa69e7d4a727", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "0199f88ee3253272f5ed0ea01e769bc2", + "x-ms-client-request-id": "901e9c78326628e6d474b5d639420ed0", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "8b24ec66-bd3d-42c4-825b-70ad2146225f", + "apim-request-id": "36364b05-1d92-465b-af2f-2c51093d7f25", "Content-Length": "127", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:18:17 GMT", + "Date": "Fri, 30 Oct 2020 14:13:33 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": "78" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-09-09T22:18:11Z", - "lastUpdatedDateTime": "2020-09-09T22:18:11Z", + "createdDateTime": "2020-10-30T14:13:28Z", + "lastUpdatedDateTime": "2020-10-30T14:13:29Z", "analyzeResult": null } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/59fe70b0-c1e9-429f-a65b-1b4d389a576c/analyzeResults/ccf38d06-0035-429b-92a4-2968e41e6f41", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/8efa4261-5c7d-4266-b9e9-4f068bb8a94e/analyzeResults/b3d6c5f8-1b00-4c08-b60b-aa69e7d4a727", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "22fc96f9426c6c8ec8ac2c04982708ee", + "x-ms-client-request-id": "829f35765c20fa57a76049a5f47399e3", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "bbf42080-830a-4314-928b-9542dd048b3d", + "apim-request-id": "9b7ff770-7f03-4cb9-b2cd-da32edcc8873", "Content-Length": "127", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:18:18 GMT", + "Date": "Fri, 30 Oct 2020 14:13:34 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "25" + "x-envoy-upstream-service-time": "27" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-09-09T22:18:11Z", - "lastUpdatedDateTime": "2020-09-09T22:18:11Z", + "createdDateTime": "2020-10-30T14:13:28Z", + "lastUpdatedDateTime": "2020-10-30T14:13:29Z", "analyzeResult": null } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/59fe70b0-c1e9-429f-a65b-1b4d389a576c/analyzeResults/ccf38d06-0035-429b-92a4-2968e41e6f41", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/8efa4261-5c7d-4266-b9e9-4f068bb8a94e/analyzeResults/b3d6c5f8-1b00-4c08-b60b-aa69e7d4a727", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "4757689a1b39b9ce398fdba8ad9460ff", + "x-ms-client-request-id": "d0322b36b7bdfc33655d5d05746a1d31", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "a8beba65-6e6d-4ea1-b1c8-bc78af15fc95", + "apim-request-id": "f18aa6fc-6d4e-46ce-8d75-d7990c961d0f", "Content-Length": "127", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:18:19 GMT", + "Date": "Fri, 30 Oct 2020 14:13:36 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "30" + "x-envoy-upstream-service-time": "31" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-09-09T22:18:11Z", - "lastUpdatedDateTime": "2020-09-09T22:18:11Z", + "createdDateTime": "2020-10-30T14:13:28Z", + "lastUpdatedDateTime": "2020-10-30T14:13:29Z", "analyzeResult": null } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/59fe70b0-c1e9-429f-a65b-1b4d389a576c/analyzeResults/ccf38d06-0035-429b-92a4-2968e41e6f41", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/8efa4261-5c7d-4266-b9e9-4f068bb8a94e/analyzeResults/b3d6c5f8-1b00-4c08-b60b-aa69e7d4a727", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "1c00b42acd7d4b666a2c3979b66d9ace", + "x-ms-client-request-id": "3e497cfb5c871b954523e905e8403460", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "d95e6af2-2cda-4647-a88f-f1b5c3f4103d", + "apim-request-id": "527e634b-8d20-4839-93f0-21721c6746bd", "Content-Length": "340", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:18:21 GMT", + "Date": "Fri, 30 Oct 2020 14:13:37 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "34" + "x-envoy-upstream-service-time": "56" }, "ResponseBody": { "status": "succeeded", - "createdDateTime": "2020-09-09T22:18:11Z", - "lastUpdatedDateTime": "2020-09-09T22:18:21Z", + "createdDateTime": "2020-10-30T14:13:28Z", + "lastUpdatedDateTime": "2020-10-30T14:13:37Z", "analyzeResult": { "version": "2.1.0", "readResults": [ @@ -1016,28 +759,28 @@ } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/59fe70b0-c1e9-429f-a65b-1b4d389a576c", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/8efa4261-5c7d-4266-b9e9-4f068bb8a94e", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", - "traceparent": "00-9037bc7150bb6f4ea786152cfef11f6c-12053e585a8a794c-00", + "traceparent": "00-60b7f01f5c9fd4459319e6fe22bbc1e8-05309c6db5b99947-00", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], - "x-ms-client-request-id": "b50620e4541fdd89c843e8dd67e5bf33", + "x-ms-client-request-id": "0d9fd1da3e10be1302a21cc2fe51863c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 204, "ResponseHeaders": { - "apim-request-id": "80075c87-f8cd-4202-8769-9f716ac4f6c3", + "apim-request-id": "5c878067-baef-4c49-8c96-51c1318d61d2", "Content-Length": "0", - "Date": "Wed, 09 Sep 2020 22:18:21 GMT", + "Date": "Fri, 30 Oct 2020 14:13:37 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "28" + "x-envoy-upstream-service-time": "35" }, "ResponseBody": [] } @@ -1045,7 +788,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-westcentralus.cognitiveservices.azure.com/", "RandomSeed": "433315650" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/OperationsLiveTests/RecognizeInvoicesOperationCanPollFromNewObject.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/OperationsLiveTests/RecognizeInvoicesOperationCanPollFromNewObject.json new file mode 100644 index 0000000000000..2debda843d5f1 --- /dev/null +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/OperationsLiveTests/RecognizeInvoicesOperationCanPollFromNewObject.json @@ -0,0 +1,246 @@ +{ + "Entries": [ + { + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/invoice/analyze?includeTextDetails=false", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Content-Length": "22", + "Content-Type": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "53fa4ab1a6a84817341b0dda983e9f39", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "source": "Sanitized" + }, + "StatusCode": 202, + "ResponseHeaders": { + "apim-request-id": "ab2c2fc9-658c-4cbe-9ab5-1c7ca363c787", + "Content-Length": "0", + "Date": "Tue, 17 Nov 2020 00:58:26 GMT", + "Operation-Location": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/invoice/analyzeResults/ab2c2fc9-658c-4cbe-9ab5-1c7ca363c787", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "905" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/invoice/analyzeResults/ab2c2fc9-658c-4cbe-9ab5-1c7ca363c787", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "6b872f964b217b3d8cdc67bd8b2c04fe", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "2c88bb24-ed46-4216-bf15-38e6dcae4fd1", + "Content-Length": "106", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 17 Nov 2020 00:58:26 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "107" + }, + "ResponseBody": { + "status": "running", + "createdDateTime": "2020-11-17T00:58:26Z", + "lastUpdatedDateTime": "2020-11-17T00:58:27Z" + } + }, + { + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/invoice/analyzeResults/ab2c2fc9-658c-4cbe-9ab5-1c7ca363c787", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "daf95177891537e7e88ced15ad6c58f2", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "99684e3f-5c95-437e-a6cd-ebee5479f34f", + "Content-Length": "106", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 17 Nov 2020 00:58:28 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "71" + }, + "ResponseBody": { + "status": "running", + "createdDateTime": "2020-11-17T00:58:26Z", + "lastUpdatedDateTime": "2020-11-17T00:58:27Z" + } + }, + { + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/invoice/analyzeResults/ab2c2fc9-658c-4cbe-9ab5-1c7ca363c787", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "e053e1eac659655b0c7ec7cb3e59bc07", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "961e48de-d4d8-470c-b972-5a1f46e7a7fa", + "Content-Length": "106", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 17 Nov 2020 00:58:29 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "89" + }, + "ResponseBody": { + "status": "running", + "createdDateTime": "2020-11-17T00:58:26Z", + "lastUpdatedDateTime": "2020-11-17T00:58:27Z" + } + }, + { + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/invoice/analyzeResults/ab2c2fc9-658c-4cbe-9ab5-1c7ca363c787", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "46630f17c4450d24485082955e27ce20", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "6f4dac3a-e4e3-40b2-9320-14c6e8dc10b3", + "Content-Length": "106", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 17 Nov 2020 00:58:31 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "48" + }, + "ResponseBody": { + "status": "running", + "createdDateTime": "2020-11-17T00:58:26Z", + "lastUpdatedDateTime": "2020-11-17T00:58:27Z" + } + }, + { + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/invoice/analyzeResults/ab2c2fc9-658c-4cbe-9ab5-1c7ca363c787", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "aad3758424d9b0a5f693cd96c11bf88e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "82ea9a9f-f675-4339-b2f0-6f0da9892b09", + "Content-Length": "106", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 17 Nov 2020 00:58:32 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "13" + }, + "ResponseBody": { + "status": "running", + "createdDateTime": "2020-11-17T00:58:26Z", + "lastUpdatedDateTime": "2020-11-17T00:58:27Z" + } + }, + { + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/invoice/analyzeResults/ab2c2fc9-658c-4cbe-9ab5-1c7ca363c787", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "9efde5cf110825acbd46980943c507e5", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "a1d14a8b-e306-4607-bdd8-f5e0464d4c8c", + "Content-Length": "327", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 17 Nov 2020 00:58:33 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "17" + }, + "ResponseBody": { + "status": "succeeded", + "createdDateTime": "2020-11-17T00:58:26Z", + "lastUpdatedDateTime": "2020-11-17T00:58:33Z", + "analyzeResult": { + "version": "2.1.0", + "readResults": [ + { + "page": 1, + "angle": 0, + "width": 8.5, + "height": 11, + "unit": "inch" + } + ], + "pageResults": [ + { + "page": 1 + } + ], + "documentResults": [ + { + "docType": "prebuilt:invoice", + "pageRange": [ + 1, + 1 + ], + "fields": {} + } + ] + } + } + } + ], + "Variables": { + "FORM_RECOGNIZER_API_KEY": "Sanitized", + "FORM_RECOGNIZER_ENDPOINT": "https://mariari-centraluseuap.cognitiveservices.azure.com/", + "RandomSeed": "2015546062" + } +} \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/OperationsLiveTests/RecognizeInvoicesOperationCanPollFromNewObjectAsync.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/OperationsLiveTests/RecognizeInvoicesOperationCanPollFromNewObjectAsync.json new file mode 100644 index 0000000000000..dd964d7d56cd0 --- /dev/null +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/OperationsLiveTests/RecognizeInvoicesOperationCanPollFromNewObjectAsync.json @@ -0,0 +1,216 @@ +{ + "Entries": [ + { + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/invoice/analyze?includeTextDetails=false", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Content-Length": "22", + "Content-Type": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "f0c19636b96a41db67ea6d099fba30fc", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "source": "Sanitized" + }, + "StatusCode": 202, + "ResponseHeaders": { + "apim-request-id": "f32fb2d5-d29c-4a46-90e4-e97ae4e58c86", + "Content-Length": "0", + "Date": "Tue, 17 Nov 2020 00:58:39 GMT", + "Operation-Location": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/invoice/analyzeResults/f32fb2d5-d29c-4a46-90e4-e97ae4e58c86", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "175" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/invoice/analyzeResults/f32fb2d5-d29c-4a46-90e4-e97ae4e58c86", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "19cd68c066245451dab6881e03420bfd", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "c37fe344-11f6-4c46-b992-23c693761959", + "Content-Length": "106", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 17 Nov 2020 00:58:39 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "12" + }, + "ResponseBody": { + "status": "running", + "createdDateTime": "2020-11-17T00:58:39Z", + "lastUpdatedDateTime": "2020-11-17T00:58:39Z" + } + }, + { + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/invoice/analyzeResults/f32fb2d5-d29c-4a46-90e4-e97ae4e58c86", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "52c2b37af6ac44589b3db476b9010e55", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "4ba372f6-85c5-4cd6-856a-e81db48cce18", + "Content-Length": "106", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 17 Nov 2020 00:58:40 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "9" + }, + "ResponseBody": { + "status": "running", + "createdDateTime": "2020-11-17T00:58:39Z", + "lastUpdatedDateTime": "2020-11-17T00:58:39Z" + } + }, + { + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/invoice/analyzeResults/f32fb2d5-d29c-4a46-90e4-e97ae4e58c86", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "144a4338177ed084456c16b330bc3d24", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "b599416b-aaa1-4c03-8fae-6dcc5a3f99d9", + "Content-Length": "106", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 17 Nov 2020 00:58:41 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "10" + }, + "ResponseBody": { + "status": "running", + "createdDateTime": "2020-11-17T00:58:39Z", + "lastUpdatedDateTime": "2020-11-17T00:58:39Z" + } + }, + { + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/invoice/analyzeResults/f32fb2d5-d29c-4a46-90e4-e97ae4e58c86", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "eb8e70dfddf8ca500f897de7b2da9bd8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "182a2820-85de-4f50-8f7c-1ae892ab28f1", + "Content-Length": "106", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 17 Nov 2020 00:58:43 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "10" + }, + "ResponseBody": { + "status": "running", + "createdDateTime": "2020-11-17T00:58:39Z", + "lastUpdatedDateTime": "2020-11-17T00:58:39Z" + } + }, + { + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/invoice/analyzeResults/f32fb2d5-d29c-4a46-90e4-e97ae4e58c86", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Ocp-Apim-Subscription-Key": "Sanitized", + "User-Agent": [ + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" + ], + "x-ms-client-request-id": "c0e632a8f6f8637e2ff10d40e0a514df", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "apim-request-id": "5d52b667-472d-4b37-9c45-9e6edd0f3caa", + "Content-Length": "327", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 17 Nov 2020 00:58:44 GMT", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", + "X-Content-Type-Options": "nosniff", + "x-envoy-upstream-service-time": "16" + }, + "ResponseBody": { + "status": "succeeded", + "createdDateTime": "2020-11-17T00:58:39Z", + "lastUpdatedDateTime": "2020-11-17T00:58:44Z", + "analyzeResult": { + "version": "2.1.0", + "readResults": [ + { + "page": 1, + "angle": 0, + "width": 8.5, + "height": 11, + "unit": "inch" + } + ], + "pageResults": [ + { + "page": 1 + } + ], + "documentResults": [ + { + "docType": "prebuilt:invoice", + "pageRange": [ + 1, + 1 + ], + "fields": {} + } + ] + } + } + } + ], + "Variables": { + "FORM_RECOGNIZER_API_KEY": "Sanitized", + "FORM_RECOGNIZER_ENDPOINT": "https://mariari-centraluseuap.cognitiveservices.azure.com/", + "RandomSeed": "1690856589" + } +} \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/OperationsLiveTests/RecognizeReceiptsOperationCanPollFromNewObject.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/OperationsLiveTests/RecognizeReceiptsOperationCanPollFromNewObject.json index 0f971f1ab1a2b..f9a30fd4a68b5 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/OperationsLiveTests/RecognizeReceiptsOperationCanPollFromNewObject.json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/OperationsLiveTests/RecognizeReceiptsOperationCanPollFromNewObject.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyze?includeTextDetails=false", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/receipt/analyze?includeTextDetails=false", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -9,8 +9,8 @@ "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "9b1ce7fd57d8843e397324737620e7fc", "x-ms-return-client-request-id": "true" @@ -20,25 +20,25 @@ }, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "d3637675-f428-47da-9cbe-f837eb013550", + "apim-request-id": "f04d2daf-77ba-42ec-99d3-0ee1fc6f2fe1", "Content-Length": "0", - "Date": "Wed, 09 Sep 2020 22:16:52 GMT", - "Operation-Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/d3637675-f428-47da-9cbe-f837eb013550", + "Date": "Tue, 17 Nov 2020 00:58:34 GMT", + "Operation-Location": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/receipt/analyzeResults/f04d2daf-77ba-42ec-99d3-0ee1fc6f2fe1", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "757" + "x-envoy-upstream-service-time": "141" }, "ResponseBody": [] }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/d3637675-f428-47da-9cbe-f837eb013550", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/receipt/analyzeResults/f04d2daf-77ba-42ec-99d3-0ee1fc6f2fe1", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "1c931cb7d7438c69a3f3eabe5985b58c", "x-ms-return-client-request-id": "true" @@ -46,29 +46,29 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "4e145df1-bee2-46bb-93fe-dfaacf83cc05", + "apim-request-id": "c6c8ca2d-756a-492d-b0eb-f0296f70d8de", "Content-Length": "109", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:16:52 GMT", + "Date": "Tue, 17 Nov 2020 00:58:34 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "86" + "x-envoy-upstream-service-time": "19" }, "ResponseBody": { "status": "notStarted", - "createdDateTime": "2020-09-09T22:16:52Z", - "lastUpdatedDateTime": "2020-09-09T22:16:52Z" + "createdDateTime": "2020-11-17T00:58:34Z", + "lastUpdatedDateTime": "2020-11-17T00:58:34Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/d3637675-f428-47da-9cbe-f837eb013550", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/receipt/analyzeResults/f04d2daf-77ba-42ec-99d3-0ee1fc6f2fe1", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "6fceb2f7cbf22f938476259eb1e16759", "x-ms-return-client-request-id": "true" @@ -76,29 +76,29 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "1b170603-baa4-4d40-94e9-c24e4dcbbf04", + "apim-request-id": "9a585cfd-03e1-4616-b9dd-9350835dff20", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:16:53 GMT", + "Date": "Tue, 17 Nov 2020 00:58:35 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "172" + "x-envoy-upstream-service-time": "11" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-09-09T22:16:52Z", - "lastUpdatedDateTime": "2020-09-09T22:16:53Z" + "createdDateTime": "2020-11-17T00:58:34Z", + "lastUpdatedDateTime": "2020-11-17T00:58:35Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/d3637675-f428-47da-9cbe-f837eb013550", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/receipt/analyzeResults/f04d2daf-77ba-42ec-99d3-0ee1fc6f2fe1", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "9a5b9ee87368269f7d8ff8e56c7f2ab3", "x-ms-return-client-request-id": "true" @@ -106,29 +106,29 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "49bcfc07-1e31-4564-9e6c-b76bc22803af", + "apim-request-id": "6a628444-1782-4e3b-995e-9a2d42652647", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:16:54 GMT", + "Date": "Tue, 17 Nov 2020 00:58:37 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "58" + "x-envoy-upstream-service-time": "10" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-09-09T22:16:52Z", - "lastUpdatedDateTime": "2020-09-09T22:16:53Z" + "createdDateTime": "2020-11-17T00:58:34Z", + "lastUpdatedDateTime": "2020-11-17T00:58:35Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/d3637675-f428-47da-9cbe-f837eb013550", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/receipt/analyzeResults/f04d2daf-77ba-42ec-99d3-0ee1fc6f2fe1", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "c37c97be7751eb0a896497cdb1cbdbc2", "x-ms-return-client-request-id": "true" @@ -136,26 +136,26 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "83a04f94-d858-4bdc-b409-0b9ed48f5768", - "Content-Length": "308", + "apim-request-id": "a5103459-8de7-4ed4-8bb1-df2683f50ce9", + "Content-Length": "300", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:16:55 GMT", + "Date": "Tue, 17 Nov 2020 00:58:38 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "183" + "x-envoy-upstream-service-time": "15" }, "ResponseBody": { "status": "succeeded", - "createdDateTime": "2020-09-09T22:16:52Z", - "lastUpdatedDateTime": "2020-09-09T22:16:56Z", + "createdDateTime": "2020-11-17T00:58:34Z", + "lastUpdatedDateTime": "2020-11-17T00:58:38Z", "analyzeResult": { "version": "2.1.0", "readResults": [ { "page": 1, "angle": 0, - "width": 8.4967, - "height": 10.9967, + "width": 8.5, + "height": 11, "unit": "inch" } ], @@ -175,7 +175,7 @@ ], "Variables": { "FORM_RECOGNIZER_API_KEY": "Sanitized", - "FORM_RECOGNIZER_ENDPOINT": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/", + "FORM_RECOGNIZER_ENDPOINT": "https://mariari-centraluseuap.cognitiveservices.azure.com/", "RandomSeed": "412749015" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/OperationsLiveTests/RecognizeReceiptsOperationCanPollFromNewObjectAsync.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/OperationsLiveTests/RecognizeReceiptsOperationCanPollFromNewObjectAsync.json index 49e1c566f17b5..c8bf9c3c87e58 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/OperationsLiveTests/RecognizeReceiptsOperationCanPollFromNewObjectAsync.json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/OperationsLiveTests/RecognizeReceiptsOperationCanPollFromNewObjectAsync.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyze?includeTextDetails=false", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/receipt/analyze?includeTextDetails=false", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -9,8 +9,8 @@ "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "893a1e9592cc1f775001ac8f26469e88", "x-ms-return-client-request-id": "true" @@ -20,25 +20,25 @@ }, "StatusCode": 202, "ResponseHeaders": { - "apim-request-id": "dbac20eb-8c94-4a06-9011-550fb9d49d10", + "apim-request-id": "77a7351a-d7e0-4e9e-977c-73040333d897", "Content-Length": "0", - "Date": "Wed, 09 Sep 2020 22:18:22 GMT", - "Operation-Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/dbac20eb-8c94-4a06-9011-550fb9d49d10", + "Date": "Tue, 17 Nov 2020 00:58:44 GMT", + "Operation-Location": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/receipt/analyzeResults/77a7351a-d7e0-4e9e-977c-73040333d897", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "635" + "x-envoy-upstream-service-time": "142" }, "ResponseBody": [] }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/dbac20eb-8c94-4a06-9011-550fb9d49d10", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/receipt/analyzeResults/77a7351a-d7e0-4e9e-977c-73040333d897", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "3238d52362f6ab9b034159c2596466b1", "x-ms-return-client-request-id": "true" @@ -46,29 +46,29 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "c52fa6d1-84d1-45d1-a480-5d50c01cad9c", + "apim-request-id": "40934e46-0ade-4573-b612-7ab6f20bc776", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:18:22 GMT", + "Date": "Tue, 17 Nov 2020 00:58:45 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "212" + "x-envoy-upstream-service-time": "10" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-09-09T22:18:22Z", - "lastUpdatedDateTime": "2020-09-09T22:18:22Z" + "createdDateTime": "2020-11-17T00:58:45Z", + "lastUpdatedDateTime": "2020-11-17T00:58:45Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/dbac20eb-8c94-4a06-9011-550fb9d49d10", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/receipt/analyzeResults/77a7351a-d7e0-4e9e-977c-73040333d897", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "bed767afa08481ec674207f4f5fb7198", "x-ms-return-client-request-id": "true" @@ -76,29 +76,29 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "e4db2d5e-3659-43ff-92a6-24597f77bdf0", + "apim-request-id": "12a9ed26-a6a4-4f29-851f-9e44dea08855", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:18:23 GMT", + "Date": "Tue, 17 Nov 2020 00:58:46 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "274" + "x-envoy-upstream-service-time": "10" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-09-09T22:18:22Z", - "lastUpdatedDateTime": "2020-09-09T22:18:22Z" + "createdDateTime": "2020-11-17T00:58:45Z", + "lastUpdatedDateTime": "2020-11-17T00:58:45Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/dbac20eb-8c94-4a06-9011-550fb9d49d10", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/receipt/analyzeResults/77a7351a-d7e0-4e9e-977c-73040333d897", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "58313504afe73208828f858b38b5c6ec", "x-ms-return-client-request-id": "true" @@ -106,29 +106,29 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "a1a0d8a3-a8d0-4179-85c6-fd058b66af84", + "apim-request-id": "76e43d98-8233-4b56-a7ca-be4c3762bedd", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:18:25 GMT", + "Date": "Tue, 17 Nov 2020 00:58:47 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "165" + "x-envoy-upstream-service-time": "10" }, "ResponseBody": { "status": "running", - "createdDateTime": "2020-09-09T22:18:22Z", - "lastUpdatedDateTime": "2020-09-09T22:18:22Z" + "createdDateTime": "2020-11-17T00:58:45Z", + "lastUpdatedDateTime": "2020-11-17T00:58:45Z" } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/prebuilt/receipt/analyzeResults/dbac20eb-8c94-4a06-9011-550fb9d49d10", + "RequestUri": "https://mariari-centraluseuap.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/prebuilt/receipt/analyzeResults/77a7351a-d7e0-4e9e-977c-73040333d897", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201116.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "bee0fa9be06f8303e8b6cbb45aa7b508", "x-ms-return-client-request-id": "true" @@ -136,26 +136,26 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "f99b00db-e332-4705-8915-20011a14ab4a", - "Content-Length": "308", + "apim-request-id": "276e35d5-062f-45b8-b5f6-b4e68fe979af", + "Content-Length": "300", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:18:26 GMT", + "Date": "Tue, 17 Nov 2020 00:58:48 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "63" + "x-envoy-upstream-service-time": "16" }, "ResponseBody": { "status": "succeeded", - "createdDateTime": "2020-09-09T22:18:22Z", - "lastUpdatedDateTime": "2020-09-09T22:18:26Z", + "createdDateTime": "2020-11-17T00:58:45Z", + "lastUpdatedDateTime": "2020-11-17T00:58:48Z", "analyzeResult": { "version": "2.1.0", "readResults": [ { "page": 1, "angle": 0, - "width": 8.4967, - "height": 10.9967, + "width": 8.5, + "height": 11, "unit": "inch" } ], @@ -175,7 +175,7 @@ ], "Variables": { "FORM_RECOGNIZER_API_KEY": "Sanitized", - "FORM_RECOGNIZER_ENDPOINT": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/", + "FORM_RECOGNIZER_ENDPOINT": "https://mariari-centraluseuap.cognitiveservices.azure.com/", "RandomSeed": "1858614754" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/OperationsLiveTests/TrainingOperationCanPollFromNewObject.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/OperationsLiveTests/TrainingOperationCanPollFromNewObject.json index f8516b2e8da18..a4771092c2b45 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/OperationsLiveTests/TrainingOperationCanPollFromNewObject.json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/OperationsLiveTests/TrainingOperationCanPollFromNewObject.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -9,8 +9,8 @@ "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "8c734aa7bd7b8ae92c30b0189d2bb263", "x-ms-return-client-request-id": "true" @@ -21,25 +21,25 @@ }, "StatusCode": 201, "ResponseHeaders": { - "apim-request-id": "9cec9289-74a6-423a-a03f-ffb6f8cb4144", + "apim-request-id": "b1ae9572-3102-4a9d-96bb-5282fe987184", "Content-Length": "0", - "Date": "Wed, 09 Sep 2020 22:16:56 GMT", - "Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/b332d3a9-767e-4b92-b298-03a7ba2c64cb", + "Date": "Fri, 30 Oct 2020 14:12:55 GMT", + "Location": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/d3e488e5-e7bf-4c70-8f71-eb8971a9915e", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "93" + "x-envoy-upstream-service-time": "176" }, "ResponseBody": [] }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/b332d3a9-767e-4b92-b298-03a7ba2c64cb?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/d3e488e5-e7bf-4c70-8f71-eb8971a9915e?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "92fa518fd9d79f27f86fb2ec47e71708", "x-ms-return-client-request-id": "true" @@ -47,32 +47,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "896bee48-2914-4be1-8736-586f868c7d52", + "apim-request-id": "5f9ba3cf-b467-4489-b6af-85235b2066b0", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:16:56 GMT", + "Date": "Fri, 30 Oct 2020 14:12:55 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "22" + "x-envoy-upstream-service-time": "119" }, "ResponseBody": { "modelInfo": { - "modelId": "b332d3a9-767e-4b92-b298-03a7ba2c64cb", + "modelId": "d3e488e5-e7bf-4c70-8f71-eb8971a9915e", "status": "creating", - "createdDateTime": "2020-09-09T22:16:56Z", - "lastUpdatedDateTime": "2020-09-09T22:16:56Z" + "createdDateTime": "2020-10-30T14:12:55Z", + "lastUpdatedDateTime": "2020-10-30T14:12:55Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/b332d3a9-767e-4b92-b298-03a7ba2c64cb?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/d3e488e5-e7bf-4c70-8f71-eb8971a9915e?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "d671f12963d3c915c428ba058844a244", "x-ms-return-client-request-id": "true" @@ -80,32 +80,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "7c1a8f19-0da7-4c2b-901a-7ea5c8365a78", + "apim-request-id": "0332c131-b7de-49c7-a601-e54cafd3c342", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:16:58 GMT", + "Date": "Fri, 30 Oct 2020 14:12:57 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": "72" }, "ResponseBody": { "modelInfo": { - "modelId": "b332d3a9-767e-4b92-b298-03a7ba2c64cb", + "modelId": "d3e488e5-e7bf-4c70-8f71-eb8971a9915e", "status": "creating", - "createdDateTime": "2020-09-09T22:16:56Z", - "lastUpdatedDateTime": "2020-09-09T22:16:56Z" + "createdDateTime": "2020-10-30T14:12:55Z", + "lastUpdatedDateTime": "2020-10-30T14:12:55Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/b332d3a9-767e-4b92-b298-03a7ba2c64cb?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/d3e488e5-e7bf-4c70-8f71-eb8971a9915e?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "f0ef7492a2bacee622d4930b0bfc4244", "x-ms-return-client-request-id": "true" @@ -113,32 +113,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "a7bbee67-83ed-4107-a795-9bd8e3c56c9f", + "apim-request-id": "ae927179-a0c9-4186-88f8-19743aacece8", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:16:59 GMT", + "Date": "Fri, 30 Oct 2020 14:12:59 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "35" + "x-envoy-upstream-service-time": "21" }, "ResponseBody": { "modelInfo": { - "modelId": "b332d3a9-767e-4b92-b298-03a7ba2c64cb", + "modelId": "d3e488e5-e7bf-4c70-8f71-eb8971a9915e", "status": "creating", - "createdDateTime": "2020-09-09T22:16:56Z", - "lastUpdatedDateTime": "2020-09-09T22:16:56Z" + "createdDateTime": "2020-10-30T14:12:55Z", + "lastUpdatedDateTime": "2020-10-30T14:12:55Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/b332d3a9-767e-4b92-b298-03a7ba2c64cb?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/d3e488e5-e7bf-4c70-8f71-eb8971a9915e?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "abeea818dcb92c8f3b30cdaf1e2116b3", "x-ms-return-client-request-id": "true" @@ -146,32 +146,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "ddd9e240-c906-47f8-80e8-2d9c0c56bd49", + "apim-request-id": "886ab228-b013-44f3-b888-3c875894c76c", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:17:00 GMT", + "Date": "Fri, 30 Oct 2020 14:13:00 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": "80" }, "ResponseBody": { "modelInfo": { - "modelId": "b332d3a9-767e-4b92-b298-03a7ba2c64cb", + "modelId": "d3e488e5-e7bf-4c70-8f71-eb8971a9915e", "status": "creating", - "createdDateTime": "2020-09-09T22:16:56Z", - "lastUpdatedDateTime": "2020-09-09T22:16:56Z" + "createdDateTime": "2020-10-30T14:12:55Z", + "lastUpdatedDateTime": "2020-10-30T14:12:55Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/b332d3a9-767e-4b92-b298-03a7ba2c64cb?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/d3e488e5-e7bf-4c70-8f71-eb8971a9915e?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "d35a6dcd26f8874d0aa2b3ffcf09bec7", "x-ms-return-client-request-id": "true" @@ -179,32 +179,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "7e9aba59-8c63-4be9-bdbf-9ba290ebaf08", + "apim-request-id": "1eea8a97-b5f9-462a-ba75-76487be31c29", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:17:01 GMT", + "Date": "Fri, 30 Oct 2020 14:13:01 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": "80" }, "ResponseBody": { "modelInfo": { - "modelId": "b332d3a9-767e-4b92-b298-03a7ba2c64cb", + "modelId": "d3e488e5-e7bf-4c70-8f71-eb8971a9915e", "status": "creating", - "createdDateTime": "2020-09-09T22:16:56Z", - "lastUpdatedDateTime": "2020-09-09T22:16:56Z" + "createdDateTime": "2020-10-30T14:12:55Z", + "lastUpdatedDateTime": "2020-10-30T14:12:55Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/b332d3a9-767e-4b92-b298-03a7ba2c64cb?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/d3e488e5-e7bf-4c70-8f71-eb8971a9915e?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "e0ed75e5f656b68ae4c3b489d537af01", "x-ms-return-client-request-id": "true" @@ -212,32 +212,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "cef34f11-4730-445d-80c0-5015c53090c4", + "apim-request-id": "ff875ac0-8e64-40a7-a29f-7594b03755fe", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:17:02 GMT", + "Date": "Fri, 30 Oct 2020 14:13:03 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": "65" }, "ResponseBody": { "modelInfo": { - "modelId": "b332d3a9-767e-4b92-b298-03a7ba2c64cb", + "modelId": "d3e488e5-e7bf-4c70-8f71-eb8971a9915e", "status": "creating", - "createdDateTime": "2020-09-09T22:16:56Z", - "lastUpdatedDateTime": "2020-09-09T22:16:56Z" + "createdDateTime": "2020-10-30T14:12:55Z", + "lastUpdatedDateTime": "2020-10-30T14:12:55Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/b332d3a9-767e-4b92-b298-03a7ba2c64cb?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/d3e488e5-e7bf-4c70-8f71-eb8971a9915e?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "9e3ee0be6fa2f14c5a67a11729905d31", "x-ms-return-client-request-id": "true" @@ -245,32 +245,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "02381087-bd88-41ce-acee-44f01e86bd46", + "apim-request-id": "0456725a-77c4-4d28-965c-763b464ca7d1", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:17:03 GMT", + "Date": "Fri, 30 Oct 2020 14:13:04 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "22" + "x-envoy-upstream-service-time": "24" }, "ResponseBody": { "modelInfo": { - "modelId": "b332d3a9-767e-4b92-b298-03a7ba2c64cb", + "modelId": "d3e488e5-e7bf-4c70-8f71-eb8971a9915e", "status": "creating", - "createdDateTime": "2020-09-09T22:16:56Z", - "lastUpdatedDateTime": "2020-09-09T22:16:56Z" + "createdDateTime": "2020-10-30T14:12:55Z", + "lastUpdatedDateTime": "2020-10-30T14:12:55Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/b332d3a9-767e-4b92-b298-03a7ba2c64cb?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/d3e488e5-e7bf-4c70-8f71-eb8971a9915e?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "a9ca05723634d65ce2a4ee3572c4b1d3", "x-ms-return-client-request-id": "true" @@ -278,32 +278,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "0f893fe7-707d-4206-9778-3456e20d6146", + "apim-request-id": "1ab7869d-dae4-47d0-a643-2edf228d3f12", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:17:04 GMT", + "Date": "Fri, 30 Oct 2020 14:13:05 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": "b332d3a9-767e-4b92-b298-03a7ba2c64cb", + "modelId": "d3e488e5-e7bf-4c70-8f71-eb8971a9915e", "status": "creating", - "createdDateTime": "2020-09-09T22:16:56Z", - "lastUpdatedDateTime": "2020-09-09T22:16:56Z" + "createdDateTime": "2020-10-30T14:12:55Z", + "lastUpdatedDateTime": "2020-10-30T14:12:55Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/b332d3a9-767e-4b92-b298-03a7ba2c64cb?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/d3e488e5-e7bf-4c70-8f71-eb8971a9915e?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "ee40b2f220cb762529fc85ef55738c53", "x-ms-return-client-request-id": "true" @@ -311,251 +311,20 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "ae1be9fc-ad4e-4ed5-8ce6-2eda35d35cf3", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:17:05 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "37" - }, - "ResponseBody": { - "modelInfo": { - "modelId": "b332d3a9-767e-4b92-b298-03a7ba2c64cb", - "status": "creating", - "createdDateTime": "2020-09-09T22:16:56Z", - "lastUpdatedDateTime": "2020-09-09T22:16:56Z" - } - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/b332d3a9-767e-4b92-b298-03a7ba2c64cb?includeKeys=true", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "d0178266066d87cc8468bbfe80167f96", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "9ffd0615-dcea-46d1-8d71-209af10895a2", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:17:06 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "30" - }, - "ResponseBody": { - "modelInfo": { - "modelId": "b332d3a9-767e-4b92-b298-03a7ba2c64cb", - "status": "creating", - "createdDateTime": "2020-09-09T22:16:56Z", - "lastUpdatedDateTime": "2020-09-09T22:16:56Z" - } - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/b332d3a9-767e-4b92-b298-03a7ba2c64cb?includeKeys=true", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "7724cdb66e4f5266e0547f38b06d806f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "4ea91daf-c82b-43ae-8803-b1d2d7d363fb", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:17:07 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": "b332d3a9-767e-4b92-b298-03a7ba2c64cb", - "status": "creating", - "createdDateTime": "2020-09-09T22:16:56Z", - "lastUpdatedDateTime": "2020-09-09T22:16:56Z" - } - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/b332d3a9-767e-4b92-b298-03a7ba2c64cb?includeKeys=true", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "efcf9b17e1aceb65e5b96a636426f512", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "6bb8db8d-2547-4d28-8acd-d98561fac2e2", + "apim-request-id": "ae7ece4b-f0a8-488c-a469-0e0ebd2ee16b", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:17:08 GMT", + "Date": "Fri, 30 Oct 2020 14:13:06 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "33" - }, - "ResponseBody": { - "modelInfo": { - "modelId": "b332d3a9-767e-4b92-b298-03a7ba2c64cb", - "status": "creating", - "createdDateTime": "2020-09-09T22:16:56Z", - "lastUpdatedDateTime": "2020-09-09T22:16:56Z" - } - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/b332d3a9-767e-4b92-b298-03a7ba2c64cb?includeKeys=true", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "8739ee7c154ef7031cc5ef198794d616", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "bc0143aa-2756-4bf1-ad27-2b900b24a655", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:17:09 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "31" - }, - "ResponseBody": { - "modelInfo": { - "modelId": "b332d3a9-767e-4b92-b298-03a7ba2c64cb", - "status": "creating", - "createdDateTime": "2020-09-09T22:16:56Z", - "lastUpdatedDateTime": "2020-09-09T22:16:56Z" - } - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/b332d3a9-767e-4b92-b298-03a7ba2c64cb?includeKeys=true", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "e5e74ce79047d4e9673891960403edba", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "d1d05b4c-6271-4670-930b-b435f552d005", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:17:10 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "30" - }, - "ResponseBody": { - "modelInfo": { - "modelId": "b332d3a9-767e-4b92-b298-03a7ba2c64cb", - "status": "creating", - "createdDateTime": "2020-09-09T22:16:56Z", - "lastUpdatedDateTime": "2020-09-09T22:16:56Z" - } - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/b332d3a9-767e-4b92-b298-03a7ba2c64cb?includeKeys=true", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "c2bb6d5ef934012097d8d2e7f14c6450", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "0c935a53-c975-4226-8f58-99d96e9b0fe6", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:17:11 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "36" - }, - "ResponseBody": { - "modelInfo": { - "modelId": "b332d3a9-767e-4b92-b298-03a7ba2c64cb", - "status": "creating", - "createdDateTime": "2020-09-09T22:16:56Z", - "lastUpdatedDateTime": "2020-09-09T22:16:56Z" - } - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/b332d3a9-767e-4b92-b298-03a7ba2c64cb?includeKeys=true", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "187c53e2103eecca04641f15836df219", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "13a000f7-81f7-4882-a853-913a5214c1a0", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:17:12 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": "25" }, "ResponseBody": { "modelInfo": { - "modelId": "b332d3a9-767e-4b92-b298-03a7ba2c64cb", + "modelId": "d3e488e5-e7bf-4c70-8f71-eb8971a9915e", "status": "ready", - "createdDateTime": "2020-09-09T22:16:56Z", - "lastUpdatedDateTime": "2020-09-09T22:17:12Z" + "createdDateTime": "2020-10-30T14:12:55Z", + "lastUpdatedDateTime": "2020-10-30T14:13:06Z" }, "keys": { "clusters": { @@ -628,7 +397,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-westcentralus.cognitiveservices.azure.com/", "RandomSeed": "1923633631" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/OperationsLiveTests/TrainingOperationCanPollFromNewObjectAsync.json b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/OperationsLiveTests/TrainingOperationCanPollFromNewObjectAsync.json index f04105b7b081a..b8201c144038b 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/OperationsLiveTests/TrainingOperationCanPollFromNewObjectAsync.json +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/SessionRecords/OperationsLiveTests/TrainingOperationCanPollFromNewObjectAsync.json @@ -1,7 +1,7 @@ { "Entries": [ { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models", "RequestMethod": "POST", "RequestHeaders": { "Accept": "application/json", @@ -9,8 +9,8 @@ "Content-Type": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "a73745548307700faaa6814c5819f70c", "x-ms-return-client-request-id": "true" @@ -21,25 +21,25 @@ }, "StatusCode": 201, "ResponseHeaders": { - "apim-request-id": "9ac155b9-5aca-4e06-b239-228c020325d1", + "apim-request-id": "e99ce9f9-6faf-406c-8425-831783bbef7f", "Content-Length": "0", - "Date": "Wed, 09 Sep 2020 22:18:26 GMT", - "Location": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/25eefd34-0c18-4e0f-b59d-7bceee4c5795", + "Date": "Fri, 30 Oct 2020 14:13:38 GMT", + "Location": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/4037c27c-35b7-4c57-970e-62655cbe492d", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "219" + "x-envoy-upstream-service-time": "167" }, "ResponseBody": [] }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/25eefd34-0c18-4e0f-b59d-7bceee4c5795?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/4037c27c-35b7-4c57-970e-62655cbe492d?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "2d52b896e4e325cd48c9150d8b31df65", "x-ms-return-client-request-id": "true" @@ -47,32 +47,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "a0addaec-0d94-47c4-a30e-3c8198642c3a", + "apim-request-id": "aa0f140c-5d21-4cdb-8804-007264135121", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:18:26 GMT", + "Date": "Fri, 30 Oct 2020 14:13:38 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": "21" }, "ResponseBody": { "modelInfo": { - "modelId": "25eefd34-0c18-4e0f-b59d-7bceee4c5795", + "modelId": "4037c27c-35b7-4c57-970e-62655cbe492d", "status": "creating", - "createdDateTime": "2020-09-09T22:18:26Z", - "lastUpdatedDateTime": "2020-09-09T22:18:26Z" + "createdDateTime": "2020-10-30T14:13:38Z", + "lastUpdatedDateTime": "2020-10-30T14:13:38Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/25eefd34-0c18-4e0f-b59d-7bceee4c5795?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/4037c27c-35b7-4c57-970e-62655cbe492d?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "42873edac829000e41361ae3e6ee169f", "x-ms-return-client-request-id": "true" @@ -80,32 +80,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "ca22788d-935f-4781-8f03-0c3311e7d474", + "apim-request-id": "e700c2a0-20d1-45b9-bd5c-3da16df46942", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:18:27 GMT", + "Date": "Fri, 30 Oct 2020 14:13:40 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": "19" }, "ResponseBody": { "modelInfo": { - "modelId": "25eefd34-0c18-4e0f-b59d-7bceee4c5795", + "modelId": "4037c27c-35b7-4c57-970e-62655cbe492d", "status": "creating", - "createdDateTime": "2020-09-09T22:18:26Z", - "lastUpdatedDateTime": "2020-09-09T22:18:26Z" + "createdDateTime": "2020-10-30T14:13:38Z", + "lastUpdatedDateTime": "2020-10-30T14:13:38Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/25eefd34-0c18-4e0f-b59d-7bceee4c5795?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/4037c27c-35b7-4c57-970e-62655cbe492d?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "fbbc27d8dde16f6078125e3e6d02e579", "x-ms-return-client-request-id": "true" @@ -113,32 +113,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "58ee4741-ba35-473a-a60b-21fa112c2646", + "apim-request-id": "d8e761db-f228-4b6b-86fa-0dcd92bd4ea9", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:18:28 GMT", + "Date": "Fri, 30 Oct 2020 14:13:41 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": "25eefd34-0c18-4e0f-b59d-7bceee4c5795", + "modelId": "4037c27c-35b7-4c57-970e-62655cbe492d", "status": "creating", - "createdDateTime": "2020-09-09T22:18:26Z", - "lastUpdatedDateTime": "2020-09-09T22:18:26Z" + "createdDateTime": "2020-10-30T14:13:38Z", + "lastUpdatedDateTime": "2020-10-30T14:13:38Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/25eefd34-0c18-4e0f-b59d-7bceee4c5795?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/4037c27c-35b7-4c57-970e-62655cbe492d?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "19711bc6b492cee2aa52ecadcaea3f5a", "x-ms-return-client-request-id": "true" @@ -146,32 +146,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "aaf70ca9-0f3f-4d3b-b304-518fffd68e3f", + "apim-request-id": "e85e38f4-8356-490b-891e-1cc3c3b60e37", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:18:29 GMT", + "Date": "Fri, 30 Oct 2020 14:13:42 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "28" + "x-envoy-upstream-service-time": "56" }, "ResponseBody": { "modelInfo": { - "modelId": "25eefd34-0c18-4e0f-b59d-7bceee4c5795", + "modelId": "4037c27c-35b7-4c57-970e-62655cbe492d", "status": "creating", - "createdDateTime": "2020-09-09T22:18:26Z", - "lastUpdatedDateTime": "2020-09-09T22:18:26Z" + "createdDateTime": "2020-10-30T14:13:38Z", + "lastUpdatedDateTime": "2020-10-30T14:13:38Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/25eefd34-0c18-4e0f-b59d-7bceee4c5795?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/4037c27c-35b7-4c57-970e-62655cbe492d?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "643575b2e475fd84de17ca1769cf933f", "x-ms-return-client-request-id": "true" @@ -179,32 +179,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "266fb100-f5a4-4f80-ac35-c4a231adf8a4", + "apim-request-id": "1fe38fe1-702e-4957-97c3-719f08e95a79", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:18:30 GMT", + "Date": "Fri, 30 Oct 2020 14:13:43 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": "40" }, "ResponseBody": { "modelInfo": { - "modelId": "25eefd34-0c18-4e0f-b59d-7bceee4c5795", + "modelId": "4037c27c-35b7-4c57-970e-62655cbe492d", "status": "creating", - "createdDateTime": "2020-09-09T22:18:26Z", - "lastUpdatedDateTime": "2020-09-09T22:18:26Z" + "createdDateTime": "2020-10-30T14:13:38Z", + "lastUpdatedDateTime": "2020-10-30T14:13:38Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/25eefd34-0c18-4e0f-b59d-7bceee4c5795?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/4037c27c-35b7-4c57-970e-62655cbe492d?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "ca1ca050fd7c230d44ee518ef0b2a48d", "x-ms-return-client-request-id": "true" @@ -212,9 +212,9 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "6a1fc358-e9f6-43e7-a81d-bab29e2ed73e", + "apim-request-id": "99ee108f-f85e-4d7c-a2ab-8d9f79f436c2", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:18:31 GMT", + "Date": "Fri, 30 Oct 2020 14:13:45 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", @@ -222,22 +222,22 @@ }, "ResponseBody": { "modelInfo": { - "modelId": "25eefd34-0c18-4e0f-b59d-7bceee4c5795", + "modelId": "4037c27c-35b7-4c57-970e-62655cbe492d", "status": "creating", - "createdDateTime": "2020-09-09T22:18:26Z", - "lastUpdatedDateTime": "2020-09-09T22:18:26Z" + "createdDateTime": "2020-10-30T14:13:38Z", + "lastUpdatedDateTime": "2020-10-30T14:13:38Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/25eefd34-0c18-4e0f-b59d-7bceee4c5795?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/4037c27c-35b7-4c57-970e-62655cbe492d?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "f78c04d381cce20497733b7ae9ca64da", "x-ms-return-client-request-id": "true" @@ -245,32 +245,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "f108f3d4-238f-4806-b350-eba1e24f4859", + "apim-request-id": "74fc4adf-6b94-4623-b65c-6a4fdbec7f42", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:18:32 GMT", + "Date": "Fri, 30 Oct 2020 14:13:46 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "43" + "x-envoy-upstream-service-time": "21" }, "ResponseBody": { "modelInfo": { - "modelId": "25eefd34-0c18-4e0f-b59d-7bceee4c5795", + "modelId": "4037c27c-35b7-4c57-970e-62655cbe492d", "status": "creating", - "createdDateTime": "2020-09-09T22:18:26Z", - "lastUpdatedDateTime": "2020-09-09T22:18:26Z" + "createdDateTime": "2020-10-30T14:13:38Z", + "lastUpdatedDateTime": "2020-10-30T14:13:38Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/25eefd34-0c18-4e0f-b59d-7bceee4c5795?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/4037c27c-35b7-4c57-970e-62655cbe492d?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "295cadbe74cdb4dd68111f8692f50d2b", "x-ms-return-client-request-id": "true" @@ -278,32 +278,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "54301791-8794-4748-b933-eb3b21cf14bb", + "apim-request-id": "65c3b70d-b22b-48aa-8ac1-0486e60f45a9", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:18:33 GMT", + "Date": "Fri, 30 Oct 2020 14:13:47 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "30" + "x-envoy-upstream-service-time": "20" }, "ResponseBody": { "modelInfo": { - "modelId": "25eefd34-0c18-4e0f-b59d-7bceee4c5795", + "modelId": "4037c27c-35b7-4c57-970e-62655cbe492d", "status": "creating", - "createdDateTime": "2020-09-09T22:18:26Z", - "lastUpdatedDateTime": "2020-09-09T22:18:26Z" + "createdDateTime": "2020-10-30T14:13:38Z", + "lastUpdatedDateTime": "2020-10-30T14:13:38Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/25eefd34-0c18-4e0f-b59d-7bceee4c5795?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/4037c27c-35b7-4c57-970e-62655cbe492d?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "65443c739b42cf729c393309c292397a", "x-ms-return-client-request-id": "true" @@ -311,32 +311,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "3096e783-7149-4b70-80a4-0e789b0a4f0f", + "apim-request-id": "c8e68589-d0e4-4b2e-b05e-e4ebc5c7dd84", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:18:34 GMT", + "Date": "Fri, 30 Oct 2020 14:13:48 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "48" + "x-envoy-upstream-service-time": "20" }, "ResponseBody": { "modelInfo": { - "modelId": "25eefd34-0c18-4e0f-b59d-7bceee4c5795", + "modelId": "4037c27c-35b7-4c57-970e-62655cbe492d", "status": "creating", - "createdDateTime": "2020-09-09T22:18:26Z", - "lastUpdatedDateTime": "2020-09-09T22:18:26Z" + "createdDateTime": "2020-10-30T14:13:38Z", + "lastUpdatedDateTime": "2020-10-30T14:13:38Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/25eefd34-0c18-4e0f-b59d-7bceee4c5795?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/4037c27c-35b7-4c57-970e-62655cbe492d?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "43d076897a555ebf26d78ebb617d4fa1", "x-ms-return-client-request-id": "true" @@ -344,32 +344,32 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "f5facc23-d9dc-4a2a-86f8-891f55248a91", + "apim-request-id": "3eb79c93-c0f5-4aef-bde0-50baa08b9fc9", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:18:35 GMT", + "Date": "Fri, 30 Oct 2020 14:13:49 GMT", "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", "Transfer-Encoding": "chunked", "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "18" + "x-envoy-upstream-service-time": "36" }, "ResponseBody": { "modelInfo": { - "modelId": "25eefd34-0c18-4e0f-b59d-7bceee4c5795", + "modelId": "4037c27c-35b7-4c57-970e-62655cbe492d", "status": "creating", - "createdDateTime": "2020-09-09T22:18:26Z", - "lastUpdatedDateTime": "2020-09-09T22:18:26Z" + "createdDateTime": "2020-10-30T14:13:38Z", + "lastUpdatedDateTime": "2020-10-30T14:13:38Z" } } }, { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/25eefd34-0c18-4e0f-b59d-7bceee4c5795?includeKeys=true", + "RequestUri": "https://camaiaor-formrec-westcentralus.cognitiveservices.azure.com/formrecognizer/v2.1-preview.2/custom/models/4037c27c-35b7-4c57-970e-62655cbe492d?includeKeys=true", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Ocp-Apim-Subscription-Key": "Sanitized", "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" + "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20201030.1", + "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19042 )" ], "x-ms-client-request-id": "ad070f66ff8622973a8d8c9441d4f2d6", "x-ms-return-client-request-id": "true" @@ -377,152 +377,20 @@ "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { - "apim-request-id": "e254081a-ebef-4ec0-a605-faeb149a729e", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:18:36 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": "25eefd34-0c18-4e0f-b59d-7bceee4c5795", - "status": "creating", - "createdDateTime": "2020-09-09T22:18:26Z", - "lastUpdatedDateTime": "2020-09-09T22:18:26Z" - } - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/25eefd34-0c18-4e0f-b59d-7bceee4c5795?includeKeys=true", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "1bfda5d8c925f9d57de53e6b0db76d1f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "a72ef450-66fe-44d3-969d-7061960b14a7", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:18:37 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "35" - }, - "ResponseBody": { - "modelInfo": { - "modelId": "25eefd34-0c18-4e0f-b59d-7bceee4c5795", - "status": "creating", - "createdDateTime": "2020-09-09T22:18:26Z", - "lastUpdatedDateTime": "2020-09-09T22:18:26Z" - } - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/25eefd34-0c18-4e0f-b59d-7bceee4c5795?includeKeys=true", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "b2a391e98c8b8af3dfad09c8ed2b1c52", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "abbda2f7-4207-4709-a2a9-08c0e234cd02", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:18:38 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": "25eefd34-0c18-4e0f-b59d-7bceee4c5795", - "status": "creating", - "createdDateTime": "2020-09-09T22:18:26Z", - "lastUpdatedDateTime": "2020-09-09T22:18:26Z" - } - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/25eefd34-0c18-4e0f-b59d-7bceee4c5795?includeKeys=true", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "bce2b8e534809c7b390e2fa0c12c1583", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "c68ecc64-e946-47ab-9c13-7e2561e02e88", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:18:39 GMT", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload", - "Transfer-Encoding": "chunked", - "X-Content-Type-Options": "nosniff", - "x-envoy-upstream-service-time": "26" - }, - "ResponseBody": { - "modelInfo": { - "modelId": "25eefd34-0c18-4e0f-b59d-7bceee4c5795", - "status": "creating", - "createdDateTime": "2020-09-09T22:18:26Z", - "lastUpdatedDateTime": "2020-09-09T22:18:26Z" - } - } - }, - { - "RequestUri": "https://mariari-westus2-formrecognizer.cognitiveservices.azure.com/formrecognizer/v2.1-preview.1/custom/models/25eefd34-0c18-4e0f-b59d-7bceee4c5795?includeKeys=true", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Ocp-Apim-Subscription-Key": "Sanitized", - "User-Agent": [ - "azsdk-net-AI.FormRecognizer/3.1.0-alpha.20200909.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "b0aa6d1f3f304b4bb1723c78c00d0b51", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "apim-request-id": "bd09da2b-34f0-488c-b863-900f740eff0b", + "apim-request-id": "65681a7f-0303-4c1f-a4a9-e0a3015cd52b", "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 09 Sep 2020 22:18:40 GMT", + "Date": "Fri, 30 Oct 2020 14:13:52 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": "21" }, "ResponseBody": { "modelInfo": { - "modelId": "25eefd34-0c18-4e0f-b59d-7bceee4c5795", + "modelId": "4037c27c-35b7-4c57-970e-62655cbe492d", "status": "ready", - "createdDateTime": "2020-09-09T22:18:26Z", - "lastUpdatedDateTime": "2020-09-09T22:18:40Z" + "createdDateTime": "2020-10-30T14:13:38Z", + "lastUpdatedDateTime": "2020-10-30T14:13:51Z" }, "keys": { "clusters": { @@ -595,7 +463,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-westcentralus.cognitiveservices.azure.com/", "RandomSeed": "596378860" } } \ No newline at end of file diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/samples/Sample12_RecognizeBusinessCardsFromFile.cs b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/samples/Sample12_RecognizeBusinessCardsFromFile.cs index ff758861cb3c4..4ebb4f7a06788 100644 --- a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/samples/Sample12_RecognizeBusinessCardsFromFile.cs +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/samples/Sample12_RecognizeBusinessCardsFromFile.cs @@ -22,10 +22,10 @@ public async Task RecognizeBusinessCardsFromFile() FormRecognizerClient client = new FormRecognizerClient(new Uri(endpoint), new AzureKeyCredential(apiKey)); - string busienssCardsPath = FormRecognizerTestEnvironment.CreatePath("businessCard.jpg"); + string businessCardsPath = FormRecognizerTestEnvironment.CreatePath("businessCard.jpg"); #region Snippet:FormRecognizerSampleRecognizeBusinessCardFileStream - using (FileStream stream = new FileStream(busienssCardsPath, FileMode.Open)) + using (FileStream stream = new FileStream(businessCardsPath, FileMode.Open)) { var options = new RecognizeBusinessCardsOptions() { Locale = "en-US" }; RecognizedFormCollection businessCards = await client.StartRecognizeBusinessCardsAsync(stream, options).WaitForCompletionAsync(); diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/samples/Sample13_RecognizeInvoicesFromFile.cs b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/samples/Sample13_RecognizeInvoicesFromFile.cs new file mode 100644 index 0000000000000..fa2147aafb651 --- /dev/null +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/samples/Sample13_RecognizeInvoicesFromFile.cs @@ -0,0 +1,71 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +using System; +using System.IO; +using System.Linq; +using System.Threading.Tasks; +using Azure.AI.FormRecognizer.Models; +using Azure.AI.FormRecognizer.Tests; +using Azure.Core.TestFramework; +using NUnit.Framework; + +namespace Azure.AI.FormRecognizer.Samples +{ + public partial class FormRecognizerSamples : SamplesBase + { + [Test] + public async Task RecognizeInvoicesFromFile() + { + string endpoint = TestEnvironment.Endpoint; + string apiKey = TestEnvironment.ApiKey; + + FormRecognizerClient client = new FormRecognizerClient(new Uri(endpoint), new AzureKeyCredential(apiKey)); + + string invoicePath = FormRecognizerTestEnvironment.CreatePath("Invoice_1.pdf"); + + #region Snippet:FormRecognizerSampleRecognizeInvoicesFileStream + using (FileStream stream = new FileStream(invoicePath, FileMode.Open)) + { + var options = new RecognizeInvoicesOptions() { Locale = "en-US" }; + RecognizedFormCollection invoices = await client.StartRecognizeInvoicesAsync(stream, options).WaitForCompletionAsync(); + + // To see the list of the supported fields returned by service and its corresponding types, consult: + // https://aka.ms/formrecognizer/invoicefields + + RecognizedForm invoice = invoices.Single(); + + FormField vendorNameField; + if (invoice.Fields.TryGetValue("VendorName", out vendorNameField)) + { + if (vendorNameField.Value.ValueType == FieldValueType.String) + { + string vendorName = vendorNameField.Value.AsString(); + Console.WriteLine($" Vendor Name: '{vendorName}', with confidence {vendorNameField.Confidence}"); + } + } + + FormField customerNameField; + if (invoice.Fields.TryGetValue("CustomerName", out customerNameField)) + { + if (customerNameField.Value.ValueType == FieldValueType.String) + { + string customerName = customerNameField.Value.AsString(); + Console.WriteLine($" Customer Name: '{customerName}', with confidence {customerNameField.Confidence}"); + } + } + + FormField invoiceTotalField; + if (invoice.Fields.TryGetValue("InvoiceTotal", out invoiceTotalField)) + { + if (invoiceTotalField.Value.ValueType == FieldValueType.Float) + { + float invoiceTotal = invoiceTotalField.Value.AsFloat(); + Console.WriteLine($" Invoice Total: '{invoiceTotal}', with confidence {invoiceTotalField.Confidence}"); + } + } + } + #endregion + } + } +} diff --git a/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/samples/Sample13_RecognizeInvoicesFromUri.cs b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/samples/Sample13_RecognizeInvoicesFromUri.cs new file mode 100644 index 0000000000000..c03449daff4c5 --- /dev/null +++ b/sdk/formrecognizer/Azure.AI.FormRecognizer/tests/samples/Sample13_RecognizeInvoicesFromUri.cs @@ -0,0 +1,127 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +using System; +using System.Linq; +using System.Threading.Tasks; +using Azure.AI.FormRecognizer.Models; +using Azure.AI.FormRecognizer.Tests; +using Azure.Core.TestFramework; +using NUnit.Framework; + +namespace Azure.AI.FormRecognizer.Samples +{ + public partial class FormRecognizerSamples : SamplesBase + { + [Test] + public async Task RecognizeInvoicesFromUri() + { + string endpoint = TestEnvironment.Endpoint; + string apiKey = TestEnvironment.ApiKey; + + FormRecognizerClient client = new FormRecognizerClient(new Uri(endpoint), new AzureKeyCredential(apiKey)); + + Uri invoiceUri = FormRecognizerTestEnvironment.CreateUri("Invoice_1.pdf"); + + #region Snippet:FormRecognizerSampleRecognizeInvoicesUri + var options = new RecognizeInvoicesOptions() { Locale = "en-US" }; + RecognizedFormCollection invoices = await client.StartRecognizeInvoicesFromUriAsync(invoiceUri, options).WaitForCompletionAsync(); + + // To see the list of the supported fields returned by service and its corresponding types, consult: + // https://aka.ms/formrecognizer/invoicefields + + RecognizedForm invoice = invoices.Single(); + + FormField invoiceIdField; + if (invoice.Fields.TryGetValue("InvoiceId", out invoiceIdField)) + { + if (invoiceIdField.Value.ValueType == FieldValueType.String) + { + string invoiceId = invoiceIdField.Value.AsString(); + Console.WriteLine($" Invoice Id: '{invoiceId}', with confidence {invoiceIdField.Confidence}"); + } + } + + FormField invoiceDateField; + if (invoice.Fields.TryGetValue("InvoiceDate", out invoiceDateField)) + { + if (invoiceDateField.Value.ValueType == FieldValueType.Date) + { + DateTime invoiceDate = invoiceDateField.Value.AsDate(); + Console.WriteLine($" Invoice Date: '{invoiceDate}', with confidence {invoiceDateField.Confidence}"); + } + } + + FormField dueDateField; + if (invoice.Fields.TryGetValue("DueDate", out dueDateField)) + { + if (dueDateField.Value.ValueType == FieldValueType.Date) + { + DateTime dueDate = dueDateField.Value.AsDate(); + Console.WriteLine($" Due Date: '{dueDate}', with confidence {dueDateField.Confidence}"); + } + } + + FormField vendorNameField; + if (invoice.Fields.TryGetValue("VendorName", out vendorNameField)) + { + if (vendorNameField.Value.ValueType == FieldValueType.String) + { + string vendorName = vendorNameField.Value.AsString(); + Console.WriteLine($" Vendor Name: '{vendorName}', with confidence {vendorNameField.Confidence}"); + } + } + + FormField vendorAddressField; + if (invoice.Fields.TryGetValue("VendorAddress", out vendorAddressField)) + { + if (vendorAddressField.Value.ValueType == FieldValueType.String) + { + string vendorAddress = vendorAddressField.Value.AsString(); + Console.WriteLine($" Vendor Address: '{vendorAddress}', with confidence {vendorAddressField.Confidence}"); + } + } + + FormField customerNameField; + if (invoice.Fields.TryGetValue("CustomerName", out customerNameField)) + { + if (customerNameField.Value.ValueType == FieldValueType.String) + { + string customerName = customerNameField.Value.AsString(); + Console.WriteLine($" Customer Name: '{customerName}', with confidence {customerNameField.Confidence}"); + } + } + + FormField customerAddressField; + if (invoice.Fields.TryGetValue("CustomerAddress", out customerAddressField)) + { + if (customerAddressField.Value.ValueType == FieldValueType.String) + { + string customerAddress = customerAddressField.Value.AsString(); + Console.WriteLine($" Customer Address: '{customerAddress}', with confidence {customerAddressField.Confidence}"); + } + } + + FormField customerAddressRecipientField; + if (invoice.Fields.TryGetValue("CustomerAddressRecipient", out customerAddressRecipientField)) + { + if (customerAddressRecipientField.Value.ValueType == FieldValueType.String) + { + string customerAddressRecipient = customerAddressRecipientField.Value.AsString(); + Console.WriteLine($" Customer address recipient: '{customerAddressRecipient}', with confidence {customerAddressRecipientField.Confidence}"); + } + } + + FormField invoiceTotalField; + if (invoice.Fields.TryGetValue("InvoiceTotal", out invoiceTotalField)) + { + if (invoiceTotalField.Value.ValueType == FieldValueType.Float) + { + float invoiceTotal = invoiceTotalField.Value.AsFloat(); + Console.WriteLine($" Invoice Total: '{invoiceTotal}', with confidence {invoiceTotalField.Confidence}"); + } + } + } + #endregion + } +} diff --git a/sdk/formrecognizer/test-resources.json b/sdk/formrecognizer/test-resources.json index 63611d563cf3d..87cc5fda443a0 100644 --- a/sdk/formrecognizer/test-resources.json +++ b/sdk/formrecognizer/test-resources.json @@ -11,7 +11,7 @@ }, "location": { "type": "string", - "defaultValue": "westcentralus", + "defaultValue": "canadacentral", "metadata": { "description": "The location of the resource. By default, this is the same as the resource group." }